/* General Style */
body{
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #292526;
    font-weight: 400;
}
ul{
    list-style: none;
}
q{
    font-style: italic;
}
a:hover{
    text-decoration: unset;
    cursor: pointer;
}
button.btn, button:focus{
    outline: unset;
    box-shadow: unset;
}
button:focus, button.btn:focus{
    outline: unset;
    box-shadow: unset;
}
input:focus, textarea:focus{
    box-shadow: unset;
    outline: unset;
}
.theme-btn{
    border: none;
    border-radius: 5px;
    background-color: #CB9A34;
    color: #ffffff;
    display: block;
    padding: 10px 25px;
    font-weight: bold;
    border: 1px solid #CB9A34;
    transition: all .5s;
}
.theme-btn:hover{
    background-color: transparent;
    color: #CB9A34;
    transition: all .5s;
}
.theme-btn-white{
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #292526;
    display: block;
    padding: 10px 25px;
    font-weight: bold;
    border: 1px solid #fff;
    transition: all .5s;
}
.theme-btn-white:hover{
    background-color: transparent;
    color: #fff;
    transition: all .5s;
}
/* Heading */
.heading{
    position: relative;
    display: flex;
    margin: auto;
    margin-bottom: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.heading span{
    color: #292526;
}
.heading h1{
    color: #292526;
    font-size: 75px;
    font-weight: 700;
    position: relative;
    color: rgba(0, 0, 0, 0.06);
    font-weight: 900;
    text-transform: uppercase;
}
.heading h2{
    font-weight: 700;
    position: absolute;
    font-size: 35px;
    text-transform: uppercase;
}
/* Loader */
.loader-container{
    height: 100vh;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes ldio-podaucnlhja {
    0%, 100% {
      animation-timing-function: cubic-bezier(0.45,0,0.9,0.55)
    }
    0% {
      transform: translate(0,0)
    }
    50% {
      transform: translate(0,108px);
      animation-timing-function: cubic-bezier(0,0.45,0.55,0.9);
    }
    100% {
      transform: translate(0,0);
    }
  }
  
  .ldio-podaucnlhja div {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #CB9A34;
    left: 74px;
    top: 20px;
    animation: ldio-podaucnlhja 1s linear infinite;
  }
  .loadingio-spinner-ball-4xj70n40kyg {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
  }
  .ldio-podaucnlhja {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-podaucnlhja div { box-sizing: content-box; }
  /* generated by https://loading.io/ */

/* Navigation Bar */
.navigation-section{
    z-index: 999;
    position: relative;
}
.navigation-section .header_area{
    padding: 10px 0px;
}
.navigation-section .header-container{
    margin: 0px 50px;
}
header .logo-container{
    width: 270px;
}
.left-btns-container{
    margin-left: auto;
    display: flex;
}
.side-menu-toggle-btn-container button{
    width: 60px;
    color: #fff;
    font-size: 25px;
}
.left-btns-container .theme-btn-white{
    margin-right: 5px;
}
.is-sticky .header_area{
    background-color: #292526;
    box-shadow: 0px -2px 9px rgba(0,0,0,0.7);
}
.side-menu-wrap{
    position: fixed;
    z-index: 9999;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.side-menu-wrap.show{
    display: flex;
}
.side-menu-wrap.show .close-container {
    position: absolute;
    right: 40px;
    top: 0px;
}
.side-menu-wrap.show .close-container button{
    color: #fff;
    font-size: 40px;
}
.side-menu-wrap.show .close-container button:hover{
    color: #CB9A34;
}
.side-menu-wrap.show .side-menu-container a{
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    cursor: pointer;
}
.side-menu-wrap.show .side-menu-container a:hover{
    color: #CB9A34;
}
/* hero */
.hero-section{
    background-color: #292526;
}
.hero-section .carousel-inner{
    height: 100%;
}
.hero-section .carousel{
    height: 100%;
}
.hero-section .carousel-item{
    height: 100%;
}
.hero-section .carousel-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-section .carousel-item .background{
    position: absolute;
    top: -30%;
    left: 43%;
    bottom: -30%;
    right: -40%;
    z-index: 0;
    background: 50% no-repeat;
    background-image: none;
    background-size: auto;
    background-image: none;
    background-size: auto;
    background-size: cover;
    background-position: center;
}
.hero-section .carousel-item .carousel-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;    
    /*! background: 50% no-repeat; */
    /*! background-image: none; */
    /*! background-size: auto; */
    background-size: contain;
    z-index: 1;
    margin: 0px 60px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.hero-section .carousel-item .carousel-img .img{
    background-position: left;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.hero-section .indicators-wrap{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: unset;
    right: 0;
    margin-right: 50px;
}
.hero-section .carousel-indicators{
    position: relative;
    display: block;
    /* top: 0;
    bottom: 0;
    left: unset;
    right: 0;
  
    margin-right: 20px; */
}
.hero-section .carousel-indicators li{
    border-radius: 100%;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    margin: 10px 0px;
    opacity: 1;
}
.hero-section .carousel-indicators li.active{
    background-color: #292526;
}
.carousel-text-container {
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
    position: relative;
    width: 60%;
    margin-left: 50px;
    color: #fff;
    margin: 170px 0px 170px 50px;
}
.carousel-text-container h1{
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.carousel-text-container h5{
    margin-bottom: 20px;
    font-weight: 400;
}
.hero-section .social-media-icons-container {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    margin-left: 50px;
}
.hero-section .social-media-icons-container ul li a{
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    transition: all .5s;
}
.hero-section .social-media-icons-container ul li a:hover{
    color: #CB9A34;
    border-color: #CB9A34;
    transition: all .5s;
}
.animate__animated.animate__fadeInLeftBig {
    --animate-delay: 1s;
}
/* About Me */
.about-me-section{
    padding: 50px 0px;
}
.about-me-wrap {
    position: relative;
}
.gold-circle {
    background-color: #CB9A34;
    height: 800px;
    width: 800px;
    position: absolute;
    border-radius: 100%;
    top: 340px;
    left: -250px;
}
.about-me-section .about-img-side{
    /* background-color: #CB9A34; */
    border-radius: 5px;
    overflow: hidden;
    /* height: 100%; */
    box-shadow: 3px 3px 12px #000;
}
.about-me-section p.text-link{
    margin-top: 25px;
    /*! text-align: center; */
}
.about-me-section p.text-link a{
    color: #FFF;
    text-transform: capitalize;
}
.about-me-section .about-content-side h3{
    font-weight: 200;
    line-height: 1;
    font-size: 23px;
}
.about-me-section .about-content-side p{
    text-align: justify;
}
/* Specialities */
.specialities-section{
    padding: 30px 0px;
}
.specialities-section .each-speciality{
    position: relative;
    text-align: center;
    background-color: #292526;
    border: 2px solid #fff;
    padding: 35px 15px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 3px 3px 12px #000;
    height: 100%;
}
.specialities-section .specialities-list .col-lg-3{
    margin-bottom: 20px;
}   
.specialities-section .each-speciality h4{
    color: #CB9A34;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
.specialities-section .each-speciality p{
    line-height: 1.3;
    margin-bottom: 65px;
}
.specialities-section .each-speciality .service-btn-container{
    position: absolute;
    bottom: 35px;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
}
#businesses{
    display: none;
}
#businesses ul{
    padding-left: 10px;
    list-style: disc;
}
#businesses ul li{
    margin-bottom: 10px;
}
#businesses a{
    display: block;
    /* text-align: center; */
    color: #CB9A34;
}
/* Event */
.event-section{
    padding: 40px 0px;
}
.event-section .each-event-container{
    position: relative;
    border-radius: 10px;
    height: 320px;
    background-position: center; 
    background-size: cover;
    margin-bottom: 30px;
    padding: 20px;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}
.event-section .each-event-container::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(17, 17, 17, 0.9);
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: all, 0.5s, ease-out, 0.5s;
    -o-transition: all, 0.5s, ease-out, 0.5s;
    transition: all, 0.5s, ease-out, 0.5s;
}
.event-section .each-event-container:hover:after{
    opacity: 1;
}
.event-section .each-event-container p{
    color: #ffffff;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.7s, ease-out, 0.7s;
    -o-transition: all, 0.7s, ease-out, 0.7s;
    transition: all, 0.7s, ease-out, 0.7s;
}
.event-section .each-event-container:hover p{
    opacity: 1;
    visibility: visible;
}
.event-info-wrap {
    display: flex;
    justify-content: center;
}
.info-icon-container {
    background-color: #fff;
    color: #cb9a34;
    position: absolute;
    bottom: 0;
    margin: 20px auto;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 3px 3px 12px #000;
}
.info-icon-container i{
    /*! display: block; */
    margin-right: 5px;
}
.info-icon-container span{
    display: block;
    font-size: 12px;
    /*! text-decoration: underline; */
}
/* Follow Us */
.follow-us-section{
    padding: 60px 0px;
    background-color: #292526;
    color: #fff;
    position: relative;
    z-index: 2;
}
.follow-us-section .heading h2{
    color: #fff;
    margin: 0;
}
.follow-icons-container{
    margin-top: 40px;
}
.follow-us-section ul{
    justify-content: center;
}
.follow-us-section ul li a{
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 15px;
    background-color: #292526;
}
.follow-us-section ul li a:hover{
    color: #CB9A34;
    border-color: #CB9A34;
}
/* Contact Me */
.contact-me-section{
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
}
.contact-me-section .contact-me-wrap{
    position: relative;
    z-index: 3;
}
.contact-me-section::after{
    position: absolute;
    content: "";
    background-color: #CB9A34;
    width: 900px;
    height: 900px;
    right: -290px;
    top: -272px;
    border-radius: 100%;
    display: block;
    z-index: 0;
}
.contact-me-section::before{
    position: absolute;
    /*! content: ""; */
    background-color: #CB9A34;
    width: 900px;
    height: 900px;
    left: -390px;
    bottom: -800px;
    border-radius: 100%;
    display: block;
    z-index: 0;
}
.contact-me-section .contact-container{
    margin: 0px 65px;
}
.contact-me-section .contact-me-content-wrap{
    display:flex;
    align-items: center;
    height: 100%;
}
.contact-me-section .contact-me-content h2{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0px;
}
.contact-me-section .contact-me-content .contact-details{
    margin-top: 20px;

}
.contact-me-section .contact-me-content .contact-details p{
    display: flex;
    margin-bottom: 5px;
}
.contact-me-section .contact-me-content .contact-details p i{
    font-size: 25px;
    display: inline-flex;
}
.contact-me-section .contact-me-content .contact-details p span{
    display: inline-flex;
    margin: auto 0px;
    font-weight: 600;
}
.contact-me-section .contact-me-content .contact-details p span a{
    color: inherit;
}
.contact-me-section .contact-me-form-container .contact-me-form{
    margin-left: 20px;
    background-color: #292526;
    padding: 50px 15px;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 3px 3px 12px #000
}
.contact-me-section .contact-me-form-container .contact-me-form input, .contact-me-section .contact-me-form-container .contact-me-form textarea, .input-container input{
    width: 100%;
    border: 2px solid #CB9A34;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    padding: 7px 10px;
    margin-bottom: 10px;
}
.contact-me-form .theme-btn{
    margin: 0px 15px;
}
/* Footer */
.footer-section{
    padding: 40px 0px 5px;
    background-color: #292526;
    color: #fff;
    z-index: 2;
    position: relative;
}
.footer-section .footer-container{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 0px;
}
.footer-section .footer-container .each-footer-sec ul{
    list-style: circle;
    padding-left: 20px;
}
.footer-section .footer-container .each-footer-sec ul li{
    padding: 5px 0px;
}
.footer-section .footer-container .each-footer-sec ul li a{
    color: rgb(187, 187, 187);
    cursor: pointer;
}
.footer-section .footer-container .each-footer-sec ul li a:hover{
    color: #CB9A34;
}
.footer-section .input-container input{
    padding: 5px 10px;
    margin-bottom: 7px;
}
.footer-section .subscribe-sec p{
    font-size: 12px;
}
.footer-container .left-line{
    border-left: 1px dotted rgb(208, 208, 208);
}
.copy-right{
    text-align: center;
    padding: 0px;
    margin: 10px 0px;
}
.copy-right a{
    color: #CB9A34;
}
.copy-right a:hover{
    color: #42c2c5;
}

/* Booking Modal */
#book-form .modal-dialog{
    max-width: 800px;
}
#book-form input{
    color: #292526;
}
#book-form .form-services h6{
    font-size: 18px;
    font-weight: bold;
}
#book-form .modal-header{
    border-bottom: none;
}
#book-form .modal-footer{
    border-top: none;
}
#book-form .theme-btn-white{
    border: 1px solid;
}
#book-form .theme-btn-white:hover{
    color: #CB9A34;
}