@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primaryColor: #C5161D;
  --secondaryColor: #FFDD17;
  --whiteColor: #FFFFFF;
  --blackColor:#000000;
  --textColor:#555555;
  --linkColor: #666666;
  --borderColor: #C4C4C4;
  --fontFamily: "Roboto", sans-serif;
  --fontBold: 700;
  --fontSemiBold:600;
  --fontMedium:500;
  --fontRegular: 400;
  --fontLight: 300 ;
}

body {
  font-family: var(--fontFamily);
  font-weight: var(--fontRegular);
  background-color: var(--whiteColor);
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: var(--textColor);
}

*::-webkit-scrollbar {
  width: 8px; /* width of the vertical scrollbar */
  height: 10px; /* height of the horizontal scrollbar */
}

*::-webkit-scrollbar-track {
  background: #f1f1f1; /* light background */
}

*::-webkit-scrollbar-thumb {
  background-color: var(--textColor); /* thumb color */
  border-radius: 10px; /* rounded corners */
  border: 2px solid var(--whiteColor); /* space around thumb */
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--textColor); /* darker on hover */
}

.customContainer {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
}

.w-100 {
  width: 100%;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.headingDark {
  font-weight: 900;
  font-style: Black;
  font-size: 54px;
  text-align: center;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(92.85deg, #C4161C 45.86%, #851818 119.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.headingLight {
  font-weight: 800;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  background-color: var(--whiteColor);
  color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.03), 3px 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.headingLine {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  margin-bottom: 3rem;
}
.headingLine h2 {
  font-size: 68px;
}
.headingLine p {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
  position: relative;
  text-transform: uppercase;
}
.headingLine p span {
  background-color: #FFFFFF;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  z-index: 99;
}
.headingLine p:after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.navbarTop {
  background-color: var(--whiteColor);
  padding: 9px 0px;
}
.navbarTop .customContainer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.navbarTop .customContainer .symbosisLlogo img {
  height: 70px;
}
.navbarTop .customContainer .middleLogo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 16px);
}
.navbarTop .customContainer .middleLogo img {
  max-height: 98px;
}
.navbarTop .customContainer .upperLink a {
  color: var(--linkColor);
  font-weight: var(--fontRegular);
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-left: 10px;
  display: inline-block;
  padding: 7.5px 7.5px 7.5px 25px;
  text-decoration: none;
  background-size: 20px 20px;
  background-position: top 7px left;
  background-repeat: no-repeat;
}
.navbarTop .customContainer .upperLink a.downloadDoc {
  background-image: url(../images/header/download.svg);
}
.navbarTop .customContainer .upperLink a.call {
  background-image: url(../images/header/call.svg);
  background-position: top 7px left 10px;
  border-left: 1px solid #E0DEDE;
  padding-left: 36px;
}
.navbarTop .customContainer .upperLink a.email {
  background-image: url(../images/header/email.svg);
}
.navbarTop .customContainer .upperLink a.rightSideCol {
  text-align: right;
}
.navbarTop .customContainer .lowerLink {
  text-align: right;
}
.navbarTop .customContainer .lowerLink a {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(92.85deg, #C4161C 45.86%, #851818 119.9%);
  color: var(--whiteColor);
  padding: 8px 45px 7px;
  display: inline-block;
  margin-left: 16px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 7px;
}

.navbarBottom {
  background: #C5161D;
  display: flex;
  gap: 57.5px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navbarBottom li {
  position: relative;
}
.navbarBottom li > a {
  display: block;
  margin: 25.5px 0 15.5px;
  padding: 8px 15px 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--whiteColor);
  text-decoration: none;
  border-radius: 30px;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.navbarBottom li.active a {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.navbarBottom li.dropdown > a {
  background: url(../images/header/CaretDown.svg) no-repeat top 10px right 10px;
  background-size: 18px 18px;
  padding-right: 32px;
}
.navbarBottom li.dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 9;
}
.navbarBottom li .dropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--whiteColor);
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.3s ease;
  list-style: none;
}
.navbarBottom li .dropdownMenu li a {
  padding: 16px 20px;
  font-size: 16px;
  margin: 0;
  color: var(--blackColor);
  border-radius: 0;
}
.navbarBottom li .dropdownMenu li a:hover {
  background-color: #f5f5f5;
}

.mainHeroSection {
  background-image: url(../images/banner/bannerBg.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: relative;
}
.mainHeroSection .mainHeroContainer {
  background: url(../images/banner/bannerPerson.webp);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  background-size: 35% auto;
}
.mainHeroSection .leftContent {
  padding: 152px 0 127px;
  max-width: 33%;
  text-align: center;
  overflow: hidden;
}
.mainHeroSection .leftContent .sanpDates {
  display: block;
  text-align: left;
}
.mainHeroSection .leftContent .sanpDates img {
  width: 80%;
}
.mainHeroSection .leftContent .openingSoon {
  font-weight: 600;
  font-style: Italic;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1D1C3D;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
.mainHeroSection .leftContent .openingSoon::before, .mainHeroSection .leftContent .openingSoon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px; /* large width to ensure stretch */
  height: 2px;
  background-color: #1c2143;
  transform: translateY(-50%);
}
.mainHeroSection .leftContent .openingSoon::before {
  right: 100%;
  margin-right: 12px;
}
.mainHeroSection .leftContent .openingSoon::after {
  left: 100%;
  margin-left: 12px;
}
.mainHeroSection .bannerBottomImg {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.mainHeroSection .bannerBottomImg img {
  height: 145px;
  width: auto;
}

.exellenceSection {
  background: url(../images/excellence/excellence.webp) no-repeat top left;
  background-size: 100% auto;
  padding: 140px 0 0;
}
.exellenceSection .subTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--whiteColor);
  display: block;
  padding: 20px 0 40px;
}
.exellenceSection .subTitle .hightLight {
  display: inline-block;
  font-style: Italic;
  color: var(--secondaryColor);
  text-transform: uppercase;
  padding: 0;
}
.exellenceSection .exellenceContainer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.exellenceSection .exellenceBlock {
  width: calc(25% - 10px);
  border: 1px solid rgba(255, 220, 23, 0.2941176471); /* Required to apply border-image */
  background: rgba(0, 0, 0, 0.1); /* Same as #0000001A */
  padding: 33px 20px 30px;
  border-radius: 30px; /* Optional */
  color: #fff; /* Optional for contrast */
  text-align: center;
}
.exellenceSection .exellenceBlock span {
  display: block;
}
.exellenceSection .exellenceBlock img {
  height: 70px;
  width: auto;
  align-self: center;
}
.exellenceSection .exellenceBlock span {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--whiteColor);
}
.exellenceSection .exellenceBlock span.ttl {
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 3%;
  text-align: center;
  color: var(--secondaryColor);
  text-shadow: 3px 4px 4px rgba(7, 7, 7, 0.3);
  margin: 34px 0 11px;
}
.exellenceSection .infoUniversity {
  background-color: var(--secondaryColor);
  padding: 23px 0px;
  border-radius: 30px;
  display: flex;
  margin-top: 120px;
}
.exellenceSection .infoUniversity .infoBlock {
  padding: 0 40px;
  width: 25%;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  border-right: 1px solid transparent; /* Needed for border-image to apply */
  border-image-source: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 47.6%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
  border-image-width: 1;
  border-image-repeat: stretch;
  justify-content: center;
}
.exellenceSection .infoUniversity .infoBlock img {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 20px;
}
.exellenceSection .infoUniversity .infoBlock .digit {
  font-weight: 900;
  font-style: Black;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(92.85deg, #C4161C 45.86%, #851818 119.9%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.03), 3px 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.exellenceSection .infoUniversity .infoBlock .text {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--blackColor);
}
.exellenceSection .infoUniversity .infoBlock:last-child {
  border-right: none;
}

.institutesSection {
  background: url(../images/institute/mainBg.webp) no-repeat bottom center;
  background-size: 100% auto;
  padding: 100px 0 505px;
}
.institutesSection h2 {
  margin-bottom: 38px;
}
.institutesSection .institutesContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.institutesSection .institutesBlock {
  width: calc(25% - 15px);
  position: relative;
  border-radius: 30px;
  padding: 1px 1px 0 1px;
  background: linear-gradient(180deg, #FEBCBE 0%, #FFFFFF 54.81%);
  transition: all ease-in 0.4s;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.institutesSection .institutesBlock .innerContent {
  background-color: var(--whiteColor);
  border-radius: 28px;
  height: 100%;
  width: 100%;
}
.institutesSection .institutesBlock .innerContent .innerGroupUpper {
  padding: 15px 15px 20px;
  min-height: 12rem;
}
.institutesSection .institutesBlock .innerContent .innerGroupUpper p {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--textColor);
  max-width: 90%;
}
.institutesSection .institutesBlock .innerContent .innerGroupUpper img {
  max-height: 60px;
  width: auto;
  margin-bottom: 10px;
}
.institutesSection .institutesBlock .innerContent .innerGroup {
  position: relative;
  overflow: hidden;
}
.institutesSection .institutesBlock .innerContent .innerGroup img {
  border-radius: 20px;
  width: 100%;
}
.institutesSection .institutesBlock .innerContent .innerGroup .overlay {
  position: absolute;
  inset: 0;
  padding: 20px 12px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}
.institutesSection .institutesBlock .innerContent .innerGroup .overlay span {
  background-color: var(--primaryColor);
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 18px;
  color: var(--whiteColor);
  margin-bottom: 10px;
  align-self: flex-start;
  text-decoration: none;
}
.institutesSection .institutesBlock:hover .innerContent {
  background-color: #FFEEEE;
}
.institutesSection .institutesBlock:hover .innerContent .innerGroup .overlay {
  visibility: visible;
  opacity: 1;
}

footer .footerTop {
  padding: 57px 0 50px;
}
footer .footerTop .customContainer {
  display: flex;
  justify-content: space-between;
}
footer .footerTop .footerLogo {
  padding: 10px 10px 14.2px;
  display: inline-block;
}
footer .footerTop .footerLogo img {
  height: 98.72px;
  max-width: auto;
  margin-bottom: 22px;
}
footer .footerTop .socailMediaIcon {
  display: flex;
  gap: 24.8px;
}
footer .footerTop .socailMediaIcon a {
  display: inline-block;
}
footer .footerTop .footerLinks {
  width: 68%;
}
footer .footerTop .footerLinks h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--blackColor);
  margin-bottom: 30px;
}
footer .footerTop .footerLinks ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 90%;
  padding: 0;
  margin: 0;
}
footer .footerTop .footerLinks ul li {
  width: calc(25% - 10px);
  margin-bottom: 30px;
}
footer .footerTop .footerLinks ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: none;
  color: var(--textColor);
}
footer .footerBottom {
  padding: 30px 0;
  border-top: 1px solid #B4B4B4;
}
footer .footerBottom .customContainer {
  display: flex;
}
footer .footerBottom .customContainer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--blackColor);
}
footer .footerBottom .customContainer .bottomLink {
  margin-left: auto;
  display: flex;
  list-style: none;
  gap: 20px;
}
footer .footerBottom .customContainer .bottomLink li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--blackColor);
}
footer .logoFooterPartner {
  display: flex;
  gap: 15px;
}
footer .logoFooterPartner a {
  display: inline-block;
}
footer .logoFooterPartner img {
  height: 64px;
  width: auto;
}

.topmenuA {
  display: flex;
  justify-content: end;
}

.footerText {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 14px;
}

.footerText2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #555555;
  margin-bottom: 30px;
  width: 600px;
}

.copywrightText {
  width: 492px;
}

.footerText2 .block {
  display: block;
}

.border-line {
  border-bottom: 2px solid #000; /* adjust thickness and color as needed */
  display: inline-block; /* keeps border tight to text width */
  padding-bottom: 2px;
}

@media (max-width: 1180px) {
  .footerText2 {
    width: 571px;
  }
}
@media (max-width: 1024px) {
  .footerText2 {
    width: 523px;
  }
}
@media (max-width: 992px) {
  .footerText2 {
    width: 417px;
  }
}
.lineBreaker {
  display: block;
  margin-bottom: 1rem;
}

.openCustomBtn {
  background: transparent linear-gradient(180deg, #1d213a 0%, #1d213a 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1607843137);
  border: 3px solid #f9d837;
  border-radius: 20px 20px 20px 20px;
  padding: 5px 15px;
  float: right;
  margin-bottom: 2.1rem;
  font-weight: 500;
  text-decoration: none;
}

.openCustomBtn {
  position: fixed;
  left: 10px;
  bottom: 0;
  background: #214a9a;
  z-index: 9999;
  display: block;
  padding: 5px 8px;
  cursor: pointer;
  color: #fff !important;
  text-decoration: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.copyrightText {
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.copyrightText .linkPrivacy {
  margin-bottom: 25px;
}
.copyrightText .linkPrivacy a {
  color: var(--textColor);
  text-decoration: none;
}

/* Modal backdrop */
.customNew {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

/* Modal box */
.customNew-content {
  background: #fff;
  margin: 10% auto;
  width: 1400px;
  max-width: 90%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
  overflow: auto;
}

/* Header */
.customNew-header {
  color: #333333;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3960784314);
}

.customNew-header h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.customNew-close {
  font-size: 24px;
  cursor: pointer;
}

/* Body */
.customNew-body {
  padding: 20px;
}

/* Footer */
.customNew-footer {
  padding: 15px;
  background: #f1f1f1;
  text-align: right;
}

.customNew-footer button {
  padding: 8px 15px;
  margin-left: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.customNew-footer .closeBtn {
  background: #ccc;
}

.customNew-footer .actionBtn {
  background: #007bff;
  color: #fff;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cust-p-format {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 140%;
}

@media (max-width: 1750px) {
  .headingDark {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .headingLight {
    font-size: 50px;
  }
  .navbarTop {
    background-color: var(--whiteColor);
    padding: 8px 15px;
  }
  .navbarTop .container {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .navbarTop .container .middleLogo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 16px);
  }
  .navbarTop .container .upperLink a {
    font-size: 15px;
  }
  .navbarBottom {
    gap: 45.5px;
  }
  .navbarBottom li {
    position: relative;
  }
  .navbarBottom li > a {
    font-size: 16px;
    margin: 20.5px 0 15.5px;
  }
  .mainHeroSection .leftContent {
    padding: 122px 0 127px;
  }
  .mainHeroSection .leftContent .openingSoon {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .mainHeroSection .leftContent .sanpDates {
    display: block;
    text-align: left;
  }
  .mainHeroSection .bannerBottomImg {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainHeroSection .bannerBottomImg img {
    height: 130px;
    width: auto;
  }
  .exellenceSection {
    padding: 130px 0 0;
  }
  .exellenceSection .infoUniversity {
    padding: 23px 0px;
    margin-top: 80px;
  }
  .exellenceSection .infoUniversity .infoBlock {
    padding: 0 60px;
  }
  .exellenceSection .infoUniversity .infoBlock span.ttl {
    font-size: 36px;
  }
  .exellenceSection .infoUniversity .infoBlock .digit {
    font-size: 90px;
  }
  .exellenceSection .infoUniversity .infoBlock .text {
    font-size: 24px;
  }
  .institutesSection {
    padding: 80px 0 480px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper {
    padding: 15px 15px 20px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper p {
    font-size: 18px;
  }
  footer .footerTop {
    padding: 47px 0 40px;
  }
  footer .footerTop .footerLinks h4 {
    font-size: 22px;
  }
  footer .footerTop .footerLinks ul li a {
    font-size: 14px;
  }
  footer .footerBottom .container p {
    font-size: 14px;
  }
  footer .footerBottom .container .bottomLink li a {
    font-size: 14px;
  }
}
@media (max-width: 1540px) {
  .headingDark {
    font-size: 42px;
  }
  .headingLight {
    font-size: 48px;
  }
  .navbarTop .container .upperLink a {
    font-size: 12px;
    margin-left: 5px;
    padding: 7.5px 5.5px 7.5px 20px;
    background-size: 15px 15px;
  }
  .navbarTop .container .lowerLink {
    text-align: right;
  }
  .navbarTop .container .lowerLink a {
    font-size: 12px;
    padding: 6px 25px 7px;
  }
  .navbarBottom {
    gap: 29.5px;
  }
  .navbarBottom li {
    position: relative;
  }
  .navbarBottom li > a {
    font-size: 16px;
    padding: 8px 10px 8px;
  }
  .navbarBottom li .dropdownMenu li a {
    font-size: 14px;
    margin: 0;
  }
  .mainHeroSection .mainHeroContainer {
    background-position: bottom center;
  }
  .mainHeroSection .leftContent {
    padding: 112px 0 127px;
    text-align: center;
    overflow: hidden;
  }
  .mainHeroSection .leftContent .sanpDates {
    display: block;
    text-align: left;
  }
  .mainHeroSection .leftContent .openingSoon {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .mainHeroSection .bannerBottomImg {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainHeroSection .bannerBottomImg img {
    height: 100px;
    width: auto;
  }
  .exellenceSection {
    padding: 100px 0 0;
  }
  .exellenceSection .subTitle {
    font-size: 24px;
    padding: 16px 0 32px;
  }
  .exellenceSection .exellenceContainer {
    gap: 12px;
  }
  .exellenceSection .exellenceBlock {
    padding: 28px 18px 26px;
  }
  .exellenceSection .exellenceBlock span {
    font-size: 16px;
  }
  .exellenceSection .exellenceBlock span.ttl {
    font-size: 32px;
    margin: 28px 0 11px;
  }
  .exellenceSection .infoUniversity {
    background-color: var(--secondaryColor);
    padding: 23px 0px;
    border-radius: 30px;
    display: flex;
    margin-top: 60px;
  }
  .exellenceSection .infoUniversity .infoBlock {
    padding: 0 40px;
  }
  .exellenceSection .infoUniversity .infoBlock img {
    width: 48px;
    height: 48px;
  }
  .exellenceSection .infoUniversity .infoBlock .digit {
    font-size: 74px;
  }
  .exellenceSection .infoUniversity .infoBlock .text {
    font-size: 21px;
  }
  .institutesSection {
    padding: 80px 0 420px;
  }
  .institutesSection h2 {
    margin-bottom: 24px;
  }
  .institutesSection .institutesBlock .innerContent {
    background-color: var(--whiteColor);
    border-radius: 28px;
    height: 100%;
    width: 100%;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper {
    padding: 15px 15px 20px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper p {
    font-size: 16px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper img {
    max-height: 42px;
    width: auto;
    margin-bottom: 10px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroup .overlay span {
    font-size: 14px;
  }
  footer .footerTop {
    padding: 42px 0 48px;
  }
  footer .footerTop .footerLogo img {
    height: 82.72px;
    margin-bottom: 18px;
  }
  footer .footerTop .socailMediaIcon {
    gap: 20.8px;
  }
  footer .footerTop .socailMediaIcon a {
    display: inline-block;
  }
  footer .footerTop .socailMediaIcon a img {
    height: 40px;
    width: auto;
  }
  footer .footerTop .footerLinks h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  footer .footerTop .footerLinks ul li {
    width: calc(25% - 10px);
    margin-bottom: 20px;
  }
  footer .footerTop .footerLinks ul li a {
    font-size: 14px;
  }
  footer .footerBottom .container .bottomLink li a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .headingDark {
    font-size: 32px;
  }
  .headingLight {
    font-size: 40px;
  }
  .navbarTop .container .symbosisLlogo img {
    height: 60px;
  }
  .navbarTop .container .middleLogo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 24px);
  }
  .navbarTop .container .middleLogo img {
    height: 70px;
  }
  .navbarBottom {
    gap: 14.5px;
  }
  .navbarBottom li {
    position: relative;
  }
  .navbarBottom li > a {
    font-size: 14px;
    margin: 16.5px 0 12.5px;
  }
  .navbarBottom li .dropdownMenu li a {
    font-size: 14px;
    margin: 0;
  }
  .mainHeroSection .mainHeroContainer {
    background-position: bottom center;
  }
  .mainHeroSection .leftContent {
    padding: 102px 0 120px;
    text-align: center;
    overflow: hidden;
  }
  .mainHeroSection .leftContent .openingSoon {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .mainHeroSection .bannerBottomImg {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainHeroSection .bannerBottomImg img {
    height: 80px;
    width: auto;
  }
  .exellenceSection {
    padding: 80px 0 0;
  }
  .exellenceSection .subTitle {
    font-size: 22px;
    padding: 16px 0 32px;
  }
  .exellenceSection .exellenceContainer {
    gap: 12px;
  }
  .exellenceSection .exellenceBlock {
    padding: 28px 18px 26px;
  }
  .exellenceSection .exellenceBlock img {
    max-height: 50px;
  }
  .exellenceSection .exellenceBlock span {
    font-size: 14px;
  }
  .exellenceSection .exellenceBlock span.ttl {
    font-size: 28px;
    margin: 28px 0 11px;
  }
  .exellenceSection .infoUniversity {
    background-color: var(--secondaryColor);
    padding: 20px 0px;
    border-radius: 30px;
    display: flex;
    margin-top: 50px;
  }
  .exellenceSection .infoUniversity .infoBlock {
    padding: 0 30px;
  }
  .exellenceSection .infoUniversity .infoBlock img {
    width: 48px;
    height: 48px;
  }
  .exellenceSection .infoUniversity .infoBlock .digit {
    font-size: 64px;
  }
  .exellenceSection .infoUniversity .infoBlock .text {
    font-size: 21px;
  }
  .institutesSection {
    padding: 60px 0 380px;
  }
  .institutesSection h2 {
    margin-bottom: 24px;
  }
  .institutesSection .institutesBlock .innerContent {
    background-color: var(--whiteColor);
    border-radius: 28px;
    height: 100%;
    width: 100%;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper {
    padding: 15px 15px 20px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper p {
    font-size: 14px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper img {
    max-height: 36px;
    width: auto;
    margin-bottom: 10px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroup .overlay span {
    font-size: 12px;
  }
  footer .footerTop {
    padding: 42px 0 48px;
  }
  footer .footerTop .footerLogo img {
    height: 76.72px;
    margin-bottom: 18px;
  }
  footer .footerTop .socailMediaIcon {
    gap: 16.8px;
  }
  footer .footerTop .socailMediaIcon a {
    display: inline-block;
  }
  footer .footerTop .socailMediaIcon a img {
    height: 36px;
  }
  footer .footerTop .footerLinks h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .footerTop .footerLinks ul li a {
    font-size: 12px;
  }
  footer .footerBottom .container .bottomLink li a {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .headingDark {
    font-size: 28px;
  }
  .headingLight {
    font-size: 36px;
  }
  .navbarTop .container .symbosisLlogo img {
    height: 50px;
  }
  .navbarTop .container .middleLogo {
    transform: translate(-50%, 30px);
  }
  .navbarTop .container .middleLogo img {
    height: 60px;
  }
  .navbarTop .container .upperLink a {
    font-size: 10px;
  }
  .navbarTop .container .lowerLink a {
    padding: 4px 17px 5px;
  }
  .navbarBottom {
    gap: 11.5px;
  }
  .navbarBottom li {
    position: relative;
  }
  .navbarBottom li > a {
    font-size: 12px;
    margin: 12.5px 0 10.5px;
  }
  .navbarBottom li.dropdown > a {
    background: url(../images/header/CaretDown.svg) no-repeat top 8px right 10px;
    background-size: 14px 14px;
    padding-right: 28px;
  }
  .navbarBottom li .dropdownMenu li a {
    font-size: 12px;
    margin: 0;
  }
  .mainHeroSection .mainHeroContainer {
    background-position: bottom center;
  }
  .mainHeroSection .leftContent {
    padding: 80px 0 100px;
    text-align: center;
    overflow: hidden;
  }
  .mainHeroSection .leftContent .openingSoon {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .mainHeroSection .bannerBottomImg {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainHeroSection .bannerBottomImg img {
    height: 70px;
    width: auto;
  }
  .exellenceSection {
    padding: 60px 0 0;
  }
  .exellenceSection .subTitle {
    font-size: 20px;
    padding: 16px 0 32px;
  }
  .exellenceSection .exellenceContainer {
    gap: 12px;
  }
  .exellenceSection .exellenceBlock {
    padding: 20px 10px 20px;
  }
  .exellenceSection .exellenceBlock img {
    max-height: 50px;
  }
  .exellenceSection .exellenceBlock span {
    font-size: 14px;
  }
  .exellenceSection .exellenceBlock span.ttl {
    font-size: 24px;
    margin: 28px 0 11px;
  }
  .exellenceSection .infoUniversity {
    background-color: var(--secondaryColor);
    padding: 20px 0px;
    display: flex;
    margin-top: 40px;
  }
  .exellenceSection .infoUniversity .infoBlock {
    padding: 0 30px;
  }
  .exellenceSection .infoUniversity .infoBlock img {
    width: 40px;
    height: 40px;
  }
  .exellenceSection .infoUniversity .infoBlock .digit {
    font-size: 60px;
  }
  .exellenceSection .infoUniversity .infoBlock .text {
    font-size: 18px;
  }
  .institutesSection {
    padding: 60px 0 320px;
  }
  .institutesSection h2 {
    margin-bottom: 20px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper {
    padding: 15px 10px 20px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper p {
    font-size: 12px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroupUpper img {
    max-height: 30px;
  }
  .institutesSection .institutesBlock .innerContent .innerGroup .overlay span {
    font-size: 10px;
  }
  footer .footerTop {
    padding: 42px 0 48px;
  }
  footer .footerTop .footerLogo img {
    height: 70.72px;
    margin-bottom: 18px;
  }
  footer .footerTop .socailMediaIcon {
    gap: 12.8px;
  }
  footer .footerTop .socailMediaIcon a {
    display: inline-block;
  }
  footer .footerTop .socailMediaIcon a img {
    height: 30px;
  }
  footer .footerTop .footerLinks h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */