* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("../font/Montserrat-Medium.ttf");
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("../font/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("../font/Montserrat-Bold.ttf");
}

:root {
  --first-color: #bf823b;
  --second-color: #302c2d;
  --white: #FFF;
  --black: #000;
  --btn: #004225;
}

html {
  scroll-behavior: smooth;
}

.navbar .navbar-brand img {
  width: 100px;
}

.navbar ul li a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  color: var(--first-color) !important;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar ul li a:hover {
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: var(--first-color);
  color: var(--white) !important;
}

.navbar .head-btn .btn {
  padding: 2px 8px 2px 8px;
  background-color: var(--first-color);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #ffa43d;
}

.sticky-top {
  background-color: var(--white);
}

.overview-section {
  text-align: center;
}

.overview-section h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  color: var(--second-color);
}

.overview-section p {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
}

.overview-section .overview-img {
  text-align: center;
}

.overview-section .overview-img img {
  width: 250px;
  margin-bottom: 10px;
}

.overview-section .over-btn .btn {
  background-color: var(--btn);
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.cong-section {
  background: url("../images/parallelx.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  overflow: hidden;
}

.cong-section h2 {
  text-align: center;
  font-weight: 600;
  color: var(--white);
  font-family: 'Josefin Sans', sans-serif;
}

.cong-section .table {
  text-align: center;
}

.cong-section th {
  background-color: var(--first-color);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: var(--black);
}

.cong-section tr {
  background-color: var(--first-color);
}

.cong-section td {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--black);
  cursor: pointer;
}

.cong-section td a {
  text-decoration: none;
  color: var(--black);
}

.cong-section td a:hover {
  color: var(--white);
}

.amenities-section h2 {
  text-align: center;
  font-weight: 600;
  color: var(--second-color);
  font-family: 'Josefin Sans', sans-serif;
}

.amenities-section .amenities-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.amenities-section .amenities-part .amenities-img {
  padding: 10px 10px 10px 10px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--first-color);
}

.amenities-section .amenities-part .amenities-img img {
  width: 60px;
  margin-bottom: 20px;
}

.amenities-section .amenities-part .amenities-img h3 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.gallery-section {
  height: 80vh;
  background-color: rgba(204, 204, 204, 0.4);
}

.gallery-section h2 {
  text-align: center;
  font-weight: 600;
  color: var(--second-color);
  font-family: 'Josefin Sans', sans-serif;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--first-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--first-color);
}

.location-section h2 {
  text-align: center;
  font-weight: 600;
  color: var(--second-color);
  font-family: 'Josefin Sans', sans-serif;
}

.location-section .loc-p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
}

.location-section .location-info p {
  background-color: var(--first-color);
  width: 100%;
  padding: 0px 5px 0px 5px;
  font-family: 'Montserrat', sans-serif;
  color: var(--white);
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 10px;
}

p:hover .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section h2 {
  text-align: center;
  font-weight: 600;
  color: var(--second-color);
  font-family: 'Josefin Sans', sans-serif;
}

.about-section .address-info {
  text-align: center;
}

.about-section .address-info h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
}

.about-section .address-info p {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.about-section .mobile-info {
  text-align: center;
}

.about-section .mobile-info h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
}

.about-section .mobile-info p {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.about-section .email-info {
  text-align: center;
}

.about-section .email-info h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
}

.about-section .email-info p {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.form-section {
  background-color: rgba(204, 204, 204, 0.4);
}

.form-section .form-part .form-info {
  background: url("../images/form-bg.png");
  background-position: center;
  background-size: cover;
  height: 400px;
  padding: 15px;
  margin-bottom: 10px;
}

.form-section .form-part .form-info label {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
}

.form-section .form-part .form-info ::-webkit-input-placeholder {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.form-section .form-part .form-info :-ms-input-placeholder {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.form-section .form-part .form-info ::-ms-input-placeholder {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.form-section .form-part .form-info ::placeholder {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.form-section .form-part .form-info .form-control {
  border-radius: 15px;
}

.form-section .form-part .form-info .form-control:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-section .form-part .form-info .btn {
  background-color: var(--first-color);
  cursor: pointer;
  border: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.form-section .form-part .live-loc iframe {
  width: 100%;
  height: 400px;
}

.form-section .form-part .called h6 {
  text-align: center;
  font-weight: 500;
  color: var(--white);
  padding-top: 10px;
}

.form-section .form-part .called p {
  text-align: center;
  color: var(--white);
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.copyright p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
}

#myBtn {
  position: fixed;
  bottom: 2px;
  right: 0;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.plans-section h2 {
  text-align: center;
  font-weight: 600;
  color: var(--second-color);
  font-family: 'Josefin Sans', sans-serif;
}

.plans-section .card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  border: 1px solid var(--first-color);
  margin-bottom: 10px;
}

.plans-section .card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: var(--white);
}

.plans-section .card span {
  background-color: var(--first-color);
  padding: 3px 5px 3px 5px;
}

.modal {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.modal .modal-body {
  background-color: var(--first-color);
}

.enquiry-part {
  background-color: var(--first-color);
  padding: 10px;
}

.enquiry-part label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: var(--white);
}

.enquiry-part ::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.enquiry-part :-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.enquiry-part ::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.enquiry-part ::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.enquiry-part .form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.enquiry-part .btn {
  background-color: var(--second-color);
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 500;
}

.enquiry-part .btn:hover {
  background-color: var(--second-color);
}

.thank-you-section {
  text-align: center;
  padding-top: 10%;
}

.thank-you-section .thankyou-logo img {
  width: 150px;
  margin-bottom: 15px;
}

.thank-you-section .thankyou-text h1 {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}

.thank-you-section .thankyou-check .fas {
  font-size: 50px;
  color: var(--first-color);
}

.thank-you-section .thankyou-info p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.thank-you-section .thankyou-btn .btn {
  font-family: 'Montserrat', sans-serif;
}

.thank-you-section .thankyou-copy p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cong-section {
    height: auto;
  }
  .gallery-section {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .cong-section {
    height: auto;
  }
  .amenities-section .amenities-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-section {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .cong-section {
    height: auto;
  }
  .amenities-section .amenities-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-section {
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .cong-section {
    height: auto;
  }
  .amenities-section .amenities-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-section {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .cong-section {
    height: auto;
  }
  .amenities-section .amenities-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-section {
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .cong-section {
    height: auto;
  }
  .amenities-section .amenities-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-section {
    height: auto;
  }
}
/*# sourceMappingURL=main.css.map */