:root {
  --color-default: #2b180d;
  --color-primary: #d91f26;
  --color-secondary: black;
  --crimson: #DC143C;
  --clr-neutral-100: hsl(0, 0%, 100%);
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}


a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

 /* nav .navbar-content1{
  position: sticky !important;
  top: 0;
  z-index: 1;
} */

nav{
  position: sticky !important;
  top: 0;
  z-index: 100;
  background: black;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

body {
  background-color: #000;
  color: #fff;
}

.about-us {
  font-size: 40px !important;
}

.axexa {
  color: #DC143C;
}

.crop-video {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  opacity: 0.15;
}

/* .crop-video video {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    display: block; 
  } */
.font-long {
  font-size: 60px !important;
}

.fontstyle {
  font-size: 25px !important;
  font-weight: 100;
}

.heading {
  font-size: 50px !important;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
  font-weight: 300 !important;
  color: #DC143C !important;

}

.hover-effect {
  transition: transform 0.3s ease;
}

.hover-effect:hover {
  transform: scale(1.1);
  cursor: pointer;
}

#hidden-sections {
  visibility: hidden;
}


.box {
  background-color: black;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px #f8e4e8;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  border: white;
}

.box:hover {
  transform: scale(1.1);

}

.box:hover .para-heading {
  color: #ff99ad !important;

}

.box:hover .ic {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}

.ic {
  transition: transform 0.3s ease-in-out;
}


.our-team {
  padding: 20px 0 4px 0px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #DC143C;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #DC143C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.team-card:hover {
  cursor: pointer;
}

.name {
  font-size: 80px !important;

}

@keyframes scaleColorChange {
  0% {
    transform: scale(1);
    color: #000;
  }

  50% {
    transform: scale(1.1);
    color: #DC143C;
  }

  100% {
    transform: scale(1);
    color: #DC143C;
  }
}

.team-card .name {
  transition: color 0.3s ease, transform 0.3s ease;
}

.team-card:hover .name {
  animation: scaleColorChange 0.5s ease forwards;
}

.para {
  font-size: 15px;
}

.para-heading {
  font-size: 25px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}


.section-4 {
  background-color: black;
  border-radius: 10px;
  padding: 20px;
}

/* Header text styles */
.section-4 h5 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/* Number display styles */
.section-4-heading {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  /* Adding animation */
  animation: pulse 1s infinite;
}

/* Description text styles */
.text-center {
  color: #ccc;
  font-size: 1rem;
  margin-top: 10px;
}

/* Animation keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* Section-4 description styles with background animation */
.section-4-desc {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  /* Background gradient animation */
  background: linear-gradient(90deg, #000000, #d43e5c);
  background-size: 200% 200%;
  animation: gradientAnimation 3s infinite;
  border-radius: 10px;
  padding: 20px;
}

/* Gradient animation keyframes */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}





/* ---------------------- */

/* why choose us start */

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 0;
  background: white;
  height: 80vh;
  display: flex;
  align-items: center;
}

.section-header h2 {
  color: black !important;
}

.why-us .img-bg {
  max-height: 500px;
  background-size: cover;
}

.why-us .slides {
  background-color: #f7f9fc;
}

.why-us h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: #d91f26;
  font-family: var(--font-secondary);
}

.why-us .swiper {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: var(--color-secondary);
}

.why-us .swiper-button-prev {
  left: 80px;
}

.why-us .swiper-button-next {
  right: 80px;
}

.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 60px 60px 40px 60px;
  }

  .why-us .swiper-button-prev,
  .why-us .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-us .swiper {
    margin: 40px 40px 20px 40px;
  }
}

.page-about .why-us {
  padding: 0 0 80px 0;
}



/* why choose us end*/

.splitbody {
  height: 100%;
  background: #2b3e51;
  margin: 0;
  overflow: hidden;
}

.splitcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cube {
  width: 60px;
  height: 60px;
  background: #f45c41;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
}

.plus-vertical,
.plus-horizontal {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.plus-vertical {
  height: 50%;
  width: 5px;
}

.plus-horizontal {
  width: 50%;
  height: 5px;
}

.quadrant {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quadrant__item {
  width: 50%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f45c41;
  border-radius: 6px;
  position: relative;
}

.quadrant__item__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-down,
.arrow-left,
.arrow-right,
.arrow-up {
  opacity: 0;
}

.arrow-up {
  transform: translateY(10px);
}

.arrow-down {
  transform: translateY(-10px);
}

.arrow-left {
  transform: translateX(10px);
}

.arrow-right {
  transform: translateX(-10px);
}



/* Footer Content Start */
footer {
  color: #000 !important;
}

.footer-content {
  background: var(--crimson);
}

.footer-img {
  max-width: 350px !important;
  max-height: 350px !important;
}

.footer-change {
  background: rgb(255, 255, 255);
  color: #000 !important;
}

.footer-rights {
  padding: 1.1em;
}

.foot-i span {
  color: #DC143C;
  font-size: 25px;
}

.footer-3 h5 {
  color: var(--crimson);
  font-weight: bold;
}

.footer-is {
  color: #DC143C;
}

.foot-i a {
  text-decoration: none;
}

.footer-icons i {
  background: black;
  padding: .4em;
  border-radius: 50%;
  color: white;
}

.footer-icons i:hover {
  cursor: pointer;
  transition: .9s;
}


.footer-text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: black;
}

.footer-txt {
  color: #000;
}


.footer-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--crimson);
  /* Choose your desired underline color */
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.footer-text:hover::before {
  width: 100%;
}


.footer-logos {
  position: relative;
  display: inline-block;
  cursor: pointer;
}



.footer-4 h5 {
  color: #DC143C;
  font-weight: bold;
}


/* Footer Content End */

/* navbar content start */

.nav-link i {
  color: red;
}

.nav-item .nav-link:hover {
  color: white !important;
}

.axexa-logo {
  max-width: 200px !important;
  margin-top: 10px;
}

.custom-navbar {
  padding: -20px;
}

.offcanvas-1 {
  transition: .7s;
  background: rgba(0, 0, 0, 0.8) !important;
}

.btn-navbar {
  border: none !important;
  outline: none !important;
  color: white !important;
}

.nav-link:hover {
  transition: .7s;
  color: white;
}

.navbar-brand>i {
  color: white !important;
}

.btn-navbar:focus {
  box-shadow: none !important;
}

.offcanvas-1 {
  font-size: 15px !important;
}

.bar-icon {
  color: white !important;
}

.btn-close {
  border: none;
  outline: none;
  color: white;
}

.btn-close:focus {
  box-shadow: none;
}

.footer-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--crimson);
  /* Choose your desired underline color */
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.footer-text:hover::before {
  width: 100%;
}

@media all and (min-width:767px) and (max-width:998px) {
  .btn-navbar {
    display: block
  }

  .span {
    display: none !important;
  }
}

@media all and (max-width:426px) {
  .axexa-logo {
    max-width: 130px;
  }
}

.crimson {
  color: #DC143C;
}

@media (min-width:768px) {
  /* Add this style to your custom stylesheet */
  @media (min-width:768px) {

    /* Add this style to your custom stylesheet */
    .navbar-nav .nav-item .nav-link.active {
      position: relative;
      text-decoration: none;
      overflow: hidden;
    }

    .navbar-nav .nav-item .nav-link.active::before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background-color: crimson;
      /* Set the initial underline color */
      top: 34px;
      /* Adjust this value to move the underline up or down */
      left: 0;
      transition: width 0.3s ease;
    }

    .navbar-nav .nav-item .nav-link.active::before {
      width: 100%;
    }
  }
}

/* navbar content end */



/* footer media query */

@media (min-width:1184px) and (max-width:1413px){

  .footer-text, .footer-txt{
    font-size: 14px !important;
    font-weight: bold;
  }
}


@media (min-width:426px) and (max-width:769px) {
  .footer-copy {
    display: flex;
    justify-content: center;
  }

  .footer-copy1 {
    display: flex;
    justify-content: center;
  }

  .footer-3 {
    margin-top: 40px;
  }

  .footer-4 {
    margin-top: 30px;
  }
}

@media (min-width:376px) and (max-width:426px) {

  .footer-text,
  .footer-txt {
    font-size: 14px;
  }

  .footer-img {
    max-width: 250px !important;
    max-height: 250px !important;
  }

  .footer-3 {
    margin-top: 40px;
  }

  .footer-4 {
    margin-top: 30px;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
  }

  .footer-copy1 {
    font-size: 13px;
    display: flex;
    justify-content: center;
  }

  .footer-para,
  .footer-contact,
  .foo-para {
    font-size: 15px;
  }
}

@media (min-width:321px) and (max-width:376px) {
  .footer-3 {
    margin-top: 40px;
  }

  .footer-img {
    max-width: 200px !important;
    max-height: 200px !important;
  }

  .footer-4 {
    margin-top: 30px;
  }
  .footer-text,
  .footer-txt{
    font-size: 12.3px;
  }
  
  .footer-para,
  .footer-contact,
  .foo-para {
    font-size: 14px;
  }

  .footer-copy1 {
    font-size: 13px;
    display: flex;
    justify-content: center;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
  }
}

@media (max-width:321px) {

  .footer-text,
  .footer-txt {
    font-size: 12.3px;
  }

  .footer-img {
    max-width: 180px !important;
    max-height: 180px !important;
  }

  .footer-3 {
    margin-top: 40px;
  }

  .footer-4 {
    margin-top: 30px;
  }

  .footer-copy1 {
    font-size: 13px;
    display: flex;
    justify-content: center;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
    font-size: 15px;
  }

  .footer-para,
  .footer-contact,
  .foo-para {
    font-size: 14px;
  }
}

.ff-1 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

/* media query end */


@media screen and (max-width:410px) {
  .video-description {
    font-size: 15px !important;
  }

  .about-us {
    font-size: 50px !important;
  }

  .text-align-justify {

    text-align: center;
  }

  .mission-vission {
    justify-content: center;
    display: flex;
  }
}

