html body {
  scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: #F5F5F5;
}
.about-bg{
    background-color:#F5F5F5;
}
.counter, .title-3 {
    font-family: "Instrument Sans", sans-serif;
    font-size: 100px;
    font-weight: 400;
}
/* header */
.bg-header {
    background-color: #F5F5F5;
}
 .navbar .collapse > ul > li > a {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    border-top: 1px solid rgba(14, 15, 17, 0.1);
    position: relative;
}
.navbar .collapse > ul > li > a.active{
    border-top: 1px solid rgb(0 173 238);
}
.navbar .collapse > ul > li > a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--primary);
    top: 0;
    right: 0;
    transition: all 0.3s;
}
/* li > a:after {
    content: "+";
    font-family: var(--font_awesome);
    margin-inline-start: 6px;
    font-weight: 600;
    font-size: 14px;
} */
.title {
    font-size: 100px;
    font-weight: 400;
}
.title-1 {
    font-size: 44px;
    font-weight: 400;
}
.title-2 {
    font-size: 24px;
    font-weight: 400;
}

.claps-btn-light:hover {
    color: #ffffff;
    background-color: #00000000;
}
.claps-btn-dark:hover {
    background-color: #ffffff00;
    color: #000000;
}
#back-to-top {
    position: fixed;
    bottom: 27px;
    right: 20px;
    display: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    background-color: #ffffff;
}
#back-to-top:hover {
    background-color: #000000;
}
#back-to-top i {
    color: #000000;
}
#back-to-top:hover i {
    color: #ffffff;
}
#back-to-top.show {
    display: block;
}
#footer {
    position: relative;
    background: linear-gradient(45deg,rgb(10, 29, 85),rgb(0, 0, 0),rgb(10, 29, 85)); 
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite; 
    background-attachment: fixed; 
    padding-top: 50px;
    padding-bottom: 20px;
    z-index: 1;
}
.w-30 {
    width:30%;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
#footer .container {
    z-index: 2;
}
#footer .col-md-12,
#footer .col-md-6 {
    z-index: 2;
}
.text-alignment {
    text-align: center;
}
/* Index Page */

.shap-1 {
    animation: rotateImage 5s linear infinite;
    transition: all 0.5s ease;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.image-container {
    position: relative;
    display: inline-block;
}
.shape-2 {
    transition: all 0.1s ease;
    position: absolute;
    top: 0;
    left: 0;
    /*opacity: 0.25;*/
}
.image-container:hover .shape-2 {
    opacity: 1;
}
#about .service {
    background-color: #e4e4e4;
    transition: 0.5s; 
    border: 1px solid #e4e4e4;
}
#about .service:hover {
    background-color: #F5F5F5;
    border: 1px solid #000000;
}
#about .title-3 {
    /*opacity: 0.3;*/
    transition: 0.5s;
}
#about .service:hover .title-3 {
    /*opacity: 1;*/
    /*color: #000000;*/
    /*background: linear-gradient(90deg, rgb(1 41 133 / 99%), rgb(7 135 54 / 66%));*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
    /*color: transparent;    */
}
/* Target the arrow when hovered */
.arrow:hover .icon path {
    fill: #00adee;
    stroke: none;  
    transition: fill 0.3s ease; 
}
.arrow .title {
    color:#ffffff
}
.arrow:hover .title {
    color:#00adee;
}
/* Optional: If you want the cursor to change on hover */
.arrow:hover {
    cursor: pointer;
}
.exp-item i {
    font-size: 150px;
}
.exp-item {
    color: #c9c5c5;
}
.exp-item:hover {
    color: #a6ce39;
}
.client-logo-carousel .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.client-logo-carousel img {
    max-height: 50px;
    object-fit: contain;
    opacity: 0.4;
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.client-logo-carousel img:hover {
    opacity: 1;
    filter: none;
}
div#smooth-content {
    pointer-events: auto !important;
}
.homepg-paralax-sec.image-wrapper {
    border-radius: 40px;
    overflow: hidden;
}
.homepg-paralax-sec.image-wrapper img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 400px;
}
.slide-in-elliptic-top-fwd {
    -webkit-animation: slide-in-elliptic-top-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-elliptic-top-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
                transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
                transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
                transform-origin: 50% 1400px;
        opacity: 1;
    }
}
@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
                transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
                transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
                transform-origin: 50% 1400px;
        opacity: 1;
    }
}

/* Media Query */
@media (max-width: 600px) {
    .text-alignment {
        text-align: left;
    }
    .title {
        font-size: 40px;
    }
    .title-2 {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    #footer .title {
        font-size: 54px!important;
    }
}