@media screen and (min-width: 0px) {
    .coad_file_sty {
        width: 100%;
    }
.testimo_card{
    width: 100%;
}
    .form_heading {
        font-size: 19px;
    }
 .policies_text {
     font-size: 20px;
     font-weight: 500;
     color: #cccccc;
 }

 .sml_heading{
    font-size: 20px;
    font-weight: 600;
        color: #cccccc;
 }
 .policies_heading {
     font-size: 30px;
     font-weight: 700;
     color: #cccccc;
 }
    .label_text {
        font-size: 16px;
    }

    .formText {
        font-size: 14px;
    }

    .form-elemnt_wid {
        width: 75%;
    }

    .page_heading {
        font-size: 30px;
    }

    .shop_position {
        left: 29%;
        top: 47%;
        z-index: 3;
    }

    .banner_heght {
        height: 300px;
    }

        .banner_heght::before{
            height: 300px;
        }
    .coad_file_sty {
        padding: 20px;
        border: #205352 1px solid;
        box-shadow: 1px 1px 1px 1px #205352;

    }

    button>span {
        white-space: nowrap !important;
    }

    .w-card {
        width: 100%;
    }

    .intro_small_text {
        color: #CCCCCC;
        font-size: 17px;
        margin-bottom: 13px;
        line-height: 2.3;
        text-align: center;
    }

    .width25 {
        width: 75%;
    }

    .Arin_logo {
        width: 60px;
        height: 56px;
    }



    .buyItNow {
        border: #B6CC0F 1px solid;
        background: black;
        display: flex;
        align-items: center;
        justify-items: center;
        transition: .03s all ease-in-out;
        height: 40px;
        border-radius: 5px;
        padding: 15px 20px;
    }


    .buyItNow span {
        color: #B6CC0F;
    }

    .buyItNow:hover span {
        color: white;
    }



    .cart_value {
        color: #B6CC0F;
        font-size: 20px;
        font-weight: 500;
    }

    .hovereff:hover .cart_value {
        color: white;
        font-size: 20px;
    }

    .cart_sign i {
        color: white;
        font-size: 20px;
    }

    .hovereff:hover>div>.cart_sign i {
        color: #B6CC0F;
        font-size: 20px;
    }

    .buyItNow:hover {
        border: white 1px solid;
        background: #205352;
    }

    .header_list li a:hover span {
        color: #B6CC0F;
        font-style: normal;

        font-weight: 500;
        transition: 0.3s all ease-in-out;
    }


    .arin_header button {
        position: relative;
        border-radius: 6px;
        background: #29166f;
        display: inline-flex;
        padding: 10px 30px;
        border: none;
        justify-content: center;
        align-items: center;
        gap: 10px;
        overflow: hidden;
        color: #fff;
        z-index: 1;
    }

    .lounge_header {
        z-index: 10;
        height: 65px;
        background-color: #000000;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .header_nav ul {
        list-style-type: none;
        gap: 40px;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .bg-banner {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: #000;
        background-position: center center;
        /* height: 100vh; */
        position: relative;
        overflow: hidden;
    }

    .slider_image_card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .slider_image_card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,
                #02000a 0.2%,
                rgba(217, 217, 217, 0) 99.75%);
        z-index: 1;
    }



    .StartedNow {
        border: #B6CC0F 1px solid;
        background: #B6CC0F;
        display: flex;
        align-items: center;
        justify-items: center;
        transition: .03s all ease-in-out;
        height: 40px;
        border-radius: 5px;
        padding: 15px 20px;
    }

    .bg-banner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 500px;
        margin-top: 95px;
        background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
    }

    .main_text {
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        color: #CCCCCC;
    }

    .arin_banner {
        width: 100%;
    }

    .arin_banner p:first-child {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .arin_ban h3 {
        color: #CCCCCC;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 35.8px;
        margin-bottom: 19px;
    }

    .banner_text {
        color: #CCCCCC;
        font-size: 30px;
        text-align: center;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.2em;
    }

    .w-25 .swiper-button-next,
    .w-25 .swiper-button-prev {
        z-index: 10;
    }

    .swiper-container {
        padding-right: 100px;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        right: -107px;
        bottom: 35px;
    }

    /* .owl-carousel .owl-nav button.owl-next, */
    .owl-carousel .owl-nav button.owl-prev {
        background: #205352 url(assets/left-arrow.png) no-repeat center !important;
        width: 60px;
        height: 60px;
        border-radius: 4px;
        padding: 20px !important;
        position: absolute;
        bottom: 62px;
        left: -60px;
    }

    .owl-carousel .owl-nav button span {
        display: none;
    }

    .owl-carousel .owl-nav button span {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-next.disabled {
        background: white url(assets/next-grey.png) no-repeat center !important;
        border: 1px solid #d9d9d9;
    }

    .owl-carousel .owl-nav button.owl-prev.disabled {
        background: white url(assets/left-grey.png) no-repeat center !important;
        border: 1px solid #d9d9d9;
    }

    .owl-carousel .owl-nav button.owl-next {
        background: #205352 url(assets/next.png) no-repeat center !important;
        width: 60px;
        height: 60px;
        border-radius: 4px;
        padding: 20px !important;
        position: absolute;
        bottom: -11px;
        left: -60px;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .play_btn i {
        font-size: 60px;
        color: #B6CC0F;
    }

    .free_text {
        color: #CCCCCC;
        font-size: 20px;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 2px;
    }

    .intro-padding {
        padding-top: 50px;
    }

    .small_top_image {
        width: 152px;
        height: 150px;
        border: 10px;
        right: 0px;
        left: 20%;
        bottom: 20px;
        position: absolute;
    }

    .intro_right_text {
        color: #B6CC0F;
        font-size: 20px;
        text-align: center;
        margin: 0px 0px 5px 0px;
    }

    .into_big_text {
        color: #CCCCCC;
        font-size: 34px;
        text-align: center;
        line-height: normal;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .into_big_text {
        color: #CCCCCC;
        font-size: 50px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .intro_small_text {
        color: #CCCCCC;
        font-size: 17px;
        margin-bottom: 13px;
        line-height: 2.3;
    }

    .Purchase_btn {
        border: #B6CC0F 1px solid;
        background: black;
        display: flex;
        align-items: center;
        justify-items: center;
        transition: .03s all ease-in-out;
        height: 40px;
        border-radius: 5px;
        padding: 24px 26px;
    }


    .Purchase_btn span {
        color: #B6CC0F;
    }

    .Purchase_btn:hover span {
        color: white;
    }

    .Purchase_btn:hover {
        border: white 1px solid;
        background: #205352;
    }

    .slider_image_card2 {
        width: 68px;
        height: 50px;
        margin: auto;
    }

    .price_plan_head {
        font-size: 20px;
        font-weight: 600;
        color: #B6CC0F;
    }

    .plan_big_head {
        font-size: 40px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .card_heading {
        font-size: 28px;
        color: #CCCCCC;
    }

    .card_month {
        font-size: 16px;
        color: #CCCCCC;
    }

    .card_amount {
        font-size: 54px;
        color: #CCCCCC;
    }

    .time_offers {
        font-size: 16px;
        color: #B6CC0F;
    }

    .list_style {
        list-style-type: disc;
        /* padding: 20px; */
    }

    .list_style li::marker {
        font-size: 1em;
        color: #205352;
    }

    .list_style li span {
        font-size: 20px;
        color: #CCCCCC;
        line-height: 2;
    }

    .price_card_style {
        border: #205352 1px solid;
        border-radius: 10px;
        overflow: hidden;
        box-sizing: border-box;
        /* padding: 20px; */
    }

    .price_card_style:hover {
        box-shadow: 0 -14px 36px 0 #205352c5,
            0 5px 20px 0 #205352c9;
    }

    .bg-card1 {
        background-color: #205352;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        padding: 34px 24px;

    }

    .bg-card2 {
        background-color: #000;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        padding: 34px 24px;

    }

    .auction_plan_image {
        width: 240px;
        height: 150px;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .auction_plan_image:hover {
        background-color: #205352;
        border: #B6CC0F 1px solid;
    }

    .auction_plan_image1 {
        width: 240px;
        height: 150px;
        box-sizing: border-box;
        padding: 10px;
        background-color: #205352;
        border: #B6CC0F 1px solid;

        border-radius: 10px;
        overflow: hidden;
    }

    .file_type_head {
        color: #B6CC0F;
        font-size: 16px;
        font-weight: 500;
    }

    .file_type_text {
        margin-bottom: 20px;
        font-size: 35px;
        font-weight: 700;
        color: #CCCCCC;
        text-align: center;
    }

    .file_type_right_text {
        font-size: 20px;
        line-height: 20px;
        color: #CCCCCC;
        font-weight: 400;
        text-align: center;
    }

    .bg-font {
        width: 60px;
        height: 60px;
        background-color: #B6CC0F;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .bg-font>i {
        font-size: 30px;
        color: #205352;
    }

    .film_type_name {
        font-size: 20px;
        font-weight: 600;
        color: #CCCCCC;
        margin-bottom: 0px;
    }

    .file_number_text {
        font-size: 16px;
        font-weight: 500;
        color: #CCCCCC;
        margin-bottom: 0px;
        margin-top: 10px;
    }



    .testi_text {
        font-size: 20px;
        font-weight: 500;
        color: #B6CC0F;
    }

    .testi_big {
        margin-bottom: 10px;
        font-size: 35px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .testimonail_img {
        /* width: 450px; */
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }

    .contact_card {
        padding: 21px;
        height: 150px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: #B6CC0F 1px solid;
        overflow: hidden;
        box-shadow: 0 -4px 20px 0 #B6CC0Fc5,
            0 5px 20px 0 #B6CC0Fc9;
        border-radius: 10px;
    }

    .contact_big_text {
        font-size: 17px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .subscribe_heading {
        color: #CCCCCC;
        font-size: 18px;
        font-weight: 600;
        width: max-content;
        padding-bottom: 5px;
        border-bottom: 2px solid #205352;
    }

    .contact_btn {
        border: #B6CC0F 1px solid;
        background: black;
        display: flex;
        align-items: center;
        justify-items: center;
        white-space: nowrap;
        transition: .03s all ease-in-out;
        height: 40px;
        border-radius: 5px;
        padding: 15px 20px;
    }

    .contact_btn span {
        color: #B6CC0F;
    }

    .font_gmail i {
        color: #B6CC0F;
        font-size: 16px;
    }

    .gamil_text {
        color: #CCCCCC;
        font-size: 16px;
    }

    .footer_left_Text {
        text-align: center;
        font-size: 14px;
        color: #CCCCCC;
        line-height: 1;
        text-transform: uppercase;
    }

    .footer_fourth>h4 {
        color: #CCCCCC;
        font-family: Barlow;
        font-size: 25px;
        text-align: center;
        font-style: normal;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .footer_fourth>p {
        color: #CCCCCC;
        white-space: nowrap;
        font-family: Barlow;
        font-size: 12px;
        margin: 5px 0px;
        line-height: 2;
        font-style: normal;
        font-weight: 400;
    }

    .footer_third>h4 {
        color: #CCCCCC;
        font-family: Barlow;
        font-size: 25px;
        text-align: center;
        font-style: normal;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .footer_links {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .footer_links li>span {
        color: #CCCCCC;
        white-space: nowrap;
        font-family: Barlow;
        font-size: 19px;
        line-height: 2;
        text-align: center;
        font-style: normal;
        font-weight: 400;
    }

    .footer_links li:hover>span {
        color: #B6CC0F;
    }

    .email_wrap {
        border: #CCCCCC 1px solid;
        height: 50px;
        overflow: hidden;
        border-radius: 5px;
        display: flex;
        width: 100%;
    }

    .email_wrap>input {
        height: inherit;
        width: 80%;
        border: transparent;
        padding: 10px 15px;
    }

    .email_wrap>input:focus-visible {
        outline: transparent;
        border: transparent;
    }


    .email_wrap>button {
        background-color: #205352;
        display: flex;
        justify-items: center;
        width: 100px;
        border: transparent;
        align-items: center;
        justify-content: center;
        /* border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; */
    }

    .email_wrap>button>i {
        font-size: 24px;
        text-align: center;
        color: #fff;
    }

    .font_social>i {
        font-size: 45px;
    }

    .font_social {

        border-radius: 5px;
    }
}

@media screen and (min-width: 400px) {
    .bg-banner {
        height: 450px;
    }


    .subscribe_heading {
        color: #CCCCCC;
        font-size: 20px;

    }

    .form_heading {
        font-size: 21px;
    }

    .label_text {
        font-size: 19px;
    }

    .formText {
        font-size: 16px;
    }

    .form-elemnt_wid {
        width: 100%;
    }

    .contact_card {
        padding: 21px;
        height: 170px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: #B6CC0F 1px solid;
        overflow: hidden;
        box-shadow: 0 -4px 20px 0 #B6CC0Fc5,
            0 5px 20px 0 #B6CC0Fc9;
        border-radius: 10px;
    }

    .contact_big_text {
        font-size: 25px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .into_big_text {
        color: #CCCCCC;
        font-size: 34px;
        text-align: center;
        line-height: normal;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .small_top_image {
        width: 197px;
        height: 198px;
        border: 10px;
        right: 0px;
        left: 27%;
        bottom: 20px;
        position: absolute;
    }
}


@media screen and (min-width: 556px) {

    .coad_file_sty {
        width: 47%;
    }

        .sml_heading {
            font-size: 25px;
            font-weight: 600;
            color: #cccccc;
        }
    .page_heading {
        font-size: 49px;
    }
        .policies_text {
            font-size: 20px;
            font-weight: 500;
            color: #cccccc;
        }
    
        .policies_heading {
            font-size: 40px;
            font-weight: 700;
            color: #cccccc;
        }

    .form_heading {
        font-size: 30px;
    }

    .label_text {
        font-size: 20px;
    }

    .formText {
        font-size: 19px;
    }

    .form-elemnt_wid {
        width: 100%;
    }


    .shop_position {
        left: 27%;
        top: 50%;
        z-index: 3;
    }

    .lounge_header {
        height: 75px;
    }

    .contact_card {
        padding: 24px;
        height: 180px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: #B6CC0F 1px solid;
        overflow: hidden;
        box-shadow: 0 -4px 20px 0 #B6CC0Fc5,
            0 5px 20px 0 #B6CC0Fc9;
        border-radius: 10px;
    }

    .contact_big_text {
        font-size: 30px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .testi_big {
        margin-bottom: 15px;
        font-size: 40px;

    }

    .file_type_head {
        color: #B6CC0F;
        font-size: 18px;
        font-weight: 500;
    }

    .file_type_text {
        margin-bottom: 0px;
        font-size: 51px;
        font-weight: 700;
        color: #CCCCCC;
        text-align: center;
    }

    .width25 {
        width: 50%;
    }

    .plan_big_head {
        font-size: 50px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .into_big_text {
        color: #CCCCCC;
        font-size: 48px;

    }

    .small_top_image {
        width: 236px;
        height: 240px;
        border: 10px;
        right: 0px;
        left: 26%;
        bottom: 20px;
        position: absolute;
    }

    .bg-banner {
        height: 500px;
    }

    /*  */

}

@media screen and (min-width: 767px) {
    .arin_ban h3 {
        color: #CCCCCC;
        font-size: 30px;
    }

    .form_heading {
        font-size: 48px;
    }

    .label_text {
        font-size: 21px;
    }

    .formText {
        font-size: 23px;
    }

    .form-elemnt_wid {
        width: 100%;
    }

    .page_heading {
        font-size: 62px;
    }

    .shop_position {
        left: 32%;
        top: 45%;
        z-index: 3;
    }

    .banner_heght {
        height: 400px;
    }

        .banner_heght::before {
            height: 400px;
        }
    .subscribe_heading {
        color: #CCCCCC;
        font-size: 25px;

    }

    .footer_fourth>p {
        color: #CCCCCC;
        white-space: nowrap;
        font-family: Barlow;
        font-size: 16px;
        margin: 10px 0px;
        line-height: 2;
        font-style: normal;
        font-weight: 400;
    }

    .footer_fourth>h4 {
        color: #CCCCCC;
        font-family: Barlow;
        font-size: 29px;
        text-align: center;
        font-style: normal;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: normal;
    }


    .footer_third>h4 {
        color: #CCCCCC;
        font-family: Barlow;
        font-size: 29px;
        text-align: center;
        font-style: normal;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .footer_left_Text {
        font-size: 16px;
        color: #CCCCCC;
        line-height: 1;
        text-transform: uppercase;
    }

    .w-card {
        width: 47%;
    }

    .contact_card {
        padding: 40px;
        height: 190px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: #B6CC0F 1px solid;
        overflow: hidden;
        box-shadow: 0 -4px 20px 0 #B6CC0Fc5,
            0 5px 20px 0 #B6CC0Fc9;
        border-radius: 10px;
    }

    .contact_big_text {
        font-size: 37px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .testi_big {
        margin-bottom: 15px;
        font-size: 45px;

    }

    .banner_text {
        font-size: 43px;
    }

    .play_btn i {
        font-size: 60px;
        color: #B6CC0F;
    }

    .bg-banner {
        height: 544px;
    }

    .small_top_image {
        width: 266px;
        height: 296px;
        border: 10px;
        right: 0px;
        left: 32%;
        bottom: 20px;
        position: absolute;
    }
}

@media screen and (min-width: 992px) {
    .arin_ban h3 {
        color: #CCCCCC;
        font-size: 35px;
    }
        .testimo_card {
            width: 31%;
        }
                .sml_heading {
                    font-size: 40px;
                    font-weight: 600;
                    color: #cccccc;
                }
.policies_text {
    font-size: 20px;
    font-weight: 500;
    color: #cccccc;
}

.policies_heading {
    font-size: 54px;
    font-weight: 700;
    color: #cccccc;
}
    .form_heading {
        font-size: 43px;
    }
        .formText {
            font-size: 24px;
        }

    .form-elemnt_wid {
        width: 47%;
    }

    .subscribe_heading {
        color: #CCCCCC;
        font-size: 27px;

    }

    .page_heading {
        font-size: 70px;
    }

    .shop_position {
        left: 32%;
        top: 45%;
        z-index: 3;
    }

    .banner_heght {
        height: 500px;
    }

        .banner_heght::before {
            height: 500px;
        }
    .film_type_name {
        font-size: 20px;
        font-weight: 600;
        color: #CCCCCC;
        margin-bottom: 0px;
    }

    .footer_left_Text {
        text-align: left;

    }

    .file_number_text {
        font-size: 15px;
        font-weight: 500;
        color: #CCCCCC;
        margin-bottom: 0px;
        margin-top: 10px;
    }


    .w-card {
        width: 25%;
    }

    .file_type_head {
        color: #B6CC0F;
        font-size: 18px;
        font-weight: 500;
    }

    .coad_file_sty {
        padding: 20px;
        border: #205352 1px solid;
        box-shadow: 1px 1px 1px 1px #205352;
        width: 23%;
    }

    .file_type_text {
        margin-bottom: 20px;
        font-size: 54px;
        font-weight: 700;
        color: #CCCCCC;
        text-align: left;
    }

    .small_top_image {
        width: 150px;
        height: 190px;
        border: 10px;
        right: -80px;
        bottom: 80px;
        left: auto;
        position: absolute;
    }

    .intro_small_text {
        text-align: left;
        font-size: 17px;
        line-height: 1.5;
    }

    .Arin_logo {
        width: 248px;
        height: 56px;
    }

    .intro-padding {
        padding-top: 80px;
    }

    .intro_right_text {
        font-size: 16px;
        text-align: left;

    }

    .into_big_text {
        color: #CCCCCC;
        font-size: 30px;
        text-align: left;
        margin-bottom: 10px;
    }

    .banner_text {
        font-size: 53px;
        text-align: left;
    }

    .lounge_header {
        height: 95px;
    }

    .bg-banner {
        height: 500px;
    }

    .main_text {
        text-align: left;
    }

    .play_btn i {
        font-size: 70px;
        color: #B6CC0F;
    }
}

@media screen and (min-width: 1200px) {
    .intro_right_text {
        color: #B6CC0F;
        font-size: 24px;
        margin: 0px 0px 5px 0px;
    }

    .form_heading {
        font-size: 54px;
    }

    .label_text {
        font-size: 21px;
    }

    .formText {
        font-size: 23px;
    }

    .form-elemnt_wid {
        width: 47%;
    }

    .shop_position {
        left: 40%;
        top: 45%;
        z-index: 3;
    }

    .footer_left_Text {
        font-size: 20px;
        color: #CCCCCC;
        line-height: 1.8;
        text-align: left;
        text-transform: uppercase;
    }

    .footer_fourth>h4 {
        color: #CCCCCC;
        font-family: Barlow;
        font-size: 34px;

        font-style: normal;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .footer_fourth>p {
        color: #CCCCCC;
        white-space: nowrap;
        font-family: Barlow;
        font-size: 19px;
        line-height: 2;
        font-style: normal;
        font-weight: 400;
    }

    .footer_third>h4 {
        color: #CCCCCC;
        font-family: Barlow;
        font-size: 34px;

        font-style: normal;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .film_type_name {
        font-size: 21px;
        font-weight: 600;
        color: #CCCCCC;
        margin-bottom: 0px;
    }

    .testi_big {
        margin-bottom: 20px;
        font-size: 56px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .contact_big_text {
        font-size: 56px;
        font-weight: 700;
        color: #CCCCCC;
    }

    .contact_card {
        padding: 95px;
        height: 250px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border: #B6CC0F 1px solid;
        overflow: hidden;
        box-shadow: 0 -4px 20px 0 #B6CC0Fc5, 0 5px 20px 0 #B6CC0Fc9;
        border-radius: 10px;
    }

    .file_number_text {
        font-size: 17px;
        font-weight: 500;
        color: #CCCCCC;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .width25 {
        width: 25%;
    }

    .into_big_text {
        color: #CCCCCC;
        font-size: 42px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .intro_small_text {
        color: #CCCCCC;
        font-size: 17px;
        margin-bottom: 13px;
        line-height: 1.9;
    }

    .plan_big_head {
        font-size: 54px;
        font-weight: 700;
        color: #CCCCCC;
    }
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 1400px) {
    .intro_right_text {
        color: #B6CC0F;
        font-size: 24px;
        margin: 0px 0px 5px 0px;
    }


    .into_big_text {
        color: #CCCCCC;
        font-size: 50px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .intro_small_text {
        color: #CCCCCC;
        font-size: 17px;
        margin-bottom: 13px;
        line-height: 2.3;
    }

    .Purchase_btn {
        border: #B6CC0F 1px solid;
        background: black;
        display: flex;
        align-items: center;
        justify-items: center;
        transition: .03s all ease-in-out;
        height: 40px;
        border-radius: 5px;
        padding: 24px 26px;
    }
}