
#index #wrapper{
    padding: 0px;
    margin-top: calc(-1 * var(--site-header-height, 0px));
}

/* --------------------------- SECTION 1 --------------------------- */

#index .section1{
	min-height: 100vh;
}

#index .section1 > .elementor-container{
    max-width: 80%;
    min-height: 100vh;
    padding-inline: 36px;
    padding-block: 100px;
}

#index .section1 .elementor-heading-title{
    font-family: "Zen Old Mincho";
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 38%;
}

#index .section1 .elementor-widget-text-editor{
    max-width: 400px;
}

#index .section1 .elementor-widget-text-editor *{
    font-size: 16px;
}

@media (max-width: 1600px) {
    #index .section1 > .elementor-container{
        max-width: 90%;
    }
    #index .section1 .elementor-heading-title{
        font-size: 54px;
    }
}

@media (max-width: 1300px) {
    #index .section1 > .elementor-container{
        max-width: 100%;
    }
    #index .section1 .elementor-heading-title{
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    #index .section1 .elementor-heading-title{
        font-size: 40px;
        text-align: center;
        max-width: 100%;
    }
}

/* --------------------------- SECTION 2 --------------------------- */

#index .section2{
    margin-top: 65px;
}

#index .section2 .elementor-row{
    gap: 40px 50px !important;
}

#index .section2 .elementor-widget-image::before {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    border: solid 1px var(--color-black);
    margin-inline: auto;
    margin-bottom: 15px;
}

#index .section2 .elementor-widget-image img {
    width: 100%;
    max-width: 190px;
}

#index .section2 .elementor-heading-title{
    font-family: "Zen Old Mincho", serif;
    font-size: 50px;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}

#index .section2 .elementor-button{
    margin-inline: auto;
}

#index .section2 .elementor-image-box-wrapper{
    gap: 24px;
}

#index .section2 .elementor-image-box-wrapper .elementor-image-box-img,
#index .section2 .elementor-image-box-wrapper .elementor-image-box-img a{
    width: 100%;
    display: block;
    overflow: hidden;
}

#index .section2 .elementor-image-box-wrapper .elementor-image-box-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 37/46;
    scale: 1;
}

#index .section2 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
    display: flex;
    align-items: center;
    gap: 16px;
    transition: 300ms ease;
    margin: 0px;
}

#index .section2 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a{
    font-family: "Zen Old Mincho", serif;
    font-size: 22px;
    line-height: normal;
    margin: 0px;
    text-transform: uppercase;
    text-align: start;
}

#index .section2 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::before{
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.0853 8.125H0V7.04167H13.0853L6.81038 0.766729L7.58333 0L15.1667 7.58333L7.58333 15.1667L6.81038 14.3999L13.0853 8.125Z' fill='%230B0B0B'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

@media (max-width: 1600px) {
    #index .section2 .elementor-heading-title{
        font-size: 44px;
    }
}

@media (max-width: 1300px) {
    #index .section2 .elementor-heading-title{
        font-size: 38px;
    }
}

@media (min-width: 993px) {
    #index .section2 .elementor-image-box-wrapper:hover .elementor-image-box-img img{
        scale: 1.1;
    }
}

@media (max-width: 992px) {
    #index .section2 .elementor-column:has(.elementor-widget-image){
        order: -1;
    }
    #index .section2 .elementor-widget-image img {
        max-width: 170px;
    }
    #index .section2 .elementor-heading-title{
        font-size: 32px;
    }
}

@media (min-width: 993px) {
    #index .section2 .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title{
        gap: 8px;
        transition: 300ms ease;
    }
}

/* --------------------------- SECTION 3 --------------------------- */

#index .section3{
    padding-block: 130px 80px;
}

#index .section3 .elementor-widget-wrap{
    justify-content: center;
}

#index .section3 .elementor-button{
    margin-inline: auto;
}

#index .section3 .elementor-widget-text-editor:nth-child(1) *{
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 85px;
    color: var(--color-black);
    font-weight: normal;
    text-transform: uppercase;
    line-height: 0.7em;
}

#index .section3 .elementor-widget-text-editor:nth-child(1) p:nth-child(2){
    transform: translateX(10%);
}

#index .section3 .elementor-widget-text-editor:nth-child(1) p:nth-child(3){
    transform: translateX(-7%);
}

#index .section3 .elementor-widget-text-editor:nth-child(2){
    max-width: 700px;
    margin-top: 20px;
}

#index .section3 .elementor-widget-text-editor:nth-child(2) *{
    text-align: center;
    font-size: 16px;
    color: var(--color-black);
}

@media (max-width: 1600px) {
    #index .section3 .elementor-widget-text-editor:nth-child(1) *{
        font-size: 65px;
    }
}

@media (max-width: 1300px) {
    #index .section3 .elementor-widget-text-editor:nth-child(1) *{
        font-size: 55px;
    }
}

@media (max-width: 992px) {
    #index .section3 {
        padding-block: 60px 30px;
        margin-top: 30px;
    }
    #index .section3 .elementor-widget-text-editor:nth-child(1) *{
        font-size: 45px;
        transform: none !important;
    }
}

/* --------------------------- SECTION 4 --------------------------- */

#index .section4{
    padding: 0 !important;
    width: 100vw !important;
    margin-left: calc((100% - 100vw) / 2) !important;
    margin-right: calc((100% - 100vw) / 2) !important;
}

#index .section4 .elementor-widget-image img{
    aspect-ratio: 40/19;
    width: 100%;
    display: block;
    object-fit: cover;
}

/* --------------------------- SECTION 5 --------------------------- */

#index .section5{
    padding-block: 80px 0px;
}

#index .section5 .elementor-row{
    gap: 60px 80px !important;
}

#index .section5 .elementor-column:nth-child(even){
    margin-top: 60px;
}

#index .section5 .elementor-heading-title{
    font-family: "Zen Old Mincho";
    font-size: 50px;
    text-transform: uppercase;
    color: var(--color-black);
    font-weight: normal;
}

#index .section5 .elementor-widget-text-editor *{
    font-size: 16px;
    color: var(--color-black);
}

#index .section5 .elementor-widget-image img{
    object-fit: cover;
}

#index .section5 .elementor-column:nth-child(odd) .elementor-widget-image img{
    aspect-ratio: 56/37;
}

#index .section5 .elementor-column:nth-child(even) .elementor-widget-image img{
    aspect-ratio: 1;
}

@media (max-width: 1600px) {
    #index .section5 .elementor-heading-title{
        font-size: 44px;
    }
}

@media (max-width: 1300px) {
    #index .section5 .elementor-heading-title{
        font-size: 38px;
    }
}

@media (max-width: 992px) {
    #index .section5{
        padding-block: 50px 0px;
    }
    #index .section5 .elementor-column{
        margin-top: 0px !important;
    }
    #index .section5 .elementor-heading-title{
        font-size: 32px;
    }
    #index .section5 .elementor-widget-text-editor *{
        font-size: 16px;
    }
} 