@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body, html {
  overflow-x: hidden;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #0d0d0d;
  font-size: 0.833vw;
  font-weight: 400;
  color: #dedede;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}

ul li {
  list-style: none;
}
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 4.167vw 0;
}
header.static {
  position: static;
}
.cmn_gap {
  padding: 4.167vw 0;
}
.main_logo {
  width: 16.615vw;
  display: inline-block;
  line-height: 0;
}
.main_logo img{
  width: 100%;
}

.container {
  max-width: 59.375vw;
  padding: 0 0.781vw;
  margin: 0 auto;
}

.ban_fig {
  /* height: 900px;
  min-height: 100vh; */

}

.ban_fig img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.banner {
  position: relative;
}

.banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.39%, #0d0d0d 100%),
    linear-gradient(
      97.03deg,
      rgba(0, 0, 0, 0.25) 6.43%,
      rgba(0, 0, 0, 0.49) 27.84%,
      rgba(0, 0, 0, 0) 46.87%
    );

  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 1;
  opacity: 0.5;
}
.banner::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;


background: linear-gradient(102.75deg, #000000 -1.02%, rgba(0, 0, 0, 0.61) 33.3%, rgba(0, 0, 0, 0) 57.87%);
opacity: 0.5;

}
.banner_conatiner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.text_content {
  max-width: 40vw;
  position: relative;
  z-index: 2;
}
.text_content h1 {
  line-height: 1.3;
}
.text_content h1 .colored_text {
  font-size: 1.042vw;
  color: #FFC000;
  font-weight: 500;
  display: block;
  margin-bottom: 1.042vw;
}
.banner_btm_txt span{
  font-size: 1.458vw;
  font-weight: 500;
  color: #FFC000;
  margin-right: 1.042vw;
  display: inline-block;
}



.text_content h1 .small_text {
  font-size: 2.188vw;
  font-weight: 300;
  display: block;
  margin: 0.521vw 0;
  max-width: 20.469vw;
  text-transform: capitalize;
}
.text_content h1 .large_text {
  font-size: 2.917vw;
  font-weight: 600;
}

.text_content p {
  width: 80%;
  font-size: 18px;
  margin-top: 25px;
  font-weight: 500;
}
.highlited_texts {
  padding: 2px;;
  backdrop-filter: blur(10px);
  border-radius: 12px;
  max-width: 375px;
  margin-top: 30px;

  background-image: -webkit-linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* For Safari */
  background-image: -moz-linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* For Firefox */
  background-image: -o-linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* For Opera */
  background-image: linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* Standard syntax */

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.highlighted_texts_inner{
  padding: 15px 20px;
  background-color: #1a1a1a;
border-radius: 12px;
}

.highlited_texts p {
  margin-top: 0 !important;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.common_header {
  color: #ffffff;
}
.common_header span {
  color: #FFC000;
}
.button_holder {
  margin-top: 1.563vw;
}
.apple_store {
  background: #000000;
  border: 0.052vw solid #a3a1a3;
  border-radius: 0.417vw;
  padding: 0.26vw;
  margin-right: 0.313vw;
  display: inline-flex;
  align-items: center;
  width: 9.375vw;
  height: 3.281vw;
}
.apple_store i {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.apple_store i img{
  width: 100%;
}
.play_store {
  background: #000000;
  border: 0.052vw solid #a3a1a3;
  border-radius: 0.417vw;
  padding: 0.26vw;
  display: inline-flex;
  align-items: center;
  width: 9.375vw;
  height: 3.281vw;
}
.play_store i {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.play_store i img{
  width: 100%;
}
.banner_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.chat_text {
  width: 350px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.chat_text li {
  display: flex;
  justify-content: right;
  margin-top: 10px;
}
.dark_text {
  text-align: left !important;
  display: flex;
  justify-content: left !important;
}
.dark_text p {
  background: rgba(13, 13, 13, 0.42) !important;
  backdrop-filter: blur(8.75432px) !important;
  border-radius: 10.5052px !important;
  border-bottom-left-radius: 0 !important;
}
.chat_text li p {
  text-align: right;
  color: #ffffff;
  font-size: 12.26px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(9.39227px);
  border-radius: 11.2707px;
  border-top-right-radius: 0;
}
.how_it_works_heading {

  text-align: center;
}
.how_it_works_heading h2 {
  font-size: 2.396vw;
  font-weight: 600;
}
.how_it_works_heading h4{
  max-width: 39.51vw;
  margin: 0.781vw auto;
  font-size: 1.458vw;
  font-weight: 400;
}
.how_it_works_heading p{
  font-size: 0.833vw;
  text-align: center;
  letter-spacing: 0.02em;
  color: #DEDEDE;
}

.how_it_works_card_inner {
  background: linear-gradient(180deg, #151414 0%, rgba(21, 20, 20, 0) 100%);
  border-radius: 1.563vw;
  padding: 2.344vw;
  text-align: center;
  height: 100%;
}
.how_it_works_card_inner p{
  max-width: 13.542vw;
  margin: 0 auto;
}
.serial_numbers {
  font-style: normal;
  font-weight: 300;
  font-size: 4.167vw;
  text-align: center;
  background: linear-gradient(180deg, #2e2d2d 0%, rgba(27, 27, 27, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.how_it_works_card_content {
  background: linear-gradient(180deg, #1c1c1c 0%, #101010 100%);
  border-radius: 1.042vw;
  text-align: center;
  padding-top: 1.563vw;
}
.how_it_works_card_content .iconBoxNew {
  display: inline-flex;
  width: 7.604vw;
  height: 7.604vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.052vw solid rgba(196, 125, 17,0.2);
  border-radius: 50%;
  margin: 0 auto 24px;
  outline: 0.052vw solid #C47D11;
  outline-offset: -0.521vw;
}

.how_it_works_card_content .iconBoxNew span{
  /* filter: brightness(1.7); */
  width: 5.052vw;
  height: 5.052vw;
  background: #FFC000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  color: #fff;
  font-weight: 700;
}
.how_it_works_card_content i img{
  width: 100%;
  height: auto;
  max-width: 2.448vw;
}

.app_fea li{
  display: flex;
  align-items: center;
  margin-bottom: 1.563vw;
  font-weight: 700;
  font-size: 1.042vw;
  color: white;
  text-transform: capitalize;
}

.app_fea li:last-child{
  margin-bottom: 0;
}

.app_fea li span{
  width: 1.615vw;
  display: inline-block;
  margin-right: 1.25vw;
}
.app_fea li span img{
  width: 100%;
}
.how_it_works.cmn_gap{
  padding-bottom: 1.563vw;
}
.how_it_works_card_content h3 {
  margin-bottom: 1.042vw;
  font-size: 1.25vw;
  font-weight: 700;
}
.how_it_works_card {
  width: calc(100% / 3);
  padding: 0 0.781vw;
}
.card_wraper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.781vw;
  margin-top: 3.125vw;
}
.featurs_card_wrap {
  display: flex;
  flex-wrap: wrap;
}
.app_featurs_card {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background: linear-gradient(
    93.82deg,
    #151414 0.55%,
    rgba(21, 20, 20, 0) 100%
  );
  border-radius: 30px;
  margin-bottom: 20px;
}
.featurs_card_content p {
  margin-top: 10px;
}
.app_featurs_card:last-child {
  margin-bottom: 0;
}
.app_featurs_card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
}
.featurs_card_content {
  width: calc(100% - 42px);
  padding-left: 25px;
}
.featurs_card_content h4 {
  font-size: 20px;
  font-weight: 700;
}
.app_featurs_left {
  width: 50%;
}
.app_featurs_rgt {
  width: 50%;
  padding-left: 4.25vw;
}
.app_featurs_rgt h2 {
  font-size: 2.396vw;
  margin-bottom: 2.083vw;
}
.app_featurs_left figure {
  height: 36.458vw;
  width: 100%;
  line-height: 0;
}
.app_featurs_left figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app_featurs_card_hldr {
  margin-top: 30px;
}
.app_featurs {
  position: relative;
  padding-bottom: 100px;
  padding-top: 0;
}
.layer1{
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.easy_heading {
  text-align: center;
  margin-bottom: 4.167vw;
}
.easy_heading p {
  font-size: 1.25vw;
  font-weight: 400;
}
.featurs_bg {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 425px;
  z-index: -1;
  opacity: 0.1;
}
.featurs_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app_featurs:before {
  content: "";
  width: 900px;
  height: 378px;
  border-radius: 50%;
  /* / background: url(images/overlay.png) no-repeat center; / */
  filter: blur(152px);
  position: absolute;
  z-index: -1;
  top: 15%;
  left: -15%;
  background: radial-gradient(circle closest-corner at center 125px, #000000, #FFC000d4 100%) no-repeat;
  opacity: .9;
}
.app_featurs::after {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: no-repeat center;
  position: absolute;
  z-index: -1;
  bottom: -23px;
  right: 13px;
  background: rgba(196, 125, 17, 0.15);
  filter: blur(152px);
}
.swiming_pool {
  position: relative;
}
.swiming_pool figure img{
  width: 100%;

}
.swiming_pool:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    122.12deg,
    #000000 -1.19%,
    rgba(0, 0, 0, 0.66) 27.1%,
    rgba(0, 0, 0, 0) 57.24%
  );
  z-index: 1;
  top: 0;
  left: 0;
}
.swiming_container_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.swiming_content {
  max-width: 516px;
  width: 100%;
}
.swiming_content h2 {
  font-size: 46px;
  margin-bottom: 10px;
}
.footer_logo_sec {
  width: calc(100% / 3);
}
.footer_logo_sec p {
  margin-top: 10px;
}
.ftr_logo{
  max-width: 14.583vw;
  display: inline-block;
}
.footer_wrap{
  padding: 3.385vw 0 2.083vw;
  text-align: center;
}
.ftr_btns{
  margin-top: 0.521vw;
  justify-content: center;
  margin-bottom: 1.563vw;
}
.ftr_btns a{
width: 7.135vw;
height: 2.5vw;
}

.footer_wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_wrap ul li p{
  font-weight: bold;
  text-transform: uppercase;
}
.footer_wrap ul li:first-child{
  border-right: 0.052vw solid #1F1F1F;
  margin-right: 1.823vw;
  padding-right: 1.823vw;
}

.footer_wrap ul li{
  display: flex;
  align-items: center;
  margin-right: 3.906vw;
}
.footer_wrap ul li:last-child{
  margin-right: 0;
}
.footer_wrap ul li a{
  color: #dedede;
  display: flex;
  align-items: center;
}
.footer_wrap ul li a i{
  line-height: 0;
  margin-left: 0.833vw;
  margin-right: 0.521vw;
  width: 1.25vw;
}
.footer_wrap ul li a i img{
  width: 100%;
}
.footer_wrap ul li a:hover{
  color: white;
}

.social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.302vw;
}
.social_media li {
  margin-right: 1.042vw;
}
.social_media li:last-child {
  margin-right: 0;
}
.social_media  a{
  display: inline-block;
  line-height: 0;
  transition: all 0.4s ease-in-out;
}

.social_media li a:hover{
  opacity: .6;

}
.contact_us h5 {
  font-size: 0.833vw;
  font-weight: 700;
}
.contact_us {
  padding-left: 5.208vw;
  width: calc(100% / 3);
}
.contact_us ul {
  margin-top: 1.302vw;
}
.contact_us ul li {
  margin-bottom: 0.521vw;
}

.contact_us ul li:last-child {
  margin-bottom: 0;
}
.contact_us ul li a {
  display: inline-flex;
  align-items: center;
  color: #dedede;
  transition: all 0.3s ease-in-out;
}
.contact_us ul li a:hover {
  color: #FFC000;
}
.contact_us ul li a i {
  display: inline-flex;
  margin-right: 0.521vw;
}
.contact_us ul li p i {
  display: inline-flex;
  margin-right: 0.521vw;
  width: 1.25vw;
  height: 1.25vw;
  justify-content: center;
  align-items: center;
  margin-top: 0.104vw;
}
.contact_us img {
  width: 100%;
}
.contact_us ul li p {
  display: inline-flex;
  align-items: start;
  line-height: 1.7;
  opacity: 0.7;
}
.privicy {
  padding-left: 100px;
  width: calc(100% / 3);
}
.privicy h5 {
  font-size: 16px;
  font-weight: 700;
  opacity: 0;
}
.privicy ul {
  margin-top: 45px;
}
.privicy ul li {
  margin-bottom: 15px;
}
.privicy ul li:last-child {
  margin-bottom: 0;
}
.privicy ul li a {
  color: #dedede;
  transition: all 0.3s ease-in-out;
}
.privicy ul li a:hover, .privicy ul li.active a {
  color: #FFC000;
}
.footer_bottom {
  border: 0.052vw solid #1f1f1f;
}
.footer_bottom_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.781vw 0;
}
.footer_bottom_wrap p {
  opacity: 0.9;
}
.footer_bottom_wrap p a {
  color: #dedede;
}
.footer_bottom_wrap p a:hover {
  color: #ffffff;
}

.privacy_hdr h1 {
  margin-bottom: 20px;
  font-size: 60px;
}
.content_wrap h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.mobile{
  display: none;
}
/* ============responsive========== */
@media (max-width: 1699px) {
  body{
    font-size: 16px;
  }
  header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 80px 0;
  }
  header.static {
    position: static;
  }
  .cmn_gap {
    padding: 75px 0;
  }
  .main_logo {
    width: 450px;
    display: inline-block;
  }
  
  .container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .ban_fig {
    height: 900px;
  
  }
  
  .ban_fig img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  
  .banner {
    position: relative;
  }
  
  .banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.39%, #0d0d0d 100%),
      linear-gradient(
        97.03deg,
        rgba(0, 0, 0, 0.25) 6.43%,
        rgba(0, 0, 0, 0.49) 27.84%,
        rgba(0, 0, 0, 0) 46.87%
      );
  
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 1;
    opacity: 2;
  }
  .banner::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  
  
  background: linear-gradient(102.75deg, #000000 -1.02%, rgba(0, 0, 0, 0.61) 33.3%, rgba(0, 0, 0, 0) 57.87%);
  
  }
  .banner_conatiner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .text_content {
    max-width: 400px;
    position: relative;
    z-index: 2;
  }
  .text_content h1 {
    line-height: 1.3;
  }
  .text_content h1 .colored_text {
    font-size: 20px;
    color: #FFC000;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
  }
  .banner_btm_txt span{
    font-size: 28px;
    font-weight: 500;
    color: #FFC000;
    margin-right: 20px;
    display: inline-block;
  }
  
  
  
  .text_content h1 .small_text {
    font-size: 42px;
    font-weight: 300;
    display: block;
    margin: 10px 0;
    text-transform: capitalize;
    max-width: 600px;
  }
  .text_content h1 .large_text {
    font-size: 46px;
    font-weight: 600;
  }
  
  .text_content p {
    width: 80%;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 500;
  }
  .highlited_texts {
    padding: 2px;;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    max-width: 375px;
    margin-top: 30px;
  
    background-image: -webkit-linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* For Safari */
    background-image: -moz-linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* For Firefox */
    background-image: -o-linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* For Opera */
    background-image: linear-gradient(95.25deg, #5A5755 14.34%, rgba(102, 102, 102, 0) 69.07%); /* Standard syntax */
  
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .highlighted_texts_inner{
    padding: 15px 20px;
    background-color: #1a1a1a;
  border-radius: 12px;
  }
  
  .highlited_texts p {
    margin-top: 0 !important;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  }
  .common_header {
    color: #ffffff;
  }
  .common_header span {
    color: #FFC000;
  }
  .button_holder {
    margin-top: 30px;
  }
  .apple_store {
    background: #000000;
    border: 1px solid #a3a1a3;
    border-radius: 8px;
    padding: 5px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
  }
  .apple_store i {
    display: inline-flex;
    align-items: center;
  }
  .play_store {
    background: #000000;
    border: 1px solid #a3a1a3;
    border-radius: 8px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
  }
  .play_store i {
    display: inline-flex;
    align-items: center;
  }
  .banner_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .chat_text {
    width: 350px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .chat_text li {
    display: flex;
    justify-content: right;
    margin-top: 10px;
  }
  .dark_text {
    text-align: left !important;
    display: flex;
    justify-content: left !important;
  }
  .dark_text p {
    background: rgba(13, 13, 13, 0.42) !important;
    backdrop-filter: blur(8.75432px) !important;
    border-radius: 10.5052px !important;
    border-bottom-left-radius: 0 !important;
  }
  .chat_text li p {
    text-align: right;
    color: #ffffff;
    font-size: 12.26px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(9.39227px);
    border-radius: 11.2707px;
    border-top-right-radius: 0;
  }
  .how_it_works_heading {
  
    text-align: center;
  }
  .how_it_works_heading h2 {
    font-size: 46px;
    font-weight: 600;
  }
  .how_it_works_heading h4{
    max-width: 700px;
    margin: 10px auto;
    font-size: 24px;
    font-weight: 400;
  }
  .how_it_works_heading p{
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #DEDEDE;
  }
  
  .how_it_works_card_inner {
    background: linear-gradient(180deg, #151414 0%, rgba(21, 20, 20, 0) 100%);
    border-radius: 30px;
    padding: 30px;
    text-align: center;
  }
  .serial_numbers {
    font-style: normal;
    font-weight: 300;
    font-size: 80px;
    text-align: center;
    background: linear-gradient(180deg, #2e2d2d 0%, rgba(27, 27, 27, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .how_it_works_card_content {
    background: linear-gradient(180deg, #1c1c1c 0%, #101010 100%);
    border-radius: 20px;
    text-align: center;
    padding-top: 30px;
  }
  .how_it_works_card_content .iconBoxNew {
    display: inline-flex;
    width: 146px;
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(196, 125, 17,0.2);
    border-radius: 50%;
    margin: 0 auto 24px;
    outline: 1px solid #C47D11;
    outline-offset: -10px;
  }
  
  .how_it_works_card_content .iconBoxNew span{
    /* filter: brightness(1.7); */
    width: 97px;
    height: 97px;
    background: #FFC000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
  }
  .how_it_works_card_content i img{
    width: auto;
    height: auto;
  }
  
  .app_fea li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    text-transform: capitalize;
  }
  
  .app_fea li:last-child{
    margin-bottom: 0;
  }
  
  .app_fea li span{
    width: 40px;
    display: inline-block;
    margin-right: 25px;
  }
  
  .how_it_works_card_content h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }
  .how_it_works_card {
    width: calc(100% / 3);
    padding: 0 15px;
  }
  .card_wraper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 60px;
  }
  .featurs_card_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .app_featurs_card {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: linear-gradient(
      93.82deg,
      #151414 0.55%,
      rgba(21, 20, 20, 0) 100%
    );
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .featurs_card_content p {
    margin-top: 10px;
  }
  .app_featurs_card:last-child {
    margin-bottom: 0;
  }
  .app_featurs_card i {
    width: 42px;
    height: 42px;
    display: inline-flex;
  }
  .featurs_card_content {
    width: calc(100% - 42px);
    padding-left: 25px;
  }
  .featurs_card_content h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .app_featurs_left {
    width: 50%;
  }
  .app_featurs_rgt {
    width: 50%;
    padding-left: 70px;
  }
  .app_featurs_rgt h2 {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .app_featurs_left figure {
    height: 700px;
    width: 100%;
    line-height: 0;
  }
  .app_featurs_left figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .app_featurs_card_hldr {
    margin-top: 30px;
  }
  .app_featurs {
    position: relative;
    padding-bottom: 100px;
    padding-top: 0;
  }
  .layer1{
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .easy_heading {
    text-align: center;
    margin-bottom: 70px;
  }
  .easy_heading p {
    font-size: 24px;
    font-weight: 400;
  }
  .featurs_bg {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 425px;
    z-index: -1;
    opacity: 0.1;
  }
  .featurs_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .app_featurs:before {
    content: "";
    width: 900px;
    height: 378px;
    border-radius: 50%;
    /* / background: url(images/overlay.png) no-repeat center; / */
    filter: blur(152px);
    position: absolute;
    z-index: -1;
    top: 15%;
    left: -15%;
    background: radial-gradient(circle closest-corner at center 125px, #000000, #FFC000d4 100%) no-repeat;
    opacity: .9;
  }
  .app_featurs::after {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: no-repeat center;
    position: absolute;
    z-index: -1;
    bottom: -23px;
    right: 13px;
    background: rgba(196, 125, 17, 0.15);
    filter: blur(152px);
  }
  .swiming_pool {
    position: relative;
  }
  .swiming_pool figure img{
    width: 100%;
  
  }
  .swiming_pool:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      122.12deg,
      #000000 -1.19%,
      rgba(0, 0, 0, 0.66) 27.1%,
      rgba(0, 0, 0, 0) 57.24%
    );
    z-index: 1;
    top: 0;
    left: 0;
  }
  .swiming_container_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
    overflow: hidden;
  }
  .swiming_content {
    max-width: 516px;
    width: 100%;
  }
  .swiming_content h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .footer_logo_sec {
    width: calc(100% / 3);
  }
  .footer_logo_sec p {
    margin-top: 10px;
  }
  .ftr_logo{
    max-width: 280px;
    display: inline-block;
  }
  .footer_wrap{
    padding: 65px 0 40px;
    text-align: center;
  }
  .ftr_btns{
    margin-top: 10px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .ftr_btns a{
  width: 140px;
  }
  
  .footer_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_wrap ul li p{
    font-weight: bold;
    text-transform: uppercase;
  }
  .footer_wrap ul li:first-child{
    border-right: 1px solid #1F1F1F;
    margin-right: 35px;
    padding-right: 35px;
  }
  
  .footer_wrap ul li{
    display: flex;
    align-items: center;
    margin-right: 75px;
  }
  .footer_wrap ul li:last-child{
    margin-right: 0;
  }
  .footer_wrap ul li a{
    color: #dedede;
    display: flex;
    align-items: center;
  }
  .footer_wrap ul li a i{
    line-height: 0;
    margin-left: 16px;
    margin-right: 10px;
  }
  .footer_wrap ul li a:hover{
    color: white;
  }
  
  .social_media {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .social_media li {
    margin-right: 20px;
  }
  .social_media li:last-child {
    margin-right: 0;
  }
  .social_media  a{
    display: inline-block;
    line-height: 0;
    transition: all 0.4s ease-in-out;
  }
  
  .social_media li a:hover{
    opacity: .6;
  
  }
  .contact_us h5 {
    font-size: 16px;
    font-weight: 700;
  }
  .contact_us {
    padding-left: 100px;
    width: calc(100% / 3);
  }
  .contact_us ul {
    margin-top: 25px;
  }
  .contact_us ul li {
    margin-bottom: 8px;
  }
  
  .contact_us ul li:last-child {
    margin-bottom: 0;
  }
  .contact_us ul li a {
    display: inline-flex;
    align-items: center;
    color: #dedede;
    transition: all 0.3s ease-in-out;
  }
  .contact_us ul li a:hover {
    color: #FFC000;
  }
  .contact_us ul li a i {
    display: inline-flex;
    margin-right: 10px;
  }
  .contact_us ul li p i {
    display: inline-flex;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
  }
  .contact_us img {
    width: 100%;
  }
  .contact_us ul li p {
    display: inline-flex;
    align-items: start;
    line-height: 1.7;
    opacity: 0.7;
  }
  .privicy {
    padding-left: 100px;
    width: calc(100% / 3);
  }
  .privicy h5 {
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
  }
  .privicy ul {
    margin-top: 45px;
  }
  .privicy ul li {
    margin-bottom: 15px;
  }
  .privicy ul li:last-child {
    margin-bottom: 0;
  }
  .privicy ul li a {
    color: #dedede;
    transition: all 0.3s ease-in-out;
  }
  .privicy ul li a:hover, .privicy ul li.active a {
    color: #FFC000;
  }
  .footer_bottom {
    border: 1px solid #1f1f1f;
  }
  .footer_bottom_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .footer_bottom_wrap p {
    opacity: 0.9;
  }
  .footer_bottom_wrap p a {
    color: #dedede;
  }
  .footer_bottom_wrap p a:hover {
    color: #ffffff;
  }
  
  .privacy_hdr h1 {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .content_wrap h2 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .apple_store{
    width: 180px;
    height: 63px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 6px;
    border-width: 1px;
  }
  .play_store{
    width: 180px;
    height: 63px;
    padding: 5px;
    border-radius: 6px;
    border-width: 1px;
  }
  .how_it_works_card_inner p{
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  header{
    padding: 20px 0;
  }
  .text_content h1 .colored_text{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .button_holder{
    margin-top: 26px;
  }
  .text_content{
    max-width: 600px;
  }
  .banner_btm_txt span{
    font-size: 20px;
    margin-right: 16px;
  }
  .apple_store{
    width: 140px;
    height: 50px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 6px;
    border-width: 1px;
  }
  .play_store{
    width: 140px;
    height: 50px;
    padding: 5px;
    border-radius: 6px;
    border-width: 1px;
  }
  .main_logo{
    width: 450px;
  }
  body {
    font-size: 14px;
  }
  .privacy_hdr h1 {
    font-size: 40px;
  }
  .container {
    max-width: 960px;
    padding: 0 10px;
  }
  .banner_wrapper {
    justify-content: space-between;
  }


  .serial_numbers {
    margin-top: 20px;
  }
  .app_featurs_left {
    width: 80%;
    margin: 0 auto;
  }
  .app_featurs_rgt {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .featurs_bg {
    top: 30%;
  }
  .swiming_content h2 {
    font-size: 43px;
  }
  .cmn_gap {
    padding: 60px 0;
  }
  .footer_logo_sec {
    width: 100%;
    text-align: center;
  }
  .social_media {
    justify-content: center;
    margin-top: 25px;
  }
  .contact_us {
    width: 50%;
    margin-top: 40px;
  }
  .privicy {
    width: 50%;
    margin-top: 40px;
  }
  .banner_conatiner {
    /* position: relative;
    transform: none; */
  }
  .banner figure img {
    object-fit: cover;
}
  .text_content h1 .large_text {
    font-size: 46px;
  }
  .text_content h1 .small_text {
    font-size: 30px;
  }
  .how_it_works_heading h2,
  .app_featurs_rgt h2,
  .swiming_content h2 {
    font-size: 34px;
  }
  .how_it_works_card_inner {
    padding: 20px;
    border-radius: 12px;
  }
  .how_it_works_card_content{
    padding-top: 16px;
    border-radius: 10px;
  }
  .app_featurs {
    padding-bottom: 60px;
  }
  .how_it_works.cmn_gap{
    padding-bottom: 30px;
  }
  .cmn_gap{
    padding: 60px 0;
  }
  .how_it_works_heading h2{
    font-size: 46px;
  }
  .how_it_works_heading h4 {
    max-width: 600px;
    margin: 16px auto 10px;
    font-size: 20px;
  }
  .how_it_works_heading p{
    font-size: 16px;
  }
  .card_wraper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 30px;
  }
  .how_it_works_card {
    width: calc(100% / 3);
    padding: 0 10px;
  }
  .how_it_works_card_content h3{
    font-size: 20px;
  }
  .how_it_works_card_inner p {
      max-width: 86%;
  }
  .serial_numbers{
    font-size: 46px;
  }
  .easy_heading p{
    font-size: 20px;
  }
  .app_featurs_left figure{
    height: auto;
  }
  .app_fea li{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .app_fea li span {
    width: 24px;
    display: inline-block;
    margin-right: 16px
  }
  .footer_wrap {
    padding: 40px 0 30px;
    text-align: center;
  }
  .ftr_logo{
    max-width: 260px;
  }
  .footer_wrap ul li a i{
    width: 20px;
    margin: 0 6px 0 10px;
  }
  .ftr_btns a{
    width: 140px;
    height: 50px;
  }
  .footer_wrap ul li:first-child{
    margin-right: 16px;
    padding-right: 16px;
  }
  .footer_wrap ul li{
    margin-right: 30px;
  }
  .footer_bottom_wrap{
    padding: 10px 0;
  }
  .text_content h1 .small_text{
    max-width: 100%;
    margin: 16px 0;
  }
  .how_it_works_card_content i img{
    max-width: 24px;
  }
  .how_it_works_card_content .iconBoxNew {
    display: inline-flex;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(196, 125, 17, 0.2);
    border-radius: 50%;
    margin: 0 auto 24px;
    outline: 1px solid #C47D11;
    outline-offset: -10px;
  }
  .how_it_works_card_content .iconBoxNew span {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
  .how_it_works_card:nth-child(3) .iconBoxNew i img{
    max-width: 40px;
  }
  .ftr_btns{
    margin: 16px 0 10px;
  }

}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
    padding: 0 10px;
  }

  .app_featurs:before {
    width: 100%;
  }

  .text_content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .chat_text {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
    margin-top: -130px;
  }
  .how_it_works_card_content .iconBoxNew {
    width: 110px;
    height: 110px;
    offset: -20px;
  }
  .how_it_works_card_content .iconBoxNew p{
    width: 70px;
    height: 70px;
  }
  .how_it_works_card_content h3 {
    font-size: 18px;
  }
  .serial_numbers {
    font-size: 50px;
  }
  .easy_heading p {
    font-size: 20px;
  }
  .app_featurs_card {
    padding: 14px;

    border-radius: 10px;
  }
  .desktop{
    display: none;

  }
  .mobile{
    display: block;
  }


header{
  padding: 6px 0;
  text-align: center;
}
.main_logo{
  width: 430px;
}
.banner_conatiner{
  top: 65%;
}
.ban_fig {
  height: 600px;
  min-height: 100vh;
}
.how_it_works_heading h4 {

  font-size: 20px;

}
.ban_fig{
  height: auto;
  min-height: auto;
  position: relative;
}
.banner figure img{
  min-height: 60vh;
}
.ban_fig::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(3deg, #0d0d0d 10.02%, rgb(14 14 14 / 72%) 33.3%, rgb(13 13 13 / 0%) 57.87%);
}
.banner_conatiner{
  position: relative;
  transform: inherit;
  top: inherit;
  padding-top: 10px;
}
.banner:before{
  display: none;
}
.banner:after {
  opacity: 0.4;
  /* display: none; */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.39%, #0d0d0d 100%), linear-gradient(97.03deg, rgba(13, 13, 13,0.2) 6.43%, rgba(13, 13, 13,0.1) 27.84%, rgba(0, 0, 0, 0) 46.87%);
}
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .text_content h1 .large_text {
    font-size: 45px;
  }
  .text_content h1 .small_text {
    font-size: 24px;
  }
  .text_content h1 .colored_text {
    font-size: 20px;
  }
  .text_content p {
    width: 100%;
    font-size: 15px;
    margin-top: 20px;

  }
  .highlited_texts {
    max-width: 100%;
  }
  .how_it_works_heading h2,
  .app_featurs_rgt h2,
  .swiming_content h2 {
    font-size: 28px;
  }
  .main_logo {
    width: 380px;
    display: inline-block;
  }
  .chat_text li p {
    font-size: 10.26px;
    padding: 6px;
  }
  .how_it_works_card {
    width: 100%;
  }
  .how_it_works_card_inner {
    margin-bottom: 30px;
  }
  .app_featurs_left figure {
    height: auto;
  }
  .swiming_pool figure {
    height: 360px;
  }
  .swiming_pool figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .contact_us {
    width: 100%;
    padding: 0;
  }
  .privicy {
    width: 100%;
    padding: 0;
  }
  .privicy ul {
    margin-top: 0;
  }
  header {
    padding: 4px 0;
  }
  .footer_wrap ul {
  
    display: block;
}
.footer_wrap ul li:first-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.footer_bottom_wrap{
  justify-content: center;
  text-align: center;
}
.footer_wrap ul li{
  justify-content: center;
  margin: 0;
}
.footer_wrap ul li:not(:last-child){
  margin-bottom: 8px;
}
.footer_wrap{
  padding: 30px 0 20px;
}
.app_fea li{
  font-size: 18px;
}
.app_fea li span{
  margin-right: 16px;
}

}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 12px;
  }
  .banner_btm_txt{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner_btm_txt span:last-child{
    margin-right: 0;
  }
  .privacy_hdr h1 {
    font-size: 26px;
  }
  .featurs_card_content h4 {
    font-size: 16px;
    font-weight: 700;
  }
  .footer .cmn_gap {
    padding: 40px 0;
  }
  .serial_numbers {
    line-height: 1;
  }
  .easy_heading {
    margin-bottom: 20px;
  }
  .banner_btm_txt span {
    font-size: 20px;

}

}
@media (max-width: 479px) {
  .app_fea li{
    font-size: 16px;
  }
  .main_logo{
    width: 280px;
  }
  .how_it_works_card_content i img {
      max-width: 32px;
  }
  .how_it_works_card:nth-child(3) .iconBoxNew i img{
    max-width: 46px;
  }
  .button_holder {
    text-align: center;
  }
  .button_holder .apple_store {
    margin-right: 3;
    margin-left: 3px;
    margin-bottom: 5px;
  }
  .chat_text {
    margin-top: 0;
  }
  .button_holder a{
    width: 130px;

  }
  .text_content h1 .large_text{
    font-size: 30px;
  }
  .text_content h1 .small_text{
    font-size: 18px;
  }
  .text_content h1 .colored_text{
    font-size: 18px;
  }
  .banner_btm_txt span{
    font-size: 16px;
  }


}

@media(max-width: 374px){
  .text_content h1 .large_text{
    font-size: 28px;
  }
  .text_content h1 .colored_text{
    font-size: 16px;
  }
}