 *, ::after, ::before {
    box-sizing: border-box !important;
 }
 .iti__flag {background-image: url("/img/flags.png") !important;}

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
   .iti__flag {background-image: url("/img/flags.png") !important;}
 }
 #bg-home-top {
    background-image: url('/img/complex1.jpg');
    height: 90vh;
    background-size: cover;
    background-position: bottom;
 }

 #bg-home-top-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
 }

 .pre-loader {
    background-color: #d9b569;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 10000;
 }

 .sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
 }

 .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 30vh;
 }

 .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
 }

 .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
 }

 .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
 }

 .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
 }

 .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
 }

 .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
 }

 .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
 }

 .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
 }

 .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
 }

 .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
 }

 .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
 }

 .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
 }

 .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
 }

 .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
 }

 .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
 }

 .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
 }

 .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
 }

 .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
 }

 .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
 }

 .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
 }

 .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
 }

 .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
 }

 .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
 }

 @-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
       opacity: 0;
    }

    40% {
       opacity: 1;
    }
 }

 @keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
       opacity: 0;
    }

    40% {
       opacity: 1;
    }
 }



 .navabar .dropdown-menu .navlink {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: none !important;
 }

 .navabar .dropdown-menu .navlink:hover a {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: none !important;
 }

 .navabar .dropdown-menu .navlink:focus, a:hover(:not(.btn)) {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
 }

 .bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
 }

 .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
 }

 .change .bar2 {
    opacity: 0;
 }

 .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
 }

 .carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
 }

 header {
    z-index: 100;
 }

 header a, .nav-link, header button {
    color: white !important;
 }

 header button {
    border: none !important;
 }

 input:focus, textarea:focus, select:focus, button:focus, a:focus, button[type=button] {
    outline: none !important;
    box-shadow: none !important;
 }


 .carousel-caption {
    z-index: 2;
    top: 60%;
    color: white;
    transform: translateY(-50%) !important;
 }

 .text-gold {
    color: #d9b569 !important;

 }


 a:hover, .link-active {
    color: #d9b569 !important;

 }

 a {
    text-decoration: none !important;
 }

 .btn-gold:hover, .carousel-caption .btn:hover {
    opacity: 1 !important;
    background: #d9b569 !important;
    color: black !important;
 }

 .carousel-indicators li {
    height: 7px !important;
    width: 7px !important;
    border-radius: 50%;
 }

 .bg-gold {
    background: #d9b569 !important;
 }

 .footer-link {
    color: #898989;
    text-decoration: none;
 }

 .carousel-caption .btn {
    background: transparent !important;
    color: white !important;
    border-color: #d9b569 !important;
 }

 .whatsapp-container {
    z-index: 1000;
    bottom: 20px;
    right: 3px;
    position: fixed;
 }

 .whatsapp-btn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1000;
    width: 5%;
 }

 .whatsapp-icon {
    width: 100%;
    float: right;
 }

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

    .whatsapp-btn {
       position: fixed;
       bottom: 10px;
       right: 20px;
       z-index: 1000;
       width: 10%;

    }

    .carousel-item h3, .carousel-item a {
       font-size: 80% !important;
    }

    #bg-home-top,#bg-home-top-cover {
       height: 50vh;
    }
 }

 .bg-light-gold {
    background: #faf5eb !important;

 }


 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
    background: #d9b569 !important;
 }

 .apartment-inner {
    bottom: -90px !important;
    position: absolute !important;
    width: 60% !important;
 }

 .hotel-features {
    font-size: 5em;

 }

 img:hover {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.01);
    z-index: 1000;
 }

 .star-rated {
    color: orange;
 }

 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;

 }

 .dropdown-menu {
    background-color: #212529 !important;
 }

 .dropdown-menu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
 }
 .btn-gold {
   background: #d9b569 !important;
   color: #000000 !important;
}

 .btn-gold:hover,.btn-gold:focus{
   background-color: #000000!important;
   color:#ffffff !important;
}