/*--------------------------------------------------------------------- File Nme: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/*@import url(swiper.min.css);*/
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);


@font-face {
    font-family: "Playfair";
    src: url("../fonts/PlayfairDisplay.ttf");
}
/* Secondary font */
@font-face {
    font-family: "PoppinsSemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
}
/* Tertiary font */
@font-face {
    font-family: "PoppinsLight";
    src: url("../fonts/Poppins-Light.ttf");
}

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

/** {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}
*/
html {
    scroll-behavior: smooth;
}

body {
    /*color: #666666;*/
    font-size: 14px;
    font-family: PoppinsLight;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: white;
    text-decoration: none !important;
    outline: none !important;
    /*    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
    font-family: 'PoppinsSemiBold';
}

h2 {
    font-size: 22px;
    font-family: 'PoppinsSemiBold';
}

h3 {
    font-size: 18px;
    font-family: 'PoppinsSemiBold';
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    /*color: #212121;*/
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*gap: 1em;*/
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    font-family: PoppinsLight;
    margin-bottom: 1em
}

a {
    /*color: #222222;*/
    text-decoration: none;
    outline: none !important;
}

.link:hover {
    color: white;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    /*    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
*/
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #EEE6D1;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    /*float: right;*/
    /*background-image: url(../images/carbon-laser-peel_1.jpg);*/
    /*height: auto;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #C3C3C3;
    color: #9b085d;
}

.header_bg {
    width: 100%;
    float: left;
    /*background-image: url(../images/header-bg.png);*/
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

    .header_bg .navbar-expand-lg .navbar-nav .nav-link {
        color: #9b085d;
    }

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    font-size: 17px;
    color: #9b085d;
    font-weight: bold;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 60px;
    /*text-transform: uppercase;*/
}

.booknow {
    padding: 3px 10px;
    background: #9b085d;
    color: white;
    font-weight: bold;
    line-height: 60px;
    font-size: 17px;
    border-radius: 12px;
    vertical-align: middle;
}

.promotions {
    padding: 3px 10px;
    background: #9b085d;
    color: white;
    font-weight: bold;
    font-size: 17px;
    border-radius: 12px;
    vertical-align: middle;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #EEE6D1;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #EEE6D1;
}

.navbar-brand {
    margin: 0px;
    float: left;
}

.navbar {
    padding: 15px 50px;
    vertical-align: middle;
}

.user_icon {
    padding-right: 15px;
}

.login_bt {
    width: 210px;
}

    .login_bt ul {
        margin: 0px;
        padding: 0px;
    }

    .login_bt li a {
        float: left;
        font-size: 18px;
        color: #EEE6D1;
        text-transform: uppercase;
        padding: 0px 0px 0px 50px;
    }

        .login_bt li a:hover {
            color: #EEE6D1;
        }


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 100px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-top: 80px;
}

.banner_taital {
    width: 100%;
    font-size: 90px;
    color: #EEE6D1;
    font-weight: 800;
}

.tasty_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #EEE6D1;
    font-weight: bold;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #EEE6D1;
    margin: 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_bt {
    width: 175px;
    float: left;
}

    .about_bt a {
        width: 100%;
        float: left;
        font-size: 18px;
        background-color: #d48272;
        color: #EEE6D1;
        text-align: center;
        padding: 12px;
        border-radius: 5px;
    }

        .about_bt a:hover {
            color: #EEE6D1;
            background-color: #4a4949;
        }

.callnow_bt {
    width: 175px;
    float: left;
}

    .callnow_bt a {
        width: 100%;
        float: left;
        font-size: 18px;
        background-color: #d48272;
        color: #EEE6D1;
        text-align: center;
        padding: 12px;
        margin-left: 10px;
        border-radius: 5px;
    }

        .callnow_bt a:hover {
            color: #EEE6D1;
            background-color: #4a4949;
        }

    .callnow_bt.active a {
        color: #EEE6D1;
        background-color: #4a4949;
    }

#banner_slider a.carousel-control-prev {
    left: -120px;
    top: 455px;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 400px;
    left: -120px;
    color: #EEE6D1;
    background-color: #4a4949;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #EEE6D1;
    background-color: #efefef;
}

    #banner_slider .carousel-control-next:focus,
    #banner_slider .carousel-control-next:hover,
    #banner_slider .carousel-control-prev:focus,
    #banner_slider .carousel-control-prev:hover {
        color: #EEE6D1;
        background-color: #4a4949;
    }

.banner_img {
    width: 100%;
    float: left;
    text-align: center;
}


/* banner section end */


/* coffee section start */

.coffee_section {
    width: 100%;
    float: left;
}

.coffee_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #EEE6D1;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.coffee_section_2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.bulit_icon {
    width: 100%;
    text-align: center;
}

.coffee_img img {
    width: 100%;
    float: left;
}

.types_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #EEE6D1;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

.looking_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #EEE6D1;
    text-align: center;
    margin: 0px;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

    .read_bt a {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #EEE6D1;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #d78373;
        text-transform: uppercase;
        padding: 8px;
    }

        .read_bt a:hover {
            color: #EEE6D1;
            border: 1px solid #3b3b3b;
        }

#main_slider a.carousel-control-prev {
    left: -50px;
    top: 95px;
}

#main_slider a.carousel-control-next {
    right: -50px;
    top: 95px;
    color: #EEE6D1;
    background-color: #4a4949;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #EEE6D1;
    background-color: #efefef;
}

    #main_slider .carousel-control-next:focus,
    #main_slider .carousel-control-next:hover,
    #main_slider .carousel-control-prev:focus,
    #main_slider .carousel-control-prev:hover {
        color: #EEE6D1;
        background-color: #4a4949;
    }


/* coffee section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #EEE6D1;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_taital_box {
    width: 500px;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 30px 20px;
    box-shadow: 0px 0px 30px 0px;
    position: absolute;
    top: 1550px;
}

.image_iman {
    padding-left: 250px;
    position: relative;
}

.about_img {
    width: 100%;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #EEE6D1;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #EEE6D1;
    margin: 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

    .readmore_btn a {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #EEE6D1;
        text-transform: uppercase;
        border-radius: 5px;
        border: 1px solid #fc947f;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
    }

        .readmore_btn a:hover {
            color: #EEE6D1;
            border: 1px solid #4a4949;
        }


/* about section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    background-image: url(../images/client-bg.png);
    height: auto;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.client_section_2 {
    width: 100%;
    float: left;
}

.client_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.client_left {
    width: 20%;
    float: left;
    padding-left: 50px;
}

.client_img {
    width: 90%;
}

.client_right {
    width: 80%;
    float: left;
    padding-top: 20px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #3b3b3b;
    font-weight: bold;
}

.client_text {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    margin: 0px;
}


/* client section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 30px 0px;
}

.blog_img {
    width: 100%;
}

.date_text {
    width: 100px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    background-color: red;
    position: absolute;
    top: -10px;
    left: 5px;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px 20px;
}


/* blog section end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-image: url(../images/footer-bg.png);
    background-size: 100% 100%;
    padding: 90px 0px 0px 0px;
}

.address_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 50px;
}

.footer_text {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

    .location_text ul {
        margin: 0px;
        padding: 0px;
    }

    .location_text li {
        font-size: 16px;
        color: #ffffff;
        padding: 0px 0px 5px 0px;
    }

        .location_text li a {
            color: #ffffff;
        }

            .location_text li a:hover {
                color: #d07d6b;
            }

.padding_left_10 {
    padding-left: 10px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon {
    width: 100%;
    float: right;
    text-align: right;
}

    .footer_social_icon ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

    .footer_social_icon li {
        float: left;
    }

        .footer_social_icon li a {
            float: left;
            padding: 5px 10px;
            background-color: #fff;
            color: #f75b59;
            border-radius: 100%;
            font-size: 19px;
            margin-right: 5px;
            width: 44px;
            text-align: center;
            margin-top: 10px;
        }

            .footer_social_icon li a:hover {
                background-color: #ffffff;
                color: #363636;
            }

.update_mail {
    color: #3b3b3b;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #efefef;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0px;
}



.subscribe_bt {
    width: 70px;
    float: left;
    padding-top: 20px;
}

    .subscribe_bt a {
        width: 100%;
        float: left;
        color: #ffffff;
        font-size: 16px;
        padding: 13px 0px 14px 0px;
        background-color: #d07d6b;
        text-transform: uppercase;
        text-align: center;
    }

        .subscribe_bt a:hover {
            color: #363636;
            background-color: #d07d6b;
        }


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #d07d6b;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

    .copyright_text a {
        color: #ffffff;
    }

        .copyright_text a:hover {
            color: #363636;
        }


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.TransparentTextBox {
    -moz-border-radius: 12px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /*border: #solid 10px #000;*/
    background-color: rgba(238,230,209,0.8);
    color: black;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.media-heading {
    color: #D6A574;
    padding-top: 45px;
    padding-left: 20px;
    font-family: PoppinsSemiBold;
    font-size: 25px;
}

.media.service-box {
    margin: 25px 0 36px;
    padding: 20px;
    padding-left: 0px;
    position: relative;
    background: #712046;
    border-radius: 0 0 20px 0;
    color: white;
    font-family: PoppinsLight;
    border: #99095D 2px solid;
}


    .media.service-box .pull-left {
        margin-right: 0px;
    }

        .media.service-box .pull-left > i {
            font-size: 35px;
            /* height: 94px; */
            line-height: 45px;
            text-align: center;
            width: 85px;
            /*color: #085C98;*/
            color: white;
            box-shadow: inset 0 0 0 5px #0; /*#d7d7d7; */
            -webkit-box-shadow: inset 0 0 0 5px #0;
            transition: background-color 400ms, background-color 400ms;
            position: absolute;
            padding: 14px;
            /* height: 100%; */
            left: -13px;
            top: -15px;
            vertical-align: middle;
            background: #D6A574;
            border-radius: 50%;
            height: 85px;
            border: 6px #fff solid;
        }

.features .media.service-box .pull-left > i {
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 10px;
}

.media.service-box:hover .pull-left > i {
    color: white;
    padding-top: 10px;
}

.media.locationbox {
    margin: 25px 0 36px;
    padding: 10px;
    padding-left: 0px;
    position: relative;
    background: #712046;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-family: PoppinsLight;
    text-align: center;
    border: #99095D 2px solid;
}

.location-heading {
    color: #D6A574;
    padding-top: 15px;
    padding-left: 0px;
    font-family: PoppinsSemiBold;
    font-size: 25px;
}

.wecantreat {
    text-align: center;
    font-size: 50px;
    font-family: PoppinsSemiBold;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: black;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        background: #712046;
        border-bottom: 1px solid #222222;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 28px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
                text-transform: uppercase;
            }

                #footer .footer-top .footer-info h3 span {
                    color: #ffc451;
                }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #292929;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #ffc451;
                color: #151515;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ffc451;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #ffc451;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 12px;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
                color: black;
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                font-size: 16px;
                padding: 0 20px;
                background: #D6A574;
                color: black;
                font-weight: bold;
                /*transition: 0.3s;*/
                border-radius: 0 12px 12px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #D6A574;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }
