/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* import inter font family */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

/* roots css start here  */

:root {
    --ff: font-family: 'Inter', sans-serif;


    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-extra: 900;


    --clr-primary: hsl(49, 98%, 51%);
    --clr-secondary: #4b91ff;
    --clr-body-font: hsl(0, 0%, 33%);


    --fs-display: 3.815 rem;
    --fs-body-regular: 1 rem;
    --fs-body-small: 0.831 rem;
    --fs-body-large: 1.25 rem;

}


header {

    width: 100%;
}




/* css for header section  */



header {
    width: 100%;
    position: fixed;
    z-index: 999999999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: var(--localnav-background-stuck, rgba(251, 251, 253, 0.6));
}

header img {
    width: 180px !important;
}

header li.nav-item {
    padding: 0px 8px;
}

header ul li {
    font-weight: 600;
    font-size: 17px;
}

/* link hover css */
.link-hover {
    position: relative;
}

.link-hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #4b91ff;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.link-hover:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}



.me-auto {
    margin-inline: auto !important;
}

ul.list-style {
    list-style: none;
}

.sub-menu-display {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

a.dropdown-item {
    display: flex;
    align-items: center;
    font-weight: 500;
}

a.dropdown-item i {
    padding-right: 8px;
    color: var(--clr-secondary);
    font-size: 24px;
}

ul.dropdown-menu.show {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: var(--localnav-background-stuck, rgba(251, 251, 253, 0.6));
    background-color: #ffffffbf;
    top: 56px;
}



/* html for hero section  */

section#main-hero {
    position: sticky;
    top: 0;

}


section.cstm-padding {
    padding: 4.7vw 0;
}

/* .hero-title-section {
    width: 80%;
} */
.hero-title-section h1,
.hero-title-section h1 span {
    font-size: 4vw;
    line-height: 1;
    font-weight: var(--fw-bold);
}

.hero-title-section h1 span {
    opacity: 1;
}

.hero-title-section span {
    font-size: 1.7vw;
    font-weight: 500;
    opacity: .6;
    line-height: 1;
}

.hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.main-btn,
a.ghost-btn {
    padding: 5px 24px;
    text-decoration: none;
    font-size: 19px !important;
    display: inline-flex;
    align-items: center;
}

a.ghost-btn {
    color: #2c2c2c;
}

a.main-btn {
    padding: 5px 24px;
    text-decoration: none;
    font-size: 23px;
    background-color: #FFf;
    color: #000;

}

a.main-btn i,
a.ghost-btn i {
    padding-right: 8px;
    font-size: 35px;
}


/* 2nd hero
 section  */

.hero-banner-section {
    height: 100vh;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-title-section.text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.small-logo {
    display: flex;
    width: 80px;
    height: 80px;
    background-color: #0000000d;
    border-radius: 8px;
    margin-inline: auto;
    margin-bottom: 15px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.small-logo img {
    width: 45px;
    margin-inline: auto;
    object-fit: cover;
}

/* css for client section */
section#clients-section {
    border-radius: 30px 30px 0 0;
    position: relative;
    background: #f9f9f9;
    margin-top: -2.7vw;
}

section#clients-section,
#why,
section#w-w-d,
section#portfolio,
section#counter,
section#experty,
footer {

    background: #f9f9f9;
    z-index: 999;
    position: relative;

}

/* display lippi */
.display-lipi-container {
    overflow: hidden;
}

.display-lipi {
    white-space: nowrap;
    overflow: hidden;
}

.lipi-slide {
    display: inline-block;
    animation: 60s slide infinite linear;
    padding: 24px 0;
}

.lipi-slide img {
    display: inline-block;
    max-width: 150px;
    padding: 0 24px;
}

/* animation key */
@keyframes slide {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }


}

/* css for why section  */
#why {
    width: 100%;
}

.aboutimg {
    border-radius: 15px;
    border: 5px solid #f1d90d7d;
    overflow: hidden;
}

.why-sec ul {
    margin: 0px;
    padding: 0px;
}

.why-sec ul>* {
    font-size: 21px;

    display: flex;
    align-items: center;
}

.why-sec ul li i {
    font-size: 40px;
    color: #4b91ff;
    font-weight: 800;
    margin-right: 8px;
}

/* css for our what we do section */

.box {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 12px;
    background-color: transparent;
    transition: ease-in-out 0.3s;
}

img.s-icon {
    max-width: 45px;
    padding: 5px;
    border-radius: 30px;
    background-color: #ffc80052;
    transition: ease-in-out 0.3s;
}

.box:hover {
    background-color: #ffc80052;
    transition: ease-in-out 0.3s;
}

.box:hover img.s-icon,
.box:hover img.s-icon1 {
    background-color: #fff;
    transition: ease-in-out 0.3s;
}

img.s-icon.s-icon1 {
    background-color: #c400ff42;
}

.box1:hover {
    background-color: #bb00ff52;
    transition: ease-in-out 0.3s;
}

/* web development */
.box:hover img.s-icon,
.box:hover img.s-icon1,
.box:hover img.s-icon2 {
    background-color: #fff;
    transition: ease-in-out 0.3s;
}

img.s-icon.s-icon2 {
    background-color: #00ff4c42;
}

.box2:hover {
    background-color: #00ff4c42;
    transition: ease-in-out 0.3s;
}

/* cloud management */
.box:hover img.s-icon,
.box:hover img.s-icon1,
.box:hover img.s-icon3 {
    background-color: #fff;
    transition: ease-in-out 0.3s;
}

img.s-icon.s-icon3 {
    background-color: #0077ff42;
}

.box3:hover {
    background-color: #0077ff42;
    transition: ease-in-out 0.3s;
}

/* css for counter section  */
section#counter {
    background-color: #101114;
    width: 100%;
}

.c-box {
    background-color: #98de8c;
    padding: 40px 12px;
    margin: 0px 10px;
    width: 20rem !important;
    border-radius: 30px;
}

.c-box1 {
    background-color: #f8e099;
}

.c-box2 {
    background-color: #bba0f5;
}

.c-box p.display-6 {
    font-weight: 700;
}

.counter-sec img {
    width: 100px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.counter-sec .subheading {
    font-weight: var(--fw-medium);
}


/* css for experty section  */
section#experty {
    background-color: rgba(248, 248, 248, 1);
    width: 100%;
}

.ex-sec {
    padding: 24px;
    background-color: #f5f5dc;
    border-radius: 30px;
}

section#experty ul {
    margin: 0;
    padding: 0;
}

section#experty ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #ffffffab;
    padding: 3px 5px;
    border-radius: 4px;
    margin-bottom: 15px;
}

section#experty ul li i {
    font-size: 30px;
    color: blue;
    font-weight: 600;
    margin-right: 8px;
}


/* css for portfolio section  */
small.small-box {
    padding: 5px 10px;
    margin-right: 4px;
    margin-bottom: 13px;
}

section#portfolio .card {
    overflow: hidden;
    transition: 0.6s ease-out;
}

section#portfolio .card:hover img {
    transform: scale(1.1);
    transition: 0.6s ease-out;
}

/* css for testimonials section  */

section#testimonial {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

#testimonial h2 {
    font-weight: var(--fw-bold);
    color: #fff;
}

#testimonial p {
    color: #fff;
    opacity: .7;
}

.test-slider {
    width: 160rem;
    grid-row-gap: 1.625rem;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.left-slider,
.slow-slider {
    flex-flow: row;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.left-slider {
    animation: 150s text-slide infinite linear;
    animation-play-state: running;
}

.slow-slider {
    animation: 200s text-slide infinite linear;
}

/* animation key */
@keyframes text-slide {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }


}

.t-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    z-index: 999999;
    width: 70%;
    transform: translate(-50%, -50%);
}

.testimonial-sec {
    border-radius: 30px;
    padding: 60px 24px;
    background: #fff;
    width: 50%;
    margin-top: -450px !important;
    position: relative;
    z-index: 999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: hsl(0deg 0% 40.79% / 14%);
    left: 50%;
    transform: translate(-50%, 10px);
}

.profile-img {
    border-radius: 40px;
    overflow: hidden;
    width: 300px;
    margin-bottom: 30px;

    background-color: #ffffff7a;
}

.t-cnt {
    width: 80%;
}

.text-box {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    margin-bottom: 50px;
    gap: 30px;
}

.t-img {
    max-width: 130px;
}

.t-cnt {
    width: 100%;
    /* padding: 0 20px; */
    color: #fff;

}

.t-rating i {
    color: #ffdd00;
}

/* css for mobile and tablet responsive */
@media (max-width: 991.98px) {

    .t-cnt {

        padding: 0 !important;
    }

    .testimonial-sec {

        width: 90%;

    }





}

/* css for mobile and mobile responsive */
@media (max-width: 767.98px) {

    .t-cnt {

        padding: 0 !important;
    }

    .text-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-img {

        width: 150px;

    }





}

/* css for cta section  */
footer {
    width: 100%;
    background: #080808;
    color: #fff;
}

.email-sec a {
    text-decoration: none;
    font-weight: 700;
    border-color: #0000ff2b !important;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer p {
    opacity: .7;
}

footer li {
    padding: 8px 0;
    list-style: none;
    font-weight: 600;
    opacity: .7;
    transition: 0.3s all ease-in-out;
}

footer li a {
    padding: 8px 0;
    list-style: none;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    color: #fff;
}

footer li:hover {
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.ft-logo img {
    max-width: 150px;
}

.ft-media a {
    display: inline-block;
    text-decoration: none;
}

.ft-media a i {
    font-size: 30px;
    padding: 5px;
    color: #fff;
    opacity: 0.7;
    transition: 0.3 all ease-in-out;
    border: 2px solid #fff;
    border-radius: 4px;
    margin: 10px;
}

.ft-media a i:hover {

    transition: 0.3 all ease-in-out;
    opacity: 1;
}

.ft-logo img {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

/* css for contact us page  */
section#hire-us {
    background-color: #f7f7f77d;
}

.office ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.office ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.office ul li i {
    margin-right: 10px;
    font-size: 24px;
    color: #ff3636;
    padding: 3px 8px;
    background-color: #ffeaea;
    border-radius: 4px;
}

section#client-map {
    background-color: #000;
    color: #fff;
}

.client-map h2 {
    font-size: 3vw;
    font-weight: 700;
    color: #FFF !important;
    line-height: 1;
}

.client-map img {
    width: 75%;
    margin-inline: auto;
}

.social-media-sec a i {
    font-size: 40px;
    margin: 0px 10px;
    padding: 5px 8px;
    border: 1px solid;
    border-radius: 4px;
}

.social-media-sec a {
    text-decoration: none;
    display: block;
}

.social-media-sec a i {
    background-color: #0091ff12;
}

.social-media-sec a:nth-child(2) i {
    background-color: #0000001e !important;
    color: #000;
}

.social-media-sec a:nth-child(3) i {
    background-color: #ff00001e !important;
    color: #ff0000;
}


/* css for web designing servcies page */
section#approach {
    background: #fafafa;
}

.web-heading {
    margin-bottom: 7vw;
}

section#web-designing h1 {
    font-size: 3vw;
    font-weight: 700;
    color: #FFF !important;
    line-height: 1;

}

.step-box {
    padding: 20px 24px 80px 24px;
    border: 1px solid #8080803b;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.5s all;

    margin-bottom: 30px;
}

.step-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 8px;
    border-radius: 4px;
    border: 2px solid #8080802e;
    margin-bottom: 15px;
}

.approach-img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
}


.services-title {
    margin-bottom: 80px;
}

.services-title p span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgb(91 167 255 / 15%) !important;
    padding: 5px 22px;
    font-weight: 600;
    color: rgb(91 167 255) !important;
}

img.s-img {
    width: 50px;
    margin-inline: auto;
}

.hover-box:hover {
    box-shadow: var(--bs-box-shadow) !important;
    transition: 0.3s all;
}



/* css for creative idea section  */
section#idea {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    position: relative;
    /*  height: 900px; */
}

.idea-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    position: relative;
}

.idea-bg-overlay {
    background: #000000cf;
    position: absolute;
    width: 100%;
    z-index: 99999;
    background-size: cover;
    height: inherit;
    top: 0;
    left: 0;
}

.idea-bg>* {
    width: 45%;
    opacity: .2;
    cursor: pointer;
    transition: 0.8s;
}

.idea-bg>*:hover {
    opacity: .8;

}

.idea-title {
    position: absolute;
    z-index: 99;
    top: 50%;
    background-color: #fff;
    padding: 20px 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 6px 92px -54px rgba(0, 0, 0, 1);
    cursor: pointer;
    transition: 0.8s;

}

section#idea a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
}



.idea-title h2 i {
    font-size: 60px;
    color: rgb(13 125 255);
    font-weight: 700;
    margin-right: 8px;
    transition: 0.8s;

}

.idea-title h2 {
    display: flex;
    align-items: center;
    transition: 0.8s;


}

.idea-title:hover {
    background: rgb(13 125 255) !important;

    transition: 0.8s;

}

.idea-title:hover i {

    color: #fff !important;
    transition: 0.8s;

}

.idea-title:hover a {

    color: #fff !important;
    transition: 0.8s;

}



/* css for follow us section  */
section#followus {
    background-color: #000;
    width: 100%;
}


.follow-sec a {
    display: inline-block;
    margin: 0px 8px;
    text-decoration: none;
}

.follow-sec {
    color: #fff;
}

.follow-sec a i {
    font-size: 40px;
    padding: 12px;
    background: #ffffff29;
    border-radius: 50%;
    color: #fff;
    transform: 0.4s all;
}

.follow-sec a i:hover {
    transition: 0.4s all;
    background-color: #ffffff4f;
}

/* css for mobile phone */
@media (max-width: 575.98px) {

    .step-box {
        padding: 20px;
        height: auto;
    }

    .idea-title {

        padding: 5px 12px;


    }

    .idea-title h2 {

        font-size: 16px;
    }

    .idea-title h2 i {
        font-size: 30px;

    }

}


/* css for mobile  */

@media (max-width: 576px) {

    section#main-hero1 img {
        max-width: 100% !important;
    }

    /* for main hero section  */

    .hero-title-section.text-center {

        width: 80%;
    }

    .hero-title-section h1,
    .hero-title-section h1 span {
        font-size: 7vw;

    }

    .hero-title-section span {
        font-size: 4vw;

    }

    .small-logo {

        width: 50px;
        height: 50px;

    }

    .small-logo img {
        width: 30px;

    }

    section.cstm-padding {
        padding: 15.7vw 0;
    }

    .client-map h2 {
        font-size: 7vw;

    }

    .work-cont-sec h1 {
        font-size: 7vw !important;

    }

    section#web-designing h1 {
        font-size: 7.5vw;

    }

    .step-box {
        margin-bottom: 0px;
    }

    .about-title h1 {
        text-align: center;
        font-size: 6vw !important;
    }


}


/* model css  */
h1#exampleModalLabel {
    text-align: center;
    font-size: 43px !important;
    color: #4b91ff;

}

.modal-body img {
    width: 130px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.modal-footer img {
    width: 24px;
}

.modal-dialog {
    top: 100px !important;
}

.modal-footer {
    justify-content: center !important;
}

/* animation for thums up */

.modal-body img {
    animation: bounce_shake 2s ease-out infinite;
}

@keyframes bounce_shake {
    0% {
        transform: rotate(-5deg);
    }

    25% {
        transform: rotate(15deg);
        transform: scale(1.1);
    }

    50% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(15deg);
        transform: scale(1.1);
    }

    100% {
        transform: rotate(-5deg);
    }
}