@charset "UTF-8";

.container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

@media (max-width: 1199px) {
    .container-fluid {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 575px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.main-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 650px;
}

.main-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.main-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(85, 0, 140, 0.75));
    height: 100%;
}

.main-banner .container {
    position: relative;
    z-index: 2;
}

.main-banner .top-text {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff4ecd;
    font-size: 14px;
}

.main-banner .hero-title {
    font-size: 60px;
    font-weight: 800;
    margin: 15px 0;
}
@media (max-width: 575px) {
    .main-banner .hero-title {
        font-size: 25px;
    }
}

.main-banner .hero-title span {
    color: #ff4ecd;
}

.main-banner .hero-desc {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #ddd;
}

.main-banner .hero-buttons .btn {
    padding: 12px 30px;
    border-radius: 30px;
}

.main-banner .btn-primary {
    background: linear-gradient(45deg, #ff4ecd, #8e2de2);
    border: none;
}

.main-banner .hero-info {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media (max-width: 575px) {
    .main-banner .hero-info {
        justify-content: center;
    }
}
       

.main-banner .hero-info .info-box {
    text-align: center;
    max-width: 180px;
}

.main-banner .hero-info .info-box i {
    font-size: 30px;
    color: #ff4ecd;
    margin-bottom: 10px;
}

.main-banner .hero-info .info-box h6 {
    font-weight: 600;
}

.main-banner .hero-info .info-box p {
    font-size: 14px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 40px;
    }
}

.neonText-LightPink {
    font-size: 100px;
    padding: 20px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 5px #ff63a2, 0 0 10px #ff63a2, 0 0 15px #ff63a2, 0 0 20px #ff63a2, 0 0 25px #ff63a2, 0 0 30px #ff63a2;
}
@media (max-width: 991px) {
    .neonText-LightPink {
        font-size: 80px;
        margin-top: 80px;
    }
}
@media (max-width: 575px){
    .neonText-LightPink{
        font-size: 60px;
        margin-top: 30px;
    }
}

.scroltop {
    background: var(--secondary);
    bottom: 30px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
    z-index: 999;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 50%;
}

.side-header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.side-header .navbar-brand {
    height: 50px;
    width: 210px;
}

.side-header .navbar-brand img {
    width: 100%;
}

.side-header .navbar-brand .logo-dark {
    display: none;
}

.side-header .navbar-brand .logo-white {
    display: block;
    height: 100px;
    width: 100px;
    background: linear-gradient(90deg, #ff2f92 0%, #ff6fb0 50%, #ff2f92 100%);
    border-radius: 12px;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #E91E63;
    transition: 0.5s;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: 0.5s;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #E91E63;
    transition: 0.5s;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: 0.5s;
    background: none;
}

@media (max-width: 991px) {
    button.navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .navbar-collapse {
        position: absolute;
        left: -300px;
        width: 300px;
        padding: 30px;
        background: #fff;
        height: 100vh;
        transition: 0.5s;
        top: 0;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav .nav-item .nav-link {
        color: #000;
        transition: 0.5s;
    }
}

.sticky-header.is-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff !important;
    transition: 0.5s;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.sticky-header.is-fixed .navbar-nav .nav-item .nav-link {
    color: #000;
    transition: 0.5s;
}

.sticky-header.is-fixed .logo-dark {
    display: block;
}

.sticky-header.is-fixed .logo-white {
    display: none;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
   
    .hero-buttons .btn-primary{
        font-size: 10px;
    }
    .hero-buttons .btn-outline-light{
        font-size: 10px;
    }
}

.bt {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    background-color: #2DA4E3;
    color: #ffffff;
    line-height: 1;
    border-radius: 12px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.bt:hover {
    background: transparent;
    border: 1px solid #E91E63;
    color: #E91E63;
    transition: 0.5s;
}

.btn-outline-primary {
    background: transparent;
    border: 1px solid #E91E63;
    color: #E91E63;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 12px;
    width: fit-content;
    text-decoration: none;
}

.btn-outline-white {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 12px;
    text-decoration: none;
}

button.btn.book-btn {
    font-weight: 700;
    font-size: 14px;
    padding: 8px 30px 8px;
    line-height: 1.6em;
    background: linear-gradient(90deg, #ff2f92 0%, #ff6fb0 50%, #ff2f92 100%);
    border-radius: 0;
    color: #fff;
}
@media (max-width: 575px) {
    button.btn.book-btn{
        padding: 12px 20px;
        font-size: 12px;
    }
}


.swiper-pagination-two {
    position: absolute;
    z-index: 1;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    z-index: 99;
    width: auto !important;
    top: auto !important;
    bottom: 130px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: auto !important;
    right: 80px !important;
}

.swiper-pagination-two .swiper-pagination-bullet {
    background-color: #fff !important;
    width: 6px;
    height: 6px;
    margin: 17px 0 !important;
    margin: 6px 10px !important;
    display: block;
    text-align: center;
    position: relative;
}

.swiper-pagination-two .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50px;
    border: 1px solid transparent;
    background: transparent;
    left: -6px;
    top: -6px;
}

.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FE9F10 !important;
}

.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    border: 1px solid #fff;
}

.bg-data-text {
    position: absolute;
    line-height: 1.3;
    left: 62px;
    top: 0;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    display: flex;
    color: #E91E63;
    opacity: 1;
    z-index: 1;
    font-size: 80px;
    height: fit-content;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .bg-data-text {
        font-size: 70px;
            
    }
}

@media (max-width: 991px) {
    .bg-data-text {
        font-size: 55px;
        left: 42px;
    }
}

@media (max-width: 575px){
    .bg-data-text{
        font-size: 40px;
        left: 62px;
    }
}



.service-swiper {
    border-radius: 0 !important;
}

.service-swiper .img-bx {
    position: relative;
    z-index: 1;
}

.service-swiper .img-bx::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(320deg, rgb(2, 14, 58) 0%, rgba(247, 175, 199, 0) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.service-swiper .img-bx .ss-media {
    position: relative;
    z-index: 1;
    width: 100%;
}

.service-swiper .img-bx .ss-media img {
    border-radius: 0;
}

.service-swiper .img-bx .ss-content {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 20px;
}

.service-swiper .img-bx .ss-content .title {
    color: #fff;
    font-size: 24px;
}

.service-swiper .img-bx .ss-content .text {
    color: #fff;
    font-size: 15px;
}

.service-swiper {
    overflow: visible;
}

.service-swiper .swiper-pagination {
    position: absolute;
    bottom: -36px;
}

.service-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: 3px;
    transition: 0.5s;
    background: #1D4772 !important;
}

.service-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    background: #1D4772;
}

.testimonialSwiper .swiper-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0px;
    z-index: 999999;
    width: auto;
    top: 68%;
    gap: 10px;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .testimonialSwiper .swiper-pagination {
        top: 50%;
    }
}

.testimonialSwiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    height: 20px !important;
    width: 20px !important;
    font-size: 15px;
    color: #1d4772 !important;
    opacity: 1;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonialSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1d4772 !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs .nav-link {
    padding: 0;
    background: transparent;
    margin-bottom: 15px;
}

.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border: 0;
}

.nav-tabs.texiapp .nav-link {
    padding: 0;
    background: transparent;
    padding-bottom: 60px;
    border-bottom: 1px solid transparent;
    margin: 0;
}

.nav-tabs.texiapp .nav-link.active {
    background-color: transparent !important;
    border-bottom: 1px solid #000;
}

.nav-tabs.active .nav-item {
    border-bottom: 1px solid #1D4772;
}

.app-service .service-bx .nav-tabs {
    border: 0;
}

.swiper-button2 {
    display: flex;
    width: 135px;
    position: absolute;
    bottom: 148px;
    right: 370px;
}

@media (max-width: 1199px) {
    .swiper-button2 {
        bottom: 50px;
        right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .swiper-button2 {
        width: 100px;
    }
}

.swiper-button2 .swiper-button-prev {
    background: #ffffff;
    height: 50px;
    border-radius: 12px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 575px) {
    .swiper-button2 .swiper-button-prev {
        height: 35px;
        width: 35px;
    }
}

.swiper-button2 .swiper-button-prev:after {
    display: none;
}

.swiper-button2 .swiper-button-prev svg {
    width: 20px;
}

.swiper-button2 .swiper-button-prev svg path {
    fill: #1D4772;
}

.swiper-button2 .swiper-button-next {
    background: #1D4772;
    height: 50px;
    border-radius: 12px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-180deg);
    filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 575px) {
    .swiper-button2 .swiper-button-next {
        height: 35px;
        width: 35px;
    }
}

.swiper-button2 .swiper-button-next svg {
    width: 20px;
}

.swiper-button2 .swiper-button-next svg path {
    fill: #ffffff;
}

.swiper-button2 .swiper-button-next:after {
    display: none;
}

.section-head .text {
    margin: 15px !important;
}

@media (max-width: 360px) {
    .slider1 {
        margin-top: 20px;
    }
}

.swiper-button-5 {
    gap: 20px;
    position: absolute;
    right: 0;
    top: 25%;
    width: 200px;
    display: flex;
}

@media (max-width: 768px) {
    .swiper-button-5 {
        gap: 0px;
        right: -10%;
        top: 32%;
    }
}

@media (max-width: 360px) {
    .swiper-button-5 {
        gap: 0px;
        right: -30%;
        top: 35%;
    }
}

.swiper-button-5 .swiper-button-next {
    position: relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1d4772;
}

@media (max-width: 768px) {
    .swiper-button-5 .swiper-button-next {
        gap: 0px;
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 360px) {
    .swiper-button-5 .swiper-button-next {
        gap: 0px;
        height: 35px;
        width: 35px;
    }
}

.swiper-button-5 .swiper-button-next::after {
    content: "prev";
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #1d4772;
}

.swiper-button-5 .swiper-button-prev {
    position: relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1d4772;
}

@media (max-width: 768px) {
    .swiper-button-5 .swiper-button-prev {
        gap: 0px;
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 360px) {
    .swiper-button-5 .swiper-button-prev {
        height: 35px;
        width: 35px;
    }
}

.swiper-button-5 .swiper-button-prev::after {
    content: "next";
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #1d4772;
}

.Process_slider .step-line {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.Process_slider .step-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.Process_slider .step-icon.active {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
}

.carousel-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.carousel-slider .swiper-slide {
    width: clamp(152px, 30vw, 700px);
    height: clamp(150px, 30vw, 700px);
    aspect-ratio: 1/1;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper.carousel-slider {
    overflow: visible;
}

.carousel-slider .td-media {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    overflow: hidden;
    border-radius: 40px;
}

.carousel-slider .td-media::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.carousel-slider .td-media img {
    border-radius: 40px;
    transition: 0.5s;
}

.carousel-slider .td-media .down-swipe {
    position: absolute;
    bottom: -90px;
    left: 0;
    background: rgba(0, 0, 0, 0.5607843137);
    padding: 20px 30px;
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
    height: 100%;
}

.carousel-slider .td-media .down-swipe .title {
    color: #fff;
}

.carousel-slider .td-media .down-swipe .text {
    color: #fff;
}

.carousel-slider .td-media:hover:before {
    -webkit-animation: dzShine 0.75s;
    animation: dzShine 0.75s;
}

.carousel-slider .td-media:hover .down-swipe {
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    bottom: 0;
    border-radius: 40px;
}

.carousel-slider .td-media:hover img {
    transform: scale(1.2);
    border-radius: 40px;
}

.expertise-swiper .img-bx {
    position: relative;
    z-index: 1;
}

.expertise-swiper .img-bx img {
    border-radius: 20px;
}

.expertise-swiper .img-bx .ss-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(37, 37, 37, 0.8);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 210px;
}

.game-platform {
    position: relative;
    z-index: 1;
}

.game-platform .platform-shape {
    position: absolute;
    top: -75px;
    right: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .game-platform .platform-shape {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .game-platform .platform-shape {
        display: none;
    }
}

.game-platform .platform_swiper .platformswiper .platform {
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
}

.game-platform .platform_swiper .platformswiper .platform .td-media {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
}

.game-platform .platform_swiper .platformswiper .platform .title {
    font-size: 20px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 500;
    width: max-content;
}

.game-platform .platform_swiper .platformswiper .platform .text {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
}

.together-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.together-sec .game-design1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 200px;
    width: 200px;
}

.together-sec .game-design2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 200px;
}

.together-sec .title {
    font-size: 190px;
    font-weight: 700;
    -webkit-text-stroke: 2px #1D4772;
    color: transparent;
    display: flex;
    width: max-content;
    align-items: center;
}

@media (max-width: 1199px) {
    .together-sec .title {
        font-size: 140px;
    }
}

@media (max-width: 991px) {
    .together-sec .title {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .together-sec .title {
        font-size: 70px;
    }
}

.together-sec .title .text-dark {
    margin-left: 100px;
    font-weight: 700;
    background: linear-gradient(264.14deg, #396EB4 1.7%, #7EA3D4 98.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
    .together-sec .title .text-dark {
        font-size: 140px;
    }
}

@media (max-width: 991px) {
    .together-sec .title .text-dark {
        font-size: 100px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .together-sec .title .text-dark {
        font-size: 70px;
    }
}

.together-sec .title img {
    width: 300px;
}

@media (max-width: 991px) {
    .together-sec .title img {
        width: 150px;
    }
}

.badge-lbl {
    color: #fff;
    padding: 12px 25px;
    border: 1px solid #cfd5d9;
    border-radius: 100px;
    background-color: #2da4e3;
    margin: 0 20px 20px 0;
}

.robot-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(252.97deg, #05111B 1.07%, #277dc3 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    margin: 40px auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.text-content {
    flex: 1;
    padding-right: 30px;
}

.text-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
}

.text-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #d1d5db;
    width: 70%;
}

.image-content {
    flex-shrink: 0;
    transform: scale(1.5);
    margin-top: -100px;
}

.image-content img {
    max-width: 280px;
    height: auto;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        padding-right: 0;
    }

    .image-content {
        margin-top: 20px;
    }
}

body {
    background: #050814;
    font-family: "Segoe UI", sans-serif;
}



body {
    background: #050814;
    font-family: "Segoe UI", sans-serif;
}

/* Section */
.ticker-section {
    padding: 30px 0;
    overflow: hidden;
    background: radial-gradient(circle at top, #0c1517, #0b0f14);
}

/* Wrapper */
.ticker-wrapper {
    background: linear-gradient(to right, #070b1f, #02040f);
    padding: 15px 0;
}

/* Common ticker */
.ticker {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

/* Track */
.ticker-track {
    display: inline-flex;
    gap: 40px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.ticker-track span {
    color: #ffffff;
}

.ticker-track span:nth-child(even) {
    color: #ff4d6d;
}

/* Left animation */
.ticker-left .ticker-track {
    animation: moveLeft 20s linear infinite;
}

/* Right animation */
.ticker-right .ticker-track {
    animation: moveRight 20s linear infinite;
}

/* Animations */
@keyframes moveLeft {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes moveRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .ticker-track {
        font-size: 20px;
        gap: 25px;
    }
}

@media (max-width: 480px) {
    .ticker-track {
        font-size: 16px;
        gap: 20px;
    }
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b25 {
    margin-bottom: 25px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b60 {
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .m-b60 {
        margin-bottom: 30px;
    }
}

.m-b100 {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .m-b100 {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .m-b100 {
        margin-bottom: 30px;
    }
}

.m-l50 {
    margin-left: 50px;
}

.m-l100 {
    margin-left: 100px;
}

.m-r60 {
    margin-right: 60px;
}

.g-20 {
    gap: 20px;
}

.g-60 {
    gap: 60px;
}

.m-pt25 {
    padding-top: 25px;
}

.m-pb25 {
    padding-bottom: 25px;
}

.pad-0 {
    padding: 0 !important;
}

.m-t40 {
    margin-top: 40px;
}

.p-b100 {
    padding-bottom: 100px;
}

.content-inner1 {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .content-inner1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 600px) {
    .content-inner1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.content-inner2 {
    padding-top: 0;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .content-inner2 {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

@media (max-width: 600px) {
    .content-inner2 {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

.content-inner3 {
    padding-top: 100px;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .content-inner3 {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}

@media (max-width: 600px) {
    .content-inner3 {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}

.content-inner4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .content-inner4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .content-inner4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.g-10 {
    gap: 10px;
}

.text-center {
    text-align: center;
}

.bg-darkblue {
    background: #1D4772 !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 1040px;
}

@media (max-width: 991px) {
    .bg-darkblue {
        height: 100%;
    }
}

.bg-darkblue .shape5 {
    position: absolute;
    right: -17px;
    top: -21px;
    animation: upDown 3s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.position-relative {
    position: relative;
    z-index: 1;
}

.gradiant {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgb(29, 71, 114) 0%, rgba(29, 71, 114, 0) 100%);
}

.overflow-hidden {
    overflow: hidden;
}

.about-section {
    background-color: #060606;
    color: #ffffff;
}

/* Image Section */
.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(233 30 99);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-btn span {
    color: #fff;
    font-size: 28px;
    margin-left: 4px;
}

/* Content Section */
.about-content {
    padding: 80px 60px;
    background-color: #060606;
    position: relative;
    z-index: 1;
}

.about-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .about-content h2 {
        font-size: 30px;
    }
}

.about-content p {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.8;
}

/* Button */
.about-content .btn {
    border-radius: 0;
    padding: 10px 30px;
}

/* ---------- Responsive Media Queries ---------- */
/* Tablets */
@media (max-width: 991px) {
    .about-content {
        padding: 50px 40px;
    }

    .about-content h2 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .about-content {
        padding: 40px 25px;
        text-align: center;
    }

    .about-content h2 {
        font-size: 26px;
    }

    .play-btn {
        width: 55px;
        height: 55px;
    }

    .play-btn span {
        font-size: 22px;
    }
}

/* Variables */
/* Pricing Section */
.pricing-section {
    background: radial-gradient(circle at top, #90999e, #0095d4);
    padding: 100px 0;
    color: #ffffff;
}

.pricing-section .pricing-badge {
    background: rgba(0, 255, 180, 0.15);
    color: #0277b7;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
}

.pricing-section .pricing-title {
    font-size: 42px;
    font-weight: 600;
    margin-top: 15px;
}

.pricing-section .pricing-subtitle {
    color: #b5b5b5;
    max-width: 650px;
    margin: 15px auto 0;
}

.pricing-section {
    /* Toggle */
}

.pricing-section .pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #b5b5b5;
}

.pricing-section .pricing-toggle .active {
    color: #0277b7;
}

.pricing-section .pricing-toggle .toggle-switch {
    width: 55px;
    height: 28px;
      background: #0277b7;
    border-radius: 20px;
    position: relative;
}

.pricing-section .pricing-toggle .toggle-switch::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #0b0f14;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 4px;
}

.pricing-section {
    /* Pricing Cards */
}

.pricing-section .pricing-card {
    background: #11161c;
    border-radius: 14px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.pricing-section .pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-section .pricing-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.pricing-section .pricing-card h3 {
    font-size: 40px;
    font-weight: 600;
}

.pricing-section .pricing-card h3 span {
    font-size: 16px;
    color: #b5b5b5;
}

.pricing-section .pricing-card .plan-desc {
    color: #b5b5b5;
    margin: 10px 0 25px;
}

.pricing-section .pricing-card ul {
    list-style: none;
    padding: 0;
}

.pricing-section .pricing-card ul li {
    margin-bottom: 12px;
    color: #dcdcdc;
}

.pricing-section .pricing-card {
    /* Featured Card */
}

.pricing-section .pricing-card.featured {
    background: linear-gradient(180deg, #0096d0, #7294a2);
    box-shadow: 0 0 40px #002387;
    transform: scale(1.05);
}

.pricing-section .pricing-card.featured h3,
.pricing-section .pricing-card.featured h5,
.pricing-section .pricing-card.featured ul li {
    color: #ffffff;
}

.pricing-section .popular-badge {
    background: #ffffff;
    color: #221455;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .pricing-section .pricing-title {
        font-size: 34px;
    }

    .pricing-section .pricing-card.featured {
        transform: scale(1);
    }
}

@media (max-width: 575px) {
    .pricing-section {
        padding: 70px 0;
    }

    .pricing-section .pricing-title {
        font-size: 28px;
    }

    .pricing-section .pricing-card {
        padding: 30px 25px;
    }
}

/* Variables */
/* Offer Section */
.offer-section {
    background: #ffffff;
    background-image: url(../img/home/bg4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer-section .offer-title {
    font-size: 42px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.offer-section .offer-subtitle {
    max-width: 750px;
    margin: 15px auto 0;
    color: #fafafa;
    font-size: 15px;
}

.offer-section {
    /* Offer Card */
}

.offer-section .offer-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 430px;

}

.offer-section .offer-card:hover .offer-overlay {
    bottom: 0;
}

.offer-section .offer-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    border: 1px solid #e6005c;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.offer-section .offer-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.offer-section .offer-card:hover img {
    transform: scale(1.08);
}

.offer-section .offer-card:hover {
    outline: 2px solid #ff2b6a;
    outline-offset: -10px;
}

.offer-section .offer-card {
    /* Overlay Content */
}

.offer-section .offer-card .offer-overlay {
    position: absolute;
    bottom: -16%;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    color: #ffffff;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

.offer-section .offer-card .offer-overlay h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.offer-section .offer-card .offer-overlay p {
    font-size: 14px;
    line-height: 1.6;
    color: #bdbdbd;
    margin-bottom: 30px;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .offer-section .offer-title {
        font-size: 34px;
    }

    .offer-section .offer-card img {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .offer-section .offer-title {
        font-size: 28px;
    }

    .offer-section .offer-card img {
        height: 340px;
    }

    .offer-section .offer-card .offer-overlay {
        padding: 20px;
    }
}

.additional-services {
    background: linear-gradient(135deg, #1d0039, #4a0024);
    position: relative;
    overflow: hidden;
}

.additional-services .image-col {
    min-height: 500px;
}
@media (max-width: 575px){
    .additional-services .image-col{
        min-height: unset;
    }
}

.additional-services .image-col img {
    object-fit: cover;
    height: 100%;
    transition: 0.5s;
}
.additional-services:hover .image-col img{
    transform: scale(1.1);
}

.additional-services .services-card {
    background: #ffffff;
    padding: 3rem;
    margin-left: 0;
    position: relative;
    z-index: 2;
    transition: 0.8s;
    width: 100%;
}
.additional-services:hover .services-card {
 margin-left: -80px;
}

@media (max-width: 991px) {
    .additional-services .services-card {
        margin-left: 0;
        margin-top: -60px;
    }
}

.additional-services .award-badge {
    position: absolute;
    top: -25px;
    left: 30px;
    background: #ef4444;
    color: #fff;
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.2;
    border-radius: 4px;
}
@media (max-width: 575px) {
    .additional-services .award-badge {
        padding: 7px 10px;
        font-size: 12px;
    }
}

.additional-services .award-badge strong {
    font-size: 1rem;
}
@media (max-width: 575px) {
    .additional-services .award-badge strong {
        font-size: 12px;
    }
}

.additional-services .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    color: #222222;
}
@media (max-width: 575px) {
    .additional-services .section-title {
        font-size: 20px;
    }
}

.additional-services .section-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ef4444;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
}

.additional-services .section-desc {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 2rem;
}


.additional-services .services-list ul {
    list-style: none;
    padding: 0;
}

.additional-services .services-list ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    color: #222222;
}

.additional-services .services-list ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #ef4444;
    font-weight: bold;
}

.testimonials-section {
    min-height: 100vh;
    background: url("/mnt/data/1243e4fd-c809-4604-b9a3-7d42d9805ce2.png") no-repeat center/cover;
    position: relative;
    color: #ffffff;
    padding: 80px 0;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 10, 35, 0.9);
    background-image: url(../img/home/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-section .container {
    z-index: 2;
}

.section-tag {
    color: #ff0066;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .testimonials-section .container .section-tag{
        font-size: 12px;
    }    
}


.section-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 50px;
}

.testimonial-avatar {
    margin-bottom: 30px;
}

.testimonial-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #ff0066;
    object-fit: cover;
}

.testimonial-avatar .name {
    margin-top: 12px;
    color: #ff0066;
    font-weight: 600;
}

.testimonial-text {
    max-width: 720px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
}

.btn-custom {
    background: linear-gradient(90deg, #ff2f92 0%, #ff6fb0 50%, #ff2f92 100%);
    color: #fff;
    padding: 12px 32px;
    border-radius: 0;
    font-weight: 600;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .testimonials-section .container .btn-custom {
        padding: 12px 20px;
        font-size: 12px;
    }
}

.btn-custom:hover {
    background: #fa0567;
    color: #fff;
}

/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 48px !important;
    height: 48px !important;
    font-size: 9px;
    cursor: pointer;
    transition: 0.3s;
    padding: 28px;
}

.nav-arrow:hover {
    background: #ff0066;
}

.nav-arrow.left {
    left: 15px;
}


.nav-arrow.right {
    right: 15px;
}

@media (max-width: 992px) {
    .nav-arrow.left {
        display: none;
    }

    .nav-arrow.right {
        display: none;
    }
}

/* =========================
   RESPONSIVE MEDIA QUERIES
========================= */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.4rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .testimonial-avatar img {
        width: 75px;
        height: 75px;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .testimonial-text {
        font-size: 0.95rem;
    }

    .nav-arrow {
        display: none;
    }
}

.gallery-section {
    padding: 100px 0;
    background: radial-gradient(circle at top, #0b0f2f, #020617);
    background-image: url(../img/home/bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    .section-tag {
        color: #ff0055;
        letter-spacing: 2px;
        font-size: 13px;
    }

    .section-title {
        color: #fff;
        font-size: 44px;
        font-weight: 700;
    }
    @media (max-width: 575px) {
        .gallery-section .section-title {
            font-size: 35px;
        }
    }

    .gallery-tabs {
        margin-top: 30px;

        .nav-link {
            color: #ff0055;
            background: transparent;
            border: 1px solid transparent;
            margin: 0 8px;
            padding: 8px 20px;
            font-weight: 600;
            border-radius: 4px;

            &.active {
                color: #00e5ff;
                border-color: #00e5ff;
            }
        }
    }

    .bg-gallery img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 12px;
    }

    .btn-gallery {
        background: #ff0055;
        color: #fff;
        padding: 14px 40px;
        border-radius: 6px;
        font-weight: 600;
    }
}

/* =====================
   RESPONSIVE QUERIES
===================== */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.4rem;
    }

    .gallery-swiper img {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .gallery-tabs {
        flex-wrap: wrap;
    }

    .gallery-swiper img {
        height: 240px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 23px;
    }

    .gallery-swiper img {
        height: 220px;
    }
}

canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

body {
    background: #0c1234;
    font-family: "Segoe UI", sans-serif;
}

.booking-section {
    min-height: 100vh;
    padding: 60px 15px;
    background: rgba(12, 18, 52, 0.95);
    background-image: url(../img/home/bg4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking-box {
    border: 2px solid #ff005c;
    padding: 60px 40px;
    max-width: 900px;
    background: rgba(12, 18, 52, 0.95);
    box-shadow: 0 0 30px rgba(255, 0, 92, 0.4);
}

@media (max-width: 768px) {
    .booking-box {
        padding: 40px 20px;
    }
}

.subtitle {
    color: #ff005c;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

.title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin: 10px 0 15px;
        width: max-content;
}

@media (max-width: 576px) {
    .title {
        font-size: 23px;
    }
}

.desc {
    color: #b8c2ff;
    max-width: 600px;
    margin: 0 auto 20px;
    font-size: 14px;
}

.custom-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #4fc3f7;
    border-radius: 0;
    color: #ffffff;
    padding: 10px 5px;
}

.custom-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ff005c;
    background: transparent;
}

.custom-input option {
    background: #0c1234;
}

.book-btn {
    background: #ff005c;
    color: #000;
    font-weight: 700;
    padding: 12px 35px;
    border-radius: 2px;
    transition: 0.3s;
}

.book-btn:hover {
    background: rgb(255, 51, 124.6);
}

.testimonial-sec .img-media {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.testimonial-sec .img-media img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx {
    position: relative;
    z-index: 1;
}

.testimonial-sec .testimonialSwiper .testimonial-bx::after {
    position: absolute;
    z-index: 1;
    height: 100px;
    width: 100px;
    right: 0;
    bottom: 0;
    background-image: url(../images/form/img5.png);
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-media {
    border: 1px solid #1D4772;
    padding: 12px;
    border-radius: 12px;
    margin-left: 40px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-media img {
    border-radius: 12px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .text {
    color: #505050;
    font-weight: 700;
    font-size: 15px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .title {
    font-weight: 700;
    font-size: 20px;
    color: #1D4772;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .sub-title {
    color: #505050;
    font-weight: 700;
    font-size: 15px;
}

.team-sec {
    margin-top: 80px;
}

.team-sec .sub-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
}

.team-sec .title {
    font-family: "Lobster", sans-serif;
    font-size: 60px;
    line-height: 1;
}

.team-sec .team-bx {
    position: relative;
    z-index: 1;
}

.team-sec .team-bx .ss-media {
    margin-bottom: 10px;
}

.team-sec .team-bx .ss-content .title {
    font-size: 20px;
    font-family: "Lobster", sans-serif;
    line-height: 1;
    margin-bottom: 0;
}

.team-sec .team-bx .ss-content .sub-title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-bottom: 0;
}

.team-sec .team-bx .team-social {
    position: relative;
}

.team-sec .team-bx .team-social a {
    float: right;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 48px;
    text-align: center;
    border-radius: 0;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
}

.team-sec .team-bx .team-social a.plus-btn {
    font-size: 22px;
    right: 0;
    margin-top: -105px;
    top: -35px;
    height: 35px;
    width: 35px;
    border-radius: 0px;
    background: #ffffff;
    border-top-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    filter: drop-shadow(1px 1px 13px rgba(0, 0, 0, 0.25));
}

.team-sec .team-bx .team-social a.plus-btn i {
    font-size: 15px;
    color: #000;
}

.team-sec .team-bx .team-social .sub-team-social {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 1;
    width: 50px;
    border-radius: 0;
    opacity: 0;
    transition: 0.5s;
    margin-bottom: 5px;
}

.team-sec .team-bx .team-social .sub-team-social li {
    margin-bottom: 8px;
    list-style: none;
}

.team-sec .team-bx .team-social .sub-team-social li a {
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    margin-bottom: -20px;
}

.team-sec .team-bx .team-social .sub-team-social li:first-child a {
    border-radius: 15px 0px 0 0;
}

.team-sec .team-bx .team-social .sub-team-social li:last-child a {
    border-radius: 0 0 0px 0px;
}

.team-sec .team-bx .team-social:hover .plus-btn {
    border-top-left-radius: 0px;
}

.team-sec .team-bx .team-social:hover .sub-team-social {
    opacity: 1;
    bottom: 100px;
}

.team-sec .team-bx .team-social:hover .sub-team-social li a {
    margin-bottom: 0;
}

.team-sec .right-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.team-sec .right-content .ss-media {
    height: 180px;
    width: 450px;
}

.team-sec .right-content .text {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    width: 70%;
}

.team-sec .right-content a {
    line-height: 1;
    color: #000;
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 100%;
}

.counter-box.style-1 .title {
    font-size: 50px;
    font-style: normal !important;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1;
}

.counter-box.style-1 .text {
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #f66135;
    line-height: 1;
    margin-bottom: 0;
}

.business-wrapper .ss-media1 {
    border-bottom-right-radius: 30px;
}

.business-wrapper .ss-media1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.counter-box.style-4 {
    background-color: #1D4772 !important;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    z-index: 1;
}

.counter-box.style-4::after {
    content: "";
    background: url(../images/counter/img2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.counter-box.style-4 .counter-r {
    text-align: left;
    padding: 40px;
    color: #fff;
}

.counter-box.style-4 .counter-r .ss-media {
    height: 80px;
    width: 80px;
}

.counter-box.style-4 .counter-r .title {
    font-size: 58px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
}

.counter-box.style-4 .counter-r p {
    margin-bottom: 0;
    font-size: 20px;
    max-width: 270px;
    line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
    .counter-box.style-4 .counter-r {
        padding: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .counter-box.style-4 .counter-r .title {
        font-size: 55px;
    }

    .counter-box.style-4 .counter-r p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .counter-box.style-4 .counter-r .title {
        font-size: 40px;
    }

    .counter-box.style-4 .counter-r p {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .service-content {
        text-align: center;
    }

    .service-bx .service-section .ss-media {
        margin: auto;
        margin-bottom: 10px;
    }

    .service-bx .service-content .para {
        margin: auto;
        margin-bottom: 30px;
    }

    .main-banner .banner-inner .banner-right-content .ss-media {
        margin-right: 0;
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .designs .design3 {
        right: 0;
    }

    .m-l100,
    .m-l50 {
        margin-left: 0;
    }

    .testimonial-sec .img-media {
        height: 500px;
        margin-bottom: 30px;
    }

    .testimonial-sec .img-media img {
        object-fit: cover;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .testimonial-sec .img-media img {
        object-fit: contain !important;
    }
}

@media (max-width: 991px) {
    .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
        display: flex;
        width: 230px;
        position: absolute;
        left: auto;
        top: 30px;
        right: 0;
        bottom: auto;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
        width: 220px;
        position: absolute;
        z-index: 1;
        top: 29px;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
        width: 160px;
    }
}

@media (max-width: 991px) {
    .service-bx .service-section .ss-media {
        max-height: 100% !important;
        height: 100% !important;
    }
}

.process-sec {
    background: #F4F4F4;
}

.process-sec .development_process {
    text-align: center;
}

@media (max-width: 991px) {
    .process-sec .development_process {
        margin-bottom: 50px;
    }
}

.process-sec .development_process .process {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-bottom: 50px;
}

.process-sec .development_process .process .td-media {
    height: 58px;
    width: 58px;
}

.process-sec .development_process .process .title {
    font-size: 22px;
    color: #050505;
    font-weight: 500;
}

.process-sec .development_process .process .bg {
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: -1;
}

.process-sec .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    text-align: center;
    height: 100px;
    display: block;
}

@media (max-width: 767px) {
    .process-sec .title {
        font-size: 16px;
    }
}

.chooseus .counter-box {
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 1;
}

.chooseus .counter-box:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
}

.chooseus .counter-box .title {
    font-size: 48px;
    color: #fff;
}

.chooseus .counter-box .text {
    font-size: 16px;
    color: #fff;
}

.chooseus .counter-box.style-1 {
    background: linear-gradient(97.05deg, #FFCD42 4.45%, #FFCD42 100%);
}

.chooseus .counter-box.style-1:after {
    background: rgba(255, 205, 66, 0.2);
}

.chooseus .counter-box.style-2 {
    background: linear-gradient(0deg, #946FB0, #946FB0);
}

.chooseus .counter-box.style-2::after {
    background: rgba(148, 111, 176, 0.2);
}

.chooseus .counter-box.style-3 {
    background: #36C8E3;
}

.chooseus .counter-box.style-3::after {
    background: rgba(54, 200, 227, 0.2);
}

.chooseus .counter-box.style-4 {
    background: #A9CF54 !important;
}

.chooseus .counter-box.style-4::after {
    background: rgba(169, 207, 84, 0.2);
}

.chooseus .counter-box.style-5 {
    background: #FF6A4D;
}

.chooseus .counter-box.style-5::after {
    background: rgba(255, 106, 77, 0.2);
}

.chooseus .counter-box.style-6 {
    background: #8D90FD;
}

.chooseus .counter-box.style-6::after {
    background: rgba(141, 144, 253, 0.2);
}

body {
    background: #0b102a;
    font-family: "Segoe UI", sans-serif;
    color: #cfd8ff;
}

/* Newsletter */
.newsletter-section {
    background: linear-gradient(135deg, #1d0039, #4a0024);
    padding: 40px 0;
}

.newsletter-section h3 {
    color: #fff;
    font-weight: 800;
    margin: 0;
}
@media (max-width: 575px) {
    .newsletter-section h3 {
        font-size: 20px;
    }
}

.newsletter-section .small-title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .newsletter-section .small-title {
        font-weight: 500;
    }
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    color: #ffffff;
}

.newsletter-form input:focus {
    outline: none;
}

.newsletter-form button {
    background: #ffffff;
    color: #E91E63;
    border: none;
    padding: 10px 25px;
    font-weight: 700;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .newsletter-form button {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .newsletter-form button {    
        padding: 9px 9px;
        font-size: 9px;
    }
}

.newsletter-form button:hover {
    background: black;
}

/* Footer */
.main-footer {
    background: radial-gradient(circle, #0f1438, #050814);
    background-image: url(../img/home/bg4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-footer .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 4645px;
    height: 300px;
    z-index: 1;
    animation: clouds 25s linear infinite;
    max-width: initial !important;
    z-index: -1;
}

.footer-logo .skull {
    font-size: 40px;
    color: #4fd1ff;
    margin-right: 10px;
}

.footer-logo h4 {
    margin: 0;
    color: #e6005c;
    font-weight: 800;
}

.footer-logo small {
    color: #4fd1ff;
    letter-spacing: 2px;
}

.footer-text {
    font-size: 13px;
    color: #cfd8ff;
    max-width: 420px;
}
@media (max-width: 991px) {
    .footer-text {
        margin-left: auto;
        margin-right: auto;
    }
}

.go-top {
    color: #4fd1ff;
    font-size: 13px;
    text-decoration: none;
}

.go-top:hover {
    text-decoration: underline;
}

.footer-bottom {
    font-size: 12px;
    color: #7f8cff;
}

@keyframes clouds {
    0% {
        transform: translate3d(0, 0px, 0px);
    }

    100% {
        transform: translate3d(-1557px, 0px, 0px);
    }
}

.booking-box select,
.booking-box input.form-control.custom-input {
    color: #6dfdff;
    background: 0 0;
    border: 0 none;
    border-bottom: 1px solid #6dfdff;
    border-radius: 0;
}

.booking-box select::placeholder,
.booking-box input.form-control.custom-input::placeholder {
    color: #6dfdff;
}

.gallery-sec {
    overflow: hidden;
}

.gallery-sec .title {
    text-align: center;
    font-size: 60px;
    font-family: "Lobster", sans-serif;
    margin-bottom: 40px;
    line-height: 1;
}

.gallery-sec .title .text-1 {
    color: #f66135;
}

.gallery-sec .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gallery-sec .gallery-bx {
    height: 580px;
    position: relative;
    z-index: 1;
}

.gallery-sec .gallery-bx .ss-media {
    height: 100%;
}

.gallery-sec .gallery-bx .ss-media img {
    object-fit: cover;
}

.gallery-sec .gallery-bx .ss-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(23, 23, 23, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}

.gallery-sec .gallery-bx .ss-content .head .title {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: underline;
}

.gallery-sec .gallery-bx .ss-content .head .text {
    font-size: 20px;
}

.gallery-sec .gallery-bx .ss-content a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(246, 97, 53, 0.73);
}

.gallery-sec .gallery-bx .ss-content a i {
    color: #ffffff;
}

:root {
    --primary-color: #f66135;
    --secondary-color: #3498db;
    --font-size-large: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary);
}

.ratings-sec {
    position: relative;
    z-index: 1;
}

.ratings-sec .title {
    color: #222222;
    font-weight: 400;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

.ratings-sec .title::after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 0;
    height: 10px;
    width: 2px;
    color: #2DA4E3;
}

.ratings-sec .title .text-1 {
    color: #2DA4E3;
}

.ratings-sec .text {
    font-weight: 400;
    font-size: 20px;
    color: #505050;
}

@media (max-width: 575px) {
    .ratings-sec .text {
        font-size: 15px;
        width: 70%;
    }
}

.ratings-sec .rating_swiper {
    height: 500px;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .ratings-sec .rating_swiper {
        height: 370px;
    }
}

.ratings-sec .rating_swiper .swiper {
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ratings-sec .rating_swiper .swiper .ratings {
    background: #fff;
    height: 300px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    padding: 30px;
}

@media (max-width: 991px) {
    .ratings-sec .rating_swiper .swiper .ratings {
        height: 260px;
        max-height: 260px;
    }
}

.ratings-sec .rating_swiper .swiper .ratings .text {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
}

.ratings-sec .rating_swiper .swiper .ratings .ss-media {
    margin-bottom: 20px;
}

.ratings-sec .rating_swiper .swiper .ratings span a i {
    color: #FCE340;
}

.ratings-sec .swiper-button {
    display: flex;
    width: 135px;
    position: absolute;
    top: 140px;
    right: 145px;
}

@media (max-width: 991px) {
    .ratings-sec .swiper-button {
        top: 80px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .ratings-sec .swiper-button {
        top: 50px;
        right: 30px;
    }
}

@media (max-width: 575px) {
    .ratings-sec .swiper-button {
        top: 135px;
        right: 10px;
        width: 100px;
    }
}

.ratings-sec .swiper-button .swiper-button-prev {
    background: #ffffff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1D4772;
}

@media (max-width: 575px) {
    .ratings-sec .swiper-button .swiper-button-prev {
        height: 35px;
        width: 35px;
    }
}

.ratings-sec .swiper-button .swiper-button-prev::after {
    font-size: 15px;
    font-weight: 500;
    color: #1D4772;
}

.ratings-sec .swiper-button .swiper-button-next {
    background: #ffffff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1D4772;
}

@media (max-width: 575px) {
    .ratings-sec .swiper-button .swiper-button-next {
        height: 35px;
        width: 35px;
    }
}

.ratings-sec .swiper-button .swiper-button-next::after {
    font-size: 15px;
    font-weight: 500;
    color: #1D4772;
}

.taxiapp-sol {
    position: relative;
    z-index: 1;
}

.taxiapp-sol .title {
    color: #222222;
    font-weight: 400;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

.taxiapp-sol .title .text-1 {
    color: #2DA4E3;
}

.taxiapp-sol .text {
    font-weight: 400;
    font-size: 20px;
    color: #505050;
}

@media (max-width: 575px) {
    .taxiapp-sol .text {
        font-size: 15px;
        width: 70%;
    }
}

.taxiapp-sol .rating_swiper {
    height: 500px;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 100px;
}

@media (max-width: 575px) {
    .taxiapp-sol .rating_swiper {
        height: 370px;
    }
}

.taxiapp-sol .rating_swiper .swiper {
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.taxiapp-sol .rating_swiper .swiper .ratings {
    background: #fff;
    height: 300px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    padding: 30px;
}

@media (max-width: 991px) {
    .taxiapp-sol .rating_swiper .swiper .ratings {
        height: 260px;
        max-height: 260px;
    }
}

.taxiapp-sol .rating_swiper .swiper .ratings .text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.taxiapp-sol .rating_swiper .swiper .ratings .title {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
}

.taxiapp-sol .rating_swiper .swiper .ratings .ss-media {
    margin-bottom: 0px;
}

.taxiapp-sol .rating_swiper .swiper .ratings span a i {
    color: #FCE340;
}

.taxiapp-sol .swiper-pagination {
    position: absolute;
    z-index: 1;
    bottom: 6px;
    left: 50px;
}

.taxiapp-sol .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: 3px;
    transition: 0.5s;
    background: #1D4772 !important;
}

.taxiapp-sol .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    background: #1D4772;
}

.taxiapp-looks {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 70px;
}

.taxiapp-looks .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.taxiapp-looks .title .text-1 {
    color: #2DA4E3;
}

.taxiapp-looks .text {
    font-weight: 400;
    font-size: 20px;
    color: #505050;
}

@media (max-width: 575px) {
    .taxiapp-looks .text {
        font-size: 15px;
        width: 70%;
    }
}

.taxiapp-looks .taxiapp_swiper {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .taxiapp-looks .taxiapp_swiper {
        height: 100% !important;
        position: relative;
        z-index: 1;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .taxiapp-looks .taxiapp_swiper {
        height: 370px;
    }
}

.taxiapp-looks .taxiapp_swiper .taxiapp {
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
    height: 300px;
    max-height: 300px;
}

@media (max-width: 1199px) {
    .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
        height: 260px;
        max-height: 260px;
    }
}

@media (max-width: 991px) {
    .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
        height: 200px;
        max-height: 200px;
    }
}

@media (max-width: 575px) {
    .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
        height: 100px;
        max-height: 100px;
    }
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .title {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .ss-media {
    margin-bottom: 0px;
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp span a i {
    color: #FCE340;
}

.taxiapp-looks .swiper-pagination {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
}

.taxiapp-looks .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: 3px;
    transition: 0.5s;
    background: #1D4772 !important;
}

.taxiapp-looks .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    background: #1D4772;
}

.main-feature {
    position: relative;
    padding: 113px 0 120px 0;
    background: #f7f7f7;
}

.main-feature .container-fluid {
    padding: 0 100px;
}

.core-feature-list {
    margin-bottom: -30px;
}

.core-features {
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.5s;
}

.core-features .circle {
    height: 50px;
}

.core-features:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.core-features .circle img {
    display: table;
    height: 60px;
    margin: 0 auto;
    width: 60px;
    object-fit: contain;
}

.core-features h3 {
    color: #505c76;
    font-size: 14px;
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 70px;
}

.grid-row .grid-item {
    width: 12.5%;
}

@media (max-width: 1600px) {
    .grid-row .grid-item {
        width: 16.5%;
    }
}

@media (max-width: 991px) {
    .grid-row .grid-item {
        width: 24.5%;
    }
}

@media (max-width: 767px) {
    .grid-row .grid-item {
        width: 33.33%;
    }
}

.taxiapp_silder {
    margin-top: 70px;
    overflow: visible !important;
}

.taxiapp_silder .swiper-slide {
    transition: 0.5s;
    transform: scale(1);
}

.taxiapp_silder .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .taxiapp_silder .swiper-slide.swiper-slide-active {
        transform: unset;
    }
}

.service-bx {
    background: linear-gradient(287.41deg, #F4F4F4 0%, #D0D7DE 77.02%, #D2D9DF 77.36%);
    border-radius: 35px;
    padding: 30px 20px;
}

@media (max-width: 575px) {
    .service-bx {
        border-radius: 12px;
        padding: 10px;
        margin-top: 40px;
    }
}

.service-bx .service-section .ss-media {
    position: relative;
    z-index: 1;
    max-height: 280px;
    height: 280px;
}

.service-bx .service-section .ss-media .ss-content {
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 0;
    margin-bottom: 0;
    transition: 0.7s;
}

.service-bx .service-section .ss-media .ss-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
}

.service-bx .service-section .ss-media .ss-content .text {
    color: #fff;
}

.service-bx .service-section .ss-media .grey-circle {
    position: absolute;
    bottom: 20px;
    right: -25px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.service-bx .service-section .ss-media .grey-circle a {
    height: 20px;
    width: 20px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    text-decoration: none;
}

.service-bx .service-section .ss-media:hover .ss-content {
    transition: 0.7s;
    margin-bottom: 40px;
}

.service-bx .service-section .ss-media:hover .grey-circle {
    transition: 0.7s;
    opacity: 1;
    visibility: visible;
    right: 20px;
}

.service-bx .service-content .title {
    font-size: 40px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .service-bx .service-content .title {
        font-size: 30px;
    }
}

.service-bx .service-content .ss-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-bx .service-content .para {
    font-size: 16px;
    margin-bottom: 40px;
    width: 85%;
}

@media (max-width: 991px) {
    .service-bx .service-content .para {
        width: 100%;
    }
}

.service-bx .service-content span {
    display: block;
    height: 50px !important;
    width: 50px !important;
}

.service-bx .service-content .text {
    font-size: 15px;
}

.app-service {
    background: #F4F4F4;
    padding-top: 100px;
    padding-bottom: 70px;
}

.app-service .service-bx {
    background: #1D4772;
    padding: 30px;
    border-radius: 30px 0 0 30px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .app-service .service-bx {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .app-service .service-bx {
        border-radius: 30px;
        margin-bottom: 30px;
    }
}

.app-service .service-bx:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1D4772;
    width: calc(100% + 30px);
    border-radius: 30px 0 0 30px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .app-service .service-bx:after {
        width: calc(100% + 15px);
    }
}

@media (max-width: 991px) {
    .app-service .service-bx:after {
        border-radius: 30px;
    }
}

.app-service .service-bx .nav-tabs {
    height: 500px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    min-height: 500px;
    overflow-x: hidden;
}

.app-service .service-bx .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.app-service .service-bx .app-development {
    margin-left: 20px;
    padding: 20px;
    width: 83%;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
}

@media (max-width: 1199px) {
    .app-service .service-bx .app-development {
        width: 80%;
    }
}

@media (max-width: 575px) {
    .app-service .service-bx .app-development {
        width: 100%;
        padding: 10px 0;
    }
}

.app-service .service-bx .app-development .title {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .app-service .service-bx .app-development .title {
        font-size: 20px;
    }
}

.app-service .service-content {
    padding: 50px;
    background: #fff;
    border-radius: 0 30px 30px 0;
    height: 560px;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .app-service .service-content {
        border-radius: 30px;
        padding: 30px;
        height: auto;
    }
}

.app-service .service-content svg {
    margin-bottom: 30px;
}

.app-service .service-content .title {
    margin-bottom: 30px;
}

.app-service .service-content .text {
    margin-bottom: 30px;
}

.service-sec .td-media {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    overflow: hidden;
}

.service-sec .td-media::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.service-sec .td-media img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service-sec .td-media .down-swipe {
    position: absolute;
    bottom: -90px;
    left: 0;
    background: #1D4772;
    padding: 20px 30px;
    border-top-right-radius: 50px;
    opacity: 0;
    visibility: hidden;
}

.service-sec .td-media .down-swipe .title {
    color: #fff;
}

.service-sec .td-media .down-swipe .text {
    color: #fff;
}

.service-sec .td-media:hover:before {
    -webkit-animation: dzShine 0.75s;
    animation: dzShine 0.75s;
}

.service-sec .td-media:hover .down-swipe {
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    bottom: 0;
}

.service-sec .td-media:hover img {
    transform: scale(1.2);
}

.delivery {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #1D4772;
    position: relative;
    z-index: 1;
    height: 940px;
}

@media (max-width: 991px) {
    .delivery {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .delivery {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.delivery .line {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    height: 350px;
    z-index: -1;
    object-fit: contain;
}

@media (max-width: 575px) {
    .delivery .line {
        display: none;
    }
}

@media (max-width: 1199px) {
    .delivery .line {
        top: 60%;
    }
}

.delivery .process.style-1 .img-media {
    height: 200px;
    width: 200px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.delivery .process.style-1 .img-media img {
    width: 100%;
    height: 100%;
    border-radius: 32px 32px 32px 0px;
}

.delivery .process.style-1 .img-media::after {
    content: "";
    left: -10px;
    top: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-bottom-left-radius: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    position: absolute;
    z-index: -1;
    transform: rotate(76deg);
}

.delivery .process.style-1 .img-content-media .title {
    color: #fff;
}

@media (max-width: 600px) {
    .delivery .process.style-1 .img-content-media .title {
        font-size: 18px;
    }
}

.delivery .process.style-1 .img-content-media .text {
    color: #fff;
}

@media (max-width: 991px) {
    .delivery .process.style-1 .img-content-media .text {
        font-size: 12px;
    }
}

.delivery .process.style-1 .img-content-media a {
    text-decoration: none;
    background-color: #fff;
    padding: 10px 25px;
    color: #2DA4E3;
    border-radius: 10px;
    font-size: 14px;
}

.m-b130 {
    margin-top: -130px;
}

.m-b170 {
    margin-top: -170px;
}

.m-b140 {
    margin-top: -140px;
}

.service-swiper2 .swiper-wrapper .swiper-slide {
    margin-top: 100px;
    transition: 1s;
}

.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-top: 150px;
}

.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-top: 100px;
}

.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-next {
    margin-top: 50px;
}

.space .ss-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Techstack-sec .Techstack-bx {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    border-radius: 20px;
    transition: 0.5s;
}

.Techstack-sec .Techstack-bx:hover {
    z-index: 999999;
    transform: scale(1.05);
}

.Techstack-sec .Techstack-bx .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

.Techstack-sec .Techstack-bx .icon-bx {
    margin-bottom: 20px;
}

.Techstack-sec .Techstack-bx .icon-bx .td-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 65px;
}

@media (max-width: 575px) {
    .Techstack-sec .Techstack-bx .icon-bx .td-media {
        height: 45px;
        width: 45px;
    }
}

.Techstack-sec .Techstack-bx .icon-bx .td-media .sub-title {
    font-size: 14px !important;
    width: max-content;
}

.Techstack-sec .Techstack-bx .icon-bx .td-media img {
    border-radius: 12px;
    margin-bottom: 10px;
}

.hiring-sec .hiring-content .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 40px;
    color: #222222;
}

.hiring-sec .hiring-content .title .text-1 {
    color: #2DA4E3;
}

@media (max-width: 991px) {
    .hiring-sec .hiring-content .title {
        font-size: 28px;
    }
}

.hiring-sec .hiring-content .text {
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
}

.hiring-sec .hiring-content ul {
    padding-left: 0px;
    margin-bottom: 50px;
}

.hiring-sec .hiring-content ul li {
    list-style-type: none;
    position: relative;
    z-index: 1;
    line-height: 1.8;
}

.hiring-sec .hiring-content .icon-bx {
    padding: 20px;
    border-radius: 10px;
}

.hiring-sec .hiring-content .icon-bx.style-2 {
    background: #FFCD42;
}

.hiring-sec .hiring-content .icon-bx.style-3 {
    background: #946FB0;
}

.hiring-sec .hiring-content .icon-bx.style-4 {
    background: #A9CF54;
}

.hiring-sec .hiring-content .icon-bx.style-5 {
    background: #36C8E3;
}

.hiring-sec .hiring-content .icon-bx i {
    color: #fff;
    font-size: 20px;
}

.hiring-sec .hiring-content .icon-bx .text {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.hiring-sec .hiring-media {
    position: relative;
    z-index: 1;
}

.hiring-sec .hiring-media .shape-3 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 25px;
    width: 50px;
    animation: upDown 7s infinite ease-in-out;
}

.hiring-sec .hiring-media .shape-4 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50px;
    height: 50px;
    width: 50px;
    animation: smallCircle 4.5s linear infinite;
}

.hiring-sec .hiring-media .shape-2 {
    position: absolute;
    z-index: 1;
    bottom: 140px;
    left: -40px;
    height: 80px;
    width: 80px;
}

.hiring-sec .hiring-media .shape-1 {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 0;
    height: 40px;
    width: 40px;
    animation: wiggle 4s infinite ease-in-out;
}

@keyframes smallCircle {
    0% {
        transform: rotate(0deg) translateX(20px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}

@keyframes upDown {
    0% {
        top: 0px;
    }

    50% {
        top: 100px;
    }

    100% {
        top: 0px;
    }
}

@keyframes wiggle {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.taxiservice-sec .td-media {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    overflow: hidden;
    border-radius: 40px;
}

.taxiservice-sec .td-media::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.taxiservice-sec .td-media img {
    border-radius: 40px;
    transition: 0.5s;
}

.taxiservice-sec .td-media .down-swipe {
    position: absolute;
    bottom: -90px;
    left: 0;
    background: rgba(0, 0, 0, 0.5607843137);
    padding: 20px 30px;
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
    height: 100%;
}

.taxiservice-sec .td-media .down-swipe .title {
    color: #fff;
}

.taxiservice-sec .td-media .down-swipe .text {
    color: #fff;
}

.taxiservice-sec .td-media:hover:before {
    -webkit-animation: dzShine 0.75s;
    animation: dzShine 0.75s;
}

.taxiservice-sec .td-media:hover .down-swipe {
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    bottom: 0;
    border-radius: 40px;
}

.taxiservice-sec .td-media:hover img {
    transform: scale(1.2);
    border-radius: 40px;
}

.taxiapp-clone .title {
    font-size: 40px;
    font-weight: 600;
    color: #222222;
}

.taxiapp-clone .text {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

.taxiapp-clone .booking-ride {
    height: 150px;
    width: 150px;
    margin: auto;
}

.taxiapp-clone .booking-ride .td-media {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}

.taxiapp-clone .booking-ride .title {
    color: #1D4772;
    font-size: 15px;
    font-weight: 400;
}

.taxiapp-clone .details-bx {
    padding: 20px 10px;
}

.taxiapp-clone .details-bx .td-media {
    height: 60px;
    width: 60px;
}

.taxiapp-clone .details-bx .title {
    font-size: 20px;
    font-weight: 500;
    color: #1D4772;
}

.taxiapp-clone .details-bx .text {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

.ai-solutions {
    background: #1D4772;
    padding: 100px;
}

@media (max-width: 991px) {
    .ai-solutions {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .ai-solutions {
        padding: 20px;
    }
}

.ai-solutions .aisol-bx {
    padding: 20px 20px;
    background: linear-gradient(135deg, rgba(29, 71, 114, 0.3) 0%, rgba(45, 164, 227, 0.3) 100%);
    border-radius: 10px;
}

.ai-solutions .aisol-bx .td-media {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
}

.ai-solutions .aisol-bx .text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.ai-solutions .aisol-bx .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.ss-accordion.style-3 {
    height: 550px;
    min-height: 550px;
    overflow: auto;
    margin-bottom: 30px;
}

.ss-accordion.style-3 .accordion-header .accordion-button {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.ss-accordion.style-3 .accordion-header .accordion-button .app-development {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ss-accordion.style-3 .accordion-header .accordion-button .app-development a {
    text-decoration: none;
}

.ss-accordion.style-3 .ai-sol-media .td-media img {
    border-radius: 20px;
}

section.content-inner3.capabilities {
    padding-bottom: 60px;
}

.our-product .title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 70px;
    font-weight: 700;
    color: #2DA4E3;
}

.our-product .products-sec .product-list {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.our-product .products-sec .product-list .td-media {
    border-radius: 20px;
    overflow: hidden;
}

.our-product .products-sec .product-list .td-media img {
    border-radius: 20px;
    transform: scale(1);
    transition: 0.5s;
}

.our-product .products-sec .product-list .td-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    margin-top: 200px;
    transition: 0.7s;
    height: 100%;
    width: 100%;
    padding: 70px 30px;
    border-radius: 20px;
}

.our-product .products-sec .product-list .td-content .title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.our-product .products-sec .product-list .td-content .text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}

.our-product .products-sec .product-list:hover .td-media img {
    transform: scale(1.2);
    transition: 0.5s;
}

.our-product .products-sec .product-list:hover .td-content {
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    margin-top: 0;
}

.icon-bx-wraper.style-12 {
    width: 460px;
    padding: 10px 25px;
    background-color: transparent !important;
    border-radius: var(--radius-md);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .icon-bx-wraper.style-12 {
        width: 100%;
    }
}

.icon-bx-wraper.style-12 .icon-bx {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px;
}

.icon-bx-wraper.style-12 .dz-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff !important;
    font-weight: 600;
}

.icon-bx-wraper.style-12 p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.icon-bx-wraper.style-12.active,
.icon-bx-wraper.style-12:hover {
    background-color: #edf6f6;
    color: var(--bs-secondary);
}

.icon-bx-wraper.style-12.active .dz-title,
.icon-bx-wraper.style-12:hover .dz-title {
    color: var(--bs-secondary);
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-12 {
        gap: 20px;
    }

    .icon-bx-wraper.style-12 p {
        font-size: 14px;
    }

    .icon-bx-wraper.style-12 .dz-title {
        font-size: 18px;
    }

    .icon-bx-wraper.style-12 .icon-bx {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-12 {
        margin-left: 0;
        margin-right: 0;
    }
}

.animation-text {
    overflow: visible;
}

.animation-text text {
    text-transform: uppercase;
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: #fff;
    font-size: 270px;
    font-weight: 600;
}

@media only screen and (max-width: 1280px) {
    .animation-text text {
        font-size: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .animation-text text {
        font-size: 140px;
    }
}

@keyframes stroke {
    0% {
        fill: rgba(255, 255, 255, 0);
        stroke: #2DA4E3;
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 2;
    }

    70% {
        fill: rgba(255, 255, 255, 0);
        stroke: #2DA4E3;
    }

    80% {
        fill: rgba(255, 255, 255, 0);
        stroke: #2DA4E3;
        stroke-width: 3;
    }

    100% {
        fill: #2DA4E3;
        stroke: rgba(255, 255, 255, 0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

.legal-regulations .consult-iconbx {
    background: linear-gradient(283.83deg, #2DA4E3 0%, #1D4772 83.26%);
    position: relative;
    z-index: 1;
    padding: 30px 28px;
    margin-bottom: 70px;
    border-radius: 10px;
    margin-top: 50px;
}

.legal-regulations .consult-iconbx .title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.legal-regulations .consult-iconbx .text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.legal-regulations .consult-iconbx .msg-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: linear-gradient(283.83deg, #2DA4E3 0%, #1D4772 83.26%);
    position: absolute;
    z-index: 1;
    left: 30px;
    top: -70px;
}

.section-head.style1 {
    width: 80%;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .section-head.style1 {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .section-head.style1 {
        width: 100%;
    }
}

.section-head.style1 .title {
    color: #222222;
    font-weight: 400;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

.section-head.style1 .title::after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 0;
    height: 10px;
    width: 2px;
    color: #2DA4E3;
}

.section-head.style1 .title .text-1 {
    color: #2DA4E3;
}

.section-head.style1 .text {
    color: #505050;
    font-weight: 400;
    font-size: 18px;
    width: 68%;
}

@media (max-width: 991px) {
    .section-head.style1 .text {
        width: 100%;
    }
}

.section-head.style2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-head.style2 .title {
    color: #222222;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 575px) {
    .section-head.style2 .title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.section-head.style2 .title::after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 0;
    height: 10px;
    width: 2px;
    color: #2DA4E3;
}

@media (max-width: 991px) {
    .section-head.style2 .title::after {
        left: 66px;
    }
}

.section-head.style2 .title .text-1 {
    color: #2DA4E3;
    font-weight: 600;
}

.section-head.style2 .text {
    color: #505050;
    font-weight: 400;
    font-size: 18px;
    width: 68%;
    margin-bottom: 65px;
}

@media (max-width: 991px) {
    .section-head.style2 .text {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .section-head.style2 .text {
        font-size: 14px;
    }
}

.section-head.style3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

@media (max-width: 575px) {
    .section-head.style3 {
        padding: 50px 0;
    }
}

.section-head.style3 .title {
    color: #ffffff;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

.section-head.style3 .title::after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 0;
    height: 10px;
    width: 2px;
    color: #2DA4E3;
}

.section-head.style3 .title .text-1 {
    color: #2DA4E3;
    font-weight: 700;
}

.section-head.style3 .text {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
}

@media (max-width: 575px) {
    .section-head.style3 .text {
        width: 100%;
    }
}

.section-head.style4 {
    padding-left: 30px;
}

.section-head.style4 .sub-title {
    font-weight: 400;
    font-size: 28px;
    color: #3C3C3C;
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    .section-head.style4 .sub-title {
        font-size: 22px;
    }
}

.section-head.style4 .sub-title::after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 0;
    height: 10px;
    width: 2px;
    color: #2DA4E3;
}

.section-head.style4 .sub-title .text-1 {
    color: #2DA4E3;
    font-weight: 700;
}

.section-head.style4 .title {
    font-weight: 700;
    font-size: 45px;
    color: #3C3C3C;
}

@media (max-width: 600px) {
    .section-head.style4 .title {
        font-size: 30px;
    }
}

.section-head.style5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .section-head.style5 {
        padding: 50px 0;
    }
}

@media (max-width: 600px) {
    .section-head.style5 {
        padding: 20px 0;
    }
}

.section-head.style5 .title {
    color: #3C3C3C;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    .section-head.style5 .title {
        font-size: 22px;
    }
}

.section-head.style5 .title::after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 0;
    height: 10px;
    width: 2px;
    color: #2DA4E3;
}

.section-head.style5 .title .text-1 {
    color: #2DA4E3;
}

.section-head.style6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-head.style6 .sub-title {
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section-head.style6 .sub-title::after {
    content: "|";
    position: absolute;
    left: -13px;
    top: 0;
    height: 10px;
    width: 2px;
    color: #2DA4E3;
}

.section-head.style6 .sub-title .text-1 {
    color: #2DA4E3;
    font-weight: 600;
}

.section-head.style6 .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-head.style6 .title {
        font-size: 30px;
    }
}

.section-head.style6 .text {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    width: 68%;
    margin-bottom: 65px;
}

@media (max-width: 991px) {
    .section-head.style6 .text {
        width: 98%;
    }
}

@media (max-width: 575px) {
    .section-head.style6 .text {
        font-size: 14px;
    }
}

.section-head.style7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

@media (max-width: 575px) {
    .section-head.style7 {
        padding: 50px 0;
    }
}

.section-head.style7 .title {
    color: #000000;
    font-size: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 80%;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .section-head.style7 .title {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-head.style7 .title {
        width: 100%;
        font-size: 24px;
    }
}

.section-head.style7 .title .text-1 {
    color: #2DA4E3;
    font-weight: 700;
}

.section-head.style7 .text {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
}

@media (max-width: 991px) {
    .section-head.style7 .text {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .section-head.style7 .text {
        width: 100%;
    }
}

.section-head.style8 {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-head.style8 {
        display: block;
        margin-bottom: 30px;
    }
}

.section-head.style8 .title {
    color: #000000;
    font-size: 28px;
    position: relative;
    z-index: 1;
    width: 47%;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-head.style8 .title {
        margin-bottom: 30px !important;
        width: 100%;
    }
}

.section-head.style8 .title .text-1 {
    color: #2DA4E3;
    font-weight: 700;
}

.section-head.style8 .text {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
}

@media (max-width: 575px) {
    .section-head.style8 .text {
        width: 100%;
    }
}

.section-head.style9 {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .section-head.style9 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .section-head.style9 {
        margin-bottom: 0px;
    }
}

.section-head.style9 .title {
    color: linear-gradient(90.93deg, #2DA4E3 2.51%, #0E7CF7 95.94%);
    font-weight: 700;
    font-size: 50px;
}

@media (max-width: 575px) {
    .section-head.style9 .title {
        font-size: 28px;
    }
}

.section-head.style9 .text {
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    margin: 0 !important;
}

.contact-area1 {
    padding: 33px;
    background: #195281;
    position: relative;
    z-index: 9;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.contact-area1 .title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.contact-area1 .input-group.style-2 .btn {
    color: #fff;
    padding-right: 19px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.contact-area1 .input-group.style-2 .btn.show {
    border: none;
}

.contact-area1 .form-label {
    color: #fff;
    font-weight: 400;
}

.contact-area1 .form-control,
.contact-area1 .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .contact-area1 input[type=text],
.contact-area1 .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .contact-area1 textarea,
.contact-area1 .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .contact-area1 input[type=email],
.contact-area1 .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area1 .input-text,
.contact-area1 .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .contact-area1 input,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 textarea,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 select,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 input,
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=text],
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=email],
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=password],
.contact-area1 .login input[type=text],
.login .contact-area1 input[type=text],
.contact-area1 .login input[type=password],
.login .contact-area1 input[type=password],
.contact-area1 .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area1 input[type=text],
.contact-area1 .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .contact-area1 input[type=text],
.contact-area1 .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .contact-area1 input[type=email],
.contact-area1 .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .contact-area1 input[type=tel],
.contact-area1 .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .contact-area1 .select2-choice,
.contact-area1 .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .contact-area1 textarea,
.contact-area1 .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .contact-area1 input.input-text,
.contact-area1 .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .contact-area1 .select2-selection,
.contact-area1 .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .contact-area1 .select2-choice {
    background: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #FFF;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0;
    margin-bottom: 15px;
}

.input-group textarea::placeholder,
.input-group input::placeholder {
    color: #fff;
}

.contact-area1 .form-control:placeholder,
.contact-area1 .woocommerce #review_form #respond input:placeholder[type=text],
.woocommerce #review_form #respond .contact-area1 input:placeholder[type=text],
.contact-area1 .woocommerce #review_form #respond textarea:placeholder,
.woocommerce #review_form #respond .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce #review_form #respond input:placeholder[type=email],
.woocommerce #review_form #respond .contact-area1 input:placeholder[type=email],
.contact-area1 .woocommerce-cart-form .table tr td.actions .coupon .input-text:placeholder,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area1 .input-text:placeholder,
.contact-area1 .woocommerce-cart-form .table tr .quantity input:placeholder,
.woocommerce-cart-form .table tr .quantity .contact-area1 input:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row textarea:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row select:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 select:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row input:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 input:placeholder,
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=text],
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=email],
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=password],
.contact-area1 .login input:placeholder[type=text],
.login .contact-area1 input:placeholder[type=text],
.contact-area1 .login input:placeholder[type=password],
.login .contact-area1 input:placeholder[type=password],
.contact-area1 .woocommerce-ResetPassword.lost_reset_password input:placeholder[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area1 input:placeholder[type=text],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=text],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=text],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=email],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=email],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=tel],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=tel],
.contact-area1 .checkout.woocommerce-checkout .select2-choice:placeholder,
.checkout.woocommerce-checkout .contact-area1 .select2-choice:placeholder,
.contact-area1 .checkout.woocommerce-checkout textarea:placeholder,
.checkout.woocommerce-checkout .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce form .form-row input.input-text:placeholder,
.woocommerce form .form-row .contact-area1 input.input-text:placeholder,
.contact-area1 .woocommerce form .form-row .select2-selection:placeholder,
.woocommerce form .form-row .contact-area1 .select2-selection:placeholder,
.contact-area1 .woocommerce form .form-row .select2-choice:placeholder,
.woocommerce form .form-row .contact-area1 .select2-choice:placeholder {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .contact-area1 {
        padding: 45px 35px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-area1 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .contact-area1 {
        padding: 25px;
        border-radius: 15px;
    }
}

.map-iframe {
    height: 450px;
}

@media only screen and (max-width: 575px) {
    .map-iframe {
        height: 250px;
    }
}

@media only screen and (max-width: 575px) {
    form .g-recaptcha {
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

body .working-location {
    margin-bottom: 15px;
}

body .working-location img {
    border-radius: var(--border-radius-base);
}

.map {
    position: relative;
    z-index: 1;
}

.map iframe {
    width: 100%;
}

.map:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFAF3;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.contact-info.style-1 {
    margin-bottom: 60px;
    min-height: 335px;
}

.contact-info.style-1 .title {
    font-weight: 600;
    font-size: 40px;
    color: var(--title);
}

@media only screen and (max-width: 1199px) {
    .contact-info.style-1 .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info.style-1 .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info.style-1 .title {
        font-size: 24px;
    }
}

.contact-info.style-1 .text {
    color: var(--title);
    font-weight: 400;
    font-size: 30px;
    margin-left: unset;
    margin-right: unset;
    max-width: 540px;
    margin-bottom: 50px;
    font-family: var(--font-family-title);
}

@media only screen and (max-width: 1199px) {
    .contact-info.style-1 .text {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info.style-1 .text {
        font-size: 22px;
        margin-bottom: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info.style-1 .text {
        font-size: 20px;
    }
}

.contact-info.style-1 .text span {
    color: var(--title);
}

.contact-info.style-1 .contact-bottom {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0 0;
}

.contact-info.style-1 .contact-bottom h3,
.contact-info.style-1 .contact-bottom .h3 {
    color: var(--title);
}

@media only screen and (max-width: 767px) {

    .contact-info.style-1 .contact-bottom h3,
    .contact-info.style-1 .contact-bottom .h3 {
        font-size: 22px;
    }
}

.contact-info.style-1 .contact-bottom .contact-left {
    margin-right: 190px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .contact-info.style-1 .contact-bottom .contact-left {
        margin-right: 100px;
    }
}

.contact-info.style-1 .contact-bottom ul li {
    font-weight: 500;
    font-size: 18px;
    color: var(--title);
    font-family: var(--font-family-title);
}

@media only screen and (max-width: 767px) {
    .contact-info.style-1 .contact-bottom ul li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info.style-1 {
        margin-bottom: 40px;
        min-height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info.style-1 .contact-bottom .contact-left {
        margin-right: 0;
        flex: 1;
    }
}

.contact-heading h2,
.contact-heading .h2 {
    font-weight: 500;
    font-size: 70px;
}

@media only screen and (max-width: 1480px) {

    .contact-heading h2,
    .contact-heading .h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1199px) {

    .contact-heading h2,
    .contact-heading .h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {

    .contact-heading h2,
    .contact-heading .h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {

    .contact-heading h2,
    .contact-heading .h2 {
        font-size: 24px;
    }
}

.contact-us ul {
    padding-left: 0;
    margin-bottom: 60px;
}

.contact-us ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.contact-us ul li svg {
    margin-right: 14px;
}

.contact-us .ss-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .contact-us .ss-contact {
        gap: 0;
    }
}

.contact-us .ss-contact .ss-media {
    height: 90px;
    width: 90px;
    margin-right: 10px;
}

.contact-us .ss-contact .ss-media img {
    height: 100%;
    width: 100%;
}

.contact-us .ss-contact .ss-content .text {
    font-size: 18px;
    color: #26374D;
    margin-bottom: 5px;
    line-height: 1;
}

.contact-us .ss-contact .ss-content a {
    font-size: 25px;
    color: #26374D;
}

.ss-accordion .accordion-item {
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    margin-bottom: 20px;
    border: 0;
}

.ss-accordion .accordion-item {
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    margin-bottom: 20px;
    border: 0;
}

.ss-accordion.accordion-sm .accordion-header .accordion-button {
    background: #fff;
    padding: 15px 15px !important;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    border: 0;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background: #fff;
}

.ss-accordion .accordion-header .accordion-button.collapsed {
    color: #0E0E0E;
    border-bottom: 1px solid #1D4772;
}

.ss-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 400;
    border: 0px;
    border-radius: 0;
    padding: 22px 65px 22px 30px;
    transition: all 0.5s ease 0s;
    color: var(--secondary);
    background: none;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    border-radius: 4px;
}

.ss-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 400;
    border: 0px;
    border-radius: 0;
    padding: 22px 65px 22px 30px;
    transition: all 0.5s ease 0s;
    color: var(--secondary);
    background: none;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    border-radius: 4px;
}

.ss-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 400;
    border: 0px;
    border-radius: 0;
    padding: 22px 65px 22px 30px;
    transition: all 0.5s ease 0s;
    color: var(--secondary);
    background: none;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    border-radius: 4px;
}

.ss-accordion .accordion-collapse {
    border: 0;
}

.ss-accordion .accordion-collapse {
    border: 0;
}

.ss-accordion .accordion-collapse {
    border: 0;
}

.accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
    background: #194a8b;
    color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_17179_1207)"><path d="M8.04061 4.09614L1.20534 10.9315C1.04713 11.0896 0.959961 11.3007 0.959961 11.5257C0.959961 11.7507 1.04713 11.9618 1.20534 12.1199L1.7086 12.6232C2.03653 12.9508 2.5695 12.9508 2.89693 12.6232L8.63677 6.8834L14.383 12.6296C14.5412 12.7877 14.7521 12.875 14.977 12.875C15.2022 12.875 15.4131 12.7877 15.5714 12.6296L16.0746 12.1262C16.2328 11.968 16.32 11.7571 16.32 11.5321C16.32 11.307 16.2328 11.096 16.0746 10.9379L9.23306 4.09614C9.07434 3.93767 8.86243 3.85064 8.63715 3.85113C8.411 3.85064 8.19921 3.93767 8.04061 4.09614Z" fill="white"/></g><defs><clipPath id="clip0_17179_1207"><rect width="15.36" height="15.36" fill="white" transform="translate(0.959961 16.043) rotate(-90)"/></clipPath></defs></svg>');
}

.accordion-button.collapsed::after {
    width: 30px;
    height: 30px;
    background: #194a8b;
    color: #fff;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.95939 8.90386L15.7947 2.06846C15.9529 1.91037 16.04 1.69932 16.04 1.4743C16.04 1.24927 15.9529 1.03823 15.7947 0.880132L15.2914 0.376752C14.9635 0.0491997 14.4305 0.0491997 14.1031 0.376752L8.36323 6.1166L2.61701 0.370383C2.45879 0.212288 2.24787 0.124999 2.02297 0.124999C1.79782 0.124999 1.5869 0.212288 1.42855 0.370383L0.925425 0.873762C0.767206 1.03198 0.680042 1.2429 0.680042 1.46793C0.680042 1.69296 0.767206 1.904 0.925425 2.06209L7.76694 8.90386C7.92566 9.06233 8.13757 9.14936 8.36285 9.14886C8.589 9.14936 8.80079 9.06233 8.95939 8.90386Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.faq-media {
    position: relative;
    z-index: 1;
}

.faq-media .td-media img {
    border-radius: 15px;
}

.faq-media .box-design {
    position: absolute;
    right: -92px;
    bottom: -130px;
    height: 100px;
    width: 100px;
}

.faq-media .people {
    padding: 20px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 20px;
    border-radius: 10px;
}

.faq-media .people span {
    margin: 0 -10px;
    width: 60px;
    height: 60px;
}

.faq-media .people p {
    margin: 0;
}

.faq-media .people .text1 {
    color: #222222;
    font-size: 30px;
    font-weight: 600;
}

.faq-media .people .text2 {
    color: #2DA4E3;
    font-size: 14px;
}

.faq-sec {
    background: linear-gradient(129.63deg, #174077 27.35%, #1C5DB5 107.81%);
}

.Techstack-sec {
    background: #F4F4F4;
}

/*# sourceMappingURL=style.css.map */

/* canvas */
canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.mySwiper2 {
    .swiper-slide {
        background: transparent !important;
         .offer-card img {
            width: 100% !important;
            height: 450px !important;
            object-fit: cover !important;
            transition: transform 0.6s ease;
        }
    }
}


.dz-features-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.dz-features-wrapper .dz-features {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: ticker 0s linear infinite 0s normal;
  animation-duration: 0s;
  animation-duration: 15s;
}
.dz-features-wrapper .dz-features.style-2 {
  animation: ticker2 0s linear infinite 0s normal;
   animation-duration: 0s;
  animation-duration: 15s;
}
.dz-features-wrapper .dz-features .item {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px;
  }
}
.dz-features-wrapper:hover .dz-features {
  animation-play-state: paused;
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes ticker2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.mySwiper3{
    .swiper-slide{
        background: transparent !important;
        img {
            width: 90px !important;
            height: 90px !important;
            border-radius: 50% !important;
            border: 3px solid #ff0066;
            object-fit: cover !important;
            margin: auto;
        }
    }

}
