/********************  MIN Media *********************/

@media (min-width: 1200px) {
    .container {
        max-width: 1130px;
    }
}
/********************  MAX Media *********************/
@media screen and (max-width: 1360px) {
    .banner_bg {
        max-width: 930px;
    }
}
@media screen and (max-width: 1280px) {
    .banner_bg {
        max-width: 840px;
    }
    .rewards_img img {
        min-width: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .banner_bg {
        max-width: 712px;
        top: 59.75px;
    }
    .banner_wrapper {
        padding-top: 186px;
        padding-bottom: 132px;
    }
    .grb_video {
        height: 280px;
    }
    .video_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .video_content {
        padding-left: 24px;
    }
    .section_sub_title {
        margin-bottom: 16px;
    }
    .details_text {
        margin-bottom: 32px;
    }
    .web_btn {
        padding: 8px 27px;
    }
    .product_slider .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
        max-width: 960px;
    }
    .product_slider {
        padding-top: 70px;
        padding-bottom: 84px;
    }
    .faq_bg {
        top: -260px;
    }
    .product_content {
        padding: 16px 32px 75px;
    }
    .faq_section {
        padding-top: 84px;
    }
    .faq_inner_block {
        max-width: 798px;
    }
    .faq_section::after {
        height: 390.96px;
    }    

    /* mint css */
    .banner_sec h6{
        font-size: 36px;
    }
    .banner_warp::before{
        width: 43%;
        left: 78%;
        top: -11%;
    }
    .banner_sec .contant_2{
        max-width: 93%;
        margin-top: 10px;
    }
    .banner_sec .contant_1{
        font-size: 18px;
    }
    .desc_block {
        max-width: 65%;
    }
    .number{
        padding: 1px 9px;
    }
    .main_btn{
        padding: 8px 25px;
        margin-left: 10px;
    }
    .banner_sec .copy_link{
        margin-top: 15px;
    }
    .number_sec p{
        margin-left: 35px;
    }
    .spacer_1 {
        padding-bottom: 100px;
    }
    .landing-page .spacer_1 {
        padding-bottom: 60px;
    }
    .owl-product .owl-dots {
        bottom: -55px;
    }
}
@media screen and (max-width: 991px) {
    /********************  Mobile Menu Css Start *********************/
    .landing-page header {
        padding: 11px 0 15px;
    }
    .cm-overflow, .cm-overflow body, .modal-open {
        overflow: hidden;
        touch-action: none;
    }
    .menu_list{
        width: 100%;
        position: relative;
        z-index: 99;
    }
    .logo_hold {
        position: relative;
        z-index: 110;
    }
    .menu_toggle_btn {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: auto;
        position: relative;
        z-index: 102;
    }
    .open_menu .menu_toggle_btn span {
        background-color: #00BCBC;
    }
    .open_menu .menu_block {
        clip-path: circle(100%);
        -webkit-clip-path: circle(100%);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }
    .menu_block {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #1B0B36;
        clip-path: circle(0px at 100% 0px);
        -webkit-clip-path: circle(0px at 100% 0px);
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all;
        z-index: 100;
        padding: 64px 0px 30px;
        display: flex;
        align-items: center;
        flex-flow: column;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .menu_block ul {
        display: flex;
        flex-flow: column;
    }
    .open_menu .menu_block ul li {
        transform: translateX(0);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_block ul li {
        margin-right: 0;
        text-align: left;
        width: 100%;
        min-width: auto;
        transform: translateX(100vw);
        transition: all 0.3s ease-in-out;
    }
    .menu_block ul li a {
        color: #97A8BB;
        font-size: 20px;
    }
    .menu_block ul li:nth-child(1) {
        transition-delay: 0.10s;
    }
    .menu_block ul li:nth-child(2) {
        transition-delay: 0.12s;
    }
    .menu_block ul li+li {
        margin-top: 10px;
    }
    .menu_block ul li:nth-child(3) {
        transition-delay: 0.15s;
    }
    .menu_block ul li:nth-child(4) {
        transition-delay: 0.20s;
    }
    .menu_block ul li:nth-child(5) {
        transition-delay: 0.25s;
    }
    .menu_block ul li:nth-child(6) {
        transition-delay: 0.30s;
    }
    .menu_block+div {
        display: none;
    }
    .menu_block ul li {
        width: unset;
        height: 48px;
        margin-right: auto;
        padding-left: 16px;
    }
    .menu_block ul li.active::before{
        display: none;
    }
    .menu_block ul li.active {
        border-left: 2px solid #00BCBC;
        border-top: unset;
    }
    .menu_block ul li.active::after{
        width: 86px;
        height: 48px;
        background: linear-gradient(90deg, #00BCBC 0%, rgba(0, 188, 188, 0.6) 24.48%, rgba(1, 20, 67, 0) 100%);
        opacity: 0.3;
        transform: matrix(1, 0, 0, -1, 0, 0);
    }
    .menu_block ul li{
        padding-top: 0;
    }
    .menu_block ul li .header_join_btn a{
        width: 152px;
        height: 40px;
        font-size: 12px;
        line-height: 2;
        color: #fff;
        padding: 8px 28px;
    }
    .bg_shape{
        display: inline-block;
        height: 100%;
    }
    .bg_shape img{
        height: 100%;
    }
    /********************  Mobile Menu Css Close *********************/

    .banner_wrapper {
        padding-top: 96px;
        padding-bottom: 120px;
    }
    .banner_bg {
        max-width: 544px;
        top: 0;
    }
    .banner_title, .banner_title_2 {
        font-size: 32px;
        line-height: 49px;
    }
    .banner_title_2 {
        justify-content: unset;
        margin-bottom: 15px;
    }
    .color_title {
        margin-left: 15px;
    }
    .banner_sub_title {
        font-size: 16px;
        margin-bottom: 48px;
    }
    .video_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .video_box{
        height: 220px;
    }
    .section_title {
        font-size: 32px;
    }
    .video_content {
        padding-left: 0;
    }
    .details_text {
        margin-bottom: 32px;
        font-size: 13px;
    }
    .product_slider {
        padding-top: 50px;
        padding-bottom: 74px;
    }
    .owl-product .owl-item.cloned, .owl-product .owl-item {
        opacity: 1;
    }
    #product_slider .owl-product .owl-stage-outer .owl-stage {
        padding-left: 0 !important;
    }
    #product_slider .owl-product {
        padding-left: 16px;
    }
    .faq_section {
        padding-top: 74px;
    }
    .faq_inner_block {
        max-width: 594px;
    }
    .faq_bg {
        top: -220px;
    }
    .faq_section::after {
        height: 293.22px;
    }  
    .hover_box{
        bottom: 0;
    }

    /* mint css */
    .banner_sec h6{
        font-size: 30px;
        margin-top: 30px;
    }
    .banner_warp::before{
        width: 54%;
        left: 78%;
        top: -11%;
    }
    .banner_sec .contant_2{
        max-width: 100%;
        margin-top: 10px;
    }
    .banner_sec .contant_1{
        font-size: 16px;
    }
    .banner_sec .copy_link{
        margin-top: 15px;
    }
    .number{
        padding: 4px 9px;
    }
    .number .plus{
        padding: 2px 13px;
        font-size: 18px;
    }
    .number .minus{
        padding: 2px 15px;
        font-size: 18px;
    }
    .main_btn{
        padding: 8px 22px;
        margin-left: 10px;
    }
    .number_sec p{
        margin-left: 16px;
    }
    .number .community_input{
        width: 28px;
    }
    .number_sec {
        margin-top: 10px;
    }
    .desc_block {
        max-width: 80%;
    }
    .spacer_1 {
        padding-bottom: 60px;
    }
    .rewards_warp_inner{
        width: calc(50% - 15px);
        min-height: 200px;
        align-items: flex-start;
    }
    .clipboard {
        left: 97%;
        top: -27%;
    }
    .landing-page .spacer_1 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .menu_block ul li a {
        font-size: 16px;
    }
    .bg_shape {
        height: 100%;
        width: 100%;
        pointer-events: none;
        z-index: 0;
    }
    .bg_shape img{
        height: 100%;
        width: 100%;
    }
    .menu_block ul li+li {
        margin-top: 0;
    }
    .menu_block ul li .header_join_btn a {
        width: 100%;
    }
    .menu_block ul li:nth-child(6) {
        width: 100%;
        padding-right: 16px;
    }
    .header_join_btn{
        width: 100%;
    }
    .banner_wrapper {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .custom-col-6{
        width: 100%;
        max-width: unset;
    }
    .web_btn{
        width: 100%;
    }
    .banner_bg{
        position: relative;
        width: 100%;
        max-width: unset;
        top: -28px;
    }
    .video_section {
        padding-top: 40px;
        padding-bottom: 40px;
    } 
    .video_box {
        height: 209px;
        margin-bottom: 32px;
    }
    .video_box::after {
        bottom: -1px;
        height: 109.31px;
    }
    .grb_video {
        height: 100%;
    }
    .section_sub_title {
        margin-bottom: 11px;
    }
    .details_text {
        max-width: 343px;
    }
    .product_slider {
        padding-top: 40px;
        padding-bottom: 64px;
    }
    .main_faq_title h2 {
        font-size: 32px;
        line-height: 31px;
    }
    .faq_bg {
    top: -160px;
    height: 272.29px;
    } 
    .faq_section::after {
        height: 143.18px;
    } 
    .product_content {
        padding: 16px 27px 80px;
    } 
    .product_title {
        font-size: 20px;
        line-height: 27px;
    }
    .faq_image {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
    }
    .faq_section {
        padding-top: 64px;
    }
    .video_bg_shape{
        display: none;
    }
    .landing-page .footer_wrapper {
        margin-top: 64px;
    }
    /* mint css */
    .banner_warp{
        flex-wrap: wrap;
        padding: 0 15px;
     }
     .banner_sec .contant_2{
         max-width: 100%;
     }
     .banner_sec h6{
         margin-top: 30px;
         font-size: 40px;
     }
     .rewards_warp .owl-dots{
         text-align: center !important;
         margin-top: 24px;
     }
     .rewards_warp button.owl-dot{
         display: inline-block;
         width: 10px;
         height: 10px;
         margin-right: 15px;
         background: #8E9FB4;
         border-radius: 16px;
     }
     .rewards_warp button.owl-dot.active{
         background: #00BCBC;
     }
     .landing-page .rewards_warp button.owl-dot{
         width: 8px;
         height: 8px;
     }
     .rewards_warp_inner{
         padding: 25px 15px 20px 15px;
         align-items: unset;
     }
     .rewards_warp .owl-stage {
       padding-left: 0 !important;
     }
     .rewards_warp_inner{
         width: 100%;
         min-height: 300px;
     }
     .rewards_warp .owl-carousel .owl-item img{
         width: unset;
         max-width: 65px;
     }
     .spacer_1 {
         padding-bottom: 50px;
     }
     .number {
         padding: 4px 9px;
     }
     .number .plus{
         padding: 2px 13px;
         font-size: 16px;
     }
     .number .minus{
         padding: 2px 14px;
         font-size: 16px;
     }
     .landing-page .spacer_1 {
        padding-bottom: 40px;
        max-width: unset;
        padding-right: 0;
    }
    .landing-page .rewards_warp_inner {
        min-height: 200px;
    }
    .landing-page .spacer_1 .owl-theme .owl-dots .owl-dot span,
    .video_bg_shape_1{
        display: none;
    }
    .landing-page .rewards_warp_inner{
        margin-top: 0;
    }
}
@media screen and (max-width: 575px) {
    .banner_warp{
        flex-wrap: wrap;
        padding: 0 15px;
     }
     .banner_warp::before{
         display: none;
     }
     .banner_sec h6{
         margin-top: 30px;
         font-size: 29px;
     }
     .banner_sec .contant_1{
         font-size: 20px;
     }
     .banner_sec .contant_2{
         max-width: 100%;
         line-height: 1.4;
     }
     .number_sec {
         margin-top: -5px;
     }
     .banner_sec .copy_link{
         margin-top: 17px;
     }
     .main_btn{
         padding: 5px 20px;
         margin-left: 15px;
     }
     .number {
         padding:2px 5px;
     }
     .number_sec p{
         margin-left: 25px;
     }
     .number .plus{
         padding: 2px 13px;
         font-size: 16px;
     }
     .number .minus{
         padding: 2px 14px;
         font-size: 16px;
     }
     .number .community_input{
         width: 28px;
     }
     .rewards_warp{
         margin-top: 15px;
     }
     .rewards_warp_inner{
         width: 100%;
         min-height: 235px;
     }
     .rewards_warp .owl-carousel .owl-item img{
         width: unset;
     }
     .spacer_1 {
         padding-bottom: 50px;
     }
     .footer_wrapper{
         padding: 20px 0;
     }
     .footer_logo{
         width: 50%;
     }
     .footer_address{
         width: 50%;
         text-align: right;
     }
     .footer_social{
         width: 100%;
         order: 3;
         text-align: center;
         margin-top: 20px;
     }
     .landing-page .rewards_warp_inner {
        min-height: 220px;
    }
    .landing-page .rewards_warp_inner {
        min-height: 240px;
    }
}
@media screen and (max-width: 400px) {
    .faq_bg {
        top: -76px;
        height: 272.29px;
    }
    .faq_header {
        padding: 24px 24px;
    }
    .faq_title h4 {
        max-width: 233px;
    }
}
@media screen and (max-width: 374px){
    .rewards_warp_inner{
        width: 100%;
        min-height: 299px;
    }
}
@media screen and (max-width: 320px) {
    .banner_wrapper {
        padding-top: 52px;
    }
    .banner_title, .banner_title_2 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner_sub_title {
        margin-bottom: 28px;
    }
    .banner_title_2 {
        margin-bottom: 7px;
    }
    .video_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .web_btn {
        padding: 5px 27px;
    }
    .video_box {
        height: 140px;
    }
    .details_text {
        margin-bottom: 20px;
    }
    .banner_bg {
        top: -18px;
    }
    .faq_header {
        padding: 15px 15px;
    }
    .faq_image {
        right: 15px;
    }
    #product_slider .owl-product {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_content {
        padding: 15px 14px 55px;
    }
    .product_slider {
        padding-top: 30px;
        padding-bottom: 54px;
    }
    .faq_section {
        padding-top: 54px;
    }
    .owl-product .owl-dots {
        bottom: -40px;
    }
    .faq_image i {
        font-size: 20px;
    }
    .faq_title h4 {
        max-width: 223px;
        font-size: 14px;
    }
    .faq_block {
        background: #2E074F;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .faq_inner_block {
        margin-left: 15px;
        max-width: 224px;
    }
    .main_faq_title {
        margin-bottom: 17px;
    }
    .product_img {
        height: 215px;
        width: 100%;
    }
    .landing-page .spacer_1 {
        padding-bottom: 30px;
    }
}