* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #000;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anton", sans-serif;
    color: #fff;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
    color: #ffff;
}

a {
    text-decoration: none;
    color: #000;
}

.btn {
    background-color: #AD7E15;
    color: #ffffff;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 60px;
    transition: all ease-in-out 0.2s;
    border: 1px solid #AD7E15;
}

.btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.btn3 {
    background-color: #ffffff;
    color: #000000;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 60px;
    transition: all ease-in-out 0.2s;
    border: 1px solid #000000;
}

.btn3:hover {
    background-color: #AD7E15;
    color: #ffffff;
    border: 1px solid #AD7E15;
}

.form-control {
    background-color: #2d2d2d;
    border: none;
    padding: 16px 12px;
    margin-bottom: 16px;
    color: #fff;
}

.form-control:focus {
    color: #ffffff;
    background-color: #2d2d2d;
    border: 1px dashed #ad7e15;
    outline: 0;
    box-shadow: none;
}

select.form-control {
    appearance: auto;
    padding: 17px 12px;
}

section {
    border-bottom: 6px solid rgb(35, 35, 35);
    padding: 80px 0;
}

.header {
    /* position: absolute; */
    z-index: 99;
    width: 100%;
    padding: 10px 0;
}

.header .row {
    align-items: center;
    justify-content: center;
}

.header .nav {
    justify-content: start;
    align-items: center;
}

.header .nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.header .nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

.header .header-btn {
    text-align: center;
}

.header .logo img {
    width: 100px;
}

.banner-sec {
    padding: 0;
}

@keyframes e {
    to {
        /* background-position: 0 -3000px; */
    }
}

.banner-sec .area {
    text-align: center;
}

.banner-sec .area h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 110px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-sec {
    /* padding: 100px 0; */
}

.about-sec .row {
    align-items: center;
}

.about-sec .content {
    width: 90%;
}

.about-sec .content .about-btns {
    margin: 20px 0 0 0;
}

.about-sec .content h1 {
    padding-bottom: 15px;
}

.about-sec .content p {
    padding-bottom: 10px;
}

.about-sec img {
    border-radius: 16px;
    border: 1px dashed #ad7e15;
}

.about-sec2 {
    /* padding: 130px 0; */
}

.about-sec2 .row {
    align-items: center;
}

.about-sec2 .content {
    width: 70%;
}

.about-sec2 .image {
    width: 100%;
    text-align: center;
}

.about-sec2 .image img {
    width: auto;
}

.about-sec2 .content .about-btns {
    margin: 20px 0 0 0;
}

.about-sec2 .content h1 {
    padding-bottom: 15px;
}

.about-sec2 .content p {
    padding-bottom: 10px;
}

.sec-products {
    /* padding: 0 0 0; */
}

.sec-products .area video {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.sec-products .area img {
    width: 100%;
    height: 380px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.sec-products .area {
    transition: all ease-in-out 0.2s;
    border-radius: 10px;
    min-height: 538px;
    background: #2d2d2d;
    margin-bottom: 26px;
}

.sec-products .area:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transform: scale3d(1.02, 1.02, 1.02);
}

.sec-products .area .content {
    padding: 40px 30px;
}

.sec-products .area .content p {
    margin-bottom: 20px;
    height: 50px;
    overflow-y: auto;
}

/* FAQS */

/* Centers horizontally */
.qna {
    /* max-width: 500px; */
    margin: 0 auto;
}

/* Button default resets */
button {
    border: none;
    outline: none;
    cursor: pointer;
}

/* Styling the accordion buttons */
.accordion {
    width: 100%;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 20px;
    padding: 22px 20px;
    margin-bottom: 1px;
    text-align: left;
    /*  To push the plus sign to the right  */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    transition-duration: 250ms;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);
}

.accordion:hover {
    background-color: rgb(65, 65, 65);
}

/* adding the "plus" sign (+) */
.accordion::after {
    content: "\02795";
    font-size: 20px;
    color: #fff;
}

.panel {
    background-color: #ffffff;
    color: #000;
    margin-bottom: 4px;
    overflow: hidden;
    transition: max-height 0.33s cubic-bezier(0.5, 0, 0.1, 1);
}

.panel>p {
    font-size: 20px;
    padding: 10px 20px;
    background-color: #2d2d2d;
    color: #fff;
}

.panel-closed {
    max-height: 0;
    overflow: hidden;
}

.panel-open {
    max-height: 700px;
}

/* active class for accordion, adds the "cross sign (x)" */
.accordion-active::after {
    content: "\274C";
}

.faqs .title {
    margin-bottom: 30px;
}

.faqs {
    /* padding: 0 0 100px; */
}

.footer {
    padding: 40px 0 0 0;
    background-color: #000;
}

.footer .row {
    justify-content: center;
}

.footer .footer-links h3 {
    color: #fff;
    margin-bottom: 40px;
}

.footer .footer-social h3 {
    color: #fff;
    margin-bottom: 40px;
}

.footer .footer-social ul li {
    list-style-type: none;
    margin: 0 10px 0 0px;
    display: inline-block;
}

.footer .footer-social ul li a {
    color: #fff;
    transition: all ease-in-out 0.2s;
}

.footer .footer-social ul li a:hover {
    color: #AD7E15;
}

.footer ul li {
    list-style-type: none;
    margin: 15px 0;
}

.footer ul li a {
    color: #fff;
    text-decoration: underline;
    transition: all ease-in-out 0.2s;
}

.footer ul li a:hover {
    color: #AD7E15;
}

.footer .footer-content p {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 12px;
}

.footer .footer-content .footer-image {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 30px;
    gap: 30px;
}

.footer .footer-content .footer-image h3 {
    color: #fff;
    margin-bottom: 0;
}

.footer .footer-content .footer-image .img img {
    width: 150px;
}

.footer .footer-content .footer-image .img .image2 {
    width: 190px;
}

.footer .copy-right-row {
    border-top: 1px solid #ffffff44;
}

.footer .copy-right-row .copy-right {
    padding: 20px 0;
}

.footer .copy-right-row .copy-right p {
    color: #ffffff;
}

.footer .copy-right-row .copy-right p a {
    color: #ffffff;
    font-weight: bold;
    transition: all ease-in-out 0.2s;
}

.footer .copy-right-row .copy-right p a:hover {
    color: #AD7E15;
}

.footer-links i {
    color: #fff;
    margin-right: 5px;
}

.footer .row.mb-60 {
    padding-bottom: 40px;
}

.footer-links .footer-social i {
    color: #fff;
    margin-right: 5px;
    background-color: #ad7e15;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s;
}

.footer-links .footer-social i:hover {
    background-color: transparent;
    border: 1px solid #ad7e15;
    color: #ad7e15;
}

.footer-links .footer-social a {
    text-decoration: none;
}

.cta-sec {
    background-image: url(../images/ctabg.jpg);
    background-color: #000000b4;
    background-blend-mode: color;
}

.gallery-sec {
    padding: 0;
}

.breadcrumb-sec {
    background-image: url(../images/ctabg.jpg);
    background-color: #00000072;
    background-blend-mode: color;
}

.shop-page .area {
    margin-bottom: 26px;
}

.gal-img {
    position: relative;
    margin-bottom: 26px;
}

.gal-img img {
    border-radius: 8px;
    width: 100%;
    border: 1px dashed #ad7e15;
}

.gal-img .overlay i {
    color: #fff;
}

.gal-img .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a87b1494;
    opacity: 0;
    transition: all 0.7s;
}

.gal-img:hover .overlay {
    opacity: 1;
}


.cont-item {
    box-shadow: 0 0.2em 1rem rgba(0, 0, 0, .175) !important;
    border-radius: 12px;
    padding: 24px 40px;
    text-align: center;
    margin: 0 24px;
    margin-bottom: 20px;
    background-color: #2d2d2d;
    border: 1px dashed #ad7e15;
}

.cont-item i {
    color: #ffffff;
    margin-bottom: 10px;
}

.cont-item ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.cont-item li {
    color: #fff;
}

.cont-item a {
    color: #ffffff;
    text-decoration: none;
}



.sidebar {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: -4000px;
    z-index: 99;
    overflow: auto;
    transition: all 1s linear 0s;
}

.sidebar.show {
    left: 0px;
}

.sidebar .sidebar-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
}

.sidebar-logo img {
    width: 120px;
    margin-bottom: 23px;
}

.sidebar .sidebar-area {
    background-color: #000;
    width: 70%;
    height: 100%;
    padding: 10px 0px 0px 20px;
    position: relative;
    overflow: auto;
}

.sidebar .sidebar-area .sidebar-area-btn {
    position: absolute;
    top: 0%;
    right: 5%;
    font-size: 30px;
    color: #fff;
}

.sidebar .sidebar-area ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.sidebar .sidebar-area ul li {
    list-style: none;
    margin: 15px 0px;
    color: #fff;
}

.sidebar .sidebar-area ul li a {
    text-decoration: none;
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.sidebar .sidebar-contact {
    margin-top: 20px;
}

.sidebar .sidebar-contact li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar .sidebar-contact li a {
    text-transform: none !important;
}

.sidebar .mobile-drop1 ul {
    display: none;
}

.about-sec img {
    width: 100%;
}

.mob-header {
    display: none;
}


.category-sec img {
    width: 100%;
    border-radius: 100%;
    border: 2px dashed #ad7e15;
    margin-bottom: 12px;
}

.features-sec img {
    filter: invert(1);
    width: 80px;
}

.features-sec .feature-sing {
    text-align: center;
    margin-top: 30px;
}

.features-sec h3 {
    margin-top: 18px;
}


.sec-testi .testi {
    text-align: center;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.106);
    margin: 0 10px;
    width: 86%;
    /* height: 500px; */
    /* overflow-y: auto; */
    background-color: #2d2d2d;
    border-radius: 10px;
}

.sec-testi .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec-testi .row-bottom {
    margin-top: 40px;
}

.sec-testi .testi .testi-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.sec-testi .testi img {
    padding-bottom: 20px;
    width: auto;
}

.sec-testi .testi p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}

.sec-testi .testi h3 {
    font-size: 20px;
}

.sec-testi .testi .testi-image {
    width: 80px;
    border-radius: 100%;
}

.sec-testi .testi {
    border: 1px dashed #ad7e15;
    box-shadow: 0 4px 15px rgba(173, 126, 21, 0.1);
    transition: all 0.3s ease;
    padding: 30px;
    background-color: #2d2d2d;
    border-radius: 10px;
    margin-bottom: 26px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-testi .testi:hover {
    box-shadow: 0 8px 25px rgba(173, 126, 21, 0.2);
    transform: translateY(-5px);
}

.sec-testi .testi p {
    font-size: 16px;
    line-height: 1.6;
    color: #d6d6d6;
    font-style: italic;
    margin-bottom: 20px;
}

.sec-testi .testi h3 {
    color: #AD7E15;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
}

.sec-testi .testi-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sec-testi h1 {
    margin-bottom: 40px;
}

.modal-content {
    background-color: #191717;
}

.modal {
    background-color: #000000b0;
}

.modal-header .btn-close {
    filter: invert(1);
}

.modal-content .form-control {
    /* background-color: #000; */
}

hr{
    height: 2px!important;
    color: #ad7e15;
    width: 15%!important;
    margin-bottom: 22px;
    margin-top: 0px;
    opacity: 1;
}

.single-tab {
    display: none;
}

.single-tab.activetab { 
    display: block;
}

.tablinks li.actlink {
    background-color: #AD7E15;
}

.tablinks li {
    color: #fff;
    display: inline-block;
    width: 20%;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    background-color: #2d2d2d;
    margin: 0 16px 26px 0;
    cursor: pointer;
}

.cart-items-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item-row {
    border: 1px solid #ad7e15;
    border-radius: 12px;
    padding: 18px;
    background-color: #1f1f1f;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.6fr;
    gap: 20px;
    align-items: center;
}

.cart-item-product {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cart-item-image {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 1px dashed #ad7e15;
    overflow: hidden;
    background-color: #2d2d2d;
    flex-shrink: 0;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-meta h5 {
    margin-bottom: 8px;
}

.cart-item-meta p {
    color: #d6d6d6;
    font-size: 14px;
}

.cart-item-qty label {
    color: #fff;
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
}

.cart-item-qty .form-control {
    margin-bottom: 0;
}

.cart-item-total p {
    font-size: 14px;
    color: #cfcfcf;
}

.cart-item-total h5 {
    margin: 4px 0 0;
}

.checkout-card {
    border: 1px solid #ad7e15;
    border-radius: 12px;
    background-color: #1f1f1f;
    padding: 22px;
}

.checkout-card .form-control {
    background-color: #111111;
    border: 1px solid #3e3e3e;
    color: #ffffff;
}

.checkout-card .form-control::placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.checkout-card .form-control:focus {
    border-color: #ad7e15;
    background-color: #151515;
}

.checkout-option {
    display: flex;
    gap: 10px;
    color: #fff;
    align-items: center;
}

.checkout-option input[type="radio"] {
    accent-color: #ad7e15;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 30vh auto;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 25vh auto;
    }
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}


@media only screen and (max-width: 1366px) {
    .header .nav ul li {
        margin: 0 7px;
    }
}

@media only screen and (max-width: 1024px) {
    .about-sec2 .image img {
        width: 100%;
    }

    .about-sec .video video {
        width: 100%;
    }

    .header .nav ul li {
        margin: 0 7px;
        font-size: 12px;
    }
}


@media only screen and (max-width: 500px) {
    header {
        display: none;
    }

    .btn,
    .btn3 {
        padding: 12px 18px;
    }

    .mob-header {
        padding: 12px 14px;
        color: black;
    }

    .mob-header img {
        width: 100px;
    }

    .mob-header i {
        color: #ad7e15;
    }

    section {
        padding: 44px 0;
    }

    .about-noimg img {
        display: none;
    }

    .sec-products .area {
        margin-bottom: 20px;
    }

    .about-sec img {
        margin-bottom: 16px;
    }

    .reverse-sec .row {
        flex-direction: column-reverse;
    }

    .cont-item {
        margin: 0 0px;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .footer .footer-links h3 {
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .cart-item-row {
        grid-template-columns: 1fr;
    }

    .cart-item-total {
        text-align: left;
    }

    .sec-testi .testi {
        min-height: auto;
    }

    .mob-header {
        display: block;
    }
}

.prod-price {
    color: #fff;
}