/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #2a2a2a;
  background: linear-gradient(135deg, #f5efe4, #f7e3c3);
} */

/* Container */
.school-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* HERO SECTION */
.school-hero {
  padding: 80px 0 0;
}

#my-school-has-legs .inpageBannerSec:before{
  display: none !important;
}
.school-hero-content p.parabtn {
  justify-content: start;
}
.school-hero-content p.parabtn a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 30px;
  position: relative;
  display: block;
  letter-spacing: 0.5px;
}
.school-hero-content p.parabtn a:hover {
  color: var(--book-primary);
}
.school-hero-content p.parabtn a:hover:before {
  background: #ffffff;
}
.school-hero-content p.parabtn a:before {
  background: var(--book-primary);
  border: 2px solid var(--book-primary);
}
.school-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /* gap: 60px; */
}

/* Image Frame */

.school-frame {
z-index: 1;
}

.school-frame img {
  width: 100%;
  display: block;
  /* border: 8px solid #e6e6e6; */
}
.school-hero-content {
  position: relative;
  padding-left: 60px;
}

/* Hero Content */
.school-hero-content h1 {
  font-family: "SilkSerif", serif;
  font-size: 5rem;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 1;
}

.school-hero-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #3e2c02;
  z-index: 1;
}

.school-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #d17a0b;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 400;
  transition: 0.3s ease;
}

.school-btn:hover {
  background: #b96806;
}
.school-content-section {
  position: relative;
}
/* CONTENT SECTION */
/* .school-content-section {
  background: #f2eadf;
  padding: 70px 0;
} */
/* .school-content-section {
  padding-bottom: 50px;
} */
.school-content-block {
  margin-bottom: 60px;
  position: relative;
}
/* .main-container {
  background-image: url("../images/book-bg-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
#my-school-has-legs{
    background-image: url("../images/book-bg-2.png");
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
.school-content-block h2 {
  font-family: "SilkSerif", serif;
  font-size: 4rem;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: normal;
}

.school-content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #3e2c02;
}

/* Divider */
.school-divider {
  height: 1px;
  background: var(--book-primary);
  /* margin: 30px 0; */
  opacity: 0.6;
  position: absolute;
  bottom: -30px;
  left: -81px;
  width: 100%;
}
.divider-school {
  height: 1px;
  width: 80%; /* background: linear-gradient(to right, transparent, #000, transparent); */ /* margin: 60px 0; */
  background-color: #cfcfcf;
  position: absolute;
  bottom: 106px;
  left: 0;
}
.school-hero-content p.parabtn {
  margin-top: 50px !important   ;
}
.school-hero {
  position: relative;
  width: 100%;
  height: 100%;
}
/* .school-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(241, 234, 214, 0.9),
 rgba(241, 234, 214, 0)
  );
  pointer-events: none;
  height: 200px;
  width: 100%;
} */
/* .school-hero::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(249, 246, 236, 1) 0%,
    rgba(249, 246, 236, 0.8) 30%,
    rgba(249, 246, 236, 0.4) 60%,
    rgba(249, 246, 236, 0) 85%
  );
  pointer-events: none;
  width: 100%;
  height: 200px;
} */
.school-container.school-content-container {
  border: 1px solid var(--book-primary);
  padding: 80px 80px 20px;
  /* border-bottom: none; */
  background-color: #f8f4e8;
  position: relative;
}
/* .school-container.school-content-container::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(248, 244, 232, 1) 0%,
    rgba(248, 244, 232, 0.8) 30%,
    rgba(248, 244, 232, 0.4) 60%,
    rgba(248, 244, 232, 0) 85%
  );
  pointer-events: none;
  width: 100%;
  height: 120px;
} */
/* #my-school-has-legs footer {
  background: url("../images/GardenStorbg.jpg") no-repeat center center;
  background-size: 100% 100%;
} */
 /* #my-school-has-legs .mainfooter .tmonySec{position: relative;}
#my-school-has-legs .mainfooter .tmonySec::before{
    content: "";
  position: absolute;
  top: -190px;
  left: 0;
  background: linear-gradient(
    to top,
    #ffffff 0%,               
    rgba(243, 242, 242, 0) 100% 
  );
  pointer-events: none;
  width: 100%;
  height: 200px;

} */
 .school-hero .decoration-notebooks {
  position: absolute;
  bottom: -500px;
  left: 0px;
  width: 280px;
  z-index: 0;
  pointer-events: none;
}

.school-hero .decoration-left-pencils {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 300px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

/* Right Side Pen */

.school-hero .decoration-pen {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: 0;
  pointer-events: none;
  /* transform: rotate(15deg); */
}
.school-content-section .decoration-pencils {
    position: absolute;
    bottom: -200px;
    right: 0px !important;
    width: 350px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.4;
}
/* .school-content-section [data-aos^=fade][data-aos^=fade].aos-animate {opacity: 0.2 !important;} */
/* #my-school-has-legs .mainfooter .tmonySec .comtitle h2{
  margin-top: 100px;
} */
#my-school-has-legs .mainfooter{
  margin-top: 120px;
}
/* Responsive */
@media (max-width:1480px){
  .school-hero .decoration-pen{width: 150px !important; top: -130px;}
}

@media (max-width: 1700px) {
.school-hero .decoration-pen{
width: 250px;
}
.school-content-section .decoration-pencils {
  width: 300px;
}
}
@media (max-width: 1200px) {
  br {
    display: none;
  }
}

@media (max-width: 992px) {
  .school-content-section .decoration-pencils {
  width: 200px;
}
  .school-hero .decoration-notebooks{
    width: 250px;
  }
  .school-hero .decoration-pen{
width: 200px;
}
  .school-hero-grid {
    grid-template-columns: 1fr;
    text-align: start;
  }
  .school-image-wrapper {
    display: flex;
    justify-content: start;
  }
  .school-hero-content h1 {
    font-size: 32px;
  }
  .school-content-block h2 {
    font-size: 3rem;
  }
  .school-hero-content p {
    margin-bottom: 40px;
  }
  .school-hero-content {
    padding-left: 0px;
  }
  .school-image-wrapper {
    margin-bottom: 40px;
  }
  .divider-school {
    display: none;
  }
  .school-divider {
    left: -41px;
  }
  .school-container.school-content-container {
    padding: 40px;
  }
}
