body {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.navbar li a {
  color: var(--WHITE-WHITE, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #d9d9d9;
}

.hero>.container-fluid {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 2;
}

.hero-div {
  flex: 1;
  display: flex !important;
}



/* Ken Burns background image */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/herobg.png") center / cover no-repeat;
  animation: kenBurns 25s ease-in-out infinite alternate;
  will-change: transform;
  z-index: 0;
}

/* Dark 20% opacity overlay */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 63.67%, rgba(0, 0, 0, 1) 97.74%),
    rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero>* {
  position: relative;
  z-index: 2;
}

@keyframes kenBurns {
  0% {
    transform: scale(1) translate(0, 0);
  }

  100% {
    transform: scale(1.15) translate(-2%, -1%);
  }
}

.heroIcons i {
  color: white;
  font-size: 20px;
}

.heroIcons a {
  border: 1.333px solid var(--WHITE-WHITE, #fff);
  border-radius: 66.667px;
  padding: 10px;
}

.button,
button,
.blue-btn,
.white-btn,
.btn-free,
.menuReqBtn {
  font-family: Inter;
  font-size: 22px;
  padding: 15px 20px;
  background-color: transparent;
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-align: center;
  display: inline-block;
}

.btn-free {
  color: var(--WHITE-WHITE, #fff);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 12px;
  border: 3px solid var(--BLUE, #0d61df);
}

.btn-free:hover {
  background: var(--BLUE, #0d61df);
  transform: scale(1.05);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}


h1 {
  color: #000;
  font-family: Inter;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.whited h1,
.whited h4 {
  color: white;
}

.big {
  color: var(--DARK-DARK, #000);
  font-family: Inter;
  font-size: 74px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.alabama .big {
  color: var(--BLUE, #0d61df);
}

.keep {
  color: var(--BLUE, #0d61df);
  font-weight: 800;
}

.blue-btn {
  color: var(--WHITE-WHITE, #fff);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 12px;
  background: var(--BLUE, #0d61df);
}

.blue-btn:hover {
  background: #0a4eb3;
  transform: scale(1.05);
}

.white-btn {
  color: var(--BLUE, #0d61df);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 12px;
  background: var(--WHITE-WHITE, #fff);
}

.white-btn:hover {
  background: #e8f0fe;
  transform: scale(1.05);
}

h2 {
  color: var(--DARK-DARK, #000);
  font-family: Inter;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.whited h2 {
  color: white;
}

.med {
  min-height: 400px;
  padding: 50px;
  border-radius: 39px;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 55.45%,
      rgba(0, 0, 0, 0.74) 93.74%),
    url("../images/exc1.png") center / cover no-repeat;

  background-color: #fff;
}

.corporate {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 55.45%,
      rgba(0, 0, 0, 0.74) 93.74%),
    url("../images/corporate.png") center / cover no-repeat;
}

.gym {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 55.45%,
      rgba(0, 0, 0, 0.74) 93.74%),
    url("../images/gym.png") center / cover no-repeat;
}

h3 {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.alabama h3 {
  color: var(--DARK-DARK, #000);
  font-family: Inter;
  font-weight: 500;
}

.whited h3 {
  color: white;
}

.ser {
  padding: 100px 0px 0px;
  background: var(--BLUE, #0d61df);
}

.hoover {
  border-radius: 19px;
  border: 1px solid #fff;
  padding: 5px 20px;
}

.vector {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  top: -100px;
}

.oval {
  position: absolute;
  top: -100px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.comp {
  background: #f1f1f1;
  padding: 100px 0px;
}

h5 {
  color: var(--DARK-DARK, #000);
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.whited h5 {
  color: white;
}

.comp-card img {
  border-radius: 44px;
}

.half {
  color: var(--DARK-DARK, #000);
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.stars i {
  font-size: 30px;
  color: #ffc107;
}

.whited .half {
  color: white;
}

.color-cards {
  padding: 50px 40px;
  border-radius: 39px;
}

.blue {
  background: #418dff;
}

.light-blue {
  border-radius: 39px;
  background: #0db8df;
}

.dark-blue {
  border-radius: 39px;
  background: #313587;
}

.elevate {
  padding: 10px;
}

.elevate span {
  color: var(--WHITE-WHITE, #fff);
  text-align: center;
  font-family: Bayon;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.elevate {
  overflow: hidden;
  white-space: nowrap;
}

.elevate-track {
  display: flex;
  width: max-content;
  animation: ticker 60s linear infinite;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.owl-item {
  padding: 50px 20px;
}

.custom-carousel .item {
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.4s ease;
  height: 500px;
  cursor: pointer;
}

.custom-carousel .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
}

/* Make center item slightly bigger */
.custom-carousel .owl-item.center .item {
  transform: scale(1.15);
}

.recent {
  padding: 100px 0px;
  background: var(--DARK-DARK, #000);
}

.item1 {
  border-radius: 64px;
  background: url("../images/carousel1.jpg") center / cover no-repeat;
}

.item2 {
  border-radius: 64px;
  background: url("../images/carousel2.jpg") center / cover no-repeat;
}

.item4 {
  border-radius: 64px;
  background: url("../images/carousel4.jpg") center / cover no-repeat;
}

.item5 {
  border-radius: 64px;
  background: url("../images/carousel5.jpg") center / cover no-repeat;
}

.item6 {
  border-radius: 64px;
  background: url("../images/carousel6.jpg") center / cover no-repeat;
}

.item7 {
  border-radius: 64px;
  background: url("../images/carousel7.jpg") center / cover no-repeat;
}

.item8 {
  border-radius: 64px;
  background: url("../images/carousel8.jpg") center / cover no-repeat;
}

.item9 {
  border-radius: 64px;
  background: url("../images/carousel9.jpg") center / cover no-repeat;
}

.item10 {
  border-radius: 64px;
  background: url("../images/carousel10.jpg") center / cover no-repeat;
}

.item11 {
  border-radius: 64px;
  background: url("../images/carousel11.jpg") center / cover no-repeat;
}

.item12 {
  border-radius: 64px;
  background: url("../images/carousel12.jpg") center / cover no-repeat;
}

.item13 {
  border-radius: 64px;
  background: url("../images/carousel13.jpg") center / cover no-repeat;
}

.item14 {
  border-radius: 64px;
  background: url("../images/carousel14.jpg") center / cover no-repeat;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.7;
}

.lightbox-close {
  top: 20px;
  right: 30px;
  font-size: 48px;
  line-height: 1;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  padding: 10px 16px;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.custom-carousel .owl-item {
  transition: all 0.4s ease;
  transform: scale(0.7);
  opacity: 0.5;
}

/* Side items (visible but not center) */
.custom-carousel .owl-item.active {
  transform: scale(1);
  opacity: 0.8;
}

.revCard {
  border-radius: 20.212px;
  border: 0.632px solid var(--WHITE-WHITE, #fff);
  background: rgba(127, 178, 34, 0);
  padding: 30px;
  height: 100%;
}

.desig {
  color: #7c7c7c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.949px;
  /* 125% */
}

.fillAvailable {
  height: -webkit-fill-available;
}

.bgImageRev {
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%),
    url("../images/shot-of-a-young-businessman-working-on-a-computer-in-an-office 1.png") center / cover no-repeat;

  height: 100%;
}

footer {
  min-height: 100vh;
  padding-bottom: 100px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%),
    url("../images/footerbg.png") center / cover no-repeat;

  background-color: #d9d9d9;
}

.footerContact {
  border-radius: 52.224px;
  background: var(--DARK-DARK-80, rgba(0, 0, 0, 0.8));
  padding: 50px 30px;
  position: relative;
  top: -60px;
}

.footerContact .get {
  text-align: center;
  font-family: Inter;
  font-size: 34.488px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d5f2ff;
}

.w-max-content {
  width: max-content;
}

.footerContact .get span {
  color: var(--BLUE, #0d61df);
  font-weight: 700;
}

.footerContact label {
  font-family: Inter;
  font-size: 15.766px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 15.766px */
  letter-spacing: -0.788px;
  text-transform: capitalize;
  background: var(--Gradient3, linear-gradient(0deg, #d5f2ff 0%, #fcffe2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footerContact input,
.footerContact textarea {
  border: none;
  background-color: transparent;
  border-bottom: 3.941px solid var(--Gradient3, #d5f2ff);
  padding: 5px;
  color: white;
}

.privText {
  font-family: Alexandria;
  font-size: 13.595px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.432px;
  /* 165% */
  background: var(--Gradient3, linear-gradient(0deg, #d5f2ff 0%, #fcffe2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privDiv {
  padding: 15px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.menuBtn {
  border-radius: 70.5px;
  background: var(--DarkGrey, #3a3938);
  padding: 14px;
}

.menuBtn span {
  height: 4px;
  width: 25px;
  display: block;
  background-color: white;
  margin: 6px 0px;
}

#fullMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  overflow-y: auto;
  padding: 30px 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

#fullMenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#closeMenu {
  border-radius: 66.5px;
  background: var(--DARK-DARK, #000);
  padding: 14px 10px;
}

#fullMenu li a {
  color: var(--WHITE-WHITE-40, rgba(255, 255, 255, 0.4));
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

#fullMenu li.active a {
  color: var(--WHITE-WHITE, #fff);
}

.menuReqBtn {
  color: var(--WHITE-WHITE, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 24.388px;
  border: 3px solid var(--DARK-DARK, #000);
}

.menuReqBtn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

@media only screen and (max-width: 1600px) {
  h1 {
    font-size: 54px;
  }

  .footerContact label {
    font-size: 12px;
  }

  .elevate-inner,
  .stars i {
    font-size: 22px;
  }

  .half {
    font-size: 28px;
  }

  h4,
  .navbar li a {
    font-size: 16px;
  }

  h5 {
    font-size: 20px;
  }

  h3 {
    font-size: 30px;
  }

  h2 {
    font-size: 42px;
  }

  .big {
    font-size: 60px;
  }

  .button,
  button,
  .blue-btn,
  .white-btn,
  .btn-free,
  .menuReqBtn {
    font-size: 16px;
  }

  .footerContact .get {
    font-size: 34px;
  }
}



@media (max-height: 700px) {
  .hero {
    min-height: 650px;
    padding: 20px 0;
  }
}

@media (max-height: 500px) {
  .hero {
    min-height: 600px;
  }
}



@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4,
  .navbar li a {
    font-size: 13px;
  }

  h5 {
    font-size: 16px;
  }

  .big {
    font-size: 44px;
  }

  .half {
    font-size: 20px;
  }

  .button,
  button,
  .blue-btn,
  .white-btn,
  .btn-free,
  .menuReqBtn {
    font-size: 13px;
  }

  .footerContact .get {
    font-size: 24px;
  }

  .elevate span,
  .stars i {
    font-size: 17px;
  }

  #fullMenu li a {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .revCard {
    min-height: 380px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100%;
    padding-bottom: 70px;
  }

  .footerContact {
    top: 0px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4,
  .navbar li a {
    font-size: 14px;
  }

  h5 {
    font-size: 16px;
  }

  .big {
    font-size: 38px;
  }

  .half {
    font-size: 20px;
  }

  .button,
  button,
  .blue-btn,
  .white-btn,
  .btn-free,
  .menuReqBtn {
    font-size: 14px;
    padding: 12px 18px;
  }

  .footerContact .get {
    font-size: 22px;
  }

  .elevate span,
  .stars i {
    font-size: 18px;
  }

  @media (max-width: 600px) {

    .hero-div .blue-btn,
    .hero-div .white-btn {
      width: 100%;
      margin-bottom: 5px;
    }
  }

  .vector {
    top: -20px;
  }

  .comp {
    padding: 50px 0;
  }

  .ser {
    padding: 50px 0 0;
  }

  .recent {
    padding: 50px 0;
  }

  .owl-item {
    padding: 20px 10px;
  }

  .color-cards {
    padding: 30px 20px;
  }

  footer {
    min-height: auto;
    padding-bottom: 50px;
  }

  .footerContact {
    padding: 30px 20px;
  }

  /* Center all headings and display text on mobile */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .big,
  .half {
    text-align: center;
  }

  /* Center footer left column content on mobile */
  footer .col-lg-6 .heroIcons {
    justify-content: center;
  }

  footer .col-lg-6>.d-flex {
    justify-content: center;
  }
}