@font-face {
    src: url(../assets/fonts/bold.ttf);
    font-family: H-Bold;
}

@font-face {
    src: url(../assets//fonts/regular.ttf);
    font-family: H-Regular;
}


* {
    font-family: H-Regular!important;
}

.hero-title h1 {
    font-size:50px!important;
}

.smallmodal .modal-header p {
    color: #BCBCBC;
    margin-top: 30px;
    max-width: 86%;
    line-height: 1.5;
}

.tour .section-title h1 {
    font-size: 40px;
    line-height: 1.4;
}

.hero-title p {
    font-size:16px;
    line-height: 2;

}

.explore-tours__item a , .explore-tours__item-title ul li{
    color:#212529;
}

.tour ul li {
    line-height: 1.5;
}


#cousine .section-title h1 {
    font-size:50px;

}

@media (max-width: 1024px) {
    .hero-title h1 {
        font-size:40px!important;
    }
    .tour .section-title h1 {
        font-size: 19px;
        line-height: 1.4;
    }
}