/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* (larger desktops, 1600px and up) */
@media (min-width: 1700px) {}

/* (larger desktops, 1920px and up) */
@media (min-width: 1920px) {}

/* (larger desktops, 2300px and up) */
@media (min-width: 2300px) {}

/* (larger desktops, 4600px and up) */
@media (min-width: 4600px) {}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

    /* Main footer  */
    .main-footer {
        padding: 100px 0px;

        .container {
            .row {
                .work-with-us {
                    h3 {
                        color: #fff;
                        font-weight: 400;
                        font-size: 40px;
                        line-height: 50px;
                    }

                    .menu-box {
                        padding-top: 55px;
                        display: flex;
                        gap: 50px;

                        .main-menu {
                            h4 {
                                color: #fff;
                                font-weight: 500;
                                font-size: 24px;
                                line-height: 30px;
                            }

                            ul {
                                color: #fff;
                                list-style-type: none;
                                padding: 0px;

                                li {
                                    a {
                                        color: #FFFFFF99;
                                        text-decoration: none;
                                        font-weight: 400;
                                    }

                                    a:hover {
                                        color: #fff;
                                    }
                                }
                            }
                        }

                        .socaial-media-menu {
                            h4 {
                                color: #fff;
                                font-weight: 500;
                                font-size: 24px;
                                line-height: 30px;
                                padding-bottom: 10px;
                            }

                            ul {
                                color: #fff;
                                list-style-type: none;
                                padding: 0px;

                                li {
                                    a {
                                        color: #FFFFFF99;
                                        text-decoration: none;
                                        font-weight: 400;
                                    }

                                    a:hover {
                                        color: #fff;
                                    }
                                }
                            }
                        }
                    }


                }

                .mail-sec {
                    h2 {
                        text-align: right;

                        a {
                            color: #fff;
                            text-decoration: none;
                            font-weight: 400;
                            font-size: 60px;
                        }
                    }
                }

            }

            .footer-bottom-sec {
                padding-top: 140px;
                display: grid;
                grid-template-columns: 45% 15% 40%;

                .web-a {
                    display: flex;
                    justify-content: flex-end;
                    flex-direction: column;

                    h2 {
                        color: #fff;
                        font-weight: 500;
                        font-size: 180px;
                        line-height: 125px;
                    }
                }

                .back-to-top {
                    display: flex;
                    justify-content: flex-end;
                    flex-direction: column;
                    align-items: center;

                    a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 10px;
                        color: #FFFFFF99;
                        text-decoration: none;
                        font-weight: 300;
                        font-size: 20px;

                        img {
                            width: 8%;
                        }
                    }
                }

                .copyright {
                    display: flex;

                    justify-content: flex-end;
                    flex-direction: column;
                    align-items: end;

                    h4 {
                        color: #FFFFFF99;
                        font-weight: 300;
                        font-size: 20px;
                        margin: 0px;
                    }
                }
            }

        }
    }

}

/* X-Large devices (large desktops, less than 1300px) */
@media (max-width: 1299.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .main-header {
        padding: 0px 15px;
    }

    /* Header Section */
    .custom-header a.navbar-brand {
        width: 25%;
    }

    .main-header img {
        width: 150px;
    }

    .main-header .navbar-nav {
        padding: 30px 0px 15px 5px;
        border: 0px solid rgb(255 255 255 / 50%);
        border-radius: 0px;
    }

    .main-header .navbar-nav .nav-link.active {
        color: #fff;
        background: transparent;
        padding: 5px 0px;
        border-radius: 0px;
    }

    .main-header .navbar-nav .nav-link {
        padding: 5px 0px;
    }

    a.btn-header img {
        width: 4%;
        margin-left: 6px;
    }

    div#navbarSupportedContent {
        padding-bottom: 35px;
    }

    .banner-slide.swiper-slide {
        min-height: 60vh;
        padding: 20px;
        clip-path: none !important;
        margin: 20px 0px;
    }

    .banner-slide h1 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 50px;
    }

    .banner-slide p {
        font-size: 25px;
        line-height: 30px;
        color: #fff;
        font-weight: 500;
        width: 100%;
        margin-bottom: 50px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .swiper-pagination {
        bottom: 60px !important;
    }

    .about-us {
        padding: 75px 15px;
        overflow: hidden;
    }

    .about-us .client-box {
        left: 0px;
    }

    .services {
        padding: 75px 15px;
        overflow: hidden;
    }

    .services .heading-sec .content-box p {
        font-size: 1.5rem;
        text-align: left;
        font-weight: 400;
        line-height: 2.5rem;

    }

    .services-sec .services-item .img-box img {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .portfolio {
        padding: 75px 15px;
        overflow: hidden;
    }

    .portfolio-card-item .card-inner .content-box {
        padding: 0px 10px 30px 20px;
    }

    .portfolio-sec .heading-sec .content-box p {
        font-size: 24px;
        text-align: left;
        font-weight: 400;
        line-height: 46px;
        color: #ffffff;
    }

    .trusted-parters-grid {
        grid-template-areas:
            "communication"
            "traffic"
            "support"
            "rating"
            "solutions";
        grid-template-columns: 1fr;
        /* 100% width */
        grid-template-rows: auto;
    }

    .trusted-parters-sec p {
        font-size: 24px;
        text-align: left;
    }

    .traffic-sec .img-box {
        width: 100%;
    }

    .traffic-sec {
        min-height: 400px;
    }

    .traffic-sec .img-box {
        top: 0;
    }

    .communication-sec .content-box {
        width: 100%;
    }

    .communication-sec .image-section {
        width: 100%;
    }

    .trusted-parters .support {
        padding: 2rem;
    }

    .resposive-solution .content-box {
        width: 100%;
    }

    .resposive-solution .image-box {
        width: 100%;
    }



    .contact-us .contact-box {
        padding: 50px 50px;
    }

    .contact-us .contact-form {
        padding-left: 0px;
        padding-top: 50px;
    }

    .contact-us .bottom-sec .address {
        padding-top: 30px;
        gap: 30px;
    }

    .footer-main-box {
        flex-direction: column;
    }

    .about-footer,
    .about-footer,
    .footer-links-box {
        width: 100%;
    }

    .footer-contact-list ul li {
        width: auto;
    }

    .footer-contact-list {
        padding-bottom: 0px;
    }



    .faq-div {
        padding: 0px 19px;
    }

    /* main footer */
    .main-footer {
        padding: 80px 0px;

        .container {
            .row {
                .work-with-us {

                    .menu-box {
                        padding-top: 50px;
                        gap: 100px;

                        .main-menu {
                            h4 {
                                color: #fff;
                            }

                            ul {
                                color: #fff;

                                li {
                                    a {
                                        color: #FFFFFF99;
                                    }
                                }
                            }
                        }

                        .socaial-media-menu {
                            h4 {
                                color: #fff;
                            }

                            ul {
                                color: #fff;

                                li {
                                    a {
                                        color: #FFFFFF99;
                                    }

                                    a:hover {
                                        color: #fff;
                                    }
                                }
                            }
                        }
                    }


                }

                .mail-sec {
                    h2 {
                        text-align: left;

                        a {
                            color: #fff;
                            text-decoration: none;
                            font-weight: 400;
                            font-size: 35px;

                        }
                    }
                }

            }

            .footer-bottom-sec {
                padding-top: 50px;
                display: grid;
                grid-template-columns: 1fr;
                gap: 50px;

                .web-a {
                    order: 1;
                    display: flex;
                    justify-content: flex-end;
                    flex-direction: column;

                    h2 {
                        color: #fff;
                        font-weight: 500;
                        font-size: 200px;
                        line-height: 120px;
                        text-align: left;
                    }
                }

                .back-to-top {
                    order: 3;
                    display: flex;
                    justify-content: flex-end;
                    flex-direction: column;
                    align-items: center;

                    a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 10px;
                        color: #FFFFFF99;
                        text-decoration: none;
                        font-weight: 300;
                        font-size: 20px;

                        img {
                            width: 8%;
                        }
                    }
                }

                .copyright {
                    order: 2;
                    display: flex;

                    justify-content: flex-end;
                    flex-direction: column;
                    align-items: end;

                    h4 {
                        font-size: 24px;
                    }
                }
            }

        }
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* Header Section */
    .custom-header a.navbar-brand {
        width: 100%;
    }

    .custom-header img {
        width: 50%;
    }

    .custom-header a.navbar-brand {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .custom-header ul.navbar-nav {
        margin-left: 0px;
    }

    .custom-header {

        margin-bottom: -170px;
        padding: 0px 15px;

    }

    /* Banner Section */
    .swiper-pagination {
        left: -30px !important;

    }

    /* AboutUs Section  */
    .about-us-sec {
        padding: 45px 15px;
        background-color: #000;
    }

    .about-us-sec video {
        opacity: .5;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 53%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .about-us-sec .about-img-sec {
        margin: 0px;
        padding: 0px;
    }

    .about-us-sec .about-content-sec {
        backdrop-filter: blur(25px);
        padding: 20px;
        /* margin: 0px 15px; */
        width: 100%;
    }

    .about-us-sec .img-box {
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .about-us-sec .img-fit {
        height: 400px;
    }

    .about-us-sec .about-content-sec {
        backdrop-filter: blur(25px);
        padding: 20px;

    }

    .about-us-sec .conent-box h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 50px;
    }

    .about-us-sec .faq-div button.accordion-button {
        font-size: 20px;
    }

    .about-us-sec .faq-div .accordion-body p {
        font-size: 18px;
        font-weight: 200;
    }

    .portfolio-sec .portfolio-card-item .card-inner .img-box img {
        height: 80vh;
    }

    /* main footer */
    .main-footer {
        padding: 50px 0px;

        .container {
            .row {
                .work-with-us {

                    .menu-box {
                        padding-top: 50px;
                        gap: 100px;

                        .main-menu {
                            h4 {
                                color: #fff;
                            }

                            ul {
                                color: #fff;

                                li {
                                    a {
                                        color: #FFFFFF99;
                                    }
                                }
                            }
                        }

                        .socaial-media-menu {
                            h4 {
                                color: #fff;
                            }

                            ul {
                                color: #fff;

                                li {
                                    a {
                                        color: #FFFFFF99;
                                    }

                                    a:hover {
                                        color: #fff;
                                    }
                                }
                            }
                        }
                    }


                }

                .mail-sec {
                    h2 {
                        text-align: left;

                        a {
                            color: #fff;
                            text-decoration: none;
                            font-weight: 400;
                            font-size: 35px;

                        }
                    }
                }

            }

            .footer-bottom-sec {
                padding-top: 50px;
                display: grid;
                grid-template-columns: 1fr;
                gap: 20px;

                .web-a {
                    order: 1;
                    display: flex;
                    justify-content: flex-end;
                    flex-direction: column;

                    h2 {
                        color: #fff;
                        font-weight: 500;
                        font-size: 120px;
                        line-height: 120px;
                        text-align: left;
                    }
                }

                .back-to-top {
                    order: 3;
                    display: flex;
                    justify-content: flex-end;
                    flex-direction: column;
                    align-items: center;

                    a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 10px;
                        color: #FFFFFF99;
                        text-decoration: none;
                        font-weight: 300;
                        font-size: 20px;

                        img {
                            width: 8%;
                        }
                    }
                }

                .copyright {
                    order: 2;
                    display: flex;

                    justify-content: flex-end;
                    flex-direction: column;
                    align-items: flex-start;

                    h4 {
                        font-size: 16px;
                    }
                }
            }

        }
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


    div#navbarSupportedContent {
        padding-bottom: 35px;
    }

    .banner-slide.swiper-slide {
        padding: 20px;
        clip-path: none !important;
        margin: 20px 0px;
        min-height: 80vh;
    }

    .banner-slide h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .banner-slide p {
        font-size: 25px;
        line-height: 30px;
        color: #fff;
        font-weight: 500;
        width: 100%;
        margin-bottom: 70px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .swiper-pagination {
        bottom: 50px !important;
    }

    .contact-us .contact-box {
        padding: 50px 20px;
    }

    .contact-us .contact-form {
        padding-left: 0px;
        padding-top: 50px;
    }

    .footer-main-box,
    .footer-links-list {
        flex-direction: column;
    }

    .about-footer,
    .about-footer,
    .footer-links-box,
    .footer-contact-list ul li,
    .footer-links.footer-service-links,
    .footer-links {
        width: 100%;
    }

    .footer-contact-list {
        padding-bottom: 0px;
    }

    .footer-contact-list ul {
        flex-direction: column;
    }

    .faq-div {
        padding: 0px 19px;
    }
}

@media (max-width:480px) {}