@charset "UTF-8";

img {
    max-width: 100%;
}

body {
    font-family: 'Geologica', serif;
}
.logo-page-container {
    position: relative;
}

.logo-page {
    display: flex;
    width: calc(var(--max-width) + 2px);
    min-height: 100vh;
    text-align: justify;
    margin: 0 auto;
}
.logo-page-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #1e1e1c;
    z-index: -1;
    border-bottom: 1px solid #e6e7e8;
}
.logo-page-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #313034;
    z-index: -1;
    border-bottom: 1px solid #e6e7e8;
}
.right-logo-area {
    border-bottom: 1px solid #e6e7e8;
    width: 60%;
    min-width: 60%;
    background-color: #313034;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.logo-text-area {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #38363a;
    color: #38363a;
}

.logo-text-area span{
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}

.logo-text-area h1{
    font-size: 44px;
    color: #1e1e1e;
    font-weight: 900;
    margin-bottom: 10px;
}

.logo-text-area p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.logo-text-area ul{
    font-size: 16px;
    font-weight: 500;
}

.logo-text-area li{
    font-size: 16px;
    color: #38363a;
    font-weight: 500;
}

.left-min-area {
    background-color: #1e1e1c;
    padding-left: 40px;
    padding-right: 30px;
    position: relative;
    border-bottom: 1px solid #e6e7e8;
    font-size: 12px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-danger {
    color: #ed1d2b;
}

.logo-text-area ul {
    padding-left: 20px;
    font-weight: 300;
}
.right-logo-area img {
    max-width: 80%;
    object-fit: contain;
}
.rotate-element {
    white-space: nowrap;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff;
    font-weight: 300;
    text-align: left;
    height: 100%;
    padding-top: 50px;
    position: sticky;
    top: 0;
}
.rotate-element span {
    opacity: 0.5;
}

.rotate-element b {
    display: inline-block;
    margin-bottom: 15px;
}

.logo-content {
    display: flex;
}

@media only screen and (max-width:1199px) {
    .right-logo-area {
        width: 50%;
        min-width: 50%;
    }
}

@media only screen and (max-width:991px) {
    .logo-text-area {
        font-size: 80%;
    }
    .left-min-area {
        min-width: 38px;
        padding-left: 15px;
    }
}

@media only screen and (max-width:750px) {
    .logo-content {
        display: block;
    }
    .right-logo-area {
        width: 100%;
        min-width: 100%;
    }
    .rotate-element {
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }
    .logo-page {
        height: auto;
        min-height: auto;
        width: 100%;
    }
}
