:root {
  --darkBlue: rgba(0, 87, 163, 1);
  --white: rgba(255, 255, 255, 1);
  --lightWhite: rgba(217, 217, 217, 1);
  --black: rgba(46, 46, 46, 1);
  --paraCol: rgba(0, 0, 0, 1);
  --darkerBlue: rgba(0, 29, 54, 1);

  /* rgba(0, 87, 163, 1) */

  --lightBlue: rgba(170, 199, 224, 1);
  --lighterblue: rgba(0, 87, 163, 0.5);
  --font32: 3.6rem;

  --font24: 4.8rem;
  --font20: 3.6rem;

  --font16: 2.4rem;
  /* --font18: 1.8rem; */

  --font14: 1.6rem;
  --font12: 2.4rem;
  --font10: 1.4rem;
}
.ham {
  display: none;
}

nav li,
nav a {
  font-size: var(--font14);
  line-height: 1.68rem;
  color: var(--darkBlue);
  font-weight: var(--weight400);
  text-decoration: none;
  list-style: none;
}
.navBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6rem;
}

nav .navBtn a {
  border: none;
  cursor: pointer;
  padding: 1.6rem 2.4rem;
  font-weight: var(--weight400);
  font-size: var(--font14);
  border-radius: 0.2rem;
}

nav .navBtn .blue-btn {
  background-color: var(--darkBlue);
  color: var(--white);
}
nav .navBtn .white-btn {
  background-color: var(--white);
  color: var(--darkBlue);
  border: 1px solid var(--darkBlue);
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  /* width: 60%; */
  gap: 3rem;
  position: relative;
}
.dropMenu {
  position: absolute;
  top: 3rem;
  left: 15rem;
  width: 15rem;
  height: 16.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 5rem; */
  /* padding: 2rem 0; */
}
.dropMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--lighterblue2);

  gap: 0;
}

.dropMenu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.1rem;
  font-size: 1.4rem;
}
nav {
  width: 100vw;
}
.dropMenu a:hover {
  background-color: var(--darkBlue);
  color: var(--white);
}
nav {
  width: 100vw;
}

.listDropDown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.currentPage {
  border-bottom: 2px solid var(--darkBlue);
  padding-bottom: 0.4rem;
}
.overlay {
  background-size: 10rem;
}

.overlay {
  background-size: 10rem;
}
header {
  height: 48rem;
}
main {
  height: 52.7rem;
}
.tips p,
.tips span {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
aside {
  margin-bottom: 6.8rem;
}

aside .slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  width: 100%;
  /* width: 124rem; */
  height: 100%;
  gap: 2rem;
}
.hide {
  display: none;
}
.img-up {
  transform: rotate(180deg);
}

.certs {
  height: 52.7rem;
}

.tips2 {
  background-color: var(--white);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
  /* width: 26.2rem; */
  width: 400px;
  height: 52.7rem;
}
.tips2 h2 {
  font-size: 2.4rem;

  height: 4.2rem;
}
.tips2 p,
.tips2 span {
  font-size: 1.6rem;

  height: 4.2rem;
}
.left {
  position: absolute;
  left: 0;
  top: 24rem;
}
.right {
  position: absolute;
  right: 0;
  top: 24rem;
}
