body {
    font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3,h4,h5 {
    font-family: 'Raleway', sans-serif !important;
}

:root {
    --Primary-color : #282260;
  }
  

a {
    text-decoration: none !important;
}

.text-blue {
    color: #282260 !important;
}

.bg-blue {
    background-color: #282260 !important;
}

.text-green {
    color: #00865D !important;
}

.bg-green {
    background-color: #00865D !important;
}


.navbar {
    /* background-color: rgba(0, 0, 0, 0.541); */
    z-index: 9977 !important;
    padding: 30px 0px !important;
}

.main-header {
    width: 100%;
    padding: 10px 0px !important;
    transition: all .5s;
}

.navbar-brand {
    color: #eee;
    font-weight: 500;
    font-size: 30px !important;
}

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

.nav-link { 
    color: #fff !important;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--Primary-color) !important;
}

.active-nav {
    background-color: #282260;
    border-bottom: 1.5px solid #fff;
    z-index: 9999;
}
  

.navbar-nav {
    margin-left: auto;
}

.brochure {
    background-color: #282260;
    color: #fff !important;
    border-radius: 100px;
    padding: 10px 20px !important;  
}

.brochure:hover {
    color: #fff !important;
}

.active-bro {
    background-color: #fff;
    color: #282260 !important;
    border-radius: 100px;
    padding: 10px 20px !important;  
}

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

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

.banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 6666;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.heading-sec {
    padding: 180px 50px !important;
    height: 100vh;
}

.modal {
    z-index: 9999 !important;
}

.banner-headings {
 
}

.banner-headings h5 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Primary-color);
}

.banner-headings h1 {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.banner-headings p {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    background-color: var(--Primary-color);
    padding: 4px 15px;
    display: inline-block;
}

.banner-headings img {
    width: 200px;
}

.banner-form {
    background-color: rgb(255, 255, 255);
    padding: 20px 10px;
    overflow: hidden;
    text-align: center;
}

.banner-form p {
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    margin: 0;
    padding: 12px 25px;
    border-radius: 10px 10px 0px 0px;
}


.banner-form label {
    width: 50%;
    float: left;
}

.banner-form input, .banner-form select {
    width: 100%;
}

.banner-form input, .banner-form select {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 6px;
    border: none;
    border-bottom: 1px solid #999;
}


.banner-form  button {
    width: 100%;
    color: #eee;
    border: 1px solid var(--Primary-color);
    /* background-color: var(--Primary-color); */
    background-color: var(--Primary-color);
    padding: 8px 5px;
    transition: all .4s;
}

.banner-form button:hover {
    background-color: transparent;
    color: var(--Primary-color);
}

.banner-form h3 {
    color: #000;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif !important;
    
}

.banner-form p {
    margin-bottom: 20px;
}

/* List */

.list-box {
    /* border: 1px solid #ccc; */
    text-align: center;
    padding: 40px 10px;
    box-shadow: 0px 0px 15px -15px;
    transition: all .7s;
}

.list-box:hover {
    box-shadow: 0px 0px 25px -15px #fff;
    cursor:default;
    background-color: var(--Primary-color);
}

.list-box i {
    font-size: 34px;
    margin-bottom: 10px;
    color: #eee;
}

.list-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #eee;
}

.list-box p {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}

/* About */


.about-img {

}

.about-img img {
    width: 100%;
    height: 100%;
}

.about-content-1 {
}

.about-content-1 h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif !important;
    color: #fff;
}

.about-content-1 h2 span {
    font-weight: 400;
}

.about-content-1 p {
    line-height: 28px;
    color: #ddd;
}

/* Video */

.about-bg {
    background-image: url("../images/banner-4.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-bg-2 {
    background-image: url("../images/banner-5.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-layer {
    background: rgba(0, 0, 0, 0.1);
}

.about-content-2 {
    background-color: var(--Primary-color);
    text-align: center;
}

.about-content-2 h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif !important;
    color: #eee;
}

.about-content-2 h2 span {
    font-weight: 400;
}



/* Gallery */

.img-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    z-index: 90;
    border-radius: 3px;
}

.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    /* background-color: #121B22;    */
    opacity: 0.2;
    z-index: 99;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .img-box img {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.hover-effect img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.hover-effect:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* Floor Plan */

.heading {
    text-align: center;
}

.heading h2 {
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif !important;
    color: #fff;
}

.heading h2 span {
    font-weight: 400;
}

.floor-plan {
    border: 1px solid #777;
    text-align: center;
    box-shadow: 0px 0px 15px -15px;
    transition: all .7s;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
}

.floor-plan:hover {
    box-shadow: 0px 0px 25px -15px #eee;
    cursor:default;
    background-color: #fff;
}

.floor-plan img {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.floor-plan h5 {
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: auto 0;
    padding-left: 15px;
    margin-bottom: 5px;
}

.floor-plan p {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}

.floor-plan a {
    background-color: var(--Primary-color);
    padding: 10px;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid var(--Primary-color);
    transition: all .5s;
}

.floor-plan a:hover {
    background-color: transparent;
    color:var(--Primary-color);
}

.floor-plan a:hover p{
    color: #555 !important;
}

/* Location */

.location-ad {

}

.location-heading {
}

.location-heading h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif !important;
    color: #eee;
}

.location-heading h2 span {
    font-weight: 400;
}

.l-advantages {

}

.l-advantages ul {
    list-style: none;
    padding: 0;
}

.l-advantages li{
    padding: 10px 0px;
    font-size: 16px;
    color: #ddd;
}

.l-advantages li i {
    color: #ddd;
    margin-right: 10px;
}

.l-advantages  span{
    
}

.b-right {
    border-right: 1px solid #777;
}

/* About */

.contact-bg {
    background-image: url("../images/banner-3.jpeg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact-layer {
    background: rgba(0, 0, 0, 0.4);
}


.contact-form{
    padding: 10px;
    position: relative;
}

.contact-form input, .contact-form select{
    padding: 20px;
    width: 100%;
    border: 1px solid transparent !important;
    background-color: rgba(238, 238, 238, 0.932);
    
}

.contact-form input:focus{
    box-shadow: 0px 0px 10px -6px !important;
    border: transparent !important;
}

.contact-form i{
    position: absolute;
    right: 30px;
    top: 35px;
}

.contact-text {
    color: #217b45;
}

.contact-form-button {
    width: 20%;
    color: #333;
    border: 1px solid #ddd;
    background-color: #ddd;
    padding: 8px 15px;
    margin-top: 10px;
    transition: all .4s;
}


.c-info {
    color: #696969;
    padding: 5px 10px;
    width: max-content;
    margin: auto;
    margin-bottom: 20px;
    
}

.c-info a {
    color: #696969;
    transition: all .5s;
}

.c-info a:hover {
    color: #000;
}

.c-info i {
    margin-right: 10px;
    font-size: 16px;
}

.c-info span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}



.end p{
    color: #eee;
    text-align: center;
    padding: 15px;
    margin-bottom: 0%;
}
.bg-end {
    background-color: var(--Primary-color);
}

/* Modal */

.modal-content {
    background-color: rgba(255, 255, 255, 0.834) !important;
}

.modal-form {
    padding: 20px 10px;
    overflow: hidden;
    text-align: center;
}

.modal-form p {
    font-size: 14px;
    font-weight: 500;
}

.modal-form label {
    width: 49%;
    float: left;
}

.f-right {
    float: right !important;
}

.modal-form input, .modal-form select {
    width: 100%;
}

.modal-form input, .modal-form select {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 6px;
    border: none;
    border-bottom: 1px solid #999;
}


.modal-form  button {
    width: 100%;
    color: #eee;
    border: 1px solid var(--Primary-color);
    background-color: var(--Primary-color);
    padding: 8px 5px;
    transition: all .4s;
}

.modal-form button:hover {
    background-color: transparent;
    color: var(--Primary-color);
}

.modal-form h3 {
    color: #000;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif !important;
    
}

.modal-form p {
    margin-bottom: 20px;
}

.res-footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
  }
  
  .res-footer-item {
    border-right: 2px solid #222;
  }
  .res-footer p {
    font-size: 14px;
  }
  .res-footer a,
  .res-footer a:hover,
  .res-footer a:active {
    text-decoration: none;
    color: #fff;
  }

  .res-footer p i {
      margin-right: 5px;
      font-size: 16px;
  }



  @media (max-width: 576px) {

/*     
.row {
    --bs-gutter-x: 0rem !important;
} */

.heading-sec {
    padding: 20px 20px !important;
}

.banner-headings {
    text-align: center;
}


.site-video iframe {
    width: 100%;
    height: 250px;
}


    .swiper-slide img {
        height: 50vh;
    }

    .nav-link:hover {
        color: #fff !important;
    }

    .modal-form label {
        width: 100%;
    }

 

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

 

    .banner {
        height: unset;
    }


    .banner-form input[type="text"] {
        width: 100%;
    }

    .banner {
        position: unset;
        background: var(--Primary-color);
    }

  
    .banner-headings h5 {
        font-size: 16px;
    }

    .banner-headings h1 {
        font-size: 32px;
        margin-bottom: 10px !important;
    }

    .banner-headings p {
        font-size: 14px;
        margin-bottom: 40px !important;
    }

    .slide-bar {
        color: #fff;
        font-size: 24px;
    }

    .heading-sec {
        height: unset;
    }

    .contact-form-button {
        width: 100%;
    }

    .c-info a {
        display: block;
        margin-bottom: 15px;
    }

    
.img-box {
    height: unset;
}

.img-box:before {
    position: unset;
}

    .img-box img {
    position: unset;
}

}

@media (max-width: 992px) { 


    .navbar-nav {
        background-color: var(--Primary-color);
    }

    .banner-bg {
        height: unset;
    }

}