@font-face {
  font-family: "space-gro-trail-light";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "space-gro-trail-400";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "space-gro-trail-500";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "space-gro-trail-600";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "space-gro-trail-700";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}
p,ul{
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.header {
  position: relative;
}

.menu-container {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  padding: 2rem 4rem;
  z-index: 99;
}
.menu-row {
  display: flex;
  align-items: center;
}
.school-logo a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#school-logo-img{
width: 80px;
}
.logo-text {
  color: #fff;
font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
  letter-spacing: 3.2px;
}
.right-menu {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.menu-wrapper,
.login-btn {
  background-color: #fff;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.span-box {
  width: 25px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}
.span-box span {
  display: block;
  background: #333;
  height: 3px;
  border-radius: 10px;
}

.bar1 {
  width: 75%;
  margin-left: auto;
}
.bar2 {
  width: 100%;
}
.bar3 {
  width: 75%;
  margin-right: auto;
}

video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

/* about section */
main {
  padding: 6rem 4rem;
}
.about-heading {
  color: #fff;
  font-family: space-gro-trail-700;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
}
.about-left {
  transform: translateX(-100%);
  opacity: 0;
}

.about-center {
  transform: translatex(-100%);
  opacity: 0;
}

.about-right {
  transform: translateX(100%);
  opacity: 0;
}

/* Heading background animation container */
.heading-bg-animate {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #00bdb6 0%, #00bdb6 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%; /* Initially no background */
  background-position: left bottom;
  color: white;
  transition: color 0.3s ease;
}

.about-paragraph {
  color: #546072;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.44px;
}
.about-list {
  list-style: none;
  padding-left: 4rem;
}
.about-1,
.about-2,
.about-3,
.about-4,
.about-5 {
  font-size: 60px;
  font-family: space-gro-trail-700;
  color: #d4bced;
  letter-spacing: -0.6px;
  transition: color 0.3s ease;
}
.about-1 {
  color: #1eada8;
}
.about-2 {
  color: #d799b1;
}
.about-3 {
  color: #f6c3af;
}
.about-4 {
  color: #b9bfe4;
}
.about-5 {
  color: #d4bced;
}

.about-1:hover {
  color: #67afa2;
}
.about-2:hover {
  color: #c985a2;
}
.about-3:hover {
  color: #e08c6d; /* your hover color for about-3 */
}
.about-4:hover {
  color: #6f7dca;
}
.about-5:hover {
  color: #a47bd4;
}

.about-img-box {
  position: relative;
  display: flex;
  justify-content: center;
}

.img-background {
  position: absolute;
  width: 64%;
  height: 71%;
  background: #67afa2;
  bottom: 0px;
  z-index: -1;
  border-radius: 10px;
}

.about-img-box img {
  width: 60%;
  transition: opacity 0.5s ease;
  opacity: 1;
  display: block;
}

.about-img-box img.fade-out {
  opacity: 0;
}

.ourschool-section {
  padding: 4rem 5rem;
}
.our-mission-wrapper img {
  width: 100%;
  border-radius: 20px;
}
.our-mission-right {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.our-mission-content {
  position: absolute;
  left: -100px;
  background: #67afa2;
  color: #fff;
  display: flex;
  height: 491px;
  padding: 82px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px;
  flex-shrink: 0;
  width: 100%;
  border-radius: 20px;
}
.our-mission-content .text-item {
  color: #fff;
  font-family: space-gro-trail-700;
  font-size: 48px;
  /* line-height: 80px; */
  letter-spacing: -0.48px;
  background: #e08c6d;
  padding: 6px;
  display: inline;
}

.our-mission-content .text-para {
  color: #fff;
   font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  letter-spacing: 0.18px;
  text-transform: capitalize;
}

.our-mission-content a {
  border-radius: 5px;
  background: #d1f9f1;
  margin-top: 30px;
}
.text-rotator, .text-rotator-paragraph {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.text-rotator{
  height: 200px;
}
.text-item, .text-para {
  position: absolute;
  width: fit-content;
  opacity: 0;
  display: inline-block;
  transform: translateY(50px);
  animation: slideUpFade 8s infinite;

}

.text-item:nth-child(2), .text-para:nth-child(2) {
  animation-delay: 4s;
}

@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
/* academic */
.academic-section {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.academic-img-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.academic-img-box img.academic-img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  height: 100%;
}

/* Text should be above overlay */
.academic-img-box p {
  color: #f4f9f8;
  font-family: space-gro-trail-700;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: -0.64px;
  margin-bottom: 10px;
}

.academic-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/* Heading background animation container */
.academic-text-animation {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #00bdb6 0%, #00bdb6 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%; /* Initially no background */
  background-position: left bottom;
  color: white; /* text color changes to white for contrast */
  transition: color 0.3s ease;
}
.academic-value-box {
  display: flex;
}
.acadmic-value {
  flex: 0.2;
  height: 100vh;
  border-radius: 20px;
}
.acadmic-value1,
.onHoveracdemic1 {
  padding: 30px;
  background: #a47bd4;
  transition: opacity 0.5s ease;
}
.acadmic-value2,
.onHoveracdemic2 {
  padding: 30px;
  background: #6f7dca;
  transition: opacity 0.5s ease;
}
.acadmic-value3,
.onHoveracdemic3 {
  padding: 30px;
  background: #67afa2;
  transition: opacity 0.5s ease;
}
.acadmic-value4,
.onHoveracdemic4 {
  padding: 30px;
  background: #e08c6d;
  transition: opacity 0.5s ease;
}
.acadmic-value5,
.onHoveracdemic5 {
  padding: 30px;
  background: #c985a2;
  transition: opacity 0.5s ease;
}
.academic-value-box {
  position: relative;
  z-index: 2;
  display: flex;
}

.acadmic-value {
  color: white;
  padding: 30px;
}
.academic-value-img {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.front-academic {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.front-academic h2{
color: #FFF;
  font-family: "space-gro-trail-700";
font-size: 40px;
line-height: 124%; 
}

.front-academic p{
color: #FFF;
  font-family: "space-gro-trail-400";
font-size: 20px;
line-height: 124%; 
margin-bottom: 10px;
}
.onHoveracdemic1,
.onHoveracdemic2,
.onHoveracdemic3,
.onHoveracdemic4,
.onHoveracdemic5 {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  border-radius: 20px;
}

.onHoveracdemic1 p,
.onHoveracdemic2 p,
.onHoveracdemic3 p,
.onHoveracdemic4 p,
.onHoveracdemic5 p {
  color: #fff;
  font-family: "space-gro-trail-600";
  font-size: 20px;
  line-height: 157%;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.onHoveracdemic1 h2,
.onHoveracdemic2 h2,
.onHoveracdemic3 h2,
.onHoveracdemic4 h2,
.onHoveracdemic5 h2 {
  color: #fff;
  font-family: "space-gro-trail-700";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%; /* 49.6px */
}

.onHoveracdemic1 ul,
.onHoveracdemic2 ul,
.onHoveracdemic3 ul,
.onHoveracdemic4 ul,
.onHoveracdemic5 ul {
  color: #fff;
  font-family: "space-gro-trail-600";
  font-size: 20px;
  line-height: 157%;
  letter-spacing: 0.8px;
}

.acadmic-value1:hover .onHoveracdemic1,
.acadmic-value2:hover .onHoveracdemic2,
.acadmic-value3:hover .onHoveracdemic3,
.acadmic-value4:hover .onHoveracdemic4,
.acadmic-value5:hover .onHoveracdemic5 {
  opacity: 1;
}
.aca-cta {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: relative;
  z-index: 4;
}

.onHoveracdemic1 .upper,
.onHoveracdemic1 .lower,
.onHoveracdemic2 .upper,
.onHoveracdemic2 .lower,
.onHoveracdemic3 .upper,
.onHoveracdemic3 .lower,
.onHoveracdemic4 .upper,
.onHoveracdemic4 .lower,
.onHoveracdemic5 .upper,
.onHoveracdemic5 .lower {
  height: 50%;
}

.onHoveracdemic1 .lower,
.onHoveracdemic2 .lower,
.onHoveracdemic3 .lower,
.onHoveracdemic4 .lower,
.onHoveracdemic5 .lower {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 2px solid #fff;
}
.aca-cta-hover {
  color: #133844;
  font-family: space-gro-trail-700;
  font-size: 20px;
  line-height: 124%;
  letter-spacing: 0.8px;
  background: #fff;
  padding: 10px;
  width: fit-content;
  border-radius: 8px;
}



/* explore dps */

.website-explore-wrapper {
    display: flex;
    padding: 6rem 3rem;
    align-items: center;
}
.explore-box {
    display: flex;
    width: 479px;
    height: 630px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #00bdb6;
    position: relative;
    z-index: 4;
    border-radius: 20px;
}
.explore-box p{
  color: #FFF;
text-align: center;
 font-family: space-gro-trail-700;
font-size: 64px;
line-height: 71.5px; /* 111.719% */
}
.dps-saket, .dps-rk-puram {
  width: 640px;
  height: 550px;
  flex-shrink: 0;
  overflow: hidden;
  transform: translateX(160px);
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)),
    url('../img/dpssaket.jpg');  /* change URL per element */
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%;
  background-color: lightgray;
  border-radius: 20px;
}

.dps-rk-puram {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)),
    url('../img/rkpuram.png');
  transform: translateX(-160px);
}
.dps-saket , .dps-rk-puram{
display: flex;
justify-content: start;
align-items: end;
padding: 20px 30px;
}
.dps-rk-puram{
  justify-content: end;
}
.dps-saket p ,.dps-rk-puram  p{
  color: #FFF;
 font-family: space-gro-trail-700;
font-size: 60px;
line-height: 71.5px; /* 119.167% */
}
/* testimonial */
.testimonial-box {
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    color: #333;
    transition: transform 0.3s ease;
    position: relative;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#testimonial-carousel .owl-item {

    height: 400px;
}
#testimonial-carousel .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 15px;
  object-fit: cover;
  position: absolute;
  bottom: -40px;
  right: 40px;
  border: 10px solid #fff;
}
.owl-carousel .owl-item:nth-of-type(3n+1) .testimonial-box {
  background-color: #F2CAD8;
}

.owl-carousel .owl-item:nth-of-type(3n+2) .testimonial-box {
  background-color: #FFC1AA;
}

.owl-carousel .owl-item:nth-of-type(3n+3) .testimonial-box {
  background-color: #A0E5D7;
}
.testi-heading-wrapper {
    padding: 74px 84px;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
}
.testi-heading-wrapper .testi-heading{
color: #FFF;
font-family: "Rubik", sans-serif;
/* text-align: right; */
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.72px;
}
.testi-bg-animate {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #00bdb6 0%, #00bdb6 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%; /* Initially no background */
  background-position: right bottom;
  color: white;
  transition: color 0.3s ease;
  width: fit-content;
}
p.testimoninal-content {
color: #3E3E3E;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
font-size: 24px;
line-height: 132%; /* 31.68px */
letter-spacing: 2.88px;
}
p.testinonial-name {
color: #23302E;;
font-family: space-gro-trail-700;
font-size: 24px;
line-height: normal;
letter-spacing: 0.96px;
text-transform: capitalize;
}


/* footer */
footer{
  background: #67AFA2;
  padding: 80px;

}
.footer-wrapper{
  background: #E9FFFB;
  border-radius: 30px;
  padding: 102px 103px;
  position: relative;
  overflow: hidden;
}
.footer-row{
  display: flex;
  justify-content: space-between;

}
.right-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social-links {
  display: flex;
  gap: 20px; /* space between items */
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  flex-wrap: nowrap; /* force single line */
}

.link-box {
  display: flex;
  align-items: center;
  gap: 8px; /* gap between icon and text */
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  width: fit-content;
}

.social-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social-link {
  text-decoration: none;
  color: #333;
}

.social-name {
  font-size: 14px;
  margin: 0;
}
.bottom-line{
  margin:50px 0px;
  border-top:2px solid #535353;
}

a.social-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.social-name{
color: #133844;
font-family: space-gro-trail-600;
font-size: 20px;
line-height: 20px; /* 100% */
letter-spacing: 0.2px;
}

.quick-links{
  display: flex;
  list-style: none;
  gap:5px;
}

.quick-links li{
  /* border-left: 1px solid #535353; */
  line-height: normal;
  padding: 0px 5px;
font-family: space-gro-trail-500;
font-size: 17px;
letter-spacing: 0.17px;
}

.addres-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 20px 0px 0px;
}

img.address-img {
    flex-shrink: 0;
    height: 16px;
}
li.footer-quick-li{
  position: relative;
}
li.footer-quick-li::after {
    content: '';
    height: 15px;
    width: 2px;
    background-color: #535353;
    display: block;
    position: absolute;
    top: 9px;
    left: -5px;
}
.quick-links li.footer-quick-li:first-child::after {
  content: none;
}
p.address-text {
color: #133844;
  font-family: "Rubik", sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 200% */
letter-spacing: 0.17px;
}
a.footer-quick-name {
color:  #535353;
font-family: "Rubik",sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 200% */
letter-spacing: 0.17px;
}
.footer-last {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.shauryasoft-copyright {
    background: #323232;
    padding: 10px;
    border-radius: 0px 13px 0px 20px;
}
.shaurya-soft{
  color: #ECECEC;
font-family: "Rubik",sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 170% */
letter-spacing: 0.2px;
}
.go-to-top {
    position: absolute;
    right: -22px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: start;
    background: #A368DF;
    border-radius: 50%;
    bottom: -26px;
}
.top-text {
    transform: rotate(90deg);
    color: #FDFDFD;
    font-family: "Rubik",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 33px 0px 22px 2px;
}
/* menu style */
.humburgur-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0; 
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translateX(100%); 
  transition: transform 0.4s ease-in-out;
  padding: 20px 30px;
  z-index: 10;
}

.span-box span {

  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;

}
.menu-wrapper.active .bar1 {
    transform: rotate(45deg) translate(4px, 9px);
}

.menu-wrapper.active .bar2 {
  opacity: 0;
}

.menu-wrapper.active .bar3 {
    transform: rotate(-45deg) translate(6px, -3px);
}

.humburgur-menu-wrapper.open {
  transform: translateX(0); /* 👈 Slide into view */
}

.menulist-cover {
    border-radius: 10px;
    background: #D1F9F1;
    height: 100%;
    width: 100%;
    display: flex;
    transition:  background 0.3s ease;
    justify-content: space-between;
}
.menu-list-left {
    height: 65%;
    margin: auto 0px 4rem;
    padding: 0rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.level-1 {
    
    list-style: none;
}
.level-1 .menu-li{
margin:49px 0px;
}

a.menu-name {
color: #23302E;
font-family: space-gro-trail-500;
font-size: 40px;
line-height: 28.536px; /* 71.341% */
letter-spacing: 0.8px;
  padding: 2px 10px;
  transition: background 0.3s linear;
}

a.menu-name:hover{
  background: #fff;
  border-radius: 8px;
}
.level-2 {
    position: absolute;
    left: 50%;
    top: 30%;
    list-style: none;
    display: none;
    transition: display 0.3s ease;
    height: 70%;
    overflow: hidden;
}
.level-2 .sub-menu-li {
    margin: 29px;
}
.level-2 .sub-menu-li .sub-menu-name{

color: #3E3E3E;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.2px;
text-transform: capitalize;
}
.level-3{
  list-style: none;
}
.sub-Sub-menu-li .sub-sub-menu-name {
  font-family: "Rubik", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 1.2px;
text-transform: capitalize;
color: #3E3E3E;
}
.menu-li.active > a.menu-name{
    background: #fff;
  border-radius: 8px;
}
.menu-li.active > .level-2 {
  display: block;
}
.menu-social-link svg{
height: 20px;
width: 20px;
}
.shapes-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
}
.uppeer-shape {
    background-image: url("../img/shape2.png");
    background-repeat: no-repeat;
    /* background-size: 62% 88%; */
    background-position-y: -102px;
    background-position-x: 88px;
    height: 40%;
}
.lower-shape {
    background-image: url("../img/halflogo.png");
    background-repeat: no-repeat;
    background-size: 90% 100%;
    background-position-y: bottom;
    height: 60%;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: flex-end;
    padding: 38px 136px 30px 68px;
    width: 100%;
    align-items: center;
    gap: 20px;
}
.lower-shape p {
    color: #FFF;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 124%;
    letter-spacing: 0.96px;
    padding: 0px 20px;
}
ul.menu-social-link {
display: inline-flex;
list-style: none;
gap: 20px;
}
ul.menu-social-link img{
  width: 25%;
}

.divider {
    border: 1px solid #fff;
    width: 100%;
    margin: 20px 0px;
}

.quick-link {
    display: flex;
    list-style: none;
    padding: 0;        
    margin: 0;        
    gap: 10px;   
    flex-direction: row; 
    align-items: center;   
}
.quick-link-name{
  color: #3E3E3E;
font-family: "Rubik", sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 28.536px; /* 118.901% */
letter-spacing: 0.48px;
}
li.quick-link-li {
    padding: 20px 0px;
}
.menu-quick-links {
    border-radius: 0px 10px 10px 0px;
    background: rgba(255, 255, 255, 0.70);
    padding-left: 5rem;
    margin-left: -78px;
    padding-right: 5rem;
}

/* hsfgbdjfg */
.ff-slider {
    display: flex;
    flex-direction: row;
}
.ff-box{
  display: inline-flex;
height: 439px;
padding: 16px 11px 17px 13px;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0;
width:200px
}


.swiper-container.two {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 4rem 0px;
    overflow: hidden;
}


.swiper-slide {
  height: 439px;
  /* transition: transform 0.5s ease, z-index 0.5s; */
  /* position: relative; */
    flex: 0 0 auto;
  transition: transform 0.3s ease;
   width: 360px ;
}

.ff-box {
  background: white;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
   width: 377px ;
border-radius: 200px;
padding: 20px;
}
.ff-bg {
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    border-radius: 200px;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 20px;
}
.ff-bg  h3{
color: #23302E;
text-align: center;
font-family:space-gro-trail-700;
font-size: 44px;
line-height: 38.25px; /* 93.75% */
}
.ff-bg p {
    color: #000;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.875px;
    letter-spacing: 0.17px;
    padding: 20px;
    position: absolute;
    top:70%;
    margin: 0px 20px;
}
.swiper-slide-active {
  transform: scale(1.2);
  z-index: 20;
}

.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.9);
  z-index: 5;
}
.fact-figure{
background: #133844;
padding: 5rem 4rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: none;
    color: #fff;
    border: none;
}
img.ff-bg-img {
    position: absolute;
    width: 75%;
}
.ff-heading{
  color: #FFF;
text-align: center;
font-family: "Rubik", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 109.375% */
letter-spacing: 0.64px;
}

ul#carouselTabs {
    display: flex;
    justify-content: space-between;
    border: none;
}
.nav-link{
color: #FFF;
text-align: center;
font-family: "Rubik", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.24px;
}
 .nav-tabs .nav-link.active {
  border-radius: 5px;
background: #00BDB6;
color: #fff;
border: none;
 }

