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

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

.deals-slider {
    margin-top: -170px;
    background: #161616;
}
.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;
}
.page-head h1{
    color: #161616;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 16px 0;
}
.page-head p {
    color: #676767;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.best-deals {
    padding: 64px 0 64px;
}
.best-deals .content {
    position: initial!important;
}
.best-deals .content h3{
    color: #161616!important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
.best-deals .content p{
    color: #393939!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin: 8px 0 0 0;
}
.new-deals {
    border-radius: 32px;
    background: #F0F0F0;
    padding: 48px;
}
.new-deals h3 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}
.new-deals p {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    text-align: center;
}
.counter .counter-item {
    margin-right: 30px;
    width: 132px;
}
.counter .counter-item.last {
    margin-right: 0;
}
.counter .counter-item .number {
    border-radius: 16px;
    background: rgba(162, 170, 173, 0.20);
    padding: 16px;
    color: #E87722;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 132px;
    text-align: center;
}
.counter .counter-item .metric {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe form {
    display: flex;
    align-items: flex-start;
}
.subscribe input {
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    background:  #FFF;
    padding: 20px 20px 20px 16px;
    color: #A2AAAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 16px ;
    width: 328px;
}
.subscribe input::placeholder {
    color: #A2AAAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.subscribe button {
    border: none;
}
.timeline {
    background: #000;
    padding: 128px 0 283px 0;
    overflow: hidden;
}
.timeline h1 {
    color: #FEFEFE;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.timeline p {
    color: #A2AAAD;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 16px 0 64px 0;
}
.timeline .carousel-section {
    position: relative;
}
.timeline .carousel-section::before, .carousel-section::after{
    position: absolute;
    background: #000000;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: '';
    height: 800px;
    width: 483px;
    z-index: 2;
    pointer-events: none;
    top: -300px;
    filter: blur(100px);
}
.timeline .carousel-section::before {
    left: -250px;
}
.timeline .carousel-section::after {
    right: -250px;
}
.timeline .carousel-control-prev-icon {
    width: 64px;
    height: 64px;
    background-image: url('../img/arrow-left-circle.svg');
}
.timeline .carousel-control-next-icon {
    width: 64px;
    height: 64px;
    background-image: url('../img/arrow-right-circle.svg');
}
.timeline .carousel-control-next, .carousel-control-prev {
    z-index: 5;
    top: -310px
}
@media (max-width: 767px) {
    .timeline .carousel-inner .carousel-item > div {
        display: block;
    }
    .timeline .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.timeline .carousel-inner .carousel-item.active,
.timeline .carousel-inner .carousel-item-next,
.timeline .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .timeline .carousel-inner .carousel-item-end.active,
    .timeline .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .timeline .carousel-inner .carousel-item-start.active,
    .timeline .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.timeline .carousel-inner .carousel-item-end,
.timeline .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.card-box {
    position: relative;
    height: 160px;
}
.card {
    position: absolute;
    bottom: 0;
    border-radius: 8px;
    background: #F0F0F0;
    width: 80%;
    margin-right: 30px;
    text-align: center;
}
.card.current {
    background: #E87722;
}
.card span {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: auto;
}
.card.current span {
    color: #FEFEFE;
}
.tooltip {
    padding-bottom: 20px;
}
.tooltip-inner {
    background-color: #393939;
    border-radius: 16px;
    gap: 4px;
    padding: 16px;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #393939;
    top: -20px;
}
.footer {
    /*padding: 32px 16px;*/
    background: #000000;
    position: relative;
}