*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: default;
}
header{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    width: 100%;
    height: fit-content;
    background-color: #470000;
}
#headbtn{
    width: fit-content;
    display: flex;
    height: auto;
}
header div button{
    border: none;
    margin: 0.5rem;
    background: none;
    color: white;
    font-weight: 800;
}
header div button:hover{
    cursor: pointer;
    color: rgb(253, 221, 161);
    transition: ease-in-out 500ms;
}
header div img{
    width: 20%;
}
.menu-icon{
    display: none;
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: white;
}
.hamburger-icon, .close-icon {
    display: none;
}
@keyframes slideUp{
    to{
        transform: translateY(0);
    }
}
@keyframes zoomEffect {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
.container{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.background-img{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-blend-mode: multiply;
}
.background-img::before{
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-blend-mode: multiply;
}
.imgbg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomEffect 15s ease-in-out infinite;
}
.background-img:hover .imgbg{
    transform: scale(1.2);
}
.content{
    transform: translateY(100%);
    animation: slideUp  1s forwards;
    display: flex;
    justify-content: center;
    justify-self: center;
    text-align: center;
    flex-direction: column;
    color: orange;
    z-index: 1;
    width: 60%;
    height: auto;
    position: absolute;
    z-index: inherit;
}
#wlc{
    font-size: 2em;
    color: white;
}
#wlc1{
    font-size: 7em;
    margin: 0;
    transition: transform 0.5s ease-in-out;
}
.content p{
    font-size: 1em;
    color: rgb(255, 255, 255);
}
.lnr{
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin: 1rem;
    background-color: orange;
    border-radius: 100px;
    place-self: center;
}
#leftbtn{
    width: 100%;
    padding: 0.5rem;
    background-color: orange;
    border-radius: 100px;
    color: maroon;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 10px;
}
#mvm{
    width: 40%;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 800;
    color: white;
}
#rightbtn{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 100px;
    color: maroon;
    font-weight: 800;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0px 0px 7px 2px rgb(0, 0, 0);
}
.search{
    width: 80%;
    height: auto;
    background-color: orange;
    border-radius: 100px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    align-items: center;
    justify-content: space-between;
    display: flex;
    place-self: center;
    padding: 0.5rem;
    margin: 1rem;
    box-shadow: 0PX 2PX 5PX 0PX rgb(0, 0, 0);
    transform: translateY(100%);
    animation: slideUp  1s forwards;
}
#sch{
    border-right: 2px dashed white;
    width: 100px;
    text-align: center;
}
.Input{
    border-radius: 100px;
    width: 20%;
    height: auto;
    padding: 0.5rem;
    background-color: transparent;
    border: 1px solid maroon;
    color: maroon;
}
.Input::placeholder{
    color: maroon;
}
.cssbox{
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.box{
    margin: 0.5rem;
    padding: 0.5rem;
    width: 30%;
    height: auto;
    color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0PX 2PX 5PX 0PX rgb(0, 0, 0);
}
.imgctn{
    position: relative;
    display: inline-block;
}
.box img{
    width: 115%;
    height: auto;
    border-radius: 10px;
}
.imgtext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: maroon;
    background-color: #ffffffa8;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-size: 1em;
    width: 100%;
    font-weight: 800;
}
.imgctn:hover .imgtext:hover{
    opacity: 1;
}
#bkbtn{
    display: flex;
    justify-content: space-between;
}
.opt{
    border-radius: 5px;
    background-color: maroon;
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 40%;
    height: auto;
    font-size: .9em;
    transform: translateY(100%);
    animation: slideUp  1s forwards;
}
#bkbtn button:hover{
    background-color: rgb(94, 36, 36);
}
#ft{
    display: flex;
    background-color: #470000;
    color: orange;
    width: 100%;
}
.ftset{
    width: 25%;
    display: block;
    height: auto;
}
.ftset h4{
    text-align: center;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.ftset ol{
    width: 100%;
    text-align: center;
}
#fttext{
    display: flex;
    border-top: 1px solid white;
    justify-content: center;
    background-color: #470000;
    width: 100%;
    height: auto;
    place-content: center;
}
footer{
    width: 100%;
}
li{
    list-style-type:  none;
    margin: 0.5rem;
    color: #ffffff;
    width: 100%;
    font-size: 0.5em;
}
a{
    text-decoration: none;
    color: white;
}
footer p{
    color: white;
    text-align: center;
    font-size: 0.5em;
}
@media (max-width: 768px) {
    header{
        position: relative;
        z-index: 1;
    }
    header div img{
        width: 15%;
    }
    .logout-btn{
        display: none;
    }
    .headbtn{
        display: none;
        flex-direction: column;
        gap: 1rem;
        top: 70px;
        right: 0;
        width: 40%;
        padding: 0.1rem;
        position: absolute;
        z-index: 1001;
        background-color: #470000;
        text-align: left;
        transform: translateY(100%);
        animation: slideUp  500ms forwards;
    }
    .headbtn a button{
        font-size: 0.7em;
    }
    .headbtn.show{
        display: inline-block;
    }
    .menu-icon{
        display: block;
    }
    .menu-icon .hamburger-icon {
        display: inline;
    }
    .menu-icon.active .hamburger-icon {
        display: none;
    }
    .menu-icon.active .close-icon {
        display: inline;
    }
    #wlc1{
        font-size: 3em;
    }
    #wlc{
        font-size: 0.5em;
    }
    .content p{
        font-size: 0.3em;
    }
    .content{
        margin-top: 1rem !important;
    }
    .lnr{
        display: none;
    }
    .search{
        width: 90%;
        padding: 0.2rem;
        display: flex;
        justify-content: space-between;
    }
    #sch{
        width: fit-content;
    }
    #sch p{
        font-size: 0.7em;
    }
    .Input{
        width: 20%;
        height: auto;
        font-size: 0.5em;
    }
    .cssbox{
        width: 100%;
        height: fit-content;
    }
    .box{
        width: 40%;
        height: fit-content;
    }
    #bkbtn{
        width: 100%;
        height: fit-content;
        font-size: 0.8em;
    }
    #ft{
        display: flex;
    }
    .ftset{
    /* border: 1px solid white; */
    }
    .ftset h4{
        font-size: 0.5em;
    }
}

button, button a{
    cursor: pointer;
}

.scroll_down_btn{
    margin-top: 7rem;
    border-radius: 15px;
    width: 20%;
    height: 2rem;
    font-weight: 900;
}
