html {
    scroll-behavior: smooth;
}

body {
     font-family: 'Satoshi';
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
}



ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;  
}

p {
    font-family: 'Satoshi';
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 30px;
    color: #333333;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #1f1f1f;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display';
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-bold.woff') format('woff');
    font-weight: normal;
    font-style: bold;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
        url('../fonts/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/* HEADER STYLES*/
/* =========================
   DROPDOWN STYLE
========================= */


.navbar-nav .nav-link{
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition: 0.5s cubic-bezier(.77,0,.175,1);
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #7a9e8b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.navbar-nav .nav-link:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-nav .nav-link:hover {
color: #7a9e8b;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 0;
}

.dropdown-menu-item {
    position: relative;
}

.dropdown-toggle-custom {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-arrow {
    transition: 0.3s ease;
}

.dropdown-menu-item.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* Desktop Dropdown */

.custom-dropdown {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 230px;
    background: #fff;  
    margin: 0;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s ease;
    z-index: 999;
}

.custom-dropdown li a {
    display: block;
    padding: 12px 20px;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
     transition: 0.5s ease-in-out;
}

.custom-dropdown li a:hover {
    background: #7a9e8b;
    padding-left: 28px;
    color: #fff;
    transition: 0.5s ease-in-out;
}

/* Hover Animation Desktop */

.dropdown-menu-item:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-item:hover .dropdown-arrow {
    transform: rotate(180deg);
}

/* =========================
   MOBILE DROPDOWN
========================= */
@media(max-width:991px){

    .custom-dropdown{
        display:none;
    }

    .dropdown-menu-item.active .custom-dropdown{
        display:block;
    }

}

.main-menulist {
    padding: 15px 40px 15px 40px;
}


.navpage-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #fff;
   
}


/* STICKY STYLES */
.navpage-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(238 230 230 / 23%);
    padding: 0px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
    z-index: 9999;
    color: #000;
    padding: 0 0px;
    border: 1px solid #cccc;
    margin: 10px;
    border-radius: 10px;
   
}

.navpage-header.is-sticky .navbar-nav {
    border: 1px solid transparent;   
}


.navpage-header.is-sticky .logo-box img {
    max-width: 70%;
}

.navpage-header.is-sticky .main-menulist {
    padding: 0px 30px 0px 30px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

i.fa.fa-bars {
    color: #000;
}

.navbar-toggler {
    background-color: #000;
}

.navbar {
    align-items: center;
    padding: 0;
}


.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}


.btn-secondary {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

.navbar .nav-link {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    position: relative;
    text-transform: uppercase;
    padding: 0;
}

.nav-item {
    padding: 0px 15px 0px 15px;
    display: flex;
    align-items: center;
    color: #333333;
    border-radius: 100px;
    background: transparent;
    transition: 0.6s ease-in-out;
}


.nav-icons ul {
    display: flex;
    gap: 15px;
    justify-content: end;
    align-items: center;
}

.navbar-nav {
    border: 1px solid #cccc;
    padding: 20px 10px;
    border-radius: 10px;
}

.topbar {
    background: #7a9e8b;
    padding: 15px 0px;
}

.topbartext ul {
    display: flex;
    justify-content: center;
    gap: 120px;
}

.topbartext ul li{
    color: #fff;
    list-style: disc;
    font-size: 17px;
    font-weight: 500;
}




/* ------------home-page-css------------- */
.banner-img {
    margin-bottom: 30px;
}

.home-banner-section {
    padding: 60px 0px 100px 0px;
}

.home-banner-title {
    font-size: 100px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 25px;
    text-transform: uppercase;   
    
}

.home-banner-content p {
    font-size: 30px;
    color: #333333;
    font-weight: 300;
    line-height: 48px;
}

.home-banner-content p strong{
    font-weight: 500;   
}

.home-banner-content {
    text-align: center;
}

.home-banner-btn{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 45px;
}


.banner-subtitle{
 font-size: 44px;
 font-weight: 500;
 color: #333333;
 margin: 25px 0px 20px 0px;
  
}

.cmn-btn {
  color: #fff;
  background: #7a9e8b;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 18px 40px;
  display: inline-block;
  transform: skew(-12deg);
  border: 0;
  outline: 0;
  position: relative;
  transition: 0.7s ease-in-out;
}


.cmn-btn:hover {
color: #7a9e8b;
background-color: transparent;
}

.cmn-btn:hover span {
    transform: scale(1.1);
    transition: 0.7s ease-in-out;
}


.cmn-btn > span {
  display: inline-block;
  transform: skew(12deg);
 transition: 0.7s ease-in-out;
}


.cmn-btn::before, .cmn-btn::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #7a9e8b !important;
}


.cmn-btn:hover::before, .cmn-btn:hover::after{
  width: 100%;
}


.cmn-btn::before, .cmn-btn::after{
 transition: 0.7s ease-in-out;
}

.cmn-btn::before{
  right: 0;
  top: 0;
}
.cmn-btn::after{
  left: 0;
  bottom: 0;
}

.cmn-btn:hover::before, .cmn-btn:hover::after{
 transition: 0.7s ease-in-out;
}










.home-title {
    color: #333333;
    font-size: 88px;
    font-weight: 500;   
    text-align: center;
}


.top-main-container{
    padding: 100px 0px;
}





/* -----scrolling image-css-------- */


.container-inview.hide {
    display: none;
}

.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-r{
    border-radius: 10px;
    overflow: hidden;
}

.img-r img{
    border-radius: 10px;
    overflow: hidden;
}


/* ----------end------------ */



.swiper-slide img{
    border-radius: 10px;
}

.uniformed-right-text ul li{
    color: #333333;
    font-size: 19px;
    padding-bottom: 15px;
    list-style: disc;
}

.uniformed-right-text ul{
padding-left: 25px;

}

.uniformed-left-text {
    padding-right: 80px;
}


.uniformed-text {
    padding-top: 100px;
}


.home-sec3{
    background-color: #e7e5df;
}

.discover-text p{
    padding: 10px 0px;
}


.home-sec4{

    background-color: #7a9e8b;
}


.exposure-img{
    overflow: hidden;
}

.exposure-text p{
    color: #fff;
}

.exposure-text ul li{
   color: #fff;
    font-size: 19px;
    padding-bottom: 15px;
    list-style: disc;
}

.exposure-text ul{
padding-left: 25px;
column-count: 3;

}

.exposure-text-box {
    background: #ffffff24;
    padding: 20px 30px;
    height: 100%;
    border-radius: 10px;
}

.exposure-text {
    padding-top: 35px;
    padding-right: 30px;
}

.sarah-img{
    overflow: hidden;
}

.sarah-button{
    display: flex;
    gap: 20px;
}

.home-sec5{
    background-color: #e7e5df;
}

.author-title{
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    font-family: 'Satoshi';
}

.founder-title{
  font-size: 24px;
    font-weight: 400;
    color: #333333;
font-family: 'Satoshi';
margin-bottom: 25px;
}

.sarah-righttext {
    padding-left: 30px;
}

.sarah-button{
    margin-top: 30px;
}

.home-sec6{
background-image: url(../images/truth-bg.webp);
padding: 200px 0px;
}

.truth-text p{
    color: #fff;
    font-size: 22px;
}

.home-sec7{
    padding: 100px 70px;
    background-color: #f0efea;
    overflow: hidden;
}

.foundation-card{
    margin-bottom: 40px;
}


.foundation-text .card-title{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Satoshi';
}

.foundation-text {
    padding: 20px 0px 0px 0px;
}

.foundation-wrapper {
    padding: 0px 30px;
}

.home-sec7 .home-title {
    position: sticky;
    top: 90px;
}


.no-better-text ul li{
    color: #333333;
    font-size: 19px;
    padding-bottom: 10px;
    list-style: disc;
}

.no-better-text  ul{
padding-left: 25px;

}


.home-sec-8 {
    max-width: 1200px;
    margin: auto;
}

.home-sec-9{
    padding: 0px 70px;
    background-color: #7a9e8b;
}

.product-card {
    text-align: center;
    background-color: #a2bbae;
    border-radius: 10px;
    padding-bottom: 40px;
    border: 1px solid transparent;
    transition: 0.7s ease-in-out;
}

.product-card:hover {
    background: #7a9e8b;
    border: 1px solid #fff;
    transition: 0.7s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.product-card:hover img{
    transform: translate(0px,8px);
    transition: 0.7s ease-in-out;
}
.product-img img{
        transition: 0.7s ease-in-out;
}

.product-text p {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0px;
    margin: 0;
}

.product-text .cmn-btn{
    border: 1px solid #333333;
}

.product-card .cmn-btn:hover{
   color: #333333;
   border: 1px solid transparent;
}

 .product-card .product-text a.cmn-btn::before, a.cmn-btn::after {
    background: #333333 !important;
}

.product-text .product-title {
    font-size: 23px;
    font-weight: 500;
}

.tools-text p {
    color: #fff;
    position: relative;
}

.tools-text .dot-class {   
    position: relative;
}

.tools-text .dot-class::after {
    content: '.';
    font-size: 53px; 
    line-height: 20px;
    position: absolute;
    top: -10px;
    right: 18px;
}

.tools-text .dot-class::before {
    content: '.';
    font-size: 53px;
    line-height: 20px;
    position: absolute;
    top: -10px;
    left: 18px;
}


.dot-class {
    padding: 0px 50px;
}

.tools-text {
    padding-bottom: 50px;
}


.join-btn{
    margin-top: 30px;
}


.home-sec10{
    background-color: #f0efea;
}
  



/* ----------------------footer-section------------------------- */
.footer {
    background-color: #7a9e8b;
    position: relative;  
}

.footer-content.social-links p {
    color: #fff;
}

.footer-content.social-links {
    padding-right: 20%;
}


.footer-logo {
    margin-bottom: 30px;
}

.footer-inner {
    position: relative;
    z-index: 1;
    padding: 100px 70px 40px 70px;
}

.input-news {
    position: relative;
}

.newsletter {
    position: relative;
    margin-bottom: 20px;
}

.newsletter img {
    position: absolute;
    right: 15px;
    top: 18px;
}

.newsletter p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.input-news input::placeholder {
    color: #fff;
    font-size: 18px;
}

.input-news input {
    background: transparent;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
}

.footer-content .footitl {
    font-size: 30px;
    font-weight: 500;
    color: #fff; 
    position: relative;
    margin-bottom: 20px;
}

.footer-content ul li {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 300;
}

.footer-content a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-right: 5px;
}

.social-links ul li i {
    color: #fff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: transparent;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    border: 1px solid #fff;
}


.copy-right {
    border: 1px solid #88a897;
}
.copy-right-inner i {
    color: #ee1b24;
}

.copy-right-inner {
    display: flex;
    justify-content: space-between;
    padding: 35px 70px;
}

.copy-right p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.copy-right a {
    color: #fff;
    font-size: 16px;
}

@media (max-width:1600px){
.home-banner-title { font-size: 85px;}
.banner-subtitle { font-size: 40px;     margin: 20px 0px 15px 0px;}
.navbar .nav-link { font-size: 12px;}
.nav-item {padding: 0px 8px 0px 8px;}
.home-banner-content p { font-size: 26px;  line-height: 44px;}
.home-title { font-size: 80px;}
.top-main-container { padding: 75px 0px;}
.cmn-btn {  font-size: 16px;    padding: 15px 40px;}
.product-text .product-title {  font-size: 19px;  }
.product-text p { font-size: 18px;    padding: 18px 0px; }
.topbartext ul li { font-size: 16px;   }
.banner-img { margin-bottom: 20px;}




}


html,body{overflow-x: hidden;}

@media (max-width:1440px){
.home-banner-section { padding: 40px 0px 80px 0px;}
.home-title { font-size: 72px; }




}



@media (max-width:1366px){
.topbartext ul li { font-size: 14px; }
.navbar .nav-link {  font-size: 11px;}
.logo-box img { width: 230px;}
.home-banner-title { font-size: 70px; }
.banner-subtitle { font-size: 35px; margin: 15px 0px 15px 0px;}
.home-banner-content p { font-size: 22px; line-height: 35px;}
.home-banner-btn { margin-top: 30px;}
.home-title { font-size: 60px; }
.uniformed-text {padding-top: 60px;}
p { font-size: 17px;     line-height: 28px;}
.top-main-container { padding: 60px 0px;}
.uniformed-right-text ul li { font-size: 19px; padding-bottom: 10px;}
.exposure-text ul li {  font-size: 16px;    padding-bottom: 10px;}
.founder-title { font-size: 20px;  margin-bottom: 15px;}
.author-title { font-size: 25px;}
.cmn-btn { font-size: 15px; padding: 12px 35px; }
.home-sec6 {  padding: 180px 0px;    height: 90vh;}
.foundation-text .card-title {  font-size: 20px; }
.no-better-text ul li {   font-size: 17px;   }
.product-text .product-title { font-size: 17px;  }
.product-text p { font-size: 16px;  padding: 15px 0px;    }
.footer-content .footitl {    font-size: 25px;     margin-bottom: 15px;}
.footer-content a { font-size: 16px;}
.footer-content ul li { font-size: 16px;   padding-bottom: 8px;}
.social-links ul li i {  font-size: 25px;    width: 55px;    height: 55px;    line-height: 55px;}
.footer-inner { padding: 70px 50px 30px 50px;}
.input-news input { padding: 15px 20px;}
.newsletter img { width: 20px;}
.copy-right-inner { padding: 22px 50px;}
.copy-right p {  font-size: 15px; }
.copy-right p a {  font-size: 15px; }




}