@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');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=Arima:wght@100..700&family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=El+Messiri:wght@400..700&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&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=Quicksand:wght@300..700&family=Yellowtail&display=swap');



body {
        margin: 0;
        font-family: "Josefin Sans", 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: #f57d1e !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: 16px;
        /* color: #000; */
        font-family: "Josefin Sans", sans-serif !important;
        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: #f57d1e;
        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: #f57d1e;
        font-size: 14px;
        font-weight: 400;
        color: #fff !important;
        display: inline-block;
        margin-right: 10px;
}

.footer-social a:hover {

        background-color: #fead02;
        color: #000 !important;
}

@font-face {
        font-family: "Josefin Sans", sans-serif;
        src: url(./font/"Josefin Sans", sans-serif-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: 22px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Josefin Sans", sans-serif !important;
        margin-bottom: 15px;
}

.footer-area a {

        color: #000000;
        font-size: 16px;
        text-decoration: none !important;
        text-transform: capitalize;

}

.footer-area-two a { 
        border-bottom: 1px solid #000;
}



/* .footer-area p:hover{

    
    transform: scale(0.9);
    transition: ease-in-out;
    
} */
.footer-area a:hover {

        color: #f57d1e;

}

.footer-area p {
        line-height: 30px;
        font-size: 16px;
        color: #000;
        font-family: "Josefin Sans", sans-serif !important;
}

.footer-area h2 {
        font-family: "Josefin Sans", sans-serif !important;
        font-size: 32px;
        color: #fff;
        text-align: center;
        line-height: normal !important;
}

.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: #f57d1e;
        color: #fff !important;
        font-family: "Josefin Sans", sans-serif !important;
        font-size: 16px;
        margin-top: 50px;
        margin-right: 10px;
        padding: 10px 20px !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: 350px;

}

.logo img {

        max-width: 200px;
        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: #f57d1e;
        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: #f57d1e;
        margin: 25px 25px 50px 25px;
        font-family: "Josefin Sans", sans-serif !important;
}

.home-section-1 {

        text-align: center;
        position: relative;
}

.home-section-1 h2 {
        text-transform: capitalize;
        font-size: 50px !important;
        line-height: 85px;
        font-family: "Josefin Sans", sans-serif !important;
        color: #fa7100;
        font-weight: 700;
        letter-spacing: 1px;
}

.our-favorites h2 {

        font-size: 60px;
        line-height: 70px;
        font-family: "Josefin Sans", sans-serif !important;
        color: #ffede1;
        text-align: center;
}

.our-favorites p {

        font-size: 18px;
        line-height: 26px;
        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: #f57d1e;
        font-family: "Josefin Sans", sans-serif !important;
}

.fav-card p {

        font-size: 16px;
        color: #f57d1e;
}

.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: #f57d1e;
        font-size: 18px;
}

.section-3 h1 {

        color: #fa7100;
        font-size: 52px !important;
        line-height: 65px;
        font-family: "Josefin Sans", sans-serif !important;
}

.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: #f57d1e;
        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: 5px 0px;
        margin: 5px 0px;
}

.testimonials img {

        max-width: 120px;
        border-radius: 50%;
        margin: 2px 0px;  
}

.testimonials h4 {

        font-family: "Josefin Sans", sans-serif !important;
        color: #fff;
        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: #f57d1e;
        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;
        }


        .order-now {
                margin-top: 50px !important;
        }

        
        .btn1 {

                padding: 12px 15px !important;
        margin-top: 50px;

        }

        .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: #f57d1e !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;
                font-size: 16px;

        }

        .large5 {

                min-width: 50%;
        }
}



.navbar input[type="checkbox"],
.navbar .hamburger-lines {
        display: none;
}



.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;
}

.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: 8px;
        font-size: 1.3rem;
}

.navbar a {
        color: #f57d1e;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        transition: color 0.3s ease-in-out;
}

.navbar a:hover {
        color: #f57d1e;
}

@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: 100px;
        }

        .navbar-container input[type="checkbox"] {
                position: absolute;
                display: block;
                height: 30px;
                width: 30px;
                top: 10px;
                left: 20px;
                z-index: 5;
                opacity: 0;
                cursor: pointer;
        }

        .navbar-container .hamburger-lines {
                display: block;
                height: 22px;
                width: 30px;
                position: absolute;
                top: 40px;
                left: 5px;
                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: #000;

        }


        .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: #f57d1e;
                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: 35px;
        font-size: 20px;
        margin: 10px 0px;
        font-family: "Josefin Sans", sans-serif !important;
}

.about-us h1 {
        text-align: left !important;
        color: #fff;
}
.about-us h2 {
        text-align: left !important;
}

.about-us a {

        /* background-color: #ffede1; */
        color: #000 !important;
}

.about-us img {
        border-radius: 10px;
}


a {

        list-style-type: none !important;
        text-decoration: none !important;
}

.special {

        text-align: center;
        height: 310px;
        margin: 25px 15px;
        border-radius: 25px;
        padding: 30px 0;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.special-two {
        height: 480px;
}


.special:hover {

        transform: scale(0.9);
        transition: ease-in-out;
}

.special img {

        max-width: 200px;
        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: 20px;
        line-height: 28px;
        text-transform: capitalize;
        font-family: "Josefin Sans", sans-serif !important;
}

.gallery-img img {

        width: 100%;
        border-radius: 10px;
        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: #f57d1e;
        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: 250px;
}

#home {

        padding: 110px 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: #f57d1e;
        border: 2px solid #fff;
        max-width: 50%;
        font-family: "Josefin Sans", sans-serif !important !important;
        margin: 0 auto;
        padding: 10px 0px 10px;
        margin-bottom: 50px !important;
        font-family: "Josefin Sans", sans-serif !important;

        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: #f57d1e;
        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;
        font-family: "Josefin Sans", sans-serif !important;
}

.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: "Josefin Sans", sans-serif !important;
}

.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: #f57d1e !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: 16px;
        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;
}

.home-banner img {
        /* padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        /* background: #f57d1e; */
}


.home-banner video {
        max-width: 100%;
        max-height: 100%;
        border: none;
}









.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;
        }

        .logo img {
                width: 130px;
                margin: 9px;
        }

        .logo {
                margin: 5px 0 !important;
        }

        .back-page p {
                margin: 0;
        }

        .home-section-1 h2 {
                font-size: 36px !important;
        }


}


.container {
        max-width: 1250px !important;
        width: 90%;
        margin: auto;
}


/* Popup overlay */
#popupOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
}

.testimonials-two h4 {
        color: #000;
}

.m-b-20{
        margin-bottom: 20px !important;
}

.about-us img {
        margin-top: 30px !important;

}

.policys {
        text-align: left;
}

.policys h2, p, a {
        text-align: left !important;
}

.policys a {
        color: #fff !important;
}

.policys ul {
        color: #fff;
}

.policys h1 {
        color: #fff;
}

.footer-social a {
        text-align: center !important;
}

.policys ol {
        font-size: 18px;
        color: #fff;
        line-height: 32px;
        text-align: left;
}

.order-now-two {
        background-color: #fff;
}