.ourEvents_container {
  display: flex;
  overflow-x: scroll;
  min-height: 800px;
  padding-left: 45px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ourEvents_container::-webkit-scrollbar {
  display: none;
}
.ourEvents_title {
  font-size: 30px;
  font-weight: 700;
  margin-left: 75px;
}

.new_year_container {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 25px;
  padding-left: 45px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.new_year_container::-webkit-scrollbar {
  display: none;
}
.new_year_section {
  height: fit-content;
  margin-top: 30px;
}
.new_year_section_btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  margin: 5px;
}
.new_year_section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_year_section_btns_container {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  margin: 0px 45px 0px 45px;
}
.new_year_section_btn img {
  max-width: 20px;
  max-height: 20px;
}

.new_year_large {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px 0px 15px;
}
.adv_new_year {
  min-height: 100%;
  max-height: 390px;
  max-width: 350px;
  min-width: 300px;
  background-color: #222222;
  right: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 27px;
  margin: 0px;
  padding-left: 33px;
  display: flex;
  flex-direction: column;
}
.adv_new_year_image {
  height: 100%;
  max-height: 390px;
  border-radius: 20px 0px 0px 20px;
  min-width: 390px;
  max-width: 390px;
}
.adv_new_year_box_title {
  font-size: 24px;
  font-weight: 700;
  max-width: 300px;
  min-width: 300px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.adv_new_year_box-text {
  font-size: 16px;
  font-weight: 400;
  max-width: 265px;
  line-height: 19.5px;
}
.horizontal-line-item {
  margin-bottom: 8px;
  min-height: 1px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.1);
}
.adv_new_year_box_btn {
  height: 55px;
  width: 213px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff551a;
  outline: none;
  box-shadow: none;
  border: none;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.adv_new_year_box_btn:hover {
  color: #ff551a;
  background-color: #ffffff;
  border: 1px solid #ff551a;
}
.custom_style {
  display: flex;
  margin-top: 0.25rem !important;
  max-width: 250px;
}
.custom_text {
  margin-bottom: 0px;
  margin-top: 0px;
}
.btn-container {
  max-width: 280px;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.new_year_large_orange_date {
  position: absolute;
  top: 25px;
  left: 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #343434;
  outline: none;
  border: none;
  color: #ffffff;
  width: 90px;
  height: 90px;
}
.new_year_large_number {
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
  max-height: 43px;
}
.new_year_large_month {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ourEvents_container {
    padding-left: 0px;
    min-height: 666px;
  }
  .new_year_section_btns_container {
    display: none;
  }
  .ourEvents_title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .new_year_container {
    display: flex;
    overflow-x: scroll;
    min-height: 708px;
    padding-left: 0px;
  }
  .new_year_section {
    min-height: 725px;
  }
  .new_year_large {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 15px 0px 15px;
    max-height: 680px;
    position: relative;
  }
  .adv_new_year {
    max-height: 410px;
    min-height: 370px;
    min-width: 310px;
    max-width: 310px;
    background-color: #222222;
    right: 0px;
    border-radius: 0px 0px 10px 10px;
    padding: 33px;
  }
  .adv_new_year_image {
    height: 308px;
    min-height: 308px;
    max-height: 308px;
    border-radius: 20px 20px 0px 0px;
    min-width: 310px;
  }
  .adv_new_year_box_title {
    font-size: 18px;
    font-weight: 700;
    max-width: 284px;
  }
  .adv_new_year_box-text {
    font-size: 14px;
    font-weight: 400;
    max-width: 265px;
  }
  .adv_new_year_box_btn {
    height: 45px;
    width: 242px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ff551a;
    outline: none;
    box-shadow: none;
    border: none;
    margin-right: 10px;
  }
  .custom_style {
    display: flex;
    margin-top: 0.25rem !important;
    max-width: 250px;
  }
  .custom_text {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .new_year_large_orange_date {
    top: 15px;
    left: 15px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
  }
  .new_year_large_number {
    font-size: 18px;
    max-height: 22px;
  }
  .new_year_large_month {
    font-size: 12px;
    font-weight: 500;
  }
}
