/*
Theme Name: EGO Booking
Author URI: https://t.me/andreevic_h
*/

.l-mt-auto {margin-top: auto}
.l-mt-0 {margin-top: 0px}
.l-mt-5 {margin-top: 5px}
.l-mt-15 {margin-top: 15px}
.l-mt-20 {margin-top: 20px}
.l-mt-25 {margin-top: 25px}
.l-mt-30 {margin-top: 30px}
.l-mt-50 {margin-top: 50px}

.l-mb-auto {margin-bottom: auto}
.l-mb-0 {margin-bottom: 0px}
.l-mb-5 {margin-bottom: 5px}
.l-mb-15 {margin-bottom: 15px}
.l-mb-20 {margin-bottom: 20px}
.l-mb-25 {margin-bottom: 25px}
.l-mb-30 {margin-bottom: 30px}
.l-mb-40 {margin-bottom: 40px}
.l-mb-50 {margin-bottom: 50px}
.l-mb-70 {margin-bottom: 70px}
.l-mb-100 {margin-bottom: 100px}

.l-ml-auto {margin-left: auto}
.l-ml-0 {margin-left: 0px}
.l-ml-5 {margin-left: 5px}
.l-ml-15 {margin-left: 15px}
.l-ml-20 {margin-left: 20px}
.l-ml-25 {margin-left: 25px}
.l-ml-30 {margin-left: 30px}
.l-ml-50 {margin-left: 50px}

.l-mr-auto {margin-right: auto}
.l-mr-0 {margin-right: 0px}
.l-mr-5 {margin-right: 5px}
.l-mr-15 {margin-right: 15px}
.l-mr-20 {margin-right: 20px}
.l-mr-25 {margin-right: 25px}
.l-mr-30 {margin-right: 30px}
.l-mr-50 {margin-right: 50px}

.l-pl-25 {
    padding-left: 25px !important;
}

.l-fs-16 {font-size: 16px;line-height: 140%;}
.l-fs-20 {font-size: 20px;}
.l-pb-0 {padding-bottom: 0 !important;}
.text-white {color: white;}
.text-center {
    text-align: center;
}
.l-fw-700 {font-weight: 700;}
.flex-column {flex-direction: column;}

.text-orange {
    color: #F37C40;
}

.l-fs-12 {
    font-size: 12px;
}
.relative {
    position: relative;
}
.overflow-hidden{
    overflow: hidden;
}
.lm-show {display: none !important;}
.l-flex {display: flex;}


body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.ui-section--booking {
    /* border-top: 1px solid #efefef; */
    border-bottom: 1px solid #efefef;
    padding: 50px 0;
    padding-top: 0;
    position: relative;
    z-index: 4;
}

section.ui-section--start {
    position: relative;
    z-index: 1;
}

.ui-section--start h1 span {
    display: block;
    width: max-content;
    color: white;
    background: linear-gradient(45deg, #4c58e1, #0424cd);
    border-radius: 4px;
    padding: 4px 17px;
    margin-top: 10px;
}

.egodigital-book-button {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

header > .wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

header > .wrapper > .col-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

header > .wrapper .item {
    padding: 13px 0;
    line-height: 1.3;
}

header > .wrapper .item .caption {
    font-weight: 600;
}

header > .wrapper .item .label {
    color: #8c98b5;
    font-size: 13px;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.ui-section--start .wrapper {
    display: grid;
    gap: 100px;
    grid-template-columns: 60% 40%;
    width: calc(100% - 100px);
    align-items: center;
}
h1 span {
    color: #4c58e1;
}
lottie-player.animating-1 {pointer-events: none;position: relative;z-index: 0;}

.ui-section--start .wrapper > .col-right {
    margin: -85px -100px;
}

h1 {
    font-size: 2.7rem;
    line-height: 1.4;
    letter-spacing: -.6px;
    margin-bottom: 20px;
}

header {
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 11;
}

.ui-section--start .egodigital-book-button {
    font-size: 16px;
    padding: 13px 21px;
    border-radius: 8px;
}

a.the-header__logo {
    line-height: 0;
    display: block;
    position: relative;
    top: 1px;
}

.ui-section--start .wrapper > .col-left {
    position: relative;
}

img.start-book-arrow {
    width: 150px;
    transform: rotate(52deg);
    position: absolute;
    right: 20%;
    bottom: -20px;
    opacity: 0.6;
}

.eui-widget-title {
    font-family: 'Plus Jakarta Sans';
    font-size: 26px;
}

.ui-section--testimonials {
    padding: 40px 0;
    padding-bottom: 60px;
}

footer {
    text-align: center;
    padding: 35px 0;
    color: #999999;
    font-weight: 600;
    border-top: 1px solid #efefef;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.footer-logo {
    opacity: 0.4;
    margin-bottom: 20px;
}

.ui-login-form {
    max-width: 500px;
    margin: auto;
}

.ui-login-form > .wrapper {
    display: grid;
    gap: 20px;
    justify-content: center;
    grid-template-columns: 50% 50%;
}

.ui-login-form  .item {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    border: 2px solid #efefef;
    border-radius: 16px;
    padding: 20px;
    cursor: pointer;
    background: white;
    font-size: 16px;
    transition: 0.3s;
    letter-spacing: -.2px;
}

.ui-login-form .item img {
    width: 50px;
}

.ui-login-form .item:hover {
    border-color: #464646;
}

.ui-button-home-create {
    margin: auto;
    display: flex;
    font-size: 29px;
    padding: 15px 55px;
    padding-bottom: 17px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    background: white;
    border-style: solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to right, #6c54ac, #0a29ce);
}

.signup-home-or {
    display: flex;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-bottom: 2px solid #efefef;
    margin: 25px auto;
    margin-bottom: 50px;
    max-width: 250px;
    color: gray;
}

.signup-home-or > span {
    background: white;
    position: relative;
    top: 12px;
    padding: 0 15px;
}

.ui-button-home-password {
    display: flex;
    margin: auto;
    margin-top: 50px;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    color: gray;
}

.ui-button-home-create > .label {
    background: linear-gradient(45deg, #7257a9, #102cd0);
    color: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    letter-spacing: -.6px;
}

.ui_form__fieldset > .field > input {
    background: transparent;
    border: 2px solid #eeefee;
    border-radius: 12px;
    padding-bottom: 15px;
}

.section--auth {
    max-width: 700px;
    margin: auto;
    display: none;
}

.section--auth > .title {
    text-align: center;
    font-size: 27px;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #7257a9, #102cd0);
    color: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: -.4px;
}

.section--auth > .title > #type_label {
    -webkit-text-fill-color: black;
}
.section--auth > .ui-form {
    max-width: 450px;
    margin: auto;
}

.section--auth.login {
}

.form__send > .button[type="submit"] {}

.form__send > [type="submit"] {
    font-size: 18px;
    color: white;
    background: linear-gradient(45deg, #4c58e1, #0424cd);
    border-radius: 8px;
    padding: 15px 23px;
    margin-top: 11px;
    padding-bottom: 15px;
    width: 100%;
    cursor: pointer;
}

.section--auth.active {
    display: block;
}

.ui_form__fieldset {
    margin: 0;
    margin-bottom: 10px;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: 10000px 0;
    }
}

@keyframes animatedBackgroundAlt {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: -10000px 0;
    }
}

@-webkit-keyframes animatedBackgroundAlt {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: -10000px 0;
    }
}