.carousel_style {
  max-height: fit-content;
  height: fit-content;
}
.adv-image {
  height: 100%;
  max-height: 100%;
  border-radius: 20px 0px 0px 20px;
  max-width: 900px;
  width: 80%;
}
.carousel_arrow {
  background-color: #d9d9d9;
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 100%;
  top: 40%;
  margin: 0px 10px 0px 10px;
}
.indicator {
  max-width: 14px;
  max-height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 100%;
}
.indicator_group {
  top: 100%;
}
.adv_section {
  min-height: 100%;
  max-height: 100%;
  min-width: 435px;
  background-color: #222222;
  right: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 33px;
  padding-top: 44px;
  display: flex;
  flex-direction: column;
}
.horizontal-line{
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 1px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.1);
}
.adv_section_orange {
  position: absolute;
  left: 7%;
  top: 20px;
  background-color: #343434;
  width: 91px;
  height: 89px;
  border-radius: 10px;
}
.orange_day {
  font-size: 35px;
}
.adv_box_title {
  font-size: 24px;
  font-weight: 700;
  max-width: 284px;
}
.adv_box-text {
  font-size: 16px;
  font-weight: 400;
  max-width: 350px;
  margin-bottom: 0px;
}
.adv_box_btn {
  min-height: 70px;
  min-width: 290px;
  max-width: 290px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff551a;
  outline: none;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.adv_box_btn:hover{
  color: #ff551a;
  background-color: #ffffff;
  border:1px solid #ff551a;
}
.adv_box_btn_container{
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  .adv_section_orange {
    left: 10%;
  }
}
@media only screen and (max-width: 1120px) {
  .adv_section_orange {
    left: 4%;
  }
}
@media only screen and (max-width: 991px) {
  .carousel_arrow {
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    top: 40%;
  }
  .adv_section {
    display: none;
  }
  .adv_section_orange {
    left: 170px;
    top: 20px;
    width: 81px;
    height: 79px;
    border-radius: 10px;
  }
  .orange_day {
    font-size: 25px;
  }
  .adv-image {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .indicator {
    max-width: 8px;
    max-height: 8px;
    min-width: 8px;
    min-height: 8px;
    border-radius: 100%;
  }
  .adv_section_orange {
    position: absolute;
    left: 15%;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
  }
  .orange_day {
    font-size: 16px;
    max-height: 10px;
  }
  .orange_month {
    font-size: 10px;
    font-weight: 500;
    margin-top: -5px;
  }
}
