
body {
  width: 100%;
  overflow-x: hidden;
}

* {
  max-width: 100%;
}
img {
  border-radius: 20px;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}

.hidden {
  opacity: 0;
}
body {
  background-color: rgb(229, 229, 229);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;

  font-family: "Poppins", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
#navText {
  font-size: clamp(24px 4vw 42px);
  margin-left: 10px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 30px;
  color: white;
  color: rgb(48, 47, 44);
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: rgba(28, 28, 28, 0.8);
  backdrop-filter: blur(8px);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.Btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 2%;
  margin-left: 2%;
  margin-right: 2%;
}
.btn {
  flex: 1 1 auto;
  min-width: 40px;
  max-width: 120px;
  min-height: 30px;
  height: 30px
  font-size: clamp(12px, 1.5vw, 16px);
  white-space: nowrap;
  text-align: center;
  white-space: nowrap;

  border-radius: 7.5px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);

  padding: 0.8rem 2 rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 800;
}

.btn:hover {
  opacity: 1;
  transform: scale(1.05);

  border: 1.7px solid black;
  background-color: rgb(0, 0, 0);
  color: white;
}

.btn.click {
  opacity: 0.8;
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.786);
  color: rgb(0, 0, 0);
  border: 3px solid black;
}

.LogoMain {
  display: flex;

  flex-direction: row;
}

.bgMain {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80vh;
  width: 100%;

  background-image: url("enter.png");
  background-size: cover;
  background-position: center;

  overflow: hidden;
}

.bgOverlay {
  position: absolute;

  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.MainText {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
  font-size: 128px;
  font-weight: 900;
  padding: 0 20px;
  font-size: clamp(32px, 4vw, 96px);

  font-family: "Poppins", sans-serif;
}
.MainP {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  text-align: center;
  color: white;
  font-size: 128px;
  font-weight: 900;
  padding: 0 20px;
  font-size: clamp(16px, 4vw, 40px);
  font-weight: bold;
}
.photoContainer {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;

  background-color: transparent;
}
.photoContainer2 {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;

  background-color: transparent;
}
.PhotoMainContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 10px);
  background-color: transparent;
}

@media (max-width: 768px) {
  .PhotoMainContainer {
    flex-direction: column;
    gap: 0;
  }
}

.schoolMomentsPhoto {
  width: 50%;
  height: 20%;
  height: auto;
  transition: all 0.4s;

  background-color: transparent;

  border-style: solid;
  border-color: transparent;
  border-width: clamp(2px, 0.5vw, 5px);
}

.counsilText {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;

  font-weight: 600;
  padding: 0 20px;

  width: 80%;

  color: black;

  padding: 20px;
  width: 80%;

  font-size: clamp(16px, 4vw, 30px);
  text-align: left;
  z-index: 2;

  color: rgb(24, 24, 24);

  padding: 15px;
  margin-right: 2%;
  color: rgb(48, 47, 44);
  font-weight: 900;
}
.SchoolBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .SchoolBlock {
    margin-top: 3%;
  }
  .TextSchool {
    text-align: center;
  }
}

.SportBlock {
  display: flex;
  gap: 5%;
  margin-top: 1%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: rgb(48, 47, 44);
}

.sportText {
  position: relative;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: rgb(24, 24, 24);
  color: rgb(229, 229, 229);
  font-weight: 600;
  padding: 0 20px;
  z-index: 10;
  width: 80%;

  padding: 20px;
  width: 80%;

  font-size: clamp(16px, 4vw, 30px);
  text-align: left;
  z-index: 2;

  padding: 15px;
  margin-right: 2%;

  font-weight: 900;
}

.SportPhotoContainer {
  display: flex;
  gap: 20px;
  justify-content: center;

  max-width: 100%;
}

.photoFirstContainer,
.photoSecondContainer {
  display: flex;
  gap: 20px;
  padding-top: 5%;
}

.photoSecondContainer {
  flex-direction: row;
}
#MainSportPhoto,
.sportPhoto {
  width: 500px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .SportPhotoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .photoFirstContainer {
    display: flex;
    justify-content: center;
  }
  #MainSportPhoto {
    width: 350px;
  }
  .sportPhoto {
    width: 165px;
  }
  .photoSecondContainer {
    flex-direction: row;
    padding-top: 0%;
  }
}
@media (max-width: 1024px) {
  .SportPhotoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .photoFirstContainer {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 320px) {
  #MainSportPhoto {
    width: 280px;
  }
  .sportPhoto {
    width: 135px;
  }
}
@media (min-width: 800px) and (max-width: 1440px) {
  #MainSportPhoto {
    width: 250px;
  }
  .sportPhoto {
    width: 250px;
  }
}
#bottomPhoto {
  width: 65%;
  height: auto;
  border-radius: 15px;
  margin-top: 5%;
}

.bottomText {
  width: 80%;
  padding: 20px;

  border-radius: 30px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: clamp(16px, 4vw, 40px);
  font-weight: bold;
  text-align: left;
  color: rgb(48, 47, 44);
  font-weight: 900;
}
.bottomBlock {
  display: flex;
  justify-content: center;

  flex-direction: row;

  text-align: center;
}

#AboutUsPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.5%;
  width: 350px;
  height: auto;
}
#AboutUsPhoto2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.5%;
  width: 350px;
  height: auto;
}
@media (max-width: 768px) {
  .AboutUsPhoto {
    margin-left: 0%;
  }
}
.AboutUsPhotoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-direction: column;
  margin-top: 100px;
}

.PhotoAUInfo {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 10px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .PhotoAUInfo {
    flex-direction: column;
  }
}
.main {
  display: flex;
  justify-content: center;
  align-items: center;
}
#AUText {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: clamp(8px, 4vw, 36px);
  padding: 10px;
  border-radius: 20px;
  color: rgb(48, 47, 44);
}
#AUText2 {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: clamp(8px, 4vw, 36px);
  padding: 10px;
  border-radius: 20px;
  color: rgb(48, 47, 44);
}
#PersonInfo {
  font-size: clamp(8px, 4vw, 24px);
  font-weight: lighter;

  padding: 10px;
  font-weight: 600;
  color: rgb(48, 47, 44);
}
#PersonInfo2 {
  font-size: clamp(8px, 4vw, 24px);
  font-weight: lighter;

  padding: 10px;
  font-weight: 600;
  color: rgb(48, 47, 44);
}
.topic {
  color: rgb(229, 229, 229);
  font-weight: 900;
}
.TextDescription {
  display: flex;
  gap: 5%;
  margin-top: 1%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: rgb(48, 47, 44);
}
.TextDescriptionElement {
  background-color: rgb(237, 237, 237);
  padding: 10px;

  font-weight: 500;
  color: rgb(220, 215, 215);
  font-size: clamp(10px, 4vw, 28px);
  border: none;
  background-color: rgb(48, 47, 44);
  width: 100%;
  height: auto;
  padding-left: 30px;
  padding-right: 25px;
}

.EventsText {
  background-color: rgb(53, 71, 170);
  border-radius: 20px;
  padding: 10px;
  border: 5px, solid, white;
  margin: 20px;
  font-size: clamp(8px, 4vw, 25px);
}
.EventPhoto {
  width: 40%;
  height: auto;
  border-radius: 50px;
  border: 5px, solid, white;
}
.EventPhotoCont {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 30px;
}
.EventPhotoCont2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}
.ContactsText {
  background-color: rgb(53, 71, 170);
  border-radius: 20px;
  padding: 10px;
  border: 5px, solid, white;
  margin: 20px;
  font-size: clamp(8px, 4vw, 25px);
}
a {
  color: white;
  font-size: clamp(10px, 4vw, 27px);
}

.activityCard {
  color: rgb(0, 0, 0);
  font-size: clamp(16px, 4vw, 40px);
  font-weight: bold;
  text-align: center;
  color: rgb(48, 47, 44);
  font-weight: 900;
  color: rgb(48, 47, 44);
  width: 200px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.activities {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: center;
  padding: 30px;
  gap: 50px;
}
.activityContainer {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.activityText {
  font-size: clamp(8px, 4vw, 24px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .activities {
    flex-direction: column;
  }
}
#ActivityEventsBtn{
height: 30px

  
}
.ActivityIcon {
  width: 80px;
}
.footer {
  height: 250px;
  width: 100%;
  background-color: rgb(48, 47, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  bottom: 0;
  left: 0;
  color: rgb(237, 237, 237);
}.footerContacts {
  height: 250px;
  width: 100%;
  background-color: rgb(48, 47, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  bottom: 0;
  left: 0;
  color: rgb(237, 237, 237);
  margin-top: 800px;
}
@media (max-width: 768px) {
  .footer {
    position: flex;
    flex-direction: column;
    height: 400px;
    bottom: 0;
    left: 0;
  }
   .footerContacts {
    position: flex;
    flex-direction: column;
    height: 400px;
    bottom: 0;
    left: 0;
  }
  #footerImg {
    opacity: 0;
  }
}
.footerAboutUs {
  height: 250px;
  width: 100%;
  background-color: rgb(237, 237, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  bottom: 0;
  left: 0;
  color: rgb(48, 47, 44);
}
@media (max-width: 768px) {
  .footerAboutUs {
    flex-direction: column;
    height: 400px;
  }
  #footerImg {
    opacity: 0;
  }
}
#footerImg {
  width: 50px;
}

/* ================= TABLET ================= */
@media (min-width: 481px) and (max-width: 1024px) {
  .PhotoMainContainer,
  .SportPhotoContainer {
    flex-direction: column;
  }

  .Btns {
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn {
    max-width: 160px;
  }

  .MainText {
    font-size: clamp(40px, 5vw, 72px);
  }
}

.EventsContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .EventsContainer {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.EventImg {
  width: 300px;
  padding-top: 10px;
}
.EventCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: auto;
  padding: 10px;
  background-color: rgb(48, 47, 44);
  border-radius: 20px;
}
.EventText {
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: rgb(223, 223, 223);
}
.contactImg {
  width: 80px;
  height: auto;
}
.Links {
  margin-top: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
  gap: 50px;
}
@media (max-width: 768px) {
  .Links {
    flex-direction: column;
  }
}
.ContactCard {
  display: flex;
  align-items: center;
  gap: 20px;
}


#ActivityCharityBtn
{
  height: 30px
}













