@media screen and (max-width: 1000px) {
    .lower-header-left-div{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 25px;
        padding-top: 0px;
    }
}


@media screen and (max-width: 900px){

    #navbar-list, #navbar-right-section{
        display: none;
    }

    #bars{
        display: inline-block;
    }

    .lower-header-left-div h1{
        font-size: 2rem;
    }
    
    .lower-header-left-div p{
        font-size: 1.1rem;
    }


    .section-card-4{
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        align-content: center;
        margin-inline: auto;
        align-self: center;
        margin-bottom: 50px;
        gap: 25px;
    }

    .section-card{
        width: 40%;
        height: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        gap: 15px;
        box-shadow: 0px 2px 8px rgb(184, 184, 184);
        border-radius: 15px;
    }

    .section-card:hover{
        width: 40%;
        height: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        gap: 15px;
        box-shadow: 0px 4px 20px rgb(136, 136, 136);
        border-radius: 15px;
    }


    .section-3-lower{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }

    .section-3-lower-card{
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        border-radius: 33px;
        border: 0.01px solid #8181814c;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.228);
    }

    .section-3-lower-card:hover{
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        border-radius: 33px;
        border: 0.01px solid #8181814c;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.228);
        background-color: rgba(255, 204, 137, 0.708);
    }
    
    .section-3-lower-card img{
        width: 40%;
        height: fit-content;
        border-top-left-radius: 33px;
        border-bottom-left-radius: 33px;
    }
    


    .section-4-lower{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        margin-inline: auto;
        gap: 20px;
    }


    .section-4-card-1{
        width: 95%;
        border: 0.01px solid #8181814c;
        border-radius: 33px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-self: center;
    }
    
    .section-4-card-1:hover{
        width: 95%;
        border: 0.01px solid #8181814c;
        border-radius: 33px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: rgba(132, 253, 255, 0.194);
        align-self: center;
    }
    
    .section-4-card-1-content{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px;
        padding-block: 30px;
        gap: 10px;
    }
    
    
    
    .section-4-card-1-content p{
        font-size: 0.9rem;
    }
    
    .section-4-card-1-content h1{
        font-size: 2.5rem;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    
    .section-4-card-1-content a{
        font-size: 1rem;
        text-decoration: none;
        color: palevioletred;
        margin-top: 20px;
    }
    
    .section-4-card-1 img{
        width: 100%;
        border-bottom-right-radius: 33px;
        border-bottom-left-radius: 33px;
        margin-top: 25px;
    }


    .section-4-card-2{
        width: 95%;
        border: 0.01px solid #8181814c;
        border-radius: 33px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-self: center;
    }
    
    .section-4-card-2:hover{
        width: 95%;
        border: 0.01px solid #8181814c;
        border-radius: 33px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: rgba(131, 255, 243, 0.194);
        align-self: center;
    }
    
    .section-4-card-2-content{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px;
        padding-block: 30px;
        gap: 10px;
    }
    
    .section-4-card-2-content p{
        font-size: 0.9rem;
    }
    
    .section-4-card-2-content h1{
        font-size: 2.5rem;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    
    .section-4-card-2-content a{
        font-size: 1rem;
        text-decoration: none;
        color: palevioletred;
        margin-top: 20px;
    }
    
    .section-4-card-2 img{
        width: 100%;
        border-top-right-radius: 33px;
        border-top-left-radius: 33px;
        margin-bottom: 25px;
    }


    .section-4-upper{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
        margin-bottom: 0px;
    }


    .section-5{
        width: 98%;
        height: auto;
        margin-block: 100px;
        background-image: url("images/everyback.jpg");
        background-position: center;
        background-size: cover;
        border-radius: 33px;
        align-self: center;
        margin-inline: auto;
        overflow: hidden;
    }

    td{
        padding: 5px;
    }

    .section-5-cover table{
        align-self: center;
        padding-inline: 0px;
    }

    .section-5-cover{
        background-color: rgba(255, 255, 255, 0.83);
        height: auto;
        width: auto;
        border-radius: 33px;
        padding-inline: 20px;
        padding-block: 35px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 25px;
        color: rgb(0, 0, 0);
    }
    
    .section-5-cover:hover{
        background-color: rgba(255, 255, 255, 0.83);
        height: auto;
        width: auto;
        border-radius: 33px;
        padding-inline: 20px;
        padding-block: 35px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 25px;
        color: rgb(255, 0, 0);
    }


    .section-6-lower-card{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 40px;
    }

    .section-6-lower-card-left{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
        width: 100%;
        margin-top: 100px;
    }

    .section-6-lower-card-right{
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        border: 1px solid rgba(0, 0, 0, 0.483);
        border-radius: 10px;
        padding: 20px;
        padding-left: 30px;
        align-self: center;
    }

}

@media screen and (max-width: 600px){
    .lower-header{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 90%;
        flex-wrap: wrap;
        align-content: center;
        margin-top: 60px;
        gap: 50px;
    }

    .lower-header-left-div{
        width: 80%;
        flex-wrap: wrap;
        align-content: center;
    }

    .lower-header-right-div{
        width: 80%;
    }

    .lower-header-left-div h1{
        font-size: 2rem;
        text-align: center;
    }
    
    .lower-header-left-div p{
        font-size: 1.1rem;
        text-align: center;
    }

    .lower-header-left-div a{
        font-size: 1rem;
        padding: 15px;
        border-radius: 15px;
        border: 1px solid rgb(197, 197, 197);
        box-shadow: 0px 1px 10px rgb(198, 198, 198);
        text-decoration: none;
        background-color: rgb(244, 47, 47);
        color: rgb(255, 255, 255);
        width: fit-content;
        padding-inline: 40px;
        margin-top: 20px;
        align-self: center;
    }


    .section-card{
        width: 90%;
        height: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        gap: 15px;
        box-shadow: 0px 2px 8px rgb(184, 184, 184);
        border-radius: 15px;
    }

    .section-card:hover{
        width: 90%;
        height: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        gap: 15px;
        box-shadow: 0px 4px 20px rgb(136, 136, 136);
        border-radius: 15px;
    }


    .upper-header{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        box-shadow: 0px 3px 15px rgba(161, 161, 161, 0.52);
        border-radius: 10px;
        padding: 20px;
        gap: 35px;
        margin-bottom: 20px;
        width:90%;
        align-self: center;
        margin-top: 150px;
        margin-bottom: 100px;
        padding-block: 70px;
    }
    
    .vertical-line-div{
        width: 100px;
        height: 2px;
        background-color: black;
        margin-inline: auto;
    }
    
    
    .upper-header-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
        text-align: center;
    }

    .upper-header img{
        height: 120px!important;
        width: fit-content!important;
        margin-inline: auto;
    }


    .section-3-lower-card{
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        border-radius: 33px;
        border: 0.01px solid #8181814c;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.228);
    }
    
    .section-3-lower-card img{
        width: 100%;
        height: fit-content;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }
    
    .section-3-lower-content{
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        gap: 10px;
    }

    .section-4-upper h1{
        font-size: 1rem;
        text-align: center;
        font-weight: 500;
        letter-spacing: 7px;
        padding: 20px;
    }
    

}


@media screen and (max-width: 400px){
    .lower-header-left-div{
        width: 95%;
        flex-wrap: wrap;
        align-content: center;
    }

    .lower-header-right-div{
        width: 80%;
    }
}