* {
    margin: 0px;
}
html {
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background-color: #171717;
}
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #4a4a4a;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2c2c2c; 
  }
.moving_container {
    width: 60%;
    height: 5%;
    background-color: black;
    margin-left: 100%;
    padding: 10px;
}
#moving_text {
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.body_landing {
    background-color: black;
    width: 100%;
    height: 100vh;
}
.container_menu {
    width: 100%;
    height: 10%;
    background: #000000;
    display: block;
}
.sub_container_box {
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}
.contact_box, .members_box, .registration_box, .comittee_box, .home_box {
    width: 16.6667%;
    height: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resources_box {
    width: 16.6667%;
    height: 100%;
    background-color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_div {
    height: 100%;
    width: 16.6667%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#soi_logo {
    height: 70%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
}
#soi_logo:hover {
    cursor: pointer;
}
#menu {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.7vh;
    color: rgba(249, 192, 47, 0.99);
    text-decoration: none;
}
#home_text {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.7vh;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-decoration: none;
}
#menu_hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: white;
}
.soi_img_container {
    margin-top: 3   0px;
    width: 100%;
    height: 90%;
    background-image: url("https://i.ibb.co/Jtbszp8/Screenshot-2024-06-11-120707.png"); 
    background-size: cover;
}
.box_container_img {
    width: 100%;
    display: flex;
    height: 70%;
    transform: translateY(20%);
}
.img_box {
    width: 40%;
    height: 100%;
    background-color: transparent;
    filter: blur(100px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#soimun_logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    height: 100%;
    border-radius: 50%;
    box-shadow: #ffb134 0px 0px 15px;
}
.text_container {
    width: 50%;
    height: 100%;
    background-color: transparent;
    border-radius: 40px;
    display: block;
    margin-left: -20px;
}
.soi_text_container {
    width: 100%;
    height: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
}
#soi_text_p {
    font-size: 50px;
    color: transparent;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 30px;
    font-weight: 100;
    display: block;
    text-align: left;
    border-right: 2px solid wheat;
    width: 100%;
}
.container_2024, .soi_text_container {
    width: 50%;
    height: 100%;
}
.container_2024 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.layer_1 {
    display: flex;
    height: 50%;
    width: 100%;
}
#text_2024 {
    text-align: center;
    color: transparent;
    font-size: 65px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.mun_text_container {
    display: block;
    width: 100%;
    height: 50%;
    background-color: transparent;
}
.layer_2 {
    display: block;
    width: 100%;
    height: 50%;
}
#mun_text {
    font-size: 40px;
    color: transparent;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 30px;
    width: 100%;
}
#liner_text {
    text-align: left;
    font-size: 30px;
    color: transparent;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: linear-gradient(to right, rgb(98, 98, 98), white, gray, white, rgb(89, 89, 89), white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-left: 30px;
}
#menu:hover {
    transition: .7s;
    cursor: pointer;
    color: #ffffff;
}
#menu:not(:hover) {
    transition: .7s;
    cursor: pointer;
}
#options_img {
    width: auto;
    height: 50%;
    margin-left: auto;
    display: block;
    padding: 30px;
}
.contact_box:hover, .resources_box:hover, .members_box:hover, .registration_box:hover, .comittee_box:hover {
    transition: 1s;
    cursor: pointer;
}
#resources:hover {
    cursor: pointer;
}
.contact_box:not(:hover), .resources_box:not(:hover), .members_box:not(:hover), .registration_box:not(:hover), .comittee_box:not(:hover) {
    transition: 1s;
}
.about_us_container {
    height: 700px;
    width: 100%;
    background-color: #02021f;
    display: flex;
    padding-top: 50px;
}
.quote_1, .quote_2 {
    width: 10%;
    height: 100%;
    background-color: transparent;
    font-family: "Lexend", Helvetica;
}
.about_us_subcontainer {
    width: 80%;
    height: 100%;
    background-color: transparent;
    background-color: #000000;
    border-radius: 50px;
    box-shadow: 4px 4px 1px #4a4a4a;
}
#quote_1_text, #quote_2_text {
    color: black;
    font-size: 100px;
    text-align: center;
    font-weight: 1000;
}
.options_box {
    width: 83.3334%;
    justify-content: center;
    display: none;
    align-items: center;
    height: 100%;
}
.about_us_box_container {
    width: 100%;
    height: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_us_content_box {
    width: 100%;
    height: 80%;
}
.about_us_heading {
    text-align: center;
    font-size: 40px;
    color: goldenrod;
    font-weight: 600;
    font-family:  'Courier New', Courier, monospace;
}
.our_inspiration_container {
    width: 100%;
    height: 100px;
    background-color: #02021f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
#our_inspiration_text {
    color: goldenrod;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
    text-align: center;
}
.box_3 {
    width: 100%;
    height: 400vh;
    background-color: #02021f;
}
.box_3_hidden {
    width: 100%;
    height: 500vh;
    background-color: #02021f;
    display: none;
}
.dropdown_1_container, .dropdown_3_container, .dropdown_2_container, .dropdown_4_container, .dropdown_5_container, .dropdown_6_container {
    width: 100%;
    height: 16.66667%;
    display: flex;
}
.box_5 {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #02021f;
}
.contact_us_container {
    height: 70%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    border-radius: 20px;
    border-color: goldenrod;
    border-width: 7.5px;
    border-style: double;
}
.contact_us_text_container {
    width: 100%;
    height: 15%;
    background-color: transparent;
}
#contact_us_text {
    color: goldenrod;
    font-size: 40px;
    font-family: "Lexend", Helvetica;
    font-weight: 500;
}
.contact_us_subcontainer {
    width: 90%;
    height: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid gray;
    align-items: center;
}
.email_container, .phone_container, .insta_container {
    width: 100%;
    height: 28.3%;
    background-color: transparent;
    display: flex;
}
.email_img_container, .phone_img_container, .insta_img_container {
    width: 15%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.email_text_container, .phone_text_container, .insta_text_container {
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
}
#email_text, #insta_text {
    color: white;
    font-family: "Kameron", Helvetica;
    font-weight: 400;
    font-size: 35px;
    text-shadow: 2px 6px 4px #00000040;
    text-decoration: none;
}
#phone_text {
    color: white;
    font-family: "Kameron", Helvetica;
    font-weight: 400;
    font-size: 35px;
    text-shadow: 2px 2px 0px #0000003d;
}
#insta_text:hover, #email_text:hover {
    cursor: pointer;
    color: goldenrod;
    transition: 0.6s;
}
#insta_text:not(:hover), #email_text:not(:hover) {
    transition: 0.6s;
}
#contact_us_logos {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.gallery_container {
    width: 100%;
    height: 90vh;
    background-color: #02021f;
}
#back_button, #next_button {
    width: 30%;
    height: auto;
    border-radius: 20%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#message_text {
    color: white;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.95vw;
    line-height: 1.2;
}
#back_button:hover, #next_button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px black;
    width: 35%;
    transition: 0.5s;
}
#back_button:not(:hover), #next_button:not(:hover) {
    transition: 1s;
}
#gallery_img {
    width: auto;
    height: 90%;
    border-radius: 10px;
    border-color: goldenrod;
    border-style: solid;
    border-width: 3px;
    aspect-ratio: 3/2;
}
.countdown_container {
    width: 100%;
    height: 55vh;
    background-color: #02021f;
}
.countdown_header {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#countdown_text {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}
.countdown_main_container {
    width: 80%;
    height: 70%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.days_container, .hrs_container, .mins_container, .sec_container {
    width: 25%;
    height: 100%;
}
.days_value, .hrs_value, .mins_value, .sec_value {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.days_container {
    border-left: 2px solid goldenrod;
}
.sec_container {
    border-right: 2px solid goldenrod;
}
.days_text, .hrs_text, .mins_text, .sec_text {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 75px;
    font-family: 'Courier New', Courier, monospace;
}
#days_value_text, #hrs_value_text, #mins_value_text, #sec_value_text {
    font-size: 120px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    color: goldenrod;
}
.countdown_hr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: goldenrod;
    margin-top: 10px;
}
.copyright_container {
    width: 100%;
    height: 15vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid goldenrod;
}
#copyright_text {
    color: goldenrod;
    font-size: 30px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.map_container {
    width: 100%;
    height: 60vh;
    background-color: #02021f;
}
#map {
    height: 100%;
    width: 80%;
}
#address_text {
    width: 40%;
    color: goldenrod;
    font-size: 5vh;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}
#address_main_text {
    width: 60%;
    color: white;
    font-size: 3vh;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
}

#quote_1, #quote_2 {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.dropdown_1_text_container, .dropdown_3_text_container {
    width: 0%;
    height: 100%;
    background-color: transparent;
}
.img_1_container, .img_3_container {
    width: 100%;
    height: 100%;
    background-color: #00000040;
}
.gallery_text_container {
    width: 100%;
    height: 15%;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-top: 50px;
}
#gallery_text {
    color: rgb(255, 255, 255);
    font-size: 65px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}
.gallery_img_container {
    height: 100%;
    width: 100%;
    background-color: transparent;
}
.gallery_img_subcontainer {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.left_button_container, .right_button_container {
    width: 20%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_img_container {
    width: 60%;
    height: 100%;
    background-color: transparent;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mun, #soimun, #philosophy {
    color: white;
    font-size: 21px;
    font-family: Raleway,sans-serif!important;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-style: solid;
}
.mun_container, .soimun_container, .philosophy_container {
    height: 33%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_insp {
    width: 100%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.designation_container {
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: first baseline;
}
.name_container {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#name_text {
    font-size: 20px;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#designation_text {
    font-size: 15px;
    color: goldenrod;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.resources_dropdown_container {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.resources_option {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.resources_option:hover {
    cursor: pointer;
}
.soimun_brochure:hover, .coc:hover, .rop:hover {
    transition: 1s;
    background-color: rgb(31, 31, 31);
    cursor: pointer;
}
.soimun_brochure:not(:hover), .coc:not(:hover), .rop:not(:hover) {
    transition: 1s;
    background-color: #000;
}
.soimun_brochure, .coc, .rop {
    width: 100%;
    height: 25%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-top: 2px solid white;
}
.insp_img_container_left {
    width: 30%;
    height: 100%;
    border-right: 2px solid goldenrod;
}
.insp_img_container_right {
    width: 30%;
    height: 100%;
    border-left: 2px solid goldenrod;
}
.insp_img_boxcontainer {
    height: 75%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#insp_img {
    height: auto;
    width: 70%;
    border-radius: 10px;
    border: 3px solid goldenrod;
}
.insp_name_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
}
#insp_name_text1, #insp_name_text2, #insp_name_text3, #insp_name_text4, #insp_name_text5, #insp_name_text6 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}
.insp_designation_container {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#insp_designation_text1, #insp_designation_text2, #insp_designation_text3, #insp_designation_text4, #insp_designation_text5, #insp_designation_text6 {
    color: goldenrod;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}
.message_container {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.message_box_purple {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    box-shadow: 5px 5px 0px #161616;
    background-color: rgb(0, 0, 0);
}
.message_box_blue {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    box-shadow: -5px 5px 0px #121212;
    background-color: rgb(0, 0, 0);
}
.message_box_orange {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    box-shadow: 5px 5px 0px #101010;
    background-color: rgb(0, 0, 0);
}
.message_box_green {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    box-shadow: -5px 5px 0px #131313;
    background-color: rgb(0, 0, 0);
}
#resources {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: none;
    font-size: 20px;
    color: #f9e52f;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
#resources:focus {
    outline: none;
    border: none;
    background-color: #000;
}
.map_subcontainer {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.address_container {
    width: 80%;
    height: 30%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
#rotate_text {
    color: goldenrod;
    text-align: center;
    font-size: 8vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.rotate_container {
    width: 100%;
    height: 100vh;
    background-color: #02021f;
    display: none;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1000px) and (orientation: portrait) {
    .map_container {
        height: 25vh;
    }
    #days_value_text, #hrs_value_text, #mins_value_text, #sec_value_text {
        font-size: 125px;
    }
    #menu {
        font-size: 1vh;
    }
    #home_text {
        font-size: 1vh;
    }
    #address_text {
        font-size: 2.5vh;
    }
    #address_main_text {
        font-size: 1.25vh;
    }
    .copyright_container {
        height: 10vh;
    }
    #mun_text {
        font-size: 2.1vh;
    }
    #text_2024 {
        font-size: 50px;
    }
    #liner_text {
        font-size: 30px;
    }
    #soi_text_p {
        font-size: 2.5vh;
    }
    .body_landing {
        height: 40vh;
    }
    #soimun_logo {
        height: auto;
        width: 70%;
    }
    #back_button, #next_button {
        width: 60%;
        height: auto;
    }
    #back_button:hover, #next_button:hover {
        width: 65%;
    }
    .gallery_container {
        height: 40vh;
        border-bottom: 2px solid goldenrod;
    }
    #message_text {
        font-size: 1.1vh;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .countdown_container {
        height: 20vh;
    }
    .days_text, .hrs_text, .mins_text, .sec_text {
        font-size: 45px;
    }
    .dropdown_1_container, .dropdown_3_container, .dropdown_2_container, .dropdown_4_container, .dropdown_5_container, .dropdown_6_container {
    display: block;
    }
    .insp_img_container_left, .insp_img_container_right {
        width: 100%;
        height: 40%;
        border: none;
    }
    #insp_img {
        height: 90%;
        width: auto;
    }
    .message_container {
        width: 100%;
        height: 60%;
    }
    .box_3 {
        display: none;
    }
    .box_3_hidden {
        display: block;
    }
    .insp_img_boxcontainer {
        height: 85%;
    }
    .insp_name_container {
        height: 7.5%;
    }
    .insp_designation_container {
        height: 7.5%;
    }
    #insp_name_text1, #insp_name_text2, #insp_name_text3, #insp_name_text4, #insp_name_text5, #insp_name_text6 {
        font-size: 35px;
    }
    #insp_designation_text1, #insp_designation_text2, #insp_designation_text3, #insp_designation_text4, #insp_designation_text5, #insp_designation_text6 {
        font-size: 30px;
    }
    .message_box_blue, .message_box_green {
        box-shadow: 8px 8px 0px rgb(41, 41, 41);
    }
    .message_box_orange {
        box-shadow: -8px 8px 0px rgb(41, 41, 41);
    }
    #gallery_img {
        width: 100%;
        height: auto;
    }
    .left_button_container, .right_button_container {
        width: 15%;
    }
    .main_img_container {
        width: 70%;
    }
    .about_us_container {
        height: 100vh;
    }
    #quote_1, #quote_2 {
        display: none;
    }
    .about_us_subcontainer {
        width: 100%;
    }
    .about_us_box_container {
        height: 12%;
    }
    .mun_container, .soimun_container, .philosophy_container {
        height: 29.3333%;
    }
    .about_us_content_box {
        height: 100%;
    }
    .about_us_heading {
        font-size: 3.5vh;
    }
    #mun, #soimun, #philosophy {
        font-size: 1.75vh;
        padding: 2vh;
    }
    .soi_text_container {
        width: 60%;
    }
    .container_2024 {
        width: 40%;
    }
    .soi_img_container {
        height: 85%;
    }
    .container_menu {
        height: 15%;
    }
    #soi_logo {
        height: 60%;
        width: auto;
    }
    .contact_box, .members_box, .registration_box, .comittee_box, .home_box, .resources_box {
        display: none;
    }
    .options_box {
        display: flex;
    }
}   
@media (max-width: 1100px) and (orientation: landscape) {
    #main_doc {
        display: none;
    }
    .rotate_container {
        display: flex;
    }
}
.options_doc {
    height: 100vh;
    width: 100%;
    background-color: #02021f;
    display: none;
}