@import url(../fonts/fonts.css);
body{
  font-family: 'qanelas_softbold';
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
    color: #000;
    background: #E0FAFD !important;

  }

  html,body{
    overflow-x: hidden;
  }

  .fw-500{
    font-family: 'qanelas_softregular',sans-serif;
  }
  .fw-700{
    font-family: 'qanelas_softbold',sans-serif;
  }

  .lh-normal{
    line-height: normal;
  }

  .body-content{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
  }
  .main-c{
    background:url(../images/waves-large.svg) no-repeat;
    background-size: cover;
    border-radius:0 0 5px 5px;
    background-position: top center;

  }
  .connect-wallet-btn{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-family: 'qanelas_softbold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    padding:10px 20px;
    text-align: center;
    width: 208px;
    height: 50px;
    color: #000000;
  }


  .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(232 176 120 / 25%);
}

  .connect-wallet-btn span{
    position: relative;
    top: 2px;
  }

  .other-c {
    display: flex;
    justify-content: space-between;
    background:#FDFAF6 url(../images/waves-box-bg.png) no-repeat;
    background-size: cover;
    border-radius: 5px;
    height: 95px;
    text-decoration: none;
    padding: 21px 45px;
    align-items: center;
  }
  .popup{
    height: 95px;
    padding: 28px 45px;
  }
  .other-c h3,
  .popup h3{
    font-family: 'qanelas_softbold';
    font-style: normal;
    font-size: 20px;
    line-height: 187.5%;
    color: #007A97;
    margin: 0;
    padding: 0;
  }

  .other-c h3 span,
  .popup h3 span
  {color: #e8b078;}
  .info-sec{text-align: right;}
  .info-sec h2{
    font-family: 'qanelas_softbold';
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 115%;

    color: #007A97;

  }

  .info-sec p{
    font-family: 'qanelas_softbold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    text-align: right;
    color: #000000;
      }
.footer-c{
  font-family: 'qanelas_softbold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 44px;
}
.popup-default .modal-content{
  border-radius: 0;
}

.popup-default .modal-header{
  text-align: center;
    width: 100%;
    color: #007A97;
    margin: 0;
    padding: 5px 0 !important;
    background: #E0FAFD;
}
.popup-default .modal-header h1{
  margin: 0 auto;
    width: 100%;
    background: #E0FAFD;
    font-family: 'qanelas_softbold';
}
.popup-default p{
color: #555555;

}
.text-blue{color:#007A97;}
.fund-widget {
  background: #F9FFFE;
  border: 1px solid #EFCCA4;
  border-radius: 10px;
  padding: 10px 10px;
}
.fund-widget h4{
  font-size: 2.2em;
}
.fund-widget span{
  font-size: 14px;
}

.fund-widget h4,
.fund-widget span{
  color: #000;
  margin: 0;
}
.action-sec{
  display: flex;
  flex-direction: column; 
  align-items: center;
}
.action-sec img.badges-ic{
  position: relative;
  
}
.badge-data{
  background: url('/images/ic_badge.png') no-repeat ;
  background-size: contain;
  width: 100%;
  height: 44px;
  line-height: 40px;
  color: #fff;
  position: relative;
  background-position: center center
}
.action-sec img.badges-ic {
  position: relative;
  bottom: -9px;
}

.grey-sap{
  height: 30px;
  background-color: #e7e7e7;
  margin: 20px 0;
}
.header-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#logo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  margin-right: auto;
  max-height: 100%;
}
.header-misc {
  position: initial;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.primary-menu.bg-light{
  background-color: transparent !important;
}

.primary-menu.bg-light .nav-link{
  font-family: 'qanelas_softregular';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #005164;
}

.image-wrapper {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
}
@media(min-width:991px ){
  /* .image-wrapper:not(.mobile) {
    background-attachment: fixed!important;
  } */
  .primary-menu .container-fluid{
    padding-right:50px;
    padding-left:50px;
  }
  
}
/* .image-wrapper:not(.mobile) {
  background-attachment:fixed !important;
} */
.py-14 {
  padding-top: 4.5rem!important;
  padding-bottom: 4.5rem!important;
}
.py-18 {
  padding-top: 8rem!important;
  padding-bottom: 8rem!important;
} 
.banner-content h2{
  text-shadow: 1px 0 #007A97, -1px 0 #007A97, 0 1px #007A97, 0 -1px #007A97,
               1px 1px #007A97, -1px -1px #007A97, 1px -1px #007A97, -1px 1px #007A97;
}

.banner-content h4{
  font-family: 'qanelas_softregular';
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}
.btn-flat{
color: #005164;
font-family: 'qanelas_softbold';
text-decoration: underline;
}
.btn-flat:hover{
  color: #005164;
}
.btn-lightblue{
  background-color: #EFCCA4;
}
.btn-lightpink{
  background-color: #E0FAFD;
}
.text-blue-new{
  color: #005164; 
}
.process-sec{
    /* border: 4px solid rgba(0, 122, 151, .10); */
    border-radius: 2em;
    font-size: 1rem;
    background: #2CC9E6;
    text-align: center;
    color: #fff;
    /* padding: 1rem 0.5rem 2rem 0.5rem; */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
    transition: all .3s ease;
}
/* .process-sec:hover{
  background:#fff;
  transform: translateY(-0.2rem);
    box-shadow: 0 0.25rem 1.25rem rgb(52 63 82 / 5%); 
} */
.process-sec p{
  font-size: 1em;
    font-family: 'qanelas_softregular';
    font-weight: 700;
}
.process-sec h4{
  font-size: 1.8em;
  line-height: normal;
}
.process-sec .icon img{
  display: inline-block !important;
  width: 50%;
  aspect-ratio: 1 / 1;
}
.process-wrapper.line [class*=col-]:after {
  width: 75%;
    position: absolute;
    content: "";
    height: 1px;
    background: 0 0;
    border-top: 2px solid rgba(0, 122, 151, .05);
    top: -61px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width:1200px){
  .process-wrapper.line [class*=col-]:after {
    width: 50%;
  }
  /* .process-sec{
    margin-bottom: 3rem;
  } */
}
.mt-83{margin-top: 83px;}

/* .process-sec:before {
  width: 3px;
  position: absolute;
  content: "";
  height: 65px;
  background: 0 0;
  background: rgba(0, 122, 151, .05);
  border-top: 2px solid rgba(0, 122, 151, .05);
  top: -65px;
  z-index: 1; 
  left: 50%;
  transform: translateX(-50%);
} */
.verticle-line::before{
  width: 3px;
  position: absolute;
  content: "";
  height: 65px;
  background: 0 0;
  background: rgba(0, 122, 151, .05);
  border-top: 2px solid rgba(0, 122, 151, .05);
  top: -83px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);

}

.image-wrapper.bg-overlay:before {
  /* content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30,34,40,.5); */
}
.cta-sec::after,
.cta-sec::before{
  background-repeat: no-repeat !important;
  background-size: contain !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}
.cta-beachpay{
  background: #027a96;
}


.cta-beachpay::before{
  background: url('/images/bp-top.png') ;
  background-position: top;
    top: 0;
}
.cta-beachpay::after{
  background: url('/images/bp-bottom.png') ;
  background-position: bottom;
    bottom: 0;
}
.z-index-1{z-index: 1;}
.cta-sec{
padding: 50px 0 25px 0;
}

.cta-beachaction{
  background: #00A6E0;
}

.cta-beachaction::before{
  background: url('/images/ba-top-shape.png') ;
  background-position: top;
    top: 0;
}
.cta-beachaction::after{
  background: url('/images/ba-bottom-shape.png') ;
  background-position: bottom;
    bottom: 0;
}

.cta-beachtoken{
  background: #2CC8E6;
}

.cta-beachtoken::before{
  background: url('/images/bt-top-shape.png') ;
  background-position: top;
    top: 0;
}
.cta-beachtoken::after{
  background: url('/images/bt-bottom-shape.png') ;
  background-position: bottom;
    bottom: 0;
}
.text-inderline{
  text-decoration: underline;
}
.bg-dark-blue{
  background-color: #007A97 !important;
}

.circle-sec{
  padding: 80px 0 120px 0;
}

.cta-sec a{
  color: #fff;
  text-decoration: underline;
  position: relative;
  top: -20px;
}
.quote{
  color: #005164;
  border: 4px solid rgba(0, 122, 151, .10);
  border-radius: 30px;
  font-family: 'qanelas_softregular';
  font-weight: 700;
}

.client-block{
  /* max-width: 65%; */
  flex: 1;
  padding: 1.6em;
  background: #E0FAFD;
  border: 0.5px solid #e3e3e3;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 25px;
font-size: 1rem;
}
.client-block img.client-img{
  object-fit: cover;
  max-height: 100%;
    border-radius: 3em;
}
.client-block .blue-btn{
  font-size: 1em;
}
.blue-btn{
  background-color: #2CC9E6;
}
.blue-btn:hover{
  background-color: #1dcff0;
}

/* new css */

.clientsWrapper{
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 120px;
  left: 0;
  right: 0;
}

.client-block .card-body{
  padding: 0 1.9em 0 2.5em;
}

.client-block .card-body .card-title{
  font-size: 1.5em;
  margin-bottom: 1em;
  position: relative;
}
.client-block .card-body .card-title span{
  position: absolute;
  left: 0;
  top: 0;
}
.client-block .card-body .card-text{
  font-size: 1.2em;
  font-family: 'qanelas_softregular';
  color: #005164;
  font-weight: 600;
}

.mapbg{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mapbg img{
  max-width: 100%;
  height: auto;
}

.client-testimonial{
  height: 690px;
  justify-content: space-between;
}

/* circle parallex */
/* parallax js ベース設定 */
.js-parallax-elm-box {
  overflow: hidden;
}
.js-parallax-elm-box img {
  display: block;
}

  
.test-area01-box {
  position: relative;
  width: 100%;
  border-radius: 100%;
  height: 1351px;
  background-attachment: fixed !important;
}
.test-area01 {
  height: 100%;
  border-radius: 99em;
  /* background-color: red; */
}


.product-info{
  background: rgba(224, 250, 253, 0.9);
  padding: 30px; 
  position: relative;

}
.product-info::before{
  content: '';
  position: absolute;
  width: 52px;
  left: -52px;
  height: 10px;
  top: 0;
  background: rgba(224, 250, 253, 0.9);
}
.product-info p{
  font-size: 1.4rem;
  font-weight: 600;
}
.product-info h2{
  color: #007A97;
  font-family: 'qanelas_softbold';
  padding: 15px;
  border: 4px solid rgba(0, 122, 151, 0.1);
  border-radius: 20px;
  border-top-left-radius: 0;
}
/* circle arallex end */


@media (min-width:991px) and (max-width:1200px) {
  .client-block{
    font-size: 0.8rem;
  }
  .banner-3-content .iconWithTextWrapper{
    margin: 8em 0;
  }
}
@media (min-width: 750px){
  .popup-default .modal-dialog {
    max-width: 770px !important;
}
}
@media (min-width: 991px){
  .primary-menu .navbar-brand{
    position: relative;
      left: 50%;
      /* transform: translateX(-50%); */
  }
  .col-lg-5i{    flex: 1 0 0% !important}
  /* .main-c{height: calc(100vh - 126px);} */
    .other-c {
      /* height: 79px; */
      height: 50px;
      padding: 21px 45px;
      /* padding: 1rem 45px; */
  }

  .primary-menu.bg-light .nav-link{ 
    border-radius: 5px;
    margin-right: 10px;
  }
  .primary-menu.bg-light .nav-link:hover{
    background: #F9EBDC;
    font-family: 'qanelas_softbold';
    text-decoration: none;
  }
  .primary-menu.bg-light .nav-link.active{
    background: #F9EBDC;  
  }
}

.primary-menu.bg-light{
  background-color: #fff !important;
  padding: 15px 0;
}
@media (max-width: 991px) {
  /* .client-block{
    max-width: 100%;
  } */
  .primary-menu {
    max-width: 100%;
}
.test-area01-box {
  height: 750px;
}
.primary-menu {
  /* display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; */
}

.primary-menu .navbar-collapse{
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #fff;
  left: 0;
}
.primary-menu .navbar-nav {
  list-style: none;
  margin: 0;
  width: 100%;
}
.primary-menu.bg-light .nav-item:not(:first-child) {
  border-top: 1px solid #eee;
}



  .connect-wallet-btn,
  .c-button-sec{width: 100%;}
  header{
    padding: 20px 0 0 0;
  }
  .main-c {
    padding: 0 !important;
}
.info-sec h2{text-align: center;}



}
@media (max-width: 750px) {
  .body-content{
    margin: 15px 0;
  }
  .process-wrapper.line [class*=col-]:after {
    width: 0;
    height: 0;
  }
  .test-area01-box {
    height: 500px;
  }
  .client-block{
    font-size: 0.6rem;
  }
}
  @media (min-width: 768px) {
    .main-c{
      padding: 77px 77px 0 77px;
      /* padding: 57px 77px 0 77px; */
    }
    header{
      padding: 20px 77px 0 77px;
    }

  }

  @media (max-width: 600px) {
    /* .info-sec h2 br{display: none;}  */
    .info-sec h2{font-size: 52px; }
    .info-sec p{font-size: 18px;}
    /* .client-block .card-body .card-title{
      padding: 1rem 1.5rem;
    } */
  }
  @media (min-width: 480px) {
  .pwIcon{display: none}
}
  @media (max-width: 480px) {
    .badge-data{line-height: 29px;    background-size: contain;}
    .info-sec h2{font-size: 41px;}
    .info-sec h2 br,
    .info-sec p br{display: none;}
    .csheight-mobile{    height: 52px !important;
      line-height: normal !important;}
      .test-area01-box {
        height: 400px;
      }
  }

  @media (max-width:375px){
    .test-area01-box {
      height: 300px;
    }

  }

  @media (min-width: 768px) and (max-width: 991px) {
    .nav-sec{
      flex-direction: column-reverse;
    align-items: flex-end !important;
    }
    .c-button-sec{margin-top: 15px;}
    .connect-wallet-btn{
      padding: 10px 17px;
      font-size: 12px;
    }
   
  }
  @media (max-width: 393px) {
    .info-sec h2{font-size: 32px;}
    .info-sec h2 br,
    .info-sec p br{display: none;}
    .client-block{
      font-size: 0.5rem;
    }
  }
/* erc and bsc small title */
.title{
  position: relative;
}
.title::after{
  content: attr(data-title);
  position: absolute;
  bottom: -14px;
  color: #007A97;
  left: 0; 
  right: 0;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
}


.statistics {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
.statistics li {
list-style-type: none;
display: inline-block;
margin-right: 30px;
position: relative;
}
.statistics li::before {
content: "";
position: absolute;
top: 0;
right: -18px;
width: 1px;
height: 100%;
background-color: #707070;
opacity: 25%;
}
.statistics li .item-number {
font-size: 16px;
color: #515355;
font-weight: 600;
}
.statistics li .item-text {
font-size: 12px;
color: #6b7c8f;
display: block;
margin-top: 2px;
}
.statistics li:last-child {
margin-right: 0;
}
.statistics li:last-child::before{
content: none;
}
.editable, .editable-custom {
border-bottom: 1px #999 dashed;
display: table;
}
#profile-view,
#profile-edit{
display: none;
height: 0;
opacity: 0;
transition: all 1s ease-in;
}
#profile-view.show,
#profile-edit.show{
display: block;
height: auto;
opacity: 1;
}
.profile-img,
.profile-img-edit{
position: relative;

}
.profile-img img,
.profile-img-edit img{
width: 130px;
height: 130px;
}
.profile-img-edit{
border-radius: 50%;
overflow: hidden;
}
input:focus {
outline: none!important;
}
input[type="text"]:read-only {
background-color: transparent !important;
border: none;
border-bottom: 0;
border-radius: 0;
outline: none!important;
}
/* .form-control:focus{
box-shadow: none;
border: 0;
} */
.profile-img-edit .file{
position: absolute;
bottom: 15px;
padding:0.5rem 0;
right: 0;
left: 0;
border: none;
border-radius: 0;
background: #212529b8;
}
.profile-img-edit .file input {
position: absolute;
opacity: 0;
right: 0;
left: 0;
top: 0;
}
#profile-view input
{
text-align: center;
font-size: 16px;
background: #fff;
border: 0;
}
#profile-edit input{
height: 48px;
text-align: center;
box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
  border-radius: 0.3rem!important;
  border: 0;
}
#accordionFlushExample .accordion-button:not(.collapsed){
color: #e8b078;
border: 0;
background-color: #fff;
box-shadow: none;
font-size: 18px;
}
#accordionFlushExample .accordion-button:focus {
z-index: 3;
border-color: #86b7fe;
outline: 0;
box-shadow: none;
}

/* new styles of home page */

.tagline{
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #007A97;
}

.border-radius-15{border-radius: 15px;}

.btn-btn-blue{
  height: 48px;
    background: #007A97;
    font-size: 32px;
    line-height: 36px;
    color: #e8b078;
    font-family: 'qanelas_softbold'; 
    position: relative;
}
.btn-btn-blue::after{
  content: "";
    border: 1px solid rgba(44, 201, 230, 0.35);
    margin: 1px;
    width: calc(100% - 2px);
    height:  calc(100% - 2px);
    position: absolute;
    left: 0;
    border-radius: 12px;
    top: 0;
}
.btn-btn-blue span,
.btn-signup:hover{
  color: #fff;
}
.btn-signup{
  background: #2CC9E6;
border-radius: 10px;
color: #fff;
font-size: 22px;
text-align: center;
font-family: 'qanelas_softbold';
}

.top-shape img{
  object-fit: fill;
  width: 100%;
}


.btn-btn-blue:hover{
  color: #EFCCA4;
}

.shadow-btn{
  box-shadow: 0px 4px 90px rgba(0, 81, 100, 0.25);
}

.currency-img {
  position: relative;
}
.currency-img .c-status {
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
}
.currency-img.online .c-status {
  background-color: #248562;
}
.fs-16 {
  font-size: 16px;
  font-family: 'qanelas_softbold';
}
.fs-28{
  font-size: 28px;
}


@media only screen and (max-width: 768px){
  .tagline{margin-bottom: 30px; font-family: 'qanelas_softextrabold'; }
  .tagline br{display: none}
  .btn-btn-blue {
    height: 61px;
    background: #007A97;
    font-size: 32px;
    line-height: 48px;
  }

}


/* my css */
.blue-waves{
  background: url('/images/blue-waves.png') ;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 9rem 0 1.5rem;
  background-size: 100%;
  height: 100%;
}
@media (max-width:500px) {
  .blue-waves{
    background-image: url('/images/brown-waves.png');
    padding: 5rem 0 0;
  }
}

.text-blue{
  color: #007A97;
}
.text-lightblue{
  color: #007A97;
}
.toko-block h5 {
  position: relative;
}
.toko-block h5 span {
  position: absolute;
  color: #363636;
  font-size: 14px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.section-head h2 {
  position: relative;
  padding: 0 0 15px 0;
  margin: 0;
  font-family: qanelas_softbold;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  color: #007A97
}
.fs-12 {
  text-align: center;
  font-size: 12px;
  font-family: 'qanelas_softbold';
}
.mw-200{
  max-width: 200px;
    margin: 0 auto;
}
.footer-shape img{
  object-fit: cover; 
    width: 100%;
}
footer{
  background-color: #E0FAFD;
  padding:50px 0 ;
}

.footer-nav a{
  color: #000;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 5px 0;
  font-size: 1.4rem;
  font-family: 'qanelas_softregular';
  font-weight: 700;
}
.footer-nav a:hover{
  color: #2CC9E6;
}
.widget_links ul {
  padding: 0;
  list-style-type: none;
}
.widget_links li:before {
    content:url(../images/link-arrow.png);
    font-family: font-icons;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0;
}
.widget_links li a {
  color: #020000;
  text-decoration: none;
  padding-left: 10px;
  font-size: 14px;
  font-family: 'qanelas_softregular';
}
.widget>h4 {
  margin-bottom: 25px;
  font-size: 1.2rem;;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #020000;
}
.emailus {
  color: #020000;
  text-decoration: none;
  font-size: 14px;font-family: 'qanelas_softregular';
}
.footer-social {
  display: flex;
  justify-content: space-around;
}

.foot-signup h3{
  font-family: 'qanelas_softregular';
  font-weight: 700;
  color: #000;
  font-size: 1.3rem;
}
.foot-signup input{
  border: 0;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
}

.text_do{
  font-family: 'qanelas_softbold';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.5px;
  color: #007A97;
  text-transform: uppercase;
  }
  
  .background{
      background: #F9EBDC;
      padding: 3rem;
      border-radius: 40px;
  }
  .background .content{  
  background: #E0FAFD;
  border-radius: 40px;
  padding: 2rem;
  }
  .background .content *{
      color: #007A97;
  }
  .background .content h2{
      font-family: 'qanelas_softbold';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  }
  .background .content input[type='text']::placeholder,
  .background .content input[type='text'],
  .background .content input[type='password']::placeholder,
  .background .content input[type='password']{
      color: #007A97;
      text-transform: capitalize;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  }
  
  .modal-close{
      position: absolute;
      right: 10px;
      color: #007A97;
      font-size: 1.5rem;
      top: 20px;
  }

  /* .signup{
    position: relative;
  }
  .signup[type='radio']:after {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      top: -1px;
      left: -1px;
      position: absolute;
      background-color: white;
      content: '';
      display: inline-block;
      visibility: visible;
      border: 2px solid white;
  }
  
  .signup[type='radio']:checked:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      position: absolute;
      background-color: #FFFFFF;
      content: '';
      display: inline-block;
      visibility: visible;
      border: 2px solid #007A97;
  }
  */
  .custom-checkbox{
    appearance: none;
  }
  .custom-checkbox[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    top: 3px;
    content: "";
    background: #FFF;
  }
  
  .custom-checkbox[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 4px;
    top: -8px;
    width: 3px;
    height: 9px;
    border-width: 1px;
    transform: rotate(45deg);
    border-style: solid;
    border-width: 2px;
    border-color: transparent white white transparent;
    content: "";
  }
  
  .custom-checkbox[type="checkbox"]:checked::before {
    background-color: #007A97;
  }

 
  .modal-dailog.custom{
    max-width: 100%!important;
  }

  .modal-content.custom{
    border-radius: 40px;
  }

  .percentage-data{
    color: #007A97;
    display: flex;
    align-items: center;
  }
  .percentage-data p{
    font-size: 1.2rem;
    margin: 0;
  }
  .percentage-data span{
    font-size: 2.6rem;
  }
  .fs-22{ font-size: 1.8rem;}

  @media (max-width:767px){
    /* .btn-creme {
      height: 50px;
  } */
  .circle-sec{
    padding: 80px 0 0px 0;
  }
  /* .client-block .card-body{
    padding: 25px 20px 0 20px
  } */
 .parainfo-box{
  position: relative;
    /* top: -100px; */
 }
 .test-area01-box{
  position: absolute;
  top: 0;
}
 .parainfo-box img{
  width: 50%;
 }
  .client-testimonial{
    height: auto;
  }
  /* .client-testimonial .client-block.cbmm{
    margin-bottom: 3rem !important
  } */
  }
  @media (max-width:769px){
    .background{
      padding: 2rem;
    }
    .background .content{
      padding: 1.5rem;
    }
    .text_do{
      font-size: 1.2rem;
    }
  }
body{
  overflow-y: scroll;
}
  body::-webkit-scrollbar{
    display: none;
  }

@media (min-width:768px){
  .product-info h2{
    margin-right: 25px;
  }
  .parainfo-box{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  } 
  .currency-img .c-status{
    bottom: 5px;
  }
  .py-md-17 {
    padding-top: 11rem!important;
    padding-bottom: 11rem!important;
}
}

.modal-content{
  border-radius: 40px;
}


/* new popup model for coming soon */


.coming-soon-popup {
  background: #E1F7FF;
  height: 100vh;
  padding: 50px 30px 0 20px;
  border-radius: 10px;
}

.popup-inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 10px solid rgba(44, 201, 230, 0.35); */
  /* filter: drop-shadow(0px 4px 90px rgba(0, 81, 100, 0.2)); */
  /* border-radius: 12px; */
  /* padding: 50px; */
  height: 100%;
}
.cs-logo img{
  height: 42px;
}
.cs-content h2{
  color: #007A97;
  font-family: 'qanelas_softbold';
  font-size: 3.2rem;
}
.cs-bottom{
  font-size: 1.2rem;
  font-family: 'qanelas_softbold';
  color: #007A97;
}
.cs-content button{
  background: #2CC9E6;
border-radius: 10px;
color: #fff;
font-family: 'qanelas_softbold';
border: 0;
padding:5px 30px ;
}

.coming-soon-popup .cs-content {
  align-items: center;
}
.coming-soon-popup .cs-bottom {
  align-items: flex-end;
}

.coming-soon-popup .cs-content,
.coming-soon-popup .cs-bottom {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media (max-width:591px){
  .responsive-icon {
    width: 50%;
}
  .cta-sec {
    padding: 20px 0 1px 0;
}
.cta-sec img{
  width: 140px;
    height: auto;
}
.cta-sec a {
  position: relative;
  top: -10px;
  font-size: 28px !important
}
  .fs-28{
    font-size: 20px;
  }
  .cs-content h2{
    font-size: 2rem;
  }
  .cs-logo img{
    height: auto;
    max-width: 100%;
  }
  
}

/* new 3/29/22*/
.bg-creme{
  background: #e8b078 !important;
}

/* new 4/6/33 */

.bg-btn-gray{
  background-color:  #C4C4C4;
  
}
.bg-btn-gray::after{
  border-color:  #b1aeae;
}
.signup_Input{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #979797;
  background-color: #ffff;
  border-radius: 30px;
}
.signup_Input input{
  flex-grow: 1;
  padding: 0;
  padding-left: 1rem;
}
.signup_Btn{
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #767676;
    border-radius: 20px;
    color: #005164;
    background: transparent;
}
#dropdownMenuButtonHome{
  transform: translate(-75%,31px);
  z-index: 10;
}
@media (max-width:991px) {
 
  .navbar-nav.ms-auto{
    border-top: 1px solid #2cc9e62e;
  }
}
.dropdown-item:active,
.dropdown-item:hover{
  background-color: #e8b078;
}

.popup-default .modal-content{
  border-radius: 0;
}
.profile-modal-dialog {
  width: 90% !important;
  max-width: 900px !important;
  margin: 1.5rem auto;
}

.popup-default .modal-header{
  text-align: center;
    width: 100%;
    color: #007A97;
    margin: 0;
    padding: 5px 0 !important;
    background: #E0FAFD;
}
.popup-default .modal-header h1{
  margin: 0 auto;
    width: 100%;
    background: #E0FAFD;
    font-family: 'qanelas_softbold';
}
.popup-default p{
color: #555555;

}
.text-blue{color:#007A97;}
@media (min-width: 750px){
  .popup-default .modal-dialog {
    max-width: 770px !important;
}
}

.navbar-toggler:focus{
  box-shadow: none !important;
}
.navbar-nav .nav-item{
  border-color: #2cc9e62e!important;
}
.overlay{
  position: relative;
  filter: blur(0.5px);
}
.overlay::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(179, 225, 233,0.2);
}


.customRadio{
  appearance: none;
  -webkit-appearance: none;
  background-color: #e5e5e5;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: relative;
}

.customRadio:checked{
  background-color: #007A97;
}

.customRadio:checked::before{
  content: '';
  position: absolute;
  bottom: 10px;
  background: #fff;
  left: 2px;
  width: 3px;
  bottom: 3px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: top;

}

.customRadio:checked::after{
  content: '';
  position: absolute;
  background: #fff;
  left: 2.5px;
  transform: rotate(-45deg);
  width: 6px;
  bottom: 4px;
  height: 1px;
  transform-origin: top;

}

.link{
  text-decoration: none !important;
}

.phone_img_Wrapper{
  position: relative;
}

.action_phone_btn,
.pay_phone_btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

@media (min-width:1400px) {
  .action_phone_btn{
    bottom: 50px;
  }
}

@media(min-width:992px) and (max-width:1400px){
  .image-wrapper{
    border-radius: 0 0 150px  150px;
  }
  .action_phone{
  width: 240px;
}
.action_phone_btn{
  bottom: 30px;
}

.pay_phone_btn{
  bottom: -5px;
}

.pay_phone{
  width: 180px;
}
.shop_phone{
  width: 210px;
}

}
@media(max-width:991px){
  .image-wrapper{
    border-radius: 0 0 150px  150px;
    padding: 50px 0;
  }
 
  .banner-content{
    text-align: center;
  }
  .action_phone{
  width: 250px;
}
.action_phone_btn{
  bottom: 30px;
}
.pay_phone{
  width: 200px;
}
.shop_phone{
  width: 230px;
}

}

    

@media(max-width:767px){
  .image-wrapper{
  background-attachment:fixed !important;
  }
  .action_phone{
    width: 150px;
  }
  .pay_phone{
    width: 140px;
  }
  .shop_phone{
    width: 170px;
  }
}

@media(max-width:571px){

  .action_phone{
    width: 120px;
  }
  .pay_phone{
    width: 115px;
    margin-top: 5px
  }
  .action_phone_btn,
  .pay_phone_btn{
    font-size: .475rem;
    white-space: nowrap;
  }

  .btn-actions{
margin-top: -10px;
  } 

  .pay_phone_btn{
    bottom: -10px;
  }
  .action_phone_btn{
    bottom: 0px;
  }
  .shop_phone{
    width: 130px;
    /* margin-top: -1px; */
  }
}



/* color code for recent transactions */

.withdraw,
.pay_someone{
  background-color: #EFCCA4;
}
.deposit,
.bg-light-blue,
.paid_by_someone{
  background-color: #E0FAFD;
}


/* color code for your actions  */
.post{
  background-color: rgba(44,201,230,0.5);
}

.bought{
  background-color: rgba(232,176,120,0.5);
}

.pay_someone,
.pay_request{
 background-color: #efcca4;
}

.paid_by_someone{
  background-color: rgba(104,230,44,0.5);
}
.pay_request_for_other{
  background-color: rgba(29, 207, 240,0.5);
}

/* beachpay css */
.payTabContainer .nav-tabs,
.payTabContainer .tab-content{
  width: 100%;
}

.payTabContainer .nav-tabs{
  max-width: 85%;
  margin: 0 auto;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.payTabContainer .nav-link{
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 5px 15px;
  font-size: 18px;
}
.payTabContainer .nav-link.active{
  color: #007A97;
}

.payTabContainer .nav-tabs{
  border: none;
}
.payTabContainer .tab-content{
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


.imageTopInfo{
  position: absolute;
  top: 0;  
  left: 50%; 
  transform: translateX(-50%);
  padding: 20px 0;
}

@media(max-width:575px){
  .imageTopInfo{
    padding: 10px 15px 15px 15px;
  }
 
 
}

@media(max-width:500px){
  .payTabContainer .nav-link{
    font-size: 14px;
  }
}

@media(max-width:350px){
  .payTabContainer .nav-link{
    font-size: 12px;
  }
}



/*.profile-modal-dialog { */
  #staticBackdrop {
    width: 90% !important;
    max-width: 900px !important;
    margin: 1.5rem auto;
  }
  
  #staticBackdrop .modal-content{
    border-radius: 0 !important;
  }

/* newww */
.action_Btn button:not(.collapsed){
    background-color: #E0FAFD;
}
.action_Btn button::after{
  background-image: url('/images/action_arrow.png') !important;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  background-size: contain;
}

.action_Btn button:not(.collapsed)::after{
  transform: rotate(-180deg) translateY(50%);
}

/* not found component styles */
.backToHomeBtn{
  border:1px solid #0790A7;
  color: #0790A7;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
}
.backToHomeBtn:hover{
  background-color: #0790A7;
  color: #fff;
}

.notFoundWrapper{
  height:100vh;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* terms page */
.termsWrapper p,
.terms-list li{
  font-family: 'qanelas_softregular';
}
.terms-list{
  margin: 10px 0;
}
.terms-list li{
  margin-bottom: 10px;
}

.newWalletAddWrapper{
  overflow:hidden;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width:80%;
  max-width:450px;
}

.newWalletAddWrapper.withHideShow{
  max-width: 410px;
  width: 69%;
  border-radius: 0;
}

.newWalletAdd{
  padding: 0.5rem;
  font-size: 1.2rem;
  width: 100%;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.newWalletCopyBtn{
  background-color: #ececec;
  box-shadow: none !important;
  border-top-right-radius: 5px;
  transition: background-color 0.2s ease-in;
  border-bottom-right-radius: 5px;
}

.newWalletCopyBtn.hideShow{
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.newWalletCopyBtn:hover{
  background-color: #e2e2e2;
}

.font-regular{
  font-weight: 500;
  font-family: 'qanelas_softregular';
}



/* embr widget styles */

#embr-widget{
  opacity: 0;
  position: fixed;
  z-index: 293484494;
  width: 90%;
  max-width: 350px;
  right: 16px; 
  bottom: 86px;
  pointer-events: none;
  transition: all 200ms ease-in;
}

#embr-widget.show{
  opacity: 1;
  pointer-events: all;
}


.pointer-event-none{
  pointer-events: none;
}

.embr-button{
  position: fixed;
  right: 16px; 
  z-index: 293484494;
  bottom: 16px;
  cursor: pointer;
  padding: 1rem;
  border-radius: 10px;
  width: 200px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: rgb(255, 255, 255); 
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.embr-button-icon-wrapper{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(139, 92, 246, 0.1);
    color: rgb(139, 92, 246);
    text-align: center;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

.embr-button-icon{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

.embr-button-text{
  color: rgb(15, 23, 42);
}



/* new home css */

.notification-bar{
  background-color: #00A7E1;
  text-align: center;
  color: #fff;
  font-family: 'qanelas_softregular';
  padding: 5px;
}

.hero-banner-wrapper{
  position: relative;
}

.hero-banner-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* z-index: 1; */
}


.hero-banner-wrapper::after,
.hero-banner-wrapper > img{
  border-radius: 0 0 150px 150px;
}

.hero-banner-content{
  position: absolute;
  top: 60%;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.hero-banner-content h1{
  font-size: calc(2vw + 1.2rem);
  line-height: normal;
  padding: 0 1.5rem;
}

.hero-banner-content-center{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}

.hero-banner-content-center p{
  font-size: calc(1vw + 1rem);
}

.topHeroBanner{
  background-image: url(../images/home-hero-banner.webp);
  background-position: center;
  background-attachment: fixed;
  border-radius: 0 0 150px 150px;
  padding-bottom: 800px;
  background-size: cover;

  background-repeat: no-repeat;
}

.hide-scrollbar::-webkit-scrollbar{
  display: none;
}
.overflow-x{
  overflow-x: scroll;
}

.home-card{
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
.home-card img{
  border-radius: 30px;
}
.home-card p{
  position: absolute;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'qanelas_softregular';
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 30px 30px;
}

.iconWithTextWrapper{
  font-size: 1rem;
}

.iconWithTextWrapper img {
    width: 10em;
    height: 10em;
}
.iconWithTextWrapper p{
    font-size: 1.6em;
}

.bg-bottom-blue{
  background-image: linear-gradient(to bottom, transparent 90% , #E0FAFD);
}
.bg-top-blue{
  background-image: linear-gradient(to bottom, #E0FAFD , transparent);
}
.bg-top-blue > img{
  border-radius: 150px 150px 0 0;
}

.enterWrapper{
  padding: 80px 0;
  background-color: #E0FAFD;
}

.banner-3-content{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.banner-4-content{
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}


.banner-3-content .iconWithTextWrapper{
  margin: 9em 0;
}

.banner-3-content .mobileBox{
  font-size: 1rem;
}

.banner-3-content .mobileBox h2{
  font-size: 3em;
  line-height: normal;
}
.banner-3-content .mobileBox h5{
  font-size: 1.2em;
}
.toko-block{
  font-size: 1rem;
}
.toko-block h5{
  font-size: 1em;
}
.beachPay-top,
.beachPay-middle{
  position: relative;
}

.block-content-top{
  position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    flex-direction: column;
    left: 50%;
    justify-content: space-between;
    transform: translateX(-50%);
    z-index: 2;
}
.beachPay-top::after,
.beachPay-middle::after{
  content: '';
  position: absolute;
  width: 100%;
  background-size: contain !important;
  left: 0;
}

.beachPay-top::after{
  bottom: 0;
  background: url(../images/top-desktop-bottom-curve.webp) no-repeat;
  height: 182px;
  background-position: bottom;
    
}
.beachPay-middle::after{
  top: 0;
  background: url(../images/middle-desktop-top-curve.webp) no-repeat;
  height: 182px;
}
.friction-txt{
  font-size: 3rem;
}
.friction-txt h2{
  font-size: 1.2em;
    line-height: normal;
    color: #000;
}
.friction-txt h4{
  font-size: 0.8em;
  font-weight: 600;
line-height: normal;
color: #007A97;
}
.beachPay-middle{
  background: url(../images/middle-desktop.webp) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.tocup h2{
  color: #000;
}
.tocup img{
  width: 100px;
}
.partner-block{
  font-size: 1.2rem;
}
.partner-block h4{
  font-size: 1em;
}
.partner-block h4 a{
color: #000;
font-size: 1em;
}

.partner-block img{
  max-width: 100%;
  width: 10em;
  aspect-ratio: 1 / 1;
}


.section-head{
  margin-bottom: 60px;
  
}
.section-head h2{
color: #007A97;
font-size: 42px;
}

.form-section h4{
  font-weight: 500;
font-size: 35px;
line-height: normal;

color: #007A97;
}

.form-section h2{
  font-weight: 700;
font-size: 50px;
line-height: 54px;
/* or 108% */


color: #007A97;
}

.form-section input[type="text"],
.form-section textarea{
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
border-radius: 10px;
font-size: 18px;
padding: 1.2rem;
}

.btn-primary{
  background-color: #2CC9E6;
  border-color:#2CC9E6;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
border-radius: 10px;
height: 57px;
font-weight: 600;
font-size: 0.6em;
line-height: 0.6em;
text-align: center;
}

.visionText{
  font-size: 1.25rem;
}

.bule-line{
  background-color: #E0FAFD;
  height: 5px;
}

.form-section.contact-form{
  font-size: 3rem;
}

.contact-form h4{
  font-size: 0.8em;
}
.contact-form h2{
  font-size: 1.1em;
}
.form-section input[type="text"],
.form-section textarea {
  font-size: 0.6em;
}

.form-section input[type="text"]{
  min-height: 0;
}

.beachPay-top::before,
.beachPay-middle::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
}

.zIndex-2{
  z-index: 2;
}

@media (max-width:1199px){
  .blueBoxesWrapper{
    animation: swipe 10000ms linear infinite;
  }
}

@media (max-width:1023px){
  .beachPay-middle{
    padding: 100px 0;
  }
  .friction-txt{
    font-size: 2rem;
  }
}



@media (max-width:991px) {
  .topHeroBanner,
  .hero-banner-wrapper::after{
    border-radius: 0;
  }
  .hero-banner-wrapper > img{
    border-radius: 0 ;
  }
  .topHeroBanner{
    background-image: url(../images/home-hero-xs-banner.webp);
  }
  .bg-top-blue > img{
    border-radius: 100px 100px 0 0;
  }
  .iconWithTextWrapper{
    font-size: 0.9rem;
  }
  .clientsWrapper{
    bottom: -50px;
    flex-direction: column-reverse;
  }
  .enterWrapper{
    padding: 120px 0;
  }
  .banner-3-content .iconWithTextWrapper{
    margin: -6em 0 0 0;
  }
  .banner-3-content .mobileBox{
    font-size: 0.9rem;
  }
  .banner-3-content .mobileBox img{
    width: 40%;
  }
  .iconWithTextWrapper p{
    font-size: 1.5em;
  }
  .partner-block{
    font-size: 0.9rem;
  }
  .form-section.contact-form{
    font-size: 2.3rem;
  }
  .form-section input[type="text"],
.form-section textarea{
  padding: 0.8rem;
}
.friction-txt{
  font-size: 1.5rem;
}
}

@media (max-width:767px){
  .topHeroBanner{
    background-size: contain;
    padding-bottom: 400px;
  }
  .toko-block h5 {
    font-size: 2em;
}
  .toko-block{
    font-size: 0.8rem;
  }
  .toko-block img{
    width: 8em;
  }
  .mobile-small{
    width: 34%;
  }
  .block-content-top{
    justify-content: inherit;
    top: -68px;
    text-align: center;
  }
  .visionText{
    font-size: 1rem;
  }
  .iconWithTextWrapper p{
    line-height: 2rem;
  }
  .partner-block{
    font-size: 0.7rem;
  }
  .boostText{
    font-size: 0.6rem;
  }
  .form-section.contact-form{
    font-size: 1.5rem;
  }
  .btn-primary{
    height: 2rem;
    border-radius: 5px;
  }
  .partner-block img{
    width: 9.5em;
  }
  .friction-txt{
    font-size: 1rem;
  }
  .card.process-sec .card-body{
    padding: 0.5em;
  }
  .process-sec{
    font-size: 0.8rem;
  }
}
@media (min-width:640px) and (max-width:767px){
  .banner-3-content .mobileBox img{
    width: 18em;
  }
}
@media (min-width:500px) and (max-width:639px){
  .banner-3-content .mobileBox img{
    width: 10em;
  }
}

@media (max-width:667px){
 
  .friction-txt h2{    
    /* font-size: 18px; */
    margin-top: 15px;
  }
  .mobile-small-icon{
    width: 80px;
    height: auto;
  }
  .block-content-top{
    top: -35px;
  }
  .friction-txt h4{
    margin: 0;
    padding: 0;
    line-height: normal;
    /* font-size: 1.4em; */
  }
  .tocup h2 {
    color: #000;
    font-size: 22px;  
    line-height: normal;
}
.form-section.contact-form{
  font-size: 1.2rem;
}
}


@media (max-width:500px) {
  /* .hero-banner-wrapper::after, */
  /* .hero-banner-wrapper > img{
    border-radius: 0 0 60px 60px;
  } */
  .bg-top-blue > img{
    border-radius: 60px 60px 0 0;
  }
  .hero-banner-content{
    top: 50%;
  }
  .home-card,
  .home-card img{
    border-radius: 20px;
  }
  .home-card p{
    border-radius: 0px 0px 20px 20px;
  }
  .hero-banner-content-center p{
    font-size: 1rem;
  }
  .iconWithTextWrapper img {
    width: 6em;
    height: 6em;
}
  .iconWithTextWrapper{
    font-size: 0.6rem;
  }
  .enterWrapper{
    padding: 120px 0 80px;
  }
  .banner-3-content .mobileBox{
    font-size: 0.6rem;
  }
  .banner-3-content .mobileBox img{
    width: 14em;
  }
  .toko-block{
    font-size: 0.625rem;
  }
  .process-sec{
    font-size: 0.7rem;
  }

}
@media (max-width:400px) {
 
  .home-card p{
    font-size: 0.9rem;
  }
  .iconWithTextWrapper{
    font-size: 0.5rem;
  }
  .banner-3-content .mobileBox img{
    width: 10em;
  }
  .toko-block{
    font-size: 0.5rem;
  }
  .visionText{
    font-size: 0.8rem;
  }
  .partner-block{
    font-size: 0.6rem;
  }
  .boostText{
    font-size: 0.5rem;
  }
  .form-section.contact-form{
    font-size: 1.1rem;
  }
  .friction-txt{
    font-size: 0.8rem;
  }
  .process-sec{
    font-size: 0.6rem;
  }
}
@media (max-width:374px) {
  .hero-banner-content{
    top: 45%;
  }
  .hero-banner-content h1{
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  .home-card p{
    font-size: 0.625rem;
  }
  .iconWithTextWrapper{
    font-size: 0.49rem;
  }
  .client-block{
    font-size: 0.4rem;
  }
  .banner-3-content .mobileBox{
    font-size: 0.5rem;
  }
  .toko-block{
    font-size: 0.45rem;
  }
  .visionText{
    font-size: 0.7rem;
  }
  .iconWithTextWrapper p{
    font-size: 1.2em;
    line-height: 1.4rem;
  }
  .partner-block{
    font-size: 0.5rem;
  }
  .boostText{
    font-size: 0.45rem;
  }
  .form-section.contact-form{
    font-size: 0.9rem;
  }
  .form-section input[type="text"],
.form-section textarea{
  padding: 0.5rem;
}
.mobile-small{
  width: 26%;
}
.process-sec{
  font-size: 0.5rem;
}
.hero-banner-content-center p {
  font-size: 0.8rem;
}
}
@media (max-width:300px){
  .process-sec{
    font-size: 0.4rem;
  }
  .iconWithTextWrapper{
    font-size: 0.4rem;
  }
  
}

@media (min-width:1024px){

  .block-content-top{
    top: 130px;
  }
  /* .desktop-pos{
    padding-top: 270px;
  } */
  .beachPay-middle{
    padding: 300px 0 100px 0;
  }
  .form-section input[type="text"]{
    min-height: 60px;
  }

}

.autoScroll {
  animation: swipe 10000ms linear infinite;
}

@keyframes swipe {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

.slick-track{
  display:flex!important;
  align-items:center;
  justify-content:center;
  overflow:visible!important;
}
.slick-list{
  padding:0!important;
  overflow:visible!important;
}


.initial-child-container{
  align-items: center;
}
.partners-marquee .child{
  margin: 0 2rem;
  width: 13rem;
}
.partners-marquee .child img{
  width: 100%;
}
.box-col{
  width: calc(100vw / 5.5);
  margin: 0 1rem;
}
.box-col:first-child{
  margin-left: 0;
}
@media(max-width:1024px){
  .box-col{
    width: calc(100vw / 3.8);
    margin: 0 1rem;
  }
  .partners-marquee .child{
    width: 10rem;
  }
}
@media(max-width:991px){

  .partners-marquee .child{
    margin: 0 1rem;
    width: 8rem;
  }
}
@media(max-width:591px){

  .partners-marquee .child{
    width: 6rem;
  }
}

.noUnderline{
  text-decoration: none !important;
}

.post-card .post-image img{
  border-radius: 0.25rem;
}
.post-card .post-image img{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  object-fit: cover;
  aspect-ratio: 1;
  transition: all .3s ease;
}

.post-card:hover .post-image img{
    transform: translateY(-0.4rem);
    box-shadow: 0 0.25rem 1.25rem rgba(52,63,82,.1);
}
.post-card .card-meta i,.post-card .card-meta span{
  font-size: 14px;
}
.card.post-card .card-body p {
  line-height: normal;
}
.card.post-card .card-body > p {
  line-height: normal;
  font-size: 1.5rem;
}
.card.post-card .card-body .post-title {
  color: #007697;
  text-decoration: none;
  font-family: 'qanelas_softbold';
}
.title-link{
  text-decoration: underline;
}

.line-clamp
{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
	line-height        : 1.2;
	overflow           : hidden;
	text-overflow      : ellipsis;
	padding            : 0 !important;
}

.line-clamp-5
{
	-webkit-line-clamp : 5;
	height : calc(1em * 1.3 * 5);
}

.blog-body p{
  font-size: 1.2rem !important;
}

.blog-body p img{
  width: 100%;
}

.blog-body a{
  color: #007697;
  text-decoration: none;
  font-family: 'qanelas_softbold';
}
.blog-image img{
  width: 100%;
  object-fit: cover;
}



.g-recaptcha {transform: scale(0.85); transform-origin: left top;}
