@font-face {
  font-family: 'boxicons';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/boxicons.eot);
  src: url(../fonts/boxicons.eot) format('embedded-opentype'),
    url(../fonts/boxicons.woff2) format('woff2'),
    url(../fonts/boxicons.woff) format('woff'),
    url(../fonts/boxicons.ttf) format('truetype'),
    url(../boxiconsd41d.html#boxicons) format('svg')
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito-Light.ttf) format('ttf'),
    url(../fonts/Nunito-Light.woff) format('woff');
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito-Regular.ttf),
    url(../fonts/Nunito-Regular.woff) format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito-Medium.ttf),
  url(../fonts/Nunito-Medium.woff) format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito-SemiBold.ttf),
  url(../fonts/Nunito-SemiBold.woff) format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito-Bold.ttf),
  url(../fonts/Nunito-Bold.woff) format('woff');
  font-weight: 700;
}

:root {
  --bg_color: #FFF9F5;
  --mini_title: #c38f60;
  --primary: #c38f60;
  --nunito_font: 'Nunito', sans-serif;
  --sub_text: #000;
}

body {
  font-family: var(--nunito_font);
  font-size: 17px;
  line-height: 1.8;
  color: #000;
}

p {
  font-size: 18px;
}

h1,h2,h3,h4,h5,h6,span {
  font-family: var(--nunito_font);
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

img {
  max-width: 100%;
}

.ptb-70 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.bg-color {
  background-color: #fef9eb;
}

/* SECTION TITLE */
.section-title span {
  line-height: 0;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ddb865;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
  color: #000;
}

.section-title p {
  padding-top: 0px;
  margin-bottom: 0;
}

.section-title.text-center {
  margin: 0 0 30px 0;
}

/* NAVIGATION */
.main-nav {
  top: 0;
  left: 0;
  padding: 0;
  height: auto;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF17;
}

.navbar-brand img {
  max-width: 130px;
}

.navbar-expand-md .mean-menu {
  justify-content: end;
}

.fixed-header .main-nav {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.fixed-header .navbar-brand img {
  filter: none;
}

/* SLIDER */
.home_slider::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 9;
}

.slider-content {
  position: absolute;
  top: 24%;
  z-index: 10;
  color: #fff;
  width: 100%;
  left: 10%;
  max-width: 81%;
  display: flex;
  justify-content: space-between;
}

.carousel-indicators {
  z-index: 99;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 9;
  bottom: 20px;
  top: initial;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  background-size: 50%;
}

.banner-content h1 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.banner-content h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.banner-content ul {
  padding: 0;
  list-style: none;
}

.banner-content ul li {
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.banner-content ul li img {
  padding-right: 5px;
}

.banner-content .price {
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  padding: 10px 20px;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
  font-size: 28px;
}

.banner-content h3.ivr-number {
  display: flex;
  margin-top: 15px;
}

.banner-content h3.ivr-number img {
  padding-right: 10px;
  width: 15%;
  filter: invert();
}

.banner-content h3.ivr-number a {
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
  padding: 10px 20px;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 29px;
  display: block;
  font-size: 22px;
}

.banner-content p {
  max-width: 100%;
}

.carousel-item img {
  height: 100vh;
}

/* ABOUT SECTION */
.about-section {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-bottom: 0px;
  margin-left: 40px;
}

/* HIGHLIGHT SECTION */
.highlight-content {
  margin-bottom: 30px;
}

.highlight-content span {
  color: #ddb865;
  font-weight: 700;
}

.highlight-content h2 {
  font-size: 35px;
  margin-top: 5px;
  margin-bottom: 0;
}

.highlight-content .list-content {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
  max-width: 600px;
}

.highlight-content .list-content li {
  font-size: 18px;
  color: #000000;
  position: relative;
  padding: 5px 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.highlight-content .list-content li img {
  padding-right: 10px;
}

.highlight .row {
  flex-direction: row-reverse;
}

/* INNOVATION IMAGE */
.innovation-img {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-bottom: 75px;
  margin-left: 45px;
  margin-right: 45px;
}

/* PRICING */
.price_list {
  background: #fef9eb;
}

.price_list .row {
  padding-top: 40px;
  justify-content: center;
}

.price_list .col-md-4 {
  margin-bottom: 20px;
}

.pricingTable10 {
  text-align: center
}

.pricingTable10 .pricingTable-header {
  padding: 30px 0;
  background: #4d4d4d;
  position: relative;
  transition: all .3s ease 0s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.pricingTable10:hover .pricingTable-header {
  background: #ddb865;
}

.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
  left: 40px
}

.pricingTable10 .pricingTable-header:after {
  right: 40px
}

.pricingTable10 .heading {
  font-size: 20px;
  color: #ddb865;
  letter-spacing: 1px;
  margin-top: 0
}

.pricingTable10 .price-value {
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: 600;
  color: #ddb865;
  transition: all .3s ease 0s
}

.pricingTable10:hover .price-value {
  color: #fff
}

.pricingTable10 .pricing-content {
  padding-top: 50px;
  background: #fff;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 50px;
}

.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px
}

.pricingTable10 .pricing-content:before {
  left: 40px
}

.pricingTable10 .pricing-content:after {
  right: 40px
}

.pricingTable10 .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none
}

.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #818282 50%, #727373 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 5px #707070;
  transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
  background: linear-gradient(to bottom, #ddb865 50%, #ddb865 50%);
}

.pricingTable10 .pricing-content ul:before {
  left: 44px
}

.pricingTable10 .pricing-content ul:after {
  right: 44px
}

.pricingTable10 .pricing-content ul li {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
  border-bottom: none
}

.pricingTable10 .Onwards {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ddb865;
  font-weight: 400;
  margin-top: 5px;
}

.pricingTable10:hover .Onwards {
  color: #fff;
}

.pricingTable10:hover .heading {
  color: #fff;
}

/* AMENITIES */
.amenities .section-title {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* GALLERY */
.gallery-section .section-title {
  padding-bottom: 30px;
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery img {
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}

div#gallery {
  background-color: #fef9eb;
}

/* LOCATION */
.location-section {
  background-image: url(../images/bg-map-footer.png);
}

/* CONTACT */
.contact-area {
  background-image: url(../images/bg-map-footer.png);
}

.about-developer {
  text-align: center;
}

.about_developer .title {
  text-align: center;
}

.phone_element {
  border-top: 1px solid #d9e1e6;
  padding: 20px 0;
  position: relative;
  line-height: 1.4;
  text-align: center;
}

.phone_element a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}

.phone_element a span {
  font-size: 22px;
  font-weight: 600;
  color: #ddb865;
  padding-left: 12px;
}

.phone_element.no_borders {
  padding-top: 5px;
  border-top: none;
}

/* CALL BUTTON */
.nav-btn-area {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.call-us-btn {
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(221, 184, 101, 0.3);
  border: 2px solid transparent;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.call-us-btn i {
  animation: ring 2s ease-in-out infinite;
}

.call-us-btn:hover {
  background: linear-gradient(135deg, #c38f60 0%, #ddb865 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(221, 184, 101, 0.5);
  color: #fff !important;
}

.call-us-btn:active {
  transform: translateY(0);
}

@keyframes ring {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-15deg);
  }
  20%, 40% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}

/* MOBILE CALL BUTTON */
.mobile-call-btn {
  display: none;
  background: linear-gradient(135deg, #ddb865 0%, #c38f60 100%);
  color: #fff !important;
  width: 40px;
  height: 38px;
  border-radius: 50%;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(221, 184, 101, 0.4);
  margin-left: auto;
  font-size: 20px;
}

.mobile-call-btn i {
  animation: ring 2s ease-in-out infinite;
}

.mobile-call-btn:hover {
  background: linear-gradient(135deg, #c38f60 0%, #ddb865 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(221, 184, 101, 0.6);
  color: #fff !important;
}

.mobile-call-btn:active {
  transform: scale(0.95);
}

@media (max-width: 991px) {
  .mobile-call-btn {
    display: flex;
  }
  
  .nav-btn-area {
    display: none;
  }
}

/* ANIMATIONS */
@keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}

.image-link {
  width: -webkit-fill-available;
}

.m-view {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .call-us-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .m-view {
    display: block;
  }
}
