@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT&family=Philosopher:wght@700&display=swap');

:root{
    --primary:#ac8540;
    
    /* --secondary:#9f2124; */
    --secondary:#d75b73;
}

body{
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
}


h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.primary-bg{
    background-color: var(--primary);
}

.primary-color{
    color: var(--secondary);
}

.secondary-bg{
    background-color: var(--secondary);
}

.secondary-color{
    color: var(--secondary);
}

ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
}

.top-bar {
    border-top: 10px solid var(--secondary);
}

.topper-inner {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 15px 6px;
}

.icon-wrap {
    border: 1px dashed var(--primary);
    height: 50px;
    width: 70px;
    line-height: 55px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.logo{
    width: 35%;
}

.beauki {
    margin-top: 9%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fbfbfb;
    border-bottom: 1px solid #fff;
}

.nav-link,.nav-link:hover {
    color: #fff;
}

.banner-image{
    height: 500px;
    background-size: cover;
}

.menu-wrapper{
    margin-bottom: 5px;
    background-color: #2b2824;
}

.welcome-wrapper{
    background: url(../images/abt.jpg) center center no-repeat;
    background-size: cover;
    padding: 3% 0;
}

.welcome-side-image{
    background: url(../images/abt-side.jpg) center center no-repeat;
    width: 450px;
    height: 100%;
    position: absolute;
    top: 10%;
    bottom: 4%;
    left: 0;
    object-fit: cover;
}

.mid-bar-wrapper{
    background: url(../images/b1.jpg) no-repeat center center;
    background-size: cover;
    padding: 5% 0;
}

.pro-image{
    background-color: #f4f3ef;
}

.product-image{
    width: 50%;
    padding: 6%;
}

.order-btn{
    display: inline-block;
    padding: 6px 24px;
    border:1px solid #2b2824;
    color: #2b2824;
    transition: 0.8s ease-in;
}

.order-btn:hover {
  background-color: #2b2824;
  color: #fff;
}

.mid-bar-image{
    height: 500px;
    object-fit: cover;
}

.opscop {
    bottom: 100px;
    left: 10%;
    background-color: rgba(0,0,0,.35);
    padding: 20px;
    padding-left: 5%;
}

.book-btn{
    display: inline-block;
    background-color: var(--secondary);
    padding: 8px 24px;
}

.making-process,.short-ops-wrapper {
    background-color: #f9efe6;
}

.icon-image{
    width: 50px;
}

.owl-nav {
    text-align: center;
    margin-top: 1%;
}

.owl-prev, .owl-next {
    background-color: var(--primary) !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 38px !important;
    margin: 0 3px;
    line-height: 40px !important;
}

.foot-logo{
    width: 70%;
}

.pop-logo{
    width:50%;
}

footer{
    background-color: #222222;
}

.owl-carousel .owl-stage-outer {
    height: 660px;
}

.making-process{
    background:linear-gradient(to right,rgba(249,239,230,0.8),rgba(249,239,230,0.8)), url(../images/almond.webp) no-repeat center center;
    background-size: cover;
}

.product-wrapper{
    background: url(../images/pop.png) no-repeat center center;
    background-size: cover;
}

.banner-cover-wrapper{
    background: url(../images/pro.webp) center center no-repeat;
    padding: 5% 0;
    background-size: cover;
}

.scroll-section-wrapper{
    background-color: var(--secondary);
}

.scrolling-container {
    width: 100%;
    overflow: hidden;
    color: white;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: scroll-left 30s linear infinite;
    color: #fff;
    font-size: 2rem;
}

.submit-btn{
    background-color: #222222;
    border: none;
    padding: 8px 30px;
    color: #fff;
}

.pro-call{
    background-color: var(--secondary);
    padding: 8px 30px;
    display: inline-block;
    color: #fff;
}

.pro-btn{
    background-color: #2b2824;
    color: #fff;
    padding: 8px 41px;
}

.contact-form-wrapper{
    background-color: #f4f4f4;
}

.response{
    margin-bottom:0;
    color:#fff;
}

.response:empty{
    display:none;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.head-color{
    background-color:#d75b73;
    padding:5px 8px;
}

.black-dark{
    background-color:#2b2824;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 6rem;
  left: 40%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.logo{
    float:right;
}

.south-au{
    float:left;
}



label {
    display: block;
    margin-top: 10px;
}

input[type="text"], input[type="email"], input[type="number"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}

#total-price {
    font-weight: bold;
    font-size: 1.2em;
}

.error {
    color: red;
    font-size: 0.9em;
}


.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
    display: none !important;
}

@media(max-width:768px){
    .hide-me{
        display: none !important;
    }
    
    .head-color.display-6 {
      font-size: 1rem;
    }

    .logo{
        margin: 0 auto;
    }
    
    .carousel-caption {
      bottom: -18px;
    }

    .social-icon {
        gap: 10px;
        font-size: 24px;
        display: flex;
        justify-content: end;
    }

    .banner-image {
        height: 200px;
        background-size: cover;
    }

    .welcome-side-image{
        display: none;
    }

    .social-media {
        background-color: var(--primary);
        color: #fff;
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 29px;
        border-radius: 50%;
    }

    .social-icon i {
        font-size: 18px;
    }

    .navbar-brand {
        float: left;
    }

    .navbar-toggler {
        width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        height: auto;
    }
    
    .logo {
      width: 60%;
    }
}