/* Fonts */

@import url(../fonts/fonts.css);

/* Base */

@import url(../css/base/reset.css);
@import url(../css/base/normalize.css);

/* Utils */

@import url(../css/utils/variables.css);
@import url(../css/utils/common.css);

body {
  background: #171717;
}

.main-section {
  background-image: url(../img/background-mobile-1x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding-bottom: 40px;
}

@media (min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .main-section {
    background-image: url(../img/background-mobile-2x.jpg);
  }
}

/* video */

.video {
  padding-top: 32px;
  padding-bottom: 32px;
}

.watch-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 10px;
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #ffd676;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9.8px 0px rgba(255, 221, 85, 0.3);

  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.watch-here-title {
  color: #ffd676;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
}

.vidio-wrapper {
  position: relative;
  border-radius: 7px;
  border: 1px solid #ffd676;

  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .main-section {
    background-image: url(../img/background-tablet-1x.jpg);
  }

  @media (min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2dppx) {
    .main-section {
      background-image: url(../img/background-tablet-2x.jpg);
    }
  }

  .video {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .watch-container {
    gap: 15px;
    padding: 18px 10px;
    border: 2px solid #ffd676;
    max-width: 355px;
  }

  .watch-here-title {
    font-size: 18px;
  }

  .vidio-wrapper {
    border: 2px solid #ffd676;
    max-width: 570px;
  }
}

@media screen and (min-width: 1280px) {
  .main-section {
    background-image: url(../img/background-desktop-1x.jpg);
  }

  @media (min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2dppx) {
    .main-section {
      background-image: url(../img/background-desktop-2x.jpg);
    }
  }

  .video {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .watch-container {
    gap: 20px;
    padding: 22px 10px;
    border: 2px solid #ffd676;
    max-width: 522px;
  }

  .watch-here-title {
    font-size: 22px;
  }

  .vidio-wrapper {
    border: 2px solid #ffd676;
    max-width: 838px;
    height: auto;
  }

  .hide {
    width: 70px;
  }
}

/* check */

.check-container {
  padding: 30px 13px;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}

.check-title {
  text-align: center;
  font-family: Benzin-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  text-transform: uppercase;

  background: linear-gradient(90deg, #eaa800 0%, #ffeb80 50%, #eaa800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  max-width: 270px;
  margin: 0 auto;
}

.check-title span {
  font-size: 30px;
}

.check-desc {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%; /* 16.65px */
  letter-spacing: -0.45px;

  max-width: 295px;
  margin: 0 auto 16px auto;
}

.check-desc span {
  font-weight: 450;
}

.form {
  margin-bottom: 12px;
  border: 10px solid #fff;
  border-radius: 20px;
  background-color: #fff;
}

.check-attention {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
  letter-spacing: -0.28px;

  max-width: 289px;
  margin: 0 auto;

  opacity: 0.5;
}

.check-attention span {
  font-weight: 500;
}

.btn{
    display: block;
    
    color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Futura PT";
font-size: 18px;
font-style: normal;
font-weight: 450;
line-height: 100%; /* 18px */
letter-spacing: -0.54px;
text-transform: uppercase;

padding: 30px;
border-radius: 100px;
background:  linear-gradient(90deg, #EAA800 0%, #FFEB80 50%, #EAA800 100%);

max-width: 320px;
width: 100%;
margin: 0 auto 12px auto;
}

@media screen and (min-width: 768px) {
  .check-container {
    padding: 60px;
    max-width: 620px;
    border-radius: 20px;
  }

  .check-title {
    font-size: 32px;
    max-width: 400px;
    margin: 0 auto;

    margin-bottom: 24px;
  }

  .check-title span {
    font-size: 38px;
  }

  .check-desc {
    font-size: 20px;
    letter-spacing: -0.26px;
    max-width: 360px;
    margin: 0 auto 20px auto;
  }

  .check-attention {
    font-size: 18px;
    letter-spacing: -0.34px;

    max-width: 400px;
    margin: 0 auto;

    opacity: 0.5;
  }
}
