/*--------------------------------------------------------------
#css import
--------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
@import url("https://unpkg.com/swiper@8/swiper-bundle.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/glightbox/3.2.0/css/glightbox.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://unpkg.com/aos@next/dist/aos.css");
@import "fontawesome.min.css";
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css');
/*--------------------------------------------------------------
#generall
--------------------------------------------------------------*/
@font-face {
    font-family: 'baloo';
    src: url("../fonts/baloo.woff2") format("woff2"), url("../fonts/baloo.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
}

:root{
    --primary-color: #0aabfa;
    --secondary-color: #f29000;
    --text-color: #fff;
    --bgColor: rgb(10, 171, 250, .1);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(10, 54, 92, .8); 
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(10, 54, 92, .6); 
}

html, body {
    font-family: "baloo" !important;
    font-size: 17px;
    font-weight: 500;
    color: var(--text-color);
    background-color: var(--bgColor);
    background-image: url("../../media/images/ctpbg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}


/*--------------------------------------------------------------
# Custom style
--------------------------------------------------------------*/
.bgColor1{
  background-color: rgb(10, 171, 250, .3);
}
.bgColor2{
  background-color: rgb(10, 171, 250, .2);
}
.bgColor3{
  background-color: rgb(10, 171, 250, .1);
}
.bg-gradient{
  background: linear-gradient(0deg, rgba(10, 171, 250, .8), rgba(10, 171, 250, .2)) !important;
}

.bg-gradient-2{
  background: linear-gradient(0deg, rgba(10, 171, 250, 8), rgba(10, 171, 250, .6)) !important;
}

.bg-gradient-3{
  background: linear-gradient(0deg, rgba(10, 171, 250, .3), rgba(10, 171, 250, .3)) !important;
}

.neo {
    border-radius: 10px !important;
    justify-content: center !important;
    transition: all ease-in-out 0.3s !important;
}

.neo-bulge {
    box-shadow:
        12px 12px 16px 0 rgba(0, 0, 0, .1) inset,
        -8px -8px 12px 0 rgba(0, 0, 0, .1) inset !important;
}

.neo-down {
    box-shadow:
        inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
        inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5) !important;
}

.neo-up {
    box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.2),
        -8px -8px 18px 0 rgba(255, 255, 255, 0.55) !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: var(--primary-color);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    color: #fff;
    opacity: .8;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# playn btn
--------------------------------------------------------------*/
.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#f29000 50%, rgba(242, 144, 0, .2) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    overflow: hidden;
}

.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(242, 144, 0, .2);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
    border-left: 15px solid #001219;
    transform: scale(20);
}

.play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--primary-color);
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .play-btn {
        width: 60px;
        height: 60px;
        background: radial-gradient(#f29000 50%, rgba(242, 144, 0, .2) 52%);
        border-radius: 50%;
        display: block;
        position: relative;
        overflow: hidden;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.sections-bg {
  background-color: #f6f6f6;
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: var(--secondary-color);
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  background-color: var(--primary-color);
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  /* box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1); */
}

.header .logo img {
  max-height: 55px;
  margin-right: 6px;
}

/* .sticked-header-offset {
  margin-top: 70px;
} */

section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
    text-transform: uppercase;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #eee;
    transition: .3s all ease-in-out;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #006a5d;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: var(--primary-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: var(--primary-color);
    border: 1px solid #006459;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background:  var(--primary-color);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# CTP Style
--------------------------------------------------------------*/

/* ================ General ================= */
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 50% 0;
    }
}
.max-p-0{
  padding: 0 !important;
}

#animate-bg {
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;
}

.app-btn{
  border: 2px solid #fff;
  font-weight: bold;
  background: var(--secondary-color);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info-box{
  background: rgba(0, 107, 166, .4);
  border-radius: 10px;
  overflow: hidden;
  height: 110px;
}
.info-box .box-header{
  background: rgb(10, 170, 250)
}
.info-box .box-header h1{
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--text-color);
}
.info-box .box-header p{
  font-size: 16px;
  color: var(--text-color);
  margin: 0;
}


/* ================ Banner ================= */
.banner-con{
  position: relative;
}

.banner-con .banner-left{
  background: var(--primary-color);
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.banner-con .banner-left .banner-left-cover{
  height: 100vh;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-con .banner-left h1{
  font-weight: bold;
  font-size: 38px
}

.banner-con 
.banner-left 
.banner-bottom-nav{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.banner-con 
.banner-left 
.banner-bottom-nav 
.link{
  border-radius: 0%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* ================ Page header ================= */
.page-header{
  height: 180px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
}
.page-header h2{
  font-weight: bold;
  font-size: 25px;
  font-weight: bold;color: #fff;
}


/* ================ req section =================== */
.req-con{
  height: 100vh;
}
#req-section{
  background: rgba(255, 255, 255, .5);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#req-section img{
  width: 100%;
  height: 450px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

/* ================ join section =================== */
.join-con{
  height: 100vh;
}
.join-section{
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background: rgba(255, 255, 255, .5)
}
.join-steps-card{
  height: 70px;
  border: 1px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
  padding: 10px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 2px 2px 1px 1px var(--primary-color);
}

.join-steps-card h1{
  height: 35px;
  width: 35px;
  background: var(--secondary-color);
  border-radius: 50px;
  padding: 15px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: italic;
}

.join-steps-card h2{
  font-size: 16px;
  padding-left: 10px;
  margin: 0;
  color: var(--primary-color);
  font-weight: bold;
}

/* ============= benefit-section ================ */
.benefit-con{
  height: 100vh;
} 
.benefit-section{
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background: rgba(255, 255, 255, .5)
}
.benefit-section .about-text{
  color: var(--text-color);
}
.benefit-section .coz-hd{
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

@media(max-width: 768px){
  .banner-con .banner-left{
    background-image: url("../../media/images/ctpbg.jpg")
  }

  .banner-con .banner-left h1{
    font-size: 28px;
  }

  /* ================ req section =================== */
  .req-con{
    height: 100%;
  }
  #req-section{
    padding-top: 25px;
  }
  #req-section img{
    height: 250px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    object-fit: cover;
  }
  .benefit-con{
    height: 100%;
    padding-bottom: 50px;
  } 
 
  .info-box .box-header h1{
    font-size: 14px;
  }
  .info-box p{
    font-size: 14px;
  }

  .join-con{
    height: 100%;
  }
}
