* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
    scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

:root {
  --first-color: #d0a95e;
  --second-color: #ead4ad;
  --third-color: #0d4102;
  --black: #000;
  --white: #FFF;
  --bg: #f1f1f1;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url(../font/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url(../font/Poppins-Bold.ttf);
}
.navbar {
 background: linear-gradient(90deg, #8B5A2B, #B8860B);
  border-bottom: 1px solid var(--second-color);
}
.navbar ul li a {
  color: var(--black) !important;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.navbar ul li a:hover {
  background-image: linear-gradient(#ead4ad, #d0a95e);
  transition: all 0.3s ease-in-out;
  color: var(--black) !important;
}
.navbar .navbar-brand img {
  height: 80px;
}
.navbar .nav-btn .btn-outline-primary {
  border: 1px solid var(--first-color);
  color: #efefef;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.navbar .nav-btn .btn-outline-primary:hover {
  background-color: #000;
  color: var(--black) !important;
}
.navbar .nav-btn .btn-primary {
  background-color: var(--first-color);
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50px;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.about-section {
  background-color: var(--bg);
  text-align: center;
}
.about-section h2 {
  font-size: 30px;
  font-weight: 600;
 background: linear-gradient(180deg, #A8E063 0%, #8ACE46 50%, #5FAF2D 100%);
  text-transform: capitalize;
}
.about-section p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.about-section p .sp-text {
  color: #8B5A2B;
  font-weight: 700;
}
.about-section .about-btn .btn {
  background-color: var(--third-color);
  cursor: pointer;
  border: none;
  padding: 5px 15px 5px 15px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.5s ease-in-out;
}
.about-section .about-btn .btn:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease-in-out;
}

.amenities-section {
  background-color: var(--third-color);
}
.amenities-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
}
.amenities-section .amen-info {
  text-align: center;
}
.amenities-section .amen-info img {
  height: 60px;
  margin-bottom: 10px;
}
.amenities-section .amen-info h3 {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 10px;
}
.amenities-section .amen-btn {
  text-align: center !important;
}
.amenities-section .amen-btn .btn {
  background-color: var(--first-color);
  cursor: pointer;
  border: none;
  padding: 8px 18px 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
  box-shadow: rgba(208, 169, 94, 0.35) 0px 5px 15px;
  transition: all 0.4s ease-in-out;
}
.amenities-section .amen-btn .btn:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}

.specification-section {
  background-color: var(--second-color);
}
.specification-section .speci-h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.specification-section .specification-info .card {
  margin-bottom: 10px;
  background-color: var(--bg);
  border: 1px solid var(--first-color);
}
.specification-section .specification-info .card .btn {
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
}
.specification-section .specification-info .card .btn:focus {
  box-shadow: none;
}
.specification-section .specification-info .card .card-body {
  background-color: var(--first-color);
  font-size: 14px;
  font-weight: 500;
}
.specification-section .specification-img img {
  border-radius: 0px;
  margin-bottom: 10px;
}

.smart-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--third-color);
}
.smart-section p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}
.smart-section p .smart-p {
  color: #8B5A2B;
  font-weight: 600;
}
.smart-section .smart-btn {
  text-align: center;
}
.smart-section .smart-btn .btn {
  background-color: var(--third-color);
  padding: 5px 15px 5px 15px;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: rgba(73, 48, 67, 0.35) 0px 10px 25px;
  transition: all 0.5s ease-in-out;
}
.smart-section .smart-btn .btn:hover {
  transition: all 0.5s ease-in-out;
  transform: translateY(-5px);
}

.floor-section {
  background-color: var(--bg);
}
.floor-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.floor-section .card {
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.floor-section .card:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease-in-out;
}
.floor-section .card .btn {
  background-color: var(--third-color);
  cursor: pointer;
  border: none;
  font-size: 14px;
  font-weight: 600;
}
.floor-section .card .btn:hover {
  background-color: var(--first-color);
}

.location-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.location-section .loca-info p {
   background: linear-gradient(90deg, #8B5A2B, #B8860B);
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px;
}
.location-section .loca-img iframe {
  width: 100%;
  height: 400px;
}
.location-section .loca-img img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 10px;
}
.location-section .loca-btn .btn {
  background-color: #56AB2F;
  cursor: pointer;
  border: none;
  padding: 3px 17px 3px 17px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.location-section .loca-btn .btn:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease-in-out;
}
.location-section .loca-btn .btn:focus {
  box-shadow: none;
}

.contact-section {
  background-color: var(--third-color);
}
.contact-section .contact-info {
  text-align: center;
}
.contact-section .contact-info img {
  height: 140px;
}
.contact-section .contact-info h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--first-color);
}

.address-section {
  background-color: var(--third-color);
}
.address-section .add-img h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.address-section .add-img h2 span {
  background-color: var(--first-color);
  padding: 5px 5px 5px 5px;
  border-radius: 15px;
}
.address-section .add-img p {
  color: var(--white);
}
.address-section .add-img img {
  width: 60px;
}
.address-section .add-info h2 {
  font-size: 16px;
}
.address-section .add-info h2 span {
  background-color: var(--first-color);
  padding: 5px 5px 5px 5px;
  border-radius: 15px;
}
.address-section .add-info p {
  color: var(--white);
}

.disclaimer-section {
  background-color: var(--bg);
}
.disclaimer-section p {
  font-size: 12px;
  color: var(--black);
}

.copyright-section {
  background-color: var(--first-color);
  padding: 4px;
}
.copyright-section p {
  font-size: 14px;
  text-align: center;
}

.whatsapp-chat {
  height: 55px;
  width: 55px;
}

#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;
}

#myBtn img {
  width: 34px;
  transition: all 0.3s ease-in-out;
}

#myBtn img:hover {
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
}

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

#myBtnn img {
  width: 35px;
  transition: all 0.3s ease-in-out;
}

#myBtnn img:hover {
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
}

.floating-container:hover {
  height: 300px;
}

.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  transform: translatey(5px);
  transition: all 0.3s;
}

.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
  animation: come-in 0.4s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
  animation: come-in 0.4s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
  animation: come-in 0.4s forwards 0.6s;
}

.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: var(--first-color);
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(208, 169, 94, 0.6);
  cursor: pointer;
  transition: all 0.3s;
}

.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  transform: translateY(100px);
}

.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}

.floating-container .float-element:nth-child(1) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}

.floating-container .float-element:nth-child(2) {
  background: #4CAF50 !important;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}

.floating-container .float-element:nth-child(3) {
  background: #FF9800 !important;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

.float-element .fab {
  color: var(--white);
}

.float-element .fas {
  color: var(--white);
}

@-webkit-keyframes come-in {
  0% {
    transform: translatey(100px);
    opacity: 0;
  }
  30% {
    transform: translateX(-50px) scale(0.4);
  }
  70% {
    transform: translateX(0px) scale(1.2);
  }
  100% {
    transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    transform: translatey(100px);
    opacity: 0;
  }
  30% {
    transform: translateX(-50px) scale(0.4);
  }
  70% {
    transform: translateX(0px) scale(1.2);
  }
  100% {
    transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
.modal {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.modal .modal-header {
  background-color: var(--third-color);
}
.modal .modal-header .modal-title {
  color: var(--first-color);
  font-size: 15px;
  font-weight: 600;
}
.modal .modal-body {
  background-color: var(--third-color);
}
.modal .model-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.modal .model-center .model-infos {
  text-align: center;
  border: 2px solid var(--white);
  width: 100px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 10px;
  margin: 2px;
}
.modal .model-center .model-infos h2 {
  font-size: 13px;
  font-weight: 600;
  color: var(--bg);
}
.modal .model-center .model-infos .fas {
  color: var(--first-color);
}
.modal .form-group {
  margin: 3px;
  cursor: pointer;
}
.modal .form-group label {
  font-size: 13px;
  margin: 0;
  color: var(--white);
  font-weight: 500;
}
.modal .form-group ::-moz-placeholder {
  font-size: 14px;
}
.modal .form-group :-ms-input-placeholder {
  font-size: 14px;
}
.modal .form-group ::placeholder {
  font-size: 14px;
}
.modal .form-group :optional {
  font-size: 14px;
}
.modal .form-group :optional:focus {
  outline: none !important;
  box-shadow: none !important;
}
.modal .btn {
  background-color: var(--first-color);
  cursor: pointer;
  border: none;
}
.modal .btn:hover {
  background-color: green;
}



.modal-header {
    background-color: var(--third-color);
}

.modal-header .modal-title {
    color: var(--first-color);
    font-size: 15px;
    font-weight: 600;
}

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

 .model-center {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

   .model-center .model-infos {
        text-align: center;
        border: 2px solid var(--white);
        width: 100px;
        height: 60px;
        margin-bottom: 10px;
        border-radius: 10px;
        margin: 2px;
    }

   .model-center .model-infos h2 {
            font-size: 13px;
            font-weight: 600;
            color: var(--bg);
        }

.model-center .model-infos .fas {
            color: var(--first-color);
        }

.form-group {
    margin: 3px;
    cursor: pointer;
}

.form-group label {
        font-size: 13px;
        margin: 0;
        color: var(--white);
        font-weight: 500;
    }

.form-group ::-moz-placeholder {
        font-size: 14px;
    }

.form-group :-ms-input-placeholder {
        font-size: 14px;
    }

.form-group ::placeholder {
        font-size: 14px;
    }

.form-group :optional {
        font-size: 14px;
    }

     .form-group :optional:focus {
            outline: none !important;
            box-shadow: none !important;
        }

.btn {
    background-color: var(--first-color);
    cursor: pointer;
    border: none;
}

.btn:hover {
        background-color: rgb(79, 80, 79);
    }

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.thank-you-section {
  text-align: center;
  background-color: var(--third-color);
  height: 100vh;
}
.thank-you-section .thankyou-logo img {
  width: 170px;
  margin-bottom: 10px;
}
.thank-you-section .thankyou-text h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
}
.thank-you-section .thankyou-check .fas {
  font-size: 40px;
  color: var(--first-color);
}
.thank-you-section .thankyou-info p {
  color: var(--white);
}
.thank-you-section .thankyou-btn {
  margin-bottom: 15px;
}
.thank-you-section .thankyou-btn a {
  text-decoration: none;
  color: var(--second-color);
}
.thank-you-section .thankyou-btn a:hover {
  background-color: var(--first-color);
  color: var(--bg) !important;
}
.thank-you-section .thank-social h2 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
}
.thank-you-section .thank-social .bg-img img {
  height: 20px;
}

.navbar-light .navbar-toggler {
  background-color: var(--first-color);
}

@media screen and (max-width: 600px) {
  .about-section h2 {
    font-size: 24px;
  }
  .about-section .about-btn .btn {
    font-size: 14px;
  }
  .smart-section h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .about-section h2 {
    font-size: 24px;
  }
  .about-section .about-btn .btn {
    font-size: 14px;
  }
  .smart-section h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 425px) {
  .about-section h2 {
    font-size: 24px;
  }
  .about-section .about-btn .btn {
    font-size: 14px;
  }
  .smart-section h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .about-section h2 {
    font-size: 24px;
  }
  .about-section .about-btn .btn {
    font-size: 14px;
  }
  .smart-section h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .about-section h2 {
    font-size: 24px;
  }
  .about-section .about-btn .btn {
    font-size: 14px;
  }
  .smart-section h2 {
    font-size: 24px;
  }
}/*# sourceMappingURL=main.css.map */