*{
    margin: 0;
    border: none;
    box-sizing: border-box;
    padding: 0;
}
:root{
    --bannerBlack:rgba(29, 32, 34, 1);
    --seasalt:#fafafa;
    --anekLatin:"Anek Latin", sans-serif;
    --josefin:"Josefin Sans", sans-serif;
    --manrope: "Manrope", sans-serif;
    --annie:"Annie Use Your Telescope", cursive;
    --Inter:"Inter", sans-serif;;
}
nav .navbar-brand img{
        width: 160px;
}
nav.navbar{
    background-color: var(--bannerBlack);
    padding: 16px 80px ;
    position: sticky;
    top:0;
    height: 77px;
    width: 100%;
    z-index: 999;
	padding-bottom:0;
}
nav.navbar ul.navbar-nav .nav-link{
    color: var(--seasalt);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--josefin);
    line-height: 20px;
    padding: 12px 24px;
}
nav.navbar ul.navbar-nav{
    gap: 40px;
}
nav.navbar ul.navbar-nav .nav-item:has(.nav-link.active){
    background-color: rgba(123, 47, 141, 1);
    box-shadow: 2px 2px var(--seasalt);
    text-align: center;
    border-radius: 53px;
    min-width: 112px;
} 
.navbar>.container-fluid{
padding-bottom:16px !important;
border-bottom:1px solid #ffffff29;
}

section.hero{
    width: 100%;
    background-color: var(--bannerBlack);
}
section.hero .wrapper{
    padding: 50px 80px;
    width: 100%;
}

section.whyBaepool .wrapper{
    padding: 60px 65px;
border-top: 1px solid rgba(217, 189, 255, 0.56);
}

section.whyBaepool .belowBanner-title{
    font-family: var(--anekLatin);
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 42px;
}

section.whyBaepool .belowBanner-subtitle{
    font-weight: 300;
    font-family: var(--anekLatin);
    font-size: 22px;
    text-align: center;
}

section.whyBaepool .features-section{
    padding-top: 60px;
}

section.whyBaepool .feature-icon{
    margin-bottom: 24px;
}
section.whyBaepool .feature-title{
    font-family: var(--anekLatin);
    font-weight: 500;
    font-size: 22px;
}
section.whyBaepool .feature-description{
    font-size: 14px;
    font-weight: 300;
    font-family: var(--anekLatin);
}
section.features-section>.row:first-child{
    padding-bottom: 60px;
}
section.whyBaepool .features-section .row>div:not(.middle-box){
    padding: 0 2rem;
    /* margin-right: 20px; */
}
section.whyBaepool .features-section .row>div.middle-box{
    padding: 0 2rem;
    border-right: 1px solid rgba(217, 189, 255, 0.56);
    border-left: 1px solid rgba(217, 189, 255, 0.56);
}

.marqueetag {
    width: 105%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
  }
  
  .marquee-cnt {
    display: flex;
    padding: 1rem 0;
  }
  .marquee-cnt:has(.splide) {
    /* display: flex; */
    padding: 1.5rem 0;
  }
  .marqueetag.pink{
    transform: rotate(1.45deg);
     left: -1%;
     position: relative;
  }
  .marqueetag.pink .wrapper{
    background:#e50789;
  }
  .marqueetag.blue{
    transform: rotate(-1.59deg);
    position: absolute;
    top: 45%;
    left: -1%;
  }
  .marqueetag.blue .wrapper{
    background:#2392af;
  }
  
  .marqueetag.blue .marquee-content{
    animation: marquee-left 10s linear infinite;
  }

  .marquee-content {
    /* padding: 1rem 0; */
    display: flex;
    gap: 12rem;
    white-space: nowrap;
    animation: marquee-right 10s linear infinite;
  }
 
  .marqueetag .wrapper span {
    display: inline-block;
    line-height: 44px;
    font-family: var(--anekLatin);
    font-size: 44px;
    color: #fff;
    font-weight: 700;
  }
  .marquee-wrapper{
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
  }

  
  @keyframes marquee-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @keyframes marquee-right {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }

  section.features-connection{
    padding: 4rem 0;
  }

  section.features-connection .connect-text{
    font-weight: 300;
    font-size: 22px;
    font-family: var(--anekLatin);
  }

  section.features-connection .container:first-child{
    margin-bottom: 60px;
  }

  .gradient-outer {
    padding-bottom: 5px !important;
    border-radius: 24px;
    background: linear-gradient(90deg, #315DA8 9.91%, #7C2D8B 21.2%, #54B547 31.65%, #43A772 42.23%, #2A92B1 53.52%, #7060A4 64.21%, #E60C8D 75.62%, #F05E5E 87.86%, #F7D41E 99.39%);
    display: inline-block;
}
.gradient-inner{
    color: var(--seasalt) !important;
    padding: 8px 22px;
    background: rgba(33, 37, 41, 1) !important;
    font-family: var(--anekLatin);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

section.features-connection .feature-card-connect .feature-title{
    font-family: var(--anekLatin);
    font-size: 22px;
    font-weight: 600;
}
section.features-connection .feature-card-connect.card-one .feature-title{
    color: rgba(126, 181, 124, 1);
}
section.features-connection .feature-card-connect.card-two .feature-title{
    color: rgba(48, 95, 172, 1);
}
section.features-connection .feature-card-connect.card-three .feature-title{
    color: rgba(229, 7, 137, 1);
}
section.features-connection .feature-card-connect.card-four .feature-title{
    background:linear-gradient(270deg, #E4539B -0.12%, #D43B9B 33.17%, #CE3797 49.92%, #BD1B90 77.23%, #1A2323 100.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.features-connection .feature-card-connect .feature-description{
    font-size: 14px;
    font-family: var(--anekLatin);
    font-weight: 400;
}
section.features-connection .feature-content{
    margin-top: 16px;
}
section.features-connection .feature-card-connect img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.features-connection .image-container {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
}
section.features-connection .image-container:hover{
  cursor: pointer;
}

section.features-connection .image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

section.features-connection .image-1 {
  opacity: 1;
  z-index: 1;
}
section.features-connection .image-2,
section.features-connection .image-3 {
  z-index: 2;
}
section.appFeatures #features-carousel img{
  width: 100%;
}
section.appFeatures #features-carousel{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-top: 70px;
}
section.appFeatures #features-carousel .card{
  border-radius: 20px;
  height: 536px;
  justify-content: space-between;
 }
 section.appFeatures #features-carousel .card h3{
  font-family: var(--anekLatin);
  font-weight: 500;
  font-size: 30px;
 }
 section.appFeatures #features-carousel .card p{
  font-family: var(--anekLatin);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
 }
 section.appFeatures #features-carousel .card .wrapper{
  padding: 20px;
 }
 section.appFeatures{
  padding: 40px 0;
  background: linear-gradient(180deg, #212529 73.08%, #FFFFFF 73.09%);

 }
 section.appFeatures .title{
  font-size: 42px;
  font-family: var(--anekLatin);
  font-weight: 600;
  color: #fff;
 }
 section.appFeatures .desc{
  font-size: 24px;
  font-family: var(--anekLatin);
  font-weight: 300;
  color: #fff;
 }

 section.masonary-maze{
  padding: 80px 0 60px;
 }

 section.masonary-maze .purple{
  background-color: #7b2f8d;
  padding: 25px;
  color: #fff;
  border-radius: 20px;
 }
 section.masonary-maze .purple h3{
  font-size: 32px;
  font-family: var(--anekLatin);
  font-weight: 700;
  margin-bottom: 1.5rem;
 }
 section.masonary-maze .purple p{
  font-size: 30px;
  font-family: var(--anekLatin);
  font-weight: 400;
  margin-bottom: 2rem;
 }

 section.masonary-maze .blue{
  padding: 25px;
  background: url('./assets/BlueBg.png') #2392af;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
 }

 section.masonary-maze .right .row:first-child{
  gap: 20px;
 }

 section.masonary-maze .blue .p3{
  font-size: 32px;
  font-family: var(--anekLatin);
  font-weight: 400;
  color: #F9ED12;
 }
 section.masonary-maze .blue .p3 span{
  font-weight: 700;
 }
 section.masonary-maze .blue .p4 {
  font-size: 32px;
  font-family: var(--anekLatin);
  font-weight: 400;
  color: #F9ED12;
 }
 section.masonary-maze .blue .p4 span{
  font-weight: 700;
 }
 section.masonary-maze .blue .orPurple{
  color: #F9ED12;
  background:url('./assets/Ellipse\ 9.png');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: fit-content;
  font-family: var(--anekLatin);
  font-size: 32px;
  font-weight: 400;
  padding: 8px 30px;
  margin-bottom: 0;
 }
 section.masonary-maze .blue .p5{
  font-size: 32px;
  color: #F9ED12;
  font-family: var(--anekLatin);
  font-weight: 700;
 }
 section.masonary-maze .right .pink{
  background:url('./assets/pinkBG.png') #E50789;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
  border-radius: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
 }

 section.masonary-maze .right .pink p{
  font-size: 32px;
  font-weight: 300;
  color: #F9ED12;
  font-family: var(--anekLatin);
  line-height: normal;
 }
 
 section.masonary-maze .right .pink .p3{
  font-weight: 800;
}
section.masonary-maze .left .yellow{
  border-radius:20px ;
  text-align: right;
  background:  #F9ED12;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
section.masonary-maze .left .yellow h2{
font-size: 32px;
color: #000;
padding: 25px;
text-align: left;
font-weight: 400;
font-family: var(--anekLatin);
}
section.masonary-maze .left .yellow h2 span{
  font-weight: 700;
}
section.masonary-maze .left .yellow img{
  margin-top: -18%;
}

section.masonary-maze .left .purpleBelow p{
  font-family: var(--anekLatin);
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
section.masonary-maze .left .purpleBelow p.p2{
  font-weight: 700;
}
section.masonary-maze .left .purpleBelow{
  background-color: #7b2f8d;
  border-radius: 20px;
  text-align: end;
  padding: 0;
}
section.masonary-maze .left .purpleBelow .wrapper{
  padding: 25px 25px 0;
  text-align: left;
}
section.splashcard .scard-cnt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
section.splashcard .scard{
  flex:0 0 calc(30% - 2.5rem)
}
section.splashcard .scard img{
  width: 100%;
  margin-bottom: 40px;
}
section.splashcard{
  padding: 100px 0;
}
section.splashcard .scard h3{
  font-family: var(--manrope);
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

section.splashcard .scard p{
  font-family: var(--manrope);
  font-weight: 400;
  text-align: center;
  font-size: 20px;
}
section.contact-form{
  padding: 40px 0 100px;
  position: relative;
}

section.contact-form .contact-title{
  font-size: 42px;
  font-weight: 700;
  font-family: var(--anekLatin);
}
section.contact-form .form-section{
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 45px;
}
section.contact-form .needs-validation label{
  font-size: 14px;
  font-weight: 700;
  font-family: var(--Inter);
}
section.contact-form .needs-validation input{
font-size: 14px;
}
section.contact-form .needs-validation{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  font-family: var(--Inter);
  padding: 8px 16px;
}
section.contact-form .needs-validation .gradient-outer{
  margin-top: 25px;
}
section.contact-form .needs-validation .gradient-outer button{
  font-size: 22px;
}

section.contact-form .needs-validation .promise-text{
  font-size: 14px;
  font-family: var(--Inter);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0px;
}
section.contact-form .contact-content h2{
  font-size: 72px;
  text-transform: uppercase;
  color: #E50789;
  /* -webkit-text-stroke: 1px #7B2F8D; */
  /* text-shadow: 1px 0px 0 #7B2F8D, 1px -1px 0 #7B2F8D, 1px 1px 0 #7B2F8D, -1px 0px 0 #7B2F8D; */
  font-family: var(--anekLatin);
  font-weight: bold;
  letter-spacing: 2px;
}

.footer {
  background: url(./assets/RainbowBg.png) #212529;
  background-position: top;
  background-size: 100% 5px;
  color: white;
  background-repeat: no-repeat;
  padding: 60px 0 20px;
  position: relative;
}
.taglinet-cnt{
  background: #212529;
}

.footer h5 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer p {
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 400;
    padding-right: 4rem;
    max-width: 88%;
}

footer .footer-bottom p{
  font-family: var(--Inter);
  font-size: 16px;
  font-weight: 400;
  color: rgba(156, 163, 175, 1);
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
  font-family: var(--Inter);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
footer .footer-link-title{
  font-family: var(--Inter);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.footer-links a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footerlogo{
  width: 151px;
  margin-bottom: 12px;
}

.social-icons a {
  width: 32px;
    display: flex;
    height: 32px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.social-icons a i{
  color: var(--seasalt);
  font-size: 20px;
}
.social-icons a img{
  width: 100%;
}
.social-icons{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social-icons a.social-instagram{
  background:#E50789;
}
.social-icons a.social-facebook{
  background: #305FAC;
}
section.contact-form .contact-content img{
  width: 50px;
  margin-left: 2%;
  animation: semirotate 4000ms linear infinite;
}

.social-icons a:hover {
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 20px;
  margin-top: 40px;
}

.tagline {
  background: linear-gradient(90deg, #315DA8 -9.66%, #7C2D8B 0.5%, #54B547 9.91%, #43A772 19.42%, #2A92B1 29.58%, #7060A4 39.2%, #E60C8D 49.46%, #F05E5E 60.48%, #F7D41E 70.85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

/* Banner Design */

section.hero .wrapper .purple-card-worry{
  background-color: rgba(123, 47, 141, 1);
  border-radius: 24px;
  padding: 25px;
  height: 570px;
  /* width: 305px; */
}
section.hero .wrapper .purple-card-worry h2:first-child{
  font-size: 72px;
  font-weight: bold;
  line-height: normal;
  font-family: var(--anekLatin);
  color: rgba(249, 237, 18, 1);
}

section.hero .wrapper .purple-card-worry.front img{
  margin: 5px 0;
  margin-left: -25%;
  display: inline-block;
  transition: 0.3s ease-in;
  animation: semirotate 6000ms linear infinite;
}

section.hero .wrapper .purple-card-worry h2:last-child{
  font-size: 72px;
    /* text-transform: capitalize; */
    color: rgba(123, 47, 141, 1);
    text-shadow: 1px 0px 0 rgba(249, 237, 18, 1), 1px -1px 0 rgba(249, 237, 18, 1), 1px 1px 0 rgba(249, 237, 18, 1), -1px 0px 0 rgba(249, 237, 18, 1);
    font-family: var(--anekLatin);
    font-weight: bold;
    letter-spacing: 2px;
}
.parent-wrapper{
  perspective: 1000;
}

.flip-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  transition: 500ms ease-in;
  transform-style: preserve-3d;
}
.parent-wrapper:hover .flip-wrapper {
  transform: rotateY(180deg);
  cursor: pointer;
}
.parent-wrapper:hover .flip-wrapper .purple-card-worry.front img {
  display: none;
}
.purple-card-worry.front,.purple-card-worry.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.purple-card-worry.back{
  transform: rotateY(180deg);
}
section.hero .wrapper .purple-card-worry.back h2:first-child{
  font-size: 64px;
    /* text-transform: capitalize; */
    color: rgba(123, 47, 141, 1);
    white-space: nowrap;
    text-shadow: 1px 0px 0 rgba(249, 237, 18, 1), 1px -1px 0 rgba(249, 237, 18, 1), 1px 1px 0 rgba(249, 237, 18, 1), -1px 0px 0 rgba(249, 237, 18, 1);
    font-family: var(--anekLatin);
    font-weight: bold;
    letter-spacing: 2px;
}
section.hero .wrapper .purple-card-worry.back h2:nth-child(2){
  font-size: 54px;
  font-weight: 600;
  line-height: normal;
  font-family: var(--anekLatin);
  color: rgba(249, 237, 18, 1);
}
section.hero .wrapper .purple-card-worry.back img{
  margin-top: 2rem;
  width: 100%;
  transform: rotate(12deg);
}

@keyframes rotater {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

section.hero .wrapper .blue-card{
  background: #305fac;
  border-radius: 29px;
  height: 275px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.blue-card.front,.blue-card.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.blue-card.back{
  transform: rotateY(180deg);
}

section.hero .wrapper .blue-card.front .btn-wrapper{
  background: rgba(249, 237, 18, 1);
  border-radius: 53px;
  padding: 8px;
  position: relative;
}
section.hero .wrapper .blue-card.front h2{
  font-size: 30px;
  font-family: var(--anekLatin);
  font-weight: 300;
  text-align: center;
  color: #fff;
}
section.hero .wrapper .blue-card.front h2 span{
  font-weight: 400;
  margin-left: 4px;
}
section.hero .wrapper .blue-card.front .btn-wrapper button{
  background: transparent;
  border: 1px solid rgba(229, 7, 137, 1);
  height: 100%;
  font-family: var(--annie);
  font-size: 44px;
  font-weight: 400;
  padding: 5px;
  color: rgba(229, 7, 137, 1);
  width: 100%;
  border-radius: 53px;
}
section.hero .wrapper .blue-card.front .btn-wrapper button span{
  font-family: var(--anekLatin);
  font-weight: 700;
}

section.hero .wrapper .blue-card.front .btn-wrapper .pinkVector1{
  position: absolute;
  animation: pinkVector1 4000ms ease-out infinite;
  width: 43px;
}
section.hero .wrapper .blue-card.front .btn-wrapper .pinkVector2{
  position: absolute;
  animation: pinkVector2 4000ms ease-out infinite;
}

@keyframes pinkVector1 {
  0%{
    bottom: -12%;
    left: 10%;
  }
  50%{
    bottom: -12%;
    left: 25%;
  }
  100%{
    bottom: -12%;
    left: 10%;
  }
}

@keyframes pinkVector2 {
  0%{
    top: -32%;
    width: 60px;
    right: 10%;
  }
  50%{
    top: -50%;
    width: 95px;
    right: 10%;
  }
  100%{
    top: -32%;
    width: 60px;
    right: 10%;
  }
}

section.hero .wrapper .blue-card.back .wrapper{
  height: 100%;
  width: 100%;
  padding: 25px;
  text-align: center;
  border-radius: 29px;
  border:2px solid rgba(249, 237, 18, 1);
}
section.hero .wrapper .blue-card.back .wrapper h2{
  font-family: var(--anekLatin);
  font-weight: 700;
  color: rgba(249, 237, 18, 1);
  padding: 0;
  text-align: center;
  margin-bottom: 8px;
  animation: wrapperhead 2000ms ease-out infinite;
}

@keyframes wrapperhead {
  0%{
    font-size: 44px;
  }
  50%{
    font-size: 52px;
  }
  100%{
    font-size: 44px;
  }
}

section.hero .wrapper .blue-card.back .wrapper p{
  font-family: var(--annie);
  font-size: 44px;
  color: rgba(249, 237, 18, 1);
  font-weight: 400;
}
section.hero .wrapper .pink-card{
  height: 275px;
  width: 100%;
  padding: 25px;
  border-radius: 24px;
  /* position: relative; */
}

section.hero .wrapper .pink-card.front{
  background: url('./assets/pinkGay\ \(2\).png') #e50789;
  background-size: cover;
  background-repeat: no-repeat;
}

section.hero .wrapper .pink-card.back{
  background: url('./assets/pinkcardback.png') #e50789;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 0;
  display: flex;
  align-items: center;
}

section.hero .wrapper .pink-card p{
  font-size: 22px;
  font-family: var(--anekLatin);
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
}

section.hero .wrapper .pink-card h2{
  color: #fff;
  font-family: var(--anekLatin);
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  transform: rotate(270deg);
  position: absolute;
  bottom: 30%;
    left: -15%;
}
.pink-card.front,.pink-card.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.pink-card.back{
  transform: rotateY(180deg);
}

section.hero .wrapper .pink-card.back .purplediv{
  width: 100%;
  background: url('./assets/purplediv.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

section.hero .wrapper .pink-card.back .purplediv p{
  font-size: 28px;
  font-family: var(--anekLatin);
  font-weight: 300;
  color: #fff;
  padding: 10px 0;
  max-width: 250px;
  margin: auto;
}

section.hero .wrapper .pink-card.back .purplediv p span{
  font-weight: 500;
  font-size: 32px;
}
.parent-wrapper:has(.purple-card-worry){
  height: 570px;
}
.parent-wrapper:has(.pink-card){
  height: 275px;
}
.parent-wrapper:has(.blue-card){
  height: 275px;
}

section.hero .wrapper .yellow-card h2{
  font-size: 72px;
  font-family: var(--anekLatin);
  font-weight: 700;
  margin: 0;
  color: rgba(123, 47, 141, 1);
}
section.hero .wrapper .yellow-card.front{
  display: flex;
  align-items: center;
  padding: 0 0 0 25px;
  justify-content: space-between;
}
section.hero .wrapper .yellow-card.front img{
  width: 112px;
  height: 85px;
  align-self: flex-end;
}
section.hero .wrapper .yellow-card p{
  font-size: 24px;
  font-family: var(--anekLatin);
  font-weight: 400;
  margin: 0;
  margin-top: -15px;
  color: rgba(123, 47, 141, 1);
}
section.hero .wrapper .yellow-card.back h2{
  font-size: 36px;
}
section.hero .wrapper .yellow-card.back p{
  font-size: 24px;
  margin: 0;
}
section.hero .yellow-card.back{
  display: flex;
  align-items: center;
}
section.hero .yellow-card.back>div{
  padding-left: 5%;
  padding-right: 2%;
}
section.hero .yellow-card.back img{
  align-self: flex-end;
}
/* .flip-wrapper:has(.yellow-card){
  transition: 300ms ease-in;
} */
.parent-wrapper:has(.yellow-card){
  height: 127px;
}
section.hero .pink-below-card{
  background-color: #e50789;
  position: absolute;
  width: 100%;
  height: 127px;
  margin-top: 20px;
  padding: 15px 0px 0px 32px;
  border-radius: 24px;
  box-sizing: border-box;
}
section.hero .pink-below-card.front{
  display: flex;
  justify-content: space-evenly;
}
section.hero .pink-below-card.front h2{
  font-size: 44px;
  line-height: normal;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  font-family: var(--anekLatin);
}
section.hero .pink-below-card.front img{
  width: 60px;
  height: 60px;
  margin-bottom: -8%;
  align-self: center;
}
section.hero .pink-below-card.back {
  padding: 8px 25px;
  opacity: 0;
  pointer-events: none;
}
section.hero .pink-below-card.back p{
  font-size: 24px;
  font-family: var(--anekLatin);
  font-weight: bold;
  color: #fff;
   margin-bottom: 0;
}
.parent-wrapper:hover .pink-below-card.back{
  animation: fadeIn 300ms ease-out forwards;
}




.parent-wrapper:has(.yellow-card) {
  perspective: 1000px;
  position: relative;
}
.parent-wrapper:has(.pink-below-card) {
  perspective: 1000px;
  position: relative;
  height: 127px;
}
.parent-wrapper:has(.green-card){
  height: 275px;
}
.parent-wrapper:has(.purple-below-card){
  height: 275px;
}

.parent-wrapper:has(.yellow-below-card){
  height: 275px;
}
.parent-wrapper:has(.blue-below-card){
  height: 275px;
}
.parent-wrapper:has(.teal-card){
  height: 275px;
}
.flip-wrapper-fadeIn {
  width: 100%;
  height: 127px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s ease-in;
}

/* Flip on hover */
.parent-wrapper:hover .flip-wrapper-fadeIn {
  transform: rotateY(180deg);
}

.yellow-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.yellow-card.front {
  background: rgba(249, 237, 18, 1);
}

.yellow-card.back {
  background: rgba(249, 237, 18, 1);
  opacity: 0;
  pointer-events: none;
}

/* Fade in back card only on hover */
.parent-wrapper:hover .yellow-card.back {
  animation: fadeIn 300ms ease-out forwards;
}

/* Fade-in keyframes */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

section.hero .wrapper .green-card {
  height: 275px;
  width: 100%;
  background: #7EB57C;
  border-radius: 24px;
  padding: 8px 16px;
}
.green-card.front,.green-card.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.green-card.back{
  transform: rotateY(180deg);
}
section.hero .green-card.front h2{
  font-size: 64px;
  color: #7B2F8D;
  font-weight: bold;
  line-height: normal;
  position: relative;
  font-family: var(--anekLatin);
  margin: 0;
}
section.hero .green-card.front h3{
  font-family: var(--anekLatin);
  font-size: 53px;
  color: #7EB57C;
  font-weight: bold;
  text-shadow: 1px 0px 0 #7B2F8D, 1px -1px 0 #7B2F8D, 1px 1px 0 #7B2F8D, -1px 0px 0 #7B2F8D;
  line-height: normal;
}
section.hero .green-card.front img{
  position: absolute;
  top: 37%;
  right: 4%;
  animation: scaleGreatthan 2000ms ease-in infinite;
}

@keyframes scaleGreatthan {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}
section.hero .green-card.back{
  padding: 20px;
  text-align: end;
}
section.hero .green-card.back h2{
  font-size: 44px;
  font-weight: bold;
  font-family: var(--anekLatin);
  line-height: normal;
  text-align: left;
  color: #7B2F8D;
}

section.hero .wrapper .purple-below-card {
  height: 275px;
  width: 100%;
  background: #7B2F8D;
  border-radius: 24px;
  padding: 20px 16px;
}
.purple-below-card.front,.purple-below-card.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
}
section.hero .purple-below-card.back{
  transform: rotateY(180deg);
  padding: 12px;
}

section.hero .wrapper .purple-below-card.front h2{
  color: #F9ED12;
  font-size: 48px;
  font-weight: bold;
  font-family: var(--anekLatin);
}

section.hero .wrapper .purple-below-card.front img{
  position: absolute;
  bottom: 28%;
  width: 46px;
  right: 10%;
  animation: moasicheart 4000ms ease-in infinite;
}

section.hero .purple-below-card.back h2{
font-family: var(--anekLatin);
font-weight: 700;
font-size: 44px;
line-height: normal;
color: rgba(249, 237, 18, 1);
}

section.hero .purple-below-card.back h2 span{
  color: rgba(123, 47, 141, 1);
  font-size: 50px;
    text-shadow: 1px 0px 0 rgba(249, 237, 18, 1), 1px -1px 0 rgba(249, 237, 18, 1), 1px 1px 0 rgba(249, 237, 18, 1), -1px 0px 0 rgba(249, 237, 18, 1);
}

section.hero .wrapper .purple-below-card.back img{
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 49px;
}

@keyframes moasicheart {
  0%{
    width: 46px;
  }
  50%{
    width: 63px;
  }
  100%{
    width: 46px;
  }
}

section.hero .wrapper .yellow-below-card{
  height: 275px;
  width: 100%;
  background: #F9ED12;
  border-radius: 24px;
}
.yellow-below-card.front,.yellow-below-card.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
}
section.hero .yellow-below-card.back{
  transform: rotateY(180deg);
}
section.hero .wrapper .yellow-below-card.front{
  padding: 20px;
}
section.hero .wrapper .yellow-below-card.front h1{
  font-weight: bold;
  font-family: var(--anekLatin);
  font-size: 38px;
  color: #E50789;
  line-height: normal;
}
section.hero .wrapper .yellow-below-card.front img{
  position: absolute;
  bottom: 0%;
  animation: soonarrow 900ms ease-in infinite;
}
section.hero .wrapper .yellow-below-card.back{
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.hero .wrapper .yellow-below-card.back h3{
  font-family: var(--anekLatin);
  font-size: 28px;
  font-weight: bold;
  color: #E50789;
  text-align: center;
  margin-top: 12px;
}

@keyframes soonarrow {
  0%{
    right: 16%;
  }
  50%{
      right: 5%;
  }
  100%{
    right: 16%;
  }
}

section.hero .wrapper .row:nth-child(2){
  margin-top: 25px;
}
/* .parent-wrapper:has(.purple-card-worry){
  height: 275px;
} */
.parent-wrapper:has(.blue-below-card){
  height: 275px;
}


section.hero .wrapper .blue-below-card{
  height: 275px;
  width: 100%;
  background:url('./assets/below-blue-bg.png') #305FAC;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 15px;
  text-align: center;
}
.blue-below-card.front,.blue-below-card.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
}
section.hero .blue-below-card.back{
  transform: rotateY(180deg);
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-direction: column;
}
section.hero .wrapper .blue-below-card.front h2{
  font-size: 30px;
  font-family: var(--anekLatin);
  font-weight: bold;
  color: #F9ED12;
}
section.hero .wrapper .blue-below-card.front h2.hollow{
  font-size: 38px;
  color: #305FAC;
  letter-spacing: 1.5px;
  text-shadow: 1px 0px 0 rgba(249, 237, 18, 1), 1px -1px 0 rgba(249, 237, 18, 1), 1px 1px 0 rgba(249, 237, 18, 1), -1px 0px 0 rgba(249, 237, 18, 1);
}
section.hero .wrapper .blue-below-card.front img{
  width: 60px;
}
section.hero .wrapper .blue-below-card.back h2.hollow{
  font-size: 38px;
  color: #305FAC;
  max-width: 50%;
  line-height: 60px;
  margin: 0;
  text-align: left;
  letter-spacing: 1.5px;
  text-shadow: 1px 0px 0 rgba(249, 237, 18, 1), 1px -1px 0 rgba(249, 237, 18, 1), 1px 1px 0 rgba(249, 237, 18, 1), -1px 0px 0 rgba(249, 237, 18, 1);
}
section.hero .wrapper .blue-below-card.back h2{
  font-size: 30px;
  font-family: var(--anekLatin);
  font-weight: bold;
  color: #F9ED12;
}
section.hero .wrapper .blue-below-card.back img{
  position: absolute;
  bottom:0;
  right: 5%;
}


section.hero .wrapper .teal-card{
  border-radius: 24px;
  background: #2392AF;
  height: 100%;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.hero .wrapper .teal-card h2.hollow{
  font-size: 56px;
  font-family: var(--anekLatin);
  font-weight: bold;
  color: #2392AF;
  text-align: left;
  letter-spacing: 1.5px;
  text-shadow: 1px 0px 0 rgba(249, 237, 18, 1), 1px -1px 0 rgba(249, 237, 18, 1), 1px 1px 0 rgba(249, 237, 18, 1), -1px 0px 0 rgba(249, 237, 18, 1);
}
section.hero .wrapper .teal-card h2{
  font-size: 56px;
  margin: 0;
  font-family: var(--anekLatin);
  font-weight: bold;
  color: rgba(249, 237, 18, 1);
}
section.hero .wrapper .teal-card .gradient-outer{
  transition: 0.3s ease-in;
}
section.hero .wrapper .teal-card .gradient-outer:hover{
  transform: scaleX(105%);
  cursor: pointer;
}
section.hero .wrapper .teal-card .card-logo{
  max-width: 140px;
}
section.hero .wrapper .teal-card .baeicon{
  position: absolute;
  width: 100%;
  top: -14%;
    right: -7%;
  max-width: 155px;
  animation: semirotate 6000ms ease-in infinite;
}
@keyframes semirotate {
  0%{
    transform: rotate(-90deg);
  }
   50%{
    transform: rotate(90deg);
  }
  100%{
    transform: rotate(-90deg);
  } 
}
section.hero .wrapper .yellow-below-card.back img{
  width: 100%;
}

/* @keyframes buttonscale {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
} */



.desktop{
  display: block;
}
.mobile{
  display: none;
}

@media(max-width:768px){
.desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  section.whyBaepool .feature-description br{
    display: none;
  }
}


@media(max-width:1399px){
  .marqueetag {
    width: 104%;
  }
  section.hero .wrapper .purple-card-worry h2:last-child{
    font-size: 60px;
  }
  section.hero .wrapper .purple-card-worry h2:first-child{
    font-size: 60px;
  }
  section.hero .wrapper .blue-card.back .wrapper p{
    font-size: 40px;
  }
  section.hero .wrapper .pink-card.back .purplediv p{
    font-size: 24px;
  }
  section.hero .wrapper .yellow-card h2{
    font-size: 64px;
  }
  section.hero .wrapper .yellow-card.back p{
    font-size: 20px;
  }
  section.hero .wrapper .yellow-card.back h2{
    font-size: 24px;
  }
  section.hero .wrapper .purple-card-worry.back h2:first-child{
    font-size: 52px;
  }
  section.hero .wrapper .purple-card-worry.back{
    padding: 15px;
  }
  section.hero .wrapper .purple-card-worry.back h2:nth-child(2){
    font-size: 50px;
  }
  section.hero .green-card.front h2{
    font-size: 52px;
  }
  section.hero .green-card.front img{
    top: 32%;
  }
  section.hero .green-card.back h2{
    font-size: 40px;
    max-width: 200px;
  }
  section.hero .green-card.back img{
    margin-top: -8%;
  }
  section.hero .pink-below-card.front h2{
    font-size: 40px;
  }
  section.hero .wrapper .purple-below-card.front h2{
    font-size: 40px;
  }
  section.hero .purple-below-card.back h2 span{
    font-size: 40px;
  }
  section.hero .purple-below-card.back h2{
    font-size: 42px;
  }
  section.hero .wrapper .yellow-below-card.front h1{
    font-size: 36px;
  }
  section.hero .wrapper .blue-below-card.back h2.hollow{
    font-size: 32px;
  }
  section.hero .wrapper .teal-card h2.hollow{
    font-size: 52px;
  }
  section.hero .wrapper .teal-card h2{
    font-size: 52px;
  }
  section.hero .wrapper .teal-card .gradient-inner{
    font-size: 18px;
  }
  section.hero .wrapper .teal-card .baeicon{
    width: 135px;
  }
}


/* About Page Css */
section.hero-about .wrapper{
  padding: 50px;
    width: 100%;
}
section.hero-about .wrapper .bigidea {
  font-family: var(--anekLatin);
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
  color: transparent; 
  text-transform: uppercase;
  text-align: center; 

  animation: pinkWipe 8000ms ease-in infinite;
}

@keyframes pinkWipe {
  0%{
    background: linear-gradient(90deg, #E50789 0%, rgba(250, 250, 250) 0%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(1px 0 0 #E50789) 
          drop-shadow(0 1px 0 #E50789)
          drop-shadow(-1px 0 0 #E50789) 
          drop-shadow(0 -1px 0 #E50789);
  }
  25%{
    background: linear-gradient(90deg, #E50789 40%, rgba(250, 250, 250) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(1px 0 0 #E50789) 
          drop-shadow(0 1px 0 #E50789)
          drop-shadow(-1px 0 0 #E50789) 
          drop-shadow(0 -1px 0 #E50789);
  }
  50%{
    background: linear-gradient(90deg, #E50789 51%, rgba(250, 250, 250) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(1px 0 0 #E50789) 
          drop-shadow(0 1px 0 #E50789)
          drop-shadow(-1px 0 0 #E50789) 
          drop-shadow(0 -1px 0 #E50789);
  }
  75%{
    background: linear-gradient(90deg, #E50789 60%, rgba(250, 250, 250) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    filter:none
  }
  100%{
    background: linear-gradient(90deg, #E50789 0%, rgba(250, 250, 250) 0%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(1px 0 0 #E50789) 
          drop-shadow(0 1px 0 #E50789)
          drop-shadow(-1px 0 0 #E50789) 
          drop-shadow(0 -1px 0 #E50789);
  }
}
section.hero-about .wrapper h1{
  font-size: 42px;
  font-weight: 500;
  font-family: var(--anekLatin);
  color: #212529;
  text-align: center;
}
section.hero-about .wrapper>p{
  font-family: var(--anekLatin);
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  text-align: center;
}
section.hero-about .wrapper .carousel-one{
  margin-top: 24px;
}

section.hero-about .wrapper .carousel-one .card{
  height: 200px;
  border-radius: 24px;
}
section.hero-about .wrapper .carousel-one .card.card-grey{
  background-color: #9FA0A1;
  border: none;
  padding: 24px;
}

section.hero-about .wrapper .carousel-one .card.card-lightgrey{
  background-color: #CACACA;
  color: #212529;
  padding: 30px;
  border: none;
}
section.hero-about .wrapper .carousel-one .card.card-grey h1{
  font-family: var(--anekLatin);
  font-size: 32px;
  color: #fafafa;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  margin-bottom: 24px;
}
section.hero-about .wrapper .carousel-one .card.card-grey p{
  font-size: 20px;
  line-height: normal;
  font-weight: 300;
  text-align: left;
  font-family: var(--anekLatin);
  color: #fafafa;
}
section.hero-about .wrapper .carousel-one .card.card-lightgrey h1{
  font-family: var(--anekLatin);
  font-size: 32px;
  color: #212529;
  font-weight: bold;
  text-align: left;
  margin-bottom: 24px;
  line-height: normal;
}
section.hero-about .wrapper .carousel-one .card.card-lightgrey p{
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  line-height: normal;
  font-family: var(--anekLatin);
  color: #212529;
}

section.hero-about .wrapper .carousel-two .card{
height: 200px;
border-radius: 24px;
padding: 30px;
position: relative;
}
section.hero-about .wrapper .carousel-two .card h1{
  font-family: var(--anekLatin);
  font-weight: bold;
  font-size: 32px;
  line-height: normal;
  text-align: left;
  margin-bottom: 24px;
  color: #F9ED12;
}
section.hero-about .wrapper .carousel-two .splide__track{
  padding: 40px 0 60px;
}
section.hero-about .wrapper .carousel-two .card p{
  font-size: 24px;
  text-align: left;
  font-weight: 300;
  font-family: var(--anekLatin);
  color: white;
  line-height: normal;
  direction: ltr;
}
section.hero-about .wrapper .carousel-two .card.card-blue{
  background: url('./assets/BlueAboutBg.png') #305FAC;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero-about .wrapper .carousel-two .card.card-blue img{
  width: 90px;
  position: absolute;
  bottom: -12%;
  right: -10%;
}
section.hero-about .wrapper .carousel-two .card.card-pink{
  background: url('./assets/PinkBgAbout.png') #E50789;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero-about .wrapper .carousel-two .card.card-pink img{
  width: 165px;
    position: absolute;
    bottom: -15%;
    right: -6%;
}
section.hero-about .wrapper .carousel-two .card.card-green{
  background: url('./assets/GreenBgabout.png') #43A772;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero-about .wrapper .carousel-two .card.card-green p{
  max-width: 260px;
  margin-right: auto;
}
section.hero-about .wrapper .carousel-two .card.card-purple{
  background: url('./assets/PupleaboutBg.png') #7B2F8D;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero-about .wrapper .carousel-two .card.card-purple img{
  width: 180px;
  position: absolute;
  bottom: -15%;
  right: -8%;
}

section.heading-section{
  background-color: #212529;
  padding: 3rem 6rem;
  /* min-height: 700px; */
  text-align: center;
  position: relative;
}
section.heading-section h1{
  font-family: var(--anekLatin);
  font-weight: 700;
  font-size: 54px;
  margin: 0;
  transition: color 0.3s ease;
  line-height: 90px;
  color: #4C4B4B;
  transform: translateY(0);
  text-align: center;
}
section.heading-section>img.baeicon{
  animation: fullrotate 2000ms linear infinite;
  max-width: 80px;
}
@keyframes fullrotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  } 
}
section.heading-section h1.active-top{
  color: #fff;
}
section.heading-section .wrapper{
  overflow: hidden;
}

section.heading-section>img.semirotate{
  animation: semirotate 2000ms ease-in infinite;
}
.overflow-wrapper {
  /* height: 400px; */
  overflow: hidden;
  position: relative;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

@keyframes semirotate {
  0%{
    transform: rotate(-90deg);
  }
   50%{
    transform: rotate(90deg);
  }
  100%{
    transform: rotate(-90deg);
  } 
}


@media(max-width:768px){
  section.heading-section h1{
    font-size: 24px;
    line-height: normal;
  }
}

.medium-bubbles{
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

section.poloroid-animation .wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1285px;
  gap: 40px;
  /* min-height: 800px; */
  position: relative;
  margin: 3rem auto;
  justify-content: center;
  box-sizing: border-box;
}

section.poloroid-animation{
  padding: 40px 0 0px;
  /* position: relative; */
  /* min-height: 800px; */
}

section.poloroid-animation .poloroid{
  border: 0.5px solid #E6E6E6;
  padding: 8px;
  background-color: #fff;
  border-radius: 0;
  /* flex: 0 0 calc(25% - 40px); */
  padding-bottom: 0;
}
section.poloroid-animation .poloroid img{
  width: 100%;
  max-width: 309px;
}
section.poloroid-animation .poloroid h2{
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  margin: 12px 0;
  color: #1A1A1A;
  font-family: "Shadows Into Light", cursive;
}


@media(max-width:768px){
  section.hero .wrapper{
    padding: 20px 0;
  }
  nav.navbar{
    padding: 0.5rem;
    padding-bottom: 0;
    height: auto;
  }
  nav .navbar-brand img{
    max-width: 120px;
  }
  nav.navbar ul.navbar-nav{
    padding: 25px;
  }
  nav.navbar ul.navbar-nav .nav-item:has(.nav-link.active){
  width: fit-content;
  }
  section.hero .wrapper .purple-card-worry h2:first-child{
    text-align: center;
  }
  section.hero .wrapper .purple-card-worry h2:first-child br{
    display: none;
  }
  section.hero .wrapper .purple-card-worry h2:last-child{
    text-align: center;
  }
  section.hero .wrapper .purple-card-worry.front img{
    margin-left: 0;
  }
  section.hero .wrapper .purple-card-worry.back h2:first-child{
    white-space: wrap;
  }
  section.hero .wrapper .purple-card-worry.back img{
    width: 180px;
  }
  section.hero .wrapper .purple-card-worry.back{
    text-align: center;
    display: flex
;
        flex-direction: column;
        justify-content: space-evenly;
  }
  section.hero .wrapper .yellow-card.front{
    padding: 0 0 0 15px;
  }
  section.hero .wrapper .yellow-card h2{
    font-size: 44px;
  }
  section.hero .wrapper .yellow-card p{
    font-size: 16px;
  }
  section.hero .wrapper .yellow-card.front img,section.hero .yellow-card.back img {
    width: 80px;
    height: 60px;}
    section.hero .pink-below-card.front h2{
      font-size: 32px;
    }
    section.hero .pink-below-card{
      padding: 15px;
      margin-top: 12px;
    }
    section.hero .green-card.front h2,section.hero .green-card.front h3{
      font-size: 40px;
    }
    section.hero .green-card.front img{
      position: unset;
      float: inline-end;
      margin: 12px 0;
    }
    section.hero .green-card.back h2{
      font-size: 32px;
    }
    section.hero .wrapper .yellow-below-card.front h1{
      font-size: 32px;
    }
    section.hero .wrapper .yellow-below-card.front,section.hero .wrapper .blue-below-card{
      padding: 8px;
    }
    section.hero .wrapper .yellow-below-card.front img{
      width: 120px;
    }
    section.hero .wrapper .blue-below-card.back h2.hollow,section.hero .wrapper .blue-below-card.front h2.hollow{
      font-size: 28px;
    }
    section.hero .wrapper .blue-below-card.back h2{
      font-size: 28px;
    }
    section.hero .wrapper .blue-card.front .btn-wrapper button{
      font-size: 32px;
    }
    .parent-wrapper:has(.blue-card){
      margin: 12px 0;
    }
    section.hero .wrapper .purple-card-worry,.parent-wrapper:has(.purple-card-worry){
      height: 450px;
    }
    .purple-card-worry.front{
      text-align: center;
    }
    section.hero .wrapper .blue-card{
      padding: 25px;
    }
    @keyframes wrapperhead {
      0%{
        font-size: 32px;
      }
      50%{
        font-size: 36px;
      }
      100%{
        font-size: 32px;
      }
    }
    section.hero .wrapper .blue-card.back .wrapper p{
      font-size: 36px;
    }
    @keyframes pinkVector2 {
      0%{
        top: -5%;
        width: 25px;
        right: 10%;
      }
      50%{
        top: -16%;
        width: 40px;
        right: 10%;
      }
      100%{
        top: -5%;
        width: 25px;
        right: 10%;
      }
    }
    section.hero .wrapper .pink-card,.parent-wrapper:has(.pink-card){
      height: 375px;
    }
    section.hero .pink-below-card.back p{
      font-size: 18px;
    }
    section.hero .pink-below-card.back{
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
    section.hero .wrapper .teal-card h2.hollow,section.hero .wrapper .teal-card h2{
      font-size: 32px;
    }
    section.hero .wrapper .teal-card .gradient-inner{
      font-size: 12px;
    }
    section.hero .wrapper .teal-card .baeicon{
      width: 80px;
    }
    section.hero .wrapper .teal-card{
      padding: 20px;
    }
    section.hero .wrapper .teal-card .wrap>div + img{
      width: 100px;
    }
    footer .footer-link-title{
      text-align: center;
    }
    .footer-links{
      text-align: center;
    }
    .navbar-toggler-icon{
      background-image: url('./assets/white-hamburger.svg');
    }
    section.whyBaepool .wrapper{
      padding: 25px 0;
    }
    section.whyBaepool .belowBanner-title{
      font-size: 32px;
    }
    section.features-connection .feature-card-connect .feature-title{
      font-size: 18px;
    }
    section.features-connection .feature-card-connect .feature-description{
      font-size: 14px;
    }
    section.appFeatures .title{
      font-size: 32px;
    }
    section.appFeatures #features-carousel .card h3{
      font-size: 24px;
    }
    section.whyBaepool .belowBanner-subtitle{
      font-size: 18px;
    }
    section.whyBaepool .feature-title{
      font-size: 18px;
    }
    section.whyBaepool .feature-description{
      font-size: 14px;
    }
    section.whyBaepool .features-section .row>div:not(.middle-box){
      padding: 0 1rem;
    }
   section.whyBaepool .features-section .mobile-middle-border{
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
    }
    section.whyBaepool .features-section .row>div.middle-box{
      padding: 0 1rem;
    }
    section.features-section>.row:first-child{
      padding-bottom: 20px;
    }
    .marqueetag .wrapper span{
      font-size: 24px;
    }
    .marquee-cnt{
      padding: 0;
    }
    .marquee-content{
      gap: 2rem;
    }
    .marqueetag.blue{
      top: 55%
    }
    .marquee-wrapper{
      padding: 4rem 0;
    }
    .gradient-inner{
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
    }
    section.features-connection .connect-text{
      font-size: 14px;
    }
    section.features-connection .container:first-child{
      margin-bottom: 20px;
    }
    section.masonary-maze .purple,section.masonary-maze .blue{
      padding: 12px;
    }
    section.masonary-maze .purple p{
      font-size: 18px;
    }
    section.masonary-maze .right .row:first-child{
      gap: 12px;
      padding: 0 12px;
    }
    section.masonary-maze .blue .p3,section.masonary-maze .blue .p4,section.masonary-maze .blue .p5,section.masonary-maze .blue .orPurple{
      font-size: 18px;
    }
    section.masonary-maze .purple,section.masonary-maze .blue{
      border-radius: 12px;
    }
    section.masonary-maze .right .pink p{
      font-size: 18px;
      margin: 0;
    }
    section.masonary-maze .right .pink{
      /* margin: 12px 12px 0; */
      padding: 8px;
      border-radius: 12px;
      margin-bottom: 12px;
    }
    section.masonary-maze{
      padding: 20px 0 20px;
    }
    section.appFeatures{
      padding: 20px 0;
    }
    section.masonary-maze .left .yellow h2{
      font-size: 18px;
      padding: 12px;
      position: relative;
      z-index: 9;
      margin: 0;
    }
    section.masonary-maze .left .purpleBelow p{
      font-size: 18px;
    }
    section.splashcard .scard h3{
      font-size: 12px;
    }
    section.splashcard{
      padding: 30px 0;
    }
    section.splashcard .scard-cnt{
      gap: 12px;
      align-items: baseline;
    }
    section.splashcard .scard{
      flex: 0 0 calc(33% - 12px);
    }
    section.splashcard .scard p{
      font-size: 12px;
    }
    section.splashcard .scard img{
      margin-bottom: 12px;
    }
    section.masonary-maze .left .purpleBelow img{
      width: 100%;
    }
    section.masonary-maze .left .yellow img{
      max-width: 120px;
      /* margin-right: -10%; */
      margin-top: 0;
    }
    section.masonary-maze .left .yellow{
      margin-bottom: 0;
    }
    section.masonary-maze .left .purpleBelow{
      margin-left: 12px;
    }
    section.contact-form .contact-title{
      font-size: 32px;
    }
    section.contact-form{
      padding: 0 0 40px;
    }
    section.contact-form .contact-content h2{
      font-size: 32px;
    }
    section.contact-form .form-section{
      padding: 0;
      margin-top: 20px;
    }
    section.contact-form .contact-content img{
      width: 40px;
      margin-left: 12px;
      animation: semirotate 4000ms linear infinite;
    }
    section.hero-about .wrapper{
      padding: 20px 0 0;
    }
    section.heading-section{
      padding: 2rem 1rem;
    }
    section.contact-form .needs-validation .gradient-outer button{
      font-size: 14px;
    }
}

@media(max-width:400px){
  section.hero .wrapper .yellow-card.front img, section.hero .yellow-card.back img{
    width: 60px;
    height: 50px;
  }
  .gradient-outer{
    width: 100%;
  }
  section.hero .pink-below-card.front h2{
    font-size: 28px;
  }
  section.hero .wrapper .blue-below-card.back h2.hollow, section.hero .wrapper .blue-below-card.front h2.hollow {
    font-size: 21px;
}
section.hero .wrapper .yellow-below-card.front h1 {
  font-size: 28px;
}
section.hero .wrapper .teal-card h2.hollow, section.hero .wrapper .teal-card h2 {
  font-size: 28px;
}
section.hero .wrapper .teal-card{
  padding: 12px;
}
section.hero .wrapper .teal-card .gradient-inner {
  font-size: 12px;
  padding: 8px;
}
.gradient-outer{
padding-bottom: 3px !important;
}
}

section.map{
  padding: 90px 0;
  text-align: center;
  position: relative;
}

section.map h1{
  font-family: var(--anekLatin);
  font-size: 42px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 700;
}
section.map p{
  font-family: var(--anekLatin);
  font-size: 22px;
  font-weight: 400;
}
section.map .map-img img{
  width: 100%;
  max-width: 535px;
}
section.map .map-img{
  padding-top: 80px;
  position: relative;
}
section.map .map-img .absoluteCards p{
  font-size: 14px;
  font-family: var(--anekLatin);
  font-weight: 400;
  margin-bottom: 0;
}
section.map .map-img .absoluteCards p span{
  font-weight: 700;
}
section.map .map-img .homegrown{
  max-width: 302px;
  padding: 8px;
  text-align: left;
  left: 8%;
  top: 35%;
  position: absolute;
}
section.map .map-img .Aspirational{
  max-width: 305px;
    padding: 8px;
    text-align: left;
    position: absolute;
    bottom: 22%;
    left: 12%;
}
section.map .map-img .Intelligent{
  max-width: 305px;
  padding: 8px;
  text-align: left;
  position: absolute;
  right: 18%;
  top: 20%;
}
section.map .map-img .Judgement{
  max-width: 305px;
    padding: 8px;
    text-align: left;
    position: absolute;
    right: 6%;
    bottom: 26%;
}
section.map>img{
  position: absolute;
  right: 0;
  top: -25%;
  z-index: -1;
}
section.socialImpact{
  padding: 80px 0;
  position: relative;
}
section.socialImpact .rightEclipse{
  position: absolute;
    right: 0;
    top: -70%;
    z-index: -1;
}
section.socialImpact h1{
  font-family: var(--anekLatin);
  font-weight: 700;
  text-align: center;
  font-size: 42px;
  color: #212529;
}
section.socialImpact .card-parent .card-front{
  height: 100%;
  display: flex;
/*  align-items: center;*/
  align-items: flex-start;
  transition: opacity 1s ease;
  position: absolute;
  padding: 15px;
} 
section.socialImpact .card-parent .card-front .data {
  margin-top:30%;
}
section.socialImpact .card-parent .card-front p{
  font-size: 14px;
  font-family: var(--anekLatin);
  font-weight: 400;
}
section.socialImpact .card-parent .card-front p span{
  font-weight: 700;
    font-size: 15px;
}
section.socialImpact .cards-container{
  display: flex;
  margin-top: 36px;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
}
section.socialImpact .cards-container .card-parent{
  flex: 0 0 calc(25% - 16px);
  height: 100%;
  border-radius: 20px;
  position: relative;
  width: 312px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25);
  height: 273px;
}
section.socialImpact .cards-container .card-parent:hover{
  cursor: pointer;
}
section.socialImpact .cards-container .card-parent img{
  width: 100%;
}
section.socialImpact .cards-container .card-parent .card-back{
  opacity: 0;
   font-family: var(--anekLatin);
  font-size: 14px;
  transition: opacity 0.3s ease;
position: absolute;
}

section.contact-form .leftEclipse{
  position: absolute;
  left: 0;
  top: -45%;
  z-index: -1;
}

@media(max-width:1399px){
  section.poloroid-animation .poloroid img {
    width: 309px;
    max-width: 100%;
}
  section.map .map-img .homegrown{
    left: 0;
  }
  section.map .map-img .Aspirational{
    left: 6%;
  }
  section.map .map-img .Intelligent{
    right: 13%;
  }
  section.map .map-img .Judgement{
    right: 0;
  }
  /* section.socialImpact .card-parent .card-front p{
    font-size: 18px;
  } */
}
section.socialImpact .cards-container .card-parent .card-back img{
    object-fit: cover;
    width: 100%;
    font-family: var(--anekLatin);
    height: 273px;
  }

@media(max-width:768px){
  section.map .map-img .absoluteCards p{
    font-size: 14px;
  }
   section.socialImpact{
      padding: 20px 0 40px;
    }
   section.socialImpact h1{
      font-size: 32px;
      font-weight: 600;
    }
  .social-icons{
    justify-content: center;
  }
  section.map .map-img .absoluteCards{
   position: unset;
   max-width: 100%;
  }
  section.map{
    padding: 20px 0;
  }
  section.socialImpact .cards-container{
    flex-direction: column;
  }
  section.socialImpact .cards-container .card-parent{
    flex: auto;
    width: 100%;
    display: flex;
    align-items: center;
    /* height: 100%; */
    position: relative;
    padding: 0 1rem;
  }
  section.socialImpact .card-parent .content{
     padding: 0.5rem 0.5rem;
     background: rgb(247 247 247 / 50%);
    border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
  }
  section.socialImpact .card-parent p{
font-family: var(--anekLatin);
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        /* position: absolute; */
        z-index: 1;
        padding: 0.5rem 0.5rem;
        line-height: 26px;
        margin-top: 0.5rem;
        bottom: -5%;
        background: rgb(247 247 247 / 50%);
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
  }
  section.socialImpact .card-parent p span{
    font-weight: 700;
  }
  section.socialImpact .cards-container .card-parent img{
    display: none;
  }
  section.socialImpact .cards-container .card-parent .card-back img{
    object-fit: cover;
    width: 100%;
  }
  section.socialImpact .cards-container .card-parent .card-back{
    width: 100%;
  }
  section.map .map-img{
    padding-top: 40px;
  }
  section.contact-form .leftEclipse,section.socialImpact .rightEclipse{
    /* width: 100%; */
    display: none;
  }
  section.poloroid-animation .poloroid{
    /* flex: 0 0 calc(50% - 40px); */
  }
  section.poloroid-animation .wrapper{
    margin: 0;
    min-height: auto;
  }
  section.map h1{
    font-size: 32px;
  }
}

@media(max-width:400px){
  section.socialImpact .card-parent p{
    bottom: -6%;
  }
}


@media(min-width:768px){
    section.poloroid-animation .poloroid img.clipart.first{
        position: absolute;
        width: 100%;
        max-width: 87px;
        bottom: 0%;
      }
      section.poloroid-animation .poloroid img.clipart.second{
       position: absolute;
        width: 100%;
        right: -1%;
        top: -0%;
        max-width: 135px;
      }
      section.poloroid-animation .poloroid img.clipart.third{
        position: absolute;
        width: 100%;
        max-width: 155px;
        right: 0;
        top: 60%;
        z-index: 1;
      }
      section.poloroid-animation .poloroid img.clipart.fourth{
        position: absolute;
        width: 100%;
        right: -11%;
        max-width: 113px;
        bottom: 0;
        z-index: 10;
      }
      section.poloroid-animation .poloroid img.clipart.five {
        position: absolute;
        width: 100%;
        right: 15%;
        max-width: 198px;
        bottom: -24%;
        z-index: 6;
      }
      section.poloroid-animation .poloroid img.clipart.six {
       position: absolute;
        width: 100%;
        top: 45%;
        right: -1%;
        max-width: 102px;
      }
 /*   section.poloroid-animation .poloroid[data-index="1"]{
    position: absolute;
    left: 0;
  }
    section.poloroid-animation .poloroid[data-index="1"].active{
		animation: animation1 1.5s ease-in-out 0s 1 ;
	 }
   @keyframes animation1 {
		0% {
			opacity: 0;
			transform: translate(190%,70%) rotate(-200deg);
		}
	
		100% {
			opacity: 1;
		}
	}
  section.poloroid-animation .poloroid[data-index="2"]{
    position: absolute;
    left: 21%;
      top: 6%;
      z-index: 4;
  }
  section.poloroid-animation .poloroid[data-index="2"].active{
		animation: animation2 1.5s ease-in-out 0s 1 ;
    transform: rotate(-9deg);
	 }

  section.poloroid-animation .poloroid[data-index="3"]{
    position: absolute;
      left: 42%;
      top: -2%;
  }
  section.poloroid-animation .poloroid[data-index="3"].active{
		animation: animation3 1.5s ease-in-out 0s 1 ;
	 }
  
  section.poloroid-animation .poloroid[data-index="4"]{
    position: absolute;
      left: 63%;
      top: 13%;
  }
  section.poloroid-animation .poloroid[data-index="4"].active{
		animation: animation3 1.5s ease-in-out 0s 1 ;
    transform: rotate(-5.34deg);
	 }
  section.poloroid-animation .poloroid[data-index="5"]{
    position: absolute;
    left: 6%;
    top: 48%;
  }
  section.poloroid-animation .poloroid[data-index="5"].active{
		animation: animation5 1.5s ease-in-out 0s 1 ;
	 }
  section.poloroid-animation .poloroid[data-index="6"]{
    position: absolute;
      top: 44%;
      left: 35%;
      z-index: 3;
  }
  section.poloroid-animation .poloroid[data-index="6"].active{
		animation: animation6 1.5s ease-in-out 0s 1 ;
	 }
  section.poloroid-animation .poloroid[data-index="7"]{
    position: absolute;
    left: 57%;
      position: absolute;
      top: 62%;
      z-index:2;
  }
  section.poloroid-animation .poloroid[data-index="7"].active{
		animation: animation7 1.5s ease-in-out 0s 1 ;
    transform: rotate(9.3deg);
	 }
  section.poloroid-animation .poloroid[data-index="8"]{
    position: absolute;
    left: 75%;
      top: 45%;
    z-index: -1;
  }
  section.poloroid-animation .poloroid[data-index="8"].active{
		animation: animation8 1.5s ease-in-out 0s 1 ;
	 }
  section.poloroid-animation .poloroid[data-index="8"]>img{
    width: 309px;
  }
   @keyframes animation5 {
		0% {
			opacity: 0;
			transform: translate(0%,-70%) rotate(-360deg);
		}
	
		100% {
			opacity: 1;
			transform: translateX(0) rotate(-12deg);
		}
	}
  @keyframes animation3 {
		0% {
			opacity: 0;
			transform: translate(-190%,70%) rotate(-360deg);
		}
	
		100% {
			opacity: 1;
		}
	}

  @keyframes animation6 {
		0% {
			opacity: 0;
			transform: translate(-190%,-70%) rotate(-360deg);
		}
	
		100% {
			opacity: 1;
		}
	}
	@keyframes animation7 {
		0% {
			opacity: 0;
      transform: translate(-190%,-70%) rotate(-360deg);
		}
	
		100% {
			opacity: 1;
		}
	}
	@keyframes animation8 {
		0% {
			opacity: 0;
			transform: translate(-190%,-70%) rotate(-360deg);
		}
	
		100% {
			opacity: 1;
		}
  }
     @keyframes animation2 {
		0% {
			opacity: 0;
			transform: translate(0%, 70%) rotate(-360deg);
		}
	
		100% {
			opacity: 1;
		}
	} */

  

}

@media (min-width:1200px) and (max-width:1399px) {
section.poloroid-animation .poloroid img.clipart.third {
        position: absolute;
        width: 100%;
        max-width: 135px;
        right: 2%;
        top: 66%;
        z-index: 1;
    }
    section.poloroid-animation .poloroid img.clipart.five {
               position: absolute;
        width: 100%;
        right: -5%;
        max-width: 180px;
        bottom: -10%;
        z-index: 6;
    }
    section.poloroid-animation .poloroid img.clipart.second {
        position: absolute;
        width: 100%;
                right: -9%;
        top: -1%;
        max-width: 110px;
    }
    section.poloroid-animation .poloroid img.clipart.fourth {
        position: absolute;
        width: 100%;
        right: -20%;
        max-width: 100px;
        bottom: 0;
        z-index: 10;
    }
    section.poloroid-animation .poloroid img.clipart.first {
        position: absolute;
        width: 100%;
        max-width: 70px;
        bottom: 0%;
    }
        section.poloroid-animation .poloroid img.clipart.six {
        position: absolute;
        width: 100%;
        top: 45%;
        right: -12%;
        max-width: 80px;
    }
}


#animate-carousel-headings .splide__slide{
  display: flex;
  justify-content: center;
  align-items: center;
} 
#animate-carousel-headings .splide__slide.is-active h1 {
  color: #fff;  /* top one */
}

/* Contact Us Page */

section.getinTouch h1{
  font-family: var(--anekLatin);
  font-size: 52px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 40px;
  color: #fff;
}
section.getinTouch{
  padding: 80px 0;
  background-color: #212529;
  margin-bottom: 60px;
}
section.getinTouch .quickLinks img{
  max-width: 62px;
}
section.getinTouch select option{
  font-family: var(--Inter);
  font-size: 18px;
  color: #B3B3B3;
}
select.decorated option:hover {
  box-shadow: 0 0 10px 100px #1882A8 inset; /* Adjust color and size as needed */
   background-color: #1A2323;
  color: #fff;
}
section.getinTouch .quickLinks>div{
  gap: 15px;
  align-items: center;
}
section.getinTouch .quickLinks>div:not(:last-child){
 margin-bottom: 25px;
}
section.getinTouch .quickLinks a{
  color: #fff;
  text-decoration: none;
  font-family: var(--josefin);
  font-size: 24px;
  font-weight: 300;
}
section.getinTouch form{
  background: #fff;
  border-radius: 8px;
  padding: 25px;
}
section.getinTouch form label{
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}
section.getinTouch form input,section.getinTouch form textarea,section.getinTouch form select{
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  font-size: 18px;
  font-family: var(--Inter);
  font-weight: 400;
  color: #B3B3B3;
}
section.getinTouch .wrapper-form:not(:last-child){
  margin-bottom: 20px;
}
section.getinTouch form input:focus,.form-select:focus,.form-control:focus{
  color: #212529;
  outline: none;
  border: 1px solid #D9D9D9;
box-shadow: none;
}
section.getinTouch form button.btn{
  font-family: var(--manrope) !important;
  font-size: 20px;
  font-weight: 700;
  min-width: 200px;
  padding: 8px 20px;
}

@media(max-width:1399px){
  section.getinTouch h1{
    font-size: 48px;
  }
}

@media (max-width:768px) {
  section.poloroid-animation .poloroid img.clipart{
  display: none;
  }
  .medium-bubbles{
    height: 40px;
    width: 40px;
  }
  section.getinTouch h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 12px;
  }
  section.getinTouch form button.btn{
font-size: 14px;
  }
  section.getinTouch{
    padding: 20px 0;
    margin-bottom: 20px;
  }
  section.getinTouch .quickLinks img{
    width: 40px;
  }
  section.getinTouch .quickLinks{
    margin-bottom: 20px;
  }
  section.getinTouch .quickLinks a{
    font-size: 18px;
  }
  section.getinTouch form{
    padding: 12px;
  }
  section.getinTouch .quickLinks>div:not(:last-child){
    margin-bottom: 18px;
  }
  section.hero-about .wrapper h1{
    font-size: 32px;
  }
  section.hero-about .wrapper .carousel-one .card.card-grey h1{
      font-size: 24px;
      margin-bottom: 8px;    
  }
  section.hero-about .wrapper .carousel-one .card.card-grey p,section.hero-about .wrapper .carousel-one .card.card-lightgrey p{
    font-size:16px;
  }
  section.hero-about .wrapper .carousel-one .card.card-lightgrey h1{
font-size: 24px;
margin-bottom: 8px;    
  }
  section.hero-about .wrapper .carousel-one .card.card-grey,section.hero-about .wrapper .carousel-one .card.card-lightgrey{
  padding: 12px;
  height: auto;
  border-radius: 12px;
  min-height: 120px;
  justify-content: space-between;
}
section.hero-about .wrapper .carousel-two .card{
  height: auto;
  min-height: 120px;
  justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
}
section.hero-about .wrapper .carousel-two .splide__track{
  padding: 20px 0 20px;
}
  section.hero-about .wrapper .carousel-two .card h1{
      font-size:20px;
      margin-bottom: 8px;
  }
  section.hero-about .wrapper .carousel-two .card.card-blue img {
    width: 50px;
    position: absolute;
    bottom: -12%;
    right: -1%;
}
section.hero-about .wrapper .carousel-two .card.card-purple img {
    width: 90px;
    position: absolute;
    bottom: -15%;
    right: -4%;
}
section.hero-about .wrapper .carousel-two .card.card-pink img{
  width: 100px;
  right: -2%;
}
section.hero-about .wrapper .carousel-one{
  margin-top: 0;
}
  section.hero-about .wrapper .carousel-two .card p{
    font-size:16px;
  }
  section.poloroid-animation{
  min-height: auto;
  padding-bottom: 80px;
}
.bigIdeaImg{
  width: 120px;
}
}

/* for 1399px screen */
@media (max-width: 1399px) {
    section.heading-section h1{
    padding: 0;
    line-height: normal;
  }
}

.bigIdeaImg{
  width: 200px;
}


/* for 1920px screen */
@media (min-width: 1800px) {
  section.hero-about .wrapper>p{
    font-size: 20px;
  }
  .bigIdeaImg{
  width: 300px;
}
  section.heading-section h1{
    line-height: 100px;
  }
  .gradient-inner{
    font-size: 26px;
  }
  section.map .map-img img{
    max-width: 800px;
  }
  section.map h1,section.whyBaepool .belowBanner-title{
    font-size: 46px;
  }
  section.map .map-img .homegrown{
    left: -10%;
    max-width: 400px;
  }
  section.map .map-img .Aspirational{
    left: 0%;
    max-width: 400px;
  }
  section.map .map-img .Intelligent{
    top: 18%;
    max-width: 400px;
  }
  section.map .map-img .absoluteCards p{
    font-size: 20px;
  }
  section.map .map-img .Judgement{
    max-width: 400px;
  }
  section.whyBaepool .belowBanner-subtitle{
    font-size: 26px;
  }
  section.whyBaepool .feature-description{
    font-size: 20px;
  }
  section.whyBaepool .feature-title{
    font-size: 26px;
  }
  section.whyBaepool .feature-icon>img{
width:100px;
}
.marqueetag .wrapper span{
  font-size: 56px;
}
.marquee-cnt{
  padding: 1.5rem 0;
}
section.features-connection .connect-text{
  font-size: 26px;
}
section.features-connection .feature-card-connect .feature-title{
  font-size: 26px;
}
section.features-connection .feature-card-connect .feature-description{
  font-size: 20px;
}
section.appFeatures .title{
  font-size: 46px;
}
section.appFeatures .desc{
  font-size: 36px;
}
section.appFeatures #features-carousel .card h3{
  font-size: 36px;
}
section.appFeatures #features-carousel .card p{
  font-size: 20px;
}
section.appFeatures #features-carousel .card{
  height: 600px;
}
section.masonary-maze .left .yellow h2{
  font-size: 36px;
  padding: 34px;
}
section.masonary-maze .left .purpleBelow p{
  font-size: 36px;
}
section.masonary-maze .blue .p3,section.masonary-maze .blue .p4,section.masonary-maze .blue .orPurple,section.masonary-maze .blue .p5{
  font-size: 36px;
}
section.masonary-maze .purple p{
  font-size: 32px;
}
section.masonary-maze .right .pink p{
  font-size: 36px;
}
section.socialImpact h1{
  font-size: 46px;
}
section.socialImpact .card-parent .card-front p{
  font-size: 20px;
}
section.contact-form .needs-validation label{
  font-size: 20px;
}
section.contact-form .needs-validation .promise-text{
  font-size: 20px;
}
.footer-links li{
  font-size: 20px;
}
footer .footer-link-title{
  font-size: 24px;
}
.footer p{
  font-size: 20px;
}
.social-icons a{
  width: 50px;
  height: 50px;
}
section.contact-form .contact-content img{
margin-top:-12px;
}
.social-icons a i {
    color: var(--seasalt);
    font-size: 32px;
}
footer .footerlogo{
  width: 250px;
}
footer .footer-bottom p{
  font-size: 18px;
}
section.map p{
  font-size: 26px;
}
section.contact-form .needs-validation .gradient-outer button{
  font-size: 26px;
}
section.hero-about .wrapper h1{
  font-size: 46px;
}
section.hero-about .wrapper>p{
  font-size: 18px;
}
section.hero-about .wrapper .carousel-one .card.card-lightgrey h1,section.hero-about .wrapper .carousel-one .card.card-grey h1{
  font-size: 44px;
}
section.hero-about .wrapper .carousel-one .card.card-grey p,section.hero-about .wrapper .carousel-one .card.card-lightgrey p{
  font-size: 32px;
}
section.hero-about .wrapper .carousel-two .card h1{
  font-size: 44px;
}
section.hero-about .wrapper .carousel-two .card p{
  font-size: 32px;
}
section.hero-about .wrapper .carousel-two .card,section.hero-about .wrapper .carousel-one .card{
  height: 320px;
}
section.heading-section h1{
  font-size: 64px;
}
section.poloroid-animation .poloroid h2{
  font-size: 18px;
}
nav.navbar{
  height: 100px;
  align-items: center;
  padding: 16px 80px 0;

}
nav .navbar-brand img{
  width: 220px;
}
nav.navbar ul.navbar-nav .nav-link{
  font-size: 24px;
}
section.masonary-maze .right .pink{
  gap:2px;
}

}

/* for strict 1200px to 1280px */
@media(min-width:1200px) and (max-width:1299px){
section.masonary-maze .right .pink{
  gap: 5px;
}
}
@media(min-width:1300px) and (max-width:1399px){
section.masonary-maze .right .pink{
  gap: 8px;
}
}


/* Privacy Policy */

main.legalPages{
  padding: 40px 0;
}
main.legalPages h1{
  font-family: var(--anekLatin);
  font-size: 42px;
  font-weight: 700;
  text-align:center;
  margin-bottom: 1rem;
  color: rgba(229, 7, 137, 1);
}
main.legalPages h2{
  font-family: var(--anekLatin);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: rgba(229, 7, 137, 1);
}
main.legalPages h3{
  font-size: 22px;
}
main.legalPages p,main.legalPages li{
  font-family: var(--Inter);
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  line-height: 28px;
}
main.legalPages table {
            width: 100%;
            border-collapse: collapse;
            margin: 1em 0;
        }
    main.legalPages th,main.legalPages td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        main.legalPages th {
            background-color: #f2f2f2;
        }
        main.legalPages input[type="text"],
        main.legalPages input[type="date"]{
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            margin-top: 5px;
        }
         main.legalPages .form-submit {
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        main.legalPages a{
         color: rgba(229, 7, 137, 1);
text-decoration:none;
        }
        main.legalPages a:hover{
        color: rgba(229, 7, 137, 1);
        }
        
  
@media(max-width:768px){
  main.legalPages h2{
    font-size: 18px;
  }
  main.legalPages h1{
  font-size: 32px;
  }
  main.legalPages p,main.legalPages li{
    font-size: 14px;
    line-height: 24px;
  }
  main.legalPages ol,main.legalPages ul {
    padding-left: 1.5rem;
}
main.legalPages {
    padding: 20px 0;
}
main.legalPages .overflow-table{
overflow:scroll;
}
}


#poloroid-wrapper .splide__arrow svg{
  width:28px
}

#poloroid-wrapper .splide__arrow{background: transparent;font-size: 12px;} 
#poloroid-wrapper .splide__arrow--prev{position: absolute;left: -4%;top: 50%;transform: rotate(180deg);}
#poloroid-wrapper .splide__arrow--next{
    position: absolute;
    top:50%;
  right: -4%;
}

@media(max-width:768px){
  #poloroid-wrapper .splide__arrow{background: transparent;font-size: 12px;} 
#poloroid-wrapper .splide__arrow--prev{position: absolute;left: 40%;bottom: -20%;top: unset;transform: rotate(180deg);}
#poloroid-wrapper .splide__arrow--next{
    position: absolute;
    top: unset;
    bottom: -20%;
    right: 40%;
}
}

@media(min-width:1800px){
  main.legalPages h2{
    font-size: 26px;
  }
  main.legalPages h3{
    font-size: 26px;
  }
  main.legalPages p, main.legalPages li{
    font-size: 20px;
  }
  main.legalPages h1{
    font-size: 46px;
  }
}
@media(max-width:768px){
.footer p {
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    max-width: 100%;
}  
section.map p{
  font-size: 18px;
}
main.legalPages h3{
  font-size: 18px;
}
section.appFeatures #features-carousel{
  padding-top: 20px;
}
}


@media(max-width:380px){
  section.masonary-maze .left .yellow img{
    margin-top: 18px;
  }
      section.hero .wrapper .teal-card .wrap>div + img {
        width: 80px;
        margin-left: 1rem;
    }
    section.contact-form .contact-content img{
      width: 25px;
    }
}