@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&display=swap');
*{
    margin:0;
    padding:0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
}
body{
    font-family: 'Baloo Bhai 2', cursive;
    width: 100%;
    box-sizing: border-box;
    background-color: #eaeded;
}

.box{
    width:335px;
    height:400px;
    background-color: white;
}
.box h3{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    color:rgb(43,42,42);
}
.box a{
    margin-left:4px;
    padding:10px;
}

.box-a{
    overflow: hidden;
    background-color: white;
}
.box div img{
    width:165px;
    height:100px;
    cursor: pointer;
    margin-left: -14%;
    margin-right: 0;
}
.box-a div{
    display: inline-block;
}
.box-a div span{
    display:block;
    font-size: 13px;
    margin-left: 20px;
    font-weight: bold;
}
.box-b{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.box-b .best{
    background-color: white;
    height:140px;
    width:300px;
}
 h3{
    font-size: 20px;
    margin: 20px;
    margin-bottom: 15px;
}

.box.box-c img{
    margin:0 20px;
    height:260px;
    width:290px;
    cursor: pointer;
}
.sec-2{
    width:100%;
    height:315px;
    padding:25px;
    padding-top:-200px;
    padding-bottom: 25px;
}
.sec-2 h3{
    font-size: 20px;
    padding-bottom: 5px;
    margin-top:-50px;
}
.slide-sec{
    height: 100%;
    width:100%;
    padding:25px;
    overflow-x: hidden;
    background-color: white;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
}
.product-slide{
    display: flex;
    margin-top: 10px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
.product-slide::-webkit-scrollbar{
    background-color: transparent;
    height:7px; 
    cursor: pointer;
}
.product-slide::-webkit-scrollbar-thumb{
    border-radius: 10px;
    cursor: pointer;
}
.product-slide li{
    list-style: none;
    margin-right: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}
.l-btn, 
.r-btn{
    background-color: rgb(255,255,255,1);
    height:50px;
    width:50px;
    text-align: center;
    cursor:pointer;
    top:50%;
    position: absolute; 
    border:2px solid transparent; 
}
.l-btn{
    border-radius: 0 5px 5px 0;
    left:10px;
}
.r-btn{
    border-radius: 5px 0 0 5px;
    right:10px;
}
.l-btn:hover{
    border: 3px solid #3F52DE;
}
.r-btn:hover{
    border: 3px solid #3F52DE;
}
.r-btn i, .l-btn i{
    color: rgb(54,54,54);
    position:absolute;
    font-size: 30px;
    top:35%;
    left:12%;
    right:12%;
}
.slide-sec h3{
    font-size: 20px;
    margin-top:5px;
    margin-bottom: 0;
}
.product-slide{
    display: flex;
    margin-top: 35px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}


/* .heading{
    padding: 20px;
} */


.heading{
    text-align: center;
    color: rgb(87, 86, 86);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    margin-top: 50px;
}


.btn{
   width: 230px;
   height: 40px;
   font-size: 17px;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   color: rgb(70, 176, 184);
   background-color: white;
   border: 1px solid rgb(156, 173, 167);
   margin: 15px 0px 15px 8px;
   border-radius: 8px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   position: relative;
   top: 5px;
   margin-bottom: -10%;
 
   
}
.btn:hover{
    background-color: rgb(0,175,239);
    color: white;
    cursor: pointer;
}





 .container { padding-inline: 15px; }


.section-subtitle {
  color: var(--bright-navy-blue);
  font-size: var(--fs-5);
  text-transform: uppercase;
  font-family: var(--ff-montserrat);
  margin-bottom: 8px;
}

.section-title { margin-bottom: 15px; }

.section-text {
  color: var(--black-coral);
  margin-bottom: 30px;
}

.card-text {
    color: var(--black-coral);
    font-size: var(--fs-5);
  }
  


.h1,
.h2,
.h3 {
  font-weight: var(--fw-800);
  font-family: var(--ff-montserrat);
  text-transform: uppercase;
}

.h1 {
  color: var(--white);
  font-size: var(--fs-1);
}

.h2,
.h3 { color: var(--gunmetal); }

.h2 { font-size: var(--fs-2); }

.h3 {
  font-size: var(--fs-3);
  font-weight: var(--fw-700);
}

