

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');



body { 
  margin: 0;
 font-family: "Teko", sans-serif !important;
}
h2{

    font-size:34px !important;
    line-height: 70px !important;
    color: #ffede1 !important;
    text-align: center !important;
}
@media(max-width:769px){

    h2{

            font-size:35px !important;
            line-height:50px !important;
    }
}
.c1{

        color:#9f743a !important;
}
/* Start new navbar */

.navigation {
        height: 55px;
        background: linear-gradient(45deg, #4199fe, #74b4fe);
   }
    .brand {
        position: absolute;
        padding-left: 20px;
        float: left;
        line-height: 55px;
        text-transform: uppercase;
        font-size: 1.4em;
   }
    .brand a, .brand a:visited {
        color: #ffffff;
        text-decoration: none;
   }
    .nav-container {
        max-width: 1000px;
        margin: 0 auto;
   }
    nav {
        float: right;
   }
    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
   }
    nav ul li {
        float: left;
        position: relative;
   }
    nav ul li a,nav ul li a:visited {
        display: block;
        padding: 0 14px;
        font-size:17px;
        /* color: #000; */
        background: #262626 ;
        text-decoration: none;
   }
    nav ul li a{
        background: transparent;
        color: #FFF;
        transition:ease-in;
        transition-delay:10s;
   }
    /* nav ul li a:hover, nav ul li a:visited:hover {
        background: #2581DC;
        color: #ffffff;
   } */
    .navbar-dropdown li a{
        background: #2581DC;
   }
    nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
        padding-left: 4px;
        content: ' \025BE';
   }
    nav ul li ul li {
        min-width: 190px;
   }
    nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
   }
    .navbar-dropdown {
        position: absolute;
        display: none;
        z-index: 1;
        background: #fff;
        box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
   }
   /* Mobile navigation */
    .nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        height: 55px;
        width: 70px;
   }
    @media only screen and (max-width: 800px) {
        .nav-mobile {
            display: block;
       }
        /* nav {
            width: 100%;
            padding: 55px 0 15px;
       } */
        nav ul {
            display: none;
       }
        nav ul li {
            float: none;
       }
        nav ul li a {
            padding: 15px;
            line-height: 20px;
            /* background: #262626; */
       }
        nav ul li ul li a {
            padding-left: 30px;
       }
        .navbar-dropdown {
            position: static;
   }
   .home1{

        display:block !important;
}
}
    @media screen and (min-width:800px) {
        .nav-list {
            display: block !important;
       }
       .mobile{

        display:none !important;
}
       
   }
    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
   }
    #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
   }
    #navbar-toggle span:before {
        top: -10px;
   }
    #navbar-toggle span:after {
        bottom: -10px;
   }
    #navbar-toggle.active span {
        background-color: transparent;
   }
    #navbar-toggle.active span:before, #navbar-toggle.active span:after {
        top: 0;
   }
    #navbar-toggle.active span:before {
        transform: rotate(45deg);
   }
    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
   }

/* End new bar */


.topnav {
    overflow: hidden;
    height:100px;
    background-color: #ffede1;
    
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #9f743a;
    text-align: center;
    padding:37px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
       
        color:#fa7100 !important;
  }
  
  .topnav a.active {
    color:#fa7100;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:nth-child(1)) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
.container{

        padding:0px 25px;
}

.footer-social{

        /* text-align: center; */
        padding:10px 0px;
}
.footer-social a {
    width: 42px;
    height: 42px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffede1;
    font-size: 14px;
    font-weight: 400;
    color: #9f743a !important;
    display: inline-block;
    margin-right: 10px;  
}
.footer-social a:hover{

        background-color:#fff;
        color:#000 !important;
}
@font-face {
    font-family:JosefinSans;
    src: url(./font/JosefinSans-VariableFont_wght.ttf);
  }
  footer{

        background-color:#fff;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        padding:50px 0px 15px;
  }
  .footer-area h3{

        font-size:24px;
        color:#000;
        font-weight:700;
        text-transform: uppercase;
        font-family: "Teko", sans-serif;
        margin-bottom: 30px;
  }
  .footer-area a{

        color:#000;
        font-size: 20px;
        text-decoration:none !important;
  }
  /* .footer-area p:hover{

    
    transform: scale(0.9);
    transition: ease-in-out;
    
} */
.footer-area a:hover{

        color:#9f743a;

}

.footer-area p {
        line-height: 30px;
}

.footer-area h2{

        font-size:32px;
        color:#fff;
        text-align: center;
}
.footer-area input{

        border-radius:15px;
        width:100%;
        font-size:17px;
        height:50px;
        border:none;
        margin-bottom:15px;
        padding:0px 10px;
}
.btn{

        background-color:#fff;
        color:#000 !important;
        font-size:15px;
        padding:12px 40px !important;
        border-radius:15px !important;
}
.btn1{

    background-color:#9f743a;
    color:#fff !important;
    font-size:15px;
    margin-right:10px;
    padding:15px 40px !important;
    border-radius:15px !important;
}

@media(max-width:600px){

    .header-left{

            float:none !important;
    }
    .topnav{

            height:auto !important;
    }
    .topnav.responsive a{

            padding:10px 25px !important;
    }
}
img{

        width:100%;
}
.logo {

    max-width:150px;
    
}
.logo img{

                width:100%;
                margin:3px 0px;
}
@media(max-width:660px){

        .pc{

                display:none;
        }
        
}
@media(max-width:660px)
{

    .topnav.responsive .mobile{

            display:block !important;
    }
}
.back-color{

        background-color:#ffede1;
        padding:75px 0px;
}
.back-color1{

    background-color:#9f743a;
    padding:75px 0px;
}
.home1{

        display:flex;
        justify-content: center;align-items: center;
        padding: 25px 0px !important;
}
/* .back-page img{

        width:100%;
        border-radius:50%;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

} */
.back-page p{

        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color:#9f743a;
        margin: 25px 25px 50px 25px ;
        font-family: "Teko", sans-serif !important;
}
.home-section-1{

        text-align: center;
        position: relative;
}
.home-section-1 h2{
            text-transform: uppercase;
            font-size: 50px !important;
            line-height:85px;
            color:#fa7100;
            font-weight: 700;
}
.our-favorites h2{

    font-size:60px;
    line-height:70px;
    color:#ffede1;
    text-align: center;
}
.our-favorites p{

    font-size:18px;
    list-style:18px;
    color:#ffede1;
}
.fav-card{

        background-color:#ffede1;
        border-radius:15px;
        text-align: center;
        padding:50px 10px;
        margin:15px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.fav-card:hover{

        transform: scale(1.1);
}
.fav-card img{

        max-width:200px;
        max-height:200px;
        border-radius:50%;
        margin:15px 0px 25px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.fav-card h4{

        font-size:18px;
        color:#9f743a;
        font-family: "Teko", sans-serif;
}
.fav-card p{

    font-size:16px;
    color:#9f743a;
}
.img-special img{

    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius:15px;
    margin:35px 0px;
    
}
.img-special1 img{

    /* box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius:50%;
    padding:15px;
    background-color:#fff; */
}
.section-3{

        padding-left:15px !important;
}
.section-3 p{

        color:#9f743a;
        font-size:18px;
}
.section-3 h1{

    color:#fa7100;
    font-size:52px !important;
    line-height:65px;
    font-family: "Teko", sans-serif;
}
.section-3 img{

        width:100%;
        margin:25px 0px 10px;
}
.order-link{

        position: relative;
}
.sub-order-link{

        position: absolute;
        bottom:0px;
}
.order-link a{

    background-color:#9f743a;
    color:#fff !important;
    font-size:15px;
    padding:15px 35px !important;
    border-radius:15px !important;
}
.margin-25{

        margin:135px 0px 50px;
}
.testimonials{

        text-align: center;
        padding:25px 0px;
        margin:15px 0px;
}
.testimonials img{

        width:125px;
        margin:15px 0px;
}
.testimonials h4{

        color:#9f743a;
        font-size:26px;
}
.pos-rel{

        position: relative;
}
.pos-abso-left img{

        position: absolute;
        left:0px;
        top:125px;
        width:200px;
       
}
.pos-abso-right img{

    position: absolute;
    right:-0px;
    top:-25px;
    width:200px;
   
}
.main-position{

        padding:100px 0px 150px;
}
.position{

        text-align: center;
        padding:15px;
}
.position h1{

        font-size:80px;
        color:#fa7100;
}
.position p{

        color:#9f743a;
        font-size:18px;
        margin:15px 0px 30px;
}
@media(max-width:769px){

    .pos-abso-left img{

            display:none;
    }
    .pos-abso-right img{

        display:none;
}
.img-special img{

        margin:35px 0px;
}
.section-3 h1{

        font-size:42px !important;
}
.our-favorites h2{

    font-size:28px !important;

}
.read-more img{

                width:150px !important;
}
.navbar a{

                color:#fff !important;
}
.position h1{

    font-size:42px !important;
}
.main-position{

        padding:75px 0px 100px !important;
}
.sub-order-link{

        bottom:25px;
}
.what-say2,.what-say3{

                margin-top:0 !important;
}
.what-say-52{

                padding: 0 !important;
}
.design-back img{

                width:125px !important;
}
}
@media(max-width:525px){

    .home-section-1 h2{

            font-size:42px;
            line-height:52px;
    }
    .btn1{

            padding:12px 15px !important;
    }
    .footer-area h2{

            text-align: center;
            font-size:24px;
            line-height:38px !important;
    }
    .testimonials{

            padding:0;
    }
    .owl-carousel .owl-item img{

            width:50% !important;
            margin:0 auto !important;


    }
    .design-back img{

        width:55px !important;
}

}
.owl-carousel .owl-item img{

    margin:0 auto !important;
    

}

.main-carousel{

        padding:45px 0px 25px;
        /* background-color:#fa7100; */
        border-radius:25px;
        /* margin:50px 0px 25px; */
       
}

.owl-dots{

        display:none;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{

        font-size:25px !important;
        width:40px;
        height:40px;
        line-height:40px;
        border-radius:50%;
        background-color:#fff !important;
}
/* .no-js .owl-carousel, .owl-carousel.owl-loaded{

        display:flex !important;
} */
.owl-theme .owl-nav{

        margin-top:35px !important;
}
.owl-carousel img{

        border-radius:50%;
}
.owl-theme .owl-nav [class*=owl-]:hover{

        width:35px;
        height:35px;
        line-height:35px;
        border-radius:50%;
        background-color:#9f743a !important;
}
.main-carousel p{

        color:#fff;
}
@media(max-width:650px){

    .logo-mobile{

            display:none;
    }
    .large5{

        min-width:100% !important;
}
}
@media(min-width:650px){

        .pc-mobile{

                display:none !important;
        }
        
}

@media(max-width:1250px){

        .pos-abso-left img{

                width:135px;
                top:150px;

        }
        .pos-abso-right img{

                        width:135px;
                        top:-265px;
                       
        }
        .position h1{

                        font-size:60px;
        }
        /* .position p{

                        font-size:16px;
                        padding:0px 125px;
        } */
        nav ul li a, nav ul li a:visited{

                        padding:0 10px !important;
        }
        .large5{

                        min-width:50%;
        }
}

   

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: fixed !important;
    width: 100%;
    background: #fff;
    color: #000;
    opacity:1;
    z-index: 100;
    min-height:110px !important;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: -1;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Niconne', cursive !important;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #9f743a;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar{
        opacity:1;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 22px;
        width: 30px;
        position: absolute;
        top: 35px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;

    }
    
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background:#9f743a;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top:0px;
        right: 15px;
        font-size: 2.5rem;
        margin:0px 0px !important;
    }
    .logo img{

        width: 80%;
        margin:3px 0px !important; 
}
    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
.about-back-img img{

        width:100%;
        border-radius:10px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.about-us p{

        line-height:42px;
        font-size: 20px;
        margin:15px 0px;
}
.about-us a{

        background-color:#ffede1;
        color:#000 !important;
       

}
a{

    list-style-type: none !important;
    text-decoration: none !important;
}
.special{

        text-align: center;
        margin:25px 15px;
        border-radius:25px;
        padding:50px 0px 65px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.special:hover{

    transform: scale(0.9);
    transition: ease-in-out;
}
.special img{

        max-width:175px;
        border-radius:10%;
        margin:10px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    
}
.special h4{

        margin:15px 0px 25px;
        font-size:18px;
}
.gallery-img img{

        width:100%;
        margin:15px 0px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.footer-area h2{

        font-size:18px !important;
}


.menu-items li a:before {
    content: "";
    width: 0;
    height:3px;
    background-color: #9f743a;
    position: absolute;
    top: 120%;
    left: 0;
    transition: all 0.5s;
  }
  
  .menu-items li a:after {
    content: "";
    width: 0;
    height:3px;
    background-color: #fa7100;
    position: absolute;
    top: 120%;
    right: 0;
    transition: all 0.5s;
  }
  
  .menu-items li a:hover:before {
    width: 50%;
    transform: translateX(100%);
  }
  
  .menu-items li a:hover:after {
    width: 50%;
    transform: translateX(-100%);
  }

.footer-img img{

        max-width:200px; 
}
#home{

                padding:150px 0px 50px !important;
}
.story-1 p{

                text-align:justify;
                line-height:38px;
                margin:10px 0px;
                padding:0px 10px;
                font-size:17px;
}
.large5{

                border-radius:15px;
                background-color:#9f743a;
                border:2px solid #fff;
                max-width:50%;
                margin: 0 auto;
                padding:10px 0px 10px;
                margin-bottom:50px !important;
                font-family: "Teko", sans-serif;

                box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
                color:#fff !important;
}
.custome-order{

                text-align: center;
}
.custome-order-para {
        text-align: center;
        padding: 15px 10px;
        margin:15px 0px;
}
.custome-order-img {
        text-align: center;
        
}
.custome-order-img img{
        border-radius: 50%;
        width:100%;
        margin-bottom:50px;
}
    .fixed-btn1 {
        position: fixed;
        bottom: 35px;
        right: 0;
        width: 128px;
        z-index:15;
        background-color: #9f743a;
        border: 2px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        text-align: center;
        border-radius: 10px;
    }
    .fixed-btn1 a {
        color: #fff;
        padding: 10px;
        font-weight: 700;
        font-size: 18px;
    }   
    .back-img{

                background-image:url(../images/back-area.jpg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                padding:75px 0px;
    }
    .about-area{

                text-align: center;
    }
    .about-area img{ 
        border-radius: 30%; 
    width: 35%;
    margin-bottom: 12px;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    .about-area h5{

                font-size:17px;
                color:#fff;
    }
    .position-relative{

                position: relative;
    }
    .design-back{

                position: absolute;
                top:0;
                right:0;
    }
    .design-back img{

                width:200px;
    }
    .custome-order h3,.custome-order p,.custome-order h4{

                color:#fff;
    }
    .custome-order p{

                font-size:17px;
                line-height:38px;
    }
    .custome-order h3{

                line-height:38px;
                font-size:22px;
                font-family: "Teko", sans-serif;
    }
    .custome-order-para img{

                width:150px;
                border-radius:50%;
                box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    .order-area-btn{

        background-color: #ffede1;
        color: #9f743a !important;
        font-size: 15px;
        margin-right: 10px;
        padding: 15px 40px !important;
        border-radius: 15px !important;
    }
   .what-say img{

                width:35px;
                margin-top:-25px;
                margin-bottom:12px;
   }
   .what-say-52{

                padding:100px 0px 22px;
   }
   .what-say{

                padding:50px 18px;
                border-radius:12px;
                margin:12px 0px;
                box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
   }

   .what-say1{

                background-color:#afd7d6;
   }
   .what-say h3{

                text-align: center;
                color:#fff;
                font-weight:600;
   }
   .what-say1 p{

                color:#000;
                line-height:32px;
                text-align: justify;
   }
   .what-say2{

        background-color:#e5ca55;
        margin-top:-45px;
}
.what-say2 p{

                color:#000;
                line-height:32px;
                text-align: justify;
}
.what-say3{

        background-color:#6d70e5;
        margin-top:-90px;
}
.what-say3 p{

        color:#fff;
        line-height:32px;  
        text-align: justify;
}
.read-more{

                position: absolute;
                top:22px;
                right:12px
}
.read-more img{

                width:200px;
}

.footer-img p {
        font-size: 18px;
        color: #000;
        margin-top: 20px;
        text-transform: capitalize;
}


.footer-area h2 {
        margin: 20px 0 0;
        color: #000 !important;
}


.display-flex {
        display: flex;
        align-items: center;
}

.about-us {
        text-align: center;
}









.zoom-in-zoom {
        animation: zoom-in-zoom-out 3s ease-in-out infinite;
      }
      @keyframes zoom-in-zoom-out {
        0% {
          transform: scale(1, 1);
      
        }
        50% {
          transform: scale(0.9, 0.9);
      
        }
        100% {
          transform: scale(1, 1);
       
        }
      }

      @media (max-width:425px) {
        .footer-area a {
                font-size: 14px;
        }

        
      }