    /* START HOME  */
    
    .home-content {
        padding: 9rem 0 2rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .home-group {
        display: grid;
        position: relative;
        padding-top: 2rem;
    }
    
    .home-img {
        height: 370px;
        transform: translateY(-1rem);
        justify-self: center;
    }
    

    
    .home-img-details {
        position: absolute;
        bottom: 0;
        right: 58%;
    }
    
    .home-details-title {
        font-weight: var(--font-med);
    }
    
    .home-details-title,
    .home-details-subtitle {
        display: block;
        font-size: calc(var(--normal-font) + 2px);
        text-align: right;
    }
    
    .home-subtitle {
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
        cursor: context-menu;
    }
    
    .home-title {
        font-size: 2.5rem;
        font-weight: var(--font-bold);
        margin-bottom: 1.5rem;
        cursor: context-menu;
    }
    
    .home-disc {
        margin-bottom: 2.5rem;
        padding-right: 2rem;
        font-size: 1.1rem;
        cursor: context-menu;
        line-height: 1.6;
    }
    
    .home-buttons {
       
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .home-buttons .button:hover {
        padding: 0.5rem 2.5rem;
       
    }
    /* HOME MEDIA QUERY */
    
    @media (max-width: 991px) {
        .home-content {
            padding: 8rem 0 0rem;
        }
        .home-img {
            height: 300px;
            transform: translateY(0);
        }
        .home-ind {
            bottom: initial;
            left: initial;
            top: 7rem;
            right: 2rem;
        }
        .home-ind::after {
            top: -3rem;
            height: 48px;
        }
        .home-img-details {
            bottom: initial;
            right: 0.6rem;
        }
        .home-disc {
            padding-right: 0;
        }
        .swiper-pagination {
            margin-top: 2rem;
        }
    }
    
    @media (max-width: 767px) {
        body {
            margin: var(--header-height);
        }
        .section {
            padding: 4rem 0 !important;
        }
        .nav {
            height: var(--header-height);
        }
        .home-buttons .button:hover {
            padding: .5rem 1.5rem;
        }
    }
    
    @media (max-width: 600px) {
        .home-content {
            grid-template-columns: repeat(1, 1fr);
            align-items: center;
            text-align: center;
            gap: 0;
        }
        .home-buttons {
            justify-content: center;
            gap: 1.5rem;
        }
        .home-subtitle {
            position: absolute;
            top: 15%;
            left: 5%;
        }
        .home-img {
            height: 250px;
        }
        .home-buttons .button,
        .home-buttons .button:hover {
            padding: 0.5rem .5rem;
        }
    }
    /*************** END HOME  ****************/
    
    .discount-container {
        grid-template-columns: repeat(2, max-content);
        gap: 5rem;
        justify-content: center;
        align-items: center;
        background-color: var(--con-color);
        /* background-color: black; */
        padding: 3rem 0;
    }
    
    .discount-img {
        height: 300px;
    }
    
    .discount-data {
        padding-left: 5rem;
        /* background-color: red; */
    }
    
    .discount-data h2 {
        margin-bottom: 1rem;
    }
    
    .discount-data .button:hover {
        padding: .5rem 3.5rem
    }
    
    .discount-data .discount-title {
        font-size: calc(var(--h2-font) + 4px);
    }
    
    @media (max-width: 767px) {
        .discount-container {
            grid-template-columns: repeat(1, 1fr);
            text-align: center;
        }
        .discount-data {
            padding-left: 0;
        }
        .discount-img {
            height: 300px;
            margin: 0 auto;
        }
    }
    
    @media (max-width: 991px) {
        .discount-container {
            gap: 2rem;
        }
    }
    /************ END DISCOUNT ********/
    /************ START NEW ********/
/*     
    .new container section{
        background-color: red;       change krne k lye phly html me - dlna hoga
    } */



    .new {
        padding: 5rem 0 12rem;
    }
    
    .new-content {
        position: relative;
        background-color: var(--con-color);
        /* background-color: red; */
        width: 307px;
        height: 380px;
        padding: 40px 80px;
        align-items: center;
        text-align: center;
        border-bottom-right-radius: 15px;
        overflow: hidden;
    }
    
    @media (max-width: 400px) {
        .new-content {
            width: 100%;
        }
    }
    
    .new-tag {
        position: absolute;
        display: inline-block;
        background-color: var(--first-color);
        color: #fff;
        /* color: red; */
        padding: 0.3rem .8rem;
        border-radius: 4px;
        top: 6%;
        left: 6%;
    }
    
    .new-img {
        height: 160px;
        transition: .3s;
    }
    
    .new-title {
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 4px;
        font-size: 1.1rem;
    }
    
    .new-subtitle {
        margin-bottom: 24px;
        display: block;
        font-size: 0.85rem;
    }
    
    .new-prices {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        margin-bottom: 15px;
    }
    
    .new-price {
        font-weight: var(--font-bold);
        color: var(--title-color);
        font-size: 1.25rem;
    }
    
    .new-discount {
        color: var(--first-color);
        text-decoration: line-through;
        font-size: 0.95rem;
    }
    
    .button.new-button {
        position: absolute;
        border-radius: .25rem 0 .75rem 0rem;
        right: -72px;
        bottom: 0;
        transition: 0.4s;
        padding: 0.4rem 1rem;
    }
    
    .new-content:hover .new-img {
        transform: translateY(-0.5rem);
    }
    
    .new-content:hover .new-button {
        right: 0;
    }
    
    @media (max-width: 767px) {
        .new-img {
            height: 140px;
        }
    }
    
    @media (max-width: 991px) {}
    /************ END NEW********/
    /*  */
    
    .steps {
        background-color: var(--con-color);
        padding: 7rem 6.5rem;
        border-radius: 1rem;
        overflow: hidden;
    }
    
    .steps-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .steps-box {
        background-color: var(--body-color);
        padding: 3rem;
        border-radius: 1rem;
    }
    
    .steps-box .number {
        background-color: var(--first-color);
        padding: 12px;
        color: #fff;
        margin-bottom: 20px;
        display: inline-block;
        font-size: 1.2rem;
        border-radius: .5rem;
        transition: 0.35s;
    }
    
    .steps-box .steps-title {
        margin-bottom: 18px;
    }
    
    .steps-box .steps-discription {
        line-height: 1.8;
    }
    
    .steps-box:hover .number {
        transform: translateY(-.7rem);
    }
    
    @media (max-width: 991px) {
        .steps-container {
            grid-template-columns: repeat(1, 1fr 1fr);
        }
    }
    
    @media (max-width: 767px) {
        .steps {
            padding: 4rem 3rem;
            margin: 0 1.5rem;
            width: auto;
        }
        .steps-container {
            grid-template-columns: repeat(1, 1fr);
        }
        .steps-box {
            text-align: center;
            max-width: 400px;
            margin: 0 auto;
        }
    }
    /* START NEWSLETTER */
    
    .newsletter {
        text-align: center;
    }
    
    .newsletter .newsletter-discription {
        font-size: 1.2rem;
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .newsletter-form {
        background-color: var(--con-color);
        max-width: 550px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-radius: 1rem;
    }
    
    .newsletter-input {
        padding: 20px;
        font-size: 1.1rem;
        border-radius: 1rem 0 1rem 0;
        width: 100%;
    }
    
    .newsletter-form button {
        padding: 20px;
        border-radius: 1rem 0 1rem 0;
    }
    /* END NEWSLETTER */
