#home .section-container {
    max-width: 1440px;
    margin   : 0 auto;
    padding  : 0 112px;
}

@media (max-width: 1024px) {
    #home .section-container {
        padding: 0 16px;
    }
}



/*#region Best Seller Start*/
#home-best-seller {
    padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
    #home-best-seller {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    #home-best-seller {
        background-color: #f6f9fc;
    }
}

#home-best-seller .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px;
}

@media only screen and (max-width: 1024px) {
    #home-best-seller .title {
        font-size  : 28px;
        line-height: 39.2px;
    }
}

@media only screen and (max-width: 768px) {
    #home-best-seller .title {
        font-size  : 30px;
        line-height: 42px;
    }
}

#home-best-seller .subtitle {
    color      : #333;
    font-family: Poppins !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center;
}

@media only screen and (max-width: 1024px) {
    #home-best-seller .subtitle {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    #home-best-seller .subtitle {
        font-size: 17px;
    }
}

#home-best-seller .best-seller-box {
    margin-top           : 40px;
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    gap                  : 20px;
}

@media only screen and (max-width: 1024px) {
    #home-best-seller .best-seller-box {
        grid-template-columns: repeat(2, 1fr);
        gap                  : 16px;
        margin-top           : 24px;
    }
}

#home-best-seller .best-seller-box-item {
    border-radius  : 4px;
    border         : 1px solid #e8e9ea;
    background     : #f6f9fc;
    box-shadow     : 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
    padding        : 16px;
    text-align     : center;
    display        : flex;
    flex-direction : column;
    justify-content: space-between;
    text-decoration: none;
    transition     : all 0.3s;
}

#home-best-seller .best-seller-box-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

@media only screen and (max-width: 768px) {
    #home-best-seller .best-seller-box-item {
        padding         : 16px 8px;
        background-color: #fff;
    }
}

#home-best-seller .best-seller-box-item .next {
    color      : #0b1629;
    text-align : center;
    font-family: Inter;
    font-size  : 18px;
    font-weight: 600;
    line-height: 26.64px;
}

#home-best-seller .best-seller-box-item .desc {
    color             : #172640;
    text-align        : center;
    font-family       : Inter;
    font-size         : 14px;
    font-weight       : 400;
    line-height       : 20.72px;
    overflow          : hidden;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow     : ellipsis;
    white-space       : normal;
    max-width         : 214px;
    margin            : 0 auto;
}

@media only screen and (max-width: 768px) {
    #home-best-seller .best-seller-box-item .desc {
        -webkit-line-clamp: 2;
    }
}

#home-best-seller .best-seller-box-item .btn {
    display        : block;
    text-decoration: none;
    display        : flex;
    gap            : 5px;
    align-items    : center;
    justify-content: center;
    padding        : 13px 10px;
    border-radius  : 4px;
    border         : 1px solid #354156;
    background     : #354156;
    box-shadow     : 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    color          : #fff;
    font-family    : Poppins !important;
    font-size      : 18px;
    font-weight    : 500;
    line-height    : 22px;
    width          : 100%;
    text-align     : center;
    transition     : all 0.3s;
}

#home-best-seller .best-seller-box-item .btn:hover {
    border-color    : #1c244b;
    background-color: #1c244b;
}

@media only screen and (max-width: 768px) {
    #home-best-seller .best-seller-box-item .btn {
        font-size: 14px;
        padding  : 11px 15px;
        border   : none;
    }
}

#home-best-seller .best-seller-box-item .photo {
    display        : flex;
    align-items    : flex-end;
    justify-content: center;
    margin         : 20px 0 10px;
    width          : 100%;
    height         : 100%;
}

#home-best-seller .best-seller-box-item .photo img {
    max-width : 100%;
    width     : 215px;
    height    : 100%;
    object-fit: cover;
}

/*#endregion Best Seller End*/

/*Brand start*/
#home-brand {
    padding         : 70px 0;
    background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
    #home-brand {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    #home-brand {
        background-color: #fff;
    }
}

#home-brand .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px;
}

@media only screen and (max-width: 1024px) {
    #home-brand .title {
        font-size  : 28px;
        line-height: 39.2px;
    }
}

@media only screen and (max-width: 768px) {
    #home-brand .title {
        font-size  : 30px;
        line-height: 42px;
    }
}

#home-brand .subtitle {
    color      : #333;
    font-family: Poppins !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center;
}

@media only screen and (max-width: 1024px) {
    #home-brand .subtitle {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    #home-brand .subtitle {
        font-size: 17px;
    }
}

#home-brand .brand-box {
    margin-top     : 32px;
    display        : flex;
    gap            : 20px 16px;
    justify-content: center;
    flex-wrap      : wrap;
}

#home-brand .brand-box-item {
    border-radius: 4px;
    border       : 1px solid #e6e8ea;
    background   : #fff;
    padding      : 12px;
    width        : calc((100% - 4 * 16px) / 5);
    transition   : all 0.3s;
}

#home-brand .brand-box-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

@media only screen and (max-width: 1024px) {
    #home-brand .brand-box-item {
        width     : calc((100% - 5 * 16px) / 6);
        box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
    }
}

@media only screen and (max-width: 768px) {
    #home-brand .brand-box-item {
        width: calc((100% - 2 * 16px) / 3);
    }
}

#home-brand .brand-box-item .photo {
    border-radius  : 2px;
    border         : 1px solid #475467;
    width          : 100%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    #home-brand .brand-box-item .photo {
        border: none;
    }
}

#home-brand .brand-box-item .photo img {
    max-width: 100%;
}

/*Brand end*/

/*Customer start*/
#home-customer {
    padding         : 24px 0;
    background-color: #f6f9fc;
}

@media only screen and (max-width: 768px) {
    #home-customer {
        padding         : 40px 0;
        background-color: #fff;
    }
}

#home-customer .desc {
    color        : #333;
    font-family  : Inter;
    font-size    : 18px;
    font-weight  : 500;
    line-height  : 26.46px;
    text-align   : center;
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    #home-customer .desc {
        font-size: 20px;
    }
}

#home-customer .customer-box {
    display: flex;
    gap    : 20px;
}

@media only screen and (max-width: 768px) {
    #home-customer .customer-box {
        padding        : 8px 14px;
        box-shadow     : 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
        border         : 1px solid #e6e8ea;
        border-radius  : 4px;
        justify-content: center;
        gap            : 0;
        flex-wrap      : wrap;
    }
}

#home-customer .customer-box-item {
    width          : calc(100% / 12 *8);
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 64px;
    border-radius  : 4px;
    border         : 1px solid #e6e8ea;
    background     : #fff;
    box-shadow     : 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
    padding        : 10px;
    position       : relative;
}

@media only screen and (max-width: 768px) {
    #home-customer .customer-box-item {
        box-shadow: none;
        border    : none;
        width     : calc(100% / 3);
    }
}

#home-customer .customer-box-item img {
    max-width: calc(100% - 20px);
}

/*Customer end*/


/*Custoize start*/
#home-customize {
    padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
    #home-customize {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    #home-customize {
        background-color: #f6f9fc;
    }
}

#home-customize .customize-box {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

@media only screen and (max-width: 1024px) {
    #home-customize .customize-box {
        gap: 20px;
    }
}

#home-customize .customize-box .text {
    width         : 540px;
    display       : flex;
    flex-direction: column;
    gap           : 36px;
}

#home-customize .customize-box .text .title.title:last-child {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #home-customize .customize-box .text {
        width: 50%;
        gap  : 24px;
    }

    #home-customize .customize-box .text .title.title:first-child {
        display: none;
    }

    #home-customize .customize-box .text .title.title:last-child {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    #home-customize .customize-box .text {
        width: 100%;
    }
}

#home-customize .customize-box .text .title {
    color         : #0d1c2c;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
    #home-customize .customize-box .text .title {
        font-size  : 28px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    #home-customize .customize-box .text .title {
        font-size  : 30px;
        line-height: 42px;
        text-align : center;
    }
}

#home-customize .customize-box .text .steps {
    display       : flex;
    flex-direction: column;
    gap           : 24px;
}

#home-customize .customize-box .text .steps-item {
    display    : flex;
    gap        : 16px;
    align-items: center;
}

#home-customize .customize-box .text .steps-item-photo {
    width           : 56px;
    height          : 56px;
    border-radius   : 50%;
    background-color: #132146;
    box-shadow      : 0px 5.25px 15.167px 0px rgba(0, 0, 0, 0.05);
    display         : flex;
    align-items     : center;
    justify-content : center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #home-customize .customize-box .text .steps-item-photo {
        width  : 32px;
        height : 32px;
        padding: 5px;
    }
}

#home-customize .customize-box .text .steps-item-photo img {
    max-width: 100%;
}

#home-customize .customize-box .text .steps-item-text-title {
    color         : #1c244b;
    font-family   : Poppins !important;
    font-size     : 18px;
    font-weight   : 600;
    line-height   : 27px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    #home-customize .customize-box .text .steps-item-text-title {
        font-size  : 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #home-customize .customize-box .text .steps-item-text-title {
        font-size  : 16px;
        line-height: 27px;
    }
}

#home-customize .customize-box .text .steps-item-text-desc {
    color      : #333;
    font-family: Poppins !important;
    font-size  : 18px;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 1024px) {
    #home-customize .customize-box .text .steps-item-text-desc {
        font-size  : 13px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {
    #home-customize .customize-box .text .steps-item-text-desc {
        font-size  : 16px;
        line-height: 24px;
    }
}

#home-customize .customize-box .text .btn.btn-orng {
    border         : 1px solid #ff5c35;
    background     : #ff5c35;
    border-radius  : 4px;
    box-shadow     : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    color          : white;
    width          : 232px;
    padding        : 15px 0;
    text-align     : center;
    text-decoration: none;
    color          : #fff;
    text-align     : center;
    font-family    : Poppins !important;
    font-size      : 20px;
    font-weight    : 600;
    line-height    : 22px;
    transition     : all 0.3s;
}

#home-customize .customize-box .text .btn.btn-orng:hover {
    border    : 1px solid #dc320a;
    background: #dc320a;
}

@media only screen and (max-width: 1024px) {
    #home-customize .customize-box .text .btn.btn-orng {
        font-size: 16px;
        padding  : 12px 0;
    }
}

@media only screen and (max-width: 768px) {
    #home-customize .customize-box .text .btn.btn-orng {
        width     : 100%;
        margin-top: 8px;
    }
}

#home-customize .customize-box .photo {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    #home-customize .customize-box .photo {
        display: none;
    }
}

#home-customize .customize-box .photo img {
    width: 100%;
}

/*Custoize end*/


/*Info start*/
#home-info .info-box {
    padding         : 70px 0;
    background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
    #home-info .info-box {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    #home-info .info-box {
        background-color: #fff;
    }
}

#home-info .info-box-content {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content {
        flex-direction: column;
        gap           : 32px;
    }
}

#home-info .info-box-content .photo {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content .photo {
        width: 100%;
    }
}

#home-info .info-box-content .photo img {
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content .photo img {
        width: 100%;
    }
}

#home-info .info-box-content .text {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content .text {
        width: 100%;
    }
}

#home-info .info-box-content .text .title {
    color         : #0d1c2c;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 16px;
}

@media only screen and (max-width: 1024px) {
    #home-info .info-box-content .text .title {
        font-size  : 24px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content .text .title {
        font-size  : 30px;
        line-height: 42px;
    }
}

#home-info .info-box-content .text .desc {
    color      : #333;
    font-family: Poppins !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 1024px) {
    #home-info .info-box-content .text .desc {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content .text .desc {
        font-size: 16px;
    }
}

#home-info .info-box-content .text .btn-box {
    display    : flex;
    align-items: center;
    gap        : 16px;
    margin-top : 32px;
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content .text .btn-box {
        flex-direction: column;
        margin-top    : 24px;
    }
}

#home-info .info-box-content .text .btn-box .btn {
    width          : 232px;
    text-align     : center;
    font-family    : Poppins !important;
    font-size      : 20px;
    font-weight    : 600;
    line-height    : 22px;
    text-decoration: none;
    padding        : 15px 0;
    display        : block;
}

@media only screen and (max-width: 1024px) {
    #home-info .info-box-content .text .btn-box .btn {
        font-size: 16px;
        padding  : 12px;
        width    : 153px;
    }
}

@media only screen and (max-width: 768px) {
    #home-info .info-box-content .text .btn-box .btn {
        width    : 100%;
        font-size: 20px;
    }
}

#home-info .info-box-content .text .btn-box .btn.btn-orng {
    border       : 1px solid #ff5c35;
    background   : #ff5c35;
    border-radius: 4px;
    box-shadow   : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    color        : white;
    transition   : all 0.3s;
}

#home-info .info-box-content .text .btn-box .btn.btn-orng:hover {
    border    : 1px solid #dc320a;
    background: #dc320a;
}

#home-info .info-box-content .text .btn-box .btn.btn-outline {
    border-radius   : 4px;
    border          : 1px solid var(--Main-orange, #ff5c35);
    background      : transparent;
    box-shadow      : 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    color           : #ff5c35;
    background-color: white;
    transition      : all 0.3s;
}

#home-info .info-box-content .text .btn-box .btn.btn-outline:hover {
    background-color: #ff5c35;
    color           : #fff;
}

#home-info .info-box:nth-child(even) {
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    #home-info .info-box:nth-child(even) {
        background-color: #f6f9fc;
    }
}

#home-info .info-box:nth-child(even) .info-box-content {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
    #home-info .info-box:nth-child(even) .info-box-content {
        flex-direction: column;
    }
}

#home-info .info-box:nth-child(even) .info-box-content .photo {
    display        : flex;
    justify-content: end;
}

/*Info end*/



/*Intro start*/
#home-intro {
    padding: 90px 0;
}

@media only screen and (max-width: 1024px) {
    #home-intro {
        padding: 20px 0 40px;
    }
}

/* @media only screen and (max-width: 768px) {
    #home-intro {
        background-color: #f6f9fc;
    }
} */

#home-intro .intro-box {
    display    : flex;
    gap        : 20px;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box {
        gap: 28px;
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box {
        flex-direction: column;
        gap           : 22px;
    }
}

#home-intro .intro-box .photo {
    width: calc(100% / 12 * 5);
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box .photo {
        width: calc(50% - 28px);
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .photo {
        width: 100%;
    }
}

#home-intro .intro-box .photo img {
    width: 100%;
}

#home-intro .intro-box .text {
    width         : calc(100% / 12 * 7);
    display       : flex;
    flex-direction: column;
    gap           : 36px;
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box .text {
        width: 50%;
        gap  : 16px;
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .text {
        width: 100%;
    }
}

#home-intro .intro-box .text .title {
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 48px;
    font-style    : normal;
    font-weight   : 700;
    line-height   : 67.2px;
    text-transform: uppercase;
    color         : #0d1c2c;
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box .text .title {
        font-size  : 24px;
        line-height: 33.6px;
        text-align : start;
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .text .title {
        text-align    : center;
        font-size     : 32px;
        line-height   : 44.8px;
        text-transform: capitalize;
        font-weight   : 600;
    }
}

#home-intro .intro-box .text .feature {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

#home-intro .intro-box .text .feature p {
    display    : flex;
    align-items: center;
    gap        : 4px;
}

#home-intro .intro-box .text .feature p img {
    width : 28px;
    height: 28px;
}

#home-intro .intro-box .text .feature p span {
    display    : block;
    color      : #213343;
    text-align : center;
    font-family: Poppins !important;
    font-size  : 16px;
    font-style : normal;
    font-weight: 500;
    line-height: 25.6px;
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .text .feature p {
        color      : #172640;
        text-align : center;
        font-family: Poppins !important;
        font-size  : 18px;
        font-weight: 400;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box .text .feature {
        flex-direction: column;
        gap           : 16px;
        align-items   : flex-start;
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .text .feature {
        flex-direction : row;
        justify-content: center;
    }
}

#home-intro .intro-box .text .btn-box {
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : 16px;
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box .text .btn-box {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .text .btn-box {
        justify-content: center;
        flex-direction : column;
    }
}

#home-intro .intro-box .text .btn-box .btn {
    width          : 232px;
    text-align     : center;
    font-family    : Poppins !important;
    font-size      : 20px;
    font-weight    : 600;
    line-height    : 22px;
    text-decoration: none;
    padding        : 15px 0;
    display        : block;
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box .text .btn-box .btn {
        width    : 153px;
        font-size: 16px;
        padding  : 12px 0;
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .text .btn-box .btn {
        width      : 100%;
        font-size  : 20px;
        line-height: 28px;
    }
}

#home-intro .intro-box .text .btn-box .btn.btn-orng {
    border       : 1px solid #ff5c35;
    background   : #ff5c35;
    border-radius: 4px;
    box-shadow   : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    color        : white;
    transition   : all 0.3s;
}

#home-intro .intro-box .text .btn-box .btn.btn-orng:hover {
    border    : 1px solid #dc320a;
    background: #dc320a;
}

#home-intro .intro-box .text .btn-box .btn.btn-outline {
    border-radius: 4px;
    border       : 1px solid #ff5c35;
    background   : #fff;
    box-shadow   : 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    color        : #ff5c35;
    transition   : all 0.3s;
}

#home-intro .intro-box .text .btn-box .btn.btn-outline:hover {
    background: #ff5c35;
    color     : #fff;
}

#home-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header {
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    #home-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] {
        text-align: start;
    }
}

@media only screen and (max-width: 768px) {
    #home-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] {
        text-align: center;
    }

    /* #home-intro .intro-box .text .google-reviews .ti-widget-container {
        background-color: white;
   } */
    #home-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header strong {
        font-size: 12px;
    }

    #home-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-stars .ti-star {
        width : 14px;
        height: 14px;
    }
}

/*Intro end*/

/*Product start*/
#home-product {
    padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
    #home-product {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    #home-product {
        background-color: #f6f9fc;
    }
}

#home-product .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px;
}

@media only screen and (max-width: 1024px) {
    #home-product .title {
        font-size  : 28px;
        line-height: 39.2px;
    }
}

@media only screen and (max-width: 768px) {
    #home-product .title {
        font-size  : 30px;
        line-height: 42px;
    }
}

#home-product .subtitle {
    color      : #333;
    font-family: Poppins !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center;
}

@media only screen and (max-width: 1024px) {
    #home-product .subtitle {
        margin-bottom: 24px;
    }
}

#home-product .product-box {
    margin               : 36px 0;
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    gap                  : 20px;
}

@media only screen and (max-width: 1024px) {
    #home-product .product-box {
        grid-template-columns: repeat(2, 1fr);
        gap                  : 16px;
        margin               : 0;
    }
}

@media only screen and (max-width: 768px) {

    #home-product .product-box .product-box-item:nth-child(1),
    #home-product .product-box .product-box-item:nth-child(6) {
        grid-column: span 2;
    }
}

#home-product .product-box-item {
    text-decoration: none;
    display        : flex;
    padding        : 16px 10px 10px 10px;
    flex-direction : column;
    justify-content: flex-end;
    align-items    : center;
    gap            : 22px;
    border-radius  : 4px;
    border         : 1px solid #e6e8ea;
    background     : #fff;
    box-shadow     : 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    transition     : all 0.3s;
}

#home-product .product-box-item p {
    color      : #0b1629;
    font-family: Poppins !important;
    font-size  : 24px;
    font-weight: 500;
    line-height: 24px;
    text-align : center;
}

@media only screen and (max-width: 768px) {
    #home-product .product-box-item p {
        font-size: 20px;
    }
}

#home-product .product-box-item img {
    max-height: 277px;
    max-width : 100%;
}

#home-product .product-box-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

#home-product .view-all {
    color          : #003ca3;
    font-family    : Poppins !important;
    font-size      : 20px;
    font-weight    : 500;
    line-height    : 32px;
    display        : block;
    text-align     : center;
    text-decoration: none;
    transition     : all 0.3s;
}

#home-product .view-all:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    #home-product .view-all {
        margin-top: 24px;
    }
}

/*Product end*/


/*Reviews start*/

#home-reviews {
    padding         : 70px 0 50px;
    background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
    #home-reviews {
        padding: 50px 0;
    }

    #home-reviews .ti-widget .ti-controls-line {

        display: block !important;
    }

    #home-reviews .ti-widget .ti-header {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #home-reviews {
        background-color: #fff;
    }
}

#home-reviews .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px;
}

@media only screen and (max-width: 1024px) {
    #home-reviews .title {
        font-size  : 28px;
        line-height: 39.2px;
    }
}

@media only screen and (max-width: 768px) {
    #home-reviews .title {
        font-size  : 30px;
        line-height: 42px;
    }
}

#home-reviews .subtitle {
    color        : #333;
    font-family  : Poppins !important;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 24px;
    text-align   : center;
    margin-bottom: 30px;
}

#home-reviews .photo {
    margin-top     : 56px;
    display        : none;
    align-items    : center;
    justify-content: center;
    position       : relative;
}

@media only screen and (min-width: 1024px) {
    #home-reviews .photo {
        display: flex;
    }
}

#home-reviews .photo img {
    width: 126px;
}

#home-reviews .photo::after {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    right           : 0;
    background-color: #7ec3ff;
}

#home-reviews .photo::before {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    left            : 0;
    background-color: #7ec3ff;
}

#home-reviews .btn {
    margin-top: 45px !important;
    width     : 265px;
    margin    : 0 auto;
    display   : none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #home-reviews .btn {
        display   : block;
        text-align: center;
        font-size : 16px;
    }
}

/*Reviews end*/


/*Service start*/
#home-service {
    padding         : 50px 0;
    background-color: #f6f9fc;
}

@media only screen and (max-width: 768px) {
    #home-service {
        background-color: #fff;
    }
}

#home-service .title {
    color        : #0d1c2c;
    font-family  : Poppins !important;
    font-size    : 24px;
    font-style   : normal;
    font-weight  : 600;
    line-height  : 33.6px;
    text-align   : center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    #home-service .title {
        font-size  : 30px;
        line-height: 42px;
        text-align : start;
    }
}

#home-service .service-box {
    display              : grid;
    grid-template-columns: repeat(2, 1fr);
    gap                  : 20px;
}

@media only screen and (max-width: 1024px) {
    #home-service .service-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

#home-service .service-box-item {
    padding      : 16px;
    border-radius: 4px;
    border       : 1px solid #e6e8ea;
    background   : #fff;
    box-shadow   : 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
}

#home-service .service-box-item-title {
    color         : #353535;
    font-family   : Poppins !important;
    font-size     : 18px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : 25.2px;
    text-transform: capitalize;
    text-align    : center;
    padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    #home-service .service-box-item-title {
        padding-bottom : 0;
        text-align     : start;
        font-size      : 16px;
        display        : flex;
        justify-content: space-between;
        align-items    : center;
    }
}

#home-service .service-box-item-title img {
    transition: all 0.3s;
}

#home-service .service-box-item .desc {
    display       : flex;
    flex-direction: column;
    gap           : 12px;
}

@media only screen and (max-width: 768px) {
    #home-service .service-box-item .desc {
        max-height : 0;
        overflow   : hidden;
        transition : all 0.3s;
        padding-top: 0;
    }
}

#home-service .service-box-item .desc p {
    color      : #353535;
    font-family: Poppins !important;
    font-size  : 13px;
    font-weight: 400;
    line-height: 18.2px;
}
#home-service .service-box-item .desc p a{
    font-family: Poppins !important;
    font-size  : 13px;
    font-weight: 400;
    line-height: 18.2px;
}

#home-service .service-box .service-box-item.active .service-box-item-title img {
    transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
    #home-service .service-box .service-box-item.active .desc {
        max-height : 100vh;
        padding-top: 20px;
    }
}

#home-service .service-box-item.dark {
    text-decoration: none;
    background-color: #213343;
}

@media only screen and (max-width: 1024px) {
    #home-service .service-box-item.dark {
        display: none;
    }
}

#home-service .service-box-item.dark .service-box-item-title {
    color         : #fff;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    text-align    : start;
    margin-bottom : 16px;
    max-width     : 400px;
}

#home-service .service-box-item.dark .desc p {
    color         : #fff;
    font-family   : Poppins !important;
    font-size     : 16px;
    font-weight   : 400;
    line-height   : 22.4px;
    text-transform: capitalize;
    max-width     : 520px;
}

#home-service .service-box-item.dark .btn {
    width          : 232px;
    text-align     : center;
    font-family    : Poppins !important;
    font-size      : 20px;
    font-weight    : 600;
    line-height    : 22px;
    text-decoration: none;
    padding        : 15px 0;
    display        : block;
    margin-top     : 28px;
}

#home-service .service-box-item.dark .btn.btn-orng {
    border       : 1px solid #ff5c35;
    background   : #ff5c35;
    border-radius: 4px;
    box-shadow   : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    color        : white;
    transition   : all 0.3s;
}

#home-service .service-box-item.dark .btn.btn-orng:hover {
    border    : 1px solid #dc320a;
    background: #dc320a;
}

/*Service end*/


/*Delivery start*/
#home-delivery {
    padding: 24px 0;
}

@media only screen and (max-width: 768px) {
    #home-delivery {
        background-color: #f6f9fc;
    }
}

#home-delivery .title {
    text-align : center;
    color      : #172640;
    font-family: Poppins !important;
    font-size  : 32px;
    font-weight: 600;
    line-height: 51.2px;
}

#home-delivery .delivery-box {
    border-radius  : 4px;
    background     : #fff;
    box-shadow     : 2px 2px 11px 0px rgba(0, 109, 205, 0.10), 2px 1px 10px -1px rgba(115, 78, 234, 0.10);
    display        : flex;
    justify-content: space-between;
    gap            : 16px;
    padding        : 30px 36px;
}

@media only screen and (max-width: 768px) {
    #home-delivery .delivery-box {
        flex-direction: column;
        box-shadow    : none;
        gap           : 0;
        padding       : 0;
        margin-top    : 22px;
        background    : #f6f9fc;
    }
}

#home-delivery .delivery-box-item {
    display    : flex;
    gap        : 16px;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #home-delivery .delivery-box-item {
        padding      : 8px 0 14px;
        border-bottom: 1px solid #7e899b1f;
        width        : 100%;
        gap          : 16px;
    }
}

#home-delivery .delivery-box-item .photo {
    width : 48px;
    height: 48px;
}

@media only screen and (max-width: 768px) {
    #home-delivery .delivery-box-item .photo {
        width : 80px;
        height: 80px;
    }
}

#home-delivery .delivery-box-item .photo img {
    width : 100%;
    height: 100%;
}

#home-delivery .delivery-box-item .text-title {
    color         : #102437;
    font-family   : Poppins !important;
    font-size     : 16px;
    font-weight   : 500;
    line-height   : 23.68px;
    letter-spacing: -0.32px;
}

@media only screen and (max-width: 768px) {
    #home-delivery .delivery-box-item .text-title {
        font-size    : 24px;
        line-height  : 32px;
        margin-bottom: 10px;
    }
}

#home-delivery .delivery-box-item .text-desc {
    color          : #555e6d;
    font-family    : Poppins !important;
    font-size      : 12px;
    font-weight    : 500;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #home-delivery .delivery-box-item .text-desc {
        font-size: 18px;
    }
}

#home-delivery .delivery-box-item .text-desc span {
    color: #353535;
}

#home-delivery .delivery-box-item .text .num span {
    color: #4475f2;
}

/*Delivery end*/