/********body*********/

h1.home-title {
    color: #031242;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
    word-break: break-all;
}

div.home-subtitle {
    text-align: center;
    color: #031242;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 36px 5px 0;
}


/* continer*/

div.auction-continer {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    margin-top: -140px;
    box-shadow: 0px 2px 15px 0px rgba(3, 18, 66, 0.15);
}

div.content-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #031242;
}

div.title {
    font-size: 20px;
}

.upper-low-button {
    margin-bottom: 10px;
    color: #0096F7;
    font-size: 14px;
}

.upper-low-button-text {
    cursor: pointer;
}

.time-num {
    margin: 0px 2px;
    font-size: 30px;
    font-weight: 500;
    background: #f7f7f7;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 5px;
    box-shadow: 2px 3px 3px #EEF1F6;
}


.time-text {
    font-size: 13px;
    color: #606b7d;
    border-top: 1px solid darkblue;
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
}

div .view-button {
    background: #031242;
    padding: 10px 112px;
    color: #ffffff;
    border-radius: 39px;
    font-size: 16px;
    border: hidden;
    font-weight: 600;
}

.forsale-top-logo {
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*margin-top: 30px;*/
    /*align-items: center;*/
    /*gap: 30px;*/

    padding: 40px 188px;
    display: inline-block;
    width: 100%;
}

.top-logo {
    float: left;
}

.forsale-top-logo img {
    width: 164px;
}

.trustpilot-logo {
    display: flex;
    align-items: center;
    float: right;
    height: 38px;
}

.trustpilot-text {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.to-lowercase {
    display: none;
}

.to-lowercase, .to-uppercase {
    color: #0096F7;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    div.content-title {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .time-num {
        margin: 0px 2px;
        font-size: 40px;
        font-weight: 500;
        background: #f7f7f7;
        display: inline-block;
        padding: 0 7%;;
        border-radius: 5px;
        box-shadow: 2px 3px 3px #EEF1F6;
    }
    div .view-button {
        padding: 14px 128px;
        font-size: 20px;
    }
    .time-text {
        font-size: 15px;
        color: #606b7d;
        border-top: 1px solid darkblue;
        padding-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 6px;
    }
}


/*---------bottom-------*/
.bottom-logo {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .bottom-logo {
        text-align: center;
        margin-top: 250px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {


    .forsale-top-logo {
        flex-direction: column;
    }

    .trustpilot-logo {
        margin-top: 10px;
    }
}

@media(max-width: 375px) {
    div .view-button {
        padding: 10px 80px;
    }
}