/* Designed & Developed by Sami from ECIS */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
:root {
    --primary-color: #1a667a;
    --secondary-color: #1a667a;
    --secondary-color-light: #e5ddc8;
    --body-color: #212121;
    --light: #f8fcff;
    --facebook: #4267B2;
    --twitter: #00acee;
    --linkedin: #0e76a8;
    --youtube: #FF0000;
    --whatsapp: #25D366;
    --instagram: #c92bb7;
    --midsun: 'Mid Mid Sun Sun';
    --cursive: 'Water Brush', cursive;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #fff;
    background-color: var(--primary-color);
    font: 400 1rem "Rubik", sans-serif;
    overflow-x: hidden;
}

svg:not([fill]) {
    fill: currentColor;
    stroke: currentColor;
}

.table td,
.table th {
    padding: 1.25rem 1rem 1rem;
}

p {
    line-height: 1.5;
}

.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

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

img,
video,
iframe {
    width: 100%;
    display: block;
    object-fit: cover;
}

.gap-row {
    row-gap: 30px;
}

.gap-form-row {
    row-gap: 10px;
}

.object-cover {
    object-fit: cover;
}

.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}

.rounded {
    border-radius: 5px !important;
}

.filter-white {
    -ms-filter: brightness(70);
    filter: brightness(70);
}

.filter-dark {
    -ms-filter: grayscale(1) brightness(0.5);
    filter: grayscale(1) brightness(0.5);
}

/*header*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 0;
    transition: all 300ms ease-in-out;
    background: #fff;
}

.logo {
    width: 160px;
    position: relative;
    left: 0;
    min-height: 1px;
    transition: all 300ms ease-in-out;
    z-index: 2;
    margin-left: 2%;
}

.tatalogo {
    position: absolute;
    bottom: 2px;
    z-index: 99;
    width: 400px;
    right: 8px;
}

.bothlogo {
    align-items: center;
    gap: 14px;
}

.logo1 {
    border-left: 1px solid #20376f;
    width: 118px;
}

.header.fixed .logo {
    width: 90px;
}

/* .header.fixed .logo img{
  padding: 0 10px;
} */

.header .topCTC {
    display: flex;
    background-color: var(--secondary-color);
    transition: all 300ms ease-in-out;
}

.header.fixed .topCTC,
.header:hover .topCTC {
    background-color: #25313a;
}

.header .topCTC a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 1rem;
}

.header .topCTC a:last-child {
    border-left: 1px solid #fff;
}

.header .topCTC a i {
    display: flex;
    align-items: center;
}

.header.fixed .menuBtn span::before {
    background: var(--primary-color);
}

/*header*/

.banner {
    height: 100vh;
    position: relative;
    background: var(--primary-color);
    z-index: 1;
}

/* .banner .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 20%);
  background: linear-gradient(rgb(255 255 255 / 15%),rgb(0 0 0 / 70%));
  z-index: 1;
} */

.bannerText {
    position: absolute;
    left: 0;
    max-width: 561px;
    /* background-color: rgb(255 255 255 / 50%); */
    /* backdrop-filter: blur(3px) brightness(1.2); */
    /* border-radius: 0 1rem 1rem 0; */
    color: #ffffff;
    padding: 1rem;
    z-index: 9;
    background: linear-gradient(21deg, #000000c7, transparent);
    bottom: 0;
}

.bannerText .h1 {
    font-size: 2rem;
    position: relative;
    padding: 1px 0;
    font-weight: 900;
    letter-spacing: 2px;
}

.bannerText h3 {
    text-transform: uppercase;
    border-top: 1px rgb(133 130 130 / 82%) dotted;
    font-size: 1.25rem;
    padding: 6px 0;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin: 0;
}

.bg-black {
    background: linear-gradient(172deg, black, black, #676767);
}

/* sticky form */

.enquiryBtn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
    display: none;
}

.enquiryBtn i {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, var(--primary-color), var(--whatsapp));
    color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
    background: linear-gradient(2255deg, var(--primary-color), var(--whatsapp));
}

.stickyForm {
    width: 270px;
    position: absolute;
    right: 8px;
    top: 40%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
    z-index: 99;
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
}

.stickyForm h6 {
    text-align: center;
}

.stickyForm h3 {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.form-close {
    position: absolute;
    right: 2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: maroon;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.form-close:hover {
    background: var(--secondary-color);
}

.stickyForm h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--josefin);
    padding-bottom: 10px;
    color: var(--body-color);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.stickyForm .form-group {
    margin-bottom: 7px;
}

.form-control {
    font-size: 14px;
    padding: 7px 16px;
    height: auto;
    background-color: #f0f0f0;
    border: none;
    border-bottom: 2px solid #c9c9c9;
    color: #181818;
    border-radius: 0;
    transition: all 300ms ease;
}

.form-control:focus {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

/* sticky form */

.bg-light {
    color: #000;
}

.font-w-300 {
    font-weight: 300;
}

/* Handle on hover */

.scroller::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.readmore {
    width: 100%;
    margin-top: 2rem;
}

.readmore.d-flex {
    gap: 2px;
}

.text-primary {
    color: var(--primary-color) !important;
}

.readmore .button {
    position: relative;
    z-index: 1;
    display: table;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 1rem;
    min-width: 150px;
    color: #ffffff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}

.readmore button {
    width: 100%;
    background: none;
}

.readmore .button:hover {
    color: #ffffff;
    background: #7b7754;
    border-color: transparent;
}

.readmore .button.mw-auto {
    min-width: 1px;
    padding: 10px;
}

.readmore .button.text-white {
    border-color: #fff;
}

.readmore .button.text-white:hover {
    color: var(--primary-color) !important;
    background-color: #fff;
    border-color: transparent;
}

.readmore .button.solid.white:hover,
.readmore .button.solid {
    background-color: var(--primary-color);
    color: var(--light);
    border: none;
}

.readmore .button.solid.white,
.readmore .button.solid:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
}

.readmore .button.bg-secondary {
    border: none;
}

.readmore .button.bg-secondary:hover {
    background-color: var(--primary-color) !important;
}

.viewmore.d-flex {
    gap: 10px;
    justify-content: center;
    margin-bottom: 4rem;
}

.viewmore .button {
    color: var(--darkgray);
    transition: all 300ms ease-in-out
}

.viewmore button {
    background-color: transparent
}

.viewmore .button.stroke {
    padding: 10px 1rem;
    border: 1px solid var(--primary-color);
    font-size: 14px
}

.viewmore .button:hover {
    color: var(--orange) !important
}

.viewmore .button.stroke.active:hover,
.viewmore .button.stroke.active {
    background-color: var(--primary-color);
    color: #fff !important
}

.viewmore .button.stroke.white {
    border-color: #fff;
    color: #fff
}

.viewmore .button.stroke.white:hover {
    background-color: #fff;
    color: var(--darkgray)
}

.viewmore .button.stroke.bg-orange:hover {
    background-color: transparent !important
}

.viewmore .button i {
    transition: transform 300ms ease-in-out
}

.viewmore .button:hover i {
    transform: translateX(5px)
}

.partners-container:not(.show) {
    display: none
}

.hm-overview {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #000;
}

.hm-overview::before,
.featuresWrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--dark-rose);
    opacity: .9;
    z-index: -1;
}

.showmoregal {
    display: none;
}

/*COUNTER STARTS*/

.counter-window {
    width: 100%;
    margin-top: 3rem;
    padding: 10px;
    border: 1px solid rgb(96 96 96 / 20%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.counter-window span {
    display: inline-block;
    vertical-align: top;
}

.counter-window span>span {
    margin-bottom: 0;
}

.counter-window .main-div-cou {
    padding: 0 10px;
    text-align: center;
    flex-grow: 1;
}

.counter-window .main-div-cou:not(:last-of-type) {
    border-right: 1px solid rgb(86 86 86 / 20%);
    width: calc(100% / 3);
}

.counter-window .main-div-cou .coun-data {
    position: relative;
    font-weight: 900;
}

.counter-window .main-div-cou .coun-data>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-window .main-div-cou .coun-data>div,
.counter-window .main-div-cou .counter {
    /* font-size: 1.4rem; */
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    /* border: 1px solid #212121; */
    font-weight: 400;
}

.counter-window .main-div-cou .counter:before {
    display: table;
    font-size: 2vw;
    line-height: 1;
}

.counter-window .main-div-cou .title {
    font-size: 13px;
    width: 100%;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/*COUNTER ENDS*/

/* amenities */

.iconsContainer {
    margin-top: 2rem;
}

.iconsContainer .iconBox {
    height: auto;
    padding: 10px;
}

.iconsContainer .iconBox .in {
    height: 100%;
    padding: 1rem;
    transition: all 300ms ease-in-out;
    border: 1px solid #d5c9c9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    position: relative;
    color: #ffffff;
    background: var(--primary-color);
}

.iconsContainer .iconBox .in::before {
    border-color: rgb(0 0 0 / 40%);
}

.iconsContainer .iconBox .in:hover {
    color: var(--body-color);
    background: none;
}

.iconsContainer .iconBox .in:hover img {
    filter: brightness(0);
}

.iconBox .in i {
    width: 30px;
}

.iconBox .in img {
    width: 40px;
    filter: brightness(100.5);
}

.iconBox .in h6 {
    font-weight: 500;
    text-transform: uppercase;
}

/* custom swiper controls */

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -18px;
    padding: 2px;
    border-radius: 50%;
    background: url(../images/arrow-right.png) center / 15px no-repeat var(--primary-color);
    transition: all 300ms ease-in-out;
    border: 1px solid #fff;
}

.swiper-button-next.sm,
.swiper-button-prev.sm {
    width: 30px;
    height: 30px;
    background-size: 14px;
}

.topBtn {
    top: 25%;
}

.bottomBtn {
    top: 80%;
}

.heading {
    margin-bottom: 1rem;
}

.heading .d-flex {
    gap: 10px;
}

.heading .swiper-button-next,
.heading .swiper-button-prev {
    position: static;
    margin-top: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    scale: 1.2;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    transform: rotate(-180deg);
}

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

.bottom-control {
    top: calc(100% - 1.75rem);
}

.bottom-control.sm {
    top: calc(100% - .5rem);
}

.bottom-control.swiper-button-next {
    right: calc(50% - 55px);
}

.bottom-control.swiper-button-prev {
    left: calc(50% - 55px);
}

.bottom-control.swiper-button-next.sm {
    right: calc(50% - 35px);
}

.bottom-control.swiper-button-prev.sm {
    left: calc(50% - 35px);
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    width: 20px;
    border-radius: 10px;
}

/* custom swiper controls */

.disclaimer p {
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 0;
}

.font-size11 {
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #000;
}

.rera-popup {
    position: absolute;
    top: 100%;
    background: var(--primary-color);
    width: 100%;
    left: 0;
    padding: 5px;
    line-height: 15px;
}

.rera-popup a {
    color: #fff;
}

.gallery .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, rgb(0 0 0 / 50%));
    pointer-events: none;
    z-index: 1;
}

.galleryText {
    position: absolute;
    left: 4rem;
    bottom: 1rem;
    max-width: 530px;
    width: 94%;
    transform: translateY(-70%);
    opacity: 0;
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 9;
}

.gallery .carousel-item.active .galleryText {
    transform: translateY(0%);
    opacity: 1;
}

.galleryText .inner {}

.galleryText .h1 {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.galleryText h5 {
    font-weight: 800;
}

.galleryText+.readmore {
    width: auto;
    margin-top: 0;
    position: absolute;
    right: 1rem;
    bottom: 3rem;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 300ms ease-in-out;
}

.gallery .carousel-item.active .galleryText+.readmore {
    bottom: 1rem;
    opacity: 1;
    visibility: visible;
}

.gallery-bottom-controls {
    position: absolute;
    right: 1rem;
    bottom: 50%;
    width: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    z-index: 1;
}

.gallery-bottom-controls a[class^="carousel-control"] {
    position: static;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.footercontactus .heading {
    color: #000;
    margin-bottom: 2rem;
}

.formcontener {
    padding: 5px;
}

/* Hide the browser's default checkbox */

.containerbtn {
    color: #000;
    display: flex;
    gap: 16px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.containerbtn .containercheck {
    display: block;
    position: relative;
    padding-left: 31px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    margin-left: 0;
    text-transform: uppercase;
}

/* Hide the browser's default checkbox */

.containerbtn .containercheck input {
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
    height: 22px;
    width: 22px;
    left: 0;
}

/* On mouse-over, add a grey background color */

.containerbtn .containercheck:hover input~.checkmark {
    background-color: var(--primary-color);
}

.containercheck:hover input~.checkmark {
    background-color: var(--primary-color);
}

.footercontactus .font-size11 {
    color: #000;
    margin-top: 1.5rem !important;
    font-size: 14px;
    line-height: 1;
    display: flex;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.modal-content .modal-header {
    padding: 0;
    border: none;
}

.modal-content button.close {
    position: absolute;
    top: -16px;
    right: -15px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    color: #ffffff;
    background-color: var(--primary-color);
    opacity: 1;
    border-radius: 50%;
}

.modal-content h6 {
    color: #000;
}

.footer-enquiryBtn {
    border-radius: 10px;
    position: fixed;
    bottom: 2px;
    left: 2px;
    right: 2px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    background-color: var(--secondary-color);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    text-align: center;
}

.footer-enquiryBtn a {
    color: #fff;
    text-align: center;
    display: block;
    width: calc(100% / 2);
    padding: 8px 5px;
    border-radius: 0 10px 10px 0;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: 0;
}

.footer-enquiryBtn a.whatsCall {
    background: linear-gradient(45deg, #0db634, #015c16);
    border: 0;
    border-radius: 10px;
}

.button-top {
    background: rgba(0, 0, 0, 0.32);
    position: fixed;
    left: 20px;
    bottom: -40px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.button-top:hover {
    background: var(--body-color);
}

/*Footer*/

/* Handle on hover */

.loc-container .loc-text ul::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.loc-container .loc-text ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.719);
}

.loc-container .loc-text ul li .loc-row {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(252, 252, 252, 0.733);
    width: 100%;
}

.loc-container .loc-text ul li:nth-last-child(1) .loc-row {
    border-bottom: none;
}

.loc-container .loc-text ul li .loc-row img {
    flex: 0 0 35px;
    max-width: 35px;
}

.loc-container .loc-text ul li .loc-row p {
    margin-bottom: 0;
}

/* location */

.slider_icon .slider_icon_box .inner {
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.438);
    text-align: center;
    transition: all 300ms ease-in-out;
    min-height: 176px;
}

.slider_icon .slider_icon_box .inner .icon {
    width: 60px;
    margin: 0 auto 10px;
}

.location-connectivity {
    margin-top: 20px;
}

.bg-primary {
    background-color: #145165 !important;
}

.heading h4 {
    color: #145165 !important;
    text-align: center;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
}

.newsBox .img-fluid {
    padding: 1.5rem;
    border: 1px solid var(--primary-color);
}

.newsBox a article {
    padding: 1rem;
    border: solid var(--primary-color);
    border-width: 0 1px 1px;
    transition: all 300ms linear;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 14px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 14px;
}

.wid-100px {
    width: 100px;
}

.footer {
    padding: 20px;
}

.footer1 {
    background: #1b7289;
}

.footer2 {
    background: #125568;
}

.footer3 {
    background: #1b7289;
}