@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@font-face {
  font-family: fontOne;
  src: url(fonts/1Ptug8zYS_SKggPNyC0ITw.ttf);
}
@font-face {
  font-family: fontTwo;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfBBc4.ttf);
}
@font-face {
  font-family: fontThree;
  src: url(fonts/KFOmCnqEu92Fr1Mu4mxK.ttf);
}
@font-face {
  font-family: fontThree;
  src: url(fonts/schema-lite.ttf);
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
nav .menu ul li {
  padding: 0 10px;
}
nav {
  background-color: #000;
}
nav .menu ul li a {
  font-size: 14px;
  display: flex;
  gap: 50px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.logo img {
  width: 5vw;
}
.banner {
  width: 100%;
  /* background-image: url(./images/banner.webp); */
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}
.background-video {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    z-index: -1; 
    opacity: 0.8;
  }
  .background-video {
    filter: grayscale(50%);
  }
  .background-video {
    transform: scale(1.1); 
  }
  .btn-sm1{
    background-color: #c7a17e;
}
.btn-sm1:hover{
  background-color: #c7a17e;
}
.banner form {
  padding: 20px;
  border-radius: 10px;
  background: #020202fc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.mobile-form {
  border-radius: 10px;
  background: #4d4c4cec;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.sections-gap {
  padding-top: 60px;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 1, 0.273);
  left: 0;
  top: 0;
  pointer-events: none;
}

.banner .container .row #banner-form {
  margin-top: 75px;
}

.banner .container .row #banner-content {
  margin-top: 0px;
  text-align: left;
  padding: 20px;
}
#banner-content {
  z-index: 9;
  color: #fff;
  text-align: left;
}
.btn-one {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 8px  32px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
  cursor: pointer;
}
.mob-action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00313C;
  color: #fff;
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, .4);
  z-index: 1030;
  background: linear-gradient(-45deg, #0c6472, #0c6472, #0c6472, #0c6472);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#banner-enquirey-form{
  position: absolute;
  top: 10%;
  left: -32%;
  transform: translate(-50% -50%);

}
#banner-enquirey-form .form #hOne{
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
}
#banner-content p {
  font-size: 18px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.banner .container .row #banner-content h1 {
  margin: 0 0 15px 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;  
  font-family: fontTwo; 
}     
.banner .container .row #banner-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.banner .container .row #banner-content h4{
    font-weight: 600;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
}

.section-2 .container .row img {
  width: 85%;
  height: 80vh;
}
.section-2 {
  background-color: #071522de;
  padding-bottom: 60px;
  color: #fff;
}
.section-3 {
  background-color: #fff;
  padding-bottom: 70px;
}
.section-4 {
  background-color: #071522de;
  padding-bottom: 40px;
  color: #fff;
}
.section-5 {
    background-color: #071522de;
}
.btn-sm{
    background-color: #c7a17e;
    color: #fff;
}
.btn-sm:hover{
    background-color: #c7a17e;
}
.section-5 .container-fluid {
  --bs-gutter-x: 0;
}
.section-6 {
  background-color: #fff;
  padding-bottom: 40px;
  color: #fff;
  position: relative;
}
#enquirey-form {
  position: fixed;
  top: 10%;
  left: 35%;
  transform: translate(-50% -50%);
  transition: all cubic-bezier(0.19, 1, 0.22, 1).5s;
  display: none;
}
#enquirey-form .form form{
  background-color: #000;
}
.ri-close-line {
  cursor: pointer;
}
.section-7 {
  background-color: #fff;
  padding-bottom: 65px;
  color: #000;
}

.section-2 .container .row h6 {
  color: #c7a17e;
  font-size: 24px;
  font-weight: 600;
  line-height: 51px;
  font-family: "Roboto", sans-serif;
}
.section-2 .container .row h1 {
  color: #E6E6E6;
  font-family: "Roboto", Sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  
}
.section-2 .container .row p {
  opacity: .9;
  font-weight: 300;
  text-transform: none;
  color: #fff;
  line-height:  28px;
  font-family: "Poppins", Sans-serif;
  font-family: fontThree;
}
/* section-3 */
.section-3 .container .row img {
  width: 100%;
  height: 80vh;
}
.section-3 .container .row h6 {
  color: #c7a17e;
  font-size: 24px;
  font-weight: 00;
  line-height: 51px;
}
.section-3 .container .row h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Roboto",sans-serif;
}
.section-3 .container .row p {
  opacity: 0.8;
}
.row h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.section-4 .card {
  margin: 5px;
  background-color: #07152200;
  color: #fff;
  border: none;
  cursor: pointer;
}
.section-4 .container .row .card p {
  color: #fff;
  font-size: 16px;
  font-weight: 550;
  line-height: 34px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  background-color: #c7a17e;
}
.section-5 .card{
    cursor: pointer;
    border-radius: 0;
}
.section-7 .row img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.footer-btm {
  background-color: #000;
}

/* responsive */
.navbar-toggler {
  background-color: #fff;
}
.ri-menu-line {
  display: none;
}
.table-hover tbody tr:hover {
  background-color: #f8f9fa !important;
}
.navbar-expand-sm .navbar-nav .nav-link:hover {
  color: #c7a17e;
}

/* Base styles */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.section-3 li {
  width: 100%;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.section-3 li span {
  font-size: 15px;
  line-height: 26px;
  font-family: "Poppins",sans-serif;
}
.section-3 li i {
  margin-right: 10px;
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 8px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #000;
  font-weight: 900;
}
.mobile-menu {
  position: absolute;
  top: -30%;
}

.mobile-form {
  display: none;
}
.section-2 .container .row #text-container button{
    background-color: #c7a17e;
}
.calltoaction{
  display: none;
}
/* Responsive adjustments for mobile screens with max width of 600px */

@media (max-width: 600px) {
  .calltoaction .call {
    background-color: #333; 
}

.calltoaction .whatsapp {
    background-color: #25D366; 
}

.calltoaction .getacode {
    background-color: #007bff; 
}

.calltoaction i {
    font-size: 20px;
    margin-right: 8px;
}

.calltoaction h6 {
    margin: 0;
    font-size: 16px;
}

  .calltoaction .call,
.calltoaction .whatsapp,
.calltoaction .getacode {
  width: 100%;  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
}

.calltoaction .call i,
.calltoaction .whatsapp i,
.calltoaction .getacode i {
  font-size: 24px; 
}

.calltoaction .call h6,
.calltoaction .whatsapp h6,
.calltoaction .getacode h6 {
  margin: 0;
  font-size: 16px; 
  font-weight: 600;
}

  .calltoaction {
    display: initial;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0%;
  }
  .footer-btm {
    background-color: #000;
    padding-bottom: 40px;
  }
    .section-2 .container .row #text-container h6{
        padding:10px;
    }
    .section-2 .container .row #text-container h1{
        padding: 0 10px;
    }
    .section-2 .container .row #text-container p{
        padding: 0 10px;
    }
    .section-2 .container .row #text-container button{
        margin-left: 10px;
        background-color: #c7a17e;
    }
    
  .location-ul {
    padding-top: 30px;
  }
  .section-6 .container {
    padding-left: 0;
    margin-left: 0;
  }
  
  #enquirey-form {
    top: 5%;
    left: 0%;
  }
  #banner-enquirey-form {
    width: 100%;
    top: 0%;
    left: -100%;
    transform: translate(-50% -50%);
  }
  .mobile-form {
    display: initial;
  }
  .mobile-form .container {
    background-color: #fff;

  }
  #mobileForm{
    background-color: #000;
  }
  
  .banner .container .row #banner-form {
    margin-top: 0;
  }
  .banner .container .row #banner-form {
    display: none;
  }
  .banner {
    padding-bottom: 0;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-2 .container .row img {
    width: 100% !important;
    height: 70vh !important;
  }
  .banner .container .row {
    margin-block-start: 0;
  }
  
  .section-2 .container .row h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #e6e6e6;
  }
  .banner .container .row #banner-content {
    text-align: center;
    padding: 5px 10px;
  }

  .banner .container .row #banner-content h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
  }
.banner .container .row #banner-content h4{
    
    font-size: 20px;
  }
  .banner .container .row #banner-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .banner .container .row #banner-content p {
    font-size: 16px;
    font-weight: 600;
  }
  .menu {
    display: none;
  }
  .ri-menu-line {
    display: initial;
  }
  .navbar h3 {
    font-size: 18px;
    font-weight: 700;
  }
 
  .mobile-menu {
    display: initial;
    position: absolute;
    width: 100%;
    /*height: 42vh;*/
    left: 0%;
    top: -65%;
    background-color: #000;
    z-index: 1;
    padding: 10px 20px;
  }
  .mobile-menu ul li a {
    color: #fff;
  }
  html,
  body {
    overflow-x: hidden;
    position: relative;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }

  /* Add labels to each cell for better readability */
  td {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border: none;
    position: relative;
  }

  /* Style the label to make it distinct */
  td::before {
    content: attr(data-label);
    font-weight: bold;
    width: 40%;
  }

  td a {
    margin-top: 10px;
  }
  .overlay {
    width: 100%;
    height: 95.1vh;
    position: absolute;
    background-color: rgba(0, 0, 1, 0.678);
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .section-3 ol,
  ul {
    padding-left: 0;
  }
}
