/* -------------------------------------------
Name:       Eldeco Skywalk
Version:    1.0
Developer:  Sunil kumar
------------------------------------------- */
/*--------------------------------------------*/

/* ========common css start here======= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

a {
  transition: 0.4s all ease-in-out;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2 {
  font-weight: 800;
}

h3,
h4 {
  font-weight: 700;
}

h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 34px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

.padd-50 {
  padding: 30px 0;
}
.title h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 10px 0;
}
/* ========common css end  here======= */

/*======Header sec css start here====*/
header.header ul.navbar-nav li a {
    color: #000000 !important;
    padding: 8px 15px !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-call {
    background: #dbd815;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    animation: zoom-in-zoom-out 1s ease-out infinite;
}
/*@keyframes zoom-in-zoom-out {

0% {
    transform: scale(1, 1);
}

50% {
    transform: scale(1.1, 1.1);
}

100% {
    transform: scale(1, 1);
}
}*/
header.header ul.navbar-nav li a:hover {
    color: #b7b504 !important;
}

header.header ul.navbar-nav  .active a {
    color: #14693c !important;
}
.btn-call:hover {
    background: #c6c30e;
    color: #000;
}
.fixed-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #fff;
    z-index: 2;
}
/*======Header sec css end  here====*/
/*=======banner sec css start here====*/
.banner-text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
}

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


.banner-text h3 {
    background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
    background-size: 400% 400%;
    animation-delay: 2s;
    padding: 10px 20px;
    color: #000 !important;
    font-weight: 400;
    border-radius: 29px;
    display: inline-block;
    font-size: 24px;
    margin-top: 15px;
}
.thm-btn {
    background-color: #dbd815;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 25px;
}
.thm-btn:hover {
   background: #c6c30e !important;
   color: #000;
}

section.banner-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
section.banner-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #07332f, rgb(7 51 47 / 80%), rgb(7 51 47 / 40%), rgb(52 78 65 / 0%));
}
section.banner-sec .container {
    position: relative;
}

.banner-text p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.banner-text span {
    color: #fff;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.banner-text h4 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    font-weight: 800;
    position: relative;
    color: #121212;
    z-index: 1;
    font-size: 14px;
    padding: 10px 30px;
    margin-left: 10px;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
}

.banner-text h4:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 10px;
    background: #d4d10e;
    right: calc(100% + 10px);
    top: 0;
    transform: skewX(-17deg);
    right: calc(100% + 2px);
    width: 8px;
}

.banner-text h4:after {
        position: absolute;
    content: '';
    background: #dbd815;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}
.banner-form {
    background: rgb(0 0 0 / 90%);
    color: #fff;
    width: 100%;
    align-items: center;
    padding: 30px;
    max-width: 360px;
    margin-left: auto;
    border-radius: 5px;
}

.banner-form h4 {
    text-align: center;
}

.banner-form h4 span {
    display: block;
    color: #dbd815;
}

.banner-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}

.banner-form .form-group {
    margin-bottom: 10px;
}

.banner-form .form-group input {
    height: 40px;
    outline: none;
    color: #000;
    box-shadow: none;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #000 !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
}

.banner-form button {
    background: #dbd815;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #000;
    font-weight: 600;
    padding: 10px 10px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.4s all ease-in-out;
    font-size: 14px;
}

.banner-form button:hover {
    background: #c6c30e !important;
}
.error

 {
    font-size: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.error {
    border-color: #ff0000 !important;
}
/*=======banner sec css end  here====*/
/*=======About us sec css start here===*/

.about-text p {
    color: #403e3e;
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}

.about-text .title span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #dbd815;
}

.about-text .title h2 {
    font-size: 32px;
    margin: 5px 0;
    font-weight: 800;
    text-transform: uppercase;
}
.about-img {
    border-radius: 0 50px 0 50px;
    position: relative;
    border: #6ccb99 solid 3px;
    box-shadow: 10px 10px 0px #d3efe0;
    overflow: hidden;
}
.title span {
    color: #dbd815;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-img img {
    width: 100%;
}
.title h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 10px 0;
}
/*=======About us sec css end  here===*/

/*=======price-sec css start here====*/
.price_section {
    background: rgba(0 0 0 / 90%);
}
.price_section .price_row {
    max-width: 100%;
    margin: auto;
    justify-content: center;
}
.price_section .price_col
 {
    padding: 0 10px;
}
.price_section .single_price {
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}
.price_section .single_price .typology {
    background: #e7e7e7;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 22px;
    letter-spacing: 1px;
    max-width: calc(100% - 30px);
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.price_section .price_c {
    background: #fff;
    max-width: calc(100% - 30px);
    margin: auto;
    padding: 25px 10px 35px;
}
.price_section .price {
    color: #07332f;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 30px;
    margin: auto;
}
.price_section .price sup {
    font-weight: 400;
}
.price_section .onw {
    font-size: 14px;
    color: #797979;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.price_section .single_price .content {
    position: relative;
    z-index: 1;
    padding: 40px 10px 20px;
    max-width: calc(100% - 30px);
    margin: auto;
    background: #fff;
    padding: 30px 10px 20px;
}
.price_section .single_price .content:before {
    position: absolute;
    content: '';
    height: calc(100% + 50px);
    width: calc(100% + 30px);
    background: #fdfdfd;
    left: -15px;
    top: 0;
    z-index: -1;
    transform: skewY(-10deg);
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #fffd71, #d4d10e);
}
.price_section .title {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.price_section .sizes p, .price_section .type p
 {
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 2px;
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
}
.price_section .type {
    margin-top: 20px;
}

.price_section .single_price .content:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #e7e7e7;
    top: -10px;
    left: 0;
    z-index: -2;
    transform: skewY(-10deg);
}
.dark_btn
 {
    background: #07332f;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 24px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px !important;
    border: none;
}
.dark_btn:hover {
    background: #044a44;
    color: #fff;
}

/*=======price-sec css end  here====*/

/**/
.plan-card img {
  height: 180px;
  object-fit: cover;
}


.plan-card .btn {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.plan-card .btn:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}
.plan-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border: 1px solid #ddd;
}

.plan-card h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.bg-dark {
    background: rgba(0 0 0 / 90%);
}
/**/


/*======Amenities sec css start here====*/
.amenities-sec {
    background: rgba(0 0 0 / 90%);
}
.amenities-single {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.amenities-single img {
    max-height: 75px;
    width: auto;
    max-width: 100%;
}

.amenities-single h4 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #191919;
    font-weight: 700;
    text-transform: uppercase;
}

/*======Amenities sec css end  here====*/
.gallery-box {
    height: 200px;
    overflow: hidden;
    width: 100%;
    border-radius: 0 30px 0 30px;
    border: #a6dbbf solid 5px;
    margin-top: 10px;
    position: relative;
}

.gallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*======Location sec css start here=====*/
.map-text ul li {
    color: #403e3e;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.map-text ul li p {
    margin-bottom: 0;
    color: #fff;
}

.map-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f061";
    color: #fff;
}
.location-img img {
    width: 100%;
    border-radius: 5px;
}
#location {
        position: relative;
    background: #191919;
}
.location-img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}
#location:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 30%;
    top: 0;
    right: 0;
    background: #dbd815;
}
/*======Location sec css end  here=====*/

/*=========footer sec css start here======================*/
footer {
    box-shadow: 2px 1px 13px #ccc;
    padding: 40px 0;
    background: #1d1d1d;
}


.about-footer p {
    padding: 10px 0px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.foter-social ul {
    display: flex;
    justify-content: flex-end;
}

.foter-social ul li {
    padding-left: 45px;
}

.foter-social ul li a {
    font-size: 35px;
    color: #dbd815;
}

.foter-social {
    text-align: right;
    margin-top: 30px;
}

.foter-social h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.add-footer p {
    color: #dad7d7;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.add-footer.text-right {
    text-align: right;
}

.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    line-height: 50px;
}
.whatsapp_float:hover {
    color: #fff;
}
.about-footer h2 {
    font-size: 36px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}
.mobile-contact {
    background: #191818;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px;
    gap: 5px;
}


.mobile-contact a {
    color: #000;
    position: relative;
    background: #dbd815;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.mobile-contact a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-right: none;
    height: 25px;
}

.mobile-contact a:last-child:before {
    display: none;
}

.mobile-contact {
    display: none;
}
.mobile-contact a:hover {
    color: #fff;
}
/*=========footer sec css end  here======================*/
/**/
section.trial-from .container {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
    border-radius: 5px;
}
.form-head h3 {
    color: #0055a5;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
.form-head p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 auto;
}
.trial-from-box {
    padding: 20px 0;
}
.trial-from-box .form-group input.form-control {
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.trial-from-box .form-group button {
    background: #dbd815;
    border: none;
    border-radius: 5px;
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.trial-from-box .form-group input.form-control:focus {
    outline: none;
    box-shadow: none;
}
/**/

/*=========lead form sec css start here======*/
#form-modal .modal-dialog {
    max-width: 400px !important;
    background
Shorthand property for setting most background properties at the same place in the style sheet.
Learn more
Don't show: rgb(0 0 0 / 90%);
    color: #fff;';
    background: rgb(0 0 0 / 90%);
}
#form-modal .modal-header {
    text-align: center;
    background: #dbd815;
    color: #000;
    padding: 10px 15px;
}
#form-modal .modal-header h5 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.form-info form label {
    margin-bottom: 5px;
    color: #0c0c0c;
    font-weight:500;
    font-size: 14px;
}
.form-info button {
   background: #dbd815;
   border: medium none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow: inherit;
   color: #000;
   font-weight: 600;
   padding: 10px 10px;
   text-transform: uppercase;
   width: 100%;
   transition: 0.4s all ease-in-out;
}
#form-modal .modal-header .btn-close {
    opacity: 1;
}
.form-info .form-group input.form-control {
    padding-left: 5px !important;
}

.form-info .form-group input.form-control {
    height: 40px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 10px 15px;
    background: #f5f5f5;
    border-color: #eee;
    font-size: 14px;
    font-weight: 500;
}
div#form-modal .form-info {
    border-radius: 0;
    padding: 0 !important;
    background: none !important;
    box-shadow: none;
}

div#form-modal .form-info form {
    padding: 0;
}
#form-modal .modal-header .btn-close:focus{
    outline: none;
    box-shadow: none;
}
.form-info .form-group {
    position: relative;
}
.form-info .form-group {
    margin-bottom: 10px;
}
.error {
    border-color: #ff0000 !important;
}

.error {
    font-size: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
/*=========lead form sec css end  here======*/