body {

  font-family: Arial, sans-serif;
}




body {
  margin: 0;
  background-color: #f8f9fa;
}



.hero {
  position: relative;
  display: inline-block;
}


.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}


h1 {
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  color: rgb(241, 239, 239);
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #002349;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #EC9D09;
}

h5 {
  font-family: 'Roboto', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
  text-align: justify;
}

.text {
  padding-right: 10%;
}


.btn-primary-custom {
  background-color: #EC9D09;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: none;

}

.btn-primary-custom:hover {
  background-color: #fff;

}

.navbar-custom {
  background-color: #002349;
  padding: 20px;
}

.navbar-custom .navbar-nav .nav-link {
  color: #ffffff;

}

.navbar-custom .navbar-nav .nav-link:hover {
  color: #EC9D09;
}

.navbar-brand {
  color: #ffffff;
}

.navbar-brand:focus, .navbar-brand:hover{
  color: #EC9D09;
}

.navbar-custom .navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  padding-right: 20px;
}

span {
  color: #EC9D09;
}


.navbar-toggler {
  background-color: transparent;
  border-color: #ffffff;
}


.navbar-toggler-icon {
  background-image: none;
}


.navbar-toggler-icon::before {
  content: "\2630";
  font-size: 1.5rem;
  color: #ffffff;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.card-icon {
  font-size: 3rem;
  color: #007bff;
}

.card-price {
  font-size: 1.8rem;
  color: #EC9D09;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.card-word {
  font-size: 0.8rem;
  color: #002349;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.cards {
  background-color: #002349;
  padding: 5%;
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
}

.footer {
  background-color: #002349;
  padding: 40px 0;
}

.footer p {
  color: #fff;
}

.footer h5 {
  margin-bottom: 20px;
  color: #EC9D09;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #fff;
}

.footer ul li a:hover {
  color: #EC9D09;
}

.enquire{
  color: white;
  text-transform: uppercase;
}

.enquire:hover{
  color: #EC9D09;
}

.glorious {
  width: 30%;
  text-align: center;
}

.glorious p {
  text-align: center;
}

.pl-0 {
  padding-left: 0px;
}

/* amenity-----------------------------------------------------------------------------------------   */

/* Section padding */
.my-section {
  padding: 20px 0;
}

.content-width {
  width: 70%;
}

.padding-space2 {
  padding-right: 10%;
}

.padding-space1 {
  padding-right: 0px;
  padding-left: 10%;
}

.padding-space3 {
  padding-right: 0px;
  padding-left: 20%;
}

/* Background colors for left and right 2-col sections */
.bg-color-left {
  background-color: #E9FBFD;
  /* Light red background */
  color: #333;
  /* Text color */
}

.bg-color-right {
  background-color: #FDE9E9;
  /* Light blue background */
  color: #333;
  /* Text color */
}

.bg-color1-right {
  background-color: #002349;
}

/* Align content inside columns */
.d-flex {
  display: flex;
}

/* Styling for the image */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Adjust the text size */
p {
  font-size: 16px;
}

.elevate-text {
  width: 30%;
  text-align: center;
}

.location-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 35%;

}

.enquery {
  margin-top: 10%;
  width: 50%;
}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #EC9D09;
  color: rgb(27, 27, 27);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #111111;
  color: white;
}

.custom-card {
  text-align: center;
  margin-bottom: 20px;

}

.custom-card p {
  margin-top: 20px;
}

.custom-card img {
  max-width: 100%;
  height: auto;
}

.read-more {
  display: block;
  margin-top: 10px;
  color: #111111;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
  font-weight: 600;
}

.read-more:hover {
  text-decoration: none;
}

.list {
  margin-top: 10%;
}

.custom-section {
  text-align: center;
  margin-top: 50px;
}

.custom-section h1 {
  color: #002349;
  font-size: 60px;
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.custom-section img {
  max-width: 100%;
  height: auto;
}

.custom-section p {
  max-width: 700px;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .section .right-content {
    padding-top: 20px;
  }

  .first {
    display: flex;
    flex-direction: column-reverse;

  }

  .empty {
    display: none;
  }

  .my-section {
    padding: 0;
    /* Adjust padding for mobile if needed */
  }

  .first {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .padding-space1 {
    padding-left: unset;
  }

  .padding-space2 {
    padding-right: unset;
  }

  .content-width {
    width: 100%;
  }

  .padding-space3 {
    padding: 7%;
  }

  .location h1 {
    font-size: 25px !important;
  }

  .location-text {
    width: 80%;
  }
}




@media (max-width: 992px) {

  .hero-text h1 {
    font-size: 45px;

  }

  .hero {
    margin-top: 8%;
  }

  .navbar-custom {
    padding: 10px;
  }

  .text {
    padding: 16px;
  }

  .space {
    display: none;
  }

  .glorious {
    width: 100%;
  }

  h2 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 16px;
  }

  h4 {

    font-size: 1rem;

  }
}

@media (max-width: 767.98px) {

  .carousel-item .col-6:nth-child(2) {
    display: none;
  }

  .carousel-item .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}