* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lexend', sans-serif;
}

.iti {
    width: 100%;
    display: block;
}

select>option.hidden-option {
    display: none;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.select2-selection {
    border: 1px solid #000000 !important;
}

.explore-now select,
.form-control {
    color: #2D4059;
    font-size: 14px;
    font-weight: 400;
}

.explore-now .form-select:focus,
.explore-now .form-select:active,
.explore-now .form-select:focus {
    outline: none;
    box-shadow: none;
}

.main-text {
    color: #2D4059;
}

.secondary-text {
    color: #E9A500 !important;
    transition: all 0.3s;
}

.secondary-text:hover {
    color: #2D4059 !important;
}

.toast-header,
.toast-container {
    z-index: 999999;
}

.response-message .toast {
    background-color: #FFF5DA !important;
}

.response-message .check-logo {
    color: green;
}

.response-message .error-logo {
    color: red;
}

.response-message .title {
    color: #E9A500;
}

.rectangle {
    height: 37px;
    background-color: #E9A500;
}

.rect {
    fill: #2D4059;
}

.rect.rect-toggle {
    fill: #E9A500;
}

.toggle-class {
    background-color: #2D4059 !important;
    z-index: 999999999;
}

.toggle-class1 {
    background-color: #E9A500 !important;
    color: #2D4059;
}

body {
    height: 110vh;
    background-image: url(../images/main-background.svg);
    background-repeat: no-repeat;
    background-position: right;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFF5DA;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2D4059;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #E9A500;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar {
    height: 150px;
    z-index: 111;
}

.navbar-brand,
.navbar-brand small,
.navbar-brand i {
    color: #2D4059;
}

.nav-item .nav-link.active {
    color: #E9A500 !important;
}

.nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    color: #2D4059 !important;
    margin: 0 25px;
    transition: all 0.2s;
}

.nav-item .nav-link:hover {
    color: #E9A500 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url(../images/toggler-icon.svg) !important;
}

.search {
    width: 267px;
    height: 64px;
    justify-content: center;
    align-items: center;
    background-color: #2D4059;
    border-radius: 10px;
    padding: 10px 20px;
}

.search img {
    width: 24px;
    height: 24px;
}

.search input::placeholder {
    color: #FFF5DA;
}

.search input {
    border: 0 !important;
    background: transparent !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 22.5px;
    color: #FFF5DA !important;
}

.search .form-control:focus,
.search .form-control:active {
    border: 0 !important;
    outline: none;
    box-shadow: none;
}

.form-control:focus,
.form-control:active {
    outline: none;
    box-shadow: none;
}

.btn:focus,
.btn:active {
    /* border: 0 !important; */
    outline: none;
    box-shadow: none;
}

.explore-section {
    color: #2D4059;
}

.explore-section h1 {
    font-size: 96px;
    font-weight: 600;
}

.explore-section h1 span {
    position: relative;
    z-index: 1;
}

.explore-section h1 span img {
    width: 126px;
    position: absolute;
    left: -50%;
    top: 5%;
    z-index: -1;
}

.explore-section p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.explore-section .explore-now {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    background-color: #FFF5DA;
    border: 0.5px solid #2D4059;
    border-radius: 5px;
}

.explore-section .explore-now p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
}

.explore-section .explore-now .btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
}

.explore-section .explore-now .btn.primary {
    background-color: #2D4059;
    color: #FFF5DA;
    transition: all 0.2s;
}

.explore-section .explore-now .btn.primary:hover {
    background-color: #E9A500;
    color: #2D4059;
}

.explore-section .images .img-1 {
    padding-bottom: 5px;
}

.explore-section .images .img-1 img {
    border-radius: 10px 10px 0 0;
}

.explore-section .images .img-2 {
    padding-right: 5px !important;
}

.explore-section .images .img-2 img {
    border-radius: 0 0 0 10px;
}

.explore-section .images .img-3 {
    padding-left: 5px !important;
}

.explore-section .images .img-3 img {
    border-radius: 0 0 10px 0;
}

.second-section .title,
.third-section .title,
.seventh-section .title,
.sixth-section .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #E9A500;
}

.second-section .text,
.third-section .text,
.seventh-section .text,
.sixth-section .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #2D4059;
}

.third-section .title2,
.fourth-section .title2,
.fifth-section .title2,
.seventh-section .title2,
.sixth-section .title2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #2D4059;
}

.third-section .text2,
.fourth-section .text2,
.fifth-section .text2,
.seventh-section .text2,
.sixth-section .text2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #E9A500;
}

.fifth-section .title3,
.request-quote .title3,
.request-quote {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #2D4059;
}

.fifth-section .text3,
.request-quote .text3,
.request-quote {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #E9A500;
}

.second-section .orange-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F07B3F;
    width: 75%;
    border-radius: 10px;
    padding: 30px;
}

.second-section .orange-box h2 {
    font-size: 36px;
    font-weight: 500;
    color: #2D4059;
    line-height: 45px;
}

.second-section .orange-box p {
    font-size: 14px;
    font-weight: 400;
    color: #FFF5DA;
    line-height: 17.5px;
}

.second-section .orange-box-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
}

.third-section {
    /* height: 200vh; */
    background-image: url(../images/main-background-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    color: #2D4059;
}

.fourth-section {
    background-image: url(../images/main-background.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    color: #2D4059;
}

.fourth-section .item,
.fourth-section .item img {
    border-radius: 5px;
}

.fourth-section.two .item {
    /* background-color: #FFF5DA; */
    height: 180px;
}

.fifth-section {
    color: #2D4059;
}

.sixth-section {
    color: #2D4059;
}

.seventh-section {
    color: #2D4059;
}

.third-section .adventure h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
}

.third-section .adventure p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
}

.owl-theme {
    position: relative;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: -18%;
    background-color: #E9A500 !important;
}

.owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: -18%;
    background-color: #E9A500 !important;
}

.owl-item .item a {
    text-decoration: none;
    color: #2D4059;
}

.owl-item .item {
    border-radius: 6px;
    padding: 0 5px;
    transition: all 0.2s ease-in-out;
}

.owl-item .item .image:hover .text {
    opacity: 1;
}

.owl-item .item .image {
    position: relative;
}


.owl-item .item .text {
    /* opacity: 0; */
    background-image: url(../images/colons.png);
    background-repeat: no-repeat;
    background-position: right;
    /* background-color: #FFF5DA; */
    background: linear-gradient(102.36deg, rgba(239, 239, 239, 0.6) 0%, rgba(239, 239, 239, 0.1) 101.82%);
    padding: 10px 8px;
    border-radius: 0 0 6px 6px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
}

.owl-item .item .text span {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}

.owl-item .item .text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 11.25px;
    padding: 5px 0;
}

.owl-item .item .image:hover .owl-item .item .text {
    color: red;
}

.fourth-section .btn {
    background-color: #2D4059;
    color: #FFF5DA;
    padding: 20px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
    transition: all 0.2s;
}

.fourth-section .btn:hover {
    background-color: #E9A500;
    color: #2D4059;
}

.fifth-section .why-us {
    height: 375px;
    background-color: #FFF5DA;
    border-radius: 10px;
    box-shadow: 23px 19px 25px rgba(233, 165, 0, 0.25);
    transition: all 0.4s;
}

.fifth-section .why-us:hover {
    background-color: #2D4059;
    transform: scale(1.1);
}

.fifth-section .why-us:hover h3 {
    color: #FFF5DA;
}

.fifth-section .why-us .image img {
    border-radius: 10px;
    padding: 10px;
    background-color: #F07B3F;
}

.fifth-section .why-us .text h3 {
    font-size: 24px;
    font-weight: 700;
}

.fifth-section .why-us .text p {
    font-size: 18px;
    font-weight: 500;
    color: #E9A500;
}

.fifth-section .learn-more .btn {
    background-color: #2D4059;
    color: #FFF5DA;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.sixth-section .feedback {
    border-radius: 10px !important;
    position: relative;
}

.sixth-section .feedback-image img {
    border-radius: 10px !important;
}

.sixth-section .feedback-text {
    position: absolute;
    bottom: 25px;
    font-size: 48px;
    font-weight: 500;
    color: #FFF5DA;
    line-height: 60px;
    padding: 0 0 10px 10px;
    width: 85%;
}

.sixth-section .tripadvisor-award {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 95px;
}

.sixth-section .feedback-text span {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.sixth-section .overview {
    background-color: #FFF5DA;
    border-radius: 10px;
    box-shadow: 23px 19px 25px rgba(233, 165, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sixth-section .overview span {
    font-size: 30px;
    font-weight: 500;
}

.sixth-section .overview .rate {
    font-size: 60px;
    font-weight: 600;
}

.sixth-section .overview .rate span {
    font-size: 30px;
    font-weight: 500;
}

.sixth-section .overview h3 {
    font-size: 23px;
    font-weight: 500;
}

.sixth-section .overview p {
    font-size: 18px;
}

.eighth-section {
    color: #2D4059;
}

.eighth-section .reviewer-image {
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    backdrop-filter: blur(32px);
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 70px 0;
    transition: all 0.7s;
    display: none;
}

.overlay .close {
    padding: 10px;
    background-color: #E9A500;
    border-radius: 3px;
    border: 0;
    transition: all 0.5s;
}

.overlay .close:hover {
    background-color: #F3C57A;
}


.floating {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: all 0.2s;
    z-index: 999;
}

.floating:hover {
    right: 25px;
}


.floating:hover .show {
    background-color: #F3C57A;
}

.floating .show {
    padding: 11px 10px;
    background-color: #F07B3F;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #2D4059;
    border: 0;
    transition: all 0.2s;
}

.programs-section {
    color: #2D4059;
}

.programs-section .governorates {
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    border-radius: 10px;
    width: 85%;
    background-color: #F07B3F;
}

.programs-section .governorate a {
    transition: all 0.2s;
}

.programs-section .governorate:hover a {
    color: #FFF5DA;
}

.programs-section .governorate .active {
    color: #FFF5DA;
}

.programs-section .governorates a {
    text-decoration: none;
    color: #2D4059;
    font-size: 18px;
    font-weight: 700;
}

.programs-section .mobile-filter .governorates button {
    background-color: transparent;
    border: 0;
}

.programs-section .governorates .separator {
    height: 28px;
    background-color: #FFF5DA;
    width: 2px;
}

.programs-section .governorates .mobile-separator {
    height: 3px;
    background-color: #FFF5DA;
    width: 50%;
    margin: auto;
}

.programs-section .program {
    margin-top: 30px;
    border-radius: 10px;
    background-color: #FFF5DA;
    box-shadow: 20px 20px 26px rgba(233, 165, 0, 0.2);
}

.programs-section .program-image img {
    border-radius: 10px;
}

.programs-section .program-details h5 {
    font-size: 17px;
    font-weight: 700;
}

.programs-section .program-details a {
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #2D4059;
}

.programs-section .reviews span {
    font-size: 10px;
    font-weight: 400;
}

.programs-section .duration {
    width: 50%;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    background-color: #F07B3F;
    border-radius: 5px;
}

.programs-section .desc p {
    font-size: 12px;
    font-weight: 400;
}

.programs-section .book-now .btn {
    background-color: #F07B3F;
    color: #FFF5DA;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s;
}

.programs-section .book-now .btn:hover {
    color: #2D4059;
    background-color: #F3C57A;
    transform: scale(1.1);
}

.program-section {
    color: #2D4059;
}

.program-section .program-info {
    border-radius: 10px;
}

.program-section .background {
    position: relative;
}

.program-section .background img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.program-section .fav img {
    width: 40%;
}

.program-section .title {
    position: absolute;
    bottom: 20px;
}

.program-section .title h1 {
    font-size: 64px;
    font-weight: 700;
    color: #FFF5DA;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}



.program-section .details {
    background-color: #FFF5DA;
    border-radius: 0 0 10px 10px;
}

.program-section .details .duration span {
    font-size: 50px;
    font-weight: 600;
}

.program-section .details .duration p {
    font-size: 24px;
    font-weight: 600;
}

.program-section .details .reviews img {
    width: 50%;
}

.program-section .details .reviews span {
    font-size: 21px;
    font-weight: 400;
}

.program-section .details .price p {
    font-size: 24px;
    font-weight: 600;
}

.program-section .details .price span {
    font-size: 50px;
    font-weight: 600;
}

.program-section .btn {
    background-color: #F07B3F;
    color: #FFF5DA;
    padding: 10px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.5s;
}

.program-section .btn:hover {
    color: #2D4059;
    background-color: #F3C57A;
    transform: scale(1.1);
}

.why-section {
    color: #2D4059;
}

.why-section .title p {
    padding: 5px 0;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 4px solid #E9A500;
}

.why-section .text p {
    white-space: pre-wrap;
    font-size: 24px;
    font-weight: 400;
}

.why-section .why {
    height: 190px;
    background-color: #FFF5DA;
    border-radius: 10px;
    box-shadow: 20px 20px 26px rgba(233, 165, 0, 0.2);
}

.why-section .why .text-1 {
    font-size: 12px;
    font-weight: 700;
}

.why-section .why .text-2 {
    white-space: break-spaces;
    font-size: 11px;
    font-weight: 400;
}

.itinerary-section {
    color: #2D4059;
}

.itinerary-section .title p {
    padding: 5px 0;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 4px solid #E9A500;
}

.itinerary-section .head {
    /* border-top: 3px solid #E9A500; */
    cursor: pointer;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35);
    /* box-shadow: 0 0 5px 0 #2D4059; */
    border-radius: 1vw;
}

.request-quote .g-recaptcha {
    display: flex;
    justify-content: center;
}

.itinerary-section .day {
    font-size: 24px;
    font-weight: 700;
}


.itinerary-section .day .body {
    font-size: 24px;
    font-weight: 400;
}

.itinerary-section .day .body p {
    white-space: pre-wrap;
}

.itinerary-section .day .plus i {
    color: #E9A500;
    cursor: pointer;
}

.itinerary-section .day .body .text .text-1 {
    font-size: 12px;
    font-weight: 700;
}

.itinerary-section .day .body .text .text-2 {
    font-size: 12px;
}

.inclusions-section p {
    white-space: pre-wrap;
}

.exclusions-section p {
    white-space: pre-wrap;
}

.exclusions-section {
    color: #2D4059;
}

.exclusions-section .title p {
    padding: 5px 0;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 4px solid #E9A500;
}


.exclusions-section .exclusion {
    font-size: 24px;
    font-weight: 400;
}

.inclusions-section {
    color: #2D4059;
}

.inclusions-section .title p {
    padding: 5px 0;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 4px solid #E9A500;
}


.inclusions-section .inclusion {
    font-size: 24px;
    font-weight: 400;
}

.schedule-section {
    color: #2D4059;
}

.schedule-section .title p {
    padding: 5px 0;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 4px solid #E9A500;
}

.schedule-section .booking {
    position: relative;
    background-color: #FFF5DA;
    border-radius: 10px;
    padding: 20px 40px;
    box-shadow: 9px 9px 18px rgba(233, 165, 0, 0.25);
}


/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -22px;
    top: 35px;
    transform: rotate(-45deg);
}

.ribbon.offer::before,
.ribbon.offer::after {
    border: 5px solid #F8463D;
}

.ribbon.offer span {
    background-color: #F8463F;
}

.ribbon.sold-out::before,
.ribbon.sold-out::after {
    border: 5px solid grey;
}

.ribbon.sold-out span {
    background-color: darkgray;
}

.schedule-section .booking .booking-title {
    font-size: 18px;
    font-weight: 700;
}

.schedule-section .booking .booking-price p {
    font-size: 48px;
    font-weight: 700;
}

.schedule-section .booking .booking-price span {
    font-size: 14px;
    font-weight: 700;
    color: #F07B3F;
}

.schedule-section .booking .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    color: #FFF5DA;
    background-color: #F07B3F;
    box-shadow: 10px 10px 9px rgba(233, 165, 0, 0.25);
    border-radius: 10px;
    transition: all 0.5s;
}

.schedule-section .booking .book-now-btn:hover {
    color: #2D4059;
    background-color: #F3C57A;
    transform: scale(1.1);
}

.reviews-section .title p {
    padding: 5px 0;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 4px solid #E9A500;
}

.who-we-are .title p {
    padding: 5px 0;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 4px solid #E9A500;
}

.who-we-are .text p {
    white-space: pre-wrap;
    font-size: 24px;
    font-weight: 500;
}

.team-section {
    color: #2D4059;
}

.team-section .person {
    background-color: #FFF5DA;
    border-radius: 10px;
    box-shadow: 9px 9px 18px rgba(233, 165, 0, 0.25);
}

.team-section .person .person-image .background {
    background-color: #F07B3F;
    position: relative;
    border-radius: 10px;
    height: 90%;
}

.team-section .person .person-image .background .photo {
    position: absolute;
    bottom: 0;
}

.team-section .person .person-image .photo img {
    border-radius: 10px;
    width: 100%;
    /* background-color: #F07B3F; */
}

.team-section .person .person-info .name p {
    font-size: 24px;
    font-weight: 700;
}

.team-section .person .person-info .desc p {
    font-size: 14px;
    font-weight: 500;
    color: #F07B3F;
}

.request-quote {
    color: #2D4059;
}

#other_div,
#other_way_div {
    display: none;
}

.request-quote label,
option,
select {
    font-size: 14px;
    font-weight: 600;
}

.request-quote form {
    border-radius: 10px;
    background-color: #FFF5DA;
}

.request-quote .form-control,
.request-quote .form-select {
    background-color: transparent;
    border: 1px #2D4059 solid;
}

.request-quote .form-control:focus,
.request-quote .form-control:active,
.request-quote .form-select:focus,
.request-quote .form-select:active {
    outline: none;
    box-shadow: none;
}

#formFileMultiple {
    background-color: #F3C57A;
}

.request-quote .btn {
    border-radius: 10px;
    background-color: #F07B3F;
}

.to-top-section button {
    background-color: #E9A500;
    padding: 8px 13px;
    border-radius: 3px;
    border: 0;
    transition: all 0.5s;
}

.to-top-section button:hover {
    background-color: #F3C57A;
}

.to-top-section .text {
    font-size: 18px;
    font-weight: 700;
    padding: 0 13px;
}

.contact-us-section {
    color: #2D4059;
}

.contact-us-section .contact-us-card {
    border-radius: 10px;
    background-color: #FFF5DA;
    box-shadow: 9px 9px 18px rgba(233, 165, 0, 0.25);
    padding: 60px 65px;
}

.contact-us-section .contact-us-card .header {
    font-size: 70px;
    font-weight: 600;
}

.contact-us-section .contact-us-card .social-media a {
    font-size: 34px;
    color: #F07B3F;
    transition: all 0.5s;
}

.contact-us-section .contact-us-card .social-media a:hover {
    color: #2D4059;
    padding: 10px;
}

.contact-us-section .contact-us-card .social-media button {
    border: 0;
    background-color: transparent;
}

.contact-us-section .contact a {
    color: #F07B3F;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    color: #F07B3F;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.5s;
}

.contact-us-section .contact a:hover {
    color: #2D4059;
    padding-left: 10px;
}

.contact-us-section .contact-us-card .contact span,
.contact-us-section .contact-us-card .location span {
    font-family: 'Montserrat';
    font-style: normal;
    color: #F07B3F;
    font-size: 20px;
    font-weight: 700;
}

.contact-us-section .contact-us-card .contact p,
.contact-us-section .contact-us-card .location p {
    font-family: 'Montserrat';
    font-style: normal;
    color: #F07B3F;
    font-size: 20px;
    font-weight: 400;
}

.contact-us-section .contact-us-card input {
    font-family: 'Montserrat';
    font-style: normal;
    background-color: transparent !important;
    border: 0 solid !important;
    border-bottom: 2px #F07B3F solid !important;
    border-radius: 0;
    color: #2D4059;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 400;
}

.contact-us-section .contact-us-card input::placeholder {
    color: #F07B3F;
    font-size: 20px;
    font-weight: 400;
}

.contact-us-section .contact-us-card .input-2,
.contact-us-section .contact-us-card .input-3 {
    border-bottom: 1px #F07B3F solid !important;
    color: #2D4059;
    font-size: 14px;
    font-weight: 400;
}

.contact-us-section .contact-us-card .input-2::placeholder,
.contact-us-section .contact-us-card .input-3::placeholder {
    color: #F07B3F;
    font-size: 14px;
    font-weight: 400;
}

.contact-us-section .btn {
    font-family: 'Montserrat';
    font-style: normal;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #F07B3F;
    padding: 15px 77px;
    transition: all 0.5s;
}

.contact-us-section .btn:hover {
    color: #2D4059;
    background-color: #F3C57A;
}

.faq-section .rectangle h2 {
    font-size: 32px;
    font-weight: 700;
}

.faq-section .nav-tabs {
    border: 0;
}

.faq-section .nav-link {
    border: 1px solid #E9A500;
    color: #001232;
    border-radius: 10px;
    padding: 20px 80px;
    margin: 0 10px;
    transition: all 0.5s;
}

.faq-section .nav-link:hover {
    border: 1px solid transparent;
    background-color: #2D4059;
    color: #E9A500;
}

.faq-section .nav-link.active {
    border: 1px solid transparent;
    background-color: #2D4059;
    color: #E9A500;
}

.faq-section .title h5 {
    cursor: pointer;
}

.footer-section {
    background-color: #2D4059;
}

.footer-section .contact-us .btn {
    background-color: #F07B3F;
}

.footer-section .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    color: #FFF5DA;
    background-color: #F07B3F;
    border-radius: 10px;
    transition: all 0.5s;
}

.footer-section .btn:hover {
    background-color: #F3C57A;
    color: #2D4059;
}

.footer-section .sitemap span,
.footer-section .about span,
.footer-section .newsletter span {
    color: #E9A500;
    font-size: 18px;
    font-weight: 700;
}

.footer-section .sitemap a,
.footer-section .about a,
.footer-section .newsletter p {
    text-decoration: none;
    color: #FFF5DA;
    font-size: 14px;
    font-weight: 400;
}

.footer-section .sitemap ul,
.footer-section .about ul {
    padding: 0;
}


.footer-section .sitemap li,
.footer-section .about li {
    list-style: none;
    color: #FFF5DA;
}

.footer-section .sitemap a,
.footer-section .about a {
    transition: all 0.5s;
}

.footer-section .sitemap li:hover a,
.footer-section .about li:hover a {
    color: #E9A500;
}

.footer-section .newsletter .email {
    background-color: #FFF5DA;
    border-radius: 10px;
}

.footer-section .newsletter .email .icon {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.footer-section .newsletter .email .email-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-section .newsletter .email .email-input input {
    border: 0;
    background-color: transparent;
}

.footer-section .newsletter .email .email-input input::placeholder {
    font-size: 18px;
    font-weight: 300;
}

.footer-section .newsletter .email .subscribe-button:hover {
    background-color: #F3C57A;
}

.footer-section .newsletter .email .subscribe-button:hover .btn {
    color: #2D4059 !important;
}

.footer-section .newsletter .email .subscribe-button {
    background-color: #F07B3F;
    border-radius: 0 10px 10px 0;
    transition: all 0.5s;
}

.footer-section .newsletter .email .subscribe-button .btn {
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    color: #FFF5DA !important;
    transition: all 0.5s;
}


/* Start Media Query */

@media all and (max-width: 575px) {

    /* .navbar-brand,
    .rectangle {
        display: none;
    } */

    .nav-item {
        padding: 15px 0;
    }

    .navbar {
        z-index: 1111;
        height: 50px;
        background-color: #E9A500;
    }

    .navbar .container {
        background-color: #E9A500;
    }

    .nav-item .nav-link.active {
        color: #E9A500 !important;
    }

    .nav-item .nav-link {
        font-size: 23px;
        font-weight: 400;
        color: #E9A500 !important;
        margin: 0 25px;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/toggler-icon.svg) !important;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/toggler-icon-orange.svg) !important;
    }

    .search {
        width: 267px;
        height: 64px;
        justify-content: center;
        align-items: center;
        background-color: #2D4059;
        border-radius: 10px;
        padding: 10px 20px;
    }

    .search img {
        width: 24px;
        height: 24px;
    }

    .search input::placeholder {
        color: #FFF5DA;
    }

    .search input {
        border: 0;
        background: transparent;
        font-weight: 300;
        font-size: 18px;
        line-height: 22.5px;
        color: #FFF5DA;
    }

    .itinerary-section .day .body .includes .icon {
        /* width: 60px; */
    }

    .itinerary-section .day .body .includes img {
        width: 100%;
    }


}

@media all and (min-width: 576px) and (max-width: 766px) {

    .owl-item .item .text span {
        font-size: 10px;
    }

    .owl-item .item .text p {
        display: none;
    }


}

@media all and (max-width: 991px) {

    /* .navbar-brand,
    .rectangle {
        display: none;
    } */

    .nav-item {
        padding: 15px 0;
    }

    .navbar {
        z-index: 999999999;
        height: 50px;
        background-color: #E9A500;
    }

    .navbar .container {
        background-color: #E9A500;
    }

    .nav-item .nav-link.active {
        color: #E9A500 !important;
    }

    .nav-item .nav-link {
        font-size: 23px;
        font-weight: 400;
        color: #E9A500 !important;
        margin: 0 25px;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/toggler-icon.svg) !important;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/toggler-icon-orange.svg) !important;
    }

    .second-section .title,
    .third-section .title,
    .seventh-section .title,
    .sixth-section .title {
        font-size: 24px;
        font-weight: 700;
        line-height: unset;
    }

    .second-section .text,
    .third-section .text,
    .seventh-section .text,
    .sixth-section .text {
        font-size: 12px;
        font-weight: 500;
        line-height: unset;
    }

    .fifth-section .title3,
    .request-quote .title3,
    .fourth-section .title2,
    .seventh-section .title2,
    .sixth-section .title2 {
        font-size: 24px;
        font-weight: 700;
        line-height: unset;
    }

    .fifth-section .text3,
    .request-quote .text3,
    .footer-section .text2,
    .seventh-section .text2,
    .sixth-section .text2 {
        font-size: 12px;
        font-weight: 400;
    }

    .second-section .orange-box h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .second-section .orange-box p {
        font-size: 9px;
        font-weight: 400;
    }

    .second-section .orange-box {
        width: auto;
    }

    .third-section .adventure h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .third-section .adventure p {
        font-size: 14px;
        font-weight: 500;
    }

    .fourth-section .btn {
        font-size: 13px;
        font-weight: 500;
    }

    .contact-us-section .contact-us-card {
        text-align: center;
        padding: 40px 45px;
    }

    .contact-us-section .contact-us-card .header {
        font-size: 35px;
        font-weight: 600;
    }

    .contact-us-section .contact-us-card .contact span,
    .contact-us-section .contact-us-card .location span {
        font-size: 18px;
    }

    .contact-us-section .contact-us-card .contact p,
    .contact-us-section .contact-us-card .location p {
        font-size: 18px;
    }

    .contact-us-section .contact-us-card input {
        font-size: 16px;
    }

    .contact-us-section .contact-us-card input::placeholder {
        font-size: 16px;
    }

    .contact-us-section .contact-us-card .input-2,
    .contact-us-section .contact-us-card .input-3 {
        font-size: 13px;
    }

    .contact-us-section .contact-us-card .input-2::placeholder,
    .contact-us-section .contact-us-card .input-3::placeholder {
        font-size: 13px;
    }

    .contact-us-section .btn {
        font-size: 13px;
    }

    .footer-section .contact-us .btn {
        background-color: transparent;
    }

    .footer-section .contact-us .btn:hover {
        color: #F3C57A;
        padding-left: 20px;
    }

    .program-section .fav img {
        width: 70%;
    }

    .sixth-section .tripadvisor-award {
        width: 80px;
    }

    .ribbon {
        width: 120px;
        height: 120px;
        overflow: hidden;
        position: absolute;
    }

    .ribbon span {
        font: 700 10px/1 'Lato', sans-serif;
    }

    .ribbon-top-left span {
        right: -35px;
        top: 30px;
        transform: rotate(-45deg);
    }

    .faq-section {
        padding-top: 50px;
    }

    .faq-section .rectangle h2 {
        font-size: 22px;
    }

    .faq-section .rectangle h4 {
        font-size: 14px;
    }

    .faq-section .nav-link {
        padding: 10px;
        margin: 0 2px;
        font-size: 14px;
    }

    .faq-section .title h5 {
        font-size: 16px;
    }

    .faq-section .body h6 {
        font-size: 14px;
    }

}

@media all and (max-width: 1199px) {
    .program-section .title h1 {
        font-size: 36px;
        font-weight: 700;
    }

    .program-section .details .reviews img {
        width: 50%;
    }

    .program-section .details .reviews span {
        font-size: 18px;
        font-weight: 400;
    }

    .program-section .details .price p {
        font-size: 18px;
        font-weight: 600;
    }

    .program-section .details .price span {
        font-size: 36px;
        font-weight: 600;
    }

    .program-section .btn {
        font-size: 18px;
        font-weight: 700;
    }

    .why-section .title p,
    .itinerary-section .title p,
    .exclusions-section .title p,
    .inclusions-section .title p,
    .schedule-section .title p,
    .reviews-section .title p {
        font-size: 18px;
        font-weight: 700;
    }

    .why-section .text p {
        font-size: 14px;
        font-weight: 400;
    }

    .why-section .why .text-1 {
        font-size: 10px;
        font-weight: 700;
    }

    .why-section .why .text-2 {
        font-size: 9px;
        font-weight: 400;
    }


    .itinerary-section .day {
        font-size: 12px;
        font-weight: 700;
    }


    .itinerary-section .day .body {
        font-size: 12px;
        font-weight: 400;
    }

    .itinerary-section .day .body .text .text-1 {
        font-size: 7px;
        font-weight: 700;
    }

    .itinerary-section .day .body .text .text-2 {
        font-size: 9px;
    }

    .schedule-section .booking .booking-title {
        font-size: 8px;
        font-weight: 700;
    }

    .schedule-section .booking .booking-price p {
        font-size: 24px;
        font-weight: 700;
    }

    .schedule-section .booking .booking-price span {
        font-size: 7px;
        font-weight: 700;
    }

    .schedule-section .booking .btn {
        font-size: 10px;
        font-weight: 700;
        padding: 15px 10px;
    }

    .who-we-are .title p {
        font-size: 18px;
        font-weight: 700;
    }

    .who-we-are .text p {
        font-size: 12px;
        font-weight: 500;
    }

    .team-section .person .person-info .name p {
        font-size: 10px;
        font-weight: 700;
    }

    .team-section .person .person-info .desc p {
        font-size: 6px;
        font-weight: 500;
    }

    .footer-section .request-quote .btn {
        background-color: transparent;
        padding: 10px !important;
        font-size: 14px;
        font-weight: 700;
    }

    .footer-section .sitemap span,
    .footer-section .about span {
        font-size: 24px;
        font-weight: 700;
    }

    .footer-section .newsletter span {
        font-size: 14px;
        font-weight: 700;
    }

    .footer-section .sitemap a,
    .footer-section .about a,
    .footer-section .newsletter p {
        font-size: 18px;
        font-weight: 400;
    }

    .footer-section .newsletter .email .email-input input::placeholder {
        font-size: 13px;
        font-weight: 300;
    }

    .footer-section .newsletter .email .subscribe-button .btn {
        font-size: 13px;
        font-weight: 700;
    }

    .contact-us-section .contact-us-card {
        padding: 40px 45px;
    }

    .contact-us-section .contact-us-card .header {
        font-size: 35px;
        font-weight: 600;
    }

    .contact-us-section .contact-us-card .contact span,
    .contact-us-section .contact-us-card .location span {
        font-size: 18px;
    }

    .contact-us-section .contact-us-card .contact p,
    .contact-us-section .contact-us-card .location p {
        font-size: 18px;
    }

    .contact-us-section .contact-us-card input {
        font-size: 16px;
    }

    .contact-us-section .contact-us-card input::placeholder {
        font-size: 16px;
    }

    .contact-us-section .contact-us-card .input-2,
    .contact-us-section .contact-us-card .input-3 {
        font-size: 13px;
    }

    .contact-us-section .contact-us-card .input-2::placeholder,
    .contact-us-section .contact-us-card .input-3::placeholder {
        font-size: 13px;
    }

    .contact-us-section .btn {
        font-size: 13px;
    }

    .programs-section .duration {
        width: 100%;
    }
}

@media all and (max-width: 767.20px) {
    .program-section .title h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .explore-div {
        /* position: absolute; */
        /* left: 0; */
        /* width: 100%; */
        /* z-index: 1; */
        /* padding: 10px 0 0 0; */
        background-image: url('../images/1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;

    }

    .explore-div .ex {
        width: 100%;
        height: 100%;
        padding: 20px 0;
        background: linear-gradient(102.36deg, rgba(239, 239, 239, 0.6) 0%, rgba(239, 239, 239, 0.1) 101.82%);

    }

    /* .explore-section .images .overlay {
        position: absolute;
        background: linear-gradient(102.36deg, rgba(239, 239, 239, 0.6) 0%, rgba(239, 239, 239, 0.1) 101.82%);
        width: 100%;
        height: 100%;
    } */

    .explore-section {
        text-align: center;
    }

    .explore-section .explore-now {
        padding: 20px 8px 20px 0;
    }

    .explore-section h1 {
        font-size: 28px;
        font-weight: 600;
    }

    .explore-section h1 span img {
        width: 39px;
        position: absolute;
        left: -50%;
        top: 5%;
        z-index: -1;
    }

    .explore-section p {
        font-size: 11px;
        font-weight: 500;
    }

    .explore-section .explore-now .btn {
        font-size: 8px;
        font-weight: 400;
    }

    .explore-section .explore-now .btn.special {
        font-size: 11px;
        font-weight: 400;
    }

    .explore-section .explore-now .form-select,
    .explore-section .explore-now .form-control {
        font-size: 8px;
        font-weight: 400;
    }

    .fifth-section .why-us .text h3 {
        font-size: 17px;
        font-weight: 700;
    }

    .fifth-section .why-us .text p {
        font-size: 13px;
        font-weight: 500;
    }

    .fifth-section .learn-more .btn {
        font-size: 10px;
        font-weight: 700;
    }

    .sixth-section .feedback-text {
        font-size: 17px;
        font-weight: 500;
    }

    .sixth-section .feedback-text span {
        font-size: 8px;
        font-weight: 500;
    }

    .sixth-section .overview span {
        font-size: 15px;
        font-weight: 500;
    }

    .sixth-section .overview .rate {
        font-size: 15px;
        font-weight: 600;
    }

    .sixth-section .overview .rate span {
        font-size: 15px;
        font-weight: 500;
    }

    .sixth-section .overview h3 {
        font-size: 11px;
        font-weight: 500;
    }

    .sixth-section .overview .overview-text img {
        width: 75%;
    }

    .sixth-section .overview .overview-stars>img {
        width: 75%;
    }

    .sixth-section .overview p {
        font-size: 9px;
        font-weight: 500;
    }

    .exclusions-section .exclusion {
        font-size: 12px;
        font-weight: 400;
    }

    .inclusions-section .inclusion {
        font-size: 12px;
        font-weight: 400;
    }


    .ribbon {
        width: 100px;
        height: 100px;
        overflow: hidden;
        position: absolute;
    }

    .ribbon span {
        font: 700 10px/1 'Lato', sans-serif;
    }

    .ribbon-top-left span {
        right: -45px;
        top: 20px;
        transform: rotate(-45deg);
    }

}





@media all and (min-width: 767px) and (max-width: 991px) {
    .explore-section .explore-now {
        padding: 5px 0;
    }

    .explore-section .explore-now .form-select,
    .explore-section .explore-now .form-control {
        font-size: 8px;
        font-weight: 400;
    }

    .owl-item .item .text span {
        font-size: 10px;
    }

    .owl-item .item .text p {
        display: none;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {

    .explore-now select,
    .form-control {
        font-size: 11px;
        font-weight: 400;
    }

    .owl-item .item .text span {
        font-size: 10px;
    }

    .owl-item .item .text p {
        display: none;
    }

    .nav-item .nav-link {
        font-weight: 400;
        margin: 0 5px;
    }

    .second-section .title,
    .third-section .title,
    .seventh-section .title,
    .sixth-section .title {
        font-size: 38px;
        font-weight: 700;
    }

    .second-section .text,
    .third-section .text,
    .seventh-section .text,
    .sixth-section .text {
        font-size: 18px;
        font-weight: 500;
    }

    .fourth-section .title2 {
        font-size: 38px;
        font-weight: 700;
    }

    .fourth-section .text2 {
        font-size: 12px;
        font-weight: 400;
    }

    .second-section .orange-box h2 {
        font-size: 26px;
        font-weight: 500;
    }

    .second-section .orange-box p {
        font-size: 11px;
        font-weight: 400;
    }

    .fifth-section .why-us .text h3 {
        font-size: 17px;
        font-weight: 700;
    }

    .fifth-section .why-us .text p {
        font-size: 13px;
        font-weight: 500;
    }

    .fifth-section .learn-more .btn {
        font-size: 10px;
        font-weight: 700;
    }

    .sixth-section .feedback-text {
        font-size: 32px;
        font-weight: 500;
    }

    .sixth-section .feedback-text span {
        font-size: 15px;
        font-weight: 500;
    }

    .sixth-section .overview span {
        font-size: 22px;
        font-weight: 500;
    }

    .sixth-section .overview .rate {
        font-size: 32px;
        font-weight: 600;
    }

    .sixth-section .overview .rate span {
        font-size: 22px;
        font-weight: 500;
    }

    .sixth-section .overview h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .sixth-section .overview .overview-text img {
        width: 80%;
    }

    .sixth-section .overview .overview-stars>img {
        width: 80%;
    }

    .sixth-section .overview p {
        font-size: 14px;
        font-weight: 500;
    }

    .exclusions-section .exclusion {
        font-size: 20px;
        font-weight: 400;
    }

    .inclusions-section .inclusion {
        font-size: 20px;
        font-weight: 400;
    }


    .ribbon {
        width: 120px;
        height: 120px;
        overflow: hidden;
        position: absolute;
    }

    .ribbon span {
        font: 700 12px/1 'Lato', sans-serif;
    }

    .ribbon-top-left span {
        right: -35px;
        top: 26px;
        transform: rotate(-45deg);
    }

}

@media all and (min-width: 1200px) {
    .programs-section .governorates {
        width: 85% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1199px) {

    .explore-section h1 {
        font-size: 40px;
        font-weight: 600;
    }

    .explore-section h1 span img {
        width: 53px;
    }

    .explore-section p {
        font-size: 18px;
        font-weight: 300;
    }

    .explore-section .explore-now .btn {
        font-size: 8px;
        font-weight: 400;
    }

    .explore-section .explore-now .btn.special {
        font-size: 11px;
        font-weight: 400;
    }

    .sixth-section .feedback-text {
        font-size: 32px;
        font-weight: 500;
    }

    .sixth-section .feedback-text span {
        font-size: 15px;
        font-weight: 500;
    }

    .sixth-section .overview span {
        font-size: 22px;
        font-weight: 500;
    }

    .sixth-section .overview .rate {
        font-size: 32px;
        font-weight: 600;
    }

    .sixth-section .overview .rate span {
        font-size: 22px;
        font-weight: 500;
    }

    .sixth-section .overview h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .sixth-section .overview .overview-text img {
        width: 80%;
    }

    .sixth-section .overview .overview-stars>img {
        width: 80%;
    }

    .sixth-section .overview p {
        font-size: 14px;
        font-weight: 500;
    }
}



/* End Media Query */
