@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

nav {
    padding: 0 25px;
    width: 100%;
}

.flex {

    display: flex;
    justify-content: space-between;
    align-items: center;

}
.membership-conatiner{
    margin: 2%;
}

.logo1 img {
    margin-left: 50%;
    padding-top: 5px;
    max-height: 80px;
    width: auto;
}

.navbar-one {
    background-color: #ffffff;
    color: rgb(126, 124, 124);
    max-height: 90px;
    cursor: pointer;
}


.banner_logo {
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: -91;
    background-color: #ffffff;
    -webkit-mask-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.02));
}

.banner_contain {
    display: flex;
    justify-content: center;
    z-index: 4;


}

.banner_contain div img {
    margin-top: 20px;
    max-height: 100px;
}

.banner_contain div .text {
    margin-top: 20px;
    font-family: Rozha One;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 1.9353646039962769px;
    background: linear-gradient(90.65deg, #28A745 0.35%, #7CBD1E 35.15%, #38AB3D 69.95%, #28A745 104.75%);
    -webkit-background-clip: text;
    color: transparent;
}

.banner_contain div p {
    font-size: 30px;
    font-weight: 400;

}

.banner_contain .green {
    color: #38AB3D;
    font-weight: bold;


}

.banner_contain .black1 {
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;


}


:root {
    --primary-color: #007740;
    --primary-color-dark: #007740;
    --secondary-color: #FFF;
    --text-dark: #fff;
    --text-light: #fff;
    --extra-light: #007740;
    --max-width: 1300px;
}


nav {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #00A85A;
    z-index: 99;
}

.nav__content {

    max-width: var(--max-width);
    margin: auto;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    transition: left 0.3s;
}

.ul li a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: 2px solid transparent;
    text-decoration: none;
    font-weight: 600;
    color: var(--text-dark);
    transition: 0.3s;
}

.ul li a:hover {
    border-top-color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
    color: #FFF;
}




nav .checkbox {
    display: none;
}

nav input {
    display: none;
}

nav .checkbox i {
    font-size: 2rem;
    color: #FFF;
    cursor: pointer;
}

/* @media (width < 1061px) {
    .ul li a {
        font-size: 0.75rem;
    }
} */


/* #footer */

footer {

    bottom: 0;


    background-color: #007740;
    align-items: center;
    color: whitesmoke;
}

footer .sec2 {
    text-align: center;
}

.about_main {
    margin-top: 5%;
    margin-bottom: 5%;
}

.about {

    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

.info {
    font-style: 300;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;

    margin-top: 1%;
}

.list {
    margin-top: 1%;
    margin-left: 5%;
    margin-right: 5%;

}

.list ul {
    list-style: disc;
    margin-left: 3%;
}

.list h2 {
    font-weight: 600;
    font-size: larger;
}

.table1 {

    display: block;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3%;
    margin-bottom: 6%;

}

.row {
    width: 100%;
    height: auto;
    display: flex;
}


.column1 {
    border: 1px solid black;
    width: 30%;

}

.column2 {
    width: 70%;
    border: 1px solid black;


}

.table1 .row h1 {
    font-size: 18px;
    padding-left: 5px;
}

.contact {
    padding: 130px 0;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #007740;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #007740;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

.article-conatiner {
    display: flex;
    width: 100%;
    padding: 2.5%;
    justify-content: center;
    margin-bottom: 10%;
}

.article1 {
    line-height: 60px;

}

.article1 h1 {
    font-size: xx-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
}

.membership h1 {
    color: #00A85A;
    font-size: xx-large;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.membership {
    padding: 5%;
    width: 100%;
    display: block;
}

.membership ul {
    color: #413e3e;
    list-style: decimal;
    font-size: larger;
    line-height: 40px;
    margin-bottom: 60px;
}

.membership p {
    color: #7CBD1E;
    font-size: xx-large;
    font-weight: 700;
    margin-bottom: 60px;
}

.fees h1 {
    color: #00A85A;
    font-size: xx-large;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.fees .row h1 {
    color: #151e1a;
    font-size: large;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600px;
    margin-bottom: 30px;
}
/* book table */
.booktable{
    display: flex;
    justify-content: center;
}
.booktable table{
    margin: 5%;
    width: 80%;
   
}
.booktable table th{
    padding: 0.5%;
    background-color: #28A745;
    color: #ffffff;
    border: 1px solid grey;
}
.booktable table td{
    
    padding: 0.5%;
    color: #413e3e;
    border: 1px solid grey;
}

.bokk{
    display: flex;
    justify-content: center;
    height: 250px;
    
   
}
.bokk img{
    box-shadow: 6px 7px 3px #ade6b9;
    margin: 3%;
    height: 90%;
}


.admin {
    display: block;

}

.admin th {
    font-size: 3vh;
    padding: 0.5%;

}

.admin td {
    width: 3%;
    padding: 0.5%;
}


.addadmin {
    
    font-size: xx-large;
    font-weight: 700;
    color: #00A85A;
}

.bookcontainer {

    margin: 2%;

}

.bookcontainer .book_img img {
    height: 230px;
    width: 160px;
    border: 2px solid gray;
     /*margin-left: 35%;*/

}

.bookcontainer div {
    display: block;
}

.bookcontainer .book_img {
    margin-bottom: 2%;
    display:flex;
    justify-content:center;

}

/*.bookcontainer .bookname{*/
/*    margin-left: 35%;*/
/*}*/

.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;

    cursor: pointer;
    font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: rgb(48, 181, 11);
}

.picc {
    margin-top: 5%;
    width: 92%;
    margin-left: 4%;


}

.row111 {
    text-align: center;
    width: 100%;
    background-color: rgba(60, 213, 60, 0.597);
    font-size: 25px;
    padding: 2px;

}

.label1 {
    margin-left: 2px;
    color: green;
    font-weight: bold;
}

.row222 {
    width: 100%;
}

.column111 {
    width: 20%;
}

.column222 {
    text-align: center;
    width: 70%;
}

.picc .row222 {
    display: flex;
}

.column111 img {
    width: 95%;
    height: 90%;
    padding: 2%;
}

.high {
    font-size: 20px;
    font-weight: bolder;
    padding-left: 2%;
}

.low {
    font-size: 20px;
    font-weight: lighter;
    padding-left: 2%;
}


.table1111 {
    margin-left: 5%;
    margin-right: 5%;
    border: 2px solid black;

}

.row1111 {
    font-size:30px;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    font-family: "Oswald", sans-serif;

}

.row2222 {
    display: flex;
}

.column1111 {
    width: 40%;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    font-family: "Merriweather", serif;
    padding: 4px;

}

.column2222 {
    width: 20%;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    font-family: "Merriweather", serif;
    padding: 4px;
}

.column3333 {
    width: 40%;
    text-align: center;
    justify-content: center;
    border: 1px solid black;
    font-family: "Merriweather", serif;
    padding: 4px;
}

label h5 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
}


/* #responsive */

@media (max-width : 1260px) {
    .ul li a {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        gap: 0.5rem;
        font-size: 0.65rem;
        font-weight: 600;
    }
}

@media (max-width : 850px) {
    .booktable table{
        margin: 1.5%;
      
        
        width: 100%;
        
    }
    .booktable table th{
        font-size: 9px;
        background-color: #007740;
        color: #ffffff;
        border: 1px solid grey;
    }
    .booktable table td{
        font-size: 9px;
      
        color: #413e3e;
        border: 1px solid grey;
    }
    .table1{
        
        margin-right: 3%;
        /* margin-top: 30%; */
    }
    .table1 .row h1 {
        font-size: 9px;
    }
    .column3333 {
        font-size: 9px;
    }

    .column2222 {
        font-size: 9px;
    }

    .column1111 {
        font-size: 9px;
    }


    .admin td {
        width: 750px;
        padding: 0.5%;
    }

    .ul li a {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        gap: 0.5rem;
        font-size: 0.5rem;
        font-weight: 600;
    }


    .banner_contain div .text {

        margin-top: 20px;
        font-family: Rozha One;
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 1.9353646039962769px;
        background: linear-gradient(90.65deg, #28A745 0.35%, #7CBD1E 35.15%, #38AB3D 69.95%, #28A745 104.75%);
        -webkit-background-clip: text;
        color: transparent;
    }

    .nav__content {
        justify-content: space-between;
    }

    nav .checkbox {
        display: block;
    }

    .email {
        font-size: 10px;
    }

    .ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 85px);
        left: -100%;
        top: 85px;
        background-color: var(--extra-light);
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
    }

    nav #check:checked~ul {
        left: 0;
    }

    .ul li a {
        font-size: 1.25rem;
    }



}

@media (max-width :750px) {
    .column111{
        width:100%;
    }
    .column222{
        margin-top:15px;
        width:100%;
        text-align:center;
    }
    .column111 img {
 
      
        display:inline;
        padding:0;

    }
    .picc .row222{
        display:inline;
    }
    .about_main{
        /* margin-left: 20px; */
        font-size: 14px;
    }
}

/* 600px */
@media (max-width :600px) {
    .admin th {
        padding: 0.1%;
        font-size: 2 vh;
        font-weight: 200;
    }

    .admin td {
        font-weight: 200;
        font-size: 2vh;
        width: 350px;
        padding: 0.5%;
    }

}

/* 500px */
@media (max-width :500px) {
    .admin thead tr th {
        padding: 0.1%;
        font-size: 1.2vh;
        font-weight: 200;
    }

    .admin td {
        font-weight: 200;
        font-size: 1.2vh;
        width: 350px;
        padding: 0.5%;
    }
}