.atropos {
    position: relative;
    display: block;
    perspective: 1200px;
    transform: translate3d(0, 0, 0);
}

.atropos-rotate-touch,
.atropos-rotate-scroll-x,
.atropos-rotate-scroll-y {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.atropos-rotate-touch-scroll-y {
    touch-action: pan-y;
}

.atropos-rotate-touch-scroll-x {
    touch-action: pan-x;
}

.atropos-rotate-touch {
    touch-action: none;
}

.atropos-scale,
.atropos-rotate {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition-property: transform;
    display: block;
}

.atropos-shadow,
.atropos-highlight {
    position: absolute;
    pointer-events: none;
    transition-property: transform, opacity;
    display: block;
    opacity: 0;
}

.atropos-shadow {
    z-index: -1;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(30px);
}

.atropos-highlight {
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
    z-index: 0;
}

.atropos-rotate {
    position: relative;
}

.atropos-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    display: block;
}

.atropos-active {
    z-index: 1;
}

.atropos-active .atropos-shadow {
    opacity: 1 !important;
}

[data-atropos-offset],
::slotted([data-atropos-offset]) {
    transition-property: transform;
}

[data-atropos-opacity] {
    transition-property: opacity;
}

[data-atropos-offset][data-atropos-opacity],
::slotted([data-atropos-offset][data-atropos-opacity]) {
    transition-property: transform, opacity;
}

@media (min-width: 320px) and (max-width: 768px) {

    .custom-btn{
        height: auto;
    }
    .timeline {
        display: block;
    }

    .your-business {
        overflow: hidden;
    }

    .your-business img.img-fluid {
        height: 360px;
        object-fit: cover;
    }

    .video-sec-title h3 {
        font-size: 20px;
    }

    .main-specific-solutions,
    .video-sec,
    .web-designing-pricing,
    .home-let-talk {
        padding: 30px 0;
    }

    .main-specific-solutions .title h1,
    .fs-64,
    .web-designing-pricing .title h1 {
        font-size: 23px;
    }

    .lh-74 {
        line-height: 35px;
    }

    .main-specific-solutions .industry-specific-solutions li {
        width: 80%;
    }

    .timeline time {
        position: unset !important;
        white-space: unset !important;
    }

    .timeline time:before {
        display: none;
    }

    .timeline time span,
    .timeline li:nth-child(even) time {
        color: #fff !important;
    }

    .timeline time span br,
    .timeline li:nth-child(even) time br {
        display: none !important;
    }

    .timeline li {
        border: 15px solid #0000;
        padding: 10px;
    }

    .first-view-port {
        padding: 60px 0 100px;
    }

    .first-view-port .content h1 {
        font-size: 26px;
    }

    .first-view-port form {
        margin-top: 20px;
    }

    .first-view-port form .button-box {
        display: block;
    }

    .first-view-port form .button-box .custom-button {
        margin-bottom: 15px;
    }

    .reviews .img-box img {
        width: 150px;
    }

    .reviews .col-md-6 {
        display: contents;
    }

    .img-box {
        margin: 0 15px;
    }

    .timeline .main-timeline .timeline,
    .timeline .main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 25px;
    }

    .sidebar-page-container {
        padding: 60px 0;
    }

    .sidebar-page-container .row {
        flex-direction: column-reverse;
    }

    .digital-marketing .title h3 {
        font-size: 22px;
    }

    .all-services .services-box {
        margin-bottom: 30px;
    }

    .cursor {
        display: none;
    }

    .header {
        padding: 10px;
    }

    .header .navbar {
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 20px;
    }

    .header .navbar .brand img {
        width: 150px;
    }

    .burger {
        display: block !important;
    }

    .header .navbar .menu .mobile-view-logo {
        display: block;
        margin-bottom: 30px;
    }

    .header .navbar .menu .mobile-view-logo img {
        width: 140px;
    }

    .header .navbar .menu {
        position: fixed;
        top: 0;
        left: -350px;
        z-index: 9999;
        background: #000;
        width: 80%;
        height: 100%;
        padding: 40px 30px 20px;
        background-color: #000;
        transition: left 0.3s;
    }

    .header .navbar .menu .menu-inner {
        flex-direction: column;
        gap: 0;
    }

    .header .navbar .menu-block {
        display: none;
    }

    .header .navbar .menu .close {
        display: block;
    }

    .header .navbar .menu .menu-inner .menu-item .menu-link {
        padding: 0;
    }

    .header .navbar .menu .menu-inner .menu-item .dropdown-menu {
        position: unset;
        display: block;
        padding: 5px 0 5px 10px;
        background: unset;
    }

    .header .navbar .menu .menu-inner .menu-item .dropdown-menu a {
        padding: 10px 0;
    }

    .hero-wrapper {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .hero-wrapper .slide-content .slider-typed {
        display: none;
    }

    .hero-wrapper .slide-content .mobile-text {
        display: block;
        font-size: 25px;
        line-height: 37px;
        color: #fff;
    }

    .hero-wrapper .slide-content p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .slide-content::before {
        display: none;
    }

    .hero-wrapper::after {
        display: none;
    }

    .video-wrapper {
        margin-top: -100px;
    }

    .text-animation {
        height: unset;
        margin: 20px 0;
    }

    .text-animation .animation-image-logo {
        display: flex;
        gap: 5px;
    }

    .text-animation .animation-image-logo span {
        font-size: 25px;
        display: inline-block;
        font-weight: 700;
        margin-top: 3px;
    }

    .text-animation .animation-image-logo span::before {
        content: "";
        display: inline-block;
        width: 3px;
        height: 90%;
        background-color: #025e9d;
        margin: auto 8px auto 0;
        vertical-align: middle;
    }

    .text-animation .animation-image-logo h2::after {
        display: none;
    }

    .text-animation .animation-image-logo h2 {
        font-size: 25px;
        margin: 0;
        padding: 0;
        font-weight: 700;
    }

    .text-animation .left {
        margin: 20px 0 25px;
    }

    .text-animation .left .two-sec1 p,
    .text-animation .right .two-sec1 p {
        opacity: 1;
        font-size: 15px;
        line-height: 25px;
    }

    .text-animation-desktop {
        display: none;
    }

    .text-animation-mobile {
        display: block;
    }

    .slider-services {
        display: none;
    }

    .slider-services-mobile {
        display: block;
        padding: 40px 0;
    }

    .center-content h3 {
        font-size: 45px;
    }

    .top-content.font-some h3,
    .bottom-content.font-some h3 {
        font-size: 45px;
    }

    .bg-content {
        flex-wrap: wrap;
    }

    .bg-content h3 {
        font-size: 45px;
        transform: translate(-20px, 0px) !important;
    }

    .bg-content-content h3 {
        font-size: 45px;
    }

    .top-we-do-bg-content h3 {
        display: unset;
    }

    .top-we-do-bg-content h3 span {
        font-size: 45px;
        line-height: 75px;
    }

    .bottom-slide img {
        width: 120px;
    }

    .our-client {
        padding: 40px 0 0;
        margin: 0;
    }

    .our-client .owl-carousel .item .client-logo {
        padding: 20px 70px;
    }

    .video-client {
        padding: 60px 0;
    }

    .video-client .title {
        gap: 5px;
        display: flex;
    }

    .video-client .title {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .video-client .title span {
        display: inline-block;
        font-size: 25px;
        line-height: 1.6;
        font-weight: 700;
    }

    .video-client .title h3 {
        font-size: 25px;
        font-weight: 700;
        margin: 0;
    }

    .video-client .title span::before {
        content: "";
        display: inline-block;
        width: 3px;
        height: 70%;
        background-color: #025e9d;
        margin: auto 8px auto 0;
        vertical-align: sub;
    }

    .video-client .client-description:before {
        background-size: cover;
        width: 150px;
        height: 150px;
        top: -10px;
        left: -20px;
    }

    .video-client .item {
        display: unset;
    }

    .video-client .client-description p {
        font-size: 18px;
        line-height: 32px;
        margin-top: 10px;
    }

    .video-client-testimonial .owl-nav {
        margin-top: 10px;
    }

    .drag-services .left-box-drop,
    .drag-services .right-drop,
    .drag-services .send-request {
        display: none;
    }

    .drag-services h5 {
        font-size: 40px;
    }

    .drag-services .services-form {
        display: block;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
    }

    .contact .form-group {
        margin-bottom: 15px;
    }

    .contact .check-box {
        margin-bottom: 0px;
        display: block;
    }

    .home-let-talk .home-let-talk-heading::after {
        background-image: url(../images/line-heading-circle.webp);
        top: -75px;
        background-size: cover;
    }

    .home-let-talk .home-let-talk-paragraph {
        margin: 35px auto 0;
    }

    .home-let-talk .home-let-talk-heading span {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .home-let-talk .home-let-talk-heading h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .home-let-talk .home-let-talk-paragraph p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    footer {
        padding: 40px 0 20px;
    }

    footer .top-footer .logo-box .content p {
        font-size: 15px;
        line-height: 25px;
        margin: 20px 0;
    }

    footer .top-footer .info {
        padding-left: 0px;
    }

    .quick-links {
        margin-bottom: 15px;
    }

    .copyright .title {
        padding: 10px 0;
    }

    .main-item-list {
        position: sticky;
    }

    .slider-services-mobile .services-item {
        top: 5%;
        position: sticky;
        overflow: hidden;
        min-height: 440px;
    }

    .first-view-port .overlay {
        padding: 40px 0;
    }

    .first-view-port .overlay form .button-box {
        flex-wrap: wrap;
        align-items: unset;
        flex-direction: column;
        gap: 10px;
    }

    .counter .inner .col-md-3 {
        width: 50%;
        margin: 10px 0px;
    }

    .counter .inner .item p {
        font-size: 18px;
    }

    .our-badges .custom-badge .col-md-3 {
        width: 50%;
        margin: 10px 0px;
    }

    .cta .content .img-box img {
        display: none;
    }

    .cta .content {
        margin: 0px 10px;
        border: 2px solid #025e9d;
        background: rgba(11, 46, 88, 0.15);
        border-radius: 20px;
        text-align: center;
        padding: 50px 10px;
    }

    .cta .content h3 {
        font-size: 28px;
        line-height: 38px;
    }
 
    .cta .content .enquiry {
        border: 2px solid #025e9d;
        background: rgba(11, 46, 88, 0.1);
    }

    .client-and-portfolio .item {
        padding: 35px 20px;
    }

    .client-and-portfolio .item .portfolio-image {
        display: none;
    }

    .client-and-portfolio .owl-nav .owl-prev,
    .client-and-portfolio .owl-nav .owl-next {
        position: unset;
    }

    .client-and-portfolio .owl-nav .owl-prev {
        margin: 5px 20px 0 0;
    }

    .lets-talk-sec {
        padding: 50px 0;
    }

    .lets-talk-sec p {
        font-size: 20px;
        padding-left: 20px;
        line-height: 30px;
    }

    .lets-talk-sec p a {
        margin-top: 20px;
    }

    .teams .row:nth-child(1) .team-description {
        display: block;
    }

    .teams .row:nth-child(1) .team-description .profile-image {
        margin-bottom: 15px;
    }

    .teams .img-box {
        display: none;
    }

    .teams .team-description {
        padding: 30px;
    }

    .teams .team-description .profile-info h1 {
        font-size: 25px;
    }
}

@media (min-width: 601px) and (max-width: 1100px) {
    .header .navbar .menu .menu-inner {
        gap: 0;
    }

    .header .navbar .menu-block {
        display: none;
    }

    .video-wrapper .col-md-6 {
        width: 80%;
        margin: auto;
    }

    .slide-content::before {
        height: 170px;
        width: 200px;
        top: 60px;
    }

    .hero-wrapper .slide-content .slider-typed h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .text-animation {
        height: 60vh;
        margin: 60px 0;
    }

    .header .navbar .menu .menu-inner .menu-item .menu-link {
        padding: 10px 15px;
    }

    .drag-services .left-box-drop,
    .drag-services .right-drop,
    .drag-services .send-request {
        display: none;
    }

    .drag-services h5 {
        font-size: 45px;
    }

    .drag-services .services-form {
        display: block;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
    }

    .drag-services .services-form .contact .form-group {
        margin-bottom: 15px;
    }

    .drag-services .services-form .contact .check-box {
        margin-bottom: 0px;
        display: inline-block;
    }

    .top-we-do-bg-content h3 span,
    .bg-content-content h3 {
        font-size: 70px;
    }

    footer .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .all-services .col-md-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .all-services .row.mt-md-5 {
        margin: 0 !important;
    }

    .text-animation-tablet {
        display: block;
    }

    .text-animation-desktop {
        display: none;
    }

    .text-animation-tablet p {
        font-size: 24px;
        line-height: 38px;
    }

    .services .col-md-6 {
        width: 100%;
    }

    .services img {
        margin: 20px auto;
        display: block;
    }

    .services-boxes .col-md-4 {
        width: 50%;
    }

    .services-boxes .col-md-4:nth-child(2) {
        display: none;
    }

    .digital-marketing .col-md-6 {
        width: 100%;
    }

    .digital-marketing .img-box img {
        margin: auto;
        display: block;
    }

    .lets-talk-sec .col-md-8 {
        width: 100%;
    }

    .center-content h3 {
        font-size: 85px;
    }

    .top-content.font-some h3,
    .bottom-content.font-some h3 {
        font-size: 85px;
    }

    .bg-content {
        flex-direction: column;
    }

    .bg-content h3 {
        font-size: 85px;
    }
}