* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    list-style: none;
    text-decoration: none;
}

:root {
    --page-bg-color: #F4F5FA;
    --orange: #F27721;
    --blue: #063F5C;
    --textblue: #245670;
    --white-color: #fff;
    --gray-color: #7C919E;
    --footer-text-color: #8296A4;
    --lite-pink-color: #FCD4B8;
    --text-lite: #1E1E1E;
}

.banner-wrapper {
    background: url(../images/ai-banner-image.png);
    background-position: bottom;
    height: 105vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--page-bg-color);
    padding-top: 290px;
}

.banner-content {
    position: relative;
}

.banner-icon-1 {
    position: absolute;
    left: -12%;
    top: -40%;
}

.banner-icon-2 {
    position: absolute;
    left: -4%;
    bottom: 40%;
}

.banner-icon-3 {
    position: absolute;
    left: 13%;
    top: -20%;
}

.banner-icon-4 {
    position: absolute;
    right: -10%;
    bottom: 100%;
}

.banner-icon-5 {
    position: absolute;
    right: 15%;
    bottom: 100%;
}

.banner-icon-6 {
    position: absolute;
    right: 3%;
    bottom: 46%;
}

.banner-title h1 {
    text-align: center;
}

.banner-title h1 span {
    display: inline-block;
}


.banner-info-box {
    max-width: 55%;
    display: block;
    margin: auto;
}

.banner-btn {
    text-align: center !important;
    display: block !important;
}

.banner-btn a {
    padding: 22px 62px !important;
    display: inline-block !important;
    text-align: center !important;
    box-shadow: 0px 7px 15px 0px rgba(150, 150, 150, 0.29), 0px 27px 27px 0px rgba(150, 150, 150, 0.26),
        0px 61px 37px 0px rgba(150, 150, 150, 0.15), 0px 108px 43px 0px rgba(150, 150, 150, 0.04),
        0px 169px 47px 0px rgba(150, 150, 150, 0.01);
}

.banner-btn a:hover {
    background-color: transparent !important;

}

.banner-title h1 {
    text-align: center;
}

/* our-servicessection-start */

/* Our-Services-section */
.our-services {
    background-color: var(--white-color);
    background-image: unset;
}

.our-services .title {
    padding: 25px 0px;
}

.our-services-box {
    padding: 60px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 61px 0px #E1E2E6;
    border-radius: 15px;
    height: 100%;
    width: 100%;
}

.our-services-box .services-box-title h6 {
    font-size: 20px;
    font-family: "Gilroy-SemiBold";
    color: var(--orange);
    margin: 0px 0px 18px 0px;
    display: inline-block;
}

.our-services-box .services-box-title h6:hover {
    color: var(--blue);
}

.our-services-box .services-box-text p {
    font-family: "Gilroy-Semibold";
    color: var(--footer-text-color);
    font-size: 16px;
    line-height: 25.44px;
    letter-spacing: 0.56px;
}

.main-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.our-services .card-box-1 {
    padding: 30px;
    position: relative;
}

.card-box-1 .title-box span {
    color: var(--orange);
}

.our-services .title-box h6 {
    font-size: 32px;
    color: var(--textblue);
    position: relative;
    z-index: 3;
}

.our-services .our-services-text p span {
    text-align: center;
    font-size: 17px;
    font-family: "Gilroy-SemiBold";
    color: var(--orange);
    position: relative;
    z-index: 3;
}

.our-services .service-hire-us-btn {
    display: inline-block;
    padding: 15px 0px;
}

.our-services .service-hire-us-btn a {
    font-size: 15px;
    padding: 10px;
    background-color: var(--orange);
    display: inline-block;
    border-radius: 10px;
    color: var(--white-color);
}

.service-card-1-img {
    display: flex;
    justify-content: end;
}

.service-card-1-img img {
    width: 50%;
    position: absolute;
    top: 105px;
    left: 120px;
}

/* technologies-wrapper */

.technologies-wrapper {
    padding: 50px 0;
    background: #F4F5FA;
}


.technologies-title p {
    font-size: 17px;
    font-family: "Gilroy-SemiBold";
    text-align: center;
    margin: 0 auto;
    color: var(--blue);
    /* margin-top: 40px; */
}


.technologies-title p span {
    font-size: 17px;
    font-family: "Gilroy-SemiBold";
    color: var(--orange);
}

.technologies-icon-box ul {
    max-width: 60%;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 35px;
}

.technologies-icon-box ul li a {
    color: #7C919E;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.technologies-icon-box ul li a img {
    /* width: 51px;
    height: 45px; */
    display: block;
    margin: auto;
}

/* section */
.enterprise-title h3 {
    text-align: left;
}

.center-align-box {
    display: flex;
    border-right: 1px solid rgba(255, 165, 0, 0.5);
    border-image: linear-gradient(to bottom, transparent, rgba(255, 165, 0, 0.5), transparent) 1;
    margin-bottom: 50px;
    padding-right: 80px;
}

.center-align-box:nth-child(even) {
    border-right: none;
    padding-right: 0%;
    padding-left: 80px;
}

.enterprise-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .E-Commerce-box  .enterprise-info{
    justify-content: left;
}
.management-box   .enterprise-info{
    justify-content: left;
} */

.enterprise-details-box {
    margin-top: 20px;
}

.enterprise-details-box p {
    color: #7C919E;
    font-family: "Gilroy-Medium";
    font-size: 16px;
}

.enterprise-details-box .mobile-list-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding-left: 15px;
}

.enterprise-list li {
    color: #7C919E;
    font-family: "Gilroy-Medium";
    font-size: 16px;
    list-style: disc;
    margin-bottom: 30px;

}

.enterprise-list li:last-child {
    margin-bottom: 0px;
}

.enterprise-box .enterprise-image-box {
    background: url(../images/enterprise-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 0;
}

.E-Commerce-box .enterprise-image-box {
    background: url(../images/e-commerce-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 0;
}

.mobile-Backend-box .enterprise-image-box {
    background: url(../images/enterprise-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.management-box .enterprise-image-box {
    background: url(../images/management-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.web-development-box .enterprise-image-box {
    background: url(../images/web-development-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.enterprise-image-box img {
    width: 100%;
}


.enterprise-title h4 {
    color: var(--orange);
    font-family: "Gilroy-SemiBold";
    font-size: 33px;
    text-transform: capitalize;
}

.enterprise-title h4 span {
    color: var(--blue);
    font-size: 33px;
    font-family: "Gilroy-SemiBold";
}

.e-commerce-icon-box {
    margin-top: 20px;
}

.enterprise-details-box .management-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ai-expertise-btn {
    text-align: center;
}
.enterprise-wrapper{
    background-color: var(--white-color);
}

/* responsive */
.sub-title p {
    max-width: 87%;
}
.contain-text p:last-child{
    padding: 0 !important;
}

@media (max-width: 1655px) {
    .our-services-box {
        padding: 30px;
    }

    .banner-icon-1 {
        left: 2%;
        top: -10%;
    }

    .banner-icon-2 {
        left: 6%;
        bottom: 10%;
    }

    .banner-icon-3 {
        left: 23%;
        top: 0%;
    }

    .banner-icon-4 {
        right: 0%;
        bottom: 80%;
    }

    .banner-icon-5 {
        right: 25%;
        bottom: 100%;
    }

    .banner-icon-6 {
        right: 13%;
        bottom: 46%;
    }
}

@media (max-width: 1199px) {

    .our-services-box {
        padding: 20px;
    }

    .our-services-box .services-box-title h6 {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }

    .main-card {
        gap: 10px;
    }

    .banner-wrapper {
        height: unset;
        padding-top: 200px;
        padding-bottom: 150px;
        background-position: 0 230%;
    }

    .banner-info-box {
        max-width: 75%;
    }

    .banner-wrapper {
        height: unset;
        padding-top: 200px;
        padding-bottom: 150px;
        background-position: 0 230%;
    }

    .our-services-box {
        height: 100%;
    }
    .our-services-box .services-box-text p {
        font-size: 15px;
        line-height: normal;
    }
}

@media (max-width: 991px) {


    .banner-wrapper {
        height: unset;
        padding-top: 200px;
        padding-bottom: 130px;
        background-position: 0 230%;
    }

    .banner-icon-box ul li img {
        width: 80%;
    }

    .banner-wrapper {
        height: unset;
        padding-top: 200px;
        padding-bottom: 130px;
        background-position: 0 230%;
    }

    .technologies-icon-box ul {
        max-width: 70%;
        gap: 20px;
    }

    .technologies-title p {
        margin-top: 20px;
    }

    .technologies-wrapper {
        margin-top: 0;
    }

    .center-align-box {
        border-right: unset;
        border-image: unset;
        margin: 0;
    }

    .enterprise-title h4 span {
        font-size: 28px;
    }

    .enterprise-title h4 {
        font-size: 28px;
    }

    .enterprise-details-box {
        margin-top: 10px;
    }

    .enterprise-details-box .mobile-list-box {
        gap: 5px 20px;
        margin-top: 10px;
    }

    .enterprise-content-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-wrapper {
        padding-top: 150px;
        padding-bottom: 90px;
    }

    .banner-info-box p {
        font-size: 16px;
    }

    .banner-info-box {
        max-width: 85%;
    }

    .banner-btn a {
        font-size: 16px !important;
        padding: 12px 20px !important;
    }

    .banner-info-box p span {
        font-size: 16px;
    }

    .our-services-box {
        height: 100%;
        padding: 20px;
    }

    .technologies-icon-box ul {
        max-width: 90%;
        gap: 20px;
        margin-top: 30px;
    }

    .technologies-icon-box ul li a img {
        width: 41px;
        height: 35px;
        object-fit: contain;
    }

    .technologies-icon-box ul li a {
        font-size: 15px;
    }

    .technologies-title p {
        margin-top: 10px;
    }

    .technologies-wrapper {
        padding: 40px 0;
    }

    .center-align-box {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .enterprise-title h4 {
        font-size: 22px;
    }

    .enterprise-title h4 span {
        font-size: 22px;

    }

    .enterprise-details-box p {
        font-size: 14px;
    }

    .enterprise-list li {
        font-size: 14px;
    }

    .sub-title p {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .main-card {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-wrapper {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .banner-icon-box ul li img {
        width: 60%;
    }
    .enterprise-content-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .enterprise-details-box .mobile-list-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

}
