@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Playwrite+PT:wght@100..400&family=Rajdhani:wght@300;400;500;600;700&family=Sanchez:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&family=Playwrite+NG+Modern:wght@100..400&family=Playwrite+US+Trad:wght@100..400&family=Inconsolata:wght@200..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
}

/* navbar */
.comp1_sec3_container_heading a{
    display: block;
    border: 1px solid seagreen;
}

#mission{
	width:100%; min-height:450px; background-color:#69dfff; margin-top:50px; 
	background-image:url(./images/train.jpg);
    background-attachment:fixed;
	}
    div.transbox {
        margin: 30px;
        background-color: #ffffff;
        border: 1px solid black;
        opacity: 0.7;
        filter: alpha(opacity=60); /* For IE8 and earlier */
    }
    div.transbox p {
        margin: 5%;
        font-family: 'Dancing Script', cursive;
        font-weight: bold;
        color: #000000;
    }
/* container1 (carousal) */
.container1{
    height: 85vh;
    width: 100%;
    display: flex;
    align-items: center;
    
}
.slidebtn{
    position: absolute;
    height: 30px;
    width: 20px;
    /* border: 1px solid red; */
    font-size: 1.5rem;
    margin: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nextbtn{
    right:0%;
}
.sec1_container1{
    height: 100%;
    width: 100%;
    display: flex;
    overflow-x: scroll;
}
.sec1_container1::-webkit-scrollbar{
    display: none;
}
.imagebox{
    height: 100%;
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border: 1px solid red; */
    z-index: -1;
    display: flex;
    align-items: center;
}
.sub1_sec1_container1{
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec1_imagebox{
    height: 30vh;
    width: 90%;
    margin: 0 auto;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.heading_sec1_imagebox{
    font-size: 1.4rem;
    color: wheat;
}
.description_sec1_imagebox{
    font-size: 1.1rem;
    color: wheat;
}
.sec1_imagebox a button{
    padding: 0.3rem 1rem;
}
.sec1_imagebox a{
    cursor: pointer;

}


/* container2 */
.container2{
    height: 100vh;
    width: 100%;
    /* border: 1px solid saddlebrown; */
    display: flex;
}
.sec1_container2{
    height: 100%;
    width: 95%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.sec2_container2{
    height: 100%;
    width: 5%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.sec2_container2 div{
    height: fit-content;
    width: 90%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    
}
.sec2_container2 div i{
    margin: 0.5rem 0;
    font-size: 1.3rem;
}
.sub1_sec1_cotainer2{
    font-size: 2.3rem;
    font-family: "Raleway", sans-serif;
    /* font-family: "Dancing Script", cursive; */
    margin: 4rem 0;
}
.sub2_sec1_container2{
    min-height: 30vh;
    max-height: fit-content;
    width: 80%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    justify-content: space-evenly;
}
.row1_sub1_sec1_container2{
    font-family: "Rajdhani", sans-serif;
    font-size:1.4vw;
}
.row2_sub1_sec1_container2{
    font-size: 1.5rem;
    font-family: "Crimson Text", serif;
}
.row3_sub1_sec1_container2{
    font-family: "Roboto Mono", monospace;

}
.sub3_sec1_cotainer2{
    margin: 2rem 0;
    font-family: "LXGW WenKai TC", cursive;
}
.sec1_container2 a{
    display: block;
    height: 6vh;
    width: 13%;
    border: 1px solid #8de203;
    text-decoration: none;
    background-color: #8de203;
    border-radius: 4rem;
    margin-top: 2vh;
    display: flex;
    align-items: center;

}
.sec1_container2 a div{
    /* padding: 0.3rem 1rem; */
    background-color: #ffffff;
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1vw;
    border-radius: 4rem;
}
.sec1_container2 a i{
    margin-left: 0.5vw;
}
#facebook i{
    color:#316FF6 ;
}
#linkedin i{
    color:#0072b1 ;
}
#instagram i{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    color: transparent;
}

/* container3 */
.container3{
    height: 100vh;
    width: 100%;
    /* border: 1px solid red; */
    background-color: #f8d7ac;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
}
.sec1_container3{
    height: 90%;
    width: 95%;
    /* border: 1px solid black; */
    display: flex;
}
.container3 .heading_container3{
    /* font-family: "Playwrite US Trad", cursive; */
    font-family: "Raleway", sans-serif;

    font-size: 1rem;
    /* font-weight: bold; */

}
.sub1_sec1_container3{
    height: 100%;
    width: 30%;
    /* border: 1px solid black; */
}
.sub1_sec1_container3 img{
    height: 100%;
    width: 100%;
}
.sub2_sec1_container3{
    height: 100%;
    width: 70%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prtn1_sub2_sec1_container3{
    width: 95%;
    min-height: 7vh;
    max-height: fit-content;
    /* border: 1px solid red; */
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;

}
.prtn2_sub2_sec1_container3{
    height: 15vh;
    width: 95%;
    font-size: 1rem;
    /* border: 1px solid black; */
    margin-top: 1rem;
    font-family: "Nunito Sans", sans-serif;
    
}
.prtn3_sub2_sec1_container3{
    height: 30vh;
    width: 95%;
    font-size: 1rem;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
}
.prtn3_sub2_sec1_container3 div{
    height: 100%;
    width: 22%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.prtn3_sub2_sec1_container3 div span:first-child{
    font-size: 1.4rem;
    margin: 0.5rem 0;
    color: rgb(25, 125, 255);
    font-family: "Rajdhani", sans-serif;

}
    


/* container4 */
.container4{
    height: 100vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.sec1_container4{
    font-family: "Raleway", sans-serif;

    /* font-family: "Playwrite US Trad", cursive; */
    /* margin-top: 1rem; */
    font-size: 1.3rem;
}
.sec2_container4{
    height: 70%;
    width: 95%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
}
.sub1_sec2_container4{
    height: 100%;
    width: 55%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
}
.sub2_sec2_container4{
    height: 100%;
    width: 40%;
    /* border: 1px solid rgb(15, 158, 22); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.column{
    height: 100%;
    width: 30%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.imgbox_sub1_sec2_container4{
    width: 100%;
    /* border: 1px solid red; */
    margin-right: 2rem;
    transition: 1s;
}
.imgbox_sub1_sec2_container4:hover{
    transform: scale(1.1);
    
}
#img1_imgbox{
    height: 30%;
    /* width: 200px; */
}
#img2_imgbox{
    height: 65%;
    /* width: 150px; */
}
#img3_imgbox, #img4_imgbox, #img5_imgbox{
    height: 30%;
    /* width: 200px; */
}
#img6_imgbox, #img7_imgbox{
    height: 47%;
}
.imgbox_sub1_sec2_container4 img{
    height: 100%;
    width: 100%;
}
.description_sub2_sec2_container4{
    height: fit-content;
    width: 100%;
    /* border: 1px solid red; */
    margin: 0;
    font-family: "LXGW WenKai TC", cursive;
}
.ullist_sub2_sec2_container4{
    height: fit-content;
    /* border: 1px solid red; */
}
/* .sub2_sec2_container4 a div{
    padding: 0.3rem 1rem ;
    
} */
.sub2_sec2_container4 a{
    display: block;
    height: 6vh;
    width: 40%;
    border: 1px solid rgb(5, 164, 167);
    text-decoration: none;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgb(5, 187, 87) 0%, rgb(5, 164, 167) 90% );
    border-radius: 4rem;
    margin-top: 2vh;
    display: flex;
    align-items: center;

}
.sub2_sec2_container4 a div{
    /* padding: 0.3rem 1rem; */
    background-color: #ffffff;
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1vw;
    border-radius: 4rem;
    color: #022569;
}
.sub2_sec2_container4 a i{
    margin-left: 0.5vw;
    color: white;
}


/* container5 */
.container5{
    height: 110vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.sec1_container5{
    height: 15vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}
.sub1_sec1_container5{
    font-size: 1.3rem;
}

.sec2_container5{
    height: 80vh;
    width: 95%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-evenly;
}
.sec2_container5 div{
    height: 100%;
    width: 25%;
    /* border: 1px solid red; */
}
.sub1_sec2_container5{
    background-color: #ff9a3b;
}
.sub2_sec2_container5{
    background-color: #8de203;
}
.sub3_sec2_container5{
    background-color: #ad78f1;
}
.sec2_container5 .heading_alldiv_sec2_container5{
    height: 15%;
    width: 100%;
    /* border: 1px solid rgb(221, 220, 220); */
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(49, 49, 49);
}
.sec2_container5 .heading_alldiv_sec2_container5 span{
    margin: 0 0.5rem;
}
.sec2_container5 .heading_alldiv_sec2_container5 span:first-child{
    font-size: 1.6rem;
}
.sub1_sec2_container5 .heading_alldiv_sec2_container5{
    background-color: #f17908;
}
.sub2_sec2_container5 .heading_alldiv_sec2_container5{
    background-color: #9eff01;
}
.sub3_sec2_container5 .heading_alldiv_sec2_container5{
    background-color: #9d56fa;
}

.sec2_container5 .port1_alldiv_sec2_container5{
    height: 75%;
    width: 100%;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec2_container5 .port2_alldiv_sec2_container5{
    height: 5%;
    width: 100%;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sec2_container5 .port2_alldiv_sec2_container5 a{
    margin-right: 1rem;
    text-decoration: none;
    color: #252525;
}
.port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5{
    height: 100%;
    width: 90%;
    /* border: 1px solid red; */
    margin: 0.3rem 0;
    overflow-y: scroll;
}
.port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5::-webkit-scrollbar{
    display: none;
}
.port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5 a{
    display: block;
    height:50px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    color: rgb(31, 30, 30);
    /* border: 1px solid red; */
    margin: 0.1rem 0;
}
.port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5 a span:first-child{
    font-size: 1.3vw;
    margin: 0 1rem;
}
.port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5 a span:last-child{
    display: block;
    min-height: 40px;
    max-height: fit-content;
    width: 85%;
    /* border: 1px solid black; */
    font-size: 1.2vw;
}
.sub2_sec2_container5 .port1_alldiv_sec2_container5{
    height: 75%;
    width: 100%;
    overflow-y: scroll;
    /* border: 1px solid black; */
}
.sub2_sec2_container5 .port1_alldiv_sec2_container5 .body_latestrelease{
    height: fit-content;
    width: 100%;
    /* border: 1px solid red; */
}
.sub2_sec2_container5 .port1_alldiv_sec2_container5 .body_latestrelease .item_port1_alldiv_sec2_container5{
    min-height: 50px;
    max-height: fit-content;
    width: 100%;
    width: 100%;
    /* border: 1px solid rgb(55, 0, 255); */
}

 /* .sub2_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5{
    height: 50px;
    width: 90%;
    border: 1px solid red;
    margin: 0.3rem 0;
    
} */



.sub2_sec2_container5 .port1_alldiv_sec2_container5::-webkit-scrollbar{
    display: none;
}

.sub2_sec2_container5 .port1_alldiv_sec2_container5 .pressdate{
    height: 4vh;
    width: 70%;
    /* border: 1px solid white; */
    margin-left: 1rem;
    display: flex;
    align-items: center;
}
.sub2_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5 a{
    display: block;
    height: fit-content;
    font-size: 0.9rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    color: rgb(31, 30, 30);
    /* border: 1px solid white; */

} 

.sub3_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5{
    width: 80%;
    text-align:start;
    overflow-y: scroll;
}
.sub3_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5 a{
    height: fit-content;
    /* border: 1px solid white; */
    /* margin-bottom: 30px; */
    position: relative;
}

.sub3_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5 a span:last-child{
    min-height: 50px;
    max-height: fit-content;
}
/* .sub2_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5 a span:last-child{
    display: block;
    min-height: 50px;
    max-height: fit-content;
    width: 80%;
    border: 1px solid rebeccapurple;
    font-size: 1.2vw;

} */

/* .sub2_sec2_container5 .port1_alldiv_sec2_container5{
    height: 75%;
    width: 100%;
    border: 1px solid red;
    overflow-y: scroll;
}
.sub2_sec2_container5 .port1_alldiv_sec2_container5 .body_latestrelease{
    height: fit-content;
    width: 100%;
    border: 1px solid green;
} */


/* container6 */
.container6{
    height: 100vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.sec1_container6{
    height: 5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    /* font-family: "Playwrite US Trad", cursive; */
    font-family: "Raleway", sans-serif;

    margin-top: 2rem ;
    margin-bottom: 1rem ;
}
.sec2_container6{
    height: 10vh;
    width: 95%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 1.5vw;
    margin: 1rem 0;
}
.sec3_container6{
    height: 45vh;
    width: 95%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.div_sec3_container6{
    height: 100%;
    width: 17%;
    border: 1px solid rgb(119, 119, 121);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: default;
}
.heading_div_sec3_container6{
    height: 30%;
    width: 90%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.4vw;
}
.sec1_div_sec3_container6{
    height: 60%;
    width: 90%;
    text-align: center;
    font-size: 1.1vw;
}
.sec2_div_sec3_container6{
    height: 10%;
    width: 90%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.div_sec3_container6:hover{
    background-color: #bdfc11;
    transition: 1s;
}


/* footer */
.footer{
    height: 100vh;
    width: 100%;
    /* border: 1px solid red; */
    background-color: #041434;
    color: white;
}
.sec1_footer{
    height: 80%;
    width: 100%;
    /* border: 1px solid saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.item_sec1_footer{
    height: 70%;
    width: 20%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.heading_item_sec1_footer{
    height: 10%;
    width: 100%;
    /* border: 1px solid saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.body_item_sec1_footer{
    height: 80%;
    width: 100%;
    /* border: 1px solid red; */
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: left;
}
.body_item_sec1_footer a{
    list-style: none;
    margin: 0.5rem 1rem;
    padding: 0.1rem 0;
    color: white;
    text-decoration: none;
}
.connect_footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    /* border: 1px solid white; */
}
.connect_footer a{
    /* border: 1px solid white; */
    font-size: 1.5rem;
}

.sec2_footer{
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #041d4e;

}
.sub1_sec2_footer{
    height: 60%;
    width: 90%;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contact_privacypolicy span{
    padding: 0 0.5rem;
}
.contact_privacypolicy span:first-child{
    border-right: 1px solid white;
    padding-left: 0;
}
.sub1_sec2_footer p{
    font-size: 0.8rem;
    font-family: "Inconsolata", monospace;
    color: rgb(175, 174, 174);

}

.sub2_sec2_footer{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.2rem 0;
    font-size: 0.9rem;
    background-color: #022569;
}
.sub2_sec2_footer span{
    margin: 0 0.5rem;
    color: rgb(189, 186, 186);
}
.sub2_sec2_footer a{
    color: rgb(59, 207, 91);
    text-decoration: none;
}
























@media screen and (min-width:700px) and (max-width:1199px) {
    /* heading */
    .container_heading{
        padding: 0.5rem 0;
    }
    .sec1_container_heading{
        margin-left: 1rem;
        font-size: 0.7rem;
    }   
    .sec2_container_heading{
        font-size: 0.8rem;
    }
    .sec2_container_heading span:last-child{
        font-family: "Playwrite PT", cursive;
        font-size: 0.6rem;
    }
    
/* container_navbar */
    .container_navbar{
        height: 7vh;
    }
    .allitems{
        min-height: 6vh;
    }
    .item{
        font-size: 0.8rem
    }  
    .allitems ul li{
        font-size: 0.8rem;
    }
    .allitems ul li a{
        margin-left: 1rem;
    }
    .carousel-item {
        height: 5vh;
    }
    
/* container1 (carousal) */   
    .slidebtn{
        font-size: 1.4rem;
        margin: 0 1rem;
    }
    .sec1_imagebox{
        margin-top: 5rem;
    }
    .heading_sec1_imagebox{
        font-size: 1.4rem;
        color: wheat;
    }
    .description_sec1_imagebox{
        font-size: 1rem;
        color: wheat;
    }
    .sec1_imagebox a button{
        font-size: 0.7rem;
    }

/* container2 */
    .sec2_container2 div i{
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }
    .sub1_sec1_cotainer2{
        font-size: 2rem;
        font-family: "Dancing Script", cursive;
        margin: 3rem 0;
    }
    .row2_sub1_sec1_container2{
        margin: 1rem 0;
    }
    .sub3_sec1_cotainer2{
        font-size: 0.9rem;
    }
    .sec1_container2 a button{
        padding: 0.3rem 1rem;
        font-size: 0.8rem;
    }


/* container3 */
    .heading_container3{
        font-family: "Playwrite US Trad", cursive;
        margin-top: 2rem;
    }
    .sub1_sec1_container3{
        height: 100%;
        width: 35%;
        /* border: 1px solid black; */
    }
    .sub2_sec1_container3{
        height: 100%;
        width: 65%;
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .prtn2_sub2_sec1_container3{
        height: 20vh;
        width: 95%;
        font-size: 0.9rem;
        /* border: 1px solid black; */
        margin-top: 1rem;
        font-family: "Nunito Sans", sans-serif;
        
    }
    .prtn3_sub2_sec1_container3{
        height: 35vh;
        width: 95%;
        font-size: 1rem;
        /* border: 1px solid black; */
        display: flex;
        justify-content: space-between;
    }
    .prtn3_sub2_sec1_container3 div{
        height: 100%;
        width: 22%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /* border: 1px solid red; */
    }
    .prtn3_sub2_sec1_container3 div span:first-child{
        height: 25%;
        /* border: 1px solid black; */
        font-size: 1.2rem;
        margin: 0rem 0;
        color: rgb(25, 125, 255);
        font-family: "Rajdhani", sans-serif;
    
    }
    .prtn3_sub2_sec1_container3 div span:last-child{
        height: 65%;
        font-size: 0.9rem;
        margin: 0.5rem 0;
        /* color: rgb(25, 125, 255);
        font-family: "Rajdhani", sans-serif; */
    
    }













/* container4 */
    .description_sub2_sec2_container4{
        font-size: 0.9rem;
    }
    .sub2_sec2_container4 a button{
        font-size: 0.8rem;
    }

   
    /* container5 */
    .sec2_container5 div{
        height: 100%;
        width: 31%;
        /* border: 1px solid red; */
    }
    .sec2_container5 .heading_alldiv_sec2_container5{
        font-size: 1.1rem;
    }
    .sec2_container5 .heading_alldiv_sec2_container5 span:first-child{
        font-size: 1.4rem;
    }
    .sub3_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5{
        font-size: 0.9rem;
    }








/* footer */
    .body_item_sec1_footer a{
        margin: 0.3rem 1rem;
        font-size: 0.8rem;
    }
    .connect_footer a{
        font-size: 1.4rem;
    }
    .sub2_sec2_footer{
        font-size: 0.8rem;
    }
    .sub2_sec2_footer a{
        color: rgb(59, 207, 91);
        text-decoration: none;
    }
    
}


@media screen and (min-width:300px) and (max-width:699px){
    .sec1_container_heading span{
        display: none;
    }
    .sec3_container_heading{
        /* border: 1px solid red; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .sec3_container_heading i{
        margin-right: 2rem;
    }
    .container_heading{
        padding: 0.5rem 0;
    }

    .sec3_container_heading i{
        display: block;
    }
/* container_navbar */
    .container_navbar {
        display: none;
    }

/* container1 (carousal) */
    .container1{
        height: 60vh;     
    }
   
    .heading_sec1_imagebox{
        font-size: 1.3rem;
    }
    .description_sec1_imagebox{
        font-size: 0.9rem;
    }
    .sec1_imagebox a button{
        font-size: 0.7rem;
        padding: 0.2rem 0.7rem;
    }
    .sec1_imagebox{
        height: 20vh;
        margin-bottom: 2rem;
    }
    .imagebox{
        display: flex;
        align-items: flex-end;
    }
    .slidebtn{
        font-size: 1.4rem;
        margin: 0 0.7rem;
    }

/* container2 */
    .container2{
        height: 80vh;
        width: 100%;
        /* border: 1px solid saddlebrown; */
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
    }
    .sec2_container2{
        height: 6%;
        width: 100%;
        /* border: 1px solid black; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }
    .sec2_container2 div{
        height: fit-content;
        width: 100%;
        /* border: 1px solid red; */
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        
    }
    .sec2_container2 div i{
        margin: 0 0.5rem;
        font-size: 1.1rem;
    }
    .sec1_container2{
        height: 80%;
        width: 100%;
        /* border: 1px solid red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
    }
    .sub1_sec1_cotainer2{
        font-size: 2rem;
        font-family: "Dancing Script", cursive;
        margin: 1rem 0;
    }
    .row2_sub1_sec1_container2{
        font-size: 1.3rem;
        font-family: "Crimson Text", serif;
        text-align: center;
    }
    .sub3_sec1_cotainer2{
        display: block;
        height: fit-content;
        width: 95%;
        margin: 1.5rem auto;
        font-family: "LXGW WenKai TC", cursive;
        font-size: 0.9rem;
        /* border: 1px solid red; */
        text-align: center;
    }
    .sec1_container2 a button{
        padding: 0.2rem 0.7rem;
        font-size: 0.7rem;
    }


/* container3 */
    .container3{
        height: 110vh;
    }
    .heading_container3{
        font-family: "Playwrite US Trad", cursive;
        margin-top: 0.5rem;
        font-size: 0.9rem;
        /* border: 1px solid red; */

    }
    .sec1_container3{
        height: 100vh;
        width: 95%;
        /* border: 1px solid red; */
        display: flex;
        flex-direction: column;
    }
    .sub1_sec1_container3{
        display: none;
    }
    .sub2_sec1_container3{
        width: 95%;
        justify-content: space-between;

    }
    .prtn1_sub2_sec1_container3{
        text-align: center;
        /* border: 1px solid red; */
        font-size: 1.3rem;
        
    }
    .prtn2_sub2_sec1_container3{
        height: 25vh;
        width: 95%;
        font-size: 0.9rem;
        text-align: center;
        
    }
    .prtn3_sub2_sec1_container3{
        height: 70vh;
        width: 95%;
        font-size: 1rem;
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .prtn3_sub2_sec1_container3 div{
        height: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }





/* container4 */
    
    .container4{
        height: fit-content;
        width: 100%;
        /* border: 1px solid red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .sec1_container4{
        margin: 1rem 0;
        font-size: 1.2rem;
    }
    .sec2_container4{
        height: 90vh;
        width: 95%;
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0.5rem 0;
    }
    .sub1_sec2_container4{
        height: 55%;
        width: 100%;
        /* border: 1px solid red; */
        display: flex;
        justify-content: space-between;
    }
    .sub2_sec2_container4{
        height: 45%;
        width: 100%;
        /* border: 1px solid rgb(15, 158, 22); */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .description_sub2_sec2_container4{
        font-size: 0.9rem;
        text-align: center;
        margin: 0;
    }
    .sub2_sec2_container4 a button{
        padding: 0.2rem 0.7rem ;
        font-size: 0.7rem;
    }


/* container5 */
    /* .container5{
        height: 80vh;
        width: 100%;
        border: 1px solid red;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .sec2_container5{
        height: 60vh;
        width: 100%;
        border: 1px solid red;
        
    }
    .insights{
        height: 80%;
        width: 100vw;
        border: 1px solid rgb(8, 240, 39);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .insights p{
        display: block;
        height: 100%;
        width: 90%;
        border: 1px solid black;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        font-size: 0.9rem;
    } */

/* container5 */

    /* .container5{
        height: 200vh;
        justify-content: space-between;
        border: 1px solid red;
        padding: 1rem 0;

    }
    .sec1_container5{
        height: 15vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        padding: 1rem 0;
    }
    .sub1_sec1_container5{
        font-size: 1.3rem;
    }
    .sub2_sec1_container5{
        width: 95%;
        font-size: 0.9rem;
    }
    .sec2_container5{
        height: 180vh;
        width: 95%;
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .sec2_container5 div{
        height: 33%;
        width: 95%;
        
        border: 1px solid red;
    }
    .sec2_container5 .heading_alldiv_sec2_container5{
        font-size: 1rem;
    }
    .sec2_container5 .heading_alldiv_sec2_container5 span:first-child{
        font-size: 1.4rem;
    }
    .sec2_container5 .port1_alldiv_sec2_container5{
        height: 75%;
        width: 100%;
        border: 1px solid white;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
    }
    .sec2_container5 .port1_alldiv_sec2_container5::-webkit-scrollbar{
        display: none;
    }

    .sub3_sec2_container5 .port1_alldiv_sec2_container5 .item_port1_alldiv_sec2_container5{
        width: 80%;
        text-align:start;
        font-size: 0.9rem;
    } */





/* container6 */
    .container6{
        height: 130vh;
        width: 100%;
        /* border: 1px solid red; */
        justify-content: flex-start;
        
    }
    .sec1_container6{
        /* border: 1px solid red; */
        margin: 1rem 0;
    }
    .sec2_container6{
        height: 5vh;
        /* border: 1px solid red; */
        font-size: 1rem;
        text-align: center;
    }
    .sec3_container6{
        height: 100vh;
        width: 95%;
        /* border: 1px solid black; */
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .div_sec3_container6{
        height: 30vh;
        width: 40%;
        border: 1px solid rgb(119, 119, 121);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        cursor: default;
    }

    .heading_div_sec3_container6{
        font-size: 1rem;
    }
    .sec1_div_sec3_container6{
        height: 60%;
        width: 90%;
        text-align: center;
        font-size: 0.8rem;
    }



/* footer */
    .footer{
        height: fit-content;
        width: 100%;
        /* border: 1px solid red; */
        background-color: #041434;
        color: white;
    }
    .sec1_footer{
        height: fit-content;
        width: 100%;
        /* border: 1px solid rgb(228, 142, 81); */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding: 1rem 0 0.5rem;

    }
    .item_sec1_footer{
        height: 25vh;
        width: 100%;
        /* border: 1px solid rgb(207, 207, 207); */
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
    .heading_item_sec1_footer{
        height: 100%;
        width: 30%;
        /* border: 1px solid saddlebrown; */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
    }
    .body_item_sec1_footer{
        height: 80%;
        width: 70%;
        /* border: 1px solid red; */
        padding: 0.5rem 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: center; */
        text-align: left;

    }
    .body_item_sec1_footer a{
        list-style: none;
        margin: 0rem 1rem;
        padding: 0.1rem 0;
        color: white;
        text-decoration: none;
        font-size: 0.8rem;

    }
    .connect_footer_maincontainer{
        height: 10vh;
    }
    .connect_footer{
        display: flex;
        align-items: center;
    }
    .connect_footer a i{
        font-size: 1.2rem;
    }

    .sec2_footer{
        height: fit-content;
    }
    .sub1_sec2_footer{
        margin: 0.5rem 0;
    }
    .contact_privacypolicy {
        margin: 0.3rem 0;
        font-size: 0.9rem;
    }
    .sub2_sec2_footer span{
        margin: 0 0.5rem;
        color: rgb(189, 186, 186);
        font-size: 0.8rem;
    }
}




/* ---- NEW RESPONSIVE ------ */
/* CONTAINER2 */
/* Base styles (your original styles) */

/* Responsive tweaks */
@media (max-width: 1024px) {
    .container2 {
      flex-direction: column;
      height: auto; /* let height adjust */
    }
  
    .sec1_container2 {
      width: 100%;
      padding: 1rem;
    }
  
    .sec2_container2 {
      width: 100%;
      height: auto;
      flex-direction: row;
      justify-content: center;
      margin-top: 1rem;
    }
  
    .sec2_container2 div {
      flex-direction: row;
      justify-content: space-around;
      width: 100%;
    }
  
    .sec2_container2 div i {
      margin: 0 0.5rem;
      font-size: 1.5rem;
    }
  
    .sub1_sec1_cotainer2 {
      font-size: 1.8rem;
      margin: 2rem 0;
      text-align: center;
    }
  
    .sub2_sec1_container2 {
      width: 100%;
      min-height: auto;
    }
  
    .row1_sub1_sec1_container2 {
      font-size: 4vw; /* more fluid font size */
      text-align: center;
    }
  
    .row2_sub1_sec1_container2 {
      font-size: 3.5vw;
      text-align: center;
    }
  
    .row3_sub1_sec1_container2 {
      font-size: 3vw;
      text-align: center;
    }
  
    .sub3_sec1_cotainer2 {
      margin: 1.5rem 0;
      font-size: 1.5rem;
      text-align: center;
    }
  
    .sec1_container2 a {
      width: 50%;
      height: 8vh;
      margin: 1rem auto 0 auto;
    }
  
    .sec1_container2 a div {
      font-size: 4vw;
      width: 75%;
    }
  
    .sec1_container2 a i {
      margin-left: 0.5rem;
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 480px) {
    .container2 {
        flex-direction: column-reverse;
        height: auto; /* let height adjust */
      }
    .sub1_sec1_cotainer2 {
      font-size: 1.5rem;
      margin: 1.5rem 0;
    }
  
    .row1_sub1_sec1_container2,
    .row2_sub1_sec1_container2,
    .row3_sub1_sec1_container2 {
      font-size: 3vw;
    }
  
    .sec1_container2 a {
      width: 80%;
      height: 7vh;
    }
  
    .sec1_container2 a div {
      font-size: 3.5vw;
      width: 80%;
    }
    .sec2_container2 div{
        justify-content: flex-end;
    }
    .sec2_container2 div span {
      font-size: 1.2rem;
      margin-left: 0.5vw;
    }
    .sec2_container2 div i {
      font-size: 1.2rem;
     
    }
  }
  

  /* CONTAINER3 */
  /* Base styles (your original styles) */

/* Responsive tweaks */
@media (max-width: 1024px) {
    .container3 {
      height: auto; /* let height adjust */
      padding: 1rem 0;
    }
  
    .sec1_container3 {
      flex-direction: column;
      height: auto;
      width: 95%;
    }
  
    .sub1_sec1_container3 {
      width: 100%;
      height: auto;
      margin-bottom: 1rem;
    }
  
    .sub1_sec1_container3 img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  
    .sub2_sec1_container3 {
      width: 100%;
      height: auto;
      align-items: flex-start;
      justify-content: flex-start;
    }
  
    .prtn1_sub2_sec1_container3 {
      font-size: 1.2rem;
      width: 100%;
    }
  
    .prtn2_sub2_sec1_container3 {
      height: auto;
      width: 100%;
      font-size: 0.95rem;
      margin-top: 0.7rem;
    }
  
    .prtn3_sub2_sec1_container3 {
      flex-wrap: wrap;
      height: auto;
      width: 100%;
      gap: 1rem;
    }
  
    .prtn3_sub2_sec1_container3 div {
      width: 45%; /* two per row */
      margin-bottom: 1rem;
    }
  
    .prtn3_sub2_sec1_container3 div span:first-child {
      font-size: 1.2rem;
    }
  }
  
  @media (max-width: 480px) {
    .container3 {
      padding: 1rem 0.5rem;
    }
  
    .prtn1_sub2_sec1_container3 {
      font-size: 1rem;
    }
  
    .prtn2_sub2_sec1_container3 {
      font-size: 0.9rem;
    }
  
    .prtn3_sub2_sec1_container3 div {
      width: 100%; /* single column */
    }
  
    .prtn3_sub2_sec1_container3 div span:first-child {
      font-size: 1rem;
    }
  }
  

/* MISSIONS */
