﻿.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.whatsapp-float-i {
    margin-top: 16px;
}



@media (min-width: 1199px) {
    .mobil-sepet {
        display: none;
    }

    .mobil-navbar {
        display: none;
    }
}

.slider-mobil {
    display: none;
}

@media (max-width: 576px) {
    .slider-desktop {
        display: none;
    }

    .slider-mobil {
        display: block;
    }
}

#theme_search_form {
    margin-top: -150px;
}

.home_one_banner {
    padding: 370px 0 280px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_banner {
    padding: 200px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

:root {
    --main-color: #ffa500;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
}

.video_banner {
    left: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
}

.tur_filtre {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
}

.bg_input {
    margin-right: 10px;
}


@media only screen and (max-width: 768px) {
    .video_banner {
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .home_one_banner {
        padding: 170px 0 120px 0;
    }

    .tur_filtre {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
}
