﻿/*#region Sceen Area*/
.home-screen-area {
    position: relative;
    overflow: hidden;
}

.home-screen-game-area {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    user-select: none;
}

    .home-screen-game-area > img {
        position: relative;
        width: 100%;
        height: 100%;
    }

.home-screen-game-glc-logo {
    position: absolute;
    bottom: 2.5%;
    right: 1%;
    width: 7.83%;
    height: fit-content;
    cursor: pointer;
}

    .home-screen-game-glc-logo > img {
        display: block;
        width: 100%;
        height: auto;
    }

.home-screen-game-area-dummy {
    width: 100%;
    user-select: none;
}

.home-screen-logo-area {
    position: relative;
    height: 9vw;
    min-height: 50px;
    max-height: 110px;
}

.home-screen-logo {
    position: absolute;
    height: 80%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
}

.home-screen-logo-lottery {
    height: 40%;
}

.home-screen-arrow-area {
    position: absolute;
    height: 64px;
    width: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.4);
    transition: 0.5s transform ease;
    cursor: pointer;
}

.home-screen-arrow-area-left {
    left: 0px;
    border-radius: 0 5px 5px 0;
    transform: translateX(-100%);
}

.home-screen-arrow-area-right {
    right: 0;
    border-radius: 5px 0 0 5px;
    transform: translateX(100%);
}

.home-screen-arrow-area:after {
    content: '';
    height: 25px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-screen-area:hover .home-screen-arrow-area {
    transform: none;
}

.home-screen-arrow-area:hover {
    background: black;
}

.home-screen-arrow-area-left:after {
    background-image: url("../image/icon/arrowL.png");
}

.home-screen-arrow-area-right:after {
    background-image: url("../image/icon/arrowR.png");
}

.home-screen-arrow-area:hover .home-screen-arrow {
    background: red;
}

.slides-button-left {
    left: 30px;
}

.slides-button-right {
    right: 30px;
}

.home-screen-dot-area {
    height: 30px;
    position: relative;
    outline: none;
}

.home-screen-dot {
    height: 16px;
    width: 16px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

    .home-screen-dot:hover {
        background-color: #d2d2d2;
    }

.home-screen-dot-active {
    border: 1px solid #4c6a9e;
    background-color: #4c6a9e !important;
}

@media screen and (max-width: 768px) {
    .home-screen-dot {
        height: 14px;
        width: 14px;
    }
}
/*#endregion Sceen Area*/

/*#region About Area*/
.home-about-area {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: white;
}

.home-about-content {
    width: 80%;
    max-width: 820px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 22.5px;
}

.home-about-title {
    width: 100%;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}

.home-about-sub-title {
    width: 100%;
    font-weight: 600;
    font-size: 19px;
    color: black;
    align-self: flex-start;
    margin-top: 15px;
}

    .home-about-sub-title div {
        width: 100%;
    }

.home-about-sub-title-line {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 7px;
    opacity: 0;
}

.home-about-description {
    width: 100%;
    font-size: 16px;
    color: #727272;
    margin-bottom: 20px;
}

.home-about-conclusion {
    width: 100%;
    font-size: 16px;
    align-self: flex-start;
    color: black;
    margin-bottom: 30px;
}

.home-about-more-area {
    width: 200px;
    border: 1px solid #4c6a9e;
    padding: 2px;
}

.home-about-more {
    width: 100%;
    background: #4c6a9e;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

@media screen and (max-width: 768px) {
    .home-about-content {
        width: 90%;
    }
}
/*#endregion About Area*/

/*#region Milestone Area*/
.home-milestone-area {
    width: 100%;
    padding: 60px 0;
    background-color: #2b2b2b;
    background-image: url("../image/background/black-linen.png");
}

.home-milestone-content {
    width: auto;
    max-width: 100%;
}

.home-milestone-section {
    position: relative;
    color: white;
    padding-bottom: 40px;
    padding-left: 60px;
}

    .home-milestone-section:last-child {
        padding-bottom: 0;
    }

.home-milestone-bullet-area {
    position: absolute;
    height: 100%;
    left: 0;
    top: 2px;
}

.home-milestone-bullet-head {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #d6d6d6;
}

    .home-milestone-bullet-head:after {
        content: "";
        width: 50%;
        height: 50%;
        border-radius: 50%;
        background: #47b2e4;
    }

.home-milestone-bullet-tail {
    width: 2px;
    flex: 1 1 auto;
    background: #d6d6d6;
}

.home-milestone-title-area {
    width: 100%;
    justify-content: flex-start;
}

.home-milestone-year {
    width: 80px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #47b2e4;
}

.home-milestone-title {
    font-size: 21px;
}

.home-milestone-description-area {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 4px;
    margin-left: 4px;
    color: #c2c2c2;
}

.home-milestone-description:before {
    content: "•";
    margin-right: 5px;
}

.home-milestone-description {
    width: 100%;
    margin-bottom: 5px;
}

.home-milestone-description-sub:before {
    content: "•";
    margin-right: 5px;
    margin-left: 20px;
}

.home-milestone-description-sub {
    width: 100%;
    margin-bottom: 5px;
}

.home-milestone-section:last-child .home-milestone-bullet-tail {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .home-milestone-section {
        width: 100%;
        padding-left: 0;
    }

    .home-milestone-bullet-area {
        display: none;
    }

    .home-milestone-detail-area {
        width: 100%;
        padding: 5px;
        background: rgba(215, 215, 215, 0.05);
    }

    .home-milestone-title-area {
        margin-left: 5px;
    }

    .home-milestone-title {
        font-size: 18px;
    }
}
/*#endregion Milestone Area*/

/*#region Client Area*/
.home-client-area {
    height: auto;
    padding: 50px 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #858e93;
}

.home-client-desc-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}

.home-client-desc-text {
    width: 100%;
}

.home-cilent-icon-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.home-clients-icon {
    width: 16.6%;
    padding: 25px 15px;
    text-align: center;
    height: 130px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

    .home-clients-icon img {
        display: flex;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 150px;
        max-width: 100%;
        max-height: 80px;
        margin: 0;
    }

@media screen and (max-width: 768px) {
    .home-clients-icon {
        width: 50%;
    }

        .home-clients-icon:nth-child(2n) {
            border-right: none;
        }

        .home-clients-icon:nth-last-child(-n+2) {
            border-bottom: none;
        }

    .home-client-desc-area {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .home-clients-icon:nth-child(6n) {
        border-right: none;
    }

    .home-clients-icon:nth-last-child(-n+4) {
        border-bottom: none;
    }
}
/*#endregion Client Area*/
