@charset "UTF-8";
@import url(../fonts/transfonter.org-20250717-073221/stylesheet.css);
.container {
  max-width: 1240px !important;
  margin: auto;
}

.f-16 {
  font-size: 16px;
  line-height: 24px;
}

.w-100 {
  font-weight: 100;
}

.w-200 {
  font-weight: 200;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

.f-25 {
  font-size: 25px;
  line-height: 33px;
  font-family: "Poppins";
}
@media screen and (max-width: 767px) {
  .f-25 {
    font-size: 18px;
    line-height: 26px;
  }
}

.fw-700 {
  font-weight: 700;
}

.lime {
  color: #DEF95E;
}

p {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #EBE9E0;
  font-family: "Poppins";
  margin: 0;
}

.p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #919CA2;
  font-family: "Bebas Neue";
  margin: 0;
}

h1 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 400;
  font-family: "Bebas Neue";
  color: #EBE9E0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
h1 strong {
  color: #DEF95E;
  font-weight: 400;
}

h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  font-family: "Bebas Neue";
  color: #EBE9E0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.menu {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.menu li {
  display: inline-block;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.menu li:not(:last-of-type) {
  padding: 0 12px 0 0;
}
.menu li li > a {
  color: #1A2129;
  text-decoration: none;
}
.menu li li > a:hover {
  color: black;
}
.menu li > span {
  color: #1A2129;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

span {
  color: #DEF95E;
}

.btn-style {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  /* display: flex;
   justify-content: center;
   align-items: center;*/
  font-family: "Poppins";
  border: 1px solid #DEF95E;
  border-radius: 10px;
  background-color: #DEF95E;
  padding: 8px 18px;
  min-width: 142px;
  height: 42px;
  color: #171717;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.btn-style.border {
  border: 1px solid #DEF95E;
  background: transparent;
}
.btn-style.transparent {
  border: none;
  background: transparent;
}

.btn-style-2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 8px 18px;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  font-family: "Poppins";
  border: 1px solid #DEF95E;
  border-radius: 10px;
  background-color: transparent;
  width: 141px;
  height: 42px;
  color: #EBE9E0;
  text-decoration: none;
}

a:hover {
  color: #EBE9E0;
}

.flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #171717 !important;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body::selection {
  background: rgba(222, 249, 94, 0.6);
  color: #EBE9E0;
}

@media screen and (max-width: 767px) {
  section {
    overflow: hidden;
  }
  section p br {
    display: none;
  }
}

/*.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #beff01; !* Neon Green *!
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
}*/
/*
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #beff01;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
  mix-blend-mode: difference;
}

*/
/*
body:not(.cursor-enabled) .custom-cursor {
  display: none;
}
*/
header {
  padding: 18px 0;
  background: transparent;
  position: relative;
  z-index: 99999999;
}
header.sticky {
  background: rgb(23, 23, 23);
  position: sticky;
  top: -1px;
  z-index: 999999999;
}
@media screen and (max-width: 500px) {
  header .header a {
    float: none;
    display: block;
    text-align: left;
  }
  header .header-right {
    float: none;
    text-align: center;
  }
  header .button-wrapper {
    display: flex;
    justify-content: flex-start;
  }
}
header:before {
  content: "";
  background: linear-gradient(90deg, rgb(23, 23, 23) 25%, rgb(222, 249, 94) 50%, rgb(23, 23, 23) 75%);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  header:before {
    display: none;
  }
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  header .hamburger-menu {
    display: block;
    text-align: end;
  }
}
header .hamburger-menu i {
  color: #ffffff;
  font-size: 24px;
}
header .header-wrapper {
  position: relative;
  background: rgba(23, 23, 23, 0.1);
}
header .logo-wrapper img {
  max-width: 200px;
  width: 100%;
  height: 44px;
}
@media screen and (max-width: 767px) {
  header .logo-wrapper img {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  header .mobile-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #171717;
    left: -100%;
    transition: all 0.3s ease-in-out;
  }
  header .mobile-nav.active {
    left: 0;
  }
}
header .mobile-nav .cross-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  header .mobile-nav .cross-hamburger {
    display: block;
    text-align: right;
    margin-top: 30px;
    padding: 20px 53px;
  }
}
header .mobile-nav .cross-hamburger i {
  color: #ffffff;
  font-size: 25px;
}
header ul {
  margin: 0;
  padding: 0;
}
header .menu {
  margin: 0;
  list-style: none;
  text-align: right;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  header .menu {
    padding: 0 20px;
  }
}
header .menu li {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Poppins";
}
@media screen and (max-width: 767px) {
  header .menu li {
    display: block;
    padding: 0;
    text-align: right;
  }
}
header .menu li:not(:last-of-type) {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  header .menu li:not(:last-of-type) {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  header .menu li:not(:last-of-type) a {
    border-bottom: 1px solid #DEF95E;
  }
}
header .menu li a {
  text-decoration: none;
}
header .menu li a:not(.btn-style) {
  color: #EBE9E0;
}
@media screen and (max-width: 767px) {
  header .menu li a.btn-style {
    height: auto;
    background: transparent;
    color: #EBE9E0;
    border: none;
    width: auto;
    min-width: auto;
    font-weight: 400;
  }
}
header .menu li a.btn-style:hover {
  color: #171717;
}
@media screen and (max-width: 767px) {
  header .menu li a {
    display: block;
    padding: 20px;
    font-size: 22px;
    line-height: 32px;
  }
}
header .menu li a:hover {
  color: #DEF95E;
}
@media screen and (max-width: 767px) {
  header .button-wrapper {
    display: none;
  }
}
header .button-wrapper {
  display: flex;
  justify-content: end;
}
header .button-wrapper .btn-style {
  width: 142px;
  height: 42px;
}
header .button-wrapper .btn-style:hover {
  color: #171717 !important;
}

.sec-banner {
  padding: 80px 0 0;
  position: relative;
}
.sec-banner:before {
  content: "";
  background: rgba(222, 249, 94, 0.4);
  background: radial-gradient(circle, rgba(222, 249, 94, 0.4) 0%, rgba(23, 23, 23, 0.67) 38%, rgba(23, 23, 23, 0.86) 77%);
  width: 100%;
  height: 1540px;
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: -5;
}
.sec-banner .trusted-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 500px) {
  .sec-banner .trusted-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.sec-banner .trusted-wrapper img {
  max-width: 214px;
  width: 100%;
  height: 50px;
}
.sec-banner .trusted-wrapper .content-wrapper img {
  max-width: 140px;
  width: 100%;
  height: 28px;
}
.sec-banner .trusted-wrapper .content-wrapper p {
  color: #EBE9E0;
  margin: 0 !important;
}
.sec-banner h1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 15px;
  font-family: "Bebas Neue";
  text-transform: uppercase;
}
@media only screen and (max-width: 820px) {
  .sec-banner h1 br {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .sec-banner h1 {
    font-size: 46px;
    line-height: 48px;
    text-align: center;
  }
  .sec-banner h1 br {
    display: none;
  }
}
.sec-banner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-banner p {
    max-width: 330px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .sec-banner p br {
    display: none;
  }
}
.sec-banner ul.btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 100px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec-banner ul.btn-wrapper {
    display: block;
    text-align: center;
  }
}
.sec-banner ul.btn-wrapper li {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-banner ul.btn-wrapper li:last-of-type {
    margin-top: 30px;
  }
}
.sec-banner ul.btn-wrapper .btn-style {
  margin-bottom: 20px;
}
.sec-banner ul.btn-wrapper .btn-style:hover {
  color: #171717 !important;
}
.sec-banner ul.btn-wrapper .btn-style-2 {
  min-width: 203px !important;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .sec-banner ul.btn-wrapper .btn-style-2 {
    min-width: 262px !important;
    max-width: max-content;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.sec-banner ul.btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}
.sec-banner .slide-wrapper {
  background-color: #DEF95E;
  max-width: 1540px;
  width: 100%;
  height: 50px;
  text-align: center;
  align-content: center;
  rotate: -3deg;
}
.sec-banner .slide-wrapper ul {
  margin: 0;
  padding: 0;
}
.sec-banner .slide-wrapper ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
}
.sec-banner .slide-wrapper ul li:not(:last-of-type) {
  padding: 0 45px 0;
}
.sec-banner .slide-wrapper ul li a {
  color: #171717;
  text-decoration: none;
}

.sec-brands .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important; /* 👈 smooth constant speed */
}
.sec-brands .swiper-slide {
  width: auto !important; /* 👈 important for variable width */
}
.sec-brands .swiper-slide img {
  /*  height: 35px;
    width: auto;
    display: block;*/
  height: auto;
  width: calc(100% - 15px);
  max-height: 60px;
  display: block;
}

.work-slider {
  background-color: rgba(235, 233, 224, 0.05);
  margin-top: -15px;
  position: relative;
  display: block;
}
@media screen and (min-width: 1920px) {
  .work-slider {
    margin: 0 auto;
  }
}
.work-slider.p-0 {
  margin: 30px 0 100px;
}
.work-slider.m-b {
  margin-bottom: 60px;
}
.work-slider .monthly-work-carousel .item {
  display: inline-block;
  width: auto !important; /* har item apne content ke hisaab se resize ho */
}
.work-slider .monthly-work-carousel .owl-stage {
  display: flex !important;
  align-items: center;
}
.work-slider .monthly-work-carousel .owl-item {
  width: auto !important; /* owl ke fixed width ko override karo */
}
.work-slider .monthly-work-carousel a .image-wrapper {
  /*  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    max-height: 36px;
    min-height: 36px;
    object-fit: cover;*/
}
.work-slider .monthly-work-carousel a .image-wrapper img {
  /*   max-height: 30px;
     height: 100%;
     width: auto;*/
  width: calc(100% - 45px);
  max-height: 60px; /* logos ki max height fix */
  display: block;
}
.work-slider .monthly-work-carousel .item {
  /* max-width: 100%;
   display: grid;
   align-items: center;
   grid-template-columns: auto 18px;
   text-decoration: none;*/
}
.work-slider .monthly-work-carousel .item p, .work-slider .monthly-work-carousel .item h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 39px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .work-slider .monthly-work-carousel .item p, .work-slider .monthly-work-carousel .item h3 {
    font-size: 14px;
  }
}
.work-slider .monthly-work-carousel .item .icon-wrapper {
  width: 18px;
  height: 18px;
}
.work-slider .monthly-work-carousel .item .icon-wrapper img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(28deg) brightness(95%) contrast(105%);
}
.work-slider .monthly-work-carousel .owl-dots {
  display: none !important;
}
.work-slider .content {
  margin: 70px 0;
}
.work-slider .content h2 {
  margin: auto;
  line-height: 45px;
  font-size: 36px;
  opacity: 1;
  color: #adacac;
  position: relative;
  white-space: nowrap;
  padding: 10px 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .work-slider .content h2 {
    width: unset;
    font-size: 19px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .work-slider .content h2 {
    font-size: 40px;
  }
}
.work-slider .content .cf:after {
  content: " ";
  display: table;
  clear: both;
}
.work-slider .content .cf {
  *zoom: 1;
  padding: 10px;
  float: left;
}
.work-slider .content h2::before,
.work-slider .content h2::after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  content: attr(data-innertext);
}
.work-slider .content h2::before {
  color: #adacac;
  visibility: hidden;
  z-index: 0;
}
.work-slider .content h2::after {
  color: #EBE9E0;
  overflow: hidden;
  max-width: 0;
  transition: max-width 0.25s;
  z-index: 1;
}
.work-slider .content h2:hover::before,
.work-slider .content h2:focus::before {
  visibility: visible;
  left: 0;
}
.work-slider .content h2:hover::after,
.work-slider .content h2:focus::after {
  max-width: 100%;
  left: 0;
}
.work-slider .content .btn-style {
  margin-top: 23px;
}
.work-slider .scroll-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
  position: relative; /* Add this line */
}
.work-slider .scroll-text p {
  margin: 0;
  padding: 5px;
  font-size: 26px;
}
.work-slider .scroll-text span {
  transition: color 0.3s ease;
}
.work-slider .container .create-logo {
  margin: 50px 0 17px;
  position: relative;
}
.work-slider .container .create-logo:after {
  content: "";
  position: absolute;
  background: url("../images/star-icon.png") no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  transform: rotate(60deg);
  right: 15%;
  top: -40px;
}
@media screen and (max-width: 1023px) {
  .work-slider .container .create-logo:after {
    top: 22px;
  }
}
.work-slider .container .create-logo p {
  display: inline-block;
}
.work-slider .container .creat-logo {
  margin: 50px 0 17px;
  position: relative;
}
.work-slider .container .creat-logo:after {
  content: "";
  position: absolute;
  background: url("../images/star-icon.png") no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  transform: rotate(60deg);
  right: 15%;
  top: -5px;
}
@media screen and (max-width: 1023px) {
  .work-slider .container .creat-logo:after {
    top: 22px;
  }
}
.work-slider .container .creat-logo p {
  display: inline-block;
}

.sec-video-recorded {
  padding: 80px 0;
}
.sec-video-recorded .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec-video-recorded .content-wrapper .video {
  border-radius: 10px;
  border: 1px solid #EBE9E0;
  width: 101px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.sec-video-recorded .content-wrapper .video p {
  margin: 0;
}
.sec-video-recorded .content-wrapper h3 {
  margin: 0 0 30px;
  color: #EBE9E0;
  text-transform: uppercase;
}
.sec-video-recorded .video-wrapper {
  max-width: 1240px;
  width: 100%;
  height: 638px;
  border-radius: 10px;
  border: 1px solid #DEF95E;
  padding: 22px 15px;
  margin-bottom: 30px;
}
.sec-video-recorded .video-wrapper iframe {
  max-width: 1174px;
  width: 100%;
  height: 594px;
  border-radius: 10px;
}

.sec-worked {
  padding-bottom: 80px;
}
.sec-worked .content-wrapper h2 {
  text-align: center;
  margin-bottom: 50px;
}
.sec-worked .content-wrapper h2 span {
  color: #DEF95E;
}
@media only screen and (max-width: 500px) {
  .sec-worked .content-wrapper h2 {
    font-size: 40px;
    line-height: 53px;
  }
  .sec-worked .content-wrapper h2 br {
    display: none;
  }
}
.sec-worked .row {
  margin-bottom: 30px;
}
.sec-worked .row .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
@media only screen and (max-width: 820px) {
  .sec-worked .row .image-wrapper {
    height: 140px;
  }
}
@media only screen and (max-width: 500px) {
  .sec-worked .row .image-wrapper {
    height: 120px;
  }
}

.sec-help-you {
  padding-bottom: 79px;
}
.sec-help-you .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec-help-you .content-wrapper .services-wrapper {
  border: 1px solid #EBE9E0;
  height: 44px;
  width: 127px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.sec-help-you .content-wrapper .services-wrapper p {
  margin-bottom: 0;
}
.sec-help-you .content-wrapper h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Bebas Neue";
  color: #EBE9E0;
  margin-bottom: 30px;
}
.sec-help-you .help-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-help-you .card-wrapper {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  max-width: 577px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 142px 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper {
    padding: 20px 20px 130px 20px;
  }
}
.sec-help-you .card-wrapper img {
  max-width: 517px;
  width: 100%;
}
.sec-help-you .card-wrapper .content-wrapper {
  padding: 30px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
.sec-help-you .card-wrapper .content-wrapper h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Bebas Neue";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper .content-wrapper h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.sec-help-you .card-wrapper .content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper .content-wrapper p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sec-help-you .card-wrapper .content-wrapper p br {
    display: none;
  }
}
.sec-help-you .card-wrapper .content-wrapper ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-help-you .card-wrapper .content-wrapper ul li {
  color: #EBE9E0;
}
.sec-help-you .card-wrapper .content-wrapper .btn-wrapper {
  position: absolute;
  bottom: 70px;
  left: 30px;
}
.sec-help-you .card-wrapper .content-wrapper .btn-wrapper .btn-style-2 {
  width: 169px;
  height: 42px;
}
.sec-help-you .card-wrapper .content-wrapper .btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}
.sec-help-you .card-wrapper-2 {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  max-width: 577px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 120px 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-2 {
    padding: 20px 20px 100px 20px;
  }
}
.sec-help-you .card-wrapper-2 img {
  max-width: 517px;
  width: 100%;
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 {
  padding: 30px 0 0;
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Bebas Neue";
  color: #EBE9E0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-2 .content-wrapper-2 h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-2 .content-wrapper-2 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sec-help-you .card-wrapper-2 .content-wrapper-2 p br {
    display: none;
  }
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 ul li {
  color: #EBE9E0;
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 .btn-wrapper {
  position: absolute;
  bottom: 48px;
  left: 30px;
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 .btn-wrapper .btn-style-2 {
  width: 169px;
  height: 42px;
}
.sec-help-you .card-wrapper-2 .content-wrapper-2 .btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}
.sec-help-you .card-wrapper-3 {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  max-width: 577px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 124px 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-3 {
    padding: 20px 20px 104px 20px;
  }
}
.sec-help-you .card-wrapper-3 img {
  max-width: 517px;
  width: 100%;
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 {
  padding: 30px 1px 0 0;
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Bebas Neue";
  color: #EBE9E0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-3 .content-wrapper-3 h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-3 .content-wrapper-3 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sec-help-you .card-wrapper-3 .content-wrapper-3 p br {
    display: none;
  }
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 ul li {
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-3 .content-wrapper-3 ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-help-you .card-wrapper-3 .content-wrapper-3 ul li br {
    display: none;
  }
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 .btn-wrapper {
  position: absolute;
  bottom: 52px;
  left: 30px;
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 .btn-wrapper .btn-style-2 {
  width: 169px;
  height: 42px;
}
.sec-help-you .card-wrapper-3 .content-wrapper-3 .btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}
.sec-help-you .card-wrapper-4 {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  max-width: 577px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 119px 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-4 {
    padding: 20px 20px 100px 20px;
  }
}
.sec-help-you .card-wrapper-4 img {
  max-width: 517px;
  width: 100%;
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 {
  padding: 30px 0 0;
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #EBE9E0;
  font-family: "Bebas Neue";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-4 .content-wrapper-4 h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-4 .content-wrapper-4 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sec-help-you .card-wrapper-4 .content-wrapper-4 p br {
    display: none;
  }
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 ul li {
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-4 .content-wrapper-4 ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-help-you .card-wrapper-4 .content-wrapper-4 ul li br {
    display: none;
  }
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 .btn-wrapper {
  position: absolute;
  bottom: 47px;
  left: 30px;
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 .btn-wrapper .btn-style-2 {
  width: 169px;
  height: 42px;
}
.sec-help-you .card-wrapper-4 .content-wrapper-4 .btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}
.sec-help-you .card-wrapper-5 {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  max-width: 577px;
  width: 100%;
  position: relative;
  padding: 30px 31px 94px 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-5 {
    padding: 20px 21px 82px 20px;
  }
}
.sec-help-you .card-wrapper-5 .content-1 {
  padding: 0;
}
.sec-help-you .card-wrapper-5 .content-1 h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Bebas Neue";
  color: #EBE9E0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-5 .content-1 h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.sec-help-you .card-wrapper-5 .content-1 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-5 .content-1 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sec-help-you .card-wrapper-5 .content-1 p br {
    display: none;
  }
}
.sec-help-you .card-wrapper-5 .content-1 ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-help-you .card-wrapper-5 .content-1 ul li {
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-5 .content-1 ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-help-you .card-wrapper-5 .content-1 ul li br {
    display: none;
  }
}
.sec-help-you .card-wrapper-5 .content-1 .btn-wrapper {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.sec-help-you .card-wrapper-5 .content-1 .btn-wrapper .btn-style-2 {
  width: 169px;
  height: 42px;
}
.sec-help-you .card-wrapper-5 .content-1 .btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}
.sec-help-you .card-wrapper-6 {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  max-width: 577px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 41px 94px 20px;
}
@media only screen and (max-width: 1025px) {
  .sec-help-you .card-wrapper-6 {
    padding: 30px 41px 143px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-6 {
    padding: 20px 31px 82px 20px;
  }
}
.sec-help-you .card-wrapper-6 img {
  max-width: 517px;
  width: 100%;
}
.sec-help-you .card-wrapper-6 .content-2 h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Bebas Neue";
  color: #EBE9E0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-6 .content-2 h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.sec-help-you .card-wrapper-6 .content-2 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-6 .content-2 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sec-help-you .card-wrapper-6 .content-2 p br {
    display: none;
  }
}
.sec-help-you .card-wrapper-6 .content-2 ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-help-you .card-wrapper-6 .content-2 ul li {
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-help-you .card-wrapper-6 .content-2 ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-help-you .card-wrapper-6 .content-2 ul li br {
    display: none;
  }
}
.sec-help-you .card-wrapper-6 .content-2 .btn-wrapper {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.sec-help-you .card-wrapper-6 .content-2 .btn-wrapper .btn-style-2 {
  width: 169px;
  height: 42px;
}
.sec-help-you .card-wrapper-6 .content-2 .btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}

.sec-work-me {
  padding: 80px 0;
}
.sec-work-me .header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.sec-work-me .header-wrapper .comparison-wrapper {
  border: 1px solid #EBE9E0;
  border-radius: 10px;
  width: 160px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.sec-work-me .header-wrapper .comparison-wrapper p {
  margin: 0;
}
.sec-work-me .header-wrapper h3 {
  font-size: 56px;
  line-height: 64px;
  font-family: "Bebas Neue";
  font-weight: 400;
  color: #EBE9E0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-work-me .header-wrapper h3 {
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    max-width: 330px;
  }
  .sec-work-me .header-wrapper h3 br {
    display: none;
  }
}
.sec-work-me .content-wrapper h3 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Poppins";
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.sec-work-me .content-wrapper .card-wrapper {
  max-width: 587px;
  width: 100%;
  border: 1px solid #DEF95E;
  border-radius: 10px;
  padding: 30px 134px 30px 30px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .card-wrapper {
    padding: 30px 50px 30px 30px;
    margin-bottom: 30px;
  }
}
.sec-work-me .content-wrapper .card-wrapper:before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 10px;
}
.sec-work-me .content-wrapper .card-wrapper ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-work-me .content-wrapper .card-wrapper .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  gap: 10px;
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .card-wrapper .flex-wrapper {
    height: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .card-wrapper .flex-wrapper img {
    width: 24px;
    height: 24px;
  }
}
.sec-work-me .content-wrapper .card-wrapper .flex-wrapper p {
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .card-wrapper .flex-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-work-me .content-wrapper .card-wrapper .flex-wrapper p br {
    display: none;
  }
}
.sec-work-me .content-wrapper .card-2 {
  max-width: 587px;
  width: 100%;
  border: 2px solid #DEF95E;
  border-radius: 10px;
  padding: 30px 134px 30px 30px;
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .card-2 {
    padding: 20px 54px 20px 20px;
  }
}
.sec-work-me .content-wrapper .card-2 ul {
  margin: 0;
  padding: 0 0 0 32px;
}
.sec-work-me .content-wrapper .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  gap: 10px;
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .flex-wrapper img {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .flex-wrapper {
    height: 50px;
    width: 100%;
  }
}
.sec-work-me .content-wrapper .flex-wrapper p {
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-work-me .content-wrapper .flex-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}

.sec-clients-about-us {
  background: url(../images/backgroung.png);
  padding-bottom: 80px;
}
.sec-clients-about-us .header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.sec-clients-about-us .header-wrapper .test-wrapper {
  width: 153px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #EBE9E0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.sec-clients-about-us .header-wrapper .test-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0;
}
.sec-clients-about-us .header-wrapper h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Bebas Neue";
  margin: 0;
  color: #EBE9E0;
}
.sec-clients-about-us .header-wrapper h3 br {
  display: none;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .header-wrapper h3 {
    font-size: 33px;
    line-height: 38px;
    text-align: center;
  }
  .sec-clients-about-us .header-wrapper h3 br {
    display: block;
  }
}
.sec-clients-about-us .card-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sec-clients-about-us .clients-card {
  max-width: 381px;
  width: 100%;
  border: 1px solid #DEF95E;
  border-radius: 10px;
  padding: 30px 42px 81px 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card {
    padding: 15px 21px 40px 15px;
    margin-bottom: 15px;
  }
}
.sec-clients-about-us .clients-card .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card .flex-wrapper {
    margin-bottom: 25px;
  }
}
.sec-clients-about-us .clients-card .flex-wrapper img {
  max-width: 70px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card .flex-wrapper img {
    max-width: 60px;
  }
}
.sec-clients-about-us .clients-card .flex-wrapper .content-wrapper h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card .flex-wrapper .content-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-clients-about-us .clients-card p {
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-clients-about-us .clients-card-2 {
  max-width: 381px;
  width: 100%;
  border: 1px solid #DEF95E;
  border-radius: 10px;
  padding: 30px 42px 54px 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-2 {
    padding: 15px 21px 27px 15px;
    margin-bottom: 15px;
  }
}
.sec-clients-about-us .clients-card-2 .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-2 .flex-wrapper {
    margin-bottom: 25px;
  }
}
.sec-clients-about-us .clients-card-2 .flex-wrapper img {
  max-width: 70px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-2 .flex-wrapper img {
    max-width: 60px;
  }
}
.sec-clients-about-us .clients-card-2 .flex-wrapper .content-wrapper h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-2 .flex-wrapper .content-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-clients-about-us .clients-card-2 p {
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-2 p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-clients-about-us .clients-card-3 {
  max-width: 381px;
  width: 100%;
  border: 1px solid #DEF95E;
  border-radius: 10px;
  padding: 30px 42px 54px 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-3 {
    padding: 15px 21px 27px 15px;
    margin-bottom: 15px;
  }
}
.sec-clients-about-us .clients-card-3 .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-3 .flex-wrapper {
    margin-bottom: 25px;
  }
}
.sec-clients-about-us .clients-card-3 .flex-wrapper img {
  max-width: 70px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-3 .flex-wrapper img {
    max-width: 60px;
  }
}
.sec-clients-about-us .clients-card-3 .flex-wrapper .content-wrapper h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-3 .flex-wrapper .content-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-clients-about-us .clients-card-3 p {
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-3 p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-clients-about-us .clients-card-4 {
  max-width: 381px;
  width: 100%;
  border: 1px solid #DEF95E;
  border-radius: 10px;
  padding: 30px 42px 81px 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-4 {
    padding: 15px 21px 40px 15px;
    margin-bottom: 15px;
  }
}
.sec-clients-about-us .clients-card-4 .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-4 .flex-wrapper {
    margin-bottom: 25px;
  }
}
.sec-clients-about-us .clients-card-4 .flex-wrapper img {
  max-width: 70px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-4 .flex-wrapper img {
    max-width: 60px;
  }
}
.sec-clients-about-us .clients-card-4 .flex-wrapper .content-wrapper h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-4 .flex-wrapper .content-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-clients-about-us .clients-card-4 p {
  margin-bottom: 0;
  color: #EBE9E0;
}
@media only screen and (max-width: 500px) {
  .sec-clients-about-us .clients-card-4 p {
    font-size: 14px;
    line-height: 20px;
  }
}

.sec-ready-talk {
  padding: 80px 0;
}
.sec-ready-talk h1 {
  font-size: 56px;
  line-height: 64px;
  font-family: "Bebas Neue";
  font-weight: 400;
  text-align: center;
  color: #EBE9E0;
  margin-bottom: 50px;
}
.sec-ready-talk h1 br {
  display: none;
}
@media only screen and (max-width: 500px) {
  .sec-ready-talk h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .sec-ready-talk h1 br {
    display: block;
  }
}
.sec-ready-talk h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Poppins";
  color: #EBE9E0;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .sec-ready-talk h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.sec-ready-talk .calender-wrapper {
  max-width: 1204px;
  width: 100%;
  height: 100%;
  border: 1px solid #DEF95E;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 500px) {
  .sec-ready-talk .calender-wrapper {
    padding: 15px;
  }
}
.sec-ready-talk .calender-wrapper iframe {
  max-width: 1174px;
  width: 100%;
  height: 1000px;
  border-radius: 10px;
}

/*
.sec-catagory {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #171717 77.37%, #DEF95E 170.73%);
  .flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    .faqs-wrapper {
      width: 99px;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #EBE9E0;
      border-radius: 10px;
      margin-bottom: 50px;
      p {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: $poppins;
      }
    }
  }

  .catagory-wrapper {
    border: 1px solid #DEF95E;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    .button-wrapper {
      .button {
        color: #EBE9E0;
        background-color: #171717;
        width: 100%;
        text-align: start;
        border-radius: 10px;
        border: none;
        max-width: 1200px;
        padding: 15px 30px 15px 30px;
        @media only screen and (max-width: 500px) {
          padding: 15px;
          max-width: 300px;
        }
        &:after {
          content: "";
          height: 28px;
          width: 28px;
          background-image: url(../images/Subtract.png);
          position: absolute;
          top: 29%;
          right: 30px;
        }
        h4 {
          font-size: 25px;
          line-height: 38px;
          font-weight: 400;
          font-family: $poppins;
          margin-bottom: 0;
          @media only screen and (max-width: 500px) {
            font-size: 18px;
            line-height: 25px;
          }
        }
      }
    }
    .show{
      &:after{
        display: none;
      }
      &:before {
      content: "";
      height: 28px;
      width: 28px;
      background-image: url(../images/add.png);
      position: absolute;
      top: 29%;
      right: 30px;
    }
  }

    .content-wrapper {
      p {
        padding: 0 0 15px 30px;
        margin: 0;
      }
    }
  }
  .catagory-wrapper-2 {
    border: 1px solid #DEF95E;
    border-radius: 10px;
    margin-bottom: 50px;
    .button-wrapper {
      .button {
        color: #EBE9E0;
        background-color: #171717;
        width: 100%;
        text-align: start;
        border-radius: 10px;
        border: none;
        padding: 15px 30px 15px 30px;
        position: relative;
        @media only screen and (max-width: 500px) {
          padding: 15px;
        }
        &:after {
          content: "";
          height: 28px;
          width: 28px;
          background-image: url(../images/Subtract.png);
          position: absolute;
          top: 29%;
          right: 30px;
        }
        h4 {
          font-size: 25px;
          line-height: 38px;
          font-weight: 400;
          font-family: $poppins;
          //max-width: 300px;
          margin-bottom: 0;
          @media only screen and (max-width: 500px) {
            font-size: 18px;
            line-height: 25px;
          }
        }
        .collapsed:after {
          content: "";
          height: 28px;
          width: 28px;
          background-image: url(../images/add.png);
          position: absolute;
          top: 29%;
          right: 30px;
        }
      }
    }
    .content-wrapper {
      p {
        padding: 0 0 15px 30px;
        margin: 0;
      }
    }
  }
  .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    .btn-style {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      font-family: $poppins;
      width: 230px;
      height: 42px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #DEF95E;
      border: 1px solid #DEF95E;
      &:hover {
        color: #171717 !important;
      }
    }
  }
}
*/
.sec-catagory {
  padding: 100px 0 80px;
  background: linear-gradient(180deg, #171717 77.37%, #DEF95E 170.73%);
}
.sec-catagory h2 {
  text-align: center;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 35px;
  color: #EBE9E0;
}
.sec-catagory h2 strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-catagory h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
.sec-catagory .catagory-wrapper {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sec-catagory .catagory-wrapper .button-wrapper .button {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  background: #171717;
  color: #EBE9E0;
  border: none;
  border-radius: 10px;
  text-align: start;
  font-family: "Poppins";
  font-size: 18px;
  transition: background 0.3s ease;
}
.sec-catagory .catagory-wrapper .button-wrapper .button h4 {
  margin: 0;
  font-size: 20px;
}
.sec-catagory .catagory-wrapper .button-wrapper .button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.sec-catagory .catagory-wrapper .button-wrapper .button.collapsed::after {
  background-image: url("../images/add.png");
}
.sec-catagory .catagory-wrapper .button-wrapper .button:not(.collapsed)::after {
  background-image: url("../images/Subtract.png");
}
.sec-catagory .catagory-wrapper .accordion-collapse {
  transition: all 0.3s ease;
}
.sec-catagory .catagory-wrapper .content-wrapper p {
  padding: 0 30px 15px;
  margin: 0;
  color: #EBE9E0;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
}
.sec-catagory .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.sec-catagory .btn-wrapper .btn-style {
  height: 42px;
  font-family: "Poppins";
  font-weight: 600;
  background-color: #DEF95E;
  border: 1px solid #DEF95E;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.sec-catagory .btn-wrapper .btn-style:hover {
  color: #171717;
}

.sec-brand-fixing {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-brand-fixing {
    padding: 40px 0;
  }
}
.sec-brand-fixing .heading {
  text-align: center;
}
.sec-brand-fixing .heading h1 {
  margin-bottom: 16px;
  color: #EBE9E0;
}
@media screen and (max-width: 767px) {
  .sec-brand-fixing .heading h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;
  }
}
.sec-brand-fixing .heading h1 span {
  color: #DEF95E;
}
.sec-brand-fixing .heading > p {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 0;
}
.sec-brand-fixing .payment-wrapper > h3 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #EBE9E0;
  margin-bottom: 18px;
}
.sec-brand-fixing .payment-wrapper .payment-card {
  padding: 18px 26px 24px;
  background: #171717;
  border-radius: 8px;
  border: 1px solid #DEF95E;
  max-width: 600px;
  margin: 0 auto 16px;
}
.sec-brand-fixing .payment-wrapper .payment-card > h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #EBE9E0;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .sec-brand-fixing .payment-wrapper .payment-card > h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list {
  margin: 0;
  padding: 0;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li {
  display: block;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li:not(:last-of-type) {
  margin: 0 0 8px;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card {
  display: grid;
  align-items: center;
  grid-template-columns: 220px 1fr;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card strong.title {
  color: #EBE9E0;
  text-align: left;
  font-weight: 600;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card .copy-wrapper {
  height: 40px;
  padding: 12px;
  background: #171717;
  border-radius: 8px;
  border: 1px solid #DEF95E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card .copy-wrapper span.copy-text {
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #EBE9E0;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card .copy-wrapper span.copy-text.black {
  color: #000000;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card .copy-wrapper .copy-icon-btn {
  user-select: none;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card .copy-wrapper .copy-icon-btn.disabled {
  pointer-events: none;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card .copy-wrapper .copy-icon-btn img {
  max-width: 16px;
}
.sec-brand-fixing .payment-wrapper .payment-card ul.option-list li .option-card .copy-wrapper .copy-icon-btn img.tick-icon {
  display: none;
}
.sec-brand-fixing .payment-wrapper .payment-card .help-content {
  text-align: left;
  margin: 12px 0 0;
}
.sec-brand-fixing .payment-wrapper .payment-card .help-content p {
  color: #EBE9E0;
}
@media screen and (max-width: 767px) {
  .sec-brand-fixing .payment-wrapper .payment-card .help-content p {
    font-size: 13px;
    line-height: 22px;
  }
}
.sec-brand-fixing .payment-wrapper .payment-card .help-content p a {
  font-weight: 600;
  color: #DEF95E;
  text-decoration: unset;
}
.sec-brand-fixing .wpcf7 form .form-wrapper {
  position: relative;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group.upload-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  border: unset;
  height: auto;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group.submit {
  margin-top: 20px;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group.submit .wpcf7-submit {
  width: 100%;
  height: 60px;
  padding: 10px 30px 7px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  background: #DEF95E !important;
  color: #000000;
  min-width: 100%;
  border-radius: 8px;
  border: none;
  outline: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-brand-fixing .wpcf7 form .form-wrapper .form-group.submit .wpcf7-submit {
    height: 55px;
    font-size: 16px;
    line-height: 26px;
  }
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group.submit .wpcf7-submit:hover {
  color: #000000 !important;
  background: #DEF95E !important;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group.submit .wpcf7-spinner {
  background-color: black;
  opacity: 1;
  position: absolute;
  right: 6px;
  bottom: 6px;
  margin: 0;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group p {
  text-align: left;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group p br {
  display: none;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group p label {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  margin: 0 0 8px;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group p .wpcf7-form-control-wrap {
  display: block;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: 55px;
  min-width: 100%;
  font-size: 16px;
  line-height: 24px;
  background: #171717 !important;
  outline: none;
  border: 1px solid #DEF95E;
  padding: 5px 14px;
  border-radius: 8px;
  color: #EBE9E0;
}
.sec-brand-fixing .wpcf7 form .form-wrapper .form-group p .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: #EBE9E0;
}
.sec-brand-fixing {
  /*  .input-wrapper {
      max-width: 600px;
      margin: auto;
      .image-wrapper {
        padding: 22px 15px;
        //min-width: 600px;
        max-width: 600px;
        height: 296px;
        border: 1px solid $primary01;
        border-radius: 10px;
        margin: 50px 0 80px;
        @media screen and (max-width: $screen-xs) {
          margin: 30px 0 50px;
        }
        img {
          width: 100%;
          object-fit: cover;
        }
      }
      input {
        display: block;
        width: 100%;
        border: 1px solid $primary01;
        border-radius: 10px;
        padding: 21px;
        //background: #171717;
        background: $black!important;
        color: $cream;
        margin-bottom: 30px;
        @media screen and (max-width: $screen-xs) {
          margin-bottom: 18px;
        }
        &.submit {
          background: $primary01!important;
          color: $black;
          font-size: 38px;
          line-height: 48px;
          font-weight: 700;
          margin-bottom: 80px;
          @media screen and (max-width: $screen-xs) {
            font-size: 28px;
            line-height: 36px;
            margin-bottom: 40px;
          }
        }
      }
    }
    .content-wrapper {
      p {
        font-size: 24px;
        line-height: 50px;
        font-weight: 400;
        @media screen and (max-width: $screen-xs) {
          font-size: 18px;
          line-height: 26px;
        }
      }
    }*/
}

.brand-step-title {
  text-align: center;
  margin: 0 0 26px;
}
.brand-step-title strong {
  background: #DEF95E;
  border-radius: 4px;
  padding: 0 12px 2px;
  font-size: 30px;
  line-height: 1;
}

.brand-step-divider {
  background: #DEF95E;
  width: 100%;
  height: 1px;
  max-width: 400px;
  margin: 60px auto;
}

.brand-fix-offer {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .brand-fix-offer {
    padding: 70px 0 0;
  }
}
.brand-fix-offer .content-wrapper {
  text-align: center;
}
.brand-fix-offer .content-wrapper p {
  margin-bottom: 30px;
}
.brand-fix-offer .video-wrapper {
  padding: 22px 15px;
  border-radius: 10px;
  max-width: 1200px;
  height: auto;
  border: 1px solid #DEF95E;
}
@media screen and (max-width: 767px) {
  .brand-fix-offer .video-wrapper {
    padding: 12px 8px;
  }
}
.brand-fix-offer .video-wrapper .video, .brand-fix-offer .video-wrapper iframe {
  height: 638px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .brand-fix-offer .video-wrapper .video, .brand-fix-offer .video-wrapper iframe {
    height: 208px;
  }
}
.brand-fix-offer ul.btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .brand-fix-offer ul.btn-wrapper {
    display: block;
    text-align: center;
  }
}
.brand-fix-offer ul.btn-wrapper li {
  display: block;
}
@media screen and (max-width: 767px) {
  .brand-fix-offer ul.btn-wrapper li:last-of-type {
    margin-top: 30px;
  }
}
.brand-fix-offer ul.btn-wrapper .btn-style {
  margin-bottom: 20px;
}
.brand-fix-offer ul.btn-wrapper .btn-style:hover {
  color: #171717 !important;
}
.brand-fix-offer ul.btn-wrapper .btn-style-2 {
  min-width: 203px !important;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .brand-fix-offer ul.btn-wrapper .btn-style-2 {
    min-width: 203px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.brand-fix-offer ul.btn-wrapper .btn-style-2:hover {
  color: #EBE9E0 !important;
}

.sec-exclusive-offer {
  padding: 0;
  text-align: center;
}
.sec-exclusive-offer h2 {
  font-size: 45px;
  line-height: 53px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #DEF95E;
}
@media screen and (max-width: 767px) {
  .sec-exclusive-offer h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.sec-exclusive-offer .h2 {
  text-transform: capitalize;
  font-family: "Poppins";
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-exclusive-offer .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.sec-exclusive-offer p {
  margin-bottom: 30px;
}
.sec-exclusive-offer h1 {
  margin-bottom: 30px;
}
.sec-exclusive-offer h1 strong {
  font-family: "Bebas Neue";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-exclusive-offer h1 strong br {
    display: none;
  }
}
.sec-exclusive-offer .mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-exclusive-offer .mb-80 {
    margin-bottom: 40px;
  }
}

.reviews-cards {
  padding: 0 0 80px;
}
.reviews-cards h2 {
  text-align: center;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 35px;
  color: #EBE9E0;
}
.reviews-cards h2 strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .reviews-cards h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
.reviews-cards .image-wrapper {
  margin-bottom: 30px;
}
.reviews-cards .image-wrapper img {
  width: 100%;
}

.brand-fixing-keypoints .card-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .brand-fixing-keypoints .card-wrapper {
    margin-bottom: 60px;
  }
}
.brand-fixing-keypoints .card-wrapper p.title {
  margin-bottom: 36px;
}
.brand-fixing-keypoints .card-wrapper .keypoints {
  padding: 0;
}
.brand-fixing-keypoints .card-wrapper .keypoints li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  color: #EBE9E0;
  position: relative;
}
.brand-fixing-keypoints .card-wrapper .keypoints li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .brand-fixing-keypoints .card-wrapper .keypoints li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .brand-fixing-keypoints .card-wrapper .keypoints li {
    align-items: flex-start;
    gap: 10px;
  }
}
.brand-fixing-keypoints .card-wrapper .keypoints li img {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .brand-fixing-keypoints .card-wrapper .keypoints li img {
    width: 18px;
    margin-top: 8px;
  }
}
.brand-fixing-keypoints .card-wrapper .image-wrapper img {
  width: 100%;
}
.brand-fixing-keypoints .cash-back-card {
  box-shadow: 0 0 25px 10px rgba(222, 249, 94, 0.5);
  padding: 20px 45px 20px 60px;
  align-items: center;
  display: grid;
  grid-template-columns: 134px auto;
  gap: 60px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .brand-fixing-keypoints .cash-back-card {
    display: block;
    padding: 12px 22px 12px 25px;
  }
  .brand-fixing-keypoints .cash-back-card .image-wrapper {
    text-align: center;
  }
  .brand-fixing-keypoints .cash-back-card .content-wrapper {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
}
.brand-fixing-keypoints .cash-back-card:before {
  position: absolute;
  bottom: -80px;
  left: 50%;
  right: 50%;
  max-width: 450px;
  width: 100%;
  height: 1px;
  background: #EBE9E0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .brand-fixing-keypoints .cash-back-card:before {
    bottom: -40px;
    display: none;
  }
}
.brand-fixing-keypoints .cash-back-card .image-wrapper img {
  max-width: 134px;
}
.brand-fixing-keypoints .cash-back-card .content-wrapper p {
  margin-bottom: 0;
}
.brand-fixing-keypoints span {
  min-width: 450px;
  min-height: 1px;
  background: #EBE9E0;
  margin-top: 60px;
  text-align: center;
}

.sec-timer {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-timer {
    padding: 0;
  }
}
.sec-timer h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #EBE9E0;
}
@media screen and (max-width: 767px) {
  .sec-timer h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 18px;
  }
}
.sec-timer h2 {
  color: #DEF95E;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-timer h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 18px;
  }
}
.sec-timer .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-timer .timer {
    gap: 10px;
  }
}
.sec-timer .timer li {
  text-align: center;
}
.sec-timer .timer li p:first-child {
  font-size: 80px;
  font-weight: bold;
  color: #EBE9E0;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec-timer .timer li p:first-child {
    font-size: 48px;
    line-height: 56px;
  }
}
.sec-timer .timer li p:last-child {
  font-size: 18px;
  color: #ccc;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sec-timer .btn-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-timer .btn-wrapper {
    margin-bottom: 40px;
  }
}
.sec-timer .btn-wrapper .btn-style {
  margin: auto;
  padding: 18px 50px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Poppins";
  background: #DEF95E;
  color: #000000;
  max-width: 600px;
  width: 100%;
  height: 80px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sec-timer .btn-wrapper .btn-style {
    padding: 10px 28px;
    font-size: 22px;
    line-height: 30px;
  }
}
.sec-timer p {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-timer p {
    font-size: 18px;
    line-height: 26px;
  }
}

.sec-help {
  padding: 70px 0 50px;
}
.sec-help .content-wrapper {
  margin-top: 30px;
  text-align: center;
}
.sec-help .content-wrapper h2 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 15px;
  color: #EBE9E0;
}
.sec-help .content-wrapper h2 strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-help .content-wrapper h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
.sec-help .content-wrapper p {
  margin-bottom: 0;
  color: #EBE9E0;
}

.sec-logo-wrapper {
  padding: 0 0 30px;
}
.sec-logo-wrapper .sec-wrapper {
  border: 1px solid #DEF95E;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 50px 45px;
}
@media screen and (max-width: 767px) {
  .sec-logo-wrapper .sec-wrapper {
    padding: 50px 16px 45px;
  }
}
.sec-logo-wrapper .sec-wrapper .content-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.sec-logo-wrapper .sec-wrapper .content-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  color: #EBE9E0;
}
.sec-logo-wrapper .sec-wrapper .content-wrapper h2 strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-logo-wrapper .sec-wrapper .content-wrapper h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.sec-logo-wrapper .sec-wrapper .content-wrapper p {
  margin: 5px auto 35px;
  color: #EBE9E0;
}
.sec-logo-wrapper .sec-wrapper .content-wrapper .btn-wrapper .btn-style {
  margin: auto;
  padding: 12px 27px;
  font-weight: 400;
  border: 1px solid #DEF95E;
  width: 176px !important;
}
.sec-logo-wrapper .sec-wrapper .content-wrapper .btn-wrapper .btn-style:hover {
  border: 1px solid #DEF95E;
  background: #171717;
  color: #DEF95E;
}
.sec-logo-wrapper .sec-wrapper .col-md-4 {
  margin-bottom: 15px;
}
.sec-logo-wrapper .sec-wrapper .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  /*
  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    max-width: 361px;
    width: 100%;
    height: calc(100% + 4px);
    transition: all 0.3s ease-in-out;
  }
  &:hover {
    &:before {
      transition: all 0.3s ease-in-out;
      display: none;
    }
    img{
      //transform: scale(1.2);
    }
  }
  */
}
.sec-logo-wrapper .sec-wrapper .image-wrapper img {
  max-width: 357px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.sec-branding {
  padding: 0 0 80px;
}
.sec-branding .card-wrapper {
  border: 1px solid #DEF95E;
  padding: 50px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sec-branding .card-wrapper {
    margin-bottom: 20px;
  }
}
.sec-branding .card-wrapper .content-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.sec-branding .card-wrapper .content-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  color: #EBE9E0;
}
.sec-branding .card-wrapper .content-wrapper h2 strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-branding .card-wrapper .content-wrapper h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.sec-branding .card-wrapper .content-wrapper p {
  margin: 5px auto 35px;
  color: #EBE9E0;
}
.sec-branding .card-wrapper .content-wrapper .btn-wrapper .btn-style {
  margin: auto;
  padding: 12px 27px;
  font-weight: 400;
  border: 1px solid #DEF95E;
  width: 176px !important;
}
.sec-branding .card-wrapper .content-wrapper .btn-wrapper .btn-style:hover {
  border: 1px solid #DEF95E;
  background: #171717;
  color: #DEF95E;
}
.sec-branding .card-wrapper .images-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec-branding .card-wrapper .images-wrapper {
    display: block;
  }
}
.sec-branding .card-wrapper .images-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-branding .card-wrapper .images-wrapper img:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.sec-branding .visual-branding-card {
  margin-top: 30px;
  border: 1px solid #DEF95E;
  border-radius: 10px;
  padding: 50px 56px 56px;
}
.sec-branding .visual-branding-card:not(:last-of-type) {
  margin-bottom: 30px;
}
.sec-branding .visual-branding-card .content-wrapper {
  text-align: center;
}
.sec-branding .visual-branding-card .content-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  color: #EBE9E0;
}
.sec-branding .visual-branding-card .content-wrapper h2 strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-branding .visual-branding-card .content-wrapper h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
.sec-branding .visual-branding-card .content-wrapper p {
  max-width: 807px;
  margin: 5px auto 35px;
  color: #EBE9E0;
}
.sec-branding .visual-branding-card .content-wrapper .btn-wrapper .btn-style {
  margin: auto;
  padding: 12px 27px;
  font-weight: 400;
  border: 1px solid #DEF95E;
  width: 176px !important;
}
.sec-branding .visual-branding-card .content-wrapper .btn-wrapper .btn-style:hover {
  border: 1px solid #DEF95E;
  background: #171717;
  color: #DEF95E;
}

footer {
  position: relative;
  padding: 40px 0 60px;
}
footer:before {
  content: "";
  background: linear-gradient(90deg, rgb(23, 23, 23) 25%, rgb(228, 250, 117) 49%, rgb(69, 74, 44) 75%, rgb(23, 23, 23) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
footer .logo .logo-wrapper {
  margin-bottom: 30px;
}
footer .logo .logo-wrapper img {
  max-width: 198px;
  width: 100%;
  height: 44px;
}
footer .logo .content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
footer .logo .content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  border-right: 1px solid #DEF95E;
  margin-bottom: 0;
  width: 75px;
  height: 24px;
  padding-right: 10px;
}
footer .logo .content-wrapper .para {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  border-right: none;
}
@media only screen and (max-width: 992px) {
  footer .submit-wrapper {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
footer .submit-wrapper .content h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 10px;
  color: #EBE9E0;
  text-align: center;
}
footer .submit-wrapper .content p {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 776px) {
  footer .submit-wrapper .content p br {
    display: none;
  }
}
footer .submit-wrapper .email-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
footer .submit-wrapper .email-wrapper input {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #EBE9E0;
  border: 1px solid #272727;
  background-color: #272727;
  border-radius: 4px;
  max-width: 290px;
  height: 42px;
  padding: 10px 55px 10px 22px;
}
footer .submit-wrapper .email-wrapper .btn-style {
  background-color: #DEF95E;
  border: 1px solid #DEF95E;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  width: 92px;
  height: 42px;
  color: #171717;
}
footer .menu-wrapper {
  display: flex;
  justify-content: center;
  gap: 49px;
}
footer .menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu-wrapper ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 10px;
}
footer .menu-wrapper ul li a {
  color: #EBE9E0;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sm-d-none {
    display: none;
  }
}

.page-id-8 header, .page-id-2 header, .page-id-110 header {
  display: none;
}
.page-id-8 footer, .page-id-2 footer, .page-id-110 footer {
  display: none;
}

.contact {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .contact {
    display: flex;
    flex-direction: column;
  }
}
.contact br {
  display: none;
}
.contact .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.contact .title-wrapper .capital {
  text-transform: uppercase;
}
.contact .title-wrapper h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact form {
    margin-bottom: 50px;
  }
}
.contact form .name-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact form .name-wrapper {
    display: block;
  }
}
.contact form .name-wrapper .name {
  width: 100%;
}
.contact form .lime {
  color: #DEF95E;
}
.contact form .lime:hover {
  color: #DEF95E;
}
.contact form label {
  color: #EBE9E0;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
}
.contact form select {
  color: #EBE9E0;
  background: #232323;
  border: 0;
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact form input:not(.btn-style) {
  color: #EBE9E0;
  background: #232323;
  border: 0;
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact form textarea {
  color: #EBE9E0;
  background: #232323;
  border: 0;
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 24px;
  resize: none;
  margin-bottom: 30px;
}
.contact a {
  text-decoration: none;
}
.contact .right-side-bar {
  display: flex;
  flex-direction: column;
}
.contact .right-side-bar .icon-wrapper-row {
  margin: 10px 0 33px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .contact .right-side-bar .icon-wrapper-row {
    margin: 30px 0 0;
    order: 2;
  }
}
.contact .right-side-bar .icon-wrapper-row .icon-wrapper {
  padding: 10px;
  max-width: 56px;
  border-radius: 10px;
  background: #DEF95E;
}
.contact .right-side-bar .icon-wrapper-row .icon-wrapper img {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .contact .right-side-bar .main-card-wrapper {
    order: 1;
  }
}
.contact .right-side-bar .main-card-wrapper .icon-card-wrapper {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #DEF95E;
  padding: 38px 70px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .contact .right-side-bar .main-card-wrapper .icon-card-wrapper {
    padding: 38px;
  }
}
.contact .right-side-bar .main-card-wrapper .icon-card-wrapper .icon-wrapper {
  margin: auto;
  padding: 10px;
  max-width: 56px;
  border-radius: 10px;
  background: #DEF95E;
}
.contact .right-side-bar .main-card-wrapper .icon-card-wrapper h3 {
  margin: 30px 0 1px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Poppins";
  color: #EBE9E0;
}
.contact {
  /* @media screen and (max-width: $screen-xs) {
     .icon-wrapper-row {
       order: 2;
     }

   }*/
}

.wpcf7-response-output {
  color: #EBE9E0;
  /* text-align: center; */
  /* border-radius: 10px; */
  border: none;
  padding: 0;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  margin: 15px 0 0;
  border: none;
}

/* ---- Contact Form 7 fields: lock background on all states ---- */
.wpcf7 form .wpcf7-form-control[type=text],
.wpcf7 form .wpcf7-form-control[type=email],
.wpcf7 form .wpcf7-form-control[type=tel],
.wpcf7 form .wpcf7-form-control[type=url],
.wpcf7 form .wpcf7-form-control[type=number],
.wpcf7 form .wpcf7-form-control[type=search],
.wpcf7 form textarea,
.wpcf7 form select {
  --field-bg: #232323; /* your input bg */
  --field-text: #e5e5e5; /* text color */
  background-color: var(--field-bg) !important;
  color: var(--field-text);
  border-radius: 10px;
  transition: border-color 0.2s ease; /* no bg transition */
}

/* Keep the SAME bg on hover/focus/active */
.wpcf7 form .wpcf7-form-control:hover,
.wpcf7 form .wpcf7-form-control:focus,
.wpcf7 form .wpcf7-form-control:active {
  background-color: var(--field-bg) !important;
  color: var(--field-text);
  outline: none; /* optional */
}

/* ------- Autofill overrides (Chrome/Edge/Safari) ------- */
.wpcf7 form input:-webkit-autofill,
.wpcf7 form textarea:-webkit-autofill,
.wpcf7 form select:-webkit-autofill {
  /* Paint over the yellow autofill */
  -webkit-text-fill-color: var(--field-text) !important;
  box-shadow: 0 0 0 1000px var(--field-bg) inset !important;
  background-clip: padding-box !important;
  transition: background-color 9999s ease-out 0s !important; /* neutralize flicker */
}

/* Keep same while focused with autofill */
.wpcf7 form input:-webkit-autofill:focus,
.wpcf7 form textarea:-webkit-autofill:focus,
.wpcf7 form select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--field-text) !important;
  box-shadow: 0 0 0 1000px var(--field-bg) inset !important;
}

/* ------- Firefox autofill ------- */
.wpcf7 form input:-moz-autofill,
.wpcf7 form textarea:-moz-autofill {
  color: var(--field-text) !important;
  box-shadow: 0 0 0 1000px var(--field-bg) inset !important;
}

.wpcf7-not-valid-tip {
  color: #DEF95E;
  margin-bottom: 20px;
}

.pr {
  text-align: center;
}
.pr h1 {
  font-size: 48px;
  color: #def95e;
  margin-top: 50px;
  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px #def95e;
  }
  to {
    text-shadow: 0 0 25px #def95e, 0 0 50px #def95e;
  }
}
.pr p {
  font-size: 20px;
  max-width: 700px;
  margin: 20px auto;
}
.pr p br {
  display: none;
}
.pr .btn-surprise {
  padding: 15px 40px;
  font-size: 1.2rem;
  margin-top: 30px;
  background: linear-gradient(90deg, #def95e, #c4f500);
  color: #000;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
}
.pr .btn-surprise:hover {
  transform: scale(1.1);
}
.pr .gift-card-fade {
  width: 300px;
  height: 300px;
  margin: 50px auto;
  border-radius: 20px;
  box-shadow: 0 0 20px #def95e;
  overflow: hidden;
  position: relative;
}
.pr .gift-card-fade img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.pr .gift-card-fade img.active {
  opacity: 1;
}
.pr .pyro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 101;
  display: none;
}
.pr .pyro .before, .pr .pyro .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #EBE9E0;
  animation: bang 1s ease-out infinite backwards, gravity 1s ease-in infinite backwards, position 5s linear infinite backwards;
}
.pr .pyro .after {
  animation-delay: 1.25s, 1.25s, 1.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}
@keyframes bang {
  to {
    box-shadow: 120px 190px hsl(43, 100%, 50%), -85px 200px hsl(150, 100%, 50%), 30px -70px hsl(245, 100%, 50%), 75px 150px hsl(330, 100%, 50%), -110px 50px hsl(10, 100%, 50%), 80px 200px hsl(0, 100%, 50%), -85px 220px hsl(30, 100%, 50%), 70px -185px hsl(60, 100%, 50%), -50px 60px hsl(90, 100%, 50%), 50px 0px hsl(120, 100%, 50%), -65px 0px hsl(150, 100%, 50%), 0px 115px hsl(180, 100%, 50%), 0px -55px hsl(210, 100%, 50%), 100px 200px hsl(240, 100%, 50%), -60px -280px hsl(270, 100%, 50%), 105px -250px hsl(300, 100%, 50%), -300px 300px hsl(330, 100%, 50%), 280px 350px hsl(200, 100%, 50%), 260px 360px hsl(220, 100%, 50%), -37px 300px hsl(140, 100%, 50%), -65px -95px hsl(160, 100%, 50%), 85px 350px hsl(190, 100%, 50%), -53px 50px hsl(10, 100%, 50%), 200px 500px hsl(280, 100%, 50%), 68px 95px hsl(320, 100%, 50%), 85px 450px hsl(30, 100%, 50%), 300px 450px hsl(60, 100%, 50%), -63px 450px hsl(90, 100%, 50%), 320px 505px hsl(120, 100%, 50%), 265px 485px hsl(180, 100%, 50%), -95px 305px hsl(240, 100%, 50%);
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

/*# sourceMappingURL=main.css.map */
