/* Google Fonts relation */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins&display=swap');

/* Primary styles */
body{
    font-family: 'Poppins', sans-serif !important;
}
.highlight-01{
    color: #FA804C;
}
.highlight-02{
    color: #363958;
}
.primary-btn{
    background: linear-gradient(180deg, #3D4FF3 0%, #3543BC 100%);
    border-radius: 10px;
    color: white;
    border: none;
    padding: 15px 33px;
}
header{
    background-color: #FFF9F4;
}
/* Top section */
.top-title{
    font-family: 'Bebas Neue', cursive;
}
.top-para{
    color: #3E3E3E;
}

/* Shoes card section */
.shoe-card{
    /* box-shadow: 0px 10px 30px 0px #0000000D; */
    padding: 10px;
    border-radius: 20px;
}
.card-images{
    background-color: rgba(190, 187, 187, 0.377);
    border-radius: 20px;
}
.card-images img{
    height: 250px;
    margin-left: 35px;
    margin-top: 10px;
}


.left-feature img{
    width: 100px;
}

.contact-input{
    background-color: rgba(90, 133, 149, 0.377);
}

/* footer,small{
    text-align: center;
    background-color: black;
    color: white;
    padding: 10px;
    text-transform: capitalize;
} */