:root {
    --primary: #30ACBF;
    --secondary: #E1981A;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body, html { overflow-x:hidden; }

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700;
}

h5,
h6,
.fw-medium {
    font-weight: 600;
}


/*** Button ***/
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
        font-size: 17px;
    font-weight: 300;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--secondary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    /*background-color: #fff;*/
    text-align: end;
}

@media (max-width: 991.98px) {
    .navbar {
            background: #FFFFFF;
            transition: all ease-in-out 0.3s;
    }
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
        position: fixed;
        z-index: 2;
        background: #fff !importanr;
        width: 100%;
        transition: all ease-in-out 0.3s;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
            text-transform: uppercase;
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
    
    
    #navbarCollapse {
    display: block;
    position: fixed;
    background: rgb(255 255 255 / 97%);
    z-index: 20;
    min-width: 50%;
    height: 100vh;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 100px 0 0;
    transition: all ease-in-out 0.3s;
    }
    
    #navbarCollapse.show {
        height: 100vh;
        top: 0;
        left: 0%;
    transition: all ease-in-out 0.3s;
    }
    
    .navbar-nav {
            height: 100vh;
    }
    
    .about_klip::before {
            bottom: 34rem;
    }
    
    .header_joinus_btn {
            padding: 10px 0;
    }
}


@media (min-width: 991.98px) {
    nav:not(.sticky-top) .navbar-brand svg path {
        fill: #fff;
    }
    
    nav:not(.sticky-top) .navbar-nav .nav-link:hover,
    nav:not(.sticky-top) .navbar-nav .nav-link.active {
        color: #fff;
    }
}
@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        /*border-bottom: 1px solid rgba(256, 256, 256, .1);*/
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
        background: rgb(255 255 255 / 95%);
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
           height: 1px;
    bottom: 30px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .3);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    opacity: 0.5;

}

/*** Vision ***/

/* .vision {

min-height: 250px;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: -1;
} 

#vision {
background: rgb(9 30 62 / 35%) url(../img/par1.jpeg);
    background-blend-mode: multiply;
}  */

#mission {
background: rgb(9 30 62 / 35%) url(../img/par2.jpeg);
    background-blend-mode: multiply;
}

.vision {
    min-height: 250px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center !important;
  }
  
  #vision {
    /*background: rgb(9 30 62 / 35%) url(../img/par1.jpeg);*/
    background: #091e3e url(../img/par1.jpeg);
    background-blend-mode: multiply;
  }

  .mission {
    min-height: 250px;
    background-attachment: fixed;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  
  #mission {
    /*background: rgb(9 30 62 / 35%) url(../img/par2.jpeg);*/
    background: #091e3e url(../img/parellx_img.png);
    background-blend-mode: multiply;
  }
  
  /* make the background image parallax on desktop screens */
  @media only screen and (min-width: 992px) {
    #vision {
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    #mission {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
  }


/*** Download App ***/

.news-app-promo {
    box-sizing: border-box;
    /* background: #000000; */
    padding: 0.5em;
    margin-top: 1em;
  }
  
  .news-app-promo__section {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  
  .news-app-promo-text {
    color: #ffffff;
    min-width: 277px;
    border-right: 0.25em solid #000;
    border-left: 0.25em solid #000;
    padding: 0 1em;
    width: 85%;
    margin: 1em auto;
    display: block;
  }
  
  .news-app-promo-text__tagline {
    font-size: 1.09em;
  }
  
  .news-app-promo-text__download {
    font-size: 2.25em;
    font-weight: 600;
  }
  
  .news-app-promo-buttons {
    margin: 0 auto;
    max-width: 35%;
    display: block;
  }
  
  .news-app-promo-buttons__buttons {
    display: block;
  }
  
  .news-app-promo-buttons__logo {
    display: inline-block;
  }
  
  .news-app-promo-subsection {
    /*display: inline-block;*/
    /*margin: 0 auto;*/
    /*margin-right: 10px;*/
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  
  .news-app-promo-subsection a {
      display: block;
  }
  
  .news-app-promo__bbc-logo {
    display: inline-block;
    width: 106px;
    margin-bottom: 8px;
  }
  
  .news-app-promo__play-store,
  .news-app-promo__app-store {
    /*width: 161px;*/
    /*height: auto;*/
    /*margin-bottom: 8px;*/
  }
  
  .news-app-promo-subsection--link {
    text-decoration: none;
    border: 0;
  }

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


.bg1{
    /* background-image: url("img/6.jpg"); */
    background-image: url('/img/6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2{
    background-image: url("/img/bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.icons{
    border-radius: 50%;
}

#more {
    display: none;
}

#myBtn {
    display: inline-block;
    padding: 5px 10px;
    background-color: transparent !important;
    color: #000;
    text-decoration: none;
    border-radius: 0px !important;
}


#myBtn {
    color: #30ACBF !important;
    border: 1px solid #30ACBF !important;
    display: inline-block;
    padding: 5px 10px;
    background-color: transparent !important;
    text-decoration: none;
    border-radius: 0px !important;
}



#myBtn:hover {
    color: #fff !important;
        /*background-color: #30ACBF !important;*/
}


input, textarea{
    width: 100% !important;
}

.inp {
    border:none;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    outline: none;
 }

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
 }
 
 
 #terms_privacy a {
     color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 1;
 }
 
 #terms_privacy a:not(:last-child) {
     padding-right: 10px;
 }
 
 #terms_privacy a:not(:last-child)::after {
      content: "";
    position: absolute;
    border-right: 1px solid #fff;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    right: 0;
 }
 
 #terms_privacy a:hover {
     color: #E1981A;
 }
 
 
 .flag_country h3 {
     font-weight: 300 !important;
 }
 
 .flag_country h3 {
    /*font-size: 25px;*/
    font-size: 20px;
     
 }
 
 
 
 
 
 
 
 
 
 
 
 /*edit-by-pooja*/
 a, a:hover {
         transition: all ease-in-out 0.3s;
 }
 
 button:focus:not(:focus-visible) {
    outline: 0;
    color: transparent !important;
    border: none !important;
}
 
 .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-join-head {
        font-weight: 300;
}

 
.carousel-item > div > img {
        width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: right;
    
}

#dots {
  display: none !important;
}

.image_app_ph {
        text-align: center;
}


.image_app_ph img {
        /*width: 220px;*/
            width: 300px;
}

.image_quote_ph {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.li_address_part,
#mission .text-center,
#vision .text-left {
    margin: 0 !important;
    padding: 0 !important;
}

#mission h5,
#vision h5 {
        font-size: 45px;
        /*font-weight:300!important;*/
}

#mission h1,
#vision h1 {
    color: #fff;
    margin: 0;
    /*font-size: 30px;*/
    font-size: 24px;
        font-family: "Rubik", sans-serif;
        font-weight: 300 !important;
}

.vision_section {}

.flag_country {gap: 5px;}

.flag_country img {
    height: 30px;
    border: 1px solid #efefef;
}
.flag_country svg {
        width: 30px;
    height: 30px;
}

.vision_section .btn-outline-dark {
    color: #fff;
    border-color: #fff;
}

.vision_section .btn-outline-dark:hover {
    color: #091E3E !important;
    background-color: #fff;
}

.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: none;
}

.modal-footer,
.modal-header {
    border: 0;
}

.modal-header {
        text-transform: uppercase;
            background: #fafafa;
                border-radius: 0;
}

.modal_join textarea,
.modal_join input {
        border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    height: 50px;
        padding-left: 0;

}

.modal_join textarea {
        height: 80px;
}

#myform {
        display: grid;
    grid-template-columns: repeat(1, 11fr);
    gap: 0 15px;
}

.linkto_a {
        color: #6B6A75;
}

.linkto_a:hover {
  color: #e1981a;

}

.modal-content {
        border-radius: 0;
}

.header_joinus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}

.btn_common {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn_common::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #30ACBF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
} 
.btn_common:hover {
    color: white;
        border-color: #30ACBF;
}

.btn_common:hover::before {
    webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


#submit-form,
.sticky-top.navbar-dark .btn-join-head {
    border-color: #30ACBF;
    color: #30ACBF;

}

#submit-form:hover,
.sticky-top.navbar-dark .btn-join-head:hover {
    color: #fff;
}


.btn_common__white:hover {
    color: #30ACBF;
    border-color: #fff;
}
.btn_common__white::before {
    background: #fff;
}


.logo_klip svg {
        width: 200px;
            height: auto;
}

.about_klip {
  position: relative;
    z-index: 0;
    overflow: hidden;
}
.about_klip::before {
       content: "";
    position: absolute;
    border: 0;
    inset: 0;
    width: 35rem;
    background: #00e600;
    border-radius: 0 0px 255px 0;
    top: -40px;
    bottom: 10rem;
    left: 0;
    z-index: -3;
}

.navbar-brand,
.brand_nav--wrapper {
            display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
    
    .navbar-brand {
            justify-content: flex-start;
    }
    .navbar-dark.sticky-top .navbar-nav .nav-link::before {
    bottom: 15px;
}

.quote_message {
        position: absolute;
    left: -50px;
    top: -30px;
    opacity: 0.8;
}

.quote_message svg {
    width: 85px;
    height: 85px;
    opacity: 0.4;
}

.quote_message svg path {
    fill: #fff;
}

#success-message {
    font-size: 14px;
    padding: 3px 5px;
}


#header-carousel .carousel-caption > div {
    /*top: 5rem;*/
    /*position: relative;*/
}


.copyright_text a,
.copyright_text {
    font-size: 14px;
}

.copyright_text a:hover {
        color: #E1981A !important;
}


#terms_privacy a,
#footer p,
.btn_common__white,
#myBtn,
.carousel-caption .p-3,
.carousel-caption a,
.carousel-caption h2,
.carousel-caption h1,
/*#about h5,*/
#about h1,
#klip h2,
#contact h5:last-child
{
    font-weight: 300 !important;
}


#header-carousel .vh-100 {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.mobile_hero_banner {
        display: none;
        /*background-position: left !important;*/
}


/* INNERPAGE */
.nav_header_relative.navbar-dark:not(.sticky-top) {
position: inherit;
padding: 0;
}

.nav_header_relative.navbar-dark .navbar-brand h1,
.nav_header_relative.sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
}



.nav_header_relative.navbar-dark .navbar-nav .nav-link, 
.nav_header_relative.navbar-dark .navbar-nav .nav-link
 {
    color: #6B6A75;
}


.rules__follow a:hover,
.nav_header_relative.navbar-dark .navbar-nav .nav-link:hover, 
.nav_header_relative.navbar-dark .navbar-nav .nav-link.active {
    color: var(--secondary);
}
.nav_header_relative.navbar-dark:not(.sticky-top) .btn_common:not(:hover) {
    color: #30ACBF;
    border: 1px solid;
}


.bg_props {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.relative_props_content.carousel-caption {
    position: relative;
    padding: 2rem 0;
    background-color: transparent;
}

.relative_props_content h1 {
    font-size: 40px;
    margin: 0 0 10px !important;
}

.bg_blend {
    background-blend-mode: multiply;
}

.rules__follow h2 {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;

}

.rules__follow a {
    color: #1facde;
}


.inner_banner_hero_terms .hero_slider_image_single {
    background-position: 0px -145px !important;
}


@media (max-width: 1199px) {
 
}
@media (max-width: 991.98px) {
    
    .desktop_hero_banner,
    .mobile_image_personalized_quote {
        display: none;
    }
    
    .mobile_hero_banner {
    display: block;
}
    .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
      position: inherit;
    background: #fff;
        
    }
  .hamburger:hover {
    /*opacity: 0.7;*/
    }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: var(--primary); }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative; 

}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: var(--primary);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -10px; }
    
    
    
    .hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .about_klip::before {
    bottom: 35rem;
}

.navbar.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.hero_slider_image_single {
       height: 550px !important;
    overflow: hidden;
}

.inner_page .hero_slider_image_single {
    height: auto !important;
}

.nav_header_relative.navbar-dark:not(.sticky-top) {
    padding: 8px 0;
}

.relative_props_content h1 {
    font-size: 33px;
}

#header-carousel .vh-100 {
        object-position: center;
    /*height: 400px !important;*/
    object-fit: cover;
    overflow: hidden;
    object-position: right;
}

.header_joinus_btn {
    justify-content: flex-start;
}

.btn-join-head {
    color: #30ACBF;
    border: 1px solid #30ACBF;
    text-transform: uppercase;
}

#contact .container,
#footer p,
#footer .navbar-brand,
#mission .container, #vision .container,
#about {
        padding: 0 !important;
}

.li_address_part, #mission .text-center, #vision .text-left {
    margin: 0 0 30px!important;
}

#footer .row {
    gap: 1rem 0;
}

#footer {
        padding-block: 1rem;
}
#social_icons,
#footer .navbar-brand {
        justify-content: center;
}


#social_icons,
#footer h1 {
        margin: 0 !important;
}
#footer div {
    height: auto !important;
}

#mission h1, #vision h1 {
    font-size: 20px;
    line-height: 1.2;
}

.quote_message {
    left: -15px;
    top: -40px;
}

#terms_privacy {
        margin-top: 0 !important;
}


#mission,
#vision {
    padding-block: 6rem !important;
    min-height: initial;
    height: 100%;
}

#mission h5, #vision h5 {
    font-size: 37px;
    margin-bottom: 17px;
}

#mission h1, #vision h1 {
    font-size: 16px;
    line-height: 1.3;
}

.flag_country h3 {
    font-size: 22px;
}

#header-carousel .carousel-caption > div {
    top: 0;
}


}

@media (max-width: 767px) {
    .about_klip::before {
    bottom: 40rem;
}
}

@media (max-width: 575px) {
    .about_klip::before {
    bottom: 40rem;
    width: 18rem;
}
}

@media (min-width: 992px) {
    /*.brand_nav--wrapper {*/
    /*        display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*width: 100%;*/
    /*}*/
}

@media only screen and (max-width: 499px) {
  .modal {
    margin-top: 5%!important;
  }
}
@media only screen and (min-width: 500px) {
  .modal {
    margin-top: 5%!important;
  }
}

/* .navbar.fixed-top {
    transition: background-color 0.5s ease-in-out;
  }

  .navbar.fixed-top.bg-transparent {
    background-color: transparent !important;
  }

  .navbar.fixed-top.bg-light {
    background-color: #ffffff !important;
  } */

  @media screen and (min-width: 768px) {
    .navbar-dark .navbar-toggler {
        background-color: none;
        /* z-index: -999; */
    }
  }