@media screen and (max-width:1991px) {}

@media screen and (max-width:1550px) {
    .get_started {
        bottom: 15%;
        right: 45%;
    }
}

@media screen and (max-width:1440px) {
    .hero_txt {
        font-size: 170px;
    }

    .shape {
        max-width: 800px;
        height: 280px;
    }

    .get_started {
        bottom: 15%;
        right: 45%;
    }

    .google_translate {
        width: 40%;
    }

    .space_100 {
        padding-block: 70px;
    }

    .hero_img {
        width: 45%;
    }
}

@media screen and (max-width:1340px) {
    .hero_txt {
        font-size: 150px;
    }

    .ellipse_shape {
        max-width: 550px;
    }

    .main_heading {
        font-size: 60px;
    }

    .gall_card {
        max-height: 500px;
    }

    .hero_section {
        margin-bottom: 100px;
    }

    .vert-tab-content {
        max-width: 75%;
    }

    .accordion-button,
    .accordion-button:not(.collapsed) {
        font-size: 24px;
    }

    .learn_more {
        min-height: 140px;
    }

    .get_started {
        bottom: 15%;
        right: 45%;
    }

    .google_translate {
        width: 35%;
    }

    .lang_dropdown .goog-te-combo {
        padding: 8px;
    }

    .navheader {
        padding: 15px;
    }

    .marquee_animation h4 {
        font-size: 22px;
    }

    .recr-content.active,
    .recr_2.active,
    .recr_3.active,
    .recr_4.active {
        background-size: contain;
    }

}

@media (max-width:1299px) {
    .get_started {
        bottom: 15%;
        right: 40%;
    }

    .navheader ul li a {
        padding: 10px 30px;
    }

    .google_translate {
        width: 40%;
    }

    .space_100 {
        padding-block: 60px;
    }
}

@media screen and (max-width:1199px) {

    .hero_txt {
        font-size: 120px;
    }

    #checkbox {
        display: none;
    }

    .toggle {
        position: relative;
        width: 45px;
        height: 45px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 5px;
        transition-duration: .5s;
    }

    .bars {
        width: 60%;
        height: 3px;
        background-color: var(--theme);
        border-radius: 2px;
        transition: all 0.5s ease;
    }

    #bar2 {
        transition-duration: .8s;
    }

    #bar1 {
        width: 40%;
    }

    #bar2 {
        width: 75%;
    }

    .toggle.toggle_active #bar2 {
        opacity: 0;
    }

    #bar1~.offcanvas.show,
    #bar3~.offcanvas.show {
        width: 30px !important;
    }

    .toggle.toggle_active #bar1 {
        transform: rotate(45deg) translateY(5px) translateX(9px);
    }

    .toggle.toggle_active #bar3 {
        transform: rotate(-45deg) translateY(-5px) translateX(9px);
    }

    .offcanvas.offcanvas-end {
        border-left: 0px;
        transition: all 900ms ease;
    }

    .mobile_menu li {
        border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
        padding: 15px 30px;
    }

    .mo_contact {
        background: var(--theme);
        color: var(--white);
        font-weight: 500;
        border-radius: 20px;
        padding: 8px 20px;
    }

    .mobile_menu li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    }

    .hero_img {
        width: 60%;
    }

    .main_heading {
        font-size: 55px;
    }

    #collection .item {
        height: 400px;
    }

    .eth_txt span {
        font-size: 16px;
    }

    .coll_series h5 {
        font-size: 18px;
    }

    .h1 {
        font-size: 24px;
    }

    .shape {
        max-width: 620px;
        height: 280px;
    }

    .cta-img {
        height: 450px;
    }

    .cta_heading {
        font-size: 50px;
    }

    .get_started {
        right: 37%;
        bottom: 15%;
    }

    .google_translate {
        width: 20%;
    }

    .vert-tab>div {
        height: 550px;
    }

    @keyframes rotateOut {
        0% {
            transform: rotate(0deg);
            opacity: 1;
        }

        100% {
            transform: rotate(180deg);
            opacity: 0;
        }
    }

    .btn_close.clicked {
        animation: rotateOut 0.5s ease forwards;
    }


}



@media screen and (max-width:1024px) {
    .get_started {
        bottom: 15%;
        right: 34%;
    }
}

@media screen and (max-width:992px) {
    .hero_txt {
        font-size: 100px;
    }

    .main_heading {
        font-size: 40px;
    }

    .vert-tab-content {
        max-width: 100%;
    }

    .vert-tab {
        flex-direction: column;
    }

    .vert-tab>div {
        width: 100%;
        height: 8%;
    }

    .recr_heading {
        flex-direction: row !important;
        width: 100%;
    }

    /* .recr-content.active .recr_heading{
        flex-direction: column !important;
        width: auto;
    } */
    .recr-content.active {
        flex-direction: column;
    }

    .recr-content {
        border-bottom: 1px solid var(--border-color);
    }

    .recr-content .tab_txt {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        margin-bottom: 0px;
    }

    .accordion-button,
    .accordion-button:not(.collapsed) {
        font-size: 22px;
    }

    .vertical-tabs-section {
        position: relative !important;
    }

    .get_started {
        right: 15%;
    }

    .marquee_section {
        bottom: 125px;
    }

    #gallery_slider .owl-nav {
        position: absolute;
        top: -25%;
        right: 3%;
    }

    .work_items_content {
        padding-bottom: 270px;
    }

    .recr-content.active,
    .recr_2.active,
    .recr_3.active,
    .recr_4.active {
        background-position: center bottom;
        background-size: 65%;
    }
}

@media screen and (max-width:768px) {
    .hero_txt {
        font-size: 75px;
    }

    .ellipse_shape {
        max-width: 500px;
    }

    .rotate_wrap {
        transform: rotate(6deg) translateX(0px);
    }

    #collection .item {
        height: 450px;
        width: auto;
    }

    .get_started {
        right: 10%;
        bottom: 15%;
    }

    .hero_section {
        height: 100vh;
        background-size: cover;
    }

    .text_20 {
        font-size: 16px;
    }

    #gallery_slider .owl-nav {
        position: absolute;
        top: -25%;
        right: 3%;
    }

    .marquee_animation h4 {
        font-size: 20px;
    }

    .marquee_animation img {
        width: 20px;
    }

}

@media screen and (max-width:767px) {

    #collection .owl-nav,
    #gallery .owl-nav {
        position: relative;
        margin-top: 20px;
        top: 0px;
    }

    .space_100 {
        padding-block: 40px;
    }

    .hero_section {
        margin-bottom: 70px;
    }

    .cta_heading {
        font-size: 30px;
    }

    .shape {
        max-width: 450px;
        height: 200px;
    }

    .cta-img {
        height: 350px;
    }

    .hero_right {
        padding-top: 40px
    }

    .hero_left {
        padding-top: 70px
    }

    .navheader {
        padding: 12px;
    }

    .hero1 {
        transform: rotate(-6deg);
    }

    .hero3 {
        transform: rotate(-12deg);
    }

    .hero2 {
        transform: rotate(6deg);
    }

    @keyframes mover {
        0% {
            transform: translatey(0);
        }

        50% {
            transform: translatey(-15px);
        }

        100% {
            transform: translatey(0px);
        }
    }

    @keyframes mover1 {
        0% {
            transform: translatey(0);
        }

        50% {
            transform: translatey(20px);
        }

        100% {
            transform: translatey(0px);
        }
    }


    @keyframes mover2 {
        0% {
            transform: translatey(0) rotate(8deg);
        }

        50% {
            transform: translatey(-15px) rotate(8deg);
        }

        100% {
            transform: translatey(0px) rotate(8deg);
        }
    }

}

@media screen and (max-width:600px) {
    .ellipse_shape {
        max-width: 500px;
    }

    .hero_img {
        width: 80%;
    }

    .main_heading {
        font-size: 35px;
        text-align: center;
    }

    .gall_card2 {
        padding: 20px;
        height: auto !important;
    }

    .larn-btn {
        position: relative !important;
        writing-mode: horizontal-tb;
    }

    .learn_more {
        height: 45px;
        min-height: 45px;
    }

    .text_20 {
        font-size: 16px;
    }

    .accordion-button,
    .accordion-button:not(.collapsed) {
        font-size: 17px;
        line-height: 25px;
    }

    .accod-item {
        border-radius: 30px;
    }

    .text_24 {
        font-size: 20px;
    }

    .recr_heading {
        column-gap: 15px;
    }

    .cta_txt {
        margin: 20px;
    }

    .get_started {
        /* position: relative; */
        padding: 10px 12px;
    }

    .hero_txt2 {
        bottom: 0px;
    }

    .lang_dropdown .goog-te-combo {
        padding: 8px;
    }

    .marquee_section {
        bottom: 80px;
    }

    .kro_marquee {
        height: 60px;
    }

    .marquee_animation h4 {
        font-size: 18px;
    }

    .logo_img,
    .header_img {
        max-width: 160px;
    }
}

@media screen and (max-width:480px) {
    .ellipse_shape {
        max-width: 98%;
        margin-inline: auto;
    }

    .hero_img {
        width: 100%;
    }

    .hero_txt {
        font-size: 55px;
    }

    .accordion-body {
        font-size: 14px;
    }

    .accod-item {
        padding: 20px;
    }

    .main_heading {
        font-size: 30px;
        text-align: center;
    }

    .shape {
        height: 200px;
        width: 90%;
        clip-path: none;
    }

    .cta_heading {
        font-size: 28px;
    }

    .hero_left img {
        width: 70%;
    }

    .google_translate {
        width: 30%;
    }

    .cta-txt {
        font-size: 14px;
    }

    .hero_btn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .marquee_animation img {
        width: 20px;
    }

    .kro_marque {
        width: 98%;
    }

    .marquee_section {
        width: 99%;
    }

}

@media screen and (max-width:375px) {
    .recr_heading {
        column-gap: 15px;
    }

    .h2 {
        font-size: 20px;
    }

    .google_translate {
        width: 35%;
    }

    .hero_right h6 {
        font-size: 18px !important;
    }

    .hero_right p {
        font-size: 15px;
    }

    .marquee_animation h4 {
        font-size: 16px;
    }

    .marquee_animation img {
        width: 18px;
    }

    .header_img {
        max-width: 120px;
    }

    .work_items_content {
        padding-bottom: 230px;
    }
}

@media screen and (max-width:320px) {
    .google_translate {
        width: 40%;
    }

    .hero_right p {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}