@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css");
/* ----------------------------------------------------------------
			[ All Css Plugins & Helper Classes File ]
-----------------------------------------------------------------*/

/* == owl.carousel == */
@import url("../plugins/owl.carousel.min.css");
@import url("../plugins/owl.theme.default.min.css");

/* == Slick Slider == */
@import url("../plugins/slick.css");
@import url("../plugins/slick-theme.css");

/* == animate css == */
@import url("../plugins/animate.min.css");

/* == themify, flaticon and fontawesome icons ==*/
@import url("../plugins/themify-icons.css");
@import url("../plugins/flaticon-rounded.css");
@import url("../plugins/flaticon-all.css");
@import url("../plugins/font-awesome-pro.css");

/* == magnific-popup gallery  == */
@import url("../plugins/magnific-popup.css");

/* == Vegas Slider == */
@import url("../plugins/vegas.slider.min.css");


:root {
    --primary-color: #13132D;
    --secondary-color: #2A385D;
    --font-color: #000000;
    --white-color: #ffffff;
    --font-main: "Montserrat", sans-serif;
}



html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    overflow-x: hidden !important;
}
p {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color:   var(--white-color);
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: var(--primary-color);
}
/* text field */
form .form-group {
    margin-bottom: 15px;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border-bottom: 1px solid #282828;
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--primary-color);
    background: transparent;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #323232;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    background: var(--primary-color);
    color:   var(--white-color);
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
}


/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-120 {
    margin-top: 120px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.no-padding {
    padding: 0 !important;
}
.section-padding {
    padding: 120px 0;
}

/*** button style ****/

.butn-light {
    position: relative;
    width: 350px;
}
.butn-light .btn {
    background:   var(--white-color);
    cursor: pointer;
    width: 100%;
    height: 64px;
    line-height: 44px;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    z-index: 0;
    border-radius: 0;
}

.butn-light .btn span {
    color: var(--primary-color);
    text-align: left;
}
.butn-light .btn::before,
.butn-light .btn::after {
    content: "";
    background: var(--secondary-color);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.butn-light .btn em {
    background: var(--secondary-color);
}
.butn-light .btn:hover em {
    background: var(--white-color);
    transform: scaleX(1);
}
.butn-light .btn:hover span {
    color:   var(--white-color);
}

.butn-light .btn span {
    color: var(--primary-color);
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.butn-light .btn em {
    position: absolute;
    height: 1px;
    width: 30%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.butn-light .btn::before {
    top: 0;
    left: 0;
    right: auto;
}

.butn-light .btn::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.butn-light .btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.butn-light .btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/*** light button v2 ***/

.butn-light-v2 {
    position: relative;
    width: 350px;
}
.butn-light-v2 .btn {
    background: var(--white-color);
    cursor: pointer;
    width: 100%;
    height: 64px;
    line-height: 44px;
    z-index: 0;
    border-radius: 0;
}

.butn-light-v2 .btn span {
    color: var(--secondary-color);
    text-align: left;
}
.butn-light-v2 .btn::before,
.butn-light-v2 .btn::after {
    content: "";
    background: var(--primary-color);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.butn-light-v2 .btn em {
    background: var(--secondary-color);
}
.butn-light-v2 .btn:hover em {
    background: var(--secondary-color);
    transform: scaleX(1);
}
.butn-light-v2.btn:hover span {
    color: var(--secondary-color);
}

.butn-light-v2 .btn span {
    color: var(--secondary-color);
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.butn-light-v2 .btn em {
    position: absolute;
    height: 1px;
    width: 30%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.butn-light-v2 .btn::before {
    top: 0;
    left: 0;
    right: auto;
}

.butn-light-v2 .btn::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.butn-light-v2 .btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.butn-light-v2 .btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.butn-light-v2 .btn:hover span {
    color: var(--white-color);
}
.butn-light-v2 .btn:hover em {
    background: var(--white-color);
    transform: scaleX(1);
}

/*** end ***/




/*** Dark button ***/

.butn-dark {
    position: relative;
    width: 350px;
}
.butn-dark .btn {
    background: var(--secondary-color);
}
.butn-dark .btn span {
    color:  var(--white-color);
    text-align: left;
}

.butn-dark .btn::before,
.butn-dark .btn::after {
    content: "";
    background: var(--primary-color);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.butn-dark .btn em {
    background:   var(--white-color);
}
.butn-dark .btn:hover span {
    color:   var(--white-color);
}
.butn-dark .btn:hover em {
    background:   var(--white-color);
    transform: scaleX(1);
}
.butn-dark .btn {
    cursor: pointer;
    width: 100%;
    height: 64px;
    line-height: 44px;
    position: absolute;
    z-index: 0;
    border-radius: 0;
}
.butn-dark .btn span {
    color:   var(--white-color);
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.butn-dark .btn em {
    position: absolute;
    height: 1px;
    width: 30%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
.butn-dark .btn::before {
    top: 0;
    left: 0;
    right: auto;
}
.butn-dark .btn::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.butn-dark .btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.butn-dark .btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.butn-dark .btn:hover em {
    background:   var(--white-color);
    transform: scaleX(1);
}

/*** Dark v2 button ***/

.butn-dark-v2 {
    position: relative;
    width: 350px;
}
.butn-dark-v2 .btn {
    background: var(--secondary-color);
}
.butn-dark-v2 .btn span {
    color:   var(--white-color);
    text-align: left;
}

.butn-dark-v2 .btn::before,
.butn-dark-v2 .btn::after {
    content: "";
    background: var(--primary-color);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.butn-dark-v2 .btn em {
    background:   var(--white-color);
}
.butn-dark-v2 .btn:hover span {
    color:   var(--white-color);
}
.butn-dark-v2 .btn:hover em {
    background:   var(--white-color);
    transform: scaleX(1);
}
.butn-dark-v2 .btn {
    cursor: pointer;
    width: 100%;
    height: 64px;
    line-height: 44px;
    z-index: 0;
    border-radius: 0;
}
.butn-dark-v2 .btn span {
    color:   var(--white-color);
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.butn-dark-v2 .btn em {
    position: absolute;
    height: 1px;
    width: 18%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
.butn-dark-v2 .btn::before {
    top: 0;
    left: 0;
    right: auto;
}
.butn-dark-v2 .btn::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.butn-dark-v2 .btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.butn-dark-v2 .btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
[dir='rtl'] .butn-dark .btn span, [dir='rtl'] .butn-dark-v2 .btn span {
    text-align: right;
}
[dir='rtl'] .butn-light .btn span, [dir='rtl'] .butn-light-v2 .btn span {
    text-align: right;
}
[dir='rtl'] button.btn-close {
    margin-right: auto;
    margin-left: unset !important;
}

/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--primary-color);
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}
.logo-wrapper a {
    font-size: 22px;
    color:   var(--white-color);
    font-weight: 600;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color:   var(--white-color);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:   var(--white-color);
    margin: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-right: 12px;
    padding-left: 12px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color:   var(--white-color);
}
.navbar .navbar-nav .nav-link:hover {
    color:   var(--white-color);
}
.navbar .navbar-nav .active {
    color: #FFFFFF !important;
}

.nav-scroll {
    background: var(--secondary-color);
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color:   var(--white-color);
}
.nav-scroll .navbar-nav .nav-link {
    color:   var(--white-color);
}
.nav-scroll .navbar-nav .nav-link:hover {
    color:   var(--white-color);
}
.nav-scroll .navbar-nav .active {
    color: #FFFFFF !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color:   var(--white-color);
}
.nav-scroll .logo-img {
    width: 100px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.logo-wrapper {
    float: left;
}
.logo {
    padding: 0;
}
.logo-img {
    padding: 20px 0;
    width: 100px;
    text-align: center;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: #0f2454;
}
.nav-scroll .dropdown .nav-link i {
    color: #0f2454;
}
.nav-scroll .navbar-nav .active i {
    color: var(--primary-color);
}
.navbar .dropdown-menu .dropdown-item {
    padding: 8px 0;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0f2454;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}
.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(32, 149, 174, 0.05);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* bounce */
.banner-header .arrow {
    position: absolute;
    bottom: -120px;
    width: 100%;
    text-align: center;
    z-index: 8;
    left: 0;
    right: 0;
}
.banner-header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.banner-header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:   var(--white-color);
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.banner-header .arrow i:hover {
    border: 1px solid var(--primary-color);
}
.banner-header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}
hr.border-1 {
    border-top: 1px solid rgba(32, 149, 174, 0.7);
}
hr.border-2 {
    border-top: 1px solid rgba(32, 149, 174, 0.7);
}
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    letter-spacing: 0px;
}
.link-btn i {
    margin-left: 3px;
    font-size: 15px;
    color: var(--primary-color);
}
.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link-btn:hover::before {
    width: 100%;
}

/* ===== hero Slider style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: calc(100vh - 100px);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--font-color);
    opacity: 0.6;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner .caption {
    position: relative;
}
.kenburns-inner .caption h4 {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 6px;
    color:   var(--white-color);
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
}
.kenburns-inner .caption h1 {
    position: relative;
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 60px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color:   var(--white-color);
    font-weight: bold;
    margin-bottom: 70px;
}
.kenburns-inner .caption h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 55px;
    line-height: 1.2em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color:   var(--white-color);
    font-weight: 400;
}
.kenburns-section .butn-light {
  display: flex;
  justify-content: center;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .kenburns-inner .caption h4 {
        font-size: 12px;
    }
    .kenburns-inner .caption h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 42px;
    }
    .kenburns-inner .caption h3 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 5px;
        line-height: 1.35em;
    }
    .kenburns-inner .caption {
        text-align: center;
    }
   .kenburns-section .butn-light{
    position: relative;
    width: 290px;
}
.kenburns-section{
    height: 60vh !important;
}
}

/* =======  About style  ======= */
section.about.section-padding {
    background:   var(--white-color);
}
img.img-fluid.about-img {
    height: 500px;
    object-fit: cover;
}
section.about .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--secondary-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
section.about .section-subtitle span {
    color: var(--primary-color);
}
section.about .section-title {
    font-size: 42px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
section.about .section-title span {
    color: var(--secondary-color);
}
section.about .section-title.whte {
    color:   var(--white-color);
}
section.about .sub-title {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
section.about .sub-title.whte {
    color:   var(--white-color);
}
section.about .sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
section.about .sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color:   var(--white-color);
    border-radius: 50%;
    top: 45%;
}
section.about .sub-title:before,
section.about .sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.about .sub-title.border-bot {
    position: relative;
    border-bottom: 1px solid var(--primary-color);
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}

.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.image.about-manager {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.about-name {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    color:   var(--white-color);
}
.about-rol {
    color: #999;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 400;
}

/* ======= Projects slider style ======= */
section.projects {
    background: var(--secondary-color);
}
section.projects .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color:   var(--white-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
section.projects .section-subtitle span {
    color:   var(--white-color);
}
section.projects .section-title {
    font-size: 42px;
    font-weight: bold;
    color:   var(--white-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
section.projects .section-title span {
    color:   var(--white-color);
}
section.projects .section-title.whte {
    color:   var(--white-color);
}
section.projects .sub-title {
    color:   var(--white-color);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
section.projects .sub-title.whte {
    color:   var(--white-color);
}
section.projects .sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color:   var(--white-color);
    border-radius: 50%;
}
section.projects .sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color:   var(--white-color);
    border-radius: 50%;
    top: 45%;
}
section.projects .sub-title:before,
section.projects .sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.projects .sub-title.border-bot {
    position: relative;
    border-bottom: 1px solid   var(--white-color);
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
section.projects .sub-title.border-bot.light {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
section.projects .sub-title.border-bot-dark {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0px 15px 15px;
    color:   var(--white-color);
    letter-spacing: 3px;
    font-size: 12px;
}
section.projects .sub-title.border-footer-light {
    position: relative;
    border-bottom: 1px solid   var(--white-color);
    padding: 8px 0px 15px 15px;
}
section#projects p {
    color:   var(--white-color);
    font-size: 16px;
}
.projects-carousel {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
.projects-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.projects-single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.projects-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.projects-img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    height: 400px;
    object-fit: cover;
}
.projects-single:hover .projects-img img {
    transform: scale(1.05);
}
.projects-content {
    position: relative;
    display: block;
    background-color:   var(--white-color);
    padding: 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
}
.projects-single .projects-content.active,
.owl-item.active .projects-single .projects-content {
    visibility: visible;
    opacity: 1;
}
.projects-tagline {
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 0;
    transition: all 500ms ease;
}
.projects-title,
.projects-title a {
    font-size: 27px;
    margin-bottom: 0px;
    color: var(--primary-color);
    font-weight: bold;
    line-height: 1.2em;
    transition: all 500ms ease;
}

/* owl nav */
.projects .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%;
}
.projects .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.projects .owl-theme .owl-prev,
.projects .owl-theme .owl-prev {
    left: 10px !important;
}
.projects .owl-theme .owl-next {
    right: 10px !important;
}
.projects .owl-theme .owl-prev,
.projects .owl-theme .owl-next {
    color:   var(--white-color);
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px;
}
.projects .owl-theme .owl-prev > span,
.projects .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.projects .owl-carousel .owl-nav button.owl-next,
.projects .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.projects .owl-theme .owl-nav [class*="owl-"] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--primary-color);
    border-radius: 0;
    color:   var(--white-color);
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}
.projects .owl-theme .owl-nav [class*="owl-"]:hover {
    background:   var(--white-color);
    color: var(--primary-color);
}
.projects .owl-theme .owl-nav {
    top: 100% !important;
}
.projects .owl-theme .owl-nav [class*="owl-"] {
    opacity: 1;
}
.projects .owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .projects .content {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .projects-content .book {
        text-align: -webkit-left;
        margin-top: 3px;
    }
    .projects-carousel {
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    .projects .content {
        padding: 0 0px;
    }
}

.project-btns {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
ul.facts-list {
    display: flex;
    flex-wrap: wrap;      
    gap: 10px;           
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
}
ul.facts-list li {
    color: var(--font-color);
    font-size: 14px;
    flex: 0 0 calc(50% - 10px); 
    display: flex;               
    align-items: self-start;
    gap: 5px;
}
ul.facts-list li i {
    color: var(--primary-color);
    padding-right: 10px;
}
.register-price {
    color: var(--secondary-color);
    font-size: 18px;
}
.register-price span.price {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
}

html[dir="rtl"] .facts-list {
    flex-direction: row-reverse;
}

/* ======= Promo cta style ======= */
.cta-wrapper {
    background: url("../images/CTA-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.cta-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: var(--font-color);
    top: 0;
    opacity: 0.6;
    z-index: 1;
}
.cta-wrapper .container{
    position: relative;
    z-index: 2;
}
.cta-wrapper .section-title {
    font-size: 42px;
    font-weight: bold;
    color:   var(--white-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.cta-wrapper .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--primary-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
} 
.cta-wrapper  .butn-light {
    margin: 0 auto;
}



/* ======= Amenities style ======= */
section.amenities {
    background:   var(--white-color);
}
section.amenities .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--primary-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
section.amenities .section-subtitle span {
    color: var(--primary-color);
}
section.amenities .section-title {
    font-size: 42px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
section.amenities .section-title span {
    color: var(--primary-color);
}
section.amenities .section-title.whte {
    color: var(--primary-color);
}
section.amenities .sub-title {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
section.amenities .sub-title.whte {
    color: var(--primary-color);
}
section.amenities .sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
section.amenities .sub-title:before,
section.amenities .sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.amenities .sub-title.border-bot {
    position: relative;
    border-bottom: 1px solid var(--primary-color);
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}

.amenities .item {
    position: relative;
    padding: 45px 30px;
    margin-bottom: 30px;
    background: var(--primary-color);
}
.amenities .item:hover .number {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
}
.amenities .item .number {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    text-align: center;
    background-color:   var(--white-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-weight: 400;
    transition: all 0.5s;
}
.amenities .item h5 {
    font-size: 24px;
    color:   var(--white-color);
    margin-bottom: 15px;
}
.amenities .item p {
    color:   var(--white-color);
    margin: 0;
    line-height: 1.5em;
}
.amenities .item .icon {
    font-size: 45px;
    color:   var(--white-color);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0;
}

/* ======= attractions style ======= */
.attractions {
    position: relative;
    display: block;
    padding: 120px 0;
    z-index: 1;
    background:   var(--white-color);
}
section.attractions .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--secondary-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
section.attractions .section-subtitle span {
    color: var(--secondary-color);
}
section.attractions .section-title {
    font-size: 42px;
    font-weight: bold;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
section.attractions .section-title span {
    color: var(--secondary-color);
}
section.attractions .section-title.whte {
    color:   var(--white-color);
}
section.attractions .sub-title {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
section.attractions .sub-title.whte {
    color:   var(--white-color);
}
section.attractions .sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
section.attractions .sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color:   var(--white-color);
    border-radius: 50%;
    top: 45%;
}
section.attractions .sub-title:before,
section.attractions .sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.attractions .sub-title.border-bot {
    position: relative;
    border-bottom: 1px solid var(--secondary-color);
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}

.attractions .item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.attractions .item .item-wrap {
    position: relative;
    display: block;
    z-index: 1;
}
.attractions .item .item-wrap .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.attractions .item .item-wrap .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.attractions .item .item-wrap .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    height: 550px;
    object-fit: cover;
}
.attractions .item:hover .item-wrap .img img {
    transform: scale(1.05);
}
.attractions .item .item-wrap .con {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.attractions .item .item-wrap .con .title-box {
    position: relative;
    display: block;
}
.attractions .item .item-wrap .con .title-box h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color:   var(--white-color);
    margin-bottom: 0;
}
.attractions .item .item-wrap .con .title-box h3 a {
    color:   var(--white-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.attractions .item .item-wrap .con .title-box h3 a:hover {
    color:   var(--white-color);
}
.attractions .item .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateY(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.attractions .item:hover .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.attractions .item .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    border-radius: 50%;
    font-size: 12px;
    color:   var(--white-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.attractions .item .arrow a:hover {
    border: 1px solid var(--primary-color);
    color:   var(--white-color);
    background: var(--primary-color);
}

/* owl nav */

.attractions .owl-theme .owl-nav [class*="owl-"] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--secondary-color);
    border-radius: 0;
    color:   var(--white-color);
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}
.attractions .owl-theme .owl-nav [class*="owl-"]:hover {
    background:   var(--white-color);
    color: var(--secondary-color);
}

/*** WHY invest *****/

.why-invest {
    position: relative;
    display: block;
    padding: 120px 0;
    z-index: 1;
    background: var(--primary-color);
}
section.why-invest .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color:   var(--white-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
section.why-invest .section-subtitle span {
    color:   var(--white-color);
}
section.why-invest .section-title {
    font-size: 42px;
    font-weight: bold;
    color:   var(--white-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
section.why-invest .section-title span {
    color:   var(--white-color);
}
section.why-invest .section-title.whte {
    color:   var(--white-color);
}
section.why-invest .sub-title {
    color:   var(--white-color);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
section.why-invest .sub-title.whte {
    color:   var(--white-color);
}
section.why-invest .sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color:   var(--white-color);
    border-radius: 50%;
}
section.why-invest .sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color:   var(--white-color);
    border-radius: 50%;
    top: 45%;
}
section.why-invest .sub-title:before,
section.why-invest .sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.why-invest .sub-title.border-bot {
    position: relative;
    border-bottom: 1px solid   var(--white-color);
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
.why-invest .nav-link.active {
    background: transparent;
    color: var(--white-color);
    font-size: 24px;
    font-weight: bold;
}
.why-invest .nav-link {
    background: transparent;
    color:   var(--white-color);
    font-size: 24px;
    text-align: left;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 20px !important;
}
.tab-content img {
    height: 600px;
    object-fit: cover;
}



/* ======= attractions style ======= */
section.attractions .section-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--secondary-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
section.attractions .section-subtitle span {
    color: var(--secondary-color);
}
section.attractions .section-title {
    font-size: 42px;
    font-weight: bold;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
section.attractions .section-title span {
    color: var(--secondary-color);
}
section.attractions .section-title.whte {
    color:   var(--white-color);
}
section.attractions .sub-title {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
section.attractions .sub-title.whte {
    color:   var(--white-color);
}
section.attractions .sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
section.attractions .sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color:   var(--white-color);
    border-radius: 50%;
    top: 45%;
}
section.attractions .sub-title:before,
section.attractions .sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.attractions .sub-title.border-bot {
    position: relative;
    border-bottom: 1px solid var(--secondary-color);
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
.attractions .item {
    position: relative;
}
.attractions .item .img {
    padding-right: 70px;
    padding-bottom: 90px;
    position: relative;
    z-index: 12;
    overflow: hidden;
}
.attractions .item .img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.attractions .item .con {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    left: 40px;
    top: 90px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
 
.attractions .item .con .info-text {
    padding: 20px 30px;
    position: relative;
    z-index: 100;
}
.attractions .item .con .info-text h4 {
    font-size: 21px;
    margin-bottom: 0px;
}
.attractions .item .con .info-text p {
    font-size: 18px;
    font-weight: bold;
    color:   var(--white-color);
    margin-bottom: 0;
    line-height: 25px;
}
section.attractions .item img {
    height: 300px;
    object-fit: cover;
}


/* owl nav */

section.attractions .owl-theme .owl-nav [class*="owl-"] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--secondary-color);
    border-radius: 0;
    color:   var(--white-color);
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}
section.attractions .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--primary-color);
    color:   var(--white-color);
}

section.everyday-access-section.section {
    padding-bottom: 100px;
}
section.everyday-access-section.section .container.bg-img {
    background: url('../images/Al_raha_beach_02.webp') no-repeat;
    background-size: cover;
    background-position: center center;
    padding:100px  50px;
}
section.everyday-access-section.section .content {
    background: white;
    padding: 20px 50px;
}
section.everyday-access-section.section .content h1{
    color: var(--primary-color);
    font-size: 22px;
    font-weight: bold;
}
section.everyday-access-section.section .content ul{
    padding: 0 20px;
}
section.everyday-access-section.section .content ul li{
    font-size: 16px;
    color: var(--font-color);
list-style: disc;
line-height: 20px;
margin-bottom: 10px;
}
/**** footer CSS ***/

.footer-v2-section.section .left-colmn {
    background: url("../images/footer-img.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 100px 40px;
}
.footer-v2-section.section .right-colmn {
    background: var(--secondary-color);
    padding: 50px 40px 100px 40px;
}
.footer-v2-section .left-content h1 {
    font-size: 50px;
    line-height: 52px;
    padding-right: 50px;
    font-weight: bold;
}
.footer-v2-section .left-content p {
    font-size: 18px;
    margin-top: 25px;
}
.footer-v2-section .footer-form-col form.footer-form input,
.footer-v2-section .footer-form-col form.footer-form select {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    color: #ffffffc3;
    text-transform: none;
    padding: 10px;
}
.footer-v2-section .footer-form-col form.footer-form select option {
    color: var(--font-color);
}
.footer-v2-section .footer-form-col form.footer-form input:focus,
.footer-v2-section .footer-form-col form.footer-form textarea:focus {
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: none;
}
.footer-v2-section .footer-form-col form.footer-form label {
    color:   var(--white-color);
}
.footer-v2-section .footer-form-col form.footer-form textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    color:   var(--white-color);
    height: 200px;
}
.footer-v2-section .footer-form-col form.footer-form select option{
    color: var(--font-color) !important;
}
.footer-v2-section .footer-form-col h3 {
    font-size: 42px;
    text-transform: uppercase;
font-weight: bold;
    color:   var(--white-color);
    margin-bottom: 20px;
}

.footer-v2-section form.footer-form .row.form-btn {
    margin-top: 32px;
}
.footer-v2-section form.footer-form .row.form-btn button {
    background:   var(--white-color);
    border: none;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 25px;
    width: 210px;
    color: var(--font-color);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
    background-color: transparent;
}

/* For most modern browsers (Chrome, Firefox, Opera) */
.form-control::placeholder,
.form-select::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

/* For Internet Explorer 10, 11 */
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #ffffff !important;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #fff !important;
}

/* For Microsoft Edge */
.form-control::-ms-input-placeholder,
 .form-select::-ms-input-placeholder {
    color: #ffffff !important;
}
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
    color: #fff !important;
}

.form-select option[selected][disabled] {
    color:#ffffff !important;
}
.form-select option:checked {
    color:   var(--white-color) !important;
}

.form-select option[selected][disabled] {
    color:#fff !important;
}
.form-select option:checked {
    color: #fff !important;
}

 .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    margin-bottom: 10px;
}
span.iti__country-name {
    display: none;
}
form#zapierForm1  .iti__selected-dial-code {
    color:   var(--white-color);
}
.iti__selected-dial-code{
    color: var(--white-color);
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: var(--white-color) !important;
}
.form-control::placeholder,
.form-select::placeholder {
    color: var(--white-color) !important;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
    color: #ffffff !important;
}

/** footer bottom **/

section.footer-bottom {
    padding: 30px 0;
    background: var(--primary-color);
}
section.footer-bottom .footer-logo {
    font-size: 22px;
    color:   var(--white-color);
    font-weight: bold;
}
.privacy-link {
    width: 100%;
    color:   var(--white-color);
}
.privacy-link:hover {
    color: var(--secondary-color);
}


/**** General Popup ****/

#generalForm .modal-content{
    background:var(--secondary-color);
    border-radius: 0;
}
.general-popup-form input, 
.general-popup-form select, 
.general-popup-form textarea{
    border:1px solid   var(--white-color);
    background: transparent;
    color:   var(--white-color);
    border-radius: 0;
    padding: 10px;
}
.general-popup-form select option{
    color: var(--font-color);
}
.general-popup-form input:focus, 
.general-popup-form select:focus, 
.general-popup-form textarea:focus{
    background: transparent;
    outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
    color: var(--white-color) !important;
}
.popup-message-heading {
    margin-bottom: 30px;
}
.popup-message-heading h1{
    font-weight: bold;
    font-size: 27px;
}
.popup-message-heading p{
    font-size: 18px;
    line-height: 22pxss;
    color:   var(--white-color);
}
#generalForm .modal-body .container {
  padding: 0 !important;
}

#generalForm .row {
  margin: 0;
}

#generalForm .col-md-5,
#generalForm .col-md-7 {
  padding: 0;
}

#generalForm .col-md-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures the image fills area without distortion */
  display: block;
}
#generalForm .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    z-index: 2;
}
.general-popup-form-section.section {
    padding:50px 20px;
}
button.butn-dark.btn.btn-primary {
    width: 100%;
    height: 45px;
    border-radius: 0;
    background:var(--primary-color);
    color:   var(--white-color);
    border: 0;
}
div#generalForm .modal-header button {
    background: no-repeat;
}
div#generalForm .modal-header button i{
    color:   var(--white-color);
    opacity: 1;
}

/** Project detail popup **/

.modal-hero-section .center-title {
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    padding: 30px;
}
.modal-hero-section .desc p {
    font-size: 24px;
    line-height: normal;
    padding: 30px;
    color: var(--font-color);
}
ul.popup-facts-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: #F2FDFF;
    padding: 30px;
}
ul.popup-facts-list li{
    font-size: 20px;
    color: var(--font-color);
}
ul.popup-facts-list li i {
    padding-right: 10px;
    font-size: 20px;
    color: var(--primary-color);
}

.gallery-section .section-title {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
}
.gallery-item {
    padding: 5px;
}
.gallery-item a {
    width: 100%;
}
.mfp-bg {
    z-index: 2000 !important;
}
.mfp-wrap {
    z-index: 2001 !important;
}

.payment-form-section.section .popup-form-wrapper {
    background: var(--primary-color);
    padding: 30px;
}
.payment-form-section.section .text-content h1 {
    color:var(--secondary-color);
    font-weight: bold;
    font-size: 27px;
}
section.gallery-section.section-padding {
    padding: 30px 0;
}
.project-popup-form input, .project-popup-form select, .project-popup-form textarea{
    background: transparent;
    border: 1px solid var(--white-color);
    border-radius: 0;
    padding: 10px;
    color: var(--white-color);
}
.project-popup-form input:focus, .project-popup-form select:focus, .project-popup-form textarea:focus{
 background: transparent;
    border: 1px solid var(--white-color);
}
.modal-header button {
    background: transparent;
}
.gallery-img img {
    height: 300px;
    object-fit: cover;
}
select option{
    color: var(--font-color);
}


/*** ==== ARABIC css ===== ***/


/* owl nav */
.projects_ar .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%;
}
.projects_ar .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.projects_ar .owl-theme .owl-prev,
.projects_ar .owl-theme .owl-prev {
    left: 10px !important;
}
.projects_ar .owl-theme .owl-next {
    right: 10px !important;
}
.projects_ar .owl-theme .owl-prev,
.projects_ar .owl-theme .owl-next {
    color:   var(--white-color);
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px;
}
.projects_ar .owl-theme .owl-prev > span,
.projects_ar .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.projects_ar .owl-carousel .owl-nav button.owl-next,
.projects_ar .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.projects_ar .owl-theme .owl-nav [class*="owl-"] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--primary-color);
    border-radius: 0;
    color:   var(--white-color);
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}
.projects_ar .owl-theme .owl-nav [class*="owl-"]:hover {
    background:   var(--white-color);
    color: var(--primary-color);
}
.projects_ar .owl-theme .owl-nav {
    top: 100% !important;
}
.projects_ar .owl-theme .owl-nav [class*="owl-"] {
    opacity: 1;
}
.projects_ar .owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}
.projects-carousel_ar {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
.projects_ar .owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.projects_ar .register-price.text-end{
    text-align: right !important;
}
@media screen and (max-width: 991px) {
    .projects_ar .content {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .projects-content .book {
        text-align: -webkit-left;
        margin-top: 3px;
    }
    .projects-carousel_ar {
        overflow: hidden;
    }
}
 
@media screen and (max-width: 480px) {
    .projects_ar .content {
        padding: 0 0px;
    }
}



.why-invest_ar .nav-link{
    text-align: right;
    padding-left: 25px !important;
}

.butn-light_ar .btn span {
    transform-origin: center right;
}
.butn-dark_ar .btn span {
    transform-origin: center right;
}
.butn-light_ar .btn em {
    left: 23px;
    transform-origin: center left;
    right: unset;
}
.butn-dark_ar .btn em {
    left: 23px;
    transform-origin: center left;
    right: unset;
}

.butn-dark-v2_ar .btn span {
    transform-origin: center right;
}
.butn-dark-v2_ar .btn em {
    left: 23px;
    transform-origin: center left;
    right: unset;
}

.sub-title.ar_sub_title:before{
    right: 0;
}
.sub-title.ar_sub_title.border-bot {
    padding: 8px 15px 15px 0px !important;
}

.butn-light-v2_ar .btn span {
    transform-origin: center right;
}
.butn-light-v2_ar .btn em {
    left: 23px;
    transform-origin: center left;
    right: unset;
}

/*** Thank you popup ***/

.thankyou-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  background: var(--white-color);
  border-radius: 8px;
  max-width: 500px;
  margin: 15% auto;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.popup-content h3 {
  margin-bottom: 15px;
  color: #333;
}

.popup-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-popup:hover {
  color: var(--font-color);
}
 

/**======== Resposive code =======***/


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /* CSS */
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

      .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 190px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color:   var(--white-color);
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {


}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* CSS */
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

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


  .navbar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    .nav-scroll {
        background: #06102B;
    }
    .logo-wrapper {
        float: left;
        padding: 25px;
    }
    .nav-scroll .logo-wrapper {
        padding: 25px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 100px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .logo-img {
        margin-bottom: 0px;
        width: 100px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #F2FDFF;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #F2FDFF !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #7BBCFE !important;
    } 
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background:   var(--white-color);
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: #F2FDFF;
    }
    .nav-scroll .dropdown .nav-link i {
        color: #F2FDFF;
    }
    .nav-scroll .dropdown .nav-link.active i {
    color: #7BBCFE;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #F2FDFF;
        text-align: left;
        padding: 20px;
    }
.banner-header.bg-img {
    background-attachment: scroll;
}
    .banner-header.full-height h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
        padding: 0;
    }
    .banner-header.full-height h3 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
    }
    .banner-header.full-height h4 {
        font-size: 12px;
    } 
    .banner-header h1 {
        font-size: 46px;
    }


.section-padding {
    padding: 50px 20px;
}
.section-title {
    font-size: 27px;
    line-height: 32px;
}
span.navbar-toggler-icon i {
    line-height: 30px;
}
.banner-header.full-height h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    padding: 0;
}
.banner-header.full-height {
    min-height: calc(70vh - 100px);
    background-position: center;
    position: relative;
}
.banner-header p {
    width: 75%;
    font-weight: 300;
}
section.about.section-padding .btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

section.about .right-imgs .img-1{
    width: 100%;
}
section.about .right-imgs .img-2{
    width: 100%;
}
section.about .right-imgs .img-3{
    width:75%;
}
    section.about .right-imgs .img-4 {
        margin-top: -30px;
        width: 100%;
    }
    section.attractions p.main-desc {
    width: 100%;
    line-height: normal;
}
.service-section {
    position: relative;
    padding: 50px 20px 50px 20px;
}
.left-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
}
.left-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.service-section::before {
    width: 100%;
}
.info-wrapper .butn-dark {
    margin-top: 35px;
}
.hero-img {
    width: 88%;
    margin: 0 auto;
    position: relative;
}
.center-title h1 {
    font-family: 'Gilda Display', serif;
    font-size: 30px;
}
.center-title h3 {
    font-size: 18px;
    font-weight: 300;
}
.center-title h2 {
    font-size: 22px;
    font-weight: 300;
}
.modal-hero-section .desc {

    width: 80%;
}
.row.gallery {
    padding: 0;
}
.payment-form-section {
    background: #7BBCFE;
    padding: 50px 20px;
    position: relative;
}
select#iam_3 {
    margin-top: 10px;
}
.footer-bottom-logo {
    text-align: center;
}
    .why-invest{
        display: block;
        padding:60px 0;
    }
    .why-invest .single-invest {
        width: 100%;
        display: block;
    }
.why-invest .single-invest:nth-child(even) .invest-content:before {
    bottom: inherit;
    top: -7px;
}
.locations .item .img {
    padding-bottom: 105px;
}
.popup-form input, .popup-form select, .footer-form input, .footer-form select {
    height: auto;
}
.booking-box .head-box h4 {
    font-family: 'Gilda Display', serif;
    font-size: 22px;
            padding: 0;
}
.booking-box{
  padding: 20px 20px;
  
}
.btn-form1-submit {
    line-height: 40px;
}
.invest-title {
    padding: 20px;
}
.mobile-amenities{
    display: block;
}
.desktop-amenities{
  display: none;
}
.service-block .inner-box {
  padding: 30px 20px 33px;
  min-height: 175px;
}
.invest-title.text-center h1 {
    font-size: 25px;
}


}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


  .navbar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    .nav-scroll {
        background: #06102B;
    }
    .logo-wrapper {
        float: left;
        padding: 25px;
    }
    .nav-scroll .logo-wrapper {
        padding: 25px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 100px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .logo-img {
        margin-bottom: 0px;
        width: 100px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #F2FDFF;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #F2FDFF !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #7BBCFE !important;
    } 
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background:   var(--white-color);
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: #F2FDFF;
    }
    .nav-scroll .dropdown .nav-link i {
        color: #F2FDFF;
    }
    .nav-scroll .dropdown .nav-link.active i {
    color: #7BBCFE;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #06102B;
        text-align: left;
        padding: 20px;
    }
.banner-header.bg-img {
    background-attachment: scroll;
}
    .banner-header.full-height h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
        padding: 0;
    }
    .banner-header.full-height h3 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
    }
    .banner-header.full-height h4 {
        font-size: 12px;
    } 
    .banner-header h1 {
        font-size: 46px;
    }

    section.about .section-title {
    font-size: 32px;
}

.butn-dark {
    position: relative;
    width: 325px;
}
    section.about.section-padding .btn {
        margin-top: 20px;
        margin-bottom: 30px;
        position: relative;
    }
.section-padding {
    padding: 50px 20px;
}
.section-title {
    font-size: 27px;
    line-height: 32px;
}
span.navbar-toggler-icon i {
    line-height: 30px;
}
.banner-header.full-height h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    padding: 0;
}
.banner-header.full-height {
    min-height: calc(70vh - 100px);
    background-position: center;
    position: relative;
}
.banner-header p {
    width: 75%;
    font-weight: 300;
}
section.about .right-imgs .img-1{
    width: 100%;
}
section.about .right-imgs .img-2{
    width: 100%;
}
section.about .right-imgs .img-3{
    width:75%;
}
    section.about .right-imgs .img-4 {
        margin-top: -30px;
        width: 100%;
    }
    section.attractions p.main-desc {
    width: 100%;
    line-height: normal;
}
.service-section {
    position: relative;
    padding: 50px 20px 50px 20px;
}
.left-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
}
.left-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.service-section::before {
    width: 100%;
}
.info-wrapper .butn-dark {
    margin-top: 35px;
}
.hero-img {
    width: 88%;
    margin: 0 auto;
    position: relative;
}
.center-title h1 {
    font-family: 'Gilda Display', serif;
    font-size: 30px;
}
.center-title h3 {
    font-size: 18px;
    font-weight: 300;
}
.center-title h2 {
    font-size: 22px;
    font-weight: 300;
}
.project-btns {
    display: flex;
    gap: 0;
    justify-content: space-between;
    flex-direction: column;
}
.cta-wrapper .section-title {
    font-size: 27px;
    line-height: 32px;
}
.cta-wrapper .butn-light {
    margin: 0 auto;
    width: 300px;
}
section.why-invest .butn-light {
    width: 350px;
}
.modal-hero-section .desc {

    width: 80%;
}
.row.gallery {
    padding: 0;
}
.payment-form-section {
    background: #7BBCFE;
    padding: 50px 20px;
    position: relative;
}
select#iam_3 {
    margin-top: 10px;
}
.footer-bottom-logo {
    text-align: center;
}

    .why-invest{
        display: block;
        padding:60px 0;
    }
    .why-invest .single-invest {
        width: 100%;
        display: block;
    }
.why-invest .single-invest:nth-child(even) .invest-content:before {
    bottom: inherit;
    top: -7px;
}
.locations .item .img {
    padding-bottom: 105px;
}
section.everyday-access-section.section .content {
    background: white;
    padding: 20px 20px;
}
.footer-v2-section .footer-form-col h3 {
    font-size: 25px;
    font-weight: bold;
}
section.footer-bottom .footer-logo {
    text-align: center;
}
.privacy-link {
    text-align: center !important;
    margin-top: 20px;
}
.popup-form input, .popup-form select, .footer-form input, .footer-form select {
    height: auto;
}
.booking-box .head-box h4 {
    font-family: 'Gilda Display', serif;
    font-size: 22px;
            padding: 0;
}
.booking-box{
  padding: 20px 20px;
  
}
.btn-form1-submit {
    line-height: 40px;
}
.invest-title {
    padding: 20px;
}
.mobile-amenities{
    display: block;
}
.desktop-amenities{
  display: none;
}
.service-block .inner-box {
  padding: 30px 20px 33px;
  min-height: 175px;
}
.invest-title.text-center h1 {
    font-size: 25px;
}

.register-price span.price {
    font-size: 20px;
}
.register-price.text-end {
    text-align: left !important;
    margin-top: 10px;
}
.projects-content {
    margin-left: 0;
    margin-right: 0;
}
ul.facts-list li {
    color: var(--font-color);
    font-size: 12px;
    line-height: normal;
}
.projects .owl-theme .owl-nav [class*="owl-"]
 {
    opacity: 1;
}
li.nav-item p {
    padding: 0 20px;
}
.butn-light-v2 {
    position: relative;
    width: auto;
}
.butn-dark .btn span, .butn-dark-v2 .btn span {
    font-size: 12px;
}
.butn-light .btn span, .butn-light-v2 .btn span {
    font-size: 12px;
}
[dir='rtl'] .butn-dark .btn span, [dir='rtl'] .butn-dark-v2 .btn span {
    text-align: right;
}
[dir='rtl'] .butn-light .btn span, [dir='rtl'] .butn-light-v2 .btn span {
    text-align: right;
}
.butn-dark-v2 {
    position: relative;
    width: auto;
}
}
