/* -------------------------------------------------- Font Face -------------------------------------------------- */
/* latin */
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../../public/fonts/kalam.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../../public/fonts/montserrat.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* -------------------------------------------------- End Imports -------------------------------------------------- */

/* -------------------------------------------------- Start Variables -------------------------------------------------- */
:root {
    /* Old red colors */
    --color-one-darker: #50110C;
    --color-one-dark: #8C1D16;
    --color-one: #C82A1F;
    --color-one-light: #E55146;
    --color-one-lighter: #EFC0BC;

    /* New red colors */
    /* --color-one-darker: #4A1B18;
    --color-one-dark: #812F29;
    --color-one: #B9433B;
    --color-one-light: #D58E89;
    --color-one-lighter: #F1D9D8; */

    --color-two-darker: #1D1D1D;
    --color-two-dark: #222222;
    --color-two: #636363;
    --color-two-light: #D3D3D3;
    --color-two-lighter: #F1F1F1;

    --color-three: #FFDB68;
    --color-three-light: #FFE9A4;

    --color-four: #F16E90;
    --color-four-light: #F7A8BC;

    --color-five: #F89824;
    --color-five-light: #FBC17C;

    --color-six: #242063;
    --color-six-light: #7C79A1;

    --color-seven: #42BB8F;
    --color-seven-light: #8ED6BC;

    --color-eight: #3092B6;
    --color-eight-light: #83BED3;

    --color-nine-darker: #524C44;
    --color-nine-dark: #908677;
    --color-nine: #CEBFAA;
    --color-nine-light: #E2D9CC;
    --color-nine-lighter: #F5F2EE;

    --color-ten-darker: #3A2D1A;
    --color-ten-dark: #654F2E;
    --color-ten: #917142;
    --color-ten-light: #BDAA8E;
    --color-ten-lighter: #E9E3D9;

    --color-black-darker: #121111;
    --color-black-dark: #201D1D;
    --color-black: #2D2A2A;
    --color-black-light: #817F7F;
    --color-black-lighter: #D5D4D4;

    --color-white-darker: #666666;
    --color-white-dark: #B3B3B3;
    --color-white: #FFFFFF;
    --color-white-light: #FFFFFF;
    --color-white-lighter: #FFFFFF;

    --color-grey: #F6F6F9;
    --color-grey-divider: #E5E5E5;

    --color-eleven: #70AA95;
    --color-eleven-light: #A3C9B9;

    --font-family-one: 'Montserrat', sans-serif;
    --font-family-two: 'Kalam', cursive;
}

/* -------------------------------------------------- End Variables -------------------------------------------------- */

/*-------------------------------------------------- Start Typography --------------------------------------------------*/
html,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: var(--font-family-one), serif;
    color: var(--color-two);
}

/* Start Display Typograhy */
.o-display-1 {
    font-size: 66px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 800;
}

.o-display-2 {
    font-size: 46px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 800;
}

.o-display-3 {
    font-size: 32px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 800;
}

.o-display-special {
    font-family: var(--font-family-two), serif;
    font-size: 42px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 700;
}

/* End Display Typograhy */

/* Start Header Typograhy */
h1,
.h1 {
    font-size: 42px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 32px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 24px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 16px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 600;
}

/* End Header Typograhy */

/* Start Other Typograhy */
p,
.p {
    font-size: 16px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

li {
    font-size: 16px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

b {
    color: var(--color-two);
}

a {
    font-size: 16px !important;
}

.o-font-one,
div.o-font-one>* {
    font-family: var(--font-family-one), serif;
}

.o-font-two,
div.o-font-two>* {
    font-family: var(--font-family-two), serif;
}

.o-bold {
    font-weight: 700 !important;
}

.o-extra-bold {
    font-weight: 800 !important;
}

.o-p-bold {
    font-size: 16px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 600;
}

.o-p-em em,
p em {
    color: var(--color-two);
}

.o-p-large,
.o-p-large p {
    font-size: 24px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

.o-p-small,
.o-p-small p {
    font-size: 14px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

input,
.o-input {
    font-family: var(--font-family-one);
    font-size: 14px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

textarea,
.o-textarea {
    font-family: var(--font-family-one);
    font-size: 14px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

select,
.o-select {
    font-family: var(--font-family-one);
    font-size: 14px;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

.o-footer-link {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0;
    font-weight: 300;
    color: var(--color-white);
}

a {
    font-weight: 600;
    color: var(--color-one);
    text-decoration: none;
}

a:hover {
    color: var(--color-one-light) !important;
    text-decoration: underline !important;
}

b,
strong {
    font-weight: 600;
    color: var(--color-two);
}

.o-text-shadow-medium {
    -webkit-text-shadow: 5px 5px 10px rgba(0, 0, 0, .8);
    -moz-text-shadow: 5px 5px 10px rgba(0, 0, 0, .8);
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .8);
}

.o-text-shadow-small {
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

em {
    color: inherit !important;
}

/* End Other Typograhy */
/* -------------------------------------------------- End Typography -------------------------------------------------- */

/* -------------------------------------------------- Start Webkit -------------------------------------------------- */
::-webkit-scrollbar {
    width: 10px;
    background-color: var(--color-two-light);
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-one);
}

::-webkit-scrollbar-track {
    border: 1px solid var(--color-two-lighter);
    background-color: var(--color-two-light);
}

/* -------------------------------------------------- End Webkit -------------------------------------------------- */

/* -------------------------------------------------- Start All Color Classes -------------------------------------------------- */
/* Start Text Colors */
.o-color-one {
    color: var(--color-one) !important;
}

.o-color-one-light-hover:hover {
    color: var(--color-one-light) !important;
}

.o-color-two,
div.o-color-two>* {
    color: var(--color-two) !important;
}

.o-color-three {
    color: var(--color-three) !important;
}

.o-color-four {
    color: var(--color-four) !important;
}

.o-color-five {
    color: var(--color-five) !important;
}

.o-color-six {
    color: var(--color-six) !important;
}

.o-color-seven {
    color: var(--color-seven) !important;
}

.o-color-eight {
    color: var(--color-eight) !important;
}

.o-color-nine {
    color: var(--color-nine) !important;
}

.o-color-ten {
    color: var(--color-ten) !important;
}

.o-color-black {
    color: var(--color-black) !important;
}

.o-color-white {
    color: var(--color-white) !important;
}

/* End Text Colors */

/* Start Background colors */
.o-background-one {
    background-color: var(--color-one) !important;
}

.o-background-one-hover:hover {
    background-color: var(--color-one-light) !important;
}

.o-background-one-light {
    background-color: var(--color-one-light) !important;
}

.o-background-two {
    background-color: var(--color-two) !important;
}

.o-background-two-lighter {
    background-color: var(--color-two-lighter) !important;
}

.o-background-two-hover:hover {
    background-color: var(--color-two-light) !important;
}

.o-background-three {
    background-color: var(--color-three) !important;
}

.o-background-three-hover:hover {
    background-color: var(--color-three-light) !important;
    cursor: pointer;
}

.o-background-four {
    background-color: var(--color-four) !important;
}

.o-background-four-hover:hover {
    background-color: var(--color-four-light) !important;
    cursor: pointer;
}

.o-background-five {
    background-color: var(--color-five) !important;
}

.o-background-five-hover:hover {
    background-color: var(--color-five-light) !important;
    cursor: pointer;
}

.o-background-six {
    background-color: var(--color-six) !important;
}

.o-background-six-hover:hover {
    background-color: var(--color-six-light) !important;
    cursor: pointer;
}

.o-background-seven {
    background-color: var(--color-seven) !important;
}

.o-background-seven-hover:hover {
    background-color: var(--color-seven-light) !important;
    cursor: pointer;
}

.o-background-eight {
    background-color: var(--color-eight) !important;
}

.o-background-eight-hover:hover {
    background-color: var(--color-eight-light) !important;
}

.o-background-nine {
    background-color: var(--color-nine) !important;
}

.o-background-nine-hover:hover {
    background-color: var(--color-nine-light) !important;
}

.o-background-ten {
    background-color: var(--color-ten) !important;
}

.o-background-ten-hover:hover {
    background-color: var(--color-ten-light) !important;
}

.o-background-eleven {
    background-color: var(--color-eleven) !important;
}

.o-background-eleven-hover:hover {
    background-color: var(--color-eleven-light) !important;
}

.o-background-black {
    background-color: var(--color-black) !important;
}

.o-background-white {
    background-color: var(--color-white) !important;
}

/* End Background colors */

/* Start Icon colors */
.o-icon-one {
    fill: var(--color-one);
}

.o-icon-two {
    fill: var(--color-two);
}

.o-icon-two-light {
    fill: var(--color-two-light);
}

.o-icon-three {
    fill: var(--color-three);
}

.o-icon-four {
    fill: var(--color-four);
}

.o-icon-five {
    fill: var(--color-five);
}

.o-icon-six {
    fill: var(--color-six);
}

.o-icon-seven {
    fill: var(--color-seven);
}

.o-icon-eight {
    fill: var(--color-eight);
}

.o-icon-nine {
    fill: var(--color-nine);
}

.o-icon-nine-dark {
    fill: var(--color-nine-dark);
}

.o-icon-ten {
    fill: var(--color-ten);
}

.o-icon-black {
    fill: var(--color-black);
}

.o-icon-white {
    fill: var(--color-white);
}

/* Begin Icon colors */
/*-------------------------------------------------- End All Color Classes --------------------------------------------------*/
.ar-1-1 {
    aspect-ratio: 1 / 1;
}

.ar-1-2 {
    aspect-ratio: 1 / 2;
}

.ar-2-1 {
    aspect-ratio: 2 / 1;
}

.ar-3-4 {
    aspect-ratio: 3 / 4;
}

.ar-4-3 {
    aspect-ratio: 4 / 3;
}

.ar-16-9 {
    aspect-ratio: 16 / 9;
}

.ar-9-16 {
    aspect-ratio: 9 / 16;
}

.ar-10-3 {
    aspect-ratio: 10 / 3.5;
}

.ar-3-10 {
    aspect-ratio: 3 / 10;
}

.ar-10-4 {
    aspect-ratio: 10 / 4;
}

.ar-4-10 {
    aspect-ratio: 4 / 10;
}

.object-fit {
    -o-object-fit: cover;
       object-fit: cover;
}

/*-------------------------------------------------- Start UIKit Classes --------------------------------------------------*/
/* Start Alerts */
.uk-alert {
    border-radius: 5px;
}

.uk-alert-close {
    color: var(--color-white);
}

.uk-alert-primary {
    background-color: var(--color-two);
    color: var(--color-white);
    font-weight: 500;
}

.uk-alert-success {
    background-color: var(--color-nine-light);
    color: var(--color-ten);
    font-weight: 500;
}

.uk-alert-warning {
    background-color: var(--color-nine);
    color: var(--color-white);
    font-weight: 500;
}

.uk-alert-danger {
    background-color: var(--color-nine-dark);
    color: var(--color-white);
    font-weight: 500;
}

/* Alerts: Custom */
/* End Alerts */

/* Avatars */
.uk-comment-avatar {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

/* Avatars: Custom */
.o-avatar-background {
    width: 40px;
    height: 40px;
    background-color: var(--color-one);
    border-radius: 50%;
}

.o-avatar-icon {
    width: 24px;
    height: 24px;
    margin: 8px;
}

.o-avatar-letters {
    width: 24px;
    height: 24px;
    margin: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.o-avatar-with-status {
    position: relative;
}

.o-avatar-online {
    width: 8px;
    height: 8px;
    background-color: var(--color-seven);
    border-radius: 50%;

    position: absolute;
    bottom: 2px;
    right: 2px;
}

/* End Avatars */

/* Start Buttons */
.uk-button {
    padding: 12px 40px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
}

.uk-button-primary {
    background-color: var(--color-one);
    color: var(--color-white);
    border: 2px solid var(--color-one);
}

.uk-button-primary:hover,
.uk-button-primary:active,
.uk-button-primary:focus {
    background-color: var(--color-one-light);
    color: var(--color-white) !important;
    border: 2px solid var(--color-one-light);
    text-decoration: none !important;
}

.uk-button-primary-alt {
    background-color: transparent;
    color: var(--color-one);
    border: 2px solid var(--color-one);
}

.uk-button-primary-alt:hover,
.uk-button-primary-alt:active,
.uk-button-primary-alt:focus {
    background-color: var(--color-one-light);
    color: var(--color-white) !important;
    border: 2px solid var(--color-one-light);
    text-decoration: none !important;
}

.uk-button-secondary {
    background-color: var(--color-white) !important;
    color: var(--color-one) !important;
    border: 2px solid var(--color-one) !important;
}

.uk-button-secondary:hover,
.uk-button-secondary:active,
.uk-button-secondary:focus {
    background-color: var(--color-one-light) !important;
    color: var(--color-white) !important;
    border: 2px solid var(--color-one-light) !important;
    text-decoration: none !important;
}

.uk-button-secondary:hover>svg {
    fill: var(--color-white);
}

.uk-button-secondary-alt {
    background-color: transparent !important;
    color: var(--color-white) !important;
    border: 2px solid var(--color-white) !important;
}

.uk-button-secondary-alt:hover,
.uk-button-secondary-alt:active,
.uk-button-secondary-alt:focus {
    background-color: var(--color-one-light) !important;
    color: var(--color-white) !important;
    border: 2px solid var(--color-one-light) !important;
    text-decoration: none !important;
}

.uk-button-secondary-alt:hover>svg {
    fill: var(--color-white);
}

.uk-button-newsletter {
    background-color: var(--color-white) !important;
    color: var(--color-eleven) !important;
    border: 2px solid var(--color-eleven) !important;
    font-size: 12px;
    padding: 4px;
}

.uk-button-newsletter:hover,
.uk-button-newsletter:active,
.uk-button-newsletter:focus {
    background-color: var(--color-eleven-light) !important;
    color: var(--color-white) !important;
    border: 2px solid var(--color-eleven-light) !important;
    text-decoration: none !important;
}

.uk-button-newsletter:hover>svg {
    fill: var(--color-white);
}

.o-button-specialist {
    padding: 8px 22px;
}

.uk-button:disabled {
    background-color: var(--color-two-light);
    color: var(--color-white-darker) !important;
    cursor: not-allowed;
    border: 1px solid var(--color-one);
}

.uk-button-default {
    background-color: var(--color-nine);
    color: var(--color-ten);
    border: 1px solid var(--color-nine);
}

.uk-button-default:hover,
.uk-button-default:focus {
    background-color: var(--color-nine-light);
    color: var(--color-ten) !important;
    border: 1px solid var(--color-nine-light);
    text-decoration: none !important;
}

.uk-button-large {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
}

.uk-button-medium {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px;
}

.uk-button-small {
    padding: 4px 8px;
    font-size: 11px;
    line-height: 16px;
}

.o-button-read-more {
    border: none;
    font-family: var(--font-family-one);
    font-size: 16px;
    color: var(--color-two);
    background-color: transparent;
    font-weight: 700;
    padding: 0px;
    display: block;
    margin-top: 25px;
    cursor: pointer;
}

.o-button-read-more:hover {
    color: var(--color-two-dark);
}

.o-button-read-more:hover>svg {
    fill: var(--color-two-dark);
}

/* Buttons: Custom */
.o-button-icon-left {
    padding: 12px 40px 12px 36px;
}

.o-button-icon-left-margin {
    margin-right: 6px;
}

.o-button-icon-right {
    padding: 12px 36px 12px 40px;
}

.o-button-icon-right-margin {
    margin-left: 6px;
}

.o-uk-button-plus {
    padding: 12px;
}

.o-button-icon {
    padding: 12px 24px;
}

/* End Buttons */

/* Start Tags (Labels in UI Kit) */
.uk-label {
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    text-transform: none;

    background-color: var(--color-black-lighter);
    color: var(--color-white-darker);
}

.uk-label-primary {
    background-color: var(--color-two);
    color: var(--color-white);
    font-weight: 500;
}

.uk-label-success {
    background-color: var(--color-nine-light);
    color: var(--color-ten);
    font-weight: 500;
}

.uk-label-warning {
    background-color: var(--color-nine);
    color: var(--color-white);
    font-weight: 500;
}

.uk-label-danger {
    background-color: var(--color-nine-dark);
    color: var(--color-white);
    font-weight: 500;
}

/* Tags (Labels in UI Kit): Custom */
/* End Tags (Labels in UI Kit) */

/*---------- Start Forms ----------*/
/* Input */
.uk-form-label {
    font-weight: 600;
}

.uk-input {
    border-radius: 5px;
    border: 1px solid var(--color-black-lighter);
    background-color: var(--color-grey);
    color: var(--color-white-darker);

    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.uk-input:focus {
    border: 2px solid var(--color-one);
    background-color: var(--color-grey);
}

.uk-input-disabled {
    background-color: var(--color-black-lighter);
    cursor: not-allowed;
}

.uk-form-danger {
    border: 2px solid var(--color-nine-dark);
    color: var(--color-black);
}

.uk-form-danger:focus {
    border: 2px solid var(--color-nine-darker);
    color: var(--color-black);
}

.uk-form-success {
    border: 2px solid var(--color-nine-light);
    color: var(--color-black);
}

.uk-form-success:focus {
    border: 2px solid var(--color-nine);
    color: var(--color-black);
}

/* Input: Custom */
/* End Inputs */

/* Textarea */
.uk-textarea {
    border-radius: 5px;
    border: 1px solid var(--color-black-lighter);
    background-color: var(--color-grey);
    color: var(--color-white-darker);

    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/* Textarea: Custom */
/* End Textarea */

/* Checkbox */
.uk-checkbox {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 3px;
    background-color: var(--color-black-lighter);
}

.uk-checkbox:hover {
    background-color: var(--color-black-light);
    cursor: pointer;
}

.uk-checkbox:checked {
    background-color: var(--color-one);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.018 5.9967C18.762 5.9967 18.495 6.08071 18.3 6.2727L9.59301 14.8667C9.33601 15.1197 9.07802 15.0727 8.87602 14.7747L5.88001 10.3547C5.57401 9.9037 4.93401 9.7777 4.47501 10.0787C4.01701 10.3797 3.88901 11.0087 4.19501 11.4597L7.19001 15.8797C8.09201 17.2087 9.84901 17.3777 10.998 16.2477L19.736 7.68469C20.125 7.30069 20.125 6.6567 19.736 6.2727C19.541 6.08071 19.273 5.9967 19.018 5.9967Z'/%3E%3C/svg%3E");
}

.uk-checkbox:indeterminate {
    background-color: var(--color-one);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.01953 11.0016C7.46753 11.0016 7.01953 11.4496 7.01953 12.0016C7.01953 12.5536 7.46753 13.0016 8.01953 13.0016H16.0195C16.5715 13.0016 17.0195 12.5536 17.0195 12.0016C17.0195 11.4496 16.5715 11.0016 16.0195 11.0016H8.01953Z'/%3E%3C/svg%3E");
}

/* Checkbox: Custom */

.o-label-checkbox {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

/* End Checkbox */

/* Radio */
.uk-radio {
    width: 24px;
    height: 24px;
    border: none;
    background-color: var(--color-black-lighter);
}

.uk-radio:hover {
    background-color: var(--color-black-light);
    cursor: pointer;
}

.uk-radio:checked {
    border: none;
    background-color: var(--color-one);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.018 5.9967C18.762 5.9967 18.495 6.08071 18.3 6.2727L9.59301 14.8667C9.33601 15.1197 9.07802 15.0727 8.87602 14.7747L5.88001 10.3547C5.57401 9.9037 4.93401 9.7777 4.47501 10.0787C4.01701 10.3797 3.88901 11.0087 4.19501 11.4597L7.19001 15.8797C8.09201 17.2087 9.84901 17.3777 10.998 16.2477L19.736 7.68469C20.125 7.30069 20.125 6.6567 19.736 6.2727C19.541 6.08071 19.273 5.9967 19.018 5.9967Z'/%3E%3C/svg%3E");
}

/* Radio: Custom */
.o-label-radio {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

/* End Radio */

/* Start Select */
.uk-select {
    border-radius: 5px;
    border: 1px solid var(--color-black-lighter);
    background-color: var(--color-grey);
    color: var(--color-black);

    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23000' stroke-width='2px' stroke-linecap='round' x1='6' y1='11' x2='2' y2='7'/%3E%3Cline stroke='%23000' stroke-width='2px' stroke-linecap='round' x1='6' y1='11' x2='10' y2='7'/%3E%3C/svg%3E");
}

.uk-select:focus {
    border: 2px solid var(--color-one);
    background-color: var(--color-grey);
}

.uk-select-disabled {
    background-color: var(--color-black-lighter);
    cursor: not-allowed;
}

/* Select: Custom */
/* End Select */

/* Start Dropdown */
/* Dropdown: Custom */
.o-dropdown {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* End Dropdown */
/*---------- End Forms ----------*/

/* Start Table */
.uk-table {
    border: 1px solid var(--color-black-lighter);
}

.uk-table-hover tbody tr:hover {
    background-color: var(--color-one-lighter);
}

.uk-table th {
    color: var(--color-black);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

/* Buttons: Custom */
/* End Table */

/* Start Cards */
.uk-card-default {
    background-color: var(--color-white);
    border-radius: 5px;
}

.uk-card-media-top {
    border-radius: 5px;
}

/* End Cards */

/* Start navigation */
.z-index-99 {
    z-index: 99;
}

.uk-navbar-nav>.uk-active {
    background-color: var(--color-one);
    color: var(--color-white) !important;
    text-transform: none !important;
}

.uk-navbar-nav>li>a {
    color: var(--color-black) !important;
    text-transform: none !important;
    min-height: 42px;
    font-family: var(--font-family-one);
}

.uk-navbar-nav>li>a:hover {
    background-color: var(--color-one);
    color: var(--color-white) !important;
    text-decoration: none !important;
}

.uk-navbar-nav>li.uk-active>a {
    background-color: var(--color-one);
    color: var(--color-white) !important;
    text-transform: none !important;
}

.uk-navbar-nav>li.uk-active>a:hover {
    background-color: var(--color-one-light);
    color: var(--color-white) !important;
    text-decoration: none !important;
}

.flex-navbar-right {
    justify-content: right;
    flex-grow: 1;
    display: flex;
    right: 0;
    position: absolute;
}

/* End navigation */

/* Start tabs */
.uk-tab>*>a {
    padding: 5px 10px;
    color: var(--color-two);
    border-bottom: 2px solid transparent;
    font-size: 16px;
    text-transform: capitalize;
}

.uk-tab>*>a:hover {
    color: var(--color-one-light);
    text-decoration: none !important;
}

.uk-tab>.uk-active>a {
    color: var(--color-one) !important;
    border-color: var(--color-one) !important;
}

.uk-tab>.uk-active>a:hover {
    cursor: default;
}

/* End tabs */

/* Start Modal */
.o-close-button {
    height: 60px;
    width: 60px;
    background-color: var(--color-white);
}

.o-close-button svg {
    height: 18px;
    width: 18px;
}

.o-close-button svg line {
    stroke: var(--color-one) !important;
}

/* End Modal */

/* Start Home Header */
.o-home-header {
    background-size: cover;
    height: 620px;
}

.o-home-destination-input {
    border-radius: 10px;
    background: #ffffff !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-black) !important;
    font-weight: 600;
}

.o-autocomplete-items {
    background-color: var(--color-white);
    position: absolute;
    z-index: 1;
}

.o-autocomplete-items div p {
    padding: 15px;
}

.o-home-search-results {
    color: var(--color-two);
}

.o-home-search-results:hover {
    color: var(--color-two);
    background-color: var(--color-black-lighter);
    cursor: pointer;
}

.o-autocomplete-items div a {
    text-decoration: none !important;
}

/* End Home Header */

/* Start Height */
.uk-height-small {
    height: 200px;
}

/* End Height */

/* Start slider */
.uk-slidenav-next {
    color: var(--color-white) !important;
    background: var(--color-one) !important;
    border-radius: 24px;
    padding: 10px 16px;
}

.uk-slidenav-next:hover {
    color: var(--color-white) !important;
    background: var(--color-one-light) !important;
}

a.uk-slidenav-next:hover>svg {
    fill: var(--color-white) !important;
    background: var(--color-one-light) !important;
}

.uk-slidenav-previous {
    color: var(--color-white) !important;
    background-color: var(--color-one) !important;
    border-radius: 24px;
    padding: 10px 16px;
}

.uk-slidenav-previous:hover {
    color: var(--color-white) !important;
    background: var(--color-one-light) !important;
}

a.uk-slidenav-previous:hover>svg {
    fill: var(--color-white) !important;
    background: var(--color-one-light) !important;
}

/* End slider */
/*-------------------------------------------------- End UIKit Classes --------------------------------------------------*/

/*-------------------------------------------------- Start Extra Custom Classes --------------------------------------------------*/
/* Start Forms */
/* Start Switch */
.o-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
}

.o-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.o-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-black-lighter);
    border-radius: 32px;
    transition: .4s;
}

.o-slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: .4s;
}

input:checked+.o-slider {
    background-color: var(--color-one);
}

input:focus+.o-slider {
    box-shadow: 0 0 1px var(--color-one);
}

input:checked+.o-slider:before {
    transform: translateX(24px);
}

/* End Switch */
/* End Forms */

/* Start Continued Header */
.o-continued-header {
    height: 258px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* End Continued Header */

/* Start Link with plane */
.o-fly {
    animation-name: o-fly;
    animation-iteration-count: infinite;
    animation-duration: 3.3s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* End Link with plane */

/* Start Travel / Experience Cards */
.o-travelcard-header .o-overlay-heading a {
    display: block;
    text-decoration: none;
}

.o-travelcard-header .o-experience-label {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--color-white);
}

.o-no-img-height-fix-large {
    min-height: 168px;
}

.o-vertical-center {
    align-items: center;
}

.o-full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.o-experience-label-list {
    cursor: pointer;
}

.o-travelcard-header .o-experience-label {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--color-white);
}

.o-flex-travelcard-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    transform: translateY(20px);
}

.o-flex-travelcard-header-container {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: absolute;
    max-width: 1360px;
    width: 100%;
    padding: 0;
}

.o-flex-travelcard-header-content {
    z-index: 2;
    flex-grow: 1;
    display: flex;
    padding: 0 20px;
    transform: translateY(20px);
}

.o-flex-travelcard-header-card {
    border-radius: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 15px -5px var(--color-black-lighter);
}

.o-flex-travelcard-header,
.o-flex-travelcard-header img {
    aspect-ratio: 10 / 3.5;
}

.o-flex-travelcard-grid {
    display: grid;
    grid-template-columns: auto 200px;
}

@media (max-width: 960px) {
    .o-flex-travelcard-header-content {
        transform: translateY(10px);
    }

    .o-flex-travelcard-grid {
        display: grid;
        grid-template-columns: auto;
    }
}

@media (max-width: 1200px) {

    .o-flex-travelcard-header,
    .o-flex-travelcard-header img {
        aspect-ratio: 10 / 5;
    }
}

@media (max-width: 960px) {

    .o-flex-travelcard-header,
    .o-flex-travelcard-header img {
        aspect-ratio: 2 / 3;
    }
}

/* End Travel / Experience Cards */

/* Start iFrame */
.o-iframe-video {
    width: 1200px;
    height: 675px;
}

/* End iFrame */

/* Start Call to Action */
.o-cta-image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 600px;
}

.o-cta-overlay-container {
    width: 50% !important;
}

.o-call-to-action-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
}

/* End Call to Action */

/* Start 3 media blocks 1 text */
.o-destination-card {
    min-height: 450px;
    height: 100%;
}

.o-destination-card-image {
    background-size: cover;
    background-position: bottom;
}

/* End 3 media blocks 1 text */

/* Start pitch */
.o-pitch-margin-left {
    margin-left: 150px;
}

.o-pitch h1 {
    font-size: 20px;
    font-weight: 800;
}

.o-pitch h2 {
    margin-top: 0px;
    font-size: 60px;
    color: var(--color-one);
    font-weight: 800;
    line-height: 1.1;
    word-break: break-word;
}

.o-pitch ul li::marker {
    content: "\2714\0020";
}

/* End pitch  */

/* Start table */
.o-quotation-table {
    border: none !important;
}

.o-quotation-table>tbody>tr,
.o-quotation-table>tr:not(:first-child) {
    border-top: 2px solid var(--color-white);
}

.o-quotation-table>thead>tr>th,
.o-quotation-table>tr>th:not(:first-child) {
    border-left: 2px solid var(--color-white);
}

.o-quotation-table>tbody>tr>td,
.o-quotation-table>tr>td:not(:first-child) {
    border-left: 2px solid var(--color-white);
}

.o-quotation-table>thead {
    background-color: var(--color-one) !important;
}

.o-quotation-table th {
    color: var(--color-white) !important;
}

.o-quotation-table tr td {
    background-color: var(--color-two-lighter);
    color: var(--color-two);
    font-family: var(--font-family-one), serif;
}

.o-quotation-table tr td:first-child {
    background-color: var(--color-one);
    color: var(--color-white);
}

/* End table */

/* Start button */
.o-margin-top-and-left-button {
    margin-top: 20px;
    margin-left: 0px;
}

/* End button */

/* Start cards */
.o-card-media-top-height {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.o-card-hotel-choice {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.o-card-travel-specialist {
    background-color: var(--color-one);
    color: var(--color-white);
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.o-card-travel-specialist>img {
    height: 120px;
    border-radius: 4px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* End cards */
.o-arrow-margin {
    margin-bottom: 5px;
    margin-left: 10px;
}

/* Start navigation */
.o-logo-nav {
    position: relative;
}

.o-logo-img {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1000;
    padding: 0px;
}

.o-logo-img>img {
    width: 300px;
    transition: width 0.3s ease-in-out;
}

.o-logo-img.scrolled>img {
    width: 190px;
}

@media (max-width: 450px) {
    .o-menu-visible-text {
        display: none;
    }
}

@media (max-width: 600px) {
    .o-logo-img {
        left: 0px;
    }

    .o-logo-img>img {
        width: 160px;
    }

    .o-logo-img.scrolled>img {
        width: 160px;
    }
}

/* End navigation */

/* Start Detail Destinations page */
.o-destination-header {
    height: 600px;
    width: auto;
}

.o-destination-info-card-container {
    margin-top: -60px
}

.o-destination-info-card-icon {
    font-size: 42px;
}

.o-slider-nav svg {
    background: var(--color-one);
    width: 32px;
    height: 32px;
    padding: 10px;
    color: white;
}

/* End Detail Destinations page */

/* Start Detail Trips page */
.o-trip-details-header {
    height: 700px;
    background-size: cover;
}

.o-trip-detail-header-container {
    height: 700px;
    position: relative;
}

.o-trip-detail-header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 300px;
    border-radius: 5px;
    box-shadow: 0 5px 15px -5px var(--color-black-lighter);
    transform: translateY(20px);
}

.o-trip-detail-info-image {
    border-radius: 5px;
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.o-trip-detail-description {
    font-style: italic;
}

.o-trip-detail-subtitle::first-letter {
    text-transform: capitalize;
}

.o-trip-detail-description::first-letter {
    text-transform: capitalize;
}

.o-trip-description-limited {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    max-height: 312px;
}

.o-trip-travel-plan-container {
    max-height: 600px;
    overflow: auto;
}

.o-trip-travel-plan-border {
    border-bottom: 1px solid #e4e4e4;
}

.o-trip-travel-plan .o-trip-day-title {
    padding-top: 28px;
    padding-bottom: 28px;
    display: block;
}

.o-trip-travel-plan-hover {
    text-decoration: none !important;
}

a.o-trip-travel-plan-hover:hover>.o-trip-travel-plan-border,
a.o-trip-travel-plan-hover.active>.o-trip-travel-plan-border {
    background: var(--color-one-light);
    color: var(--color-white);
    text-decoration: none;
}

/* End Detail Trips page */

/* Start Horizon Blocks */
.o-homepage-blocks {
    margin-bottom: 60px;
}

/* End Horizon Blocks */

/* Start Quotation */
#o-quotation-container {
    font-family: var(--font-family-one), serif !important;
}

#o-quotation-container a,
#o-quotation-container .a {
    font-size: 16px !important;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 300;
}

#o-quotation-container b,
#o-quotation-container strong,
#o-quotation-container p b,
#o-quotation-container p strong {
    font-size: 16px !important;
    line-height: auto;
    letter-spacing: 0;
    font-weight: 600;
    color: var(--color-two) !important;
}

.o-quotation-header-container {
    /* background-image: url('../images/quotation/quotation-header.webp'); */
    /*max-height: 90vh;*/
    min-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    /*font-family: var(--font-family-one), serif;*/
}

.o-quotation-header-video {
    width: 100vw;
    max-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    z-index: -1;
}

.o-quotation-header-side-info {
    border-radius: 15px;
    font-family: var(--font-family-one), serif;
}

.o-quotation-header-side-info-top {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
    padding: 25px;
}

.o-quotation-header-side-info-bottom {
    background-color: var(--color-white) !important;
    color: var(--color-black);
    padding: 25px;
}

.o-quotation-header-side-info-bottom:hover {
    color: var(--color-one);
    cursor: pointer;
}

.o-quotation-zoom {
    background-color: var(--color-one);
    border-radius: 15px;
    padding: 25px;
}

.o-quotation-item:nth-child(even) {
    background: var(--color-two-lighter);
}

.o-quotation-item-truncated-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.o-travel-specialist-container {
    position: relative;
}

.o-travel-specialist-text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: rotate(-15deg);
}

/* End Quotation */

/* Start quotation booking */
.o-quotation-booking-background {
    background-image: url('../../public/images/quotation/booking/background-image.webp');
    background-repeat: no-repeat;
}

.o-fieldset {
    border: none;
}

.o-margin-bot-custom {
    margin-bottom: 28px;
}

.o-program-item:last-child {
    padding-bottom: 120px;
}

.o-quotation-header-heading {
    font-size: 64px;
    font-weight: 800;
}

/* End quotation booking */

/* Start slider */
.o-slider-top-modifier {
    top: 115px;
}

.uk-position-medium[class*=uk-position-center-left],
.uk-position-medium[class*=uk-position-center-right] {
    transform: translateY(-50%) !important;
}

/* End slider */

/* Start Footer */
.o-footer {
    background-repeat: no-repeat;
    background-position: bottom left;
}

.o-columns-2 {
    -moz-columns: 2;
         columns: 2;
}

.o-columns-3 {
    -moz-columns: 3;
         columns: 3;
}

.o-footer-link a {
    color: var(--color-white) !important;
    text-decoration: none !important;
}

.o-footer-link:hover {
    color: var(--color-white) !important;
    text-decoration: underline;
}

.o-footer-image-size {
    width: 66px;
    height: 66px;
    background-color: #FFFFff;
    border-radius: 12px;
}

.o-20-jaar-footer img {
    height: 79px;
    border-radius: 5px;
}

/* End Footer */

/* Start width */
.o-max-width-1500 {
    max-width: 1500px;
}

.o-max-width-1280 {
    max-width: 1280px;
}

/* End width */

/* Start spacing */
.o-top-50 {
    top: 50px;
}

/* End spacing */

.o-quotation-fe-add-btn {
    margin: 5px;
}

.o-quotation-fe-add-btn .uk-button {
    background: var(--color-one);
    padding: 8px 10px;
    line-height: 16px;
    border-radius: 3px;
}

.o-quotation-fe-add-btn i {
    font-size: 16px;
}

.o-extra-text-bullets>ul {
    font-weight: 600;
}

.o-extra-text-bullets>ul>li {
    margin-bottom: 15px;
}

.o-fillable-text-table>table {
    background-color: var(--color-two-lighter);
    border-spacing: 0;
}

.o-fillable-text-table>table,
th,
td {
    border: 1px solid var(--color-two-light);
}

.o-fillable-text-table>th,
td {
    padding: 5px;
}

.o-telephone-head {
    position: absolute;
    top: 42px;
    right: 0px;
    min-width: 20px;
    padding: 8px 12px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--color-eight);
    color: var(--color-white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media (min-width: 960px) {
    .o-telephone-head {
        right: 47px;
        padding: 8px 10px;
    }
}

.o-telephone-head a {
    font-family: var(--font-family-one);
    color: var(--color-white);
    font-weight: 600;
    letter-spacing: 1px;
}

.o-telephone-head a:hover {
    color: var(--color-white) !important;
}

.o-telephone-head a:focus,
.o-telephone-head a:active {
    color: var(--color-one);
}

.o-quotation-header-3-boxes {
    bottom: -88px !important;
    margin-bottom: 0px;
}

.o-mobile-nav ul {
    list-style: none;
}

.o-mobile-nav ul li {
    font-size: 22px;
    color: #444;
    line-height: 2;
}

.o-mobile-nav {
    padding-top: 180px;
    padding-bottom: 20px;
}

.o-modal-auto-height {
    min-height: 100svh;
    height: auto;
}

.uk-modal-close-full {
    background: var(--color-two-lighter);
}

.uk-modal-close-full svg line {
    stroke-width: 3px;
    stroke: #444 !important;
}

.o-mobile-nav ul li a {
    color: #444;
}

.o-mobile-nav ul li ul li a {
    font-weight: 400;
}

.w-100 {
    width: 100%;
}

#destination-search .autocomplete {
    max-width: 300px;
    width: 100%;
}

.o-heading-text-media-order-text {
    order: 0;
}

.o-heading-text-media-order-media {
    order: 1;
}

.o-usp:hover {
    text-decoration: none !important;
}

.o-usp-mobile-head {
    font-size: 14px;
}

.o-usp-mobile-description {
    font-size: 14px;
    font-weight: 400;
}

.o-usp-container {
    box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.10);
    margin: auto;
}

.o-usp-card-padding {
    padding: 24px 0px;
}

.o-usp-card-padding:not(:first-child)>.o-usp-card-divider {
    border-left: 1px solid var(--color-grey-divider);
}

.o-usp-card-divider {
    padding: 0px 40px;
}

.o-position-travel-specialist-link {
    z-index: 9999;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 68px;
}

@media screen and (max-width: 960px) {
    .o-position-travel-specialist-link {
        top: 220px;
        right: 52px;
    }
}

.o-position-telephone-link {
    display: none;
}

@media screen and (max-width: 960px) {
    .o-position-telephone-link {
        display: block;
        top: 100px;
        z-index: 1020;
    }
}

.uk-dotnav>.uk-active>* {
    background-color: var(--color-one);
    border-color: transparent;
}

.uk-dotnav>*>* {
    border: 1px solid var(--color-one-light);
}

@media screen and (max-width: 960px) {
    .o-hotel-slider-padding {
        padding-left: 40px !important;
    }
}

.o-travel-specialist-link {
    display: inline-block;
    background-color: var(--color-eleven);
    border: none;
    border-radius: 24px 24px 0px 0px;
    padding: 16px 40px;
    transform: rotate(270deg) translateX(50%) translateY(0%);
    transform-origin: top right;
    transition: transform 0.3s ease-in-out;
}

.o-travel-specialist-link.visible {
    transform: rotate(270deg) translateX(50%) translateY(-100%);
}

.o-travel-specialist-link:hover {
    background-color: var(--color-eleven-light);
    text-decoration: none !important;
}

.o-travel-specialist-link>a:hover {
    text-decoration: none !important;
    color: var(--color-white) !important;
}

@media screen and (max-width: 960px) {
    .o-travel-specialist-link {
        padding: 8px 24px;
    }
}

.o-telephone-link {
    display: inline-block;
    background-color: var(--color-eight);
    border: none;
    border-radius: 24px 0px 0px 24px;
    padding: 18px 8px;
    transition: transform 0.3s ease-in-out;
}

.o-telephone-link:hover {
    background-color: var(--color-eight-light);
}

.o-telephone-link>a:hover {
    text-decoration: none !important;
    color: var(--color-white) !important;
}

.is-wrapper,
#app {
    width: 100%;
    overflow: hidden;
}

.uk-position-fixed {
    position: fixed;
}

.uk-navbar {
    height: 42px;
    position: relative;
}

.o-flex-navbar-right {
    justify-content: right;
    flex-grow: 1;
    display: flex;
    right: 0;
    position: absolute;
    min-width: 900px;
}

.o-move-icon-wrapper {
    background-color: var(--color-one);
    padding: 3px;
    border-radius: 5px;
}

.o-move-icon {
    color: var(--color-white);
    font-size: 30px;
}

.o-move-icon:hover {
    cursor: pointer;
}

/* Anniversary 25 */
.o-logo-25 {
    max-height: 85px;
    margin-top: 5px;
}

.o-description-margin-0>* {
    margin: 0px !important;
}

/* Background images */
.o-plane-left-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.o-plane-left-2 {
    position: absolute;
    top: -35%;
    left: 0;
    z-index: -1;
}

.o-plane-right-1 {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: -1;
}

.o-plane-right-2 {
    position: absolute;
    top: -20%;
    right: 3%;
    z-index: -1;
}

.o-footer-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.o-trustpilot-mini-wrapper {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    flex-grow: 1;
    gap: 10px;

}

.o-trustpilot-mini-wrapper .trustpilot-widget {
    position: relative;
    right: -40px;
}

.uk-modal.uk-open {
    z-index: 9999;
}

.o-newsletter-popup {
    height: auto;
    max-width: 350px;
    margin-bottom: 68px;
    border: 4px solid var(--color-eleven);
    background-color: var(--color-white);
    color: var(--color-black);
    border-radius: 0px 24px 24px 0px;
    border-left: none;
    padding: 16px;
}

.o-close-newsletter-popup:hover {
    cursor: pointer;
    color: var(--color-black-light);
}

@media (max-width: 640px) {
    .o-trustpilot-mini-wrapper {
        flex-direction: column-reverse;
        flex-wrap: revert;
        align-items: start;
        justify-content: end;
        flex-grow: 1;
        gap: 15px;
    }

    .o-trustpilot-mini-wrapper .trustpilot-widget {
        position: relative;
        left: -35px;
        right: 0;
    }

}

@media (max-width: 390px) {
    .o-trustpilot-mini-wrapper .trustpilot-widget {
        left: -25px;
    }
}

@media (max-width: 370px) {
    .o-trustpilot-mini-wrapper .trustpilot-widget {
        left: -15px;
    }
}

@media (max-width: 350px) {
    .o-trustpilot-mini-wrapper .trustpilot-widget {
        left: 0;
    }
}

/*-------------------------------------------------- End Extra Custom Classes --------------------------------------------------*/

/*-------------------------------------------------- Start Custom Media Queries --------------------------------------------------*/
@media (max-width: 1280px) {
    .o-iframe-video {
        width: 900px;
        height: 506px;
    }

    .o-pitch-margin-left {
        margin-left: 90px;
    }
}

@media (max-width: 960px) {
    h2 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .o-heading-text-media-order-text {
        order: 1;
    }

    .o-heading-text-media-order-media {
        order: 0;
    }

    .uk-card-body {
        padding: 15px;
    }

    .o-stacked-buttons .uk-button {
        width: 100%;
        margin-bottom: 20px;
    }

    /* Start Quotation */
    .o-quotation-header-container {
        /*max-height: 100%;*/
    }

    .o-iframe-video {
        width: 600px;
        height: 337px;
    }

    .o-trip-detail-header-content {
        bottom: 20px;
    }

    .o-margin-bot-custom {
        margin-bottom: 10px;
    }

    .o-quotation-header-heading {
        font-size: 40px;
    }

    .o-quotation-header-3-boxes {
        position: relative !important;
        bottom: -24px !important;
        margin-bottom: 48px;
    }

    .o-quotation-header {
        flex-grow: 100;
    }

    .o-display-3 {
        font-size: 22px;
    }

    .o-display-1 {
        font-size: 44px;
    }

    .o-homepage-blocks {
        margin-bottom: 0;
    }

    #jsPickDay ul {
        counter-reset: section;
        list-style-type: none;
        padding-left: 0px;
    }

    #jsPickDay ul li {
        display: inline-block;
        margin: 4px;
        line-height: 2.5em;
    }

    #jsPickDay ul li a {
        display: block;
        width: 42px;
        height: 42px;
        background: #ffffff;
        text-align: center;
        color: #c82a1f;
        border-radius: 50px;
        border: 1px solid #c82a1f;
    }

    #jsPickDay ul li a:hover,
    #jsPickDay ul li a:focus,
    #jsPickDay ul li a.active {
        display: block;
        width: 42px;
        height: 42px;
        background: #c82a1f;
        text-align: center;
        color: #ffffff !important;
        border-radius: 50px;
        border: 1px solid #c82a1f;
        text-decoration: none !important;
    }

    #jsPickDay ul li a::before {
        counter-increment: section;
        content: counters(section, ".") " ";
        color: inherit;
        font-weight: 800;
        position: relative;
    }

}

@media (min-width: 960px) {
    .o-homepage-blocks:nth-child(3n+1) {
        transform: translateY(-20px)
    }

    .o-homepage-blocks:nth-child(3n+2) {
        transform: translateY(20px);
        margin-bottom: 20px
    }

    .o-homepage-blocks:nth-child(3n+3) {
        transform: translateY(-20px)
    }
}

@media (min-width: 768px) {
    .o-homepage-blocks:nth-child(odd) {
        transform: translateY(-20px)
    }

    .o-homepage-blocks:nth-child(even) {
        transform: translateY(20px);
        margin-bottom: 20px
    }
}

@media (max-width: 660px) {
    .o-iframe-video {
        width: 300px;
        height: 170px;
    }
}

@media (max-width: 640px) {
    .o-cta-overlay-container {
        width: 75% !important;
    }

    .o-destination-card {
        min-height: 278px;
    }

    .o-pitch-margin-left {
        margin-left: 30px;
    }

    .o-trip-details-header {
        height: 500px;
    }

    .o-trip-detail-header-container {
        height: 500px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    .o-logo-img {
        padding: 0;
    }

    #destination-search .autocomplete {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 470px) {
    .o-margin-top-and-left-button {
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media (max-width: 440px) {
    .uk-tab>*>a {
        font-size: 12px;
    }
}

/*-------------------------------------------------- End Custom Media Queries --------------------------------------------------*/

/*-------------------------------------------------- Start Keyframes --------------------------------------------------*/
@keyframes o-fly {
    0% {
        transform: translateY(-3px);
    }

    33% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(-3px);
    }
}

/*-------------------------------------------------- Start Keyframes --------------------------------------------------*/

.o-travel-agent-logo-img {
    top: 5px;
    right: 30px;
    left: auto;
}

