/*--------------------------------------------------------------
# General
#04597A
#1200FF
#F9F9FF
--------------------------------------------------------------*/

.color1 {
    color: #04597A;
}

.color2 {
    color: #1200FF;
}

.color3 {
    color: #F9F9FF;
}

@font-face {
    font-family: "Araboto-Black";
    src: local("Araboto-Black"), url("../fonts/Araboto_Font_Family/Araboto\ Black\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Bold";
    src: local("Araboto-Bold"), url("../fonts/Araboto_Font_Family/Araboto\ Bold\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Light";
    src: local("Araboto-Light"), url("../fonts/Araboto_Font_Family/Araboto\ Light\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Medium";
    src: local("Araboto-Medium"), url("../fonts/Araboto_Font_Family/Araboto\ Medium\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Normal";
    src: local("Araboto-Normal"), url("../fonts/Araboto_Font_Family/Araboto\ Normal\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Thin";
    src: local("Araboto-Thin"), url("../fonts/Araboto_Font_Family/Araboto\ Thin\ 400.ttf") format("truetype");
}

body {
    font-family: "Araboto-Medium";
    color: #444444;
    background-color: #FCFCFD;
}

a {
    color: #04597A;
    text-decoration: none;
}

a:hover {
    color: #04597A;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #04597A;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #04597A;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 100px;
    /*transition: all 0.5s;*/
    z-index: 997;
    background-color: #FCFCFD;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}


/*--------------------------------------------------------------
select
---------------------------------------------------------------*/

#header select {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    font-family: "Araboto-Medium";
    color: #565656;
    padding: 5px 25px 7px 25px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 25px 7px 25px;
    margin-left: 5px;
    font-size: 16px;
    font-family: "Araboto-Medium";
    color: #565656;
    white-space: nowrap;
    /*  transition: 0.3s;*/
    border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 20px;
    line-height: 0;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    /*background: #ef6603;*/
    color: #04597A
}


/*.navbar .dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
}

.navbar .glyphicon-bell {
    font-size: 1.5rem;
}
*/

.navbar .notifications {
    min-width: 420px;
}

.navbar .dropdown ul {
    display: none;
}

.navbar .dropdown .show {
    display: inherit;
}

#dLabel {
    display: flex !important;
}

.navbar .notifications ul {
    margin: 0;
    display: inherit;
}

.navbar .notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.navbar .menu-title {
    color: #04597A;
    font-size: 1.2rem;
    display: inline-block;
}

.navbar .glyphicon-circle-arrow-right {
    margin-left: 10px;
}

.navbar .notification-heading,
.navbar .notification-footer {
    padding: 2px 10px;
}

.navbar .dropdown-menu.divider {
    margin: 5px 0;
}

.navbar .item-title {
    font-size: 1.2rem;
    color: #000;
}

.navbar .notifications a.content {
    text-decoration: none;
    background: #ccc;
    display: inline;
    padding: 0;
    margin: 0 !important;
}

.navbar .notification-item {
    padding: 10px;
    margin: 5px;
    background: #ddd;
    border-radius: 4px;
}

@media (max-width: 1366px) {
    /*.navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }*/
}

@media (max-width: 1200px) {
    .navbar a i {
        font-size: 15px;
    }
    .navbar a {
        font-size: 13px;
        padding: 5px 10px;
    }
    #header .logo img {
        max-height: 40px;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: #777E90;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    /* transition: 0.5s;*/
}

@media (max-width: 991px) {
    .img-div {
        justify-content: start;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
    #header .container {
        justify-content: space-between !important;
    }
    #header select {
        margin-right: -18px;
        margin-left: -18px;
    }
    .navbar .item-title {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 330px) {
    #header .logo img {
        max-height: 30px;
    }
}

.navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    /* transition: 0.3s;*/
    z-index: 999;
    width: 300px;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

[dir=rtl] .navbar-mobile ul {
    display: block;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    /* bottom: 15px; */
    /* left: 15px; */
    padding: 10px 0;
    /* border-radius: 10px; */
    background-color: #fff;
    overflow-y: auto;
    /* transition: 0.3s;*/
}

[dir=ltr] .navbar-mobile ul {
    display: block;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    /*right: 0;*/
    /* bottom: 15px; */
    left: 0px;
    padding: 10px 0;
    /* border-radius: 10px; */
    background-color: #fff;
    overflow-y: auto;
    /* transition: 0.3s;*/
}

.navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #777E90;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #04597A;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    max-width: 1300px;
    /*margin-right: 100px !important;
    margin-left: 100px!important;*/
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    background: transparent;
    padding: 0;
}

#hero .centered {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

#hero img {
    object-fit: cover;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    /*height: 70vh;
    padding-top: 60px;*/
    height: 100%;
    margin-bottom: 150px;
}

#hero .carousel-item {
    background-color: #FCFCFD;
}

#hero h2 {
    font-family: "Araboto-Black";
    font-size: 40px;
    color: #04597A;
}

#hero h3 {
    font-family: "Araboto-Black";
    font-size: 30px;
    color: #000;
}

#hero p {
    font-family: "Araboto-Light";
    font-size: 22px;
    color: #000;
}

#hero .button {
    background-color: #04597A;
    padding: 10px;
    width: 300px;
    color: #fff;
    border-radius: 25px;
    font-family: "Araboto-Medium";
    font-size: 20px;
}

#hero .button:hover {
    background-color: #024864;
}

#hero a p:hover {
    color: #024864;
}


/*@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
}*/

@media (max-width: 992px) {
    #hero .carousel-container {
        margin-bottom: 15px;
    }
    #hero h2 {
        font-size: 35px;
    }
    #hero h3 {
        font-size: 25px;
        margin-bottom: 20px !important;
    }
    #hero p {
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }
    #hero .centered {
        width: 100%;
    }
    #hero .button {
        font-size: 16px;
    }
}

@media (max-width: 630px) {
    #hero h2 {
        font-size: 30px;
    }
    #hero h3 {
        font-size: 20px;
        margin-bottom: 20px !important;
    }
    #hero p {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }
    #hero .button {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #hero h2 {
        font-size: 20px;
    }
    #hero h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    #hero p {
        font-size: 12px !important;
        margin-bottom: 3px !important;
    }
    #hero .button {
        width: 180px;
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    #hero h2 {
        font-size: 15px;
    }
    #hero h3 {
        font-size: 10px;
        margin-bottom: 7px !important;
    }
    #hero p {
        font-size: 8px !important;
        margin-bottom: 3px !important;
    }
    #hero .button {
        font-size: 7px;
    }
}


/*--------------------------------------------------------------
# Second Section
----------------------------------------------------------------*/

#Second {
    /* background-color: rgba(255, 255, 255, 0.8);*/
    padding-top: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 85%;
    left: 50%;
    top: 80%;
    border-radius: 25px;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#Second .bg-image {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 2;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.textcenter1 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 60%;
    padding-bottom: 100px;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
}

#Second h2 {
    font-size: 30px;
    font-weight: lighter;
    font-family: "Araboto-Medium";
    color: #000;
    margin-bottom: 15px;
}

#Second p {
    font-size: 22px;
    font-family: "Araboto-Light";
    color: #000;
    line-height: 17px;
}

#Second .button {
    background-color: #fff;
    border-radius: 50px;
    width: auto;
    padding: 10px 50px 15px 50px;
    border: 2px solid #04597A;
    color: #000;
    font-size: 24px;
    font-family: "Araboto-Black";
}

#Second .button:hover {
    background-color: #04597A;
    color: #fff;
}

@keyframes c-dashed-line-path {
    from {
        stroke-dashoffset: 940;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 992px) {
    #Second {
        position: relative;
        transform: translate(0);
        left: auto;
        top: auto;
        width: 100%;
    }
    #Second .textcenter1 {
        width: 93%;
    }
    #Second .bg-image {
        margin-top: 0;
        background: linear-gradient(45deg, #f4f5f6 0%, rgb(255, 255, 255) 60%);
        height: 200px;
    }
    #Second h3 {
        margin-top: 0;
    }
}

@media (max-width: 570px) {
    #Second h3 {
        font-size: 0.9rem;
        margin-top: 0;
    }
    #Second h2 {
        font-size: 20px;
    }
    #Second p {
        font-size: 0.9rem;
    }
    #Second .button {
        font-size: 17px;
        padding: 5px 30px 10px 30px;
    }
}

@media (max-width: 390px) {
    #Second {
        background-color: #FCFCFD;
    }
    #Second h3 {
        font-size: 0.7rem;
        margin-top: 0;
    }
    #Second h2 {
        font-size: 15px;
    }
    #Second p {
        font-size: 0.7rem;
    }
    #Second .button {
        font-size: 12px;
        padding: 3px 10px 5px 10px;
    }
}


/*--------------------------------------------------------------
#Third Section
----------------------------------------------------------------*/

#Third {
    background-color: #FCFCFD;
}

#Third .steps {
    z-index: 1;
    position: relative;
}

#Third .steps-img :hover {
    transform: scale(1.05);
}

#Third .c-dashed-line__path {
    animation: c-dashed-line-path 2s ease-in-out infinite alternate;
    fill: none;
    stroke: #e6e8ec;
    stroke-dasharray: 940;
    /* this is the entire length of the line */
    stroke-dashoffset: 940;
    /* this is the entire length of the line */
    stroke-width: 3;
}

#Third .c-dashed-line__dash {
    fill: none;
    stroke: #fcfcfd;
    /* this must match the background color */
    stroke-dasharray: 16 10;
    /* draws a 10px dash line with a 16px gap between */
    stroke-width: 6;
    /* make the dashed line slightly bigger than the one it's covering */
}

#Third .c-dashed-line {
    margin-top: -300px;
    position: absolute;
    left: 17%;
    right: 17%;
    z-index: 0;
}

#Third h3 {
    color: #000;
    font-family: "Araboto-Black";
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}

#Third h3:hover {
    color: #04597A;
}

#Third p {
    color: #000;
    font-family: "Araboto-Light";
    font-size: 16px;
    text-align: center;
}

@media (max-width: 992px) {
    #Third .imgThird img {
        width: 50%;
    }
    #Third h3 {
        font-size: 17px;
    }
    #Third p {
        font-size: 12px;
    }
    #Third .c-dashed-line {
        margin-top: -263px;
    }
}

@media (max-width: 773px) {
    .steps-img img {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    #Third h3 {
        font-size: 14px;
    }
    #Third p {
        font-size: 8px;
    }
}

@media (max-width: 490px) {
    #Third h3 {
        font-size: 10px;
        font-family: "Araboto-Medium";
    }
    #Third p {
        font-size: 6px;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-title h3 {
    color: #04597A;
    font-size: 1.3rem;
    font-family: "frutiger75";
}

.section-title h4 {
    color: #777E90;
    font-size: 1.2rem;
}

.section-title a:hover {
    text-decoration: underline 2px #777E90;
    text-underline-offset: 10px;
}

.pagination a {
    color: rgb(184 189 205);
    background-color: rgba(22, 22, 26, 0.0);
    border: none;
}

.pagination a:hover {
    color: rgb(6 7 20);
    text-decoration: underline;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e3e3e3;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #04597A;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 0, 0);
}


/*///////////////////////////////*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fd9042;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #FCFCFD;
    color: #14151c;
    /*font-size: 14px;*/
    text-align: start;
    padding-top: 18px;
    /*padding-bottom: 18px;*/
    border-top: 10px solid #fff;
    height: 100%;
}

#footer .logo {
    margin-bottom: 30px;
}

#footer h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #14151c;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer h2 {
    font-size: 22px;
    font-family: "Araboto-Black";
    font-weight: 700;
    color: #14151c;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    color: #565656;
    font-family: "Araboto-Medium";
    font-size: 14px;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer a p:hover {
    color: #04597A;
}

#footer .contact-info p {
    color: #04597A;
    font-family: "Araboto-Bold";
    font-size: 15px;
}

#footer .contact-info p:hover {
    text-decoration: underline;
}

#footer .button:hover {
    transform: scale(1.01);
    box-shadow: 0 2px 29px 0 #a3a3a3;
}

#footer .social-linkes img:hover {
    transform: scale(1.1);
}

.mobile-active {
    display: none !important;
}

.mobile-inactive {
    display: block !important;
}

[dir="rtl"] .footer-image {
    position: absolute;
    left: 0;
    width: 350px;
    height: 100%;
    background-image: url(../../front-assets/images/footer.png);
    margin-top: -30px;
    background-repeat: no-repeat;
    background-size: 350px;
}

[dir="ltr"] .footer-image {
    position: absolute;
    right: 0;
    width: 350px;
    height: 100%;
    background-image: url(../../front-assets/images/footerEN.png);
    margin-top: -30px;
    background-repeat: no-repeat;
    background-size: 350px;
}

@media (max-width: 992px) {
    #footer h3 {
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    #footer p {
        text-align: center;
        font-size: 0.8rem;
        line-height: 1rem;
    }
    #footer h2 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    #footer .logo {
        justify-content: center;
    }
    #footer .social-linkes {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .mobile-active {
        display: block !important;
    }
    .mobile-inactive {
        display: none !important;
    }
    .footer-width {
        width: 100% !important;
    }
}

@media (max-width: 350px) {
    #footer h3 {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    #footer p {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    #footer h2 {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    #footer .logo {
        justify-content: center;
    }
}


/*--------------------------------------------------------------
#  booking page
--------------------------------------------------------------*/

#booking #Second {
    padding-top: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 85%;
    left: 50%;
    top: 304px;
    border-radius: 25px;
    z-index: 1;
    margin-bottom: 100%;
    transform: translate(-50%, -50%);
}

#booking #Second .bg-image {
    height: 150px;
}

#booking #Second h2 {
    font-size: 2rem;
    font-family: "Araboto-black";
}

#booking #Second .button1 .form-control {
    width: 136px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: "Araboto-Medium";
}


/*****Third***** */

#booking #Third .section-title h3 {
    color: black;
    text-align: start;
    font-family: "Araboto-Medium";
    font-size: 1.8rem;
}

#booking #Third .card {
    border: 0;
    border-radius: 15px;
    height: 220px;
    box-shadow: 0 2px 10px 0 #e5e5e5;
}

#booking #Third .card:hover {
    border: 0;
    border-radius: 15px;
    box-shadow: 0 2px 20px 0 #b1b0b0;
}

#booking #Third .card .trip-image {
    height: 220px;
}

[dir=ltr] #booking #Third .card .trip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

[dir=rtl] #booking #Third .card .trip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#booking #Third .card h3 {
    text-align: start;
    font-family: "Araboto-Medium";
    color: #04597A;
    font-size: 1.2rem;
}

#booking #Third .card p {
    padding-top: 5%;
    text-align: start;
    font-family: "Araboto-light";
    color: #565656;
    width: 70%;
    font-size: 1rem;
}

#booking #Third .card h4 {
    text-align: start;
    font-family: "Araboto-Bold";
    color: #04597A;
    font-size: 1rem;
}

#booking #Third .card .price {
    width: 100px;
    height: 30px;
    border: 1px solid #23915D;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 3%;
}

#booking #Third .card .price p {
    display: inline;
    color: #565656;
    font-size: 0.7rem;
    font-family: "Araboto-Medium";
}

#booking #Third .card .price span {
    display: inline;
    color: #23915D;
    font-size: 0.7rem;
    font-family: "Araboto-Medium";
}

#booking #ShowMore {
    border: 2px solid #E6E8EC;
    border-radius: 35px;
    width: 170px;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #000;
}

#booking #ShowMore:hover {
    color: #04597A;
}

#booking .back,
#reservations .back {
    border: 2px solid #e6e8ec;
    background-color: #fff;
    position: absolute;
    top: 113px;
    right: 8%;
    padding: 10px;
    width: 120px;
    border-radius: 25px;
    font-size: 0.8rem;
}

#booking .bi-chevron-right::before,
#reservations .bi-chevron-right::before {
    margin: 0 10px;
}

#booking .back a,
#reservations .back a {
    color: #000
}

#booking .back a:hover,
#reservations .back a:hover {
    color: #04597A
}

@media (max-width: 992px) {
    #booking #Second .textcenter1 .align-items-end {
        align-items: center!important;
    }
    #booking #Second .textcenter1 .flex-row {
        flex-direction: column!important;
    }
    #booking #Second h2 {
        font-size: 20px;
    }
    #booking #Third .card {
        width: 100% !important;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    #booking #Third .container {
        max-width: 95%;
    }
    #booking #Third .card h3 {
        font-size: 1rem;
    }
    #booking #Third .card p {
        width: 80%;
        font-size: 0.9rem;
    }
    #booking #Third .card h4 {
        font-family: "Araboto-Medium";
        font-size: 0.8rem;
    }
    #booking #Third .card .price p {
        font-size: 0.6rem;
    }
    #booking #Third .card .price span {
        font-size: 0.6rem;
    }
}

@media (max-width: 500px) {
    #booking #Third .card {
        height: 170px;
    }
    #booking #Third .card .trip-image {
        height: 170px;
    }
    #booking #Third .card .card-text {
        width: 100%;
    }
    #booking #Third .container {
        max-width: 95%;
    }
    #booking #Third .card h3 {
        font-size: 1rem;
        margin-top: 15px;
    }
    #booking #Third .card p {
        width: 95%;
        font-size: 0.8rem;
    }
    #booking #Third .card h4 {
        font-family: "Araboto-Medium";
        font-size: 0.8rem;
    }
    #booking #Third .card .price p {
        font-size: 0.6rem;
    }
    #booking #Third .card .price {
        width: 85px;
    }
    #booking #Third .card .price span {
        font-size: 0.6rem;
    }
}

@media (max-width: 390px) {
    #booking #Third hr {
        margin: 5px;
    }
    #booking #Third .card {
        height: 110px;
    }
    #booking #Third .card .trip-image {
        height: 110px;
        padding: 0 2px;
    }
    #booking #Third .card .card-column {
        padding: 2px;
    }
    #booking #Third .card h3 {
        font-size: 0.8rem !important;
        margin-top: 10px;
        margin-bottom: 0;
    }
    #booking #Third .card p {
        width: 95%;
        font-size: 0.6rem;
        margin-bottom: 0;
    }
    #booking #Third .card .price {
        margin: 0 8px;
        height: 22px;
        line-height: 10px;
    }
    #booking #Third .card h4,
    #booking #Third .card .price p,
    #booking #Third .card .price span {
        font-size: 0.5rem;
        font-family: "Araboto-Light";
    }
    #booking #Second h2 {
        font-size: 18px;
    }
}


/*--------------------------------------------------------------
#  reservations page
--------------------------------------------------------------*/

#reservations #Second {
    padding-top: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 85%;
    left: 50%;
    top: 304px;
    border-radius: 25px;
    z-index: 1;
    margin-bottom: 100%;
    transform: translate(-50%, -50%);
}

#reservations #Second .bg-image {
    height: 150px;
}

#reservations #Second h2 {
    font-size: 2rem;
    font-family: "Araboto-black";
    text-align: center;
}

#reservations #Second .button1 .form-control {
    width: 136px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: "Araboto-Medium";
}


/*****Third***** */

#reservations #Third .section-title h3 {
    color: black;
    text-align: start;
    font-family: "Araboto-Medium";
    font-size: 1.8rem;
}

#reservations #Third .card {
    border: 0;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 2px 10px 0 #e5e5e5;
}

#reservations #Third .card:hover {
    border: 0;
    border-radius: 15px;
    box-shadow: 0 2px 20px 0 #b1b0b0;
}

#reservations #Third .card .trip-image {
    height: 241px;
}

#reservations #Third .card .trip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#reservations #Third .card h3 {
    text-align: start;
    font-family: "Araboto-Medium";
    color: #04597A;
    font-size: 1.2rem;
    margin-top: 10px;
}

#reservations #Third .card p {
    padding-top: 1%;
    text-align: start;
    font-family: "Araboto-light";
    color: #565656;
    font-size: 0.85rem;
}

#reservations #Third .card h4 {
    text-align: start;
    font-family: "Araboto-Bold";
    color: #04597A;
    font-size: 1rem;
}

#reservations #Third .card .price {
    padding: 0 10px;
    height: 100%;
    border: 1px solid #23915D;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}

#reservations #Third .card .price p {
    display: inline;
    color: #565656;
    font-size: 0.7rem;
    font-family: "Araboto-Medium";
}

#reservations #Third .card .price span {
    display: inline;
    color: #23915D;
    font-size: 0.7rem;
    font-family: "Araboto-Medium";
}

#reservations #ShowMore {
    border: 2px solid #E6E8EC;
    border-radius: 35px;
    width: 170px;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #000;
}

#reservations #ShowMore:hover {
    color: #04597A;
}

#reservations .scrollmenu .card-body h5 {
    font-size: 0.7rem;
    color: #000;
}

#reservations .scrollmenu .show-more h5 {
    font-size: 0.9rem;
    color: rgb(49, 49, 49);
}

#reservations .scrollmenu .card-body h6 {
    font-size: 0.9rem;
    color: #777E90;
}

#reservations .scrollmenu .card-body {
    padding: 0;
    padding-top: 1rem;
}

#reservations .scrollmenu .card {
    background-color: transparent;
    transition: transform 0.5s ease;
    border-radius: 20px;
    border: 0;
    margin-bottom: 28% !important;
    margin: 5px;
    height: 166px !important;
}

#reservations .scrollmenu .bg-image:hover {
    transform: scale(1.01) !important;
    transition-duration: 0ms !important;
    background-color: #ef660322;
    box-shadow: 0 10px 10px 0 rgba(22, 22, 26, 0.18);
}

#reservations .scrollmenu .active1 {
    background-color: #ef660322 !important;
}

#reservations .scrollmenu .card img {
    /* transition: transform 0.2s ease;*/
    width: 100%;
    height: 100%;
    border: 0;
    /* margin-bottom: 1.5em;*/
    object-fit: cover;
    margin: 0;
    border-radius: 15px;
}

#reservations .scrollmenu .bg-image {
    border-radius: 15px;
    width: 163px;
    height: 166px;
    object-fit: cover;
}

#reservations .scrollmenu {
    background-color: rgb(252 252 253);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #04597A rgb(240, 240, 240);
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    #reservations #Third .card .price p,
    #reservations #Third .card .price span {
        font-size: 0.6rem;
    }
    #reservations #Third .card .price span {
        color: #A90E0E;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}



[dir=ltr] .register-btn{

    width: 70px;
    background: #04597A;
    color: #fff;
    text-align: center;
    padding: 8px 77px 10px 17px;
    /* margin-top: 28%; */
}

[dir=ltr] .register-btn:hover{

    width: 70px;
    background: #04597A;
    color: #fff;
    text-align: center;
    padding: 8px 77px 10px 17px;
    /* margin-top: 28%; */
}

[dir=rtl] .register-btn {
    width: 60px;
    background: #04597A;
    color: #fff;
    text-align: center;
    padding: 8px 30px 10px 135px;
    /* margin-top: 28%; */
} 

[dir=rtl] .register-btn:hover{
    width: 60px;
    background: #04597A;
    color: #fff;
    text-align: center;
    padding: 8px 30px 10px 135px;
    /* margin-top: 28%; */
}
