/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 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 ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

a {
    color: #1f1f1f;
    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: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

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

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

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

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

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: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
 .modal-right {
            position: fixed;
            top: 0;
            right: 0;
            height: 100%;
            width: 500px;
            max-width: 100%;
            background: #fff;
            overflow-y: auto;
            transition: transform 0.3s ease-in-out;
            transform: translateX(100%);
            z-index: 1050;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        }

        .modal-right.show {
            transform: translateX(0);
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            border-bottom: 1px solid #dee2e6;
        }

        .modal-body {
            padding: 1rem;
        }

        .modal-footer {
            padding: 1rem;
            border-top: 1px solid #dee2e6;
            text-align: right;
        }

        .close {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            color: #000;
        }

        .close:hover {
            color: #000;
            text-decoration: none;
        }

.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: 90px;
    padding-bottom: 0px;
}

/* header section start */

/* Basic reset for consistency across browsers */


.header_section {
    width: 100%;
    float: left;
    background-color: white;
    height: auto;
    background-size: 100%;
}

.navbar {
    padding: 20px 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800; /* Ensure it stays on top */
    background-color: white; /* Add background color to prevent content from showing through */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.nav-left {
    margin-right: auto;
}

.nav-right {
    margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 18px;
    color: black;
}

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

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: gray;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 200px;
}

.logo img {
    max-height: 100%;
    max-width: 100%;
}
/* Adjust the width of the search bar */
.search-bar .form-control {
    width: 150px; /* Set a smaller width */
    padding: 5px; /* Adjust padding for a more compact look */
}

.search-bar .input-group-append .btn {
    padding: 5px; /* Adjust padding for a more compact look */
    font-size: 14px; /* Adjust font size for better fit */
}

.search-bar .input-group-append .btn i {
    font-size: 14px; /* Adjust icon size */
}

/* header section end */

.modal-left {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .modal-dialog {
            width: 100%;
            max-width: 600px;
            margin: 0;
        }
/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.jpg);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.banner_taital {
    width: 100%;
    float: left;
    padding: 100px 0px;
}
        .video-section {
            position: relative;
            width: 100%;
            max-width:5000px;
            margin: auto;
         }
         video {
            width: 100%;
            height: auto;
         }
         .video-container {
    position: relative;
}

.play-pause-button {
    position: absolute;
    bottom: 10px; /* Adjust bottom position */
    right: 10px; /* Adjust right position */
    z-index: 1; /* Ensure it's above the video */
    color: black;
    background-color: transparent;
}


.outstanding_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: black;
    padding-bottom: 0px;
}

.coffee_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fdfcfa;
    font-weight: bold;
    padding-bottom: 0px;
}

.there_text {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding-bottom: 30px;
}

.learnmore_bt {
    width: 170px;
}

.learnmore_bt a {
    width: 100%;
    float: left;
    padding-right: 0;
    background-color: #252525;
    color: #fff;
    text-align: center;
    margin-right: 12px;
    height: 53px;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.learnmore_bt a:hover {
    background-color: #f76d37;
    color: #fff;
}

#main_slider a.carousel-control-next {
    left: 0px;
    right: -60px;
    top: 440px;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    right: 0px;
    top: 440px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #333333;
    margin: 0 auto;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

#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: #ffffff;
    background-color: #f76d37;
}

/* banner section end */


/* gallery section start */
.card {
            position: relative;
        }
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .wishlist-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(255, 255, 255, 0.8);
            border: none;
            padding: 5px;
            border-radius: 50%;
        }
        .wishlist-btn:hover {
            background: rgba(255, 255, 255, 1);
        }
.gallery_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #f76d37;
    font-weight: bold;
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    color: #262525;
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.image {
    display: block;
    width: 100%;
    height: 300px;
}

.card-img-top {
    height: 300px;
    object-fit: cover;
}
.container_main {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(254, 230, 220, 0.6);
    margin: 0 auto;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

a:hover {
    color: #f76d37;
    text-decoration: underline;
}

/* gallery section end */

/* services section start */

.services_titale{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}
.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;
    margin: 0px;
    text-align: center;
}
.services_section_2 {
  padding: 20px;
}

.row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.col-lg-4, .col-sm-12, .col-md-4 {
  margin: 15px 0;
}

.box_main {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.box_main:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.house_icon img {
  width: 80px;
  height: 80px;
  transition: opacity 0.3s;
}

.box_main:hover .image_1 {
  opacity: 0;
}

.box_main:hover .image_2 {
  opacity: 1;
}

.decorate_text {
  font-size: 1.5em;
  color: #333;
  margin: 15px 0;
}

.tation_text {
  color: #666;
  margin-bottom: 20px;
}

.readmore_bt a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #333;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.readmore_bt a:hover {
  background-color: #555;
}

/* Ensuring the hover image (image_2) is hidden initially */
.image_2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* services section end */


/* contact section start */

.c_container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    margin-bottom: 10px;
}

.contact-methods {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.contact-method {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
    margin: 0 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-method h2 {
    margin-bottom: 10px;
}

.contact-method button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}

.contact-method button:hover {
    background-color: #555;
}

.contact-method i {
    margin-right: 5px;
}

.contact-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq {
    text-align: center;
}

.faq input[type="text"] {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.faq ul {
    list-style-type: none;
}

.faq li {
    margin: 10px 0;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.faq li:hover {
    background-color: #f1f1f1;
}

.main_bt a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #d33a11;
    padding: 15px 50px 12px 50px;
    border-radius: 30px;
    display: block;
}

.main_bt a {
    color: #ffffff;
    background-color: #d33a11;
}

.main_bt a:hover {
    color: #323131;
    background-color: #ffffff;
}

.padding_0 {
    padding: 0px;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    background-color: white;
    padding: 50px 0;
}

.f_container {
    width: 100%;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-lg-3, .col-sm-6 {
    flex: 1;
    margin: 15px;
    min-width: 220px;
}

.useful_text {
    font-size: 20px;
    color: black;
    margin-bottom: 15px;
}

.footer_text {
    font-size: 12px;
    color: black;
    margin-bottom: 15px;
}

.footer_menu ul, .location_text ul {
    list-style-type: none;
    padding: 0;
}

.footer_menu li, .location_text li {
    font-size: 12px;
    color: black;
    margin-bottom: 10px;
}

.footer_menu li a, .location_text li a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

.footer_menu li a:hover, .location_text li a:hover {
    color: gray;
}

.location_text i {
    margin-right: 10px;
}

.padding_left_10 {
    padding-left: 10px;
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #f76d37;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}