@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 {
    font-family: "Poppins-Regular";
}

.common-container {
    padding: 0 160px;
}


.header {
    margin-top: 20px;
    margin-bottom: 30px;
}

.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;
}

.footer-sec {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: end;
    gap: 4px;
    margin-top: 10px;
}

/* Hero Section */

.hero-title-sec {
    width: 58%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.hero-title-sec h2 {
    font-size: 50px;
    line-height: 72px;
    font-family: 'Poppins-Medium';
}

.hero-title-sec h2 span {
    font-size: 76px;
    color: #008060;
}

.hero-title-sec p {
    color: #5C6972;
    font-size: 16px;
    margin: auto;
    margin-top: 15px;
    width: 80%;
}

.harmony-list-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
    margin-top: -6%;
}

.harmony-right-sec {
    width: 39%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.harmony-left-sec {
    width: 61%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.harmny-left-first-box {
    width: 69%;
}

.harmny-left-secound-box {
    width: 31%;
}

.armony-left-flex-box {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

.side-portals {
    padding: 40px 20px 20px;
    border-radius: 20px;
    text-align: center;
}

.side-portals svg {
    margin: auto;
}

.side-portals h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
}

.side-portals p {
    color: #fff;
    margin-bottom: 48px;
}

.need-help-sec {
    background: #C1E965;
    padding: 30px 34px;
    border-radius: 20px;
}

.need-help-sec aside {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.need-help-sec a {
    font-size: 32px;
    transition: all 0.3s ease-in-out;
}

.app-icons-sec {
    height: 120px;
    background: #D1DBDA;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 0px 16px;
}

.app-detail-sec {
    height: 120px;
    background: #008060;
    color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}

.app-detail-sec svg {
    position: absolute;
    left: -30px;
}

.app-list-sec {
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
}

.app-list-sec span {
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

.flex-reverse {
    flex-direction: row-reverse;
}

.app-detail-sec.teacher-list svg {
    position: absolute;
   right: -30px;
  left: auto;
  transform: translateY(-50%);
  top: 50%;
}

.default-release-note {
    background: #D1DBDA;
    padding: 40px 65px;
    border-radius: 20px;
    width: 100%;
}

.empty-space-sec {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 50px;
    background: #fff;
    border-radius: 0px 0px 0px 20px;
}

.empty-space-sec .box-1 {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background: #fff;
    left: -40px;
    border-radius: 70px 0 70px 70px;
}

.empty-space-sec .box-2 {
    bottom: -40px;
    right: 0;
    left: auto;
}

.empty-space-sec .box-1 span {
    width: 100%;
    height: 102%;
    display: block;
    border-radius: 50px;
    background: #d1dbda;
}

.apply-admission-sec {
    width: calc(50% - 15px);
    background: #008060;
    color: #fff;
    height: 175px;
    border-radius: 20px;
    margin-bottom: -35px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.apply-admission-sec a {
    font-size: 32px;
    color: #C1E965;
}

/* From Uiverse.io by Creatlydev */
.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: #fff;
    border-radius: 40px;
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    width: 100%;
    height: 55px;
    padding-left: 45px;
    justify-content: space-between;
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    position: relative;
    color: #000000;
    background-color: #C1E965;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button:hover {
    background-color: #000;
}

.button:hover .button__icon-wrapper {
    color: #000;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.default-release-note h3 {
    font-family: 'Poppins-SemiBold';
    margin-bottom: 30px;
}

.body-left-shade {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.body-right-shade {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.header-right-sec {
  gap: 84px;
}
.copy-right {
  font-size: 13px;
  line-height: 13px;
  /* margin-bottom: -2px; */
  color: #5C6972;
}
.release-content {
    margin-top: 12px !important;
}
.header-link-sec:hover {
  color: rgb(0 128 96 / var(--tw-text-opacity, 1)) !important;
}
.apply-admission-sec a:hover, .need-help-sec a:hover {
  color: #fff;
}
.hormony-admin-portal {
  background-image: url('./images/admin-portal-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
.hormony-admin-portal::after, .hormony-teacher-portal::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
background-color: rgba(0, 128, 96, 0.87);
   border-radius: 20px;

}
.hormony-admin-portal-sub, .hormony-teacher-portal-sub {
    position: relative;
    z-index: 1;
}
.hormony-teacher-portal {
 background-image: url('./images/teacher-portal-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
body.bg-white {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.right-side-admin-portals {
     animation: slideInFromLeft 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.default-release-note {
     animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
/* .hero-title-sec h2, .hero-title-sec p {
 animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
} */
.apply-admission-sec {
    animation: fadeInRight 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.hero-title-sec h2, .hero-title-sec p  {
    animation: fadeInUp 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.side-portals, .teacher-list {
   animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.need-help-sec {
    animation: slideInFromRight 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.hormony-teacher-portal, .hormony-admin-portal {
     animation: slideInFromTop 1.7s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.app-detail-parent-app {
    animation: fadeInRight 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.app-icons-sec a, .hormony-teacher-portal-sub a, .hormony-admin-portal-sub a {
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.app-icons-sec a:hover, .hormony-teacher-portal-sub a:hover, .hormony-admin-portal-sub a:hover  {
transform: rotate(-1.00deg) scale(1.08) translateY(-5px);
}
.hormony-teacher-portal-sub svg, .apply-admission-sec svg, .hormony-admin-portal-sub svg {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease;
}
.hormony-teacher-portal-sub svg:hover, .apply-admission-sec svg:hover, .hormony-admin-portal-sub svg:hover {
  transform: scale(1.15) rotate(0deg);
}
.hormony-admin-portal-sub a, .hormony-teacher-portal-sub a {
   position: relative;
  padding-right: 63px;
  text-align: center;
  justify-content: center;
  padding-left: 10px;
}
.hormony-admin-portal-sub .button__icon-wrapper, .hormony-teacher-portal-sub .button__icon-wrapper {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
/* Improved Animations */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-50%);
        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(-150px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(150px);
        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) {
    .common-container {
        padding: 0 100px;
    }

    .button {
        width: 100%;
        height: 55px;
        padding-left: 24px;
        font-size: 18px;
    }

    .app-detail-sec.teacher-list svg {
        right: -20px;
    }

    .app-detail-sec svg {
        left: -20px;
    }

    .need-help-sec a {
        font-size: 28px;
    }

}



@media screen and (max-width: 1600px) {
    .harmony-list-grid {
    margin-top: -6%;
}
    .hero-title-sec {
    padding-top: 0px;
}
.header {
    margin-top: 30px;
    margin-bottom: 40px;
}
    .common-container {
        padding: 0 80px;
    }

    .button {
        width: 100%;
        height: 55px;
        padding-left: 20px;
        font-size: 16px;
    }

    .hero-title-sec h2 span {
        font-size: 62px;
    }

    .hero-title-sec h2 {
        font-size: 48px;
        line-height: 62px;
    }

    .need-help-sec aside {
        font-size: 14px;
    }

    .need-help-sec {
        padding: 30px 20px;
    }

}



@media screen and (max-width: 1500px) {

    .common-container {
        padding: 0 40px;
    }

    .need-help-sec a {
        font-size: 24px;
    }

    .app-list-sec {
        font-size: 20px;
    }

    .app-list-sec span {
        font-size: 14px;
    }

    .button {
        padding-left: 20px;
        font-size: 14px;
    }

    .side-portals p {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .apply-admission-sec a {
        font-size: 24px;
    }

    .default-release-note {
        padding: 30px 30px;
    }

    .hero-title-sec {
        width: 70%;
    }


}


@media screen and (max-width: 1300px) {
       .harmony-list-grid {
    margin-top: -5%;
}
.header-right-sec {
  gap: 30px;
}
    .need-help-sec aside {
        font-size: 12px;
    }

    .side-portals h3 {
        font-size: 20px;
    }

    .button {
        padding-left: 14px;
        font-size: 12px;
    }
      .need-help-sec a {
    font-size: 18px;
  }
}


@media screen and (max-width: 1150px) {

    .harmony-list-grid {
        align-items: flex-start;
        gap: 15px;
        margin-top: 40px;
        flex-direction: column;
    }

    .harmony-left-sec {
        width: 100%;
    }

    .harmony-right-sec {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .empty-space-sec {
        display: none;
    }

    .hero-title-sec {
        width: 100%;
    }
.header-logo-sec {
  gap: 15px;
}
}


@media screen and (max-width: 1024px) {
     .common-container {
    padding: 0 20px;
  }
  .app-icons-sec {
  padding: 10px 12px 0px 12px;
}
 .app-detail-sec.teacher-list svg {
    right: -25px;
  }
  .app-detail-sec svg {
    left: -25px;
  }
}
@media screen and (max-width: 991px) {


    .common-container {
        padding: 0px 15px;
    }

    .header-logo-sec {
        gap: 10px;
    }

    .header-logo-sec h1 {
        font-size: 20px;
    }

    .header-logo-sec p {
        font-size: 15px;
    }

    .header {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .header-link-sec {
        font-size: 14px;
    }


}

@media screen and (max-width: 850px) {

    .header {
        flex-wrap: wrap;
        gap: 30px;
    }

    .header-right-sec {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 740px) {
    .hormony-admin-portal-sub a, .hormony-teacher-portal-sub a {
  padding-right: 58px;
    }
    .button__icon-wrapper {
  width: 40px;
  height: 40px;
    }
.side-portals {
  padding: 40px 10px 10px;
}
    .header-right-sec {
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
 .need-help-sec a {
    font-size: 16px;
  }
.header-logo-sec {
  margin: 0 auto;
}
}


@media screen and (max-width: 600px) {
     .need-help-sec a {
    font-size: 20px;
  }
      .need-help-sec aside {
    font-size: 16px;
  }
    .need-help-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
    .need-help-sec aside {
  display: inline-flex;
    }
.need-help-sec {
  text-align: center;
}
    .common-container {
        padding: 0 20px;
    }

    .header-logo-sec h1 {
        font-size: 18px;
    }

    .footer-sec {
        flex-wrap: wrap;
    }

    .harmony-left-sec {
        flex-direction: column;
        align-items: flex-start;
    }

    .harmny-left-first-box {
        width: 100%;
    }

    .armony-left-flex-box {
        align-items: flex-end;
        flex-direction: column;
        align-items: flex-start;
    }

    .armony-left-flex-box .w-\[50\%\] {
        width: 100%;
    }

    .armony-left-flex-box .w-\[60\%\] {
        width: 100%;
    }

    .armony-left-flex-box .w-\[40\%\] {
        width: 100%;
    }

    .flex-reverse {
        flex-direction: column;
    }

   
    .app-detail-sec svg {
        right: auto;
        left: 45%;
        transform: rotate(90deg);
        top: -28px;
    }
.app-detail-sec.teacher-list svg {
    right: auto;
    left: 45%;
    transform: rotate(151deg);
    top: -20px;
  }
    .harmny-left-secound-box {
        width: 100%;
    }

    .harmony-right-sec {
        flex-direction: column;
    }

    .apply-admission-sec {
        width: 100%;
        height: 175px;
        margin-bottom: 0;
    }

    .button {
        padding-left: 40px;
        font-size: 20px;
    }

    .hero-title-sec p {
        width: 100%;
    }

    .hero-title-sec h2 span {
        font-size: 52px;
    }

    .hero-title-sec h2 {
        font-size: 42px;
        line-height: 54px;
    }

    .hero-title-sec {
        padding-top: 0px;
    }

 .header-right-sec {
    flex-wrap: wrap;
    gap: 30px;
 }
}


@media screen and (max-width: 450px) {

    .header-logo-sec h1 {
        font-size: 16px;
    }

    .header-logo-sec p {
        font-size: 14px;
    }
 .hero-title-sec h2 span {
    font-size: 42px;
  }
  .hero-title-sec h2 {
    font-size: 32px;
    line-height: 44px;
  }
}