
body{
    font-family: verdana,sans-serif;
}


.extra-colorzz{
    background-color: white;
    height: 4vh;

    
}


/* ------------------------------------------FOOOTER----------------------------------------- */


.container{
    max-width: 1170px;
    
    height: 10%;
    background-color :rgb(54, 54, 208);
    margin: auto;

}

.footerrow{
    display: flex;
    flex-wrap: wrap;
}

ul{
    list-style: none;


}

.footer{
    background-color: rgb(54, 54, 208);
    color: white;
    padding: 70px 0;

}

.footer-col{
    width: 25%;
    padding: 0 25px;
}

.footer-col h4{
    font-size: 28px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;

}



.footer-col ul li:not(:last-child){
    margin-bottom: 10px;


}

.footer-col ul li:last-child{
    margin-bottom: -40px;


}

.footer-col ul li a{
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;

}

.footer-col ul li a:hover{
    color: black;
    padding-left: 10px;
    font-size: 15px;
}


.social-links a{
    color: white;
    font-size: 30px;
}


.copyright {
    margin-bottom: 100px;

}
.copyright p{
    color: white;




}






    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
    .gallery-header{
    min-height: 20vh;
    width: 100%;
    background-image: url(websiteimages/abcd.JPG);
    background-position: center;
    background-size: cover;

}

.gallery-text-box{
    width: 80%;
    margin: auto;

    padding-top: 50px;
    font-size: 20px;
    font-weight: 100 ;
    color: yellow;

    padding: 10px;
}
.gallery-text-box p{
    font-size: 24px;
    color: rgb(54, 54, 208);
    padding-top: 20px;
    padding-bottom: 15px;

}

.gallery-text-box h1{
    font-size: 20px;
    color: black;
    padding-bottom: 30px;

}


.gallery-text-box h3{
    font-size: 50px;
    color: black;
    padding-bottom: 30px;
    margin-top: 30px;
    font-weight: 100;



}
.gallery-page-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: rgb(54, 54, 208);
    border: 1px solid yellowrgb(54, 54, 208);
    border-radius: 15px;
    padding: 12px 34px;
    font-size: 23px;
    font-weight: 600;
    width: 170px;

    position: relative;
    cursor: pointer;
}

.gallery-page-btn:hover{
    border: 1px solid wheat;
    background: black;
    transition: 1s;
}


.vert{
    border-left: 5px solid darkrgb(54, 54, 208);
    height: 1800px;
    position: absolute;
    left: 50%;
    margin-left: 3px;
    top: 350px;
}

.gallery-container{
    margin: 0 40px;

    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 5px;
    width: 100%;

}

.gallery-image img{
    max-height: 200px;
}
.gallery-container h1{
    color: grey;
    padding-top: 100px;
    font-size: 40px;
}

.gallery-container h2{
    color: rgb(54, 54, 208);
    font-size: 30px;
    justify-content: flex-start;


}

.gallery-container h3{
    color: grey;

}

.gallery-container .tab{
    position: relative;
    background: white;
    padding: 0 20px 20px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;


}

.gallery-container .tab input{
    appearance: none;
}

.gallery-container .tab label{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gallery-container .tab label::after{
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 2em;
    color: rgba(0,0,0,0.1);
    transition: transform 1s;
}


.gallery-container .tab:hover label::after{
    color: grey;
}

.gallery-container .tab input:checked ~label::after{
    transform: rotate(135deg);
}

.gallery-container .tab label h2{
    width: 40px;
    height: 40px;
    background: rgb(96, 96, 222);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.25em;
    border-radius: 5px;
    margin-right: 10px;
}

.gallery-container .tab label h3{
    position: relative;
    color: black;
    z-index: 10;
}    



.gallery-container .tab label h3 span{
    position: relative;
    color: rgb(19, 19, 20);
    font-size: 14px;
    z-index: 10;
    /* font-size: 24px; */
}    

.gallery-container .tab label h2{
    position: relative;
    font-weight: 500;
    color: white;
    z-index: 10;
}    
.gallery-container .tab .content{
    max-height: 0;
    transition: 1s;
    overflow: hidden;



}


.gallery-container .tab input:checked ~ .content{
    max-height: 800vh;
}

.gallery-container .tab .content p{
    color: blue;
} 


.gallery-container .tab .content img{
    display: inline;
    padding-top: 10px;
    max-width: 40vh;


}





.gallery-container .tab .content img{
    flex-basis: 30%;

    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: inline;

    margin-left: 15px;

}


.gallery-container .tab:nth-child(2) label h2{
    background: linear-gradient(135deg, purple, white);
    background: linear-gradient(135deg, rgb(54, 54, 208), lightrgb(54, 54, 208));
}

.gallery-container .tab:nth-child(3) label h2{
    background: linear-gradient(135deg, red, pink);
    background: linear-gradient(135deg, white, black);
}

.gallery-container .tab:nth-child(4) label h2{
    background: linear-gradient(135deg, blue, aliceblue);
    background: linear-gradient(135deg, rgb(54, 54, 208), lightrgb(54, 54, 208));
}
        






@media only screen and (min-width:20px) and (max-width: 280px) {

    /* -----------------------------------------------------responsive for 540px--------------------------------------------------------------------------------------------------------------------------- */

    body{
        font-family: verdana,sans-serif;
    }



        /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;

        height: 10%;
        /* background-color: green; */
        margin: auto;

    }



    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;


    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 100%;
        padding: 0 25px;
        margin-top: 60px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;

    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 40px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;

    }

    .footer-col ul li a:hover{
        color: black;
        padding-left: 15px;
    }


    .social-links a{
        color: white;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;




    }





    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
    .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;

        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */

        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;

    }

    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;

    }


    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;

    }

    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green; */
        /* border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;

        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat; */
        /* background: black; */
        transition: 1s;
    }


    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;

        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;


    }

    .gallery-container h3{
        color: grey;

    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;


    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* color: white; */
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            
    }





    /* -----------------------------------------------------responsive for 281px - 380px------------------------------------------------------------------------------------------------------------------------ */
    @media only screen and (min-width:281px) and (max-width: 380px) {
    
/* -----------------------------------------------------responsive for 540px--------------------------------------------------------------------------------------------------------------------------- */

    body{
        font-family: verdana,sans-serif;
    }
    

    
        /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
        
        height: 10%;
        /* background-color: green; */
        margin: auto;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }



    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 100%;
        padding: 0 25px;
        margin-top: 60px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 40px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 15px;
    }


    .social-links a{
        color: white;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;

    }
    
    



    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
    .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    
    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        /* color: white; */
        /* background-color: green; */
        /* border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat; */
        /* background: black; */
        transition: 1s;
    }


    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        /* color: grey; */
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            


    }



    /* -----------------------------------------------------responsive for 381px - 540px--------------------------------------------------------------------------------------------------------------------------- */
    @media only screen and (min-width:381px) and (max-width: 540px) {
    
    /* -----------------------------------------------------responsive for 540px--------------------------------------------------------------------------------------------------------------------------- */
    
    body{
        font-family: verdana,sans-serif;
    }
    

    
        /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
        

        height: 10%;
        /* background-color: green; */
        margin: auto;

    }


    .extra-colorzz{
        /* background-color: green; */
        height: 7vh;
    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 100%;
        padding: 0 25px;
        margin-top: 60px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 40px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 15px;
    }


    .social-links a{
        color: white;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }
    
    



    
    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
    .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat; */
        /* background: black; */
        transition: 1s;
    }


    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            
    

    }




    /* -----------------------------------------------------responsive for 541px-767px--------------------------------------------------------------------------------------------------------------------------- */
    @media only screen and (min-width:541px) and (max-width: 767px) {
    
    /* -----------------------------------------------------responsive for 540px--------------------------------------------------------------------------------------------------------------------------- */
    
    body{
        font-family: verdana,sans-serif;
    }
    

    
        /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
        
        height: 10%;
        /* background-color: green; */
        margin: auto;

    }


    .extra-colorzz{
        /* background-color: green; */
        height: 7vh;
    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 100%;
        padding: 0 25px;
        margin-top: 60px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 40px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 15px;
    }


    .social-links a{
        color: white;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }
    
    



    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
    .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }


    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
       
    }




    /* -----------------------------------------------------responsive for 768px - 1023px--------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:768px) and (max-width: 1023px) {
    body{
        font-family: verdana,sans-serif;
    }
    

    .extra-colorzz{
        background-color: white;
        height: 4vh;
    
    }

    
    /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
        height: 10%;
        /* background-color :green; */
        margin: auto;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 25%;
        padding: 0 25px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 10px;
        font-size: 15px;
    }


    .social-links a{
        color: white;
        font-size: 25px;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }

    
    



    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
    .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }


    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        /* font-size: 24px; */
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 40vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
       
    }




    /* -----------------------------------------------------responsive for 1024px - 1280px--------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:1024px) and (max-width: 1280px) {
    body{
        font-family: verdana,sans-serif;
    }
    

    .extra-colorzz{
        background-color: white;
        height: 4vh;
        
    }

    
    /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
        
        height: 10%;
        /* background-color :green; */
        margin: auto;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 25%;
        padding: 0 25px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 10px;
        font-size: 15px;
    }


    .social-links a{
        color: white;
        font-size: 30px;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }

    
    



        /* ----------------------------------------------GALLERY ACCORDION------------------------- */
        .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }


    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        /* font-size: 24px; */
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 40vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            
    
    }




    /* -----------------------------------------------------responsive for 1281px - 1600px--------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:1281px) and (max-width: 1600px) {
    body{
        font-family: verdana,sans-serif;
    }
    

    .extra-colorzz{
        background-color: white;
        height: 4vh;
        
    }

    
    /* ------------------------------------------FOOOTER----------------------------------------- */




    .container{
        max-width: 1170px;
        
        height: 10%;
        /* background-color :green; */
        margin: auto;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 25%;
        padding: 0 25px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 20px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -20px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 10px;
        font-size: 15px;
    }


    .social-links a{
        color: white;
        font-size: 40px;
        
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }

        /* ----------------------------------------------GALLERY ACCORDION------------------------- */
        .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }



    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
                
    }





    /* -----------------------------------------------------responsive for 1601px - 2000px--------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:1601px) and (max-width: 2000px) {
    body{
        font-family: verdana,sans-serif;
    }
    

    .extra-colorzz{
        background-color: white;
        height: 4vh;
    
    }

    
    /* ------------------------------------------FOOOTER----------------------------------------- */




    .container{
        max-width: 1170px;
    
        height: 10%;
        /* background-color :green; */
        margin: auto;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 25%;
        padding: 0 25px;
    }

    .footer-col h4{
        font-size: 28px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 20px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -20px;


    }

    .footer-col ul li a{
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 10px;
        font-size: 15px;
    }


    .social-links a{
        color: white;
        font-size: 80px;
    
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }

    
    


    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
        .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        color: black;
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        color: black;
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }



    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
        width: 1700px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
        font-size: 17px;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 17px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            

    }




    /* -----------------------------------------------------responsive for 2001px - 2560px--------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:2001px) and (max-width: 2560px) {
    body{
        font-family: verdana,sans-serif;
    }
    

    .extra-colorzz{
        background-color: white;
        height: 4vh;
        
    }

    
    /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
        
        height: 10%;
        /* background-color :green; */
        margin: auto;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 25%;
        padding: 0 25px;
    }

    .footer-col h4{
        font-size: 38px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 24px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 10px;
        font-size: 25px;
    }


    .social-links a{
        color: white;
        font-size: 100px;
        padding: 20px;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }

    
    



        /* ----------------------------------------------GALLERY ACCORDION------------------------- */
        .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 20px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 24px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 20px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 50px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green; */
        /* border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 23px;
        font-weight: 600;
        width: 170px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }



    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 40px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 30px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
        width: 1999px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 14px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }
/* 
    .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            
    
    }




    /* -----------------------------------------------------responsive for 2561px - 3999px --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:2561px) and (max-width: 3999px) {
    body{
        font-family: verdana,sans-serif;
    }
    

    .extra-colorzz{
        background-color: white;
        height: 4vh;
        
    }

    
    /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
    
        height: 20%;
        /* background-color :green; */
        margin: auto;

        margin-bottom: 500px;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 25%;
        padding: 0 25px;
    }

    .footer-col h4{
        font-size: 38px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 24px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 10px;
        font-size: 25px;
    }


    .social-links a{
        color: white;
        font-size: 100px;
        padding: 20px;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }

    
    



    
    /* ----------------------------------------------GALLERY ACCORDION------------------------- */
    .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 30px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 34px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 30px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 60px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 33px;
        font-weight: 600;
        width: 200px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }



    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 50px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 40px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
        font-size: 24px;
    
    }


    .gallery-container p{
        /* color: black; */
        font-size: 24px;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
        width: 1800px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 34px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            


    }



    /* -----------------------------------------------------responsive for 4000px - 60000px--------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width:4000px) and (max-width: 60000px) {
    body{
        font-family: verdana,sans-serif;
    }
    

    .extra-colorzz{
        background-color: white;
        height: 4vh;
        
    }

    
    /* ------------------------------------------FOOOTER----------------------------------------- */


    .container{
        max-width: 1170px;
        
        height: 10%;
        /* background-color :green; */
        margin: auto;

    }

    .footerrow{
        display: flex;
        flex-wrap: wrap;
    }

    ul{
        list-style: none;
    

    }

    .footer{
        /* background-color: green; */
        color: white;
        padding: 70px 0;

    }

    .footer-col{
        width: 25%;
        padding: 0 25px;
    }

    .footer-col h4{
        font-size: 38px;
        color: white;
        text-transform: capitalize;
        margin-bottom: 30px;
        position: relative;
    
    }



    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;


    }

    .footer-col ul li:last-child{
        margin-bottom: -40px;


    }

    .footer-col ul li a{
        font-size: 24px;
        text-transform: capitalize;
        text-decoration: none;
        color: white;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    
    }

    .footer-col ul li a:hover{
        /* color: black; */
        padding-left: 10px;
        font-size: 25px;
    }


    .social-links a{
        color: white;
        font-size: 100px;
        padding: 20px;
    }


    .copyright {
        margin-bottom: 100px;

    }
    .copyright p{
        color: white;
    



    }

    
    



    
        /* ----------------------------------------------GALLERY ACCORDION------------------------- */
        .gallery-header{
        min-height: 20vh;
        width: 100%;
        background-image: url(websiteimages/abcd.JPG);
        background-position: center;
        background-size: cover;

    }

    .gallery-text-box{
        width: 80%;
        margin: auto;
    
        padding-top: 50px;
        font-size: 30px;
        font-weight: 100 ;
        /* color: yellow; */
    
        padding: 10px;
    }
    .gallery-text-box p{
        font-size: 34px;
        /* color: green; */
        padding-top: 20px;
        padding-bottom: 15px;
    
    }
    
    .gallery-text-box h1{
        font-size: 30px;
        /* color: black; */
        padding-bottom: 30px;
    
    }
    
    
    .gallery-text-box h3{
        font-size: 60px;
        /* color: black; */
        padding-bottom: 30px;
        margin-top: 30px;
        font-weight: 100;
    
    

    }
    .gallery-page-btn{
        display: inline-block;
        text-decoration: none;
        color: white;
        /* background-color: green;
        border: 1px solid yellowgreen; */
        border-radius: 15px;
        padding: 12px 34px;
        font-size: 33px;
        font-weight: 600;
        width: 200px;
    
        position: relative;
        cursor: pointer;
    }

    .gallery-page-btn:hover{
        /* border: 1px solid wheat;
        background: black; */
        transition: 1s;
    }



    .vert{
        /* border-left: 5px solid darkgreen; */
        height: 1800px;
        position: absolute;
        left: 50%;
        margin-left: 3px;
        top: 350px;
    }

    .gallery-container{
        margin: 0 40px;
    
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 5px;
        width: 100%;

    }

    .gallery-image img{
        max-height: 200px;
    }
    .gallery-container h1{
        color: grey;
        padding-top: 100px;
        font-size: 50px;
    }

    .gallery-container h2{
        /* color: green; */
        font-size: 40px;
        justify-content: flex-start;
    
    
    }

    .gallery-container h3{
        color: grey;
        font-size: 24px;
    
    }


    .gallery-container p{
        /* color: black; */
        font-size: 24px;
    
    }

    .gallery-container .tab{
        position: relative;
        background: white;
        padding: 0 20px 20px;
        /* box-shadow: 0 15px 25px rgba(0,0,0,0.05); */
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
        width: 1800px;
    

    }

    .gallery-container .tab input{
        appearance: none;
    }

    .gallery-container .tab label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .gallery-container .tab label::after{
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 2em;
        /* color: rgba(0,0,0,0.1); */
        transition: transform 1s;
    }


    .gallery-container .tab:hover label::after{
        color: grey;
    }

    .gallery-container .tab input:checked ~label::after{
        transform: rotate(135deg);
    }

    .gallery-container .tab label h2{
        width: 40px;
        height: 40px;
        /* background: green; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.25em;
        border-radius: 5px;
        margin-right: 10px;
    }

    .gallery-container .tab label h3{
        position: relative;
        /* color: black; */
        z-index: 10;
    }    



    .gallery-container .tab label h3 span{
        position: relative;
        /* color: rgb(33, 110, 33); */
        font-size: 34px;
        z-index: 10;
        
    }    

    .gallery-container .tab label h2{
        position: relative;
        font-weight: 500;
        /* color: black; */
        z-index: 10;
    }    
    .gallery-container .tab .content{
        max-height: 0;
        transition: 1s;
        overflow: hidden;



    }


    .gallery-container .tab input:checked ~ .content{
        max-height: 800vh;
    }

    /* .gallery-container .tab .content p{
        color: blue;
    }  */


    .gallery-container .tab .content img{
        display: inline;
        padding-top: 10px;
        max-width: 56vh;


    }





    .gallery-container .tab .content img{
        flex-basis: 30%;

        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: inline;

        margin-left: 15px;

    }


    /* .gallery-container .tab:nth-child(2) label h2{
        background: linear-gradient(135deg, purple, white);
        background: linear-gradient(135deg, green, lightgreen);
    }

    .gallery-container .tab:nth-child(3) label h2{
        background: linear-gradient(135deg, red, pink);
        background: linear-gradient(135deg, white, black);
    }

    .gallery-container .tab:nth-child(4) label h2{
        background: linear-gradient(135deg, blue, aliceblue);
        background: linear-gradient(135deg, green, lightgreen);
    } */
            
    }