@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 auto;
  width: 1200px;

}

/* *****************
Body CSS
****************** */
#top {
  background-color: rgb(224, 219, 219);
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.header-logo {
  margin-top: 1px;
  width: 180px;
}


img.hero_img {
  margin-top: 1em;
  width: 41em;
  height: 57.6em;
}

.hero_section {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.hero_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
  margin-left: 4em;
  margin-right: 1em;
}

p.pare_one {
  text-align: center;
  font-size: 20px;
  padding: 0px 8px 2px 8px;
}

h2.header_three {
  font-size: 40px;
  color: rgb(238, 98, 98);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* The slider code start */

.slider-container {
  position: relative;
  width: 100%;
}

.slider {
  display: flex;
  overflow: hidden;
}

.slide {
  flex: 0 0 auto;
  width: 100%;
  display: none;
}

img {
  width: 100%;
  height: auto;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.slide.active {
  display: block;
  background-color: rgb(224, 219, 219);
  border-radius: 10px;
}

.both_part {
  margin: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

img.slider_img {
  border-radius: 10px;
  width: 15em;
  height: 10em;
  margin-bottom: 10px;
}

.box_flex {
  background: #fff;
  padding: 1em;
  border-radius: 8px;
}

h3.box_h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

h1.box_h1 {
  font-size: 50px;
  text-align: center;
  color: rgb(241, 78, 78);
  letter-spacing: 2px;
  font-weight: 500;
}

h2.months {
  font-size: 24px;
  font-weight: 500;
  color: rgb(241, 78, 78);
  line-height: 30px;
}

p.box_para {
  font-size: 16px;
  line-height: 25px;
}

.right_part {
  text-align: center;
}

h2.right_h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

button.top_btn {
  padding: 0.5em 1em 0.5em 1em;
  border: none;
  border-radius: 6px;
  color: #fff;
  background: rgb(241, 78, 78);
  font-size: 15px;
  margin-bottom: 10px;
}

button.btn_one {
  padding: 10px 8px 10px 8px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}

button.btn_two {
  padding: 10px 8px 10px 8px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}

p.last_para {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 5px 20px 41px;
}

/* The slider code End */

h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.header_one {
  margin-top: 0.5em;
  font-weight: 500;
}

h1.header_two {
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  margin-top: 5px;
}

.description {
  margin: 0 auto;
  background: #2A2A2A;
  padding: 5em 7em 9em 7em;
}

section.section_two {
  margin-top: -5px;
}

p.pare_two {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

section.section_three {
  display: flex;
  flex-direction: row;
}

img.schedule-img {
  width: 20em;
  height: 30em;
  border-radius: 10px;
  margin-left: 6em;
  margin-top: -4em;
}

.schedule_right {
  align-self: center;
}

h3.header_four {
  font-size: 35px;
  text-align: left;
  margin-left: 8em;
  margin-right: 0em;
}

.Inventory {
  margin-top: 5em;
  margin-bottom: 5em;
}
