/* Banner section */
.auction-sheet-banner {
    background-image: url("../../Images/Tesla/auctionSheetCover.png");
    width: 100%;
    height: 600px;
    /*background-size: 100% 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .auction-sheet-banner button {
        color: #ffffff;
        background-color: #cd1217;
        padding: 2%;
        border: none;
        border-radius: 5px !important;
        width: 50%;
        font-weight: 900;
    }
        .auction-sheet-banner button:hover {
            background-color: #bb1d22;
        }

        .auction-sheet-banner-text {
            width: 50%;
            padding: 30px;
        }

.banner-text-1 {
    color: #0077c0;
    font-family: orbitron-black, serif;
    font-size: 50px;
}

.banner-text-2 {
    color: #00a651;
    font-family: orbitron-black, serif;
    font-size: 50px;
}

.auction-sheet-banner-text p {
    color: #3b3b3b;
    font-size: 20px;
}

.auction-sheet-banner-text input {
    padding: 2%;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    width: 50%;
    font-family: gotham-book;
}

    .auction-sheet-banner-text input::placeholder {
        color: #767676;
        font-family: gotham-book;
    }

input:focus, textarea:focus, select:focus {
    outline: none;
}


/* Benefit of auction sheet section */
.auction-sheet-section {
    padding: 50px 130px;
}

.auction-sheet-section img {
    width: 70%;
}

.auction-sheet-section h3 {
    color: #2d8fcc;
    font-family: orbitron-medium, serif;
}

.auction-sheet-section li {
    color: #3b3b3b;
    font-size: 20px;
    font-family: cocogoose-light, serif;
}

.auction-sheet-section li::marker {
    color: #00a651;
    font-size: 25px;
}


/* Laptop screen */
@media only screen and (max-width:1440px){
    /* Banner section */
    .auction-sheet-banner {
        height: 600px;
        background-size: 115% 115%;
    }
}


/*Medium screen */
@media only screen and (max-width:768px){
    /* Banner section */
    .auction-sheet-banner {
        height: 550px;
        background-size: 115% 115%;
    }


    /* Benefit of auction sheet section */
    .auction-sheet-section {
        padding: 30px 30px;
    }

    .auction-sheet-section img {
        width: 100%;
    }

    .auction-sheet-section h3 {
        font-size: 20px;
    }

    .auction-sheet-section li {
        font-size: 15px;
    }

    .auction-sheet-section li::marker {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    /* Banner section */
    .auction-sheet-banner {
        /*height: 300px;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .auction-sheet-banner-text {
        width: 90%;
    }

    .banner-text-1 {
        font-size: 25px;
    }

    .banner-text-2 {
        font-size: 25px;
    }

    .auction-sheet-banner-text p {
        color: #b20202;
        font-size: 15px;
        font-weight: bolder;
    }

    /* Benefit of auction sheet section */
    .auction-sheet-section {
        padding: 30px 20px;
    }

    .auction-sheet-section img {
        width: 100%;
    }

    .auction-sheet-section h3 {
        font-size: 20px;
    }

    .auction-sheet-section li {
        font-size: 15px;
    }

    .auction-sheet-section li::marker {
        font-size: 20px;
    }
}