@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap');

.body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Oswald", serif;
}

.vp-center {
    display: flex !important;
    align-items: flex-start;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-container .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video-overlay-text {
    position: absolute;
    top: 35%;
    left: 28%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.text-design1 {
    position: absolute;
    bottom: -56%;
    z-index: 10;
    color: white;
}

.text-design h1 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 96px;
}

.text-with-line {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    font-size: 24px;
}

.text-with-line::before {
    content: '';
    position: absolute;
    left: -200px;
    top: 25%;
    transform: translateY(-50%);
    width: 200px;
    height: 3px;
    background-color: #319D78;
}

.fore-card {
    margin-top: -90px !important;
}

.hides{
    display: block;
}
.hiddens{
    display: none;
}

@media(max-width:1399px) {
    .video-overlay-text {
        top: 35%;
        left: 39%;
    }
}

@media(max-width:1000px) {
    .video-overlay-text {
        left: 49%;
    }
}


@media(max-width:991px) {
    .fore-card {
        margin-top: 30px !important;
    }

    .hides{
        display: none;
    }
    .hiddens{
        display: block;
    }
}


@media (max-width: 768px) {
    /* section {
        height: auto;
    } */

    .text-design h1 {
        font-weight: 700;
        line-height: 1.2;
        font-size: 80px;
    }

    .text-design1 {
        position: absolute;
        bottom: -72%;
        z-index: 10;
        color: white;
    }

}

@media(max-width: 670px) {

    .text-design h1 {
        font-weight: 700;
        line-height: 1.2;
        font-size: 65px;
    }


    .text-design1 {
        position: absolute;
        bottom: -105%;
        z-index: 10;
        color: white;
    }
}

@media(max-width: 540px) {
    .video-container {
        position: relative;
        width: 100%;
        height: 70vh;
    }

    .video-overlay-text {
        left: 49%;
        top: 22%;
    }

    .text-design h1 {
        font-weight: 700;
        line-height: 1.1;
        font-size: 55px;
    }

    .text-design1 {
        position: absolute;
        bottom: -145%;
        z-index: 10;
        color: white;
    }
}

@media(max-width: 450px) {
    .text-design h1 {
        font-weight: 700;
        line-height: 1.1;
        font-size: 45px;
    }

    .text-design1 {
        position: absolute;
        bottom: -190%;
        z-index: 10;
        color: white;
    }
}




/*  */
#scroller-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#scroller {
    white-space: nowrap;
    position: relative;
    animation: scroll 4s linear infinite;
}

.page2 img {
    width: 250px;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .07);
}

.imageX {
    width: 20%;
    transition: transform 0.5s ease-in-out;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/*  */

.zoom-card {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;

}

.zoom-card:hover {
    transform: scale(1.02);
}

.card-hov {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color:#319D78;
}

.card-hov:hover {
    transform: scale(1.02);
}


/*  */
.line-before {
    position: relative;
    display: inline-block;
    color: #319D78;
}

.line-before::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #319D78;
    transform: translateY(-50%);
}


/*  */
table {
    width: 100%;
}

tr {
    background-color: #fff;
}

td {
    text-align: center;
    padding: 8px 0px;
    width: 25%;
}

.custom-row td:first-child {
    text-align: left;
    padding-left: 50px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.custom-row td:not(:first-child) {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .125);
}

.custom-row td {
    font-size: 16px;
}

@media(max-width: 440px) {
    .custom-row td:first-child {
        text-align: left;
        padding-left: 10px;
        border: 1px solid rgba(0, 0, 0, .125);
    }

    .custom-row td {
        font-size: 14px;
    }
}

/*  */


/*  */

.custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    display: flex;
    width: 100%;
    /*flex: 0 0 100%;*/
}

.row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.col {
    flex: 0 0 48%;
}

.card {
    border: 2px solid transparent;
    padding: 20px;
}

.card img {
    width: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/*  */
.accordion-item {
    background-color: transparent !important;
}

@media screen and (min-width: 768px) {
    .accordion-button:before {
        right: 0.75rem;
    }

    .accordion-button.collapsed:after {
        right: 1.1875rem;
    }

    .faq-section .accordion-button h5 {
        margin-right: 0px;
    }
}

/*  */
.bg-image {
    background-image: url('img/Worker.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 52%;
}

@media screen and (max-width:992px){
    .bg-image{
        background-image: none !important;
    }
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
