@font-face {
    font-family: GothamMedium;
    src: url('../fonts/Gotham-Medium.woff') format('woff');
}

body {
    font-family: GothamMedium;
    background-color: #eee9e6;
    position: relative;
}

p1, p2 {
    color: #726658;
    font-size: 20px;
}

.top-content {
    background-image: linear-gradient(to right, transparent, #8888);
    display: flex;
    align-items: center;
    margin-bottom:100px;
    justify-content: flex-end;
}
.top-content h1 { 
    text-align: end;
    right: 5%;
    position: absolute;
    color: white;
    font-size: 50px;
    font-weight: 700;
    z-index: 99999;
}
.top-content img {
    z-index: -1;
    width: 100%;
}
.top-info h1{
    font-size: 21px;
    font-weight: 700;
    font-family: GothamMedium;
    color: #726658;
}
h1{
    font-size: 21px;
    font-weight: 700;
    font-family: GothamMedium;
    color: #726658;
}
.top-info, .bottom-info {
    width: 65%;
    margin: auto;
    border: 1px solid #a09384;
    padding: 80px 80px;
    padding-bottom: 150px;
}

/*.top-info br{
    display: none;
}*/
.plant-decoration {
    margin-top: -80px;
    margin-bottom: 250px;
}

.top-info, .bottom-info {
    text-align: justify;
}

.bottom-info h1 {
    font-size: 48px;
    color: #726658;
    margin-top: -90px;
    margin-bottom: 60px;
}
.bottom-info {
    padding-top: 0px;
}
.bottom-info h1 br {
    display: none;
}

.shell-decoration {
    margin-top: -100px;
}

.top-pic {
    width: 120%;
    margin-bottom: -70%;
    margin-top: -30%;
    margin-left: -28%;
}

.bottom-pic {
    width: 65%;
    margin-top: 15%;
    margin-left: 60%;
}

@media screen and (max-width: 1420px) {
    .bottom-info h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1230px) {
    .bottom-info h1 {
        font-size: 32px;
        margin-top: -70px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .top-content h1 {
        font-size: 32px;
    }

    .bottom-info h1 {
        font-size: 26px;
        margin-top: -50px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 930px) {
    .top-info, .bottom-info {
        width: 85%;
    }

    .top-info h1{
        font-size: 18px;
    }

    h1{
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .top-content h1 {
        font-size: 14px;
        font-weight: inherit;
    }

    .top-content br {
        display: none;
    }

    .top-content {
        margin-bottom: 60px;
    }

    .bottom-info h1 {
        font-size: 28px;
        margin-top: -60px;
        margin-bottom: 40px;
    }

    .top-info h1{
        font-size: 17px;
    }

    h1{
        font-size: 16px;
    }

    .top-pic {
        width: 110%;
        margin-left: -20%;
    }
    .bottom-pic {
        width: 60%;
    }
}

@media screen and (max-width: 700px) {
    .plant-decoration {
        width: 50%;
        margin-top: -50px;
        margin-bottom: 190px;
    }

    .bottom-info h1 {
        margin-left: -50px;
        margin-top: -45px;
        margin-bottom: 30px;
    }
    .top-pic {
        margin-left: -25%;
    }
    .bottom-pic {
        width: 65%;
    }

    .top-info h1{
        font-size: 18px;
    }

    h1{
        font-size: 16px;
    }
}

@media screen and (max-width: 610px) {
    .bottom-info h1 {
        font-size: 22px;
        margin-left: 0px;
    }

    p1 {
        font-size: 17px;
    }

    .top-info, .bottom-info {
        padding: 30px 40px;
        padding-bottom: 80px;
    }

    .bottom-info {
        margin-top: -100px;
    }

    .top-info h1{
        font-size: 18px;
    }

    h1{
        font-size: 16px;
    }
}

@media screen and (max-width: 550px) {
    .bottom-info h1 {
        font-size: 20px;
        margin-left: -15px;
    }
    .top-info h1{
        font-size: 17px;
        text-align: center;
    }
    h1{
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    p1 {
        font-size: 14px;
    }

    h1{
        font-size: 16px;
    }

    .top-content {
        margin-bottom: 35px;
    }

    .top-info {
        padding: 30px 20px;
        padding-bottom: 60px;
    }

    .top-info h1{
        font-size: 19px;
        text-align: center;
    }

    .bottom-info {
        padding: 0px 20px;
        padding-bottom: 60px;
    }

    .bottom-info h1 {
        margin-left: 0px;
    }

    .bottom-info h1 br {
        display: block;
    }

    .plant-decoration {
        margin-top: -35px;
    }

    .shell-decoration {
        width: 150px;
        margin-top: -60px;
    }

    .bottom-pic {
        margin-left: 50%;
    }
}

@media screen and (max-width: 375px) {
    p1 {
        font-size: 14px;
    }

    .top-content {
        margin-bottom: 25px;
    }

    .top-info h1{
        font-size: 16px;
        text-align: center;
    }

    h1{
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    p1 {
        font-size: 12px;
    }

    .top-info h1{
        font-size: 16px;
        text-align: center;
    }

    h1{
        font-size: 16px;
    }
}