﻿.page-1 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
    background-color: #FFFCFA;
    background-image: url(/img/bkg/page-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p1-box {
    align-content: center;
    align-items: center;
    margin: 0px 40px 0px 40px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    flex-direction: column;
}

.page-box h5 {
    text-align: start;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
    padding: 20px 0px 0px 0px;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    color: #AF8867;
}

.page-box h3 {
    text-align: start;
    padding: 0px 0px 10px 0px;
    margin-top: 0;
    margin-bottom: 1rem;
    box-sizing: border-box;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -1.5px;
    color: #007A87;
}

.page-box p {
    text-align: start;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: #443935;
}

.book-btn-box {
    width: 100%;
    position: relative;
    text-align: left;
    margin: 20px 0px 0px 0px;
}

    .book-btn-box a {
        margin: 20px 0px 0px 0px;
        background-color: #AF886700;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0px;
        fill: #007A87;
        color: #007A87;
        box-shadow: 0px 4px 0px 0px rgba(148, 226.99999999999997, 255, 0);
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #007A87;
        border-radius: 50px 50px 50px 50px;
        padding: 15px 45px 15px 45px;
        text-decoration: none;
    }

        .book-btn-box a span {
            flex-direction: row;
            gap: 5px;
            justify-content: center;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0px;
            fill: #007A87;
            color: #007A87;
        }

.p1-box-l {
    align-content: center;
    align-items: center;
    background-image: url(/img/home/bgH.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 10px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 10px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.p1-img-box {
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
}

.p1-img-container img {
    max-width: 80%;
    border-radius: 0px 0px 0px 0px;
}

.p1-sub-box {
    right: 0px;
    bottom: 0px;
    z-index: 1;
    text-align: end;
    position: absolute;
}

    .p1-sub-box img {
        display: inline-block;
        vertical-align: middle;
        max-width: 250px;
        height: 250px;
        object-fit: cover;
        object-position: center center;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #007A87;
        border-radius: 100% 100% 100% 100%;
    }

.star-1-box {
    transform: inherit;
    opacity: inherit;
    filter: inherit;
    transition-duration: 0s;
    left: 83px;
    top: 0px;
    width: auto;
    position: absolute;
}

.star-1-container img {
    max-width: 62px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

.star-2-box {
    transform: inherit;
    opacity: inherit;
    filter: inherit;
    transition-duration: 0s;
    left: 0px;
    width: auto;
    top: 93px;
    max-width: 100%;
    position: absolute;
}

.star-2-container img {
    max-width: 62px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

.page-2 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
    background-color: #327A87;
    background-image: url(/img/page-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-2-box {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    flex-direction: column;
}

.page-2-top {
    padding: 40px 0px 40px 0px;
}

.page-2-top-box {
    max-width: 950px;
    display: flex;
    margin-inline: auto;
    position: relative;
    flex-direction: column;
}

.page-2-text-list {
    display: flex;
    margin-inline: auto;
    position: relative;
    flex-direction: column;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.sub-title-box {
    width: var(--container-widget-width, 102.698%);
    max-width: 102.698%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    --container-widget-width: 102.698%;
    --container-widget-flex-grow: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.page2-tit {
    --container-widget-width: 107.589%;
    --container-widget-flex-grow: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.7px;
    color: #FDFFFF;
    padding: 0px 0px 20px 0px;
}

.page2-info {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #FFFFFFCC;
}

.page-2-bottom {
    padding: 20px 0px 20px 0px;
}

.border-r {
    border-radius: 0px 0px 0px 1px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF;
    padding: 30px 30px 30px 30px;
}

.bottom-container {
    text-align: center;
}

    .bottom-container figure {
        width: 100%;
        margin-bottom: 22px;
    }

    .bottom-container img {
        border-radius: 8%;
        transition-duration: 0.3s;
        border: none;
        box-shadow: none;
        height: auto;
        max-width: 100%;
        transition-property: transform;
        transition-timing-function: ease-out;
    }

        .bottom-container img:hover {
            transform: translateY(-8px);
        }

.step-content {
    width: 100%;
}

.step-title {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.step-info {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFFCC;
}
.bottom-box {
    padding: 30px 30px 30px 30px;
}
.page-3 {
    background-color: #FFFCFA;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
}

.page-3-box {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #6C4D40;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 10px 0px 10px;
    width: 100%;
    position: relative;
}

.page-3-left {
    align-content: flex-end;
    align-items: flex-end;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #6C4D40;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 20px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.page-3-box-t {
    left: 0px;
    bottom: 52px;
    z-index: 0;
    position: absolute;
}

.page-3-box-tt {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.page-3-box-a {
    text-align: center;
}

    .page-3-box-a img {
        width: 64%;
        z-index: 222;
    }

.page-3-right {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #6C4D40;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 40px 40px 40px;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

    .page-3-right img {
        max-width: 48px;
    }

.info {
    font-weight: 700 !important;
}

    .info h5 {
        font-weight: 800;
        color: black;
    }
.page-4 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 150px 0px 150px 0px;
    background-color: #FFFFFF;
    background-image: url(/img/bkg/page-4.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-4-box {
    display: flex;
    margin-inline: auto;
    position: relative;
    box-sizing: border-box;
    max-width: 1000px;
}

.page-4-content {
    justify-content: center;
    padding: 10px;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.page-4-title {
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.page-4-info {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #FFFFFFCC;
}

.page-4-book {
    text-align: center;
}

.page-4-book-box {
    background-color: #007A87;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px 0px rgba(148, 226.99999999999997, 255, 0);
    border-radius: 50px 50px 50px 50px;
    padding: 10px 45px 10px 45px;
}
@media (max-width: 767px) {
    .page-3-box-a img {
        width: 45%;
    }
    .page-3-box-t{
        bottom:82px;
    }
    .page-box * {
        text-align: center !important;
    }

    .page-1 {
        background-position: top center;
        background-size: cover;
    }

    .p1-img-container img {
        width: 62%;
    }

    .p1-sub-box img {
        max-width: 131px;
        height: 131px;
    }

    .star-2-container img,
    .star-1-container img {
        max-width: 52px;
    }

    .page-1-container {
        max-width: 562px;
    }

    .p1-box {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .p1-img-box {
        text-align: center;
    }
    .border-r {
        border-width: 0px 0px 1px 0px;
        padding: 10px 10px 10px 10px;
        margin-bottom:10px;
    }
}