* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.Navbar {
  display: flex;
  padding: 10px;
  background-color: #ffeb3ba8;
}

.Navbar .logo {
  width: 20%;
}

.Navbar .logo img {
  width: 178px;
  height: 59px;
  margin-left: 50px;
}

.menu {
  width: 80%;
  display: flex;
  align-items: center;
}
.menu li {
  list-style: none;
}

.menu li a {
  text-decoration: none;
  padding: 35px;
  color: black;
}

.middle {
  /* background: #008000c7; */
  width: 100%;
  height: 80vh;
  background-image: url("../img/Screenshot\ \(10\).png");
  background-repeat: no-repeat;
  background-size: cover;
  
}

.main_contain {
  display: flex;
}

.middle .Containt {
  position: relative;
  left: 69px;
  top: 102px;
  font-size: 2.4rem;
  width: 58%;
  color: #fff;
}
.middle .Containt p {
  /* text-align: unset; */
  font-size: 1.4rem;
  text-align: justify;
  width: 71%;
  position: relative;
  top: 21px;
}

.side_Image img {
  height: 350px;
}

.about_Contains {
  background: #80808047;
  /* margin: -3px; */
  padding: 41px;
}
.about_Contains h2 {
  font-size: 2rem;
  margin-left: 35px;
  text-decoration: underline;
  color: #008000c7;
}
.about_Contains h2 ::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.about_Contains p {
  font-size: 21px;
  text-align: justify;
  /* width: 88%; */
  padding: 35px;
}

.about_Contains .button a {
  color: black;
  text-decoration: none;
  border: 1px solid;
  padding: 9px 16px;
  border-radius: 8px;
  margin-left: 41px;
}
.trustees {
  padding: 40px;
}

.trustees h2 {
  font-size: 2rem;
  text-align: center;
}

.containers {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 37px;
}

.containers .card {
  width: 17%;
  margin: 45px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.containers .card .content {
  padding: 9px 9px;
}
.containers .card .content .details {
  text-align: center;
  font-size: 18px;
}
.containers .card .content .details .name {
  color: #e96b56;
}
.gallery {
  background-color: cornflowerblue;
}

.gallery h2 {
  font-size: 2rem;
  text-align: center;
  padding: 17px;
}

.card_container {
  padding: 17px;
  margin-left: 50px;
}

/* .card_container .slider_wrraper .image_list{
    display: grid;
    gap: 8%;
    grid-template-columns: repeat(10,1fr);
} */

.card_container .slider_wrraper .image_list ::-webkit-scrollbar {
  display: none;
}

.slider_wrraper .image_list .image-items {
  width: 400px;
  height: 247px;
  object-fit: cover;
}

/* 
.card_container .slider-scrollbar{
    height: 24px;
    width: 100%;
    background-color: yellow;
} */

.card_container .button {
  position: absolute;
  top: 305%;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: black;
  font-size: 2.2rem;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}

.card_container #pre-slide {
  left: 25px;
}

.card_container #last-slide {
  right: 25px;
}

.slider-scrollbar .scrollbar-track {
  height: 2px;
  width: 100%;
  background-color: #ccc;
  position: relative;
}

.slider-scrollbar .scrollbar-track:hover {
  height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  border-radius: inherit;
  cursor: grab;
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2ps;
}

.slider-scrollbar .scrollbar-thumb ::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -10px;
  bottom: -10px;
}

.next {
  position: absolute;
  margin-left: 81%;
  margin-top: -204px;
  font-size: 71px;
}
.prev {
  position: absolute;
  margin-left: 13%;
  margin-top: -204px;
  font-size: 71px;
}
.footer_Portion_1 .raw1{
  display: flex;
  margin: 87px;
  justify-content: space-between;
  
}
.footer_Portion_1 .raw1 .column_1{
  width: 33%;
  color: gray;
  line-height: 1.5;
}
.footer_Portion_1 .raw1 .column_1 p{
  text-align: justify ;
}
.footer_Portion_1 .raw1 .column_1 h2{
  color: black;
  text-align: center;
}

.footer_Portion_1 .raw1 .column_2 h2{
  color: black;
  text-align: center;
}

.footer_Portion_1 .raw1 .column_2{
  width: 33%;
  text-align: center;
  color: gray;
}
.footer_Portion_1 .raw1 .column_2 ul li{
list-style: none;
line-height: 2;
}
.footer_Portion_1 .raw1 .column_3{
  width: 33%;
}


#footer_link a{
 text-decoration: none;
 color: gray;
}


.footer_2 p{
  text-align: center;
}
.footer_2
{
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
}
