@font-face {
  font-family: Latinka;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Latinka-Regular.otf);
}
@font-face {
  font-family: Latinka-Regular;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Latinka-Regular.otf);
}
@font-face {
  font-family: Latinka-Black;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Latinka-Black.ttf);
}
@font-face {
  font-family: Latinka-Bold;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Latinka-Bold.ttf);
}
@font-face {
  font-family: Latinka-Extrabold;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Latinka-ExtraBold.ttf);
}
@font-face {
  font-family: Latinka-Medium;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Latinka-Medium.ttf);
}
@font-face {
  font-family: Latinka-Semibold;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Latinka-SemiBold.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Raleway-Regular.ttf);
}

@font-face {
  font-family: Shelly;
  src: url(https://dpsrohini.com/website/dpsrohini/assets/font/Shelly-Maris.ttf);
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.readmorebtn {
  display: flex;
  width: 250px;
  padding: 16px 32px;
  align-items: center;
  gap: 6px;
  border-radius: 50px;
  border: 2.25px solid #ebf7f3;
  color: #ebf7f3;
  text-align: center;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.readmorebtn a {
  color: #ebf7f3;
  text-decoration: none;
}

.readmorebtn:hover {
  background-color: #fff;
  transition: all 1s ease-in-out;
}

.readmorebtn:hover > a {
  color: #288566;
}

.readmorebtn:hover .fa-arrow-right {
  margin-left: 5px;
  transition: all 0.6s ease-in-out;
}

.sectiontitle {
  position: relative;
  color: #206a52;
  font-family: Latinka;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 175% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

h3.sectiontitle::after {
  content: "";
  position: absolute;
  background: #d96525;
  height: 4px;
  width: 110px;
  top: 42px;
  left: 0;
}

.bigtitle h2 {
  color: #c0e7da;
  font-family: Latinka-Black;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 104px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.paratext {
  color: #288566;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.44px;
}

.marqueemain {
  overflow: hidden;
  background: #288566;
  border: 1px solid #ccc;
  padding: 6px 0;
  position: relative;
}

.marquee-wrapper {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 80s linear infinite;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-content p,
.marquee-content p a {
  display: inline-block;
  margin-right: 100px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

/* Header */
.header-main {
  padding: 33px 2rem 0rem 2rem;
  background-color: transparent;
  overflow-x: clip;
  position: absolute;
  width: 100%;
}

.tagimg {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 200px;
}

.sticky-text-logo {
  font-family: Shelly;
  font-size: 40px;
  color: #288566;
  white-space: nowrap;
}

.sticky-text-logo a {
  color: #288566;
}
.header-right {
  display: flex;
}

.sticky-text-logo {
  display: none;
}

.sticky .sticky-text-logo {
  padding-top: 18px;
}

/* Hamburger Menu Styles */
.wrapper-menu {
  width: 52px;
  height: 52px;
  padding: 16px;
  border: 2px solid #288566;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 330ms ease-out;
}
.logintxt {
  display: none;
}
.loginbtn {
  display: flex;
  height: 80px;
  width: 80px;
  padding: 17.605px 30.032px;
  align-items: center;
  gap: 10.356px;
  border-radius: 10px 0px 0px 30px;
  color: #fff;
  background: #35b188;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hamburgermain {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #288566;
  border-radius: 0px 20px 20px 0px;
}

.wrapper-menu a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}

.wrapper-menu.opened {
  transition: border 0s ease;
  transition-delay: 0.6s;
  border: 2px solid #288566;
  transform: rotate(-45deg);
}

.wrapper-menu.opened .line-menu {
  background-color: #0a6406;
}

.line-menu {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 2px;
}

.line-menu.half {
  width: 40%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.wrapper-menu.opened a .line-menu.start {
  transform: rotate(-90deg) translate(2px, 2px);
}

.wrapper-menu.opened a .line-menu.end {
  transform: rotate(-90deg) translate(-2px, -3px);
}

/* Offcanvas Menu (Main) */
.offcanvas-menu {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  transition: width 0.4s ease-in-out, right 1s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 5rem;
  overflow: auto;
  scrollbar-width: none;
}

.offcanvas-menu.active {
  right: 0;
}

.offcanvas-menu.expanded {
  width: 100%;
}

.offcanvas-content {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* Submenu Wrapper (Level 2) */
.submenu-wrapper {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50vw;
  height: 100vh;
  padding: 145px 120px 70px 120px;
  background: #f4f4f4;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  z-index: 9999;
  transform: translateX(100%);
  transition: width 0.4s ease-in-out, right 1s ease-in-out;
  pointer-events: none;
}

.submenu-wrapper.show {
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(0);
  pointer-events: auto;
  background-color: unset;
}

.submenu-wrapper {
  position: fixed;
  z-index: 195;
  top: 0;
  right: 0;
  background: #ffffff;
  width: 50vw;
  height: 100vh;
  overflow-y: auto;
  padding: 145px 120px 70px 120px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateX(100vw);
}
/* Subsubmenu Wrapper (Level 3) */
.subsubmenu-wrapper {
  display: none;
  width: 50vw;
  height: 100vh;
  padding: 145px 120px 70px 120px;
  background: #f0f0f0;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
}

.subsubmenu-wrapper.show {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  background-color: unset;
  left: 0;
}

.subsubmenu {
  display: block;
}
.arrow-icon {
  padding-left: 10px;
}
.subsubmenu.level03 .menu-back {
  display: block;
  position: fixed;
  top: 20px;
  left: 34px;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
}

.menu-back {
  display: none;
}
.wrapper-menu {
  border: none;
}

.wrapper-menu.opened {
  position: fixed;
  z-index: 99999999;
  top: 88px;
  right: 50px;
}

.sticky .wrapper-menu.opened {
  top: 13px;
  right: 9.1vw;
  border: 2px solid #288566;
}

.close-menu-btn {
  display: block;
  text-align: right;
  padding: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

/* =============== Menu Style Start=============== */
.mainMenu li a {
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  font-family: Latinka-Medium;
}

.submenu li a {
  font-size: 22px;
  font-weight: normal;
}

.link-container {
  padding: 6px 0;
}

.mainMenu li:hover > a {
  color: rgb(99, 98, 98);
  transition: color 0.2s ease-in-out;
}

.mainMenu.level01 > li {
  position: relative;
}

.mainMenu.level01 > li::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 70px;
  left: -112px;
  transition: all 0.5s ease;
  top: 8px;
  display: none;
  z-index: 0;
}

.mainMenu.level01 > li:hover::before {
  display: block;
}

.mainMenu.level01 > li:nth-child(3n + 1):hover::before {
  background-color: #bce2e9;
}

.mainMenu.level01 > li:nth-child(3n + 2):hover::before {
  background-color: #fcd358;
}

.mainMenu.level01 > li:nth-child(3n + 3):hover::before {
  background-color: #d96525;
}
.offcanvas-menu.expanded .TopQuicklinks {
  width: 50%;
}

.TopQuicklinks {
  padding-left: 32px;
  width: 100%;
}

.TopQuicklinks ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}

.TopQuicklinks li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  border-radius: 4px;
  font-family: Latinka-Regular;
  font-size: 16px;
  line-height: 1.3571428571;
  letter-spacing: normal;
  padding: 7px 0;
}

.MenuSocial ul li {
  height: 40px;
  width: 40px;
  background: #c0e7da;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
}

.MenuSocial ul li a i {
  font-size: 22px;
  color: #fff;
}

.MenuSocial ul {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.OffcanvasSocial {
  padding: 2rem 0;
}

.submenu-wrapper {
  display: none;
}

.header-middle {
  text-align: center;
  /* z-index: 10; */
}

/* .Mainheader {
    position: relative;
}

.Mainheader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(21, 69, 57, 0.5), transparent);
    z-index: 0;
    border-radius: 20px;
} */

.Logoimg {
  width: 20vw;
}
.header-main.sticky .loginbtn {
  display: flex;
  height: 41px;
  width: 150px;
  border-radius: 50px;
}
.sticky .logintxt {
  display: block;
}
.header-main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  transition: all 0.4s ease-in;
  z-index: 999;
}
.sticky .Mainheader {
  height: 77px;
  border-radius: 20px;
  background: #f7f7f7;
  box-shadow: 0px 4px 4px 0px rgba(68, 68, 68, 0.1);
  padding: 0 9.5rem;
}
.header-main.sticky .Logoimg {
  width: 100px;
  background: #f7f7f7;
  border-radius: 0 0 50px 50px;
  padding: 10px;
  filter: none;
}
.header-main.sticky .Hamburgermain {
  height: 41px;
  width: 64px;
  border-radius: 50px;
}

.header-main.sticky .tagimg {
  display: none;
  opacity: 0;
  width: 0;
  margin: 0;
}

.header-main.sticky .Logoimg {
  width: 100px;
  background: #f7f7f7;
  border-radius: 0 0 45px 45px;
  padding: 10px;
}

.sticky .Logoimg {
  padding-top: 0rem;
}

.header-right {
  justify-content: flex-end;
  /* z-index: 10; */
}

.sticky .header-right {
  padding-top: 18px;
  gap: 16px;
}

.sticky .wrapper-menu {
  border: none;
}

.offcanvas-menu.open {
  right: 0;
}

.offcanvas-content {
  padding: 20px;
}

/* =============== Menu Style End=============== */
/* =======  CTA Start ============ */
.cta-item {
  border: none !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  display: flex;
  align-items: center;
  background-color: #d96525;
  color: white;
  padding: 0 0.75rem;
}

.cta-item.collapsed {
  background-color: #288566;
}

.cta-section-container {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 999;
}

.ctaright {
  right: 0;
  align-items: flex-end;
}

.ctaright .cta-item {
  justify-content: end;
  border-radius: 20px 0 0 20px;
}

/* .ctaleft {
  left: 0;
  align-items: flex-start;
}

.ctaleft .cta-item {
  justify-content: start;
  border-radius: 0 20px 20px 0;
  flex-direction: row-reverse;
} */

.cta-item.opened {
  width: auto;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  gap: 16px;
}

.cta-icon-wrapper {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0 16px;
}

.cta-icon-wrapper img {
  width: 30px;
}

.ctaright .cta-icon-wrapper img {
  margin-left: 12px;
}

/* .ctaleft .cta-icon-wrapper img {
  margin-right: 12px;
} */

.cta-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.cta-item.opened .cta-text,
.cta-item:hover .cta-text {
  opacity: 1;
}

.cta-item {
  width: 3rem;
  transition: width 0.6s ease, box-shadow 0.3s ease;
}

.cta-item.auto-expanded {
  width: auto;
  gap: 16px;
}

.cta-item:hover {
  width: auto;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  gap: 16px;
  background: #d96525;
}

.cta-text {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cta-item.auto-expanded .cta-text,
.cta-item:hover .cta-text {
  opacity: 1;
}
/* =======  CTA End ============ */
/* ========== Curser Style Start ======== */
.cursor {
  pointer-events: none;
}

.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cursor__ball circle {
  fill: #f7f8fa;
}

.cursor__ball--big {
  transition: box-shadow 0.3s ease;
}

.cursor__ball--big.moving {
  box-shadow: 0 0 30px #0d2838;
}

.text-btn img {
  width: 90px;
}
/* ========== Curser Style End ======== */
/* =================== Hero Section Start=================== */
.Herosection {
  height: 100vh;
  margin: 0;
  position: relative;
  z-index: -1;
}

.hero-video-container {
  margin: 33px 33px 33px;
  border-radius: 20px;
}

.hero-video-container video {
  border-radius: 20px;
}

/* =================== Hero Section End =================== */
/* =================== About Section Start =================== */

.Aboutsection {
  position: relative;
  padding: 10em;
  overflow-x: hidden;
}

.AboutAnimatetext span {
  color: #d96525;
  font-family: Latinka-Extrabold;
  font-size: 82.749px;
  font-style: normal;
  font-weight: 400;
  line-height: 110.332px;
  letter-spacing: 3.31px;
  padding-left: 1em;
}

.AboutAnimatetext {
  position: absolute;
  top: 61%;
  right: 0%;
}

.aboutright {
  padding-left: 5rem;
}

/* =================== About Section End =================== */
/* =================== Purpose Section Start =================== */
.Ourpurpose {
  background-color: #288566;
  height: 105vh;
  padding: 5em 10rem;
}

.purposetitle h2 {
  color: #c0e7da;
  opacity: 0.7;
  font-family: Latinka-Black;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 104px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.purposeleft {
  padding: 0;
}

.purposeright {
  padding-left: 10px;
}

.rightupper {
  margin-bottom: 4em;
}
.rightupper div {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease;
  margin-bottom: 16px;
}

.animatebg1 {
  border-radius: 5px;
  background: #d96525;
  width: fit-content;
  padding: 20px;
}

.animatebg2 {
  border-radius: 5px;
  background: #fcd358;
  width: fit-content;
  padding: 20px;
}

.animatebg3 {
  border-radius: 5px;
  background: #c0e7da;
  width: fit-content;
  padding: 20px;
}

.rightupper h3 {
  color: #2c2c2c;
  font-family: Latinka-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1.92px;
}
.purposepara {
  color: #ebf7f3;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1.44px;
  margin-bottom: 2em;
}

/* =================== Purpose Section End =================== */
/* =================== Curriculum Section Start =================== */
.curriculumsection {
  height: 100vh;
  padding: 1em;
}

.curriculummain {
  height: 100%;
  display: flex;
  overflow: hidden;
  padding: 0px 140px 0px 144px;
  align-items: center;
  border-radius: 20px;
  background: #d96525;
}

.curriculumleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
}

.currititle {
  position: relative;
  color: #fdfdfd;
  font-family: Latinka-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.currititle::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 4px;
  width: 140px;
  top: 40px;
  left: 0;
}

.curribigtitle h2 {
  color: #ffffff;
  font-family: Latinka-Black;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 104px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.columnone {
  align-items: end;
}

.columntwo {
  align-items: flex-start;
  padding-top: 3em;
}

.curriculumpara {
  color: #fdfdfd;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 148.023%;
  letter-spacing: 1.44px;
}

.curricardmain {
  position: relative;
  border-radius: 10.865px;
  background: #fffbee;
  width: 280px;
  height: 350px;
  flex-shrink: 0;
  margin-bottom: 2em;
}

.curriscrollcol {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.curricardmain:hover {
  rotate: -5deg;
  transition: all 0.5s ease-in-out;
  transform: scale(1.03);
}

.curriculumtitle {
  position: relative;
  color: #2a8e6d;
  font-family: Latinka-ExtraBold;
  font-size: 39.114px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.173px;
  text-transform: uppercase;
}

.curriculumtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1.2px;
  width: 100%;
  background-color: #caa946;
}

.currisubtitle {
  color: #2a8e6d;
  font-family: Raleway;
  font-size: 17.384px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 22.599px */
  letter-spacing: 0.174px;
  text-transform: capitalize;
}

.curritext {
  padding: 0.75em;
}

.curriimg {
  position: absolute;
  bottom: 0;
  transition: 0.3s ease-out;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  width: 100%;
  text-align: center;
}

.curriimg .img-fluid {
  max-width: 80%;
}

.curriculumright {
  position: relative;
  top: 2rem;
}

/* =================== Curriculum Section End =================== */
/* =================== Principal Section Start =================== */
.Principalsection {
  height: 100vh;
  background-color: #e6f6f4;
  padding: 5rem 10rem 3rem;
}

.principalleft {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
}
.principaltitle h2 {
  color: #649d74;
  font-family: Latinka-Black;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 116.48px */
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.principalpara span {
  color: #133e30;
  font-family: Raleway;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%;
  letter-spacing: 1px;
}

.principalpara {
  color: #133e30;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 198%;
  letter-spacing: 0.88px;
  margin-bottom: 0;
}

.principalbox {
  flex-shrink: 0;
  border-radius: 50%;
}

.principalbox img {
  height: 250px;
  width: 250px;
}

.textbox {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.nametext {
  color: #206a52;
  font-family: Latinka-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.designationtext {
  color: #206a52;
  font-family: Latinka-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.rightlower .row {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}
/* =================== Principal Section End =================== */
/* =================== Library Corner Section Start =================== */
.librarysection {
  height: 100vh;
  padding: 5rem 10rem;
}
.librarybigtitle h2 {
  color: #649d74;
  font-family: Latinka-Black;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.librarymainhead {
  padding-bottom: 3rem;
}


.libraryCard {
  display: flex;
  padding: 63.814px 32.891px 21.777px 28.109px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 6.75px;
  height: 400px;
}

.Redcard {
  background-color: #f9e8de;
}

.Redcard .libraryHead,
.Redcard .librarydesc {
  color: #ae511e;
}

.Greencard {
  background-color: #d9f1e0;
}

.Greencard .libraryHead,
.Greencard .librarydesc {
  color: #649d74;
}

.Yellowcard {
  background-color: #fef1cb;
}

.Yellowcard .libraryHead,
.Yellowcard .librarydesc {
  color: #bd9e42;
}

.Bluecard {
  background-color: #bce2e9;
}

.Bluecard .libraryHead,
.Bluecard .librarydesc {
  color: #359eb1;
}

.libraryHead {
  color: unset;
  font-family: Latinka-ExtraBold;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.librarydesc {
  color: unset;
  font-family: Latinka-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 0.16px;
}

.libraryimg img {
  height: 100%;
  width: 100%;
}

#library-carousel .owl-nav {
  position: absolute;
  top: -17%;
  right: 3%;
}

#library-carousel .owl-nav:hover .owl-prev,
#library-carousel .owl-nav:hover .owl-next {
  background: transparent;
}
/* =================== Library Corner Section End =================== */
/* =================== News & Events Section Start =================== */
.newssection {
  background-color: #fffbee;
  height: 105vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9em;
}

.newsmain {
  position: relative;
}

.newsmainhead {
  padding-bottom: 3rem;
}

.newstitle {
  color: #288566;
  position: relative;
  font-family: Latinka-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.newstitle::after {
  content: "";
  position: absolute;
  background: #c35b21;
  height: 4px;
  width: 100%;
  top: 42px;
  left: 0;
}

.newsbigtitle h2 {
  color: #ddb49e;
  font-family: Latinka-Black;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  text-transform: uppercase;
}

.newsLeft {
  display: flex;
  align-items: center;
}

.Arrowicons {
  display: flex;
  gap: 6px;
}

.newsbox {
  position: relative;
  border-radius: 10px;
  background: #fef1cb;
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsbox:first-child::after {
  content: url(https://c9.shauryasoft.com/media/bny-wcp-2506091441-0256611849-1.svg);
  position: absolute;
  right: -11px;
  top: -9px;
}

.newsbox:hover .newsicon {
  background: #288566;
}

.newsbox .readmorebtn a {
  color: #ae511e;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsbox:hover > .newsdate {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  left: 0;
}

.newsbox:hover > .newsheadings {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.newsbox:hover > .readmorebtn {
  background: #288566;
  transition: all 0.4s ease-in-out;
  border: none;
}

.newsbox:hover > .readmorebtn a {
  color: #fef1cb;
}

.iconmain {
  display: flex;
  justify-content: end;
}
.newsicon {
  height: 50px;
  width: 50px;
  border: 1px solid #133e30;
  border-radius: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.newsicon img {
  width: 40px;
  height: 29px;
}

.newsdate span {
  color: #ae511e;
  font-family: Latinka-ExtraBold;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 1.92px;
  text-transform: capitalize;
}

.newshead {
  color: #ae511e;
  font-family: Latinka-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newssubhead {
  color: #ae511e;
  font-family: Latinka-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 0.28px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsbox .readmorebtn {
  display: flex;
  width: 100%;
  padding: 14px 0px;
  align-items: center;
  gap: 6px;
  border-radius: 50px;
  border: 2.25px solid #823d16;
  justify-content: center;
}

#News-carousel {
  position: relative;
}

#News-carousel .owl-nav.disabled {
  display: block;
}

#News-carousel .owl-nav {
  position: absolute;
  top: -25%;
  right: 3%;
}

.newsmain .owl-nav:hover .owl-prev,
.newsmain .owl-nav:hover .owl-next {
  background: transparent;
}

.newsmain .owl-carousel .item {
  padding: 20px;
}
.newsmain .owl-carousel .item h4 {
  margin-top: 0;
}

.newsbox:hover .iconmain .newsicon img {
  filter: brightness(1) sepia(100%) hue-rotate(10deg) saturate(330);
}
/* =================== News & Events Section End =================== */
/* =================== Photo Gallery Section start =================== */
.photogallerysection {
  padding: 10rem 10rem 0rem;
}
.galleryLeft {
  display: flex;
  align-items: center;
}
.gallerytitle {
  position: relative;
  color: #d96525;
  font-family: Latinka-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.gallerytitle::after {
  content: "";
  position: absolute;
  background: #35b188;
  height: 4px;
  width: 100%;
  top: 42px;
  left: 0;
}

.gallerybigtitle h2 {
  color: #649d74;
  font-family: Latinka-Black;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.gallerymainhead {
  padding-bottom: 3rem;
}

.card-slider-container {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}

/* .owl-carousel .owl-item {
    padding: 10px;
} */

.card-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  background-color: #fff;
}

.card-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.card-item:hover .card-overlay {
  opacity: 1;
}

.card-item:hover {
  transform: rotateZ(-4deg);
}

.overlay-heading {
  color: #fff;
  font-family: Latinka-Black;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.overlay-button {
  color: #fdfdfd;
  text-align: center;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.card-item .readmorebtn {
  width: 210px;
}

.card-item .readmorebtn:hover {
  background-color: transparent;
  transition: all 1s ease-in-out;
}

.owl-theme .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.Photogallery-carousel {
  position: relative;
}

/* #News-carousel .owl-nav.disabled {
  display: block;
} */

.Photogallery-carousel .owl-nav {
  position: absolute;
  top: -17%;
  right: 3%;
}

.Photogallery-carousel .owl-nav:hover .owl-prev,
.Photogallery-carousel .owl-nav:hover .owl-next {
  background: transparent;
}

/* =================== Photo Gallery Section End =================== */
/* =================== Footer Form Section Start =================== */
.footerformsection {
  padding: 1em;
  padding-top: 17em;
}

.forminner {
  border-radius: 10px;
  position: relative;
  background: linear-gradient(
      0deg,
      rgba(195, 91, 33, 0.3) 0%,
      rgba(195, 91, 33, 0.3) 100%
    ),
    url(/assets/images/Footer\ form.jpg) lightgray 50% / cover no-repeat;
}
.formlefttext {
  color: #fff;
  padding: 3rem 0rem 0 8rem;
  font-family: Latinka-Black;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.contact-form {
  max-width: 100%;
  min-width: 300px;
  width: 30%;
  position: absolute;
  top: -100px;
  border-radius: 10px;
  background: #f3faf5;
  padding: 2rem;
  border-radius: 10px;
}
.form-control {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #507d5c;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
  color: #2a8e6d;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-control::placeholder {
  color: #2a8e6d;
}

.form-control:focus {
  background-color: transparent;
  border-color: #507d5c;
  color: #2a8e6d;
}

.form-label {
  color: #3c5e45;
  /* font-family: Raleway; */
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.form-text {
  font-size: 0.85rem;
  color: #6c757d;
}

textarea {
  resize: none;
}
.submit-btn {
  display: inline-block;
  background: transparent;
  border-radius: 50px;
  border: 2.25px solid #d96525;
  color: #d96525;
  width: 100%;
  padding: 0.6rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.submit-btn:hover {
  background: #d96525;
  color: #fff;
}

.formbtn {
  margin: 4rem 0 2rem;
}

.circletext {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

#circle {
  position: absolute;
  right: -70px;
  top: -100px;
  background-color: #d96525;
  border-radius: 50%;
  rotate: 10deg;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  overflow: visible;
}
textPath {
  display: inline;
}

/* =================== Footer Form Section End =================== */
/* =================== Footer Section Start =================== */
footer {
  background-color: #288566;
  background-image: url(/assets/images/footerbg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  border-radius: 60px 60px 0px 0px;
}

.footermain {
  padding: 5rem 10em;
}

.footericon {
  color: #e6f6f4;
}

.footerlogo {
  width: 25vw;
}

.quick {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #267d60;
  border-radius: 20px;
}

.quick:hover {
  transition: background 0.5s ease-in-out;
}

.quick p {
  color: #fff;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.6px;
}

.quick i {
  color: #fff;
}

.quicklinks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.quick a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 6px;
}

.contactsection p a {
  color: #e6f6f4;
  font-family: Latinka-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.24px;
}

.address,
.mail,
.phone {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.address a {
  color: #e6f6f4;
  font-style: normal;
  line-height: 20px;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.24px;
}
.social {
  display: flex;
  padding-left: 0;
  gap: 1em;
}

.social li {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social li a i {
  color: #288566;
}

.social li:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  background-color: #f9e8de;
}

.social li:hover a i {
  color: #622d11;
}

.linksection {
  padding-left: 4em;
}

.footerright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}

.footermap {
  overflow: hidden;
  position: relative;
}

.footermap img {
  display: block;
}

.footermap::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 1rem;
  background-color: #d96525;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: bottom 0.7s ease-in-out;
  content: "FIND US";
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
}

.footermap:hover::after {
  bottom: 20px;
  opacity: 1;
  right: 1rem;
  font-family: "Raleway";
  cursor: pointer;
}
.reservedtext {
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 9rem;
}

.poweredby {
  margin-bottom: 0;
}

.poweredby a {
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.14px;
  text-decoration: none;
}

.footerend {
  border-top: 1.3px solid #fff;
  width: 79.9vw;
}

.footerend .row {
  align-items: center;
  padding: 1em;
  width: 100%;
}
/* =================== Footer Section End =================== */