
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Cozy caps", sans-serif;
    color: #0c0c0c;
    background-color: rgba(255, 255, 255, 100%);
    overflow-x: hidden;
}
body:before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

p {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    font-family: "SnellBT Regular", sans-serif;
    position: relative;
    font-weight: bold;
    font-size: 2.5rem;
}

@font-face {
    font-family: "Cozy caps";
    src: url('../fonts/cozy caps.otf');
    font-weight: 500;
}

@font-face {
    font-family: "SnellBT Regular";
    src: url(../fonts/SnellBT-Regular.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'TheGiantandtheMouse';
    src: url('../fonts/TheGiantandtheMouse.ttf.woff') format('woff'),
    url('../fonts/TheGiantandtheMouse.ttf.svg#TheGiantandtheMouse') format('svg'),
    url('../fonts/TheGiantandtheMouse.ttf.eot'),
    url('../fonts/TheGiantandtheMouse.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SnellBT Bold";
    src: url(../fonts/SnellBT-Bold.otf);
    font-weight: 700;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main_body_content {
    -webkit-box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.07);
}

/*header section*/
.hero_area {
    height: calc(100vh - 45px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sub_page .hero_area {
    height: auto;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 30px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: #000000;
}

.navbar-brand {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    font-family: "SnellBT Regular", sans-serif;
    color: #000000;
}

.quote_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote_btn-container a {
    color: #000000;
    margin: 0 30px;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #000000;
}

.custom_nav-container {
    z-index: 99999;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #f3af3e;
    border-radius: 5px;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f3af3e;
    border-radius: 5px;
    top: -10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: top;
    color: #ffffff;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section:before {
    content: "";
    position: absolute;
    margin-top: -5%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/slider-bg1.png);
    background-size: contain;
    z-index: 2;
    animation: translationSequence 4s reverse infinite;
}

@keyframes translationSequence {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(30deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

@media screen and (max-width: 1060px) {
    .slider_section:before {
        margin-top: -15%;
        background-repeat: no-repeat;
        background-size: 250%;
    }
    .slider_section .img_box img{
        width: 10% !important;
    }
}

.slider_section .detail_box {
    color: #ffffff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    padding-top: 20%;
}

.slider_section .detail_box h1,.slider_section .detail_box h2,.slider_section .detail_box h3 {
    font-size: 2rem;
    font-weight: bold;
}

.slider_section .detail_box h1 span {
    font-size: 2.5em;
}

.slider_section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    margin-top: 75px;
    font-size: 20px;
}

.slider_section .detail_box a span {
    margin-right: 5px;
}

.slider_section .detail_box a img {
    width: 65px;
}

.slider_section .img-box img {
    width: 120%;
    padding-top: 30%;
    margin-left: -50%;
}

@media screen and (max-width: 1060px) {
    .slider_section .img-box img{
        width: 90% !important;
        margin-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .slider_section .img-box img{
        width: 90% !important;
        margin-left: 0;
    }
}

.slider_section img:not(.order-now img) {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}

.slider_section #customCarousel1 {
    width: 100%;
    position: relative;
    z-index: 3;
}

.slider_section .carousel-inner .carousel-item .detail_box p {
    display: inline;
}

.slider_section .carousel_btn-box {
    position: absolute;
    top: 45%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
    position: unset;
    width: 55px;
    height: 55px;
    font-size: 12px;
    background-color: #ffffff;
    opacity: 1;
    color: #f3af3e;
    margin: 2.5px 0;
    transition: 0.4s;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
    color: #a97622;
}

.about_section .detail-box p {
    color: #6c6c6c;
}

.about_section .detail-box a, .about_section .detail-box h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Cozy caps", sans-serif;
    color: #e26b8d;
    font-weight: bold;
    margin-top: 25px;
}

.about_section .detail-box a span {
    margin-right: 5px;
}

.about_section .detail-box a img {
    width: 65px;
}

.about_section .img-box img {
    width: 100%;
}

.chocolate_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
}

.chocolate_section .chocolate_container {
    padding-bottom: 75px;
}

.chocolate_section .box {
    text-align: center;
    margin: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #6c6c6c;
    padding-top: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.chocolate_section .box .img-box {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chocolate_section .box .img-box img {
    width: 100%;
    height: auto;
}

.chocolate_section .box .detail-box {
    width: 100%;
    background-color: #46200b;
    color: #ffffff;
    padding: 15px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.chocolate_section .box .detail-box h6 {
    text-transform: uppercase;
    font-weight: 600;
}

.chocolate_section .box .detail-box h6 span {
    color: #cb4e08;
}

.chocolate_section .box .detail-box h5 {
    font-weight: 600;
}

.chocolate_section .box .detail-box a {
    color: #ffffff;
    font-size: 14px;
}

.chocolate_section .box:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.chocolate_section .box:hover .detail-box {
    visibility: visible;
    opacity: 1;
}

.chocolate_section .slick-prev,
.chocolate_section .slick-next {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    color: #a04120;
    top: initial;
    bottom: 0px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.chocolate_section .slick-prev:hover,
.chocolate_section .slick-next:hover {
    background-color: #46200b;
}

.chocolate_section .slick-prev:hover:before,
.chocolate_section .slick-next:hover:before {
    color: #ffffff;
}

.chocolate_section .slick-prev {
    left: calc(50% - 35px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.chocolate_section .slick-next {
    right: calc(50% - 35px);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.chocolate_section .slick-prev:before,
.chocolate_section .slick-next:before {
    font-family: "FontAwesome";
    position: relative;
    z-index: 2;
    color: #a04120;
    font-size: 14px;
    opacity: 1;
}

.chocolate_section .slick-prev:before {
    content: "\f060";
}

.chocolate_section .slick-next:before {
    content: "\f061";
}

.offer_section {
}

.offer_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.offer_section .box .detail-box {
    border: 1px solid #e75691;
    width: 120%;
    padding: 3.5% 1.1% 125% 1.1%;
    border-radius: 25px;
}

.offer_section .box .detail-box h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.offer_section .box .detail-box h3 {
    font-weight: bold;
}


.offer_section .box .img-box {
    margin-top: -120%;
    margin-bottom: 20%;
}

.offer_section .box .img-box img {
    width: 100%;
}

.client_section .heading_container {
    margin-bottom: 45px;
    padding-left: 30%;
}

.client_section .img-box img {
    width: 100%;
}

.client_section .sub_img-box{
    margin-left: -60%;
    width: 120%;
}

.client_section .client_container {
    background-image: url(../images/client-bg.png);
    background-size: 90% 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 5.8% 0 13.6% 0;
}

.client_section .client_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 150px 0 15px;
}

.client_section .client_container .box .img-box {
    position: relative;
    min-width: 30%;
    margin-right: 25px;
}

.client_section .client_container .box .img-box img {
    position: relative;
    z-index: 3;
}

.client_section .client_container .box .detail-box {
    margin-top: 45px;
}

.client_section .client_container .box .detail-box h4 {
    font-weight: 600;
}

.client_section .client_container .box .detail-box p {
    margin-top: 10px;
    margin-bottom: 25px;
}

.client_section .client_container .box .detail-box i {
    font-size: 24px;
}

.contact_section {
    position: relative;
}

.contact_section form {
    margin-top: 25px;
}

.contact_section input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    background-color: transparent;
    outline: none;
    color: #000000;
    border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
    color: #6c6c6c;
}

.contact_section input:-ms-input-placeholder {
    color: #6c6c6c;
}

.contact_section input::-ms-input-placeholder {
    color: #6c6c6c;
}

.contact_section input::placeholder {
    color: #6c6c6c;
}

.contact_section input.message-box {
    height: 120px;
}

.contact_section button {
    border: none;
    display: inline-block;
    padding: 12px 35px;
    background-color: #46200b;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #46200b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}

.contact_section button:hover {
    background-color: transparent;
    color: #46200b;
}

.contact_section .map_container {
    height: 345px;
    overflow: hidden;
    margin-top: 80px;
}

.contact_section .map_container .map {
    height: 100%;
}

.contact_section .map_container .map #googleMap {
    height: 100%;
}

.info_section {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all ease .5s;
    background: #f3af3e;
    animation: animation1 4s reverse infinite;
}

.info_section .info_form_social_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.info_section .social_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .social_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 65px;
    color: #ffffff;
    margin-right: 10px;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem)
}

.info_section h3 {
    margin-bottom: 15px;
    filter: drop-shadow(2px 2px 0 #fff)
}

.info_section .info_links .info_links_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: ease-in-out 0.1s;
    font-size: clamp(1.5rem, .5vw, 2.5rem)
}

.info_section .info_links .info_links_menu a {
    color: #ffffff;
    transition: ease-in-out 0.2s;
}
.info_section .info_links .info_links_menu a:hover {
    color: #ffffff;
    text-shadow: 2px 2px 0 #e26a8d;
}

.info_section .info_links .info_links_menu a:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.info_section .info_insta .insta_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_section .info_insta .insta_box .img-box {
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    margin-right: 10px;
}

.info_section .info_insta .insta_box .img-box img {
    width: 45px;
}

.info_section .info_insta .insta_box p {
    margin: 0;
}

.info_section .info_insta .insta_box:not(:nth-last-child(1)) {
    margin-bottom: 15px;
}

.info_section .info_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: clamp(1.5rem, .5vw, 2.5rem);
    transition: ease-in-out 0.2s;
}

.info_section .info_contact a i {
    margin-right: 5px;
    width: 25px;
}

.info_section .info_contact a:hover {
    color: #ffffff;
    text-shadow: 2px 2px 0 #e26a8d;
}

/* footer section*/
.footer_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
}

.footer_section p {
    color: #111111;
    margin: 0 1% 0 30%;
    text-align: center;
    padding: 25px 0;
}
.footer_section span {
    color: #111111;
    margin: 0;
    text-align: center;
    padding: 25px 0;
}

.footer_section a {
    color: inherit;
}

/*# sourceMappingURL=style.css.map */

/* CUSTOM */

/* Custom logo hover */


img.logohover {
    position: relative;
    width: 60%;
    margin: 5%;
}

img.logohover:hover {
    background: var(--clr);
    color: var(--clr);
    box-shadow: 0 0 35px var(--clr);
    border-radius: 100%;
    animation: animation2 6s infinite;
}

@keyframes animation2 {
    0% {
        background: var(--clr);
        box-shadow: 0 0 10px #e26a8d;
    }
    2% {
        background: transparent;
        box-shadow: 0 0 0px #e26a8d;
    }
    4% {
        background: var(--clr);
        box-shadow: 0 0 10px #e26a8d;
    }
    6% {
        background: transparent;
        box-shadow: 0 0 0px #e26a8d;
    }
    8% {
        background: var(--clr);
        box-shadow: 0 0 10px #e26a8d;
    }
    50% {
        box-shadow: 0 0 35px #e26a8d;
    }
    66% {
        box-shadow: 0 0 10px #e26a8d;
    }
    83% {
        box-shadow: 0 0 35px #e26a8d;
    }
    100% {
        box-shadow: 0 0 10px #e26a8d;
    }
}

img.logohover:before {
    content: '';
    position: absolute;
    inset: 2px;

}

/* Reuse pepita css */


header2 {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all ease .5s;
    background: #f3af3e;
    animation: animation1 4s reverse infinite;
}

@keyframes animation1 {
    0% {
        box-shadow: 0 0 15px #e26a8d,
        inset 0 0 15px #e26a8d;
    }
    50% {
        box-shadow: 0 0 55px #e26a8d,
        inset 0 0 55px #e26a8d;
    }
    100% {
        box-shadow: 0 0 15px #e26a8d,
        inset 0 0 15px #e26a8d;
    }
}

header2 .main-nav {
    position: relative;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    padding: 5px 10px;
}

header2 .main-nav .logo {
    width: 20%;
    flex: 1 1 20%;
    max-width: 20%;
    display: block;
}

@media screen and (max-width: 768px) {
    header2 .main-nav .logo {
        width: 100%;
        flex: 1 1 100%;
        max-width: 80%;
        padding: 10px 15px;
    }
}

header2 .main-nav .my-nav {
    width: 80%;
    flex: 1 1 80%;
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767.98px) {
    header2 .main-nav .my-nav {
        width: 100%;
        flex: 1 1 100%;
        max-width: 100%;
        justify-content: flex-start;
    }
}

header2 .main-nav .my-nav .menu {
    position: relative;
}

@media screen and (max-width: 767.98px) {
    header2 .main-nav .my-nav .menu {
        display: none;
        left: -100%;
        transition: all ease-in-out 0.5s;
    }
}

header2 .main-nav .my-nav .menu ul li {
    display: inline-flex;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.4s;
    padding: 0px 0;
}

header2 .main-nav .my-nav .menu ul li:nth-child(5) a::before,
header2 .main-nav .my-nav .menu ul li:nth-child(7) a::before {
    display: none;
}

header2 .main-nav .my-nav .menu ul li:nth-child(5) a span::before {
    font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
    header2 .main-nav .my-nav .menu ul li:nth-child(7) {
        background-color: rgb(2, 106, 51);
        border-radius: 1.25rem;
    }
}

@media screen and (max-width: 767.98px) {
    header2 .main-nav .my-nav .menu ul li {
        display: block;
        padding: 15px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header2 .main-nav .my-nav .menu ul li {
        padding: 10px;
    }
}

header2 .main-nav .my-nav .menu ul li a {
    color: #483f3f;
    padding: 10px 17px;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header2 .main-nav .my-nav .menu ul li a {
        padding: 10px 6px;
    }
}

header2 .sub-main-nav .my-nav .menu ul li:last-child a {
    color: #483f3f;
}

header2 .sub-main-nav .my-nav .menu ul li a {
    color: rgb(2, 106, 51);
}

header2 .menu-toggle {
    height: 40px;
    width: 40px;
    align-items: center;
    margin: 0px 0 0 40px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 10px;
    top: 20px;
    color: rgb(242, 174, 62);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

header2 .menu-toggle::before {
    position: absolute;
    content: "\f112";
    font-size: 25px;
    color: #483f3f;
    font-family: Flaticon;
}

@media screen and (max-width: 768px) {
    header2 .menu-toggle {
        opacity: 1;
        visibility: visible;
    }
}

header2 .active::before {
    content: "\f112" !important;
}

header2 .menu.active {
    display: block !important;
    left: 0 !important;
    padding-bottom: 1.25rem;
    transition: all ease .5s;
}

header2 .menu.active::before {
    display: none;
}


/* Menu animation button */

.menu {
    align-content: center;
}

ul.custom-header li:not(.neon) {
    --c: rgb(2, 106, 51);
    color: var(--c);
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 2em;
    border-radius: 0.5em;
    width: fit-content;
    height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 0;
    background: #f3af3e;
}

ul.custom-header li a {
    font-size: 22px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
    font-family: "Cozy caps", sans-serif;
}

ul.custom-header li span {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #fff;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}


ul.custom-header li:hover span {
    transform: translateY(0) scale(2);
}

ul.custom-header li span:nth-child(1) {
    --n: 1;
}

ul.custom-header li span:nth-child(2) {
    --n: 2;
}

ul.custom-header li span:nth-child(3) {
    --n: 3;
}

ul.custom-header li span:nth-child(4) {
    --n: 4;
}

ul.custom-header li span:nth-child(5) {
    --n: 5;
}

/* Neon light button */

a.neon {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .1em;
    color: #0ef;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #0ef;
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    transition: color 1s, box-shadow 1s;
}

a.neon:hover {
    transition-delay: 0s, 1s;
    color: #fff;
    box-shadow: 0 0 10px #0ef,
    0 0 20px #0ef,
    0 0 40px #0ef,
    0 0 80px #0ef,
    0 0 160px #0ef;
}

a.neon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: #0ef;
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

a.neon:hover:before {
    width: 100%;
}

/* Flaticon */


.bg-01 .wrapper {
    margin: 1.25rem 0;
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.04);
    border-radius: .625rem;
    width: 100%;
}

.bg-01 .wrapper .content {
    padding: 1.25rem 1.875rem;
    display: block;
    text-align: center;
}

.bg-01 .wrapper .content .icon {
    display: block;
    margin: 0 auto;
    width: 3.75rem;
    height: 3.75rem;
    background: #f3af3e;
    filter: drop-shadow(5px 5px 0 #e26b8d);
    transition: all ease;
    border-radius: 3.125rem;
}

.bg-01 .wrapper .content .icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bg-01 .wrapper .content .icon span::before {
    color: #fff;
    font-size: 2.5rem;
}

.bg-01 .wrapper .content .icon:hover {
    animation: rotateSequence 1.5s infinite;
}

@keyframes rotateSequence {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(-30deg);
    }

    66% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.bg-01 .wrapper .content .sentence {
    margin: 1.25rem 0;
    display: inline-block;
    width: 100%;
}

.bg-01 .wrapper .content .sentence strong {
    font-size: 1.25rem;
    color: #483f3f;
    margin: .3125rem 0;
}

.bg-01 .wrapper .content .sentence p {
    font-size: 1.125rem;
    color: #707070;
    display: block;
    margin: .3125rem 0;
}

/* Back to top button */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 40%;
}

/* text light */

.light-text-p {
    animation: lightp 2s infinite;
}

@keyframes lightp {
    0% {
        text-shadow: 2px 2px 0 #e26b8d, #E26A8DFF 0 0 0px;
    }
    50% {
        text-shadow: 2px 2px 0 #e26b8d, #E26A8DFF 0 0 15px;
    }
    100% {
        text-shadow: 2px 2px 0 #e26b8d, #E26A8DFF 0 0 0px;
    }
}

.light-text-y {
    animation: lighty 2s infinite;
}

@keyframes lighty {
    0% {
        text-shadow: 2px 2px 0 #f3af3e, #f3af3e 0 0 0px;
    }
    50% {
        text-shadow: 2px 2px 0 #f3af3e, #f3af3e 0 0 15px;
    }
    100% {
        text-shadow: 2px 2px 0 #f3af3e, #f3af3e 0 0 0px;
    }
}

/* Contact */

.contact-wrapper .wrapper {
    display: block;
    margin: 1.25rem 0;
}

.contact-wrapper .wrapper .map {
    display: block;
    margin: 1.25rem 0;
}

.contact-wrapper .wrapper form {
    margin: 1.25rem 0;
    display: block;
}

.contact-wrapper .wrapper form .form-group {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

.contact-wrapper .wrapper form .form-group .form-control {
    background: rgba(245, 245, 245, 0.5);
    border-radius: 0;
    margin-bottom: .625rem;
}

.contact-wrapper .wrapper form .form-group button {
    background: rgb(223, 78, 138);
    display: block;
    padding: .625rem;
    text-align: center;
    color: #f2ae3e;
    font-size: 1.2rem;
    transition: all ease .5s;
    text-transform: uppercase;
    font-weight: bold;
    margin: .625rem 0;
}

.contact-wrapper .wrapper form .form-group textarea {
    display: block;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    background: rgba(245, 245, 245, 0.5);
    border-radius: 0;
}

/* Order now button */

.order-now a {
    margin: clamp(5%, 2vw,10%) clamp(2%, 2vw,5%) 0 clamp(-2%, 2vw,-5%);
    display: block;
    background: #e16b8c;
    border-radius: 25px;
    box-shadow: -5px 5px 0 #f3af3e;
    color: #f3af3e;
    padding: clamp(0.25rem, 1vw, 0.5rem) 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.5rem);
    -webkit-transition: -webkit-transform ease-out 0.1s;
    -moz-transition: -moz-transform ease-out 0.1s;
    transition: all ease-out 0.2s;
}


.order-now a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.order-now a:hover {
    background: #d36584;
    box-shadow: -5px 5px 0 #e1a23a;
}
.order-now a:active {
    -webkit-transform:translate3d(-5px, 5px, 0);
    -moz-transform: translate3d(-5px, 5px, 0);
    -ms-transform: translate3d(-5px, 5px, 0);
    transform:  translate3d(-5px, 5px, 0);
    box-shadow: 0 0 0 #e1a23a;
}

/* Social Media Icon */

.social_box a{
    transition: ease-in-out 0.2s;
}

.social_box a:hover {
    filter: drop-shadow(2px 2px 0 #5ad595) drop-shadow(-2px -2px 0 #e26b8d);
}
.social_box a:active {
    transform: scale(0.9) rotateX(30deg);
    filter: drop-shadow(2px 2px 0 #5ad595) drop-shadow(-2px -2px 0 #e26b8d);
}