* {
    margin: 0;
    left: 0;
    box-sizing: border-box;
    font-family: 'Lato', arial, sans-serif;
}

body {
    height: auto;
    background-image: url('/About_pics/Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: scroll;
}

body::-webkit-scrollbar {
    display: none;
}

.bgw {
    background-color: white;
}
button {
    background-color: transparent;
    border: none;
}
header {
    height: 10vh;
    width: 100%;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.logo {
    height: 8vh;
    width: 8%;


}
.logo img {
    height: 100%;
    width: 40%;
}

section {
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); */
    background-attachment: fixed;
    overflow: scroll;

    /* gap: 50px 50px; */
}

section::-webkit-scrollbar {
    display: none;
}

h3 {
    font-size: 1.7rem;
    color: green;
}

.box1 h1 {
    color: white;
    font-size: 50px;
    text-align: center;
}


.box1 div img {
    height: 100%;
    width: 100%;
}

.box1 div {
    position: relative;
}

.box1 div div {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    font-size: 30px;
    color: white;

}

p {
    /* text-indent: 30px; */
    line-height: 1.8;
    text-align: justify;
}



.box32 img {
    height: 100%;
    width: 100%;
}

.box21 img,
.box3 img,
.box4 img,
.box5 img,
.box7 img {
    height: 100%;
    width: 100%;
}

span {
    color: orangered;
}
.box51{
    width: 16%;
    /* background-color: #06402B; */
}
.box62{
    width: 16%;
    /* background-color: #06402B; */
}
.box62 img{
    height: 100%;
    width: 100%;
}

.box71 img {
    border-radius: 50%;
}

.box8 div:nth-child(2) div {
    border-radius: 1rem;
    position: relative;
    /* box-shadow: 0 0.1rem 8px 0 rgba(0,0,0,0.2); */
    /* height: 45vh; */
    color: orangered;
    transition: 0.3s;

}

.box8 div:nth-child(2) div img {
    height: 80%;
    width: 80%;
    transition: all .3s ease-in-out;
}

.box8 div:nth-child(2) div img:hover {
    transform: scale(1.05);
}
.box9{
    background-color: white;
}
.box91 img,.box101 img{
    height: 100%;
    width: 100%;
}

.box10{
    background-color: white;
}
/* .box92{
    background-color: yellow;
} */

footer {
    background-color: #06402B;
    color: white;
    font-size: 0.7rem;
}

/*------------------------------------------------------------------Height------------------------------------------------------------ */
.h2 {
    height: 2vh;
}

.h3 {
    height: 3vh;
}

.h4 {
    height: 4vh;
}

.h5 {
    height: 5vh;
}

.h6 {
    height: 6vh;
}

.h7 {
    height: 7vh;
}

.h8 {
    height: 8vh;
}

.h10 {
    height: 10vh;
}

.h15 {
    height: 15vh;
}

.h20 {
    height: 20vh;
}

.h25 {
    height: 25vh;
}

.h30 {
    height: 30vh;
}

.h35 {
    height: 35vh;
}

.h40 {
    height: 40vh;
}

.h45 {
    height: 45vh;
}

.h50 {
    height: 50vh;
}

.h55 {
    height: 55vh;
}

.h60 {
    height: 60vh;
}

.h65 {
    height: 65vh;
}

.h75 {
    height: 75vh;
}

.h100 {
    height: 100vh;
}

.h110 {
    height: 110vh;
}

.h120 {
    height: 120vh;
}

/*--------------------------------------------------------------------Width------------------------------------------------------------ */
.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

/*--------------------------------------------------------------------Padding------------------------------------------------------------ */
.pad1010 {
    padding: 1rem 0 1rem 0;
}

.pad0101 {
    padding: 0 1rem 0 1rem;
}

/*--------------------------------------------------------------------Color------------------------------------------------------------ */
.y {
    color: yellow;
}

/*--------------------------------------------------------------------Background Color------------------------------------------------------------ */
.bgw {
    background-color: white;
}

/*---------------------------------------------------------------------Flex------------------------------------------------------------ */

.df {
    display: flex;
}

.idf {
    display: inline-flex;
}

.fdc {
    flex-direction: column;
}

.jc {
    justify-content: center;
}

.js {
    justify-content: space-around;
}

.jb {
    justify-content: space-between;
}

.je {
    justify-content: flex-end;
}

.ac {
    align-items: center;
}

.ae {
    align-items: flex-end;
}

/*---------------------------------------------------------------------Gap------------------------------------------------------------ */

.gap {
    gap: 0.5rem;
}

.gap1 {
    gap: 1rem;
}

.gap2 {
    gap: 2rem;
}

.gap4 {
    gap: 4rem;
}

.t {
    background-color: aquamarine;
    border: 0.1rem solid black;
}

@media only screen and (min-width: 1500px) {

    header {
        height: 8vh;
    }
    .box9{
        height: 40vh;
        justify-content: center;
        gap: 6rem;
    }
    .box91{
        height: 30vh;
        width: 15%;
    }
    .box92{
        height: 30vh;
    }
    .box10{
        height: 35vh;
        justify-content: center;
        gap: 6rem;
    }
    .box101{
        height: 30vh;
        width: 15%;
    }
    .box102{
        height: 25vh;
        /* background-color: #06402B; */
    }

    .box8 {
        height: 35vh;
        /* background-color: #06402B; */
    }

    .box81,
    .box82 {
        height: 35vh;

    }

    .box82 {
        width: 40%;
    }

    .box82 div {
        height: 28vh;
        width: 37%;
    }

    .box5 {
        height: 30vh;
        justify-content: center;
    }

    .box51 {
        width: 20%;
    }

    .box52 {
        height: 25vh;
    }

    .box6 {
        height: 45vh;
        position: relative;
    }

    .box61 {
        height: 40vh;
        width: 80%;
    }

    .box61 div {
        height: 35vh;
    }

    .box62 {
        width: 15%;
        position: absolute;
        left: 65%;
        top: 30%;
    }

    .box2 {
        height: 35vh;
        justify-content: center;
        gap: 6rem;
    }

    .box21 {
        height: 25vh;
        width: 20%;
    }

    .box22 {
        width: 60%;
        justify-content: center;
        gap: 2rem;
    }

    .box3 {
        height: 30vh;
        justify-content: center;
        gap: 6rem;
    }

    .box31 {
        height: 20vh;
        width: 60%;
    }

    .box32 {
        height: 25vh;
        width: 20%;
    }

}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 2rem !important;
    }

    p {
        font-size: 0.5rem !important;
    }

    h3 {
        font-size: 0.6rem;
    }

    h4 {
        font-size: 0.7rem;
    }
    header {
        height: 5vh;
    }
    .logo{
        height: 4vh;
        width: 20%;
    }
    .navbar {
        display: none;
    }

    .nav_bar {
        display: block;
        height: 5vh;

    }

    .menu_icon {
        height: 5vh;
    }

    .box1 {
        height: 30vh;
    }
    .box9{
        height: 35vh;
        flex-direction: column;
        justify-content: center; 
    }
    .box91{
        height: 10vh;
    }
    .box92{
        width: 80%;
        height: 20vh;
    }
    .box10{
        height: 32vh;
        /* flex-direction: column; */
      align-items: flex-end;
        position: relative;

    }
    .box101{
        height: 10vh;
        top: 7%;
        left: 40%;
        position: absolute;
        
    }
    .box102{
        height: 20vh;
        width: 80%;
    }

    .box8 {
        height: 35vh;
        flex-direction: column;
        justify-content: center;
        /* background-color: #06402B; */
    }
    .box81 {
        height: 15vh;
        width: 80%;
        gap: 1rem;
        /* background-color: #06402B; */
    }
    .box82 {
        width: 100%;
        height: 20vh;
        /* background-color: #06402B; */
    }
    .box82 div {
        height: 17vh;
        width: 50%;
    }

    .box5 {
        height: 30vh;
        flex-direction: column;
    }

    .box51 {
        width: 40%;
        height: 10vh;
    }

    .box52 {
        height: 18vh;
        width: 80%;
        justify-content: center;
        gap: 1rem;
    }

    .box6 {
        flex-direction: column;
        height: 38vh;
        position: relative;
        justify-content: flex-end;
    }

    .box61 {
        height: 30vh;
        width: 80%;
        justify-content: center;
    }

    .box61 div {
        height: 28vh;
    }

    .box62 {
        height: 7vh;
        position: absolute;
        top: 0%;
        left: 40%;
    }

    .box2,
    .box3 {
        height: 35vh;
        flex-direction: column;
        position: relative;
    }
    .box3{
        justify-content: flex-end;
    }

    .box21 {
        height: 15vh;
        width: 60%;
    }

    .box22,
    .box31 {
        height: 15vh;
        width: 80%;
    }
    .box32{
        position: absolute;
        height: 15vh;
        width: 60%;
        top: 10%;
        left: 20%;
    }

    .box4 {
        display: none;
    }

    .box7 {
        height: 40vh;
        flex-direction: column;
    }

    .box71 {
        height: 12vh;
        width: 25%;
    }

    .box72 {
        height: 25vh;
        width: 80%;
        gap: 1rem;
    }
    
    

}