/* #endPromo,
.itemsOrdered {
    position: absolute;
    color: #fff
} */



header {
    display: grid;   
    position: sticky;
    top:0;    
    z-index: 99;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
    height: 206px;
}

header .navbar { 
    max-width: 1200px;
    width: 100%;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
    padding: 0 10px;
    height: 90px; 
    margin: 37px auto 0;
}

header .navbar i {
    color: #001E61 !important;
    text-transform: uppercase;
    font-size: 18px
}

header .navbar .nav-item a {
    color: #001E61 !important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

header .navbar .nav-item a.dropdown-item {
    padding: .20rem 0;
    ;
    border-bottom: 1px solid lightgray;
}

header .navbar-nav3 {
    display: flex;
    gap: 15px;
    margin: 0 20px
}

header .navbar-nav3 li {
    width: 39px
}

header .navbar-nav li,
header .navbar-nav3 li {
    padding: 3px 10px;
    height: 39px;
    display: grid;
    place-content: center;
    cursor: pointer
}

.header-txt {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 52%;
    text-align: center;
    height: 10%;
    z-index: 90;
}

.header-txt p {
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 45px;
    font-weight: 600;
}

.header-txt .btn-book { background: #001e61; }
.header-txt .btn-book:hover { background: #009EE2; }

/* header .navbar-nav li:hover,
header .navbar-nav3 li:hover {
    background: #28559a;
    border-radius: 8px;
    padding: 3px 10px
} */

#offcanvasRightMenu .offcanvas-body {
    padding: 0;
    margin: 0 0 5px
}

nav li.nav-item {
    list-style-type: none
}

.navbar-nav2 {
    padding: 0;
    margin: 0
}

header .navbar-nav2 .nav-item {
    padding: 18px 20px;
    height: auto;
    border-bottom: 1px solid lightgray;
    width: 100%;
}

header .navbar-nav2 .nav-item a,
header .navbar-nav2 i {
    text-transform: capitalize;
    color: #003399 !important;
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.navbar-nav2 .nav-item>img {
    margin: 0 24px 0 0
}

#cart {
    position: relative
}

.itemsOrdered {
    background: #00bef5;
    border-radius: 50%;
    font-size: 10px !important;
    padding: 3px 6px;
    position: absolute;
    right: -8px;
    top: -11px
}

#offcanvasRightMenu .btn-close {
    margin: 20px 0 15px;
    display: grid;
    align-items: center;
    background: transparent url('/src/icons/close-icon.svg');
    opacity: 1;
}

.btn-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-modal {
    border: 2px solid #0f368a;
    border-radius: 8px;
    text-align: center;
    padding: 2px 5px 0;
    min-width: 160px;
    height: 42px;
    margin: 0 5px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.btn-modal-wrapper a {
    color: #0f368a;
    font-size: 13px;
    padding: 0;
    font-family: 'Circular Std';
    font-weight: 400
}

.btn-book {
  border-radius: 30px;
    background: #009EE2;  
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    text-transform: uppercase;
}

.btn-book:hover {
   background: #001e61;  
    color: #FFF;  
}

.modal-backdrop { z-index: 8;}

.modal-dialog.habitats { width: 50%;}

.modal-habitats {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 0 30px 0;
}

.modal-habitat {
width: 30%;
}

.modal-habitat h4 {
    color: #8C8C8C;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;  
    border-bottom: 2px solid #8c8c8c;
    padding: 5px 0 10px;
}

.modal-habitat li a,.modal-habitat li {
    color: #959595;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    list-style: none;
    padding: 5px 0;
}

.modal-habitat li a:hover {
    color: #001E61;
    font-weight: 600;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end
    }
    .navbar-expand-lg .navbar-nav {
        align-items: center;
        gap: 12px
    }
    .navbar-expand-lg .navbar-toggler {
        display: block
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 280px;
        left: unset;
        margin: 0;
        padding: 0;
        z-index: 9999;
        top:62px;
    }
}

.modal-backdrop.show,
.offcanvas,
.offcanvas.show {
    top: 0
}

.phones-list {
    padding: 20px
}

.phone-item {
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
    display: flex
}

.phone-item a,
.phone-item a:hover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2c2c2c;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Circular Std';
    width: 100%;
    padding: 5px 0
}

.phone-item a>div {
    display: flex;
    align-items: flex-start
}

.phone-item img {
    margin: 6px 12px 0 0
}

.button-back {
    width: 274px;
    height: 45px;
    border: 1px solid #0f368a;
    border-radius: 5px;
    color: #0f368a;
    background-color: transparent;
    font-size: 15px;
    display: block;
    margin: 0 auto
}

#endPromo {
    border-radius: 8px;
    bottom: 36%;
    display: flex;
    font-size: 14px;
    right: 5.3%;
    padding: 10px;
    text-shadow: none;
    z-index: 10;
    background: no-repeat padding-box #00000066;
    height: 56px;
    width: auto;
    min-width: 230px;
    justify-content: center;
    align-items: center
}

#countdown,
#countdown span {
    display: inline-block;
    vertical-align: middle
}

#countdown>span span {
    color: #fff;
    font-size: 26px;
    text-shadow: none;
    padding: 0 2px 0 4px
}

#countdown span.txt {
    font-size: 12px
}

@media screen and (max-width:767px) {
    .header-txt .btn-book { width: 90%;}
    .navbar-brand img {
        width: 110px;
        height: auto;
    }
    .navbar .hambur-menu {
        margin-left: -10px;
        padding: 0
    }
    header .offcanvas-header {
        border-bottom: 1px solid lightgray;
        padding: 0.2rem 1rem;
    }

    .header-txt { width: 100%;}

    .header-txt p { font-size: 32px;}

    .offcanvas,
    .offcanvas.show {
        top: 0;
    }
    .navbar-brand {
        margin-right: 0.5rem;
    }
    header .navbar-nav3 {
        display: flex;
        gap: 0;
        margin: 0;
        position: absolute;
        top: -38px;
        right: 0;
    }

    header .dropdown.lang-btn { position: absolute; top:-38px; left:0} 

    header .navbar-nav3 i { color: #ffffff!important;} 

    .lang-btn .btn-modal { color: #ffffff!important; }

    .navbar-brand {
        margin-right: 0 !important
    }
    #endPromo {
        bottom: 15%;
        right: 0;
        left: 0;
        margin: 0 5%
    }

    .modal-dialog.habitats { width: 90%;}

    .modal-habitat { width: 90%; }

    .modal-habitat li a,.modal-habitat li {
        font-size: 13.5px;
    }
}

@media screen and (min-width:768px) {
    .menu .locations {
        background: #f2f4f7;
        position: absolute;
        left: -13%;
        height: 444px;
        z-index: 9999
    }
    .list-regions {
        background: #03265c;
        width: 260px;
        height: 444px;
        padding: 20px 0 0
    }
    .locations .list-regions li.current div.region-container,
    .locations .list-regions li.current div.region-container ul {
        display: block !important
    }
    .locations .list-regions li {
        color: #1e3157;
        display: block;
        font-weight: 700;
        padding: 8px 36px;
        text-align: left;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        transition: .3s linear
    }
    .locations .list-regions li ul li {
        margin-right: 0;
        padding: 8px 0 8px 24px
    }
    .locations .list-regions li a {
        color: #002f5c !important;
        text-decoration: none;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 400
    }
    .locations .list-regions li:hover {
        cursor: pointer;
        background: #05828b;
        padding: 8px 24px;
        border-radius: 0
    }
    .locations .list-regions li ul li a:hover,
    .locations .list-regions li ul li:hover {
        background: 0 0;
        text-decoration: none
    }
    .locations .list-regions li div.region-container {
        background: #f2f4f7;
        display: none;
        overflow: hidden;
        position: absolute !important;
        top: 0 !important;
        width: -webkit-fill-available;
        height: 444px;
        left: 260px;
        margin: 0;
        padding: 22px 0 0;
        min-width: 720px
    }
    .region-img {
        position: absolute;
        top: 20px;
        right: 20px
    }
    .region-img a {
        position: relative
    }
    .region-img>div {
        display: flex;
        justify-content: space-between
    }
    .main-img {
        margin: 0 0 14px
    }
    .list-regions ul li.carisla:hover>div,
    .list-regions ul li.carisla:hover>div ul,
    .list-regions ul li.downpacif:hover>div,
    .list-regions ul li.downpacif:hover>div ul,
    .list-regions ul li.mexcar:hover>div,
    .list-regions ul li.mexcar:hover>div ul,
    .list-regions ul li.ulcruises:hover>div,
    .list-regions ul li.ulcruises:hover>div ul,
    .list-regions ul li.uljamaica:hover>div,
    .list-regions ul li.uljamaica:hover>div ul,
    .list-regions ul li.ulusa:hover>div,
    .list-regions ul li.ulusa:hover>div ul {
        display: block !important;
        z-index: 99;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        transition: .3s linear
    }
    .locations .list-regions span {
        color: #fff;
        font-size: 18px;
        font-family: 'Circular Std';
        font-weight: 400
    }
    .img-caption {
        position: absolute;
        bottom: 10px;
        z-index: 99;
        left: 24px
    }
}

.flag-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    line-height: 1em;
    position: relative;
    width: 1.33333333em;
    height: .8rem
}

.flag-icon-fr {
    background-image: url(flag-icons/flags/4x3/fr.svg)
}

.flag-icon-br {
    background-image: url(flag-icons/flags/4x3/br.svg)
}

.flag-icon-mx {
    background-image: url(flag-icons/flags/4x3/mx.svg)
}

.dropdown-menu.menu-habitats {
    border: 0;
    margin: 0;
    padding-bottom: 0;
    position: static
}

.dropdown-menu.menu-habitats ul {
    margin: 8px auto 0;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.dropdown-menu.menu-habitats ul li img {
    min-width: 134px
}

.dropdown-menu.menu-habitats p {
    font-size: 17px;
    color: #039;
    margin-top: 14px;
    text-align: center;
    margin-bottom: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.dropdown-menu.menu-habitats>ul::-webkit-scrollbar {
    height: 5px
}

.dropdown-menu.menu-habitats>ul::-webkit-scrollbar-track {
    background: #fff
}

.dropdown-menu.menu-habitats>ul::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 20px;
    border: none
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.lang-btn .btn-modal {
    border: 0;
    color: #123379;
    font-size: 15px;
    min-width: unset;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.lang-btn .dropdown-menu {
    min-width: 6rem;
}

.lang-btn .dropdown-item {
    font-size: 12px
}

.navbar-nav2 .dropdown-toggle::after {
    content: url(/src/icons/down-line.svg);
    border: 0;
    height: 0;
    float: right;
}

#offcanvasRightMenu>div.offcanvas-body>div>ul>li.nav-item.dropdown>a {
    width: 80%;
}