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

:root {
  --first-color: #7c2625;
  --second-color: #debe94;
  --white: #FFF;
  --black: #000;
  --bg: #f1f1f1;
}

@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");
}
@font-face {
  font-family: "Abril Fatface", serif;
  src: url("../font/AbrilFatface-Regular.ttf");
}
html {
  scroll-behavior: smooth;
}

.navbar-light .navbar-toggler {
  background-color: var(--second-color) !important;
}

.navbar {
  background-color: var(--first-color);
}
.navbar .navbar-brand img {
  width: 100px;
}
.navbar ul li a {
  color: var(--white) !important;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.navbar ul li a:hover {
  background-color: var(--second-color);
  transition: all 0.3s ease-in-out;
  color: var(--first-color) !important;
}

.navbar .shloka-btn .btn-link {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.navbar .shloka-btn .btn-link:hover {
  color: var(--second-color);
  transition: all 0.3s ease-in-out;
}

.about-section {
  text-align: center;
  background-color: var(--second-color);
}
.about-section h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
}
.about-section p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}
.about-section .about-btn {
  text-align: center;
}
.about-section .about-btn .btn {
  background-color: var(--first-color);
  cursor: pointer;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px 10px 25px;
}
.about-section .about-btn .btn:focus {
  box-shadow: none;
}

.cong-section h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--first-color);
}
.cong-section .table {
  text-align: center;
  background-color: var(--first-color);
}
.cong-section .table th {
  color: var(--second-color);
}
.cong-section .table td {
  font-weight: 500;
  color: var(--bg);
}
.cong-section .table td a {
  text-decoration: none;
  cursor: pointer;
  color: var(--bg);
}
.cong-section .table td a:hover {
  background-color: var(--second-color);
  color: var(--black);
}

.ameniti-section {
  background-color: var(--first-color);
}
.ameniti-section h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}
.ameniti-section .ameni-info {
  margin-left: 14px;
}
.ameniti-section .ameni-info img {
  height: 22px;
}
.ameniti-section .ameni-info p {
  font-weight: 500;
  color: var(--white);
}
.ameniti-section .bg-class {
  background-color: var(--first-color);
}
.ameniti-section .ameni-btn {
  text-align: center !important;
}
.ameniti-section .ameni-btn .btn {
  background-color: var(--second-color);
  cursor: pointer;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 15px 0px 15px;
  color: var(--black);
}
.ameniti-section .ameni-btn .btn:focus {
  outline: none;
  box-shadow: none;
}
.ameniti-section .card {
  text-align: center;
  background-color: var(--second-color);
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  padding: 5px;
}
.ameniti-section .card img {
  margin: 0 auto;
  width: 50px;
  margin-bottom: 10px;
}
.ameniti-section .card p {
  font-size: 18px;
  font-weight: 600;
  color: var(--first-color);
}

.speci-section .spec-h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--first-color);
}
.speci-section .specifi-info .card-header {
  background-color: var(--first-color);
}
.speci-section .specifi-info .card-body {
  background-color: var(--second-color);
}
.speci-section .specifi-info .btn {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  color: var(--white);
}
.speci-section .specifi-info .btn:focus {
  box-shadow: none;
  outline: none !important;
}
.speci-section .specifi-info ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
.speci-section .specifi-img img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.gallery-section {
  background-color: var(--first-color);
}
.gallery-section h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--second-color);
}
.gallery-section .carousel-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: var(--second-color) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  top: calc(50% - 25px) !important;
  opacity: 0.8;
}

.carousel-control-prev {
  left: 5% !important;
}

.carousel-control-next {
  right: 5% !important;
}

.floor-section {
  background-color: var(--bg);
}
.floor-section h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--first-color);
}
.floor-section .card {
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.floor-section .card .card-body {
  position: absolute;
  bottom: 0;
  background-color: var(--first-color);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  padding: 5px 5px 5px 5px;
  border-top-right-radius: 20px;
}
.floor-section .card .card-body h5 {
  font-size: 20px;
  color: var(--white);
}
.floor-section .card .card-body .btn-link {
  font-size: 12px;
  color: var(--bg);
  text-decoration: none;
}

.floor-section .card:hover .card-body {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.location-section h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--first-color);
}
.location-section .location-side iframe {
  width: 100%;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}
.location-section .location-info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.location-section .location-info p {
  font-weight: 500;
}
.location-section .location-info p .fas {
  color: var(--first-color);
}
.location-section .location-info .locat-btn .btn {
  background-color: var(--first-color);
  font-size: 14px;
  cursor: pointer;
  border: none;
  padding: 6px 15px 6px 15px;
  font-weight: 500;
}

.project-section {
  background-color: var(--second-color);
}
.project-section h2 {
  font-weight: 600;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: var(--first-color);
}
.project-section .pro-img {
  text-align: center;
}
.project-section .pro-img img {
  width: 200px;
}

.address-section {
  background-color: var(--first-color);
}
.address-section .phone {
  text-align: center;
}
.address-section .phone h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--bg);
}
.address-section .phone p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.address-section .rera-img {
  text-align: center !important;
}
.address-section .rera-img img {
  width: 150px;
}
.address-section .rera-img .img-2 {
  width: 100px;
}

.copyright {
  background-color: var(--first-color);
  padding: 3px;
}
.copyright p {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
}

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

.modal .modal-header {
  background-image: url("../images/specification.jpg");
  background-position: center;
  background-size: cover;
  height: 300px;
}

.modal-header .close {
  color: var(--bg);
}
.modal-header h5 {
  color: var(--white);
  font-size: 16px;
}

.modal label {
  font-size: 13px;
  font-weight: 500;
}
.modal ::-moz-placeholder {
  font-size: 13px;
}
.modal :-ms-input-placeholder {
  font-size: 13px;
}
.modal ::placeholder {
  font-size: 13px;
}
.modal input {
  height: 30px;
  border: 1px solid var(--first-color);
}
.modal input:focus {
  outline: none !important;
  box-shadow: none;
}
.modal textarea {
  border: 1px solid var(--first-color);
}
.modal textarea:focus {
  outline: none !important;
  box-shadow: none;
}
.modal .form-group {
  margin: 3px;
}
.modal .modal-body {
  background-color: var(--second-color);
}
.modal button {
  background-color: var(--first-color);
  cursor: pointer;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.modal button:hover {
  background-color: green;
}


.modal-header {
    background-image: url("../images/specification.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
}

    .modal-header .close {
        color: var(--bg);
    }

    .modal-header h5 {
        color: var(--white);
        font-size: 16px;
    }

label {
    font-size: 13px;
    font-weight: 500;
}

 ::-moz-placeholder {
    font-size: 13px;
}

:-ms-input-placeholder {
    font-size: 13px;
}

::placeholder {
    font-size: 13px;
}

 input {
    height: 30px;
    border: 1px solid var(--first-color);
}

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

textarea {
    border: 1px solid var(--first-color);
}

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

 .form-group {
    margin: 3px;
}

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

button {
    background-color: var(--first-color);
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

 button:hover {
        background-color: green;
    }

.main-thank {
  background-color: var(--first-color);
}

.thank-you-section {
  text-align: center;
}
.thank-you-section .thankyou-logo img {
  width: 120px;
}
.thank-you-section .thankyou-text h1 {
  font-size: 40px;
  color: var(--white);
  text-transform: uppercase;
}
.thank-you-section .thankyou-check .fas {
  font-size: 40px;
  color: var(--second-color);
}
.thank-you-section .thank-social h2 {
  color: var(--white);
}
.thank-you-section .thank-social .bg-img img {
  height: 20px;
}
.thank-you-section .thankyou-info p {
  color: var(--white);
  font-size: 14px;
}
.thank-you-section .thankyou-btn a {
  color: var(--bg);
}/*# sourceMappingURL=main.css.map */