.page-container {
    position: relative;
}

.support-icon {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    border: none;
    background-color: #0671C6;
    border-radius: 50%;
    padding: 7px 4px 4px 5px;
    display: flex;
    box-shadow: 0 2px 9px rgba(0,0,0,0.3);
    z-index: 1100;
}

    .support-icon svg {
        fill: #FFF;
    }

.af_loader {
    max-width: 100%;
}

.invisible {
    visibility: hidden;
}

img {
    max-width: 100%;
    display: block;
}

/* MAP */
.map-content {
    display: flex;
    min-height: 700px;
}

#map {
    min-height: 700px;
    /* height: 100%; */
    flex: 1;
}

.item-text h1, .item-text h2, .item-text h3, .item-text h4, .item-text h5, .item-text h6 {
    margin: 0 0 20px;
}

.tracking_container .hero {
    padding: 96px 12px 300px;
}

.tracking_container .hero-container {
    overflow: hidden;
}

.tracking_container .search_quote_container {
    position: initial;
    width: 100%;
}

/* TIMELINE */

.timeline-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 35px;
}

.not-found-message {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: black;
}

.container-number + .timeline-preview {
    border-left: 1px solid #DDDDDD;
}

.container-number {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 74px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    white-space: nowrap;
}

.timeline-preview {
    padding-left: 72px;
    flex: 10;
}

.line-container {
    position: relative;
    display: flex;
    align-items: center;
}

.timeline-ports {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.timeline-port-container {
    display: flex;
    flex-direction: column;
}

    .timeline-port-container .port-name {
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.02em;
        color: #000000;
        margin-bottom: 6px;
    }

    .timeline-port-container .port-date {
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: -0.02em;
        color: rgba(0, 0, 0, 0.6);
    }

.line-ship-icon {
    position: absolute;
    width: 33px;
}

.location-start {
    position: absolute;
    left: -3px;
    bottom: -10px;
    z-index: 1;
}

.location-end {
    position: absolute;
    right: -7px;
    top: -12px;
}

.line {
    border: 3px solid;
    color: #0671C6;
    color: #DDDDDD;
    width: 100%;
    margin: 0 6px;
}

.line-ship-icon-container {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}

    .line-ship-icon-container .line {
        border: 3px solid;
        color: var(--brand);
        width: 100%;
        margin: 0;
    }

.home-container {
    margin: 0 auto;
    padding: 0 90px;
}

.width-limiter {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

/* NAVIGATION */

nav {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 68px;
}
/* 
nav ul {
    margin: 0;
    list-style: none;
}

.nav-list a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0;
    color: #05254B;
    white-space: nowrap;
} */

/* HERO */

.template-hero-container {
    position: relative;
    padding: 40px 0;
}

.template-hero-img {
    max-width: 100%;
    border-radius: 8px;
}

.template-hero-text {
    position: absolute;
    top: 30%;
    left: 8%;
    right: 8%;
}

.template-h1 {
    color: #2B2C6D;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin: 0;
}

.template-h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #05254B;
    margin: 0;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 42px;
}

.globe-img {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.hero-grad {
    position: absolute;
    z-index: -1;
    width: 870px;
}

.homepage-h1 {
    color: #2B2C6D;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    max-width: 16ch;
}

.hero-paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #05254B;
    margin: 0;
    max-width: 42ch;
}

    .hero-paragraph span {
        font-weight: 600;
    }

.globe-container {
    max-width: 500px;
    margin-bottom: 30px;
}

.hero-search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px 3px 3px;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.2));
    height: 80px;
    width: 100%;
    background-color: white;
    border-radius: 40px;
}

.inputs-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-input-item {
    flex: 1;
    align-items: center;
    display: flex;
}

.inputs-container .border-breaker {
    border: 1.5px solid #DFDFDF;
    height: 40px;
    align-self: center;
    margin: 0 10px;
}

.hero-search-item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    padding-right: 6px;
    height: 100%;
}

    .hero-search-item img {
        position: absolute;
        left: 20px;
        /* width: 23px; */
    }

    .hero-search-item input::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #626262;
        opacity: 0.25;
    }

    .hero-search-item input {
        border: none;
        background-color: white;
        padding: 0px 0 0 64px;
        border-radius: 63px;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #626262;
        height: 100%;
        flex: 1;
    }

.hero-search-btn {
    border: none;
    background-color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    margin-left: auto;
    border-radius: 50%;
}

.some-container {
    position: relative;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(241, 241, 248, 0.65);
    margin-top: -40px;
    padding-top: 105px;
    padding-bottom: 55px;
}

    .some-container .secondary-logo {
        max-width: 116px;
    }

    .some-container .border-breaker {
        border: 1px solid #BBDBEE;
        width: 54px;
        margin: 16px 0;
    }

.some-item {
    max-width: 54ch;
    color: #4AA0D2;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

/* REGISTER CARD */

.registration-card {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 544px;
    padding: 17px 40px 40px 40px;
    border-radius: 24px;
    background-color: white;
    margin: 0 auto;
}

    .registration-card header {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        text-align: center;
    }

    .registration-card .exit-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .registration-card header img {
        max-width: 105px;
    }

.register-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #111111;
    margin-bottom: 10px;
    margin-top: 0;
}

.register-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin-bottom: 27px;
}

.registration-card form {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.register-name-container {
    display: flex;
    gap: 20px;
}

    .register-name-container .register-card-label {
        flex: 1;
    }

.register-card-label {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.register-card-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

input {
    outline: none;
}

    input:focus {
        border-color: #0671c6;
    }

.register-input {
    border: 1px solid rgba(102, 102, 102, 0.35);
    border-radius: 12px;
    height: 48px;
    outline: none;
    padding: 0 12px;
    width: 100%;
}

textarea.register-input {
    height: initial;
    padding: 12px;
}

.phone-input-container {
    display: flex;
    align-items: center;
    position: relative;
}

    .phone-input-container span {
        position: absolute;
        left: 10px;
    }

    .phone-input-container .register-input {
        padding-left: 52px;
    }

.register-btn {
    border: none;
    background: #0671C6;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    padding: 13px 194px;
    color: white;
    font-style: normal;
}

.send-again-link {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #333333;
    text-decoration: none;
    border: none;
    background: transparent;
    font-weight: 400;
}

.side-list-container {
    background-image: url(../../Content/images/BG-Blur.png);
    background-position: center;
    background-size: 104% 108%;
    background-repeat: no-repeat;
    display: flex;
    padding: 42px 46px 42px 140px;
    flex: 0.5;
    max-width: 630px;
}

    .side-list-container.air {
        flex: 0.7;
        max-width: initial;
        padding-left: 88px;
    }

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .side-list-container {
        padding-right: 20px;
        padding-left: 86px;
    }

    .width-limiter {
        padding: 0 16px;
    }

    .home-container {
        padding: 0 40px;
    }
}

.location-marker {
    z-index: 1 !important;
}

.side-list-timeline {
    margin-right: 34px;
    position: relative;
    display: flex;
    justify-content: center;
}

    .side-list-timeline .line-ship-icon {
        position: absolute;
        top: 77px;
        left: initial;
    }

.side-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.side-line-point-container {
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 4px solid var(--brand);
    left: -50px;
}

.point-container .list-item-text + .list-item-text {
    margin-top: 6px;
}

.inner-point {
    background-color: var(--brand);
    outline: 1.5px solid white;
    color: white;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-line {
    border: 3px solid;
    color: #0671C6;
    height: 100%;
    width: 3px;
}

.list-item-border {
    background-color: white;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 20px 50px rgba(220, 224, 249, 0.5);
    border-radius: 12px;
    padding: 20px;
}

.points-bold {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #3D3D3D;
}

    .points-bold.point-header {
        align-items: center;
    }

        .points-bold.point-header button {
            color: #0671C6;
            border: none;
            background: transparent;
            font-size: 14px;
            font-weight: normal;
            margin-left: auto;
        }

        .points-bold.point-header .list-item-text {
            margin-left: 14px;
        }

.point-from-to-container {
    z-index: 1;
    padding: 24px 0;
}

.list-item-text {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #3D3D3D;
}

.remove_select2_styles {
    width: 100%;
    box-sizing: border-box;
}

    .remove_select2_styles.no_padding .select2-choice {
        padding: 0;
    }

    .remove_select2_styles .select2-arrow {
        display: none !important;
    }

    .remove_select2_styles .select2-default {
        color: #a4a4a4;
        font-style: italic;
    }

    .remove_select2_styles .select2-choice {
        background: transparent !important;
        border: none !important;
        box-shadow: none;
        width: 100%;
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 12px;
        color: #32415a;
        outline: none;
    }

    .remove_select2_styles input > a {
        display: flex;
        align-items: center;
        height: 100%;
        margin: 0;
    }

    .remove_select2_styles .select2-search-field {
        width: 100%;
    }

.select2-drop {
    border: none;
    box-shadow: 0px 3px 16px #00000014;
    padding: 6px;
    border-radius: 6px;
    font-weight: 500;
}

.select2-result,
.select2-no-results {
    border-radius: 4px;
    padding: 4px;
    color: #32415a;
}

.select2-results .select2-highlighted {
    background: #32415a;
    color: #fff;
}

.select2-search input {
    border-radius: 4px !important;
    background-color: #f6f6f6 !important;
    border: none !important;
    height: 40px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    background-image: none;
    background-position: 97% center;
    padding-left: 12px !important;
}

.point {
    position: relative;
}

    .point::before {
        width: 3px;
        content: '';
        position: absolute;
        height: 100%;
        background: #dddddd;
        left: -35px;
    }

.list-item-days {
    white-space: nowrap;
}

.last-point {
    bottom: 0;
}

.select2-results {
    margin: 0;
    padding: 0;
}

    .select2-results::-webkit-scrollbar-track {
        background-color: #fff;
        box-shadow: none;
    }

    .select2-results::-webkit-scrollbar {
        margin-left: 16px;
        width: 4px;
        height: 35px;
        background-color: #f5f5f5;
    }

    .select2-results::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background-color: #555;
    }

    .select2-results .select2-result-label {
        display: inline-block;
        font-size: 14px;
        white-space: break-spaces;
        padding: 3px;
    }

        .select2-results .select2-result-label > img {
            margin-right: 4px;
        }

.select2-container-multi.select2-container-active .select2-choices {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: 100%;
}

.hero-search-item .select2-default .select2-chosen {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #626262;
    opacity: 0.25;
}

.hero-search-item .select2-choice:not(.select2-default) .select2-chosen {
    font-weight: 500;
    font-size: 18px;
}

.loader-container {
    max-width: 300px;
    align-self: center;
    margin: 0 auto;
}

.content-item-container.image-top, .content-item-container.image-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
}

    .content-item-container.image-bottom .content-img-container {
        order: 2;
    }

.content-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
}

.content-item-container + .content-item-container {
    margin-top: 60px;
}

.content-item-container {
    display: flex;
    max-width: 100%;
    gap: 40px;
}

.content-img-container {
    flex: 1;
}

    .content-img-container img {
        border-radius: 8px;
    }

.item-text {
    flex: 1;
}

.title {
    font-size: 36px;
    font-weight: 500;
    color: #2B2C6D;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.text * {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    text-decoration: none;
}

.tracking-types-container {
    z-index: 1;
    height: 40px;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 10px;
    background: #FFF;
    gap: 4px;
}

.tracking-type {
    padding: 0 24px;
    background: #FFF;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 50px;
}

.tracking-type.selected {
    background: var(--brand);
    color: #FFF;
}

.change_lang_container {
    display: flex;
    margin-left: auto;
    position: relative;
    gap: 10px;
    height: 34px;
    align-items: center;
}

.change_lang_btn {
    background: transparent;
    border: none;
    display: flex;
}

.rtl .item-text {
    direction: rtl;
    text-align: right;
}

.rtl .template-hero-text {
    direction: rtl;
    text-align: right;
}

.change_lang_container .dropdown-menu {
    padding: 14px;
    flex-direction: column;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 6px;
    white-space: nowrap;
}

.support-instructions {
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 5px 10px #00000026;
    border-radius: 10px;
    padding: 16px;
}

    .support-instructions .register-title {
        font-size: 24px;
        line-height: inherit;
    }

    .support-instructions .register-subtitle {
        margin-bottom: 10px;
        display: inline-block;
    }

.instructions-text {
    word-break: break-all;
}

/****************************************** MEDIA QUERIES *****************************************/
@media screen and (max-width: 1919px) {
    .points-bold.point-header .list-item-text {
        margin-left: initial;
    }

    .points-bold.point-header {
        flex-direction: column;
        align-items: initial;
        gap: 10px;
    }

        .points-bold.point-header button {
            margin-left: initial;
            margin-right: auto;
        }
}


@media screen and (max-width: 1400px) {
    .content-item-container {
        flex-direction: column;
    }

        .content-item-container .item-text {
            order: 1;
        }

        .content-item-container img {
            order: 2;
        }

    .hero-search-item input::placeholder, .hero-search-item .select2-default .select2-chosen {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .content-item-container {
        flex-direction: column;
    }

        .content-item-container .item-text {
            order: 1;
        }

        .content-item-container img {
            order: 2;
        }
}

.rtl .hero-content {
    flex-direction: row-reverse;
}

.rtl .h1-container {
    direction: rtl;
    text-align: right;
}

.rtl .globe-img {
    margin: 0 auto 0 0;
}

.rtl .some-item.first {
    direction: rtl;
}

@media screen and (max-width: 800px) {
    .main-navigation {
        padding: 0 16px;
        justify-content: space-between;
    }

    .nav-logo-container {
        max-width: 100px;
        display: flex;
        align-items: center;
        margin-right: initial;
    }
    
    .tracking-types-container {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform: translateY(-111%);
        margin-left: 0;
        box-shadow: 0px 3px 6px 2px #ECECEC;
        right: 0;
        padding: 0;
        overflow: hidden;
        border-radius: 50px;
    }

    .tracking-type {
        flex: 1;
    }

    .nav-logo {
        margin-right: 10px;
    }

    .hero-search-item input::placeholder, .hero-search-item .select2-default .select2-chosen {
        font-size: 14px;
    }

    .template-h1 {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: initial;
    }

    .content-item-container {
        gap: 20px;
    }

        .content-item-container + .content-item-container {
            margin-top: 40px;
        }

    .title {
        margin-bottom: 30px;
    }

    .subtitle {
        margin-bottom: 20px;
    }

    .text * {
        line-height: 1.4;
    }

    .hide-mobile {
        display: none;
    }

    .homepage-h1 {
        margin: 50px auto;
        font-size: 44px;
        text-align: center;
        line-height: 46px;
    }

    .rtl .hero-content, .hero-content {
        flex-direction: column;
        margin-bottom: 58px;
    }

    .home-container {
        padding: 0 24px;
    }

    .h1-container {
        margin: 16px 0;
        text-align: center;
    }

    .hero-search-btn {
        width: 49px;
        height: 49px;
        max-width: 49px;
        max-height: 49px;
    }

    .hero-search {
        margin: 20px 0px 0px 0px;
        padding: initial;
        border-radius: initial;
        height: initial;
        box-shadow: initial;
        filter: initial;
        border-radius: 22px;
        background-color: transparent;
    }

    .search_quote_container {
        position: initial;
    }

    .inputs-container {
        flex-direction: column;
        gap: 10px;
        background-color: transparent;
    }

    .hero-input-item {
        overflow: hidden;
        box-shadow: 0px 3px 6px 2px #ECECEC;
        width: 100%;
        border-radius: 50px;
        background: white;
    }

    .hero-search-item {
        height: 60px;
        background: transparent;
    }

    .register-name-container {
        flex-direction: column;
    }

    .register-btn {
        padding: 13px 0;
    }

    .map-content {
        flex-direction: column;
    }

    .side-list-container {
        padding: 42px 16px 42px 60px;
    }

    #map {
        min-height: 500px;
    }

    .timeline-container {
        flex-direction: column;
        gap: 30px;
        align-items: self-start;
        padding: 0 10px;
        margin-top: 36px;
    }

    .container-number + .timeline-preview {
        border-left: none;
    }

    .timeline-preview {
        width: 100%;
        padding-left: initial;
    }

    .container-number {
        gap: initial;
    }

    .registration-card {
        padding: 16px;
    }

    .some-container {
        padding: 28px 10px;
        margin-top: -28px;
    }

    .template-hero-text {
        position: initial;
        text-align: center;
        margin-bottom: 20px;
    }

    .support-icon {
        right: 10px;
        bottom: 10px;
        width: 42px;
        height: 42px;
    }

        .support-icon svg {
            width: 100%;
            height: 100%;
        }
}

@media screen and (min-width: 480px) {

    .open_mobile_nav {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {

    .homepage-h1 {
        font-size: 24px;
        line-height: initial;
    }

    .item-text {
        text-align: center;
    }

    .title {
        font-size: 26px;
    }

    .subtitle {
        font-size: 20px;
    }

    .hide_mobile {
        display: none;
    }

    .nav-mobile {
        display: flex;
        align-items: center;
        gap: 20px;
        position: fixed;
        top: 0;
        bottom: 0;
        background: white;
        width: 70%;
        z-index: 99;
        right: 0;
        flex-direction: column;
        padding: 20px 10px;
        transition: transform 0.2s ease;
        transform: translateX(100%);
    }

    .nav-mobile.nav-mobile-active {
        transform: translateX(0%);
        box-shadow: -12px -22px 125px rgba(0, 0, 0, 0.2);
    }

    nav .exit_mobile_nav {
        position: absolute;
        right: 10px;
    }

    .exit_mobile_nav_btn {
        border: none;
        background: transparent;
    }

    .open_mobile_nav {
        border: none;
        background: transparent;
    }
}
