@media only screen and (min-width: 1800px){
    .container{
        max-width: 1700px;
    }
}
@media only screen and (max-width: 1799px){
    /*body::before {*/
    /*    left: 150px;*/
    /*}*/
    /*body::after {*/
    /*    right: 140px;*/
    /*}*/
    .header_nav ul li a {
        font-size: 12px;
    }
    .common_light_btn {
        width: 150px;
        height: 50px;
        font-size: 12px;
    }
    .common_light_btn span {
        right: -45px;
        width: 40px;
        height: 40px;
    }
    .header_logo img {
        width: 180px;
    }
    .header_nav ul {
        gap: 15px;
    }
    .header_nav ul li a {
        font-size: 12px;
    }
    .index_banner_wrapper {
        padding: 150px 0px 0px 0px;
    }
    .index_first_wrap_float_img {
        max-width: 300px;
    }
    .index_third_hov_box_imgLeft {
        left: 80px;
    }
    .index_third_hov_box_imgRight {
        right: 70px;
    }
    .img_fix .index_third_hov_box_imgLeft {
        left: 0px;
    }
    .img_fix .index_third_hov_box_imgRight {
        right: 10px;
    }
    .img_fix2 .index_third_hov_box_imgLeft {
        left: 10px;
    }
    .img_fix2 .index_third_hov_box_imgRight {
        right: -10px;
    }
    .index_fourth_vid_box h6 {
        font-size: 50px;
    }
    .footer_logo {
        max-width: 250px;
    }
    .index_fourth_vid_box h6 {
        left: 50%;
        width: 100%;
        text-align: center;
    }
    .header_wrapper::before {
        height: 0.9px;
    }
    .header_flex {
        padding: 0px 45px;
    }
    .index_third_hov_box_text h6 {
        font-size: 145px;
    }
    .inner_banner_wrapper {
        padding: 170px 0px 0px 0px;
    }
    .membership_wrap_box {
        max-width: 850px;
    }
}
@media only screen and (max-width: 1499px){
    .header_nav ul li a {
        font-size: 11px;
    }
    .custom_dropdown {
        width: 160px;
    }
}
@media only screen and (max-width: 1399px){
    body::before {
        left: 140px;
    }
    body::after {
        right: 140px;
    }
    .index_third_hov_box_text h6 {
        font-size: 100px;
    }
    .img_fix2 .index_third_hov_box_imgLeft {
        left: -120px;
    }
    .img_fix2 .index_third_hov_box_imgRight {
        right: -160px;
    }
    .footer_logo {
        max-width: 200px;
    }
    .footer_logo_text h6 {
        font-size: 50px;
    }
    .index_first_wrap_float_img {
        max-width: 250px;
    }
    .index_first_wrap_text h6 {
        font-size: 40px;
    }
    .second_slider_text h6 {
        font-size: 40px;
    }
    .index_third_text_wrap h6 {
        font-size: 35px;
    }
    .index_first_wrap_text h6 {
        line-height: 50px;
    }
    .index_third_text_wrap p {
        font-size: 14px;
        max-width: 600px;
        margin: 0px 0px 20px 0px;
    }
    .index_third_text_wrap h6 {
        margin: 0px 0px 15px 0px;
    }
    .index_third_hov_box_text h6 {
        font-size: 80px;
    }
    .index_third_hov_box_imgLeft {
        left: 40px;
        max-width: 300px;
    }
    .index_third_hov_box_imgRight {
        right: 20px;
        max-width: 300px;
    }
    .img_fix .index_third_hov_box_imgLeft {
        left: -50px;
    }
    .img_fix .index_third_hov_box_imgRight {
        right: -50px;
    }
    .img_fix2 .index_third_hov_box_imgLeft {
        left: -100px;
    }
    .img_fix2 .index_third_hov_box_imgRight {
        right: -120px;
    }
    .index_fourth_vid_box {
        height: 550px;
    }
    .footer_logo {
        max-width: 180px;
    }
    .footer_logo_text {
        max-width: 600px;
    }
    .footer_logo_text h6 {
        font-size: 35px;
    }
    .footer_links ul li a {
        font-size: 18px;
    }
    .footer_links h6 {
        font-size: 24px;
    }
    .header_nav ul {
        gap: 5px;
    }
    .common_light_btn {
        width: 130px;
        height: 50px;
        font-size: 11px;
    }
    .header_nav ul li a {
        font-size: 10px;
    }
    .header_inner_flex {
        gap: 10px;
    }
    .header_nav ul {
        gap: 10px;
    }
    .header_flex {
        padding: 0px 50px;
    }
    .header_logo img {
        width: 150px;
    }
    .header_nav ul li a {
        font-size: 11px;
    }
    .membership_wrap_box {
        max-width: 750px;
    }
}
@media only screen and (max-width: 1199px){
    .header_logo img {
        width: 130px;
    }
    .header_flex {
        padding: 0px 40px;
    }
    .header_nav ul li a {
        font-size: 10px;
    }
    .index_fourth_vid_box h6 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px){
     .header-mob-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .header-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        height: 40px;
        width: 40px;
        color: var(--black);
        background: var(--white);
        border-radius: 50px;
        font-size: 15px;
    }
    .header_flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px;
        position: fixed;
        top: 0;
        left: 0;
        width: 55%;
        height: 100vh;
        border: 1px solid #c79f57;
        background: var(--black);
        border-radius: 0px 20px 20px 0px;
        padding: 15px;
        z-index: 99;
        transform: translate(-660px, 0px);
        transition: 0.5s all;
    }
    .header-active{
        transform: translate(0px, 0px) !important;
    }
    .header_nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .header_nav ul li a {
        font-size: 12.5px;
    }
    .header_nav ul .btn {
        padding: 20px 0 0 0;
    }
    .header-mob-logo a img {
        width: 125px;
    }
    .header_inner_flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .common_light_btn {
        width: 150px;
        height: 45px;
        font-size: 13px;
        line-height: 1;
        padding-top: 4px;
    }
    .index_first_wrap_float_img.index_first_wrap_float_img_1 {
            display: none;
        }
        .index_first_wrap_float_img.index_first_wrap_float_img_2 {
            display: none;
        }
        .index_first_wrap_float_img.index_first_wrap_float_img_3 {
            display: none;
        }
        .index_first_wrap_float_img.index_first_wrap_float_img_4 {
            display: none;
        }
        .index_first_wrapper {
        height: 60vh;
        min-height: 700px;
    }
    .index_third_hov_box_imgLeft {
        left: -90px;
        max-width: 190px;
    }
    .index_third_hov_box_imgRight {
        right: -90px;
        max-width: 190px;
    }
     .index_fourth_wrapper {
        padding: 0px 12px;
    }
    .index_third_hov_box_text h6 {
        font-size: 40px;
    }
    .custom_dropdown {
        width: 180px;
    }
    .membership_wrap_box {
        width: 90%;
    }
    .member_wrap_box_text h6 {
        font-size: 25px;
    }
    .membership_wrapper {
        padding: 200px 0px 0px 0px;
    }
    .member_wrap_box_input label {
        font-size: 18px;
    }
    .member_wrap_box_input input {
        height: 55px;
        padding: 20px 20px;
    }
    .member_wrap_box_input textarea {
        height: 140px;
    }
}
@media only screen and (max-width: 575px){
    .header_flex {
        width: 85%;
        transform: translate(-500px, 0px);
    }
   
    .index_banner_wrap_text h6 {
        font-size: 45px;
    }
    .index_banner_wrap_text h3 {
        font-size: 16px;
    }
    .index_first_wrap_text h6 {
        font-size: 28px;
    }
    .index_third_hov_box_text h6 {
        font-size: 18px;
    }
    .index_third_hov_box_imgRight {
        position: absolute;
        top: -85px;
        right: -35px;
        transform: scale(0.7);
        max-width: 200px;
    }
    .index_third_wrapper {
        padding: 75px 0px 50px 0px;
    }
   .index_third_hov_box_imgLeft {
        position: absolute;
        top: -85px;
        left: -30px;
        transform: scale(0.7);
        max-width: 200px;
    }
    .img_fix .index_third_hov_box_imgRight {
        right: -55px;
    }
    .img_fix .index_third_hov_box_imgLeft {
        left: -55px;
    }
    .img_fix2 .index_third_hov_box_imgLeft {
        left: -65px;
    }
    .img_fix2 .index_third_hov_box_imgRight {
        right: -72px;
    }
    .index_third_hov_box_text h6 {
        font-size: 40px;
    }
    .footer_top_wrap_f {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }
    .footer_wrapper {
        padding: 50px 0px 0px 0px;
    }
    .footer_top_wrap_f {
        margin: 0px 0px 50px 0px;
       gap: 10px;
    }
    .footer_links h6 {
        font-size: 22px;
        margin: 0px 0px 20px 0px;
    }
    .footer_links ul li a {
        font-size: 15px;
    }
    .footer_links ul li a i {
        margin-right: 7px;
    }
    .footer_links ul {
        margin: 0px 0px 40px 0px;
    }
    .copyright_text {
        padding: 20px 0px 10px 0px;
    }
    .copyright_text p {
        font-size: 18px;
    }
    .index_second_wrapper {
        height: 80vh;
    }
     .second_slider .swiper-slide {
        height: 80vh;
        padding: 100px 0px 0px 0px;
    }
    .index_third_hov_text_wrap {
        padding: 50px 0px 20px 0px;
    }
    .header_btn {
        flex-direction: column;
        width: 100%;
    }
    .header_btn .common_light_btn {
        width: 100%;
    }
    .header-mob-logo a img {
        width: 85px;
    }
    .header_logo img {
        width: 100px;
    }
    .index_banner_slider ul li {
        font-size: 35px;
    }
    .drag_btn {
        font-size: 13px;
        width: 90px;
        height: 90px;
    }
    .drag_btn:before {
        width: 105px;
        height: 105px;
    }
    .index_third_text_wrap h6 {
        font-size: 28px;
    }
    .index_third_hov_box {
        margin: 2px 0px 70px 0px;
    }
    .footer_logo {
        max-width: 120px;
        margin: 0 auto;
    }
    .footer_logo_text h6 {
        font-size: 28px;
        text-align: center;
        line-height: 40px;
    }
    .footer_logo_text .common_light_btn {
        margin: 0 auto;
    }
   .index_fourth_vid_box {
        height: 450px;
        margin: 0 auto;
    }
    .index_fourth_vid_box h6 {
        font-size: 26px;
    }
    .membership_wrapper {
        padding: 150px 0px 0px 0px;
    }
    .membership_wrap_box {
        width: 90%;
        padding: 15px;
    }
    .index_first_wrap_text h6 {
        line-height: 30px;
    }
    .about_founder_wrapper {
        padding: 50px 0px;
    }
    .about_founder_wrapper .index_first_wrap_text {
        text-align: center;
        margin: 50px 0px 0px 0px;
    }
    .order_cus_sm_1{
        order: 1;
    }
    .order_cus_sm_2{
        order: 2;
    }
}

@media only screen and (max-width: 320px){
    .header_btn {
        flex-direction: column;
    }
    
}