.grid{
    width: 1442px;
    min-height: 937px;
    padding-top: 60px;
    margin: auto;
}

.background-img{
    background-image: url("../img/bg2.png"), url("../img/bg1.png"), url("../img/SILO.png");
    background-position: left, left, right;
    background-repeat: no-repeat;
    background-size: 55% 100%, 55% 100%, cover;
    position: relative;
}

.background-splash{
    background-image: url("../img/bg2.png");
    background-repeat: no-repeat;
}

section{
    width: 100%;
    max-height: 100%;
    display: flex;
    max-height: 937px;
}

.price-check{
    position: absolute;
    left: calc(52vw - 220px);
    top: calc(15vh - 100px);
    height: fit-content;
    width: fit-content!important;
}

.price-bg{
    position: relative;
    height: 200px;
}

.price-label{
    position: absolute;
    left: 10%;
    top: 23%;
    color: white;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
}

.price{
    position: absolute;
    left: 46%;
    top: 34%;
    color: #d91c1c;
    font-weight: 400;
    font-size: 45px;
}

.grid h2{
    font-size: 65px;
    color: white;
    font-weight: 400;
}
.row.content{
    margin-top: 100px;
    color: white;
    font-size: 31px;
}
.content p{
    margin-top: 50px;
    margin-bottom: 80px;
    line-height: initial;
}

.phone{
    text-decoration: none;
    color: #d91c1c;
    cursor: pointer;
    background-color: white;
    padding: 10px 20px 10px 70px;
    border-radius: 50px;
    font-size: 45px;
    margin-left: -130px;


}

.phone-bg img{
    width: 35px;
    position: relative;
    z-index: 1;
    top: -11px;
    left: 5px;
}
.phone-bg::after{
    content: "";
    width: 82px;
    height: 82px;
    background-color: #d91c1c;
    left: -62px;
    bottom: -21px;
    position: relative;
    display: inline-block;
    z-index: 0;
    border-radius: 50px;
}

.second-page{
    background-image: url("../img/tire.png");
    background-repeat: no-repeat;
    background-color: #eeeeec;
    position: relative;
}

.second-page .grid{
    margin-top: 0;
}

.second-page h2{
    margin-bottom: 50px;
}

.second-page h3{
    font-size: 40px;
}

.second-page p{
    font-size: 30px;
}

.second-page h2,.second-page h3{
    color: #d91c1c;
}

.second-page input{
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
    background-color: #d91c1c;
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.second-page input::placeholder{
    color: #fff;
    opacity: 0.5;
}

.second-page input:focus{
    outline: none;
}

.second-page button,a{
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
    background-color: #d91c1c;
    padding: 5px 40px;
}

.second-page form button{
    margin-left: 200px;
}

.second-page a{
    text-decoration: none;
    color: #fff;
    padding: 10px 40px;
}

.second-page .grid{
    z-index: 2;
}

.hero img{
    position: absolute;
    right: 0;
    top: 5vh;
    height: 75vh;
    z-index: 0;
}

.hero img:nth-child(2){
    top: 30vh;
    height: 60vh;
}

.msg{
    color: #12c94f;
}

.msg p{
    font-size: 20px;
}

.hide{
    display: none;
}

.product{
    background-color: #fff;
    height: 100%;
    margin-bottom: 20px;
}

.product img{
    object-fit: fill;
    width: 100%;
}

.product p{
    text-align: center;
    font-size: 18px;
    margin: 10px;
}

.product-container{
    position: relative
}

.small-price{
    position: absolute;
    left: -20px;
    top: -65px;
}

.small-price h3{
    position: absolute;
    top: 24px;
    right: 15px;
}

.small-price h4{
    position: absolute;
    top: 24px;
    left: 30px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.more{
    display: flex;
    justify-content: center;
    position: relative;
    height: 70px;
}

.more p{
    color: #fff;
    font-size: 31px;
}

.more img{
    position: absolute;
    bottom: 0;
    height: 30%;
    opacity: 70%;
}