/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.11
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.img_abs{
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
}
.img_abs .img-inner{
    height: 100%;
}
.img_abs img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.logo_absolute{
    max-width: 24vw;
    min-width: 270px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 9;
}
.section_abs .section-content{
    position: absolute !important;
    top:0;
    height: 100vh;
}
.img_text_abs{
    max-width: 19vw;
    min-width: 200px;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(220%, -60%);
}
.main_img_abs{
    z-index: 2;
    max-width: 45vw;
    min-width: 500px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -65%);
}
.btn_abs{
    z-index: 2;
    max-width: 27vw;
    min-width: 300px;
    position: absolute;
    top: 90%;
    right: 50%;
    transform: translate(150%, -40%);
}
.btn_abs:after{
    content: '';
    width: 50%;
    height: 70%;
    box-shadow: #dc3e0d42 0px 54px 55px, rgb(232 243 0 / 41%) 0px -12px 30px, rgb(220 62 16 / 41%) 0px 4px 6px, rgb(252 228 0 / 0%) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 99px;
    transform: translate(50%, -59%);
    z-index: -1;
}
.img_mobile_abs{
    display: none;
}
body{
    overflow: hidden;
}
.section_abs{
    min-height: 100dvh !important; 
}
@media only screen and (max-width: 40em), only screen and (max-width: 1024px) {
    .main_img_abs,.img_text_abs{
        display: none;
    }
    .logo_absolute {
        max-width: 50vw;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: 9;
    }
    .img_mobile_abs {
        display: block;
        position: absolute;
        max-width: 80vw;
        top: 5%;
        left: 50%;
        transform: translate(-50%, 70%);
    }
    .btn_abs {
        z-index: 2;
        max-width: 85vw;
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translate(50%, -50%);
        top: unset;
    }
    .bg_mb_abs{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: block !important;
    }
    .img_abs{
        display: none;
    }
    .bg_mb_abs .img-inner {
        height: 100%;
    }
    .bg_mb_abs img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
    }
    .btn_abs:before {
        content: '';
        position: absolute;
        top: 50%;
        display: block;
        transform: translate(-50%, -45%);
        z-index: -1;
        left: 50%;
        border-radius: 478px 478px 0 0;
        background: radial-gradient(50% 50% at 50% 50%, #013A2D 50%, rgba(1, 58, 45, 0.00) 100%);
        width: 1000px;
        height: 300px;
    }
}