/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/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);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

@font-face {
    font-family: 'Fancake';
    src:url(../fonts/fancake/Fancake.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Cutedino';
    src:url(../fonts/cute_dino_2/Cute\ Dino.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SuperKinds';
    src:url(../fonts/super_kinds/Super\ Kinds.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Comfortaa';
    src:url(../fonts/comfortaa/Comfortaa-Regular.ttf);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Hack';
    src:url(../fonts/HackNerdFont-Regular.ttf);
    font-weight: 800;
    font-style: normal;
}
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/


* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
    font-family: 'Comfortaa', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    /* font-family: 'Poppins', sans-serif; */
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    /* font-family: "Poppins", sans-serif; */
    /* font-weight: 500;
    font-style: normal; */
}

a {
    /* color: #1f1f1f; */
    color: white;
    -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,
span {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
    font-family: 'SuperKinds';
}

h1 {
    font-size: 24px;

}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

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;
}


button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a,
.btn {
    -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: #767676;
    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: left;
    background-image: url(../imgs/banner-bg.jpg);
    height: auto;
    background-size: auto 100%; 
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 80px;
}

.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: #ffffff;
}

.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: 16px;
    color: #a9a8a8;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #7b7979;
}

.navbar-light .navbar-nav .active-nav-link>.nav-link,
.navbar-light .navbar-nav .nav-link.active-nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3a3a3a;
    font-weight: 500;
}

.active-home-icon-nav-link {
    font-family: 'Hack';
}

.active-nav-link {
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding-top: 23px;
    background-color: #7EF9DA;
    box-shadow: 0px 0px 0px 0px #7EF9DA;
    border-radius: 0px 0px 5px 5px;
    top: -23px;
    position: relative;
    padding-right: 8px;
    /* text-decoration: underline #3a3a3a; */
}
.active-nav-link:hover {
    top: -20px;
    background-color: #b2fbe9;
    box-shadow: 0px 0px 20px -8px #b2fbe9;
}

.navbar-brand {
    margin: 0px;
    float: left;
    width: 120px;
    /* font-family: "Satisfy", cursive; */
    /* font-size: 30px; */
    /* font-weight: 500; */
    /* font-style: normal; */
}
.navbar-collapse {
    top: 0px;
    position: relative;
}

.navbar {
    padding: 15px 50px;
    top: -35px;
    position: relative;
    
}

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 100px 0px;
    position: relative;
    top: -100px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-top: 80px;
    position: relative;
    top: -50px;
}

.banner_taital {
    width: 100%;
    font-size: 90px;
    color: white;
    font-weight: 800;
    line-height: 100px;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.097);
}

.tasty_text {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #7EF9DA;
    font-weight: bold;
    margin-top: 15px;
    text-shadow: 0px 0px 20px #7ef9da37;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4a4949;
    margin: 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_bt {
    width: 200px;
    float: left;
}

.about_bt a {
    text-decoration: none;
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #FE8FB7;
    color: #fefefd;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #FE8FB7;
}

.about_bt a:hover {
    color: black;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.381);
}

#banner_slider a.carousel-control-prev {
    left: -120px;
    top: 455px;
    border-radius: 100%;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 390px;
    left: -120px;
    color: #fefefd;
    background-color: #4a4949;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 0px #363636;
}
#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover {
    color: #919191;
    background-color: #363636;
    box-shadow: 0px 0px 100px 10px #363636;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 20px;
    color: #4a4949;
    background-color: #fefefd;
    box-shadow: 0px 0px 0px 0px #9d9d9d;
}
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #484848;
    background-color: #9d9d9d;
    box-shadow: 0px 0px 100px 10px #9d9d9d;
}

.banner_img {
    width: 80%;
    float: left;
    text-align: center;
    top: 20px;
    left: 90px;
    position: relative;
}

.banner_pastel {
    top: 56px;
}

/* banner section end */


/* coffee section start */

.coffee_section {
    width: 100%;
    float: left;
    background-color: white;
    padding-bottom: 60px;
    background-image: url(../imgs/coffee-section-bg.png);
    height: auto;
    background-size: 100% 100%;
    margin: 0px;
}

.coffee_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    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: right;
}

.coffee_icon {
    width: 100%;
    text-align: center;
}

.coffee_img img {
    width: 100%;
    float: left;
}

.types_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #3b3b3b;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

.looking_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    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: #d78373;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d78373;
    text-transform: uppercase;
    padding: 8px;
}

.read_bt a:hover {
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
}

#main_slider a.carousel-control-prev {
    left: -50px;
    top: 95px;
    border-radius: 5px 0px 0px 5px;
}

#main_slider a.carousel-control-next {
    right: -50px;
    top: 95px;
    border-radius: 0px 5px 5px 0px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 90px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
    box-shadow: 0px 0px 0px 0px #36363684;
}

#main_slider .carousel-control-next:hover {
    background-color: #363636;
    box-shadow: 10px 0px 0px 0px #36363684;
}
#main_slider .carousel-control-prev:hover {
    background-color: #363636;
    box-shadow: -10px 0px 0px 0px #36363684;
}


/* coffee section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-image: url(../imgs/about-bg.png);
    height: auto;
    background-size: 100% 100%;
}

.about_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: right;
    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;
}

.about_eslogan_title {
    font-weight: bold;
}

.about_eslogan_text {
    font-family: "Satisfy", cursive;
    font-size: 30px;
    text-align: center;
    color: black;
}

.image_iman {
    padding-left: 250px;
    position: relative;
}

.about_img {
    width: 85%;
    margin-left: 130px;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #3b3b3b;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    margin: 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #d78373;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #fc947f;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #4a4949;
    border: 1px solid #4a4949;
}


/* about section end */


/* client section start */

.one_color {
    color: #FE8FB7;
    font-size: 40px;
    -webkit-text-stroke: 3px rgb(24, 24, 24);
    text-shadow: 0px 0px 20px #fe8fb8c6;
    background-color: rgb(133, 93, 67);
    padding: 10px 0px 10px 20px;
    border-radius: 20px 0px 0px 10px;
    
}
.two_color {
    color: #7EF9DA;
    font-size: 40px;
    text-shadow: 0px 0px 20px #7ef9daaf;
    -webkit-text-stroke: 3px rgb(24, 24, 24);
    background-color: rgb(133, 93, 67);
    padding: 10px 20px 10px 2px;
    border-radius: 0px 10px 20px 0px;
}

.client_section {
    width: 100%;
    float: left;
    background-image: url(../imgs/client-bg.png);
    height: auto;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.client_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
    
}

.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: 85%;
    box-shadow: 0px 0px 0px 3px gray;
}
.client_img:hover {
    width: 90%;
    box-shadow: 0px 0px 0px 5px black;
}

.client_right {
    width: 80%;
    float: left;
    padding-top: 40px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #3b3b3b;
    font-weight: bold;
    font-family: "SuperKinds";
}

.client_text {
    width: 75%;
    float: left;
    font-size: 20px;
    font-weight: 800;
    color: #3b3b3b;
    margin-left: 0px;
    margin-top: -5px;
}


/* client section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../imgs/blog-bg.png);
    height: auto;
    background-size: 100% 100%;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.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: auto;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 20px;
    background-color: red;
    position: absolute;
    top: -10px;
    left: 5px;
}

.prep_text {
    width: 100%;
    font-size: 26px;
    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 */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 50%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2e2d;
    border: 0px;
    background-color: #efefef;
    padding: 11px 20px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

input.mail_text::placeholder {
    color: #2e2e2d;
}

.massage-bt {
    color: #2e2e2d;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #efefef;
    padding: 40px 20px 0px 20px;
    border: 0px;
    height: 110px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

textarea#comment.massage-bt::placeholder {
    color: #2e2e2d;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #FE8FB7;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 0px 0px 0px #FE8FB7;
    text-decoration: none;
}

.send_bt a:hover {
    color: black;
    background-color: #7EF9DA;
    box-shadow: 0px 0px 20px 0px #7EF9DA;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    /* background-image: url(../images/footer-bg.png); */
    /* background-size: 100% 100%; */
    background-image: url(../imgs/Editor/footer-bg_edited.jpg);
    height: auto;
    background-size: auto 100%; 
    background-repeat: no-repeat;
    background-position: center;
    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: #F2AE66;
}

.padding_left_10 {
    padding-left: 10px;
    color: white;
    font-family: 'Comfortaa', sans-serif;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_text_social_icon {
    font-family: 'Hack';
    text-align: center;
}

.footer_social_icons {
    width: 100%;
    float: right;
    text-align: right;
    
}

.footer_social_icons ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icons li {
    float: left;
}

.footer_social_icons 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;
    text-decoration: none;
}

.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;
}

textarea#comment.update_mail::placeholder {
    color: #3b3b3b;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.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: gray;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: black;
    background-color: #7EF9DA;;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #FE8FB7;
    height: auto;
    background-image: url(../imgs/copyright-bg.png);
    background-size: auto 100%; 
    background-position: center;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;
    text-align: left;
    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;
}