:root {
  --bg-gradient-orange: 255, 107, 32;
  --bg-gradient-pink: 135, 33, 198;
  --bg-gradient-red: 228, 56, 21;
}

@font-face {
  font-family: 'Comic Sans';
  src: url('Fonts/ComicSansMS3.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url('Fonts/Gilroy-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope';
  src: url('Fonts/Manrope-VariableFont_wght.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
/* html {
  overflow-x: hidden;
} */
body {
  background: #111111;
  /* width: 100vw; */
  overflow-x: hidden !important;
  position: relative;
  height: 100%;
}
.prebook_section,
/* .feature_section,
.checkoutPages_section,
.payment_section, */
.templates_section {
  overflow-x: hidden;
}
#loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 110;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #212121;
}
.spinner {
  background-image: linear-gradient(
    rgb(var(--bg-gradient-orange)) 35%,
    rgb(var(--bg-gradient-pink))
  );
  width: 100px;
  height: 100px;
  animation: spinning82341 1.7s linear infinite;
  text-align: center;
  border-radius: 50px;
  filter: blur(1px);
  box-shadow: 0px -5px 20px 0px rgb(var(--bg-gradient-orange)),
    0px 5px 20px 0px rgb(var(--bg-gradient-pink));
}

.spinner1 {
  background-color: rgb(36, 36, 36);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  filter: blur(10px);
}

@keyframes spinning82341 {
  to {
    transform: rotate(360deg);
  }
}
.header {
  /* background: url('./assets/Group\ 48095733.png');
  background-position: center;
  background-size: cover; */
  width: 100%;
  /* height: 1782px; */
  /* height: 100%; */
  /* padding: 1rem 0 0 0; */
  position: relative;
}
.header__circle1 {
  position: absolute;
  background: rgba(var(--bg-gradient-pink), 0.4);
  height: 35%;
  width: 40%;
  top: 15%;
  left: 5%;
  border-radius: 50%;
  filter: blur(530px);
}
.header__circle2 {
  position: absolute;
  background: rgba(var(--bg-gradient-orange), 0.4);
  height: 45%;
  width: 50%;
  top: 20%;
  right: 5%;
  border-radius: 50%;
  filter: blur(530px);
}
/* @media screen and (max-width: 769px) {
  .header {
    height: 1600px;
  }
}
@media screen and (max-width: 430px) {
  .header {
    height: 1267px;
  }
} */
.header__navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Poppins';
  /* position: fixed; */
  backdrop-filter: blur(5px);
  padding-inline: 2rem;
  /* margin: 0 auto; */
  /* left: 50%;
  transform: translateX(-50%); */
  /* top: 0; */
  z-index: 100;
}

.header__navbar__links {
  width: 50%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(11px, 2vw, 21px);
}
@media screen and (max-width: 769px) {
  .header__navbar__links {
    display: none;
  }
}
.header__navbar__links a {
  text-decoration: none;
  color: white;
  font-family: 'Manrope';
}
.header__navbar__buttons {
  height: 39px;
  width: 20%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navbar__buttons__mobile {
  /* height: 39px; */
  width: 100%;
  /* max-width: 200px; */
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100px;
  z-index: 2;
  /* align-items: center; */
  /* justify-content: space-between; */
}
@media screen and (max-width: 769px) {
  .header__navbar__buttons {
    display: none;
  }
}
.header__navbar__button {
  height: 100%;
  width: 40%;
  border-radius: 6px;
  border: none;
  color: white;
  font-family: 'Manrope';
  font-size: clamp(8px, 1.5vw, 15px);
}
.header__navbar__button__mobile {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  border: none;
  color: white;
  font-family: 'Manrope';
  font-size: clamp(12px, 1.5vw, 15px);
}
.header__navbar__button--1 {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.1);
}
.header__navbar__button--2 {
  border: 1px solid transparent;
  background: linear-gradient(
    45deg,
    rgb(var(--bg-gradient-orange)),
    rgb(var(--bg-gradient-pink))
  );
  position: relative;
}
.header__navbar__button--2::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: 0px;
  border-radius: 6px;
  background: linear-gradient(
    225deg,
    rgb(var(--bg-gradient-orange)),
    rgb(var(--bg-gradient-pink))
  );
  filter: blur(30px);
}
.header__navbar__button--2::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1.5px;
  border-radius: 6px;
  background: linear-gradient(
    225deg,
    rgb(var(--bg-gradient-orange)),
    rgb(var(--bg-gradient-pink))
  );
}
.header__navbar__image_container {
  width: 15%;
  max-width: 200px;
  height: 71px;
  padding-top: 20px;
}
.header__navbar__links__mobile {
  display: none;
}
.mobile__links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 2;
}
.mobile__links a {
  color: white;
  text-decoration: none;
}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 100;
  padding: 0;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

@media screen and (max-width: 769px) {
  .header__navbar__image_container {
    width: 100px;
    height: 53px;
  }
  .header__navbar__links__mobile {
    display: flex;
    flex-direction: column;
    background: linear-gradient(
      rgb(var(--bg-gradient-orange)),
      rgb(var(--bg-gradient-pink))
    );
    position: fixed;
    top: 0;
    right: -1%;
    width: 30%;
    height: 100vh;
    align-items: center;
    justify-content: space-between;
    padding: 15% 3% 5%;
    /* backdrop-filter: blur(10px); */
  }
  .header__navbar__links__mobile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(21, 21, 21, 0.5);
  }
  .menu {
    display: flex !important;
    width: 28.65px;
    height: 25.63px;
  }
  .hamburger_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.header__navbar__image_container__img {
  object-fit: contain;
  height: 90px;
  width: 150px;
}
.header__hero {
  width: 100%;
  height: 100%;
}

.header__hero__masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  gap: 1rem;
}
@media screen and (max-width: 430px) {
  .header__hero__masthead {
    padding-top: 50px;
  }
}
.header__hero__masthead__p {
  font-size: clamp(13px, 1.4vw, 27px);
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Poppins';
}

@media screen and (max-width: 430px) {
  .header__hero__masthead__p {
    font-size: 13px;
  }
}
.header__hero__masthead__h1 {
  font-size: clamp(29px, 4.5vw, 73px);
  color: white;
  line-height: 5rem;
  font-weight: 500;
  text-align: center;
  font-family: 'Poppins';
  position: relative;
}
@media screen and (max-width: 430px) {
  .header__hero__masthead__h1 {
    font-size: 25px;
    line-height: 2.4rem;
    margin-top: -7px;
  }
  .header__navbar__links__mobile {
    width: 50%;
  }
}
.h1_line {
  width: 25%;
  position: absolute;
  bottom: -25%;
  right: 14rem;
}
@media screen and (max-width: 376px) {
  .h1_line {
    /* width: 121.5px;
    height: 15.9px; */
    bottom: -15%;
  }
}
.heading__1 {
  background: linear-gradient(to right, #8721c6, #ff6b20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.heading__2 {
  background: linear-gradient(to right, #8721c6, #ff6b20);
  background-position: 60%;
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.header__hero__masthead__image__container {
  width: 80%;
  max-width: 1000px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .header__hero__masthead__image__container {
    width: 80%;
    height: 400px;
  }
  .header__hero__masthead__image__container__bg {
    width: 80% !important;
    height: 300px !important;
    border-radius: 15px !important;
  }
  .header__hero__masthead__image__container__img {
    width: 80% !important;
    height: 80% !important;
    border-radius: 10px;
    overflow: hidden;
  }
  .header__hero__masthead__image__container__card {
    width: 20% !important;
    height: 40% !important;
    left: 1rem !important;
  }

  .header__hero__masthead__image__container__cash {
    width: 20% !important;
    height: 40% !important;
    top: -6% !important;
    right: 0% !important;
  }
  .myzer-logo {
    width: 100px !important;
    height: 100px !important;
    padding: 0.5rem;
    bottom: 1rem !important;
    right: -3rem !important;
  }

  .header__hero__masthead__image__container__tools {
    width: 10% !important;
    height: 50% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0rem !important;
    gap: 0.5rem;
  }
  .tools_hero {
    width: 50% !important;
    gap: 0.1rem !important;
    margin-bottom: 0rem !important;
  }
  .tools_hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .tools_hero p {
    font-size: 10px !important;
  }
  .play-button {
    width: 40px;
    height: 40px;
  }
  .arrow-line {
    width: 30px;
    height: 30px;
    top: 35% !important;
    right: 38% !important;
  }
  .watchThis {
    font-size: 10px;
    top: 40% !important;
    right: 18% !important;
  }
  .header__hero__masthead__image__container__img::before {
    border-radius: 10px;
  }
  .header__hero__about {
    margin: 0px auto 0 !important;
  }
}
@media screen and (max-width: 430px) {
  .header__hero__masthead__image__container {
    /* width: 346px; */
    height: 227px;
  }
  .header__hero__masthead__image__container__bg {
    /* width: 250px !important; */
    height: 150px !important;
    border-radius: 15px !important;
  }
  .header__hero__masthead__image__container__img {
    width: 80% !important;
    height: 80% !important;
    border-radius: 10px;
    overflow: hidden;
  }
  .header__hero__masthead__image__container__card {
    width: 20% !important;
    height: 40% !important;
    left: 1rem !important;
  }

  .header__hero__masthead__image__container__cash {
    width: 20% !important;
    height: 40% !important;
    top: -10px !important;
    right: 1rem !important;
  }
  .myzer-logo {
    width: 80px !important;
    height: 80px !important;
    padding: 1rem;
    bottom: -1 !important;
  }

  .header__hero__masthead__image__container__tools {
    width: 10% !important;
    height: 30% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0.5rem !important;
    gap: 0.5rem;
  }
  .tools_hero {
    width: 1rem !important;
    gap: 0.1rem !important;
    margin-bottom: 0rem !important;
  }
  .tools_hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .tools_hero p {
    font-size: 5px !important;
  }
  .play-button {
    width: 40px;
    height: 40px;
  }
  .arrow-line {
    width: 20px;
    height: 20px;
    top: 25px !important;
  }
  .watchThis {
    font-size: 10px;
    top: 35px !important;
    right: 20px !important;
  }
  .header__hero__masthead__image__container__img::before {
    border-radius: 10px;
  }
  .header__hero__about {
    /* width: 334px !important; */
    /* height: 51px !important; */
    margin: 10px auto 0 !important;
  }
  .header__hero__about__p {
    font-size: 14px !important;
    /* margin-bottom: 20px; */
  }
}
.header__hero__masthead__image__container__cash {
  position: absolute;
  top: -1%;
  right: 0;
  width: 20%;
  animation: bounce 5s infinite ease-in-out;
}
@keyframes bounce {
  50% {
    transform: translateY(-40px);
  }
}
.header__hero__masthead__image__container__bg {
  width: 80%;
  max-width: 800px;
  height: 432.02px;
  background: url('assets/ezgif.com-gif-maker/_/%2829/%29.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header__hero__masthead__image__container__tools {
  position: absolute;
  left: -1%;
  top: 2.5rem;
}

.tools_hero {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-family: 'Poppins';
  font-size: 15px;
  color: #fff;
}
.header__hero__masthead__image__container__card {
  width: 30%;
  height: 277px;
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  z-index: 2;
  border-radius: 11px;
  animation: bounce 5s infinite ease-in-out;
}
.header__hero__masthead__image__container__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__hero__masthead__image__container__img {
  position: relative;
  width: 80%;
  max-width: 600px;
  height: 322.44px;
  border-radius: 17px;
  overflow: hidden;
}
.header__hero__masthead__image__container__img::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.64);
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
}

.arrow-line {
  position: absolute;
  right: 35%;
  top: 25%;
}
.watchThis {
  font-family: 'Comic Sans';
  color: white;
  position: absolute;
  font-size: clamp(10px, 2vw, 14px);
  right: 20%;
  top: 35%;
}
.myzer-logo {
  position: absolute;
  right: -15%;
  bottom: 6%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(18px);
  border-radius: 100%;
  width: 230px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bounce 5s ease-in-out infinite;
}
@media screen and (max-width: 1025px) {
  .myzer-logo {
    width: 180px;
    height: 180px;
  }
}
.myzer-logo img {
  width: 60% !important;
  height: 60% !important;
  object-fit: contain !important;
}
.header__hero__about {
  max-width: 1100px;
  width: 85%;
  /* height: 110px; */
  margin: 4% auto 0;
}

.header__hero__about__p {
  color: white;
  text-align: center;
  font-family: 'Poppins';
  font-size: clamp(12px, 2vw, 24px);
}

.header__hero__prebook {
  width: 85%;
  max-width: 1194px;
  height: 430px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 50px auto 0;
  display: flex;
  overflow: hidden;
  padding: 0.5rem;
}
@media screen and (max-width: 769px) {
  .header__hero__prebook {
    width: 65%;
    height: 600px;
    flex-direction: column;
    align-items: center;
    /* margin-top: 33px; */
    gap: 1rem;
  }
  .header__hero__prebook__bitmoji {
    width: 100% !important;
    height: 300px !important;
  }
  .header__hero__prebook__bitmoji img {
    object-fit: contain !important;
  }
  .header__hero__prebook__details {
    width: 100% !important;
    align-items: center;
    gap: 0.3rem;
  }
  .header__hero__prebook__details img {
    width: 5%;
    max-width: 15.8px;
    height: 15.8px;
  }
  .specialOffer {
    height: 35px !important;
    width: 180px !important;
    font-size: 11px !important;
  }
  .oneTimeOffer {
    font-size: 22px !important;
    width: 300px;
    text-align: center;
  }
  .noFees {
    font-size: 18px !important;
    text-align: center;
  }
  .prebook {
    height: 42px !important;
    width: 250px !important;
    font-size: 14px !important;
  }
  .header__hero__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 308px !important;
    height: 108px !important;
    gap: 2rem !important;
    margin: 40px auto 0 !important;
  }
  .stars {
    width: 200px !important;
    height: 36.4px !important;
  }
  .ratingText {
    width: 308px !important;
    /* height: 48px !important; */
  }
}
@media screen and (max-width: 430px) {
  .header__hero__prebook {
    width: 80%;
    /* height: 450px; */
    flex-direction: column;
    align-items: center;
    margin-top: 33px;
    gap: 1rem;
  }
  .header__hero__prebook__bitmoji {
    width: 221px !important;
    height: 217px !important;
  }
  .header__hero__prebook__bitmoji img {
    object-fit: contain !important;
  }
  .header__hero__prebook__details {
    width: 100% !important;
    align-items: center;
    gap: 0.3rem;
  }
  .header__hero__prebook__details img {
    width: 5%;
    max-width: 15.8px;
    height: 15.8px;
  }
  .specialOffer {
    height: 27.8px !important;
    width: 140.5px !important;
    font-size: 9px !important;
  }
  .oneTimeOffer {
    font-size: 18px !important;
    width: 100%;
  }
  .noFees {
    font-size: 16px !important;
  }
  .prebook {
    height: 42px !important;
    width: 80% !important;
    font-size: 11px !important;
    padding-inline: 10px;
  }
  .header__hero__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 308px !important; */
    height: 108px !important;
    gap: 2rem !important;
  }
  .stars {
    /* width: 231px !important; */
    height: 36.4px !important;
  }
  .ratingText {
    width: 80% !important;
    /* height: 48px !important; */
  }
}

.header__hero__prebook__bitmoji {
  width: 40%;
  max-width: 417px;
  height: 100%;
}
.header__hero__prebook__bitmoji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__hero__prebook__details {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  flex-grow: 1;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.specialOffer {
  font-family: 'Poppins';
  color: white;
  font-size: clamp(10px, 1.5vw, 16px);
  background: #da0f0f;
  border: none;
  border-radius: 50px;
  width: 70%;
  padding: 0.5rem 1rem;
  max-width: 233.73px;
  height: 55.52px;
  box-shadow: 5px 5px 0 #9d0c0c;
}
.oneTimeOffer {
  /* background-image: linear-gradient(
    to right,
    rgb(var(--bg-gradient-pink)),
    rgb(var(--bg-gradient-orange))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
  font-family: 'Poppins';
  font-size: clamp(15px, 2vw, 21px);
  font-weight: 500;
}
.noFees {
  font-family: 'Poppins';
  font-size: clamp(18px, 2vw, 40px);
  color: rgba(255, 255, 255, 0.58);
  font-weight: 400;
  text-align: center;

  text-transform: capitalize;
}
.prebook {
  width: 80%;
  max-width: 481px;
  height: 91px;
  border-radius: 26px;
  background: linear-gradient(
    45deg,
    rgb(var(--bg-gradient-orange)),
    rgb(var(--bg-gradient-pink))
  );
  border: none;
  font-size: clamp(11px, 2vw, 21px);
  font-family: 'Poppins';
  color: white;
  position: relative;
  padding: 0.5rem 1.5rem;
  background-size: 400% 400%;
  animation: bgMove 4s infinite ease-in-out;
}

.prebook::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  z-index: -1;
  border-radius: 26px;
  margin: -4px;
  filter: blur(100px);
}
@keyframes bgMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header__hero__rating {
  width: 561px;
  height: 48px;
  display: flex;
  gap: 1rem;
  margin: 78px auto 0;
}

.ratingText {
  font-family: 'Poppins';
  font-size: clamp(13px, 1vw, 20px);
  color: white;
  text-align: center;
}

.prebook_section {
  background: url('assets/image/%202.png');
  background-position: center;
  background-size: contain;
  background-repeat: none;
  position: relative;
  margin-top: 10%;
}

/* @media screen and (max-width: 430px) {
  .prebook_section_img_container {
    height: 661px !important;
  }
}
@media screen and (max-width: 430px) {
  .prebook_section_img_container {
    height: 661px !important;
  }
} */
.bubble {
  color: white;
  background: linear-gradient(
    to right,
    rgb(var(--bg-gradient-pink)),
    rgb(var(--bg-gradient-orange))
  );
  position: absolute;
  font-family: 'Poppins';
  font-size: clamp(12px, 1.5vw, 25px);
  border-radius: 50px;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

@media screen and (max-width: 1399px) {
  .white_dot {
    width: 30px !important;
    height: 30px !important;
  }
  .real-estate {
    top: 26% !important;
    left: 27% !important;
  }
  .restaurant {
    top: 32% !important;
    right: 33% !important;
  }
  .astrology {
    top: 45% !important;
    right: 23% !important;
  }
  .course {
    top: 51% !important;
    left: 39% !important;
  }
  .webinar {
    top: 60% !important;
    right: 35% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 33% !important;
  }
}
@media screen and (max-width: 1100px) {
  .white_dot {
    width: 25px !important;
    height: 25px !important;
  }
  .real-estate {
    top: 25% !important;
    left: 26% !important;
  }
  .restaurant {
    top: 32% !important;
    right: 32% !important;
  }
  .astrology {
    top: 46% !important;
    right: 21% !important;
  }
  .course {
    top: 51% !important;
    left: 38% !important;
  }
  .webinar {
    top: 60% !important;
    right: 34% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 32% !important;
  }
}
@media screen and (max-width: 900px) {
  .white_dot {
    width: 20px !important;
    height: 20px !important;
  }
  .bubble {
    padding: 0.3rem 0.7rem 0.3rem 0.3rem;
  }
  .real-estate {
    top: 26% !important;
    left: 26% !important;
  }
  .restaurant {
    top: 32% !important;
    right: 32% !important;
  }
  .astrology {
    top: 46% !important;
    right: 21% !important;
  }
  .course {
    top: 51% !important;
    left: 38% !important;
  }
  .webinar {
    top: 60% !important;
    right: 34% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 32% !important;
  }
}
@media screen and (max-width: 789px) {
  .white_dot {
    width: 20px !important;
    height: 20px !important;
  }
  .bubble {
    padding: 0.3rem 0.7rem 0.3rem 0.3rem;
  }
  .real-estate {
    top: 25% !important;
    left: 24% !important;
  }
  .restaurant {
    top: 32% !important;
    right: 30% !important;
  }
  .astrology {
    top: 46% !important;
    right: 18% !important;
  }
  .course {
    top: 51% !important;
    left: 37% !important;
  }
  .webinar {
    top: 60% !important;
    right: 32% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 29% !important;
  }
}
@media screen and (max-width: 706px) {
  .white_dot {
    width: 15px !important;
    height: 15px !important;
  }
  .bubble {
    padding: 0.3rem 0.6rem 0.3rem 0.3rem;
  }
  .real-estate {
    top: 25% !important;
    left: 22% !important;
  }
  .restaurant {
    top: 31% !important;
    right: 28% !important;
  }
  .astrology {
    top: 46% !important;
    right: 16% !important;
  }
  .course {
    top: 51% !important;
    left: 36% !important;
  }
  .webinar {
    top: 62% !important;
    right: 32% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 29% !important;
  }
}
@media screen and (max-width: 635px) {
  .white_dot {
    width: 15px !important;
    height: 15px !important;
  }
  .bubble {
    padding: 0.3rem 0.6rem 0.3rem 0.3rem;
  }
  .real-estate {
    top: 24% !important;
    left: 22% !important;
  }
  .restaurant {
    top: 31% !important;
    right: 28% !important;
  }
  .astrology {
    top: 46% !important;
    right: 16% !important;
  }
  .course {
    top: 51% !important;
    left: 36% !important;
  }
  .webinar {
    top: 62% !important;
    right: 32% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 29% !important;
  }
}
@media screen and (max-width: 568px) {
  .white_dot {
    width: 15px !important;
    height: 15px !important;
  }
  .bubble {
    padding: 0.3rem 0.6rem 0.3rem 0.3rem !important;
    font-size: 10px !important;
  }
  .real-estate {
    top: 24% !important;
    left: 22% !important;
  }
  .restaurant {
    top: 31% !important;
    right: 28% !important;
  }
  .astrology {
    top: 46% !important;
    right: 16% !important;
  }
  .course {
    top: 51% !important;
    left: 36% !important;
  }
  .webinar {
    top: 62% !important;
    right: 30% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 28% !important;
  }
}
@media screen and (max-width: 478px) {
  .white_dot {
    width: 10px !important;
    height: 10px !important;
  }
  .bubble {
    padding: 0.1rem 0.5rem 0.1rem 0.2rem !important;
    font-size: 8px !important;
  }
  .real-estate {
    top: 26% !important;
    left: 23% !important;
  }
  .restaurant {
    top: 31% !important;
    right: 29% !important;
  }
  .astrology {
    top: 46% !important;
    right: 18% !important;
  }
  .course {
    top: 51% !important;
    left: 36% !important;
  }
  .webinar {
    top: 62% !important;
    right: 31% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 29% !important;
  }
}
@media screen and (min-width: 1441px) {
  .bubble {
    padding: 1rem 2rem 1rem 1rem;
  }
  .real-estate {
    top: 25% !important;
    left: 27% !important;
  }
  .restaurant {
    top: 31% !important;
    right: 31% !important;
  }
  .astrology {
    top: 45% !important;
    right: 20% !important;
  }
  .course {
    top: 50% !important;
    left: 38% !important;
  }
  .webinar {
    top: 60% !important;
    right: 34% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 31% !important;
  }
}
@media screen and (min-width: 2024px) {
  .bubble {
    padding: 1rem 2rem 1rem 1rem;
  }
  .real-estate {
    top: 26% !important;
    left: 28% !important;
  }
  .restaurant {
    top: 33% !important;
    right: 33% !important;
  }
  .astrology {
    top: 45% !important;
    right: 25% !important;
  }
  .course {
    top: 50% !important;
    left: 40% !important;
  }
  .webinar {
    top: 59% !important;
    right: 36% !important;
  }
  .ecommerce {
    top: 66% !important;
    left: 34% !important;
  }
}
.white_dot {
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
}
.real-estate {
  top: 26%;
  left: 27%;
  z-index: 3;
  box-shadow: 0 27px 70px 0 rgba(0, 0, 0, 1);
}
.restaurant {
  top: 32%;
  right: 32%;
  z-index: 3;
  box-shadow: 0 44px 40px 0 rgba(0, 0, 0, 0.5);
}
.astrology {
  top: 45%;
  right: 20%;
  z-index: 4;
  box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 0.5);
}
.course {
  top: 50%;
  left: 39%;
  z-index: 4;

  box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 1);
}
.webinar {
  top: 57%;
  right: 36%;
  z-index: 4;

  box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 1);
}
.ecommerce {
  top: 66%;
  left: 32%;
  z-index: 3;
  box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 1);
}
.prebook_section_img_container {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto !important;
  position: relative;
}
.loop_container {
  position: absolute;
  z-index: -1;
  display: flex;
  width: 100%;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  height: 30%;
}

.loop_container1 {
  top: 5%;
  justify-content: end;
}
.loop_container2 {
  top: 40%;
  justify-content: start;
}
.loop_container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0) 10% 90%,
    rgba(0, 0, 0, 1)
  );
  z-index: 2;
}
.loop {
  width: calc(180px * 16);
  height: 100%;
  opacity: 0.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loop1 .loop__img {
  width: 180px;
  height: 100%;
  padding-inline: 1rem;
  animation: moveRight 5s linear infinite;
}
.loop2 .loop__img {
  width: 180px;
  height: 100%;

  padding-inline: 1rem;
  animation: moveLeft 5s linear infinite;
}
@keyframes moveRight {
  to {
    transform: translateX(calc(180px * 4));
  }
}
@keyframes moveLeft {
  to {
    transform: translateX(calc(-180px * 4));
  }
}

@media screen and (max-width: 769px) {
  .loop {
    width: calc(120px * 16) !important;
  }
  .loop1 .loop__img {
    width: 120px !important;
  }
  .loop2 .loop__img {
    width: 120px !important;
  }
  .loop_container1 {
    top: 5%;
  }
  .loop_container2 {
    top: 45%;
  }
  @keyframes moveRight {
    to {
      transform: translateX(calc(120px * 4));
    }
  }
  @keyframes moveLeft {
    to {
      transform: translateX(calc(-120px * 4));
    }
  }
}
@media screen and (max-width: 450px) {
  .loop {
    width: calc(100px * 16) !important;
  }
  .loop1 .loop__img {
    width: 100px !important;
  }
  .loop2 .loop__img {
    width: 100px !important;
  }
  .loop_container1 {
    top: 5%;
  }
  .loop_container2 {
    top: 45%;
  }
  @keyframes moveRight {
    to {
      transform: translateX(calc(100px * 4));
    }
  }
  @keyframes moveLeft {
    to {
      transform: translateX(calc(-100px * 4));
    }
  }
}
.prebook_section_img_container__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  position: relative;
  z-index: 4;
}
.creativity {
  width: 85%;
  margin: 0 auto;
  max-width: 1400px;
  height: 800px;
  border-radius: 28px;
  background: linear-gradient(
    to bottom,
    rgb(var(--bg-gradient-red)),
    transparent
  );
  padding: 75px 75px;
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 2rem;
}
@media screen and (max-width: 1025px) {
  .creativity {
    padding: 50px 75px;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .creativity__img__container {
    width: 80% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 620px) {
  .creativity {
    padding: 30px 30px;
    height: 600px;
  }
}
@media screen and (max-width: 430px) {
  .creativity {
    padding: 29px 21px;
    /* width: 336px; */
    height: 563px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .creativity__h2 {
    font-size: 20px !important;
    text-align: center;
  }
  .creativity__p {
    font-size: 10px !important;
    text-align: center;
  }
  .creativity__btn {
    width: 135px !important;
    height: 40px !important;
    font-size: 12px !important;
  }
}

.creativity__h2 {
  color: white;
  font-family: 'Poppins';
  font-size: clamp(20px, 4vw, 42px);
  font-weight: 500;
}
.creativity__p {
  color: white;
  font-family: 'Poppins';
  font-size: clamp(10px, 2vw, 24px);
}
.creativity__btn {
  color: black;
  font-family: 'Poppins';
  font-size: clamp(14px, 2.5vw, 21px);
  background: #fff;
  border-radius: 50px;
  border: none;
  width: 230px;
  height: 68.27px;
}
.creativity__img__container {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
  width: 100%;
  height: 100%;
}
.creativity__img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
.prebook_section__demo__container {
  width: 100%;
  height: 382vh;
}
@media screen and (min-width: 1440px) {
  .prebook_section__demo__container {
    height: 342vh;
  }
}
@media screen and (min-width: 2560px) {
  .prebook_section__demo__container {
    height: 232vh;
  }
}
.prebook_section_h1 {
  font-family: 'Poppins';
  font-size: clamp(29px, 3vw, 45px);
  color: white;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .prebook_section_h1 {
    font-size: 29px;
    width: 294px;
  }
}
.gradient-text {
  background: linear-gradient(
    to right,
    rgb(var(--bg-gradient-orange)),
    rgb(var(--bg-gradient-pink))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins';
}
/* .prebook_section_img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.prebook_section__demo {
  width: 80%;
  max-width: 2000px;
  height: 90vh !important;
  margin: 100px auto 0;
  position: relative;
}
.prebook_section__demo_title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'Poppins';
  color: #fff;
  font-size: clamp(15px, 2vw, 50px);
  width: 60%;
}
.optionBar {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-family: 'Poppins';
  top: 2%;
  color: white;
  left: 50%;
  align-items: center;
  gap: 1rem;
  width: 50%;
}
.optionBarTitle {
  font-size: clamp(13px, 1vw, 35px);
}
.optionBarNav {
  display: flex;
  gap: 1rem;
  border: 1px solid #ff00a8;
  padding: 2rem;
  position: relative;
}
.optionBarNav p {
  position: relative;
}
.optionBarNav p:first-child::before {
  content: '';
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: -5%;
  bottom: -5px;
}
.nav_dots,
.logo_dots,
.tools_dots,
.watermark_dots {
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
}
.optionBar_dot1 {
  top: -3px;
  left: -3px;
}
.optionBar_dot2 {
  top: -3px;
  right: -3px;
}
.optionBar_dot3 {
  bottom: -3px;
  left: -3px;
}
.optionBar_dot4 {
  bottom: -3px;
  right: -3px;
}
.optionBarNav p {
  font-size: clamp(11px, 1vw, 42px);
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1025px) {
  .optionBarNav p {
    letter-spacing: 5px !important;
  }
  .optionBarNav {
    padding: 1rem !important;
  }
  .optionBar {
    left: 35%;
  }
}
.logo {
  position: absolute;
  top: 17%;
  left: 10%;
  font-family: 'Poppins';
  color: white;
  font-size: clamp(13px, 1vw, 35px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 10%;
}
.logoImgContainer {
  width: 100%;
  border: 1px solid #0085ff;
  padding-inline: 1rem;
  position: relative;
}
@media screen and (max-width: 1026px) {
  .logoImgContainer {
    padding-inline: 0.5rem !important;
  }
}
.tools {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  top: 30%;
  right: 8%;
  width: 10%;
}
.toolsTitle {
  font-family: 'Poppins';
  color: white;
  font-size: clamp(13px, 1vw, 35px);
}
.toolsIconContainer {
  width: 100%;
  border: 1px solid #0085ff;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1026px) {
  .toolsIconContainer {
    padding: 0.5rem !important;
  }
}
.watermark {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  bottom: 10%;
  right: 5%;
  width: 45%;
}
.watermark2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  bottom: 50%;
  right: 5%;
  opacity: 0;
  width: 45%;
}
.watermarkTitle {
  font-family: 'Poppins';
  color: white;
  font-size: clamp(13px, 1vw, 35px);
}
.watermarkImgContainer {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ff98d6;
  position: relative;
}
.watermarkImgContainer2 {
  width: 100%;

  padding: 1rem;
  position: relative;
}

.prebook_section__demo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

@media screen and (max-width: 769px) {
  .prebook_section__demo {
    height: 600px;
  }
  .prebook_section__demo__img {
    border-radius: 50px;
    object-fit: cover;
  }
  .optionBar {
    display: none;
  }
  .logo {
    width: 20%;
  }
  .tools {
    width: 20%;
    top: 20%;
  }
  .watermark {
    width: 70%;
    top: 50%;
  }
  .watermark2 {
    display: none;
  }
  .prebook_section__demo__shoe {
    width: 70% !important;
  }
}
@media screen and (max-width: 430px) {
  .watermark {
    width: 80%;
    top: 50%;
  }
  .watermark2 {
    display: none;
  }
  .prebook_section__demo__shoe {
    width: 75% !important;
  }
}
.prebook_section__demo__shoe {
  position: absolute;
  width: 45%;
  /* height: 703.63px; */
  bottom: 0%;
  left: -8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: clamp(13px, 1vw, 35px);
  font-family: 'Poppins';
  color: #fff;
}
.prebook_section__demo__shoe__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top: 1px solid #24ff00;
  border-right: 1px solid #24ff00;
}
.prebook_section__gradient_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.prebook_section__box1 {
  width: 60%;
  height: 32%;
  background: rgba(var(--bg-gradient-pink), 0.3);
  position: absolute;
  top: 3%;
  border-radius: 50%;
  filter: blur(530px);
}
.prebook_section__box2 {
  width: 52%;
  height: 28%;
  background: rgba(var(--bg-gradient-orange), 0.3);
  position: absolute;
  top: 4%;
  right: 0;
  border-radius: 50%;
  filter: blur(530px);
}
@media screen and (max-width: 430px) {
  .prebook_section__gradient_img {
    top: -8rem !important;
  }
}
/* feature section start */
.feature_section {
  background: url('assets/image/%202.png');
  background-position: center;
  background-size: cover;
  background-repeat: none;
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .feature_section {
    padding-top: 100px;
  }
}
.feature_section__gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.feature_section_box1 {
  background: rgba(var(--bg-gradient-pink), 0.3);
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  top: 35%;
  filter: blur(530px);
}
.feature_section_box2 {
  background: rgba(var(--bg-gradient-orange), 0.3);
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  top: 35%;
  right: 0;
  filter: blur(530px);
}
.feature_section__gradient__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__card-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  gap: 4rem;
  height: 550px;
}
@media screen and (max-width: 769px) {
  .feature__card-wrap {
    flex-direction: column !important;
    gap: 4rem;
    height: auto;
  }
}
.feature__heading {
  color: white;
  font-size: clamp(18px, 4vw, 45px);
  font-family: 'Poppins';
  text-align: center;
  padding-bottom: 50px;
}
.feature__heading h1 {
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .feature__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .feature__heading {
    padding-bottom: 25px;
  }
}
.feature__para {
  color: white;
  font-size: clamp(14px, 2vw, 24px);
  font-family: 'Poppins';
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 430px) {
  .feature__para {
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .feature__para {
    padding-bottom: 50px;
  }
}
.orange_para_text {
  color: #ff6b20;
}

.feature__card {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-color: #151515;
  padding: 25px 25px 50px 25px;
  border-radius: 20px;
  gap: 1rem;
  height: 100%;
  position: relative;
}
.feature__card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 22px;
  background: linear-gradient(to bottom, rgb(255, 107, 32), rgba(0, 0, 0, 0));
  margin: -2px;
}

.feature__card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Poppins';
  gap: 1rem;
}

.feature__card-text h2 {
  color: #ff6b20;
  font-size: 27px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.feature__card-text p {
  color: #ffffff;
  max-width: 308px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 430px) {
  .feature__card-text h2 {
    font-size: 27px;
  }
  .feature__card-text p {
    font-size: 14px;
  }
  .card_img {
    height: 234px;
    width: 250px;
  }
  .feature__card {
    padding: 15px 15px 25px 15px;
    width: 290px;
  }
}

/* feature section end */

/* sales section start */

.sale_section {
  background: url('assets/image/%202.png');
  background-position: center;
  background-size: contain;
  background-repeat: none;
  padding-top: 110px;
  position: relative;
  overflow-x: hidden;
}
.sale_section__h1 {
  color: white;
  font-family: 'Poppins';
  font-size: clamp(29px, 4vw, 45px);
  width: 70%;
  /* height: 120px; */
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .sale_section__h1 {
    font-size: 25px;
  }
}
.sale_section__gradient_text {
  background: linear-gradient(
    to right,
    rgb(var(--bg-gradient-pink)),
    rgb(var(--bg-gradient-orange))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sale_section__screenshots {
  display: flex;
  gap: 1rem;
  width: 80%;
  margin: 125px auto 0;
  position: relative;
}
@media screen and (max-width: 430px) {
  .sale_section__screenshots {
    flex-direction: column;
    align-items: center;
    margin: 80px auto 0;
  }
}
.sale_section__gradient {
  background: url('assets/Group/%2048095634.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -12%;
  /* z-index: 1; */
  width: 100%;
  height: 100%;
}
.sale_section__hand1 {
  position: absolute;
  left: -13%;
  top: 65%;
  max-width: 700px;
  max-height: 700px;
  width: 50%;
  height: 50%;
}
.sale_section__hand1_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sale_section__ai_div {
  background: url('assets/ezgif.com-gif-maker/_/%289/%29.webp');
  max-width: 800px;
  max-height: 800px;
  width: 30%;
  height: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 18%;
  z-index: 1;
}
.sale_section__hand2 {
  max-width: 740px;
  max-height: 640px;
  width: 60%;
  height: 30%;
  position: absolute;
  top: 96%;
  right: -13%;
  z-index: 2;
}
.sale_section__hand2 img {
  position: relative;
  z-index: 2;
}
.sale_section__hand2_img_container {
  width: 28%;
  height: 69%;
  position: absolute;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  left: 10%;
  top: 9%;
  border-radius: 20px;
}
@media screen and (max-width: 1025px) {
  .sale_section__hand2_img_container {
    height: 49%;
    top: 21%;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sale_section__hand2_img_container {
    height: 62%;
    width: 28%;
    top: 13%;
    left: 10%;
    border-radius: 15px;
  }
  .sale_section__hand2 {
    max-width: 505px;
  }
}

@media screen and (min-width: 1440px) {
  .sale_section__hand2 {
    max-width: 800px;
  }
  .sale_section__hand2_img_container {
    height: 65%;
    width: 28%;
    top: 11%;
    left: 10%;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .sale_section__hand2_img_container {
    height: 67%;
    width: 28%;
    top: 10%;
    left: 10%;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1692px) {
  .sale_section__hand2_img_container {
    height: 70%;
    width: 28%;
    top: 10%;
    left: 10%;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1692px) {
  .sale_section__hand2_img_container {
    height: 75%;
    width: 28%;
    top: 5%;
    left: 10%;
    border-radius: 15px;
  }
}

.sale_section__hand2_img_container::-webkit-scrollbar {
  display: none;
}
.sale_section__hand1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale_section__screenshots__text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 769px) {
  .sale_section__screenshots__text__h2 {
    font-size: 20px !important;
    text-align: center;
  }
  .sale_section__screenshots__text__p {
    font-size: 14px !important;
    text-align: center;
  }
  .sale_section__screenshots__text__btn {
    width: 145.7px !important;
    height: 43.2px !important;
    font-size: 13px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .sale_section__screenshots__text__h2 {
    font-size: 16px !important;
    text-align: center;
  }
  .sale_section__screenshots__text__p {
    font-size: 12px !important;
    text-align: center;
  }
  .sale_section__screenshots__text__btn {
    width: 145.7px !important;
    height: 43.2px !important;
    font-size: 13px !important;
    margin: 0 auto;
  }
}
.sale_section__screenshots__image_container {
  width: 60% !important;
  height: 1600px !important;
  flex-shrink: 0;
  position: relative;
  overflow-y: scroll;
  border-radius: 20px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.sale_section__screenshots__image_container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1025px) {
  .sale_section__ai_div {
    height: 350px !important;
    width: 200px !important;
    background-size: cover;
    background-position: center;
    /* top: 95%;
    left: -8%; */
  }
}
@media screen and (max-width: 769px) {
  .sale_section__screenshots {
    flex-direction: column;
    align-items: center;
    margin: 60px auto 0;
    gap: 4rem;
  }
  .sale_section__screenshots__image_container {
    /* min-width: 321px !important; */
    width: 80% !important;
    max-height: 727.36px !important;
  }
  .sale_section__ai_div {
    height: 267px !important;
    width: 148.39px !important;
    background-size: cover;
    background-position: center;
    top: 95%;
    left: -8%;
  }
  .sale_section__hand1 {
    transform: rotateY(180deg);
    left: 45%;
    top: 90%;
    width: 68%;
    height: 50%;
    /* min-width: 225.3px !important;
    min-height: 132.06px !important; */
  }
  .sale_section__hand1_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sale_section__hand2 {
    min-width: 321px;
    min-height: 321px;
    width: 100%;
    height: 40%;
    /* height: auto; */
    display: none;

    right: -20%;
    top: 130%;
  }
}

@media screen and (max-width: 1025px) {
  .sale_section__screenshots__text {
    gap: 2rem;
  }
  .sale_section__screenshots__text__btn {
    height: 50px !important;
  }
}

@media screen and (min-width: 1440px) {
  .sale_section__screenshots__image_container {
    width: 60% !important;
    max-width: 1500px !important;
  }
  .sale_section__ai_div {
    /* left: -35% !important;
    top: 40% !important; */
    /* width: 50% !important; */
    /* height: 40% !important;
    max-width: 530px !important;
    max-height: 640px !important; */
  }
  .sale_section__hand2 {
    width: 60% !important ;
    height: 40% !important ;
    top: 90% !important ;
    right: -13% !important ;
  }
  .sale_section__hand1 {
    width: 50% !important;
    height: 50% !important;
    top: 65% !important;
    left: -13% !important;
  }
}
.sale_section__screenshots__text__h2 {
  font-family: 'Poppins';
  font-size: clamp(20px, 2.5vw, 40px);
  color: white;
  font-weight: 500;
}
.sale_section__screenshots__text__p {
  font-family: 'Poppins';
  font-size: clamp(14px, 2vw, 24px);
  color: white;
}
.sale_section__screenshots__text__btn {
  background: linear-gradient(
    to right,
    rgb(var(--bg-gradient-pink)),
    rgb(var(--bg-gradient-orange))
  );
  width: 60%;
  max-width: 230px;
  min-width: 150px;
  height: 68px;
  color: white;
  border-radius: 50px;
  font-family: 'Poppins';
  font-size: clamp(13px, 1.5vw, 24px);
  border: none;
}
.sale_section__features {
  margin: 50% auto 0;
  background: url('assets/Group/%2048095733/_/%281/%29.png');
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden;
  height: 100%;
  /* max-width: 1788px; */
}

.divider {
  width: 100%;
  display: flex;
  padding: 1rem;
  gap: 1rem;
}
@media screen and (max-width: 769px) {
  .divider {
    display: none;
  }
}
.left_part,
.right_part {
  /* width: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 1rem; */
  position: relative;
  width: 50%;
}
/* .right_part {
  height: calc(100vh - 2rem);
  overflow-y: hidden;
} */
.content,
.image {
  height: calc(100vh - 2rem);
  width: 100%;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 2560px) {
  .sale_section__features {
    margin-top: 40rem;
  }
  .sale_section__ai_div {
    /* left: -35% !important;
    top: 40% !important; */
    /* width: 50% !important; */
    height: 40% !important;
    max-width: 530px !important;
    max-height: 640px !important;
  }
}
.sale_section__features__animation {
  display: flex;
  width: 100%;
  gap: 8rem;
  margin-bottom: 12rem;
}
.sale_section__whatsapp__mobile,
.sale_section__sms__mobile,
.sale_section__mail__mobile {
  display: none;
}
.sale_section__sms__mobile {
  margin-top: 30px;
}
@media screen and (max-width: 934px) {
  .sale_section__features__animation {
    display: none;
  }
  .sale_section__whatsapp__mobile,
  .sale_section__sms__mobile,
  .sale_section__mail__mobile {
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}

/* .sale_section__left_part,
.sale_section__right_part {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8rem;
} */
.sale_section__left_part,
.sale_section__right_part {
  width: 100%;
}
.sale_section__feature_text__sms,
.sale_section__feature_text__whatsapp,
.sale_section__feature_text__mail {
  width: 80%;
  height: auto !important;
}
@media screen and (max-width: 934px) {
  .sale_section__feature_text__sms,
  .sale_section__feature_text__whatsapp,
  .sale_section__feature_text__mail {
    width: 80%;
    height: auto !important;
  }
}
@media screen and (min-width: 2560px) {
  .sale_section__feature_text__sms,
  .sale_section__feature_text__whatsapp,
  .sale_section__feature_text__mail {
    width: 80%;
    height: 800px !important;
  }
}
/* .sale_section__feature_text__sms {
  align-self: end;
} */
/* .sale_section__whatsapp,
.sale_section__sms,
.sale_section__mail {
  height: 600px !important;
} */
.sale_section__whatsapp,
.sale_section__sms,
.sale_section__mail {
  height: calc(100vh - 2rem) !important;
}
@media screen and (min-width: 2560px) {
  .sale_section__whatsapp,
  .sale_section__sms,
  .sale_section__mail {
    height: 800px !important;
  }
}
.sale_section__whatsapp {
  width: 100%;
}
.sale_section__whatsapp__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.sale_section__sms {
  width: 100%;
}
.sale_section__sms__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.sale_section__mail {
  width: 100%;
}
.sale_section__mail__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.sale_section__webhook {
  width: 90%;
  max-width: 2200px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sale_section__webhook__img_div {
  position: absolute;
  background: white;
  border-radius: 20px;
  z-index: 3;
  padding: 1rem;
  top: -5rem;
}
.sale_section__feature--webhook_text {
  padding: 100px 55px 37px !important;
  align-items: center;
  gap: 2.5rem !important;
}
@media screen and (max-width: 934px) {
  .sale_section__webhook {
    margin-top: 100px;
  }
  .sale_section__whatsapp,
  .sale_section__sms,
  .sale_section__mail {
    height: 50% !important;
    display: flex;
    align-items: center;
  }
  .sale_section__feature--webhook_text {
    padding: 70px 45px 35px !important;
    align-items: center;
    gap: 2rem !important;
  }
  .sale_section__webhook__img_div {
    width: 30% !important;
    min-width: 150px;
  }
}
.sale_section__feature_div {
  height: calc(100vh - 2rem);
  /* background: #000; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sale_section__feature_text {
  color: white;
  font-family: 'Poppins';
  backdrop-filter: blur(18px);
  border-radius: 19px;
  border: 3px solid rgba(255, 255, 255, 0.69);
  background: rgba(255, 255, 255, 0.1);
  padding: 37px 55px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sale_section__feature_text h3 {
  font-size: clamp(20px, 2vw, 35px);
  font-weight: 500;
}
.sale_section__feature--webhook_text h3 {
  text-align: center !important;
}
.sale_section__feature--webhook_text p {
  text-align: center !important;
}
.sale_section__feature--webhook_text ul {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  margin: 0 auto;
  /* text-align: center; */
  /* place-items: center; */
  gap: 2rem;
}

/* .sale_section__feature_text li:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
} */
.sale_section__feature_text p {
  font-size: clamp(13px, 1.5vw, 26px);
  line-height: 130%;
}
.sale_section__feature_text li {
  font-size: clamp(16px, 1.5vw, 30px);
  list-style: none;
}
@media screen and (max-width: 1440px) {
  .sale_section__feature_text {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1025px) {
  .sale_section__whatsapp {
    flex-direction: column;
    width: 100%;
    gap: 3rem;
  }
  .sale_section__sms {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 3rem;
  }
  .sale_section__mail {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 3rem;
  }
  .sale_section__feature--webhook_text ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    text-align: center;
    place-items: center;
    gap: 2rem;
  }
  .sale_section__feature_text li:last-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .sale_section__sms__img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  .sale_section__mail__img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  .sale_section__webhook__img_div {
    width: 40%;
    top: -3rem;
  }
  .sale_section__webhook__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sale_section__feature_text {
    width: 80%;
    margin: 0 auto;
  }
  .sale_section__feature_text h3,
  .sale_section__feature_text p {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .sale_section__feature_text {
    padding: 20px 20px;
    gap: 1rem;
  }
  .sale_section__feature--webhook_text {
    padding: 50px 20px 20px !important;
    gap: 1rem;
  }
  .sale_section__feature_text li::before {
    margin-right: 0.5rem !important;
  }
  .sale_section__features {
    margin-top: 70%;
  }
}
@media screen and (max-width: 430px) {
  .sale_section__features {
    margin-top: 90%;
  }
}
@media screen and (min-width: 2560px) {
  .sale_section__whatsapp {
    margin-bottom: 10rem;
  }
  .sale_section__sms {
    margin-bottom: 10rem;
  }
  .sale_section__mail {
    margin-bottom: 15rem;
  }
  .sale_section__whatsapp__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
  }
  .sale_section__sms__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  .sale_section__mail__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  .sale_section__webhook__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  .sale_section__feature_text h3 {
    font-size: 50px;
    font-weight: bold;
  }
  .sale_section__feature_text p {
    font-size: 35px;
    line-height: 130%;
  }
  .sale_section__feature_text li {
    font-size: 40px;
    list-style: none;
  }
}
.sale_section__feature_text li::before {
  content: '✅';
  width: 30px;
  height: 100%;
  margin-right: 1rem;
}

/* sales section end */

/* chckout section start */
.checkout__heading {
  font-family: 'Poppins';
  text-align: center;
  margin: 0 auto;
  /* width: 80%; */
}

@media screen and (min-width: 1025px) {
  .checkout__heading {
    padding-bottom: 50px;
  }
}
.checkoutPages_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 125px;
  background: url('assets/image/%202.png');
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: relative;
}

.checkout_box1 {
  width: 60%;
  height: 50%;
  border-radius: 50%;
  background: rgba(36, 32, 255, 0.3);
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
  filter: blur(530px);
}
.checkout_box2 {
  width: 60%;
  height: 50%;
  border-radius: 50%;
  background: rgba(var(--bg-gradient-pink), 0.3);
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  filter: blur(530px);
}

.checkout__heading h1 {
  color: white;
  font-size: clamp(25px, 3vw, 45px);
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .checkoutPages_section {
    padding-top: 60px;
    justify-content: start;
    height: 666px;
  }
  /* .checkout__heading h1 {
    font-size: 29px;
  } */
}

@media screen and (max-width: 1025px) {
  .checkout_main_text_mobile {
    display: block !important;
    width: 90% !important;
    height: 114px !important;
    color: white;
    /* margin-top: 420px; */
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
  }
}
.checkout_main_text_mobile {
  display: none;
}
.text_gradient {
  background: linear-gradient(to right, #8721c6, #ff6b20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.checkout__grid {
  width: 45%;
  margin: 100px auto 0;
  color: white;
  font-size: clamp(14px, 2vw, 30px);
  font-family: 'Poppins';
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  position: relative;
  gap: 3rem;
}
.checkout__grid__img1 {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: end;
  width: 100%;
  height: 100%;
  animation: bounce 2s infinite ease-in-out;
}
.checkout__grid__img2 {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: bounce 2s infinite ease-in-out;
}
.checkout__grid__p {
  grid-column: 2/3;
  line-height: 1.5;
  padding-top: 13%;
  max-width: 500px;
}
.checkout__grid__list {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
  width: fit-content;
  /* margin-left: 10%; */
}
@media screen and (max-width: 1023px) {
  .checkout__grid {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .checkout__grid {
    width: 80%;
  }
  .checkout__grid__img2 {
    width: 60%;
    right: 6%;
    top: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .checkout__grid__img2 {
    width: 60%;
    right: 6%;
    top: 16%;
  }
}
.checkout__grid__mobile {
  width: 90%;
  height: 600px;
  margin-right: auto;
}
.checkout__grid__mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .checkout__grid__mobile {
    display: none;
  }
}
/* checkout section end */
/* payment section start */
.payment_section {
  padding-top: 10%;
  background: url('assets/image/%202.png');
  background-position: center;
  background-size: contain;
  background-repeat: none;
  position: relative;
}
.payment_gradient_div1 {
  position: absolute;
  top: 20%;
  width: 100%;
  height: 536px;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.payment_gradient_div2 {
  position: absolute;
  top: 35%;
  width: 100%;
  height: 536px;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.payment_box1 {
  width: 536px;
  height: 536px;
  border-radius: 50%;
  background: rgba(var(--bg-gradient-orange), 0.21);
  filter: blur(530px);
}
.payment_box2 {
  width: 536px;
  height: 536px;
  border-radius: 50%;
  background: rgba(var(--bg-gradient-orange), 0.21);
  filter: blur(530px);
}
.payment_section__h1 {
  width: 80%;
  margin: 0 auto;
  font-family: 'Poppins';
  font-size: clamp(29px, 3vw, 45px);
  text-align: center;
  color: white;
  font-weight: 500;
}
.payment_section__p {
  width: 80%;
  margin: 0 auto;
  font-family: 'Poppins';
  font-size: clamp(14px, 1.5vw, 25px);
  text-align: center;
  color: white;
  margin-top: 38px;
}
.payment_section__logos {
  width: 80%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  margin: 0 auto;
  font-family: 'Poppins';
  color: white;
  margin-top: 10rem;
  text-align: center;
  gap: 3rem;
}
.payment_section__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-block: 3rem;

  background: linear-gradient(
    to bottom,
    rgb(var(--bg-gradient-orange)),
    transparent 80%
  );
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}
.payment_section__logo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(21, 21, 21, 1) 30%,
    rgba(21, 21, 21, 0.9),
    rgba(21, 21, 21, 0) 99%
  );
  z-index: -1;
  border-radius: 22px;
  margin: 1px 1px 0px 1px;
}
.payment_section__logo p {
  width: 60%;
  font-size: clamp(15px, 2vw, 30px);
}

.razorpay,
.instamojo {
  width: 40%;
}
.cashfree {
  width: 25%;
}
.stripe {
  width: 20%;
}
@media screen and (max-width: 786px) {
  .payment_section__logos {
    grid-template-columns: 1fr;
    margin: 50px auto 0;
  }
  .payment_section__mac_div {
    display: none;
  }
  .payment_section__iphone_div {
    display: block !important;
    margin-top: 60px;
    height: 736px;
    width: 100%;
  }
}
.payment_section__mac_div {
  width: 60%;
  margin: 80px auto 0;
}
@media screen and (min-width: 1440px) {
  .payment_section__mac_div {
    margin: 200px auto 0;
  }
}
.payment_section__mac {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.payment_section__iphone_div {
  display: none;
}
.payment_section__image_div__mobile {
  display: none;
}
@media screen and (max-width: 430px) {
  .payment_section__h1 {
    font-size: 29px !important;
  }
  .payment_section__p {
    font-size: 14px !important;
    margin-top: 25px !important;
    height: fit-content !important;
  }
  .payment_section__iphone_div {
    display: block !important;
    height: 736px;
    width: 100%;
  }
}
/* payement section end */

/* templates section start */

.templates_section {
  background: url('assets/image/%202.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100px;
  position: relative;
}
.templates_section__h1 {
  color: white;
  font-family: 'Poppins';
  font-size: clamp(29px, 3vw, 45px);
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}
.templates_section__gradient-text {
  background: linear-gradient(
    to right,
    rgb(var(--bg-gradient-orange)),
    rgb(var(--bg-gradient-pink))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.templates_section__p {
  width: 80%;
  margin: 0 auto;
  color: white;
  font-family: 'Poppins';
  font-size: clamp(14px, 2vw, 25px);
  text-align: center;
  margin-top: 50px;
}
.templates_dashboard {
  width: 90%;
  max-width: 2000px;
  border-radius: 20px;
  margin: 65px auto 0;
}
.templates_dashboard__gradient_bg {
  width: 100%;
  height: 1200px;
  position: absolute;
  top: 2%;
  z-index: -1;
}
.box1 {
  width: 80%;
  aspect-ratio: 1/1;
  background: rgba(var(--bg-gradient-orange), 0.3);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  filter: blur(530px);
}
.box2 {
  width: 60%;
  aspect-ratio: 1/1;
  background: rgba(var(--bg-gradient-pink), 0.3);
  border-radius: 50%;
  position: absolute;
  top: 60%;
  right: 0;
  filter: blur(530px);
}

.box1_2 {
  width: 100%;
  /* height: 15%; */
  aspect-ratio: 1/1;
  background: rgba(var(--bg-gradient-orange), 0.3);
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: -8%;
  filter: blur(530px);
  z-index: -1;
}
.box2_2 {
  width: 100%;
  /* height: 20%; */
  aspect-ratio: 1/1;

  background: rgba(var(--bg-gradient-pink), 0.3);
  border-radius: 50%;
  position: absolute;
  top: 48%;
  right: -20%;
  filter: blur(530px);
  z-index: -1;
}
.templates_dashboard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.templates_cards {
  margin: 103px auto 0;
  width: 80%;
  max-width: 1775px;
  position: relative;
}
.templates_cards__h2 {
  font-family: 'Poppins';
  font-size: clamp(29px, 3vw, 45px);
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.templates_cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(623px, 1fr));
  place-items: center;
  gap: 2rem;
  margin-top: 110px;
}
@media screen and (max-width: 769px) {
  .templates_cards__grid {
    max-width: 430px;
    margin: 100px auto 0;
  }
}
.templates_cards__grid__card {
  background: #1a1d25;
  border: 1px solid #0085ff;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 39px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.templates_cards__grid__card__image_div {
  width: 100%;
  height: 50%;
}
.templates_cards__grid__card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.templates_cards__grid__card__h3 {
  color: white;
  font-family: 'Poppins';
  font-size: clamp(14px, 2vw, 34px);
  text-align: center;
  font-weight: 500;
}
.templates_cards__grid__card__p {
  color: white;
  font-family: 'Poppins';
  font-size: clamp(12px, 2vw, 24px);
  text-align: center;
}
@media screen and (max-width: 430px) {
  .templates_section {
    padding-top: 44px !important;
  }
  .templates_section__h1 {
    font-size: 29px !important;
    width: 80% !important;
  }
  .templates_section__p {
    font-size: 14px !important;
    width: 80% !important;
    padding-top: 39px !important;
  }
  .templates_dashboard {
    height: 233px !important;
    width: 80% !important;
    margin-top: 30px !important;
  }
  .templates_dashboard__img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }
  .templates_cards__h2 {
    font-size: 29px !important;
  }
  .templates_cards__grid {
    width: 100% !important;
    margin-top: 50px !important;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
    grid-template-rows: repeat(auto-fit, minmax(350.87px, 1fr)) !important;
  }
  .templates_cards__grid__card {
    padding: 20px !important;
  }
  .templates_cards__grid__card__image_div {
  }
  .templates_cards__grid__card__h3 {
    font-size: 20px !important;
  }
  .templates_cards__grid__card__p {
    font-size: 15px !important;
  }
}
/* templates section end */

/* rating section start */
@media screen and (max-width: 430px) {
  .rating_section {
    padding-top: 72px !important;
  }
  .rating_section__img_div {
    display: none;
  }
  .rating_section__rating_img_div {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .rating_section__rating_img_div {
    display: none;
  }
  .rating_section__rating_img_div__mobile {
    display: block !important;
    width: 80% !important;
    margin: 0 auto;
  }
  .rating_section__h2 {
    display: none;
  }
  .rating_section__p {
    display: none;
  }
  .rating_section__testimonial {
    display: none;
  }
  .rating_section__testimonial__mobile {
    display: block !important;
    width: 80%;
    /* height: 1374px; */
    margin: 50px auto 0;
  }
}
.rating_section__testimonial__mobile {
  display: none;
}
.rating_section__rating_img_div__mobile {
  display: none;
}
.rating_section {
  padding-top: 21%;
  position: relative;
  overflow: hidden;
}
.rating_section__h1 {
  background: linear-gradient(
    to right,
    rgb(166, 83, 0),
    rgb(var(--bg-gradient-orange))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'poppins';
  font-size: clamp(15px, 4vw, 45px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .rating_section__h1 {
    display: none;
  }
}
.rating_section__flex_div {
  width: 80%;
  /* height: 721px; */
  margin: 4% auto 0;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1025px) {
  .rating_section__flex_div {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .rating_section__flex_div {
    display: none;
  }
  .rating_section__h1 {
    display: none;
  }
  .rating_section {
    padding-top: 10%;
  }
}
.rating_left_div {
  background: linear-gradient(
    to right,
    #ff315a,
    rgb(var(--bg-gradient-orange))
  );
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 100px 0 30px 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.rating_left_div p {
  font-family: 'Poppins';
  font-size: clamp(14px, 2vw, 35px);
  text-align: left;
  padding: 15px;
  color: white;
  font-weight: 500;
}

.rating_left_div p:not(:last-child) {
  border-bottom: 2px dashed white;
}
.first_span {
  font-size: clamp(11px, 2vw, 16px);
}
.second_span {
  display: block;
  font-size: clamp(11px, 2vw, 16px);
}
.rating_right_div {
  background: white;
  display: flex;
  border-radius: 20px;
  flex-grow: 1;
  /* align-items: center; */
}
.rating__compare {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-grow: 1;
  flex-basis: 300px;
  align-items: center;
  padding-inline: 10px;
}
.rating_funnels .rating__compare__logo__div {
  height: 8.5%;
}
.rating_woo .rating__compare__logo__div {
  height: 8.5%;
}
.rating__compare__wrapper {
  background: #414141;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rating__compare__wrapper img {
  width: 10px;
  height: 10px;
  position: relative;
}

.rating__compare p {
  font-size: clamp(12px, 1vw, 16px);
  font-family: 'Poppins';
  color: white;
  /* text-align: center; */

  /* width: 200px; */
}
.rating_myzer {
  border: 3px solid rgb(var(--bg-gradient-orange));
  border-radius: 20px;
}

.rating__compare__logo__div {
  width: 60%;
  height: 10%;
  /* background: #000; */
  /* display: none; */
}
.rating__compare__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rating_section__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rating_section__rating_img_div {
  width: 70%;
  /* height: 75.01px; */
  margin: 100px auto 0;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 1rem;
}
@media screen and (max-width: 800px) {
  .rating_section__rating_img_div {
    margin: 0 auto 0;
    flex-direction: column;
    align-items: center;
  }
}
.rating_section__rating_img_div p {
  flex-grow: 1;
}
.rating_section__rating_img_div img {
  flex-shrink: 1;
}
.rating_section__rating_img {
  width: 30%;
  height: 100%;
  object-fit: contain;
}
.rating_section__h2 {
  font-family: 'Poppins';
  font-size: clamp(20px, 3vw, 45px);
  width: 70%;
  font-weight: 500;
  /* height: 166px; */
  margin: 0 auto;
  color: white;
  text-align: center;
  margin-top: 102.99px;
}
.rating_section__p {
  font-family: 'Poppins';
  font-size: clamp(14px, 2vw, 35px);
  width: 80%;
  /* height: 193px; */
  margin: 0 auto;
  color: white;
  text-align: center;
  margin-top: 40px;
}
.rating_section__testimonials_grid {
  width: 80%;
  /* height: 852px; */
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  grid-template-rows: 300px 50px 50px 50px 200px 50px 50px;
  column-gap: 2rem;
  margin-bottom: 100px;
}

.rating_section__testimonial_item {
  background: white;
  border-radius: 10px;
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-template-rows: repeat(2, minmax(100px, 1fr));
  row-gap: 1rem;
  place-items: center;
}
.item_img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.item_name {
  grid-column: 2/4;
  grid-row: 1/2;
  font-family: 'Poppins';
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 600;
  align-self: center;
  padding-left: 20px;
}
.item_review {
  grid-column: 1/4;
  grid-row: 2/4;
  font-family: 'Poppins';

  font-size: clamp(12px, 2vw, 16px);
  /* font-weight: 600; */
  /* align-self: center; */
  text-align: center;
  /* padding-left: 20px; */
}
.item1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.item2 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.item3 {
  grid-column: 3/4;
  grid-row: 1/4;
}
.item4 {
  grid-column: 1/2;
  grid-row: 3/7;
}
.item5 {
  grid-column: 2/3;
  grid-row: 4/8;
}
.item6 {
  grid-column: 3/4;
  grid-row: 5/8;
}
@media screen and (max-width: 1300px) {
  .rating_section__testimonials_grid {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1rem;
  }
  .item1 {
    grid-column: auto;
    grid-row: auto;
  }
  .item2 {
    grid-column: auto;
    grid-row: auto;
  }
  .item3 {
    grid-column: auto;
    grid-row: auto;
  }
  .item4 {
    grid-column: auto;
    grid-row: auto;
  }
  .item5 {
    grid-column: auto;
    grid-row: auto;
  }
  .item6 {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 850px) {
  .rating_section__testimonials_grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .rating_section__testimonial_item {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
}
/* .rating_section__testimonial__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
} */

/* rating section end */

/* contact section start */
.contact_section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000; */
  padding: 4rem;
}
.contact_section_form {
  /* height: 400px; */
  color: white;
  background: linear-gradient(
    45deg,
    rgb(var(--bg-gradient-orange)),
    rgb(var(--bg-gradient-red))
  );
  padding: 2rem;
  border-radius: 20px;
  width: 50%;
  min-width: 300px;
  max-width: 500px;
}
.contact_section_form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100%;
}
.form_div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  font-family: 'poppins';
}
.form_div input {
  padding: 1rem;
  border-radius: 10px;
  border: none;
  outline: none;
  font-family: 'poppins';
}
.form_div textarea {
  padding: 1rem;
  border-radius: 10px;
  border: none;
  outline: none;
  font-family: 'poppins';
  resize: none;
}
.form_div select {
  padding: 1rem;
  border-radius: 10px;
  border: none;
  outline: none;
  font-family: 'poppins';
  resize: none;
}
.form_btn {
  width: 100%;
  background: #151515;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: clamp(12px, 2vw, 20px);
  padding: 1rem;
}
.radio_input {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
/* contact section end */
.footer {
  background: #111111;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 8rem;
  margin: 4rem 0;
  position: relative;
  padding: 4rem 0;
}

@media screen and (max-width: 625px) {
  .footer {
    gap: 4rem;
  }
}
@media screen and (max-width: 430px) {
  .footer {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.footer::before {
  content: '';
  position: absolute;
  top: -70%;
  width: 100%;
  background: #e73d17;
  z-index: -1;
  height: 200%;
  border-radius: 50% 50% 0 0;
  filter: blur(200px);
}
.footer_img_div {
  width: 10%;
}
.quickLinksDiv,
.policiesDiv {
  color: white;
  font-family: 'poppins';
}
.quickLinksDiv p,
.policiesDiv p {
  font-weight: 600;
  font-size: clamp(10px, 2vw, 20px);
}
.quickLinks,
.policies {
  color: white;
  font-family: 'poppins';
  list-style: none;
  font-size: clamp(7px, 2vw, 14px);
}

@media screen and (max-width: 430px) {
  .footer {
    padding: 2rem 0;
  }
  .footer_img_div {
    width: 30%;
  }
  .quickLinksDiv p,
  .policiesDiv p {
    display: none;
  }
  .quickLinks,
  .policies {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .quickLinks li,
  .policies li {
    padding-inline: 0.5rem;
  }
  .quickLinks li:not(:last-child),
  .policies li:not(:last-child) {
    border-right: 1px #fff solid;
  }
}
