@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Story+Script&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}


p{
  text-align: justify !important;
}


section {
  min-height: 80vh;
}

html {
  overflow-x: hidden;
  font-size: 13px;
}

/* topbar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-title {
  padding-top: 0.5rem;
}




.logo img {
  max-width: 6.0rem;
}

.school-name h1 {
  font-size: 1.8rem;
  color: #242424;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  line-height: 0.5;
}

.school-name h4 {
  font-size: 1.2rem;
  color: #ff5722;
  font-weight: 600;
  line-height: 1.9;
}

.school-name h6 {
  line-height: 0.1;
  font-size: 1.1rem;
  font-weight: 800;
}


/* nav link  */

.nav-item a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}

.dropdown-menu a {
  color: #242424;
  font-weight: 600;
  font-size: 0.9rem;
}


.carousel-inner img {
 height: 80vh;
}

.r_highlight {
  color: #a50303;
  text-shadow: 1px 1px 2px #de1111;
  font-weight: bolder;
}

.container-bishay h4 {
  color: #a50303;
  text-shadow: 1px 1px 2px #de1111;
  font-weight: bolder;

}

.events {
  width: 70%;
}

.events a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.about-text p {
  text-align: justify;
  font-weight: 400;
  font-size: 1rem;
}

.about-image img {
  max-width: 28rem;
}

.container-news {
  justify-content: space-around;
  align-items: center;
}


.main-heading {
  text-decoration-line: underline;
  text-decoration-color: #ff5722;
  line-height: 1.4;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.3rem;
  border-bottom: 1px solid goldenrod;
}

.sub-heading {
  text-decoration-line: underline;
  text-decoration-color: #50d105;
  line-height: 1.4;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.2rem;
  border-bottom: 1px solid lightgreen;
}

.container-news .news-scroll,
.events-scroll {
  height: 300px;

}

.container-news hr {
  background-color: red;
  height: 2px;
  opacity: 1;
}


.staff {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.box ul a {
  text-decoration: none;
  color: #fff;
}

.page1 {
  height: 80vh;
  background-image: url("../../uploads/slides/img11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page1-text,
.page2-text {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  opacity: 0.7;
  text-align: center;
}

.page1-text h1 {
  font-family: "Story Script", sans-serif;
  font-style: normal;
  color: rgb(233, 78, 22);
  font-size: 7rem;
  line-height: 1.3;
  text-shadow: 6px 3px #180f0f;
  font-weight: 1000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  letter-spacing: 2px;
}

.page1-text h4,
.page1-text h5 {
  font-size: 4rem;
  color: violet;
  text-shadow: 6px 3px #180f0f;
  font-weight: 1000;
}


.page2-text h1 {
  font-family: 'Roboto';
  font-style: bold;
  color: rgb(233, 78, 22);
  font-size: 5rem;
  line-height: 1;
  text-shadow: 6px 3px #180f0f;
  font-weight: 1000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  letter-spacing: 2px;
}

.page2-text h4,
.page2-text h5 {
  font-size: 4rem;
  color: violet;
  text-shadow: 6px 3px #180f0f;
  font-weight: 1000;
}


.desk {
  /* background-color: #ff5722; */
  /* background-image: linear-gradient(135deg, #fff, #0000ff); */
  /* background-image: linear-gradient(to top right, #33cc33, #ffcc00); */
  background-image: linear-gradient(135deg, #f0f0f0 0%, #f0f0f0 50%, #cc4242 50%, #be3030 100%);
}



.card-deck {
  justify-content: space-between;
}

.quick-link {
  transition: transform 0.4s ease;
  width: 8rem;
  height: 8rem;
  color: #333;
}

.quick-link p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.quick-link:hover {
  color: #333;
  transform: translate(0, -3px);
}

.container-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}



/* media query */
@media screen and (max-width: 600px) {

  .container-about,
  .container-news {
    flex-direction: column;
  }

  .about-image img {
    max-width: 12rem;
    margin-left: 0;
  }

  .school-name {
    text-align: center;
  }

  .school-name h1 {
    font-size: 1.2rem;

  }
  .map,
  .amrit {
    display: none;
  }

  .container-footer {
    grid-template-columns: 1fr;
    gap: 1;
  }

.staff{
  flex-direction: column;
}

..page1{
    height: 40vh;
}
  ..page1-text,
.page2-text {
    height: 40vh;
}
.page1-text h1 {
  font-family: "Story Script", sans-serif;
  font-style: normal;
  color: rgb(233, 78, 22);
  font-size: 3.3rem;
  line-height: 1;
  text-shadow: 3px 1px #180f0f;
  font-weight: 600;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  letter-spacing: 2px;
}

.page1-text h4,
.page1-text h5 {
  font-size: 2rem;
  color: violet;
  text-shadow: 3px 1px #180f0f;
  font-weight: 600;
}


.page2-text h1 {
  font-family: 'Roboto';
  font-style: bold;
  color: rgb(233, 78, 22);
  font-size: 2.3rem;
  line-height: 1;
  text-shadow: 3px 1px #180f0f;
  font-weight: 600;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  letter-spacing: 2px;
}

.page2-text h4,
.page2-text h5 {
  font-size: 2rem;
  color: violet;
  text-shadow: 3px 1px #180f0f;
  font-weight: 600;
}
  
}