main {
    padding-top: 94px;
}
.intro-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 71px;
}
.intro-col img {
    max-width: 155px;
    width: 100%;
}
.home-landing {
    background-color: #FFFFFF;
}
.heading {
    font-size: 72px;   
    color: #B59F80;
    text-transform: uppercase;
    position: relative;
    margin-top: 72px;
}
.heading-register {
    font-size: 56px;
    line-height: 60px;
}
.heading-mobile-container {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.heading-mobile-container img.ornament {
    max-width: 189px;
}
.heading-mobile {
    color: #FFFFFF;
    font-family: "visual-hollow-serif", serif;
    text-transform: uppercase;
    margin-bottom: 72px;
}
.block-section-01 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    max-height: 600px;
    height: 100%;
    position: relative;
}
.home-landing .heading:after {
    content: "";
    background:#B59F80;
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}
.description {
    font-size: 21px;
    font-family: 'Syncopate Bold', sans-serif;
    color: #413635;
    text-transform: uppercase;
    max-width: 570px;
    line-height: 31px;
    margin-bottom: 55px;
    margin-top: 32px;
    position: relative;
}
.login-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #B59F80;
    font-size: 18px;
    font-family: 'Syncopate Bold', sans-serif;
    border: 1px solid #B59E80;
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    text-decoration: none;
    margin-bottom: 123px;
}
.login-btn:hover, .login-btn:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #B59F80;
}
.section-2 {
    background-color: #B59F80;
}
.section-2 .row {
    position: relative;
}
.section-2 .col-xl-6 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}
.section-2 .col-xl-6:first-of-type:before {
    left: 0;
    background-position: left;
}
.section-2 .row:after {
    right: 0;
    background-position: right top;
}
.section-2 .col-xl-6:first-of-type:before,
.section-2 .row:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-1 .col-xl-6:last-of-type img:not(.ornament) {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-coin1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-1 .col-xl-6 > .ornament {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
}
.heading-section-2 {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Syncopate Bold', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 395px;
    padding-top: 122.5px;
    margin-left: 109px;
}
.description-section-2 {
    font-size: 14px;
    line-height: 40px;
    font-family: 'Syncopate Regular', sans-serif;
    color: #413635;
    text-transform: uppercase;
    padding-top: 122.5px;
    max-width: 581px;
    margin-left: 0;
    margin-right: auto;
}
.under-container {
    margin-bottom: 88px;
    width: 100%;
    margin-top: 24px;
}
.under-container img {
    max-width: 152px;
}
@media only screen and (max-width: 1199px) {
    .section-1 .col-xl-6:first-of-type {
        order: 2;
    }
    .section-1 .col-xl-6:last-of-type {
        order: 1;
    }
    .intro-col img {
        max-width: 179.82px;
    }
    .description {
        margin-top: 10px;
    }
    .description:after {
        content: "";
        background:#B59F80;
        display: block;
        height: 1px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        margin-top: 32px;
    }
    .description {
        padding-top: 64px;
    }
    .heading-section-2 {
        font-size: 40px;
        line-height: 54.98px;
        max-width: 524px;
        margin-left: 0;
    }
    .description-section-2 {
        color: #FFFFFF;
        max-width: 356px;
        padding-top: 0;
    }
    .under-container {
        text-align: left !important;
    }
    .section-2 .col-xl-6 {
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1200px) {
    .intro-col, .section-2 {
        padding-left: 105px;
    }
    .section-2 {
        padding-right: 105px;
    }
}

/*INDEX2*/
body {
    background: #000000;
}
main {
    padding-top: 94px;
}
.block-section {
    position: relative;
}
main figure {
    height: 100%;
    position: absolute;
    width: 100%;
}
.heading {
    font-size: 32px;
    font-family: 'Syncopate Bold', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 72px;
}
.home-landing .heading {
     font-family: visual-hollow-serif, serif !important;
    color: #B59F80;
    font-size: 97px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 1600px) {
    .home-landing .heading {
        font-size: 80px;
    }
    
}
.description {
    font-size: 14px;
    font-family: 'Syncopate Regular', sans-serif;
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 32px;
}
.home-landing .description {
    font-family: "Syncopate Bold", sans-serif;
    color: #000000;
    max-width: 443px;
}
.description .bold-style {
    font-family: 'Syncopate Bold', sans-serif;
}
.more-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Syncopate Bold', sans-serif;
    max-width: 255px;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    margin-bottom: 123px;
    border-radius: 0;
}
.more-btn:hover, .more-btn:focus {
    text-decoration: none;
}
.block-section-01 .more-btn {
    color: #BFA680;
    background-color: #FFFFFF;
}
.block-section-01 .more-btn:hover, 
.block-section-01 .more-btn:focus {
    color: #FFFFFF;
    background-color: #BFA680;
}
.block-section-01 .col-lg-6 img {
    margin-top: 72px;
    display: inline-block;
}
.block-section-02 .heading,
.block-section-02 .description {
    color: #BFA680;
}
.block-section-02 .description {
    max-width: 466px;
}
.block-section-02 .more-btn:hover, 
.block-section-02 .more-btn:focus,
.block-section-04 .more-btn:hover, 
.block-section-04 .more-btn:focus {
    color: #BFA680;
    background-color: #FFFFFF;
}
.block-section-01 .more-btn,
.block-section-04 .more-btn {
    color: #BFA680;
    border: 1px solid #BFA680;
    background-color: transparent;
}
.block-section-02 .more-btn {
    color: #FFFFFF;
    background-color: #BFA680;
}
.block-section-02 .img-container {
    margin-bottom: 80px;
}
.block-section-04 .col-lg-6 img:not(.ornament) {
    display: inline-block;
    margin-top: 72px;
}
.block-section-04  {
    padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
    .inner-container1 {
        margin-top: 72px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner-container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 255px;
    margin: 0 auto;
    }
    .inner-container2 .more-btn {
        margin-bottom: 40px;
    }
    .bg-coin1 .container {
        max-width: 570px;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .bg-coin2 {
    padding-left: 0;
    }
    .block-section-01:after,
    .block-section-04:after {
        content: "";
        width: 2px;
        background: #FFFFFF;
        height: 50%;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        top: 25%;
        position: absolute;
    }
    .text-container {
        margin-right: 0;
        margin-left: auto;
        max-width: 466px;
    }
    .text-container-right {
        margin-right: auto;
        margin-left: 0;
        max-width: 466px;
    }
}
.block-section-01 .description, .block-section-04 .description {
    color: #FFFFFF;
}
@media only screen and (min-width: 600px) {
    .heading-mobile {
        font-size: 100px;
    }
        .heading-mobile.heading-register {
        font-size: 100px;
        line-height: 82px;
    }
}
@media only screen and (max-width: 599px) {
    .heading-mobile {
        font-size: 56px;
    }
}