html, body {
    font-family: 'Montserrat', sans-serif;
    background: #000000;
}

/*.header.sticky-top .container-fluid {
    margin-top: 64px;
}*/

.deals-slider {
    margin-top: -170px;
    background: #161616;
}
.deals-slider img{
    width: 100%;
}
.deals-slider img{
    width: 100%;
}
.deals-slider .carousel-indicators {
    bottom: 65px;
}
.deals-slider .carousel-indicators [data-bs-target] {
    width: 32px;
    height: 8px;
    border-radius: 4px;
    background: #F0F0F0;
    opacity: 1;
    transition: background .6s ease;
    border: 0;
}
.deals-slider .carousel-indicators .active {
    background: #03C3D7;
}
.deals-slider .carousel-caption img {
    width: 24px;
    height: 24px;
}
.deals-slider .carousel-caption {
    left: 10%;
    width: 40%;
    text-align: left;
    top: 40%
}
.deals-slider .carousel-caption .url-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #03C3D7;
    display: block;
}
.deals-slider .carousel-caption h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80%;
    color: #FFFFFF;
    display: block;
}
.deal {
    margin-top: 160px;
}
.deal img {
    width: 100%;
}
.deal .url-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #03C3D7;
    display: block;
}
.deal .url-link img{
    width: 24px;
    height: 24px;
}
.deal h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #FEFEFE;
}
.deal p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #A2AAAD;
}
.deal p span{
    font-weight: 700;
    color: #FEFEFE;
}
.best-deals {
    background: #000000;
}
.best-deals h2 {
    color: #FEFEFE
}
.footer {
    /*padding: 32px 16px;*/
    background: #000000;
    position: relative;
}