/*----------------------------------
            Home Page
-----------------------------------*/
html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #0e121b;
    font-family: "Cairo", sans-serif;

}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    position: relative;

}

header:after {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: -1;
    top: 0px;
    height: 850px;
    background: linear-gradient(to bottom, #000 0%, #000 80%, #0e121b 100%);
    content: "";

}

header .logo img {
    width: 120px;
}

header navbar .navbar-lg {
    display: flex;
    list-style: none;
    padding-left: 0px;

}

header navbar .navbar-lg li {
    padding-bottom: 5px;
}

header navbar .navbar-lg li a {
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
    color: #7D7D7F;
    transition: all 0.5s;
    position: relative;
}

header navbar .navbar-lg li a img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    display: none;
}

.active-link {
    color: #fff !important;
}

.active-link img {
    display: block !important;
}

header navbar .navbar-lg li a:hover {
    color: #fff;
}

.has-menu {
    position: relative;
    display: inline-block;
}

.dd-menu {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 230px;
    background: #0e121b;
    padding: 10px 0px 20px 23px;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    transform: translateY(20px);
}

.dd-menu a {
    font-size: 14px;
    border-bottom: 1px solid #313131;
    display: block !important;
    padding: 10px 0px;
}

.has-menu:hover .dd-menu {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}

.mobile-nav {
    display: none;
}

.bars {
    display: none;
}

.home-header-content {
    text-align: center;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.home-header-content video {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: none;
    object-fit: cover;
    mask-image: linear-gradient(to bottom, #0e121b 80%, transparent 100%);
    mask-size: 100% 95%;
    mask-repeat: no-repeat;
}

.video-section {
    position: relative;
}

.home-header-content h1 {
    padding-top: 20px;
    color: #fff;
    font-size: 35px;
}

.home-header-content p {
    color: #dededf;
    padding-left: 320px;
    padding-right: 320px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.home-header-content .home-header-links {
    margin-top: 480px;
}

.home-header-content .home-header-links a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #242730;
    padding: 10px 25px;
    border-radius: 30px;
}

.home-header-content .home-header-links a:nth-child(1) {
    background: #fff;
    color: #000;
    margin-right: 10px;
}

.home-header-content .home-header-links a:nth-child(2) {
    border-left: 2px solid #a8aab3;
    border-top: 1px solid #797e89;
}

.section {
    margin-bottom: 100px;
}

.home-section-2 {
    position: relative;
    padding: 100px 0px;

}

.home-section-2 .overlay {
    position: absolute;
    width: 100%;
    background: url('../images/blur-layer.png');
    background-size: cover;
    background-position: center;
    height: 100px;
    top: -100px;
    left: 0px;
    filter: blur(50px);
    background-repeat: no-repeat;
    z-index: -1;

}

.h-section-2-content {
    text-align: center;
    color: #fff;
}

.h-section-2-content h2 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}

.h-section-2-content p {
    color: #606677;
    font-size: 20px;
    position: relative;
    width: 750px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.section {
    margin-bottom: 100px;
}

.logo-image {
    position: relative;
}

.logo-image img {
    width: 100%;
}

.logo-image:before {
    position: absolute;
    left: 0px;
    top: 180px;
    height: 200px;
    width: 260px;
    background: url('../../assets/images/blur-log.png');
    content: "";
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-image:after {
    position: absolute;
    right: 0px;
    top: 190px;
    height: 200px;
    width: 300px;
    background: url('../../assets/images/blur-logo-right.png');
    content: "";
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-sec-4-det {
    margin-top: -210px;
    text-align: center;
}

.home-sec-4-det h3 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}

.home-sec-4-det p {
    padding-left: 400px;
    padding-right: 400px;
    color: #999999;
}

.home-section-3 h2 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 50px;
}

.home-section-3 .left-column ul {
    list-style: none;
    padding-left: 100px;
}

.home-section-3 .left-column ul li {
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}

.home-section-3 .left-column ul li:before {
    position: absolute;
    left: -20px;
    top: 0px;
    width: 4px;
    height: 100%;
    content: "";
    background: #2B303B;

}

.active-line {
    position: relative;
}

.active-line:after {
    position: absolute;
    left: -20px;
    top: 0px;
    width: 4px;
    height: 0px;
    content: "";
    background: linear-gradient(180deg, #1A1A8B 0%, #F2307E 100%);
    animation-name: animateline;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;

}

@keyframes animateline {
    0% {
        height: 0;
        top: 0;
    }

    50% {
        height: 100%;
        top: 0;
    }

    100% {
        top: 100%;
        height: 0;
    }
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    margin-top: 100px;
}

.home-section-3 .left-column ul li h4 {
    color: #fff;
    font-size: 20px;

}

.home-section-3 .left-column ul li p {
    color: #C4C4C4;
    padding-right: 150px;

}

.home-section-3 .left-column ul {
    list-style: none;
    padding-left: 100px;
}

.section-4-cards {
    border-radius: 20px;
    padding: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    margin-bottom: 40px;

}

.section-4-cards-container {
    margin-top: 80px;

}

.section-4-cards h5 {
    color: #fff;
    font-size: 20px;
}

.section-4-cards p {
    color: #c4c4c4;
    font-weight: 100;
}

.owl-carousel .img-container {
    width: 120px;
}

.owl-carousel div img {
    width: 100%;

}

.home-section-5 h2 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 50px;
}

.home-section-5 {
    position: relative;
    overflow: hidden;

}

.home-section-5:before {
    position: absolute;
    left: -50px;
    top: 20px;
    width: 230px;
    height: 150px;
    content: "";
    background: url('../../assets/images/blur-owl-carousel.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;

}

.home-section-5:after {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 230px;
    height: 150px;
    content: "";
    background: url('../../assets/images/blur-owl-right.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;

}


.home-section-6 h2 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 50px;
}

.home-team-section .team-card {
    background: #231368;
    width: 400px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.home-team-section .team-card .t-content {
    position: absolute;
    left: 25px;
    top: 30px;
    z-index: 9999;
}

.home-team-section .team-card h4 {
    color: #fff;
    font-size: 20px;
    padding: 10px 30px 0px 10px;

}

.home-team-section .team-card p {
    color: #fff;
    font-size: 15px;
    padding: 0px 0px 40px 10px;
    font-weight: 100;

}

.home-team-section .team-card img {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 0px;

}

footer {
    position: relative;
    margin-top: 50px;
}

footer img {
    position: ansolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 600px;
}

footer .footer-content {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
}

footer .footer-content {
    text-align: center;

}

footer .footer-content h2 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    font-size: 35px;
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 20px;

}

footer .footer-content p {
    color: #c4c4c4;
    font-size: 17px;
    font-weight: 300;
    padding-left: 150px;
    padding-right: 150px;
}

.footer-socials {
    position: absolute;
    bottom: 80px;
    left: 0px;
    width: 1000px;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.footer-socials img {
    width: 100px;
}

.footer-socials ul {
    list-style: none;
    display: flex;

}

.footer-socials ul li a {
    padding: 10px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.footer-socials {
    display: flex;
    justify-content: space-between;
}

.copyrights {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-left: 50%;
    left: 0px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #717784;

}

.footer-buttons a:nth-child(1) {
    display: inline-block;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 100px;
    margin-right: 7px;
}

.footer-buttons a:nth-child(2) {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #3d2a52;
    padding: 10px 25px;
    border-radius: 30px;
    border-left: 2px solid #a8aab3;
    border-top: 1px solid #797e89;
    font-weight: 100px;
    font-size: 13px;
}

/* .page-header {
    background: url('../../assets/images/background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  height: 100%;
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    mask-image: linear-gradient(to right, #0e121b 80%, transparent 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;

}

.page-header-detail {
    width: 900px;
    text-align: center;
    margin: 500px auto 30px auto;

} */

.page-header-detail h1 {
    color: #fff;
}

.page-header-detail p {
    color: #c4c4c4;
    font-size: 23px;
}

.page-header-detail a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin-top: 20px;
    background: #fff;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 100px;
    margin-right: 7px;
    z-index: 999;
    cursor: pointer;
    margin-bottom: 100px;
}

.about-section {
    position: relative;
    margin-top: 20px;

}

.about-section-2 {
    text-align: center;
    margin-bottom: 40px;
}

.about-section-2 h2 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    font-size: 35px;
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 10px;
}

.about-section-2 p {
    color: #c4c4c4;
}

.about-vision-card {
    box-shadow: 0px 2px 16px 0px var(--baseneutral-700) inset;
    background: linear-gradient(180deg, #222530 0%, #181B25 100%);
    box-shadow: 0px -6px 6px 0px var(--baseneutral-900) inset;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;

}

.about-vision-card img {
    margin-bottom: 20px;
}

.about-vision-card h3 {
    color: #fff;
    font-size: 20px;
}

.about-vision-card p {
    color: #c4c4c4;
    font-size: 15px;
}

.about-us header:after {
    display: none !important;
}

.about-section-3 {
    text-align: center;
    margin-bottom: 60px;
}

.about-section-3 h2 {
    background: linear-gradient(to right, #717783, #ffffff, #717783);
    font-size: 35px;
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 10px;
}

.about-section-3 p {
    color: #c4c4c4;
}

.about-core-card {
    position: relative;
    overflow: hidden;
    width: 360px;
    height: 480px;
    cursor: pointer;
    border-radius: 10px;

}

.about-core-card img {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: scale(1);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;

}

.about-core-card:hover img {
    transform: scale(1.8);
    filter: blur(30px);
}

.about-core-card .about-core-card-content {
    position: absolute;
    left: 20px;
    top: 20px;
}

.about-core-card .about-core-card-content h3 {
    font-size: 20px;
    color: #fff;
    width: 200px;
}

.about-core-card .about-core-card-content p {
    font-size: 15px;
    color: #fff;
    opacity: 0;
    transition: 0.7s;
    padding-right: 40px;
}

.about-core-card:hover p {
    opacity: 1;
}

.about-core-card a {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: -20px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: all 0.8s;
    opacity: 0;

}

.about-core-card a i {
    font-size: 10px;
    margin-left: 10px;
}

.about-core-card:hover a {
    bottom: 20px;
    opacity: 1;
}

.blog-1 {
    display: flex;
    justify-content: flex-end;
}

.blog-2 {
    display: flex;
    justify-content: center;
    ;
}

.blog-3 {
    display: flex;
    justify-content: flex-start;
}

.about-section-4 {
    margin-left: -50px;
}

.about-section-4 div {
    color: #c4c4c4;
    font-size: 16px;

}

.about-section-4 p {
    font-size: 35px;
    color: #fff;
    padding-right: 80px;
    margin-top: 20px;

}

.about-section-4 a {
    color: #c4c4c4;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;

}

.about-section-4 a i {
    font-size: 12px;
    color: #c4c4c4;
}

.twitter {
    width: 17px !important;
    height: 15px !important;
}

.contact-section {
    padding-top: 20px;
}

.contact-section h1 {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0%;
    color: #FFF;

}

.contact-section p {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -2%;
    color: #fff;
}

.contact-section ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.contact-section ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    color: #fff;

}

.contact-section ul li img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-top: 5px;
}

.contact-section ul li .contact-text {
    display: block;
    /* ensures p and a stack */
}

.contact-section ul li h2 {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0 0 5px 0;
}

.contact-section ul li a {
    color: #9185FF;
    text-decoration: none;
    display: block;
}

.contact-section ul li a:hover {
    text-decoration: none;
}

.contact-section ul li p {
    font-family: "Cairo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
    display: block;
}

.contact-section ul li a img {
    width: 20px;
    height: 20px;
    margin-top: 0px
}

.contact-form {
    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 5px;
    padding: 20px 20px;
}

.contact-form .form-label {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
}

.contact-form .form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    /* closed dropdown bg */
    color: #999;
    padding: 10px;
}


.contact-form .form-control::placeholder {
    color: #999;
}

.contact-form .form-select option {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.contact-form .form-select select option:hover {
    background-color: #555;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #F2307E;
    background: rgba(242, 48, 126, 0.05);
    box-shadow: 0 0 5px rgba(242, 48, 126, 0.5);
}

.contact-form .form-select:focus {
    outline: none;
    border-color: #F2307E;
    background: rgba(242, 48, 126, 0.05);
    box-shadow: 0 0 5px rgba(242, 48, 126, 0.5);
}

.contact-form button {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    width: 100%;
}

.contact-form button:hover {
    background: #F2307E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(242, 48, 126, 0.3);
}

.section-business {
    padding: 0px 0px;
}

.section-business h3 {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0%;
    background: linear-gradient(91.56deg, #717783 18.87%, #FFFFFF 47.52%, #717783 77.3%);
    -webkit-background-clip: text;
    /* for Chrome/Safari */
    -webkit-text-fill-color: transparent;
    /* makes the text transparent so bg shows */
    background-clip: text;
    /* for Firefox (with prefix in some versions) */
    color: transparent;
}

.section-business p {
    color: #CACFD8;
    font-size: 14px;
}

.section-business .contact-vision-card {
    text-align: center;
    margin: 30px 0;
}

.section-business .contact-vision-card h4 {
    color: #717784;
    font-size: 16px;

}

.section-business .contact-vision-card p {
    color: #CACFD8;
    font-size: 14px;
}

.section-business .contact-vision-card img {
    width: 24px;
    height: 24px;
    margin-bottom: 15px;
}

.section-business .contact-button {
    /* btn sm */

    box-sizing: border-box;

    /* Auto layout */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;


    background: rgba(255, 255, 255, 0.1);
    border-radius: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    margin: 20px 0px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;

}


@media screen and (max-width:1399px) {
    .home-header-content p {
        padding-left: 230px;
        padding-right: 230px;
    }

    .h-section-2-content p {
        margin-top: 20px;
        width: 700px;

    }

    .home-sec-4-det {
        margin-top: -170px;
    }

    .home-sec-4-det p {
        padding-left: 300px;
        padding-right: 300px;
        color: #999999;
    }

    .home-section-3 .left-column ul li p {
        padding-right: 50px;

    }

    .home-section-3 .left-column ul {
        padding-left: 0px;
    }

    .swiper-slide img {
        width: 100%;
        margin-top: 150px;
    }

    .home-team-section .team-card {
        width: 360px;
    }

    footer .footer-content {
        width: 800px;
    }

    footer .footer-content h2 {
        font-size: 35px;
        margin-bottom: 20px;

    }

    footer .footer-content p {
        padding-left: 100px;
        padding-right: 100px;
    }

    footer img {
        ;
        height: 600px;
    }

    /* .page-header {
        height: 850px;

    } */

    /* .page-header-detail {
        width: 900px;
        text-align: center;
        margin: 500px auto 30px auto;

    } */

    .about-core-card {
        width: 330px;
        height: 480px;

    }

    .about-section-4 {
        margin-left: 0px;
    }

    .about-section-4 p {
        font-size: 35px;
        padding-right: 0px;

    }
}

@media screen and (max-width:1199px) {
    .home-header-content p {
        padding-left: 150px;
        padding-right: 150px;
    }

    .logo-image:before {
        top: 90px;
        height: 200px;
        width: 260px;
    }

    .logo-image:after {
        top: 90px;
        height: 200px;
        width: 300px;
    }

    .home-sec-4-det {
        margin-top: -170px;
    }

    .home-sec-4-det h3 {}

    .home-sec-4-det p {
        padding-left: 200px;
        padding-right: 200px;
        color: #999999;
    }

    .home-team-section .team-card {
        width: 300px;
    }

    footer .footer-content h2 {
        font-size: 35px;
        margin-bottom: 20px;

    }

    footer .footer-content p {
        padding-left: 100px;
        padding-right: 100px;
    }

    .footer-socials {

        width: 800px;
    }

    .about-core-card {
        width: 330px;
        height: 450px;

    }

    .about-section-4 {
        margin-left: 0px;
    }

    .about-section-4 p {
        font-size: 28px;

    }

    .about-section-4 a {
        margin-top: 20px;

    }
}

@media screen and (max-width:991px) {
    header navbar .navbar-lg {
        display: none;
    }

    .mobile-nav {
        display: block;
        list-style: none;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 300px;
        height: 100vh !important;
        background: #0e121b;
        padding-left: 0px;
        padding: 10px 20px 20px 20px;
        margin-left: -300px;
        transition: all 0.5s ease;
        z-index: 9999;
    }

    .toggle-mobile-nav {
        margin-left: 0px !important;
    }

    .mobile-nav li a .logo {
        width: 100px;
    }

    .mobile-nav li a {
        width: 100%;
        display: block;
        text-decoration: none;
        color: #efefef;
        border-bottom: 1px solid #313131;
        padding: 10px 0px;
        font-size: 15px;
    }

    .has-mobile-menu {
        position: relative;
        cursor: pointer;

    }

    .has-mobile-menu::after {
        position: absolute;
        right: 10px;
        top: 10px;
        content: '\002B';
        color: #efefef;


    }

    .has-mobile-menu.active-dd::after {
        position: absolute;
        right: 10px;
        top: 10px;
        content: '\2212';
        color: #efefef;


    }

    .has-mobile-menu .minus {}

    .has-mobile-menu .mobile-dd-menu {
        padding-left: 24px;
        display: none;

    }

    .active-dropdown {
        display: block !important;
    }

    .has-mobile-menu .mobile-dd-menu a {
        font-size: 13px;
    }

    .mobile-active-link {
        color: #67cdee !important;
        position: relative;
    }

    .mobile-nav li a .mobile-active-img {
        display: none;
        position: absolute;
        left: -30px;
        top: 18px;
        width: 30px;
        transform: rotate(-90deg);
    }

    .mobile-nav li a.mobile-active-link .mobile-active-img {
        display: block;
    }

    .bars {
        display: inline-block;
        cursor: pointer;
        margin-right: 20px;
    }

    .bar-1,
    .bar-2,
    .bar-3 {
        width: 25px;
        height: 3px;
        margin: 6px auto;
        background: #efefef;
        transition: all 0.5s ease;
    }

    .active-bar .bar-1 {
        transform: translate(0px, 9px) rotate(-45deg);
    }

    .active-bar .bar-2 {
        opacity: 0;
    }

    .active-bar .bar-3 {
        transform: translate(0px, -9px) rotate(45deg);
    }

    .home-header-content p {
        padding-left: 80px;
        padding-right: 80px;
        margin-top: 20px;
        padding-bottom: 80px;
    }

    .home-header-content h1 {
        padding-top: 3px;
        font-size: 30px;
    }

    .h-section-2-content h2 {
        font-size: 22px;
    }

    .h-section-2-content p {
        margin-top: 20px;
        font-size: 17px;
        width: 600px;

    }

    .logo-image:before {
        width: 100px;
    }

    .logo-image:after {
        width: 100px;
    }

    .home-sec-4-det {
        margin-top: -100px;
    }

    .home-sec-4-det h3 {
        font-size: 25px;
    }

    .home-sec-4-det p {
        padding-left: 120px;
        padding-right: 120px;
    }

    .home-section-3 .left-column ul li p {
        padding-right: 50px;

    }

    .home-section-3 .left-column ul {
        padding-left: 0px;
    }

    .swiper-slide img {
        width: 100%;
        margin-top: 130px;
        margin-bottom: 100px;
    }

    .home-section-3 h2 {
        font-size: 22px;
    }

    .home-section-2 {
        padding: 50px 0px;
    }

    .home-team-section .team-card {
        width: 220px;
    }

    .home-team-section .team-card h4 {
        color: #fff;
        font-size: 17px;
        padding: 0px 10px 0px 5px;
        margin-bottom: 2px;
    }

    .home-team-section .team-card p {
        color: #fff;
        font-size: 15px;
        padding: 0px 0px 10px 5px;
        font-weight: 100;
    }

    .home-team-section .team-card .t-content {
        left: 16px;
        top: 23px;
    }

    footer .footer-content {
        width: 700px;
    }

    footer .footer-content h2 {
        font-size: 25px;
        margin-bottom: 20px;

    }

    footer .footer-content p {
        padding-left: 100px;
        padding-right: 100px;
        font-size: 15px;
    }

    footer img {
        ;
        height: 500px;
    }

    .footer-socials {

        width: 600px;
    }

    footer {
        margin-top: 30px;
    }

    /* .page-header {
        height: 750px;

    }

    .page-header-detail {
        width: 700px;
        text-align: center;
        margin: 400px auto 30px auto;

    } */

    .page-header-detail h1 {
        color: #fff;
        font-size: 30px;
    }

    .page-header-detail p {
        font-size: 18px;
    }

    /* .page-header {

        mask-image: linear-gradient(to bottom, #0e121b 80%, transparent 100%);
        mask-size: 100% 100%;

    } */

    .about-section {
        margin-top: 20px;
    }

    .about-section-2 h2 {
        font-size: 25px;
    }

    .about-section-3 h2 {
        font-size: 25px;
    }

    .about-core-card {
        width: 330px;
        height: 450px;

    }

    .blog-1,
    .blog-2,
    .blog-3 {
        justify-content: center;
        margin-bottom: 30px;
    }

    .about-section-4 {
        margin-left: 0px;
    }

    .about-section-4 p {
        font-size: 20px;

    }

    .about-section-4 a {
        margin-top: 0px;

    }

    .section {
        margin-bottom: 50px;
    }

    .about-img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .contact-section {
        padding-top: 20px;
    }

    .home-header-content p {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px;
        padding-bottom: 80px;
    }

    .home-header-content h1 {
        padding-top: 3px;
        font-size: 30px;
    }

    .home-header-content video {
        position: absolute;
        left: 0px;
        top: 170px;
        width: 100%;
        height: 59%;
        z-index: -1;
        border: none;
        object-fit: cover;
    }

    .home-header-content .home-header-links {
        margin-top: 170px;
    }

    .h-section-2-content h2 {
        font-size: 22px;
    }

    .h-section-2-content p {
        margin-top: 20px;
        font-size: 17px;
        width: 100%;

    }

    .logo-image:before {
        width: 50px;
    }

    .logo-image:after {
        width: 50px;
    }

    .home-sec-4-det {
        margin-top: -40px;
    }

    .home-sec-4-det h3 {
        font-size: 25px;
    }

    .home-sec-4-det p {
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-section-3 .left-column ul li p {
        padding-right: 20px;

    }

    .home-section-3 .left-column ul {
        padding-left: 0px;
    }

    .swiper-slide img {
        width: 100%;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .home-section-3 h2 {
        font-size: 22px;
    }

    .home-section-2 .overlay {
        top: -20px;
        height: 250px;

    }

    .logo-image:before {
        width: 0px;
        display: none;
    }

    .logo-image:after {
        width: 0px;
        display: none;
    }

    .home-team-section .team-card {
        width: 260px;
        margin-bottom: 15px;
    }

    .home-team-section .team-card h4 {
        color: #fff;
        font-size: 17px;
        padding: 0px 10px 0px 5px;
    }

    .home-team-section .team-card .t-content {
        left: 16px;
        top: 23px;
    }

    footer .footer-content {
        top: 50px;
        width: 500px;
    }

    footer .footer-content h2 {
        font-size: 25px;
        margin-bottom: 20px;

    }

    footer .footer-content p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }

    footer img {
        ;
        height: 450px;
    }

    .footer-socials {

        width: 400px;
    }

    /* .page-header-detail {
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
        margin: 370px auto 0px auto;

    } */

    .page-header-detail a {
        margin-bottom: 70px;
    }

    .page-header-detail h1 {
        color: #fff;
        font-size: 25px;
    }

    .page-header-detail p {
        font-size: 16px;
    }

    /* .page-header {
        height: auto;

    }

    .page-header {
        mask-image: linear-gradient(to bottom, #0e121b 100%, transparent 100%);
        mask-size: 100% 100%;
    } */

    .about-section {
        margin-top: 20px;
    }

    .about-section {
        margin-top: 20px;
    }

    .about-section-2 h2 {
        font-size: 22px;
    }

    /* .page-header-detail {
        width: 550px;
        padding-left: 30px;
        padding-right: 30px;
    } */

    .about-core-card {
        height: 380px;
    }

}

@media screen and (max-width:575px) {
    .home-header-content p {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 20px;
        padding-bottom: 80px;
        font-size: 14px;
    }

    .home-header-content h1 {
        padding-top: 3px;
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-header-content .home-header-links a {
        padding: 7px 13px;
        font-size: 13px;
    }

    .home-header-content video {
        position: absolute;
        left: 0px;
        top: 91px;
        width: 100%;
        height: 83%;
        z-index: -1;
        border: none;
        object-fit: cover;
    }

    .home-header-content .home-header-links {
        margin-top: 250px;
    }

    .bar-1,
    .bar-2,
    .bar-3 {
        width: 20px;
        height: 2px;
        margin: 5px auto;
    }

    .active-bar .bar-1 {
        transform: translate(0px, 7px) rotate(-45deg);
    }

    .active-bar .bar-2 {
        opacity: 0;
    }

    .active-bar .bar-3 {
        transform: translate(0px, -7px) rotate(45deg);
    }

    .home-section-2 {
        padding: 50px 20px;

    }

    .h-section-2-content h2 {
        font-size: 25px;
    }

    .home-sec-4-det {
        margin-top: -40px;
    }

    .home-sec-4-det h3 {
        font-size: 25px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .home-sec-4-det p {
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-section-3 .left-column ul li p {
        padding-right: 20px;

    }

    .home-section-3 .left-column ul {
        padding-left: 40px;
    }

    .swiper-slide img {
        width: 100%;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .home-section-3 h2 {
        font-size: 22px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 30px;
    }

    .home-section-2 .overlay {
        top: -50px;
        height: 250px;

    }

    .owl-carousel .img-container {
        width: 160px;
        margin-left: 50px;
    }

    .home-team-section .team-card {
        width: 340px;
        margin-bottom: 25px;
    }

    .home-team-section .team-card h4 {
        color: #fff;
        font-size: 17px;
        padding: 0px 10px 0px 5px;
    }

    .home-team-section .team-card .t-content {
        left: 16px;
        top: 23px;
    }

    footer .footer-content {
        top: 50px;
        width: 390px;

    }

    footer .footer-content h2 {
        font-size: 22px;
        margin-bottom: 20px;

    }

    footer .footer-content p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }

    footer img {
        ;
        height: 450px;
    }

    .footer-socials {
        width: 340px;
        bottom: 80px;
    }

    .footer-socials img {
        margin-top: 10px;
        width: 100px;
    }

    .footer-socials ul {
        margin-top: 10px;
    }

    .footer-buttons a:nth-child(1) {
        padding: 7px 15px;
        font-size: 12px;
    }

    .footer-buttons a:nth-child(2) {
        padding: 7px 15px;
        font-size: 12px;


    }

    /* .page-header-detail {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        margin: 300px auto 0px auto;

    } */

    .page-header-detail a {
        margin-bottom: 70px;
    }

    .page-header-detail h1 {
        color: #fff;
        font-size: 25px;
    }

    .page-header-detail p {
        font-size: 16px;
    }

    /* .page-header {
        height: auto;

    }

    .page-header-detail {
        width: 370px;
    } */

    .about-core-card a {
        bottom: 20px;
        opacity: 1;
    }

    .section {
        margin-bottom: 60px;
    }

    .about-core-card {
        height: 450px;
    }

    .about-section-4 div {
        font-size: 14px;
    }

    .about-section-4 p {
        font-size: 16px;
        margin-top: 5px;

    }

    .about-section-4 a {
        margin-top: 0px;
        font-size: 14px;

    }

    .about-section-4 a i {
        font-size: 10px;
    }

    .twitter {
        margin-top: 0px !important;
        width: 15px !important;
        height: 15px !important;
    }
}

@media screen and (max-width:400px) {
    .bars {
        margin-right: 5px;
    }

    .home-header-content {
        margin-top: 30px;
    }

    .mobile-mp {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .h-section-2-content p {

        font-size: 15px;

    }

    .h-section-2-content h2 {
        font-size: 25px;
    }

    .logo-image:before {
        width: 0px;
    }

    .logo-image:after {
        width: 0px;
    }

    .home-sec-4-det {
        margin-top: -40px;
    }

    .home-sec-4-det h3 {
        font-size: 22px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .home-sec-4-det p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section-3 .left-column ul li p {
        padding-right: 5px;

    }

    .home-section-3 .left-column ul {
        padding-left: 30px;
    }

    .swiper-slide img {
        width: 100%;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .home-section-3 h2 {
        font-size: 22px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 30px;
    }

    .home-section-3 .left-column ul li h4 {
        font-size: 18px;
    }

    .owl-carousel .img-container {
        width: 120px;
        margin-left: 20px;
    }

    .home-section-5:before {
        display: none;

    }

    .home-section-5:after {
        display: none;

    }

    .home-team-section .team-card {
        width: 100%;
        margin-bottom: 25px;
    }

    .home-team-section .team-card .t-content {
        left: 20px;
        top: 25px;
    }

    .home-team-section .team-card .t-content h4 {
        font-size: 19px;
    }

    footer .footer-content {
        top: 50px;
        width: 300px;

    }

    footer .footer-content h2 {
        font-size: 22px;
        margin-bottom: 20px;

    }

    footer .footer-content p {
        font-size: 14px;
    }

    footer img {
        ;
        height: 450px;
    }

    .footer-socials {
        width: 300px;
        bottom: 60px;
    }

    .footer-socials img {
        margin-top: 10px;
        width: 60px;
    }

    .footer-socials ul {
        margin-top: 10px;
    }

    .footer-socials ul li a {
        padding: 9px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .footer-buttons a:nth-child(1) {
        margin-bottom: 15px;
    }
/* 
    .page-header-detail {
        margin: 340px auto 0px auto;


    } */

    .page-header-detail a {
        margin-bottom: 43px;
    }

    .page-header-detail h1 {
        color: #fff;
        font-size: 25px;
    }

    .page-header-detail p {
        font-size: 16px;
    }

    /* .page-header {
        height: auto;

    }

    .page-header-detail {
        width: 330px;
        padding-left: 0px;
        padding-right: 0px;
    } */

    .about-section {
        margin-top: 20px;
    }

}

@media screen and (max-width:359px) {
    .home-header-content p {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        padding-bottom: 80px;
        font-size: 14px;
    }

    .home-header-content h1 {
        padding-top: 3px;
        font-size: 20px;
    }

    footer .footer-content {
        width: 300px;

    }

    footer .footer-content h2 {
        font-size: 22px;
        margin-bottom: 20px;

    }

    .footer-socials {
        width: 270px;
        bottom: 60px;
    }

    .footer-socials img {
        margin-top: 10px;
        width: 80px;
    }

    .footer-socials ul li a {
        padding: 7px;
        margin-top: 15px;

    }

    .footer-buttons a:nth-child(1) {
        margin-bottom: 10px;
    }

    /* .page-header-detail {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    } */

    .about-section {
        margin-top: 20px;
    }

    .about-core-card {
        width: 100%;
        height: 410px;

    }

    .mobile-nav {
        width: 270px;
        margin-left: -270px;
    }

    .contact-section {
        padding-top: 20px;
    }
}

.services-section {
    margin-top: 20px;
}

.services-section .section-4-cards {
    border-radius: 20px;
    padding: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 40px;

}

.services-section .section-4-cards a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.services-section .section-4-cards a i {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}


.separator-section {
    background: linear-gradient(135deg, rgba(26, 26, 139, 0.3) 0%, rgba(242, 48, 126, 0.2) 100%);
    padding: 50px 0;
    margin: 60px 0 20px 0;
}

.separator-cta {
    text-align: center;
}

.separator-cta h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15;
    font-weight: 600;
}

.separator-cta p {
    color: #c4c4c4;
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.separator-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.separator-links a {
    background: transparent;
    color: #fff;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.separator-links a:hover {
    background: transparent;
    border-color: #F2307E;
    color: #F2307E;
    transform: translateY(-2px);
}

/* Final CTA Section */
.final-cta-section {
    background: linear-gradient(135deg, rgba(26, 26, 139, 0.4) 0%, rgba(242, 48, 126, 0.3) 100%);
    padding: 50px 0;
    margin-top: 80px;
}

.final-cta {
    text-align: center;
}

.final-cta h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 600;
}

.final-cta p {
    color: #c4c4c4;
    font-size: 19px;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.final-cta-links {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.final-cta-links a {
    background: transparent;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.final-cta-links a:hover {
    background: transparent;
    border-color: #F2307E;
    color: #F2307E;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(242, 48, 126, 0.3);
}

/* Custom 20% column width for process steps */
@media (min-width: 1200px) {
    .col-xxl-20p {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-section {
        margin-top: 100px;
    }

    .col-xxl-20p {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .separator-cta h2 {
        font-size: 28px;
    }

    .separator-cta p {
        font-size: 16px;
        padding: 0 20px;
    }

    .separator-links {
        flex-direction: column;
        align-items: center;
    }

    .separator-links a {
        width: 200px;
        text-align: center;
    }

    .final-cta h2 {
        font-size: 32px;
    }

    .final-cta p {
        font-size: 17px;
        padding: 0 20px;
    }

    .final-cta-links {
        flex-direction: column;
        align-items: center;
    }

    .final-cta-links a {
        width: 220px;
        text-align: center;
    }
}
.section-4-cards2 {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.section-4-cards2 i {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
