﻿
/* banner css start */
.banner {
    background-image: url('../images/home/banner-img-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    max-height: 580px;
    position: relative;
}
.gridwrap2col  a.el-link {
    background-image: url(../images/home/btn-background.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    color: black !important;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.3s ease-in;
    padding: 0.5em 2.5em;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
	font-family:inherit;
}
    .banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: black;
        opacity: 0.4;
    }

.banner-heading {
    font-size: 85px;
    line-height: 90px;
}

.banner-heading-delay {
    animation-delay: 200ms;
}

.bannner-p-delay {
    animation-delay: 600ms;
}

.banner-text {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    line-height: 30px;
}
.invertigator-stamp-container {
    position: relative;
    left: 380px;
    top: -108px;
    max-width: 350px;
}
.animate__stamp {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes pulse {
    0% {
        opacity: 0;
    }

    10% {
        opacity: .50;
        transform-origin: 50% 50%;
        transform: scale(15);
        transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }


    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media only screen and (max-width: 425px) {
    .banner-container {
        text-align: center;
    }

    .banner-heading {
        font-size: 40px;
        line-height: normal;
    }

    .banner-text {
        font-size: 15px;
        position: relative;
        z-index: 2;
        line-height: 25px;
    }

    .invertigator-stamp-container {
        transform: rotate(24deg);
        margin-inline: auto;
        margin-top: -20px;
        position: static;
        width: 150px;
    }

        .invertigator-stamp-container img {
            transform: rotate(24deg);
        }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
    .banner-container {
        text-align: center;
    }

    .banner-heading {
        font-size: 60px;
        line-height: normal;
    }

    .banner-text {
        font-size: 20px;
    }

    .invertigator-stamp-container {
        transform: rotate(24deg);
        margin-inline: auto;
        margin-top: -45px;
        width: 330px;
        position: static;
    }

        .invertigator-stamp-container img {
            transform: rotate(24deg);
        }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .invertigator-stamp-container {
        width: 340px;
        left: 365px;
        top: -92px;
    }
}
.cards {
    margin-top: 80px;
}

.left-card {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 8%, rgba(255, 255, 255, 0) 100%), url(../images/home/right-card.webp);
    background-position: center center;
    background-size: cover;
    height: 480px;
    z-index: 2;
    position: relative;
    animation-delay: 500ms;
    z-index: 99;
}
.right-card {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 8%, rgba(255, 255, 255, 0) 100%), url(../images/home/left-card.webp);
    background-position: center center;
    background-size: cover;
    height: 480px;
    z-index: 2;
    position: relative;
    animation-delay: 500ms;
}
.card-btn {
    background-image: url("../images/home/btn-background.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    color: black !important;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.3s ease-in;
    padding: 0.5em 2.5em;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}
.card-text {
    font-size: 30px;
    font-weight: 700;
}

.card-btn:hover {
    color: #fff !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 991px) {
    .card-text {
        font-size: 30px;
    }
}

.left-triangle {
    top: 50%;
    z-index: 1;
    animation-delay: 500ms;
}

    .left-triangle img {
        height: 360px;
    }

.right-triangle {
    right: 0;
    top: 173px;
    z-index: 1;
    animation-delay: 500ms;
}

    .right-triangle.card-triangle {
        top: 430px !important;
    }

    .right-triangle img {
        height: 360px;
    }

@media only screen and (max-width: 768px) {
    .right-triangle img {
        height: 100px;
    }

    .left-triangle img {
        height: 100px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .right-triangle img {
        height: 200px;
    }

    .left-triangle img {
        height: 200px;
    }
}

.subcontract-process {
    margin-top: 80px;
}

.subcontract-process-img-container {
    animation-delay: 800ms;
}

    .subcontract-process-img-container img {
        transform: scale(0.9)
    }

.subcontract-process-right-col {
    animation-delay: 1000ms;
}

.subcontract-process-container ul {
    list-style-type: none;
}

    .subcontract-process-container ul li {
        position: relative;
    }

        .subcontract-process-container ul li::before {
            content: "✓";
            font-size: 18px;
            width: 20px;
            height: 25px;
            position: absolute;
            z-index: 10;
            top: 0px;
            left: -20px;
            background-color: rgba(0, 0, 0, 0);
            color: #3147f3;
            font-weight: 900;
        }

.agency-process {
    background-image: url("../images/home/agency-work-background.webp");
    color: white;
    padding-block: 60px;
    margin-top: 60px;
    background-size: cover;
    position: relative;
}

    .agency-process .container {
        position: relative;
        z-index: 2;
    }

    .agency-process:before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: black;
        opacity: 0.4;
        z-index: 1;
    }

.agency-process-number {
    font-size: 64px;
}
.agency-process-text {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-block-end: 0;
    margin-inline: auto;
}

.work {
    border-radius: 1000px;
    padding-inline: 30px;
    padding-block: 15px;
    gap: 20px;
    margin-inline: auto;
}

.work-1 {
    background-color: rgb(1, 79, 215, 0.75);
}

.work-2 {
    background-color: rgb(4, 159, 57, 0.75);
    width: 90%;
}

.work-3 {
    background-color: rgb(227, 150, 3, 0.75);
    width: 80%;
}

.work-4 {
    background-color: rgb(0, 178, 188, 0.75);
    width: 70%;
}

.work-5 {
    background-color: rgb(134, 16, 156, 0.75);
    width: 60%;
}

@media only screen and (max-width: 425px) {
    .work {
        border-radius: 50px;
    }

    .work-1 {
        flex-direction: column-reverse;
    }

    .work-2 {
        flex-direction: column;
    }

    .work-3 {
        flex-direction: column-reverse;
    }

    .work-4 {
        flex-direction: column;
    }

    .work-5 {
        flex-direction: column-reverse;
    }

    .agency-process-text {
        font-size: 16px;
    }

    .agency-process-number {
        display: none;
    }
}


.apply-now {
    margin-block-start: 80px;
}

    .apply-now .container {
        position: relative;
        z-index: 2;
    }

    .apply-now p {
        margin-block-start: 20px;
    }

.features {
    margin-block-start: 60px;
}

.feature-card {
    background-image: url("../images/home/silver-square-background.png");
    background-size: 100% 100%;
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.feature-icon {
    margin-inline: auto;
}

    .feature-icon img {
        width: 50px;
    }

.feature-text {
    text-align: center;
    width: 80%;
    margin-block-end: 0;
    line-height: 17px;
    font-size: 15px;
}

.left-triangle.features-triangle {
    z-index: 1;
    top: 458px !important;
}

    .left-triangle.features-triangle img {
        height: 220px !important;
    }

.signup {
    background-image: url("../images/home/signup-background.webp");
    background-size: cover;
    margin-block-start: 100px;
    position: relative;
    z-index: 2;
}

    .signup:before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: black;
        opacity: 0.4;
    }

    .signup .container {
        padding-block: 60px;
    }

    .signup h1 {
        padding-block-end: 30px;
    }

@media only screen and (min-width: 992px) {
    .signup {
        background-position: 50% 25%;
    }

        .signup .container {
            padding: 100px 40px 40px 40px;
            padding-inline-start: 35%;
        }

        .signup h2 {
            padding-block-end: 40px;
        }
}

@media only screen and (min-width: 1900px) {
    .signup .container {
        padding-inline-start: 20%;
    }
}

.about-us {
    padding-block-start: 80px;
    padding-block-end: 80px;
}

.aboutus-card {
    background-image: url("../images/home/about-us-background.png");
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .aboutus-card p {
        padding: 10px 30px 50px 30px;
    }

.about-us-two {
    animation-delay: 500ms;
}

.about-us-three {
    animation-delay: 1000ms;
}
.fs-16 {
    font-size: 16px;
}

.uk-section {
    padding-top: 0 !important;
}

.uk-container.uk-container-expand {
    padding: 0;
}