/* Styles 2.o */

.header2-o {
  background: url(/assets/images/bgimg-blured.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  padding: 0;
  padding-top: 200px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header2-o__title {
  font-size: 50px;
  font-weight: bold;
}

.wave-bottom2-o {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  margin-bottom: -15px;
}

/* Area */
.area_2-o {
  background: var(--white);
  border-radius: 25px;
  padding: 35px 45px;
  margin: 50px 25px;
  color: var(--secondary-color);
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.area-heading {
  font-size: 80px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.area-des {
  color: var(--text);
  margin: 0;
}

/* Area List */
.area-lists {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.area-list {
  width: 100%;
  background: var(--light-blue);
  padding: 20px 25px;
  border-radius: 20px;
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid var(--secondary-color);
  border-right: 1px solid var(--secondary-color);
  border-top: 1px solid var(--primary-color);
  border-left: 1px solid var(--primary-color);
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.area-list .area-list-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  padding-left: 100px;
}

.area-list .area-list-icon {
  color: var(--primary-color);
  padding-right: 150px;
  display: flex;
  align-items: center;
}
.area-list_ .area-list-icon {
  color: var(--primary-color);
  padding-left: 150px;
  display: flex;
  align-items: center;
}

.area-list-texts h3 {
  font-size: 45px;
}

.area-list-texts p {
  font-size: 15px;
  color: var(--text);
}

.area-list-icon img {
  width: 400px;
  margin: 50px;
}

.area-list_ {
  width: 100%;
  background: var(--light-blue);
  padding: 20px 25px;
  border-radius: 20px;
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid var(--secondary-color);
  border-right: 1px solid var(--secondary-color);
  border-top: 1px solid var(--primary-color);
  border-left: 1px solid var(--primary-color);
  margin-bottom: 25px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.area-list_ .area-list-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: end;
  padding-right: 100px;
}

/* Area Gallery start */

.area-gallery-wrap {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.area-gallery-wrap button {
  font-size: 25px;
  width: min-content;
  height: min-content;
  background: none;
  padding: 5px 10px;
  margin: 0;
  color: var(--secondary-color);
}

.area-gallery-wrap button:hover {
  background: var(--primary-color);
  color: var(--white);
  transition: 0.5s ease-in-out;
}

.area-gallery {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  padding: 20px 0;
  scrollbar-width: none;
}

.area-gallery::-webkit-scrollbar {
  display: none;
}

.area-gallery span {
  flex: 100%;
}

.area-gallery img {
  width: auto;
  transition: 0.5s ease-in-out;
  height: 600px;
  margin: 23px;
  border-radius: 20px;
}

.area-gallery img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* Area Gallery end */
