@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Martel+Sans:wght@200;300;400;600;700;800;900&family=PT+Sans+Narrow:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Calibri;
}

html,
body {
    height: 100%;
    width: 100%;
}

.main {
    height: 100%;
    width: 100%;
    position: relative;
}


.nav {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 3vw;
    border-bottom: 1px solid #dadada;
    background: linear-gradient(120deg, #2497e3, #1a1919);
}

.logo {
    height: 100%;
    width: 8vw;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.nav-part2 {
    display: flex;
    align-items: center;
    gap: 4vw;
    margin-left: 3.5vw;
}

.nav-part2 a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.7s ease;
    cursor: pointer;
}

.nav-part2 a:hover {
    color: dodgerblue;
}

.nav h4 {
    font-size: 1.45vw;
    font-weight: 600;
}

.button {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.button div {
    font-size: 1.6vw;
    font-weight: 800;
    display: none;
}

button {
    font-weight: 550;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 0.5vw;
    width: 5rem;
    padding: 0.3vw 0.5vw;
    cursor: pointer;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #97D2FB;
    font-size: 1.45vw;
    font-weight: 600;
}

button:hover {
    background-color: #76C1F2;
}


@media (max-width: 600px) {

    .nav-part2 {
        position: absolute;
        top: 100px;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: linear-gradient(120deg, #2497e3, #1a1919);
        display: none;
        width: 100%;
        padding: 1rem 0;
    }

    .nav-part2.show-menu {
        display: flex;
        flex-direction: column;
        text-align: center;
        background: linear-gradient(120deg, #2497e3, #1a1919);
        position: absolute;
        top: 100px;
        right: 0;
        width: 100%;
        padding: 1rem 0;
        z-index: 1000;
    }

    .nav {
        background-color: royalblue;
        background: linear-gradient(120deg, #2497e3, #1a1919);
        color: white;
        padding: 0 4vw;
    }

    .logo {
        /* margin-top: auto; */
        padding: 0.1rem 0.1rem;
    }

    .logo {
        height: 100%;
        width: 22vw;
        border-radius: 50%;
        object-fit: cover;
        cursor: pointer;
    }

    .nav-part2 h4 a {
        width: auto;
        font-size: 5vw;
    }

    .button div {
        display: block;
        font-size: 6.5vw;
    }

    .button a {
        display: none;
    }

}

/* Body Styling */
body {
    font-family: Arial, sans-serif;
    background-color: #85ceff5c;
    overflow-x: hidden;
}

.company-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5vh 2.5vw;
}

section h2 {
    text-align: center;
    font-weight: 900;
    font-family: 'Times New Roman', Times, serif, Ma;
    padding-top: 0.4em;
    font-size: 2rem;
}

#info-siati {
    text-align: center;
    font-weight: bold;
    padding: 2vw 2vh;
}

#about-siati {
    font-family: Roboto Slab;
    font-size: 1.6vw;
    padding-bottom: 2vw;
}

.info-video {
    height: 25vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-style: none;
}

@media (max-width: 600px) {
    .company-intro {
        flex-wrap: wrap;
    }

    .info-video {
        height: 75vw;
        object-fit: cover;
    }

    #about-siati {
        font-size: 1.2rem;
        padding-bottom: 3vh;
    }

}

.siati-history {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.siati-history .container1,
.siati-history .container2 {
    max-width: 90%;
    /* Ensure the containers don't stretch too much */
    background-color: azure;
    border-radius: 20px;
    padding: 1rem 2rem;
    background: linear-gradient(120deg, #76c8ff, #1a1919);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

#about-siati a {
    text-decoration: none;
}

.content2 p {
    font-size: 20px;
    font-weight: bold;
    font-family: Playfair Display;
    margin: 1.042vw 1.042vw 0 1.042vw;
    text-align: center;
}

#info-earth-vdo {
    height: 25vw;
    margin-top: 35px;
}

.info-image {
    height: 27vw;
    margin: 2vw 10vw 2vw 2vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.company-intro ul {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width:600px) {
    #info-earth-vdo {
        height: 45vw;
        margin-top: 10vw;
    }

    .info-image {
        margin: 0;
        height: 55vw;

    }

    .company-intro ul {
        margin-left: 20px;
        padding: 8vw 6vw;
    }
}


.drctr-info {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: calibri;
}

.directors {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    color: #000;
}

.directors-image {
    height: 260px;
    margin: 2vw 2.5vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    cursor: pointer;
}

#shekhar-detail p {
    text-align: center;
    font-family: PT Sans Narrow;
    font-weight: bold;
    margin-top: .3em;
}

#shekhar-detail h1 {
    font-weight: bold;
    font-family: EB Garamond;
    font-size: large;
}

#abhishek-detail h1 {
    font-weight: bold;
    font-family: Playfair Display;
    font-size: large;
}

#abhishek-detail p {
    text-align: center;
    margin-top: .3em;
    font-weight: bold;
    font-family: PT Sans Narrow;
}


@media (max-width:600px) {
    .directors {
        display: block;

    }

    #shekhar-detail p {
        margin-bottom: 8vw;
    }

}


.footer {
    background: linear-gradient(to right, #4c7ca0, #2c3e50);
    color: #ffffff;
    padding: 3rem 5rem 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.footer-column a {
    display: block;
    color: #e1e1e1;
    text-decoration: none;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #ffd700;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.copyright {
    margin-bottom: 1.5rem;
    color: #e1e1e1;
}

.social-links {
    margin-bottom: 1.5rem;
}

.social-icon {
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0 1rem;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #ffd700;
}

.footer-links {
    color: #e1e1e1;
}

.footer-links a {
    color: #e1e1e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
}

.separator {
    margin: 0 1rem;
    color: #e1e1e1;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .footer {
        padding: 2rem 1.5rem 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .separator {
        display: none;
    }
}


@media (max-width:600px) {
    .info {
        flex-wrap: wrap;
    }

    .info-video {
        height: 50vw;
    }

    #get-to-know {
        font-size: 4vw;
    }

    .center-container {
        padding: 2vh 0;

    }

    .shekhar-quote1 {
        font-size: 1.4rem;
        padding: 0 8.6vw;
    }

    .siati-H p {
        padding: 2vh 0;
    }
}