@font-face {
    font-family: Satoshi-Variable;
    src: url(../fonts/Satoshi/Satoshi-Variable.woff2) format('woff2'),url(../fonts/Satoshi/Satoshi-Variable.woff) format('woff'),url(../fonts/Satoshi/Satoshi-Variable.ttf) format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Satoshi-Light;
    src: url(../fonts/Satoshi/Satoshi-Light.woff2) format('woff2'),url(../fonts/Satoshi/Satoshi-Light.woff) format('woff'),url(../fonts/Satoshi/Satoshi-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Satoshi-Regular;
    src: url(../fonts/Satoshi/Satoshi-Regular.woff2) format('woff2'),url(../fonts/Satoshi/Satoshi-Regular.woff) format('woff'),url(../fonts/Satoshi/Satoshi-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Satoshi-Medium;
    src: url(../fonts/Satoshi/Satoshi-Medium.woff2) format('woff2'),url(../fonts/Satoshi/Satoshi-Medium.woff) format('woff'),url(../fonts/Satoshi/Satoshi-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Satoshi-Bold;
    src: url(../fonts/Satoshi/Satoshi-Bold.woff2) format('woff2'),url(../fonts/Satoshi/Satoshi-Bold.woff) format('woff'),url(../fonts/Satoshi/Satoshi-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Satoshi-Black;
    src: url(../fonts/Satoshi/Satoshi-Black.woff2) format('woff2'),url(../fonts/Satoshi/Satoshi-Black.woff) format('woff'),url(../fonts/Satoshi/Satoshi-Black.ttf) format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal
}

body {
    margin: 0;
    padding: 0;
    font-family: Satoshi-Regular,sans-serif;
    font-size: 14px
}

:root {
    --primary: #9eccdb;
    --primary-hover: #4e4e4e;
    --secondary: #4e4e4e;
    --p-clr-3: #24A9DF;
    --font-clr: #1E202D;
    --font-re: "Satoshi-Regular",sans-serif;
    --font-me: "Satoshi-Medium",sans-serif;
    --font-bo: "Satoshi-Bold",sans-serif;
    --font-hv: "Satoshi-Black",sans-serif
}

.btn,.btn-primary, .btn:active, .btn.active, .btn.btn-primary {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    font-size: 14px;
    padding: .375rem .75rem;
    outline: 0;
    box-shadow: none
}

.btn-primary:hover,.btn:hover, .btn.btn-primary:hover {
    background-color: var(--primary-hover);
    border: 1px solid var(--primary-hover);
    color: #fff;
    font-size: 14px;
    padding: .375rem .75rem;
    outline: 0;
    box-shadow: none
}

header {
    background-color: #fff;
    border-bottom: 1px solid #b3b3b3
}

header .top-header {
    background-color: #eee;
    padding: 10px 0
}

header .top-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

header .top-header ul li {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

header .top-header ul li:last-child {
    margin: 0
}

header .top-header ul li .menu-link {
    color: #333;
    font-family: Satoshi-Bold;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

header .top-header ul li .menu-link .bx {
    font-size: 16px;
    vertical-align: text-bottom
}

header .top-header ul li .dropdown-item {
    font-family: Satoshi-Medium;
    font-size: 13px;
    color: #4e4e4e;
}

header .top-header ul li .dropdown-item:hover, header .top-header ul li .dropdown-item:active {
    background-color: #eee;
    color: #4e4e4e;
}

header .navbar .navbar-nav .nav-item {
    position: relative
}

header .navbar .navbar-nav .nav-item:hover .menu-link:before {
    width: 100%
}

header .navbar .navbar-nav .nav-item:hover .menu-link:after {
    width: 80%;
    transition-delay: .3s
}

header .navbar .navbar-nav .nav-item .menu-link.active:before {
    width: 100%
}

header .navbar .navbar-nav .nav-item .menu-link.active:after {
    width: 100%;
    transition-delay: .3s
}

header .navbar .navbar-nav .nav-item .menu-link:before {
    bottom: 0
}

header .navbar .navbar-nav .nav-item .menu-link:after {
    bottom: 1px
}

header .navbar .navbar-nav .nav-item .menu-link:after,header .navbar .navbar-nav .nav-item .menu-link:before {
    position: absolute;
    content: '';
    width: 0;
    height: .5px;
    background-color: #d40046;
    left: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease
}

header .navbar .navbar-nav .nav-item .menu-link.active {
    color: #0052cc
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-family: var(--font-bo);
    color: #162849;
    padding: .5rem .75rem
}

header .navbar .navbar-nav .nav-item .nav-link .bx {
    font-size: 18px;
    vertical-align: middle
}

header .navbar .navbar-nav .nav-item .dropdown-menu.currency_class {
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e
}

.form-departure {
    background-image: url(../images/departure.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 35px;
    background-position: 10px 46%
}

.form-arrival {
    background-image: url(../images/arrivals.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 35px;
    background-position: 10px 46%
}

.form-cal {
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 35px;
    background-position: 10px 46%
}

.form-clock {
    background-image: url(../images/clock.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 35px;
    background-position: 10px 46%
}

.form-map {
    background-image: url(../images/map.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 35px;
    background-position: 10px 46%
}

.form-cruise {
    background-image: url(../images/cruise.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 35px;
    background-position: 10px 46%
}

.navbar-toggler {
    box-shadow: none!important;
    outline: 0;
    padding: 0;
    border: none
}

.currency_li img {
    width: 20px;
    margin-right: 5px
}

.currency_class_parent .currency_class,.currency_li .dropdown-menu {
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden
}

.currency_class_parent .dropdown-menu {
    border-radius: 0;
    padding: 0
}

.currency_class_parent .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: .5rem .75rem
}

.dropdown-menu .currency_head {
    color: #fff;
    background-color: var(--primary)
}

.currency_class_parent .dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
    cursor: pointer
}

.currency_class_parent .dropdown-menu .dropdown-item.currency_head:hover, .currency_class_parent .dropdown-menu .dropdown-item.currency_head {
    background-color: var(--primary);
    color: #fff;
}

.currency_li.v_2 .currency_class {
    background-color: var(--primary);
    padding: 14px
}

.currency_class::before {
    content: "";
    border-color: transparent transparent var(--primary);
    border-style: solid;
    border-width: 12px;
    height: 0;
    left: 67px;
    position: absolute;
    top: -22px;
    width: 0;
    z-index: 1
}

.dropdown-menu.currency_class .cur_item {
    color: #fff;
    font-weight: 400;
    border: .2px solid #fff;
    padding: 4px 6px!important;
    margin-top: 10px;
    border-radius: 5px
}

.currency_li.v_2 img {
    height: 25px;
    width: 30px;
    margin-right: 15px;
    object-fit: cover
}

.footer-wave-img {
    position: relative;
}

.footer-wave-img .top-footer {
    background-color: #4e4e4e;
    padding: 2.5rem 0 2rem;
    position: relative;
    width: 100%
}

.footer-wave-img .top-footer h5 {
    font-size: 18px;
    color: #eee;
    font-family: var(--font-bo);
    margin-bottom: 0
}

.footer-wave-img .top-footer h5:after {
    content: "";
    height: 1px;
    width: 50px;
    background: #eee;
    display: block;
    margin: 10px 0 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer-wave-img .top-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer-wave-img .top-footer ul li {
    margin-bottom: 10px
}

.footer-wave-img .top-footer ul li:last-child {
    margin-bottom: 0
}

.footer-wave-img .top-footer ul li a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none
}

.footer-wave-img .top-footer ul li a .fa {
    margin-right: 10px;
    vertical-align: middle;
}

.footer-wave-img .top-footer ul li a:hover {
    color: #fff
}

.footer-wave-img .bottom-footer {
    background-color: #4e4e4e;
    padding: 1rem 0;
    border-top: 1px solid #ccc;
}

.footer-wave-img .bottom-footer .social-link-div ul.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer-wave-img .bottom-footer .social-link-div ul.social-links li {
    display: inline-block;
    margin: 0 5px
}

.footer-wave-img .bottom-footer .social-link-div ul.social-links li a {
    background-color: rgba(155,155,155,.5);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    text-decoration: none
}

.footer-wave-img .bottom-footer .social-link-div ul.social-links li a i {
    font-size: 16px
}

.footer-wave-img .bottom-footer .social-link-div ul.social-links li a:hover {
    background-color: rgba(155,155,155,.5);
    color: #fff
}

.footer-wave-img .bottom-footer p {
    color: #ddd;
    margin: 0;
    font-family: var(--font-me)
}

.news-letter-form {
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: .25rem;
    padding: 3px
}

.news-letter-form .form-control {
    border: none;
    height: 40px;
    border-radius: .25rem;
    font-size: 14px;
    outline: 0;
    box-shadow: none
}

.news-letter-form .subscribe-btn {
    width: 100%;
    background-color: #4e4e4e;
    border: 1px solid #4e4e4e;
    border-radius: .25rem;
    color: #fff;
    font-size: 14px;
    height: 40px;
    font-family: Satoshi-Medium;
}

.news-letter-form .subscribe-btn:hover {
    background-color: #9eccdb;
    border: 1px solid #9eccdb;
    color: #fff;
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding:.5rem 0rem!important
    }
}

@media screen and (max-width: 1199px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding:.5rem 1rem
    }
}

@media screen and (min-width: 1200px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding:.5rem 1.5rem
    }
}

.footer-wave-img .top-footer ul.contact-ul li a {
    font-size: 18px;
    color: #ddd;
    font-family: Satoshi-Bold;
}

.footer-wave-img .top-footer p {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 15px;
}

form .form-select, form select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-image: none !important;
}
