* {
    margin: 0;
    left: 0;
    box-sizing: border-box;
    /* font-family: "Oswald", sans-serif; */
    font-family: 'Lato', arial, sans-serif;
}

body {
    height: auto;
    overflow: scroll;
}

body::-webkit-scrollbar {
    display: none;
}

button {
    background-color: transparent;
    border: none;
}

/* 
--Flex
--Button
--Border Radius
--Border
--Min Max Height
--Height
--Width
-- Padding
--Color
*/


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;
}

/* .box1 {
    background-image: url('/Index_pics/Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */



.box81 p,
.box21 p,
.box122 p {
    text-indent: 30px;
    line-height: 1.5;
    text-align: justify;
}

h3 {
    color: green;
}

.box2 div img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    /* animation: box2_img 4s; */
    /* box-shadow: 0.5rem 1rem 0.5rem silver; */
}

.box3 div {
    /* border-radius: 1rem; */
    position: relative;
    background-color: black;
}


.box3 div p {
    padding: 0.5rem;
    /* text-indent: 30px; */
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 30%;
    color: white;
    font-size: 1.5rem;

}

.box3 div img {
    height: 100%;
    width: 100%;
    border-radius: 0rem;
    opacity: 0.5;
    /* animation: box3_img 4s; */
    /* border-bottom: 0.25rem solid gold; */
    /* box-shadow: 0.5rem 0.5rem 0.5rem silver; */
}



.box4 p {
    text-align: justify;
    line-height: 1.7;
    text-indent: 50px;
}

.box4 h2 {
    color: green;
    font-weight: bold;
}

.box4 img {
    height: 90%;
    width: 90%;
    border-radius: 50%;
}

.box5 {
    background-color: black;
}

span {
    color: orangered;
}

.box51 h2 {
    color: white;
}

.box5 div:nth-child(1) h3 {
    color: white;
}

.box5 div:nth-child(1) div p {
    color: #d0d3d4;
    text-indent: 30px;
    line-height: 1.5;
    text-align: justify;
    font-size: 1rem;
}

.box521 div {
    height: 40vh;
    width: 45%;
    background-color: black;
}

.box521 div img {
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out;
    opacity: 0.7;
    border-radius: 1rem;

}

.box5 div:nth-child(2) div img:hover {
    opacity: 1;
    transform: scale(1.03);
}



.box6 {
    background-color: #e5e7e9;
}

.box6 div {
    background-color: white;
    border-radius: 0.5rem;
    /* transition: width 2s, height 2s, box-shadow 2s, linear 1s; */
}

.box6 div h3 {
    color: green;
    line-height: 2.5;
    /* color: orange; */
}

.box6 div p {
    text-indent: 30px;
    line-height: 1.5;
    text-align: justify;
    padding: 0 1rem 0 1rem;
    color: #454545;
}

.box7 {
    position: relative;
}

.box7 h1 {
    position: absolute;
    top: 16%;
    left: 10%;
    color: white;
    text-shadow: 2px 2px black;
    width: 80%;
    line-height: 1.8;
    text-align: center;


}

.box7 img {
    height: 100%;
    width: 100%;
    filter: blur(2px);
}

/* .box8 div:nth-child(1) {
    border-radius: 10px;
} */
.box8 p {
    color: #454545;
}

.box8 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    /* box-shadow: 0.5rem 0.5rem 0.5rem silver; */

}


.box9 {
    background: #06402B;

}

.box9 video {
    height: 95%;
    width: 70%;
}

footer {
    background-color: #06402B;
    color: white;
}

.E_line {
    border: 0.2rem solid white;
}

.f_box1 h1 {
    font-size: 2rem;
}

.f_box1 img {
    height: 60%;
}

.f_box2 h2 {
    color: green;
}

.f_box3 p {
    font-size: 0.7rem;
    line-height: 1.5;
}

.f_box4 a {
    text-decoration: none;
    height: 6.5vh;
    width: 20%;
    background-color: white;
    border-radius: 50%;
}

.f_box4 a i {
    color: rgb(222, 49, 99);

}

/*------------------------------------------------------------------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;
}

.h80 {
    height: 80;
}

.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;
    }

    .logo {
        height: 6vh;
        width: 6%;
    }

    .box1 {
        height: 65vh;
    }

    .box11 {
        height: 65vh;
    }

    .box11 h1 {
        width: 50%;
        height: 10vh;
        font-size: 4rem;
        line-height: 1.5;
    }

    .box4,
    .box41 {
        height: 70vh;
    }

    .box411 {
        height: 35vh;
        width: 60%;
    }

    .box412 {
        height: 15vh;
        gap: 1rem;
    }

    .box3 {
        height: 40vh;
    }

    .box3 div {
        height: 35vh;
        justify-content: space-around;
    }

    .box9 {
        background-color: #06402B;
    }

    .box2 {
        height: 35vh;
        /* background-color: #06402B; */
    }

    .box2 div:nth-child(1) {
        height: 25vh;
    }

    .box2 div:nth-child(2) {
        height: 30vh;
    }

    .box5 {
        height: 75vh;
    }

    .box51 {
        height: 65vh;
        /* background-color: #06402B; */
    }

    .box51 div {
        height: 15vh;
    }

    .box52 {
        height: 65vh;
    }

    .box521 {
        height: 32.5vh;
    }

    .box521 div {
        height: 30vh;
    }

    .box521 div img {
        border-radius: 0.7rem;
    }

    .box6 {
        height: 40vh;
    }

    .box6 div {
        height: 30vh;
        width: 35%;
    }
    .box7 h1{
        top: 50%;
    }

    .box8 {
        height: 40vh;
    }

    .box82 {
        height: 30vh;
        width: 25%;
    }

    .box81 {
        height: 20vh;
        /* background-color: #06402B; */
    }
}

@media only screen and (max-width: 600px) {
    p {
        font-size: 0.5rem !important;
    }

    h3 {
        font-size: 0.6rem;
    }

    header {
        height: 5vh;
    }

    .logo {
        height: 4vh;
        width: 20%;
    }

    .navbar {
        display: none;
    }

    .nav_bar {
        display: block;
        height: 5vh;
    }

    .menu_icon {
        height: 5vh;
    }

   
    .box4 {
        flex-direction: column;
    }
    .box4 {
        height: 45vh;
    }
    .box41 {
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 15vh;
        /* background-color: #06402B; */
    }

    .box411 {
        height: 11vh;
        width: 35%;
    }

    .box412 {
        height: 22vh;
        gap: 0.5rem;

    }

    .box412 p {
        font-size: 0.6rem;
        text-indent: 0px;
    }

    .box412 h2 {
        font-size: 0.7rem;
    }

    .box3 {
        height: 15vh;
        justify-content: center;
        gap: 0.2rem;
        /* background-color: #06402B; */
    }

    .box3 div {
        height: 12vh;
        width: 30%;
        position: relative;
        /* background-color: black; */
        /* background-color: #06402B; */
    }

    .box3 div p {
        position: absolute;
        top: 25%;
        color: white;
        line-height: 1.8;
        font-size: 0.4rem !important;
    }

    .box3 div img {
        height: 100%;
        width: 100%;
        opacity: 0.5;
    }

    .box9 {
        height: 20vh;
        width: 100%;
        /* background-color: #06402B; */
    }

    video {
        height: 60%;
        width: 100%;
    }

    .box2 {
        height: 20vh;
        gap: 2rem;
        /* background-color: #06402B; */
    }

    .box2 div:nth-child(1) {
        height: 13vh;
        width: 30%;
    }

    .box21 {
        height: 18vh;
        gap: 0.5rem;
        /* background: #000; */
    }

    .box21 h3 {
        font-size: 0.7rem;
    }

    .box21 p {
        font-size: 0.6rem;
    }

    .box5 {
        height: 70vh;
        flex-direction: column;
        /* justify-content: center; */
        /* gap: 2rem; */

    }

    .box51 {
        height: 30vh;
        width: 90%;

        /* background-color: #00a67e; */
    }

    .box51 h2 {
        height: 5vh;
        font-size: 0.8rem;
    }

    .box51 div {
        height: 15vh;
    }

    .box52 {
        height: 30vh;
        width: 90%;
        /* background-color: green; */
    }

    .box521 {
        height: 15vh;
        width: 100%;
        /* background-color: white; */
    }

    .box521 div {
        height: 14vh;
    }

    .box521 div img {
        border-radius: 0.5rem;
    }

    .box6 {
        height: 35vh;
        flex-direction: column;
    }

    .box6 div {
        height: 15vh;
        width: 90%;
        /* padding: 0.5rem; */
    }

    .box8 {
        height: 40vh;
    }

    .box82 {
        height: 10vh;
        width: 30%;
    }

    .box7 {
        height: 20vh;
    }

    .box7 h1 {
        font-size: 1rem;
    }

    .box8 {
        height: 23vh;
        gap: 1.5rem;
        width: 100%;
    }

    .box81 {
        height: 19vh;
        width: 55%;
        /* justify-content: center; */
        gap: 0rem;
    }

    .box82 {
        height: 13vh;
        width: 30%;
    }

    footer {
        height: 30vh !important;
        justify-content: space-around !important;
    }

    .f_box1 {
        height: 5vh;
        width: 40%;
        position: relative;
        left: -5%;
        gap: 0.5rem;
    }

    .f_box1 img {
        height: 4vh;
        width: 20%;

    }

    .f_box11 {
        height: 2vh;
    }

    .f_box12 {
        height: 2vh;
        gap: 0rem;
    }

    .f_box12 h1 {
        font-size: 1rem;
    }

    .f_box2 {
        height: 3vh;
    }

    .f_box3 {
        height: 3vh;
        justify-content: center;
        line-height: 1.5;
    }

    .f_box3 p {
        font-size: 0.4rem;
    }

    .E_line {
        border: 0.05rem solid white;
    }

    .f_box4 {
        height: 5vh;
        width: 50%;
    }

    .f_box4 a {
        height: 4.5vh;
    }

}