body, html{
    height: 100%;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1400px){
    .container{
        height: 50vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
        background-image: url('r1.jpeg');
    }
    .container::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0.9;
        background-color: rgb(10, 50, 95);
    }
    .con{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 1rem;
    }
    .container .con{
        color: white;
        z-index: 1;
    
    }
    .con h1{
        font-size: 3.5rem;
    }
    .con a{
        text-decoration: none;
        color: white;
    }
    .adm{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 40px;
    }
    .admi h1{
        color: rgb(10, 50, 95);
        font-weight: bolder;
        font-size: 3rem;
    }
    .admi p{
        width: 550px;
    }
    .mail{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mail h1{
        color: rgb(10, 50, 95);
        font-size: 1.5rem;
        font-weight: bold;
    }
    .mail1{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 100px;
        gap: 20px;
    }
    .mail2{
        width: 400px;
    }
    .mail2 img{
        width: 100%;
        height: 40vh;
    }
    .fot{
        height: 40vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
    }
    .fot::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        background-color: rgb(10, 50, 95);
    }
    .fott{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 1rem;
        margin-top: 1%;
        gap: 10px;
    }
    .fot .fott{
        color: white;
        z-index: 1;
    
    }
    .fott h1{
        font-size: 2rem;
    }
    .fott a{
        text-decoration: none;
        color: white;
        border: 2px solid yellow;
        padding: 20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .container{
        height: 40vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
        background-image: url('r1.jpeg');
    }
    .container::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0.9;
        background-color: rgb(10, 50, 95);
    }
    .con{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 0.9rem;
    }
    .container .con{
        color: white;
        z-index: 1;
    
    }
    .con h1{
        font-size: 3rem;
    }
    .con a{
        text-decoration: none;
        color: white;
    }
    .adm{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 40px;
    }
    .admi h1{
        color: rgb(10, 50, 95);
        font-weight: bolder;
        font-size: 3rem;
    }
    .admi p{
        width: 550px;
    }
    .mail{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mail h1{
        color: rgb(10, 50, 95);
        font-size: 1.5rem;
        font-weight: bold;
    }
    .mail1{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 30px;
    }
    .mail2{
        width: 220px;
    }
    .mail2 img{
        width: 100%;
        height: 30vh;
    }
    .fot{
        height: 40vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
    }
    .fot::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        background-color: rgb(10, 50, 95);
    }
    .fott{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 1rem;
        margin-top: 1%;
        gap: 10px;
    }
    .fot .fott{
        color: white;
        z-index: 1;
    
    }
    .fott h1{
        font-size: 2rem;
    }
    .fott a{
        text-decoration: none;
        color: white;
        border: 2px solid yellow;
        padding: 20px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    .container{
        height: 30vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
        background-image: url('r1.jpeg');
    }
    .container::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0.9;
        background-color: rgb(10, 50, 95);
    }
    .con{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 1rem;
    }
    .container .con{
        color: white;
        z-index: 1;
    
    }
    .con h1{
        font-size: 2.5rem;
    }
    .con a{
        text-decoration: none;
        color: white;
    }
    .adm{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 40px;
    }
    .admi h1{
        color: rgb(10, 50, 95);
        font-weight: bolder;
        font-size: 2rem;
    }
    .admi p{
        width: 450px;
    }
    .mail{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mail h1{
        color: rgb(10, 50, 95);
        font-size: 1.5rem;
        font-weight: bold;
    }
    .mail1{
        padding: 50px;
        gap: 20px;
    }
    .mail2{
        width: 350px;
    }
    .mail2 img{
        width: 100%;
        height: 40vh;
    }
    .fot{
        height: 40vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
    }
    .fot::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        background-color: rgb(10, 50, 95);
    }
    .fott{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 1rem;
        margin-top: 1%;
        gap: 10px;
    }
    .fot .fott{
        color: white;
        z-index: 1;
    
    }
    .fott h1{
        font-size: 2rem;
    }
    .fott a{
        text-decoration: none;
        color: white;
        border: 2px solid yellow;
        padding: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px){
    .container{
        height: 25vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
        background-image: url('r1.jpeg');
    }
    .container::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0.9;
        background-color: rgb(10, 50, 95);
    }
    .con{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 1rem;
    }
    .container .con{
        color: white;
        z-index: 1;
    
    }
    .con h1{
        font-size: 2.5rem;
    }
    .con a{
        text-decoration: none;
        color: white;
    }
    .adm{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 40px;
    }
    .admi h1{
        color: rgb(10, 50, 95);
        font-weight: bolder;
        font-size: 2rem;
    }
    .admi p{
        width: 300px;
    }
    .mail{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mail h1{
        color: rgb(10, 50, 95);
        font-size: 1.5rem;
        font-weight: bold;
    }
    .mail1{
        padding: 50px;
        gap: 20px;
    }
    .mail2{
        width: 330px;
    }
    .mail2 img{
        width: 100%;
        height: 40vh;
    }
    .fot{
        height: 40vh;
        position: relative;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: white;
    }
    .fot::before{
        content: "";
        /* background-image: url('r1.jpeg'); */
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        background-color: rgb(10, 50, 95);
    }
    .fott{
        color: white;
        font-weight: bolder;
        text-align: center;
        font-size: 1rem;
        margin-top: 1%;
        gap: 10px;
    }
    .fot .fott{
        color: white;
        z-index: 1;
    
    }
    .fott h1{
        font-size: 2rem;
    }
    .fott a{
        text-decoration: none;
        color: white;
        border: 2px solid yellow;
        padding: 20px;
    }
}