.video-section .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1280px;
  margin: auto;
  padding: 0 16px;
}
.video-section .container .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 525px;
  justify-content: center;
  gap: 0;
}
.video-section .content h2 {
  margin: 0;
}
.video-section .content p {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}
.video-section .content div {
  color: #71717a;
  font-family: "Inter Tight", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
.video-section video {
  /* display: block;
  width: 100%;
  margin-top: -72%; */
  display: block;
  width: 1800px;
  margin-top: -62%;
  max-width: 1800px;
  margin-left: -610px;
}
.video-section {
  padding: 82px 0;
  color: #000;
}
.video-section h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin-bottom: 18px;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
}
.video-section .content h2 {
  text-align: left;
}
.video-section p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 0.28px;
  margin-bottom: 40px;
  text-align: center;
}
.video-section .video-container {
  position: relative;
  max-width: 575px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 519px;
}
.video-section .video-container iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.video-section .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  top: 28.89px;
  left: -1.5px;
  overflow: visible;
}
.video-section .play-button {
  position: absolute;
  border-radius: 0 10px 10px 0;
  background: #fcc82c;
  padding: 10px 20px;
  box-shadow: 40px 49px 18px 0 #fff0, 26px 31px 16px 0 rgb(0 0 0 / 0.01),
    14px 18px 14px 0 rgb(0 0 0 / 0.05), 6px 8px 10px 0 rgb(0 0 0 / 0.09),
    2px 2px 6px 0 rgb(0 0 0 / 0.1);
  max-width: 158px;
  cursor: pointer;
  color: #000;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.video-section .btnplace {
  align-items: center;
  padding-top: 40px;
  gap: 13px;
}
.video-section .btnplace p {
  color: #000;
}

.video-section .thumbnail img {
  position: relative;
  left: calc(50% - 25px);
  top: calc(50% - 70px);
  width: 90px;
}

.primary-button {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: var(--color-yellow, #ffd20a);
  outline: 4px solid rgb(252 200 44 / 0.2);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
  transition: all 0.25s ease-in;
  color: #27272a;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 16px 32px;
}

@media screen and (max-width: 992px) {
  .video-section h2 {
    font-size: 48px;
  }
  .video-section .video-container {
    max-height: 400px;
  }
  .video-section .content div {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .video-section .video-container {
    max-height: 500px;
  }
  .video-section p {
    font-size: 19px;
  }
  .video-section .content p {
    margin-bottom: 20px;
  }
  .video-section .btnplace {
    padding-top: 20px;
    margin: auto;
  }
  .mobile-aspect::before {
    content: "";
    display: block;
  }
  .video-section {
    padding: 40px 0;
  }
  .video-section h2 {
    font-size: 24px;
    line-height: normal;
  }
  .video-section .container {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .video-section .container .content {
    max-width: 100%;
  }
  .video-section .container .content .mobile-view {
    font-size: 12px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .video-section .video-container {
    margin: auto;
  }
  .video-section .btnplace p {
    font-size: 14px;
  }
  .video-section .primary-button {
    font-size: 18px !important;
    max-width: 340px;
    min-height: 56px;
    border-radius: 7px;
  }
}

/* @media screen and (max-width: 1250px) {
  .video-section video {
    display: block;
    width: 100%;
    margin-top: -62%;
  }
} */

@media screen and (max-width: 576px) {
  .video-section .video-container {
    width: 100%;
  }

  .video-section .video-container {
    max-height: 90vw;
  }
}

@media screen and (max-width: 476px) {
  .video-section .video {
    width: 1600px;
    margin-top: -92%;
    margin-left: -650px;
  }
}

@media screen and (max-width: 400px) {
  .video-section .video {
    width: 1200px;
    margin-top: -82%;
    margin-left: -410px;
  }
}

@media screen and (max-width: 375px) {
  .video-section h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
  }

  .video-section .thumbnail img {
    left: calc(50% - 20px);
    top: calc(50% - 60px);
    width: 70px;
  }
}

body {
  background: url(../img/bg.webp);
  background-size: cover;
}
.mobile-view {
  display: none;
}
@media screen and (max-width: 567px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  h2 {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
  }
  .btnplace {
    width: 100%;
  }
  .btnplace .primary-button {
    font-size: 16px !important;
    max-width: 100%;
  }
}

.one-line-testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}
.one-line-testimonials p {
  color: #09090b;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.09px;
  max-width: 800px;
  margin: auto;
}
.one-line-testimonials .avatar-place {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 39px;
}
.one-line-testimonials .avatar-place .avatar {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
.one-line-testimonials .avatar-place h3 {
  color: #09090b;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
}
.one-line-testimonials .avatar-place p {
  color: #71717a;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  margin-top: 7px;
}

.pt-v1 {
  padding-top: 20px;
}

@media (max-width: 772px) {
  .one-line-testimonials {
    padding: 32px 16px;
  }
  .one-line-testimonials p {
    font-size: 18px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.07px;
  }
  .one-line-testimonials .avatar-place {
    margin-top: 32px;
  }
  .one-line-testimonials .avatar-place .avatar {
    width: 48px;
    height: 48px;
  }
  .one-line-testimonials .avatar-place h3 {
    line-height: 140%; /* 18.9px */
    letter-spacing: 0.135px;
    font-size: 13.5px;
  }
  .one-line-testimonials .avatar-place p {
    margin-top: 6px;
    line-height: 140%; /* 18.9px */
    letter-spacing: 0.135px;
    font-size: 13.5px;
  }
}

.add-preview {
  padding: 100px 20px 26px 20px;
  color: white;
}
.add-preview .wrapper {
  margin: auto;
  max-width: 1200px;
  border-radius: 24px;
  background: url("../imgs/add_preview.webp");
  background-size: cover;
  padding: 80px 80px 0 80px;
  display: flex;
  justify-content: space-between;
}
.add-preview .wrapper .g-ads img,
.add-preview .wrapper .fb-ads img {
  max-width: 320px;
  margin-bottom: -5px;
  width: 100%;
}

.add-preview .wrapper .badges img {
  width: 170px;
  margin: auto;
  display: block;
  margin-top: 40px;
}
.add-preview .wrapper p {
  color: #058beb;
  font-size: 14px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.add-preview .wrapper h2 {
  text-align: center;
  font-size: 48px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.48px;
  max-width: 273px;
  margin: auto;
}

.add-preview .btnplace .primary-button {
  margin-top: 40px;
}

@media screen and (max-width: 1081px) {
  .add-preview .wrapper {
    padding: 40px 40px 0 40px;
  }
}
@media (max-width: 991px) {
  .add-preview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .add-preview .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .add-preview .mobile-view {
    display: flex;
  }
  .add-preview .mobile-view img {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .add-preview {
    padding-top: 40px;
    padding-bottom: 33px;
  }
  .add-preview .wrapper {
    padding: 32px 10px 0 10px;
    gap: 20px;
  }
  .add-preview .wrapper h2 {
    font-size: 32px;
  }
  .add-preview .wrapper .btnplace .primary-button {
    font-size: 16px;
  }
}
