/* Banner Start */
body,
div {
    margin: 0;
    padding: 0;
}

.banner {
    width: 100%;
    height: auto;
}

/* Banner End */

/* Nav Start */
.nav,
.herosec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 15px;
}

.fa-house {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    border: none;
    border-radius: 1vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.fa-house:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
}

.btn {
    padding: 5px 20px;
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    border: none;
    border-radius: 1vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 150px;
}

.btn:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
}

.design {
    font-size: 1.2rem;
}

.label {
    color: #000000;
    font-family: "Jua";
    font-size: 7vw;
    text-shadow: 2px 2px 4px #ff7f0a;
}

/* Nav End */

/* Carousel Start */
/* .carousel {
    width: 750px;
    height: 360px;
    border: 2px solid #000;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    border-radius: 50px;
    overflow: hidden;
    margin-left: -5vw;
}

.carousel img {
    border-radius: 50px;
    max-height: 100%;
    object-fit: cover;
    z-index: -1;
} */

/* Carousel End */

/* Second nav Start */
.second-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* margin-left: 20px; */
}

.second-nav a {
    margin: 10px;
}

.rocket {
    width: 350px;
    height: 400px;
    padding-left: 20px;
}

.rocket img {
    width: 100%;
    height: 100%;
}

.herosec {
    margin-top: -50px;
}

/* Second nav End */

/* Events start */
.dotted-events {
    font-family: "Jua";
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    height: auto;
    border: 0.2vw dashed #ff7f0a;
    margin: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}

/* Documents Image start */
.documents {
    max-width: 300px;
    /* max-height: 50vh;   */
}

.events h1,
.reports h1 {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    font-size: 2rem;
}

.events a,
.reports a {
    font-size: 1.5rem;
    font-family: "Jua";
    color: black;
    text-decoration: none;
}

.events ul,
.reports ul {
    text-align: left;
    padding-top: 10px;
    list-style-type: disc;
}

.events ul li a:hover,
.reports ul li a:hover {
    color: #ff7f0a;
}

/* Events End */

.quote {
    font-family: "Jua";
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    margin-top: -20px;
}

.quote span {
    color: #ff7f0a;
}

.cycle {
    width: 200px;
    margin-top: -90px;
}

.quotation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px;
    margin-top: 100px;
}

.road {
    width: auto;
    border: 1.3px black solid;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    margin-top: -19px;
}

.schead{
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 2rem;
    text-align: center;
    color: #000000;
    font-family: "Jua";
}
.scontainer{
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    font-family: "Jua";
}
.scard{
    width: 230px;
    height: 310px;
    background-color: #f5f5f5;
    border: 1.5px solid #000;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    box-shadow: 7px 7px 12px #ff7f0a;
    margin-top: -40px;
}
.scard .name{
    margin-top: 5px;
    font-size: 1.45rem;
    color: #000;
}
.scard .des{
    font-size: 1.4rem;
    color: #ff7f0a;
    margin-top: 5px;
    margin-bottom: 5px;
}
.scard .simg{
    width: 130px;
    height:130px;
    border-radius: 50%;
    margin-top: 10px;
    border: 1.5px solid #000;
}  
.line {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px black solid;
    width: 180px;
}
.scard .icons{
    display: flex;
    color: #000;
    gap: 20px;
}
.scard .icons a{
    font-family: "Jua";
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
}
.scard .icons a:hover{
    color: #ff7f0a;
}



@media screen and (min-width: 969px) and (max-width: 1067px) {
    .carousel {
    width: 650px;
    height: 290px;
    border: 2px solid #000;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    border-radius: 50px;
    overflow: hidden;
    margin-left: -5vw;
}
}
@media screen and (max-width: 861px) {
    .documents {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    .rocket {
        width: 200px;
    }

    .carousel {
        width: 400px;
        height: 250px;
        margin-left: -10px;
    }

}

@media screen and (max-width: 800px) {
    .carousel {
        width: 450px;
        height: 200px;
        margin-left: 0px;
    }

    .rocket {
        display: none;
    }

    .herosec {
        margin-top: 0px;
    }
}

@media screen and (max-width: 500px) {
    .carousel {
        width: 100%;
        height: 200px;
    }

    .rocket {
        display: none;
    }

    .second-nav {
        flex-direction: row;
    }

    .herosec {
        flex-direction: column-reverse;
    }

    .btn {
        width: 80px;
        font-size: 0.9rem;
        padding: 3px;
    }

    .design,
    .fa-house {
        font-size: 0.7rem;
    }

    .cycle {
        /* display: none; */
        margin-top: -30px;
    }

    .quotation {
        margin-top: 40px;
    }
}