*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
.pre-col2{
    text-align: end;
}
.navbar{
    background-color: #0d0d0e;
}
.nav-item{
    padding: 0px 40px;

    font-size: 18px;
    font-weight: 600;
    
}
.nav-link1{
    color: white;
    text-decoration: none;
    font-size: 20px;
    
}
.nav-link1:hover{
    color: red;
    text-decoration: none;
}

.img-section{
    transition: 0.5s all linear;
   
}
.img-section:hover{
    transform: scale(1.04);
    box-shadow: 1px 1px 3px 5px rgb(98, 188, 211);
    transition: 0.5s all linear;
}
.price-from {
    line-height: 0;
    margin: 0;
    font-weight: 500;
}

.dif {
    font-size: 75px;
    font-weight: bolder;

}

.same {
    margin-top: 20px;
    font-weight: bolder;
    font-size: 25px;
}

.third {
    margin-top: 38px;
    font-weight: 500;
    line-height: 16px;
}
.card{
    border: none;
}
.call-num{
    font-size: 20px;
}

@media screen and (min-width:280px) and (max-width:600px) {
    .call-num{
        font-size: 16px;
    }
    .smarter-row{
        flex-direction: column-reverse;
    }
    .slider-h1{
        font-size: 16px;
    }
    .slider-para{
        font-size: 11px;
    }
}

@media screen and (min-width:280px) and (max-width:800px) {
    .smarter-row{
        flex-direction: column-reverse;
    }
     .pre-col1{
        text-align: center;
    }
    .pre-col2{
        text-align: center;
    }
}