body,
html {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background-color: #000;

}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    transition: all .3s;
    font-weight: 500;
    scroll-behavior: smooth;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

body,
p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

img {
    max-width: 100%;
}

button:disabled,button[disabled]{
     
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0; visibility: hidden
 }


.carE_container {
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: 100% auto;
 
    display: flex;
    align-items: flex-end;
    padding: 400px 20px 20px;
    flex-wrap: wrap;
}

.wrapper_camera {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}

.head_b {
    padding: 0px 0px 20px;
    text-align: center;
    color: #fff;

    width: 400px;
    max-width: 90%;
    margin: 0 auto 30px;
}

.content_area{    max-width: 527px;
    margin: auto;
    width: 100%;

    }
.head_b p.sub_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 20px 15px;
}

.head_b p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.head_b h1 {
    font-size: 34px;
    font-weight: 900;
    padding: 20px 0 0;
    line-height: 46px;
}

.head_b p.sub_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 20px 5px;
}

.head_b span {
    color: #21D0B2;
    font-size: 20px;
}

p.text-color-ch {
    margin: 15px 0;
}

p.text-color-ch span {
    display: block;
}

.social_icon {
    display: flex;
    position: fixed;
    bottom: 10px;
    z-index: 2;
    left: 0;
    right: 0;

    width: 100%;
    justify-content: center;
    z-index: 999;
}

.social_icon .inner_box_social {
    display: flex;
    padding: 15px 25px;
    justify-content: center;
    background-color: #3D3D3D;
    border-radius: 36px;
    justify-content: center;
    z-index: 999;
}

.button_read {
    display: flex;
    justify-content: center;
    margin: 30px 0 20px;
}

.button_read a {
    background-color: #21D0B2;
    font-size: 16px;
    padding: 14px 30px;
    font-weight: 700;
    border-radius: 36px;
    color: #000;
    text-decoration: none;
}

.social_icon img {
    display: block;
    height: 48px;
    margin: 0px 12px;
}

.secon_area {
    padding: 40px 0px;
    background: url(../images/bg_inner.jpg) center no-repeat;
    background-size: cover;
}

.secon_area h2 {
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 32px;
}

.secon_area {
    position: relative;
    padding-bottom: 70px;
    margin-top: -50px;
    border-radius: 42px 42px 0 0;
}
 

.content_area {
    position: relative;
    z-index: 2;
}

.secon_area::after {
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.);
    z-index: 0;
}

.module h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    color: #fff;
    line-height: 26px;
}

.module {
    padding: 0px 20px 30px;
}

.module img {
    border-radius: 16px;
    overflow: hidden;
}

.footer_text {
    border-radius: 26px 26px 0 0;
    padding: 30px 30px 130px;
    background-color: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 3;
}

.footer_text h2 {
    font-size: 24px;
    line-height: 26px;
    color: #21D0B2;
    text-align: center;
}

.slider_area{padding: 0px 60px;}
.splide__track{margin: 0 0px 40px;}
.splide__arrow--next {
    right: -4em;
    background: 0 0
}
.splide__arrow{    border: 1px solid #fff;
    padding: 10px;    width: 3em;
    height: 3em;}

.splide__arrow--prev {
    left: -4em;
    background: 0 0;
}

.splide__arrow svg {
    width: 1em;
    height: 1em;
    fill: #fff
}
.gallery-item h2{font-size:18px; text-align: center; padding: 10px 20px 30px; justify-content: center; display: flex; font-weight: 400; }
.gallery-item h2 span{border: #21D0B2 1px solid; padding: 6px 35px; color: #fff; border-radius: 4px;}
.splide__slide img {
    vertical-align: bottom;
    border-radius: 12px;
    overflow: hidden;

}
.splide__slide{    max-width: 100%; width: 280px; margin: 0 auto;}
.gallery-item p {font-size: 16px; padding:10px 00px 30px; text-align: center; line-height: 26px; }
.splide__pagination li .splide__pagination__page {
    border-radius: 5px;
    opacity: 1;
    margin-right: 10px;
    background-color: #fff;
    height: 6px;
    width: 16px;
    transition: all .6s;
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: .7;
}
.splide__pagination li .splide__pagination__page.is-active {
    transform: scale(1);
    background: #21d0b2;
    width: 28px;
    left: 0;
    position: relative;
}
.inner_text p{text-align: center; padding: 0px 20px 50px; line-height: 22px; font-size: 14px;}

@media (min-width:715px) {
    .carE_container {
        background: url(../images/bg_tab.png) no-repeat center top;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        padding: 20px;
        flex-wrap: wrap;
    }



}