@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Poppins:wght@200;300;400;500&display=swap');
@font-face {
    font-family: 'aprilaregular';
    src: url('../fonts/aprila-regular-webfont.woff2') format('woff2'),
         url('../fonts/aprila-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'aprilasemibold';
    src: url('../fonts/aprila-semibold-webfont.woff2') format('woff2'),
         url('../fonts/aprila-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body,*{
    font-family: 'Poppins', sans-serif;
}
img{max-width: 100%;}
h1,h2,h3{
    font-family: 'aprilaregular';
}
header {
    background-color: #f7f7f7;
    color: #fff;
    position: sticky;
    top: 36px;
    z-index: 3;
    filter: drop-shadow(2px 4px 6px black);
}
h2 {
    color: #ff8400;
}
section#about {
    background-color: #f7f7f7;
    background-image: url('../images/angal.png');
    background-repeat: no-repeat;
    background-size: 278px;
    background-position: 99% 106%;
    background-attachment: fixed;
}
section.calltoaction h2 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.offer-text {
    background-color: #f7f7f7;
    text-align: center;
    color: #000;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 6px;
    text-transform: uppercase;
    position: sticky;
    top: 0px;
    z-index: 4;
    border-bottom: 1px solid #0000001f;
    display: flex;
    align-items: center;
}
.info i {
    color: #ff8400;
}
.info a:hover {
    color: #ff8400;
}
.info a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
}
.info {
    width: 53%;
    padding-right: 7%;
}
section.calltoaction {
    text-align: center;
    background-image: url("../images/18821.JPEG");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 250px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
section.calltoaction:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ff8400e3;
    z-index: -1;
}
a.info-btn {
    color: #ff8400;
    text-decoration: none;
    padding: 0px 10px;
}
a.info-btn i {
    color: #000000;
}
.footer-widget-heading h3 {
    color: #ff8400;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-section{
    position: relative;
}
.footer-social-icon i {
    font-size: 22px;
    border: 1px solid;
    width: 50px;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    margin: 0px 3px;
}
.copyright-text a {
    color: #ff8400;
    text-decoration: none;
    font-weight: bold;
}
.copyright-text p {
    margin-bottom: 0px;
}
section.About-first.section {
    background-color: #f7f7f7;
}
.copyright-text {
    border-top: 1px solid #202020;
    padding-top: 8px;
    border-bottom: 1px solid #000000;
    margin-bottom: 4px;
    font-size: 14px;
    padding-bottom: 8px;
}
ul.navbar-nav {
    width: 100%;
    justify-content: end;
}
button.btn:hover {
    background-color: #000000;
    color: #f7f7f7;
}
button.btn {
    background-color: #ff8400;
    color: #fff;
    border-radius: 23px;
    padding: 11px 26px;
    font-family: 'Concert One';
    font-size: 18px;
}
ul.navbar-nav a {
    color: #ff8400;
    font-size: 16px;
}
.calltoaction a button:hover {
    background-color: #000 !important;
}
section.calltoaction button {
    margin-bottom: 8px;
    border: 1px solid;
}
li.nav-item.tdr-btn a {
    color: #fff;
    line-height: 24px;
}
li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
li.nav-item.tdr-btn {
    color: #fff;
    background-color: #000000;
    text-align: center;
    border-radius: 24px;
}
section.banner {
    background-color: #f7f7f7;
    height: 220px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-image: url('../images/18821.JPEG');
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
}
section.inner.banner h2 {
    color: #fff;
    text-shadow: 2px 2px 13px #000;
}
section.banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00000052;
}
.slider-box {
    background-size: cover;
    height: 500px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background-position: center;
}
.slider-box h1, .slider-box h2 {
    color: #fff;
    font-size: 40px;
}
.slider-box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    z-index: -1;
}
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 20px;
    z-index: 1;
}
section.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    scroll-margin-top: 100px;
}
footer.footer-section {
    background-color: #010101;
    color: #fff;
    padding-top: 2rem;
}
.footer-widget a {
    color: #fff;
    text-decoration: none;
}
.footer-widget a:hover {
color: #D87174;
}
.single-cta i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 27px;
    color: #ff8400;
}
.single-cta {
    position: relative;
    padding-left: 40px;
}
.cta-text h4 {
    font-size: 21px;
    margin-top: 7px;
}
.footer-logo img {
    filter: drop-shadow(2px 4px 6px black);
}
ul#mypanel {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1rem;
    font-size: 16px;
    position: sticky;
    top: 148px;
    background-color: #f7f7f7;
    padding-top: 5px;
    z-index: 2;
    padding-bottom: 5px;
    border-radius: 21px;
    border: 1px solid #dbdbdb;
}
ul#mypanel li {
    padding: 5px 15px;
    cursor: pointer;
}
.search-box {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    display: block;
    z-index: 1;
    top: 25px;
}
.search-box i {
    position: absolute;
    left: 10px;
    top: 50%;
    color: #00A96C;
    transform: translateY(-50%);
    font-size: 16px;
}
#filter {
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    width: 100%;
    height: 35px;
    padding-left: 30px;
    font-size: 16px;
}
.tab-pane {
    position: relative;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
    opacity: 9;
}
.tab-pane:before {
    content: "";
    position: absolute;
    right: -39px;
    top: -22px;
    width: 80%;
    height: 95%;
    background-color: #f7f7f7;
    /* transform: translate(0%, -50%); */
    border-radius: 65px;
}
li.nav-item.active a {
    color: #000;
    font-weight: 500;
}
.sticky {
    position: sticky;
    top: 200px;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h2.main-title {
    text-align: left;
    color: #ff8400;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.product-box {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    border-bottom: 1px dotted #AF454E;
    margin-left: auto;
    position: relative;
    background-color: unset;
    padding: 10px 0px;
}
.product-box .title_box {
    width: 50%;
}
.product-title {
    font-size: 20px;
    color: #ff8400;
    font-weight: 400;
    font-family: 'Poppins';
}
p.product-description {
    margin: 0px;
    font-size: 14px;
}
p.price {
    font-size: 17px;
    font-weight: 500;
    color: #ff8400;
    text-align: right;
    width: 30%;
    margin-bottom: 0px;
}
.product-box .btn {
    background-color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}
.variable-box {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    height: 100%;
    width: 88%;
    align-items: center;
    padding-left: 15px;
}
.variable-box.active {
    display: flex;
}
.variable-box .variable-item {
    font-size: 18px;
    margin-right: 15px;
    color: #ff8400;
    text-decoration: none;
    text-transform: uppercase;
}
a.select-btn.btn.active + .variable-box {
    display: flex;
}
.variable-box .variable-item:hover {
    color: #000;
}
img#product_img {
    position: sticky;
    top: 150px;
    border-radius: 30px;
}
section#contact {
    background-color: #f7f7f7;
}
.form-control {
    border-radius: 20px;
}
button.dt-btn.dt-btn-bg {
    background-color: #000000;
    color: #fff;
    border: unset;
    border-radius: 20px;
    padding: 7px 20px;
    font-family: 'Concert One', cursive;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    width: 100%;
}
.form-group {
    margin-bottom: 12px;
}
#contact .footer-widget a {
    color: #ff8400;
}
#contact .footer-widget h4 {
    color: #ff8400;
}
div#navbarNavDropdown1 {
    display: none;
}
div#navbarNavDropdown1.active {
    display: block;
}
button.navbar-toggler {
    background-color: #f7f7f7;
}
.nav-link:focus, .nav-link:hover {
    color: #000000;
}
section.offer-slider {
    position: relative;
}
section.offer-slider {
    max-width: 1200px;
    margin: auto;
    border-radius: 60px;
    overflow: hidden;
    margin-top: 4rem;
}
.slick-slider button.btn {
    position: absolute;
    bottom: 13px;
    transform: translateX(-50%);
    border-radius: 10px 10px 50px 50px;
    height: 75px;
    left: 50%;
    width: 98%;
    filter: drop-shadow(2px 4px 6px black);
}
section.About-first.section {
    max-width: 1200px;
    margin: auto;
    border-radius: 30px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
section#our-menu {
    background-image: url('../images/menu-bg-2.png');
    padding-top: 54rem;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #191818;
    background-size: contain;
}

.menu-item-box img {
    border-radius: 19px;
    border: 4px solid #ff8400;
}
.menu-item-box {
    margin-bottom: 15px;
}
section.calltoaction {
    max-width: 1200px;
    margin: auto;
    border-radius: 48px;
    overflow: hidden;
    position: relative;
    top: 27px;
}
section#our-menu .container {
    background-color: #191818d4;
    padding: 40px;
    border-radius: 21px;
}
@media only screen and (min-width: 767px) {

    .info {
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {

    section.offer-slider:before {
        font-size: 14px;
        padding-top: 10px;
        height: 172px;
        top: -35px;
        left: -26px;
    }
    section#about {
        background-image: unset;
    }
    .tab-pane:before {
content: unset;
    }
    .product-title {
        font-size: 16px;
    }
    p.product-description {
        font-size: 14px;
    }
    p.price {
        font-size: 14px;
    }
    .variable-box .variable-item {
        font-size: 14px;
    }
    ul#mypanel {
        justify-content: unset;
        margin-bottom: 0px;
        top: 131px;
        border-radius: UNSET;
        background-color: #fff;
        border: unset;
        border-bottom: 1px solid;
    }
    .search-box {
        top: 11px;
    }
    li.nav-item a {
        white-space: pre;
    }
    img#product_img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
    }
    .sticky {
        top: 0px;
        margin-bottom: 28px;
        margin-top: 25px;
        position: relative;
    }
    a.navbar-brand img {
        width: 150px;
    }
    
a.info-btn {
    display: block;
    margin-top: 8px;
}
section#about .row {
    display: flex;
    flex-direction: column-reverse;
}
.service-box {
    margin-bottom: 15px;
}
section#services .row.text-center.pt-4 {
    padding-top: 0px !important;
}
.footer-widget {
    margin-top: 20px;
}
}
