@import url('../../font/font.css');

body{
  margin: 0px;
  padding: 0px;
  background-color: none;
}

.main_image_div{
  opacity: 1;
  filter: blur(0px);
}

.img_div{
  background-color: rgb(47,47,47);
}

.main_image{
  width: 100%;
  height: 250px;
  object-fit: cover;
  opacity: 0.5;
}

.image_txt_div{
  position: relative;
  bottom: 400px;
  margin-left: 100px;
}

.title {
  position: absolute;
  top: 240%; /* Update to desired value */
  left: 45%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 23px;
  font-family: RobotoSlab_Bold;
  font-weight: bolder;
}

.title_continue {
  position: absolute;
  top: calc(240% + 40px); /* Update to desired value and add spacing if needed */
  left: 45%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: RobotoSlab_Bold;
  font-size: 16px;
}

.search_bar{
  position: relative;
  left: 360px;
  top: 290px;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease-in-out;
  width: 395px;
  font-family: RobotoSlab_Bold;
  padding-right: 125px;
}

.search_glass_span{
  display: none;
}

.search_submit_btn{
  position: relative;
  left: 797px;
  top: 247.5px;
  width: 101px;
  border-radius: 5px;
  padding: 11px 11px 11px 11px;
  color: white;
  background-color: rgb(92, 34, 0);
  cursor: pointer;
  transition: 0.5s;
  border: none;
  font-family: RobotoSlab_Bold;
}

.search_submit_btn:hover{
  background-color: rgb(52, 34, 0);
  transition: 0.5s;
  text-decoration: none;
}

.price_div{
  display: flex;
}

.plans{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.plans_title{
  color: rgb(47,47,47);
  font-size: 40px;
  font-family: RobotoSlab_Bold;
  margin-left: 30px;
  margin-bottom: 50px;
}

.plans_palet{
  margin-left: 40px;
  height: 360px;
  width: 300px;
  border-radius: 20px;
  border: 1px solid rgb(70,70,70,0.5);
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.image_palet{
  position: relative;
  bottom: 1px;
  height: 200px;
  width: 300px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  object-fit: cover;
}

.plans_palet_title{
  color: rgb(47,47,47);
  font-size: 20px;
  font-family: RobotoSlab_Bold;
  margin-left: 10px;
}

.text_from{
  color: rgb(70,70,70);
  font-size: 15px;
  font-family: RobotoSlab_Bold;
  opacity: 0.7;
}

.plans_palet_price{
  color: rgb(47,47,47);
  font-size: 17px;
  font-family: RobotoSlab_Bold;
  margin-left: 10px;
}

.plans_palet_discount_price{
  color: rgb(70,70,70);
  font-size: 15px;
  font-family: RobotoSlab_Bold;
  margin-left: 10px;
  text-decoration: line-through;
  opacity: 0.7;
  margin-right: 30px;
}

.view_btn{
  width: 100px;
  height: 30px;
  font-family: ConcertOne-Regular;
  color: white;
  background-color: rgb(92, 34, 0);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
