:root{
    --light-blue: #92b5c7;
    --dark-blue: #003768;
    --black-text: #020305;
    --grey-text: #686A6E;
    --logo-width: 120px;
    --header-height: 70px;
}

.loader span {
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-blue) transparent transparent;
    border-image: initial;
    border-top: 1px solid var(--light-blue);
    border-radius: 50%;
}

@font-face {
  font-family: "gill sans";
  src: local("gill-sans-Light"), url("../fonts/Gill\ Sans\ Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gill sans";
  src: local("gill-sans-Regular"), url("../fonts/Gill\ Sans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gill sans";
  src: local("gill-sans-Medium"), url("../fonts/Gill\ Sans\ Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gill sans";
  src: local("gill-sans-Bold"), url("../fonts/Gill\ Sans\ Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gill sans";
  src: local("gill-sans-Black"), url("../fonts/Gill\ Sans\ Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
   font-family: "Manal Sans";
   src: local("Manal"), url("../fonts/manal.ttf") format("truetype");
}

body,
.navbar .navbar-nav .nav-link,
h1, h2, h3, h4, h5, h6,
p,
.footer-contact-phone,
.booking-box .head-box h4,
.butn-dark a,
.services .content .info h6,
.section-title,
.section-subtitle,
.butn-light a,
.booking-box .head-box h6,
.rooms1 .item .con .permalink,
.navbar .dropdown-menu .dropdown-item,
.header .caption h4,
.header .caption h1
{
    font-family: "Noto Sans", sans-serif;
}

.section-subtitle,.booking-box .head-box h6  {
    letter-spacing: 2px;
}

.nav-scroll .navbar-toggler-icon, .nav-scroll .icon-bar {
    color: var(--light-blue);
}

.navbar .navbar-nav .active {
    color: var(--light-blue) !important;
}

.nav-link.language-link {
    transition: all .4s;
}

.navbar .navbar-nav .nav-link:hover,
.nav-link.language-link:hover {
    color: var(--light-blue);
}

.navbar .dropdown-menu .dropdown:hover > .dropdown-item, .navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:hover {
    color: var(--light-blue);
}

.about .animate-box img {
    height: 100%;
    object-fit: cover;
}

.butn-light a:after {
    background: var(--light-blue);
}

.butn-light a:hover span {
    color: #fff;
}

.butn-light a {
    transition: all 0.3s ease;
}

.butn-light a:hover {
    border-color: var(--light-blue);
}

.section-title{
    color: var(--black-text);
}

p,.section-subtitle{
    color: var(--grey-text);
}

.bg-cream {
    background: rgba(72, 139, 197, 0.3);
}

.facilities > .col:first-of-type{
    color: #fff;
}

.rooms1 .item .con {
    bottom: -58px;
}

.rooms1 .item:hover .con {
    bottom: 0px;
}

.rooms1 .item .con .permalink a:hover, .rooms1 .item .con .permalink i:hover {
    color: var(--light-blue);
}

.services .content .info h6 {
    color: var(--grey-text);
}

.butn-dark a {
    background: #012D54;
    color: #fff;
}

.services .content .cont h4 {
    color: var(--black-text);
}

.input1_inner:after {
    color: var(--light-blue);
}

.input1_inner.input_name:after {
    content: "\e602";
}

.input1_inner.input_email:after {
    content: "\e75a";
}

.input1_inner.input_phone:after {
    content: "\e621";
}

.input1_inner.input_message:after {
    content: "\e644";
}

.booking-box {
    background: rgb(194, 220, 238);
}

.footer-top {
    background-color: #003768;
}

.footer-language select {
    background: #012D54;
    color: #fff;
    border: 1px solid #012D54;
}
.footer-language i {
    color: #fff;
}

.footer-bottom {
    background-color: #012D54;
}

.footer-about-text,
.footer-explore-list li a,
.footer-contact-text {
    color: #D9D9D9;
}

.footer-explore-list li a:before,.footer-contact-mail:before {
    background-color: #D9D9D9;
}

.footer-contact-mail:hover:before {
    background-color: var(--light-blue);
}

.footer-bottom-copy-right {
    color: var(--light-blue);
}

.row.facilities {
}

.navbar{
    position: fixed;
    top: -100px;
    left: 0px;
    width: 100%;
    transform: translateY(100px);
    box-shadow: rgba(15, 36, 84, 0.05) 0px 5px 15px;
    height: var(--header-height);
    background: rgb(255, 255, 255);
    padding: 0px;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 1300px) {
    .navbar{
        padding-inline: 40px;
    }
}

.slider-fade .owl-dots {
    bottom: 50px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    width: auto;
    gap: 8px;
}
.slider-fade .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    flex-shrink: 0;
}

.slider-fade .owl-dots .owl-dot.active {
    border-color: var(--light-blue);
    background: var(--light-blue);
}

.header {
    min-height: unset;
    height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
}

.navbar .navbar-nav .nav-link {
    letter-spacing: 0px;
}

.news-container{
    max-width: 1700px;
}

.rooms1 .item .line{
    margin-bottom: 15px;
}

.nav-scroll .logo-img {
    padding: 0px;
}

@media screen and (max-width: 991px) {
    .nav-scroll .logo-wrapper {
        padding: 0px;
        padding-inline-start: 15px;
    }
}

.navbar .navbar-nav .nav-link.language-link{
    display: flex;
    align-items: center;
    gap: 2px;
}

.navbar .navbar-nav .nav-link.language-link path{ 
    transition: all 0.4s;
}

.navbar .navbar-nav .nav-link.language-link:hover path{
    stroke: var(--light-blue);
}

.footer-bottom-copy-right {
    font-size: 0.9375rem;
}

.modal .butn-dark a{
    font-size: 0.875rem;
    padding: 9px 12px;
}

.ar-text,
.ar-text span{
    font-family: 'Manal Sans', sans-serif !important;
}

.nav-scroll .logo-img {
    width: var(--logo-width);
}

@media (min-width: 992px) {
    .navbar-collapse .navbar-nav {
        margin-inline: auto;
        /*transform: translateX(calc(-1 * var(--logo-width)));*/
        transform: translateX(-45px);/* 45 = (width of language selector - logo)/2 */
    }
    .navbar .dropdown-menu {
        width: auto;
    }
}

.slider-fade .owl-item {
    height: 100%;
}

.owl-dots.disabled{
    display: none !important;
}
/**/
@media screen and (max-width: 991px) {
    .nav-scroll .logo-wrapper {
        margin-inline-end: auto;
    }
    .nav-scroll .navbar-collapse{
        order: 5;
    }
}
/**/
.rooms1 .item .con .facilities > div:last-child {
    text-align: end;
}

.owl-carousel .owl-dots{
        display: flex;
    justify-content: center;
    gap: 12px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #cac5c5;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: transparent;
    transform: scale(1.01);
}

.owl-carousel .owl-dots .owl-dot.active:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #2a5f7c; /* Your brand color */
    border-radius: 50%;
    top: -2px;
    left: -2px;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: #a0a0a0;
}

.footer-contact-phone {
    font-size: 0.9375rem;
}

.footer-top .footer-column {
    margin-bottom: 0rem;
}

@media (max-width: 767px) {
    .footer-top .footer-column {
        margin-bottom: 1.5rem;
    }
}

.footer-top {
    padding: 60px 0 60px 0;
}