    /*.ellipses .ellipse {*/
    /*    position: absolute;*/
    /*    pointer-events: none;*/
    /*    background: rgba(225, 70, 19, 0.5);*/
    /*    filter: blur(300px);*/
    /*}*/
    
    /*.ellipses .ellipse:nth-child(1) {*/
    /*    width: 338px;*/
    /*    height: 338px;*/
    /*    left: -157px;*/
    /*    top: 7px;*/
    /*}*/
    
    /*.ellipses .ellipse:nth-child(2) {*/
    /*    width: 299px;*/
    /*    height: 299px;*/
    /*    right: 1px;*/
    /*    top: 501px;;*/
    /*}*/
    
    /*.ellipses .ellipse:nth-child(3) {*/
    /*    width: 239px;*/
    /*    height: 239px;*/
    /*    left: 389px;*/
    /*    top: 3195px;*/
    /*}*/
    
    /**/
    
    .adv {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-top: 120px;
        margin-bottom: 120px;
        position: relative;
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    @media screen and (max-width: 1000px) {
        .adv__image-table, .adv__image-chair {
            display: none !important;
        }
        .popular-interiors__button-explore-wrapper {
            display: none !important;
        }
        
        .adv__title {
            font-size: 90px !important;
            font-family: initial !important;
            text-transform: uppercase !important;
        }
        
        .adv__under-title {
            font-size: 40px !important;
            margin-top: -5px !important;
        }
        
        .reviews {
            width: 90% !important;
            margin-top: 93px !important;
        }
        .reviews__title {
            font-family: 'Bebas Neue' !important;
            font-weight: lighter !important;
            font-size: 40px !important;
        }
        .reviews__header {
            margin-top: 10px !important;
        }
        .adv {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }
        .popular-interiors {
            margin-top: 92px !important;
            margin-bottom: 133px !important;
        }
        .popular-interiors__title{
            font-family: 'Bebas Neue' !important;
            font-weight: lighter !important;
            font-size: 40px !important;
            text-transform: uppercase !important;
        }
        .adv__button-wrapper {
            font-family: 'Bebas Neue' !important;
            font-style: normal !important;
            font-weight: lighter !important;
            font-size: 26px !important;
        }
        .adv__discount-image {
            font-family: 'Bebas Neue' !important;
            font-weight: lighter !important;
        }
        .adv__scroll-text {
            font: initial;
        }
        .subscription__title {
            font-family: 'Bebas Neue' !important;
            font-size: 40px !important;
            font-weight: lighter !important;
        }
        .subscription__button-wrapper {
            font-family: 'Bebas Neue' !important;
            font-weight: lighter !important;
        }
        .subscription__price {
            font-family: 'Bebas Neue' !important; 
        }
        .interiors__list {
            margin-top: 0px !important;
        }
    }
    
    .adv__image-table, .adv__image-chair {
        position: absolute;
        background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/table.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
        animation-name: flyingSmth;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        /*animation-timing-function: linear;*/
    }
    
    .adv__image-table {
        width: 343px;
        height: 343px;
        left: 0px;
        top: -100px;
    }
    
    .adv__image-chair {
        background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/chair.png');
        width: 234px;
        height: 234px;
        right: 0px;
        top: 323px;
        animation-direction: reverse;
    }
    
    @keyframes flyingSmth {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(20px);
        }
        100% {
            transform: translateY(0);
        }
    }
    
    .adv__title {
        font-weight: 700;
        font-size: 158px;
        font-family: 'Ekran';
        text-transform: uppercase;
        font-style: normal;
        font-weight: 700;
        font-size: 158px;
        color: transparent;
        -webkit-text-stroke: 2px #E14613;
    }
    
    .adv__under-title {
        font-weight: 400;
        font-size: 60px;
        margin-top: -30px;
    }
    
    .adv__footer {
        margin-top: 50px;
        display: flex;
        /*margin-left: 260px;*/
    }
    
    .adv__button-wrapper {
        font-family: 'Ekran';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        width: 181px;
        height: 68px;
    }
    
    .adv__button {
        border-color: #E14613;
    }
    .adv__button::after {
        background: #E14613;
    }
    
    .adv__discount {
        /*width: 250px;*/
        margin-left: 20px;
        height: 68px;
        display: flex;
        align-items: center;
    }
    
    .adv__discount-image {
        width: 57px;
        height: 57px;
        font-family: 'Ekran';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/discount.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .adv__scroll {
        margin-top: 150px;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100px;
    }
    
    .adv__scroll-text {
        font-size: 16px;
    }
    
    .adv__scroll-button {
        width: 38px;
        height: 38px;
        margin-top: 12px;
        border: 2px solid #FFFFFF;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .adv_scroll-arrow {
        /*position: absolute;*/
    }
    
    .adv_scroll-arrow {
        transition: 0.2s;
    }
    
    .adv_scroll-arrow:nth-child(1) {
        margin-top: -25px;
        opacity: 0;
    }
    
    .adv__scroll-button:hover .adv_scroll-arrow:nth-child(1) {
        margin-top: 25px;
        opacity: 1;
    }
    
    .adv__scroll-button:hover .adv_scroll-arrow:nth-child(2) {
        opacity: 0;   
    }
    
    /**/
    
    .popular-interiors {
        margin: 0 auto;
        margin-top: 200px;
        margin-bottom: 200px;
    }
    
    .popular-interiors__title {
        font-family: 'Ekran';
        font-style: normal;
        font-weight: 700;
        font-size: 80px;
        text-align: center;
    }
    
    .popular-interiors__button-explore-wrapper {
        margin-top: 60px;
        width: 181px;
        height: 61px;
    }
    
    /**/
    
    .subscription {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 200px;
        max-width: 934px;
        margin: 0 auto;
        width: 90vw !important;
    }
    
    .subscription__title {
        font-family: 'Ekran';
        font-style: normal;
        font-weight: 700;
        font-size: 80px;
        text-align: center;
    }
    
    .subscription__content {
        width: 100%;
        /*height: 583px;*/
        border: 2px solid #E14613;
        border-radius: 15px;
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .subscription__price {
        font-family: 'Ekran';
        font-style: normal;
        font-weight: 700;
        font-size: 80px;
        color: #E14613;
        margin-top: 20px;
    }
    
    .subscription__description {
        max-width: 436px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        margin-top: 40px;
        word-break: break-word !important;
    }
    
    .subscription__features {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin-top: 40px;
    }
    
    .subscription__features-list {

    }
    
    .subscription__feature-item {
        position: relative;
        padding-left: 40px;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 25px;
    }
    
    .subscription__feature-item:last-child {
        margin-bottom: 0;
    }
    
    .subscription__feature-item::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 100%;
        left: 0px;
        background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/ok.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .subscription__button-wrapper {
        width: 181px;
        height: 61px;
        margin-bottom: 36px;
        margin-top: 70px;
        font-family: 'Ekran';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
    }
    
    .subscription__button {
        border-color: #E14613;
    }
    
    .subscription__button::after {
        background: #E14613;
    }
    
    /**/
    
    .reviews {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 200px;
    }
    
    .reviews__title {
        font-family: 'Ekran';
        font-style: normal;
        font-weight: 700;
        font-size: 80px;
        text-transform: uppercase;
    }
    
    .reviews__header {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
        width: 100%;
    }
    
    .reviews__quote-author {
        display: flex;
        align-items: center;
    }
    
    .reviews__quote-name {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .reviews__selector {
        display: flex; 
        width: 137px;
        justify-content: space-between;
    }
    
    .reviews__selector-button-wrapper {
        width: 53px;
        height: 53px;
    }
    
    .reviews__quote {
        font-weight: 500;
        font-size: 32px;
        margin-top: 30px;
        text-align: center;
        user-select: none;
    }
    
    
    .username {
    margin-bottom: 10px;
}

/* Styling for the button */

.btn.btn-lg.btn-success {
    background-color: #fe7000;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;  /* For smooth hover transition */
    margin-top: 1em;
}

/* Change the color slightly when the button is hovered */
.btn.btn-lg.btn-success:hover {
    border-radius: 5px;
    background-color: #c15500;
}