@import './global.css';
@import './header.css';
@import './styleAdmin.css';

.hero-banner {
    background-color: var(--blue-color);
    padding: calc(var(--md-size) * 8 + 2px) 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 474px;
    gap: 0 42px;
}

.hero-grid-items:nth-child(1) {
    border-right: 1px solid var(--white-color);
}

.hero-grid .hero-grid-items {
}

.first-section-alignment {
    padding-right: calc(var(--md-size) * 4 + 2px);
}

    .first-section-alignment a:hover {
        color: var(--white-color);
    }

    .first-section-alignment a {
        color: var(--white-color);
        text-decoration: none;
    }

    .first-section-alignment h1 {
        color: var(--white-color);
        margin: calc(var(--md-size) - 1px) 0 calc(var(--md-size) * 2 + 4px) 0;
    }

    .first-section-alignment span {
        color: var(--white-color);
        display: block;
        padding-bottom: calc(var(--md-size) * 4);
    }

    .first-section-alignment button {
        padding: 5px 8px;
        background-color: var(--white-color);
        min-width: 172px;
        border: none;
        cursor: pointer;
        border-radius: 4px;
        height: 48px;
        color: var(--blue-color);
    }

    .first-section-alignment a.readmore {
        padding: 5px 8px;
        background-color: var(--white-color);
        min-width: 172px;
        border: none;
        cursor: pointer;
        border-radius: 4px;
        height: 48px;
        color: var(--blue-color);
        text-decoration: none;
    }

.login-box {
    background-color: var(--white-color);
    border-radius: 4px;
    padding: calc(var(--md-size) + 6px) calc(var(--md-size) * 2 + 7px);
}

.client-text h1 {
    font-weight: 500;
    text-align: center;
    color: var(--blue-color);
    margin: 0 0 calc(var(--md-size) * 2 + 4px) 0;
}

.client-text span {
    color: var(--blue-color);
}

.client-text a {
    text-decoration: underline !important;
}

.input-id input {
    height: 48px;
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: calc(var(--md-size) - 2px);
    padding: 0 calc(var(--sm-size) * 3 + 1px);
    font-size: 16px !important;
    line-height: 24px;
    color: var(--gray-color);
}

input:focus {
    outline: none;
}

::placeholder {
    color: var(--gray-color);
    font-size: 16px !important;
    line-height: 24px;
}

.input-id .form-control:focus {
    outline: none;
    box-shadow: none;
}

.input-id {
    padding-bottom: calc(var(--md-size) * 4 + 4px);
}

.login-button-center-alignment button {
    background-color: var(--blue-color);
    color: var(--white-color);
    border-radius: calc(var(--sm-size) - 1px);
    font-weight: 600;
    min-width: 124px;
    height: 48px;
    border: none;
}

.login-button-center-alignment input.login_button {
    background-color: var(--blue-color);
    color: var(--white-color);
    border-radius: calc(var(--sm-size) - 1px);
    font-weight: 600;
    min-width: 124px;
    height: 48px;
    border: none;
}

.login-button-center-alignment {
    display: flex;
    padding-bottom: calc(var(--md-size) * 2 + 8px);
    justify-content: center;
}

.last-text-login {
    display: flex;
    justify-content: center;
}

    .last-text-login p {
        max-width: 299px;
        text-align: center;
        color: var(--gray-color);
        margin: 0;
    }

.served-text h5 {
    color: var(--white-color);
    margin: 0;
    text-align: center;
}

    .served-text h5 a {
        text-decoration: none !important;
    }

.served-text {
    padding: calc(var(--sm-size) * 4) 0 0 0;
}

.layout-section-alignment {
    padding: calc(var(--md-size) * 4 + 2px) 0;
}

    .layout-section-alignment .layout-grid {
        display: grid;
        grid-template-columns: 1fr 290px;
        gap: 0 calc(var(--md-size) * 2 + 4px);
        justify-content: space-between;
    }

.filter-box {
    /*background-color: var(--white-color);*/
    box-shadow: var(--normal-shadow);
    padding: calc(var(--sm-size) * 5 - 1px);
    border-radius: 8px;
}

    .filter-box h2 {
        color: var(--black-color);
        margin-bottom: 8px;
    }

.list-style-design ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-style-design ul li {
        color: var(--black-3);
        padding: calc(var(--sm-size) * 3 + 1px) 0;
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        cursor: pointer;
        align-items: center;
    }

        .list-style-design ul li div {
            width: 24px;
        }

        .list-style-design ul li span {
            padding-left: calc(var(--md-size) * 2 + 4px);
        }

        .list-style-design ul li a {
            padding-left: calc(var(--md-size) * 2 + 4px);
            text-decoration: none !important;
            color: var(--black-color) !important;
        }


        .list-style-design ul li:last-child {
            padding-bottom: 0px;
            border: none;
        }

.headline-design {
    padding: calc(var(--md-size) + 8px) calc(var(--sm-size) * 5 - 1px);
    box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.07);
    border-radius: calc(var(--sm-size) + 3px);
    border: 1px solid var(--blue-color);
    margin: 0 0 calc(var(--md-size) * 2 + 4px) 0;
    text-align: center;
    background-color: var(--blue-color);
}

    .headline-design p {
        color: var(--white-color);
        font-weight: 500;
    }

    .headline-design span {
        font-size: 18px;
        font-weight: 400;
        padding-left: calc(var(--sm-size) + 3px);
    }

.news-title h1 {
    color: var(--black-color);
    font-weight: 400;
}

.news-title {
    padding: 0 0 calc(var(--md-size) * 2 + 4px) 0;
}

.card-image-show img {
    width: 100%;
    height: 435px;
    border-radius: calc(var(--sm-size) + 3px);
    object-fit: cover;
}

.card-image-show iframe {
    width: 100%;
    height: 435px;
    border-radius: calc(var(--sm-size) + 3px);
    object-fit: cover;
}

.did-you-section-alignment .did-your-grid {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 0 calc(var(--md-size) * 2 + 4px);
    justify-content: space-between;
}

.did-you-title h1 {
    color: var(--black-color);
    margin: 0 0 calc(var(--sm-size) * 2 ) 0;
}

.did-you-details-box {
    border: 1px solid var(--blue-color);
    border-radius: calc(var(--sm-size) + 3px);
    padding: calc(var(--sm-size) * 3 + 1px);
}

    .did-you-details-box p {
        color: var(--black-color);
        font-weight: 500;
        margin: 0 0 calc(var(--sm-size) * 3 + 1px) 0;
    }

    .did-you-details-box span {
        padding-bottom: calc(var(--md-size) * 2 + 4px);
        display: block;
        color: var(--black-3);
        line-height: 24px;
    }

    .did-you-details-box button {
        padding: 3px 6px;
        background-color: var(--blue-color);
        color: var(--white-color);
        font-size: 16px;
        min-width: 124px;
        height: 38px;
        border-radius: 8px;
        border: none;
    }

    .did-you-details-box a {
        padding: 3px 6px;
        background-color: var(--blue-color);
        color: var(--white-color);
        font-size: 16px;
        min-width: 124px;
        height: 38px;
        border-radius: 8px;
        border: none;
        text-decoration: none !important;
        padding: 10px;
    }

.video-grid {
    display: grid;
    grid-template-columns: 203px 1fr;
    gap: 0 calc(var(--sm-size) * 4 + 0px);
    justify-content: space-between;
}

.video-grid-items {
}

    .video-grid-items .video-details-box {
        background-color: var(--red-color);
        border-radius: 8px;
        padding: 10px 12px;
    }

.video-image {
    box-shadow: var(--normal-shadow);
    border-radius: 8px;
    background-color: var(--white-color);
}

.video-details-box .video-child-box {
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid var(--white-color);
}

    .video-details-box .video-child-box p {
        font-size: 22px;
        line-height: 33px;
        text-transform: uppercase;
        color: var(--white-color);
        font-weight: 600;
    }

.video-details-box {
    margin-bottom: calc(var(--md-size) * 2 + 4px);
}

.add-image {
    position: relative;
}

.add-image-show img {
    width: 100%;
    /*object-fit: cover;*/
    border-radius: 8px;
    height: auto;
}

.add-image-show {
    position: relative;
}

    .add-image-show .blur-div {
        position: absolute;
        background: rgba(255, 255, 255, 0.6);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.image-related-text h1 {
    font-size: 47px;
    line-height: 62px;
    text-align: center;
    font-weight: 600;
    color: var(--red-color);
}

.image-related-text span {
    font-weight: 500;
    font-size: 37px;
    color: var(--blue-color);
}

.image-related-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.did-you-section-alignment {
    padding-bottom: calc(var(--md-size) * 8);
}

.join-section-banner {
    background: url("../Images/mask.png"), #f5f5f5;
    width: 100%;
    background-size: cover;
    padding: 40px 0;
}

.div-center-alignment {
    display: flex;
    justify-content: center;
}

.join-box {
    max-width: 654px;
}

    .join-box h1 {
        font-weight: 500;
        margin: 0 0 8px 0;
        color: var(--blue-color);
        text-align: center;
    }

    .join-box p {
        color: var(--gray-color);
        text-align: center;
        margin: 0 0 40px 0;
    }

    .join-box > div {
        display: flex;
        justify-content: center;
    }

        .join-box > div > button {
            min-width: 143px;
            height: 48px;
            text-transform: uppercase;
            background-color: var(--blue-color);
            font-size: 16px;
            font-weight: 600;
            color: var(--white-color);
            padding: 5px 8px;
            border: none;
            text-transform: uppercase;
            border-radius: 4px;
        }

        .join-box > div > a {
            min-width: 143px;
            height: 48px;
            text-transform: uppercase;
            background-color: var(--blue-color);
            font-size: 16px;
            font-weight: 600;
            color: var(--white-color);
            padding: 5px 8px;
            border: none;
            text-transform: uppercase;
            border-radius: 4px;
            text-decoration: none !important;
            text-align: center;
            padding-top: 10px;
        }

.join-button-alignment {
    display: flex;
    align-items: center;
    padding: calc(var(--md-size) * 4 + 0px) 0 0 0;
}

    .join-button-alignment > a {
        color: var(--white-color) !important;
        display: block !important;
        padding-right: 40px !important;
        cursor: pointer !important;
        text-decoration: underline !important;
    }

.join-button-alignment {
    display: flex;
    align-items: center;
}

    .join-button-alignment a:last-child {
        padding-right: 0px !important;
    }



@media screen and (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px 0;
    }

    .did-you-section-alignment .did-your-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px 0;
    }

    .first-section-alignment {
        padding-right: 0px;
    }

    .hero-banner {
        padding: 0;
        background-color: transparent;
    }

        .hero-banner .cus-container {
            padding: 0 !important;
        }

    .hero-grid .hero-grid-items:nth-child(2) {
        background-color: var(--blue-color);
        padding: 60px 128px;
    }

    .login-box {
        background-color: transparent;
    }

    .hero-grid .hero-grid-items:nth-child(1) {
        order: 2;
    }

    .hero-grid .hero-grid-items:nth-child(2) {
        order: 1;
    }

    .client-text h1 {
        color: var(--white-color);
        margin: 0 0 40px 0;
    }

    .client-text span {
        color: var(--white-color);  
    }

    .input-id input:not([type="text"]):not([type="password"]):not([type="email"]) {
        /*border: 1px solid var(--white-color);
        background-color: transparent;*/
        color: var(--white-color);
    }

    ::placeholder {
        color: var(--white-color) !important;
    }

    .login-button-center-alignment button {
        min-width: 334px;
        height: 48px;
        color: var(--blue-color);
        background-color: var(--white-color);
    }

    .login-button-center-alignment input.login_button {
        min-width: 334px;
        height: 48px;
        color: var(--blue-color);
        background-color: var(--white-color);
    }

    .login-button-center-alignment {
        padding-bottom: 24px;
    }

    .last-text-login p {
        color: var(--white-color);
    }

    .first-section-alignment {
        padding: 0 40px;
    }

        .first-section-alignment a,
        .first-section-alignment h1 {
            color: var(--blue-color);
        }

        .first-section-alignment a {
            font-size: 18px;
            line-height: 27px;
        }

        .first-section-alignment h1 {
            margin: 4px 0 24px 0;
        }

        .first-section-alignment span {
            color: var(--black-3);
        }

    .mobile-view-button-alignment {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .join-button-alignment > a {
        color: var(--blue-color) !important;
    }

    .join-button-alignment {
        padding: 0px;
    }

    .first-section-alignment button {
        background-color: var(--blue-color);
        color: var(--white-color);
    }

    .first-section-alignment a.readmore {
        background-color: var(--blue-color);
        color: var(--white-color);
    }

    .layout-section-alignment {
        padding: 60px 0;
    }

        .layout-section-alignment .layout-grid {
            grid-template-columns: repeat(1, 1fr);
            gap: 60px 0;
        }

    .headline-design {
        margin-bottom: 60px;
    }

    .news-title h1 {
        margin: 0;
    }

    .news-title {
        padding-bottom: 16px;
    }

    .card-image-show img {
        height: 402px;
    }
}

@media screen and (max-width: 580px) {
    .hero-grid .hero-grid-items:nth-child(2) {
        padding: 24px 20px;
    }

    .mobile-view-button-alignment {
        display: block;
    }

    .video-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .login-box {
        padding: 0px;
    }

    .client-text h1,
    .news-title h1,
    .filter-box h2,
    .did-you-title h1 {
        font-size: 18px;
        line-height: 27px;
    }

    .client-text h1 {
        margin: 0 0 24px 0;
    }

    .input-id {
        padding-bottom: 40px;
    }

    .login-button-center-alignment button {
        min-width: 124px;
        height: 42px;
    }

    .login-button-center-alignment input.login_button {
        min-width: 124px;
        height: 42px;
    }

    .list-style-design ul li span {
        padding-left: 16px;
    }

    .card-image-show img {
        height: 172px;
    }

    .layout-section-alignment .layout-grid {
        gap: 40px 0;
    }

    .filter-box {
        padding: 16px;
    }

    .last-text-login p {
        font-size: 12px;
        line-height: 18px;
        max-width: 256px;
    }

    .served-text h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-grid {
        gap: 40px 0;
    }

    .first-section-alignment a,
    .first-section-alignment span,
    .headline-design span,
    .list-style-design ul li span,
    .did-you-details-box span,
    .join-box p {
        font-size: 14px;
        line-height: 21px;
    }

    .video-image {
        width: 205px;
    }

    .video-grid .video-grid-items:nth-child(1) {
        display: flex;
        justify-content: center;
    }

    .video-grid-items .video-details-box {
        margin: 24px 0 0 0;
    }

    .headline-design {
        margin-bottom: 40px;
    }

        .headline-design span {
            color: var(--gray-color);
        }

    .first-section-alignment a {
        color: var(--gray-color);
    }

    .first-section-alignment h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .first-section-alignment {
        padding: 0 20px;
    }

    .join-button-alignment {
        padding: 24px 0 0 0;
    }

        .join-button-alignment > a {
            padding-right: 20px !important;
        }

    .layout-section-alignment {
        padding: 40px 0;
    }

    .headline-design p {
        font-size: 24px;
        line-height: 36px;
    }

    .headline-design {
        padding: 8px;
    }

        .headline-design span {
            display: block;
            padding-left: 0px;
        }

    .video-details-box .video-child-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .add-image {
        margin: 40px 0 0 0;
    }

    .image-related-text h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .image-related-text span {
        font-size: 18px;
        line-height: 21px;
    }

    .did-you-section-alignment .did-your-grid {
        gap: 40px 0;
    }

    .did-you-details-box button {
        padding: 0;
        text-transform: uppercase;
        border-radius: 4px;
    }

    .did-you-section-alignment {
        padding-bottom: 40px;
    }

    .join-box h1 {
        font-size: 24px;
        margin: 0 0 16px 0;
        line-height: 36px;
    }
}


.btn-primary {
    background: #06305C !important;
    color: #fff;
    box-shadow: 0 10px 20px rgba(6,48,92,0.25);
}

.btn-primary:hover {
    background: #0a437f !important;
    transform: translateY(-2px);
}