@font-face {
    font-family: "d-din";
    src: url("fonts/D-DIN-Bold.otf");
    src: url("fonts/D-DIN-Italic.otf");
    src: url("fonts/D-DINExp.otf");
    src: url("fonts/D-DINCondensed.otf");
    src: url("fonts/D-DINCondensed-Bold.otf");
    src: url("fonts/D-DINExp-Italic.otf");
    src: url("fonts/D-DIN.otf");
}

* {
    font-family: 'D-DIN Condensed', sans-serif;
    font-family: 'D-DIN Exp', sans-serif;
    font-family: 'D-DIN', sans-serif;
    font-family: d-din;
}


body {
    font-family: 'D-DIN', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 90%;
}

.swiper-button-prev {
    left: 3%;
    font-family: 'D-DIN', sans-serif;
    font-weight: bolder;
    color: white;
}

.swiper-button-next {
    right: 3%;
    font-family: 'D-DIN', sans-serif;
    font-weight: bolder;
    color: white;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: white;
    background-color: white;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
    color: white;
    background-color: white;
    opacity: .5;
}


/* Demo styles end */


/* for table  */

table {
    color: white;
    width: 100%;
}

.trow {
    border-bottom: 1px solid white;
    display: block;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.g_color {
    text-transform: lowercase;
    color: gray;
}

.property {
    display: inline;
    text-align: left;
    font-size: 17px;
    text-transform: uppercase;
}

.value {
    text-transform: lowercase;
    display: block;
    text-align: right;
    font-size: 17px;
}

.list_holder {
    text-align: left;
}

.list_holder dl dt {
    color: white;
    font-size: 20px;
}

.list_holder dl dd {
    color: white;
    font-size: 17px;
    padding-bottom: 10px;
}

.applications {
    padding-top: 10px;
    color: white;
    text-align: left;
    font-family: 'D-DIN', sans-serif;
    font-size: 17px;
}

.a,
.b,
.c {
    transition: opacity 1s ease-in-out;
}

.col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* product details */


/* head_banner */

.head_banner {
    width: 100%;
    height: 100%;
}


/* .head_banner .background_img {
    height: 100vh;
    width: 100%;
    background-image: url(../img/jf2/banner.jpg);
    background-image: url(../img/jf2/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: .8;
} */

#background-video {
    width: 100%;
    height: 100%;
    height: auto;
    object-fit: cover;
    opacity: .7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    object-position: center center;
    position: relative;
}


/* .banner_text {
    height: 100vh;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(14, 13, 13, .3);
} */

.banner_text {
    height: 100%;
    width: 100%;
    /* height: 100vh; */
    /* height: auto; */
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(14, 13, 13, 0.5); */
}

.banner_text h1 {
    font-weight: 700;
    font-size: 70px;
    color: white;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
    text-align: center;
}

.banner_text p {
    text-align: center;
    font-size: 25px;
    color: white;
    /* text-transform: capitalize; */
    text-transform: normal;
}


/* head_banner end*/


/* main box css */

.main_box {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.main_box_img {
    height: 400vh;
}

.image_holder {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
}

.image_holder .background_img {
    height: 100vh;
}

.temp_background {
    z-index: 3;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* background-image: url(../img/jf2/jf2_img1.png); */
    /* background-image: url(../img/jf2/final/left.png); */
    background-image: url(../img/jf2/final/jf2_intro.png);
    background-size: cover;
}

.slide_container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
}


/* main box css end */


/* intro section */

.bottom_content_position {
    position: absolute;
    top: 3%;
    width: 100%;
    height: 100vh;
}

.intro_holder {
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 950px;
    height: 100%;
    padding-left: 300px;
    padding-right: 50px;
    padding-top: 100px;
    word-spacing: 3px;
    letter-spacing: 1px;
    line-height: 30px;
    /* text-align: justify; */
}

.intro_holder p {
    font-family: 'D-DIN', sans-serif;
    text-transform: none;
    text-align: left;
    font-size: 17px;
    color: white;
    /* text-align: justify; */
}

.intro_holder h3 {
    color: white;
}


/* intro section end */


/* horizontal slide */

.slide_container {
    /* background-image: url(../img/jf2/jf2_img1.png); */
    background-image: url(../img/jf2/final/left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.h_slide1 .row,
.h_slide2 .row,
.h_slide3 .row,
.h_slide4 .row {
    height: 100%;
    width: 100%;
}

.h_slide2 {
    /* background-image: url(../img/jf2/jf2_img2.png); */
    background-image: url(../img/jf2/final/front.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.h_slide3 {
    /* background-image: url(../img/jf2/jf2_img3.png); */
    background-image: url(../img/jf2/final/right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.h_slide1 .column1,
.h_slide4 .column1,
.h_slide2 .column1,
.h_slide3 .column1 {
    height: 100vh;
    padding: 50px;
}

.h_slide1 .th,
.h_slide2 .th,
.h_slide3 .th,
.h_slide4 .th {
    color: white;
    text-align: left;
    margin-bottom: 20px;
}

.h_slide1 .column1 .th h2,
.h_slide2 .column1 .th h2,
.h_slide3 .column1 .th h2,
.h_slide4 .column1 .th h2 {
    font-size: 40px;
    color: white;
    font-weight: bolder;
}

.h_slide1 .column1 .th h3,
.h_slide2 .column1 .th h3,
.h_slide3 .column1 .th h3,
.h_slide4 .column1 .th h3 {
    font-size: 50px;
}

.middle_element {
    height: 40px;
    display: inline-block;
    border: 1px solid white;
    margin: 0 50px;
}


/* horizontal slide end */

@media screen and (max-width: 1280px) and (min-width: 1023px) and (max-height: 800px) and (min-height: 600px) {
    .intro_holder {
        max-width: 600px !important;
        padding-left: 50px;
        padding-right: 0px;
        max-width: 500px;
    }
    .download_button {
        padding-bottom: 50px !important;
    }
    .download_button {
        padding-bottom: 40px !important;
    }
    .main_box_img {
        height: 300vh !important;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 0px !important;
        padding-left: 100px !important;
    }
    .h_slide1 .th,
    .h_slide2 .th,
    .h_slide3 .th,
    .h_slide4 .th {
        margin-bottom: 0px !important;
    }
    .h_slide1 .table_holder,
    .h_slide2 .table_holder,
    .h_slide3 .table_holder,
    .h_slide4 .table_holder {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
    .intro_holder {
        max-width: 570px !important;
        padding-left: 50px;
        padding-right: 0px;
        max-width: 500px;
    }
}

@media only screen and (max-width: 913px) and (min-width: 768px) and (max-height: 1369px) and (min-height: 1024px) {
    .bottom_content_position {
        height: 65vh !important;
    }
    .temp_background {
        background-image: none;
        background-image: url(../img/jf2/final/jf2_mobile_img.png) !important;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }
    .intro_holder {
        width: 100% !important;
        padding: 0 100px !important;
        width: 100% !important;
        background-color: transparent !important;
        position: relative;
    }
    .intro_holder div {
        padding: 0 100px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .intro_holder p {
        width: 100% !important;
        font-size: 20px;
    }
    .download_button {
        padding-bottom: 40px !important;
    }
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 200px !important;
        padding-bottom: 100px !important;
        background-color: black;
    }
    .main_box_img {
        height: 200vh;
    }
    .bottom_content_position {
        height: 50vh;
    }
    .background_img {
        background-position: 20% center;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    .temp_background {
        background-image: none;
    }
    .intro_holder div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .intro_holder div h1 {
        text-align: center;
    }
    .slide_container {
        background-image: url(../img/jf2/jf2_mobile_img1.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
    .h_slide2 {
        background-image: url(../img/jf2/jf2_mobile_img2.png);
        background-size: cover;
        background-position: center 50%;
    }
    .h_slide3 {
        background-image: url(../img/jf2/jf2_mobile_img3.png);
        background-size: cover;
        background-position: center 50%;
    }
    .h_slide3 .column1 .th h3 {
        padding-bottom: 25px;
    }
    .h_slide4 .column1 .th h3 {
        padding-bottom: 35px;
    }
    .value,
    .property {
        font-size: 15px;
    }
    .h_slide1 .row .column2 {
        height: 15vh;
        order: 1;
    }
    .h_slide4 .row .column2 {
        height: 20vh;
        order: 1;
    }
    .h_slide4 .row .column2 .th h3 {
        margin-bottom: 10px;
    }
    .h_slide2 .row .column2 {
        height: 18vh;
        order: 1;
    }
    .h_slide3 .row .column2 {
        height: 21vh;
        order: 1;
    }
    .h_slide1 .row .column1,
    .h_slide2 .row .column1,
    .h_slide3 .row .column1,
    .h_slide4 .row .column1 {
        order: 2;
        width: 100%;
    }
    .h_slide1 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1,
    .h_slide4 .column1 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .h_slide1 .column1 .th h2,
    .h_slide2 .column1 .th h2,
    .h_slide3 .column1 .th h2,
    .h_slide4 .column1 .th h2 {
        font-size: 30px;
    }
    .h_slide1 .column1 .th h3,
    .h_slide2 .column1 .th h3,
    .h_slide3 .column1 .th h3,
    .h_slide4 .column1 .th h3 {
        font-size: 30px;
    }
    .swiper-button-prev {
        left: 6.5%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
    .swiper-button-next {
        right: 6.5%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
}

@media screen and (max-width: 820px) and (min-width: 819px) and (max-height: 1180px) and (min-height: 1179px) {
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 150px !important;
    }
    .intro_holder {
        padding: 0 60px !important;
    }
}


/* ======================================== */


/* after min-widh of 768px  */

@media screen and (max-width: 768px) and (min-width: 767px) and (max-height: 1024px) and (min-height: 1024px) {
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 120px !important;
        padding-bottom: 60px !important;
    }
    .bottom_content_position {
        height: 65vh;
    }
    .intro_holder {
        padding: 0 60px !important;
        position: relative;
        background-color: transparent !important;
    }
    .intro_holder div {
        padding: 0 60px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .temp_background {
        background-image: none;
        background-image: url(../img/jf2/final/jf2_mobile_img.png);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .background_img {
        background-position: 20% center;
    }
    .banner_text {
        position: static;
        height: fit-content !important;
        background-color: black;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    .banner_text p {
        font-size: 18px;
        max-width: 650px;
        padding: 0 20px;
    }
    .main_box_img {
        height: 200vh;
    }
    .bottom_content_position {
        height: 100vh;
    }
    .temp_background {
        background-image: none;
        background-image: url(../img/jf2/final/jf2_mobile_img.png);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
        position: relative;
    }
    .intro_holder {
        padding-left: 0;
        padding-right: 0;
        height: 100%;
        padding-top: 10px;
        position: relative;
    }
    .intro_holder div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: black;
        /* background-color: transparent; */
    }
    .intro_holder div h1 {
        text-align: center;
    }
    .slide_container {
        background-image: url(../img/jf2/jf2_mobile_img1.png);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }
    .h_slide2 {
        background-image: url(../img/jf2/jf2_mobile_img2.png);
        background-size: cover;
        background-position: center 50%;
    }
    .h_slide3 {
        background-image: url(../img/jf2/jf2_mobile_img3.png);
        background-size: cover;
        background-position: center 50%;
    }
    .h_slide3 .column1 .th h3 {
        padding-bottom: 25px;
    }
    .h_slide4 .column1 .th h3 {
        padding-bottom: 35px;
    }
    .value,
    .property {
        font-size: 15px;
    }
    .h_slide1 .row .column2 {
        height: 15vh;
        order: 1;
    }
    .h_slide4 .row .column2 {
        height: 20vh;
        order: 1;
    }
    .h_slide4 .row .column2 .th h3 {
        margin-bottom: 10px;
    }
    .h_slide2 .row .column2 {
        height: 18vh;
        order: 1;
    }
    .h_slide3 .row .column2 {
        height: 21vh;
        order: 1;
    }
    .h_slide1 .row .column1,
    .h_slide2 .row .column1,
    .h_slide3 .row .column1,
    .h_slide4 .row .column1 {
        order: 2;
    }
    .h_slide1 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1,
    .h_slide4 .column1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .h_slide1 .column1 .th h2,
    .h_slide2 .column1 .th h2,
    .h_slide3 .column1 .th h2,
    .h_slide4 .column1 .th h2 {
        font-size: 30px;
    }
    .h_slide1 .column1 .th h3,
    .h_slide2 .column1 .th h3,
    .h_slide3 .column1 .th h3,
    .h_slide4 .column1 .th h3 {
        font-size: 30px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 47%;
    }
    .swiper-button-prev {
        left: 80%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
    .swiper-button-next {
        right: 3%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
    .download_button {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 541px) and (min-width: 430px) {
    .middle_element {
        margin: 0 10px;
    }
    .banner_text table .upto {
        font-size: 12px !important;
    }
    .banner_text table .upto_value {
        font-size: 25px !important;
    }
    .bottom_content_position {
        height: 80vh;
    }
    .main_box_img {
        height: 250vh;
    }
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 120px;
        background-color: black;
    }
    .banner_text h1 {
        max-width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .middle_element {
        margin: 0 10px;
    }
    .banner_text table .upto {
        font-size: 12px !important;
    }
    .banner_text table .upto_value {
        font-size: 25px !important;
    }
    .banner_text h1 {
        max-width: 100%;
    }
    .bottom_content_position {
        height: 100vh;
    }
}

@media screen and (max-width: 430px) and (min-width: 376px) {
    .middle_element {
        margin: 0 10px;
    }
    .bottom_content_position {
        height: 90vh;
    }
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 100px;
        padding-bottom: 90px;
        background-color: black;
    }
    .main_box_img {
        height: 270vh;
    }
}

@media screen and (max-width: 400px) and (min-width: 376px) {
    .middle_element {
        margin: 0 10px;
    }
    .bottom_content_position {
        height: 95vh !important;
    }
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 80px;
        background-color: black;
    }
    .main_box_img {
        height: 270vh;
    }
}

@media screen and (max-width: 376px) and (max-height: 668px) {
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 100px;
        padding-bottom: 70px;
        background-color: black;
    }
    .main_box_img {
        height: 300vh;
    }
    .bottom_content_position {
        height: 110vh;
    }
}

@media screen and (max-width: 376px) {
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: black;
    }
    .main_box_img {
        height: 300vh;
    }
    .bottom_content_position {
        height: 110vh;
    }
    #background-video {
        width: 100% !important;
    }
    .h_slide1 .row .column2 {
        height: 14vh;
        order: 1;
    }
    .h_slide4 .row .column2 {
        height: 16vh;
        order: 1;
    }
    .h_slide4 .row .column2 .th h3 {
        margin-bottom: 10px;
    }
    .h_slide2 .row .column2 {
        height: 18vh;
        order: 1;
    }
    .h_slide3 .row .column2 {
        height: 17vh;
        order: 1;
    }
}

@media screen and (max-width: 281px) {
    .banner_text h1 {
        font-size: 30px;
    }
    .banner_text {
        position: static;
        height: fit-content !important;
        padding-top: 50px;
        background-color: black;
    }
    .banner_text table .upto_value {
        font-size: 17px;
    }
    .bottom_content_position {
        height: 140vh;
    }
    .main_box_img {
        height: 300vh;
    }
    #background-video {
        width: 100% !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 47%;
    }
    .swiper-button-prev {
        left: 75%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
    .swiper-button-next {
        right: 3%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
    html {
        font-size: 50%;
    }
    .middle_element {
        margin: 0 10px;
    }
    .download_button a button {
        padding: 5px 10px !important;
    }
    .h_slide3 .column1 .th h3 {
        padding-bottom: 25px;
    }
    .h_slide4 .column1 .th h3 {
        padding-bottom: 0;
    }
}


/* after min-widh of 768px  */


/* ============X=================X=========== */


/* ======================================== */


/* before min width of 768px queries */


/* @media screen and (min-width: 768px) {
    .banner {
        background-position: center center;
    }
    .main_box_img {
        height: 250vh;
    }
    .temp_background {
        background-position: 81% center;
    }
    .slide_container {
        background-position: 81% center;
    }
    .h_slide2 {
        background-position: 85% center;
    }
    .h_slide3 {
        background-position: 85% center;
    }
    .h_slide4 {
        background-position: 82% center;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 0px;
        padding-left: 50px;
    }
    .h_slide1 .column1 .th h2,
    .h_slide2 .column1 .th h2,
    .h_slide3 .column1 .th h2,
    .h_slide4 .column1 .th h2 {
        font-size: 40px;
        color: white;
        font-weight: bolder;
    }
    .h_slide1 .column1 .th h3,
    .h_slide2 .column1 .th h3,
    .h_slide3 .column1 .th h3,
    .h_slide4 .column1 .th h3 {
        font-size: 40px;
    }
} */

@media screen and (min-width: 1000px) {
    .banner {
        background-position: center center;
    }
    .main_box_img {
        height: 250vh;
    }
    .intro_holder {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 800px;
    }
    .temp_background {
        background-position: 81% center;
    }
    .slide_container {
        background-position: 81% center;
    }
    .h_slide2 {
        background-position: 85% center;
    }
    .h_slide3 {
        background-position: 85% center;
    }
    .h_slide4 {
        background-position: 82% center;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 0px;
        padding-left: 50px;
    }
    .h_slide1 .column1 .th h2,
    .h_slide2 .column1 .th h2,
    .h_slide3 .column1 .th h2,
    .h_slide4 .column1 .th h2 {
        font-size: 40px;
        color: white;
        font-weight: bolder;
    }
    .h_slide1 .column1 .th h3,
    .h_slide2 .column1 .th h3,
    .h_slide3 .column1 .th h3,
    .h_slide4 .column1 .th h3 {
        font-size: 40px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1500px) {
    .main_box_img {
        height: 300vh;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 0px;
        padding-left: 100px;
    }
    .h_slide1 .th,
    .h_slide2 .th,
    .h_slide3 .th,
    .h_slide4 .th {
        margin-bottom: 0px;
    }
    .h_slide1 .table_holder,
    .h_slide2 .table_holder,
    .h_slide3 .table_holder,
    .h_slide4 .table_holder {
        margin-top: 50px;
    }
    .download_button {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .intro_holder {
        padding-left: 50px;
        padding-right: 0px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1500px) {
    .intro_holder {
        padding-left: 100px;
        padding-right: 70px;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 100px;
        padding-left: 300px;
        padding-left: 200px;
    }
    .download_button {
        padding-bottom: 50px;
    }
}


/* before min width of 768px queries */


/* ==============X===============X=========== */


/* @media screen and (max-width: 767px) {
    .background_img {
        background-position: 70% center;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    .banner_text p {
        font-size: 18px;
        max-width: 650px;
        padding: 0 20px;
    }
    .main_box_img {
        height: 300vh;
    }
    .temp_background {
        background-image: none;
        background-color: black;
    }
    .intro_holder {
        padding-left: 0;
        padding-right: 0;
        height: 100%;
        padding-top: 10px;
    }
    .intro_holder div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .intro_holder div h1 {
        text-align: center;
    }
    .slide_container {
        background-image: url(../img/jf2/jf2_mobile_img1.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
    .h_slide2 {
        background-image: url(../img/jf2/jf2_mobile_img2.png);
        background-size: cover;
        background-position: center 50%;
    }
    .h_slide3 {
        background-image: url(../img/jf2/jf2_mobile_img3.png);
        background-size: cover;
        background-position: center 50%;
    }
    .h_slide3 .column1 .th h3 {
        padding-bottom: 35px;
    }
    .h_slide4 .column1 .th h3 {
        padding-bottom: 45px;
    }
    .value,
    .property {
        font-size: 15px;
    }
    .intro_holder {
        padding-top: 200px;
    }
    .h_slide1 .row .column2 {
        height: 15vh;
        order: 1;
    }
    .h_slide4 .row .column2 {
        height: 20vh;
        order: 1;
    }
    .h_slide4 .row .column2 .th h3 {
        margin-bottom: 10px;
    }
    .h_slide2 .row .column2 {
        height: 18vh;
        order: 1;
    }
    .h_slide3 .row .column2 {
        height: 21vh;
        order: 1;
    }
    .h_slide1 .row .column1,
    .h_slide2 .row .column1,
    .h_slide3 .row .column1,
    .h_slide4 .row .column1 {
        order: 2;
    }
    .h_slide1 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1,
    .h_slide4 .column1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .h_slide1 .column1 .th h2,
    .h_slide2 .column1 .th h2,
    .h_slide3 .column1 .th h2,
    .h_slide4 .column1 .th h2 {
        font-size: 30px;
    }
    .h_slide1 .column1 .th h3,
    .h_slide2 .column1 .th h3,
    .h_slide3 .column1 .th h3,
    .h_slide4 .column1 .th h3 {
        font-size: 30px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 47%;
    }
    .swiper-button-prev {
        left: 80%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
    .swiper-button-next {
        right: 3%;
        font-family: 'D-DIN', sans-serif;
        font-weight: bolder;
        color: white;
    }
}

@media screen and (max-width: 430px) {
    .middle_element {
        margin: 0 10px;
    }
}

@media screen and (min-width: 768px) {
    .banner {
        background-position: center center;
    }
    .main_box_img {
        height: 250vh;
    }
    .temp_background {
        background-position: 80% center;
    }
    .slide_container {
        background-position: 80% center;
    }
    .h_slide2 {
        background-position: 85% center;
    }
    .h_slide3 {
        background-position: 85% center;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 0px;
        padding-left: 50px;
    }
    .h_slide1 .column1 .th h2,
    .h_slide2 .column1 .th h2,
    .h_slide3 .column1 .th h2,
    .h_slide4 .column1 .th h2 {
        font-size: 40px;
        color: white;
        font-weight: bolder;
    }
    .h_slide1 .column1 .th h3,
    .h_slide2 .column1 .th h3,
    .h_slide3 .column1 .th h3,
    .h_slide4 .column1 .th h3 {
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .intro_holder {
        padding-left: 50px;
        padding-right: 0px;
        max-width: 500px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
    .main_box_img {
        height: 300vh;
    }
    .intro_holder {
        padding-left: 50px;
        padding-right: 0px;
        max-width: 650px;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 0px;
        padding-left: 100px;
    }
    .h_slide1 .th,
    .h_slide2 .th,
    .h_slide3 .th,
    .h_slide4 .th {
        margin-bottom: 0px;
    }
    .h_slide1 .table_holder,
    .h_slide2 .table_holder,
    .h_slide3 .table_holder,
    .h_slide4 .table_holder {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .intro_holder {
        padding-left: 50px;
        padding-right: 0px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1500px) {
    .intro_holder {
        padding-left: 70px;
        padding-right: 50px;
    }
    .h_slide1 .column1,
    .h_slide4 .column1,
    .h_slide2 .column1,
    .h_slide3 .column1 {
        padding-right: 100px;
        padding-left: 300px;
        padding-left: 200px;
    }
} */