*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}
html{
    scroll-behavior: smooth;
}
.navbar{
    background-color: black;
}
.navbar-nav{
    margin-left: auto;
}
.logo{
    width: 60px;
}
.nav-link{
    color: white;
    font-weight: 600;
}
.nav-link:hover{
    color: #64B434;
}
.bg-1{
    background-image: url("images/bg-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -10px;
    text-align: center;
    padding: 50px 50px 100px 50px;
}
.bg-1 small{
    color: #64B434;
    font-weight: bold;
}
.bg-1 h1{
    color: white;
    font-size: 50px;
    font-weight: bold;
    padding-block: 10px;
}
.bg-1 p{
    color: white;
    max-width: 75%;
    margin: 0 auto;
}
.bg-1 img{
    max-width: 75%;
    margin: 20px auto;
    margin-bottom: -150px;
    border-radius: 10px;
}
.bg-2{
    background-image: url("images/bg-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-2-layer{
    background: #00000099;
    padding: 100px 50px 0 50px;
}
.about{
    text-align: left;
    color: white;
    padding-top: 40px;
}
.about small{
    color: #64B434;
    font-weight: bold;
}
.read-btn{
    background: linear-gradient(80.38deg, #24C816 25.67%, #FDF242 89.16%);
    color: white;
    padding: 10px 40px;
    border-radius: 50px;
    border: 0;
    font-weight: 600;
}
.gallery{
    padding-block: 50px;
    text-align: center;
}
.gallery small{
    color: #64B434;
    font-weight: bold;
}
.gallery h2{
    max-width: 30%;
    margin: 0 auto;
}
.content {
    display: none;
}

.content.active {
    display: block;
}
.title {
    color: black;
    cursor: pointer;
}

.videos-div img , .images-div img{
    border-radius: 10px;
}

.lisa{
    background-image: url("images/lisa-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 50px 0 50px;
    text-align: center;
}
.lisa ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin-top: -50px;
}
.lisa ul li a img{
    width: 70%;
    position: relative;
    z-index: 9999;
}
.lisa small{
    color: #64B434;
    font-weight: bold;
}
.lisa h2{
    color: white;
    font-weight: bold;
    font-size: 50px;
}
.lisa img{
    max-width: 75%;
    margin: 60px auto -50px auto;
    border-radius: 15px;
}
.contact{
    text-align: center;
    padding-top: 130px;
    padding-bottom: 60px;
}
.contact small{
    color: #64B434;
    font-weight: bold;
}
.contact h2{
    max-width: 30%;
    margin: 0 auto;
}
.contact ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin-top: 40px;
}
.contact ul li a img{
    width: 70%;
}
.footer{
    background-color: black;
    padding-block: 20px;
    color: white;
    text-align: center;
}
.footer p{
    padding-top: 20px;
}
.footer a img{
    width: 40%;
}
.fa-bars{
    color: white;
}
.sub-button{
    background: #FF0000;
    color: white;
    padding: 10px 40px;
    border-radius: 50px;
    border: 0;
    font-weight: 600;
}
.sub-button:hover{
    background: #FF0000;
    color: white;
}
.main-about{
    padding-block: 40px;
}
.main-about h5{
    background-color: #64B434;
    color: white;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
}
.about-contact{
    padding-top: 0;
}
/* Responsive */
@media screen and (max-width: 767px) {
    .bg-1{
        padding: 20px 20px 70px 20px;
    }
    .bg-1 h1 , .lisa h2{
        font-size: 25px;
    }
    .bg-1 p{
        min-width: 100%;
    }
    .bg-1 img , .lisa img{
        min-width: 100%;
        margin: 0 auto -150px 0;
    }
    .bg-2-layer{
        padding: 60px 20px 0 20px;
    }
    .or-1{
        order: 2;
    }
    .or-2{
        order: 1;
    }
    .about{
        padding-top: 0;
    }
    .read-div{
        text-align: center;
        margin-bottom: 30px;
    }
    .gallery h2 , .contact h2{
        max-width: 90%;
    }
    .gallery-div img{
        margin-bottom: 20px;
    }
    .lisa{
        padding: 20px 20px 80px 20px;
    }
    .lisa ul{
        margin-top: 0;
        position: relative;
        top: -65px;
    }
    .lisa ul li a img{
        width: 30px;
    }
    .contact{
        padding-top: 70px;
    }
    .footer a img{
        width: 80%;
    }
    .about-contact{
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .about{
        padding-top: 0;
    }
    .read-div{
        margin-bottom: 30px;
    }
    .no{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about{
        padding-top: 70px;
    }
    .no{
        display: none;
    }
}



