/* CSS Document */
:root {
  --c-black: #020107;
  --c-grey: #dcdcdc;
  --c-gold: #e2b124;
  --c-blue: #47c7fd;
  --c-blue-form: #005797;
  --w-body: 1680px;
}
/*   FONTS   */

/*   roboto  */

@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-light.woff2") format("woff2"),
    url("../fonts/roboto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2"),
    url("../fonts/roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-medium.woff2") format("woff2"),
    url("../fonts/roboto-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-bold.woff2") format("woff2"),
    url("../fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-black.woff2") format("woff2"),
    url("../fonts/roboto-black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*  Outfit  */

@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit-500.woff2") format("woff2"),
    url("../fonts/outfit-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit-600.woff2") format("woff2"),
    url("../fonts/outfit-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: roboto;
  font-weight: 300;
  font-size: 21px;
  margin: 0;
  color: var(--c-black);
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  display: block;
  color: unset;
}
a:visited {
  color: unset;
}
body,
main,
section {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}
.fill {
  fill: currentColor;
}
.no_sel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.no_sel_input {
  -webkit-tap-highlight-color: transparent;
}
.no_sel:focus,
.no_sel_input:focus {
  outline: none !important;
}
.no_sel:hover,
.no_sel_input:hover {
  outline: none !important;
}

.input {
  appearance: none;
}
img {
  display: block;
}
.fnt-medium {
  font-weight: 400;
}
.fnt-semibold {
  font-weight: 600;
}
.fnt-bold {
  font-weight: 600;
}
.text {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0.7px;
  font-weight: 300;
}
.text-h2 {
  font-size: 26px;
  letter-spacing: 0.85px;
  padding-bottom: 8px;
}
.faq-title .text-h2 {
  font-size: 24px;
}
.hide-laptop {
  display: none;
}
@media (max-width: 1280px) {
  .text {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1.2px;
  }
  .text-h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .text-h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .hide-laptop {
    display: none;
  }
}
@media (max-width: 640px) {
  .hide-laptop {
    display: block;
  }
}
@media (max-width: 540px) {
  .text-h2 {
    font-size: 5.4vw;
    line-height: 7.5vw;
    letter-spacing: 0.02vw;
    font-weight: 500;
  }
  .text {
    font-size: 4.2vw;
    line-height: 6.6vw;
    letter-spacing: 0.04vw;
    font-weight: 300;
  }
  .faq-title > p {
    font-size: 5.1vw;
    font-weight: 500;
    line-height: 1.2;
  }
  .main-right p {
    font-size: 5vw;
    letter-spacing: 0.1vw;
    line-height: 7vw;
  }
}

/*   HEADER   */

main {
  width: 100%;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/buzz-hero-bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: var(--c-black);
}
.main-conte {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin-left: -32px;
  padding: 0 40px;
}

/* Hero Left */

.main-left {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 463px;
  height: 375px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 10px solid #000000;
  border-radius: 24px;
  z-index: 1;
}
.main-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
}
.main-left svg {
  position: relative;
  width: 580px !important;
  height: auto;
}
@media (max-width: 1440px) {
  main {
    background-size: 45%;
    height: 600px;
  }
  .main-conte {
    transform: scale(0.9);
  }
}
@media (max-width: 1280px) {
  main {
    background-size: 50%;
    height: 560px;
  }
  .main-conte {
    transform: scale(0.85);
    padding: 0 8px;
  }
}
@media (max-width: 1024px) {
  main {
    background-size: 65%;

    height: auto;
  }
  .main-conte {
    flex-direction: column-reverse;
    margin: 0;
    padding: 80px 0;
    transform: scale(1);
  }
  .main-left {
    margin-top: 80px;
  }
  .main-backdrop {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 768px) {
  main {
    background-size: 85%;
  }
}
@media (max-width: 640px) {
  main {
    background-size: 90%;
    /*background: var(--c-black);*/
  }
  .main-conte {
    padding: 10vw 0 16vw 0;
  }
  .main-left {
    width: 88vw;
    height: 60vw;
    margin-top: 14vw;
    transform: translateX(-2.5vw);
  }
  .main-left svg {
    width: 104vw !important;
  }
  .main-backdrop {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* Hero right  */

.main-right {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
}
.main-logo-img {
  width: 180px;
  height: auto;
  margin-left: -16px;
}
.main-logo {
  display: flex;
  align-items: flex-end;
}
.main-logo h1 {
  font-family: outfit;
  font-size: 72px;
  font-weight: 500;
  color: var(--c-gold);
  letter-spacing: 3px;
  line-height: 1.4;
}
.main-logo img {
  margin-left: 6px;
  transform: translateY(-16px);
}
.main-right p {
  color: #d5d5d5;
  font-weight: 400;
}

@media (max-width: 640px) {
  .main-right {
    padding: 0 24px;
  }
  .main-logo-img {
    width: 40vw;
    margin-left: -12px;
  }
  .main-logo h1 {
    font-size: 13vw;
    letter-spacing: 2px;
    line-height: 1.25;
  }
  .main-logo img {
    font-size: 14vw;
    transform: translateY(-12px);
  }
}

/*  SECTION ITEMS  */

.sec-items {
  display: flex;
  justify-content: center;
  padding: 72px 24px;
}
.items-conte {
  width: 100%;
  max-width: 1420px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #333;
}

@media (max-width: 1280px) {
  .item img {
    width: 172px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .items-conte {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .item img {
    width: 200px;
    height: auto;
  }
  .item p {
    max-width: 430px;
  }
}
@media (max-width: 540px) {
  .sec-items {
    padding: 8vw 24px 13vw 24px;
  }
  .items-conte {
    gap: 3vw;
  }
  .item h2,
  .form-conte-left h2 {
    margin: 0vw 0;
  }
  .item img {
    width: 40vw;
    height: auto;
  }
}

/*  SECTION FORM  */

.sec-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*background-color: var(--c-grey);*/
  background-color: var(--c-blue-form);
  padding: 72px 24px;
}
.form-conte {
  width: 100%;
  max-width: 1060px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
.form-conte > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  background-color: white;
  border-radius: 40px;
}
.form-icon-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 148px;
  border-radius: 40px;
  background-color: var(--c-grey);
  margin-bottom: 24px;
}
.form-icon-wrapper img {
  position: absolute;
  left: 24px;
  bottom: 12px;
}
.form {
  width: 100%;
  position: relative;
  color: #333;
}
.form > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 18px;
}
.form label {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 6px;
}
.form span {
  font-weight: 800;
  color: var(--c-gold);
}
.form input,
.form textarea {
  width: 100%;
  min-width: 100%;
  border: none;
  background-color: #f1f1f1;
  color: #333;
  font-family: roboto;
  font-size: 17px;
  padding: 12px;
  border-radius: 15px;
  letter-spacing: 0.3px;
  resize: none;
}
input[type="date"],
input[type="time"] {
  display: block;
  align-items: center;
  justify-content: space-between;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  height: 47px;
  min-height: 47px;
  min-width: 95%;
  font-family: roboto;
  font-size: 17px;
  padding: 12px;
}
.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-black) !important;
  color: white !important;
  font-family: outfit;
  margin-top: 28px;
  height: 50px;
  cursor: pointer;
  border-radius: 999px;
}
.submiting {
  cursor: default;
}
.input-error {
  outline: 2px solid #f55858;
}
.form-dev {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-align: center;
}
.form-dev img {
  margin-bottom: 16px;
}
.form-dev a {
  text-decoration: underline;
  text-underline-offset: 6px;
  display: inline;
}
.form-dev .text {
  max-width: 360px;
}
@media (max-width: 1280px) {
  .form-conte {
    gap: 32px;
    max-width: 980px;
  }
  .form-conte > div {
    padding: 32px;
    border-radius: 30px;
  }
}
@media (max-width: 1024px) {
  .sec-form {
    padding: 72px 32px;
  }
}
@media (max-width: 768px) {
  .sec-form {
    padding: 40px;
  }
  .form-conte {
    background-color: white;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
    border-radius: 30px;
  }
  .form-conte-left {
    padding-top: 100px !important;
  }
}
@media (max-width: 640px) {
  .sec-form {
    padding: 12px;
    background-color: var(--c-blue-form);
  }
  .form-conte {
    border-radius: 16px;
    color: white;
    background-color: var(--c-blue-form);
  }
  .form-conte > div {
    padding: 12px;
    background-color: var(--c-blue-form);
  }
  .form-icon-wrapper {
    height: 100px;
    border-radius: 24px;
    margin-bottom: 24px;
    background-color: #00375f;
  }
  .form-icon-wrapper img {
    width: 140px;
    height: 140px;
    left: 16px;
    bottom: 8px;
  }
  .form-conte-left {
    padding-top: 64px !important;
    padding-bottom: 12px !important;
    align-items: flex-start !important;
  }
  .form-conte label {
    color: #e6e6e6;
    font-weight: 500;
  }
  .input-error {
    outline: 3px solid #ff0b78 !important;
  }
}

/*  FAQ   */

.sec-faq {
  display: flex;
  justify-content: center;
  padding: 140px 40px;
  background-color: var(--c-black);
}
.faq-body {
  display: flex;
  width: 100%;
  max-width: 1300px;
}
.faq-left {
  min-width: 450px;
  max-width: 450px;
  font-family: outfit;
  font-size: 44px;
  font-weight: 500;
  color: var(--c-blue);
  padding-right: 80px;
}
.faq-right {
  flex-grow: 1;
  color: #e9e9e9;
}
.faq-item {
  border-bottom: 1px solid #484848;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.faq-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: 500;
  cursor: pointer;
  transition: color 300ms;
}
.faq-title:hover {
  color: var(--c-blue);
}
.faq-title svg {
  width: 16px;
  height: 16px;
  transition: all 300ms;
  flex-shrink: 0;
  margin-top: 10px;
}
.faq-tx {
  display: none;
  opacity: 0;
}
.faq-item.faq-open > .faq-tx {
  display: block;
}
.faq-item.faq-open svg {
  color: var(--c-blue);
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .sec-faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .faq-body {
    flex-direction: column;
  }
  .faq-left {
    width: auto;
    max-width: none;
    font-size: 60px;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .faq-title {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .faq-left {
    font-size: 44px;
  }
  .sec-faq {
    padding: 60px 20px 40px 20px;
  }
  .faq-title {
    font-size: 21px;
  }
  .faq-title:hover {
    color: var(--c-grey);
  }
}
@media (max-width: 540px) {
  .sec-faq {
    padding: 13vw 24px 11vw 24px;
  }
  .faq-item {
    margin-bottom: 4vw;
    padding-bottom: 3vw;
  }
  .faq-left {
    font-size: 8vw;
    line-height: 1.1;
    padding-bottom: 8vw;
  }
}

/*  Arrow scroll  */

.arrowScroll {
  background-color: white;
}
.arrowScroll > div {
  width: min-content;
  padding: 6px;
  margin: 0 auto;
  cursor: pointer;
}
.arrowScroll img {
  animation: os-y 1000ms linear 0ms infinite;
}
@media (max-width: 640px) {
  .arrowScroll > div {
    padding: 4px;
  }
}
@keyframes os-y {
  0%,
  50%,
  100% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(2.5px);
  }
  75% {
    transform: translateY(-2.5px);
  }
}

.fade-in {
  animation: fade-in 600ms ease-out forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
  }
}
/* Scroll */

body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  cursor: pointer;
}
body::-webkit-scrollbar-thumb {
  background: #707070;
}
body::-webkit-scrollbar-track {
  background: #2e2e2e;
}
