@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Denton';
    src: url('../font/Denton-Test-Black-900.otf') format('otf');
    font-weight: 900;
}

@font-face {
    font-family: 'Denton';
    src: url('../font/Denton-Test-ExtraBold-800.otf') format('otf');
    font-weight: 800;
}

@font-face {
    font-family: 'Denton';
    src: url('../font/Denton-Test-Bold-700.otf') format('otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Denton';
    src: url('../font/Denton-Test-Medium-500.otf') format('otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Denton';
    src: url('../font/Denton-Test-Regular-400.otf') format('otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Denton';
    src: url('../font/Denton-Test-Light-300.otf') format('otf');
    font-weight: 300;
}

@font-face {
    font-family: 'Denton';
    src: url('../font/Denton-Test-Thin-100.otf') format('otf');
    font-weight: 100;
}

body {
    overflow-x: hidden;
}


.navbar.navbar-fixed-top {
    position: static !important;
}

a.navbar-brand img {
    margin-top: 5px;
}

header.header.fullscreen {
    background-attachment: unset;
    max-width: 1366px;
    margin-inline: auto;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 150px 60px;
}

header.header.fullscreen::after {
    visibility: hidden;
}

.header h1 {
    margin-bottom: 15px;
    font-family: Denton;
    font-weight: 500;
    font-size: 100px;
    line-height: 93%;
    letter-spacing: -2px;
    color: #fff;
    text-transform: unset;
}

header.header.fullscreen .container.align-vertical {
    padding-top: 0 !important;
}

.header p {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    margin-block: 35px;
}

.header .button-group .btn-primary {
    background: #FFFFFF;
    color: #3C3C3C;
    font-family: Denton;
    font-weight: 500;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0;
    display: inline-block;
    height: auto;
    border-radius: 50px;
    text-transform: unset;
    padding: 14px 32px;
}

.section.products .container {
    max-width: 1366px;
    width: 100%;
}

.section.products .section-title h3 {
    font-family: 'Denton';
    font-weight: 500;
    font-size: 64px;
    line-height: 93%;
    letter-spacing: -2px;
    color: #3C3C3C;
    text-transform: unset;
}

.section.products .masonry .product .inner-product {
    border-radius: 20px;
    overflow: hidden;
    background: #F3F3F3;
    min-height: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.products .masonry .product .inner-product .product-thumbnail img {
    width: 100%;
    height: 285px;
    object-fit: contain;
    mix-blend-mode: darken;
}

.product-details .product-title {
    display: table;
    width: 100%;
    font-family: Denton;
    font-weight: 500;
    font-size: 36.77px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: unset;
}

.product .product-price,
.product-price {
    margin-bottom: 20px;
    color: #fff;
    font-family: Denton;
    font-weight: 420;
    font-size: 35.96px;
    line-height: 100%;
    letter-spacing: 0;
}

.product .product-details .product-btns .add-to-cart {
    width: auto;
    font-family: Denton;
    font-weight: 420;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    height: auto;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    border: 2px solid #FF4242;
    background-color: transparent;
    color: #fff;
}

.inner-product .product-details {
    background: rgb(0 0 0 / 70%);
}

.category-box h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 90%;
    margin: 0;
    font-family: Denton;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: #fff;
}


section.custom-icon-section .container {
    max-width: 1366px;
    width: 100%;
}

section.custom-icon-section .custom-icon-bx {
    background: #F3F3F3;
    border-radius: 22px;
    padding: 45px 35px;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 20px;
}

section.custom-icon-section .custom-icon-bx img {
    width: 100%;
    height: auto;
}

section.custom-icon-section .custom-icon-bx .icon-bx-txt h3 {
    margin: 0;
    font-family: Denton;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
}

section.custom-icon-section .custom-icon-bx .icon-bx-txt p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #9D9D9D;
    margin: 12px 0 0 0;
}


.review-main-bx {
    background: #F7F7F7;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.review-main-bx .review-img-tt-bx {
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 15px;
}

.review-main-bx .review-img-tt-bx .review-name h3 {
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: unset;
    color: #3C3C3C;
}

.review-main-bx .review-img-tt-bx .review-name p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 8px 0 0 0;
}

.review-star i.lil-star:not(:first-child) {
    margin-left: -10px;
}

.review-star {
    color: #F7AE55;
    font-size: 25px;
    margin-block: 18px;
}

.review-content h4 {
    margin: 0 0 12px 0;
    font-family: Denton;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: unset;
}

.review-content p {
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #808080;
}

/* Accordian */
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 42px 32px;
    margin: 0 auto 0 auto;
    border-radius: 20px;
    cursor: pointer;
    background: #F7F7F7;
}

ul.accordion-list li.active h3:after {
    /* transform: rotate(0deg); */
    content: '\f273';
    background: #BE5F10;
    color: #FFFFFF;
}

ul.accordion-list li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 50px 0 0;
    margin: 0;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: unset;
}

ul.accordion-list li h3:after {
    content: "";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 50%;
    color: #Fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}

ul.accordion-list li div.answer {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    padding: 22px 0 0 0;
    cursor: pointer;
    margin: 0 0 15px 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #808080;
    margin-bottom: 0;
}

ul.accordion-list li.active {
    background-color: #FFF4EB;
}


.copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.footer {
    background: #BE5F10;
    padding-block: 0;
}

.copy-right p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.social li a {
    width: 48px;
    height: 48px;
    border: 0.9px solid #D4D4D4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer .container {
    max-width: 1366px;
    width: 100%;
}

.footer h2 {
    margin: 0 0 40px 0;
    font-family: Denton;
    font-weight: 600;
    font-size: 214.06px;
    line-height: 142px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    max-width: 500px;
}
.modal-content .form-control {
    border: 1px solid #e74c3c;
    margin-bottom: 30px;
    color: #000;
}

.close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 40px;
    cursor: pointer;
    opacity: 1;
}

@media (min-width: 1200px) {

    .nav-container .container,
    .navbar .container {
        max-width: 1366px;
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .footer h2 {
        font-size: 170px;
        text-align: center;
    }
}

@media(max-width: 991px) {
    .category-box h2 {
        font-size: 26px;
    }

    .category-box {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer h2 {
        font-size: 130px;
    }
}

@media(max-width: 767px) {
    .nav-container .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar:before,
    .navbar:after,
    .navbar .container:before,
    .navbar .container:after {
        display: none;
    }

    .navbar {
        padding: 15px;
    }

    .header h1 {
        font-size: 50px;
    }

    header.header.fullscreen {
        padding: 50px 0px;
    }

    .header p {
        font-size: 18px;
        margin-block: 20px;
    }

    .header .button-group .btn-primary {
        font-size: 20px;
    }

    .section.products .section-title h3 {
        font-size: 34px;
    }

    .product .product-price,
    .product-price,
    .product-details .product-title {
        font-size: 25px;
    }

    .category-box h2 {
        font-size: 20px;
    }

    .review-main-bx .review-img-tt-bx .review-name h3 {
        font-size: 22px;
    }

    ul.accordion-list {
        grid-template-columns: 1fr;
    }

    .footer h2 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    .copy-right {
        justify-content: center;
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }

    .copy-right p {
        margin-bottom: 0;
    }

    ul.accordion-list li h3 {
        font-size: 18px;
    }

    ul.accordion-list li h3:after {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
}