/* Cappadocia Web v1.0 (https://cappadociaweb.com) * Copyright 2019 - ~The Cappadocia Web (by Aktan Can) Authors * Licensed(https://cappadociaweb.com/library/license) */

#home .swiper{
    height: 95vh;
}

    #home .swiper .ratio {
        max-width: 560px;
    }

    #home .swiper .display-1 {
        font-size: calc(1rem + 3vw);
        font-weight: 700;
    }
    #home .swiper .display-6 {
        font-size: calc(0.7rem + 1.5vw);
        font-weight:200;
    }

@media (max-width:767px) {
    #home .swiper {
        height: 90vh;
    }
        #home .swiper .ratio {
            max-width: 300px;
        }
}