/*Navbar*/

@font-face {
    font-family: 'FontBold';
    src: url('../fonts/Euclid_Circular_A_Bold.ttf') format('truetype');

}

@font-face {
    font-family: 'FontNormal';
    src: url('../fonts/Euclid_Circular_A_Regular.ttf') format('truetype');

}

@font-face {
    font-family: 'FontMedium';
    src: url('../fonts/Euclid_Circular_A_Medium.ttf') format('truetype');

}

.slide-header {
    font-family: 'FontMedium', sans-serif;
}


.main-section {
    background-image: url('../images/main-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.hoverable {
    display: none;
}

.mySwiper1 .swiper-slide:hover .hoverable {
    display: block !important;
}

@media(min-width:1024px) {
    .background-have {
        background-image: url('../images/main-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

    }
}