body {
    font-family: 'Work Sans', sans-serif;
}

p {
    color: #777;
    font-size: 18px;
}

.navbar-brand {
    font-weight: 600;
    font-size: 25px;
}

span {
    color: #CFAE7A;
    font-size: 25px;
    font-weight: 600;
}

h1 {
    font-size: 55px;
    font-weight: 400;
    color: #000;
    margin-top: 1rem;
}

h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-top: 1rem;
}

h5 {
    font-size: 22px;
    font-weight: 400;
    color: #777;
    margin-top: 1rem;
}

h6 {
    font-size: 20px;
    font-weight: 600;
    color: #777;
    margin-top: 1rem;
}

button {
    border-radius: none;
    background: #CFAE7A;
    padding: 10px 25px;
    border: 1px solid #CFAE7A;
    color: #fff;
}

.main-padding {
    padding-top: 10rem !important;
    padding-bottom: 3rem !important;
}

.common-padding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.common-wrapper {
    background-image: url(../images/common-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.common-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common-content h1 {
    color: #fff;
    font-weight: 900;
    padding-top: 7rem;
    font-family: 'Open Sans', sans-serif;
}

.common-content p {
    color: #fff;
    text-align: center;
}

.common-content a {
    color: #fff;
    text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #CFAE7A;
    border-color: #CFAE7A;
}

.page-link {
    color: #000;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: 0.5px solid #CFAE7A;
}

.page-link:hover {
    z-index: 2;
    color: #000;
    background-color: var(--bs-pagination-hover-bg);
    border: 0.5px solid #CFAE7A;
}

@media(max-width:1400px) {
    .form-control {
        font-size: 0.95rem !important;
    }

    p {
        font-size: 16px !important;
    }

    h6 {
        font-size: 20px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px !important;
    }

    h5 {
        font-size: 20px !important;
    }
}

@media(max-width:992px) {
    .jb-header {
        display: none;
    }

    .navbar-brand {
        font-weight: 600;
        font-size: 25px;
    }

    span {
        color: #CFAE7A;
        font-size: 25px;
        font-weight: 600;
    }

    h1 {
        font-size: 45px;
        font-weight: 400;
        color: #000;
    }

    h2 {
        font-size: 35px;
        font-weight: 500;
        color: #000;
    }

    h5 {
        font-size: 20px;
        font-weight: 400;
        color: #777;
    }

    h6 {
        font-size: 20px;
        font-weight: 600;
        color: #777;
    }

    .common-padding {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .footer-wrapper {
        text-align: center;
    }

    .social-menu ul {
        justify-content: center;
    }
}

@media(max-width:768px) {
    .navbar-brand {
        font-weight: 600;
        font-size: 20px;
    }

    span {
        color: #CFAE7A;
        font-size: 20px;
        font-weight: 600;
    }

    h1 {
        font-size: 40px;
        font-weight: 400;
        color: #000;
    }

    h2 {
        font-size: 30px;
        font-weight: 500;
        color: #000;
    }

    h5 {
        font-size: 20px;
        font-weight: 400;
        color: #777;
    }

    h6 {
        font-size: 18px;
        font-weight: 600;
        color: #777;
    }

    p {
        font-size: 16px;
    }

    .delivery-content {
        text-align: center;
    }

    .common-padding {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media(max-width:577px) {
    .navbar-brand {
        font-size: 18px;
    }

    span {
        font-size: 18px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
        font-weight: 500;
        color: #000;
    }

    h5 {
        font-size: 18px;
        font-weight: 400;
        color: #777;
    }

    h6 {
        font-size: 16px;
        font-weight: 600;
        color: #777;
    }

    p {
        font-size: 14px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .footer-wrapper {
        text-align: center;
    }

    .common-wrapper {
        height: 300px;
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #CFAE7A;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn i {
    color: #fff;
    font-size: 20px;
}

#myBtn:hover {
    background-color: #555;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}


::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-track {
    background: rgba(240, 238, 244, 0.6) !important;
    border-radius: 6px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px !important;
    background: #CFAE7A !important;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}