body {
     overflow-x: hidden;
     background-color: rgb(147, 147, 147);
}
/* Apply Cormorant Garamond font to heading */
 h1, h2, h3, h4, h5, h5 {
     font-family: 'Cormorant Garamond';
}
/* Apply Raleway font to text and paragraphs */
 body {
     font-family: 'Raleway';
}
/* General styles for the section */
 .row {
     display: flex;
     flex-wrap: wrap;
}
 .column {
     flex: 50%;
}
 .box {
     margin: 10px;
}
 input[type="radio"] {
     display: none;
}
 label {
     cursor: pointer;
}
 img {
     max-width: 100%;
     height: auto;
}
 #hero {
     padding: 40px;
}
 #hero h2 {
     margin-top: 0;
}
 blockquote {
     margin: 0;
}
 .d-flex {
     display: flex;
}
 .btn-get-started {
     margin-top: 20px;
     padding: 10px 20px;
     background-color: #000;
     color: #fff;
     text-decoration: none;
}
/* Responsive styles */
 @media only screen and (max-width: 768px) {
     .row {
         flex-direction: column;
    }
     .column {
         flex: 100%;
    }
     #hero {
         padding: 20px;
    }
     .btn-get-started {
         margin-top: 10px;
    }
     .amenities-fluid .row {
         flex-direction: column;
    }
     .amenities-fluid .row .col-md-3 {
         flex: 100%;
    }
}
 body h1, h2 {
     color: #d1b371;
}
 body h2 {
     color: #d1b371;
}
 body h3 {
     color: #d1b371;
     text-transform: capitalize;
     text-align: initial;
}
 body {
     color: #d1b371;
}
 body p {
     font-size: 16px !important;
}
 p {
     margin-top: 0;
     margin-bottom: 0rem !important;
}
/* ========================================== Header ========================================== */
 .background-color {
     background-color: #ffffff !important;
}
/* Add a background color and some padding around the form */
 ::-webkit-scrollbar {
     width: 8px;
}
/* Track */
 ::-webkit-scrollbar-track {
     background: #f1f1f1;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #888;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #555;
}
 body {
     background-color: rgb(147, 147, 147);
     overflow-x: hidden;
}
 .bg-white {
     background-color: #fff;
}
 .navbar-brand {
     padding: 23.5px 20px;
     font-size: 18px;
}
 .navbar-nav {
     width: 100%;
     justify-content: space-evenly !important;
     align-items: center;
     padding: 10px;
}
 .logo {
     width: 150px;
}
 .logo img {
     width: 100%;
}
 .nav-item {
     padding: 20px 8px;
     margin: 0px 3px;
     text-align: center;
     border-radius: 5px;
     font-size: 16px;
     color: grey;
     position: static;
}
 .nav-item.active {
     color: #383838;
}
 .nav-item:hover {
     color: #383838;
}
 a {
     color: inherit !important;
}
 .nav-link {
     padding: 5px;
}
 .navbar-collapse.collapse.in {
     display: block !important;
}
 .fa-angle-down {
     padding-left: 10px;
}
 .fa-icon {
     font-size: 20px;
     color: #fff;
     background-color: #c49c5d;
     margin: 2px 10px 5px 0px;
     border-radius: 10px;
     width: 30px;
     height: 30px;
}
 .dropdown-menu {
     margin: -0.1rem 0 0 !important;
     border: none;
     background-color: white;
     padding: 50px 50px 30px 50px;
}
 #dropdown-menu1 {
     position: absolute;
     left: 165px;
}
 #dropdown-menu2 {
     position: absolute;
     left: 285px;
}
 #dropdown-menu3 {
     position: absolute;
     left: 615px;
}
 #dropdown-menu4 {
     position: absolute;
     left: 750px;
}
 .tab {
     margin-bottom: 12px;
     width: 230px;
}
 .tab:hover {
     color: #383838 !important;
}
 .dropdown-item {
     padding: 0px;
}
 .dropdown-item:hover {
     background-color: inherit;
}
/* footer css */
 .footer {
     position: relative;
     width: 100%;
     background: black;
     padding: 10px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
 .menu {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0px;
     flex-wrap: wrap;
}
 .menu__item {
     list-style: none;
}
 .menu__link {
     color: #fff;
     margin: 0 10px;
     display: inline-block;
     transition: 0.5s;
     text-decoration: none;
     font-weight: 300;
     font-size: 13px;
}
 .menu__item:not(:last-child)::after {
     content: "|";
     margin: 0 10px;
     color: #fff;
}
/* ========================================== BANNER ========================================== */
 .banner {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 150px;
     background-color: #383838;
     background-image: url("../img/2-1.webp");
}
 .banner-content h1 {
     font-size: 48px;
     margin-bottom: 20px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: #d1b371;
}
 @media screen and (max-width: 768px) {
     .banner {
         height: 200px;
    }
     .banner-content h1 {
         font-size: 32px !important;
         width: 100%;
         margin-bottom: 10px !important;
    }
}
 * {
     box-sizing: border-box;
}
 .column {
     flex: 50%;
     padding: 20px;
     text-align: justify;
}
/* ========================================== BANNER ========================================== */
/* This is slider CSS */
 .box {
     background-color: transparent;
     width: 90%;
     position: relative;
     border-radius: 0px;
     padding-top: 420px;
     margin: 10px auto;
}
/* Responsive styles */
 @media only screen and (max-width: 768px) {
     .box {
         padding-top: 200px;
         width: 100%;
         margin: 10px 0;
    }
}
 .box > img {
     position: absolute;
     left: 0;
     top: 0;
     transition: all 0.5s;
     width: 100%;
     background-size: cover;
     border-radius: 0px;
}
/* Responsive styles */
 @media only screen and (max-width: 768px) {
     .box > img {
         height: 200px;
         border-radius: 10px;
    }
}
 .box input[name="animate"] {
     display: none;
}
 .box label {
     margin: 50px auto auto 30px;
     border: none;
     float: left;
     cursor: pointer;
     transition: all 0.5s;
     opacity: 0.6;
     border-radius: 0px;
}
 .box label img {
     display: block;
     border-radius: 5px;
}
 .box input[name="animate"]:checked + label {
     border-color: #000;
     opacity: 1;
}
 .box input[name="animate"] ~ img {
     opacity: 0;
}
 .box input[name="animate"]:checked + label + img {
     opacity: 1;
     transform: scale(1);
}
 @media (max-width: 767px) {
     .carousel-inner .carousel-item > div {
         display: none;
    }
     .carousel-inner .carousel-item > div:first-child {
         display: block;
    }
}
 .carousel-inner .carousel-item.active {
     display: flex;
}
/* This is slider end*/
/*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/
 .hero {
     width: 100%;
     background-size: cover;
     position: relative;
     padding: 20px 0;
     z-index: 3;
}
 .align-items {
     align-items: flex-start;
}
 @media (min-width: 1034px) {
     .hero:after {
         position: absolute;
         content: "";
         width: 40%;
         background: var(--color-secondary);
         top: 0;
         bottom: 0;
    }
}
 @media (max-width: 1034px) {
     .hero:before {
         background: rgb(27 47 69 / 0%);
    }
}
 .hero:before {
     position: absolute;
     content: "";
     inset: 0;
}
 .hero .container {
     z-index: 1;
}
 @media (min-width: 1365px) {
     .hero {
         background-attachment: fixed;
    }
}
 .hero h2 {
     margin: 0;
     font-size: 40px;
     font-weight: 700;
     line-height: 1.2;
     color: #d1b371;
     text-transform: uppercase;
     font-family: var(--font-secondary);
}
 .hero p {
     color: #000;
     margin-right: 30px;
}
 .hero blockquote {
     color: #fff;
     padding-left: 20px;
     font-size: 15px;
     font-family: var(--font-default);
     border-left: 2px solid var(--color-primary);
}
/* Mobile responsive styles */
 @media only screen and (max-width: 768px) {
     .hero blockquote {
         margin-bottom: 0;
         padding-bottom: 0;
    }
}
 .hero .btn-get-started {
     font-family: var(--font-secondary);
     font-weight: 500;
     font-size: 15px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 12px 30px;
     border-radius: 50px;
     transition: 0.5s;
     color: rgb(255, 255, 255);
     background: #d1b371;
}
 .hero .btn-get-started:hover {
     background: rgba(0, 0, 0, 0.8);
}
 @media (max-width: 640px) {
     .hero h2 {
         font-size: 36px;
         line-height: 1;
    }
     .hero .btn-get-started {
         font-size: 13px;
    }
}
 p {
     margin-top: 0;
     margin-bottom: 0rem;
}
/*-------------------------------------------------------------- # Hero Section End --------------------------------------------------------------*/
 .text-center {
     text-align: center !important;
     margin-top: 30px;
}
/*-------------------------------------------------------------- # Amenties --------------------------------------------------------------*/
 .amenities-fluid {
     background-color: #ffffff;
     background-image: url("../img/2-1.png");
     background-size: contain;
     height: 100%;
    /* or set a specific height */
}
 .amenities-fluid h2 {
     text-decoration: underline;
     text-underline-offset: 8px;
     text-decoration-color: rgb(0, 0, 0);
}
 .mt-5 {
     margin-top: 0rem !important;
}
/*--------------- Download button ----------------*/
/*-------------------------------------------------------------- # Form --------------------------------------------------------------*/
 .banner-content h1 {
     font-size: 48px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 20px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: #d1b371;
}
/* Style inputs with type="text", select elements and textareas */
/* Style the submit button with a specific background color etc */
/* When moving the mouse over the submit button, add a darker green color */
/*-------------------------------------------------------------- # form --------------------------------------------------------------*/
 input {
     padding: 8px 15px;
     border-radius: 5px !important;
     margin: 5px 0px;
     box-sizing: border-box;
     border: 1px solid #ccc;
     font-size: 18px !important;
     font-weight: 300;
}
 input:focus {
     -moz-box-shadow: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     border: 1px solid #00bcd4;
     outline-width: 0;
     font-weight: 400;
}
 .card {
     padding: 20px;
     border: none;
     cursor: pointer;
}
 .image {
     padding: 10px;
}
 .card {
     padding: 30px 20px;
     margin-top: 20px;
     margin-bottom: 20px;
     border: none !important;
     box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
/* --- Slider ---*/
 @media (max-width: 767px) {
     .carousel-inner .carousel-item > div {
         display: none;
    }
     .carousel-inner .carousel-item > div:first-child {
         display: block;
    }
}
 .carousel-inner .carousel-item.active {
     display: flex;
}
/* medium and up screens */
 .text-theme a {
     color: #ffffff;
}
 .btn-lg {
     font-family: var(--font-secondary);
     font-weight: 500;
     font-size: 15px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 12px 30px;
     border-radius: 50px !important;
     transition: 0.5s;
     color: rgb(255, 255, 255);
     background: #d1b371 !important;
}
 a {
     color: #000 !important;
}
/* --- hover Cards */
 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/* Reseting */
 .container {
     transform-style: preserve-3d;
}
 .container .box {
     position: relative;
     width: 300px !important;
     height: 300px !important;
     margin: 20px;
     perspective: 1000px;
     cursor: pointer;
     box-shadow: none;
     padding-top: 0px;
}
 .container .box .body {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     transition: 0.9s ease;
}
 .container .box .body .imgContainer {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .container .box .body .imgContainer img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 