@charset "UTF=8";

body {
    background-color: #222222;
}
#service .sec-title {
    justify-content: flex-start;
    margin-left: 3rem;
    width: calc(100% - 3rem);
}
#service .sec-title h2{
    font-size: 16rem;
}
#service {
    padding-top: 10vh;
    width: 100%;
    position: relative;
}
.service-overview {
    width: 100%;
    height: 60vh;
    display: flex;
}
.overview-l {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    font-size: 9.6rem;
    color: #5e5e5e80;
}
.overview-r {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.5;
}
.overview-l .left {
    width: 100%;
    text-align: left;
    margin: 0;
    z-index: 2;
}
.overview-l .right {
    width: 100%;
    text-align: right;
    margin: 0;
    z-index: 2;
}
.overview-l video {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.service-content {
    height: 85vh;
}
.flex-bg {
    position: absolute;
    width: 100%;
    height: 85vh;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 0;
}
.bg-img {
    width: 50%;
    height: 50%;
    object-fit: cover;
}
.content__flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.6rem;
    width: 100%;
    height: 73vh;
    padding-top: 1px;
}
.item-details {
    position: absolute;
    background-color: #e9e9e9f1;
    padding: 3rem;
    width: 46%;
    height: 65.5vh;
    overflow-y: scroll;
    font-size: 1.6rem;
    color: #222222;
    z-index: 15;
}
.what-content, .time-content {
    top: 0;
    left: 0;
}
.price-content, .match-content {
    top: 0;
    right: 0;
}
.what-content,
.price-content,
.time-content,
.match-content {
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.what-content.is-active,
.price-content.is-active,
.time-content.is-active,
.match-content.is-active {
    max-height: 100%;
    opacity: 1;
}
.content__flex--item {
    width: 24.9%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    background-color: #222222;
    transition: all 0.3s ease-in-out;
}
.content__flex--item .item-title {
    font-size: 1.6rem;
}
.item-blur:hover {
    background-color: #22222260;
    backdrop-filter: blur(6px);
}
.item-title span {
    position: relative;
    padding-left: 1rem;
}
.item-title span::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 103%;
}
.faq-button {
    background-color: #222222;
    height: 11.6vh;
    width: calc(100% - 4rem);   
    font-size: 1.6rem;
    padding-right: 4rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.faq-button a {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}
.faq-button:hover {
    background-color: #22222260;
    backdrop-filter: blur(6px);
}
.service-lebel {
    background-color: #101010;
    color: #fff;
    display: inline-flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 7.5px rgba(0, 0, 0, 0.3), inset 0px 3px 7.5px rgba(255, 255, 255, 0.238);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.service-lebel p {
    font-size: 1.6rem;
    margin: 0;
}
.service-lebel p span {
    font-size: 2rem;
}
.service-lebel .vina {
    margin: 0;
    font-size: 4rem;
    font-weight: normal;
}
.service-lebel .blue {
    color: #29c9ac;
}
.service-lebel .pink {
    color: #ad7c97;
}

.item-details .item-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.item-details .item-title span {
    font-size: 1.6rem;
}
.item-details .item-title span::after {
    background-color: #222222;
}
.details-content {
    border-left: 1px solid #222222;
    padding-left: 2rem;
}
.details-content li {
    margin-bottom: 2rem;
}
.details__list--item {
    margin-bottom: 5rem;
}
.contact-btn {
    display: inline-block;
    background-color: #101010;
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
    margin-top: 3rem;
    border: 1px solid #101010;
    transition: all 0.3s ease;
}
.contact-btn a {
    color: #fff;
}
.contact-btn:hover {
    background-color: transparent;
    border: 1px solid #101010;
}
.contact-btn:hover a {
    color: #222222;
}
.price-title {
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 2rem;
}
.price-notation {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 3rem;
}
.price-notation span {
    font-size: 2rem;
}
.content-categories,.notes {
    color: #8d8d8d;
    font-weight: bold;
    font-size: 2rem;
}
.content-subtext {
    font-weight: bold;
}
.period {
    border: 1px solid #222222;
    padding: 4rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
.period h5 {
    font-size: 2rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #222222;
}
.period p {
    margin: 0;
    padding-top: 1.5rem;
}
.period p span {
    font-size: 2.4rem;
    font-weight: bold;
}
.period-list,.match-list {
    font-size: 1.6rem;
}
.period-list dt {
    font-weight: bold;
    color: #8d8d8d;
}
.period-list dd {
    margin: 0;
    padding-bottom: 2rem;
}
.match-list dt {
    font-weight: bold;
    font-size: 2rem;
    margin: 2rem 0;
}
.match-list dd {
    margin: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #8d8d8d;
}
#contact {
    margin-top: 10rem;
}
#footer {
    margin-top: 1px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    #service .sec-title h2 {
        font-size: 13rem;
    }
    .service-overview {
        width: 100%;
        height: 60vh;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .overview-l {
        width: 70%;
        height: 60%;
        margin: 0 auto;
        font-size: 7rem;
    }
    .overview-r {
        width: 100%;
        height: 40%;
    }
    .item-details {
        padding: 3rem 1rem 3rem 1rem;
        width: 48%;
        height: calc(100% - 6rem);
    }
    .content__flex--item {
        width: 49.9%;
    }
    .item-empty {
        display: none;
    }
    .item-blur:active {
        background-color: #22222260;
        backdrop-filter: blur(6px);
    }
    .faq-button:active {
        background-color: #22222260;
        backdrop-filter: blur(6px);
    }
    .contact-btn:active {
        background-color: transparent;
        border: 1px solid #101010;
    }
    .contact-btn:active a {
        color: #222222;
    }
    .period {
        padding: 2rem;
    }
    .period h5 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    #service {
        padding-top: 40%;
    }
    #service .sec-title {
        justify-content: flex-start;
        margin-left: 1rem;
        width: calc(100% - 1rem);
    }
    #service .sec-title h2 {
        font-size: 7rem;
    }
    .service-overview {
        width: 100%;
        height: 70vh;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .overview-l {
        width: 90%;
        height: 40%;
        margin: 0 auto;
        font-size: 5rem;
    }
    .overview-r {
        width: 100%;
        height: 60%;
    }
    .item-details {
        padding: 3rem 1rem 3rem 1rem;
        width: calc(100% - 2rem);
        height: calc(50% - 6rem);
    }
    .content__flex--item {
        width: 100%;
        justify-content: flex-start;
        padding-left: 2rem;
    }
    .item-empty {
        display: none;
    }
    .item-blur:active {
        background-color: #22222260;
        backdrop-filter: blur(6px);
    }
    .faq-button:active {
        background-color: #22222260;
        backdrop-filter: blur(6px);
    }
    .contact-btn:active {
        background-color: transparent;
        border: 1px solid #101010;
    }
    .contact-btn:active a {
        color: #222222;
    }
    .item-details {
        position: relative;
        background-color: #e9e9e9f1;
        padding: 3rem;
        overflow-y: scroll;
        font-size: 1.6rem;
        color: #222222;
        z-index: 15;
    }
    .what-content,
    .price-content,
    .time-content,
    .match-content {
        display: none;
    }
    .what-content.is-active,
    .price-content.is-active,
    .time-content.is-active,
    .match-content.is-active {
        display: block;
    }
    .item-details .item-title {
        font-size: 2rem;
    }
    .item-details .item-title span::after {
        background-color: #222222;
    }
    .details-content li {
        margin-bottom: 1rem;
    }
    .price-title {
        font-size: 2rem;
    }
    .content-categories,.notes {
        font-size: 1.6rem;
    }
    .period h5 {
        font-size: 1.6rem;
    }
    .period p {
        margin: 0;
        padding-top: 1.5rem;
    }
    .period-list dd {
        margin: 0;
        padding-bottom: 2rem;
    }
    .match-list dt {
        font-weight: bold;
        font-size: 1.6rem;
        margin: 2rem 0;
    }
    .match-list dd {
        margin: 0;
        padding-bottom: 2rem;
        border-bottom: 1px solid #8d8d8d;
    }

    .period {
        padding: 2rem;
    }
    .period h5 {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 1600px) {
    main {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0;
    }
}