@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Share+Tech&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    list-style-type: none;
    text-decoration: none !important;
}
body{
    scroll-behavior: smooth !important;
}
/* start css library */
.position-relative{
    position:relative;
}
.position-sticky{
    position:sticky;
    z-index:1001 !important;
    top:0;
}
.z-index{
    z-index:5;
}
.dis-block{
    display:block !important;
}
.display-none{
    display: none;
}
.text-black{
    color:black;
}
.text-orange{
    color:#ffc654 !important;
}
.text-skyblue{
    color:#0099ff;
}
.text-justify{
    text-align:justify;
}
.bg-orange{
    background: linear-gradient(90deg,rgba(255, 198, 84, 1) 0%, rgba(255, 149, 0, 1) 100%);
}
.bg-skyblue{
    background: linear-gradient(135deg,#1E90FF,#87CEEB) !important;
}
.margin-top{
    margin-top:80px !important;
}
.border-skyblue{
    border-color:#87CEEB !important;
}
.f-size{
    font-size:23px;
}
.font-s{
    font-size:18px;
}
.cursor-pointer{
    cursor:pointer;
}
.h2-sections{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.margin-bottom{
    margin-bottom:0px !important;
}
/* Navbar-section */
nav{
    background-color:#fafafa;
    box-shadow: 0px 4px 20px 0px gray;
}
.nav-list>ul{
    margin-bottom: 0 !important;
}
.nav-inner .logo a,.tech,.slider-heading{
    color:#ffc654;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
.nav-inner .nav-list>ul>li>a{
    color:black;
    position:relative;
}
.nav-inner .nav-list li{
    position:relative;
}
.nav-list>ul a::before{
    content:"";
    position:absolute;
    left:0;
    height:3px;
    width:0;
    background-color: orange;
    bottom:-5px;
    transition: 0.3s;
}
.nav-list>ul>li:hover a::before{
    width:100%;
}
.nav-list>ul>.service-list:hover a::before{
    width:0 !important;
}
/* Dissmiss icon */
.dissmiss-icon{
    position: relative;
    display: block;
    padding: 12px;
}
.dissmiss-icon>.close{
    position:absolute;
    top:0;
    right:0;
    padding:5px 10px;
}

/* Access service-section */
.show-serviceList>a{
    display:block;
    color:black;
    padding:10px 10px;
    border-bottom:1px solid orange;
}
.show-serviceList>a:hover{
    animation:tracking-in-expand-fwd .8s cubic-bezier(.215,.61,.355,1.000) both !important;
}
/* service anchor animation */
@keyframes tracking-in-expand-fwd{0%{letter-spacing:-.5em;transform:translateZ(-700px);opacity:0}40%{opacity:.6}100%{transform:translateZ(0);opacity:1}}

/* Slider section */
.slider{
    position:relative;
    z-index:5;
}
.bg-color{
    background-color:#0099ff !important;
    padding:20px 0px;
}
#wave{
    margin-top:-1px !important;
}
.get-button>a{
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: 1px solid orange;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color:white;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius:3px;
}
.get-button>a:before{
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #ffa200;
    z-index: -1;
}
.get-button>a:hover, a:focus {
    color: white;
}
.get-button>a:hover:before, a:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.get-button>a:active {
    transform: scale(0.9);
}

/* Service cards section */
.service-cards .icon-absolute{
    z-index:5;
    font-size:1.5rem;
}
.wallet {
    --bg-color:linear-gradient(135deg,#1E90FF,#87CEEB) !important;
    --bg-color-light: linear-gradient(135deg,#1E90FF,#87CEEB) !important;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}
.card {
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    padding:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 3px 4px 0px gray;
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}
.card:hover h4{
    color:white;
}
.card:hover p{
    color:white;
}
.card:hover .overlay {
    transform: scale(28) translateZ(0);
}
.card:hover .circle {
    border-color: white;
    background: var(--bg-color);
}
.card:hover .circle:after {
    background: var(--bg-color-light);
}
.card:hover .icon-absolute,p {
    color: var(--text-color-hover);
}
.icon-absolute>i{
    display: block;
    font-size:2rem;
}
.card p {
    font-size: 17px;
    color: #4c5656;
    margin-top: 10px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}
.circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.circle:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}
.overlay {
    width: 40px;
    position: absolute;
    height: 40px;
    border-radius: 30px 0px 0px 1px;
    background: var(--bg-color);
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: transform 0.3s ease-out;
}

/* Counter section */
.counter-bg{
    background-image:url('../img/counter bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
}
.c-para-heading{
    padding-top:5px;
    color:white;
}
.c-para-heading>span{
    width:80% !important;
    margin:0 auto !important;
    display: block;
}

/* About page section */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-in-out;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* footer section */
footer h3{
    border-bottom: 3px solid #ffc654;
    display: inline-block;
    padding-bottom: 5px;
}
.footer-links{
    font-size:17px;
}
.social-icons>a:hover{
    background:linear-gradient(135deg,#1E90FF,#87CEEB) !important;
}
/* footer social icon links hover animation*/
.social-animation>i:hover{
    -webkit-animation:jello-vertical 0.3s both;animation:jello-vertical 1s both;
}
@-webkit-keyframes jello-vertical{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jello-vertical{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.back-to-top:hover {
    background: var(--bs-primary-dark);
    transform: translateY(-3px);
    -webkit-animation:jello-vertical 0.3s both;animation:jello-vertical 1s both;
}

/* web development section */
.web-main-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1415&q=80');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
}
.tech-stack-icon {
    font-size: 2.5rem;
    margin: 0.5rem;
    transition: transform 0.3s;
}
.tech-stack-icon:hover {
    transform: scale(1.2);
}
.process-step {
    position: relative;
    padding-left: 3rem;
}
.process-step::before {
    content: attr(data-step);
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg,#1E90FF,#87CEEB) !important;
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* App Development Section */
.appMain-section {
    background: linear-gradient(135deg, #1E90FF, #87CEEB);
    padding: 80px 0;
}
.app-service-card {
    transition: transform 0.3s;
    border-radius: 15px;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.app-service-card:hover{
    transform: translateY(-10px);
    background: linear-gradient(135deg, #6dd1f8,#1487f9);
    cursor:pointer;
}
.app-service-card:hover .app-service-icon{
    color:white;
}
.app-service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #1E90FF;
}
.process-hover:hover{
    background: linear-gradient(135deg, #1E90FF,#87CEEB);
    transform: translateY(-8px);
    transition: all 0.4s ease;
}
.techno-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    transition: all 0.3s ease;
}      
.techno-card:hover {
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    transform: translateY(-5px);
}
.techno-card:hover .h6{
    color:black;
}
.app-build-section {
    background: linear-gradient(135deg, #87CEEB, #1E90FF);
    padding: 80px 0;
    border-radius: 15px;
}

/* Digital Marketing Section */
.d-main-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
}
.d-service-card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.d-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
}
.d-social-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.strategy-section {
    background-color: white;
    border-radius: 15px;
}
.strategy-section:hover .card{
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15) !important;
}

/* Web Hosting Section */
.hosing-mainSection {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
}
.hosting-card {
    transition: transform 0.3s ease;
    border: none;
    border-radius: 15px;
}
.hosting-card:hover {
    transform: translateY(-10px);
}
.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.server-card {
    border-radius: 15px;
    overflow: hidden;
}
/* Graphic Design Section */
.graphic-main {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1561070791-2526d30994b5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1528&q=80');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
}
.g-design-card {
    transition: transform 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.serviceIcon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.g-portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.img-effect img {
    filter: brightness(0.8);
}
.img-effect-4:hover img {
    filter: brightness(1);
    transform: scale(1.05);
}
.img-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(17, 113, 203, 0.3), rgba(37, 180, 252, 0.3));
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
}
.img-effect:hover::before {
    opacity: 1;
}
.process-step {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
}
.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,#1E90FF,#87CEEB) !important;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
}

/* Content Writing Section */
.c-w-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1581091226033-d5c48150dbaa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
}
.cw-service-card {
    transition: transform 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.cw-service-card:hover {
    transform: translateY(-10px);
}
.cw-service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.content-sample {
    border-radius: 10px;
    transition: all 0.3s ease;
}
.content-sample:hover {
    transform: scale(1.02);
}

/* Our projects slider */
.projects-slider h2{
    text-align:center;
    padding:30px 0px;
}
.all-projects a{
    color:#0099ff;
    padding:2px 20px;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Contact Section */
.contact-btn:hover{
    -webkit-animation:jello-vertical 0.3s both;animation:jello-vertical 1s both;
}

/* Main Contact Section */
.contact-main {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}
.contact-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.map-container {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-color: #86b7fe;
}
.floating-label {
    position: relative;
    margin-bottom: 1.5rem;
}
.floating-label label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.floating-label .form-control:focus~label,
.floating-label .form-control:not(:placeholder-shown)~label {
    transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
    opacity: 0.65;
    padding: 0;
}

/* css End */