/*
Theme Name: Draftspot blog theme
Theme URI:
Author: Draftspot
Author URI: www.draftspot.net
Description:  The best wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: draftspot_theme
Tags: flashrad,Draftspot
*/
.ds_hide{
    display: none;
}
main{
    min-height: 100vh;
}
.ds_section.ds_hero.new {
    height: 700px;
    max-height: unset;
}
.ds_hero .ds_hero_overlay {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(0deg, #000000 10%, #000000 6%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 86%, #dbdbdb00 94%, #dbdbdb00 100%)!important;
    z-index: 11;
}
.ds_home_slider_carousel .swiper-slide{
    max-height: 700px;
}
.ds_home_slider_carousel .swiper-slide.ds_active img{
    /*transition: transform 8000ms linear;
    transform: scale(1.2);*/
}
/*.ds_home_slider_carousel .swiper-slide.obr1 img{
    transition: transform 8000ms linear;
    transform: scale(1.2);
}*/
