body{
    font-family: Poppins, sans-serif !important;
    background-image: url("BG.35ada45f.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;      
    background-position: center; 
    background-repeat: no-repeat; 
    margin: 0;
    padding: 0;
}
.navbar {
      background: transparent;
      padding: 20px 30px;
      margin-top: 15px, ;
    }
    .btn-red {
      background: red;
      color: #fff;
      border-radius: 30px;
      padding: 5px 15px;
      font-weight: bold;
    }
    .btn-red:hover {
      background: darkred;
      color: #fff;
    }
.icon{
   color: red;
   width : 20px;
}
.offcanvas{
    background-color: red;
} 
.list1{
    height: 40px;
    width: 100%;
    border-radius: 10px;
    display: block;
    background-color: white;
    color:  red;
    margin: 10px 0; 
    padding-top: 5px;
    padding-left: 9px;
}
.list2{
    height: 40px;
    width: 100%;
    border-radius: 10px;
    display: block;
    background-color: white;
    color: red;
    margin: 10px 0; 
    padding-top: 5px;
    padding-left: 9px;
}
.list3{
    height: 40px;
    width: 100%;
    border-radius: 10px;
    display: block;
    background-color: white;
    color: red;
    margin: 10px 0; 
    padding-top: 5px;
    padding-left: 9px;
}
.list4{
    height: 40px;
    width: 100%;
    border-radius: 10px;
    display: block;
    background-color: white;
    color: red;
    padding-top: 5px;
    padding-left: 9px;
}
.banner1{
    background-position: center ;
    margin-left: 40px;
    overflow: hidden;
    background-size: cover;
    border-radius: 20px !important;
    margin-left: 50px;

}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;          
  top: 0;             
  bottom: 0; 
  background-color: wheat; 
  width: 15px;
  height: 130px;
  margin-top: 40px;
}

.carousel-control-prev {
  left: 0;
  
}

.carousel-control-next {
  right: 0;           
}
.thumb {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
  display: block;
  margin: 15px;
}
.small-text {
  font-size: 15px;
  margin-top: 3px;
  color: #000;
  font-weight: bold;
}
.search {
  display: flex;
  flex: 1;
  width: 100%;            
  max-width: 1100px;       
  margin: 0 auto;         
  position: relative;
}

.search input {
  width: 100%;
  padding: 10px 45px 10px 15px; 
  border: 3px solid red;
  border-radius: 25px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.search i {
  position: absolute;
  right: 15px;  
  top: 50%;
  transform: translateY(-50%);
  color: red;
  cursor: pointer;
  font-size: 30px;
}
.search input::placeholder{
  color: red;
  font-size: 20px;
  font-style: italic;
}
.search input:hover{
  box-shadow: 0 0 8px red;
  border-color: red;
  outline: none;
}
.banner2{
  padding-left: 40px;
  margin-top: 40px;
}
.main-div{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 60px;
  gap :30px;
}
.main-div .border:hover{
  transform: scale(1.05);
  cursor: pointer;
}
.main-div .border{
  border-radius: 25px;

}
.main-div .card{
  border-radius: 25px;

}
.main-div .card1{
  height: 450px;
}
.main-div img{
  width: 285px;
  height: 280px;
  padding: 5px;
  border-radius: 25px;
}
.main-div p{
  font-size: 13px;
}
.card-body h5{
  font-weight: bolder;
}
.main-div button{
  border-radius: 10px;
  width: 80px;
  font-weight: bold;
  margin-left: 100px;
}
.container{
  height: 500px;
  width: 900px;
  background-color: aqua;
  text-align: left;
  padding-top: 60px;
  background: transparent;
}
.foot{
  display: flex;
  flex-direction: row;
  background-color: red;
  padding-top: 50px;
  padding-left: 30px;
  width: 100%;
  height: 400px;
}
.img{
  padding-top: 40px;
  padding-left: 40px;
}
.anchor{
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  color: white;
  padding-left: 40px;
}
.anchor h6{
  font-size: 20px;
  font-weight: bold;
}
.anchor a{
  text-decoration: none;
  color: white;
  padding-top: 10px;
}
.number{
  padding-top: 40px;
  color: white;
  padding-left: 40px;
}
.number h6{
  font-size: 20px;
  font-weight: bold;
}
.number a{
  text-decoration: none;
  color: white;
  padding-top: 10px;
}
.img2{
  padding-left: 40px;
  
}
.para{
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  color: white;
  padding-left: 40px;
}
.para img{
  margin-bottom: 20px;
}