
/****************************************
* Header
****************************************/

header .logo img {
  max-width: 250px;
}

/****************************************
* Navigation
****************************************/

nav ul {
  gap: .5rem;
}

nav a,
nav button {
  font-size: 16px;
  cursor: pointer;
  padding: .5rem 1rem;
}

/****************************************
* Inside banner
****************************************/

.inside-banner {
  top: 89px;
}

/****************************************
* Banner Curve
****************************************/

.curve {
  top: calc(-60px + (-94 - -60) * (100vw - 1140px) / (1800 - 1140));
}

/****************************************
* Belief Cards
****************************************/

.belief .title,
.belief .details {
  margin: 0 auto;
  max-width: 90%;
}

/****************************************
* Swiper
****************************************/

/* .ss-classes .swiper-button-disabled {
  display: none !important;
} */