@font-face {
    font-family: 'Kaftan Serif';
    src: url('fonts/KaftanSerif-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antarctica Regular';
    src: url('fonts/Antarctica-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{background: #000 !important;}
html, body {width: auto!important; overflow-x: hidden!important} 

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.container {
    width:1340px !important;
    max-width:1340px !important;

}

.black-text {
    font-family: 'Kaftan Serif'; font-weight: normal; font-style: normal;color:#000;font-size:28px;text-align:center;
}

.white-text {
    font-family: 'Antarctica Regular'; font-weight: normal; font-style: normal;color:#fff;font-size:22px;text-align:left; width:100%;
}

.carousel-control-prev { 
    position:relative !important;
    width:100% !important;
    
}
.carousel-control-next { 
    position:relative !important;
    width:100% !important;
}