.home-banner-carousel {
    /* height: fit-content;
    position: relative; */
}

.home-banner-carousel .image-carousel {
    position: relative;
    width: 100%;
    height: 45rem;      
    overflow: hidden;
}

.home-banner-carousel .image-carousel img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    object-fit: cover;
    opacity: 0;
    width: 100%;
    height: 39rem;
    transform: scale(1); 
    transition: opacity .3s ease-in-out, transform 5s ease-in-out;
}

.home-banner-carousel .image-carousel img.active {
    opacity: 1;
    transform: scale(1.1);
  }

.home-banner-carousel .image-carousel img.fade-out {
    opacity: 1;
    transform: scale(1.1); 
}

.home-banner-carousel .image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #00000030; */
    pointer-events: none;
}

.home-banner-carousel .main-redirect {
    display: flex;
    gap: 25px;
}

.home-banner-carousel .main-redirect a {
    background: var(--primary-web-color);
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    display: flex;
    width: fit-content;
}

.home-banner-carousel .dynamic-text h1 {
    font-family: Poppins-SemiBold;
    color: #fff;
    font-size: 3.5rem;
}

.home-banner-carousel .dynamic-text span {
    color: #fff;
    font-size: 14px;
}

.home-banner-carousel .banner-text {
    position: absolute;
    top: 18rem;
    bottom: 0;
    display: flex;
    row-gap: 30px;
    margin: 0px 80px;
    left: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
}

h1#dynamic-heading {
    color: #fff;
    font-weight: 700;
}

span#dynamic-description {
    width: 50rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.home-banner-carousel .slider-container img {
    filter: brightness(0.5);
}

.home-banner-carousel .banner-text .dynamic-text {
    width: 50vw;
}

.float-banner-box {
    height: fit-content;
    position: relative;
}

.float-banner-box .inside-box {
    background: var(--secondary-web-color);
    transition: .3s ease-out;
}

.float-banner-box .inside-box {
    color: #fff;
    height: 170px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 12px;
    justify-content: center;
}

.float-banner-box .inside-row {
    position: absolute;
    width: 100%;
    top: -110px;
}

.float-banner-box .inside-box h4 {
    font-family: Poppins-SemiBold;
    margin: 0px;
}

.float-banner-box .inside-box span {
    font-size: 14px;
}

.float-banner-box .inside-box .symbol {
    font-size: 50px;
}

.float-banner-box .inside-box:hover {
    background: var(--primary-web-color-opacity);
    transition: .3s ease-in;
}

.float-banner-box .background-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s ease-out;
}


.float-banner-box .background-img-1:hover {
    transition: .3s ease-in;
}

.float-banner-box .background-img-2:hover {
    transition: .3s ease-in;
}

.float-banner-box .background-img-3:hover {
    transition: .3s ease-in;
}

.about-banner {
    background-image: url(../media/image/world-banner-background.png);
    height: fit-content;
    background-size: cover;
    display: flex;
    padding: 10rem 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    align-items: center;
    flex-direction: column;
    row-gap: 5rem;
    align-items: center;
}

.about-banner .title-inside {
    margin: auto;

}

.about-banner .inside-content p {
    color: #131c2199;
    font-size: 17px;
    font-weight: 400;
}

.about-banner .inside-content a {
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
    display: inline-flex;
    font-size: 14px;
    background-color: var(--primary-web-color);
}

.about-banner .align-middle-col {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.about-banner .title-inside h3 {
    font-size: 3rem;
    font-family: Poppins-Bold;
}

.about-banner .about-row {
    margin: 0px 3rem;
}

.about-banner .services-row {
    margin: 0px 3rem;
}

.about-banner .inside-content {
    
}

.about-banner .services-box {
    background: #f7f7f7;
    padding: 3rem 2.75rem;
    height: 27rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 13px 4px lightgrey;
    justify-content: center;
}

.about-banner .services-box .symbol {
    font-size: 4.5rem;
    color: var(--primary-web-color);
}

.about-banner .services-box .content h4 {
    font-size: 2.2rem;
    margin: 20px 0px;
    font-family: Poppins-SemiBold;
}

.about-banner .services-box .content p {
    font-family: Poppins-Medium_0;
    font-size: 16px;
    color: #6e6e6e;
    margin: 1rem 0px;
}

.about-banner .services-box .content a {
    color: var(--primary-web-color);
    text-decoration: none;
    font-family: Poppins-Medium_0;
    display: flex;
    align-items: center;
}

.about-banner .services-box .content a i {
    margin-left: 10px;
}

.about-banner .services-row .inside-row {
    padding: 0px 20px;
}

.about-banner .explore {
    font-family: Poppins-Medium_0;
}

.about-banner .explore span {
    color: #6e6e6e;
}

.about-banner .explore a {
    text-decoration: none;
    color: var(--primary-web-color);
    margin-left: 15px;
}

.about-banner .explore a i {

}
.about-banner .explore .desktop_explore{

}
.about-banner .explore .small_explore{
    display: none;
}
.stats-banner {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    display: flex;
    position: relative;
    align-items: center;
}

.intro-video-sec iframe {
    width: 100% !important;
    height: 90dvh !important;
}

.yt-shorts-sec .video-div {

}

.yt-shorts-sec .video-div {

}

/* Section Styling */
.common-video-sec {
    padding: 50px 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.common-video-sec h3 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    animation: fadeInDown 1s ease-in-out;
    position: relative;
}

.common-video-sec h3::after {
    content: '';
    width: 80px;
    height: 4px;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Video Styling */
.common-video-sec .video-div iframe, blockquote {
    width: 100% !important;
    height: 500px !important;
    border-radius: 10px;
    animation: zoomIn 0.8s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}



/* Card Styling */
.card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}



/* Slider Items */
.slider-container li {
    animation: fadeInUp 1s ease-in-out;
}

/* Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

:root{
    --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
    --item1-filter: blur(30px);
    --item1-zIndex: 11;
    --item1-opacity: 0;

    --item2-transform: translateX(0);
    --item2-filter: blur(0px);
    --item2-zIndex: 10;
    --item2-opacity: 1;

    --item3-transform: translate(50%,10%) scale(0.8);
    --item3-filter: blur(10px);
    --item3-zIndex: 9;
    --item3-opacity: 1;

    --item4-transform: translate(90%,20%) scale(0.5);
    --item4-filter: blur(30px);
    --item4-zIndex: 8;
    --item4-opacity: 1;
    
    --item5-transform: translate(120%,30%) scale(0.3);
    --item5-filter: blur(40px);
    --item5-zIndex: 7;
    --item5-opacity: 0;
}

/* carousel */
.parallax-slider .carousel {
    position: relative;
    height: 90dvh;
    overflow: hidden;
    margin-top: -50px;
}
.parallax-slider .carousel .list {
    position: absolute;
    width: 1140px;
    max-width: 90%;
    height: 95%;
    left: 50%;
    transform: translateX(-50%);
}
.parallax-slider .carousel .list .item{
    position: absolute;
    left: 0%;
    width: 70%;
    height: 100%;
    font-size: 15px;
    transition: left 0.5s, opacity 0.5s, width 0.5s;
}
.parallax-slider .carousel .list .item:nth-child(n + 6){
    opacity: 0;
}
.parallax-slider .carousel .list .item:nth-child(2){
    z-index: 10;
    transform: translateX(0);
}
.parallax-slider .carousel .list .item img{
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: right 1.5s;
}

.parallax-slider .carousel .list .item .introduce{
    opacity: 0;
    pointer-events: none;
}
.parallax-slider .carousel .list .item:nth-child(2) .introduce{
    opacity: 1;
    pointer-events: auto;
    width: 400px;
    position: absolute;
    top: 50%;
    transform:  translateY(-50%);
    transition: opacity 0.5s;
}
.parallax-slider .carousel .list .item .introduce .title{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
}
.parallax-slider .carousel .list .item .introduce .topic{
    font-size: 1.85rem;
    font-weight: 500;
}
.parallax-slider .carousel .list .item .introduce .des{
    font-size: small;
    color: #5559;
    margin: 15px 0px;
}
.parallax-slider .carousel .list .item .introduce .seeMore{
    margin-top: 1.2em;
    padding: 5px 0;
    border: none;
    text-decoration: none;
    color: #1a1a1a;
    border-bottom: 1px solid #555;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 3px;
    transition: background 0.5s;
}
.parallax-slider .carousel .list .item .introduce .seeMore:hover{
    background: #eee;
}
.parallax-slider .carousel .list .item:nth-child(1){
    transform: var(--item1-transform);
    filter: var(--item1-filter);
    z-index: var(--item1-zIndex);
    opacity: var(--item1-opacity);
    pointer-events: none;
}
.parallax-slider .carousel .list .item:nth-child(3){
    transform: var(--item3-transform);
    filter: var(--item3-filter);
    z-index: var(--item3-zIndex);
}
.parallax-slider .carousel .list .item:nth-child(4){
    transform: var(--item4-transform);
    filter: var(--item4-filter);
    z-index: var(--item4-zIndex);
}
.parallax-slider .carousel .list .item:nth-child(5){
    transform: var(--item5-transform);
    filter: var(--item5-filter);
    opacity: var(--item5-opacity);
    pointer-events: none;
}
/* animation text in item2 */
.parallax-slider .carousel .list .item:nth-child(2) .introduce .title,
.parallax-slider .carousel .list .item:nth-child(2) .introduce .topic,
.parallax-slider .carousel .list .item:nth-child(2) .introduce .des,
.parallax-slider .carousel .list .item:nth-child(2) .introduce .seeMore{
    opacity: 0;
    animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
@keyframes showContent{
    from{
        transform: translateY(-30px);
        filter: blur(10px);
    }to{
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}
.parallax-slider .carousel .list .item:nth-child(2) .introduce .topic{
    animation-delay: 1.2s;
}
.parallax-slider .carousel .list .item:nth-child(2) .introduce .des{
    animation-delay: 1.4s;
}
.parallax-slider .carousel .list .item:nth-child(2) .introduce .seeMore{
    animation-delay: 1.6s;
}
/* next click */
.parallax-slider .carousel.next .item:nth-child(1){
    animation: transformFromPosition2 0.5s ease-in-out 1 forwards;
}
@keyframes transformFromPosition2{
    from{
        transform: var(--item2-transform);
        filter: var(--item2-filter);
        opacity: var(--item2-opacity);
    }
}
.parallax-slider .carousel.next .item:nth-child(2){
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
@keyframes transformFromPosition3{
    from{
        transform: var(--item3-transform);
        filter: var(--item3-filter);
        opacity: var(--item3-opacity);
    }
}
.parallax-slider .carousel.next .item:nth-child(3){
    animation: transformFromPosition4 0.9s ease-in-out 1 forwards;
}
@keyframes transformFromPosition4{
    from{
        transform: var(--item4-transform);
        filter: var(--item4-filter);
        opacity: var(--item4-opacity);
    }
}
.parallax-slider .carousel.next .item:nth-child(4){
    animation: transformFromPosition5 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition5{
    from{
        transform: var(--item5-transform);
        filter: var(--item5-filter);
        opacity: var(--item5-opacity);
    }
}
/* previous */
.parallax-slider .carousel.prev .list .item:nth-child(5){
    animation: transformFromPosition4 0.5s ease-in-out 1 forwards;
}
.parallax-slider .carousel.prev .list .item:nth-child(4){
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
.parallax-slider .carousel.prev .list .item:nth-child(3){
    animation: transformFromPosition2 0.9s ease-in-out 1 forwards;
}
.parallax-slider .carousel.prev .list .item:nth-child(2){
    animation: transformFromPosition1 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition1{
    from{
        transform: var(--item1-transform);
        filter: var(--item1-filter);
        opacity: var(--item1-opacity);        
    }
}

/* detail  */
.parallax-slider .carousel .list .item .detail{
    opacity: 0;
    pointer-events: none;
}
/* showDetail */
.parallax-slider .carousel.showDetail .list .item:nth-child(3),
.parallax-slider .carousel.showDetail .list .item:nth-child(4){
    left: 100%;
    opacity: 0;
    pointer-events: none;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2){
    width: 100%;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .introduce{
    opacity: 0;
    pointer-events: none;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) img{
    right: 50%;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail{
    opacity: 1;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    pointer-events: auto;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .title{
    font-size: 4em;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .specifications{
    display: flex;
    gap: 10px;
    width: 100%;
    border-top: 1px solid #5553;
    margin-top: 20px;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .specifications div{
    width: 90px;
    text-align: center;
    flex-shrink: 0;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .specifications div p:nth-child(1){
    font-weight: bold;
}
.parallax-slider .carousel.carousel.showDetail .list .item:nth-child(2) .checkout button{
    font-family: Poppins;
    background-color: transparent;
    border: 1px solid #5555;
    margin-left: 5px;
    padding: 5px 10px;
    letter-spacing: 2px;
    font-weight: 500;
}
.parallax-slider .carousel.carousel.showDetail .list .item:nth-child(2) .checkout button:nth-child(2){
    background-color: #693EFF;
    color: #eee;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail  .title,
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail  .des,
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .specifications,
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .checkout{
    opacity: 0;
    animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail  .des{
    animation-delay: 1.2s;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .specifications{
    animation-delay: 1.4s;
}
.parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .checkout{
    animation-delay: 1.6s;
}
.parallax-slider .arrows{
    position: absolute;
    bottom: 10px;
    width: 1140px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}
.parallax-slider #prev,
.parallax-slider #next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: monospace;
    border: 1px solid #5555;
    font-size: large;
    bottom: 20%;
    cursor: pointer;
    left: 10%;
}
.parallax-slider #next{
    left: unset;
    right: 10%;
}
.parallax-slider #back{
    position: absolute;
    z-index: 100;
    bottom: 0%;
    left: 50%;
    text-decoration: none;
    color: #212121;
    transform: translateX(-50%);
    border: none;
    border-bottom: 1px solid #555;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: transparent;
    padding: 10px;
    /* opacity: 0; */
    transition: opacity 0.5s;
}
.parallax-slider .carousel.showDetail #back{
    opacity: 1;
}
.parallax-slider .carousel.showDetail #prev,
.parallax-slider .carousel.showDetail #next{
    opacity: 0;
    pointer-events: none;
}
.parallax-slider .carousel::before{
    width: 500px;
    height: 300px;
    content: '';
    background-image: var(--primary-web-color);
    position: absolute;
    z-index: -1;
    border-radius: 20% 30% 80% 10%;
    filter: blur(150px);
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    transition: 1s;
}
.parallax-slider .carousel.showDetail::before{
    transform: translate(-100%, -50%) rotate(90deg);
    filter: blur(130px);
}
@media screen and (max-width: 991px){
    /* ipad, tablets */
    .parallax-slider .carousel .list .item{
        width: 90%;
    }
    .parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .specifications{
        overflow: auto;
    }
    .parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .title{
        font-size: 2em;
    }
}
@media screen and (max-width: 767px){
    /* mobile */
   

    .parallax-slider .carousel {
        height: 90dvh;
    }
    .parallax-slider .carousel .list .item{
        width: 100%;
        font-size: 10px;
    }
    
    .parallax-slider .carousel .list{
        height: 100%;
    }
    .parallax-slider .carousel .list .item:nth-child(2) .introduce{
        width: 50%;
    }
    
    .parallax-slider .carousel .list .item img{
        width: 40%;
    }
    .parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail{
        backdrop-filter: blur(10px);
        font-size: small;
    }
    .parallax-slider .carousel .list .item:nth-child(2) .introduce .des,
    .parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .des{
        height: 100px;
        overflow: auto;
    }
    .parallax-slider .carousel.showDetail .list .item:nth-child(2) .detail .checkout{
        display: flex;
        width: max-content;
        float: right;
    }
}
@media screen and (max-width: 635px) {
    .parallax-slider .carousel .list .item:nth-child(2) .introduce {
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        position: absolute;
        top: 78%;
        transform: translateY(-50%);
        transition: opacity 0.5s;
    }

     .parallax-slider .carousel .list .item:nth-child(2) .introduce .topic {
        font-size: 20px;
    }
    .parallax-slider .carousel .list .item .introduce .title {
        font-size: 1.3em;
    }

    .parallax-slider .carousel .list .item img {
        width: 55%;
        right: 20%;
    }


 .parallax-slider .carousel .list .item:nth-child(2) .introduce .seeMore {
        font-size: 10px;
    }

    .parallax-slider .carousel .list .item:nth-child(2) .introduce .des, .carousel.showDetail .list .item:nth-child(2) .detail .des {
        height: fit-content;
        font-size: 12px;
    }

    .parallax-slider .carousel .list .item img {
        top: 40%;
    }
}

@media screen and (max-width: 540px) {
    .parallax-slider .carousel .list .item img {
        width: 70%;
        right: 12%;
    }
}

@media screen and (max-width: 450px) {
    .parallax-slider .carousel .list .item img {
        width: 78%;
        right: 10%;
    }

    .parallax-slider .carousel .list .item img {
        top: 37%;
    }
}

.blue-overlay {
    position: absolute;
    background: var(--secondary-web-color-opacity);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.stats-banner .container {
    z-index: 1;
    position: relative;
}

.stats-banner h1 {
    font-size: 2.5em;
    color: #fff;
    font-family: Poppins-Bold;
}
  
.stats-banner h1 span {
    color: var(--primary-web-color);
}
  
  .stats-banner .stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    color: #fff;
  }
  
  .stats-banner .stats-banner .stat {
    text-align: center;
  }
  
  .stats-banner .circle {
    width: 200px;
    height: 200px;
    border: 6px solid var(--primary-web-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 2em;
    font-weight: bold;
  }
  
  .stats-banner .stat p {
    font-size: 1.2em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Poppins-Medium_0;
  }
  
  .stats-banner .middle-align {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.client-slider .stars i {
    color: #ff5e14;
}

.client-slider .review {
    font-size: 20px;
    line-height: 2;
    font-family: Poppins-Medium_0;
}

.client-slider .review-box {
    margin: 0px 70px;
}

.client-slider .stars {
    margin-bottom: 10px;
}

.client-slider {
    position: relative;
    bottom: 60px;
}

.client-slider .quote-review {
    padding: 50px 20px;
    background: #fff;
    box-shadow: 0px 0px 19px 0px #00000052;
}

.profile-client {
    display: flex;
    column-gap: 30px;
}

.profile-client strong {
    font-family: Poppins-Bold;
    font-size: 20px;
}

.profile-client span {
    color: #6e6e6e;
}
.profile-client .profile-img {
    height: 100px;
    width:100px;
}
.profile-client .profile-img img {
    object-fit: contain;
    max-width: 100%;
    border-radius: 50px;
}
.client-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.client-slider .review-box {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.slider-team-btns {
    
}
.slider-team .slider-team-left-btn {
    color: #000;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 20px 10px;
    font-size: 17px;
    display: flex;
}
.slider-team .slider-team-right-btn{
    color: #fff;
    background-color: var(--primary-web-color);
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 20px 10px;
    font-size: 17px;
    display: flex;
    margin-left: 70px;
}
.slider-team .slider-team-btns{
    bottom: 0px;
    position: absolute;
    margin-bottom: 10px;
}
.slider-team .slider-team-left-btn i{

}
.slider-team .slider-team-right-btn i{
    
}
.slider-team .slider-nav-round .slider-nav::before{
    display: none;
}
.slider-team .slider-nav-round .slider-nav::after{
    display: none;
}
.partners-section {
    margin-top: 110px;
    margin-bottom: 65px;
}
.partners-section .partner-link{
    width: 100%;
    height: 100%;
    min-height: 130px;
}
.partners-section .partner{
    filter: brightness(0%);
}
.partners-section .partner:hover{
    filter: brightness(100%);
}
.mb-4 {
    margin-bottom: 3.5rem !important;
}
.slider-team {
    background-image: url(../media/image/world-banner-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
    background-position-y: center;
}

.team-slider-card {
    display: flex;
}

.team-slider-card .team-img {
    padding: 0px;
    position: relative;
}

.team-slider-card .team-img img {
    max-width: 100%;
    object-fit: cover;
}

.team-slider-card .team-info {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    row-gap: 20px;
}

.slider-team .swiffy-slider {
    margin: 5rem 4rem;
    position: relative;

}
.slider-nav-animation .slider-container>.slide-visible>*{
    margin: auto;
}
.slider-team {
    display: flex;
    align-items: center;
    border-bottom: 1px solid lightgrey;
}

.team-slider-card .team-info h2 {
    font-size: 3rem;
    font-family: Poppins-SemiBold;
}

.team-slider-card .team-info .position {
    color: #666666;
    font-size: 1.75rem;
    font-family: Poppins-Medium_0;
}

.quote-from-team {
    color: #666666;
}

.slider-team .slider-nav.slider-nav-next {
    left: 4.5% !important;
    right: unset !important;
}

.slider-team .slider-nav {
    position: absolute;
    top: unset !important;
    left: 0;
    bottom: 0;
}

.slider-team .slider-nav-round .slider-nav::before {
    border-radius: 0 !important;
}

.client-logo .client-box {
    height: 80px;
    display: flex;
    align-items: center;
}

.client-logo .inside-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 2rem 0px;
}

.client-logo .client-box img {
    filter: brightness(0);
    transition: .3s ease-out;
    cursor: pointer;
}

.client-logo .client-box img:hover {
    filter: unset;
    transition: .3s ease-in;
}

.info-section .content-box {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.info-section .content-box h2 {
    font-family: Poppins-SemiBold;
    margin: 0px;
    font-size: 2.2rem;
}

.info-section .content-box span {
    font-family: Poppins-Regular_0;
    color: #666666;
    line-height: 28px;
    font-size: 16.5px;
}

.info-section .content-box a {
    color: var(--primary-web-color);
    text-decoration: none;
    font-family: Poppins-Medium_0;
}

.info-section .content-box a i {
    margin-left: 10px;
}

.info-section .small-content {
    display: flex;
    column-gap: 1rem;
}

.info-section .small-content i {
    font-size: 3rem;
    color: var(--primary-web-color);
}

.info-section .small-content h4 {
    font-size: 1.5rem;
    font-family: Poppins-SemiBold;
}

.info-section .small-content span {
    color: #666666;
}

.info-section .small-row {
    row-gap: 3rem;
}

.info-section .inside-container {
    margin: 6rem 0px;
}

.info-banner {
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    position: relative;
}

.client-slider .review-box {
    margin: 0px 50px !important;
}

.info-banner .content {
    position: relative;
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-between;
    margin: 0px 3rem;
}

.info-banner .content .inside-content {
    color: #fff;
    width: 100%;
}
.info-banner .info-banner-left{
    height: 7rem;
}
.info-banner .content .inside-content h2 {
  
}
.info-banner .info-banner-left{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.info-banner .container{
   
}
.info-banner .info-banner-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-banner .content .inside-content h2 {
    font-size: 2.5rem;
    font-family: Poppins-SemiBold;
}
.info-banner .content .inside-content span{
    font-size: 14px;
}

.info-banner .content a {
    color: #fff;
    text-decoration: none;
    background: var(--primary-web-color);
    padding: 20px 40px;
}

.product-gallery {
    background-image: url(../media/image/world-banner-background.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.product-gallery .top-title {
    padding: 5rem 0px;
}

.product-gallery .top-title h2 {
    font-family: Poppins-SemiBold;
    font-size: 2.25rem;
    text-align: center;
}

.product-gallery .top-title span {
    margin: 0px 5rem;
    display: inline-block;
    text-align: center;
    font-size: 17px;
}

.product-gallery img.card-img-top {
    object-fit: contain;
}

.product-gallery .card {
    border-radius: 0px;
}

.product-gallery .card .ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    width: 100%;
    height: 100%;
}

.product-gallery .container {
    padding-bottom: 5rem;
}

.product-gallery .flex-grow-1.title {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.product-gallery .flex-grow-1.title strong::before {
    content: '';
    height: 2px;
    display: inline-block;
    background: var(--primary-web-color);
    width: 100%;
}

/* Media query starts */
/*  Large devices (desktops, 992px and up) */
@media (max-width: 1200px) {
    .stats-banner .circle {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 992px) { 
    .home-banner-carousel .banner-text {
        width: 100%;
        margin: 0px;
        padding: 30px;
    }
    .quote-from-team {
        color: #666666;
        margin-bottom: 50px;
    }
    .slider-team .slider-team-btns {
        bottom: 0px;
        position: absolute;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .home-banner-carousel .banner-text .dynamic-text {
        width: 100%;
        text-align: center;
    }
    .home-banner-carousel .main-redirect {
        display: flex;
        gap: 25px;
        /* width: 100%; */
        justify-content: center;
    }
    .float-banner-box .inside-row {
        position: absolute;
        width: 100%;
        /* top: -280px; */
    }
    .about-banner .about-row {
        margin: 3rem 1rem;
        padding-top: 22rem;
    }
    .about-banner .services-box{
        text-align: center;
        margin-bottom: 30px;
    }
    .about-banner .services-box .content a{
        justify-content: center;
    }
    .about-banner .explore .small_explore{
        display: block;
        text-align: center;
        line-height: 35px;
    }
    .about-banner .explore .desktop_explore{
        display: none;
    }
    .about-banner{
        padding: 5rem 0;
    }
    .stats-banner h1{
        text-align: center;
    }
    .stats-banner .middle-align {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .client-slider .review-box {
        margin: 0px 20px;
    }
    .profile-client {
        justify-content: center;
    }
    .slider-team .slider-nav{
        display: flex;
        align-items: flex-end;
    }
    .slider-team .swiffy-slider {
        margin: 5rem 0rem;
    }
    .info-section .content-box h2 {
        text-align: center;
    }
    .info-section .content-box span{
        text-align: center;
    }
    .info-section .content-box a {
        margin: auto;
        padding-bottom: 50px;
    }
    .info-banner .content .inside-content span {
        font-size: 14px;
        max-width: 90%;
        text-align: center;
    }
    .info-banner .content .inside-content h2 {
        margin-bottom: 12px;
        font-size: 34px;
        text-align: center;
        padding-top: 30px;
    }
    .info-banner .info-banner-left{
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
        margin-bottom: 34px;
    }
    .info-banner .container{
        max-width: 100%;
    }
    .info-banner .info-banner-right{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .news-letter-section .content {
        line-height: 38px;
    }
}
@media (max-width: 768px) { 
    .home-banner-carousel .dynamic-text h1{
        font-size: 40px;
    }
    .about-banner .title-inside h3{
        font-size: 35px;
        text-align: center;
    }
    .about-banner .services-box .symbol{
        font-size: 3.5rem;
    }
    .stats-banner h1{
        font-size: 35px;
    }
    .stats-banner .circle {
        width: 160px;
        height: 160px;
    }
    .stats-banner .stats{
        font-size: 14px;
    }
    .client-slider .review{
        font-size: 16px;
    }
    .team-slider-card .team-info h2{
        font-size: 2.5rem;
    }
    .team-slider-card .team-info{
        row-gap: 15px;
    }
    .slider-team .slider-nav {
        bottom: 24px;
    }
    .info-section .content-box h2 {
        font-size: 2rem;
    }
    .info-section .content-box span{
        font-size: 14.5px;
    }
    .info-section .small-content h4 {
        font-size: 1.3rem;
    }
    .info-section .small-content span {
        color: #666666;
        font-size: 14px;
    }
    .product-gallery .top-title span {
        margin: 0px 1rem;
    }
    footer .news-letter-section .content{
        width: 60%;
    }
    footer .news-letter-section .input-field {
        background: #fff;
        display: flex;
        justify-content: space-between;
    }
    footer .news-letter-section .content {
        font-size: 24px!important;
    }
    footer .news-letter-section .input-field input {
        font-size: 14px;
    }
    .about-banner .align-middle-col {
        display: flex;
        align-items: center!important;
        flex-direction: column!important;
        justify-content: center!important;
    }
    .about-banner .inside-content p {
        text-align: center;
    }
    .about-banner .inside-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 576px) { 
    .about-banner .align-middle-col {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .about-banner .title-inside h3 {
        font-size: 35px;
        text-align: center;
    }
    .about-banner .inside-content p {
        color: #131c2199;
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 15px;
        text-align: center;
    }
    .about-banner .inside-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .stats-banner .circle {
        width: 100px;
        height: 100px;
    }
    .stats-banner .stats{
        font-size: 12px;
    }
    .team-slider-card .team-info h2{
        font-size: 2rem;
    }
    .team-slider-card .team-info {
        row-gap: 0px;
    }
    .info-section .inside-container {
        margin: 2rem 0px;
    }
    .info-banner {
        height: 350px;
    }
    .info-banner .info-banner-left {
    height: 7rem;
    text-align: center;
    margin-bottom: 80px;
}
.product-gallery .top-title span {
    font-size: 14px;
}
.product-gallery .top-title {
    padding: 3rem 0px;
}
footer .news-letter-section .content{
    line-height: 30px;
}
footer .news-letter-section .input-field input{
    font-size: 10px;
}

    
}
@media (max-width: 375px) { 
    .stats-banner .circle {
        width: 80px;
        height: 80px;
    }
    .info-banner .content .inside-content h2{
        font-size: 32px;
    }
    footer .news-letter-section .input-field input{
        font-size: 8px;
    }
    .slider-team {
        margin-top: -130px;
    }
}

@media (max-width: 1150px) {
    .home-banner-carousel .banner-text {
        top: 5rem;
    }
}

@media (max-width: 992px) {
    .home-banner-carousel .main-redirect {
        justify-content: flex-start;
    }

    .home-banner-carousel .banner-text {
        top: 2rem;
    }
}

@media (max-width: 900px) {
    .home-banner-carousel .slider-container li {
        height: 700px;
    }
}

@media (max-width: 850px) {
    span#dynamic-description {
        width: 100%;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }
}
/* Media query ends */