@font-face {
    font-family: 'Adobe Jenson Pro Regular';
    src: url('font/Adobe Jenson Pro Regular.otf');
}

@font-face {
    font-family: 'Corinthias';
    src: url('font/Corinthia.ttf');
}

@font-face {
    font-family: 'Utopia-Black';
    src: url('font/Utopia-Black.otf');
}

html {
    scroll-behavior: smooth;
}
.nav-item, .nav-link{
display: flex;
    align-items: center;
gap: 5px;
}
.vitalogo img{
	width:100%;
    object-fit: contain;
}
.nav-item:last-child {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
}
.logos div{
    background: #ddd;
    border-radius: 5px;
}
.logos p{
    font-size: 14px;
    padding: 0 15px;
}
/*Header*/
.headerlogo{
    width: 100%;
    max-width: 248px;
}

/*Header*/
.vitalogo {

    padding: 20px 11px;
    text-align: center;
    box-shadow: 0 4px 12px #94aad0;
    border-radius: 20px;
}

.popupheader {
    background: #b28bb6 !important;

}

.mainmodal {
    max-width: 800px !important;
}

.popupheader h4 {
    text-align: center;
}

.btncross {
    font-size: 20px;
    filter: invert(1);
    opacity: 1;

}

.vertical {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 50px;
}

.logocontainer {
    padding: 0rem 1rem 0rem !important;
}

.alogocontainer {
    padding: 0rem 1rem 0rem !important;
}

.ajdalogo {

    padding: 20px 11px;
    text-align: center;
    box-shadow: 0 4px 12px #94aad0;
    border-radius: 20px;
}

.vitalogo h3 {
    color: #789c6b;
    margin-bottom: 20px;
    font-size: 30px;
}

.alogocontainer h3 {
    color: #4ec9f3;
    margin-bottom: 20px;
    font-size: 30px;
}

.logoimg {
    max-height: 80px;
    width: 100%;
    object-fit: contain;
    cursor: pointer
}

.card-body {
    padding: 0rem 1rem;
}

.carousel-control-prev:before,
.carousel-control-next:before {
    position: absolute;
    color: #000;
    font-size: 2vw;
    top: 50%;
    left: 0;
    right: 0
}

.carousel {
    background-color: #fff;
}

.aprt_box {
    background: #f3f1f1;
    padding: 30px;
    border: 1px solid #989898;
    display: flex;
    align-items: center;
}
.apt_feature{
    display: flex;
    justify-content: center;
    align-items: center;
}
.row .aprt_box:last-child{
    justify-content: center;
}
.aprt_box a img {
    background: #fff;
    padding: 20px 10px;
    width: 13vw;
    object-fit: contain;
}

.aprt_items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.apart_img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
}
.logos{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.logos img{
    height: 80px;
    background: #ddd;
    padding: 15px;
    border-radius: 5px;
}

#appartments .container {
    border: 1px solid #c1c1c1;
}

#photogallery .container {
    background: #f3f1f1;
    border: 1px solid #c1c1c1;
}

#contact-us .container {
    background: #333333;
    border: 1px solid #c1c1c1;
}

/*Nav link language*/
.dropdown-menu img {
    width: 19px;
    margin-left: 11px;
    vertical-align: -1px;
    border: 1px solid #e0d8d8;
}

.dropdown-menu a {
    padding: 7px 12px;
    text-align: right;
    color: #777;
    font-size: 14px;
}

.dropdown-menu {
    min-width: 6rem;
}

.dropdown-menu .navbar-nav .nav-link.active,
.dropdown-menu .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
}

.dropdown-toggle {
    background: #fff;
    border: 1px solid #333;
    color: #333 !important;
    padding: 6px 12px;
}

.dropdown-toggle.nav-link img {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-right: 6px;
    color: #333;
    vertical-align: -1px;
}

/* .dropdown-toggle::before {
    display: inline-block;
    margin-right: 1em;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\250F";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;   
} */
.dropdown-toggle::after {
    display: none;
}

/* cookies css */

#cookie {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

#cookie input {
    display: none;
}

#cookie input:not(:checked)~span::before {
    content: "";
    display: inline;
}

#cookie input:checked~* {
    display: none;
    pointer-events: none;
}

#cookie {
    color: white;
    background-color: black;
    text-align: center;
    z-index: 9999999;
}

#cookie>* {
    margin: 0.5em;
}


/*Contact page start*/
.contact-page {
    background: #333;
    text-align: center;
    margin: 0 auto;
}

.contact-page h1 {
    color: #fff;
    font-family: "LatoWebLight", Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: normal;
    margin: 0;
    padding: 25px;
}

/*Contact page end*/
form .error {
    color: #FF0000 !important;
    /* border: 1px solid red; */
}

.inquiry_form .checkbox {
    position: relative;
}

.inquiry_form .checkbox #trems_c-error {
    position: absolute;
    top: 26px;
    bottom: 0;
}


.form-control {
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    font-size: 8px
}

.form-control:focus {
    box-shadow: none
}

.form-control::placeholder {
    font-size: 8px;
    color: #C4C4C4
}

.red-gallry-p {
    padding: 0 91px !important;
}

.red-gallry-p4 {
    padding: 0 !important;
}

.section-pagetitle {
    background: #333;
    text-align: center;
    margin: 0 auto;
}

.section-pagetitle h1 {
    color: #fff;
    font-family: "LatoWebLight", Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: normal;
    margin: 0;
    padding: 25px;
}

.text-end {
    text-align: right !important;
}

.input-group-people-number {
    width: 170px !important;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    text-transform: uppercase;
    font-family: inherit;
}

form label {
    font-family: "LatoWeb", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
}

form.inquiry_form label {
    color: #000;
}

.input-group-people-number input {
    height: auto;
}

.btn-default {
    color: #333 !important;
    background-color: #ededed !important;
    border-color: #000000 !important;
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.modal-body {
    padding: 2rem 2rem 0rem;
}

.form-control:focus {
    border-color: rgb(225, 225, 225);
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.booking-modal-content .modal-body .checkbox span.text-success {
    color: #5cbb07;
}

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

.modal-body p {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 10px !important;
}

.modal-body .checkbox span.text-success {
    color: #5cbb07 !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;

    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.modal-dialog {
    max-width: 600px;

}

.sendenquiry {
    background: #5cbb07;
    color: #fff;
    border-radius: 0;
    height: 50px;
    padding: 14px 10px;
    min-width: 130px;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
}

.goback {
    border: 1px solid #ccc;
    background: white;
    color: #333;
    border-radius: 0;
    height: 50px;
    padding: 14px 10px;
    min-width: 130px;
    font-size: 16px;
    font-weight: 500;
}

footer .card-text a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
}

.clender .form-control input {
    width: 75%;
    border: 1px solid white;
    border-radius: 0px;
    background: transparent;
    color: white;
}

.clender .form-control input:focus {
    border: 1px solid white;
    border-radius: 0px;
    background: transparent;
    color: white;
}

.contct .form-control {
    border: 1px solid grey;
}

.contct .form-control:focus {
    border: 1px solid grey;
}

.picker--opened {
    max-width: 300px;
}

.modal-body .picker__input {
    background: none !important;
    width: 100%;
    color: #555555 !important;
    border: 1px solid #ccc;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
}

.modal-body .picker__holder {
    left: 0px;
}

.img-circle {
    border-radius: 50%;
}

.picker__input {
    background: none !important;
    color: #fff !important;
    height: 35px;
}

.input-group-text {
    background: none !important;
    border-radius: 0px;
}

.input-group {
    width: auto;
}

.picker__holder {
    left: 51px;
}

.carousel-item img {
    object-fit: contain;
    object-position: top;
    max-height: 43vw;
}

.carousel-caption {
    top: 0;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    /* background: #0000002e; */
    right: 0;
    left: 0;
    bottom: 0;
}

.carousel-caption p {
    font-size: 30px;
    font-family: 'Utopia-Black';
}

.card {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #333;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    color: white;
    width: 100%;
    gap: 15px;
    flex-direction: row;
    align-items: center;
}
.logo_img{
    max-height: 125px;
    object-fit: contain;
   
}
.pool-text p{
    font-weight: 400;
    padding-right: 22px;
    font-size: 1.7vw;
    color: gray;
    margin: 0;
    /* padding-bottom: 10px; */


}
.home-col{
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;

}
.gardon-col{
    display: flex;
    column-gap: 14px;
    align-items: center;

}
.gardon-col p{
    font-size: 2vw;
    font-weight: 500;
    color: #6d6e71;
}
.g-text{
    font-size: 2vw;
    margin: 0;
    /* text-align: center; */
   
    color: #6d6e71;
}
.home-col p{
    font-size: 2vw;
    font-weight: 500;
    color: #6d6e71;
}
.h-text{
    font-size: 2vw;
    margin: 0;
    text-align: center;
   
    color: #6d6e71;
}
.home-img{
    width: auto;
    height: 80px;
    object-fit: contain;
}

.sec-images
{
    padding-top: 25px !important;
}
.icon-img{
    max-height: 70px;
     width:40%;
    object-fit: contain;

}
.icon-bbq-img{
    max-height: 75px;
    width: 20%;
    object-fit: contain;
}
.centerd {
    text-align: center;
}

.logo2-w {
    width: 25%;
}

.f-s {
    font-size: 34px;
    margin: 0;
}

.bok-now {
    background: #ffcd02;
    border: 0px;
    padding: 15px 30px;
    border-radius: 9px;
    color: white;
    /* font-family: 'Utopia'; */
    font-weight: 600;
    font-size: 20px;

}

.card-text {
    text-align: left;
    font-size: 14px;
}

.lt-txt {
    /* background: #333;
    text-align: center;
    color: white;
    font-family: Corinthias;
    font-size: 4.5vw;
    font-weight: 500;
    margin-top: -120px;
    margin-bottom: 30px;
    line-height: normal; */
    background: #333;
    padding: 70px 70px 25px 70px;
    text-align: center;
    color: white;
    font-family: Corinthias;
    font-size: 46px;
    font-weight: 500;
}

.mainDiv {
    width: 100%;
    height: 100%;
    border: 8px solid white;
    position: relative;
    z-index: 0;
}

.mainDiv button{
    position: relative;
}
.mainDiv button:before {
    content: '';
    display: block;
    position: absolute;
    width: 130%;
    left: -15%;
    border-bottom: 30px solid #333 !important;
    top: 0px;
    z-index: -13;
    border: none;
    height: 100%;
}

.mainDiv-grey {
    width: 100%;
    height: 100%;
    border: 8px solid #bbbdc0 !important;
    position: relative;
    z-index: 0;
    border-bottom: 0px !important;
}

.mainDiv-db {
    width: 100%;
    height: 100%;
    border: 8px solid #1798a7 !important;
    position: relative;
    z-index: 0;
    border-bottom: 0px !important;
}

.mainDiv-db2 {
    width: 100%;
    height: 100%;
    border: 8px solid #1798a7 !important;
    position: relative;
    z-index: 0;
    border-top: 0px !important;
    padding: 10px;
}
.mainDiv-sb {
    width: 100%;
    height: 100%;
    border: 8px solid #008dd1 !important;
    position: relative;
    z-index: 0;
    border-bottom: 0px !important;
}

.mainDiv-sb2 {
    width: 100%;
    height: 100%;
    border: 8px solid #008dd1 !important;
    position: relative;
    z-index: 0;
    border-top: 0px !important;
    padding: 10px;
}

.mainDiv-grey2 {
    width: 100%;
    height: 100%;
    border: 8px solid #bbbdc0 !important;
    position: relative;
    z-index: 0;
    border-top: 0px !important;
    padding: 10px;
}

.mainDiv-lb {
    width: 100%;
    height: 100%;
    border: 8px solid #44c8f5 !important;
    position: relative;
    z-index: 0;
    border-bottom: 0px !important;
}

.mainDiv-lb2 {
    width: 100%;
    height: 100%;
    border: 8px solid #44c8f5 !important;
    position: relative;
    z-index: 0;
    border-top: 0px !important;
    padding: 10px;
}

.mainDiv-grey-a {
    width: 100%;
    height: 100%;
    border: 8px solid #bbbdc0 !important;
    position: relative;
    z-index: 0;
    border-bottom: 0px !important;
}

.mainDiv-grey-a2 {
    width: 100%;
    height: 100%;
    border: 8px solid #bbbdc0 !important;
    position: relative;
    z-index: 0;
    border-top: 0px !important;
    padding: 10px;
}

.icon-w {
    width: 100%;
    max-width: 15%;
}



iframe {
    width: 100%;
    height: 500px;
}

.btn {
    background-color: black;
    color: white;
    border-radius: 0px;
}

.btn:hover {
    background-color: black;
    color: white;
    border-radius: 0px;
}

.btn:focus {
    background-color: black;
    color: white;
    border-radius: 0px;
}

.clender {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {

    color: white;
}

input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.modal-header {
    background: #F7941E;
    color: #fff;
}

.required:after {
    content: "*";
    color: red;
}

.mt {
    margin-top: -35px;
}

.mt-p {
    margin-top: -39px;
}

.logo-p-w {
    max-width: 300px;
    background: #fff;
    margin-top: -30px;
}

.lt-txt-p {
    background: #bbbdc0 !important;
    padding: 0px;

}

.lt-txt-db {
    background: #1798a7 !important;
    padding: 0px;
    margin: 0;
}
.lt-txt-sb {
    background: #008dd1 !important;
    padding: 0px;
    margin: 0;
}

.red-gallry-p {
    padding: 0 91px;
}

.lt-txt-g {
    background: #44c8f5 !important;
    padding: 0px;
    margin: 0;
}

.lt-txt-grey-a {
    background: #bbbdc0 !important;
    padding: 0px;
    margin: 0;
}
.logo_a_sec{
    width: 250px;
}
#appartments h2{
    text-align: center;
    font-size: 34px;
    font-weight: 400;
}
#appartments h2 a{
    text-decoration: none;
    color: #212529;
    margin: 0;
}
.aprt_items .f-s {
    font-size: 34px;
    margin: 0;
    min-width: 200px;
}
.lmap{
    padding: 50px 150px 50px;
}

@media only screen and (max-width: 1023px) {
    .aprt_box a img{
        width: 24vw;
    }
}

@media only screen and (max-width: 1024px) {
 .mainmodal{
        margin: 0px 25px;
    }
    .logo-m{
        width: 70% !important;
    }

    .mt{
        margin-top: -30px;
    }

    .carousel-control-prev:before,
    .carousel-control-next:before {
        color: #fff;
        font-size: 5vw;
    }

    .carousel-item img {

        max-height: 100vw;
    }

    .carousel-caption {
        top: -4px;
        padding: 0 40px;
    }

    .carousel-caption p {
        font-size: 19px;
        font-family: 'Utopia-Black';
    }

    .main-ipd {
        padding: 120px 80px 50px 80px !important;
    }

    .img-villa-ipd {
        padding: 5px 28px 28px !important;
    }

    .mainDiv:after {
        top: -4%;
        border: 15px solid #333;
    }

    
    .logo_img{
        max-height: 80px;
        
       
    }
    .pool-text p {
 padding: 5px 0px 0 0;
        font-size: 2.6vw;
        font-weight: 400;
        margin: 0!important;
       
    
    }
    .icon-bbq-img{
        max-height: 80px;
        width: 20%;
        object-fit: contain;
    }
    .pool-text{
        padding-right: 35px;
    }
    .icon-img{
        max-height: 70px;
        width: 30%;
    }
.sec-images
{
    padding-top: 25px !important;
}
    .main-ipd2 {
        padding: 120px 80px 0px 80px !important;
    }

    .main-ipd3 {
        padding: 0px 80px 0px 80px !important;
    }

    .mt-p {
        margin-top: -21px;
    }

   

    .main-ipd-location {
        padding: 120px 15px 50px 15px !important;
    }

    .img-villa-ipd {
        padding: 5px !important;
    }

    .red-gallry-p {
        padding: 0 53px;
    }

    .text-end {
        text-align: center !important;
    }
}
@media( max-width:991px ){
    .card{
        flex-direction: column;
    }
    footer .card-text{
        text-align: center;
    }
   .lmap{
       
    padding: 50px;
}
}

@media only screen and (max-width: 767px) {

    .aprt_box a img{
        width: 100%;
    }
    .mainDiv {
        border: 4px solid white;
    }

    .text-end {
        text-align: center !important;
    }

    .picker__holder {
        left: 0;
    }

    .carousel-caption {
        top: 55px;
        padding: 0 50px;
    }

    .carousel-caption p {
        font-size: 15px;
        font-family: 'Utopia-Black';
    }

    .center {
        text-align: center;
    }

    .card-text {
        text-align: center;
    }

    .main-ipd {
        padding: 87px 30px 50px 30px !important;
    }

    .mt {
        margin-top: -16px;
    }

    .bok-now {

        font-size: 12px;
    }

    .mainDiv:after {


        top: -7%;
        left: 29%;
        border: 15px solid #333;

    }


    .box-m {
        margin-bottom: -25px !important;
    }

    .logo-w {
        width: 35% !important;
    }

    .lt-txt {
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 30px 0px 25px 0px;

    }
    .pool-text p{
        padding-right: 4px;
    font-size: 2.5vw;
    /* padding-bottom: 4px; */
    margin: 0!important;

    }
    .pool-text{
        padding: 20px 25px 0 0;
    }
    .logo_img{
        width: 100%;
        max-height: 50px;
    }
    .icon-img{
        max-height: 70px;
        width: 30%;
    }
    .sec-images
    {
        padding-top: 20px !important;
    }
    .lt-txt-g,
    .lt-txt-grey-a,.lt-txt-db,.lt-txt-sb {
        margin: 0;
        padding: 20px;
    }

    .logo2-w {
        width: 57%;
    }

    .f-s {
        font-size: 34px;
    }

    .pb-m {
        padding-bottom: 35px;

    }

    .main-ipd2 {
        padding: 80px 25px 0 !important;
    }

    .main-ipd3 {
        padding: 0px 25px 25px !important;
    }

   

    .logo-p-w {
        width: 67%;
    }

    .main-ipd-location {
        padding: 74px 15px 50px 15px !important;
    }

    .map-p {
        padding: 5px 10px 50px !important;
    }

    .red-gallry-p {
        padding: 0 !important;
    }

    .mt-p {
        margin-top: -21px;
    }

    .navbar-collapse ul {
        background: #ddd;
        padding: 30px;
    }


    .pull-right {
        float: left !important;
    }

    .mainDiv-db {
        border: 4px solid #1798a7 !important;
        border-bottom: 0px !important;
    }

    .mainDiv-db2 {
        border: 4px solid #1798a7 !important;
        border-top: 0px !important;
    }

    .mainDiv-sb {
        border: 4px solid #008dd1 !important;
        border-bottom: 0px !important;
    }

    .mainDiv-sb2 {
        border: 4px solid #008dd1 !important;
        border-top: 0px !important;
    }
    .mainDiv-grey {
        border: 4px solid #bbbdc0 !important;
        border-bottom: 0px !important;
    }

    .mainDiv-grey2 {
        border: 4px solid #bbbdc0 !important;
        border-top: 0px !important;
    }

    .mainDiv-grey-a {
        border: 4px solid #bbbdc0 !important;
        border-bottom: 0px !important;
    }

    .mainDiv-grey-a2 {
        border: 4px solid #bbbdc0 !important;
        border-top: 0px !important;
    }

    .mainDiv-lb {
        border-width: 4px !important;
        border-bottom: 0px !important;
    }

    .mainDiv-lb2 {
        border-width: 4px !important;
        border-top: 0px !important;
    }

    /*language toggle*/
    .dropdown-toggle {
        background: transparent;
        width: 50%;
        margin-top: 10px;
        font-size: 14px;
    }

    .dropdown-menu.show {
        width: 50%;
        padding: 10px;
        background: #fff;
    }
      .lmap{
        padding: 15px 10px 40px;
    }
}