*{
    color: #464646;
    font-family: 'Product Sans', sans-serif;
}
body{
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}
body .container{
    width: 100%; 
    max-width: 100%; 
    box-sizing: border-box; 
    padding: 0;
}
body .container h1{
    font-weight: 600;
}
body .container p{
    padding-top: 1%;
    font-family: 'Product Sans', sans-serif;
}


/* navbar */
nav.navbar {
    height: 80px;
    overflow: hidden;
}
nav .nav-link{
    font-size: 1rem;  
    color: #A08030;
}
.navbar-title {
    font-size: 1.8rem;
    color: #FFFFFF;
}

/* title */
.title{
    display: flex;
    flex-direction: row;
}
.poster{
    position: relative;
    overflow: hidden;
    margin: 0% 0% 0%;
}
.title .image-container{
    width: 50%;
    margin-top: 7%;
    margin-left: 2%;
}
.title .title-content{
    display: flex;
    width: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    left: 60%;
    top: 12%;

}
.poster-image{
    position: absolute;
    background-repeat: no-repeat;
    height: 40%;
    width: 40%;
    background-size: cover;
    top: -100%;
    left: -10%;
    z-index: -1;
}
.title .head{
    text-align: left;
}
.title h1{
    
    font-size: 4.5rem;
}
.title p{
    font-weight: normal;
    font-size: 1.3rem;
}

/* download button */
.download-btn{
    display: flex;
    gap: 2%;
    justify-content: center; 
    align-items: center;
    padding-top: 2%;
}
.download-btn .btn{
    padding-left: 0%;
}
.download-btn .btn img{
    height: 9vh;
}

/* Study Section */
.study {
    padding: 0% 10%;
    text-align: left;
    font-size: 1.3rem;
}

/* features */
#features{
    margin: 0%;
}
#features .container{
    padding: 0%;
    overflow: hidden;
}
#features .ftr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0%;
    padding: 0 2%;
    height: auto;
    min-height: 80vh;
    box-sizing: border-box;
}

#features .ftr-img-l{
    flex-direction: row-reverse;
    background-color:#FFE3A4;      /* here */
}
#features .ftr .text-content,
#features .ftr .image-container {
    width: 100%;
    max-width: 650px;
    padding: 1rem;
    box-sizing: border-box;
}
#features h1{
    font-size: 3rem;
}
#features p{
    font-size: 1.3rem;
}
#features .subP{
    font-size: 1rem;
    color: gray;
}
#features img{
    height: 80vh;
    object-fit: cover;
}
#features .ftr-img-l img,
#features .ftr-img-l h1,
#features .ftr-img-l p,
#features .ftr-img-l .text-content{
    background-color: #FFE3A4;          /*here*/
}

/* testimonials */
#testimonials{
    margin: 0% 5% 0%;
}
#testimonials .container{
    height: 100%;
    width: 80%;
}
#testimonials h1{
    font-size: 3rem;
}
#testimonials .head p{
    font-size: 1.3rem;
}
#testimonials .carousel  .carousel-inner{
    display: flex;
    height: 45vh;
}
#testimonials .carousel  .carousel-item{
    height: 100%;
}
#testimonials  .feedback{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 2%;
}
#testimonials .feedback-content{
    width: 50%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 2% 2%;
}
#testimonials .profile-pic {
    padding: 2% 0%;
  }
#testimonials .profile-pic img{
    height: 30vh;
    border-radius: 50%;
}
#testimonials .feedback-content .fa-quote-left{
    color: #566370;
    font-size: 2rem;
    align-self: flex-start;
}
#testimonials .control-icon{
    height: 46px;
    width: 46px;
    cursor: pointer;
    position: absolute;
    font-size: 1.2rem;
    text-align: center;
    background-color: #1f65a5;
    border-radius: 50%;
    top: 35%;
}
#testimonials .feedback-content p{
    font-size: 1.1rem;
    font-family: 'Product Sans', sans-serif;
    font-weight: 500;
}
#testimonials h6{
    font-size: 1rem; 
    font-family: 'Product Sans', sans-serif;
    font-weight: 400;
}


/* download */
#download{
    margin: 0% 0% 3%;
}
#download .container{
    /* background-color: #cadee3; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#download h1{
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 800;
    font-family: 'Product Sans', sans-serif;
}
#download p{
    font-size: 1.1rem;
    color: gray;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    font-family: 'Product Sans', sans-serif;
}
#download .dwnld-txt{
    margin-top: 5%;
    width: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}
#download .download-btn .btn img{
    height: 10vh;
}


/* footer */
footer .footer-content{
    display: flex;
    gap: 20%;
    justify-content: center;
    align-items: center;
}
footer .footer-contact {
    font-size: 0.9rem;
    color: #525252;
    line-height: 1.6;
    padding: 0% 10%;
}
footer .footer-contact a {
    color: #404040;
    font-weight: 500;
}
footer .cpy p{
    font-size: 0.8rem;
    font-weight: 300;
    color: #525252;
}
footer .cpy a{
    font-weight: 600;
    color: #404040;
    font-size: 1.2rem;
}
footer .social-media{
    display: flex;
    gap: 30px;
    margin: 0%;
    align-items: baseline;
}
footer .social-media i{
    font-size: 25px;
    color: #525252;
}
footer .social-media i:hover{
    color: #404040;
}
footer .social-media a{
    color: #525252;
    font-weight: 500;
}
footer .design a{
    color: #404040;
    font-weight: 500;
    font-size: 1rem;
}
footer .design p{
    font-size: 0.9rem;
}

/* RESPONSIVE DESIGN */
/* mobile phone #cadee3*/

@media only screen and (min-width: 320px) {
    /* navbar */
    nav .nav-link{
        font-size: 0.0rem;
    }
    .navbar-title {
        font-size: 2.6rem;
    }
    .navbar-brand img {
        height: 100%;
        max-height: 80px; /* Adjust as needed to fit nicely in the navbar */
        object-fit: contain; /* 🔧 Add this line */
    }

    /* title */
    .title{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .title h1{
        font-size: 2.6rem;
    }
    .title h2{
        font-size: 1.6rem;
    }
    .title p{
        font-size: 1.0rem;
    }
    .title .image-container{
        display: flex;
        width: 80%;
        margin-top: 12%;
        margin-left: 5%;
    }
    .title .title-content{
        position: relative;
        width: 80%;
        align-items: center;
        left: 0%;
        bottom: 0%;
    
    }
    .poster-image{
        height: auto;
        width: auto;
        top: -225%;
        left: -200%;
    }

    /* download button */
    .download-btn{
        gap: 1%;
    }
    .download-btn .btn{
        padding-left: 0%;
    }
    .download-btn .btn img{
        height: 6vh;
    }

    /* Study Section */
    .study {
        font-size: 1.0rem;
    }

    /* features */
    #features .ftr{
        flex-direction: column;
        gap: 3%;
        height: 100vh;
    }

    #features .ftr .text-content{
        width: 80%;
        margin-bottom:5%;
    }
    #features h1{
        font-size: 2.6rem;
    }
    #features h2{
        font-size: 1.6rem;
    }
    #features p{
        font-size: 1.0rem;
    }
    #features ul{
        font-size: 1.0rem;
    }
    #features .subP{
        font-size: 0.8rem;
    }
    #features img{
        height: 60vh;
    }

    /* testimonials */
    #testimonials h1{
        font-size: 1.5rem;
    }
    #testimonials .head p{
        font-size: 0.8rem;
    }
    #testimonials .carousel  .carousel-inner{
        height: 60vh;
    }
    #testimonials  .feedback{
        flex-direction: column;
    }
    #testimonials .control-icon{
        height: 30px;
        width: 30px;
        font-size: 0.3rem;
        top: 15%;
    }
    #testimonials .feedback-content{
        width: 90%;
    }
    #testimonials .feedback-content p{
        font-size: 0.8rem;
        width: 100%; 
    }
    #testimonials .feedback-content .fa-quote-left{
        font-size: 1.5rem;
    }
    #testimonials .profile-pic img{
        height: 20vh;
    }

    /* download */
    #download .dwnld-txt{
        width: 80%;
    }
    #download h1{
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    #download p{
        font-size: 0.7rem;
        font-weight: 450;
        letter-spacing: 1px;
    }
    #download .download-btn .btn img{
        height: 6vh;
    }

    /* footer */
    footer .footer-content{
        flex-direction: column;
    }
    footer .social-media{
        width: 80%;
        gap: 0%;
        justify-content: space-around;
    }
    footer .social-media i{
        font-size: 1.2rem;
    }
    footer .cpy a{
        font-size: 1.1rem;
    }
    footer .cpy p{
        font-size: 0.8rem;
        margin-bottom: 1%;
    }
    footer .social-media a{
        font-size: 0.8rem;
    }
    footer .social-media p{
        margin-bottom: 0;
    }
    footer .design a{
        font-size: 0.8rem;
    }
    footer .design p{
        font-size: 0.9rem;
    }
}

/* tab */
@media only screen and (min-width: 780px){
    /* navbar */
    nav .nav-link{
        font-size: 1.0rem;
    }
    .navbar-brand img {
        height: 100%;
        max-height: 80px; /* Adjust as needed to fit nicely in the navbar */
        object-fit: contain; /* 🔧 Add this line */
    }
    .navbar-title {
        font-size: 2.9rem;
    }

    /* title */
    .title{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
        padding-top: 7vh; /* Push text below the header */
    }
    .title h1{
        font-size: 2.9rem;
    }
    .title h2{
        font-size: 1.9rem;
    }
    .title p{
        font-size: 1.0rem;
    }
    .title .image-container{
        width: 50%;
        margin-top: 2%;
        margin-left: 2%;
    }
    .title .title-content{
        width: 45%;
        position: relative;
        left: 0;
        top: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding-top: 2rem;
    }
    .poster-image{
        top: -230%;
        left: -80%;
    }
    /* download button */
    .download-btn{
        flex-direction: column;
        align-items: flex-start;
    }
    .download-btn .btn img{
        height: 7vh;
    } 

    /* Study Section */
    .study {
        font-size: 1.0rem;
    }

    /* features */
    #features .ftr {
        flex-direction: row;
    }
    #features .ftr .text-content,
    #features .ftr .image-container {
        width: 45%;
    }
    #features h1{
        font-size: 2.9rem;
        line-height: 2.7rem;
    }
    #features h2{
        font-size: 1.9rem;
    }
    #features p{
        font-size: 1.0rem;
    }
    #features ul{
        font-size: 1.0rem;
    }
    #features .subP{
        font-size: 0.8rem;
    }
    #features img{
        height: 75vh;
    }


    /* testimonials */
    #testimonials .container{
        width: 90%;
    }
    #testimonials h1{
        font-size: 2rem;
    }
    #testimonials .head p{
        font-size: 1rem;
    }
    #testimonials .carousel  .carousel-inner{
        height: 40vh;
    }
    #testimonials .control-icon{
        height: 40px;
        width: 40px;
        top: 35%;
    }
    #testimonials .feedback-content{
        width: 60%;
    }
    #testimonials  .feedback{
        flex-direction: row;
    }
    #testimonials .feedback-content .fa-quote-left{
        font-size: 2rem;
    }
    #testimonials .feedback-content p{
        font-size: 0.9rem;
    }
    #testimonials h6{
        font-size: 1.2rem; 
    }
    #testimonials .profile-pic img{
        height: 23vh;
    }


    /* download */
    #download .dwnld-txt{
        width: 90%;
    }
    #download h1{
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    #download p{
        font-size: 0.9rem;
        font-weight: 450;
        letter-spacing: 1px;
    }
    #download .download-btn{
        flex-direction: row;
    }
    #download .download-btn .btn img{
        height: 8vh;
    }

    /* footer */
    footer{
        margin: 0% 0% 3%;
    }
    footer .footer-content{
        flex-direction: row;
        gap: 0%;
    }
    footer .social-media{
        width: 40%;
        gap: 5%;
        justify-content: center;
        align-items: center;
    }
    footer .social-media i{
        font-size: 1.3rem;
    }
    footer .social-media p{
        margin-bottom: 2%;
    }
    footer .cpy a{
        font-size: 1.2rem;
    }
    .footer-content p{
        font-size: 1rem;
    }
    footer .design a{
        font-size: 1rem;
    }
    footer .design p{
        font-size: 0.9rem;
        margin-bottom: 0%;
    }
}

@media screen and (max-width: 1279px) {
    .navbar-collapse {
        display: none !important;
    }
}

/* desktop */
@media only screen and (min-width: 1280px) {
    /* navbar */
    nav .navbar-toggler{
        font-size: 2rem;
    }
    nav .nav-link{
        font-size: 1.1rem;
    }
    .navbar-brand img {
        height: 100%;
        max-height: 80px; /* Adjust as needed to fit nicely in the navbar */
        object-fit: contain; /* 🔧 Add this line */
    }
    .navbar-title {
        font-size: 3.2rem;
    }

    .title {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
        padding-top: 8vh;
    }

    /* title */
    .title h1{
        font-size: 3.2rem;
    }
    .title h2{
        font-size: 2.2rem;
    }
    .title p{
        font-size: 1.1rem;
    }
    .title .image-container {
        width: 50%;
        margin-top: 3%;
    }

    .title .image-container img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .title .title-content {
        width: 45%;
        position: relative;
        left: 0;
        top: 0;
        padding-top: 2rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .poster-image{
        top: -120%;
        left: -20%;
    }
    /* download button */
    .download-btn .btn img{
        height: 8vh;
        margin-top: 5%;
    }

    /* Study Section */
    .study {
        font-size: 1.1rem;
    }

    /* features */
    #features .container{
        justify-content: center;
        align-items: center;
    }
    #features .ftr {
        padding: 4% 6%;
    }
    #features .ftr-img-l{
        flex-direction: row-reverse;
    }
    #features .ftr .text-content,
    #features .ftr .image-container {
        width: 40%;
    }
    #features h1{
        font-size: 3.2rem;
        line-height: 3rem;
    }
    #features h2{
        font-size: 2.2rem;
    }
    #features p{
        font-size: 1.1rem;
    }
    #features ul{
        font-size: 1.1rem;
    }
    #features .subP{
        font-size: 1.1rem;
    }

    /* testimonials */
    #testimonials .container{
        width: 80%;
    }
    #testimonials h1{
        font-size: 3rem;
    }
    #testimonials .head p{
        font-size: 1.2rem;
    }
    #testimonials .control-icon{
        height: 50px;
        width: 50px;
        top: 30%;
    }
    #testimonials .feedback-content{
        width: 50%;
    }
    #testimonials .feedback-content .fa-quote-left{
        font-size: 2.1rem;
    }
    #testimonials .feedback-content p{
        font-size: 1.2rem;
    }
    #testimonials h6{
        font-size: 1.5rem; 
    }
    #testimonials .profile-pic img{
        height: 30vh;
    }

    /* download */
    #download .dwnld-txt{
        width: 60%;
    }
    #download h1{
        font-size: 3rem;
        line-height: 3.5rem;
    }
    #download p{
        font-size: 1.2rem;
        font-weight: 450;
    }
    #download .download-btn .btn img{
        height: 9vh;
    }


    /* footer */
    footer{
        margin: 0% 0% 2%;
    }
    footer .footer-content{
        gap: 8%;
    }
    footer .social-media i{
        font-size: 1.5rem;
    }
    footer .social-media a{
        font-size: 1rem;
    }
    footer .cpy a{
        font-size: 1.3rem;
    }
    footer .cpy p{
        font-size: 1rem;
    }
    .footer-content p{
        font-size: 1.3rem;
    }
    footer .design a{
        font-size: 1.2rem;
    }
    footer .design p{
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 1440px){
    /* navbar */
    nav .nav-link{
        font-size: 1.5rem;
    }
    .navbar-brand img {
        height: 100%;
        max-height: 80px; /* Adjust as needed to fit nicely in the navbar */
        object-fit: contain; /* 🔧 Add this line */
    }
    .navbar-title {
        font-size: 3.5rem;
    }

    /* title */
    .title {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
        padding-top: 8vh;
    }

    .title h1{
        font-size: 3.5rem;
    }
    .title h2{
        font-size: 2.5rem;
    }
    .title p{
        font-size: 1.3rem;
    }
    .title .image-container{
        width: 50%;
        margin-top: 5%;
    }

    .title .title-content {
        width: 45%;
        position: relative;
        left: 0;
        top: 0;
        padding-top: 2rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .poster-image{
        top: -110%;
        left: -10%;
    }
    /* download button */
    .download-btn{
        flex-direction: row;
    }

    /* Study Section */
    .study {
        font-size: 1.3rem;
    }

    /* features */
    #features .ftr {
        padding: 2% 6%;
    }

    #features .ftr .image-container {
        width: 25%;
    }
    #features h1{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    #features h2{
        font-size: 2.5rem;
    }
    #features p{
        font-size: 1.3rem;
    }
    #features ul{
        font-size: 1.3rem;
    }
    #features .subP{
        font-size: 1.3rem;
    }

    /* testimonials */
    #testimonials h1{
        font-size: 3.5rem;
    }
    #testimonials .carousel  .carousel-inner{
        height: 45vh;
    }
    #testimonials .control-icon{
        height: 46px;
        width: 46px;
        top: 35%;
    }
    #testimonials .feedback-content p{
        font-size: 1.3rem;
    }
    #testimonials .feedback-content .fa-quote-left{
        font-size: 2.2rem;
    }
    #testimonials h6{
        font-size: 1.7rem; 
    }

    #download .dwnld-txt{
        width: 75%;
    }

    /* download*/
    #download h1{
        font-size: 3.2rem;
        line-height: 4rem;
    }


    /* footer */
    footer{
        margin: 0% 0% 1%;
    }
    footer .social-media a{
        font-size: 1.2rem;
    }
    footer .cpy a{
        font-size: 1.5rem;
    }
}