.Page_Content {
  margin: 0.625em 0px;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  font-size: 0.875em;
  padding: 0.625em;
}

@media (max-width: 1250px) {
  .Page_Content {
    font-size: 0.75em;
  }
}
@media (max-width: 950px) {
  .Page_Content {
    font-size: 11px;
  }
}
@media (max-width: 850px) {
  .Page_Content {
    font-size: 8px;
  }
}
@media (max-width: 400px) {
  .Page_Content {
    font-size: 7px;
  }
}
.Content {
  padding-bottom: 1.25em;
  margin: 0.625em 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  gap: 2.1875em;
}
.Content .TitleBox {
  outline: none;
  cursor: pointer;
  font-size: 1.875em;
  color: white;
  background-color: #5b5347;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 1.25em;
  font-weight: 500;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  border: none;
}
.Content .Container {
  width: 100%;
  padding-right: 1.875em;
}
.Content .Container button {
  outline: none;
  cursor: pointer;
  font-size: 1.875em;
  color: white;
  background-color: #5b5347;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 1.25em;
  font-weight: 500;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  border: none;
  font-size: 1.375em;
}

.Content {
  display: flex;
  flex-direction: column;
}
.Content .content1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  align-items: center;
}
.Content .content1 .navbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #9e9a73;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  padding-bottom: 0.0625em;
}
.Content .content1 .navbar button {
  outline: none;
  cursor: pointer;
  font-size: 1.875em;
  color: white;
  background-color: #5b5347;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 1.25em;
  font-weight: 500;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  border: none;
  font-size: 1.4375em;
  padding: 0.625em 0.9375em;
  background-color: transparent;
  box-shadow: 0em 0em 0em -0.5em rgba(0, 0, 0, 0.68);
  border-radius: 0em;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -ms-border-radius: 0em;
  -o-border-radius: 0em;
}
.Content .content1 .navbar button.active {
  border-bottom: 3px solid white;
}
.Content .content1 .mediacontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9375em;
}
.Content .content1 .mediacontent .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  gap: 1.875em;
  flex-wrap: wrap;
}
.Content .content1 .mediacontent .content .item {
  position: relative;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  flex-basis: 27%;
  height: 18.75em;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #9f917c;
  filter: drop-shadow(0px 0px 3px black);
}
.Content .content1 .mediacontent .content .item img.Main {
  filter: drop-shadow(1px 1px 2px black);
  z-index: -1;
  width: -moz-fit-content !important;
  /* width: fit-content !important; */
  max-width: 100%;
  max-height: 100%;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.Content .content1 .mediacontent .content .item img.Second {
  position: absolute;
  top: 0px;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(1px) opacity(0.3);
}
.Content .content1 .mediacontent .content .item .number {
  position: absolute;
  top: 0.375em;
  font-size: 1.25em;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  text-align: center;
  left: 0em;
  color: white;
  background-color: transparent;
  font-weight: 900;
  border-right: 0.125em solid;
}
.Content .content1 .mediacontent .scroll {
  display: flex;
  flex-direction: row;
  gap: 0.625em;
  direction: ltr;
  align-items: center;
  justify-content: center;
}
.Content .content1 .mediacontent .scroll .button a button {
  outline: none;
  cursor: pointer;
  font-size: 1.875em;
  color: white;
  background-color: #5b5347;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 1.25em;
  font-weight: 500;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  border: none;
  font-size: 1.0625em;
}
.Content .content2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
}
.Content .content2 .Top {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
.Content .content2 .Top .Title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3125em;
  font-size: 2.8125em;
}
.Content .content2 .Top .Title i {
  font-size: 0.1875em;
}
.Content .content2 .Top .Text {
  font-size: 1.5625em;
}
.Content .content2 .Bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.25em;
}
.Content .content2 .Bottom .content6 {
  filter: drop-shadow(1px 1px 2px black);
  padding: 0.625em;
  flex-basis: 30%;
  background-color: #8d8963;
  gap: 0.9375em;
  display: flex;
  flex-direction: column;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
}
.Content .content2 .Bottom .content6 .Title {
  text-align: center;
  font-size: 1.5625em;
  color: white;
}
.Content .content2 .Bottom .content6 ul {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
.Content .content2 .Bottom .content6 ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625em;
  font-size: 1.25em;
  color: white;
}
.Content .content2 .Bottom .content6 ul li i {
  font-size: 0.625em;
}
.Content .content3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  background-color: rgba(90, 87, 61, 0.368627451);
  padding: 10px;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.5625em 0.5625em 1em -0.5em rgba(0, 0, 0, 0.68);
}
.Content .content3 .Title {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 2.8125em;
}
.Content .content3 .Text {
  color: white;
  width: 100%;
  font-size: 1.5625em;
  text-align: center;
  font-weight: 700;
}
.Content .content3 .Items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3125em;
}
.Content .content3 .Items li {
  color: white;
  font-weight: 600;
  font-size: 1.5625em;
  gap: 0.625em;
}
.Content .content3 .Items li i {
  font-size: 0.25em;
  color: black;
}
.Content .content3 .Items li.Point {
  flex-basis: 49%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Content .content3 .Items li.PointAndText {
  padding: 0.625em;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Content .content3 .Items li.PointAndText .title {
  padding-bottom: 0.3125em;
  font-size: 1.125em;
  border-bottom: 0.0625em solid #d4cfb2;
  width: -moz-fit-content;
  width: fit-content;
}
.Content .content4 {
  width: 100%;
}
.Content .content4 > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
}
.Content .content4 table {
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  width: 95% !important;
  margin: auto;
  box-shadow: 0.3125em 0.3125em 1em -0.5em rgba(0, 0, 0, 0.68);
}
.Content .content4 table thead th {
  text-align: center;
  background-color: #8f8a7b !important;
  color: white !important;
  font-size: 1.5625em;
}
.Content .content4 table tbody td {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7098039216);
  color: black;
  font-size: 1.4375em;
  border-color: #8f8a7b;
  border-style: groove;
  border-width: 1px;
}
.Content .content4 #small-screen {
  display: none;
}
.Content .content4 #large-screen {
  display: flex;
  /* or whatever display you prefer */
}
.Content .content5 {
  flex-basis: 48%;
  min-width: 37.5em;
  height: 12.5em;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  position: relative;
}
.Content .content5 a {
  width: 100%;
  height: 100%;
  display: block;
}
.Content .content5 a .Card {
  width: 100%;
  height: 100%;
}
.Content .content5 a .Card img {
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 1px 2px 2px #200f05;
  filter: blur(0.4px) opacity(0.9);
}
.Content .content5 a .Card .text {
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(90deg, rgba(142, 137, 97, 0) 0%, rgba(142, 137, 97, 0.31) 21.5%, rgba(142, 137, 97, 0.9411764706) 52.92%);
  justify-content: center;
}
.Content .content5 a .Card .text .title {
  padding-right: 0.9375em;
  color: white;
  font-size: 1.875em;
}
.Content .content6 {
  filter: drop-shadow(1px 1px 2px black);
  padding: 0.625em;
  flex-basis: 30%;
  background-color: #8d8963;
  gap: 0.9375em;
  display: flex;
  flex-direction: column;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
}
.Content .content6 .Title {
  text-align: center;
  font-size: 1.5625em;
  color: white;
}
.Content .content6 ul {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
.Content .content6 ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625em;
  font-size: 1.25em;
  color: white;
}
.Content .content6 ul li i {
  font-size: 0.625em;
}
.Content .content7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  align-items: center;
}
.Content .content7 .top {
  font-size: 0.8125em;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, #8f8a7b, transparent);
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50em;
  max-height: 62.5em;
  box-shadow: 0.0625em 0.0625em 1em -0.5em rgba(0, 0, 0, 0.68);
}
.Content .content7 .top .text {
  overflow-y: scroll;
  flex: 1;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #211104;
  direction: rtl;
  gap: 0.625em;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 98%;
}
.Content .content7 .top .text::-webkit-scrollbar {
  width: 2px;
}
.Content .content7 .top .text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.Content .content7 .top .text .box {
  white-space: pre-line;
}
.Content .content7 .top .text .box {
  font-size: 1.75em;
}
.Content .content7 .top .text .title {
  font-size: 1.875em;
  font-weight: 500;
  text-align: center;
}
.Content .content7 .top .text .caption button {
  outline: none;
  cursor: pointer;
  font-size: 1.875em;
  color: white;
  background-color: #5b5347;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 1.25em;
  font-weight: 500;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  border: none;
  font-size: 1.125em;
}
.Content .content8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  background-color: rgba(90, 87, 61, 0.368627451);
  padding: 10px;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.5625em 0.5625em 1em -0.5em rgba(0, 0, 0, 0.68);
}
.Content .content8 .Title {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 2.8125em;
}
.Content .content8 .Text {
  color: white;
  width: 100%;
  font-size: 1.5625em;
  text-align: center;
  font-weight: 700;
}
.Content .content8 .Items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3125em;
}
.Content .content8 .Items li {
  color: white;
  font-weight: 600;
  font-size: 1.5625em;
  gap: 0.625em;
}
.Content .content8 .Items li i {
  font-size: 0.25em;
  color: black;
}
.Content .content8 .Items li.Point {
  flex-basis: 49%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Content .content8 .Items li.PointAndText {
  padding: 0.625em;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Content .content8 .Items li.PointAndText .title {
  padding-bottom: 0.3125em;
  font-size: 1.125em;
  border-bottom: 0.0625em solid #d4cfb2;
  width: -moz-fit-content;
  width: fit-content;
}
.Content .card1 {
  flex-basis: 30%;
  max-width: 28.125em;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-shadow: 0.25em 0.25em 1em -0.5em rgba(0, 0, 0, 0.68);
  background-color: rgba(113, 108, 63, 0.57);
}
.Content .card1 .Page1 {
  display: flex;
  flex-direction: column;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  color: white;
  justify-content: space-between;
  padding: 0.625em;
  width: 100%;
}
.Content .card1 .Page1 .Card_Image {
  width: 100%;
  margin: auto;
}
.Content .card1 .Page1 .Bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  justify-content: flex-start;
  padding: 0.9375em;
}
.Content .card1 .Page1 .Bottom .card_Body .card_MainText {
  width: 100%;
  text-align: center;
  font-size: 1.5625em;
}
.Content .card1 .Page1 .Bottom .title {
  text-align: center;
  width: 100%;
  font-size: 1.5625em;
}
.Content .card1 .Page1 .Bottom .list_Group li {
  background-color: rgba(113, 108, 63, 0);
  font-size: 1.3125em;
  font-weight: 500;
  color: white;
  border: none;
}
.Content .card1 .Page1 .Bottom .list_Group .list_Item {
  padding: 0.3125em;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.Content .card1 .Page1 .Bottom .list_Group .list_Item .Question {
  width: 45%;
}
.Content .card1 .Page1 .Bottom .list_Group .list_Item .Border {
  padding-right: 0.125em;
  width: 5%;
}
.Content .card1 .Page1 .Bottom .list_Group .list_Item .answer {
  padding-right: 0.25em;
}
.Content .card1 .card_part1 {
  flex-basis: 46%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-shadow: 0.25em 0.25em 1em -0.5em rgba(0, 0, 0, 0.68);
  background-color: rgb(153, 138, 118);
  display: flex;
  flex-direction: row;
  gap: 0.9375em;
  width: 100%;
}
.Content .card1 .card_part1 .Page1 {
  display: flex;
  flex-direction: column;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  color: white;
  justify-content: space-between;
  padding: 0.625em;
  width: 100%;
}
.Content .card1 .card_part1 .Page1 .Card_Image {
  width: 100%;
  margin: auto;
}
.Content .card1 .card_part1 .Page1 .Bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  justify-content: flex-start;
  padding: 0.9375em;
}
.Content .card1 .card_part1 .Page1 .Bottom .card_Body .card_MainText {
  width: 100%;
  text-align: center;
  font-size: 1.5625em;
}
.Content .card1 .card_part1 .Page1 .Bottom .title {
  text-align: center;
  width: 100%;
  font-size: 1.5625em;
}
.Content .card1 .card_part1 .Page1 .Bottom .list_Group li {
  background-color: rgba(113, 108, 63, 0);
  font-size: 1.3125em;
  font-weight: 500;
  color: white;
  border: none;
}
.Content .card1 .card_part1 .Page1 .Bottom .list_Group .list_Item {
  padding: 0.3125em;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.Content .card1 .card_part1 .Page1 .Bottom .list_Group .list_Item .Question {
  width: 45%;
}
.Content .card1 .card_part1 .Page1 .Bottom .list_Group .list_Item .Border {
  padding-right: 0.125em;
  width: 5%;
}
.Content .card1 .card_part1 .Page1 .Bottom .list_Group .list_Item .answer {
  padding-right: 0.25em;
}
.Content .card1 .card_part1 .Page1 {
  flex-basis: 40%;
  font-size: 0.5625em;
  box-shadow: -0.125em 0em 1em -0.5em rgba(0, 0, 0, 0.68);
}
.Content .card1 .card_part1 .Page1 .Bottom {
  font-size: 1.3125em;
}
.Content .card1 .card_part1 .Page2 {
  font-size: 0.8125em;
  max-height: 25em;
  min-height: 100%;
  flex-basis: 60%;
  flex: 1;
  padding: 0.625em;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  color: white;
  height: 100%;
}
.Content .card1 .card_part1 .Page2 .Title {
  width: 100%;
  text-align: center;
  font-size: 1.5625em;
}
.Content .card1 .card_part1 .Page2 .Text {
  padding: 0px 0.3125em;
  flex: 1;
  overflow-y: scroll;
  font-size: 1.3125em;
}
.Content .card1 .card_part1 .Page2 .Text::-webkit-scrollbar {
  width: 1px;
}
.Content .card1 .card_part1 .Page2 .Text::-webkit-scrollbar-thumb {
  background-color: #5b5347;
}
.Content .card2 {
  flex-basis: 22%;
  justify-content: center;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.3125em 0.3125em 1em -0.5em rgba(0, 0, 0, 0.68);
  background-color: #9e9a73;
  padding: 0.625em 0.5em 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Content .card2 img {
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  max-width: 28.125em;
  width: 100%;
  height: 18.75em;
  -o-object-fit: cover;
     object-fit: cover;
}
.Content .card2 .Text {
  padding: 0.1875em;
  gap: 0.1875em;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: white;
  font-size: 2.1875em;
}
.Content .card2 .Text .history {
  font-size: 0.5em;
  font-weight: 600;
  border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  -moz-border-radius: 0.375em;
  -ms-border-radius: 0.375em;
  -o-border-radius: 0.375em;
  color: white;
}
.Content .card2 .Text p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.3125em;
  text-align: center;
}
.Content .card2 .Text p i {
  font-size: 0.25em;
}
.Content .card3 {
  width: 48%;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  background-color: #9e9a73;
  color: white;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0.625em;
  justify-content: space-between;
  font-size: 1.875em;
}
.Content .card4 {
  flex-basis: 30%;
  font-size: 0.875em;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  min-width: 18.75em;
  padding: 0.625em 0.625em 0.625em;
  width: 37.5em;
  gap: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  color: #ffffff;
  background: rgba(145, 139, 82, 0.4392156863);
  border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
}
.Content .card4 .card_Body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Content .card4 .card_Body .card_Title {
  font-size: 1.875em;
  text-align: center;
}
.Content .card4 img {
  height: 31.25em;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
}
.Content .card5 {
  width: 90%;
  height: 80vh;
  box-shadow: 0.125em 0.125em 1em -0.5em rgba(0, 0, 0, 0.68);
  border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
}
.Content .card5 iframe {
  border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
  width: 100%;
  height: 100%;
}
.Content .card6 {
  flex-basis: 30%;
}
.Content .card6 .Box {
  width: 100%;
  display: block;
}
.Content .card6 .Box .card {
  width: 100%;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Content .card6 .Box .card .data {
  display: flex;
  flex-direction: column;
  border: none;
  min-width: 25em;
  padding: 0.625em 0.625em 0.625em;
  width: 100%;
  gap: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  color: #ffffff;
  background: rgba(145, 139, 82, 0.4392156863);
  border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
}
.Content .card6 .Box .card .data .card_Body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Content .card6 .Box .card .data .card_Body .card_Title {
  font-size: 1.875em;
  text-align: center;
}
.Content .card6 .Box .card .data img {
  height: 18.75em;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
}
.Content .card7 {
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  min-width: 28.125em;
  flex-basis: 48%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-shadow: 0.25em 0.25em 1em -0.5em rgba(0, 0, 0, 0.68);
  background-color: #aba88b;
  display: flex;
  flex-direction: row;
  gap: 0.9375em;
}
.Content .card7 .Page1 {
  display: flex;
  flex-direction: column;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  color: white;
  justify-content: space-between;
  padding: 0.625em;
  width: 100%;
}
.Content .card7 .Page1 .Card_Image {
  width: 100%;
  margin: auto;
}
.Content .card7 .Page1 .Bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  justify-content: flex-start;
  padding: 0.9375em;
}
.Content .card7 .Page1 .Bottom .card_Body .card_MainText {
  width: 100%;
  text-align: center;
  font-size: 1.5625em;
}
.Content .card7 .Page1 .Bottom .title {
  text-align: center;
  width: 100%;
  font-size: 1.5625em;
}
.Content .card7 .Page1 .Bottom .list_Group li {
  background-color: rgba(113, 108, 63, 0);
  font-size: 1.3125em;
  font-weight: 500;
  color: white;
  border: none;
}
.Content .card7 .Page1 .Bottom .list_Group .list_Item {
  padding: 0.3125em;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.Content .card7 .Page1 .Bottom .list_Group .list_Item .Question {
  width: 45%;
}
.Content .card7 .Page1 .Bottom .list_Group .list_Item .Border {
  padding-right: 0.125em;
  width: 5%;
}
.Content .card7 .Page1 .Bottom .list_Group .list_Item .answer {
  padding-right: 0.25em;
}
.Content .card7 .Page1 {
  flex-basis: 40%;
  font-size: 0.5625em;
  box-shadow: -0.125em 0em 1em -0.5em rgba(0, 0, 0, 0.68);
}
.Content .card7 .Page1 .Bottom {
  font-size: 1.3125em;
}
.Content .card7 .Page2 {
  font-size: 0.8125em;
  max-height: 25em;
  min-height: 100%;
  flex: 1;
  padding: 0.625em;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  color: white;
  height: 100%;
}
.Content .card7 .Page2 .Title {
  width: 100%;
  text-align: center;
  font-size: 1.875em;
}
.Content .card7 .Page2 .Text {
  padding: 0px 0.3125em;
  flex: 1;
  overflow-y: scroll;
  font-size: 1.5625em;
}
.Content .card7 .Page2 .Text::-webkit-scrollbar {
  width: 1px;
}
.Content .card7 .Page2 .Text::-webkit-scrollbar-thumb {
  background-color: #5b5347;
}
.Content .card8 {
  flex-basis: 45%;
  background: #9e9a73;
  display: flex;
  flex-direction: row;
  gap: 0.625em;
  align-items: center;
  justify-content: space-between;
  padding: 0.1875em 0px 0.1875em 0.625em;
  min-width: 18.75em;
  filter: drop-shadow(1px 1px 3px black);
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
}
.Content .card8 .data {
  display: flex;
  flex-direction: row;
  gap: 0.625em;
  align-items: center;
}
.Content .card8 .data .Number {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.625em;
  background: rgba(255, 0, 0, 0);
  border-radius: 50%;
  width: 3.125em;
  color: white;
  height: 3.125em;
  border-left: 0.25em solid white;
  justify-content: center;
  font-size: 1.875em;
}
.Content .card8 .data .Text {
  display: flex;
  flex-direction: column;
  gap: 0.3125em;
  font-size: 1.6875em;
  color: white;
}
.Content .card8 .data .Text .SmallText {
  font-size: 1.0625em;
  font-weight: 700;
}
.Content .card8 > i {
  font-size: 2.1875em;
  color: white;
}
.Content .PageSections {
  width: 96%;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
  align-items: center;
}
.Content .PageSections .Buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 95%;
  margin: auto;
}
.Content .PageSections .Buttons a {
  width: -moz-fit-content;
  width: fit-content;
}
.Content .PageSections .Buttons a button {
  outline: none;
  cursor: pointer;
  font-size: 1.875em;
  color: white;
  background-color: #5b5347;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125em 1.25em;
  font-weight: 500;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  box-shadow: 0.1875em 0.1875em 1em -0.5em rgba(0, 0, 0, 0.68);
  border: none;
  font-size: 1.25em;
  width: 100%;
  background-color: #5b5347;
}
.Content .Section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
}

.carousel {
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50em;
  width: 50%;
  max-height: 62.5em;
  box-shadow: 0.0625em 0.0625em 1em -0.5em rgba(0, 0, 0, 0.68);
}
.carousel .carousel-inner {
  height: 100%;
  width: 100%;
}
.carousel .carousel-inner .carousel-item {
  direction: ltr;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, #8f8a7b, transparent);
  position: relative;
}
.carousel .carousel-inner .carousel-item.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.carousel .carousel-inner .carousel-item img.second {
  position: absolute;
  top: 0px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(2px) opacity(0.9);
}
.carousel .carousel-inner .carousel-item img.main {
  filter: drop-shadow(1px 1px 2px black);
  z-index: 2;
  width: -moz-fit-content !important;
  /* width: fit-content !important; */
  max-width: 100%;
  max-height: 100%;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.carousel .carousel-indicators {
  margin-bottom: 0px;
  z-index: 3;
}
.carousel .carousel-indicators [data-bs-target] {
  background-color: #361b08;
}
.carousel .carousel-indicators button {
  width: 2.1875em;
  height: 0.1875em;
}
.carousel .control {
  z-index: 100;
}

@media (max-width: 550px) {
  .Section .Content .Card {
    flex-basis: 85%;
  }
}
@media (max-width: 880px) {
  .Content .content5 {
    flex-basis: 95% !important;
  }
}
@media (max-width: 800px) {
  .Content .content4 {
    font-size: 11px;
  }
  .Content .content4 #small-screen {
    display: flex;
    /* or whatever display you prefer */
  }
  .Content .content4 #large-screen {
    display: none;
  }
}
@media (max-width: 750px) {
  .Content .card4 {
    flex-basis: 47% !important;
  }
}
@media (max-width: 660px) {
  .Content .content5 {
    flex-basis: 95% !important;
  }
  .Content .card2 {
    flex-basis: 30%;
  }
}
@media (max-width: 600px) {
  .Content .content4 {
    padding: 0px 0.625em;
    display: flex;
    flex-direction: column;
    font-size: 8px;
  }
}
@media (max-width: 550px) {
  .Content .card2 {
    flex-basis: 45% !important;
  }
  .Content .card2 .Text {
    font-size: 13px;
  }
  .Content .content6 {
    flex-basis: 100% !important;
  }
  .Content .card3 {
    width: 90% !important;
  }
  .Content .content1 .bottom .mediacontent .content .item {
    flex-basis: 42%;
  }
  .Content .card7 {
    flex-basis: 95% !important;
  }
  .Content .content8 .Items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .Content .card8 {
    flex-basis: 95%;
  }
}
@media (max-width: 450px) {
  .Content .card6 {
    font-size: 6px !important;
    flex-basis: 44% !important;
  }
  .Content .card1 {
    flex-basis: 44% !important;
    font-size: 8px !important;
  }
}
@media (max-width: 400px) {
  .Content .card6 {
    font-size: 5px !important;
    flex-basis: 44% !important;
  }
  .Content .card1 {
    flex-basis: 44% !important;
    font-size: 6px !important;
  }
  .Content .card3 {
    width: 95% !important;
  }
  .Content .card4 {
    font-size: 5px;
  }
}/*# sourceMappingURL=Content_Parts.css.map */