.header {
  width: 95%;
  display: flex;
  align-items: start;
  justify-content: center;
}

.header .logoSection {
  width: 30%;
}

.header .logoSection img {
  width: 14rem;
  margin-top: 3rem;
  margin-left: 2.4rem !important;
}
.header .black-logoSection img {
  width: 16rem;
  margin-top: 1.5rem;
  margin-left: 1rem !important;
}
@media (max-width: 600px) {
  .header .logoSection img {
    width: 11rem;
    margin-top: 2.5rem;
    margin-left: 1rem !important;
  }
  .navSection .ctaBtn {
    padding: 6px !important;
    font-size: 0.8rem !important;
  }
  .header .black-logoSection img {
    width: 13rem;
    margin-top: 1.3rem;
    margin-left: 0.3rem;
  }
}

.header .navSection {
  width: 70%;
  padding: 0 8%;
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logoSection img {
  width: 23rem;
}

.navSection .nav {
  text-decoration: none;
  font-size: 1rem;
  font-family: Helvetica;
  font-weight: 700;
  color: #724d99;
  text-transform: uppercase;
}
.active {
  color: #fb501c !important;
}

.active2 {
  color: #ffffff !important;
}
.navSection .ctaBtn {
  background: #fb501c;
  text-decoration: none;
  font-family: Helvetica;
  font-weight: 700;
  color: white;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 1085px) {
  .header .navSection {
    padding: 2rem 4% 0 8%;
  }

  .navSection .nav {
    font-size: 14px;
  }
  .logoSection img {
    width: 18rem;
  }
}
@media (max-width: 960px) {
  .header .navSection {
    padding: 2rem 0 0 3%;
  }

  .navSection .nav {
    font-size: 13px;
  }
  .logoSection img {
    margin-left: -3rem;
  }
}
.navHamBurger {
  width: 2rem;
  display: none;
  margin-top: 3rem;
  margin-right: 2rem;
}
.header .navSection {
  display: flex;
}
@media (max-width: 820px) {
  .navHamBurger {
    display: block;
  }
  .header .navSection {
    flex-direction: column;
    margin-top: 3.8rem;
    row-gap: 1.3rem;
    margin-bottom: 2rem;
    align-items: end;
    margin-right: 1rem;
  }
  .header {
    overflow: hidden;
    transition: 0.3s;
  }
}

@media (max-width: 1135px) {
  .subSlideMain .contentSub {
    height: 65%;
  }
  .mainSlideBanner .content {
    height: 55%;
  }
}
.subSlider {
  min-width: 15rem;
}
.mainSlide {
  min-width: 30rem;
}
@media (max-width: 890px) {
  .SliderSection {
    width: 90%;
  }
}
@media (max-width: 815px) {
  .SliderSection {
    width: 95%;
    margin-left: -5%;
  }
}
