@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Poppins:wght@200;300;400;500&family=Ysabeau+Infant:wght@400;600&display=swap');
h1,h2{
  font-family: Agbalumo;   
}
body{
    font-family: Ysabeau Infant;   
}
/* width */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:#A11D22; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.logo {
    max-width: 150px;
    margin: auto;
    display: block;
}
header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 3;
}
header.fixed {
    background-color: #966cac;
    padding-top: 10px;
    padding-bottom: 10px;
}
header.fixed nav.navbar {
    margin-top: 0rem;
}
.dropdown-toggle::after {
    top: 4px;
    position: relative;
}
header.fixed img {
    width: 100px;
}
.banner h1 {
    font-size: 4rem;
}
section.banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: -1;
}
a.instagram-btn i {
    font-size: 30px;
}
section.banner {
    height: 100vh;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    background-attachment: fixed;
}
.tdr-btn:hover {
    background-color: #A7333C;
}
.tdr-btn {
    background-color: #652D90;
    color: #fff;
    border-radius: 20px;
    max-width: 200px;
    width: 100%;
}
.section{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
h2.title {
    color: #fff;
    font-size: 3rem;
}
.step-box {
    height: 100%;
    padding: 15px;
    border-radius: 22px;
    box-shadow: 4px 1px 17px -5px #00000061;
    margin-top: 20px;
    background-color: #ffffff;
    /* color: #fff; */
}
.step-box p {
    font-weight: 600;
    color: #1F5733;
}
.step-box h3 {
    color: #C63527;
    text-transform: capitalize;
    font-size: 24px;
    font-family: 'Agbalumo';
}
/* section.section.green:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -57px;
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top-color: #1F5733;
    z-index: 2;
} */

section.section.green {
    background-color: #652d90;
    color: #fff;
    position: relative;
  
}
section.section.steps {
    background-image: url('../images/banner.jpg');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.steps:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7eb;
    z-index: -1;
}

/* .flex-boxs input:checked + span:before {
    border-top-color: #006838;
}
.flex-boxs input + span {
    position: relative;
    cursor: pointer;
}
.flex-boxs input {
    visibility: hidden;
    position: absolute;
} */

div#navbarSupportedContent a {
    color: #fff;
    font-size: 20px;
    padding: 20px 13px;
}
ul.dropdown-menu a:hover {
    color: #fff !important;
    background-color: #652d90;
}

ul.dropdown-menu a {
    color: #006838 !important;
}
nav.navbar {
    margin-top: 2rem;
}

button.navbar-toggler {
    background-color: #fff;
    position: absolute;
    top: 34px;
    right: 20px;
}
p.copyright {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
p.copyright a {
    color: #006838;
    text-decoration: none;
}
section.inner.banner {
    height: 80vh;
    background-image: url('../images/inner-banner.jpg');
}
.contact input, .contact textarea {
    border-radius: 18px;
    border: 2px solid #966CAC;
}
div#preLoder {
    display: none;
}
.submit-btn {
    background-color: #652D90;
    color: #fff;
}
.address a, .address i {
    color: #966CAC;
    text-decoration: none;
}
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
a.download-menu {
    text-decoration: none;
    color: #006838;
    font-size: 18px;
}
section.section.green .container > .row:first-child {
    text-align: center;
}
.box {
    /* background-color: #f7f7f7; */
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 14px;
    color: #000;
    /* outline: 1px dotted #652d90; */
    /* outline-offset: -4px; */
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s all;
}
.box:hover {
    transform: translateY(-10px);
    /* background: linear-gradient(45deg, #9a375f, #6f314c); */
    outline-color: #fff;
}
.box:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    background-color: #fff;
    z-index: -1;
    border-radius: 16px 100px;
    outline: 3px solid #1f5733;
    outline-offset: -5px;
}
button.btn.add_to_cart {
    width: 100%;
}
.box h3 {
    font-size: 20px;
    color: #652d90;
}
.box img {
    width: 100%;
}
.scroll {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-top: 15px;
    padding-bottom: 15px;
}
.box .tdr-btn {
    background-color: #966cac;
    border-radius: 6px 33px;
}
.box:hover .tdr-btn {
    background-color: #652d90;
    color: #fff;
}
.rice-bowls .box:before {
    border-radius: 20px;
}
.rice-bowls .box img {
    border-radius: 30px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 767px) {
.flex {
    display: flex;
}
}
@media only screen and (max-width: 767px) {
    header a.instagram-btn {
        position: absolute;
        bottom: 40px;
    }
    div#navbarSupportedContent.show {
        left: 0%;
    }
    section.banner {
        background-position: center;
    }
    .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .box:before {
        border-radius: 20px !important;
    }
    .logo {
        z-index: 1;
        position: relative;
    }
    div#navbarSupportedContent {
        border: 0px;
        position: fixed;
        left: -100%;
        width: 70%;
        background-color: #1f5733;
        top: 0px;
        transition: 0.5s all;
        padding: 15px;
        padding-top: 160px;
        height: 100vh;

    }
    div#navbarSupportedContent li a {
        padding: 6px;
        font-size: 18px;
    }
    .banner h1 {
        font-size: 34px;
    }
    .banner h3 {
        font-size: 20px;
    }
    .step-box {
        height: unset;
    }
    }
