* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}

.navbar {
    padding: 5vh 5vw 5vh 5vw;
    color: #e80c05;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    font-size: 4vh;
}

.menu {
    display: flex;
    gap: 3vw;
    font-size: 3vh;
    margin-left: auto;

}



.menu div {
    cursor: pointer;
    transition: color 0.3s;
}

.menu a{
    color: #e80c05;
    text-decoration: none;
        cursor: pointer;
    transition: color 0.3s;
}

.menu div:hover {
    color: #ff6b6b;
}

.menu a:hover {
    color: #ff6b6b;
}


.toggle-btn {
    display: none;
    background: none;
    border: none;
    color: #e80c05;
    font-size: 4vh;
    cursor: pointer;
}

.section1 {
    padding: 10vh 0px;
    overflow: hidden;
    position: relative;
    height: 140vh;
    color: #e80c05;
}

.title {
    font-size: 30vh;
    line-height: 23vh;
    font-weight: 700;
    position: absolute;
    left: 6vw;
}

.textwrapper {
    width: 35%;
    position: absolute;
    top: 90vh;
    left: 6vw;
    line-height: 1.1;
}

.textwrapper p {
    font-size: 4vh;
    line-height: 4vh;
    margin-bottom: 3vh;
}

.button {
    font-size: 3vh;
    height: 8vh;
    width: 9vw;
    margin-top: 5vh;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #e80c05;
    transition: all 0.3s;
}

.button:hover {
    background-color: #e80c05;
    color: white;
}

.sunlight {
    height: 50vh;
    position: absolute;
    right: 2vw;
    bottom: 30vh;
}

.personimg {
    height: 130vh;
    position: absolute;
    bottom: -30vh;
    right: 5vw;
}

.section2 {
    padding: 15vh 15vh 3vh 15vh;
    height: 120vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutsection h1 {
    font-size: 10vh;
    margin-bottom: 7vh;
}

.aboutsection p {
    font-size: 4vh;
}

.flex {
    display: flex;
    height: 60vh;
    justify-content: center;
    align-items: center;
}

.imgdiv {
    width: 60%;
}

.pre {
    margin-bottom: 10px;
}

.contentdiv {
    width: 40%;
}

.contentdiv p {
    font-size: 3vh;
}

.sunlight1 {
    height: 30vh;
}

.button1 {
    font-size: 3vh;
    height: 8vh;
    width: 9vw;
    margin-top: 5vh;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.button1:hover {
    background-color: white;
    color: black;
}

.section3 {
    height: 100%;
    width: 100%;
    padding: 10vh;
    color: #e80c05;
}

.h2 {
    font-size: 6vh;
    padding: 5vh 0vh;
}

.ul {
    padding: 8vh;
}

.li {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 5vh;
    padding: 7vh 0vh;
    
}

#icon {
    width: 10%;
}

.li h4 {
    width: 90%;
}

.section4 {
    height: 100%;
    width: 100%;
    background-color: black;
    padding: 10vh;
    color: #f9f9f9;
}

.section5 {
    height: 100%;
    width: 100%;
    padding: 10vh;
    color: #e80c05;
}

.section6 {
    height: 100%;
    width: 100%;
    background-color: black;
    padding: 10vh;
    color: #f9f9f9;
}

.section7 {
    height: 100vh;
    width: 100%;
    padding: 10vh;
    color: #e80c05;
}

.containerx {
    display: flex;
    width: 100%;
    height: 100%;
}

.form {
    padding: 20vh;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.emailcontainer {
    display: flex;
    flex-direction: column;
}

.emailcontainer label {
    font-size: 2.7vh;
    margin-bottom: 1.3vh;
}

.emailcontainer input {
    height: 6vh;
    padding: 0 10px;
    font-size: 2.5vh;
}

.emailx {
    font-size: 2.4vh;
    margin-bottom: 7vh;
    display: flex;
    align-items: center;
    margin-top: 1vh;
}

#icon2 {
    font-size: 1.7vh;
    color: #e80c05;
    padding: 0.4vh 0.8vh;
    border-radius: 50%;
    border: 0.1vh solid #e80c05;
}

.form h2 {
    margin-bottom: 5vh;
    font-size: 6vh;
}

#li1, #li2, #li3, #li4, #li5, #li6, #li7, #li8, #li9, #li10, #li11, #li12, #li13 {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.submit {
    background-color: #e80c05;
    height: 7vh;
    border: none;
    color: white;
    width: 100%;
    font-size: 2.5vh;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit:hover {
    background-color: #c00a04;
}

.contentx {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3vh;
}

.flex1 {
    display: flex;
    justify-content: center;
}

.flex1 div {
    width: 50%;
}

hr {
    color: #e80c05;
}

#links{
color: #c00a04;
}

@media (max-width: 1024px) {
    .title {
        font-size: 20vh;
        line-height: 16vh;
    }

    .textwrapper {
        width: 45%;
        top: 80vh;
    }

    .button,
    .button1 {
        width: 15vw;
    }

    .personimg {
        height: 100vh;
        bottom: -20vh;
    }

    .section2 {
        padding: 10vh 8vh 3vh 8vh;
        height: auto;
    }

    .aboutsection h1 {
        font-size: 8vh;
    }

    .flex {
        flex-direction: column;
        height: auto;
        gap: 5vh;
    }

    .imgdiv,
    .contentdiv {
        width: 100%;
    }

    .containerx {
        flex-direction: column;
    }

    .form,
    .contentx {
        width: 100%;
        padding: 5vh;
    }

    .form {
        padding: 10vh 5vh;
    }

    .flex1 {
        flex-direction: column;
        gap: 3vh;
    }

    .flex1 div {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar {
        flex-direction: row;
        height: auto;
        padding: 3vh 5vw;
    }

    .toggle-btn {
        display: block;
        z-index: 1001;
    }

    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: #f9f9f9;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5vh;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .menu.active {
        right: 0;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }

    .menu-overlay.active {
        display: block;
    }

    .section1 {
        height: 110vh;
        padding: 5vh 0;
    }

    .title {
        font-size: 7vh;
        line-height: 7vh;
        left: 5vw;
        top: 5vh;
    }

    .textwrapper {
        width: 100%;
        position: static;
        margin: 20vh auto 0;
        padding: 0 5vw;
    }

    .textwrapper p {
        font-size: 3vh;
        line-height: 3.5vh;
    }

    .button,
    .button1 {
        width: 40vw;
        height: 6vh;
        font-size: 2.5vh;
        margin-top: 3vh;
    }

    .sunlight {
        /* height: 25vh;
        right: 0;
        bottom: 45vh; */
        display: none;
    }

    .personimg {
        height: 60vh;
        bottom: -15vh;
        right: 0;
    }

    .section2 {
        padding: 8vh 5vw;
    }

    .aboutsection h1 {
        font-size: 6vh;
        margin-bottom: 4vh;
    }

    .aboutsection p {
        font-size: 2.8vh;
        margin-bottom: 5vh;

    }

    .contentdiv p {
        font-size: 2.8vh;
        margin-bottom: 5vh;
    }

    .sunlight1 {
        height: 20vh;
    }

    .section3,
    .section4,
    .section5,
    .section6,
    .section7 {
        padding: 8vh 5vw;
    }

    .h2 {
        font-size: 4vh;
        padding: 3vh 0;
    }

    .ul {
        padding: 3vh 0;
    }

    .li {
        /* flex-direction: column; */
        font-size: 3.5vh;
        padding: 4vh 0;
    }

    #icon {
        width: 20%;
        font-size: 5vh;
        margin-bottom: 2vh;
        /* margin-right: 0.1vh; */
    }

    .li h4 {
        width: 100%;
    }

    .section7 {
        height: 100vh;
    }

    .form {
        padding: 5vh 0;
    }

    .form h2 {
        font-size: 4.5vh;
        margin-bottom: 3vh;
    }

    .emailcontainer label {
        font-size: 2.5vh;
    }

    .emailx {
        font-size: 1.7vh;
        margin-bottom: 4vh;
        display: flex;
        justify-content: space-around;
    }

    .contentx {
        font-size: 2.5vh;
        padding: 5vh 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .logo {
        font-size: 3vh;
    }

    .menu div {
        font-size: 2.5vh;
    }

    .title {
        font-size: 11vh;
        line-height: 10vh;
        left: 5vw;
        top: 5vh;
    }

    .textwrapper {
        width: 80%;
        top: 33vh;
    }

    .button,
    .button1 {
        width: 20vw;
        height: 7vh;
        font-size: 2.5vh;
    }

    .personimg {
        height: 90vh;
        bottom: -25vh;
        right: 2vw;
    }

    .sunlight {
        /* height: 35vh;
        right: 2vw;
        bottom: 25vh; */
        display: none;
    }

    .section2 {
        padding: 10vh 8vw;
        height: auto;
    }

    .aboutsection h1 {
        font-size: 8vh;
        margin-bottom: 6vh;
    }

    .aboutsection p {
        font-size: 3vh;
        line-height: 3.5vh;
        margin-bottom: 4vh;
    }

    .flex {
        flex-direction: row;
        gap: 4vw;
    }

    .imgdiv,
    .contentdiv {
        width: 50%;
    }

    .contentdiv p {
        font-size: 2.5vh;
        margin-bottom: 3vh;
    }

    .sunlight1 {
        height: 25vh;

    }

    .section3,
    .section4,
    .section5,
    .section6,
    .section7 {
        padding: 8vh 5vw;
    }

    .h2 {
        font-size: 5vh;
        padding: 4vh 0;
    }

    .ul {
        padding: 5vh 0;
    }

    .li {
        font-size: 4vh;
        padding: 5vh 0;
    }

    #icon {
        width: 15%;
        font-size: 5vh;
    }

    .li h4 {
        width: 85%;
    }

    .form,
    .contentx {
        width: 100%;
        padding: 5vh;
    }

    .form h2 {
        font-size: 5vh;
        margin-bottom: 4vh;
    }

    .emailcontainer label {
        font-size: 2.5vh;
    }

    .emailx {
        font-size: 2vh;
        margin-bottom: 5vh;
    }

    .contentx {
        font-size: 2.5vh;
    }

    .flex1 {
        flex-direction: row;
        gap: 3vw;
    }

    .flex1 div {
        width: 48%;
    }
}