@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    background-color: rgba(1, 0, 52, 1);
    overflow-x: hidden;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: white;
}

.button {
    background: linear-gradient(to bottom, rgba(0, 102, 234, 1), rgba(95, 183, 255, 1));
    border-radius: 12px;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.button2 {
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 40px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.nav-menu ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

header .logo {
    height: 80px;
    width: 200px;
}

header .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.nav-menu {
    border: 1px solid rgba(53, 53, 74, 1);
    background: rgba(22, 22, 59, 1);
    border-radius: 16px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.nav-menu .active {
    background-color: rgba(46, 45, 85, 1);
    padding: 5px 10px;
    border-radius: 8px;
}

.nav-menu .menu-item {
    padding: 5px 10px;
}

.banner {
    margin-top: 20px;
}

.banner-header {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    background: linear-gradient(to bottom, rgba(0, 102, 234, 1), rgba(3, 0, 80, 0));
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
    color: white;
    padding: 80px;
}

.contact-banner .banner-header {
    padding: 80px 250px !important;
}

.banner-header .banner-title {
    font-size: 48px;
    margin: 0;
}

.banner-header .banner-des {
    line-height: 30px;
    font-size: 18px;
}

.banner-btns {
    display: flex;
    gap: 20px;
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -16px;
    box-shadow: 0 0 0 1px #ddd;
    background-color: #f0f0f0;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar.count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: #444;
    font-weight: 600;
    font-size: 14px;
}

.border-line {
    width: 1200px;
    height: 600px;
}

.border-line2 {
    width: 1000px;
    position: absolute;
    top: 17%;
    height: 250px;
}

.border-line3 {
    position: absolute;
    width: 800px;
    top: 34%;
    height: 150px;
}

.border-line img {
    width: 100%;
}

.border-line2 img {
    width: 100%;
    top: 100px;
}

.border-line3 img {
    top: 200px;
    width: 100%;
}

.banner-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.service-banner .small-service,
.banner-services .small-service {
    display: flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    position: absolute;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
}

.service-banner .small-service .service-icon img,
.banner-services .small-service .service-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.service-banner .small-service .service-icon,
.banner-services .small-service .service-icon {
    height: 32px;
    width: 32px;
}

.banner-services .border-line .web-design {
    left: 16%;
    top: 17%;
    animation: design 5s alternate infinite;
    transition: all .35s linear;

}

.banner-services .border-line .mobile-app {
    right: 16%;
    top: 17%;
    animation: mobile 5s alternate infinite;
    transition: all .35s linear;
}

.banner-services .border-line .app {
    bottom: 50%;
    right: 2%;
    animation: development 5s alternate infinite;
    transition: all .35s linear;
}

.banner-services .border-line .ui-design {
    bottom: 50%;
    animation: ui 5s alternate infinite;
    transition: all .35s linear;
}

.banner-services .border-line2 .web-development {
    top: -16px;
    left: 41%;
    animation: web 2s alternate infinite;
    transition: all .35s linear;
}

.banner-services .border-line3 .social-media {
    top: 58px;
    left: 7%;
    animation: social 3s alternate infinite;
    transition: all .35s linear;
}

.banner-services .border-line3 .digital-marketing {
    top: 58px;
    right: 7%;
    animation: digital 3s alternate infinite;
    transition: all .35s linear;
}

.banner-services::before {
    position: absolute;
    content: "";
    background-image: url(images/Line\ 22.png);
    width: 80%;
    height: 1px;
    bottom: 35%;
}

.banner-services .work-flow {
    display: flex;
    gap: 35px;
    align-items: center;
    position: absolute;
    bottom: 20%;
}

.banner-services .work-flow p {
    color: white;
}

.service-container,
.service-container2 {
    padding: 80px 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    position: relative;
    background-image: url(images/About\ Us\ \(1\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-container2 .ai-header {
    width: 80%;
    margin: auto;
}

.service-container2 .ai-header .ai-section-text,
.service-container2 .ai-header .ai-section-heading {
    text-align: center;
    color: white;
    line-height: 30px;
}

.service-container .ai-header .ai-section-text,
.service-container .ai-header .ai-section-heading {
    text-align: left;
    color: white;
}

.service-container2 .ai-header .ai-section-heading {
    font-size: 36px;
}

.service-container .ai-header .ai-section-heading {
    font-size: 46px;
    margin-top: 0;
}

.service-container .ai-header .service-bg-icon {
    position: absolute;
    height: 500px;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 30px;
}

.service-container .ai-header {
    margin: 0;
    align-items: start;
    width: 44%;
    position: sticky;
    top: 10%;
    z-index: 1;
}

.service-container .service-cards-wrapper {
    padding: 0 15px;
    width: 53%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-cards-wrapper .service-card .service-title {
    font-size: 22px;
    margin: 0;
}

.service-cards-wrapper .service-card .service-card-link {
    color: #0188D0;
    font-weight: 700;
    text-decoration: underline;
    font-size: 15px;
}

.service-cards-wrapper .service-card:nth-child(2) {
    position: sticky;
    top: 10%;
    z-index: 2;
}

.service-cards-wrapper .service-card:nth-child(3) {
    position: sticky;
    top: 10%;
    z-index: 3;
}

.service-cards-wrapper .service-card:nth-child(4) {
    position: sticky;
    top: 10%;
    z-index: 4;
}

.service-cards-wrapper .service-card:nth-child(5) {
    position: sticky;
    top: 10%;
    z-index: 5;
}

.service-cards-wrapper .service-card:nth-child(6) {
    position: sticky;
    top: 10%;
    z-index: 6;
}

.service-cards-wrapper .service-card:nth-child(1) {
    position: sticky;
    top: 10%;
}

.service-cards-wrapper .service-card .service-title,
.service-cards-wrapper .service-card .service-des,
.service-cards-wrapper .service-card .service-card-link {
    color: white;
}

.service-container2 .service-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-container2 .service-cards-wrapper .service-card {
    transition: all .35s linear;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    transition: all .35s linear;
    background: rgb(1, 0, 52);
    border: 1px solid #ffffff24;
    width: 45%;
}

.service-cards-wrapper .service-card {
    transition: all .35s linear;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    transition: all .35s linear;
    background: rgb(1, 0, 52);
    border: 1px solid #ffffff24;
}

.service-cards-wrapper .service-card .service-card-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.service-cards-wrapper .service-card .service-card-icon {
    height: 100px;
    width: 100px;
}


.testimonialContainer {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.testimonialTrack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonialRow {
    display: flex;
    gap: 24px;
    animation: slide 25s linear infinite;
}

.testimonialRow:nth-child(2) {
    animation: slideReverse 25s linear infinite;
}

.testimonialCard {
    min-width: 500px;
    background-image: url(images/Rectangle\ 3.png);
    border-radius: 12px;
    padding: 32px;
    border: 1px solid rgb(255 255 255 / 18%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.quoteIcon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.quoteIcon {
    color: #0188D0;
    width: 32px;
    height: 24px;
}

.testimonialCard p {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    font-weight: 400;
    margin: 0;
}

.testimonialAuthor {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.authorInfo h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: white;
}

.downArrow {
    width: 24px;
}

.authorInfo span {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slideReverse {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.real-stories {
    padding: 80px 0;
}

.choosing-us .ai-header,
.recent-work .ai-header,
.technologies .ai-header,
.real-stories .ai-header {
    color: white;
    text-align: center;
    width: 60%;
    margin: auto;
}

.proven-track {
    display: flex;
    overflow: hidden;
    background-image: url(images/About\ Us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-area {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.text-area .text {
    width: 70%;
    margin: auto;
    color: white;
}

.proven-track .text-area .line-img {
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
}

.carousel-container {
    width: 50%;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.carousel-track .card {
    flex: 0 0 460px;
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    gap: 20px;
    align-items: center;
}

.track-icon {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.track-icon img {
    height: 100%;
}

.technologies {
    padding: 80px 0;
}

.technologies .technologies-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.technologies .technologies-wrapper .tech-row {
    display: flex;
    gap: 20px;
}

.technologies-wrapper .tech-card {
    display: flex;
    background-image: url(images/Frame\ 203.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
    gap: 5px;
    align-items: center;
    width: 130px;
}

.technologies-wrapper .tech-card .tech-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.technologies-wrapper .tech-card .tech-icon {
    height: 40px;
    width: 40px;
}

.generative-ai {
    background-image: url(images/About\ Us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.generative-ai .text-area .title {
    font-size: 36px;
    margin: 0;
}

.generative-ai .text {
    width: 100% !important;
}

.top-service-btn {
    border: 1px solid white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    width: max-content;
    font-size: 15px;
}

.generative-ai-text {
    color: white;
    line-height: 25px;
    margin: 0;
}

.generative-ai-heading {
    color: white;
    font-size: 46px;
    line-height: 60px;
    margin: 0;
}

.orbit-section {
    position: relative;
    width: 50%;
    left: 80px;
}

.orbit-section .shadow-image {
    position: absolute;
    width: 475px;
    border-radius: 50%;
    left: 0;
    top: 0;
    height: 458px;
}

@keyframes round {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.orbit-section .border1 {
    border: 1px solid #78768d;
    height: 450px;
    width: 450px;
    position: absolute;
    border-radius: 50%;
    animation: round 20s linear infinite;
}

.orbit-section .border2 {
    border: 1px solid #78768d;
    height: 380px;
    width: 380px;
    position: absolute;
    border-radius: 50%;
    top: 35px;
    left: 36px;
    animation: round 25s ease-in-out infinite reverse;
}

.orbit-section .border3 {
    border: 1px solid #78768d;
    height: 300px;
    width: 300px;
    position: absolute;
    border-radius: 50%;
    top: 71px;
    left: 73px;
    animation: round 30s ease-in infinite alternate;
}

.orbit-section .border4 {
    border: 1px solid #78768d;
    height: 225px;
    width: 225px;
    position: absolute;
    border-radius: 50%;
    top: 104px;
    left: 113px;
    animation: round 35s ease-out infinite;
}

.orbit-section .center-circle img {
    height: 60px;
    width: 90px;
    object-fit: contain;
    margin-top: 10px;
}

.orbit-section .center-circle {
    border: 1px solid #78768d;
    background-color: #3c326d;
    height: 150px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    top: 140px;
    display: flex;
    align-items: center;
    left: 150px;
    justify-content: center;
}

.orbit-section .small-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    border: 1px solid #78768d;
    background-color: #322e53;
    padding: 5px;
    border-radius: 50%;
    object-fit: contain;
}

.vue {
    right: 13px;
    top: 20%;
}

.node {
    left: -18px;
    top: 40%;
}

.react {
    bottom: 0;
    right: 27%;
}

.sass {
    left: -8px;
    top: 62%;
}

.net {
    top: -20px;
    left: 45%;
}

.angular {
    right: -17px;
    top: 52%;
}

.php {
    left: 0;
    top: 22%;
}

.python {
    bottom: -15px;
    right: 37%;
}

.java {
    right: -17px;
    top: 40%;
}

.about-ai {
    background-color: #0B0C20;
}

.ai-section {
    padding: 80px;
}

.generative-ai {
    display: flex;
    padding: 50px 80px 150px;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.recent-work {
    padding: 80px;
}

.project-cards-wrapper .project-big-card {
    border: 1px solid #78768d;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    position: relative;
    align-items: center;
    border-radius: 12px;
    margin-top: 20px;
    background-image: url(images/Frame\ 218.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.project-cards-wrapper .card-nmbr {
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin: 0;
}

.project-cards-wrapper .project-card-title {
    color: white;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.project-cards-wrapper .card-text-area .description {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-cards-wrapper .card-text-area {
    width: 40%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    height: 370px;
}

.project-big-card .project-img {
    height: 400px;
    width: 55%;
}

.project-big-card .project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.faq-section {
    padding: 80px;
    background-image: url(images/About\ Us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-section .faq-head .faq-description {
    font-size: 18px;
    line-height: 28px;
    color: white;
}

.faq-section .faq-head .faq-heading {
    font-size: 58px;
    font-weight: 500;
    margin: 0;
    color: white;

}

.faq-section .faq-head {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.faq-details {
    display: flex;
    flex-wrap: wrap;
}

.customAccordion {
    display: flex;
    flex-direction: column;
    width: 45%;
    padding: 20px;
}

.customAccordion-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 14px;
    text-decoration: dotted;
    margin-top: 15px;
    border-top: 1px solid #78768d4d;
    border-left: 1px solid #78768d4d;
    border-right: 1px solid #78768d4d;
}

.customAccordion-content {
    border-bottom: 1px solid #78768d4d;
    border-left: 1px solid #78768d4d;
    border-right: 1px solid #78768d4d;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: white;
    font-size: 14px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.customAccordion-content.active {
    max-height: 200px;
    padding: 20px;
}

.customAccordion-item .icon svg {
    transition: transform 0.35s ease;
}

.customAccordion-item.active .icon svg {
    transform: rotate(180deg);
}

footer {
    padding: 0 80px 20px;
    position: relative;
}

footer::before {
    background-image: url(images/Group\ 1000004667\ \(1\).png);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}

footer .lets-connect a:hover {
    color: #0188D0;
    transition: all .35s linear;
}

footer .lets-connect a {
    transition: all .35s linear;
}

footer .lets-connect h1 {
    margin: 0;
}

footer .lets-connect {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    margin-top: 10px;
}

footer .projects-header {
    width: 80%;
}

.footer {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.footer::before {
    position: absolute;
    content: "";
    background-image: url(images/circle-shadow.png);
    height: 0px;
    width: 1px;
    border-radius: 50%;
    top: 22%;
    left: 50%;
    transform: rotate(45deg);
    box-shadow: 0 0 414px 200px rgba(0, 102, 234, 0.6);
    z-index: -1;
}

.footer-logo {
    width: 200px;
}

.footer-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer .links-container:nth-child(2) {
    width: 12%;
}

.footer .links-container:nth-child(3) {
    width: 22%;
}

.footer .links-container:nth-child(4) {
    width: 18%;
}

.footer .links-container:nth-child(5) {
    width: 20%;
}

.footer .links-container {
    width: 20%;
    color: white;
}

.footer-links .links-container .contact-links li:last-child svg {
    height: 30px;
    width: 70px;
}

.footer-links .links-container p {
    font-size: 14px;
}

.footer-links .links-container .links a {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    transition: all .35s linear;
    align-items: start;
    font-size: 14px;
    font-weight: 500;
}

.footer-links .links-title {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-links .links .arrow {
    transition: all .35s linear;
}

.footer-links .links a:hover .arrow {
    transform: rotate(45deg);
    transition: all .35s linear;
}

.footer-links .links a:hover {
    color: #0188D0;
    transition: all .35s linear;
}

.footer-bottom .right p {
    color: white;
    margin: 0;
}

.footer-bottom {
    border-radius: 20px;
    border: 1px solid #78768d;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    flex-wrap: wrap;
}

.footer-bottom .social-icons {
    display: flex;
    gap: 20px;
    margin: 0;
}

.footer-bottom .social-icons .media-icon:hover {
    background-color: #0188D0;
    transition: all .35s linear;
    border: 2px solid #0188D0;
}

.footer-bottom .social-icons .media-icon {
    border: 2px solid rgba(255, 255, 255, 0.8);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 4px;
    transition: all .35s linear;
}

.footer-bottom .footer-pages {
    display: flex;
    gap: 20px;
}

.footer-bottom .footer-pages a:hover {
    color: #0188D0;
    transition: all .35s linear;
}

.footer-bottom .footer-pages a {
    text-decoration: underline;
    transition: all .35s linear;
}

.footer .ai-header {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.footer .ai-header h1 {
    font-size: 40px;
    margin: 0;
}

footer .line-img1 {
    position: absolute;
    top: 0;
    left: 27%;
    animation: heightPulse 4s infinite ease-in-out;
}

footer .line-img2 {
    position: absolute;
    top: 0;
    right: 18%;
    z-index: -1;
    top: 20%;
    animation: heightPulse 4s infinite ease-in-out;

}

@keyframes heightPulse {

    0%,
    100% {
        height: 100px;
        opacity: 0.3;
    }

    50% {
        height: 300px;
        opacity: 1;
    }
}

.about-section {
    padding: 80px;
    position: relative;
    display: flex;
    align-items: start;
    overflow: hidden;
    background-image: url(images/About\ Us\ \(1\).png);
    background-size: cover;
    background-position: center;
    flex-wrap: wrap;
}

.about-section .description {
    width: 40%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
}

.about-section .description .Ellipse {
    position: absolute;
    left: -190px;
    height: 600px;
    width: 600px;
    top: -50%;
}

.about-section .description h1 {
    margin: 0;
}

.about-section .description p {
    font-size: 15px;
}

.about-section .about-cards-container .shadow-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0px;
    width: 1px;
    box-shadow: 0 0 414px 140px rgba(0, 102, 234, 0.4);
    z-index: -1;
}

.about-section .about-cards-container {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.about-cards-container .about-card {
    width: 40%;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.352);
    padding: 20px;
    border-radius: 12px;
}

.about-cards-container .about-card .icon {
    height: 70px;
    width: 70px;
}

.about-cards-container .about-card .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.choosing-cards {
    display: flex;
    flex-wrap: wrap;
    color: white;
    padding: 20px 0;
    justify-content: space-between;
}

.choosing-cards .choose-card {
    width: 29%;
    background-image: url(images/Frame\ 202.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px;
}

.choose-card .icon {
    height: 50px;
    width: 50px;
}

.choosing-us {
    padding: 80px;
}

.mission-vision {
    padding: 80px;
    background-image: url(images/About\ Us\ \(1\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission-vision .row {
    display: flex;
    color: white;
    align-items: center;
    margin-bottom: 40px;
    gap: 30px;
    flex-wrap: wrap;
}

.mission-vision .row .texting .content {
    width: 70%;
    margin: auto;
}

.mission-vision .row .texting {
    width: 45%;
}

.mission-vision .row .image {
    width: 50%;
}

.mission-vision .row .image img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.contact-container {
    padding: 0 80px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-container .contact-card h4 {
    margin-bottom: 0;
}

.contact-container .contact-card {
    background-image: url(images/Rectangle\ 12347.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30%;
    color: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ffffff24;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form {
    background-image: url(images/Rectangle\ 12347.png);
    border: 1px solid #ffffff24;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 80px;
    padding: 30px;
}

.contact-form .ai-header {
    width: 70%;
    color: white;
    margin: auto;
    text-align: center;
}

.contact-form .input-row .field input::placeholder {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.contact-form .input-row .field select,
.contact-form .input-row .field textarea,
.contact-form .input-row .field input {
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding: 0 0 10px;
}

.contact-form .input-row .field select:focus,
.contact-form .input-row .field textarea:focus,
.contact-form .input-row .field input:focus {
    outline: none;
}

.contact-form .input-row .field {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.contact-form .input-row .field label {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.contact-form .input-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

.portfolio-detail-banner .banner-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0 !important;
}

.portfolio-detail-banner .banner-btns button {
    border: 1px solid white;
    border-radius: 30px;
    padding: 8px 16px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    font-family: 'Segoe UI';
}

.portfolio-image {
    width: 100%;
    height: max-content;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.portfolio-detail {
    padding: 20px 80px 80px;
}

.portfolio-des span {
    color: rgba(177, 77, 255, 1);
}

.portfolio-des p {
    font-size: 1.5rem;
    color: white;
}

.detail-imgs .big-image img {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.detail-imgs .big-image {
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.detail-imgs .small-imgs {
    display: flex;
    gap: 20px;
}

.detail-imgs .small-imgs .img {
    width: 50%;
    height: 400px;
}

.detail-imgs .small-imgs .img img {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.client-background {
    color: white;
    margin-top: 50px;
    position: relative;
}

.client-background img {
    position: absolute;
    height: 500px;
    width: 500px;
    left: -10%;
    top: 0;
    z-index: -1;
}

.project-details {
    width: 400px;
    margin-top: 20px;
}

.project-details li {
    display: flex;
    padding: 10px 0;
}

.project-details strong {
    width: 200px;
}

.project-details span {
    color: rgba(177, 77, 255, 1);
}

.project-details li:first-child,
.project-details li:last-child {
    border-bottom: 1px dashed white;
    border-top: 1px dashed white;
}

.challenge-img {
    height: 400px;
    width: 100%;
}

.challenge-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.challenge {
    color: white;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.challenge h1 {
    margin-bottom: 0;
}


.brandIdentity {
    width: 87%;
    margin: auto;
    color: white;
}

.brand-identity-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: none;
    position: relative;
    flex-wrap: wrap;
    padding: 10px 0px 70px;
    z-index: 1;
}

.brand-identity-card {
    color: #fff;
    width: 22%;
}

.brand-identity-icon {
    margin: 0 auto 18px auto;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: transparent;
}

.brand-identity-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0 14px 0;
    color: #fff;
    text-align: center;
}

.brand-identity-card p {
    font-size: 13px;
    text-align: center;
    color: #e0e0e0;
    line-height: 1.6;
    margin: 0;
}




.brand-identity-container>div:nth-child(1),
.brand-identity-container>div:nth-child(2),
.brand-identity-container>div:nth-child(3) {
    border-right: 1px dashed #969696;
    /* ya jo bhi aapka border style ho */
    padding-right: 25px;
}

.results-section {
    background: none;
    color: #fff;
    padding: 40px 0 80px 0;
    width: 100%;
}

.results-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.results-description {
    font-size: 16px;
    color: #e0e0e0;
    margin-bottom: 38px;
    max-width: 1100px;
}

.results-columns {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.results-col {
    width: 32%;
    background: none;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
}

.results-col h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}

.results-col ul {
    padding-left: 0;
    margin: 0;
}

.results-col li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    color: #e0e0e0;
    font-size: 15px;
}

.results-check {
    color: #AFFF7F;
    font-size: 18px;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    min-width: 22px;
    min-height: 22px;
    justify-content: center;
}

.results-blue {
    color: #1A9CFF;
    margin-right: 2px;
    display: inline-flex;
    align-items: center;
    min-width: 22px;
    min-height: 22px;
    justify-content: center;
}

.results-columns>.results-col:not(:last-child) {
    border-right: 1.5px dashed #969696;
    padding-right: 32px;
}

.results-columns>.results-col:not(:first-child) {
    padding-left: 32px;
}


/* Sidebar hidden by default on the right */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    /* hide off-screen to the right */
    width: 250px;
    height: 100%;
    background-color: #020842;
    color: white;
    transition: right 0.4s ease;
    /* smooth transition */
    z-index: 9999999;
    padding: 20px;
}

/* Active state brings it into view */
.mobile-sidebar.active {
    right: 0;
}

.mobilmenus {
    cursor: pointer;
    z-index: 10000;
}

/* Close button */
.close-btn {
    font-size: 20px;
    cursor: pointer;
    text-align: right;
    margin-bottom: 20px;
}



.mobile-sidebar ul {
    line-height: 40px;
}

.mobile-sidebar ul li {
    border-bottom: 1px solid white;
    padding-bottom: 7px;
    margin: 10px 0px;
}

.Mobile-headers {
    display: none;
}

.service-cate {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.service-cate .icon-box {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/Ellipse\ 245.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-cate .icon-box img {
    width: 70px;
    object-fit: contain;
}

.custom-web {
    background-image: url(images/About\ Us.png);
    padding: 20px 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.custom-web .screen-img img {
    width: 100%;
}

.custom-web .screen-img {
    width: 800px;
    margin: auto;
}

.custom-web .ai-header {
    position: relative;
    z-index: 3;
}

.services-enterprise .ai-header,
.custom-web .ai-header {
    width: 80%;
    margin: auto;
    text-align: center;
    color: white;
}

.services-enterprise {
    padding: 50px;
}

.enterprise-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.enterprise-cards .card .card-icon {
    height: 70px;
    width: 70px;
}

.enterprise-cards .card .card-icon img {
    height: 100%;
    width: 100%;
}

.enterprise-cards .card {
    width: 28%;
    border: 1px solid rgba(255, 255, 255, 0.227);
    display: flex;
    flex-direction: column;
    align-items: start;
    color: white;
    padding: 20px;
    border-radius: 12px;
}

.enterprise-cards .card p,
.enterprise-cards .card h3 {
    margin-bottom: 0;
}

.mainBlog {
    display: flex;
    padding: 0 80px;
    justify-content: space-between;
}

.blogleft {
    width: 65%;
}

.blogright {
    width: 30%;
}

.blogcardd {
    border: 1px solid #1461bf46;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogcardd:hover {
    border: 1px solid #1461bf;
}

.blogcardd:hover .blogtext h1 {
    color: #1461bf;
}


.blogimg {
    width: 46%;
    height: 250px;
}

.blogimg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.blogmaintext {
    width: 50%;
}

.blogtext h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
    color: white;
    margin: 0;
    padding: 5px 0px 5px 0px;
}


.blogtimecomment {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icontextcomment {
    display: flex;
    align-items: center;
    gap: 6px;
}

.icontextcomment p {
    margin: 0;
    font-size: 14px;
    color: white;
}

.icontextcomment svg {
    color: white;
}


.blogserch {
    background-color: transparent;
    border: 1px solid #0188D0;
    display: flex;
    padding: 5px 10px;
    border-radius: 12px;
}

.blogserch input {
    width: 100%;
    height: 42px;
    border-radius: 7px;
    border: none;
    background: transparent;
    color: white;
    font-weight: 400;
}

.blogserch input:focus {
    outline: none;
}

.blogserch input:hover {
    outline: none;
}


.recentPosts-main {
    margin-top: 40px;
    position: relative;
}

.recentPosts-main h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
}

.recentPosts-main h1::before {
    content: "";
    width: 100px;
    height: 2px;
    background: #1461bf;
    position: absolute;
    top: 44px;
    left: 0;
}

.recentMain {
    margin-top: 30px;
}

.recentPosts {
    display: flex;
    align-items: center;
    gap: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(149, 149, 149, 0.285);
    margin-bottom: 12px;
}

.recentPosts-image {
    border-radius: 80px;
    width: 80px;
    height: 80px;
}

.recentPosts-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.recentPosts-text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.recentPosts-text p {
    margin: 0;
    font-size: 14px;
    padding-top: 10px;
}

.recentPosts-main ul {
    margin: 25px 0px 0px 0px;
    padding: 0;
    list-style: none;
    line-height: 40px;
}

.recentPosts-main li a {
    display: flex;
    color: white;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    padding-bottom: 5px;
    margin-bottom: 10px;
    gap: 5px;
}



.alltagsblog {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.alltagsblog a {
    background: #f7f8f9;
    padding: 6px 24px;
    border-radius: 30px;
    color: #0188D0;
    font-size: 14px;
    font-weight: 500;
}


.blogtext p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: white;
}


.blogbtns button {
    margin-top: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s linear;
}

.blogbtns button:hover {
    background: #1461bf;
    color: white;
}

.main-banner-section-blog-detail {
    padding-bottom: 15rem;
}

.constantly h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    padding: 8px 0px 10px 0px;
}

.constantly p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 14px;
}

.constantly span {
    font-size: 14px;
    padding-top: 20px;
    display: block;
}

.evolvingImage {
    width: 100%;
    height: 480px;
}

.evolvingImage img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}



.informationimage {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.mainimageinformation {
    width: 48%;
    height: 300px;
}

.mainimageinformation img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.constantly2 {
    padding: 20px 0px 0px 0px;
}

.commenttitle {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
}

.commenttitle h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}



.commenttitle2 {
    padding-top: 30px;
}

.commenttitle2 h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
}

.commenttitle2 p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}


.commentimagemainall {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}

.commentimage {
    width: 18%;
    height: 130px;
}

.commentimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.adipiscingmain {
    width: 80%;
}

.adipiscing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gnissim {
    display: flex;
    align-items: center;
    gap: 5px;
}

.titleDate span {
    font-size: 14px;
}

.titleDate h1 {
    margin: 0;
    font-size: 25px;
    padding: 10px 0px 10px 0px;
    font-weight: 400;
}

.adipiscingmain p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.gnissim h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}


.commentimagemainall2 {
    width: 88%;
}

.cente-content {
    width: 100%;
    display: flex;
    justify-content: end;
}


.blogcommentForm-input input {
    width: 100%;
    border-bottom: 1px solid rgb(189, 189, 189) !important;
    height: 38px;
    margin-bottom: 40px;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.blogcommentForm-input input:focus {
    outline: none;
    border-bottom: 1px solid rgb(189, 189, 189) !important;
}



.blogcommentForm-textarea textarea {
    width: 100%;
    border-bottom: 1px solid rgb(189, 189, 189) !important;
    height: 180px;
    margin-bottom: 20px;
    border: none;
    padding: 20px 10px;
    font-family: 'Open sans';
    border-radius: 10px;
}

.blogcommentForm-textarea textarea:focus {
    outline: none;
    border-bottom: 1px solid rgb(189, 189, 189) !important;
}

.blogcommentForm {
    margin-top: 40px;
}

.formnameEmail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogcommentForm-input2 {
    width: 48%;
}

.blogfromsubmit button {
    margin-top: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s linear;
}

.blogfromsubmit button:hover {
    background: #1461bf;
    color: white;
}

.service-banner {
    position: relative;
}

.curveborder {
    position: relative;
}
.curveborder img{
    width: 100%;
}

.logo-container {
    background-image: url(images/Group\ 1000004866.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -19px;
    height: 350px;
    width: 670px;
    left: 24%;
}

.service-logo {
    height: 110px;
    width: 250px;
}

.service-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.service-banner .service-div {
    height: 35px;
    width: 110px;
    position: absolute;
}

.service-div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.service-banner .ui-design {
    bottom: 25px;
    left: 40px;
}
.service-banner .mobile-app {
    bottom: 25px;
    right: 40px;
}
.service-banner .web-design {
    bottom: 50%;
    left: 11%;
}
.service-banner .social-media {
    bottom: 50%;
    right: 6%;
}
.service-banner .ai-dev {
    top: -15%;
    left: 44%;
}
.dot{
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #0188D0;
    border-radius: 50%;
}
.dot1{
    bottom: 4px;
    left: 8%;
}
.dot2 {
    top: 44%;
    left: 22.8%;
}
.dot3 {
    top: -3px;
    left: 49.5%;
}
.dot4{
    top: 44%;
    right: 22.8%;
}
.dot5{
    bottom: 4px;
    right: 8%;
}