@import url("https://fonts.googleapis.com/css2?family=Caveat&amp;family=Poppins:wght@400;500;600;700;900&amp;family=Roboto:wght@400;500&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&family=Bricolage+Grotesque&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martian+Mono:wght@700&family=Playfair+Display&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,900&display=swap');


:root {
    /*    --font-family: 'Josefin Sans', sans-serif;
*/ --font-family: 'Martian Mono', monospace;
    font-family: 'Amaranth', sans-serif;
    --color-primary: #ce1212;
}
body {
    margin: 0;
    color: #2a435d;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Amaranth', sans-serif;
}

h1 {
    color: #2a435d;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    color: #2a435d;
    font-size: 48px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 36px;
    }
}

h3 {
    color: #2a435d;
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    h3 {
        font-size: 30px;
    }
}

h4 {
    color: #2a435d;
    font-size: 30px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    color: #2a435d;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    color: #2a435d;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/* font-family: 'Amaranth', sans-serif;
*/  font-family: 'Amaranth', sans-serif;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
}

p {
    color: #2a435d;
    margin-bottom: 16px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
    outline: none;
}

.form-control:focus {
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
}

.main-menu {
    display: flex;
    justify-content: flex-end;
}

    .main-menu li {
        display: inline-block;
        position: relative;
    }

        .main-menu li .submenu {
            width: 220px;
            position: absolute;
            top: 90%;
            left: 0;
            background: #ff9d2d;
            visibility: hidden;
            opacity: 0;
            transition: 0.3s;
            padding: 20px 10px;
            border-radius: 5px;
        }

            .main-menu li .submenu li {
                display: block;
            }

                .main-menu li .submenu li a {
                    padding: 5px 15px;
                    display: block;
                    text-transform: capitalize;
                    transition: 0.3s;
                    font-size: 14px;
                }

                    .main-menu li .submenu li a:hover {
                        margin-left: 10px;
                    }

        .main-menu li:hover .submenu {
            top: 70%;
            opacity: 1;
            visibility: visible;
        }

        .main-menu li:hover > a {
            color: #fff;
        }

        .main-menu li a {
            padding: 30px 15px;
            display: block;
         font-family: 'Amaranth', sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
        }

            .main-menu li a span i {
                transition: 0.3s;
            }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu li a {
        padding: 30px 8px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .main-menu li a {
        font-size: 14px;
    }
}

.main-menu2 li a {
    padding: 30px 12px;
    color: #2a435d;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu2 li a {
        padding: 30px 8px;
    }
}

.main-menu2 li a:hover {
    color: #ff9d2d;
}

.main-menu2 li .submenu li a {
    color: #fff;
}

.main-menu2 li:hover > a {
    color: #ff9d2d;
}

.footer-nav .main-menu {
    justify-content: center;
}

    .footer-nav .main-menu li a {
        font-weight: 700;
    }

.mean-container a.meanmenu-reveal span {
    background: #ff9d2d;
}

.mean-container a.meanmenu-reveal {
    color: #ff9d2d;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu3 {
        padding-right: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .main-menu3 {
        padding-right: 60px;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .main-menu3 {
        padding-right: 60px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .main-menu3 {
        padding-right: 60px;
    }
}

.main-menu3 li a {
    padding: 30px 12px;
    color: #2a435d;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu3 li a {
        padding: 30px 8px;
    }
}

.main-menu3 li a:hover {
    color: #063;
}

.main-menu3 li .submenu {
    background-color: #063;
    z-index: 11111;
}

    .main-menu3 li .submenu li a {
        color: #fff;
    }

.main-menu3 li:hover > a {
    color: #063;
}

.main-menu4 {
    justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu4 {
        padding-right: 0;
    }
}

.main-menu4 li a:hover {
    color: #76459d;
}

.main-menu4 li .submenu {
    background-color: #76459d;
}

.main-menu4 li:hover > a {
    color: #76459d;
}

.mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

    .mobile-menu .main-menu li a span {
        display: none;
    }

    .mobile-menu .main-menu li .submenu {
        padding: 0;
        opacity: 1;
    }

@media (max-width: 575.98px) {
    .mobile-menu {
        top: -6px;
    }
}

.mobile-menu .main-menu li .submenu {
    position: static;
    width: 100%;
}

.mobile-menu .mean-nav ul {
    flex-wrap: wrap;
}

.mobile-menu .mean-bar {
    background: transparent;
}

    .mobile-menu .mean-bar .mean-nav {
        margin-top: 58px;
        background: #ff9d2d;
    }

.mobile-menu .mean-nav ul li a.mean-expand:hover {
    background: #ff9d2d;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 25px;
    height: 25px;
}

.mobile-menu.home3-mobile-menu.mean-container {
    right: -11px;
    top: 10px;
}

@media (max-width: 575.98px) {
    .mobile-menu.home3-mobile-menu.mean-container {
        right: 2px;
        top: -7px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mobile-menu.home3-mobile-menu.mean-container {
        right: -14px;
        top: 5px;
    }
}

.mobile-menu.home3-mobile-menu.mean-container a.meanmenu-reveal span {
    color: #063 !important;
}

.mobile-menu.home3-mobile-menu.mean-container a.meanmenu-reveal span {
    background: #063;
}

.mobile-menu.home3-mobile-menu.mean-container a.meanmenu-reveal {
    color: #063;
}

.mobile-menu.home3-mobile-menu.mean-container .mean-nav ul {
    background: #063;
}

    .mobile-menu.home3-mobile-menu.mean-container .mean-nav ul li a.mean-expand {
        background: #063;
    }

.mobile-menu.home4-mobile-menu.mean-container a.meanmenu-reveal span {
    color: #76459d !important;
}

.mobile-menu.home4-mobile-menu.mean-container a.meanmenu-reveal span {
    background: #76459d;
}

.mobile-menu.home4-mobile-menu.mean-container a.meanmenu-reveal {
    color: #76459d;
}

.mobile-menu.home4-mobile-menu.mean-container .mean-nav ul {
    background: #76459d;
}

    .mobile-menu.home4-mobile-menu.mean-container .mean-nav ul li a.mean-expand {
        background: #76459d;
    }

body {
    position: relative;
}

header {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

    header .header-top {
        background: #000;
        padding-top: 15px;
        padding-bottom: 10px;
        z-index: 11;
    }

        header .header-top .contact-box {
            display: flex;
        }

@media (max-width: 575.98px) {
    header .header-top .contact-box {
        display: flex;
        flex-wrap: wrap;
    }
}

header .header-top .contact-box span {
    margin-right: 20px;
}

    header .header-top .contact-box span a {
        color: #fff;
        transition: 0.3s;
    }

        header .header-top .contact-box span a:hover {
            color: #ff9d2d;
        }

header .header-top .social-box {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 575.98px) {
    header .header-top .social-box {
        display: block;
    }
}

header .header-top .social-box span {
    margin-left: 35px;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    header .header-top .social-box span {
        margin-right: 20px;
        margin-left: 0px;
    }
}

header .header-top .social-box span a {
    color: #fff;
    transition: 0.3s;
}

    header .header-top .social-box span a:hover {
        color: #ff9d2d;
        transform: scale(1.1);
    }

header .header-bottom .logo {
/*    width: 140px;
*/    position: relative;
    z-index: 11;
}

@media (max-width: 767.98px) {
    header .header-bottom .logo {
/*        width: 90px !important;
*/    }
}

header .header-bottom .logo img {
    width: 100%;
}

@media (max-width: 374.98px) {
    header .header-bottom .logo img {
        max-width: 80px;
    }
}

header .header-bottom .customer-area {
    text-align: right;
    position: relative;
    z-index: 11;
}

    header .header-bottom .customer-area span {
        margin-right: 20px;
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
    }

@media (max-width: 575.98px) {
    header .header-bottom .customer-area span {
        margin-right: 0;
    }
}

header .header-bottom .customer-area span a {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header .header-bottom .customer-area span {
        margin-right: 10px;
    }
}

@media (max-width: 374.98px) {
    header .header-bottom .customer-area span {
        padding: 5px;
    }
}

header .header-bottom .customer-area span:hover {
    background: #ff9d2d;
    border: 1px solid transparent;
}

header .header-bottom .customer-area span i {
    display: block;
}

@media (max-width: 374.98px) {
    header .header-bottom .customer-area span i {
        font-size: 14px;
    }
}

header .header-bottom .customer-area .btn {
    margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header .header-bottom .customer-area .btn {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    header .header-bottom .customer-area .btn {
        padding: 5px 15px;
    }
}

@media (max-width: 575.98px) {
    header .header-bottom .customer-area .btn {
        margin-left: 0;
    }
}

footer {
    background: #000;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer .fo-shapes {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    footer .fo-shapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    footer .fo-shapes {
        display: none;
    }
}

footer .fo-shapes img {
    width: inherit;
}

footer .fo-shapes .fs-1 {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    footer .fo-shapes .fs-1 {
        width: 85px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer .fo-shapes .fs-1 {
        width: 85px;
    }
}

footer .fo-shapes .fs-2 {
    position: absolute;
    right: 3%;
    transform: rotate(226deg);
}

footer .fo-shapes .fs-3 {
    position: absolute;
    right: 11%;
    bottom: 12%;
}

footer .fo-shapes .fs-4 {
    position: absolute;
    top: 38%;
    left: 5%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    footer .fo-shapes .fs-4 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer .fo-shapes .fs-4 {
        display: none;
    }
}

footer .fo-shapes .fs-5 {
    position: absolute;
    top: 44%;
    right: 13%;
}

footer .fo-shapes .fs-6 {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .fo-shapes .fs-7 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

footer hr {
    border: 1px dotted #fff;
}

footer .footer-top {
    position: relative;
    z-index: 999;
}

    footer .footer-top .f-logo {
        width: 150px;
    }

        footer .footer-top .f-logo img {
            width: 100%;
        }

    footer .footer-top .f-title h4 {
        color: #fff;
    }

        footer .footer-top .f-title h4 span {
            color: #f93;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer .footer-top a.btn {
        padding: 11px 14px;
    }
}

footer .footer-bottom {
    position: relative;
    z-index: 999;
}

    footer .footer-bottom .widget h6 {
        color: #fff;
        margin-bottom: 20px;
    }

    footer .footer-bottom .widget p {
        color: #fff;
    }

        footer .footer-bottom .widget p span {
            text-transform: capitalize;
        }

    footer .footer-bottom .widget a {
        color: #f93;
        text-transform: capitalize;
        transition: 0.3s;
    }

        footer .footer-bottom .widget a:hover {
            color: #fff;
        }

footer .copyright-area p {
    color: #fff;
}

    footer .copyright-area p a {
        color: #f93;
    }

.breadcrumb-area {
    position: relative;
    overflow: hidden;
    background-image: url("../images/bg/breadcrumb.png") !important;
}

    .breadcrumb-area nav {
        z-index: 0;
    }

    .breadcrumb-area .bread-shapes img {
        width: inherit;
    }

    .breadcrumb-area .bread-shapes .b-shape-1 {
        position: absolute;
        right: 8%;
        top: 30%;
        transform: rotate(-93deg);
        width: 75px;
    }

@media (max-width: 767.98px) {
    .breadcrumb-area .bread-shapes .b-shape-1 {
        display: none;
    }
}

.breadcrumb-area .bread-shapes .b-shape-2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(177deg);
}

@media (max-width: 767.98px) {
    .breadcrumb-area .bread-shapes .b-shape-2 {
        display: none;
    }
}

.breadcrumb-area .bread-shapes .b-shape-3 {
    position: absolute;
    top: 20%;
    left: 5%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumb-area .bread-shapes .b-shape-3 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .breadcrumb-area .bread-shapes .b-shape-3 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-area .bread-shapes .b-shape-3 {
        display: none;
    }
}

.breadcrumb-area .bread-shapes .b-shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.breadcrumb-area .bread-shapes .b-shape-5 {
    position: absolute;
    top: 0;
    left: 0;
}

.breadcrumb-area .bread-shapes .b-shape-6 {
    position: absolute;
    top: 65%;
    right: 22%;
    transform: rotate(125deg);
    width: 75px;
}

@media (max-width: 767.98px) {
    .breadcrumb-area .bread-shapes .b-shape-6 {
        display: none;
    }
}

.breadcrumb-area h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
}

.breadcrumb-area .breadcrumb {
    background: none;
    display: flex;
    justify-content: center;
}

    .breadcrumb-area .breadcrumb .breadcrumb-item {
        color: #fff;
        text-transform: capitalize;
    }

        .breadcrumb-area .breadcrumb .breadcrumb-item a {
            color: #fff;
            text-transform: capitalize;
            transition: 0.3s;
        }

            .breadcrumb-area .breadcrumb .breadcrumb-item a:hover {
                color: #ff9d2d;
            }

        .breadcrumb-area .breadcrumb .breadcrumb-item.active::before {
            color: #fff;
        }

.footer2 {
    background: #fff;
    position: relative;
}

    .footer2 .fo-shapes .fs-1 {
        position: absolute;
        top: 10%;
        left: 4%;
    }

    .footer2 .fo-shapes .fss-2 {
        position: absolute;
        bottom: 0%;
        left: 0%;
    }

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .footer2 .fo-shapes .fss-2 {
        width: 90px;
    }
}

.footer2 .fo-shapes .fss-3 {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .footer2 .fo-shapes .fss-3 {
        width: 90px;
    }
}

.footer2 .fo-shapes .fss-4 {
    position: absolute;
    top: 20%;
    right: 8%;
}

.footer2 .fo-shapes .fss-5 {
    position: absolute;
    bottom: 2%;
    left: 20%;
}

.footer2 .fo-shapes .fss-6 {
    position: absolute;
    bottom: 2%;
    right: 25%;
}

.footer2 hr {
    border: 1px dotted #ff9d2d;
}

.footer2 .footer-top .form2 {
    position: relative;
}

    .footer2 .footer-top .form2 input {
        background: transparent;
        border: 1px solid #e6e6e6;
        color: #2a435d;
        padding: 10px 55px;
        border-radius: 5px;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer2 .footer-top .form2 input {
        padding: 10px 45px;
    }
}

.footer2 .footer-top .form2 span {
    position: absolute;
    left: 4%;
    top: 23%;
}

@media (max-width: 767.98px) {
    .footer2 .footer-top .form2 span {
        top: 14%;
    }
}

.footer2 .footer-top .form2 .btn.bttn {
    padding: 10px 55px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .footer2 .footer-top .form2 .btn.bttn {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer2 .footer-top .form2 .btn.bttn {
        width: 100%;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer2 .footer-top .form2 .btn.bttn {
        padding: 10px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer2 .footer-top .f-title {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer2 .footer-top .f-title {
        margin-bottom: 30px;
        text-align: center;
    }
}

.footer2 .footer-top .f-title h4 {
    color: #2a435d;
}

    .footer2 .footer-top .f-title h4 span {
        color: #ff9d2d;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer2 .footer-top a.btn {
        padding: 11px 14px;
    }
}

.footer2 .footer-bottom .widget h6 {
    color: #2a435d;
    margin-bottom: 20px;
}

.footer2 .footer-bottom .widget p {
    color: #2a435d;
    text-align: justify;
}

.footer2 .footer-bottom .widget a {
    color: #ff9d2d;
    text-transform: capitalize;
    transition: 0.3s;
}

    .footer2 .footer-bottom .widget a:hover {
        color: #f93;
    }

.footer2 .copyright-area .copyright-content .f-logo {
    width: 220px;
    margin: 0 auto;
}

    .footer2 .copyright-area .copyright-content .f-logo img {
        width: 100%;
    }

.footer2 .copyright-area .copyright-content p {
    color: #2a435d;
}

    .footer2 .copyright-area .copyright-content p a {
        color: #ff9d2d;
        font-weight: 700;
        text-transform: capitalize;
    }

header .header-bottom .logo {
/*    width: 140px;
*/}

@media (min-width: 768px) and (max-width: 991.98px) {
    header .header-bottom .logo {
/*        width: 115px;
*/    }
}

header .header-bottom .logo img {
    width: 100%;
}

header .header-bottom .customer-area2 {
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header .header-bottom .customer-area2 {
        padding-left: 20px;
    }
}

header .header-bottom .customer-area2 img {
    width: 55px;
}

header .header-bottom .customer-area2 .shopping {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    background-color: #ff9d2d;
}

    header .header-bottom .customer-area2 .shopping:hover {
        background-color: transparent;
        border: 1px solid #ff9d2d;
        color: #ff9d2d;
    }

    header .header-bottom .customer-area2 .shopping i {
        display: block;
    }

header .header-bottom .customer-area2 .shop-counter {
    position: absolute;
    top: -15%;
    right: 28%;
    background-color: #f93;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    display: block;
    border-radius: 50%;
    color: #fff;
}

header .header-bottom .customer-area2 .order-content {
    color: #ff9d2d;
    text-transform: capitalize;
    font-weight: 700;
 font-family: 'Amaranth', sans-serif;
    line-height: 1;
}

    header .header-bottom .customer-area2 .order-content .span-1 {
        display: block;
        color: #2a435d;
        font-size: 14px;
     font-family: 'Amaranth', sans-serif;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 8px;
    }

    header .header-bottom .customer-area2 .order-content .span-2 {
        display: block;
        color: #ff9d2d;
        font-size: 20px;
     font-family: 'Amaranth', sans-serif;
        text-transform: capitalize;
        font-weight: 700;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    header .header-bottom .customer-area2 .order-content .span-2 {
        font-size: 14px;
    }
}

header .header-bottom .customer-area2 .btn {
    font-weight: 400;
    border-radius: 5px;
    margin-left: 10px;
}

@media (max-width: 374.98px) {
    header .header-bottom .customer-area2 .btn {
        padding: 10px 20px;
    }
}

header.header3 {
    position: static;
}

    header.header3 .header-bottom .logo {
        width: 140px;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    header.header3 .header-bottom .logo {
        width: 115px;
    }
}

header.header3 .header-bottom .logo img {
    width: 100%;
}

header.header3 .header-bottom .customer-area3 {
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header.header3 .header-bottom .customer-area3 {
        padding-left: 20px;
    }
}

header.header3 .header-bottom .customer-area3 img {
    width: 55px;
}

header.header3 .header-bottom .customer-area3 .shop-counter {
    position: absolute;
    top: -7%;
    right: 57%;
    background-color: #f93;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    display: block;
    border-radius: 50%;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header.header3 .header-bottom .customer-area3 .shop-counter {
        top: -12%;
        right: 47%;
    }
}

header.header3 .shopping {
    margin-right: 60px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    background-color: #063;
}

    header.header3 .shopping.shopping2 {
        background-color: #76459d;
    }

        header.header3 .shopping.shopping2:hover {
            background-color: transparent;
            border: 1px solid #76459d;
            color: #76459d;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    header.header3 .shopping {
        margin-right: 35px;
    }
}

header.header3 .shopping:hover {
    background-color: transparent;
    border: 1px solid #063;
    color: #063;
}

header.header3 .shopping i {
    display: block;
}

.header3.header4 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.ht-footer {
    background: url("../images/bg/home3bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .ht-footer .htf-shapes img {
        width: inherit;
    }

    .ht-footer .htf-shapes .drs1 {
        position: absolute;
        right: 9%;
        bottom: 17%;
        width: 70px;
    }

    .ht-footer .htf-shapes .drs2 {
        position: absolute;
        bottom: 13%;
        left: 9%;
        width: 100px;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .ht-footer .htf-shapes .drs2 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ht-footer .htf-shapes .drs2 {
        bottom: 6%;
        left: 24%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .ht-footer .htf-shapes .drs2 {
        bottom: 6%;
        left: 29%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .ht-footer .htf-shapes .drs2 {
        left: 2%;
    }
}

.ht-footer .htf-shapes .drs3 {
    position: absolute;
    right: 8%;
    transform: rotate(75deg);
    width: 50px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ht-footer .htf-shapes .drs3 {
        top: 25%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .ht-footer .htf-shapes .drs3 {
        top: 24%;
    }
}

.ht-footer .htf-shapes .drs4 {
    position: absolute;
    left: 6%;
    width: 100px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ht-footer .htf-shapes .drs4 {
        left: 3%;
        top: 16%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ht-footer .htf-shapes .drs4 {
        left: 17%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .ht-footer .htf-shapes .drs4 {
        top: 23%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ht-footer .htf-shapes .drs4 {
        left: 0%;
    }
}

.ht-footer .ht-footer-top .widget .logo {
    width: 120px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .ht-footer .ht-footer-top .widget .logo {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.ht-footer .ht-footer-top .widget .logo img {
    width: 100%;
}

.ht-footer .ht-footer-top .widget h6 {
    margin-bottom: 20px;
}

.ht-footer .ht-footer-top .widget h5 {
    margin-bottom: 10px;
    color: #063;
}

    .ht-footer .ht-footer-top .widget h5 span {
        margin-right: 10px;
    }

.ht-footer .ht-footer-top .widget a {
    color: #063;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

    .ht-footer .ht-footer-top .widget a.ht-link {
        margin-bottom: 10px;
        display: block;
    }

    .ht-footer .ht-footer-top .widget a.ht-email {
        text-transform: initial;
        color: #2a435d;
        transition: 0.3s;
    }

        .ht-footer .ht-footer-top .widget a.ht-email:hover {
            color: #063;
        }

.ht-footer .ht-footer-top .widget ul {
    margin-bottom: 20px;
}

    .ht-footer .ht-footer-top .widget ul li {
        line-height: 2.2;
        text-transform: capitalize;
    }

        .ht-footer .ht-footer-top .widget ul li a {
            color: #2a435d;
            display: block;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            transition: 0.3s;
        }

            .ht-footer .ht-footer-top .widget ul li a:hover {
                color: #063;
            }

.ht-footer .ht-footer-top .widget .social-box span a {
    color: #063;
    transition: 0.3s;
    margin-right: 5px;
}

    .ht-footer .ht-footer-top .widget .social-box span a:hover {
        transform: scale(0.8);
    }

.ht-footer .ht-footer-top .widget .btn2 {
    color: #fff;
}

    .ht-footer .ht-footer-top .widget .btn2:hover {
        color: #063;
    }

.ht-footer .divider {
    margin-bottom: 60px;
}

    .ht-footer .divider hr {
        width: 100%;
        background: #063;
        border: 1px solid dotted;
        display: block;
    }

.ht-footer .ht-footer-bottom .ht-copyright-area p {
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}

    .ht-footer .ht-footer-bottom .ht-copyright-area p a {
        color: #063;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
    }

.home4-footer {
    background: #fff6f6;
}

    .home4-footer .foo4-shapes img {
        width: initial;
    }

    .home4-footer .foo4-shapes .fooshape-1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .home4-footer .foo4-shapes .fooshape-1 {
        opacity: 0.2;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .home4-footer .foo4-shapes .fooshape-1 {
        opacity: 0.2;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home4-footer .foo4-shapes .fooshape-1 {
        opacity: 0.2;
    }
}

@media (max-width: 991.98px) {
    .home4-footer .foo4-shapes .fooshape-1 {
        opacity: 0.2;
    }
}

.home4-footer .foo4-shapes .fooshape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .home4-footer .foo4-shapes .fooshape-2 {
        opacity: 0.2;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .home4-footer .foo4-shapes .fooshape-2 {
        opacity: 0.2;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home4-footer .foo4-shapes .fooshape-2 {
        opacity: 0.2;
    }
}

@media (max-width: 991.98px) {
    .home4-footer .foo4-shapes .fooshape-2 {
        opacity: 0.2;
    }
}

.home4-footer .foo4-shapes .fooshape-3 {
    position: absolute;
    top: 60px;
    left: 50px;
}

.home4-footer .foo4-shapes .fooshape-4 {
    position: absolute;
    top: 0;
    right: 0;
}

.home4-footer .widget.overlay-white {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

    .home4-footer .widget.overlay-white .logo {
        margin: 0 auto 20px auto;
        position: relative;
        z-index: 1;
    }

    .home4-footer .widget.overlay-white .foo4-tel {
        color: #76459d;
    }

    .home4-footer .widget.overlay-white h6,
    .home4-footer .widget.overlay-white ul,
    .home4-footer .widget.overlay-white a,
    .home4-footer .widget.overlay-white p {
        z-index: 1;
        position: relative;
    }

    .home4-footer .widget.overlay-white::after {
        content: "";
        position: absolute;
        top: -80px;
        left: 0;
        width: 100%;
        height: 150%;
        background: #fff;
        z-index: 0;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .home4-footer .widget.overlay-white::after {
        top: -20px;
        height: 120%;
    }
}

@media (max-width: 767.98px) {
    .home4-footer .widget.overlay-white::after {
        top: -27px;
        height: 125%;
    }
}

.home4-footer .ht-footer-bottom .social-box {
    display: flex;
}

    .home4-footer .ht-footer-bottom .social-box a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background: #76459d;
        color: #fff;
        display: block;
        transition: all 0.3s ease-in;
        border: 1px solid transparent;
        margin-right: 20px;
    }

        .home4-footer .ht-footer-bottom .social-box a:hover {
            background: #fff;
            color: #76459d;
            border: 1px solid #76459d;
        }

        .home4-footer .ht-footer-bottom .social-box a:last-child {
            margin-right: 0;
        }

.pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .pagination ul li {
        background-color: transparent;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ff9d2d;
    }

        .pagination ul li a {
            color: #ff9d2d;
            display: block;
            font-size: 14px;
        }

    .pagination ul .prev,
    .pagination ul .next {
        background-color: #ff9d2d;
        height: 35px;
        width: 65px;
        padding: 5px 15px;
        border-radius: 38px;
    }

        .pagination ul .prev a,
        .pagination ul .next a {
            color: #fff;
        }

    .pagination ul .pagination-dot {
        border: none;
        color: #ff9d2d;
    }

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preloader-inner .cancel-preloader {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

        .preloader-inner .cancel-preloader a {
            background-color: #fff;
            font-weight: 600;
            text-transform: capitalize;
            color: #ff9d2d;
            width: 200px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 30px;
            display: block;
            transition: all 0.3s ease-in;
        }

            .preloader-inner .cancel-preloader a:hover {
                background-color: #2a435d;
                color: #fff;
            }

.spinner {
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 15px;
        height: 15px;
        background-color: #ff9d2d;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btn {
    /*background: #ff9d2d;*/
    background: #ff9d2d;
    padding: 12px 40px;
    color: #fff;
    font-size: 18px;
    /* font-family: 'Amaranth', sans-serif;
*/font-family: 'Martian Mono', monospace;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 7px;
    transition: 0.3s;
}

    .btn:focus {
        outline: none;
    }

    .btn:focus-visible {
        outline: none;
    }

    .btn:hover {
        background: transparent;
        border: 1px solid #ff9d2d;
        color: #ff9d2d;
    }

.btn2 {
    background: #063;
    padding: 12px 40px;
    color: #fff;
    font-size: 18px;
 font-family: 'Amaranth', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 7px;
    transition: 0.3s;
}

    .btn2:focus {
        outline: none;
    }

    .btn2:focus-visible {
        outline: none;
    }

    .btn2:hover {
        background: transparent;
        border: 1px solid #063;
        color: #063;
    }

.btn3 {
    background: #76459d;
    color: #fff;
}

    .btn3:focus {
        outline: none;
    }

    .btn3:focus-visible {
        outline: none;
    }

    .btn3:hover {
        background: transparent;
        border: 1px solid #76459d;
        color: #76459d;
    }

.form-area {
    margin-top: -33px;
    z-index: 1;
    overflow: hidden;
}

    .form-area .form-box {
        padding-left: 40px;
        padding-right: 40px;
        box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
        background: #fff;
        position: relative;
    }

        .form-area .form-box .form-shapes img {
            width: inherit;
        }

        .form-area .form-box .form-shapes .fs-1 {
            position: absolute;
            top: 0;
            left: -14px;
        }

        .form-area .form-box .form-shapes .fs-2 {
            position: absolute;
            top: 0;
            right: -14px;
        }

        .form-area .form-box .form-shapes .fs-3 {
            position: absolute;
            top: 97px;
            left: 115px;
            width: 70px;
        }

        .form-area .form-box .form-shapes .fs-4 {
            position: absolute;
            top: 97px;
            right: 115px;
            width: 70px;
        }

        .form-area .form-box .form-shapes .fs-5 {
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 70px;
        }

@media (max-width: 767.98px) {
    .form-area .form-box .form-shapes .fs-5 {
        display: none;
    }
}

.form-area .form-box .form-shapes .fs-6 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70px;
}

@media (max-width: 767.98px) {
    .form-area .form-box .form-shapes .fs-6 {
        display: none;
    }
}

.form-area .form-box .form-shapes .fs-7 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
}

.form-area .form-box .form-shapes .fs-8 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 50px;
}

@media (max-width: 767.98px) {
    .form-area .form-box {
        background-image: inherit;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .form-area .form-box {
        background-image: inherit;
    }
}

.form-area .form-box .form-wraper .form-item2 {
    width: 23%;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .form-area .form-box .form-wraper .form-item2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .form-area .form-box .form-wraper .form-item2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.form-area .form-box .form-wraper button {
    background: #ff9d2d;
    padding: 12px 40px;
    color: #fff;
    font-size: 16px;
 font-family: 'Amaranth', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid transparent;
    transition: 0.3s;
}

    .form-area .form-box .form-wraper button:hover {
        background: transparent;
        color: #ff9d2d;
        border: 1px solid #ff9d2d;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .form-area .form-box .form-wraper button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .form-area .form-box .form-wraper button {
        width: 100%;
    }
}

.newsletter {
    margin-bottom: 20px;
}

    .newsletter form {
        display: flex;
    }

@media (min-width: 992px) {
    .newsletter form {
        margin-top: 5px;
    }
}

.newsletter input {
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #fff;
    padding: 10px;
    background: #000;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsletter input {
        width: 75%;
    }
}

.newsletter button {
    background: #ff9d2d;
    color: #fff;
    border: 1px solid transparent;
    padding: 10px 20px;
    margin-left: -13px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsletter button {
        margin-left: -4px;
        width: 25%;
    }
}

.newsletter.newsletter-2 form {
    display: block;
}

.newsletter.newsletter-2 select {
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #2a435d;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.newsletter.newsletter-2 input {
    color: #2a435d;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}

.newsletter.newsletter-2 .btn {
    border-radius: 5px;
    padding: 10px 55px;
    margin-left: 3px;
    width: 100%;
}

    .newsletter.newsletter-2 .btn:hover {
        background: transparent;
        color: #ff9d2d;
        border: 1px solid #ff9d2d;
    }

@media (max-width: 575.98px) {
    .newsletter.newsletter-3 {
        justify-content: center;
    }
}

.newsletter.newsletter-3 form {
    position: relative;
}

.newsletter.newsletter-3 input {
    padding: 12px 70px 12px 20px;
    border-radius: 10px;
    width: 100%;
    background: #fff8ee;
    color: #2a435d;
}

.newsletter.newsletter-3 button {
    position: absolute;
    right: 2%;
    top: 13%;
    background-color: #063;
    padding: 5px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.newsletter.newsletter-4 button {
    background: #76459d !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsletter.newsletter-4 button {
        right: 3%;
        top: -3%;
        padding: 4px 8px;
    }
}

.writeto-us .contact-form-area {
    box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
    background: #fff;
    padding: 40px 22px;
}

    .writeto-us .contact-form-area h3 {
        font-weight: 700;
        margin-bottom: 40px;
    }

        .writeto-us .contact-form-area h3 span {
            color: #ff9d2d;
        }

    .writeto-us .contact-form-area form input {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 40px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        text-transform: capitalize;
    }

    .writeto-us .contact-form-area form textarea {
        width: 100%;
        padding: 20px 40px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        text-transform: capitalize;
    }

    .writeto-us .contact-form-area form button {
        margin-top: 30px;
    }

.home4-contact-form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-transform: capitalize;
}

.home4-contact-form textarea {
    width: 100%;
    padding: 20px 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-transform: capitalize;
}

.home4-contact-form ::placeholder {
    opacity: 0.8;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-22 {
    padding-top: 22px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-145 {
    padding-top: 145px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-180 {
    padding-top: 180px;
}

.padding-top-220 {
    padding-top: 220px;
}

.padding-top-240 {
    padding-top: 240px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-135 {
    padding-bottom: 135px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.padding-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-right-80 {
    margin-right: 80px;
}

.margin-right-90 {
    margin-right: 90px;
}

.margin-right-100 {
    margin-right: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-10 {
    margin: 10px 0;
}

.margin-20 {
    margin: 10px 0;
}

.margin-30 {
    margin: 10px 0;
}

.margin-40 {
    margin: 10px 0;
}

.margin-50 {
    margin: 10px 0;
}

.margin-60 {
    margin: 10px 0;
}

.margin-70 {
    margin: 10px 0;
}

.margin-80 {
    margin: 10px 0;
}

.margin-90 {
    margin: 10px 0;
}

.margin-100 {
    margin: 10px 0;
}

.meddy-bg {
    background-color: #fcdbb3 !important;
}

.meddy-deep-bg {
    background-color: #ffc6cd !important;
}

.purple-lite-bg {
    background-color: #ffdcfd !important;
}

.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.item-zooming {
    -webkit-animation: zooming 3s infinite ease-in-out;
    -o-animation: zooming 3s infinite ease-in-out;
    -ms-animation: zooming 3s infinite ease-in-out;
    -moz-animation: zooming 3s infinite ease-in-out;
    animation: zooming 3s infinite ease-in-out;
}

@keyframes zooming {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.item-ripple {
    -webkit-animation: ripple 3s infinite ease-in-out;
    -o-animation: ripple 3s infinite ease-in-out;
    -ms-animation: ripple 3s infinite ease-in-out;
    -moz-animation: ripple 3s infinite ease-in-out;
    animation: ripple 3s infinite ease-in-out;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.2), 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(204, 51, 51, 0.2), 0 0 0 40px rgba(204, 51, 51, 0.1), 0 0 0 60px rgba(204, 51, 51, 0);
    }
}

.item-ripple2 {
    -webkit-animation: ripple2 3s infinite ease-in-out;
    -o-animation: ripple2 3s infinite ease-in-out;
    -ms-animation: ripple2 3s infinite ease-in-out;
    -moz-animation: ripple2 3s infinite ease-in-out;
    animation: ripple2 3s infinite ease-in-out;
}

@keyframes ripple2 {
    0% {
        box-shadow: 0 0 0 0 rgba(118, 69, 157, 0.2), 0 0 0 20px rgba(118, 69, 157, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(118, 69, 157, 0.2), 0 0 0 40px rgba(118, 69, 157, 0.1);
    }
}

.item-animateOne {
    -webkit-animation: animateOne 15s infinite ease-in-out;
    -o-animation: animateOne 15s infinite ease-in-out;
    -ms-animation: animateOne 15s infinite ease-in-out;
    -moz-animation: animateOne 15s infinite ease-in-out;
    animation: animateOne 15s infinite ease-in-out;
}

@-webkit-keyframes animateOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animateOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.item-animateTwo {
    -webkit-animation: animateTwo 15s infinite ease-in-out;
    -o-animation: animateTwo 15s infinite ease-in-out;
    -ms-animation: animateTwo 15s infinite ease-in-out;
    -moz-animation: animateTwo 15s infinite ease-in-out;
    animation: animateTwo 15s infinite ease-in-out;
}

@-webkit-keyframes animateTwo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes animateTwo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.scrollup {
    background: #ff9d2d;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: none;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 9999;
}

    .scrollup:hover {
        background: #2a435d;
    }

.scrollup2 {
    background: #063;
}

.scrollup4 {
    background: #76459d;
}

.banner-area {
    position: relative;
    background-color: #131313;
    overflow: hidden;
}

    .banner-area:before {
        content: "";
        position: absolute;
        top: 0;
        right: 20%;
        width: 450px;
        height: 100%;
        background-color: #271c0a;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area:before {
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-area:before {
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-area .banner-shapes {
        display: none;
    }
}

.banner-area .banner-shapes img {
    width: inherit;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-shapes img {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-shapes img {
        width: 60%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .banner-area .banner-shapes img {
        width: 60%;
    }
}

.banner-area .banner-shapes .b-shape-1 {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

.banner-area .banner-shapes .b-shape-2 {
    position: absolute;
    top: 50%;
    left: 3%;
}

.banner-area .banner-shapes .b-shape-3 {
    position: absolute;
    top: 17%;
    left: 2%;
    width: 100px;
    z-index: 0;
}

.banner-area .banner-shapes .b-shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-area .banner-shapes .b-shape-5 {
    position: absolute;
    top: 0;
    left: 0;
}

.banner-area .banner-content {
    padding-top: 110px;
    padding-bottom: 80px;
    position: relative;
    z-index: 998;
}

@media (max-width: 767.98px) {
    .banner-area .banner-content {
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content {
        padding-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content {
        padding-top: 40px;
    }
}

.banner-area .banner-content h1 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

    .banner-area .banner-content h1 span {
        color: #f93;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .banner-area .banner-content h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
}

.banner-area .banner-content .buyone-shape {
    display: flex;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .banner-area .banner-content .buyone-shape {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content .buyone-shape {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .buyone-shape {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .banner-area .banner-content .buyone-shape {
        margin-bottom: 20px;
    }
}

.banner-area .banner-content .buyone-shape .banner-tag {
    border: 1px dotted #fff;
    border-right: none;
    display: flex;
    padding: 10px;
    padding-right: 40px;
    align-items: center;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

@media (max-width: 575.98px) {
    .banner-area .banner-content .buyone-shape .banner-tag {
        padding-right: 2px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .buyone-shape .banner-tag {
        padding-right: 12px;
    }
}

.banner-area .banner-content .buyone-shape .banner-tag h5 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .buyone-shape .banner-tag h5 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content .buyone-shape .banner-tag h5 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .banner-area .banner-content .buyone-shape .banner-tag h5 {
        font-size: 20px;
    }
}

.banner-area .banner-content .buyone-shape .banner-badge {
    font-size: 30px;
 font-family: 'Amaranth', sans-serif;
    font-weight: 700;
    background: #ff9d2d;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 575.98px) {
    .banner-area .banner-content .buyone-shape .banner-badge {
        padding: 10px 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .buyone-shape .banner-badge {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content .buyone-shape .banner-badge {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .banner-area .banner-content .buyone-shape .banner-badge {
        font-size: 24px;
    }
}

.banner-area .banner-content .buyone-shape .banner-badge::after {
    content: "";
    position: absolute;
    width: 22px;
    right: -39px;
    height: 14px;
    top: -1px;
    border-style: solid;
    border-width: 38px 0 28px 40px;
    border-color: transparent transparent transparent #ff9d2d;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .buyone-shape .banner-badge::after {
        border-width: 29px 0 28px 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content .buyone-shape .banner-badge::after {
        border-width: 29px 0 28px 40px;
    }
}

@media (max-width: 767.98px) {
    .banner-area .banner-content .buyone-shape .banner-badge::after {
        border-width: 29px 0 28px 40px;
    }
}

.banner-area .banner-content .order-box {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .banner-area .banner-content .order-box .order-img img {
        width: inherit;
    }

    .banner-area .banner-content .order-box .order-content {
        margin-left: 10px;
    }

        .banner-area .banner-content .order-box .order-content p {
            color: #fff;
            margin-bottom: 0;
            text-transform: capitalize;
        }

        .banner-area .banner-content .order-box .order-content span {
            color: #f93;
         font-family: 'Amaranth', sans-serif;
            font-weight: 700;
            font-size: 24px;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .order-box .order-content span {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content .order-box .order-content span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .banner-area .banner-content .order-box .order-content span {
        font-size: 16px;
    }
}

.banner-area .banner-content .order-box .btn {
    padding: 15px 40px;
    margin-left: 40px;
    position: relative;
    z-index: 999;
}

@media (max-width: 575.98px) {
    .banner-area .banner-content .order-box .btn {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .order-box .btn {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content .order-box .btn {
        margin-left: 10px;
    }
}

@media (max-width: 767.98px) {
    .banner-area .banner-content .order-box .btn {
        margin-left: 10px;
    }
}

.banner-area .banner-content .price {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .banner-area .banner-content .price {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-content .price {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-area .banner-content .price {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .banner-area .banner-content .price {
        margin-bottom: 20px;
    }
}

.banner-area .banner-content .price span {
    color: #f93;
    font-size: 36px;
    font-weight: 700;
}

.banner-area .banner-img {
    position: relative;
}

    .banner-area .banner-img .pizza-shapes img {
        width: inherit;
    }

    .banner-area .banner-img .pizza-shapes .p-shape-1 {
        position: absolute;
        bottom: -15%;
        left: -3%;
        width: 75px;
    }

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .banner-area .banner-img .pizza-shapes .p-shape-1 {
        bottom: -19%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .banner-area .banner-img .pizza-shapes .p-shape-1 {
        bottom: -21%;
    }
}

.banner-area .banner-img .pizza-shapes .p-shape-2 {
    position: absolute;
    right: -27%;
    top: 7%;
    width: 76px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .banner-area .banner-img .pizza-shapes .p-shape-2 {
        right: -3%;
        top: -9%;
        width: 80px;
    }
}

.banner-area .banner-img .pizza-shapes .p-shape-3 {
    position: absolute;
    right: -9%;
    top: -10%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .banner-area .banner-img .pizza-shapes .p-shape-3 {
        right: 2%;
        top: -6%;
    }
}

.banner-area .banner-img .pizza-shapes .p-shape-4 {
    width: 170px;
    top: 12%;
    position: absolute;
    left: -7%;
}

.banner-area .banner-img img {
    margin-left: 76px;
    width: 100%;
    margin-top: 5px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .banner-area .banner-img img {
        margin-left: 76px;
        width: inherit;
        margin-top: 5px;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .banner-area .banner-img img {
        margin-left: 76px;
        width: inherit;
        margin-top: 5px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .banner-area .banner-img img {
        margin-left: 76px;
        width: inherit;
    }
}

.common-title-area h3 {
    font-family: "Caveat", cursive;
    color: #ff9d2d;
}

.common-title-area h2 {
/*    font-weight: 900;
*/    font-weight: 700;
}

    .common-title-area h2 span {
        /* color: #ff9d2d; */
        color: #ff9d2d;
    }
.about-area {
    overflow: hidden;
}

    .about-area .about-left {
        margin-bottom: 60px;
        position: relative;
    }

        .about-area .about-left .about-l-shapes img {
            width: inherit;
        }

        .about-area .about-left .about-l-shapes .als-1 {
            position: absolute;
            right: 0%;
            bottom: 1%;
        }

        .about-area .about-left .gallery {
            transition: 0.3s;
        }

            .about-area .about-left .gallery:hover {
                transform: scale(1.1);
            }

        .about-area .about-left .about-gallery-1 {
            position: relative;
        }

            .about-area .about-left .about-gallery-1:hover::after {
                transform: scaleY(0);
                opacity: 0.5;
            }

            .about-area .about-left .about-gallery-1:hover::before {
                transform: scaleX(0);
                opacity: 0.5;
            }

            .about-area .about-left .about-gallery-1::after {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                background: #fff;
                transform: scaleY(1);
                transform-origin: 90%;
                transition-property: transform;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
                transition: 0.5s;
            }

            .about-area .about-left .about-gallery-1::before {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                background: #fff;
                transform: scaleX(1);
                transform-origin: 90%;
                transition-property: transform;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
                transition: 0.5s;
            }

        .about-area .about-left .about-gallery-2 {
            position: relative;
        }

            .about-area .about-left .about-gallery-2 .play-btn {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #fff;
                background: #ff9d2d;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                text-align: center;
            }

        .about-area .about-left .about-gallery-3 {
            position: relative;
        }

            .about-area .about-left .about-gallery-3:hover::after {
                transform: scaleY(0);
                opacity: 0.5;
            }

            .about-area .about-left .about-gallery-3:hover::before {
                transform: scaleX(0);
                opacity: 0.5;
            }

            .about-area .about-left .about-gallery-3::after {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                background: #fff;
                transform: scaleY(1);
                transform-origin: 90%;
                transition-property: transform;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
                transition: 0.5s;
            }

            .about-area .about-left .about-gallery-3::before {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                background: #fff;
                transform: scaleX(1);
                transform-origin: 90%;
                transition-property: transform;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
                transition: 0.5s;
            }

        .about-area .about-left .about-gallery-4 {
            border: 1px solid #e6e6e6;
            padding: 10px 40px;
            width: 200px;
            height: 150px;
            border-radius: 5px;
            position: relative;
            background: #ff9d2d;
            color: #fff;
        }

            .about-area .about-left .about-gallery-4 .mp {
                position: relative;
                z-index: 4;
            }

            .about-area .about-left .about-gallery-4 p {
                color: #fff;
                position: relative;
                z-index: 4;
                text-transform: capitalize;
            }

            .about-area .about-left .about-gallery-4 .g-s-4 {
                position: absolute;
                bottom: 0;
                right: -26px;
                opacity: 1;
                visibility: visible;
                width: 100px;
            }

                .about-area .about-left .about-gallery-4 .g-s-4 img {
                    width: 72%;
                }

            .about-area .about-left .about-gallery-4 .g-s-5 {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 1;
                visibility: visible;
                width: 50px;
            }

                .about-area .about-left .about-gallery-4 .g-s-5 img {
                    width: 72%;
                }

            .about-area .about-left .about-gallery-4:hover::after {
                visibility: visible;
                opacity: 0.9;
            }

            .about-area .about-left .about-gallery-4:hover span {
                color: #fff;
            }

            .about-area .about-left .about-gallery-4:hover p {
                color: #fff;
            }

            .about-area .about-left .about-gallery-4 .items {
             font-family: 'Amaranth', sans-serif;
                font-weight: 700;
                font-size: 30px;
                position: relative;
                z-index: 11;
            }

                .about-area .about-left .about-gallery-4 .items::after {
                    content: "+";
                    position: absolute;
                    right: -15px;
                    top: 0;
                }

    .about-area .about-right {
        position: relative;
    }

        .about-area .about-right .about-r-shapes img {
            width: inherit;
        }

        .about-area .about-right .about-r-shapes .as-1 {
            position: absolute;
            top: 30%;
            right: 16%;
        }

        .about-area .about-right h2 {
            font-weight: 900;
            margin-bottom: 30px;
        }

            .about-area .about-right h2 span {
                color: #ff9d2d;
            }

        .about-area .about-right p {
            margin-bottom: 20px;
        }

        .about-area .about-right .garlic-burger-card {
            background: #fff;
            box-shadow: 0px 5px 68px 0px rgba(0, 21, 100, 0.1);
            padding: 35px;
            display: flex;
            margin-bottom: 35px;
        }

            .about-area .about-right .garlic-burger-card .garlic-burger-img {
                margin-right: 20px;
                position: relative;
            }

                .about-area .about-right .garlic-burger-card .garlic-burger-img .price-badge {
                    position: absolute;
                    top: -17px;
                    left: 13px;
                }

                .about-area .about-right .garlic-burger-card .garlic-burger-img img {
                    width: inherit;
                }

@media (min-width: 768px) and (max-width: 991.98px) {
    .menu-area .menu-nav-wrapper .nav {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .menu-area .menu-nav-wrapper .nav {
        justify-content: center;
    }
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff9d2d;
    visibility: visible;
    opacity: 0.9;
    z-index: -1;
    transition: 0.5s;
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav h6 {
    color: #fff;
    transition: 0.5s;
}

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-4 {
    position: absolute;
    bottom: 0;
    right: -26px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

    .menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-4 img {
        width: 72%;
    }

.menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-5 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

    .menu-area .menu-nav-wrapper .nav-link.active .single-menu-nav .g-s-5 img {
        width: 72%;
    }

.menu-area .menu-items-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
    position: relative;
}

    .menu-area .menu-items-wrapper.menu-custom-padding {
        padding: 70px 50px;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .menu-area .menu-items-wrapper .menu-i-shapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .menu-area .menu-items-wrapper .menu-i-shapes {
        display: none;
    }
}

.menu-area .menu-items-wrapper .menu-i-shapes img {
    width: 75px;
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-1 {
    position: absolute;
    left: 31%;
    bottom: 12%;
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-3 {
    position: absolute;
    right: 37%;
    top: 35%;
}

.menu-area .menu-items-wrapper .menu-i-shapes .mis-4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu-area .menu-items-wrapper hr {
    border: 1px dashed #e6e6e6;
}

.menu-area .menu-items-wrapper a.btn {
    text-align: center;
}

    .menu-area .menu-items-wrapper a.btn:hover {
        border: 1px solid #ff9d2d;
        background: transparent;
        color: #ff9d2d;
    }

.single-menu-nav {
    width: 150px;
    height: 150px;
    padding: 25px 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
}

    .single-menu-nav .menu-img {
        position: static;
        z-index: 1;
    }

    .single-menu-nav h6 {
        position: static;
        z-index: 1;
        transition: 0.5s;
    }

    .single-menu-nav .g-s-4 {
        position: absolute;
        bottom: 0;
        right: -26px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

        .single-menu-nav .g-s-4 img {
            width: 72%;
        }

    .single-menu-nav .g-s-5 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

        .single-menu-nav .g-s-5 img {
            width: 72%;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-menu-nav {
        width: 120px;
        height: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-menu-nav {
        width: 120px;
        height: 130px;
    }
}

@media (max-width: 767.98px) {
    .single-menu-nav {
        width: 120px;
        height: 130px;
    }
}

.single-menu-nav .menu-img img {
    width: 80%;
}

.single-menu-nav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #ff9d2d;
    transition: 0.5s;
}

.single-menu-nav:hover .g-s-4 {
    opacity: 1;
    visibility: visible;
}

.single-menu-nav:hover .g-s-5 {
    opacity: 1;
    visibility: visible;
}

.single-menu-nav:hover::after {
    visibility: visible;
    opacity: 0.9;
    z-index: -1;
}

.single-menu-nav:hover h6 {
    color: #fff;
}

.single-menu-item {
    padding: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-menu-item {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .single-menu-item {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-menu-item {
        flex-direction: column;
        align-items: center;
    }
}

.single-menu-item .menu-img {
    margin-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-menu-item .menu-img {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .single-menu-item .menu-img {
        margin-right: 0;
    }
}

.single-menu-item .menu-img img {
    width: 100px;
    max-height: 100px;
    margin-right: 20px;
    border-radius: 58% 42% 49% 51% / 63% 55% 45% 37%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-menu-item .menu-content {
        text-align: center;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-menu-item .menu-content {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .single-menu-item .menu-content {
        text-align: center;
        margin-top: 20px;
    }
}

.single-menu-item .menu-content h5 {
    font-weight: 600;
    text-transform: capitalize;
}
    .single-menu-item .menu-content h5 a {
        color: #2a435d;
        transition: 0.3s;
        text-transform: capitalize;
    }

        .single-menu-item .menu-content h5 a:hover {
            color: #ff9d2d;
        }

.single-menu-item .menu-content p {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-menu-item .menu-content span {
 font-family: 'Amaranth', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2a435d;
    text-transform: capitalize;
}

.single-menu-item .menu-content .del {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.popular-dishes-area {
    background-image: linear-gradient(#fffbf1, #fff);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .popular-dishes-area .pshapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .popular-dishes-area .pshapes {
        display: none;
    }
}

.popular-dishes-area .pshapes img {
    width: inherit;
}

.popular-dishes-area .pshapes .ps-1 {
    position: absolute;
    top: 5%;
    right: 5%;
}

.popular-dishes-area .pshapes .ps-2 {
    position: absolute;
    top: 39%;
    left: 5%;
}

.popular-dishes-area .pshapes .ps-3 {
    position: absolute;
    top: 15%;
    left: 2%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .popular-dishes-area .pshapes .ps-3 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .popular-dishes-area .pshapes .ps-3 {
        display: none;
    }
}

.popular-dishes-area .pshapes .ps-4 {
    position: absolute;
    bottom: 21%;
    left: 0%;
}

.popular-dishes-area .pshapes .ps-5 {
    position: absolute;
    top: 37%;
    right: 0%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .popular-dishes-area .pshapes .ps-5 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .popular-dishes-area .pshapes .ps-5 {
        display: none;
    }
}

.popular-dishes-area .pshapes .ps-6 {
    position: absolute;
    bottom: 4%;
    right: 0%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .popular-dishes-area .pshapes .ps-6 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .popular-dishes-area .pshapes .ps-6 {
        display: none;
    }
}

.popular-dishes-area .popular-tab-nav .nav-link.active {
    background: #ff9d2d;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 5px;
}

.popular-dishes-area .popular-tab-nav .menu-text,
.popular-dishes-area .popular-tab-nav .nav-link {
    color: #2a435d;
    text-transform: capitalize;
    cursor: pointer;
}

.popular-dishes-area .popular-tab-nav .nav-link {
    padding: 10px 25px;
    transition: none;
}

    .popular-dishes-area .popular-tab-nav .nav-link:hover {
        border: none;
    }

.single-dishes {
    border: 1px solid #e6e6e6;
    padding: 20px;
    position: relative;
    transition: 0.3s;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
}

@media (max-width: 767.98px) {
    .single-dishes {
        text-align: center;
    }
}

.single-dishes:hover {
    border: 1px solid transparent;
    box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
}

    .single-dishes:hover .cart-opt {
        visibility: visible;
        opacity: 1;
    }

.single-dishes .dish-img {
    width: 140px;
    margin: 0 auto;
}

    .single-dishes .dish-img img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

.single-dishes .dish-content h5 {
    padding: 20px 0;
}

    .single-dishes .dish-content h5 a {
        color: #2a435d;
    }

        .single-dishes .dish-content h5 a:hover {
            color: #ff9d2d;
        }

.single-dishes .dish-content .price {
    font-weight: 700;
 font-family: 'Amaranth', sans-serif;
    font-size: 18px;
    color: #2a435d;
    text-transform: capitalize;
}

.single-dishes .dish-content .rating {
    font-weight: 700;
 font-family: 'Amaranth', sans-serif;
    font-size: 18px;
    color: #2a435d;
    text-transform: capitalize;
}

.single-dishes .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #2a435d;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
}

.single-dishes .badge-bg-color {
    background: #ff9d2d;
}

.single-dishes .badge-color {
    color: #ff9d2d !important;
}

.single-dishes .cart-opt {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

    .single-dishes .cart-opt span {
        border: 1px solid #ff9d2d;
        background: transparent;
        margin-bottom: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        display: block;
        text-align: center;
        transition: 0.5s;
    }

        .single-dishes .cart-opt span:hover {
            background: #ff9d2d;
        }

            .single-dishes .cart-opt span:hover a {
                color: #fff;
            }

        .single-dishes .cart-opt span a {
            color: #ff9d2d;
            transition: 0.5s;
        }

.banner-gallery img {
    width: inherit;
}

.banner-gallery h3 {
    color: #fff;
    font-weight: 900;
}

.banner-gallery h5 {
    color: #fff;
    font-weight: 900;
}

.banner-gallery p {
    color: #fff;
}

.banner-gallery a {
    text-transform: uppercase;
    font-weight: 600;
 font-family: 'Amaranth', sans-serif;
}

.banner-gallery .btn {
    padding: 8px 9px;
    border-radius: 8px;
}

.banner-gallery .gallery-img-1 {
    background: #000;
    position: relative;
    padding: 30px 20px;
    height: 270px;
}

    .banner-gallery .gallery-img-1:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-1:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-1::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-1::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-1 img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60%;
    }

    .banner-gallery .gallery-img-1 a {
        margin-top: 30px;
        transition: 0.3s;
    }

.banner-gallery .gallery-img-2 {
    background: #360;
    overflow: hidden;
    position: relative;
    padding: 30px 20px;
    height: 270px;
}

    .banner-gallery .gallery-img-2:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-2:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-2::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-2::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-2 .s11 {
        position: absolute;
        left: 79%;
        width: 75px;
        top: 9%;
    }

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-2 {
        margin-top: 30px;
    }
}

.banner-gallery .gallery-img-2 .gprice-1 {
    background: #ff9d2d;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
 font-family: 'Amaranth', sans-serif;
    position: absolute;
    top: 10%;
    left: 55%;
}

.banner-gallery .gallery-img-2 a {
    color: #fff;
    float: right;
}

    .banner-gallery .gallery-img-2 a:hover {
        color: #f93;
    }

.banner-gallery .gallery-img-2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
}

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-2 img {
        width: 47%;
    }
}

.banner-gallery .gallery-img-3 {
    background: #f93;
    position: relative;
    padding: 30px 20px;
    height: 270px;
    overflow: hidden;
}

    .banner-gallery .gallery-img-3:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-3:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-3::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-3::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-3 .s12 {
        position: absolute;
        right: -18%;
        width: 100px;
        top: -12%;
    }

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-3 .s12 {
        right: -5%;
        top: -4%;
    }
}

.banner-gallery .gallery-img-3 .s13 {
    position: relative;
    right: 0%;
    bottom: -15%;
    width: 75px;
}

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-3 {
        margin-top: 30px;
    }
}

.banner-gallery .gallery-img-3 .gprice-2 {
    background: #ff9d2d;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
 font-family: 'Amaranth', sans-serif;
    position: absolute;
    right: 11%;
    bottom: 40%;
}

.banner-gallery .gallery-img-3 a {
    color: #2a435d;
    margin-top: 30px;
    display: block;
}

    .banner-gallery .gallery-img-3 a:hover {
        color: #fff;
    }

.banner-gallery .gallery-img-3 img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-3 img {
        width: 53%;
    }
}

.banner-gallery .gallery-img-4 {
    background: #ff9d2d;
    height: 100%;
    position: relative;
    padding: 30px 20px;
    overflow: hidden;
    z-index: 1;
}

    .banner-gallery .gallery-img-4:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-4:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery .gallery-img-4::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-4::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery .gallery-img-4 .s14 {
        position: absolute;
        top: 0%;
        right: 38%;
        width: inherit;
    }

    .banner-gallery .gallery-img-4 .s15 {
        position: absolute;
        top: 0%;
        left: 0%;
        width: inherit;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-gallery .gallery-img-4 {
        height: 270px;
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-4 {
        height: 270px;
        margin-top: 30px;
    }
}

.banner-gallery .gallery-img-4 .btn {
    background: #fff;
    color: #ff9d2d;
    position: relative;
    z-index: 11;
}

    .banner-gallery .gallery-img-4 .btn:hover {
        background: transparent;
        color: white;
        border: 1px solid #fff;
    }

.banner-gallery .gallery-img-4 img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 149%;
    margin-right: -60%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-gallery .gallery-img-4 img {
        width: 88%;
        margin-right: -60%;
    }
}

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-4 img {
        width: 87%;
        margin-right: -54%;
    }
}

.banner-gallery .gallery-img-4 .gprice-4 {
    position: absolute;
    top: 49%;
    right: 4%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-gallery .gallery-img-4 .gprice-4 {
        top: 59%;
        right: 32%;
    }
}

@media (max-width: 767.98px) {
    .banner-gallery .gallery-img-4 .gprice-4 {
        top: 79%;
        right: 31%;
    }
}

.banner-gallery .gallery-img-4 .gprice-4 img {
    width: inherit;
}

.banner-gallery .gallery-img-4 a {
    margin-top: 30px;
}

    .banner-gallery .gallery-img-4 a:hover {
        color: #fff;
    }

.countdown-area {
    background: #000;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .countdown-area .countdown-shapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .countdown-area .countdown-shapes {
        display: none;
    }
}

.countdown-area .countdown-shapes img {
    width: inherit;
}

.countdown-area .countdown-shapes .cs-1 {
    position: absolute;
    top: 30%;
    right: 0%;
}

.countdown-area .countdown-shapes .cs-2 {
    position: absolute;
    bottom: 16%;
    left: 22%;
}

.countdown-area .countdown-shapes .cs-3 {
    position: absolute;
    bottom: 13%;
    left: 5%;
}

.countdown-area .countdown-shapes .cs-4 {
    position: absolute;
    top: 50%;
    left: 5%;
}

.countdown-area .countdown-shapes .cs-5 {
    position: absolute;
    top: 0%;
    right: 0%;
}

.countdown-area .countdown-shapes .cs-6 {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

.countdown-area .countdown-shapes .cs-7 {
    position: absolute;
    top: 0%;
    left: 0%;
}

.countdown-area .countdown-left {
    position: relative;
}

    .countdown-area .countdown-left span img {
        width: 90px;
    }

    .countdown-area .countdown-left span.cs-1 {
        position: absolute;
        bottom: -7%;
        left: 10%;
    }

    .countdown-area .countdown-left span.cs-2 {
        position: absolute;
        top: 24%;
        right: -22%;
    }

    .countdown-area .countdown-left span.cs-3 {
        position: absolute;
        bottom: -12%;
        left: 56%;
    }

    .countdown-area .countdown-left span.cs-4 {
        position: absolute;
        right: -33%;
        top: 50%;
        width: 90px;
    }

        .countdown-area .countdown-left span.cs-4 img {
            width: 100%;
        }

    .countdown-area .countdown-left span.cs-5 {
        position: absolute;
        bottom: 3%;
        left: 91%;
    }

    .countdown-area .countdown-left span.cs-6 {
        position: absolute;
        top: -2%;
        right: 8%;
    }

    .countdown-area .countdown-left span.cs-7 {
        position: absolute;
        top: 24%;
        left: -5%;
    }

        .countdown-area .countdown-left span.cs-7 img {
            width: 170px;
        }

    .countdown-area .countdown-left span.cs-8 {
        position: absolute;
        top: 45%;
        left: -5%;
        width: 70px;
    }

        .countdown-area .countdown-left span.cs-8 img {
            width: 100%;
        }

    .countdown-area .countdown-left img {
        width: 134%;
        margin-left: -90px;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .countdown-area .countdown-left img {
        margin-left: -29px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .countdown-area .countdown-left img {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .countdown-area .countdown-left img {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .countdown-area .countdown-right {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .countdown-area .countdown-right {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .countdown-area .countdown-right .common-title-area {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .countdown-area .countdown-right .common-title-area {
        text-align: center;
    }
}

.countdown-area .countdown-right .common-title-area h3 {
    font-weight: 400;
}

.countdown-area .countdown-right .common-title-area h2 {
    color: #fff;
    padding-bottom: 30px;
    text-transform: uppercase;
}

    .countdown-area .countdown-right .common-title-area h2 span {
        color: #f93;
    }

.countdown-area .countdown-right .common-title-area p {
    color: #fff;
    text-transform: capitalize;
}

.countdown-area .count-box {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

@media (max-width: 575.98px) {
    .countdown-area .count-box {
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .countdown-area .count-box {
        flex-wrap: nowrap;
    }
}

.countdown-area .count-box span {
 font-family: 'Amaranth', sans-serif;
    font-weight: 900;
    font-size: 48px;
}

.countdown-area .count-box p {
    color: #fff;
    text-transform: capitalize;
}

.countdown-area .count-box .seperator {
 font-family: 'Amaranth', sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #ff9d2d;
}

.testimonial {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial .testi-shapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .testimonial .testi-shapes {
        display: none;
    }
}

.testimonial .testi-shapes img {
    width: inherit;
}

.testimonial .testi-shapes .ts-1 {
    position: absolute;
    top: 24%;
    left: 0;
}

.testimonial .testi-shapes .ts-2 {
    position: absolute;
    top: 50%;
    right: 0;
}

.testimonial .testi-shapes .ts-3 {
    position: absolute;
    top: 20%;
    right: 5%;
}

.testimonial .testi-shapes .ts-4 {
    position: absolute;
    top: 35%;
    right: 19%;
}

.single-testimonial {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 0 15px 40px 15px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 10px 30px;
}

    .single-testimonial .tin-shapes img {
        width: inherit;
    }

    .single-testimonial .tin-shapes .tsin-1 {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: -8%;
        transition: 0.3s;
    }

    .single-testimonial:hover {
        box-shadow: 0 5px 20px rgba(42, 67, 93, 0.1);
        background: #fff;
        border: 1px solid transparent;
        transition: 0.3s;
    }

    .single-testimonial .testi-top {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

        .single-testimonial .testi-top .testi-img img {
            width: inherit;
        }

        .single-testimonial .testi-top .testi-meta {
            padding-top: 15px;
            padding-left: 15px;
        }

            .single-testimonial .testi-top .testi-meta p {
                margin-bottom: 0;
            }

            .single-testimonial .testi-top .testi-meta .testi-rating span {
                color: #f93;
            }

.single-gallery-img {
    margin-right: 15px;
    position: relative;
}

    .single-gallery-img span {
        position: absolute;
        font-size: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 11;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .single-gallery-img:hover::after {
        opacity: 0.8;
        visibility: visible;
    }

    .single-gallery-img:hover span {
        opacity: 1;
        visibility: visible;
    }

    .single-gallery-img::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ff9d2d;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

.delivery-area {
    background: #fff8ee;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .delivery-area .del-shapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .delivery-area .del-shapes {
        display: none;
    }
}

.delivery-area .del-shapes img {
    width: inherit;
}

.delivery-area .del-shapes .ds-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.delivery-area .del-shapes .ds-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -53px;
    margin-bottom: -17px;
}

.delivery-area .del-shapes .ds-3 {
    position: absolute;
    top: 40%;
    left: 4%;
}

.delivery-area .del-shapes .ds-4 {
    position: absolute;
    right: 10%;
    top: 38%;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .delivery-area .delivery-left img {
        width: 113%;
        margin-left: -105px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .delivery-area .delivery-left img {
        width: 113%;
        margin-left: -105px;
    }
}

.delivery-area .delivery-right h2 {
    margin-bottom: 30px;
}

.delivery-area .delivery-right .order-box {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .delivery-area .delivery-right .order-box .order-img img {
        width: inherit;
    }

    .delivery-area .delivery-right .order-box .order-content {
        margin-left: 10px;
    }

        .delivery-area .delivery-right .order-box .order-content p {
            color: #2a435d;
            margin-bottom: 0;
            text-transform: capitalize;
        }

        .delivery-area .delivery-right .order-box .order-content span {
            color: #ff9d2d;
         font-family: 'Amaranth', sans-serif;
            font-weight: 700;
            font-size: 24px;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .delivery-area .delivery-right .order-box .order-content span {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .delivery-area .delivery-right .order-box .order-content span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .delivery-area .delivery-right .order-box .order-content span {
        font-size: 16px;
    }
}

.delivery-area .delivery-right .order-box .btn {
    padding: 15px 40px;
    margin-left: 40px;
}

    .delivery-area .delivery-right .order-box .btn:hover {
        border: 1px solid #ff9d2d;
        color: #ff9d2d;
    }

@media (max-width: 575.98px) {
    .delivery-area .delivery-right .order-box .btn {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .delivery-area .delivery-right .order-box .btn {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .delivery-area .delivery-right .order-box .btn {
        margin-left: 10px;
    }
}

@media (max-width: 767.98px) {
    .delivery-area .delivery-right .order-box .btn {
        margin-left: 10px;
    }
}

.blog-area {
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-area .blog-shapes {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-area .blog-shapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .blog-area .blog-shapes {
        display: none;
    }
}

.blog-area .blog-shapes img {
    width: inherit;
}

.blog-area .blog-shapes .bs-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.single-blog {
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
}

    .single-blog .blog-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

        .single-blog .blog-img a img {
            transition: 0.3s;
        }

            .single-blog .blog-img a img:hover {
                transform: scale(1.1);
            }

        .single-blog .blog-img .b-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #ff9d2d;
            color: #fff;
            padding: 3px 17px;
        }

            .single-blog .blog-img .b-badge .date a {
             font-family: 'Amaranth', sans-serif;
                font-size: 24px;
                font-weight: 700;
                color: #fff;
            }

            .single-blog .blog-img .b-badge .month a {
                font-family: "Roboto", sans-serif;
                font-weight: 500;
                text-transform: capitalize;
                color: #fff;
                transition: 0.3s;
            }

    .single-blog .blog-meta {
        padding: 20px 0;
        text-transform: capitalize;
    }

        .single-blog .blog-meta a {
            color: #2a435d;
            transition: 0.3s;
            font-weight: 500;
        }

            .single-blog .blog-meta a:hover {
                color: #ff9d2d;
            }

    .single-blog h4 a {
        color: #2a435d;
        transition: 0.3s;
    }

        .single-blog h4 a:hover {
            color: #ff9d2d;
        }

ul.slick-dots {
    text-align: center;
}

    ul.slick-dots li {
        display: inline-block;
        margin-left: 10px;
    }

    ul.slick-dots button {
        font-size: 0;
        width: 4px;
        height: 4px;
        padding: 2px;
        border-radius: 50%;
        border: none;
        display: block;
        background-color: #2a435d;
    }

    ul.slick-dots li.slick-active button {
        transform: scale(2.2);
        background: #ff9d2d;
    }

.foods-counter {
    margin-top: -64px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .foods-counter {
        margin-top: 0;
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {
    .foods-counter {
        margin-top: 0;
        padding-top: 120px;
    }
}

.single-food {
    border: 1px solid transparent;
    padding: 10px 40px;
    border-radius: 5px;
    position: relative;
    background: #ff9d2d;
    margin-bottom: 20px;
}

    .single-food span {
        color: #fff;
    }

    .single-food p {
        color: #fff;
        text-transform: capitalize;
    }

    .single-food img {
        width: 100px;
        padding: 10px;
        height: 90px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .single-food .g-s-4 {
        position: absolute;
        bottom: 0;
        right: -26px;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

        .single-food .g-s-4 img {
            width: 72%;
        }

    .single-food .g-s-5 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

        .single-food .g-s-5 img {
            width: 72%;
        }

    .single-food::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ff9d2d;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .single-food .items {
     font-family: 'Amaranth', sans-serif;
        font-weight: 700;
        font-size: 30px;
    }

        .single-food .items::after {
            content: "+";
        }

    .single-food.orange {
        background-color: #f93;
    }

.about-area2 .about-left .about-l-shapes .als-1 {
    position: absolute;
    left: -5%;
    top: 9%;
}

.about-area2 .about-left .about-gallery-2:hover::after {
    transform: scaleY(0);
    opacity: 0.5;
}

.about-area2 .about-left .about-gallery-2:hover::before {
    transform: scaleX(0);
    opacity: 0.5;
}

.about-area2 .about-left .about-gallery-2::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    transform: scaleY(1);
    transform-origin: 90%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition: 0.5s;
}

.about-area2 .about-left .about-gallery-2::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: 90%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition: 0.5s;
}

.about-area2 .about-left .about-gallery-5:hover::after {
    transform: scaleY(0);
    opacity: 0.5;
}

.about-area2 .about-left .about-gallery-5:hover::before {
    transform: scaleX(0);
    opacity: 0.5;
}

.about-area2 .about-left .about-gallery-5::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    transform: scaleY(1);
    transform-origin: 90%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition: 0.5s;
}

.about-area2 .about-left .about-gallery-5::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: 90%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition: 0.5s;
}

.about-area2 .about-left .about-gallery-5 img {
    height: 100%;
}

.about-area2 .about-right .history-tab {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 21, 100, 0.1);
}

    .about-area2 .about-right .history-tab p {
        margin-bottom: 30px;
    }

    .about-area2 .about-right .history-tab .nav {
        justify-content: space-between;
        background: #e6e6e6;
        margin-top: 28px;
        transition: 0.5s;
    }

        .about-area2 .about-right .history-tab .nav .nav-link {
            color: #2a435d;
         font-family: 'Amaranth', sans-serif;
            text-transform: capitalize;
            font-weight: 600;
            padding: 13px 45px;
            border-radius: 0;
            transition: 0.5s;
            cursor: pointer;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-area2 .about-right .history-tab .nav .nav-link {
        padding: 13px 32px;
    }
}

@media (max-width: 575.98px) {
    .about-area2 .about-right .history-tab .nav .nav-link {
        padding: 13px 14px;
    }
}

.about-area2 .about-right .history-tab .nav .nav-link.active {
    transition: 0.5s;
    color: #fff;
    background: #ff9d2d;
}

.about-area2 .about-right .history-tab .his-content {
    padding: 33px;
}

    .about-area2 .about-right .history-tab .his-content .sig-wrapper {
        position: relative;
    }

        .about-area2 .about-right .history-tab .his-content .sig-wrapper img {
            width: inherit;
        }

        .about-area2 .about-right .history-tab .his-content .sig-wrapper .sig-img::after {
            content: "";
            width: 50px;
            background: #ff9d2d;
            height: 2px;
            position: absolute;
            left: -6%;
            top: 44%;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-area2 .about-right .history-tab .his-content .sig-wrapper .sig-img::after {
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-area2 .about-right .history-tab .his-content .sig-wrapper .sig-img::after {
        left: 0%;
    }
}

@media (max-width: 767.98px) {
    .about-area2 .about-right .history-tab .his-content .sig-wrapper .sig-img::after {
        display: none;
    }
}

.about-area2 .about-right .history-tab .his-content .sig-wrapper .sig-img span {
    text-transform: capitalize;
    margin-left: 10px;
}

.about-area2 .about-right .history-tab .his-content .sig-wrapper .btn {
    padding: 10px 20px;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    .about-area2 .about-right .history-tab .his-content .sig-wrapper .btn {
        margin-top: 20px;
    }
}

.about-area2 .about-right .history-tab .his-content .sig-wrapper .btn:hover {
    background: transparent;
    color: #ff9d2d;
    border: 1px solid #ff9d2d;
}

.delicious-area {
    background-image: url("../images/bg/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

    .delicious-area .deli-shapes .ds-1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .delicious-area .deli-shapes .ds-2 {
        position: absolute;
        top: 14%;
        right: 6%;
        width: 75px;
    }

    .delicious-area .delicious-left {
        position: relative;
        z-index: 999;
    }

        .delicious-area .delicious-left h2 {
            color: #fff;
            padding-bottom: 30px;
        }

            .delicious-area .delicious-left h2 span {
                color: #f93;
            }

        .delicious-area .delicious-left .play-btn1 {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            color: #fff;
            margin-right: 10px;
            background: #ff9d2d;
            text-align: center;
            line-height: 50px;
            display: inline-block;
            transition: 0.3s;
        }

        .delicious-area .delicious-left .intro {
            color: #f93;
            text-transform: capitalize;
            transition: 0.3s;
        }

            .delicious-area .delicious-left .intro:hover {
                color: #ff9d2d;
            }

.team-area {
    background: #fff8ee;
    position: relative;
    overflow: hidden;
}

    .team-area .team-area-shapes img {
        width: 130px;
    }

    .team-area .team-area-shapes .ts-1 {
        position: absolute;
        left: 0%;
        top: 0%;
    }

    .team-area .team-area-shapes .ts-2 {
        position: absolute;
        right: -3%;
        bottom: -3%;
    }

.single-team {
    border: 1px solid #e6e6e6;
    padding: 25px 30px;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-left: 30px;
}

    .single-team:hover {
        background-color: #fff;
        box-shadow: 0px 0px 30px 0px rgba(0, 21, 100, 0.1);
        border: 1px solid transparent;
    }

    .single-team .s-t-img {
        width: 100px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .single-team .t-content h5 {
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .single-team .t-content h5:hover {
            color: #ff9d2d;
        }

    .single-team .t-social-b .follow {
     font-family: 'Amaranth', sans-serif;
        font-weight: 700;
        color: #2a435d;
        text-transform: capitalize;
    }

    .single-team .t-social-b .t-social {
        margin-left: 10px;
    }

        .single-team .t-social-b .t-social a {
            color: #2a435d;
            transition: 0.3s;
        }

            .single-team .t-social-b .t-social a:hover {
                color: #ff9d2d;
            }

.blog-area2 .blog-shapes .ba-1 {
    position: absolute;
}

.error-area {
    position: relative;
}

    .error-area .btn {
        outline: none;
    }

        .error-area .btn:focus {
            outline: none;
        }

        .error-area .btn:hover {
            color: #ff9d2d;
            border: 1px solid #ff9d2d;
            background: transparent;
        }

    .error-area .error-shapes img {
        width: inherit;
    }

@media (max-width: 767.98px) {
    .error-area .error-shapes {
        display: none;
    }
}

.error-area .error-shapes .e-s-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.error-area .error-shapes .e-s-2 {
    position: absolute;
    top: 20%;
    right: 0;
}

.checkout-area {
    position: relative;
}

    .checkout-area .cshapes img {
        width: inherit;
    }

    .checkout-area .cshapes .cs-1 {
        position: absolute;
        right: 21%;
        bottom: 22%;
    }

    .checkout-area .cshapes .cs-2 {
        position: absolute;
        left: 10%;
        top: 28%;
    }

    .checkout-area .cshapes .cs-3 {
        position: absolute;
        top: 6%;
        left: 2%;
    }

    .checkout-area .cshapes .cs-4 {
        position: absolute;
        bottom: 45%;
        left: 0%;
    }

    .checkout-area .cshapes .cs-5 {
        position: absolute;
        right: 0;
        top: 10%;
    }

    .checkout-area .cshapes .cs-6 {
        position: absolute;
        right: 0;
        bottom: 9%;
    }

    .checkout-area .checkout-left {
        padding: 50px 40px;
        background-color: #fffcf5;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .checkout-area .checkout-left h4 {
            margin-bottom: 30px;
        }

        .checkout-area .checkout-left input {
            width: 100%;
            border: 1px solid #e1e1e1;
            background: #fff;
            border-radius: 10px;
            padding: 10px 20px;
            margin-bottom: 20px;
            text-transform: capitalize;
        }

        .checkout-area .checkout-left select {
            width: 100%;
            border: 1px solid #e1e1e1;
            background: #fff;
            border-radius: 10px;
            padding: 10px 30px;
            margin-bottom: 20px;
        }

            .checkout-area .checkout-left select option {
                font-family: "Roboto", sans-serif;
                color: #2a435d;
            }

    .checkout-area .checkout-right {
        padding: 50px 40px;
        background-color: #fffcf5;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
    }

        .checkout-area .checkout-right h4 {
            margin-bottom: 30px;
        }

        .checkout-area .checkout-right a {
            color: #ff9d2d;
            transition: 0.3s;
        }

            .checkout-area .checkout-right a:hover {
                color: #f93;
            }

        .checkout-area .checkout-right .btn {
            width: 80%;
            transition: 0.3s;
            margin-top: 20px;
        }

            .checkout-area .checkout-right .btn:hover {
                border: 1px solid #ff9d2d;
                color: #ff9d2d;
                background: transparent;
            }

        .checkout-area .checkout-right .payment-img {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .checkout-area .checkout-right .payment-img img {
                width: inherit;
            }

        .checkout-area .checkout-right .pricing-box .bg-white {
            background: #fff;
            padding: 20px;
        }

        .checkout-area .checkout-right .pricing-box ul {
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
        }

            .checkout-area .checkout-right .pricing-box ul li {
                font-weight: 500;
            }

                .checkout-area .checkout-right .pricing-box ul li ul {
                    display: flex;
                    justify-content: space-between;
                }

        .checkout-area .checkout-right .pricing-box .total {
            color: #ff9d2d;
        }

        .checkout-area .checkout-right .pricing-box .uppercase {
            text-transform: uppercase;
            font-weight: 700;
        }

        .checkout-area .checkout-right .pricing-box .divider {
            width: 100%;
            height: 1px;
            background: #e1e1e1;
            margin-bottom: 20px;
        }

        .checkout-area .checkout-right .pricing-box label {
            text-transform: uppercase;
            font-weight: 400;
        }

.writeto-us {
    position: relative;
}

    .writeto-us .form-shapes img {
        width: inherit;
    }

    .writeto-us .form-shapes .fs1 {
        position: absolute;
        right: 14%;
        top: 7%;
    }

    .writeto-us .form-shapes .fs2 {
        position: absolute;
        bottom: 22%;
        left: 3%;
    }

    .writeto-us .form-shapes .fs3 {
        position: absolute;
        top: 50%;
    }

    .writeto-us .form-shapes .fs4 {
        position: absolute;
        bottom: 8%;
        right: 15%;
    }

    .writeto-us .form-shapes .fs5 {
        position: absolute;
        left: 12%;
        top: 8%;
    }

    .writeto-us .contact-form-area input {
        padding: 10px !important;
    }

    .writeto-us .contact-form-area textarea {
        padding: 10px !important;
    }

.info-area {
    position: relative;
}

    .info-area img {
        width: inherit;
    }

    .info-area .info-shapes .info-s-1 {
        position: absolute;
        left: 0;
        top: 3%;
        transform: rotate(-171deg);
    }

    .info-area .info-shapes .info-s-2 {
        position: absolute;
        right: 0;
        top: 3%;
    }

.single-info {
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    border-radius: 5px;
    height: 100%;
    background: #fff;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .single-info {
        height: inherit;
    }
}

.single-info .info-img {
    margin-right: 10px;
    margin-bottom: 20px;
}

    .single-info .info-img img {
        width: inherit;
    }

.single-info .info-content p {
    padding-top: 10px;
}

.map-area {
    position: relative;
}

@media (max-width: 767.98px) {
    .map-area .map-shapes {
        display: none;
    }
}

.map-area .map-shapes img {
    width: inherit;
}

.map-area .map-shapes .ms-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.map-area iframe {
    width: 100%;
}

.chicken-recipe-area {
    position: relative;
}

@media (max-width: 767.98px) {
    .chicken-recipe-area .recipe-shapes {
        display: none;
    }
}

.chicken-recipe-area .recipe-shapes img {
    width: inherit;
}

.chicken-recipe-area .recipe-shapes .rs1 {
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.chicken-recipe-area .recipe-shapes .rs2 {
    position: absolute;
    top: 60%;
    left: 5%;
}

.chicken-recipe-area .recipe-shapes .rs3 {
    position: absolute;
    right: 11%;
    top: 60%;
}

.chicken-recipe-area .recipe-left .product-content {
    position: relative;
}

    .chicken-recipe-area .recipe-left .product-content img {
        width: inherit;
    }

        .chicken-recipe-area .recipe-left .product-content img.mp {
            background: #ffedee;
            padding: 60px 20px;
            border-radius: 62% 38% 46% 54% / 44% 34% 66% 56%;
        }

    .chicken-recipe-area .recipe-left .product-content .pbadge {
        position: absolute;
        top: 13%;
        right: 25%;
        width: 100px;
    }

.chicken-recipe-area .recipe-left .pnav {
    position: relative;
    display: inline-block;
    width: 100px;
}

    .chicken-recipe-area .recipe-left .pnav img {
        background: #ffedee;
        padding: 20px;
        width: 100px;
        border-radius: 62% 38% 46% 54% / 44% 34% 66% 56%;
    }

        .chicken-recipe-area .recipe-left .pnav img:hover {
            background: #ff9d2d;
        }

.chicken-recipe-area .recipe-right h2 {
    margin-bottom: 30px;
}

.chicken-recipe-area .recipe-right .chickens-inforbar {
    background: #ffedee;
    margin-bottom: 30px;
}

    .chicken-recipe-area .recipe-right .chickens-inforbar span {
        text-transform: capitalize;
    }

    .chicken-recipe-area .recipe-right .chickens-inforbar .cp {
     font-family: 'Amaranth', sans-serif;
        font-size: 30px;
        color: #2a435d;
        font-weight: 700;
    }

        .chicken-recipe-area .recipe-right .chickens-inforbar .cp del {
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-weight: 400;
        }

    .chicken-recipe-area .recipe-right .chickens-inforbar .rate {
        background: #ff9d2d;
        color: #fff;
        padding: 0 5px;
    }

    .chicken-recipe-area .recipe-right .chickens-inforbar .colored {
        color: #ff9d2d;
    }

.chicken-recipe-area .recipe-right .chickens-details {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .chicken-recipe-area .recipe-right .chickens-details label {
        text-transform: capitalize;
        font-weight: 700;
    }

    .chicken-recipe-area .recipe-right .chickens-details input {
        width: 70px;
        background: #ffedee;
        border: 1px solid transparent;
        text-align: center;
    }

.chicken-recipe-area .recipe-right .chickens-meta {
    margin-bottom: 30px;
}

    .chicken-recipe-area .recipe-right .chickens-meta ul li {
        text-transform: capitalize;
        font-weight: 700;
    }

.product-des-area {
    position: relative;
}

@media (max-width: 767.98px) {
    .product-des-area .pdes-shapes {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product-des-area .pdes-shapes {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-des-area .pdes-shapes {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .product-des-area .pdes-shapes {
        display: none;
    }
}

.product-des-area .pdes-shapes img {
    width: inherit;
}

.product-des-area .pdes-shapes .pds1 {
    position: absolute;
    top: 18%;
    right: 0;
}

.product-des-area .pdes-shapes .pds2 {
    position: absolute;
    top: 18%;
    left: 0;
}

.product-des-area .product-des-nav .nav-link {
    color: #2a435d;
 font-family: 'Amaranth', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    padding: 13px 45px;
    border-radius: 0;
    transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-des-area .product-des-nav .nav-link {
        padding: 13px 32px;
    }
}

@media (max-width: 575.98px) {
    .product-des-area .product-des-nav .nav-link {
        padding: 13px 14px;
    }
}

.product-des-area .product-des-nav .nav-link.active {
    color: #fff;
    background: #ff9d2d;
}

.product-des-area .product-des-content {
    padding: 50px 25px;
    box-shadow: 0px 0px 10px 0px rgba(39, 53, 160, 0.1);
    position: relative;
    overflow: hidden;
}

    .product-des-area .product-des-content .pd-inner-content .pd-shapes img {
        width: 50px;
    }

    .product-des-area .product-des-content .pd-inner-content .pd-shapes .pds1 {
        position: absolute;
        bottom: 5px;
        right: 1px;
    }

    .product-des-area .product-des-content .pd-inner-content .pd-shapes .pds2 {
        position: absolute;
        top: 0%;
        right: 0%;
    }

    .product-des-area .product-des-content .pd-inner-content .pd-shapes .pds3 {
        position: absolute;
        top: 45%;
        right: 20%;
    }

    .product-des-area .product-des-content .pd-inner-content table,
    .product-des-area .product-des-content .pd-inner-content th,
    .product-des-area .product-des-content .pd-inner-content td {
        border: 2px solid #2a435d;
        border-collapse: collapse;
        color: #2a435d;
    }

    .product-des-area .product-des-content .pd-inner-content th {
        padding: 10px;
        text-align: center;
        text-transform: capitalize;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

    .product-des-area .product-des-content .pd-inner-content td {
        padding: 10px;
        text-align: center;
        text-transform: capitalize;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .product-des-area .product-des-content .pd-inner-content .heading {
        font-size: 16px;
    }

.related-product {
    position: relative;
}

    .related-product .related-shapes img {
        width: inherit;
    }

    .related-product .related-shapes .rs1 {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .related-product h3 {
        margin-bottom: 30px;
    }

        .related-product h3 span {
            color: #ff9d2d;
        }

.food-area {
    position: relative;
    overflow: hidden;
}

    .food-area .pshapes .ps-1 {
        position: absolute;
        top: 50%;
        right: 0;
    }

    .food-area .pshapes .ps-2 {
        position: absolute;
        top: 27%;
        left: 5%;
    }

    .food-area .pshapes .ps-4 {
        position: absolute;
        bottom: 38%;
        left: 8%;
    }

    .food-area .pshapes .ps3 {
        position: absolute;
        top: 24%;
        right: 0 !important;
    }

    .food-area .pshapes .ps-5 {
        position: absolute;
        top: 40%;
        right: 17%;
    }

    .food-area .pshapes .ps-6 {
        right: 0;
        bottom: -6%;
    }

    .food-area .pshapes .ps-7 {
        position: absolute;
        left: 16%;
        bottom: 18%;
    }

    .food-area nav {
        background: #f8f8f8;
        padding-right: 30px;
        padding-left: 30px;
    }

@media (max-width: 767.98px) {
    .food-area nav {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .food-area nav .sorting-area {
        margin: 20px auto 0 auto;
    }
}

.food-area nav .nav-link {
    padding: 10px 25px;
    transition: 0.3s;
}

    .food-area nav .nav-link.active {
        background: transparent;
        color: #ff9d2d;
    }

.food-area nav span {
    text-transform: capitalize;
}

.food-area nav select {
    border: 1px solid transparent;
    background: #f8f8f8;
}

.food-area .pagination-area .pagination {
    display: inline-block;
}

    .food-area .pagination-area .pagination a.active {
        background: #ff9d2d;
        color: #fff;
    }

    .food-area .pagination-area .pagination a {
        color: #ff9d2d;
        background: transparent;
        float: left;
        padding: 8px 10px;
        border: 1px solid #ff9d2d;
        text-decoration: none;
        margin-right: 10px;
        border-radius: 5px;
        font-weight: 700;
     font-family: 'Amaranth', sans-serif;
    }

.food-area-wrapper {
    position: relative;
}

    .food-area-wrapper .pshapes img {
        width: inherit;
    }

    .food-area-wrapper .pshapes .ps-1 {
        position: absolute;
        top: 50%;
        right: 0;
    }

    .food-area-wrapper .pshapes .ps-2 {
        position: absolute;
        top: 27%;
        left: 5%;
    }

    .food-area-wrapper .pshapes .ps-4 {
        position: absolute;
        bottom: 38%;
        left: 8%;
    }

    .food-area-wrapper .pshapes .ps3 {
        position: absolute;
        top: 24%;
        right: 0 !important;
    }

    .food-area-wrapper .pshapes .ps-5 {
        position: absolute;
        top: 40%;
        right: 17%;
    }

    .food-area-wrapper .pshapes .ps-6 {
        position: absolute;
        right: 0;
        bottom: -6%;
    }

    .food-area-wrapper .pshapes .ps-7 {
        position: absolute;
        left: 16%;
        bottom: 18%;
    }

    .food-area-wrapper .sidebar-widget-1 {
        padding: 50px 0;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        margin-bottom: 30px;
        background: #fff;
    }

        .food-area-wrapper .sidebar-widget-1 h5 {
            margin-bottom: 20px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .food-area-wrapper .sidebar-widget-1 .sidebar-widget:last-child {
            border-bottom: none;
        }

        .food-area-wrapper .sidebar-widget-1 .sidebar-widget {
            border-bottom: 1px solid #e6e6e6;
            padding: 20px 15px;
        }

            .food-area-wrapper .sidebar-widget-1 .sidebar-widget .dish-img {
                margin-right: 10px;
            }

                .food-area-wrapper .sidebar-widget-1 .sidebar-widget .dish-img img {
                    width: 75px;
                }

            .food-area-wrapper .sidebar-widget-1 .sidebar-widget .small-dish-img {
                margin-right: 10px;
            }

                .food-area-wrapper .sidebar-widget-1 .sidebar-widget .small-dish-img img {
                    width: 50px;
                }

            .food-area-wrapper .sidebar-widget-1 .sidebar-widget .dish-content h6 {
                margin-bottom: 10px;
            }

                .food-area-wrapper .sidebar-widget-1 .sidebar-widget .dish-content h6 a {
                    color: #2a435d;
                    transition: 0.5s;
                }

                    .food-area-wrapper .sidebar-widget-1 .sidebar-widget .dish-content h6 a:hover {
                        color: #ff9d2d;
                    }

            .food-area-wrapper .sidebar-widget-1 .sidebar-widget .dish-content a.cart-select {
                color: #ff9d2d;
                background: transparent;
                transition: 0.5s;
                border: 1px solid #ff9d2d;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                display: inline-block;
                text-align: center;
                margin-left: 10px;
            }

                .food-area-wrapper .sidebar-widget-1 .sidebar-widget .dish-content a.cart-select:hover {
                    color: #fff;
                    background: #ff9d2d;
                }

    .food-area-wrapper .sidebar-widget-2 {
        padding: 50px 10px;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        margin-bottom: 30px;
        background: #fff;
    }

        .food-area-wrapper .sidebar-widget-2 .filter-sidebar {
            position: relative;
        }

            .food-area-wrapper .sidebar-widget-2 .filter-sidebar .ui-widget.ui-widget-content {
                border: 1px solid #ff9d2d;
                height: 1px;
            }

            .food-area-wrapper .sidebar-widget-2 .filter-sidebar .ui-slider-handle.ui-corner-all.ui-state-default {
                border-radius: 50%;
                background-color: #ff9d2d;
                border: 1px solid transparent;
                outline: none;
                width: 10px;
                height: 10px;
            }

                .food-area-wrapper .sidebar-widget-2 .filter-sidebar .ui-slider-handle.ui-corner-all.ui-state-default.ui-state-active {
                    border-radius: 50%;
                    background-color: #ff9d2d;
                    border: 1px solid transparent;
                }

            .food-area-wrapper .sidebar-widget-2 .filter-sidebar .textbold {
                font-weight: 500;
                color: #2a435d;
                border: none;
                font-family: "Roboto", sans-serif;
            }

            .food-area-wrapper .sidebar-widget-2 .filter-sidebar button.btn {
                padding: 2px 14px;
                border-radius: 0;
                font-weight: 500;
                font-family: "Roboto", sans-serif;
                position: absolute;
                top: 47%;
                right: 5%;
            }

    .food-area-wrapper .sidebar-widget-3 {
        padding: 50px 10px;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        margin-bottom: 30px;
        background: #fff;
    }

        .food-area-wrapper .sidebar-widget-3 h5 a {
            color: #2a435d;
        }

        .food-area-wrapper .sidebar-widget-3 .sidebar-widget {
            padding: 20px 0;
        }

            .food-area-wrapper .sidebar-widget-3 .sidebar-widget .dish-img {
                margin-right: 20px;
            }

                .food-area-wrapper .sidebar-widget-3 .sidebar-widget .dish-img img {
                    width: inherit;
                }

            .food-area-wrapper .sidebar-widget-3 .sidebar-widget .dish-content h6 {
                font-size: 14px;
                font-weight: 700;
            }

                .food-area-wrapper .sidebar-widget-3 .sidebar-widget .dish-content h6 a {
                    color: #2a435d;
                }

            .food-area-wrapper .sidebar-widget-3 .sidebar-widget .dish-content span {
                margin-left: 20px;
                position: absolute;
                right: 50px;
            }

    .food-area-wrapper .sidebar-widget-4 .gallery-img-4 {
        background: #ff9d2d;
        height: 450px;
        position: relative;
        padding: 30px 20px;
        overflow: hidden;
    }

@media (max-width: 767.98px) {
    .food-area-wrapper .sidebar-widget-4 .gallery-img-4 {
        display: none;
    }
}

.food-area-wrapper .sidebar-widget-4 .gallery-img-4 .gshape-1 {
    position: absolute;
    top: 5%;
    transform: rotate(-60deg);
    right: -17%;
}

    .food-area-wrapper .sidebar-widget-4 .gallery-img-4 .gshape-1 img {
        width: inherit;
    }

.food-area-wrapper .sidebar-widget-4 .gallery-img-4 h5 {
    color: #fff;
}

.food-area-wrapper .sidebar-widget-4 .gallery-img-4 .btn {
    color: #ff9d2d;
    background: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
}

    .food-area-wrapper .sidebar-widget-4 .gallery-img-4 .btn:hover {
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
    }

.food-area-wrapper .sidebar-widget-4 .gallery-img-4 img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150%;
    margin-right: -60%;
}

.food-area-wrapper .sidebar-widget-4 .gallery-img-4 .gprice-4 {
    position: absolute;
    top: 36%;
    width: 75px;
    right: 19%;
}

    .food-area-wrapper .sidebar-widget-4 .gallery-img-4 .gprice-4 img {
        width: inherit;
    }

.food-area-wrapper .food-area {
    position: relative;
    overflow: hidden;
    background: inherit !important;
}

    .food-area-wrapper .food-area nav {
        background: #f8f8f8;
        padding-right: 30px;
        padding-left: 30px;
    }

@media (max-width: 767.98px) {
    .food-area-wrapper .food-area nav {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .food-area-wrapper .food-area nav .sorting-area {
        margin: 20px auto 0 auto;
    }
}

.food-area-wrapper .food-area nav .nav-link {
    padding: 10px 25px;
    transition: 0.3s;
}

    .food-area-wrapper .food-area nav .nav-link.active {
        background: transparent;
        color: #ff9d2d;
    }

.food-area-wrapper .food-area nav span {
    text-transform: capitalize;
}

.food-area-wrapper .food-area select {
    border: 1px solid transparent;
    background-color: #f8f8f8;
}

.food-area-wrapper .pagination-area .pagination {
    display: inline-block;
}

    .food-area-wrapper .pagination-area .pagination a.active {
        background: #ff9d2d;
        color: #fff;
    }

    .food-area-wrapper .pagination-area .pagination a {
        color: #ff9d2d;
        background: transparent;
        float: left;
        padding: 8px 10px;
        border: 1px solid #ff9d2d;
        text-decoration: none;
        margin-right: 10px;
        border-radius: 5px;
        font-weight: 700;
     font-family: 'Amaranth', sans-serif;
        transition: 0.5s;
    }

@media (max-width: 767.98px) {
    .main-gallery .pshapes {
        display: none;
    }
}

.main-gallery .gallery-btn {
    margin-right: 50px;
}

@media (max-width: 767.98px) {
    .main-gallery .gallery-btn {
        display: flex;
        justify-content: center;
    }
}

.main-gallery .gallery-btn button {
 font-family: 'Amaranth', sans-serif;
    font-size: 18px;
    border: none;
    background: transparent;
    transition: 0.3s;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .main-gallery .gallery-btn button {
        font-size: 14px;
        padding: 6px 6px;
    }
}

.main-gallery .gallery-btn button:hover {
    background: #ff9d2d;
    color: #fff;
}

.main-gallery .gallery-btn button.active {
    background: #ff9d2d;
    color: #fff;
}

.main-gallery .gallery-img {
    margin-bottom: 20px;
    position: relative;
    height: 280px;
    width: 100%;
    transition: 0.5s;
}

    .main-gallery .gallery-img:hover .gallery-info {
        visibility: visible;
        opacity: 0.9;
        left: 0;
    }

    .main-gallery .gallery-img img {
        width: 100%;
        height: 100%;
    }

    .main-gallery .gallery-img .gallery-info {
        position: absolute;
        width: 70%;
        height: 80%;
        position: absolute;
        bottom: 0;
        left: 0px;
        background: #ff9d2d;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        transition: 0.5s;
    }

        .main-gallery .gallery-img .gallery-info .inner-info p {
            color: #fff;
            text-transform: capitalize;
            margin-bottom: 0;
        }

        .main-gallery .gallery-img .gallery-info .inner-info h6 {
            color: #fff;
        }

.single-menus {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 21, 100, 0.1);
    padding: 30px 15px;
    transition: 0.3s;
}

    .single-menus:hover {
        margin-top: -15px;
    }

    .single-menus h6 {
        margin-bottom: 20px;
    }

    .single-menus img {
        width: inherit;
        margin: 0;
        margin-bottom: 20px;
    }

    .single-menus p {
        color: #2a435d;
        margin-bottom: 20px;
    }

    .single-menus a {
        color: #ff9d2d;
        display: block;
        transition: 0.3s;
    }

        .single-menus a:hover {
            color: #2a435d;
        }

.chicken-area {
    position: relative;
}

@media (max-width: 767.98px) {
    .chicken-area .menu-i-shapes {
        display: none;
    }
}

.chicken-area .menu-i-shapes img {
    width: inherit;
}

.chicken-area .menu-i-shapes .bleft {
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.chicken-area .menu-items-wrapper .chicken-tab-content {
    padding: 10px;
    position: relative;
    background: #690;
    height: 300px;
    overflow: hidden;
}

    .chicken-area .menu-items-wrapper .chicken-tab-content h5 {
        color: #fff;
        line-height: 1.5em;
    }

    .chicken-area .menu-items-wrapper .chicken-tab-content p {
        color: #fff;
    }

    .chicken-area .menu-items-wrapper .chicken-tab-content a {
        padding: 10px 18px;
        margin-top: 10px;
        display: inline-block;
        color: #690;
        background: #fff;
        border-radius: 10px;
        text-transform: uppercase;
        position: relative;
        z-index: 999;
    }

        .chicken-area .menu-items-wrapper .chicken-tab-content a:hover {
            color: #fff;
            background: transparent;
            border: 1px solid #fff;
        }

    .chicken-area .menu-items-wrapper .chicken-tab-content img {
        width: inherit;
    }

    .chicken-area .menu-items-wrapper .chicken-tab-content .main-img {
        position: absolute;
        top: 39%;
        right: 3%;
        width: 240px;
        z-index: 11;
    }

    .chicken-area .menu-items-wrapper .chicken-tab-content .gprice-2 {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
        background: #ff9d2d;
        color: #fff;
        display: block;
        position: absolute;
        top: 29%;
        right: 20%;
        z-index: 22;
        font-weight: 600;
    }

    .chicken-area .menu-items-wrapper .chicken-tab-content .gshape1 {
        position: absolute;
        bottom: -12%;
        left: 0%;
        width: 75px;
    }

    .chicken-area .menu-items-wrapper .chicken-tab-content .gshape2 {
        position: absolute;
        bottom: 6%;
        right: -6%;
        width: 210px;
        transform: rotate(360deg);
    }

.burger-area {
    position: relative;
    overflow: hidden;
}

    .burger-area .menu-i-shapes .brs {
        position: absolute;
        top: 65%;
        right: -2%;
    }

    .burger-area .menu-nav-wrapper .single-menu-nav {
        padding: 25px 10px;
    }

        .burger-area .menu-nav-wrapper .single-menu-nav h6 {
            position: relative;
            z-index: 11;
        }

.pizza-banner {
    position: relative;
}

    .pizza-banner .pizza-shapes img {
        width: inherit;
    }

    .pizza-banner .pizza-shapes .ps1 {
        position: absolute;
        right: 0;
        top: 109%;
    }

    .pizza-banner .pizza-shapes .ps2 {
        position: absolute;
        right: 17%;
        top: 75%;
    }

    .pizza-banner .gallery-img-1 {
        overflow: hidden;
    }

        .pizza-banner .gallery-img-1 a.btn {
            margin-top: 9px;
        }

            .pizza-banner .gallery-img-1 a.btn:hover {
                background: transparent;
                color: #fff;
                border: 1px solid #fff;
            }

        .pizza-banner .gallery-img-1 span.gs {
            position: absolute;
            top: 42%;
            right: -4%;
            z-index: 1;
        }

            .pizza-banner .gallery-img-1 span.gs img {
                width: inherit;
            }

    .pizza-banner .gallery-img-01 {
        background: #ff9d2d;
        position: relative;
        overflow: hidden;
    }

        .pizza-banner .gallery-img-01 img {
            width: inherit;
            bottom: 22%;
            z-index: 2;
        }

@media (max-width: 575.98px) {
    .pizza-banner .gallery-img-01 img {
        bottom: 0;
        width: 50%;
    }
}

.pizza-banner .gallery-img-01 .yellow {
    position: absolute;
    top: 81%;
    right: -5%;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .pizza-banner .gallery-img-01 .yellow {
        display: none;
    }
}

.pizza-banner .gallery-img-01 span.pbadge {
    position: absolute;
    left: 70%;
}

@media (max-width: 575.98px) {
    .pizza-banner .gallery-img-01 span.pbadge {
        display: none;
    }
}

.pizza-banner .gallery-img-01 span.gs1 {
    position: absolute;
    bottom: -5%;
    left: 21%;
}

    .pizza-banner .gallery-img-01 span.gs1 img {
        width: inherit;
    }

.pizza-banner .gallery-img-01 a.btn {
    background: #fff;
    color: #ff9d2d;
    z-index: 11;
    position: relative;
}

    .pizza-banner .gallery-img-01 a.btn:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

.pizza-area {
    position: relative;
}

    .pizza-area .menu-i-shapes img {
        width: inherit;
    }

    .pizza-area .menu-i-shapes .mis-1 {
        position: absolute;
        top: 22%;
        left: 0;
    }

    .pizza-area .menu-i-shapes .mis-2 {
        position: absolute;
        top: 28%;
        right: 11%;
    }

    .pizza-area .pizza-items-wrapper {
        box-shadow: inherit;
    }

.pizza-single-menu-nav {
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 150px;
}

    .pizza-single-menu-nav img {
        margin: 0 auto;
    }

.single-menu-item {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s;
    margin-bottom: 30px;
}

    .single-menu-item .menu-content h6 a {
        color: #2a435d;
    }

        .single-menu-item .menu-content h6 a:hover {
            color: #ff9d2d;
        }

    .single-menu-item .menu-content span {
        font-weight: 700;
    }

    .single-menu-item:hover {
        box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
        border: 1px solid transparent;
    }

.portfolio-banner {
    position: relative;
}

    .portfolio-banner .banner-shapes img {
        width: inherit;
    }

    .portfolio-banner .banner-shapes .bs1 {
        position: absolute;
        right: 1%;
        top: 28%;
    }

    .portfolio-banner .banner-shapes .bs2 {
        position: absolute;
        right: 16%;
        top: 50%;
    }

    .portfolio-banner .inner-portfolio-box {
        position: relative;
    }

        .portfolio-banner .inner-portfolio-box .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            line-height: 80px;
            display: block;
            background: #ff9d2d;
            text-align: center;
            border-radius: 50%;
            color: #fff;
        }

.portfolio-info {
    position: relative;
}

    .portfolio-info h2 {
        font-weight: 900;
    }

    .portfolio-info p {
        margin-top: 20px;
    }

    .portfolio-info .portfolio-shapes img {
        width: inherit;
    }

    .portfolio-info .portfolio-shapes .ps1 {
        position: absolute;
        top: 0%;
        left: 5%;
    }

    .portfolio-info .portfolio-shapes span.ps2 {
        position: absolute;
        left: 17%;
        top: 11%;
    }

    .portfolio-info .portfolio-shapes span.ps3 {
        position: absolute;
        left: 0;
        top: 12%;
        transform: rotate(524deg);
    }

    .portfolio-info .portfolio-shapes span.ps4 {
        position: absolute;
        right: 0%;
        top: 26%;
    }

    .portfolio-info .portfolio-shapes span.ps5 {
        position: absolute;
        right: 0%;
        bottom: 0%;
    }

    .portfolio-info .portfolio-info-left {
        position: relative;
        background: #ff9d2d;
        border-radius: 5px;
        padding: 35px 25px 21px 30px;
        color: #fff;
        margin-top: -23%;
    }

        .portfolio-info .portfolio-info-left .cat-pos {
            position: absolute;
            left: 36%;
        }

            .portfolio-info .portfolio-info-left .cat-pos .social-icon {
                transition: 0.5s;
            }

                .portfolio-info .portfolio-info-left .cat-pos .social-icon:hover {
                    color: #f93;
                }

        .portfolio-info .portfolio-info-left img {
            width: inherit;
        }

        .portfolio-info .portfolio-info-left .s1 {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 33;
        }

        .portfolio-info .portfolio-info-left .s2 {
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 33;
        }

        .portfolio-info .portfolio-info-left h5 {
            color: #fff;
            position: relative;
            z-index: 40;
            margin-bottom: 20px;
        }

        .portfolio-info .portfolio-info-left li {
            margin-bottom: 15px;
            text-transform: capitalize;
            font-weight: 600 !important;
            position: relative;
            z-index: 111;
         font-family: 'Amaranth', sans-serif;
        }

            .portfolio-info .portfolio-info-left li span {
                font-weight: 400;
                font-family: "Roboto", sans-serif;
            }

                .portfolio-info .portfolio-info-left li span a {
                    color: #fff;
                    margin-left: 10px;
                }

                    .portfolio-info .portfolio-info-left li span a:hover {
                        transform: rotate(45deg);
                    }

    .portfolio-info .portfolio-info-right {
        padding: 50px 40px;
    }

        .portfolio-info .portfolio-info-right .inner-portfolio-gallery img {
            width: inherit;
            margin-bottom: 20px;
        }

.shopping-cart {
    position: relative;
}

    .shopping-cart .shopping-shapes img {
        width: inherit;
    }

    .shopping-cart .shopping-shapes span.ps1 {
        position: absolute;
        top: 29%;
        left: 4%;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .shopping-cart .shopping-shapes span.ps1 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .shopping-cart .shopping-shapes span.ps1 {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .shopping-cart .shopping-shapes span.ps1 {
        display: none;
    }
}

.shopping-cart .shopping-shapes span.pss2 {
    position: absolute;
    right: 17%;
    bottom: 33%;
    z-index: -1;
}

.shopping-cart .shopping-shapes span.ps3 {
    position: absolute;
    top: 40%;
    left: 1%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shopping-cart .shopping-shapes span.ps3 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .shopping-cart .shopping-shapes span.ps3 {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .shopping-cart .shopping-shapes span.ps3 {
        display: none;
    }
}

.shopping-cart .shopping-shapes span.ps4 {
    position: absolute;
    right: 0;
    top: 40%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shopping-cart .shopping-shapes span.ps4 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .shopping-cart .shopping-shapes span.ps4 {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .shopping-cart .shopping-shapes span.ps4 {
        display: none;
    }
}

.shopping-cart .shopping-shapes span.pss5 {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

.shopping-cart .shopping-shapes span.ps6 {
    position: absolute;
    top: 4%;
    left: 2%;
}

@media (max-width: 767.98px) {
    .shopping-cart .shopping-shapes {
        display: none;
    }
}

.shopping-cart .upper-table .upper-t-left input[type="text"] {
    background: #fffcf1;
    border: 1px solid #e6e6e6;
    padding: 12px 55px;
    border-radius: 10px;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .shopping-cart .upper-table .upper-t-left input[type="text"] {
        padding: 10px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shopping-cart .upper-table .upper-t-left input[type="text"] {
        padding: 10px 30px;
    }
}

@media (max-width: 767.98px) {
    .shopping-cart .upper-table .upper-t-left input[type="text"] {
        padding: 10px;
    }
}

.shopping-cart .upper-table .upper-t-left .btn {
    padding: 12px 55px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .shopping-cart .upper-table .upper-t-left .btn {
        padding: 10px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shopping-cart .upper-table .upper-t-left .btn {
        padding: 10px 30px;
    }
}

@media (max-width: 767.98px) {
    .shopping-cart .upper-table .upper-t-left .btn {
        padding: 10px;
    }
}

.shopping-cart .upper-table .upper-t-right .btn {
    padding: 12px 55px;
    background: #fffcf1;
    border: 1px solid #e6e6e6;
    color: #2a435d;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .shopping-cart .upper-table .upper-t-right .btn {
        padding: 10px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .shopping-cart .upper-table .upper-t-right .btn {
        padding: 10px 30px;
    }
}

@media (max-width: 767.98px) {
    .shopping-cart .upper-table .upper-t-right .btn {
        padding: 10px 30px;
    }
}

.shopping-cart .upper-table .upper-t-right .btn:hover {
    color: #fff;
    background: #ff9d2d;
}

.shopping-cart table thead.table-one-head {
    background: #ffedee;
}

    .shopping-cart table thead.table-one-head tr.table-one-tr th {
        border-right: 1px solid #e6e6e6;
        padding: 15px 50px;
        text-transform: capitalize;
        font-size: 18px;
    }

        .shopping-cart table thead.table-one-head tr.table-one-tr th:nth-child(4) {
            border-right: 1px solid transparent;
        }

        .shopping-cart table thead.table-one-head tr.table-one-tr th:nth-child(5) {
            border-right: 1px solid transparent;
        }

.shopping-cart table tbody tr {
    border: 5px solid #fff;
}

    .shopping-cart table tbody tr td {
        padding: 15px 50px;
        background: #fffcf1;
        border-right: 1px solid #e6e6e6;
        font-size: 18px;
        font-weight: 700;
    }

        .shopping-cart table tbody tr td:nth-child(4) {
            border-right: 1px solid transparent;
        }

        .shopping-cart table tbody tr td:nth-child(5) {
            border-right: 1px solid transparent;
        }

        .shopping-cart table tbody tr td .remove {
            background: #ff9d2d;
            width: 25px;
            height: 25px;
            display: block;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            opacity: 0.5;
            transition: 0.3s;
            transform: rotate(44deg);
        }

            .shopping-cart table tbody tr td .remove a {
                color: #fff;
            }

            .shopping-cart table tbody tr td .remove:hover {
                opacity: 1;
            }

        .shopping-cart table tbody tr td .table-img img {
            width: 100%;
            background: #ffedee;
            border-radius: 50%;
            padding: 10px;
        }

@media (min-width: 768px) and (max-width: 991.98px) {
    .shopping-cart table tbody tr td .table-img img {
        padding: 0;
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .shopping-cart table tbody tr td .table-img img {
        padding: 0;
    }
}

.shopping-cart .lower-table h6 {
    background-color: #ffedee;
    color: #2a435d;
    padding: 15px 30px;
    font-family: "Roboto", sans-serif;
}

.shopping-cart .lower-table .lower-table-info {
    background-color: #fffcf1;
    padding: 30px;
}

    .shopping-cart .lower-table .lower-table-info ul li {
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

    .shopping-cart .lower-table .lower-table-info button.btn {
        padding: 12px 55px;
        width: 100%;
        margin-top: 30px;
    }

.blog-content-section {
    position: relative;
    overflow: hidden;
}

    .blog-content-section .blog-shapes img {
        width: 80px;
    }

    .blog-content-section .blog-shapes .bbs-1 {
        position: absolute;
        left: 3%;
        top: 15%;
    }

    .blog-content-section .blog-shapes .bbs-2 {
        position: absolute;
        left: 8%;
        top: 22%;
        display: none;
    }

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .blog-content-section .blog-shapes .bbs-2 {
        display: block;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .blog-content-section .blog-shapes .bbs-2 {
        display: block;
    }
}

.blog-content-section .blog-shapes .bbs-3 {
    position: absolute;
    left: 0;
    top: 34%;
}

.blog-content-section .blog-shapes .bbs-4 {
    position: absolute;
    bottom: 8%;
    right: 20%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .blog-content-section .blog-shapes .bbs-4 {
        right: 10%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .blog-content-section .blog-shapes .bbs-4 {
        right: 10%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .blog-content-section .blog-shapes .bbs-4 {
        bottom: 8%;
        right: 14%;
    }
}

.blog-content-section .blog-shapes .bbs-5 {
    position: absolute;
    right: 20%;
    top: 13%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .blog-content-section .blog-shapes .bbs-5 {
        right: 9%;
        top: 14%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .blog-content-section .blog-shapes .bbs-5 {
        right: 14%;
        top: 14%;
    }
}

.blog-content-section .blog-shapes .bbs-6 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-content-section .blog-shapes .bbs-7 {
    position: absolute;
    right: 0;
    top: 30%;
}

.blog-single-post {
    padding: 10px;
    margin-bottom: 40px;
}

    .blog-single-post.different-bg-color {
        background-color: #ff9d2d;
    }

    .blog-single-post .blog-thumbnail {
        overflow: hidden;
        position: relative;
    }

        .blog-single-post .blog-thumbnail .meta-date {
            position: absolute;
            top: 5%;
            left: 5%;
            background-image: url("../images/blog/b-shape.png");
            background-size: cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 110px;
            width: 110px;
        }

            .blog-single-post .blog-thumbnail .meta-date .bold {
                font-weight: 700;
                font-size: 24px;
                color: #fff;
            }

            .blog-single-post .blog-thumbnail .meta-date span {
                color: #fff;
                text-transform: capitalize;
            }

        .blog-single-post .blog-thumbnail img {
            transition: all 0.3s ease-in;
        }

            .blog-single-post .blog-thumbnail img:hover {
                transform: scale(1.1);
                opacity: 0.8;
            }

    .blog-single-post .blog-content-part {
        padding: 20px;
    }

        .blog-single-post .blog-content-part .blog-content-top {
            display: flex;
            align-items: center;
            margin-top: 10px;
            justify-content: space-between;
        }

            .blog-single-post .blog-content-part .blog-content-top a {
                color: #2a435d;
                transition: all 0.3s ease-in;
                text-transform: capitalize;
            }

                .blog-single-post .blog-content-part .blog-content-top a:hover {
                    color: #ff9d2d;
                }

                .blog-single-post .blog-content-part .blog-content-top a i {
                    margin-right: 10px;
                }

        .blog-single-post .blog-content-part .blog-title {
            margin-top: 20px;
        }

            .blog-single-post .blog-content-part .blog-title h4 a {
                color: #2a435d;
                transition: all 0.3s ease-in;
            }

                .blog-single-post .blog-content-part .blog-title h4 a:hover {
                    color: #ff9d2d;
                }

        .blog-single-post .blog-content-part .blog-content {
            margin-top: 20px;
        }

        .blog-single-post .blog-content-part .blog-excerpt-link a {
            background-color: #2a435d;
            color: #fff;
            font-weight: 500;
            text-transform: capitalize;
            transition: all 0.3s ease-in;
            display: inline-block;
            margin-top: 20px;
        }

            .blog-single-post .blog-content-part .blog-excerpt-link a:hover {
                background: transparent;
                border: 1px solid #2a435d;
                color: #2a435d;
            }

    .blog-single-post .blog-thumbnail-slider .thumbnail-single-slide {
        position: relative;
    }

        .blog-single-post .blog-thumbnail-slider .thumbnail-single-slide .meta-date {
            position: absolute;
            top: 5%;
            left: 5%;
            background-image: url("../images/blog/b-shape1.png");
            background-size: cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 110px;
            width: 110px;
        }

            .blog-single-post .blog-thumbnail-slider .thumbnail-single-slide .meta-date .bold {
                font-weight: 700;
                font-size: 24px;
                color: #fff;
            }

            .blog-single-post .blog-thumbnail-slider .thumbnail-single-slide .meta-date span {
                color: #fff;
                text-transform: capitalize;
            }

    .blog-single-post .blog-thumbnail-slider .prev-arrow,
    .blog-single-post .blog-thumbnail-slider .next-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        background-color: #ff9d2d;
        border: 1px solid transparent;
        border-radius: 5px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease-in;
        z-index: 1;
    }

        .blog-single-post .blog-thumbnail-slider .prev-arrow:hover,
        .blog-single-post .blog-thumbnail-slider .next-arrow:hover {
            background-color: transparent;
            border: 1px solid #ff9d2d;
            color: #ff9d2d;
        }

    .blog-single-post .blog-thumbnail-slider .prev-arrow {
        left: 20px;
    }

    .blog-single-post .blog-thumbnail-slider .next-arrow {
        right: 20px;
    }

    .blog-single-post .blog-thumbnail-video {
        position: relative;
    }

        .blog-single-post .blog-thumbnail-video .meta-date {
            position: absolute;
            top: 5%;
            left: 5%;
            background-image: url("../images/blog/b-shape.png");
            background-size: cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 110px;
            width: 110px;
        }

            .blog-single-post .blog-thumbnail-video .meta-date .bold {
                font-weight: 700;
                font-size: 24px;
                color: #fff;
            }

            .blog-single-post .blog-thumbnail-video .meta-date span {
                color: #fff;
                text-transform: capitalize;
            }

        .blog-single-post .blog-thumbnail-video .video-play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .blog-single-post .blog-thumbnail-video .video-play-button i {
                color: #fff;
                background-color: #ff9d2d;
                font-size: 30px;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                border-radius: 50%;
            }

    .blog-single-post .blog-upper-content .meta-date {
        background-image: url("../images/blog/b-shape.png");
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 110px;
        width: 110px;
    }

        .blog-single-post .blog-upper-content .meta-date .bold {
            font-weight: 700;
            font-size: 24px;
            color: #fff;
        }

        .blog-single-post .blog-upper-content .meta-date span {
            color: #fff;
            text-transform: capitalize;
        }

.template-pagination {
    margin-left: 25px;
}

    .template-pagination ul li {
        display: inline;
        margin: 0 5px;
    }

        .template-pagination ul li a {
            display: inline-block;
            color: #ff9d2d;
            background-color: transparent;
            padding: 10px;
            border: 1px solid #ff9d2d;
            border-radius: 5px;
            transition: all 0.3s ease-in;
            line-height: 16px;
         font-family: 'Amaranth', sans-serif;
        }

            .template-pagination ul li a:hover {
                color: #fff;
                background-color: #ff9d2d;
                border: 1px solid #ff9d2d;
            }

            .template-pagination ul li a.active {
                color: #fff;
                background-color: #ff9d2d;
                border: 1px solid #ff9d2d;
            }

        .template-pagination ul li.pagination-arrow a {
            color: #2a435d;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0;
            font-size: 18px;
        }

            .template-pagination ul li.pagination-arrow a i {
                font-weight: 700;
            }

.single-widget {
    padding: 50px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-widget {
        padding: 50px 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-widget {
        padding: 50px 100px;
    }
}

.single-widget + .single-widget {
    margin-top: 60px;
}

.single-widget .header-search form {
    position: relative;
}

    .single-widget .header-search form input {
        padding: 8px 82px 8px 15px;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        width: 100%;
    }

    .single-widget .header-search form button {
        position: absolute;
        right: 1%;
        top: 12%;
        background-color: #ff9d2d;
        color: #fff;
        padding: 3px 30px;
        border-radius: 10px;
        border: 1px solid transparent;
    }

.single-widget img {
    width: inherit;
    margin: 0 auto;
}

.single-widget .widget-title {
    margin-bottom: 30px;
}

.single-widget.author-widget {
    text-align: center;
    padding: 20px 15px 30px;
    position: relative;
    z-index: 1;
}

    .single-widget.author-widget img {
        width: 150px;
    }

    .single-widget.author-widget::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    .single-widget.author-widget .author-social-link li {
        display: inline-block;
        margin: 0 5px;
    }

        .single-widget.author-widget .author-social-link li a {
            color: #2a435d;
            transition: all 0.3s ease-in;
        }

            .single-widget.author-widget .author-social-link li a:hover {
                color: #ff9d2d;
            }

.single-widget.search-widget {
    padding: 0;
    border: none;
}

    .single-widget.search-widget form {
        width: 100%;
    }

.single-widget.product-widget {
    padding-bottom: 0;
}

    .single-widget.product-widget .single-product {
        border-bottom: 1px solid #e6e6e6;
        padding: 20px 0px;
    }

        .single-widget.product-widget .single-product .dish-img {
            margin-right: 10px;
        }

            .single-widget.product-widget .single-product .dish-img img {
                width: 100px;
            }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-widget.product-widget .single-product .dish-img img {
        width: 70px;
    }
}

.single-widget.product-widget .single-product .dish-content h6 {
    margin-bottom: 10px;
}

    .single-widget.product-widget .single-product .dish-content h6 a {
        font-size: 16px;
        color: #2a435d;
    }

.single-widget.product-widget .single-product .dish-content .cart-select {
    color: #ff9d2d;
    background: transparent;
    transition: 0.3s;
    border: 1px solid #ff9d2d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}

    .single-widget.product-widget .single-product .dish-content .cart-select:hover {
        background: #ff9d2d;
        color: #fff;
    }

.single-widget.product-widget .single-product .dish-content .price {
    font-weight: 500;
}

.single-widget.product-widget .single-product:last-child {
    border-bottom: none;
}

.single-widget.category-widget li {
    display: block;
}

    .single-widget.category-widget li a {
        color: #2a435d;
        text-transform: capitalize;
        padding: 10px 0;
        display: block;
        transition: all 0.3s ease-in;
        border-top: 1px solid #e6e6e6;
    }

        .single-widget.category-widget li a.border-none {
            border-top: transparent;
        }

        .single-widget.category-widget li a:hover {
            color: #ff9d2d;
        }

        .single-widget.category-widget li a i {
            font-size: 10px;
            margin-right: 10px;
        }

.single-widget.tag-widget {
    margin-top: 55px;
    padding: 0;
    border: none;
}

    .single-widget.tag-widget li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .single-widget.tag-widget li a {
            display: inline-block;
            text-transform: capitalize;
            padding: 12px 20px;
            color: #2a435d;
            border: 1px solid #e6e6e6;
            transition: all 0.3s ease-in;
        }

            .single-widget.tag-widget li a:hover {
                color: #fff;
                background-color: #ff9d2d;
                border: 1px solid transparent;
                border-radius: 5px;
            }

.single-widget.filter-menu-widget {
    margin-top: 55px;
}

    .single-widget.filter-menu-widget h6 a {
        color: #2a435d;
        margin-bottom: 20px;
    }

    .single-widget.filter-menu-widget .filter-menu {
        position: relative;
        margin-top: 15px;
    }

    .single-widget.filter-menu-widget .dish-img {
        margin-right: 20px;
    }

        .single-widget.filter-menu-widget .dish-img img {
            width: 50px;
        }

    .single-widget.filter-menu-widget .dish-content h6 a {
        color: #2a435d;
        font-size: 16px;
    }

    .single-widget.filter-menu-widget .dish-content span {
        position: absolute;
        right: 10px;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-widget.filter-menu-widget .dish-content span {
        right: -5px;
    }
}

.single-widget.banner-widget {
    padding: 0;
    border: none;
}

    .single-widget.banner-widget .gallery-img-4 {
        background: #ff9d2d;
        height: 450px;
        position: relative;
        padding: 30px 20px;
        overflow: hidden;
    }

@media (max-width: 767.98px) {
    .single-widget.banner-widget .gallery-img-4 {
        display: none;
    }
}

.single-widget.banner-widget .gallery-img-4 .gshape-1 {
    position: absolute;
    top: 5%;
    transform: rotate(-60deg);
    right: -17%;
}

    .single-widget.banner-widget .gallery-img-4 .gshape-1 img {
        width: inherit;
    }

.single-widget.banner-widget .gallery-img-4 h5 {
    color: #fff;
    position: relative;
    z-index: 11;
}

.single-widget.banner-widget .gallery-img-4 .btn {
    color: #ff9d2d;
    background: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 999;
}

    .single-widget.banner-widget .gallery-img-4 .btn:hover {
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
    }

.single-widget.banner-widget .gallery-img-4 img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150%;
    margin-right: -60%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-widget.banner-widget .gallery-img-4 img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .single-widget.banner-widget .gallery-img-4 img {
        width: 100%;
    }
}

.single-widget.banner-widget .gallery-img-4 .gprice-4 {
    position: absolute;
    top: 36%;
    width: 75px;
    right: 19%;
}

    .single-widget.banner-widget .gallery-img-4 .gprice-4 img {
        width: inherit;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-widget.banner-widget .gallery-img-4 .gprice-4 {
        top: 88%;
        width: 200px;
        right: 69%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-widget.banner-widget .gallery-img-4 .gprice-4 {
        top: 55%;
    }
}

.blog-single-item .single-blog-image img {
    width: inherit;
}

.blog-single-item .blog-meta ul li a {
    color: #2a435d;
    text-transform: capitalize;
}

.blog-single-item .single-blog-content h4 a {
    color: #2a435d;
}

.blog-comment-area .single-comment img {
    width: inherit;
}

.blog-comment-form h3 {
    margin-bottom: 60px;
}

.blog-comment-form form input {
    width: 100%;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.blog-comment-form form textarea {
    width: 100%;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.blog-sidebar .single-widget .author-social-link ul li {
    color: #2a435d;
}

.blog-sidebar .single-widget .banner-widget-button .btn {
    background: #fff;
    color: #ff9d2d;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-sidebar {
        margin-top: 60px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-sidebar {
        margin-top: 60px;
    }
}

@media (max-width: 575.98px) {
    .blog-sidebar {
        margin-top: 60px;
    }
}

.blog-content-section.blog-details-page .blog-single-post {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}

    .blog-content-section.blog-details-page .blog-single-post .blog-thumbnail img {
        width: inherit;
    }

        .blog-content-section.blog-details-page .blog-single-post .blog-thumbnail img:hover {
            transform: scale(1);
            opacity: 1;
        }

    .blog-content-section.blog-details-page .blog-single-post .blog-content-part {
        padding: 0;
        margin-top: 30px;
    }

        .blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-list .single-list {
            display: inline-block;
            margin: 5px 0;
        }

            .blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-list .single-list i {
                margin-right: 10px;
            }

        .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote {
            background-color: #fffcf5;
            padding: 40px 40px 50px;
            position: relative;
        }

            .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote .quote-text p {
                color: #2a435d;
                font-size: 16px;
             font-family: 'Amaranth', sans-serif;
                font-weight: 700;
            }

            .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote .quote-text h6 {
                position: relative;
                margin-left: 60px;
                margin-top: 22px;
            }

                .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote .quote-text h6::before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: -66px;
                    width: 48px;
                    height: 3px;
                    background: #ff9d2d;
                }

            .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-quote span.quote-icon {
                color: #2a435d;
                font-size: 40px;
                margin-left: 7px;
                position: absolute;
                top: 90px;
                right: 97px;
            }

        .blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-bottom-tag li {
            display: inline;
            margin-right: 10px;
            text-transform: capitalize;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 16px;
        }

            .blog-content-section.blog-details-page .blog-single-post .blog-content-part .content-bottom-tag li a {
                display: inline-block;
                font-family: "Roboto", sans-serif;
                color: #2a435d;
                background-color: rgba(42, 67, 93, 0.05);
                padding: 5px 10px;
                text-transform: capitalize;
                font-weight: 500;
                font-size: 16px;
            }

        .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul {
            float: right;
        }

@media (max-width: 575.98px) {
    .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul {
        float: none;
        margin-top: 20px;
    }
}

.blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li {
    display: inline;
    margin-left: 10px;
}

    .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li span {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li a img {
        width: inherit;
        display: inline-block;
        transition: 0.5s;
    }

    .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-social-icons ul li a:hover img {
        transform: rotate(360deg);
    }

@media (max-width: 575.98px) {
    .blog-content-section.blog-details-page .blog-single-post .blog-content-part .blog-images .single-image.image-2 {
        margin-top: 30px;
    }
}

.blog-content-section.blog-details-page .divider {
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 50px 0px 44px 0;
    opacity: 0.8;
}

.blog-content-section.blog-details-page .blog-comment-area .single-comment {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content {
        border: 1px solid #e4e4e4;
        padding: 30px 50px;
        border-radius: 10px;
    }

        .blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left h6 {
                display: inline-block;
            }

            .blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left span {
                margin-left: 20px;
                color: #2a435d;
                text-transform: capitalize;
            }

@media (max-width: 575.98px) {
    .blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .content-top-left span {
        display: block;
        margin-left: 0;
    }
}

.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top a.reply {
    padding: 2px 20px;
    background: #ff9d2d;
    color: #fff;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    text-transform: capitalize;
}

.blog-content-section.blog-details-page .blog-comment-area .single-comment .comment-content .comment-content-top .bg-secondary {
    background: #2a435d !important;
}

@media (max-width: 575.98px) {
    .blog-content-section.blog-details-page .blog-comment-form {
        padding: 40px;
    }
}

.blog-content-section.blog-details-page .blog-comment-form form {
    margin-top: 40px;
}

    .blog-content-section.blog-details-page .blog-comment-form form input {
        padding: 10px 30px;
        margin-bottom: 20px;
    }

.blog-content-section.blog-details-page .blog-comment-form button {
    font-size: 16px;
}

.burger-promo-area {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .burger-promo-area .del-shapes img {
        width: inherit;
    }

    .burger-promo-area .del-shapes .ds-1 {
        position: absolute;
        left: 0%;
        top: 11%;
    }

    .burger-promo-area .del-shapes .ds-2 {
        position: absolute;
        right: -2%;
        bottom: 2%;
        margin-right: 0;
        margin-bottom: 0;
        width: 100px;
    }

    .burger-promo-area .del-shapes .ds-33 {
        position: absolute;
        left: 0%;
        bottom: 0%;
    }

    .burger-promo-area .del-shapes .ds-4 {
        position: absolute;
        left: 18%;
        top: 21%;
    }

    .burger-promo-area .delivery-left {
        position: relative;
    }

        .burger-promo-area .delivery-left .burger-shapes img {
            width: inherit;
        }

        .burger-promo-area .delivery-left .burger-shapes .bs1 {
            position: absolute;
            right: -33%;
            top: 20%;
            width: 50px;
        }

@media (max-width: 575.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs1 {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs1 {
        right: 2%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs1 {
        right: 0%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs1 {
        right: -3%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs1 {
        right: 0%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .burger-promo-area .delivery-left .burger-shapes .bs1 {
        right: -58%;
    }
}

.burger-promo-area .delivery-left .burger-shapes .bs2 {
    position: absolute;
    right: -5%;
    width: 34px;
    top: 48%;
}

@media (max-width: 575.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs2 {
        display: none;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs2 {
        right: -36%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .burger-promo-area .delivery-left .burger-shapes .bs2 {
        right: -65%;
    }
}

.burger-promo-area .delivery-left .burger-shapes .bs3 {
    position: absolute;
    left: 26%;
    width: 90px;
    top: -70px;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs3 {
        left: 34%;
        width: 132px;
        top: -70px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .burger-promo-area .delivery-left .burger-shapes .bs3 {
        left: 34%;
        width: 132px;
        top: -70px;
    }
}

.burger-promo-area .delivery-left .burger-shapes .bs4 {
    position: absolute;
    top: 0%;
    left: -1%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs4 {
        top: -13%;
        left: -17%;
    }
}

@media (max-width: 575.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs4 {
        display: none;
    }
}

.burger-promo-area .delivery-left .burger-shapes .bs5 {
    position: absolute;
    bottom: 23%;
    left: -13%;
    width: 60px;
}

@media (max-width: 575.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs5 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs5 {
        left: -3%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs5 {
        left: -2%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs5 {
        left: -2%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs5 {
        left: 4%;
        width: 94px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .burger-promo-area .delivery-left .burger-shapes .bs5 {
        left: 4%;
        width: 94px;
    }
}

.burger-promo-area .delivery-left .burger-shapes .bs6 {
    position: absolute;
    left: 5%;
    bottom: -1%;
    width: 80px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs6 {
        display: none;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .burger-promo-area .delivery-left .burger-shapes .bs6 {
        left: 25%;
        width: 133px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .burger-promo-area .delivery-left .burger-shapes .bs6 {
        left: 25%;
        width: 133px;
    }
}

.burger-promo-area .delivery-left .mp {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .burger-promo-area .delivery-left .mp {
        width: 110%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .burger-promo-area .delivery-left .mp {
        width: 130%;
    }
}

.burger-promo-area .delivery-right .common-title-area h1 {
    text-transform: uppercase;
}

    .burger-promo-area .delivery-right .common-title-area h1 span {
        color: #ff9d2d;
    }

@media (max-width: 767.98px) {
    .burger-promo-area .delivery-right {
        padding-right: 0px;
    }
}

.burger-promo-area .delivery-right h2 {
    margin-bottom: 15px;
}

.burger-promo-area .delivery-right h5 span {
    color: #ff9d2d;
}

.burger-promo-area .delivery-right .order-box .btn {
    margin-left: 0;
    margin-right: 50px;
}

@media (max-width: 575.98px) {
    .burger-promo-area .delivery-right .order-box .btn {
        margin-right: 7px;
    }
}

.banner-gallery2 .del-shapes .ds-1 {
    position: absolute;
    left: -2%;
    top: 9%;
}

.banner-gallery2 .del-shapes .ds-2 {
    position: absolute;
    right: -2%;
    bottom: -5%;
}

.banner-gallery2 .gallery-img-1 {
    background-image: url("../images/bg/gridbg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

    .banner-gallery2 .gallery-img-1:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-1:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-1::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-1::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-gallery2 .gallery-img-1 {
        margin-bottom: 30px;
    }
}

.banner-gallery2 .gallery-img-1 a {
    font-size: 14px;
}

.banner-gallery2 .gallery-img-1 .pos1 {
    width: inherit;
    position: absolute;
    top: -10%;
    right: -8%;
}

.banner-gallery2 .gallery-img-2 {
    background-image: url("../images/bg/gridbg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    position: relative;
    overflow: hidden;
}

    .banner-gallery2 .gallery-img-2:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-2:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-2::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-2::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-2 a {
        font-size: 14px;
        color: #fff;
        position: relative;
        z-index: 11;
        transition: 0.3s;
    }

        .banner-gallery2 .gallery-img-2 a:hover {
            color: #ff9d2d;
        }

    .banner-gallery2 .gallery-img-2 .gprice-1 {
        position: absolute;
        top: 60%;
        left: 42%;
    }

    .banner-gallery2 .gallery-img-2 .img-pos1 {
        position: absolute;
        top: 20%;
    }

@media (max-width: 575.98px) {
    .banner-gallery2 .gallery-img-2 .img-pos1 {
        top: 10%;
        width: 48%;
        left: 5%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-gallery2 .gallery-img-2 .img-pos1 {
        top: 0;
        width: 38%;
        left: 18%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-gallery2 .gallery-img-2 .img-pos1 {
        top: 35%;
    }
}

.banner-gallery2 .gallery-img-3 {
    background-image: url("../images/bg/gridbg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .banner-gallery2 .gallery-img-3:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-3:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-3::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-3::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-3 a {
        font-size: 14px;
        color: #fff;
        transition: 0.3s;
    }

        .banner-gallery2 .gallery-img-3 a:hover {
            color: #f93;
        }

    .banner-gallery2 .gallery-img-3 .img-pos {
        width: inherit;
        position: absolute;
        right: -25%;
        bottom: 0;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-gallery2 .gallery-img-3 .img-pos {
        right: -43%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-gallery2 .gallery-img-3 .img-pos {
        right: 6%;
    }
}

@media (max-width: 767.98px) {
    .banner-gallery2 .gallery-img-3 .img-pos {
        right: 0%;
        width: 57%;
    }
}

.banner-gallery2 .gallery-img-3 .gprice-2 {
    position: absolute;
    right: 11%;
    bottom: 58%;
}

.banner-gallery2 .gallery-img-3 .s1 {
    width: 75px;
    position: absolute;
    bottom: -20%;
    left: 0%;
}

.banner-gallery2 .gallery-img-33 {
    background-image: url("../images/bg/gridbg4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .banner-gallery2 .gallery-img-33:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-33:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-33::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-33::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

@media (max-width: 767.98px) {
    .banner-gallery2 .gallery-img-33 {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

.banner-gallery2 .gallery-img-33 a {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .banner-gallery2 .gallery-img-33 .img-pos {
        width: 38%;
        position: absolute;
        right: 14%;
        bottom: 0;
    }
}

.banner-gallery2 .gallery-img-33 .gprice-2 {
    position: absolute;
    right: 12%;
    bottom: 71%;
}

@media (max-width: 575.98px) {
    .banner-gallery2 .gallery-img-33 .gprice-2 {
        right: 13%;
        bottom: 55%;
    }
}

.banner-gallery2 .gallery-img-33 .s1 {
    width: 75px;
    position: absolute;
    bottom: -20%;
    left: 0%;
}

.banner-gallery2 .gallery-img-22 {
    background-color: #000;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .banner-gallery2 .gallery-img-22:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-22:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-22::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-22::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-22 a {
        color: #fff;
        transition: 0.3s;
    }

        .banner-gallery2 .gallery-img-22 a:hover {
            color: #ff9d2d;
        }

    .banner-gallery2 .gallery-img-22 .img-pos {
        width: inherit;
        position: absolute;
        bottom: 0%;
        left: 0%;
    }

@media (max-width: 767.98px) {
    .banner-gallery2 .gallery-img-22 .img-pos {
        width: 41%;
    }
}

.banner-gallery2 .gallery-img-22 .gprice-1 {
    background: #ff9d2d;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
 font-family: 'Amaranth', sans-serif;
    position: absolute;
    bottom: 18%;
    right: 37%;
}

@media (max-width: 575.98px) {
    .banner-gallery2 .gallery-img-22 .gprice-1 {
        bottom: 59%;
        right: 48%;
    }
}

.banner-gallery2 .gallery-img-22 .s1 {
    position: absolute;
    top: 15%;
    left: -27%;
    width: inherit;
}

.banner-gallery2 .gallery-img-11 {
    background-image: url("../images/bg/gridbg6.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .banner-gallery2 .gallery-img-11:hover::after {
        transform: scaleY(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-11:hover::before {
        transform: scaleX(0);
        opacity: 0.5;
    }

    .banner-gallery2 .gallery-img-11::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleY(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

    .banner-gallery2 .gallery-img-11::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: #fff;
        transform: scaleX(1);
        transform-origin: 90%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition: 0.5s;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-gallery2 .gallery-img-11 {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-gallery2 .gallery-img-11 {
        margin-top: 30px;
    }
}

.banner-gallery2 .gallery-img-11 .gs1 {
    width: inherit;
    position: absolute;
    left: -7%;
    bottom: -16%;
}

.banner-gallery2 .gallery-img-11 a.btn {
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #ff9d2d;
    transition: 0.3s;
}

    .banner-gallery2 .gallery-img-11 a.btn:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.banner-gallery2 .gallery-img-11 .pbadge {
    width: inherit;
    position: absolute;
    right: 27%;
    top: 10%;
}

.home2-menu-area {
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home2-menu-area .menu-shapes {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .home2-menu-area .menu-shapes {
        display: none;
    }
}

.home2-menu-area .menu-shapes img {
    width: inherit;
}

.home2-menu-area .menu-shapes .ds-1 {
    position: absolute;
    right: -1%;
    bottom: 20%;
}

.home2-menu-area .menu-shapes .ds-2 {
    position: absolute;
    right: 1%;
    bottom: 38%;
}

.home2-menu-area .menu-shapes .ds-3 {
    position: absolute;
    right: 1%;
    top: 10%;
}

.home2-menu-area .menu-shapes .ds-4 {
    position: absolute;
    left: 1%;
    top: 10%;
    z-index: -1;
}

.home2-menu-area .menu-shapes .ds-5 {
    position: absolute;
    left: 0%;
    bottom: 34%;
}

.home2-menu-area #nav-tabContent .nav-link.active .single-menu-nav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff9d2d;
    visibility: visible;
    opacity: 0.9;
    z-index: -1;
    transition: 0.5s;
}

.home2-menu-area #nav-tabContent .nav-link.active .single-menu-nav h6 {
    color: #fff;
    transition: 0.5s;
}

.home2-menu-area #nav-tabContent .nav-link.active .single-menu-nav .g-s-4 {
    position: absolute;
    bottom: 0;
    right: -26px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

    .home2-menu-area #nav-tabContent .nav-link.active .single-menu-nav .g-s-4 img {
        width: 72%;
    }

.home2-menu-area #nav-tabContent .nav-link.active .single-menu-nav .g-s-5 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

    .home2-menu-area #nav-tabContent .nav-link.active .single-menu-nav .g-s-5 img {
        width: 72%;
    }

.home2-menu-area .menu-items-wrapper {
    box-shadow: inherit;
}

    .home2-menu-area .menu-items-wrapper .menu-i-shapes .mis-3 {
        position: absolute;
        right: 32%;
        top: 35%;
        width: 58px;
    }

    .home2-menu-area .menu-items-wrapper .single-menu-item {
        border: 1px solid #e6e6e6;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px 10px;
        transition: 0.3s;
        margin-bottom: 30px;
    }

        .home2-menu-area .menu-items-wrapper .single-menu-item .menu-content h6 a {
            color: #2a435d;
        }

            .home2-menu-area .menu-items-wrapper .single-menu-item .menu-content h6 a:hover {
                color: #ff9d2d;
            }

        .home2-menu-area .menu-items-wrapper .single-menu-item .menu-content span {
            font-weight: 700;
        }

        .home2-menu-area .menu-items-wrapper .single-menu-item:hover {
            box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
            border: 1px solid transparent;
        }

.best-quality {
    background: #fffcf5;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .best-quality .best-shapes {
        display: none !important;
    }
}

.best-quality .best-shapes img {
    width: inherit;
}

.best-quality .best-shapes .ds-1 {
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.best-quality .best-shapes .ds-2 {
    position: absolute;
    right: 0%;
    bottom: 0%;
}

.best-quality .ingredients {
    position: relative;
}

    .best-quality .ingredients .ind-shape1 {
        position: absolute;
        top: 12%;
        right: -66%;
        z-index: 1;
    }

    .best-quality .ingredients .ind-shape2 {
        position: absolute;
        bottom: 43%;
        left: 64%;
        z-index: 1;
    }

    .best-quality .ingredients .ind-shape3 {
        position: absolute;
        bottom: -134%;
        left: -85%;
        z-index: 1;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .best-quality .ingredients .ind-shape3 {
        bottom: -54%;
        left: -54%;
    }
}

.best-quality .ingredients .ind-shape4 {
    position: absolute;
    bottom: -42%;
    left: -103%;
    z-index: 1;
}

.best-quality .ingredients-img img {
    width: inherit;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .best-quality .ingredients-img img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .best-quality .ingredients-img img {
        width: 100%;
    }
}

.delivery-area2 {
    background: inherit;
    position: relative;
}

    .delivery-area2 .del-shapes .ds-1 {
        position: absolute;
        left: 0%;
        top: 40%;
    }

    .delivery-area2 .del-shapes .ds-2 {
        position: absolute;
        right: 0%;
        top: 40%;
    }

    .delivery-area2 .common-title h4 span {
        color: #ff9d2d;
    }

.home2-popular-dish {
    background: #fff8ee;
}

.home2-single-dishes {
    background: #fff8ee;
    align-items: center;
    border-style: dashed;
    padding: 40px 20px 20px 20px;
    transition: 0.5s;
}

    .home2-single-dishes:hover {
        background: #fff;
    }

    .home2-single-dishes h6 {
        margin-bottom: 10px;
        transition: 0.5s;
    }

        .home2-single-dishes h6 a {
            color: #2a435d;
        }

    .home2-single-dishes p {
        margin-bottom: 10px;
    }

    .home2-single-dishes .dish-img {
        margin-right: 20px;
    }

        .home2-single-dishes .dish-img img {
            width: 100px !important;
        }

    .home2-single-dishes .cart-opt {
        top: inherit;
        bottom: 5px;
        transition: 0.5s;
    }

.serve-passion {
    position: relative;
}

    .serve-passion .serve-left {
        position: relative;
    }

        .serve-passion .serve-left img {
            width: inherit;
        }

@media (max-width: 575.98px) {
    .serve-passion .serve-left img {
        width: 100%;
    }
}

.serve-passion .serve-left .ss-shapes .ss1 {
    position: absolute;
    top: 10%;
    right: 18%;
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .serve-passion .serve-left .ss-shapes .ss1 {
        right: 6%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .serve-passion .serve-left .ss-shapes .ss1 {
        right: 35%;
    }
}

.serve-passion .serve-left .ss-shapes .ss2 {
    position: absolute;
    right: 10%;
    top: 36%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .serve-passion .serve-left .ss-shapes .ss2 {
        right: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .serve-passion .serve-left .ss-shapes .ss2 {
        right: 35%;
    }
}

.serve-passion .serve-left .ss-shapes .ss3 {
    position: absolute;
    right: 18%;
    top: 51%;
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .serve-passion .serve-left .ss-shapes .ss3 {
        right: 7%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .serve-passion .serve-left .ss-shapes .ss3 {
        right: 35%;
    }
}

.serve-passion .serve-left .inner-counter {
    position: absolute;
    bottom: 0%;
    right: 17%;
}

@media (max-width: 575.98px) {
    .serve-passion .serve-left .inner-counter {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .serve-passion .serve-left .inner-counter {
        right: 29%;
    }
}

.serve-passion .serve-left .inner-counter .about-gallery-4 {
    padding: 20px;
    position: relative;
    width: 200px;
    background: #ff9d2d;
    color: #fff;
    border-radius: 5px;
}

    .serve-passion .serve-left .inner-counter .about-gallery-4 p {
        color: #fff;
        text-transform: capitalize;
        z-index: 11;
        position: relative;
    }

    .serve-passion .serve-left .inner-counter .about-gallery-4 .items {
     font-family: 'Amaranth', sans-serif;
        font-weight: 700;
        font-size: 30px;
        position: relative;
    }

        .serve-passion .serve-left .inner-counter .about-gallery-4 .items::after {
            content: "+";
            position: absolute;
            right: -15px;
            top: 0;
        }

    .serve-passion .serve-left .inner-counter .about-gallery-4 .img {
        width: 100px;
        margin: 0 auto;
        position: static;
        z-index: 1;
    }

    .serve-passion .serve-left .inner-counter .about-gallery-4 .g-s-4 {
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 75px;
    }

    .serve-passion .serve-left .inner-counter .about-gallery-4 .g-s-5 {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 75px;
    }

.testimonial2 {
    position: relative;
    background: linear-gradient(-90deg, #fff 0%, #fffaec 100%);
}

    .testimonial2 .testi-shapes .ts-1 {
        top: 43%;
    }

    .testimonial2 .testi-shapes .ts-2 {
        top: 10%;
    }

    .testimonial2 .testi-shapes .ts-3 {
        top: inherit;
        right: 17%;
        bottom: 22%;
    }

.common-title-area3 {
    margin-bottom: 10px;
}

    .common-title-area3 h3 {
        font-family: "Caveat", cursive;
        color: #063;
    }

    .common-title-area3 h2 {
        font-weight: 900;
    }

        .common-title-area3 h2 span {
            color: #063;
        }

.snack-section {
    background: url("../images/bg/home3bg.png");
    position: relative;
    overflow: hidden;
}

    .snack-section .snack-shapes img {
        width: inherit;
    }

    .snack-section .snack-shapes .mss1 {
        position: absolute;
        top: -19%;
        left: 47%;
        width: 200px;
    }

@media (max-width: 575.98px) {
    .snack-section .snack-shapes .mss1 {
        display: none;
    }
}

.snack-section .snack-shapes .mss2 {
    position: absolute;
    top: 10%;
    left: 10%;
}

.snack-section .snack-shapes .mss3 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: rotate(85deg);
}

.snack-section .snack-shapes .mss4 {
    position: absolute;
    top: 25%;
    right: 5%;
    width: 150px;
    display: none;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .snack-section .snack-shapes .mss4 {
        right: 0%;
        display: block;
    }
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .snack-section .snack-shapes .mss4 {
        display: block;
    }
}

.snack-section .snack-left .snack-upper-content .snack-img {
    width: 100px;
    margin-right: 20px;
}

    .snack-section .snack-left .snack-upper-content .snack-img img {
        width: 100%;
    }

.snack-section .snack-left .snack-upper-content .snack-content h5 {
    font-weight: 900;
}

    .snack-section .snack-left .snack-upper-content .snack-content h5.caveat {
        font-weight: 400;
        font-family: "Caveat", cursive;
        color: #063;
    }

.snack-section .snack-left .snack-lower-content h1 {
    text-transform: uppercase;
}

    .snack-section .snack-left .snack-lower-content h1 span {
        color: #063;
    }

.snack-section .snack-left .snack-lower-content .order-box2 .btn2 {
    margin-right: 50px;
}

@media (max-width: 575.98px) {
    .snack-section .snack-left .snack-lower-content .order-box2 .btn2 {
        margin-right: 10px;
    }
}

.snack-section .snack-right {
    position: relative;
}

    .snack-section .snack-right .snack-inner-shapes img {
        width: inherit;
    }

    .snack-section .snack-right .snack-inner-shapes .ss1 {
        position: absolute;
        top: 28%;
        left: -4%;
    }

    .snack-section .snack-right .snack-inner-shapes .ss2 {
        position: absolute;
        top: 16%;
        right: 0%;
    }

    .snack-section .snack-right .snack-inner-shapes .ss3 {
        position: absolute;
        top: 60%;
        left: -7%;
    }

.features-section {
    overflow: hidden;
}

    .features-section .fea-shapes img {
        width: inherit;
    }

    .features-section .fea-shapes .fs-1 {
        position: absolute;
        bottom: 43px;
        left: -5%;
    }

    .features-section .fea-shapes .fs-2 {
        position: absolute;
        right: -8%;
        bottom: 14%;
    }

.single-fea {
    padding: 40px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: 0.3s;
    background: #fff;
    margin-bottom: 30px;
}

    .single-fea:hover {
        box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
    }

        .single-fea:hover .fea-content h5 {
            color: #063;
        }

    .single-fea .fea-img {
        width: 75px;
        margin-bottom: 30px;
    }

@media (max-width: 767.98px) {
    .single-fea .fea-img {
        margin-left: auto;
        margin-right: auto;
    }
}

.single-fea .fea-img img {
    width: 100%;
}

.single-fea .fea-content h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.single-fea .fea-content p {
    margin-bottom: 20px;
}

.single-fea .fea-content a {
    color: #2a435d;
    transition: 0.3s;
}

    .single-fea .fea-content a:hover {
        color: #063;
    }

.softdrink-section {
    overflow: hidden;
}

    .softdrink-section .softdrink-left .drink-review {
        padding: 50px;
        background: url("../images/img/htbg1.png");
        background-size: cover;
    }

        .softdrink-section .softdrink-left .drink-review .review-img {
            margin-bottom: 20px;
        }

            .softdrink-section .softdrink-left .drink-review .review-img img {
                width: 90px;
            }

        .softdrink-section .softdrink-left .drink-review .drink-content .reviews {
            margin-bottom: 20px;
        }

            .softdrink-section .softdrink-left .drink-review .drink-content .reviews span {
                color: #f93;
            }

        .softdrink-section .softdrink-left .drink-review .drink-content h5 {
            color: #fff;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .softdrink-section .softdrink-left .drink-review .drink-content p {
            color: #fff;
            text-transform: capitalize;
        }

    .softdrink-section .softdrink-left .s-gallery-3 {
        background-size: cover;
        background-position: -13px -4px;
        background: url(../images/img/htshape9.png);
        position: relative;
        text-align: center;
        padding: 48px 32px 40px 39px;
        margin-left: -25px;
        background-repeat: no-repeat;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .softdrink-section .softdrink-left .s-gallery-3 {
        background-position: 21px -4px;
    }
}

@media (max-width: 767.98px) {
    .softdrink-section .softdrink-left .s-gallery-3 {
        text-align: left;
        background-position: -42px 2px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .softdrink-section .softdrink-left .s-gallery-3 {
        margin-left: -75px;
    }
}

.softdrink-section .softdrink-left .s-gallery-3 .g-shape {
    position: absolute;
    left: -26%;
    top: -30%;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .softdrink-section .softdrink-left .s-gallery-3 .g-shape {
        display: none;
    }
}

.softdrink-section .softdrink-left .s-gallery-3 h4 {
    color: #063;
}

.softdrink-section .softdrink-left .s-gallery-3 p {
    font-weight: 500;
}

.softdrink-section .softdrink-right h2 {
    margin-bottom: 15px;
    font-weight: 900;
}

    .softdrink-section .softdrink-right h2 span {
        color: #063;
    }

.softdrink-section .softdrink-right p {
    margin-bottom: 26px;
}

.softdrink-section .softdrink-right .quote-box {
    box-shadow: 0px 5px 68px 0px rgba(0, 21, 100, 0.1);
    background: #fff;
    padding: 30px 120px 30px 30px;
    margin-bottom: 30px;
    position: relative;
}

    .softdrink-section .softdrink-right .quote-box .qq {
        position: absolute;
        right: 14%;
        top: 11%;
        font-size: 30px;
        color: #063;
    }

    .softdrink-section .softdrink-right .quote-box .qoute-img {
        margin-right: 20px;
    }

        .softdrink-section .softdrink-right .quote-box .qoute-img img {
            width: 75px;
        }

    .softdrink-section .softdrink-right .quote-box .quote-content p {
        margin-left: 50px;
        margin-top: 20px;
        position: relative;
    }

        .softdrink-section .softdrink-right .quote-box .quote-content p::after {
            content: "";
            position: absolute;
            left: -20%;
            bottom: 26%;
            width: 35px;
            height: 2px;
            background: #063;
        }

@media (max-width: 575.98px) {
    .softdrink-section .softdrink-right .quote-box .quote-content p::after {
        left: -53%;
        bottom: 49%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .softdrink-section .softdrink-right .quote-box .quote-content p::after {
        left: -30%;
    }
}

.timeline-section {
    position: relative;
    overflow: hidden;
}

    .timeline-section .timeline-shapes .fs-1 {
        position: absolute;
        left: 0%;
        top: 50%;
        width: 40px;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .timeline-section .timeline-shapes .fs-1 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .timeline-section .timeline-shapes .fs-1 {
        top: 14%;
    }
}

@media (max-width: 767.98px) {
    .timeline-section .timeline-shapes .fs-1 {
        display: none;
    }
}

.timeline-section .timeline-shapes .fs-2 {
    position: absolute;
    right: 0%;
    top: 50%;
    width: 100px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .timeline-section .timeline-shapes .fs-2 {
        right: -6%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .timeline-section .timeline-shapes .fs-2 {
        top: 20%;
    }
}

.timeline-section .single-timeline h2 {
    color: #063;
    margin-bottom: 12px;
    font-weight: 900;
}

.timeline-section .single-timeline h6 {
    margin-bottom: 15px;
}

.drink-items-section {
    background: url("../images/bg/home3bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .drink-items-section .drink-items-shapes .fs-1 {
        position: absolute;
        bottom: 10%;
        left: 10%;
        transform: rotate(27deg);
    }

    .drink-items-section .drink-items-shapes .fs-2 {
        position: absolute;
        top: 38%;
    }

    .drink-items-section .drink-items-shapes .fs-3 {
        position: absolute;
        right: 6%;
        top: 28%;
    }

    .drink-items-section .drink-items-shapes .fs-4 {
        position: absolute;
        right: 16%;
        bottom: 17%;
    }

.home3-single-dishes {
    background: #fff8ee;
    text-align: center;
}

    .home3-single-dishes:hover {
        border: 1px solid transparent;
        box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
        background: #fff;
    }

        .home3-single-dishes:hover .cart-opt {
            visibility: visible;
            opacity: 1;
        }

        .home3-single-dishes:hover .dish-img {
            background: #fff8ee;
        }

        .home3-single-dishes:hover .dish-content .price {
            color: #063;
        }

        .home3-single-dishes:hover .badge {
            background: #063;
            border-radius: 2px;
        }

    .home3-single-dishes .dish-img {
        width: 150px;
        height: 150px;
        background: #fff;
        margin: 0 auto;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .home3-single-dishes .dish-img img {
            width: 60px;
            height: 120px;
            margin: 0 auto;
        }

    .home3-single-dishes .dish-content h5 {
        padding: 20px 0;
    }

        .home3-single-dishes .dish-content h5 a {
            color: #2a435d;
            transition: 0.5s;
        }

            .home3-single-dishes .dish-content h5 a:hover {
                color: #063;
            }

    .home3-single-dishes .badge-bg-color {
        background: #063;
    }

    .home3-single-dishes .badge-color {
        color: #063 !important;
    }

    .home3-single-dishes .cart-opt span {
        border: 1px solid #063;
        background: transparent;
    }

        .home3-single-dishes .cart-opt span a {
            color: #063;
            transition: 0.5s;
        }

        .home3-single-dishes .cart-opt span:hover {
            background: #063;
        }

            .home3-single-dishes .cart-opt span:hover a {
                color: #fff;
            }

        .home3-single-dishes .cart-opt span a {
            color: #063;
        }

.home3-form-area {
    margin-top: 0px;
    position: relative;
}

    .home3-form-area .ht-form-shapes .hts1 {
        position: absolute;
        left: 0%;
        bottom: 20%;
        width: 100px;
    }

    .home3-form-area .ht-form-shapes .hts2 {
        position: absolute;
        right: 3%;
        top: 56%;
        transform: rotate(72deg);
    }

    .home3-form-area .form-box .form-shapes .fs-11 {
        position: absolute;
        top: 25%;
        left: 7%;
        transform: rotate(80deg);
    }

    .home3-form-area .form-box .form-shapes .fs-22 {
        position: absolute;
        bottom: 0%;
        width: 100px;
        left: 0%;
    }

    .home3-form-area .form-box .form-shapes .fs-33 {
        position: absolute;
        top: 97px;
        right: 20% !important;
    }

    .home3-form-area .form-box .form-wraper form button {
        background: #063;
    }

        .home3-form-area .form-box .form-wraper form button:hover {
            border: 1px solid #063;
            color: #063;
        }

@media (min-width: 768px) and (max-width: 991.98px) {
    .drink-ind {
        padding-bottom: 30px !important;
    }
}

@media (max-width: 767.98px) {
    .drink-ind {
        padding-bottom: 30px !important;
    }
}

.drink-ind .drink-ind-left {
    position: relative;
}

@media (max-width: 575.98px) {
    .drink-ind .drink-ind-left {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .drink-ind .drink-ind-left {
        margin-left: 110px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .drink-ind .drink-ind-left {
        margin-left: 140px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .drink-ind .drink-ind-left {
        margin-left: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .drink-ind .drink-ind-left {
        margin-left: 50px;
    }
}

.drink-ind .drink-ind-left img {
    width: inherit;
}

.drink-ind .drink-ind-left .drs1 {
    position: absolute;
    right: 20%;
    bottom: 0%;
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .drink-ind .drink-ind-left .drs1 {
        right: -4%;
    }
}

@media (max-width: 575.98px) {
    .drink-ind .drink-ind-left .drs1 {
        right: -4%;
    }
}

.drink-ind .drink-ind-left .drs2 {
    position: absolute;
    left: -17%;
    top: 3%;
    z-index: -1;
}

.drink-ind .drink-ind-left .drs3 {
    position: absolute;
    bottom: 0%;
    left: 33%;
}

.drink-ind .drink-ind-left .drs4 {
    position: absolute;
    right: 15%;
    top: 17%;
    transform: rotate(73deg);
}

.drink-ind .drink-ind-left .drs5 {
    position: absolute;
    left: 51%;
    top: 28%;
    z-index: -1;
    width: 100px;
}

.drink-ind .drink-ind-right .inner-fea .single-fea {
    padding: 20px;
    border-radius: 5px;
    transition: 0.3s;
    background: #fff;
    margin-bottom: 30px;
}

    .drink-ind .drink-ind-right .inner-fea .single-fea:hover {
        box-shadow: 0px 25px 60px 0px rgba(0, 21, 100, 0.1);
    }

        .drink-ind .drink-ind-right .inner-fea .single-fea:hover .fea-content h5 {
            color: #063;
        }

    .drink-ind .drink-ind-right .inner-fea .single-fea .fea-img {
        width: 75px;
        margin-bottom: 30px;
    }

@media (max-width: 767.98px) {
    .drink-ind .drink-ind-right .inner-fea .single-fea .fea-img {
        margin-left: auto;
        margin-right: auto;
    }
}

.drink-ind .drink-ind-right .inner-fea .single-fea .fea-img img {
    width: 100%;
}

.drink-ind .drink-ind-right .inner-fea .single-fea .fea-content h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.drink-ind .drink-ind-right .inner-fea .single-fea .fea-content p {
    margin-bottom: 20px;
}

.drink-ind .drink-ind-right .inner-fea .single-fea .fea-content a {
    color: #2a435d;
    transition: 0.3s;
}

    .drink-ind .drink-ind-right .inner-fea .single-fea .fea-content a:hover {
        color: #063;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .food-brand-section {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 767.98px) {
    .food-brand-section {
        padding-bottom: 60px !important;
    }
}

.food-brand-section .food-brand-left .inner-brand .single-percentage {
    position: relative;
    padding-left: 10px;
}

    .food-brand-section .food-brand-left .inner-brand .single-percentage h6 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .food-brand-section .food-brand-left .inner-brand .single-percentage h3 {
        font-weight: 900;
        color: #063;
    }

    .food-brand-section .food-brand-left .inner-brand .single-percentage::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background: #063;
        left: 0%;
        top: 0%;
    }

.food-brand-section .food-brand-right {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .food-brand-section .food-brand-right {
        margin-left: 136px;
    }
}

.food-brand-section .food-brand-right img {
    width: inherit;
}

.food-brand-section .food-brand-right .fb1 {
    position: absolute;
    bottom: 5%;
    right: 12%;
}

.food-brand-section .food-brand-right .fb2 {
    position: absolute;
    bottom: 0%;
    z-index: -1;
    left: 0%;
}

.food-brand-section .food-brand-right .fb3 {
    position: absolute;
    right: -2%;
    top: 12%;
    z-index: -1;
}

.food-brand-section .food-brand-right .fb4 {
    position: absolute;
    bottom: 23%;
    z-index: -2;
    left: 5%;
}

.food-brand-section .food-brand-right .fb5 {
    position: absolute;
    top: 2%;
    z-index: -2;
    left: 0%;
    transform: rotate(45deg);
}

.food-brand-section .food-brand-right .fb6 {
    position: absolute;
    top: 22%;
    z-index: -1;
    right: 3%;
}

.food-brand-section .food-brand-right .fb7 {
    position: absolute;
    bottom: 36%;
    z-index: -2;
    right: 8%;
    transform: rotate(88deg);
    width: 75px;
}

.ht-testi {
    background: url("../images/bg/home3bg.png");
    position: relative;
}

    .ht-testi .ht-shapes img {
        width: inherit;
    }

    .ht-testi .ht-shapes .drs1 {
        position: absolute;
        right: 17%;
        bottom: 17%;
    }

    .ht-testi .ht-shapes .drs2 {
        position: absolute;
        bottom: 13%;
        left: 9%;
    }

    .ht-testi .ht-shapes .drs3 {
        position: absolute;
        right: 8%;
        transform: rotate(75deg);
    }

    .ht-testi .ht-shapes .drs4 {
        position: absolute;
        left: 6%;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .ht-testi .ht-shapes .drs4 {
        left: 0%;
    }
}

.ht-testi .single-ht-item {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px;
    transition: 0.3s;
    border-radius: 10px;
    margin-left: 30px;
    margin-bottom: 30px;
}

    .ht-testi .single-ht-item .qq {
        position: absolute;
        right: 5%;
        top: 11%;
        font-size: 30px;
        color: #063;
        opacity: 0.4;
    }

    .ht-testi .single-ht-item:hover {
        box-shadow: 0px 10px 30px 0px rgba(0, 21, 100, 0.1);
        border: 1px solid transparent;
    }

    .ht-testi .single-ht-item .testi-left .testi-top {
        margin-bottom: 25px;
    }

        .ht-testi .single-ht-item .testi-left .testi-top .testi-img {
            margin-right: 25px;
        }

            .ht-testi .single-ht-item .testi-left .testi-top .testi-img img {
                width: 75px;
            }

        .ht-testi .single-ht-item .testi-left .testi-top .testi-meta span.des {
            display: inline-block;
            margin-bottom: 0px;
            margin-left: 20px;
            font-size: 14px;
            font-weight: 400;
            align-self: flex-end;
        }

        .ht-testi .single-ht-item .testi-left .testi-top .testi-rating {
            margin-top: 10px;
        }

            .ht-testi .single-ht-item .testi-left .testi-top .testi-rating span {
                color: #f93;
                font-size: 14px;
                margin: 0 -2px;
            }

@media (min-width: 768px) and (max-width: 991.98px) {
    .ht-testi .single-ht-item .testi-left p {
        padding-right: 20px;
    }
}

.ht-testi .single-ht-item .testi-right {
    position: relative;
    top: 36%;
    right: 50%;
}

    .ht-testi .single-ht-item .testi-right img {
        width: 70px;
        height: 110px;
    }

.ht-testi ul.slick-dots button {
    background: #2a435d;
}

.ht-testi ul.slick-dots li.slick-active button {
    background: #063;
}

.ins-gallery-area {
    position: relative;
    margin-bottom: -100px;
    z-index: 11;
}

    .ins-gallery-area .single-inst-item {
        position: relative;
        margin-left: 5px;
        height: 270px;
        max-width: 380px;
    }

        .ins-gallery-area .single-inst-item:hover::after {
            opacity: 0.8;
            visibility: visible;
        }

        .ins-gallery-area .single-inst-item:hover .ins-icon {
            opacity: 1;
            visibility: visible;
        }

        .ins-gallery-area .single-inst-item::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: #063;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
        }

        .ins-gallery-area .single-inst-item .ins-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px;
            color: #fff;
            z-index: 11;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
        }

            .ins-gallery-area .single-inst-item .ins-icon a {
                color: #fff;
            }

        .ins-gallery-area .single-inst-item img {
            width: 100%;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ht-footer .newsletter button {
        margin-top: 1px;
    }
}

.login-area .login-form-area .google-button a.btn {
    width: 100%;
    margin-bottom: 30px;
}

.login-area .login-form-area .checkbox-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 14px;
}

    .login-area .login-form-area .checkbox-area .checkbox-part {
        display: flex;
        align-items: center;
        color: #2a435d;
        text-transform: capitalize;
        cursor: pointer;
        width: initial;
    }

        .login-area .login-form-area .checkbox-area .checkbox-part input[type="checkbox"] {
            display: inline-block;
            width: initial;
            margin-right: 10px;
            margin-bottom: 0;
        }

        .login-area .login-form-area .checkbox-area .checkbox-part label {
            cursor: pointer;
        }

    .login-area .login-form-area .checkbox-area .forgot-pas a {
        color: #2a435d;
        text-transform: capitalize;
        cursor: pointer;
    }

        .login-area .login-form-area .checkbox-area .forgot-pas a:hover {
            color: #ff9d2d;
        }

.login-area .delivery-login .delivery-img {
    max-height: 520px;
}

.signup-area .signup-form-area .login-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .signup-area .signup-form-area .login-btn button {
        display: block;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .signup-area .signup-form-area .login-btn button {
        display: block;
        width: 100%;
    }
}

.signup-area .signup-form-area .login-btn span {
    color: #2a435d;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 25px;
    margin-left: 10px;
    text-align: right;
}

@media (max-width: 575.98px) {
    .signup-area .signup-form-area .login-btn span {
        display: block;
    }
}

.signup-area .signup-form-area .login-btn span a {
    color: #ff9d2d;
}

.common-title4 h1 span {
    color: #76459d;
}

.common-title4 h2 span {
    color: #76459d;
}

.common-title4 h3 {
    color: #76459d;
}

.hero-ice-area {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-top: 230px;
    padding-bottom: 125px;
}

@media (max-width: 991.98px) {
    .hero-ice-area {
        padding: 230px 0 120px 0;
    }
}

.hero-ice-area .ice-lg-vec {
    position: absolute;
    width: inherit;
    z-index: 1;
}

.hero-ice-area .ice-hero-left {
    position: relative;
    z-index: 999;
}

    .hero-ice-area .ice-hero-left h5 span {
        color: #76459d;
        font-size: 36px;
        font-weight: 700;
    }

@media (max-width: 991.98px) {
    .hero-ice-area .ice-hero-right {
        margin-top: 60px;
    }
}

.hero-ice-area .ice-hero-right .slide-sm-item {
    width: 140px !important;
    margin-right: 10px;
    cursor: pointer;
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .hero-ice-area .ice-hero-right .slide-sm-item {
        width: 90px !important;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-ice-area .ice-hero-right .slide-sm-item {
        width: 90px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-ice-area .ice-hero-right .slide-sm-item {
        width: 70px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-ice-area .ice-hero-right .slide-sm-item {
        width: 60px !important;
    }
}

@media (max-width: 991.98px) {
    .hero-ice-area .ice-hero-right .slide-sm-item {
        width: 70px !important;
    }
}

.hero-ice-area .ice-hero-right .slide-lg-item {
    width: 140%;
}

.hero-ice-area .ice-hero-right .position-title {
    position: absolute;
    top: 19%;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-ice-area .ice-hero-right .position-title {
        top: 17%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-ice-area .ice-hero-right .position-title {
        top: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-ice-area .ice-hero-right .position-title {
        top: 17%;
    }
}

@media (max-width: 991.98px) {
    .hero-ice-area .ice-hero-right .position-title {
        top: 15%;
    }
}

@media (max-width: 575.98px) {
    .hero-ice-area .ice-hero-right .position-title {
        top: 50%;
        transform: translateY(-50%);
    }
}

.hero-ice-area .slick-list {
    padding: 0 !important;
}

.hero-ice-area .ice-slider-nav {
    top: 30%;
    z-index: 999;
}

@media (max-width: 575.98px) {
    .hero-ice-area .ice-slider-nav {
        display: none !important;
    }
}

.hero-ice-area .slider-nav {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #76459d;
    color: #fff;
    position: absolute;
    top: 19%;
    z-index: 22;
    cursor: pointer;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-ice-area .slider-nav {
        top: 17%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-ice-area .slider-nav {
        top: initial;
        bottom: 31%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-ice-area .slider-nav {
        top: initial;
        bottom: 20%;
    }
}

@media (max-width: 991.98px) {
    .hero-ice-area .slider-nav {
        top: initial;
        bottom: 35%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-ice-area .slider-nav {
        bottom: 22%;
    }
}

.hero-ice-area .slider-nav.nav-right {
    right: -80%;
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .hero-ice-area .slider-nav.nav-right {
        right: -80%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-ice-area .slider-nav.nav-right {
        right: -85%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-ice-area .slider-nav.nav-right {
        right: -35%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-ice-area .slider-nav.nav-right {
        right: -50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-ice-area .slider-nav.nav-right {
        right: -35%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-ice-area .slider-nav.nav-right {
        right: -40%;
    }
}

.hero-ice-area .slider-nav.nav-left {
    right: -70%;
}

@media (min-width: 1600px) and (max-width: 1919.99px) {
    .hero-ice-area .slider-nav.nav-left {
        right: -70%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-ice-area .slider-nav.nav-left {
        right: -75%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-ice-area .slider-nav.nav-left {
        right: -21%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-ice-area .slider-nav.nav-left {
        right: -31%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-ice-area .slider-nav.nav-left {
        right: -21%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-ice-area .slider-nav.nav-left {
        right: -26%;
    }
}

@media (max-width: 575.98px) {
    .hero-ice-area .slider-nav.nav-left {
        right: -53%;
    }
}

.single-ice-cream {
    position: relative;
}

    .single-ice-cream .price-tag {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }

    .single-ice-cream .basket {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        color: #fff;
        padding: 10px;
        line-height: 1;
        border: 1px solid transparent;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
        background-color: #76459d;
    }

        .single-ice-cream .basket:hover {
            background-color: transparent;
            border: 1px solid #76459d;
            color: #76459d;
        }

    .single-ice-cream .ice-title {
        position: absolute;
        bottom: 20px;
        left: 50%;
        width: 100%;
        text-align: center;
        display: block;
        transform: translateX(-50%);
    }

.ice-slider-active ul.slick-dots {
    text-align: center;
    position: absolute;
    top: -60px;
    right: 30px;
}

    .ice-slider-active ul.slick-dots li.slick-active button {
        background-color: #76459d;
    }

.ice-about {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .ice-about .ice-about-left .float-img {
        position: absolute;
        width: 150px;
    }

        .ice-about .ice-about-left .float-img.float-img1 {
            top: -20px;
            right: -20px;
        }

        .ice-about .ice-about-left .float-img.float-img2 {
            bottom: -20px;
            right: -20px;
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ice-about .ice-about-left .float-img.float-img2 {
        bottom: 20px;
    }
}

.ice-about .ice-about-left .float-img.float-img3 {
    bottom: -20px;
    left: -20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ice-about .ice-about-left .float-img.float-img3 {
        bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .ice-about .ice-about-right {
        margin-top: 60px;
    }
}

.ice-about .ice-about-right .address-info {
    display: flex;
}

    .ice-about .ice-about-right .address-info .img-box {
        width: 60px;
        margin-right: 10px;
    }

.ice-about .ice-straw {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 39%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ice-about .ice-straw {
        right: 15%;
    }
}

.ice-about .ice-intro-vdo {
    width: 370px;
    position: absolute;
    bottom: 0;
    right: 22%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ice-about .ice-intro-vdo {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .ice-about .ice-intro-vdo {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .ice-about .ice-intro-vdo {
        width: 200px;
        right: 0;
    }
}

.ice-about .ice-video-popup {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #76459d;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

@media (max-width: 767.98px) {
    .ice-about .ice-video-popup {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }
}

.ice-about .ice-truck {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .ice-about .ice-truck {
        width: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ice-about .ice-truck {
        width: 80px;
    }
}

.ice-features .ice-fea-left .product-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ice-features .ice-fea-left .product-info .fea-icon {
        width: inherit;
        margin-right: 10px;
    }

    .ice-features .ice-fea-left .product-info span {
     font-family: 'Amaranth', sans-serif;
        font-weight: 600;
        text-transform: capitalize;
    }

.ice-features .ice-fea-left .pricing-box .ice-color {
    color: #76459d;
}

.ice-features .ice-fea-left .pricing-box .rate {
    font-size: 24px;
    font-weight: 700;
}

.ice-features .ice-fea-right {
    position: relative;
}

@media (max-width: 991.98px) {
    .ice-features .ice-fea-right {
        margin-top: 60px;
    }
}

.ice-gallery .single-ice-gal {
    position: relative;
}

    .ice-gallery .single-ice-gal img {
        height: 380px;
    }

    .ice-gallery .single-ice-gal .inner-cont-box {
        background: rgba(118, 69, 157, 0.5);
        width: 95%;
        height: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
    }

        .ice-gallery .single-ice-gal .inner-cont-box .title,
        .ice-gallery .single-ice-gal .inner-cont-box p {
            color: #fff;
            display: block;
        }

        .ice-gallery .single-ice-gal .inner-cont-box .title {
            font-size: 20px;
            font-weight: 600;
         font-family: 'Amaranth', sans-serif;
        }

    .ice-gallery .single-ice-gal .gal-trigger {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #76459d;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
    }

    .ice-gallery .single-ice-gal:hover .inner-cont-box {
        opacity: 1;
        visibility: visible;
    }

    .ice-gallery .single-ice-gal:hover .gal-trigger {
        opacity: 1;
        visibility: visible;
    }

.ht-testi4 {
    background: linear-gradient(-90deg, #fffbff 0%, rgba(255, 248, 240, 0.7) 99%, #fff8f0 100%) !important;
}

    .ht-testi4 .single-ht-item {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
    }

        .ht-testi4 .single-ht-item .testi-left img {
            margin-top: -22px;
        }

        .ht-testi4 .single-ht-item .testi-right img {
            width: 100px;
        }

@media (max-width: 767.98px) {
    .home4-contact-section {
        margin-top: 50px !important;
    }
}

.home4-contact-section .single-contact {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    border-radius: 5px;
    height: 100%;
}

    .home4-contact-section .single-contact .img-box {
        margin-right: 20px;
    }

        .home4-contact-section .single-contact .img-box img {
            width: initial;
        }

.home4-contact-section {
    position: relative;
    margin-top: -20px;
}

    .home4-contact-section .inner-contact-section {
        /*background-color: #fff6f6;*/
        padding: 90px 40px 50px 40px;
        background: linear-gradient(-90deg, #fff 0%, #fffaec 100%);
    
    }

@media (max-width: 767.98px) {
    .home4-contact-section .inner-contact-section {
        padding: 90px 40px;
    }
}

.home4-contact-section .inner-contact-section .cont-icon-shape {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 200px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .home4-contact-section .home4-map-area {
        margin-top: 60px;
    }
}

.home4-contact-section .home4-map-area iframe {
    width: 100%;
}

.ice-logo-brands .single-brand-logo {
    width: 150px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ht-footer .newsletter.newsletter-4 button {
        top: 14%;
    }
}

.profile-area .tab-title {
    margin-bottom: 20px;
}

.profile-area .profile-tabs button {
    margin-bottom: 10px;
}

    .profile-area .profile-tabs button i {
        display: inline-block;
        margin-right: 8px;
    }

    .profile-area .profile-tabs button a {
        color: #2a435d;
        display: block;
    }

.profile-area .profile-tabs .nav-link {
    color: #2a435d;
    text-transform: capitalize;
    cursor: pointer;
}

    .profile-area .profile-tabs .nav-link.active {
        background: #ff9d2d;
        color: #fff;
        text-transform: capitalize;
        border-radius: 5px;
    }

.profile-area .tab-content {
    padding-left: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .profile-area .tab-content {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .profile-area .tab-content {
        padding-top: 37px;
        padding-left: 0;
    }
}

.profile-area .tab-content a {
    color: #ff9d2d;
}

.profile-area .tab-content table tr {
    border: 1px solid #e9ecef;
}

.profile-area .tab-content table th {
    padding: 10px 35px;
}

.profile-area .tab-content table td {
    font-size: 14px;
    color: #2a435d;
    padding: 10px 30px;
}

.profile-area .tab-content #address li {
    font-size: 14px;
    margin-bottom: 5px;
}

.profile-area .tab-content #address .edit-address-form {
    display: none;
}

.profile-area .tab-content .order-pagination {
    margin-top: 15px;
}

.wishlist-area {
    margin-top: -10px;
}

    .wishlist-area .product-img {
        width: 60px;
    }

    .wishlist-area .delete-product i {
        display: inline-block;
        font-size: 18px;
        cursor: pointer;
    }

    .wishlist-area a {
        color: #2a435d;
    }

        .wishlist-area a:hover {
            color: #ff9d2d;
        }

@media (max-width: 767.98px) {
    .wishlist-area .table-responsive {
        overflow-x: auto;
    }
}

@media (max-width: 767.98px) {
    .wishlist-area table td {
        min-width: 101px;
    }
}

.wishlist-area table tr {
    border: 1px solid #e6e6e6;
}

.wishlist-area .pagination {
    margin-top: 15px;
}



.logo.text a {
    font-size: 29px;
    font-weight: 900;
    color: black;
    font-family: 'Amaranth', sans-serif;
}

.social-links .fa {
    font-size: 17px;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ff9d2d;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


.logo.text span {
    color: #ff9d2d;
}



.price.extracls {
    font-size: 24px;
    color: black;
    font-weight: 700;
    text-transform: capitalize;

}

.price.extracls span {
        color: #f93;
        font-size: 36px;
        font-weight: 700;
    }



/*About Section Start*/

.about .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
}

.about .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about .call-us p {
    font-size: 28px;
    font-weight: 700;
    color: #ff9d2d;
}

.about .call-us h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Amaranth', sans-serif;
}
.about .call-us {
    left: 10%;
    right: 10%;
    bottom: 10%;
    background-color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}


.content.ps-0.ps-lg-5 p {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    font-weight: 400;
    color: #484646;
    font-family: 'Amaranth', sans-serif;
}

.about .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #484646;
    font-family: 'Amaranth', sans-serif;
}


.page .button-gray-light-outline:hover {
    color: #fff;
}

section {
    padding: 40px 0px 0px 0px;
}

.section-heading.text-center.wow.fadeInUp p {
    font-size: 19px;
    padding: 0px;
    margin: 0px;
}

.section-heading.text-center.wow.fadeInUp h2 {
    margin: 0px;
    padding: 7px;
}

.section-heading h4 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    color: #f43127;
    font-weight: 600;
    letter-spacing: -.5px;
    font-family: "Caveat", cursive;
    position: relative;
    z-index: 1;
    padding: 0px;
    margin: 0px;
}

/* .content-overlay {
  background-color: rgb(39 88 150 / 18%);
}  */


.carousel-caption {
    width: 100% !important;
    position: absolute;
    right: 0% !important;
    top: 0px !important;
    left: 0% !important;
    z-index: 10;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #fff;
    text-align: center;
}

.mainoverlay {
    background-color: rgb(39 88 150 / 70%);
    height: 100vh !important
}

.row.justify-content-sm-center.slider_content {
    padding-top: 15%;
}

dd a {
    color: white;
}

a.button.button-gray-light-outline {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

    a.button.button-gray-light-outline:hover {
        color: white;
        border-color: #000;
        text-decoration: none;
        background: black;
    }

.button:hover {
    box-shadow: 0 0;
    transform: translate3d(2px, 3px, 5px);
}

a:hover {
    text-decoration: none;
}

.section-heading.mb-30.text-center.wow.fadeInUp {
    padding: 0px 0 20px;
}

section#about {
    padding-bottom: 15px;
}

a:hover {
    color: unset;
}

.content.ps-0.ps-lg-5 {
    text-align: justify;
}

span.wow.fadeInUpSmall.text-white {
    font-size: 45px;
    font-weight: 400;
}

.rd-navbar-nav-wrap.nav-ul.toggle-original-elements .social-links {
    padding-bottom: 14px;
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 5px;
    color: #ff9d2d;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        animation-delay: 0s;
        animation: pulsate-btn 2s;
        animation-direction: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(206, 18, 18, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn:hover:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        animation: none;
        border-radius: 0;
    }
@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.about .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

/*About Section End*/



.bg-lightcream {
    background: #fff8ee;
}


.social-links a i {
    color: white;
}

.padding-top-154 {
    padding-top:154px;
}