@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body{
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: absolute;
    height: 10px;
}

.Background{
    width: 100%;
    height: 200px;
    background: #124720;
}

@media (max-width: 700px){
    .Background{
        height: 100px;
    }
}


.Title3{
    position: absolute;
    top: 85vh;
    color: white;
    left: 20px;
    font-size: 80px;
}


.side-bar{
    background: #004d00;
    backdrop-filter: blur(15px);
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -290px;
    overflow-y: auto;
    transition:right 0.6s ease;
    transition-property: right;
}
.side-bar.active{
    right: 0;
}
.side-bar .menu{
    width: 100%;
    margin-top: 80px;
}
.side-bar .menu .item{
    position: relative;
    cursor: pointer;
}
.side-bar .menu .item a{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
}
.side-bar .menu .item a:hover{
    background: green;
    transition: 0.3s ease;
}
.side-bar .menu .item i{
    margin-right: 15px;
}
.side-bar .menu .item a .dropdown{
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}
.side-bar .menu .item .sub-menu{
    background: rgba(255,255,255,0.1);
    display: none;
     padding-left: 30px; /* Adjust as needed */
}
.side-bar .menu .item .sub-menu a{
    padding-left: 80px;
}
.side-bar .menu .item .sub-menu a {
    padding: 1px 20px; /* Adjust as needed */
    font-size: 17px; /* Adjust the font size */
}
.rotate{
    transform: rotate(90deg);
}
.close-btn{
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 0;
    margin: 25px;
    cursor: pointer;
}
.logo {
    position: absolute;
    top: 25px; /* Adjust the top position as needed */
    left: 25px; /* Adjust the left position as needed */
    display: flex;
    align-items: center;
}

.logo img {
    width: 40%;
    height: 150px; /* Adjust the height of the logo as needed */
    margin-right: 20px; /* Add margin to separate the logo from the menu icon */
}
.logo h1{
    color: white;
    font-size: 2rem;
}

.menu-btn{
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: 25px;
    cursor: pointer;
    right: 0;
    display: flex;
    align-items: center;
    background: #124720;
    padding: 5px;
    top: 0;
}
.menu-btn{
    position: fixed;
}
.menu-btn .fa-bars{
    margin-right: 5px;
}
.menu-name {
    display: inline;
    font-size: 25px;
}

.main{
    position: static;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 60px;
    color: white;
}

@media (max-width: 700px) {
    .menu-btn .fa-bars{
        display: none;
    }

    .menu-name {
        display: none;
    }
    .menu-btn .fa-bars{
        display: block;
        position: sticky;
    }
    
    .logo{
        position: absolute;
        top: 10px;
    }
    
    .logo img {
        position: relative;
        width: 45%;
        height: 70px;
        margin-right: 10px;
    }
    .logo h1{
        position: relative;
        font-size: 15px;
        color: white;
    }
    
    .main{
        text-align: center;
        align-content: center;
        font-size: 40px;
    }
    
    .logo title h1{
        font-size: 20px;
    }
    .Title-Room{
        font-size: 20px;
    }
    .row{
        flex-direction: column;
    }
    
    .Title3{
        display: block;
        color: white;
        font-size: 30px;
        position: absolute;
        top: 150px;
        
    }
}



.Footing{
    background: #124720;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 250vh;
}

.Foot-img{
    overflow-y: hidden;
}

.Footing img{
    width: 150px;
    height: 150px;
    margin-left: 50;
    margin-top: 10px;
}

.Footing h1{
    position: absolute;
    top: 40px;
    left: 220px;
    color: white;
}

.Footing h2{
    position: relative;
    left: 75vh;
    color: white;
    font-size: 15px;
    width: 350px;
    bottom: 14vh;
    line-height: 25px;
    font-weight: 100;
}

.Footing h2 a{
    text-decoration: none;
    color: white;
}

.Footer{
    position: relative;
    display: flex;
    gap: 0px;
    width: 300px;
    left: 130vh;
    bottom: 15vh;
}

.Footer img{
    width: 40px;
    height: 40px;
    margin: 10px;
}

.Footer a{
    background: transparent;
    border: .2rem solid white;
    border-radius: 200px;
    font-size: 30px;
    cursor: pointer;
    color: white;
    margin-right: 10px;
    transition: .5s;
}

.Footer a:hover{
    border: .2rem solid black;
    color: black;
    background: white;
}

@media (max-width: 700px){
    .Footing{
        background: #124720;
        width: 100%;
        height: 300px;
        position: relative;
        top: 60vh;
    }

    .Foot-img{
        display: flex;
        justify-content: center;
    }

    .Footing h1{
        text-align: left;
        position: relative;
        top: 20px;
        left: 0;
        color: white;
    }

    .Footing h2{
        display: flex;
        justify-content: center;
        text-align: center;
        color: white;
        line-height: 25px;
        font-size: 15px;
        bottom: 0%;
        position: relative;
        width: auto;
        left: 0;
    }

    .Footing img{
        width: 100px;
        height: 100px;
        display: flex;
        margin: 10px;
    }
    
    .Footer{
        position: relative;
        left: 25%;
        width: 50%;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5px;
        top: 20px;
        
        
    }
    
    .Footer img{
        width: 30px;
        height: 30px;
        margin: 5px;
        display: flex;
        cursor: pointer;
    }

    .Footer a{
        background: transparent;
        border: .2rem solid white;
        border-radius: 100px;
        gap: 50px;
        cursor: pointer;
        transition: .2s;
        color: white;
        font-size: 20px;
        margin-right: 0;
    }

    .Footer a:hover{
        background: white;
        border: .2rem solid black;
        color: black;
    }
}

.WelcomeInfo{
    display: flex;
    flex-direction: row;
}

.Inside h1{
    text-align: center;
    position: absolute;
    left: 45%;
    transform: translate(-50%;);
    font-size: 50px;
    color: #124720;
}

.Inside h3{
    position: relative;
    top: 100px;
    text-align: center;
    
}

.Inside img{
    width: 600px;
    height: 400px;
    position: relative;
    top: 110px;
    left: 30%;
    
}

.Inside p{
    width: 50%;
    position: relative;
    top: 120px;
    left: 25%;
    text-align: justify;
}

.Img1 img{
    width: 600px;
    height: 400px;
    position: relative;
    top: 150px;
}

.Img1 p{
    width: 50%;
    position: relative;
    top: 160px;
}

.Img2 img{
    width: 600px;
    height: 400px;
    position: relative;
    top: 180px;
}

.Img2 p{
    width: 50%;
    position: relative;
    top: 190;
}


@media (max-width: 700px){
    .Inside img{
        position: relative;
        margin: 5px;
        width: 95%;
        left: 0;
        border-radius: 5px;
        height: 300px;
    }
    
    .Inside h1{
        width: 95%;
        text-align: center;
        left: 0;
    }
    
    .Inside p{
        width: 95%;
        position: relative;
        left: 0;
        margin: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px){
    
    .WelcomeInfo img{
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    
    .footing{
        position: relative;
        top: 30vh;
        width: 100%;
    }
    
    .Footer{
        position: relative;
        left: 65%;
        color: black;
        top: -7rem;
    }
    
    .Footing h2{
        position: relative;
        left: 65%;
        bottom: 9rem;
        width: 95%;
    }
    
}


