.bfx {
    border: none;
    background: #222857;
    color: #ffffff !important;
    font-weight: bold;
    padding: 12px 18px;
    text-transform: uppercase;

    display: inline-block;
    transition: all 0.3s ease 0s;
}

.bfx:hover {
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    background: #0e3f8f;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}


.eteam > div img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}


.two-col {
    align-items: center;
}

.two-col > div {
    padding: 12px;
}

.dual h3 {
    font-size: 17px;
}

.dual .sep {
    border-bottom: 1px solid #222857;
    display: block;
    margin: 10px auto;
    width: 100px;
}


.swiper-carousel {
    overflow: hidden;
}

.insta-button {
    padding: 8px;
    align-items: center;;
    justify-content: space-between;
    margin-top: 0px;
    display: inline-flex;
    background: #408bd1;
    color: #fff;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border-radius: 2px;

}

.inbtn-wrap {
    padding: 0 0 50px 0;
}

.insta-button:hover {
    color: #fff;
    background: #549fe6;
}


.swiper-button-prev, .swiper-button-next {
    transform: scale(0.7) translateY(-30%);
}

.insta-button i {
    margin: 0 4px;
}

.instagram {
    position: relative;


}

.instagram figure {
    padding: 0;
    margin: 0;
}

.swiper-slide {
    width: 288px;
    height: 288px;
}

.insta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.86;
    transition: opacity 0.22s ease-in-out;
}

.insta:hover img {
    opacity: 1;
}


.cbp-hrmenu > ul > li > a {
    font-size: 12px;
    padding: 13px 8px;
}

.w-banner {
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: grid;
    align-content: center;
    justify-content: center;
    height: 38px;
    /*background: url(../img/vivid-bg.jpg);*/
    background: #222857;
    background-size: cover;
}

.w-banner h5 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;

    margin: auto;

}

.w-banner h5 a {
    color: #fff;
}

.w-banner h5 a:hover {
    color: #f1dd95;
}

strong {
    color: #000;
}

/* popup */

.pop-up {
    display: flex;
    position: relative;
    background: #fff;
    height: 220px;
    width: 550px;
    border-radius: 1px;
    /* background: white url(/static/img/coronation.jpg?) 0 0 no-repeat; */
    /* background-size: 170px; */
    /* padding-left: 170px; */
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 1000;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.pop-up img {
    width: 240px;
    height: 100%;
    object-fit: cover;
}

.pop-up article {
    padding: 8%;

}

.pop-up article h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 18px 0 12px 0;

}

.pop-up article p {
    font-size: 14px;

    line-height: 1.5;
    margin-bottom: 12px;

}

.pop-up .close {
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 10px;
    color: #888;
    font-size: 32px;;

}


/* CSS */
.btne {
    align-items: center;
    background-color: #222857;
    border: 2px solid #222857;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-size: 16px;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 28px;
    min-width: 120px;
    outline: 0;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btne:focus {
    color: #171e29;
}

.btne:hover {
    background-color: #003281;
    border-color: #222857;
    fill: #222857;
    color: #fff;
}

.btne:active {
    background-color: #222857;
    border-color: #222857;
    fill: #222857;
}


@media (min-width: 768px) {
    .btne {
        min-width: 170px;
    }


}

@media (max-width: 768px) {
    .pop-up {
        bottom: 150px;
        right: 10px;
        background: white;
        padding: 10px;
        width: 90vw;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;;

    }
}

#showcase {
    width: 100%;
}

body {
    background: #f0f0f0;
    overflow: auto;

}

.global-wrapper {
    overflow: hidden;
}

.global-wrapper .w-int {
    margin: 0;

}

.global-wrapper .wrap-offer {
    margin: 0;
}

body.offers .int {
    background-image: none;
    box-shadow: none;
    background: none;
}


.global-wrapper {
    background: #fff;
    border: 14px solid #ffffff57;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.booking input[type="text"] {
    border: 1px solid #ddd;
    padding: 10px;
    background-position: 95% center;

}


.buttonx {
    display: inline-flex;
    height: 3em;
    width: auto;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    background-color: #222857;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: all 0.2s linear;
    cursor: pointer;
    border: none;
    font-size: 13px;
    margin-top: 20px;

}
.buttonx.grey {
    background: #90959D;
;
}

.buttonx > svg {
    margin-right: 5px;
    margin-left: 8px;
    font-size: 20px;
    transition: all 0.4s ease-in;
    translate: -5px;
    rotate: 180deg;
    filter: invert(1) brightness(10);
}

.buttonx > svg path {

}

.buttonx:hover > svg {
    font-size: 1.1em;
    transform: translateX(-5px);
}

.buttonx:hover {
    box-shadow: 9px 9px 33px #d1d1d1, -9px -9px 33px #ffffff;
    transform: translateY(-1px);
    color: #fff;
}


body .data-offer {
    max-width: unset;
}


.pop-up.sided {
    background: #fff;
    padding: 0;
    position: static;

    width: 780px;
    aspect-ratio: 780/367;


}

.remodal-close {
    z-index: 10;
}

.split {
    display: flex;
    width: 100%;
    height: 100%;


}

.split img {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.split article {
    padding: 10px;
    text-align: center;
    display: grid;
    place-items: center;
    flex: 1;

}

.split article h3 {
    margin: 8px;
}

.split p {
    margin: 2px auto;
}

.split article .big {
    font-size: 2.5rem
}

@media (max-width: 768px) {
    .pop-up.sided {
        width: 95%;
    }

    .pop-up.sided img {
        width: 40%;
    }

    .split article .big {
        font-size: 1rem;
    }


}

.w-bluebox .bluebox {
    margin: auto;
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
    max-width: min(calc(100% - 20px), 800px);

}

.bluebox strong {
    color: #fff;
}

@media (max-width: 800px) {
    body .data-offer {
        border: 2px solid #fff;
    }
}

.booking form {
    background: #fff;
}

.w-cert {
    background: #222857;
    margin-top: 1px;
    border-bottom: 1px dotted #6e74a3;

}

.cert a {
    color: #fff;
}

.newsletter-btn {
    width: 300px;
    background: #222857;
    margin: 0 auto;
    color: #fff;
    height: 30px;
    display: flex;
    place-content: center;
    position: relative;
    font-size: 13px;
    padding: 3px;

}

.newsletter-btn:hover {
    color: #e2e2e2;

}

.newsletter-btn::before, .newsletter-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    border-top: 30px solid #222857;
    border-left: 16px solid transparent;
    width: 0;
}

.newsletter-btn::after {
    left: auto;
    right: -16px;
    border-left: none;
    border-right: 16px solid transparent;
}


@media (min-width: 600px) {
    .w-cert .cert > a {
        border-right: 1px dotted #6e74a3;
    }
}

/* slider fix */

.rsMinW .rsArrowRight {
    z-index: 1000;
}


/* newsletter */

.second fieldset {
    width: 98%;
}

@media (max-width: 768px) {
    .second fieldset {
        font-size: 14px;
    }
}


/* new dukes team grid */

.dukes-team {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;


}

.dukes-team > div {
    flex: 0 0 270px;
    font-size: 12px;
}

.dukes-team h4 {
    line-height: 1.7;
}

.dukes-team img {
    width: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    transition: all 0.3s ease-in-out;
}

.dukes-team img:hover {
    scale: 1.01;
    filter: saturate(1.2);
}


/* CSS */
.button-book-now {
    appearance: button;
    background-color: #222857;
    border: 1px solid #113f6e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;

    font-size: 18px;
    line-height: 1.15;
    overflow: visible;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: all 80ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
}

.button-book-now:disabled {
    opacity: .5;
}

.button-book-now:focus {
    outline: 0;
}

.button-book-now:hover {
    background-color: #113f6e;
    border-color: #113f6e;
    color: #fff;
    text-decoration: none;
}

.button-book-now:active {
    background-color: #113f6e;
    border-color: #113f6e;
}

#float-book {
    position: fixed;
    right: -4px;
    top: 30dvh;

    z-index: 10000;
}


/* boxfx */


.boxfx {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
}

@media (max-width: 768px) {
    .boxfx {
        grid-template-columns: 1fr;
    }

    .twin {
        margin: 10px auto;
        gap: 20px;
    }

    .map iframe {
        width: 100%;
    }
}

.boxfx figure {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    margin: 0;
}

.boxfx .box img {
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.34s ease-in-out;
    filter: brightness(0.7);
    max-width: 100%;

}

.boxfx figure > * {
    grid-area: 1/1;
}

.boxfx .box {
    cursor: pointer;
}

.box figcaption {
    font-weight: bold;
    color: #fff;
    z-index: 1;
    font-size: 24px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.boxfx .box:hover img {
    filter: brightness(0.2)
}

.boxfx .box:hover figcaption {
    opacity: 0;
}

.boxfx .box article {
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    padding: 8px;
    margin-top: 12px;
}

.boxfx .box:hover article {
    opacity: 1;
    color: #fff;

}

.boxfx .box:hover article p {
    color: #fff;

}

.btnfx {

   align-items: center;
    background-color: #222857;
    border: 2px solid #222857;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-size: 16px;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 32px;
    min-width: 120px;
    outline: 0;
    padding: 18px 12px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  border: 1px solid transparent;
  margin-top: 4px;
}

.btnfx:hover {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
}