/* =====================
   Global CSS
===================== */

body{
    margin:0;
    padding:0;
    font-family:'Raleway',sans-serif;
}


h1,
h2,
h3{
    font-family:'Playfair Display',serif;
}




/* ==========================
   Global
========================== */

body{
    margin:0;
    font-family:'Raleway',sans-serif;
}


h1,
h2{
    font-family:'Playfair Display',serif;
}


/* ==========================
   Hero Parent
========================== */

.neo-hero{

    min-height:100vh;

    background:url("../images/hero-bg.png") center center/cover no-repeat;

    position:relative;

    color:#fff;

}


/* Dark overlay */

.neo-hero:before{

    content:"";

    position:absolute;

    inset:0;

    /* background:rgba(20,35,30,.55); */

}


.neo-hero .container{

    position:relative;

    z-index:2;

}



/* ==========================
   Top Bar
========================== */


.neo-topbar{

    background:#20362e;

    padding:14px 0;

    font-size:14px;

    position:relative;

    z-index:3;

}


.neo-topbar span{

    color:#55E407;

    font-weight:700;

}

/* ==========================
   Trust Box
========================== */

.neo-trust-box {
    margin-top: 35px;
    /* display: inline-block; */
    padding: 5px 25px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(5px);
    width: 51%;
}



.neo-stars{

    color:#fff;

    font-size:22px;

    letter-spacing:4px;

    margin-bottom:8px;

}



.neo-trust-box p {
    margin: 0;
    font-size: 14px;
    color: #ffffffb8;
}

.neo-trust-box strong {
    font-weight: 700;
    color: #dfffdf;
}

/* ==========================
   Content
========================== */


.neo-content{

    min-height:90vh;

}


.neo-logo{

    width:220px;

    margin-bottom:45px;

}



.neo-content h2{

    font-size:48px;

    line-height:1.2;

    font-weight:500;

}



.neo-content h1{

    font-size:70px;

    line-height:1.1;

    font-style:italic;

    color:#55E407;

    font-weight:700;

}



.neo-content p {
    max-width: 70%;
    font-size: 17px;
    line-height: 30px;
}






/* Button */

.neo-logo {
    width: 220px;
    margin-bottom: 45px;
}
.neo-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #2B3C38;
    border: 1px solid #2B3C38;
}

a.neo-btn img {
    width: 50px;
    padding-right: 20px;
}
.neo-trust-box p {
    max-width: 100%;
}

.neo-btn:hover {
    background: #c7e3b866;
    color: #ffffff;
    border-color: #55e40729;
}



/* Responsive */


@media(max-width:991px){

.neo-content{

    text-align:center;

}


.neo-content p{

    margin:auto;

}


.neo-content h1{

    font-size:45px;

}


.neo-content h2{

    font-size:32px;

}

}

/* ==========================
   Top Scrolling Bar
========================== */


.neo-topbar{

    background:#20362e;

    color:#fff;

    overflow:hidden;

    padding:14px 0;

    position:relative;

    z-index:5;

}


.neo-marquee{

    display:flex;

    width:max-content;

    animation:neoScroll 18s linear infinite;

}


.neo-marquee-content{

    display:flex;

    align-items:center;

    gap:20px;

    padding-right:45px;

    white-space:nowrap;

    font-size:15px;

    font-weight:500;

}


.neo-marquee-content span{

    color:#55E407;

    font-weight:700;

}



/* Smooth Infinite Scroll */

@keyframes neoScroll{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}



/* Pause on hover */

.neo-topbar:hover .neo-marquee{

    animation-play-state:paused;

}





html{
    scroll-behavior: smooth;
}

.back-to-top{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: #4E8A45;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
    z-index: 999;
}

.back-to-top.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover{
    background: #3d6f36;
    transform: translateY(-3px);
}

@media (max-width:768px){
    .back-to-top{
        width: 48px;
        height: 48px;
        right: 20px;
        bottom: 20px;
        font-size: 18px;
    }
}

.footer-section {
    background: #EFECD6;
    padding: 80px 0px 30px 0px !important;
    /* padding-bottom: 25px !important; */
}

.footer-logo {
    max-width: 180px;
}

.footer-section hr {
    border-color: #bcbcbc;
    opacity: 0.6;
}

.footer-section small {
    color: #555;
    font-size: 13px;
}

.footer-link {
    text-decoration: none;
    color: #555;
    font-size: 13px;
    transition: 0.3s;
}

.footer-link:hover {
    color: #2f6f3e;
}

.social-icon {
    color: #2d3d3a;
    font-size: 20px;
    margin-left: 12px;
    transition: 0.3s;
}

.social-icon:hover {
    color: #4E8A45;
}

.early-access-section{

    position:relative;
    background-size:cover;
    background-position:center;
    overflow:hidden;

}

.early-access-section .overlay{

    position:absolute;
    inset:0;
    /* background:rgba(26,45,35,.72); */

}

.early-access-section .container{

    z-index:2;

}

.early-access-section .ea-title {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
    font-style: italic;
}

.early-access-section .ea-title span{

    display:block;
    font-weight:400;
    font-style:normal;

}

.early-access-section .ea-desc{

    color:#e5e5e5;
    margin:35px 0;

}

.early-access-section .ea-list{

    padding:0;
    list-style:none;

}

.early-access-section .ea-list li{

    color:#fff;
    margin-bottom:18px;
    font-size:18px;

}

.early-access-section .ea-list i{

    color:#59c93f;
    margin-right:10px;

}

.early-access-section .ea-form-card {
    background: #F4FFF4;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
}

.early-access-section h3 {
    margin-bottom: 25px;
    font-weight: 600;
}

.early-access-section label{

    font-size:12px;
    color:#777;
    text-transform:uppercase;

}

.early-access-section .form-control,
.early-access-section .form-select{

    height:46px;

}

.early-access-section .ea-btn{

    background:#2b3a34;
    color:#fff;
    height:48px;
    border-radius:6px;

}

.early-access-section .ea-btn:hover{

    background:#1f2a25;
    color:#fff;

}

@media(max-width:991px){

.early-access-section .ea-title{

font-size:35px;

}

}

#thankModal .modal-content{
    animation: popupFade 0.4s ease;
}

@keyframes popupFade{
    from{
        transform:scale(.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}


.video-border {
    margin-bottom: 100px;
    border: 2px solid #2B3C38;
    border-radius: 20px;
    padding: 10px;
    margin-top: 40px;
}
.icons-how {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    align-content: center;
}
.icons-how img {
    width: 35px;
}

.how-t {
    color: #010101;
    font-weight: 500;
    text-align: left;
    font-size: 17px;
}
.video-test {
 
    background-color: #EFECD6;
}
section.py-5.video-test h2 {
    /* font-size: 50px; */
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
  
}
.our-title {
    color: #44B000;
   
    font-weight: 600;
    /* line-height: 1.2; */
    font-style: italic;
}
.video-wrapper{
  
    margin:auto;
    cursor:pointer;
}

.video-wrapper img{
    display:block;
    border-radius:20px;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    font-size:32px;
    color:#28a745;
    transition:.3s;
}

.play-btn:hover{
    transform:translate(-50%,-50%) scale(1.1);
}

.people-section{
    background:#EFECD6;
}

.section-title {
    font-size: 50px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 35px;
}

.section-title span{
    color:#44B000;
    font-style:italic;
    font-weight:700;
}

.people-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:420px;
    cursor:pointer;
}

.people-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.people-card:hover img{
    transform:scale(1.08);
}

.tag{
    position:absolute;
    top:14px;
    left:14px;
    background:#44B000;
    color:#fff;
    font-size:12px;
    padding:7px 16px;
    border-radius:30px;
    font-weight:600;
    z-index:2;
}

.overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgb(0 0 0 / 43%), #000000c9);
}

.overlay h5 {
    color: #faf9f9e3;
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
    font-weight: 500;
    font-family: Raleway;
}
.swiper{
    padding-bottom:45px;
}

.swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#bbb;
    opacity:1;
}

.swiper-pagination-bullet-active{
    background:#44B000;
    width:28px;
    border-radius:20px;
}

@media(max-width:992px){

.section-title{
    font-size:34px;
}

.people-card{
    height:360px;
}

.overlay h5{
    font-size:12px;
}

}

@media(max-width:576px){

.section-title {
    font-size: 45px;
}
.people-card{
    height:auto;
}

}


.inside-scoop {
  
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 69%, #f7f4e826 50%, #EFECD6 100%);
    padding: 40px 20px;
    text-align: center;



}

.inside-scoop .container {
    max-width: 1200px;
    margin: auto;
}

.inside-scoop h2 {
    font-size: 50px;
    font-weight: 700;
    color: #222;
    margin-bottom: 50px;
}

.inside-scoop img {
    width: 100%;
   
    display: block;
    margin: 0 auto;
}

section.people-section.why-neo {
    background-color: #ffffff1a !important;
    padding: 30px 0px;
}



.nutrition-reel {
    /* padding: 196px 0; */
    margin: 0px 0px 0px;
}

.nutrition-box {
    border: 1px solid #636862;
    border-radius: 20px;
    padding: 40px;
    /* background: #f9fcf8; */
}
.instagram-media{
    max-width:260px !important;
    margin:auto !important;
}

.insta-wrapper{
    max-width:260px;
    margin:auto;
}
.nutrition-title {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 30px;
}

.nutrition-title span {
    color: #55b51f;
    font-weight: 700;
    font-size: 50px;
}

.nutrition-title em {
    font-style: italic;
    font-size: 58px;
}
.nutrition-box p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    max-width: 50%;
}

@media (max-width:991px){

    .nutrition-box{
        padding:35px 25px;
    }

    .nutrition-title{
        font-size:34px;
        text-align:center;
    }

    .nutrition-box p{
        text-align:center;
    }
}

.modern-life {
    padding: 80px 0;
    background-color: #ffffff70;
}

.modern-life-box{
    position:relative;
    padding:40px;
    border-radius:20px;
    overflow:hidden;
}

.modern-content h2{
    font-size:48px;
    color:#2d3d38;
    margin-bottom:20px;
    font-weight:400;
}

.modern-content h2 span{
    color:#5BB61A;
    font-style:italic;
    font-weight:700;
}

.modern-content p {
    color: #666;
    line-height: 1.8;
    font-size: 17px;
    max-width: 65%;
}
.right-image {
    max-width: 100%;
    width: 60%;
}

@media (max-width:991px){

    .modern-content{
        text-align:center;
        margin-bottom:40px;
    }

    .modern-content h2{
        font-size:34px;
    }

    .right-image{
        width:320px;
    }

}

@media (max-width:786px){
    
    .whatsapp-float {
 
    bottom: 85px;
 
}

.inside-scoop h2 {
    font-size: 34px;

}

.swiper.peopleSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 40px;
}
    
    
.neo-topbar {
    background: #20362e;
    color: #fff;
    overflow: hidden;
    padding: 14px 0;
    position: relative;
    z-index: 5;
   
}
/*.neo-hero {*/
/*    min-height: 70vh;*/

/*}*/


.neo-marquee-content {

    gap: 10px;
 
}
.neo-logo {
    margin-bottom: 26px;
    margin-top: 40px;
}

.section-title {
    font-size: 35px;
    line-height: 1.5;
            text-align: center;
}

.neo-content p {
    max-width: 100%;
    font-size: 14px;
    line-height: 30px;
            margin-top: 20px;
}
.neo-content h1 {
  
    margin-top: 20px;
}
.neo-trust-box {
    margin-top: 24px;
    /* display: inline-block; */
    padding: 5px 20px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(5px);
    width: 100%;
    margin-bottom: 30px;
}
.neo-stars {
 
    text-align: left;
}
.modern-life-box {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.modern-content p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    max-width: 100%;
}
.modern-life {
    padding: 0px 0 !important;
}
.nutrition-reel {
    /* padding: 196px 0; */
    margin: 0px 0px 0px;
}
.instagram-media {
    max-width: 100% !important;
    margin: auto 0px !important;
    padding: 0px !important;
    width: 100%;
}
.nutrition-title span {
    color: #55b51f;
    font-weight: 700;
    font-size: 45px;
}
.nutrition-title em {
    font-style: italic;
    font-size: 45px;
}
.nutrition-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 100%;
}
.insta-wrapper {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}
section.py-5.video-test h2 {
    /* font-size: 50px; */
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
        text-align: center;
}


.how-t {
    color: #010101;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
}
.icons-how {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    align-content: center;
    flex-direction: column;
}
.video-border  .col-md-3 {
    display: grid;
    justify-items: center;
}
.video-border {
    margin-bottom: 30px;
    border: 2px solid #2B3C38;
    border-radius: 20px;
    padding: 10px;
    margin-top: 40px;
}
img.footer-logo {
    display: block;
    margin: 0 auto;
}
.footer-section {
    background: #EFECD6;
    padding: 25px 0px 30px 0px !important;
    /* padding-bottom: 25px !important; */
}
iframe#instagram-embed-0 {
    min-width: 0px !important;
}
.nutrition-box {
    padding: 35px 10px;
}




}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 120px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.whatsapp-float.show {
    opacity: 1;
    visibility: visible;
}

.whatsapp-float:hover {
    color: #fff;
    background: #20ba5a;
}
