@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.summit-header {
  padding: 160px 20px 100px;
  background-size: cover;
  background-position: center;
}

.summit-header .wrapper {
  max-width: 1192px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  gap: 60px;
}

.summit-header .suptitle {
  color: var(--white);
  text-shadow: 0 4.187px 13.159px rgba(10, 7, 51, 0.10);
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.summit-header h1 {
  color: #FFF;
  text-shadow: 0 4px 13px rgba(10, 7, 51, 0.10);
  font-family: "Caprasimo", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
.summit-header p {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* COUNTDOWN */
.summit-header .countdown {
  background-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(7px);
  padding: 20px 25px;
  border-radius: 13px;
  max-width: 240px;
  box-sizing: border-box;
  position: relative;
}
.summit-header .countdown .subtitle {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.summit-header .countdown .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5px;
}
.summit-header .countdown .days
.summit-header .countdown .hours
.summit-header .countdown .minutes {
  display: inline-block;
  text-align: right;
  position: relative;
}
.summit-header .countdown .separator {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  top: -8px;
}
.summit-header .countdown .number {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 1px;
  display: block;
}
.summit-header .countdown .title {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  display: block;
}

.summit-header .left {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.summit-header .right {

}