* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

p {
  margin: 0px;
}
html.menu-open,
body.menu-open {
  overflow: hidden !important;
}
@font-face {
  font-family: spacebold;
  src: url(/assets/fonts/SpaceGrotesk-Bold.otf) format("opentype");
}

@font-face {
  font-family: spaceSemibold;
  src: url(/assets/fonts/SpaceGrotesk-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: latoReg;
  src: url(/assets/fonts/Lato-Regular.ttf) format("opentype");
}

@font-face {
  font-family: spaceReg;
  src: url(/assets/fonts/SpaceGrotesk-Regular.otf) format("opentype");
}

@font-face {
  font-family: latobold;
  src: url(/assets/fonts/Lato-Bold.ttf) format("opentype");
}

@font-face {
  font-family: spaceMed;
  src: url(/assets/fonts/SpaceGrotesk-Medium.otf) format("opentype");
}
/* ===================COMMON CLASSES======================= */

.whiteHeading {
  font-family: spacebold;
  font-size: 64px;
  line-height: 63px;
  letter-spacing: 0%;
  color: #f5efe6;
  text-transform: uppercase;
  padding-top: 1rem;
}

.whiteSubHead {
  font-family: spaceSemibold;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 12%;
  color: #f5efe6;
  text-transform: uppercase;
  text-decoration: underline;
}

#homeContent,
.homeContent {
  font-family: latoReg;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 5%;
  color: #f5efe6;
  text-transform: capitalize;
}

.blueContent {
  font-family: latoReg;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 5%;
  color: #0e223f;
  text-transform: capitalize;
}

.blueHeading {
  font-family: spacebold;
  font-size: 64px;
  line-height: 95%;
  letter-spacing: 0%;
  color: #011f45;
  text-transform: uppercase;
  padding-top: 1rem;
}

.redHeading {
  font-family: spaceSemibold;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 12%;
  color: #e39744;
  text-transform: uppercase;
  text-decoration: underline;
}
.knowMore, .knowing{
  padding-top: 3rem;
}
.knowMore a {
  color: #f5efe6;
  text-decoration: none;
  font-size: 18px;
  font-family: spaceSemibold;
  line-height: 100px;
  letter-spacing: 2%;
  background: #011f45;
  padding: 15px 30px;
  border: 2px solid #f5efe6;
  border-radius: 10px;
}

.knowing a {
  color: #011f45;
  text-decoration: none;
  font-size: 18px;
  font-family: spaceSemibold;
  line-height: 100px;
  letter-spacing: 2%;
  background: #f5efe6;
  padding: 15px 30px;
  border: 2px solid #011f45;
  border-radius: 10px;
}
.mainBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cardHeading {
  font-family: spaceSemibold;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0%;
  color: #fcf6ed;
  text-transform: capitalize;
}

.cardSubHeading {
  font-family: latoReg;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0%;
  color: #fcf6ed;
  text-transform: capitalize;
  text-decoration: underline;
}

.degreeBox {
  font-family: spaceSemibold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 5%;
  color: #fcf6ed;
  text-transform: uppercase;
  border: 2px solid #fcf6ed;
  padding: 10px;
  width: max-content;
  border-radius: 10px;
}


/* ====================bannerVideo======================= */
.homeHeader {
    background: #0F2A44;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.headerrow{
      padding: 0px 30px;
}
.headerMarquee p{
    color: #fff;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding: 6px 0px;
}
.bannerVideo {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerButtons {
    position: absolute;
    display: flex;
    bottom: 25px;
    left: 25px;
    gap: 20px;
}

.bannerApply a {
  color: #011f45;
  text-decoration: none;
  font-size: 18px;
  font-family: spaceSemibold;
  line-height: 100px;
  letter-spacing: 2%;
  background: #E6A100;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
}


.mainToplogo{
  display: flex;
  align-items: center;
}

.topLogos{
  display: flex;
  gap: 30px;
}

.logoGif{
  display: none;
}

.schlLogo{
    display: flex;
    justify-content: center;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 100%;
  cursor: pointer;
}
.menu-wrapper .line {
  width: 24px;
  height: 2px;
  background-color: #0F2A44;
  border-radius: 2px;
}

.mainLoginBtns{
    align-items: center;
    display: flex;
    justify-content: end;
}

.rightheaderBtns{
  display: flex;
  gap: 20px;
}

.loginBtns{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F9F6F1;
  color:#011f45;
  font-family: spaceSemibold;
  font-size: 18px;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

/* ========================MENU=================== */

.right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.menubtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 35%;
    background-color: #fff;
    cursor: pointer;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100%;
}

.menu-wrapper .line {
    width: 24px;
    height: 2px;
    background-color: #0E425C;
    border-radius: 2px;
}

.headerlogo {
    display: none;
}

.drawer {
    position: fixed;
    top: 0;
    right: -465px;
    width: 465px;
    height: 100vh;
    background: #011F45;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease, width 0.3s ease;
    z-index: 1000;
    padding: 20px 50px;
    overflow: hidden;
}

.drawer-header,
.back-btn {
    display: flex;
    justify-content: end;
}

.drawer.open {
    right: 0;
    width: 550px;
}

.drawer.open.submenu-active {
    width: 980px;
    right: 0;
}

.menu-box {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}



.submenuIcons {
    display: flex;
    justify-content: end;
    gap: 25px;
}

.submenuIcons img {
    padding: 10px;
    background: #A43569;
    border-radius: 15px;
}



.close-btn img {
    background: #F5F0E6;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}

.back-btn img {
    background: #011F45;
    padding: 12px 16px;
    border-radius: 15px;
    cursor: pointer;
}

.menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 465px;
    float: left;
}


.menu-items li {
    color: #F5F0E6;
    font-family: spaceReg;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    cursor: pointer;
    padding: 10px 0px;

}

.menu-link img,
.sub-menu-link img {
    padding: 0px 0px 3px 10px;
}
  
  .menu-link a {
    text-decoration: none;
    color: #F5F0E6;
  }

.menu-level-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 465px;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease, width 0.3s ease;
    z-index: 1001;
    padding: 25px;
}

.menu-level-2.active {
    transform: translateX(0);
}

.sub-menu li {
    list-style: none;
}

.sub-menu li a {
    text-decoration: none;
    color: #011F45;
    font-family: spaceSemibold;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.8px;
}

.menuquickLinks div a{
       color: #F5F0E6;
    font-family: spaceReg;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.8px;
}

.menusocialLinks{
    gap: 10px;
    justify-content: end;
}

/* ==============aboutUs============== */

.aboutUs {
  background: #011f45;
  padding: 50px 12.5vw;
}

 /* ===================WHY CHOOSE============  */

 .choose{
  padding: 3.125rem 12.5vw;
  background: #f5efe6;
 }

 .blueHeading span{
  border-bottom: 5px solid #F59E0B;
 }

    .feature-number {
      font-size: 180px;
      font-family: spacebold;
      color: #E2E2E0;
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 0;
    }

 .feature-content {
    position: relative;
    z-index: 1;
    padding: 3rem;
    height: 100%;
}

   .feature-title {
    font-size: 40px;
    font-family: spaceSemibold;
    color: #0F2A44;
    margin-bottom: 10px;
    line-height: 40px;
    position: relative;
    padding-left: 6rem;
}

.feature-title::before {
    position: absolute;
    font-size: 180px;
    font-family: spacebold;
    color: #E2E2E0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -4;
}
.col-md-4:nth-child(1) .feature-title::before { content: "01"; }
.col-md-4:nth-child(2) .feature-title::before { content: "02"; }
.col-md-4:nth-child(3) .feature-title::before { content: "03"; }
.col-md-4:nth-child(4) .feature-title::before { content: "04"; }
.col-md-4:nth-child(5) .feature-title::before { content: "05"; }
.col-md-4:nth-child(6) .feature-title::before { content: "06"; }

/* =============academics============ */

.academics {
  padding: 50px 12.5vw;
  background: #f5efe6;
}

ul.tabs {
  margin: 20px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  padding: 20px 0px;
  cursor: pointer;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: block;
}
.tabs li.current .academicTab {
  background: #e39f44;
  border: none;
  color: #fff;
}

.tabs li.current .academicTab p {
  color: #fff;
}

.tabs li::before {
  content: "";
  display: none;
}

.tabs li.current img {
  display: none;
}

.tabs li.current .academicTab p::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/assets/images/forwardArw.png);
  background-size: contain;
}

.academicTab {
  background: #fcf6ed;
  padding: 20px;
  border-radius: 20px;
  width: max-content;
  border: 2px solid #011f45;
  display: flex;
  gap: 10px;
  align-items: center;
}

.academicTab p {
  font-size: 20px;
  font-family: spaceSemibold;
  letter-spacing: 2%;
  color: #011f45;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}
.innerBox {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
}
.cardBox {
  background: #011f45;
  border-radius: 10px;
}
.applyNow p {
  font-family: spaceReg;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 5%;
  color: #fcf6ed;
  text-transform: uppercase;
  display: flex;
  justify-content: end;
  padding: 12px;
  border-top: 1px solid #fff;
}

/* =============CAMPUS============== */

.campus {
  padding-top: 50px;
  background: #f5efe6;
}

.headerBox {
  text-align: center;
}
.img {
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.small {
  width: 300px;
  height: 280px;
}

.medium {
  width: 300px;
  height: 320px;
}

.large {
  width: 280px;
  height: 370px;
}

.marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 100px 0px;
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.item {
  flex: 0 0 auto;
  margin-right: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===================LEADERSHIP============  */

.leadership {
  padding: 50px 12.5vw;
  background: #f5efe6;
}

.leadtab-content {
  display: none;
}

.leadtab-content.active {
  display: block;
}

.leadtabs {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 20px 0px;
}

.leadtabs li {
  color: #9c9c9c;
  font-family: spacebold;
  letter-spacing: 2%;
  line-height: 100px;
  font-size: 24px;
}

.leadtabs li.active {
  color: #e39f44;
  font-family: spacebold;
  letter-spacing: 2%;
  line-height: 100px;
  font-size: 24px;
  text-decoration: underline;
}

.leadImg img {
  border: 14px solid #0e223f;
  border-radius: 30px;
}

.leaderContent {
  display: flex;
  align-items: center;
}

.leadHead {
  color: #0e223f;
  font-family: spacebold;
  letter-spacing: 0%;
  line-height: normal;
  font-size: 40px;
}

.leadSubhead {
  color: #e39744;
  font-family: spaceMed;
  letter-spacing: 2%;
  font-size: 18px;
  padding: 5px 0px;
}

/* ===============News & Events============= */

.newsEvents {
  background: #f5efe6;
  padding: 50px 9.375vw 80px;
}

.event-card {
  display: grid;
  grid-template-columns: 0fr 1fr;
  grid-template-areas:
    "box1 box2 box2"
    "box1 box3 box3"
    "box1 box4 box4";
  grid-template-rows: 1fr 1.5fr 1fr;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  background: #011f45;
  color: white;
}

.dateBox {
  border-right: 1px solid #9c9c9c;
  width: 80px;
  position: relative;
}

.eventBox,
.evntBtn {
  padding: 20px;
}

.eventDesc {
  padding: 20px 20px 35px;
}

.newsSection .owl-item img {
  display: block;
  width: 30px;
}

.readmore a {
  color: #fcf6ed;
  text-decoration: none;
  font-size: 18px;
  font-family: spaceSemibold;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 5%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.date {
  color: #fcf6ed;
  text-decoration: none;
  font-size: 18px;
  font-family: latobold;
  line-height: 30px;
  letter-spacing: 5%;
  white-space: nowrap;
  position: absolute;
  left: -50%;
  bottom: 25%;
  transform: translate(0%, 0%);
  rotate: -90deg;
}

.newsPrev {
    position: absolute;
    left: 0px;
    border-radius: 50%;
    background: #f5efe6;
    padding: 10px;
    margin: 20px 0px;
}
.newsNext {
    position: absolute;
    right: 20px;
    border-radius: 50%;
    background: #f5efe6;
    padding: 10px;
    margin: 20px 0px;
}
/* ===================partners================  */

.partners {
  background: #f5efe6;
  padding: 50px 9.375vw;
  position: relative;
  overflow: hidden;
}
.leaderRight {
  display: flex;
  height: 100vh;
}

.leaderRight::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #f5efe6, rgba(255, 255, 255, 0));
}

.leaderRight::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #f5efe6, rgba(255, 255, 255, 0));
}

.leaderRight::before,
.leaderRight::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.leaderLeft {
  padding-bottom: 10vh;
}

.logoBoxes .logo {
  width: 400px;
  height: 200px;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  margin-right: 20px;
}

.scroll-tracking {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 20px;
  padding: 20px 0px;
}

.scroll-col.top-to-bottom .scroll-tracking {
  animation: scroll-top-to-bottom 30s linear infinite;
}

.scroll-col.bottom-to-top .scroll-tracking {
  animation: scroll-bottom-to-top 30s linear infinite;
}

@keyframes scroll-top-to-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes scroll-bottom-to-top {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(100%);
  }
}

.mobLeaders{
  display: none;
}
 .scroll-row {
    overflow: hidden;
    width: 100%;
  }
  .scroll-mobtracking {
    display: flex;
    width: max-content;
    gap: 20px;
    padding: 20px 0px;
  }
  .scroll-row.left-to-right .scroll-mobtracking {
    animation: scroll-left-to-right 20s linear infinite;
  }
  .scroll-row.right-to-left .scroll-mobtracking {
    animation: scroll-right-to-left 20s linear infinite;
  }
  @keyframes scroll-left-to-right {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes scroll-right-to-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
/* ===================gallery================ */
.gallery {
  background: #f5efe6;
  padding: 50px 9.375vw;
}

.grid-container-photo {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 350px);
}

.grid-item-photo {
  position: relative;
  overflow: hidden;
}
.imgtagline a {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fcf6ed;
  background: #e39f44;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-family: spaceSemibold;
  text-decoration: none;
}
.grid-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.grid-item-photo:hover img {
  transform: scale(1.1);
}

.mini {
  grid-column: span 2;
}
.mediumMini {
  grid-column: span 3;
}
.largeMini {
  grid-column: span 4;
}

/* =====================testimonials============== */

.testimonials {
  background: #0e223f;
  padding: 50px 9.375vw;
}
.testiRow {
  margin: 10px 0px 30px;
}

.testContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.testbtns {
  text-align: end;
}

.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #f5efe6;
  cursor: pointer;
}

.nav-btn:hover {
  /* background: white; */
  color: var(--bg-dark);
  color: #011f45;
}

.student-batch {
  font-size: 18px;
  font-family: spaceMed;
  letter-spacing: 2%;
  color: #fcf6ed;
  text-transform: uppercase;
}

.main-img-wrapper {
  height: clamp(250px, 35vw, 500px);
  overflow: hidden;
}

.main-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbnails-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.thumbnails-container {
  overflow: hidden;
  width: 100%;
}

.thumb-btn {
  border: none;
  cursor: pointer;
  border-radius: 10px;
}

.thumb-btn img {
  width: clamp(60px, 8vw, 100px);
  height: clamp(60px, 8vw, 100px);
  object-fit: cover;
  border-radius: 10px;
}

.testimonial-item {
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.testimonial-item.active {
  display: block;
  opacity: 1;
}

/* ============awards============= */

.awards {
  background: #0e223f;
  padding: 50px 9.375vw;
}
.awardCards {
  margin: 40px 0px;
}
.awards-links .owl-item img {
  width: 50px;
}
.card {
  background: #f5efe6;
  border-radius: 18px;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
}

.card::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: #0e223f;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.card::after {
  position: absolute;
  content: "";
  top: -1.23rem;
  right: 0.4em;
  background: #0e223f;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.content {
  margin-top: 80px;
}

.arrow-btn {
  position: absolute;
  top: -1px;
  right: -2px;
  width: 70px;
  height: 70px;
  background: #0f2230;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-btn span {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}

.arrow-btn span i {
  color: #011f45;
  transition: transform 0.4s ease;
}

.card:hover .arrow-btn span i {
  transform: rotate(-45deg);
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
/* .nav-insta-prev,
.nav-insta-next {
  width: 50px;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.2s ease;
  height: 50px;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 50%;
} */

/* ===================explore================  */

.program-section {
  background: #011f45;
  padding: 50px 9.375vw;
}

.explore {
  background: #f9f6f1;
  padding: 20px;
  display: flex;
  gap: 50px;
}
.image-box img {
  border-radius: 10px;
}

.brochureForm {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.brochure-box {
  width: 450px;
  background: #f2efec;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brochure-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f2efec;
  font-size: 14px;
  color: #333;
}

.brochure-input::placeholder {
  color: #9c9c9c;
  font-size: 16px;
  font-family: spaceReg;
}

.brochure-btn {
  background: #102a43;
  color: #fff;
  font-family: spaceSemibold;
  border: none;
  padding: 14px 18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s ease;
}

.brochure-btn:hover {
  background: #0b1f33;
}

/* =====================footer================ */

footer {
  background: url(/assets/images/schl.png);
  position: relative;
  padding: 50px 9.375vw 0px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(1, 31, 69, 0.9) 0%,
    rgba(1, 31, 69, 1) 100%
  );
}

footer .row {
  position: relative;
  z-index: 2;   
}

.midFoot {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footerlinks p{
  font-size: 18px;
  color: #F9F6F1;
  font-family: spacebold;
  padding: 0px 0px 20px;
}

.footerlinks p a, .footerclg p{
 font-size: 16px;
  color: #fff;
  font-family: spaceReg;
  text-decoration: none;
  opacity: 0.7;
  padding: 10px 0px;
}

.socialLinks{
  display: flex;
  gap: 20px;
}

.socialLinks p a{
      text-decoration: none;
}

.socialLinks i {
    color: #fff;
    background: #0f1d44;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

.poweredBy{
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
  border-top: 1px solid #F9F6F1;
  margin-top: 20px;
}

.poweredBy p{
  color: #F9F6F1;
  z-index: 2;
}