@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

img {
    max-width: 100%;
    height: auto;
}

body,
html {
    overflow-x: hidden;
}
.product{
    margin: 0px 60px;
    margin-top: 40px;
}
.product h2{
    font-size: 25px;
    font-weight: bolder;
}
.product p{
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 17px;
}

.owl {
    margin-top: 100px;
}
.owl p {
    font-size: 18px;
    color: #DB4444;
    padding-top: 5px;
    font-weight: bold;
    margin-left: 10px;
}
.owl h1 {
    color: var(--Text2, #000);
    font-family: 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1.44px;
    margin-left: 85px;
    margin-top: 30px;
}

.owl .pen{
    width: 265px;
    margin-left: 30px;
    height: 350px;
    padding: 0px;
    margin-bottom: 30px;
    box-shadow: 1px 0px 5px 0px #cdcbcb;
}

.owl h5{
    margin-top: 20px;
    margin-left: 10px;
    font-weight: bold;
}

.owl .pen img{
    height: 195px;
}
.owl .Shirt {
    margin-left: 19px;
    width: 268px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 0px;
    /* border: 1px solid #db4444; */
}

.owl .Shirt img{
    height: 250px;
}
.owl .Bottle{
    width: 300px;
    margin-left: 30px;
    padding: 0px;
    margin-bottom: 30px;
}
.owl .Bottle img{
    height: 250px;
}
.owl .Calendar{
    width: 265px;
    margin-left: 30px;
    /* border: 1px solid #db4444; */
    padding: 0px;
    margin-bottom: 30px;
}
.owl .Calendar img{
    height: 250px;
}
.owl .card-body{
    background-color: #f6f6f6;
    border-radius: 4px;
}

.owl .card-footer{
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.owl .card-footer a{
    text-decoration: none;
    color: white;
    font-family: 'Inter';
}

.owl i{
    text-decoration: line-through;
    color: gray;
    margin-left: 15px;  
}
.owl .bg-success{
    background-color: #0F6 !important;
}

.categories .col-lg-2{
    width: 16.666667% !important;
}
.card.pen.col{
    width: 200px !important;
}
@media screen and (min-width:320px) and (max-width:850px) {
    .owl .pen {
        margin-left: 30px;
    height: 300px;
    width: 270px !important;
    margin-bottom: 20px;
    }
    .owl .Bottle {
        margin-left: 17px;
    }
    .owl .pen img{
        height: 152px;
    }
    .owl .Calendar {
        width: 300px;
        margin-left: 17px;
    }
    .owl h5{
        font-size: 14px;
    }
    .owl p{
        font-size: 13px;
    }
    .categories .col-lg-2{
        width: 42% !important;
    margin-right: 50px;
    }
    .owl .Shirt{
        margin-left: 17px;
        width: 300px;
    }
    .product{
        margin: 0px 0px;
    }
}
@media screen and (min-width:850px) and (max-width:992px) {
    .categories .col-lg-2{
        width: 25.666667% !important;
    }
}


.Shirt:hover p {
    color: white;
}


.Shirt:hover .card-title {
    background-color: #db4444;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.Bottle:hover p {
    color: white;
}


.Bottle:hover .card-title {
    background-color: #db4444;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pen:hover p {
    color: white;
}


.pen:hover .card-title {
    background-color: #db4444;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Calendar:hover p {
    color: white;
}


.Calendar:hover .card-title {
    background-color: #db4444;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


@media screen and (min-width:1200px) and (max-width:1300px) {
    

  .owl .Calendar {
    width: 245px;
    margin-left: 30px;
    padding: 0px;
    margin-bottom: 30px
  }
  .owl .pen {
    width: 243px;
  }
  .owl .Shirt {
    width: 243px;
 }
}


@media screen and (min-width:1400px) and (max-width:1600px) {
    .owl .Shirt {
        margin-left: 25px;
        width: 300px;
    }
    .owl .pen {
        width: 300px;
    }
    .owl .Calendar {
        width: 300px;
    }
}

