*,*::before,*::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family:"uncutSans" ,sans-serif;
    src: url('../../assets/fonts/Uncut-Sans-Font-Family/Variable/Uncut-Sans-VF.ttf');
}

:root{
    --orange :#F99408;
    --darkBlue:#122D39;
    --lightGreen:#B2DE43;
    --darkGreen:#52661F;
    --lighterGreen:#E4FAAC;
    --uncut: 'uncutSans', sans-serif;
    --signup:#B6BEC2;
    --signin:#122D39;
}
body{
    /* font-family: var(--uncut) ; */
    font-family:"uncutSans" ,sans-serif;
    width:100%;
    overflow-x:hidden;

}
a{
    text-decoration: none;
}
li{
    list-style: none;
}


/* Navbar laptop */
/* nav.nav-main {
    background-color:white;
    padding-inline:4rem;
    padding-block:1rem;
    width:100%;
    height:90px;
    box-shadow:10px 10px 7px #C4C4C41A;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:sticky;
    top:0;
    z-index:999;
}

.nav-links{
    display:flex;
    align-items:center;
    gap:30px;
}
.nav-links a{
    color:var( --darkBlue);
    font-weight:500;
    line-height:20px;

}
.nav-links a:hover{
    opacity:0.5
}

.auth-signs a{
    padding:0.7rem 1.5rem;
border-radius:4px;
}
.auth-signs a:hover{
    opacity:0.7;
}
.auth-signs .sign-up {
    background-color:var(--signup);
    margin-right:30px;
    color:var(--signin);
}
.auth-signs .sign-in {
    background-color:var(--signin);
    color:white;
}

Nav mobile
nav.nav-mobile {
    background-color:white;
    padding-inline:4rem;
    padding-block:1rem;
    width:100%;
    height:90px;
    box-shadow:10px 10px 7px #C4C4C41A;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:sticky;
    top:0;
    z-index:999;
    display:none;
} */

/* Hero section */

main.main{
    width:100% !important;

}

section.hero-section{
    width:100%;
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-block: 1rem 0;
    padding-inline:4rem 2rem;
    overflow-x: hidden;
}

section.hero-section .hero-left{
    width: 50%;
    height: 85%;
    display: flex;
    flex-direction: column;
}

section.hero-section .hero-left .signUp a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--lightGreen);
    border-radius: 5px;
    padding: 12px;
    padding-inline: 1.5rem 2rem;
    color: var(--darkGreen);
    font-size: 14px;
    font-weight: 600;

}
section.hero-section .hero-left  h1{
    padding-block: 1rem;
    line-height: -0.5;
    font-size: 64px;
    color: var(--darkBlue);
    letter-spacing: -2px;
}

section.hero-section .hero-left  h1 .unlock{
    color: var(--orange);
}
section.hero-section .hero-left  h1 span{
font-style: italic;
}
section.hero-section .hero-left  p{
    font-size: 18px;
    color: var(--darkBlue);
    width: 85%;
    line-height: 1.3;
}
.make-money {
    margin-block: 1.5rem;
        transition: 7ms ease-in-out ;
}
.make-money a{
    background-color: var(--darkBlue);
    color: white;
    padding: 10px;
    padding-inline: 30px;
    border-radius: 5px;

}
.make-money:hover{
    transform: scale(1.03);
}
.make-money:hover a{
    transform: scale(1.03);
    opacity: 0.9;
}
section.hero-section .hero-right{
    width: 60%;
    height: 90%;
  
}
section.hero-section .hero-right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.10);
}

/* section 2 */
section.best{
    padding-inline: 4rem;
    padding-block: 1rem 3rem;
    gap: 3rem;
    display: flex;
    align-items: center;
    overflow-x:hidden;
    background-color: #F9FEED;
}
section.best h1{
    font-size: 40px;
    color: var(--darkBlue);
}
.best-estate{
    color: var(--orange);
}
section.best p{
    font-size: 18px;
    line-height: 1.4;
    padding-top: 1rem;
}
section .best-right {
/* height: 50vh; */
width: 50%;
}
section .best-right img{
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}
section .best-left {

    width: 50%;
}

/* discover */
section.discover {
    padding-inline: 4rem;
    padding-block: 3rem;
    height:100%;
overflow-x:hidden;
    background-color: #FEF4E6;

}
section.discover .advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.discover .advantage h1{
    font-size: 38px;
    line-height: 52px;
    color: var(--darkBlue);
    text-align: center;
}
section.discover .advantage h1 .highlight {
    background-image: url(../img/guest/highlight.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    display:flex; 
    /* background-color: #102934; */
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 450px;
    
}
section.discover .advantage p{
    font-size: 18px;
    padding-block: 1rem 3rem;
     width: 68%;
     text-align: center;
}
.discover-one {
    display: flex;
    justify-content: space-between;
    height: 50vh;
    margin-bottom: 3rem;
}
.discover-text{
    background-color: white;
    width: 50%;
    border-radius: 30px 0 0 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    /* align-items:center; */
    padding:4rem
}
.discover-text h3{
    font-size:32px;
    color:var(--darkBlue);
    text-align:left;
    width:100%;
}
.discover-text p{
    color:#60727A;
    /* text-align:justify; */
    width:80%;
padding-top:0.5rem;
    font-size:19px;
    Line-height:28px;
}
.discover-bg{
    width: 50%;
    height: 100%;

    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    padding-inline:2rem;
    padding-block:2rem;
    border-radius: 0 30px 30px 0;
}
.bg-one{
    background-image: url(../img/guest/discover1.png);
    background-size: cover;
}
.bg-two{
    background-image: url(../img/guest/discover2.png);
    background-size: cover;
}
.bg-three{
    background-image: url(../img/guest/discover3.png);
    background-size: cover;
}
.reversed{

    display: flex;
    justify-content: space-between;
    height: 50vh;
    margin-bottom: 2rem;
flex-direction:row-reverse;
}
.reversed .discover-text{
    border-radius: 0px 30px 30px 0px;
}
.reversed .discover-bg{
    border-radius: 30px 0px 0px 30px;
    justify-content: end;
    align-items:start;
}

.discover-bg h1{
    font-size: 56px;
    color: white;
    font-weight: 700;
    line-height: 70px;
}
.discover-bg p{
    color:white;
    font-size: 16px;
}
.start-making-money{
    display:flex;
    justify-content:center;

}
/* Features */
.hidden{
    display:none !important;
}
.active-btn{
    background-color:#415761 !important;
    color:white !important;

}
.active-feature {
    display: flex !important;
    animation: slide-in 0.5s ease-out forwards;
}
/* Sliding animation */
@keyframes slide-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
section.features{
    padding-inline:4rem;
    padding-block:3rem;
height:100%;
background-color: var(--darkBlue);
}

.features-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-all{
    background-color: #F9FEED;
    padding: 3rem;
    margin: 2rem;
    border-radius: 30px;
}
.features-header h3{

    background-color: var(--darkGreen);
    color: var(--lighterGreen);
    padding: 11px;
    padding-inline: 17px;
    border-radius: 7px;
    font-size: 11px;
}
.tab{
    width:50%;
  background-color:#B6BEC2;
  display:flex;
  justify-content:space-between;
  padding:5px;
  border-radius:6px;

}
.tab button{
    border:none;
    outline:none;
    padding:7px;
    padding-inline:20px;
    font-size:15px;
    background-color:transparent;
    border-radius:6px;
    color:var(--darkBlue);

}
.feature-content{
    width:100%;
    display:flex;
    padding-block:4rem 0rem;
    gap:1rem;
}
.feature-text{
    width:50%;
    height:60vh;
    display:flex;
    padding-top:1rem;
    flex-direction:column;
    justify-content:space-between;


}
.feature-text h1{
    font-size:42px;
    line-height:48px;
    font-weight:600;
}
.feature-text p{
    font-size:18px;
    line-height:28px;
    font-weight:400;

}
.feature-img{
    width:60%;
    height:60vh;
  /* margin: 1.5rem; */
 
}
.feature-img img{
    width:100%;
    height:100%;
    /* transform:scale(1.12); */
    /* margin-top:1rem; */
    object-fit:contain;
    border-radius: 30px;

    --webkit:drop-shdow:5px 5px 12px gray;
    box-shadow:5px 5px 12px rgba(128, 128, 128, 0.546);
}

/* learn grow */
section.learn-grow-earn{
    padding-block:3rem;
    padding-inline:4rem;
    background:#FBF3DC;
    overflow-x:hidden;
}
section.learn-grow-earn h1{
    font-size:70px;
    line-height:70px;
    font-weight:700;
    text-align:center;
    color:#929EA4;
}
section.learn-grow-earn p{
    font-size:18px;
    color:#122D39;
    padding-block:1rem 2rem;
    padding-inline:15rem;
    line-height:26px;
    text-align: center;
}
section.learn-grow-earn .span-grow{
    color:#60727A;
}
section.learn-grow-earn .span-earn{
    color:#102934;
}
section.learn-grow-earn img{
width: 100%;
height:70vh;
object-fit:contain;
}
section.learn-grow-earn .learn-grow-mobile{
    display:none;
}
.lear{
    margin-top:-1rem;
}

.get-started-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
   padding-block:3rem 1rem;
   padding-inline:4rem;
    background-color: white;
    gap:4rem;
    overflow-x:hidden;
  }

  .steps-content {
    width: 40%;
  }

  .steps-header {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
  }

  .step {
    display:flex;
    margin-bottom: 20px;

  }
  .step img{

    width:40px;
    height:40px;
  }
  .steps-one{

    width:100%;
  }
.steps-one h1{
    font-size:18px;
    font-weight:600;
}
  .step-number {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .step p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }
  .top-note{
    color:#122D39;
    background:#C4F44A;
    border-radius:4px;
    padding:2px;
    padding-inline:10px;
    font-size:10px;
    display:inline-block;
  }
  .noteds{
    width:100%;
    /* height:100%; */
    background-color:#EDFCC9 ;
    padding:7px 12px 7px 12px ;
    font-size:12px !important;
    margin-block:0.5rem;
    border-radius:4px;
  }
  .other-note{
    font-size:12px;
  }

  .steps-image {
    width: 60%;
    height:70vh;
  }

  .steps-image img {
    width: 100%;
    border-radius: 8px;
    height:100%;
  }


/* faq */
.faq {
    width: 100%;
    /* max-width: 900px; */
    /* margin: 0 auto; */
    padding: 3rem 6rem 3rem 6rem;
    background-color:#122D39;
    display:flex;
    flex-direction:column;
    justify-content:center;
    overflow-x:hidden;

}

.faq h2 {

    text-align: center;
    font-size: 1rem;
    padding:10px;
    padding-inline:15px;
    color:#FEF4E6;
    background-color:#C4F44A4D;
    margin-bottom: 0.5rem;
    margin:auto;
    display:inline-flex;
    justify-content:center;
    margin-bottom:30px;
    border-radius:3px;

}

.faq h3 {
    text-align: center;
    font-size: 1.25rem;
    color: var(--lighterGreen);
    margin-bottom: 2rem;
}

.faq-item {
    /* border-bottom: 1px solid #ddd; */
    padding: 1rem;
    background-color:#102934;
    margin-bottom:1.5rem;
    border-radius:6px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--lighterGreen);
}

.faq-question i {
    font-size: 1.5rem;
    transition: transform 0.3s;

    color: var(--lighterGreen);
}

.faq-answer {
    display: none;
    padding-top: 1rem;
    font-size: 1rem;
    color: whitesmoke;
}

.faq-answer p {
    margin: 0;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}


.start-img img{
    width:100%;
    height:100%;
    object-fit:cover;
} 



/* media query */

@media screen and (max-width: 768px){
    nav.nav-mobile .nav-logo img{
        width:90px;
    }
    nav.nav-main {
        display:none
    }
    nav.nav-mobile{
    display:flex;
    padding-inline:2rem;
    height:70px
    }
    nav.nav-mobile .nav-links{
        background-color:white;
        width:100%;
        display:flex;
        flex-direction:column;
        position:fixed;
        top:70px;
        left:100%;
        height:100vh;
        padding-block:3rem 0;
        transition:400ms ease-in;

    }
    nav.nav-mobile .nav-links.open{
        left:0;
    }
    nav.nav-mobile .auth-signs{
        display:flex;
        gap:1rem;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        /* padding-top:1rem; */
    }
    nav.nav-mobile .auth-signs a{
        width:120px;
        text-align:center;
        text-wrap:no-wrap;
    }
    .auth-signs .sign-up {
        margin-right:0;
    }

    /*  */

    section.hero-section{
        height: auto;
        overflow: hidden;
        display: flex;
        flex-direction:column;
        padding-block: 3rem 0;
        padding-inline:1.5rem 2rem;
        gap:3rem;

    }

    section.hero-section .hero-left{
        width: 100%;

    }
    /* section.hero-section .hero-left .signUp {
        padding: 30px;
    } */
    section.hero-section .hero-left .signUp a{

        padding-inline: 1.5rem;


    }
    section.hero-section .hero-left  h1{
        padding-block: 1rem;
        line-height: -0.5;
        font-size: 44px;
        color: var(--darkBlue);
        letter-spacing: -2px;
    }

    section.hero-section .hero-left  h1 .unlock{
        color: var(--orange);
    }
    section.hero-section .hero-left  h1 span{
    font-style: italic;
    }
    section.hero-section .hero-left  p{
        font-size: 18px;
        color: var(--darkBlue); 
        width: 85%;
        line-height: 1.3;
    }
    .make-money {
        margin-block: 1.5rem;
    }
    .make-money a{
        background-color: var(--darkBlue);
        color: white;
        padding: 10px;
        padding-inline: 30px;
        border-radius: 5px;
    }
    section.hero-section .hero-right{
        width: 100%;
        height: 100%;

    }
    section.hero-section .hero-right img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: scale(1.15);
    }

    /* section 2 */
    section.best{
        padding-inline: 1.5rem;
        padding-block: 3rem;
        gap: 3rem;
        display: flex;
        flex-direction:column-reverse;
        align-items: center;
    }
    section.best h1{
        font-size: 28px;
        color: var(--darkBlue);
    }

    section .best-right {
    width: 100%;
    }

    section .best-left {

        width: 100%;
    }

    /* discover */
    section.discover {
        padding-inline: 1.5rem;
        padding-block: 3rem;
        background-color: #FEF4E6;

    }
    section.discover .advantage {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    section.discover .advantage h1{
        font-size: 24px;
        line-height: 32px;
        color: var(--darkBlue);
        text-align: center;
    }
    section.discover .advantage h1 .highlight {
        background-image: url(../img/guest/highlight.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 250px;
    }
    section.discover .advantage p{
        font-size: 18px;
        padding-block: 1rem;
         width: 100%;
         text-align: center;
    }
    .discover-one {
        width:100%;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        height: auto;
        margin-bottom: 2rem;
    }
  
    .discover-text{
        width: 100%;
        background-color: white;
        border-radius: 10px 10px 0 0;
        display:flex;
        padding:2rem
    }
    .discover-text h3{
        font-size:24px;
    }
    .discover-text p{
        width:100%;
        font-size:17px;
    }
    .discover-bg{
        width: 100%;
        height: 40vh;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
        border-radius: 0 0 10px 10px  !important;

    }
    .reversed .discover-text{
        border-radius: 10px 10px  0 0 !important;
        
    }
    .discover-bg h1{
        font-size: 40px;
        color: white;
        font-weight: 700;
        line-height: 70px;
    }
    .discover-bg p{
        color:white;
        font-size:16px;
}



/* features */
section.features{
    padding-inline:1.5rem;
    padding-block:3rem;
    height:100%;
}
.tab{
    width:100%;
  background-color:#B6BEC2;
  display:flex;
  justify-content:space-between;
  padding:5px;
  border-radius:6px;

}
.tab button{
    border:none;
    outline:none;
    padding:5px;
    padding-inline:10px;
    font-size:12px;
    background-color:transparent;
    border-radius:6px;
    color:var(--darkBlue);
   text-wrap:no-wrap;

}
.feature-content{
    width:100%;
    display:flex;
    flex-direction:column;
    padding-block:2rem 0rem;
    gap:1rem;

}
.feature-text{
    width:100%;
    height:100%;
    display:flex;
    padding-top:1rem;
    flex-direction:column;
    justify-content:space-between;


}
.feature-text h1{
    font-size:23px;
    line-height:35px;
    font-weight:600;
    padding-bottom:1rem;
}
.feature-text h1 span{
    display:none;

}
.feature-text p{
    font-size:18px;
    line-height:28px;
    font-weight:400;

}
.feature-img{
    width:100%;
    height:40vh;
}
.feature-img img{
    width:100%;
    height:100%;
    object-fit:cover;
 
}
section.features{
    padding-inline:1rem !important;
    padding-block:1rem;

}
.features-all{
    background-color: #F9FEED;
    padding: 1rem;
    margin: 1rem !important;
    border-radius: 30px;
}


/* FAQ */

.faq {
    width: 100%;
    max-width: 100%;
    /* margin: 0 auto; */
    padding: 1.5rem;
    background-color:#122D39;
    display:flex;
    flex-direction:column;
    justify-content:center;

}

.faq h2 {

    text-align: center;
    font-size: 1rem;
    padding:10px;
    padding-inline:15px;
    color:#FEF4E6;
    background-color:#C4F44A4D;
    margin-bottom: 0.5rem;
    margin:auto;
    display:inline-flex;
    justify-content:center;
    margin-bottom:30px;
    border-radius:3px;

}

.faq h3 {
    text-align: center;
    font-size: 1.25rem;
    color: var(--lighterGreen);
    margin-bottom: 2rem;
}

.faq-item {
    /* border-bottom: 1px solid #ddd; */
    padding: 1rem;
    background-color:#102934;
    margin-bottom:1.5rem;
    border-radius:6px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--lighterGreen);
}

.faq-question i {
    font-size: 1.5rem;
    transition: transform 0.3s;
    color: var(--lighterGreen);
}

.faq-answer {
    display: none;
    padding-top: 1rem;
    font-size: 1rem;
    color: whitesmoke;
}

.faq-answer p {
    margin: 0;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}


/* Learn grow */
/* learn grow */
section.learn-grow-earn{
    padding-block:3rem;
    padding-inline:1.5rem;
    background:#FBF3DC;
}
section.learn-grow-earn h1{
    font-size:38px;
    line-height:70px;
    font-weight:700;
    text-align:center;
    color:#929EA4;
}
section.learn-grow-earn p{
    font-size:16px;
    color:#122D39;
    padding-block:0rem 2rem;
    padding-inline:0rem;
    line-height:26px;
    
}
section.learn-grow-earn .span-grow{
    color:#60727A;
}
section.learn-grow-earn .span-earn{
    color:#102934;
}
section.learn-grow-earn img{
width: 100%;
height:60vh;
object-fit:cover;
}
section.learn-grow-earn .learn-grow-laptop{
    display:none;
}
section.learn-grow-earn .learn-grow-mobile{
    display:block;
}
.lear{
    margin-top:-1rem;
}

.get-started-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction:column;
   padding-block:3rem 1rem;
   padding-inline:1.5rem;
    background-color: white;
    gap:1rem;
  }

  .steps-content {
    width: 100%;
  }

  .steps-header {
    font-size: 26px;
  
  }

  .step {
    display:flex;
    margin-bottom: 20px;

  }
  .step img{

    width:40px;
    height:40px;
  }
  .steps-one{

    width:100%;
  }
.steps-one h1{
    font-size:18px;
    font-weight:600;
}
  .step-number {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .step p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }
  .top-note{
    color:#122D39;
    background:#C4F44A;
    border-radius:4px;
    padding:2px;
    padding-inline:10px;
    font-size:10px;
    display:inline-block;
  }
  .noteds{
    width:100%;
    /* height:100%; */
    background-color:#EDFCC9 ;
    padding:7px 12px 7px 12px ;
    font-size:12px !important;
    margin-block:0.5rem;
    border-radius:4px;
  }
  .other-note{
    font-size:12px;
  }

  .steps-image {
    width: 100%;
    height:100%;
    object-fit:contain;

  }

  .steps-image img {
    width: 100%;
    border-radius: 8px;
    height:100%;
  }

}

/* tablet */
@media screen and (max-width: 1024px) and (min-width: 768px){

    
    section.hero-section{
        height: auto;
        overflow: hidden;
        display: flex;
        flex-direction:column;
        padding-block: 3rem 0;
        padding-inline:3rem ;
        gap:3rem;

    }
    .signUp a{
        font-size:24px ;
    }

    section.hero-section .hero-left{
        width: 100%;

    }
    section.hero-section .hero-left  h1{
        padding-block: 1rem;
        line-height: -0.5;
        font-size: 74px;
        letter-spacing: -2px;
    }
    section.hero-section .hero-right{
        width:100%;
        height:60vh;
    }
    .hero-left h1 br {
display:none;
    }
    .hero-left p{
        font-size:24px !important;
    }
    .make-money {
        margin-block: 1.5rem;
    }
    .make-money a{
        background-color: var(--darkBlue);
        color: white;
        padding: 10px;
        padding-inline: 30px;
        border-radius: 5px;
        font-size:20px;
    }

     /* section 2 */
     section.best{
        padding-inline: 3rem;
        padding-block: 3rem;
        gap: 3rem;
        display: flex;
        flex-direction:column-reverse;
        align-items: center;
    }
    section.best h1{
        font-size: 50px;
        color: var(--darkBlue);
    }

    section .best-right {
    width: 100%;
    }

    section .best-left {

        width: 100%;
    }
    section .best-left p{
        font-size:24px;
    }

    /* discover */
    section.discover {
        padding-inline: 3rem;
        padding-block: 3rem;
        background-color: #FEF4E6;

    }
    section.discover .advantage {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    section.discover .advantage h1{
        font-size: 44px;
        line-height: 32px;
        color: var(--darkBlue);
        text-align: center;
    }
    section.discover .advantage h1 .highlight {
        background-image: url(../img/guest/highlight.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 35px;
        width: 350px;
        display:none;
    }
    section.discover .advantage p{
        font-size: 24px;
        padding-block: 1rem 3rem;
         width: 100%;
         text-align: center;
    }
    .discover-one {
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        height: 50vh;
        margin-bottom: 2rem;
    }
    .discover-text{
        background-color: white;
        width: 100%;
    }
    .discover-text p{
        font-size:24px;
    }
    .discover-bg{
        width: 100%;
        height: 100%;
        /* background-image: url(../img/guest/discover1.svg); */
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;

    }
    .discover-bg h1{
        font-size: 50px !important;
        color: white;
        font-weight: 700;
        line-height: 70px;
    }
    .discover-bg p{
        color:white;
        font-size:24px !important;
}
section.learn-grow-earn .learn-grow-laptop{
    display:none;
}

}