/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 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: #fffefe;
    background-color: #afa18a;
    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);
}

.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 */

.header_section {
    width: 100%;
    float: left;
    background: linear-gradient(129deg, #c5ae94 0%, #c5ae94 98%);
    height: 120px;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.header_main {
    width: 100%;
    float: left;
    background: #10e2bd;
    height: 80px;
}

.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: #afa18a;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #afa18a;
}

.navbar {
    padding: 20px 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 18px;
    color: #fff;
}

.logo {
}

/* header section end */

/* banner section start */

.banner_section {
    background-image: url(../images/gal10.jpeg);
    width: 1467px !important;
    float: left;
    position: relative;
    height: 600px;
    padding: 10px 0px 25px 0px;
}

.banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/gal10.jpeg); */
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7; /* Apply opacity to the background only */
    z-index: 1; /* Place it behind the text */
}

.banner_taital {
    width: 100%;
    float: left;
    padding: 100px 0px;
    position: relative;
    z-index: 2; /* Ensure it appears above the background */
}

.outstanding_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    padding-bottom: 0px;
    position: relative;
    z-index: 2; /* Ensure it appears above the background */
}

.coffee_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #020202;
    font-weight: bold;
    padding-bottom: 0px;
    position: relative;
    z-index: 2; /* Ensure it appears above the background */
}

.there_text {
    width: 70%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2; /* Ensure it appears above the background */
}

.learnmore_bt {
    width: 170px;
    position: relative;
    z-index: 2; /* Ensure it appears above the background */
}

.learnmore_bt a {
    width: 100%;
    float: left;
    padding-right: 0;
    background-color:  #ffff;
    color: #020202;
    text-align: center;
    margin-right: 12px;
    height: 53px;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.learnmore_bt a:hover {
    background-color: #afa18a;
    ;
    color: #020202;
}


#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 */

/* about section start */

.about_section {
    /*    width: 100%;
        float: left;*/
    background-image: url(../images/parallax.jpg);
    background-color: #020202;
    padding: 60px 0
}
.about_section_home{
    /*background-image: url(../images/spa_scene.jpg);*/
    background-color: #020202;
    padding: 60px 0

}
.about_taital_main {
    width: 100%;
    float: left;
    padding: 80px 20px; /* Increased padding for better spacing */
    /*background-color: #020202;  Soft background color for contrast */
    border-radius: 10px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.about_taital {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; /* Added margin for spacing */
    letter-spacing: 2px; /* Spaced letters for an elegant touch */
    border-bottom: 2px solid #afa18a; /* Underline to highlight section title */
    padding-bottom: 10px; /* Space below underline */
    margin-left: -5%;
}

.about_text {
    font-size: 18px; /* Slightly larger font for readability */
    color: #ffffff;
    line-height: 1.8; /* Improved line height for better readability */
    margin-bottom: 20px; /* Spacing between paragraphs */
    margin-left: -5%;
}

.read_bt {
    width: auto; /* Dynamic width */
    float: left;
    padding-top: 20px;
    margin-left: -5%;
}

.read_bt a {

    width: 100%;
    float: left;
    padding-right: 0;
    background-color:  #ffff;
    color: #020202;
    text-align: center;
    margin-right: 12px;
    height: 53px;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #020202;
    background-color: #afa18a;
    border: 2px solid #020202; /* Add a border on hover */
}

.about_img {
    text-align: center; /* Centers the image */
    margin-top: 8%;
    margin-left: 5%;
}

.about_img img {
    width: 550px;
    height: 450px;
    margin-left: 20px;
    border-radius: 10px; /* Rounded corners for the image */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: transform 0.3s ease; /* Smooth transition for hover effect */
    margin-top: 20px;
}

.about_img img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}

@media (max-width: 768px) {
    .about_taital_main {
        padding: 40px 20px; /* Adjust padding for smaller screens */
    }

    .about_taital {
        font-size: 32px; /* Reduce title size on smaller screens */
    }

    .about_text {
        font-size: 16px; /* Adjust text size for readability */
    }

    .about_img {
        margin-top: 0; /* Reset margin for smaller screens */
    }

    .about_img img {
        margin-bottom: 20px; /* Space below the image */
    }
}

/* about section end */

/* gallery section start */

.gallery_section_home {
    /*    width: 100%;
        float: left;*/

    /*background-image: url(../images/spa_therapy.jpg);*/
    padding: 60px 0; /* Reduced padding for better spacing */
    background-color: #333333; /* Dark background */
}

.gallery_section {
    /*    width: 100%;
        float: left;*/
    background-image: url(../images/parallax.jpg);
    padding: 60px 0; /* Reduced padding for better spacing */
    background-color: #020202; /* Dark background */
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #ffffff; /* White text */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; /* Spacing below title */
    letter-spacing: 2px; /* Elegant letter spacing */
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    color: #afa18a; /* Sandy gold text */
    line-height: 1.8; /* Improved readability */
    margin-bottom: 40px; /* Spacing below text */
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.container_main {
    position: relative;
    margin-bottom: 30px; /* Spacing between images */
    /* margin-left: 20px; */
    padding: 15px;
}

.image {
    display: block;
    width: 100%;
    height: 280px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Depth shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    filter: brightness(52%);
}

.container_main:hover .image {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); /* Enhanced shadow on hover */
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease; /* Smooth opacity transition */
    background-color: rgba(32, 32, 32, 0.6); /* Dark overlay with transparency */
    border-radius: 10px; /* Match the image's rounded corners */
}

.container_main:hover .overlay {
    opacity: 1; /* Show overlay on hover */
}

.text {
    color: #ffffff;
    font-size: 30px; /* Reduced size for better balance */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.text a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

.text a:hover {
    color: #afa18a; /* Sandy gold on hover */
}

.seemore_bt {
    width: 200px;

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40%;



}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #020202;
    background-color: #ffffff; /* Sandy gold button */
    padding: 12px 0;

    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.seemore_bt a:hover {
    background-color: #afa18a; /* Slightly brighter color on hover */
    color: #ffffff; /* White text on hover */
}


/* gallery section end */

/* services section start */

.services_section {
    width: 100%;
    /* float: left; */
    background-image: url(../images/parallax.jpg);
    height: auto;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.services_taital {
    text-shadow: 0 0 10px #afa18a;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;

}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}





.box_main:hover {
    background-color: #afa18a;
}
.decorate_text,.tation_text {
    color: #020202;
}


.box_main {
    width: 300px;
    background-color: #020202;
    padding: 40px 30px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 20px;
}

.box4{
    margin-left: -40%;
}
.box1{
    margin-left: -20%;
}
.box2{
    margin-left: 5%;
}
.box3{
    margin-left: 30%;
}

/* .box_main:hover .decorate_text {
    color: #000;
}

.box_main:hover .tation_text {
    color: #000;
}

.box_main:hover .readmore_bt {
    display: block;
}

.box_main:hover .readmore_bt a {
    color: #ffffff;
    background-color: #000;
} */

.services_section_2 {
    width: 100%;
    /* float: left; */
    padding-top: 50px;
}

.decorate_text {
    width: 100%;
    font-size: 28px;
    color: #ffffff;

    text-align: center;
}

.decorate_text_inside {
    width: 100%;
    font-size: 16px;
    color: #ffffff;

    text-align: center;
}
.tation_text {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}



.readmore_bt {
    width: 125px;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;

}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 14px;
    background-color: #ffffff;
    color: #020202;
    text-align: center;
    padding: 4px;
    text-transform: uppercase;
    margin-left: 10%;
}


/* services section end */

/* client section start */
.client_section {
    width: 100%;
    float: left;
    background-color: #020202; /* Dark background */
    padding-bottom: 100px;
}

.client_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #afa18a; /* Sandy gold title */
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.client_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff; /* White text */
    margin: 0 auto;
    text-align: center;
}

.client_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding-bottom: 100px;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding: 0px 40px 30px 40px;
    position: relative;
    background-color: #020202; /* Dark background */
    color: #ffffff; /* White text */
}

.testimonial_section_2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-top: 3px solid #afa18a; /* Sandy gold border */
    border-left: 3px solid #afa18a; /* Sandy gold border */
    top: 12px;
    left: 0px;
    right: initial;
}

.testimonial_section_2::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-bottom: 3px solid #afa18a; /* Sandy gold border */
    border-right: 3px solid #afa18a; /* Sandy gold border */
    top: 12px;
    left: initial;
    right: 0px;
}

.client_name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #afa18a; /* Sandy gold text */
    text-transform: uppercase;
    padding-left: 100px;
    font-weight: bold;
}

.quick_icon {
    text-align: right;
    padding-left: 30px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff; /* White text */
    margin: 0px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 55px;
    height: 18px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #afa18a; /* Sandy gold background */
    border-radius: 20px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators .active {
    background-color: #ffffff; /* White active indicator */
}

/* client section end */

/* contact section start */

.contact-section {
    background-image: url(../images/parallax.jpg);
    padding: 80px 0;

}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-title {
    font-size: 3em;
    text-align: center;
    margin-bottom: 50px;
    color: #afa18a;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 10px #afa18a;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form {
    flex: 1;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px #afa18a;
    background-color: #212121;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px #afa18a;
    ;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.submit-btn {
    background-color: #afa18a;
    ;
    color: #0c0c0c;
    border: none;
    padding: 12px 30px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px #afa18a;
    ;
}

.map-container {
    flex: 1;
    min-width: 300px;
    height: 500px;
    margin-left: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px #afa18a;
    ;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
    }

    .map-container {
        margin-left: 0;
        margin-top: 40px;
    }
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
