@font-face {
    font-family: "Poppins-Light";
    src: url("fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Tropiline-Regular";
    src: url("fonts/Tropiline-Regular.otf");
}

@font-face {
    font-family: "Tropiline-SemiBold";
    src: url("fonts/Tropiline-SemiBold.otf");
}




body {
overflow-x: hidden;
    font-family: "Poppins-Regular";
    min-height: 100vh;
    position: relative;
}
html, body {
  margin: 0;
  padding: 0;
}

.common-container {
    padding: 0 160px;
}

.engage-first-banner {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
}

rect#ADMIN,
rect#TEACHER {
    position: relative;
    z-index: 9;
    cursor: pointer;
    /* transition: all 1.5s ease-in-out; */
    transition: 1s;
}

/* rect#ADMIN:hover,
rect#TEACHER:hover {
    filter: drop-shadow(-40px 25px 25px #00000040);
     transform: translateY(-10px);

} */
#ADMIN-GROUP, #TEACHER-GROUP {
    /* transition: transform 1.5s ease, filter 1.5s ease; */
    transition: 1s;
    cursor: pointer;
}
.header-link-sec {
  transition: 0.5s;
}
.header-link-sec:hover {
  transform: scale(1.05);
}
#ADMIN-GROUP:hover, #TEACHER-GROUP:hover {
    transform: translateY(-40px);
    filter: drop-shadow(-40px 25px 25px #00000040);
}
.tel-number:hover .bg-black {
  background-color: #EF5914;
}
.tel-number:hover path {
  fill: #EF5914 !important;
}
.website-link:hover, .engage-help-note a:hover, .engage-admission-note a:hover {
  color: #EF5914;
}
.engage-help-note, .engage-admission-note {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.engage-help-note:hover {
  transform: rotate(0deg) scale(1.08) translateY(-5px);
}
.engage-admission-note:hover {
  transform: rotate(350deg) scale(1.08) translateY(-5px);
}
.engage-body-sec {
    position: relative;
    width: 730px;
}

.engage-title {
    font-size: 64px;
    color: #072032;
    line-height: 74px;
    font-family: "Tropiline-Regular";
    margin-bottom: 40px;
}

.engage-title span {
    font-size: 48px;
}

.svg-buttons {
    pointer-events: visiblestroke;
}

.engage-help-note,
.engage-admission-note {
    width: 227px;
    height: 106px;
    position: absolute;
    left: 55%;
    top: 65%;
    background: #FEB146;
    padding: 30px;
    text-align: center;
    transform: rotate(7deg);
    z-index: 1;
}

.engage-admission-note {
    top: 95%;
    left: 65%;
    transform: rotate(350deg);
}

.engage-help-note::before,
.engage-admission-note::before {
    content: '';
    display: block;
    background: url(images/label.svg);
    position: absolute;
    width: 38px;
    height: 51px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
/* .engage-outoor-banner {
  position: relative;
} */
/* .engage-outoor-banner::after {
      content: '';
    display: block;
    background: url(images/blur.png);
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0px;
    right: 0px;
} */
.engage-outoor-banner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90%;
    height: 50px;
    background: inherit;
    filter: blur(10px);
    /* transform: translateY(50%); */
    pointer-events: none;
    background-color: #fff;
}
.font-semibold {
    font-family: "Poppins-SemiBold";
}

.line-banner-sec {
    position: absolute;
 bottom: 0px;
    width: auto;
    left: 0;
        overflow: hidden;
}
.line-banner-sec img {
    margin-left: -80px;
    margin-bottom: 0px;
    width: 76%;
}
.footer-sec {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: end;
    gap: 4px;
        z-index: 1;
}
.padding-left {
  margin-left: -6px !important;
}
.engage-release-sec {
    background-image: url(images/engage-note.png);
    position: absolute;
    left: 47%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 460px;
    padding: 50px;
    height: 380px;
        z-index: 1;
}
.app-btns {
position: relative;
    z-index: 1;
}

.engage-release-sec::before {
    content: '';
    display: block;
    background-image: url(images/pin.svg);
    width: 66px;
    height: 63px;
    position: absolute;
    top: -7px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 55%;
}

.engage-release-sec h3 {
    font-family: "Tropiline-SemiBold";
}

.header {
       padding-top: 20px !important;
    padding-bottom: 30px !important;
}

.header-link-sec {
    display: flex;
    gap: 6px;
}

.header-logo-sec h1 {
    font-size: 23px;
    font-family: 'Poppins-SemiBold';
}

.header-logo-sec p {
    font-size: 18px;
    line-height: 16px;
}

.header-logo-sec {
    gap: 25px;
}

.mobile-line-banner-sec {
    display: none;
}
.portal-btn-mobile {
  display: none;
}
.header-right-sec {
  gap: 28px;
}
.app-btns a {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
}
.app-btns a:hover {
  transform: scale(1.08) translateY(-3px);
  /* filter: brightness(1.15) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)); */
}
.engage-release-sec {
  animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.app-btns .grid {
  animation: fadeInUp 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.engage-body-sec h2, .engage-body-sec p {
  animation: slideInFromTop 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
/* Improved Animations */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-150%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(150%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-150%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(150%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1900px) {
  .engage-admission-note {
    top: 100%;
    left: 62%;
  }
  .line-banner-sec img {
 margin-left: -138px;
        margin-bottom: -2px;
    
}
    .common-container {
        padding: 0 100px;
    }

    .engage-title {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 20px;
    }

    .engage-title span {
        font-size: 42px;
    }
    .engage-first-banner {
        width: 90%;
        top: -5%;
    }
 .engage-outoor-banner::after {
    height: 50px;
  }
}


@media screen and (max-width: 1700px) {
  .engage-outoor-banner::after {
    height: 300px;
  }
  .app-btns {
    margin-top: 10px !important;
    gap: 1rem !important;
}
.line-banner-sec img {
    width: 66%;
}

    .common-container {
        padding: 0 80px;
    }

    .engage-title {
   font-size: 42px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .engage-title span {
        font-size: 30px;
        display: block;
        line-height: 40px;
    }

    /* .engage-first-banner {
        position: fixed;
        width: 90%;
        right: 0;
        top: -20%;
    } */
        .engage-first-banner {
        width: 90%;
        top: -20%;
        position: absolute;
         right: 0;
    }
    .engage-release-sec {
        left: 48%;
        top: 48%;
        width: 420px;
        padding: 43px;
        height: 352px;
    }

    .engage-help-note,
    .engage-admission-note {
        width: 200px;
        height: 90px;
        font-size: 14px;
    }

    .engage-admission-note {
        top: 92%;
        left: 58%;
    }

    .engage-help-note .text-\[20px\],
    .engage-admission-note .text-\[20px\] {
        font-size: 16px;
        display: block;
    }

    .engage-body-sec {
        width: 700px;
    }

    .header-logo-sec h1 {
        font-size: 20px;
    }

    .header-logo-sec p {
        font-size: 16px;
        line-height: 14px;
    }
     .engage-outoor-banner::after {
    top: 535px;
    height: 300px;
    bottom: unset;
}
  .engage-outoor-banner {
  overflow: hidden;
  height: 580px;
  position: absolute;
  right: 0;
  top: 0%;
  width: 90%;
}
   /* .engage-first-banner {
    position: absolute;
    top: -200px;
  } */
  .banner-container {
    min-height: 596px;
  }
}

@media screen and (max-width: 1500px) {
      .line-banner-sec img {
      width: 93%;
        margin-bottom: -3px;
                margin-left: -206px;
    }
}
@media screen and (max-width: 1450px) {
 
     .engage-admission-note {
    top: 80%;
     }
.engage-help-note {
  top: 50%;
}
    .engage-body-sec {
        width: 600px;
    }

    .engage-first-banner {
        width: 90%;
        top: -20%;
        position: absolute;
    }

    .engage-release-sec {
        left: 47%;
        top: 50%;
        width: 400px;
        padding: 40px;
        height: 310px;
    }

    .header-logo-sec h1 {
        font-size: 18px;
    }

    .header-logo-sec p {
        font-size: 14px;
        line-height: 12px;
    }

    .engage-title {
        font-size: 42px;
        line-height: 47px;
        margin-bottom: 6px;
    }

    .engage-title span {
        font-size: 28px;
        display: block;
    }
.common-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1300px) {
  .engage-release-sec {
        top: 54%;
  }
    .engage-first-banner {
        top: -30%;
    }
}
@media screen and (max-width: 1350px) {
  
   .engage-release-sec {
    top: 57%;
  }
}
@media screen and (max-width: 1280px) {
    .engage-release-sec {
    top: 58%;
    left: 48.5%;
  }
  
}
@media screen and (max-width: 1199px) {
  .app-btns a img {
  height: 50px !important;
}
  .app-btns {
padding-left: 19.5%;
}
  .app-btns a:hover {
  transform: none;
  /* filter: brightness(1.15) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)); */
}

     .engage-help-note {
    top: 75%;
  }
    .engage-admission-note {
    top: 98%;
  }
    .portal-login {
  display: flex;
  background-color: #000;
  border-radius: 10px;
  font-family: "Poppins-SemiBold";
  padding: 7px 10px;
  margin-top: 10px;
}
    .portal-text {
  font-family: "Poppins-Regular";
  font-size: 14px;
}
    .portal-btn-mobile {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
    .portal-btn-mobile-sub {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.engage-help-note, .engage-admission-note {
  transform: none !important;
  left: 55% !important;
  
}
.engage-admission-note:hover, .engage-help-note:hover {
  transform: rotate(0deg) scale(1.08) translateY(-5px) !important;
}
    .portal-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px 20px;
}
    .portal-title {
  font-family: "Tropiline-SemiBold";
  font-size: 28px;
}
    .portal-btn-mobile {
  display: block;
}
.portal-btn-mobile a {
    background: linear-gradient(to right, #EF5914, #F98736);
    width: 322px;
    max-width: 100%;
  }
     body {
  overflow-y: auto;
    }
    .engage-help-note {
  left: 55%;
  top: 67%;
    }
    .engage-outoor-banner {
  display: none;
}
    .engage-body-sec {
    width: 100%;
  }
    .engage-release-sec {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px 0px;
    margin-left: 16%;
}
.engage-release-sec {

}
    .engage-release-sec {
  position: relative;
}
    .footer-sec {
  position: relative;
}
     .common-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1199px) {
    header.flex {
  flex-direction: column;
  gap: 10px;
}
.header-logo-sec {
  width: 100%;
}
header .space-x-4 {
  width: 100%;
  justify-content: space-between;
}
  .mobile-line-banner-sec {
  position: absolute;
    bottom: -6px;
    width: 54%;
    left: unset;
    z-index: -1;
    right: 155px;
    width: 40%;
    max-width: 100%;
}
    .common-container {
  position: relative;
}
.mobile-line-banner-sec {
    display: block;
}

    .line-banner-sec {
  display: none;
}
}
@media screen and (max-width: 1180px) {
   .app-btns {
    padding-left: 19%;
  }
  .engage-release-sec {
   margin-left: 16%;
  }
}
@media screen and (max-width: 1115px) {
  .engage-release-sec {
    margin-left: 13.5%;
  }
  .app-btns {
    padding-left: 16.8%;
  }
}
@media screen and (max-width: 1100px) {
   .engage-release-sec {
    margin-left: 14%;
  }
  .app-btns {
    padding-left: 18%;
  }

}

@media screen and (max-width: 1024px) {
  .mobile-line-banner-sec {
    right: 100px;
  }
.engage-release-sec {
  margin-left: 10%;
}
  .app-btns {
padding-left: 13.5%;
}
}
@media screen and (max-width: 991px) {
  .engage-release-sec {
    margin-left: 7%;
  }
   .common-container {
    padding: 0 30px;
  }
   .app-btns {
    padding-left: 12%;
  }
}
@media screen and (max-width: 885px) {
   .app-btns {
    padding-left: 9%;
  }
  .engage-release-sec {
    margin-left: 5%;
  }
}
@media screen and (max-width: 880px) {
  
  .engage-release-sec {
  margin-left: 4%;
}
  .app-btns {
padding-left: 9%;
}
.mobile-line-banner-sec {
    right: 50px;
  }
}
@media screen and (max-width: 834px) {
   .engage-release-sec {
    margin-left: 2%;
  }
  .app-btns {
    padding-left: 6.5%;
  }
}
@media screen and (max-width: 820px) {
  .app-btns {
    padding-left: 5.5%;
  }
  .engage-release-sec {
    margin-left: 1%;
  }
}
@media screen and (max-width: 800px) {
   .common-container {
    padding: 0 15px;
  }
   .app-btns {
    padding-left: 6.5%;
  }
   .engage-release-sec {
    margin-left: 2%;
  }
}
@media screen and (max-width: 769px) {
       .app-btns {
    padding-left: 4.5%;
  }
    .engage-release-sec {
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
   .app-btns a img {
  height: 50px !important;
}
 .flex.items-center.space-x-4 {
  justify-content: center;
  text-align: center;
}
  .app-btns {
    margin-bottom: 55px !important;
    margin-top: 35px !important;
  }
  .app-btns {
  margin-bottom: 45px;
}
  .mobile-line-banner-sec {
   display: none;
  }
  .engage-release-sec {
  margin-left: 0%;
}
   .app-btns {
  padding-left: 0;
}
     .portal-title {
    font-size: 24px;
  }
   .mobile-line-banner-sec {
  width: 63%;
   }
    .engage-release-sec {
  margin: 30px auto;
}
     .engage-help-note, .engage-admission-note {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    transform: rotate(0deg);
  }
  .engage-help-note, .engage-admission-note {
  margin: 40px auto;
}
.app-btns .grid.space-x-2 {
  margin: 0 auto;
}
}
@media screen and (max-width: 575px) {
  .engage-release-sec {
  background-color: #f4f4f4;
  background-image: none;
}
     .portal-btn-mobile-sub {
    flex-direction: column;
    align-items: center;
  }
     header.flex {
    gap: 20px;
  }
      header .space-x-4 {
    flex-direction: column;
    gap: 20px;
  }
  .header-logo-sec {
    justify-content: center;
  }
  .engage-release-sec {
   max-width: 100%;
   /* background-size: 200%; */
  }
  .copy-right {
  font-size: 14px;
}
.engage-title span {
    font-size: 20px;
}
 .engage-title {
    font-size: 28px;
    line-height: 33px;
 }
}
@media screen and (max-width: 480px) {
  .header-logo-sec {
    gap: 10px;
  }
  .header-logo-sec .w-\[80px\] {
  width: 60px;
}
.header-logo-sec h1 {
    font-size: 18px;
  }
.engage-release-sec {
    padding: 50px 20px 40px 20px;
}
}
@media screen and (max-width: 360px) {
     .engage-release-sec {
    background-size: cover;
  }
}
@media screen and (max-width: 320px) {
     .engage-title span {
    font-size: 18px;
  }
     .engage-title {
    font-size: 25px;
    line-height: 30px;
  }
    .footer-sec img {
  width: 70px;
}
    .engage-release-sec {
   padding: 20px 20px 40px 20px;
    background-size: cover;
    }
    .header-logo-sec {
    gap: 5px;
  }
    .header-logo-sec h1 {
    font-size: 16px;
  }
  .header-logo-sec .w-\[80px\] {
  width: 50px;
}
}