body {
    overflow-x: hidden !important;
    box-sizing: border-box;
    /* background-color: #9fb7b7; */
}

.firstpara {
    font-size: 3.3rem;

    letter-spacing: -0.0833333rem;
    line-height: 1;
    margin-bottom: 0px;
}


.section {
    height: 70vh;

}

.secondpara {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 40px;
}

.sections {
    display: flex;
    justify-content: center;
    align-items: center;

}

.mainsection {
    height: 700px !important;
    background-color: rgb(236, 242, 246);
    margin: 20px;
}

.mainsections {

    background-color: rgb(236, 242, 246);
    margin: 20px;
}

.vdo {
    height: 70vh;
    background-color: rgb(111, 239, 193);
    margin: 20px;
}

.sections h1 {

    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width:768px) {
    .section {
        height: auto !important;
        margin-top: 50px !important;
    }

    .firstpara {
        font-size: 2.3rem;


    }

    .secondpara {
        font-size: 18px;
    }

    .mainsections {
        height: auto;
    }

    .typewriter {
        font-size: 23px;
        animation: none !important;
    }

    .footer {
        margin-top: 0 !important;
    }
}

.nav-item {

    margin-left: 15px;
    font-size: 18px;
    color: white;

}



.vdos {
    background-image: url("../Image/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 95vh;
    position: relative;


}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-link {
    color: white;
}


.mainline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 3s infinite;
}

.mainline {
    text-align: center;
}

@media (min-width: 768px) {
    .typewriter {
        overflow: hidden;
        white-space: nowrap;
        border-right: .15em solid orange;
        animation: typing 5s steps(20) forwards;
    }
}



@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.modal-header,

.close {
    background: rgb(7, 50, 61);
    background: radial-gradient(circle, rgba(7, 50, 61, 1) 0%, rgba(216, 211, 233, 1) 100%);
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-footer {
    background-color: #f9f9f9;
}

.input {

    padding: 9px;
    border-image-slice: 1;


}


.logbtn {
    background: rgb(7, 50, 61);
    background: radial-gradient(circle, rgba(7, 50, 61, 1) 0%, rgba(216, 211, 233, 1) 100%);
    color: white;
    padding: 10px;
    width: 140px;
}

.logoname {
    color: salmon;
    margin-top: 15px;
    font-size: 30px;
    margin-left: 20px;
    font-family: serif;
}

.headtag {
    margin-top: 10px;
    margin-bottom: 30px;
}

.emptable {
    width: 500px;
}

.left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 900px;
    padding-top: 20px;
    margin-top: 0px;
    background: rgb(83, 129, 140);
    background: radial-gradient(circle, rgba(83, 129, 140, 1) 0%, rgba(135, 127, 161, 1) 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}


.left-section h2 a {
    text-decoration: none;
}

.right-section {
    flex: 2;
}

.employee-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: auto;
}



@media (max-width:768px) {
    .left-section {
        height: 200px !important;

    }

    .vdo {
        height: 400px !important;
    }


}

.form-container {
    display: none;
}

.cbtn {
    width: 200px;
    padding: 10px;
    background: rgb(83, 129, 140);
    background: radial-gradient(circle, rgba(83, 129, 140, 1) 0%, rgba(135, 127, 161, 1) 100%);
    color: white;
}

.background-container {

    width: 58rem;

}
form {
    position: relative;
    z-index: 1;
}
.form-group {

    margin: auto !important;
}

.fgp {
    width: 40rem;
}

p {
    margin-bottom: 0px !important;
}
.mpvdo {
    width: 640px !important;
    /* Default width */
    height: 360px;
}


@media (max-width: 768px) {
    .mpvdo {
        width: 250px !important;
        height: auto;
    }

    .firstpara {
        margin-top: 70px !important;
    }

    .firstparas {
        margin-top: 140px !important;
        font-size: 2.3rem !important;
    }
}

.firstparas {
    font-size: 3.3rem;
    letter-spacing: -0.0833333rem;
    line-height: 1;
    margin-bottom: 0px;
}

.mainsection {
    height: 800px !important;
}