@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;
}

:root {
    --bs-primary: #ffc107; /* Example: Change to yellow */
  }

.bg-primary {
    background-color:#005aff !important ;
    border-color: #005aff !important;
}  
body{background: #000 !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:#fff;font-size:36px;text-align:left;
}

.content {
    width:370px;
    margin:0 auto;
}
.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;
}

.num{
    background:#000;
    color:#fff;
    padding:10px;
    width:50px;
    text-align:center;
}

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