
/*1. Classes*/
/*----------------------------------------------------------------------------------------------------------------------
-B-
 */
.badge {
    border-radius: .1rem;
    font-size: 1.2rem;
    font-weight: 600;
    padding: .6rem .6rem .4rem .6rem;
    vertical-align: middle;
    margin-left: .3rem;
    margin-right: .3rem;
}
.badge.badge-primary {/*background-color: $color-default;*/
}
.big-number {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.big-number h4 {
    color: #e21e26;
    font-size: 10rem;
    font-weight: 600;
    position: relative;
}
.big-number h4:after {
    background-color: rgba(0,0,0,.06);
    bottom: 0;
    content: "";
    height: .3rem;
    left: 0;
    position: absolute;
    width: 7rem;
}
.big-number h5 {
    font-size: 2rem;
    font-weight: 600;
}
.block {
   /* padding-top: 10rem;
    padding-bottom: 10rem;*/
    overflow: hidden;
}
.block .block__title {
    margin-bottom: 40px;
}
.block .block__title h2 {
    margin-bottom: 2rem;
    color: #e21e26;
}
.block .block__title h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.block .block__title h3 {
    opacity: 1.5 !important;
    font-size: 2.8rem !important;
}
.block .block__wrapper {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.block .block__wrapper > h3 {
    margin-bottom: 6rem;
}
.block .block__wrapper .background-wrapper {
    z-index: -1;
}
.block section {
    margin-bottom: 2rem;
}
.blockquote {
    padding: 2rem 4rem;
    position: relative;
}
.blockquote p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3rem;
    opacity: .8;
}
.blockquote .blockquote-footer {
    color: #000000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    left: 8rem;
    position: relative;
}
.blockquote .blockquote-footer:before {
    background-color: #000000;
    bottom: 0;
    content: "";
    left: -8rem;
    height: .2rem;
    margin: auto;
    position: absolute;
    top: 0;
    opacity: .2;
    width: 7rem;
}
.blockquote i {
    color: #e21e26;
    font-size: 8rem;
    margin-bottom: 3rem;
}
.blockquote.blockquote--advanced {
    padding: 8rem 6rem;
}
.blockquote.blockquote--advanced .image {
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    display: inline-block;
    height: 13rem;
    margin-right: 5rem;
    position: relative;
    width: 13rem;
    vertical-align: middle;
    z-index: 1;
}
.blockquote.blockquote--advanced:after {
    color: #e21e26;
    content: "\f0e5";
    font-family: 'fontawesome';
    font-size: 9rem;
    left: 7rem;
    position: absolute;
    top: -1rem;
}
.blockquote.blockquote--advanced:before {
    background-color: rgba(0,0,0,.06);
    content: "";
    height: 30rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 50rem;
    transform: skewY(-2deg);
    z-index: 0;
}
.box {
    display: block;
    height: 100%;
    padding-bottom: 3rem;
    position: relative;/* ---Pricing box--- *//* ---Feature box--- *//* ---Image box--- */
}
.box .box__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}
.box .box__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.box .box__image {
    margin-bottom: 0rem;
}
.box .box__content {
    padding-top: 1rem;
    padding-bottom: 1rem;/**/
    flex: 1 1 auto;
}
.box .box__footer {
    padding-top: 1rem;
    padding-bottom: 2rem;/**/
    margin-top: -3rem;
}
.box.box--pricing .box__wrapper {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    text-align: center;
}
.box.box--pricing .box__header {
    background-color: rgba(0,0,0,.06);
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.box.box--pricing .box__content {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.box.box--pricing .box__footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.box.box--pricing h4 {
    font-weight: 600;
    margin-bottom: 1rem;
    opacity: .8;
}
.box.box--pricing h5 {
    opacity: .5;
}
.box.box--pricing .price {
    font-weight: 600;
    margin-bottom: .2rem;
}
.box.box--pricing ul {
    opacity: .6;
}
.box.box--pricing.promoted {
    transform: scale(1.03);
}
.box.box--pricing.promoted .box__wrapper {
    background-color: #e21e26;
    box-shadow: 0 1rem 2.2rem rgba(0,0,0,.2);
}
.box.box--pricing.promoted .box__footer {
    background-color: transparent;
}
.box.box--pricing.promoted ul, .box.box--pricing.promoted .price {
    color: #fff;
    opacity: 1;
}
.box.box--feature {
    text-align: center;
}
.box.box--image {
    height: 48rem;
    transition: .3s transform ease;
}
.box.box--image .additional-info figure {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
}
.box.box--image .additional-info figure i {
    opacity: .3;
}
.box.box--image .additional-info figure span {
    opacity: .5;
}
.box.box--image p {
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
}
.box.box--image .box__wrapper {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    overflow: hidden;
    position: relative;
}
.box.box--image .box__header {
    height: 30rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.box.box--image .box__content {
    background-color: #fff;
    bottom: 0;
    min-height: 15rem;
    padding: 3rem;
    position: absolute;
    width: 100%;
}
.box.box--image h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}
.box.box--image h5 {
    opacity: .5;
}
.box.box--image:hover .box__wrapper {
    box-shadow: 0 .4rem 3rem rgba(0,0,0,.25);
}
.box.box--image.box--image--full-image {
    color: #fff;
}
.box.box--image.box--image--full-image .box__header {
    height: 100%;
}
.box.box--image.box--image--full-image .box__image {}
.box.box--image.box--image--full-image .box__image:before {
    transition: .3s ease;
    opacity: .7;
    border-radius: .3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40rem;
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.box.box--image.box--image--full-image .box__content {
    background-color: transparent;
    min-height: inherit;
}
.box.box--image.box--image--full-image h4 {
    font-size: 20px;
    position: relative;
    bottom: 0;
    transition: .3s ease;
}
.box.box--image.box--image--full-image h5 {
    bottom: 3rem;
    opacity: 0;
    transition: .3s ease;
    position: absolute;
}
.box.box--image.box--image--full-image:hover .box__wrapper {
    box-shadow: 0 .4rem 3rem rgba(0,0,0,.5);
}
.box.box--image.box--image--full-image:hover .box__image {}
.box.box--image.box--image--full-image:hover .box__image:before {
    opacity: .9;
}
.box.box--image.box--image--full-image:hover h4 {
    bottom: 2.5rem;
}
.box.box--image.box--image--full-image:hover h5 {
    opacity: .4;
}
/*----------------------------------------------------------------------------------------------------------------------
-B-
 */
.carousel-gallery {
    margin-top: -6rem;
}
.carousel-gallery .carousel-gallery__image {
    display: block;
    height: 20rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    position: relative;
}
#amenities .carousel-gallery .carousel-gallery__image {
    display: block;
    height: 20rem;
    background: #043568;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 30px 30px 55px;
    border-radius: 10px;
    position: relative;
}
.carousel-gallery .carousel-gallery__image1 {
    display: block;
    height: 35rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    position: relative;
}

#gallery .carousel-gallery .carousel-gallery__image .img-into-bg {
    border-radius: 40px 0 40px 0;
}


.carousel-gallery .carousel-gallery__image .img-into-bg {
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    overflow: hidden;
}
.carousel-gallery .box {
    height: 20rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.carousel-gallery .box.box--image {}
.carousel-gallery .box.box--image.box--image--full-image .box__image {}
.carousel-gallery .box.box--image.box--image--full-image .box__image:before {
    display: none;
}
/*----------------------------------------------------------------------------------------------------------------------
-D-
 */
.dropdown-menu {
    border: none;
    font-size: 1.4rem;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    padding: 0;
    min-width: 180px;
}
.dropdown-menu.show {
    transform: inherit !important;
    top: 100% !important;
    font-size: inherit;
}
/*----------------------------------------------------------------------------------------------------------------------
-F-
 */
#footer {
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    background-color: #03407ef2;
}

#footer p {
    margin-bottom: 0px;
}

/*----------------------------------------------------------------------------------------------------------------------
-H-
*/
#hero .container, #hero .row {
    height: 100%;
}
#hero .hero__caption {
    background-color: #e21e26cf;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    padding: 20px 30px;
    color: #fff;
    position: relative;
    top: 50px;
    border-radius: 20px;
}
#hero .hero__outer-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
#hero .hero__inner-wrapper {
    display: table-cell;
    position: relative;
}
#hero .hero__background {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 12rem solid #fff;
}
#hero .hero__background div {
    height: 100%;
}
#hero .hero__slider {
    height: 100%;
}
#hero .hero__slider div {
    height: 100%;
}
#hero .hero__slider .slide {
    height: 100%;
    width: 100%;
}
#hero hr {
    border-top-color: #fff;
    border-width: .1rem;
    opacity: .3;
}
/*----------------------------------------------------------------------------------------------------------------------
-L-
 */
.list {/* ---Text List--- */
}
.list.list--text li {
    margin-bottom: 30px;
}
.list.list--text h4 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
}
.list.list--dashed {
    list-style: none;
}
.list.list--dashed li {
    position: relative;
}
.list.list--dashed li:before {
    background-color: #e21e26;
    content: "";
    height: .2rem;
    font-size: 1.4rem;
    font-weight: 600;
    left: -2rem;
    opacity: .6;
    position: absolute;
    top: 1rem;
    width: 1rem;
}
/*----------------------------------------------------------------------------------------------------------------------
-L-
 */
.map-wrapper {
    position: relative;
}
.map-wrapper .pack {
    position: absolute;
    z-index: 1;
    bottom: -3rem;
    left: 3rem;
}
.map-wrapper .pack .image {
    height: 20rem;
    margin-top: 2rem;
    margin-right: -3rem;
    margin-left: -3rem;
    margin-bottom: -3rem;
}
/*----------------------------------------------------------------------------------------------------------------------
-M-
 */
.modal {
    text-align: center;
}
.modal .close {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    color: #000;
    height: 5rem;
    width: 5rem;
    line-height: 0;
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: 3;
    font-size: 25px;
}
.modal .modal-content {
    box-shadow: 0 .5rem 5rem rgba(0,0,0,1);
    border: none;
    opacity: 0;
    transform: scale(.98);
    transition: .3s ease;
}
.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    transition: .3s ease;
}
.modal.fade .modal-dialog {
    transform: translate(0,0);
}
.modal.show .modal-content {
    opacity: 1;
    transform: scale(1);
}
.modal-backdrop {
    background: #00000059;
}
.modal-backdrop {}
.modal-backdrop.show {
    opacity: .7;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal .modal-dialog {
    max-width: 50rem;
}
.modal .modal__title {
    bottom: 0;
    color: #fff;
    left: 3rem;
    position: absolute;
    z-index: 2;
}
.modal .modal-header {
    height: auto;
    position: relative;
    width: 100%;
    padding: 12px 40px;
}
.modal .modal__carousel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.modal .modal__carousel div {
    height: 100% !important;
}
.modal .modal__carousel:before {
    opacity: .7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    content: "";
    pointer-events: none;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*----------------------------------------------------------------------------------------------------------------------
-N-
 */
.navbar {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    padding: 1rem;
    font-size: 1.4rem;
}
.navbar .nav-info {
    opacity: 1.4;
    padding: 0.5rem 5rem;
    font-weight: 600;
}
.navbar .nav-link {
    display: block;
    font-weight: 600;
    font-size: 16px;
    transition: .3s ease;
    position: relative;
}
.navbar .nav-link:after {
    background-color: #e21e26;
    bottom: .6rem;
    content: "";
    height: .2rem;
    width: calc(100% - 2rem);
    position: absolute;
    left: 1rem;
    opacity: 0;
    transition: .3s ease;
}
.navbar .divider {
    background-color: #000000;
    height: auto;
    width: .2rem;
    margin-right: 2rem;
    margin-left: 2rem;
    opacity: 1.5;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    opacity: 1.5;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    opacity: .8;
}
.navbar-light .navbar-nav .nav-link.active {
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link.active:after {
    opacity: 1;
}
.nav-tabs, .nav-pills {
    margin-bottom: 2rem;
}
.nav-tabs .nav-link, .nav-pills .nav-link {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .5;
    padding: 0.8rem 2.6rem;
    transition: .3s ease;
}
.nav-tabs .nav-link.active, .nav-pills .nav-link.active {
    opacity: 1;
}
.nav-tabs {
    border-bottom-color: rgba(0,0,0,.06);
    border-bottom-style: solid;
    border-bottom-width: .3rem;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    border-top: .3rem solid transparent;
}
.nav-tabs .nav-link.active {
    background-color: rgba(0,0,0,.06);
    border-top-color: #e21e26;
}
.nav-tabs.nav-tabs--minimal .nav-link {
    border-bottom: .3rem solid transparent;
    border-top: none;
    margin-bottom: -.3rem;
    padding-left: 0;
    padding-right: 4rem;
}
.nav-tabs.nav-tabs--minimal .nav-link.active {
    background-color: transparent;
    border-bottom-color: #e21e26;
}
.nav-link {
    display: block;
    padding: 15px 10px 5px;
}
.nav-pills .nav-link {
    border-radius: .1rem;
    padding-top: 1rem;
}
.nav-pills .nav-link:hover {
    background-color: rgba(0,0,0,.06);
}
.nav-pills .nav-link.active {
    background-color: #e21e26;
}
.nav-pills.nav-pills--minimal .nav-link {
    background-color: transparent;
    border: .3rem solid transparent;
}
.nav-pills.nav-pills--minimal .nav-link:hover {
    background-color: transparent;
    border-color: rgba(0,0,0,.06);
}
.nav-pills.nav-pills--minimal .nav-link.active {
    border-color: #e21e26;
    color: #000000;
}
/*----------------------------------------------------------------------------------------------------------------------
-O-
 */
.owl-carousel .owl-item .img-into-bg img {
    display: none;
}
.owl-next, .owl-prev {
    cursor: pointer;
    display: inline-block;
    transition: .3s ease;
    opacity: .7;
    color: #fff;
    background: #e21e26;
    height: 4rem;
    width: 4rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
}
.owl-next:hover, .owl-prev:hover {
    background-color: #e21e26;
    opacity: 1;
}
.owl-next:before, .owl-prev:before {
    font-family: 'fontawesome';
    font-size: 1.6rem;
}
.owl-next {}
.owl-next:before {
    content: "\f054";
}
.owl-prev {}
.owl-prev:before {
    content: "\f053";
}
/*----------------------------------------------------------------------------------------------------------------------
-P-
 */
.page-wrapper {
    border: 3rem solid #fff;
}
.person {
    position: relative;
}
.person .person__image {
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    height: 16rem;
    width: 16rem;
    overflow: hidden;
    position: absolute;
}
.person .person__description {
    margin-left: 0px;
}
.person label {
    font-weight: 700;
    font-size: 1.4rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.person figure {/*margin-bottom: .1rem;*/
}
.prog-bar {
    margin-bottom: 3rem;
    position: relative;
}
.prog-bar h4 {
    margin-bottom: 2.5rem;
}
.prog-bar h5 {
    background-color: rgba(0,0,0,.06);
    font-size: 1.4rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}
.prog-bar h5:before {
    bottom: -1rem;
    border-style: solid;
    border-width: 0 1rem 1rem 0;
    border-color: transparent rgba(0,0,0,.06) transparent transparent;
    content: "";
    height: 0;
    right: 0;
    width: 0;
    position: absolute;
}
.prog-bar .bar {
    background-color: #e21e26;
    height: .3rem;
    width: 100%;
}
/*----------------------------------------------------------------------------------------------------------------------
-S-
 */
.slider-nav {
    bottom: 7rem;
    position: absolute;
    right: 0;
}
/*----------------------------------------------------------------------------------------------------------------------
-T-
 */
.tab-content {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
/*2. Elements*/
a {
    color: #000000;
    transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}
a i {
    margin-left: .5rem;
    margin-right: .5rem;
}
a .appendix {
    opacity: .4;
    margin-left: .5rem;
}
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
a.icon i {
    color: #e21e26;
    margin-right: 1rem;
    font-size: 1.2rem;
}
a.link {
    color: #e21e26;
}
a.nav-link i {
    color: inherit;
    opacity: .3;
}
a.nav-link.active {
    color: #e21e26;
}
a.nav-link.active i {
    color: #e21e26;
    opacity: 1;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    overflow-x: hidden;
    line-height: 3rem;
}
body.mfp-zoom-out-cur {
    overflow-y: hidden;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    float: left;
    padding: .2rem 0;
}
dl dd {
    text-align: right;
    padding: .2rem 0;
}
h1 {
    font-size: 6rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
    font-weight: 600;
}
h2 {
    font-size: 30px;
    margin-bottom: 4rem;
    padding-top: 1rem;
    font-weight: 600;
    color: #e21e26;
}
h3 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
}
h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
    color: #e21e26;
}
h5 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
}
hr {
    border-top-width: .2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
hr.skewed {
    transform: rotate(-2deg);
}
mark, .mark {
    background-color: #ffdc23;
}
p {
    opacity: 1.65;
    margin-bottom: 3rem;
}
section {
    position: relative;
}
ul, ol {
    line-height: 25px;
}
/*3. Forms*/
.btn {
    display: inline-block;
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: .3rem;
    padding: 5px 1.6rem 5px 1.6rem;
    border: none;
    outline: none !important;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 .15rem .15rem rgba(0,0,0,.2);
}
.btn:hover, .btn:focus, .btn:active {
    outline: none !important;
}
.btn.btn-primary {
    background-color: #e21e26;
    border-color: #e21e26;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #fff;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.2);
}
.btn.btn-rounded {
    border-radius: 3rem;
}
.btn.btn-framed {
    background-color: #e21e26;
    border-style: solid;
    border-width: .5rem;
    border-radius: .3rem;
    box-shadow: none;
    color: #fff;
    opacity: .9;
    float: left;
    /*margin-top: 20px;*/
    position: relative;
}
.btn.btn-framed.btn-primary {
    border-color: #e21e26;
}
.btn.btn-framed.btn-primary:hover, .btn.btn-framed.btn-primary:focus, .btn.btn-framed.btn-primary:active {
    background-color: #e21e26;
    border-color: #e21e26;
    box-shadow: none;
    color: #fff;
}
.btn.btn-framed.btn-secondary {
    color: #868e96;
}
.btn.btn-framed.btn-secondary:hover, .btn.btn-framed.btn-secondary:focus, .btn.btn-framed.btn-secondary:active {
    background-color: #868e96;
    color: #fff;
}
.btn.btn-framed.btn-success {
    color: #1e7e34;
}
.btn.btn-framed.btn-success:hover, .btn.btn-framed.btn-success:focus, .btn.btn-framed.btn-success:active {
    background-color: #1e7e34;
    color: #fff;
}
.btn.btn-framed.btn-danger {
    color: #dc3545;
}
.btn.btn-framed.btn-danger:hover, .btn.btn-framed.btn-danger:focus, .btn.btn-framed.btn-danger:active {
    background-color: #dc3545;
    color: #fff;
}
.btn.btn-framed.btn-warning {
    color: #ffc107;
}
.btn.btn-framed.btn-warning:hover, .btn.btn-framed.btn-warning:focus, .btn.btn-framed.btn-warning:active {
    background-color: #ffc107;
    color: #fff;
}
.btn.btn-framed.btn-info {
    color: #17a2b8;
}
.btn.btn-framed.btn-info:hover, .btn.btn-framed.btn-info:focus, .btn.btn-framed.btn-info:active {
    background-color: #17a2b8;
    color: #fff;
}
.btn.btn-framed.btn-light {
    color: #000000;
    border-color: rgba(0,0,0,.06);
}
.btn.btn-framed.btn-light:hover, .btn.btn-framed.btn-light:focus, .btn.btn-framed.btn-light:active {
    background-color: rgba(0,0,0,.06);
}
.btn.small {
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
}
.btn.large {
    font-size: 2.4rem;
    padding: 1.2rem 2.4rem;
}
.btn.large.icon i {
    margin: 0 1rem;
    font-size: 1.5rem;
}
.btn.icon i {
    margin: 0 .5rem;
    font-size: 1.2rem;
    vertical-align: middle;
}
.btn.btn-light {
    color: #000000;
}
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: none !important;
    width: 100%;
    height: inherit;
    padding: 10px 10px;
}
input[type="text"]:active, input[type="text"]:focus, input[type="text"]:hover, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:hover, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:hover, input[type="time"]:active, input[type="time"]:focus, input[type="time"]:hover, input[type="search"]:active, input[type="search"]:focus, input[type="search"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:hover, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:hover, textarea.form-control:active, textarea.form-control:focus, textarea.form-control:hover {
    background-color: #fff;
}
input[type="text"].small, input[type="email"].small, input[type="date"].small, input[type="time"].small, input[type="search"].small, input[type="password"].small, input[type="number"].small, input[type="tel"].small, textarea.form-control.small {
    padding: 1rem;
}
.input-group-btn {
    margin-bottom: .4rem;
}
.input-group-btn:not(:first-child) > .btn:first-child {
    margin-left: -.2rem;
    border-radius: 0;
    background-color: #e21e26;
    box-shadow: none;
    top: .2rem;
}
label {
    padding-bottom: .5rem;
    margin-right: 1rem;
}
.form .status {
    transform: scale(.1);
    transition: .3s ease;
    top: -2rem;
    right: -2rem;
    position: absolute;
}
.form .status .status-icon {
    border-radius: 50%;
    transition: .3s ease;
    width: 4rem;
    height: 4rem;
    background-color: grey;
    color: #fff;
    text-align: center;
    line-height: 4rem;
}
.form .status .status-icon.valid {
    background-color: #50aa8d;
}
.form .status .status-icon.invalid {
    background-color: #e45544;
}
.form .status i {
    font-size: 1.8rem;
}
.form .form-group {
    position: relative;
}
.form label.error {
    position: absolute;
    left: 0;
    bottom: -3rem;
    background-color: red;
    color: #fff;
    padding: .3rem;
}
.form ::-webkit-input-placeholder {/* WebKit, Blink, Edge */
    color: rgba(0,0,0,.4);
}
.popup ::-webkit-input-placeholder {/* WebKit, Blink, Edge */
    color: #000;
}
.form :-moz-placeholder {/* Mozilla Firefox 4 to 18 */
    color: rgba(0,0,0,.4);
}
.popup :-moz-placeholder {/* Mozilla Firefox 4 to 18 */
    color: #000;
}
.form ::-moz-placeholder {/* Mozilla Firefox 19+ */
    color: rgba(0,0,0,.4);
}
.popup ::-moz-placeholder {/* Mozilla Firefox 19+ */
    color: #000;
}
.form :-ms-input-placeholder {/* Internet Explorer 10-11 */
    color: rgba(0,0,0,.4);
}
.form ::-ms-input-placeholder {/* Microsoft Edge */
    color: rgba(0,0,0,.4);
}
.form.submitted .status {
    transform: scale(1);
}
.form.submitted .form-group, .form.submitted .input-group {
    pointer-events: none;
}
.form.submitted .btn[type='submit'] {
    pointer-events: none;
    opacity: .5;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    font-size: 1.3rem;
    margin-bottom: 0px;
    font-weight: 600;
}
.form-group label.framed {
    font-weight: normal;
}
textarea.form-control {
    line-height: 12px;
}
/*4. Universal classes*/
.background-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}
.background-wrapper.skew-down, .background-wrapper.skew-up {
    position: absolute;
}
.background--image, .img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.background--image img, .img-into-bg img {
    display: none;
}
.background--image.original--size, .img-into-bg.original--size {
    background-size: inherit;
}
.background--image.background--repeat-x, .img-into-bg.background--repeat-x {
    background-repeat: repeat-x;
}
.background--image.background--repeat-y, .img-into-bg.background--repeat-y {
    background-repeat: repeat-y;
}
.background--image.background--repeat-repeat, .img-into-bg.background--repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}
.background--particles {
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    width: 120%;
    height: 120%;
}
.bg-light {
   /* background-color: #d8d3d3 !important;*/
}
.block section {/*margin-bottom: 6rem;*/
}
.img-responsive {
    max-width: 100%;
}
.d-table-row {
    display: table-row;
}
#content [data-parallax="scroll"] .parallax-element {}
#content [data-parallax="scroll"] .parallax-element.background--image {
    height: 150%;
}
[data-parallax="scroll"] .parallax-element {
    background-position-x: 50%;/*background-size: inherit;*/
    transform: translateY(0);
    overflow: visible;
    position: relative;
    background-position-y: 0;
}
/*background-image: none !important;*/
[data-parallax="scroll"] .parallax-element img {/*display: block; width: 100%;*//*position: absolute; bottom: 0;*/
}
.pack {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    padding: 3rem;
    border-radius: .3rem;
    position: relative;
}
.rounded-corners {
    border-radius: 50px 0 50px 0;
}
.has-dark-background {
    color: #fff;
}
.has-dark-background .btn-framed {
    color: #fff;
}
.no-shadow {
    box-shadow: none;
    text-shadow: none;
}
.pointer-events-none {
    pointer-events: none;
}
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.text-caps {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}
.height-100px {
    height: 100px;
}
.height-150px {
    height: 150px;
}
.height-200px {
    height: 200px;
}
.height-250px {
    height: 250px;
}
.height-300px {
    height: 300px;
}
.height-350px {
    height: 350px;
}
.height-400px {
    height: 400px;
}
.height-450px {
    height: 450px;
}
.height-500px {
    height: 500px;
}
.height-10 {
    height: 10%;
}
.height-20 {
    height: 20%;
}
.height-30 {
    height: 30%;
}
.height-40 {
    height: 40%;
}
.height-50 {
    height: 50%;
}
.height-60 {
    height: 60%;
}
.height-70 {
    height: 70%;
}
.height-80 {
    height: 80%;
}
.height-90 {
    height: 90%;
}
.height-100 {
    height: 100%;
}
.width-10 {
    width: 10%;
}
.width-20 {
    width: 20%;
}
.width-25 {
    width: 25%;
}
.width-30 {
    width: 30%;
}
.width-33 {
    width: 33%;
}
.width-40 {
    width: 40%;
}
.width-50 {
    width: 50%;
}
.width-60 {
    width: 60%;
}
.width-70 {
    width: 70%;
}
.width-80 {
    width: 80%;
}
.width-90 {
    width: 90%;
}
.width-100 {
    width: 100%;
}
.width-10px {
    width: 10px;
}
.width-50px {
    width: 50px;
}
.width-100px {
    width: 100px;
}
.width-150px {
    width: 150px;
}
.width-200px {
    width: 200px;
}
.width-250px {
    width: 250px;
}
.width-300px {
    width: 300px;
}
.opacity-5 {
    opacity: .05;
}
.opacity-10 {
    opacity: .1;
}
.opacity-20 {
    opacity: .2;
}
.opacity-30 {
    opacity: .3;
}
.opacity-40 {
    opacity: .4;
}
.opacity-50 {
    opacity: .5;
}
.opacity-60 {
    opacity: .6;
}
.opacity-70 {
    opacity: .7;
}
.opacity-80 {
    opacity: .8;
}
.opacity-90 {
    opacity: .9;
}
.push-right {
    right: -10rem;
    position: relative;
    z-index: 1;
}
.push-left {
    left: -10rem;
    position: relative;
    z-index: 1;
}
.push-down {
    top: 1rem;
    position: relative;
    z-index: 1;
}
.push-up {
    top: -5rem;
    position: relative;
    z-index: 1;
}
.skew-up {
    position: relative;
}
.skew-up:before {
    background-image: url("../../assets/img/bg-skew-up.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 1;
}
.skew-down {
    position: relative;
}
.skew-down:after {
    background-image: url("../../assets/img/bg-skew-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
.shadow {
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
.text-color-black {
    color: #000000;
}
.text-color-white {
    color: #fff !important;
}
.text-color-default {
    color: #e21e26;
}
/*5. Responsive*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1440px) {
   /* .text {
    margin-top: 150px;
}*/
}
/*1200px and up
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 992px - 1199px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 4.2rem;
        margin-top: 0;
    }
    h2 {
        font-size: 3.8rem;
    }
    h3 {
        font-size: 2.4rem;
    }
    h4 {
        font-size: 2.2rem;
    }
    body {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .block {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .navbar .nav-link {
        font-size: 13px;
    }
    .box {}
    .box.box--image .box__content {
        padding: 2.5rem;
    }
    .blockquote p {
        font-size: 20px;
        line-height: 28px;
    }
    .big-number h4 {
        font-size: 8rem;
    }
    .big-number h5 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    ul, ol {
        line-height: 2.8rem;
    }
    .push-right {
        right: -6rem;
    }
    .push-left {
        left: -6rem;
    }
    .push-down {
        top: 4rem;
    }
    .push-up {
        top: -4rem;
    }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 768px - 991px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 3.8rem;
        margin-top: 0;
    }
    h2 {
        font-size: 3.2rem;
    }
    h3 {
        font-size: 2.2rem;
    }
    h4 {
        font-size: 2rem;
    }
    p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .big-number h4 {
        font-size: 6rem;
    }
    .big-number h5 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .block {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .blockquote p {
        font-size: 20px;
        line-height: 28px;
    }
    .btn {
        padding: 1rem 1.6rem .9rem 1.6rem;
    }
    .box {}
    .box.box--image .box__content {
        padding: 2rem;
    }
    .push-right {
        right: -4rem;
    }
    .push-left {
        left: -4rem;
    }
    .push-down {
        top: 3rem;
    }
    .push-up {
        top: -3rem;
    }
}

@media (max-width: 768px) {
    .navbar-nav .menu {
    display: block !important;
    list-style: none;
    padding-left: 0px !important;
}
.dropdown-menu {
    min-width: 100% !important;
}
.dropdown-item {
    width: 100% !important;
}
    .slide .img-into-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    }
    .carousel-gallery .carousel-gallery__image1 {
    display: block;
    height: 50rem !important;
    }
    .pull-right {
        float: none;
    }
    .slider-nav {
    bottom: 30rem;
    position: absolute;
    right: 0;
}
    .down {
        margin-bottom: 60px;
    }
    
    .high {
        margin-top: 30px;
    }

}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// max to 767px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
    [class*="col-"] {
        margin-bottom: 2rem;
    }
    .img-into-bg1 img {
        width: 100% !important;
    }
    .banner_section .form .form-content {
        display: block !important;
    }
    .banner_section .form {
    margin-top: 30px !important;
}
    .project_logo {
        width:100% !important;
    }
    .banner_section .location, .banner_section .amenity  {
     font-size: 16px !important;
    }
    .banner_section .price {
    font-size: 15px !important;
    }
    .banner_section .project_logo {
     font-size: 18px !important;
    }
    .banner_section .banner_outer {
            bottom: -25px !important;
    }
    .banner_section .form_heading {
        font-size: 12px !important;
    }
    input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
            padding: 5px 10px !important;
    }
    .form-group {
    margin-bottom: 5px !important;
}
.block .block__title h3 {
    font-size: 20px !important;
}
.banner_section .animated_form .btn {
 margin-top: 10px !important;
 max-width: 100% !important;
}
    .banner_section .animated_form .form-group{
    max-width: 100% !important;
    }
    .banner_section .content {
    max-width: 100% !important;
    }
    .slider-nav {
        display: none !important;
    }
    #banner_carousel .carousel-control-prev, #banner_carousel .carousel-control-next { 
        height: 50px !important;
    }
    
    .txt h4 {
    margin-bottom: 0px;
}

    .text {
        margin-top:80px;
    }
    .img-into-bg {
    background-repeat: no-repeat;
    background-size: 1300px;
    background-position-x: -540px;
    }
    
    .down {
        margin-bottom: 30px !important;
    }
    
    .block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .blockquote p {
        font-size: 2rem;
        line-height: inherit;
    }
    .blockquote.blockquote--advanced {}
    .blockquote.blockquote--advanced:before {
        height: 100%;
        width: 100%;
    }
    h2 {
        font-size: 4rem;
        line-height: 5rem;
    }
    #hero {
        height: auto !important;
    }
    #hero .hero__background {
        height: 50rem;
        border-bottom: none;
        position: relative;
        z-index: 1;
    }
    #hero .hero__background .owl-stage-outer {
        height: 100% !important;
    }
    #hero .hero__caption {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .map-wrapper .pack {
        bottom: 0;
        left: 0;
        position: relative;
        width: 100%;
    }
    .page-wrapper {
        border-width: 0;
    }
    .push-right {
        right: 0;
    }
    .push-left {
        left: 0;
    }
    .push-down {
        top: 0;
    }
    .push-up {
        top: 0;
    }
}

@media (max-width: 480px) {
.high {
     margin-top:30px;
}

#partners img {
    margin-bottom: 20px;
}
iframe {
    width:100%;
}
.text {
    margin-top: 0px;
}
.img-into-bg {
    background-repeat: no-repeat;
    background-size: 950px;
    background-position-x: -540px;
    }
    
    #hero .hero__caption {
        top:0px;
    }
#footer p {
   font-size: 15px; 
   line-height: 16px;
}
.txt h4 {
    margin-bottom: 0px;
    font-size: 15px;
}
.block__wrapper h4 {
    font-size: 18px;
}
.block {
    padding-top: 50px;
    padding-bottom: 20px;
}
.pull-right {
    float: none;
}

.person label {
    margin-top: 20px;
}
h2 {
    font-size: 25px;
    line-height: 25px;
}
#highlight {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
.block .block__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
}


.popup-image h4 {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

.input-group {
    display: block;
}

.form-control {
    margin-bottom: 5px !important;
    border: none;
}

.nav-info a {
    color: #e21e26;
}

.input-group .form-control {
    width: 100% !important;
    height:35px;
}

.sector {
    font-size: 14px;
}

.sector1 {
 font-size: 18px;  
 padding: 0px;
 list-style: none;
}

.sector1 li .fa {
    padding: 0 5px;
}

.sector1 li {
    padding: 5px 0;
}

.sector1 span {
    color: #e21e26;
}

.has-dark-background h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px;
}

.text {
    background: #e21e26;
    padding:15px 20px 0px;
}

.txt h4 {
    color:#fff;
    text-align: center;
    margin-bottom: 10px;
}

.btn1 
{
    background:#fff !important;
    color: #e21e26 !important;
}

#highlight {
    padding-top:30px; 
}

#highlight h5 {
    /*color: #e21e26;*/
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
}

#amenities {
    /*margin-top: 30px; */
    background: #e1f6f938; 
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#plan {
    margin-top: 30px;
}

#gallery {
    margin-top:30px; 
    background: #e1f6f938;
    /*margin-bottom: 50px;*/
} 

#contact {
    margin-top:20px;
}


.popup::placeholder {
    color: #000 !important;
}

.form ::placeholder {
    color: #ccc !important;
}

.form input[type="text"], input[type="email"], textarea.form-control {
    background-color: #fff;
}

textarea.form-control:hover {
    background: #fff;
}
textarea.form-control:focus {
    background: #fff;
}
.color1 {
    color: #2b57a7;
}

#about h1 {
    font-size: 30px;
    margin-bottom: 4rem;
    padding-top: 0px;
    font-weight: 600;
    color: #e21e26; 
}

.high {
   font-size: 30px;
   margin-bottom: 4rem;
   padding-top: 1rem;
   font-weight: 600;
   color: #e21e26; 
   opacity: 1 !important;
}

.cont {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
    color: #e21e26;
}

.color2 {
    color: #df1f26;
}

.project {
    list-style: none !important; 
}

.project img {
    width: 15%;
}

.thank {
    margin-top:150px;
    margin-bottom:50px;
}

.copy a {
   color: #008cd7 !important; 
}

.enter {
    color: #f25d25;
}

.world {
    color: #4169b1;
}

.fashion {
    color: #a350a0;
}

.navbar-brand h6 {
    font-size: 8px;
}

.slider-nav {
    display: block;
}

/*.text {
    margin-top: 100px;
}*/
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
    left: 0px !important;
}

.down {
    margin-bottom: 30px;
}
.partner-img img {
    box-shadow: 0px 0px 2px 2px #c9c4c4;
    border-radius: 5px;
    padding: 20px 30px;
}
.form {
    background: #043568;
    padding: 30px 20px;
    border-radius: 10px;
}

.enquire {
    margin-top: -150px;
    position:relative;
    z-index:9999;
}
.popup {
    padding: 10px 30px;
}
.popup input[type="text"] {
    border-bottom: 1px solid #ccc;
}
.popup input[type="email"] {
    border-bottom: 1px solid #ccc;
}
.popup input[type="number"] {
   border-bottom: 1px solid #ccc; 
}
.popup textarea.form-control {
      border-bottom: 1px solid #ccc;  
}
.popup input[type="text"]:focus {
    border-bottom: 1px solid #ccc;
}
.popup input[type="email"]:focus {
    border-bottom: 1px solid #ccc;
}
.popup input[type="number"]:focus {
   border-bottom: 1px solid #ccc; 
}
.popup textarea.form-control:focus {
      border-bottom: 1px solid #ccc;  
}
.popup .btn {
    margin-top: 20px;
}
.project_logo {
    background: #fff;
    padding: 5px 10px 0px;
    width: 400px;
}
.contact-cards-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap; /* responsive */
    margin: 20px auto;
    max-width: 1200px;
}

.contact-card {
    flex: 1 1 30%; /* 3 cards in a row, shrink if needed */
    background: #fff;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    padding: 25px;
    min-width: 250px; /* prevents too small on desktop */
    box-sizing: border-box;
}

.contact-card label {
    font-weight: 600;
    font-size: 20px;
    display: inline-flex;
    text-align:center;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #333;
}

.contact-card div {
    font-size: 14px;
    color: #555;
}

.contact-card a {
    color: #d33f3f;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-card a:hover {
    color: #a62b2b;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-cards-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .contact-card {
        min-width: 100%;
        padding: 20px;
    }

    .contact-card label {
        font-size: 14px;
    }

    .contact-card div {
        font-size: 13px;
    }
}

.hub {
    padding: 30px 0;
}

.partners-logo{
    gap:20px;
}

.partner-box{
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 4px 15px rgb(0 0 0 / 26%);
    overflow:hidden;
    transition:all 0.4s ease;
}

.partner-box img{
    transition:transform 0.4s ease;
}

.partner-box:hover img{
    transform:scale(1.2); /* hover par zoom-in */
}

.partner-box:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    transform:translateY(-5px);
}
.img-into-bg{
    width:100%;
    transition: transform 0.6s ease;
}

.img-into-bg:hover{
   transform: scale(1.05);  /* zoom-in effect */
}
.forms .btn {
    margin-top: 20px;
}
.forms .form-group {
    margin-bottom: 15px;
}
.cover {
    margin-top: 50px;
}
.forms input[type="text"] {
    background: none;
    border-bottom: 2px solid #fff ;
    
}
.forms input[type="email"] {
    background: none;
    border-bottom: 2px solid #fff !important;
}
.forms textarea.form-control {
    background: none;
    border-bottom: 2px solid #fff !important;
}
.forms {
    background: #043568;
    padding: 30px;
    box-shadow: 0px 0px 2px 2px #ccc;
    border-radius: 10px;
}
.forms h3 {
    font-size: 25px;
    margin-bottom: 0px;
}
.forms p {
    margin-bottom: 15px;
}
.text-white {
    color: #fff;
}
.slides .item {
  height: 100vh;
  width:100%;
  position: relative;
}
.slides .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slides .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.slides .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.slides .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slides .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.slides .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.slides .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.slides h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slides h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slides h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slides .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slides .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slides .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slides .owl-nav .owl-prev:focus {
  outline: 0;
}
.slides .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.slides .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slides .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slides .owl-nav .owl-next:focus {
  outline: 0;
}
.slides .owl-nav .owl-next:hover {
  background: #000 !important;
}
.slides:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slides:hover .owl-next {
  right: 0px;
  opacity: 1;
}
        .hero__caption span{
            color: #fff;
            font-size: 14px;
            line-height: 0px !important;
        }
        #form-contact span{
            color: #e21e2f;
        }
        .text-danger {
          font-weight: 700 !important;  
        }
        .text-danger i {
            color: #000 !important;
        }
        
        .navbar-nav .menu {
            display: flex;
            list-style: none;
            /*flex-direction: column;
            padding-left: 0px;*/
        }
        .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
   /* left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top: 0px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

      .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
   /* left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top: 0px;
}
.dropdown-item {
    background: #d8d3d3 !important;
    color: #000;
    width: 180px;
    padding: 6px 20px;
}
.dropdown-item:hover {
    background: #e21e26 !important;
    color: #fff;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
select.form-control:not([size]):not([multiple]) {
    height: 40px;
}
#banner_carousel {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#banner_carousel div {
  height: 100%;
}

#banner_carousel img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#banner_carousel .carousel_btns {
  position: absolute;

  bottom: 0;

  right: 0;

  display: flex;

  flex-wrap: wrap;

  align-items: flex-end;
}

.offer-patch {
  max-width: 282px;

  position: absolute;

  right: -18%;

  bottom: -13%;
}
.carousel-control-prev, .carousel-control-next {
  z-index: 999;
  display: flex;
  cursor: pointer;
}

#banner_carousel .carousel-control-prev,
#banner_carousel .carousel-control-next {
  position: relative;

  top: unset;

  margin-top: unset;

  right: unset;

  left: unset;

  flex: 1;

  background-color: rgb(20 75 142 / 90%);

  padding: 10px;

  height: 100px;

  width: 70px;

  opacity: 1;

  /* flex:0 0 50%; */

  background-image: none;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 100;

  font-size: 20px;

  border: 1px solid #3174c5 !important;

  color: #fff;
}

.banner_section {
  position: relative;

  overflow: hidden;

  height: 100vh;

  display: flex;

  align-items: flex-end;

  /* padding-top: 90px; */
}

.banner_section .banner_outer {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
}

.banner_section .banner_content {
  z-index: 9;

  padding: 40px;

  position: relative;

  max-width: 100%;

  margin-bottom: 0px;
}

/* .banner_section .banner_content:before {

  position: absolute;

  content: "";

  left: 0;

  top: 0;

  height: 100%;

  width: 35%;

  background-color: rgb(0 0 0 / 40%);

  border-top-right-radius: 50px;

  border-bottom-left-radius: 50px;

} */

/* .banner_section .container {

  max-width: 97.5% !important;

  padding-right: 0;

  margin-right: 0;

} */

.banner_section .left_col {
  position: relative;

  z-index: 9;

  display: flex;

  align-items: flex-end;

  flex-wrap: wrap;

  padding-right: 0;
}

.banner_slider,
.banner_slider div {
  height: 100%;
}

.banner_section .banner_slider {
  position: relative;
}

.banner_section .banner_slider .item {
  padding-left: 20px;

  padding-top: 20px;

  position: relative;
}

.banner_slider .item img {
  height: 100%;

  object-fit: cover;

  min-height: calc(95vh - 90px);
}

.banner_section .location {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner_section .project_logo {
  font-size: 30px;
text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 4px 20px rgba(0 0 0 / 30%);

  color: #fff;

  white-space: nowrap;
}

.banner_section .price {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.banner_section .price span {
  font-size: 27px;
}

.banner_section .amenity {
  font-size: 20px;

  margin-top: 5px;
}

.banner_section .call {
  margin: 35px 0 20px;

  display: inline-block;
}

.banner_section .call a {
  background-color: #fff;

  color: #333;

  padding: 10px 20px 10px 50px;

  display: inline-flex;

  align-items: center;

  font-size: 22px;

  position: relative;

  border-top-right-radius: 10px;

  border-bottom-right-radius: 10px;

  font-family: "Montserrat_Medium";
}

.banner_section .call .fa {
  background-color: var(--blueish);

  color: #fff;

  padding: 2px 4px;

  font-size: 26px;

  height: 35px;

  width: 35px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin-right: 10px;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  height: calc(100% + 15px);

  left: 5px;
}

.banner_section .call img {
  max-width: 20px;
  filter: invert(1);
}

.banner_section .form {
  margin-top: 100px;
}

.banner_section .form .animated_form {
  background-color: var(--blueish);

  padding: 20px 15px;

  display: flex;

  flex-wrap: wrap;

  border-top-right-radius: 20px;

  border-bottom-left-radius: 20px;
}

.banner_section .form .form-content {
  display: flex;

  flex-wrap: wrap;

  width: 100%;
}

.banner_section .content,
.banner_section .form {
  max-width: 100%;

  flex: 0 0 100%;

  color: #fff;

  position: relative;
}

.banner_section .content {
  max-width: 50%;

  background-color: rgb(0 0 0 / 60%);

  border-top-right-radius: 50px;

  border-bottom-left-radius: 50px;

  padding: 10px 21px;
}

.banner_section .form_heading {
  margin-top: -65px;

  font-size: 18px;
  background-color: #fff;

  padding: 8px 25px;

  max-width: max-content;

  color: #333;

  box-shadow: 2px -3px 10px rgb(0 0 0 / 10%);

  border-top-left-radius: 7px;

  border-top-right-radius: 7px;
}

.banner_section .animated_form .form-group,
.banner_section .animated_form .btn {
  max-width: calc(17% - 10px);

  flex: 0 0 calc(17% - 10px);
  margin: 0 5px;
}

.banner_section .animated_form .btn {
  max-width: calc(15% - 10px);

  flex: 0 0 calc(15% - 10px);

  background-color: #333;

  color: #fff;
}

.banner_section .animated_form .comment_group {
  max-width: 100%;
}

.banner_section .swiper-button-prev,
.banner_section .swiper-button-next {
  position: relative;

  top: unset;

  margin-top: unset;

  right: unset;

  left: unset;

  flex: 1;

  background-color: rgb(20 75 142 / 90%);

  padding: 10px;

  height: 100px;

  background-image: none;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 100;

  font-size: 20px;

  border: 1px solid #3174c5;

  color: #fff;
}

.card-title {
    font-size: 18px;
    font-weight: 500;
}
.banner_section .swiper-button-prev img,
.banner_section .swiper-button-next img {
  filter: invert(1);

  max-width: 20px;

  height: auto;
}

.banner_section .nav_buttons {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  display: flex;
}

.form-control {
    color: rgba(0,0,0,.4);
    font-size: 15px;
}
.card {
    border: none;
}

.card img {
    border-radius: 40px 0 0px 0;
}

.card-body {
    background: #0404a31f;
    border-radius: 0 0 40px 0;
}
.projects .btn.btn-framed {
    float: none;
}
.card-text {
    font-size: 14px;
    line-height: 25px;
}
.banner_section .content {
    text-transform: uppercase;
}
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.95);
    overflow: auto;
}

.modal-content {
    display: block;
    margin: 60px auto;
    max-width: 95%;
    height: auto;
}

.close-btn {
    position: fixed;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
