@font-face {
    font-family: nunito;
    src: url(./fonts/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf);
}
@font-face {
    font-family: nunito-i;
    src: url(./fonts/NunitoSans-Italic-VariableFont_YTLC\,opsz\,wdth\,wght.ttf);
}
.pointer{
    cursor: pointer;
}
.nunito{
    font-family: nunito;
}
.nunito-i{
    font-family: nunito-i;
}
input::placeholder {
    font-family: nunito;
  }
.search-box{
    position: absolute;
    top: -300px;
    z-index: 999;
}
.navbar{
    font-family: 'Lucida Sans Unicode';
}
.nav-link:hover{
    color:black!important;
}
.font{
    font-family: "Nunito Sans";
}
.custom-border{
    border: 2px dotted black;
    border-radius: 15px;
}
.font-50{
    font-size: 50px;
}
.carousel-position{
    position: relative;
}
.title-position{
    position: absolute;
    width: 142.8%;
    left: -21.4%;
    bottom: -70%;
    background-color: gray;
    text-align: left;
    height: 300%;
    opacity: 0.8;
}
@media (max-width: 991px) {
    .zoom{
        zoom: 30%;
        font-size: 40px;
    }
  }
@media (max-width: 768px) {
    .zoom{
        zoom: 50%;
        font-size: 16px;
    }
  }
@media (max-width: 576px) {
    .zoom{
        zoom: 50%;
        font-size: 13px;
    }
    .font-sm-30{
        font-size: 30px;
    }
    .font-sm-20{
        font-size: 20px;
    }
    .footer-zoom{
        zoom: 70%;
    }
  }