body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

.text-blue {
    color: rgb(47, 81, 155);
}

.text-justify {
    text-align: justify;
}

.btn-solid {
    padding: 15px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 0 transparent;
    color: #000000;
    font-weight: 600;
}

.btn-solid:hover {
    border-color: transparent;
    background-color: darkcyan;
    color: #fff;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.btn-blue {
    padding: 15px;
    background: rgb(47, 81, 155);
    box-shadow: 0 0 0 transparent;
    color: #ffffff;
    font-weight: 600;
}

.btn-blue:hover {
    border-color: transparent;
    background-color: darkcyan;
    color: #fff;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

/* animated button */
.btn-effect {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    color: white;
    background: #5D56F1;
    text-transform: capitalize;
    padding: 15px 45px 15px 20px;
    border: 2px solid #5D56F1;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-effect::before {
    content: '\f062';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: white;
    transform: translate(-20px, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-effect:hover:before {
    color: #5D56F1;
    transform: translate(-20px, -50%) rotate(90deg);
}

.btn-effect::after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: white;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.btn-effect:hover::after {
    width: 100%;
}

.btn-effect:hover {
    color: #5D56F1;
}



/* animated button **/

/* ******sidebar***** */
.social-sidebar {
    position: fixed;
    left: 0;
    width: 4.5vw;
    height: 100vh;
    z-index: 1;
    top: 0;
}

.social-sidebar .side-div {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    /* Center content horizontally */
    align-items: center;
    /* Center content vertically */
}

.social-sidebar .side-div .mini-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-sidebar .centered-sub-div {
    width: 80%;
    /* Adjust the width as per your design */
    text-align: center;
}

.social-sidebar .side-div .icon {
    color: #1877f2;
    font-size: 1.5em;
    margin: 15px 0px;
}

.social-sidebar .side-div .text-on-one-line {
    white-space: nowrap;
    overflow: visible;
    transform: rotate(270deg);
    color: black !important;
}

.social-sidebar .side-div .text-on-one-line a {
    color: black !important;
}

/* ******sidebar***** */

button:focus,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar {
    z-index: 9999;
}

.navbar-brand {
    font-size: 16px;
    font-weight: 700;
    color: #0616f7;
    /* -webkit-text-stroke: #fff 1px; */
}

.navbar .logo-size img {
    width: 8em;
}

.bg-navbar {
    background-color: white;
    box-shadow: none;
    padding: 20px;
}

.navbar-brand:hover {
    color: #3F3B51;

}

.navbar-nav .nav-item {
    margin: 5px 10px;
}

.navbar-nav.navbar-margin {
    margin-right: 220px;
}

.navbar-nav .nav-link {
    /* font-size: 18px; */
    font-weight: 500;
    color: #000000;
    display: inline-block;
    transition: 0.3s;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: rgb(47, 81, 155);
    /* background-color: #5D56F1; */

}

.dropdown-menu .dropdown-item {
    margin-bottom: 10px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #008489;
    color: #9e9c9c;
}

.dropdown-mega .dropdown-menu {
    width: 100%;
}

.dropdown-mega h5 {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin: 0;
}

.list-group-item {
    /* font-size: 16px; */
    color: #3F3B51;
    border: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
    padding: 12px 5px;
    border-radius: 0px;
}

.list-group-item:hover {
    color: rgb(47, 81, 155);
}

.list-group a.active {
    color: rgb(47, 81, 155);
    background-color: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgb(47, 81, 155);
    color: white;
}
.dropdown .dropdown-menu .dropdown-item{
     text-transform: capitalize;
}

.dropdown .dropdown-menu .dropdown-item.active {
    background-color: rgb(47, 81, 155);
    ;
    color: white;
}

/* .list-group-item.active {
    z-index: 2;
    color: rgb(47, 81, 155) !important;
    background-color: none !important; 
    border-color: none !important;
} */


/* carousol */
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.techlist li {
    display: inline-block;
    width: 180px;
    height: auto;
    padding: 5px 20px;
    background-color: #fff;
    margin: 0px 3px 6px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.09);
}

.testi>.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}

/* carousol */


/* ----------------------------- hero container ----------------------------- */
/* hero-container */
.swiper-container .swiper-slide img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: fill;
}

.swiper-container .swiper-slide video {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: inherit;
}


/* Swiper container */
.swiper-container {
    width: 100%;
    height: 70vh;
    /* Full viewport height */
    overflow: hidden;
}

/* Swiper wrapper */
.swiper-container .swiper-wrapper {
    display: flex;
}

/* Swiper slide */
.swiper-container .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay-text {
    position: absolute;
    top: 35%;
    right: 6%;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay-text .title {
    color: rgb(255, 255, 255);
    font-size: 4.5em;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/* Overlay */
.swiper-container .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Black with 50% opacity */
    z-index: 0;
}

.swiper-container .swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
}

/* ----------------------------- hero container ----------------------------- */

/* hero video */
.hero_banner {
    display: block;
    position: relative;
    height: 90vh;
    overflow: hidden;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.video_container {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 67%;
    right: 0;
    left: 0;
}

.dark-mask-absolute {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.h_v {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
}

.home_top_title {
    font-size: 4vw;
    line-height: 1;
    font-weight: 700;
    color: white;
}

.home_top_left_title {
    font-size: 1.5vw;
    font-weight: 400;
    color: white;
}

/* hero video */



.title {
    font-size: 3em;
    font-weight: 700;
    text-align: center;
}

.sub-title {
    font-size: 1.2em;
    font-weight: 400;
}

.title-tag {
    font-size: 1em;
    font-weight: 400;
}

.top-title {
    font-size: 3.4em;
    font-weight: 700;
}

.top-title-para {
    font-size: 1.1em;
    font-weight: 400;
}

.highlight-text {
    font-size: 1.2em;
    font-weight: 600;
}

/* services */
#service-cont .card-bg {
    min-height: 420px;
    overflow: hidden;
    position: relative;
    /* width: 33.33% !important; */
    /* border: 1px solid red; */
}

#service-cont .card-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: transform 10s cubic-bezier(0.25, 0.8, 0.25, 1), background-size 10s ease-in;
}

#service-cont .card-bg:hover::before {
    transform: scale(1.1);
    box-shadow: #000000;
    /* background-size: 200%; */
}

#service-cont .card-bg.card-bg-1::before {
    background-image: url("../images/services/mobile.webp");
}

#service-cont .card-bg.card-bg-2::before {
    background-image: url("../images/services/web.webp");
}

#service-cont .card-bg.card-bg-3::before {
    background-image: url("../images/services/webd.webp");
}

#service-cont .card-bg.card-bg-4::before {
    background-image: url("../images/services/sft.webp");
}

#service-cont .card-bg.card-bg-5::before {
    background-image: url("../images/services/bb.webp");
}

#service-cont .card-bg.card-bg-6::before {
    background-image: url("../images/services/bd.webp");
}



#service-cont .card-body {
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: end;
    transition: all 0.5s ease-in;
    position: relative;
    z-index: 1;
}

#service-cont .card-boday-container {
    overflow: hidden;
}

#service-cont .card-content {
    max-height: 0;
    opacity: 0;

    transition: max-height 0.5s ease-in, opacity 0.5s ease-in-out;
}

#service-cont .card-content .card-text {
    /* transition: opacity 1s ease-in-out, transform 1s ease-in-out; */
    font-size: 20px;
    font-weight: 200;
    transition-delay: 0.1s;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.2;
}

#service-cont .card-content .card-link {
    /* transition: opacity 1s ease-in-out, transform 1s ease-in-out; */
    font-size: 15px;
    transition-delay: 0.1s;
    opacity: 0;
    transform: translateY(20px);
}

#service-cont .card:hover .card-text,
#service-cont .card:hover .card-link {
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#service-cont .card:hover .card-content {
    max-height: 200px;
    opacity: 1;
    transition: max-height 0.5s ease-in-out, opacity 1s ease;
}

#service-cont .card:hover .card-body {
    background-color: #1158b5;
    opacity: .95;
}

#service-cont .card-boday-container .card-title {
    font-size: 2.2vw;
    font-weight: 600;
    line-height: 1;
    width: 70%;
}

/* process */
.stp-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.11);
}

.stage-no-start {
    position: relative;
    left: 0;
    background: #D6FAFF;
    color: #005a6e;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 15px;
    border: 3px solid #005a6e;
}

.arrow-bottom {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3c69cc;
    display: block;
    position: absolute;
    bottom: -9px;
    left: 8px;
}

.timeline {
    position: relative;
    border-bottom: 1px dashed #c4c4c4;
    height: 1px;
    width: 100%;
    display: flex;
}

.stp_r {
    position: absolute;
    right: -4vw;
    width: 100px;
    bottom: -1vw;
    z-index: 1;
}

.stp_l {
    position: absolute;
    width: 100px;
    bottom: 0vw;
    left: -7vw;
    z-index: 1;
}

/* process */

/* services */



.logo-div {
    background-color: rgb(255, 255, 255);
    width: 10%;
    padding: 10px;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo-div img {
    transition: transform 0.3s ease;
}

.logo-div:hover img {
    transform: scale(1.2);
}

.company-logo {
    background-color: rgb(255, 255, 255);
    width: 10%;
    padding: 10px;
    margin: 20px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.company-logo img {
    transition: transform 0.3s ease;
}

.company-logo:hover img {
    transform: scale(1.1);
}

.serv-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.serv-img img {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}


/* tech slider */
.mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper2 .swiper-slide {
    width: 100%
        /* Set your desired width */
        height: 100% !important;
    /* Set your desired height */
}

.mySwiper2 .swiper-slide img {
    width: 150px !important;
    /* Set your desired width */
    height: 150px !important;
    object-fit: cover !important;
}

/* tech slider */

.bg-card-info {
    background-color: #fff;
    border: #0574bc;
    color: black;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
}


/* projects */

#project-card .card {
    position: relative;
    overflow: hidden;
}

#project-card .card-inner {
    transition: transform 0.3s ease;
}

#project-card .card:hover .card-inner {
    transform: scale(1.1);
}

#project-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

#project-card .card:hover .card-body {
    padding: 30px;
    transform: translateY(0);
}

#project-card .card-text,
.card-title {
    color: white;
}

/* projects */


/*--- footer ---*/
footer .footer_title {
    font-size: 1.5em;
    font-weight: 500;
    color: white;
}

footer .footer_para {
    font-size: 1em;
    font-weight: 300;
    color: #ffffff;
}

footer #copyright {
    font-size: 1em;
    font-weight: 300;
    color: #ffffff;
}

footer .footer_para.text-style {
    text-align: justify;
}

footer .footer_para ul li {
    list-style: none !important;
}

footer .footer_para ul li a {
    position: relative;
}

footer .footer_para ul li a::before {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: rgb(255, 255, 255);
    transition: 0.2s ease-in;
}

footer .footer_para ul li a:hover::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: rgb(255, 255, 255);
}

footer .footer_social_media ul li a {
    color: white;
    transition: 0.2s ease-in;
}

footer .footer_social_media ul li a.facebook:hover {
    color: rgb(70, 70, 194);
}

footer .footer_social_media ul li a.insta:hover {
    color: rgb(143, 18, 137);
}

footer .footer_social_media ul li a.twitter:hover {
    color: rgb(19, 171, 218);
}

footer .footer_social_media ul li a.linkedin:hover {
    color: rgb(35, 0, 233);
}

footer .footer_para ul li a {
    text-decoration: none;
    font-size: 1em;
    font-weight: 300;
    color: #cdcdcd;
}

/*--- footer ---*/




/* *************about*********** */
#innovation .innov-icon {
    color: #3c69cc;
    font-size: 3rem !important;
}

.parallax {
    /* The image used */
    background-image: url('../images/about/bg.webp');
    /* Full height */
    height: 80vh;
    /* Use vh instead of % for full viewport height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* Set position relative to contain absolutely positioned pseudo-element */
}

.parallax::before {
    content: "";
    /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity (last value) as needed */
}

.parallax .upper-div {
    /* Ensure text content stays on top of overlay */
    position: relative;
    z-index: 1;
    /* Ensure text content appears above overlay */
    color: #ffffff;
    /* Set text color to white for contrast */
}

/* *************about*********** */


/************services page************/
#services-card,
#services-card img {
    transition: transform 0.3s ease-in-out;
    /* object-fit: cover; */
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0px 0px;
    /* Add transition for scale */
}

#services-card .card-image {
    overflow: hidden;
    height: 15vh;
    object-fit: cover;

}


#services-card .card:hover {
    transform: scale(1.01);
    /* Increase scale on hover */
}

#services-card .card:hover img {
    transform: scale(1.05);
    /* Increase scale on hover */
}

#services-card .card:hover .card-text {
    color: rgb(47, 81, 155);
    /* Change text color on hover */
    transition: color 0.3s ease-in-out;
    /* Add transition for text color change */
}

.stage-no-start {
    position: relative;
    left: 0;
    background: #e9e9f2;
    color: #000;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 15px;
    border: 3px solid #3c69cc;
}

.wrk-stp {
    background: #3c69cc;
    padding: 20px 20px;
    height: 100px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 10px 12px 0px rgba(0, 0, 0, 0.11);
}

.bg-light-blue-100 {
    background: #e9e9f2;
}

/************services page************/


/* *********work********** */

#commit .commit-icon {
    width: 81px;
    height: 81px;
    background-color: #00adee;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 11px;
    border-radius: 51%;
    box-sizing: border-box;
    margin: auto;
    font-size: 2rem;
    color: white;
}

#commit .commit-text {
    font-size: 1.5rem;
    font-weight: 600;
}

#work .work-para {
    text-align: justify;
    color: black;
}

/* *********work********** */

/* loader */
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    /* background: rgb(255, 255, 255); */
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #0616f7 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
/* loader */

.accordion-button:focus {
  box-shadow: none;
}


@media (max-width: 320px) {
    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 30%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 15vw;
        line-height: 1.2;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 5.5vw;
        font-weight: 400;
        color: white;
    }

    .parallax {
        height: 150vh;
    }

    .top-title {
        font-size: 1.8em;
        font-weight: 700;
    }

    .title {
        font-size: 2em;
        font-weight: 700;
    }

    .navbar-nav.navbar-margin {
        margin-right: 0px;
    }

    .company-logo {
        width: 20%;
    }

    .logo-div {
        width: 32%;
    }

    .swiper-container {
        width: 100%;
        height: 36vh;
        /* Full viewport height */
        overflow: hidden;
    }


    .swiper-container .swiper-wrapper .swiper-slide .overlay-text {
        position: absolute;
        top: 35%;
        right: 6%;
        left: 6%;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text .title {
        color: rgb(255, 255, 255);
        font-size: 2em;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

}

@media (min-width: 321px) and (max-width: 375px) {
    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 22%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 15vw;
        line-height: 1.2;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 5.5vw;
        font-weight: 400;
        color: white;
    }

    .parallax {
        height: 150vh;
    }

    .top-title {
        font-size: 2em;
        font-weight: 700;
    }

    .title {
        font-size: 2.2em;
        font-weight: 700;
    }

    .navbar-nav.navbar-margin {
        margin-right: 0px;
    }

    .company-logo {
        width: 33%;
    }

    .logo-div {
        width: 32%;
    }

    .swiper-container {
        width: 100%;
        height: 44vh;
        /* Full viewport height */
        overflow: hidden;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text {
        position: absolute;
        top: 35%;
        right: 6%;
        left: 6%;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text .title {
        color: rgb(255, 255, 255);
        font-size: 2em;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

}

@media (min-width: 376px) and (max-width: 425px) {
    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 18%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 15vw;
        line-height: 1.3;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 5.5vw;
        font-weight: 400;
        color: white;
    }

    .parallax {
        height: 100vh;
    }

    .top-title {
        font-size: 2.4em;
        font-weight: 700;
    }

    .title {
        font-size: 2.3em;
        font-weight: 700;
    }

    .navbar-nav.navbar-margin {
        margin-right: 0px;
    }

    .company-logo {
        width: 33%;
    }

    .logo-div {
        width: 32%;
    }

    .swiper-container {
        width: 100%;
        height: 55vh;
        /* Full viewport height */
        overflow: hidden;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text {
        position: absolute;
        top: 40%;
        right: 6%;
        left: 6%;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text .title {
        color: rgb(255, 255, 255);
        font-size: 2.4em;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }
}

@media (min-width: 426px) and (max-width: 768px) {

    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 30%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 7vw;
        line-height: 1.2;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 5.5vw;
        font-weight: 400;
        color: white;
    }

    .parallax {
        height: 100vh;
    }

    .top-title {
        font-size: 2.8em;
        font-weight: 700;
    }

    .navbar-nav.navbar-margin {
        margin-right: 0px;
    }

    .wrk-stp {
        background: #005a6e;
        padding: 10px 20px;
        height: 100px;
        border-radius: 10px;
        color: #fff;
        box-shadow: 10px 12px 0px rgba(0, 0, 0, 0.11);
    }

    .stage-no-start {
        position: relative;
        left: 0;
        background: #acf4ff;
        color: #005a6e;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 15px;
        border: 3px solid #005a6e;
    }

    .company-logo {
        width: 22%;
    }

    .logo-div {
        width: 23%;
    }

    .swiper-container {
        width: 100%;
        height: 60vh;
        /* Full viewport height */
        overflow: hidden;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text {
        position: absolute;
        top: 35%;
        right: 6%;
        left: 6%;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text .title {
        color: rgb(255, 255, 255);
        font-size: 2.6em;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 25%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 12vw;
        line-height: 1.2;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 2.5vw;
        font-weight: 400;
        color: white;
    }

    .navbar-nav.navbar-margin {
        margin-right: 0px;
    }

    .company-logo {
        width: 15%;
    }

    .logo-div {
        width: 15%;
    }

    .swiper-container {
        width: 100%;
        height: 65vh;
        /* Full viewport height */
        overflow: hidden;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text {
        position: absolute;
        top: 35%;
        right: 6%;
        left: 6%;
    }

    .swiper-container .swiper-wrapper .swiper-slide .overlay-text .title {
        color: rgb(255, 255, 255);
        font-size: 3em;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 35%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 6vw;
        line-height: 1.2;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 2vw;
        font-weight: 400;
        color: white;
    }

    .company-logo {
        width: 15%;
    }

    .logo-div {
        width: 15%;
    }
}

@media (min-width: 1441px) and (max-width: 2560px) {
    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 50%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 5vw;
        line-height: 1.1;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 1.8vw;
        font-weight: 400;
        color: white;
    }
}

@media (min-width: 2561px) {
    .video_container {
        position: absolute;
        z-index: 2;
        margin: auto;
        top: 55%;
        right: 0;
        left: 0;
    }

    .h_v {
        position: absolute;
        min-width: 100vw;
        min-height: 100vh;
    }

    .home_top_title {
        font-size: 4vw;
        line-height: 1.1;
        font-weight: 700;
        color: white;
    }

    .home_top_left_title {
        font-size: 1.8vw;
        font-weight: 400;
        color: white;
    }
}

.bg-blue {
    background: #3c69cc;
}

img {
    width: 100%;
}