@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lateef:wght@200;300;400;500;600;700;800&display=swap');

/*----------------------------------------------------------------
                      Start Default Settings
  ----------------------------------------------------------------*/
/*========== Typography Settings ==========*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Tajawal", sans-serif;
}

.btn-effect span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--main-color);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 2)* 25%);
    transition: .5s;
    transition-delay: calc((var(--n) - 1)* .1s);
    z-index: -1;
}
/*========= Alignment CSS ==========*/
body {
    font-family: "Tajawal", sans-serif;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-right: auto;
}

.text_end {
  text-align:right  !important;
}
.text_start {
text-align: left !important;
}

.dropdown-item {
  text-align: left;
}
.destination__card-content--round {
    left: 39px;
}

.destination__card-content {
    text-align: left;
}

.destination-card .card-title {
    left: 15px;
    transform: translateX(0);
}

.accordion button {
    text-align: left;
}

@media only screen and (min-width: 992px) {
    .form-bg.half-l {
        float: right;
    }
}

.contact-form .comment, .contact-form .form-bg {

    text-align: left;
}

.destination__card-content--round {
    left: 39px;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], input[type="subject"], input[type="datetime-local"] {
    height: 60px;
    text-align: left;
}
.form-floating>label {
    top: 0;
    left: 0;
    right:  auto !important;
}

table.infotable td, table.infotable th {
    margin: 0;
    padding: 7px 10px;
    text-align: left !important;
    font-size: .9rem;
}
.facility-box ::before {
    font: var(--fa-font-solid);
    content: "\f0e7";
    width: 20px;
    height: 20px;
    color: #dc3545;
    margin-right: 8px;
    font-size: 16px;
}
.styled-list li:before {
    font: var(--fa-font-solid);
    content: "\f0c6";
    width: 20px;
    height: 20px;
    color: var(--color-accent-1);
    margin-right: 10px;
    font-size: 19px;
}

.footer-widget .footer-link li span {
  padding-right: 0;
  font-size: 10px;
}

.footer-widget .footer-link li a {
  font-size: 20px;
  line-height: 25px;
}

.blog-card.two {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.national-info a {
    font-size: 25px;
    font-weight: 600;
}

.accordion .accordion-content p {
    font-size: 21px;
    margin: 15px auto;
    color: #666;
    line-height: 1.2;
}

.home-about-section .about-img-wrap .vector {
    position: absolute;
    top: 258px;
    left: -248px;
    z-index: -1;
}

.social-media {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: flex
;
    flex-direction: row;
}
.wpte-trip__search-fields {
    left: 10%;
}

input {
    margin-right: 10px;
    margin-left: auto;
}

#header.animate-bg {
    transition: background-color .2s ease-in-out;
}

#header.animate {
    transition: box-shadow .2s ease-in-out;
}
#header {
    padding: 0 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
    background-color: #fff;
    color: #131624;
    z-index: 100;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
#header.animate #logo, #header.animate #logo path, #header.animate .right {
    transition: all .2s ease-in-out;
}
#logo {
    float: left;
    font-size: 20px;
    margin-bottom: 26px;
    line-height: 0;
}
#logo a {
    display: inline-block;
    height: 35px;
    padding: 0;
}
#header .submenu-close {
    display: none;
    float: left;
    padding: 22px 20px 21px;
    transform: rotateY(180deg);
    cursor: pointer;
}
.search-wrapper {
    position: relative;
    display: inline-block;
    width: 50%;
}

#header .search-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#header.animate input.search {
    transition: font-size .2s ease-in-out, border .2s ease-in-out;
}

#header .search-wrapper input.search {
    font-size: 15px;
    border-bottom-width: 1px;
}
.search-wrapper input.search {
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
    border: none;
    background: #fff;
    box-shadow: 0px 10px 46px 0px rgba(1, 7, 39, .1);
    border-radius: 4px;
    font-size: 17px;
    line-height: 20px;
    padding: 22px 20px 22px 65px;
    width: 100%;
    background: url(../svg/search.svg) no-repeat 25px center;
    background-size: 19px;
}
input {
    margin-right: 10px;
}
.search-wrapper .close {
    position: absolute;
    top: 15px;
    left: 14px;
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#header.animate #logo, #header.animate #logo path, #header.animate .right {
    transition: all .2s ease-in-out;
}
#header .right {
    float: right;
    display: flex
;
    align-items: center;
}
@media only screen and (min-width: 960px) {
    .hide-desktop {
        display: none !important;
    }
}
.right {
    text-align: right;
}
#header .filters-toggle {
    display: none;
    position: relative;
    float: right;
    padding: 20px;
    color: #08080e;
    text-decoration: none;
}
@media only screen and (min-width: 960px) {
    .hide-desktop {
        display: none !important;
    }
}
#header .filters-toggle span {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
#header .filters-toggle .icon-close {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
}

#header .right .buy {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 26px;
    margin: 0;
}
a.button.primary {
    color: #fff;
}

a.button, a.button span:after, a.splash-link, a.splash-link:after, .websites-form button.btn {
    transition: all 0.2s ease-in-out;
}
a.button {
    display: inline-block;
    margin: 0 5px 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 80px;
    background-color: #dde7f0;
    color: #07070A;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}

#menu {
    display: block;
}

#header .menu-toggle {
    display: none;
    float: left;
    width: 22px;
    padding: 22px 20px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: right;
}

#menu > ul > li > a {
    padding: 25px 20px;
    height: 70px;
    font-weight: 500;
    box-sizing: border-box;
}
#menu ul li a {
    display: block;
    line-height: 20px;
    color: #08080e;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}#menu > ul > li.active > a {
    color: #7a7c8d;
}
#menu > ul > li > a {
    padding: 25px 20px;
    height: 70px;
    font-weight: 500;
    box-sizing: border-box;
}
#menu ul li a {
    display: block;
    line-height: 20px;
    color: #08080e;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

#menu ul > li > .submenu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f6f7f9;
    border-top: 1px solid #e3e6ee;
    box-shadow: 0px 10px 10px 0px rgba(58, 63, 67, 0.12);
}
#menu .submenu.with-tabs .wrapper {
    display: flex;
    text-align: left;
    padding: 40px 0 50px;
}
.wrapper {
    position: relative;
    box-sizing: border-box;
    max-width: 1212px;
    margin: 0 auto;
    padding: 0 30px;
}

#menu .submenu.with-tabs .tabs-nav {
    width: 25%;
    flex-shrink: 0;
    border-right: 1px solid #e3e6ee;
    margin-right: 40px;
}

#menu ul {
    list-style: none;
}

#menu .submenu.with-tabs .tabs-nav li {
    float: none !important;
    display: block;
    margin-bottom: 5px;
}

#menu ul li {
    float: left;
}
#menu .submenu.with-tabs .tabs-nav li.active a {
    color: #0089f7;
}
#menu .submenu.with-tabs .tabs-nav li a {
    display: block;
    padding: 7px 10px;
    font-weight: 500;
}
#menu ul > li ul li a {
    color: #2a2b39;
}
#menu ul li a {
    display: block;
    line-height: 20px;
    color: #08080e;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}
#menu .submenu.with-tabs .tab {
    width: calc(75% - 40px);
}

#menu ul {
    list-style: none;
}

#menu .submenu.with-tabs .tab ul li {
    width: 31.3333%;
    margin: 0 1%;
    margin-bottom: 5px;
}

#menu .submenu.with-tabs .tab ul li a {
    position: relative;
    padding: 7px 10px 7px 40px;
}
#menu ul > li ul li a {
    color: #2a2b39;
}
#menu ul li a {
    display: block;
    line-height: 20px;
    color: #08080e;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

#menu ul li:hover > a, #menu ul li.active:hover > a, #menu ul li a:not(.button):hover {
    color: #0089f7;
}
#menu > ul > li.active > a {
    color: #7a7c8d;
}
#menu > ul > li.active > a {
    color: #7a7c8d;
}
#menu > ul > li > a {
    padding: 25px 20px;
    height: 70px;
    font-weight: 500;
    box-sizing: border-box;
}
#menu ul li a {
    display: block;
    line-height: 20px;
    color: #08080e;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}
#menu ul > li:hover > .submenu {
    display: block;
}
#menu ul > li > .submenu {
    display: none;
    position: absolute;
    left: 10%;
    width: 80%;
    background-color: #f6f7f9;
    border-top: 1px solid #e3e6ee;
    box-shadow: 0px 10px 10px 0px rgba(58, 63, 67, 0.12);
}

#menu > ul > li.has-menu:hover > a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: calc(50% - 7px);
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #e3e6ee transparent;
}#menu > ul > li.has-menu:hover > a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: calc(50% - 6px);
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f6f7f9 transparent;
}

#menu .submenu.with-tabs .tabs-nav li.active a:after {
    display: block;
}

#menu .submenu.with-tabs .tabs-nav li a:after {
    content: "";
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/move-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}

#menu ul li {
    float: left;
}
.wpte-trip__search-fields {
    left: 10%;
}

#header {
    top: 37px;
  }

.home-about-section .about-img-wrap .experience {
    right: 10px;
    left: auto;
}

.footer-link i {
    transform: scaleX(-1);
    margin-left: -15px;
    margin-right: 11px;
}

@media (max-width: 575.98px) {
  .section-title {
    margin-left: 24px;
  }
}

  table.infotable td, table.infotable th {
    text-align: left;
}

table.infotable th.ttitle {
    padding-left: 7px !important;
}

#menu .tab ul li {
    float: left;
}

#menu .submenu.with-tabs .tabs-nav li a:after {
    left: auto;
}

#menu .submenu.with-tabs .tabs-nav {
    border-left: none;
}

#menu .submenu.with-tabs .tabs-nav {
    flex-shrink: 0;
    border-right: 1px solid #e3e6ee;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .tab {
        display: none !important; 
    }
    .tab.active {
        display: block !important;
    }
  
  #menu .submenu.with-tabs .tab ul li {
    width: 100%;
    margin: 0 1%;
    margin-bottom: 5px;
  }
  #menu.active .nav_act {
    top: 16px;
    right: 0;
    width: 57%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    left: auto;
}
.wpte-trip__search-fields {
    left: 0;
}
.wpte-trip__search-fields {
    z-index: 0;
}
#header {
    top: 0;
}

.footer-widget .footer-link {
    padding-left: 21px;
}
.footer-widget h4 {
    margin-left: 22px;
}

.right {
    position: sticky;
    top: 18px;
    margin-bottom: 0 !important;
}

#header .right .buy {
    padding-left: 18px;
    padding-right: 19px;
}

#menu .submenu.with-tabs .tabs-nav {
    width: 100%;
    flex-shrink: 0;
    border-right: 1px solid #e3e6ee;
    margin-right: 40px;
}
#menu .submenu.with-tabs .tabs-nav li a:after {
    left: 46px;
    right: 0;
}
input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 285px;
    position: absolute;
    left: 2px;
}
.section-title {
    margin-left: 24px;
    margin-right: 24px;
}

.about-img img {
    border-radius: 38px;
    height: 533px;
    width: 745px;
    margin-top: 25px;
}
.home-about-section .about-img-wrap 
.experience {
    right: 10px;
    left: auto;
    top: 32px;
}
.about-img img {
    border-radius: 38px;
    height: 419px;
    width: 745px;
    margin-top: 25px;
}
.destination-gallery-section {
    padding-top: 0;
    padding-bottom: 30px;
}


.contact-us .contact-form {
    padding: 0;
}






}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 231px;
    position: absolute;
    left: 2px;
}

.btn-effect span {
    position: absolute;
    width: 52%;
}

.blog-card.two .blog-card-img-wrap .card-img img {
    width: 399px;
}
.blog-card .blog-card-content h5 {
    height: 63px;
}
.info-prop>div {
    border-right: 2px solid rgba(82, 85, 90, 0.1);
    padding-left: 8px;
}

.bg-breadcrumb{
margin-top: 7% !important;
}

.about-img img {
    border-radius: 38px;
    height: 533px;
    width: 745px;
}

.right {
    text-align: left;
}

.right {
    position: sticky;
    top: 18px !important;
    margin-bottom: 25px;
}

.navsLink-hasdropdown .dropdown-menu {
    text-align: left;
}

.info-prop>div {
    border-right: 2px solid rgba(82, 85, 90, 0.1);
    padding-left: 8px;
    border-left: none;
}

.blog-body ul li:before {
    margin-right: 10px;
    margin-left: 0;
} 


.info-prop>div {
    padding-right: 23px;
  }

  .project-facilities ul li {
    margin-right: 84px;
    font-size: 19px;
    margin-left: 0;

}


.project-facilities ul li::before {
    margin-left: 0;
    margin-right: 8px;
}