@import url("https://fonts.googleapis.com/css2?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");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--black);
}
:root {
  --primary: #fe6635;
  --secoundary: #086efe;
  --black: #252525;
}
[class*="grid"] {
  display: grid;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  user-select: none;
}
body {
  text-size-adjust: 100%;
}
p,
a,
input,
select,
textarea,
button {
  font-size: 1.6rem;
  font-weight: 500;
}
p {
  color: var(--gray);
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1240px;
  margin: auto;
  width: 100%;
}
button {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  border-radius: 1rem;
  background: linear-gradient(87deg, var(--primary), var(--secoundary));
}
button i {
  line-height: 1;
}
section {
  padding: 8rem 0px;
  overflow: hidden;
}
header {
  height: 8rem;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header.sticky .container {
  border-color: transparent;
}
.logo img {
  height: 6rem;
}
header .container {
  height: 100%;
}
header .container,
.links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
header .links a {
  transition: 0.3s;
}
header .links a:hover {
  color: var(--secoundary);
}
.menu {
  font-size: 3rem;
  display: none;
}
main {
  height: 50rem;
  background:linear-gradient(300deg, #000000db, #00000090), url(images/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  margin-top: 8rem;
}
main .contents :is(h1, span, p) {
  color: white;
}
main .contents {
  text-align: center;
  max-width: 80rem;
  width: 100%;
  margin: auto;
}
main .contents h1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 1rem 0;
}
main .contents span {
  font-size: 1.8rem;
  line-height: 1.3;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.card {
  background: white;
  padding: 3rem;
  box-shadow: #959da533 0px 8px 24px;
  border-radius: 1rem;
  text-align: center;
}
.title h2 {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
}
.title {
  margin-bottom: 3rem;
  text-align: center;
}
.card h3 {
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 1rem 0;
  font-weight: 600;
}
.card h3 sup {
  font-size: 1rem;
}
.card p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.grid-3 .package {
  background: #ebf4ff;
  border-radius: 1.5rem;
  padding: 2rem;
}
.package h3 {
  font-size: 2rem;
  font-weight: 700;
}

.package .price {
  margin: 3rem 0;
}
.package .price h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}
.package .price h3 span {
  font-size: 1.5rem;
  font-weight: 500;
}
.price p {
  font-size: 1.5rem;
  font-weight: 400;
}
.price sup {
  font-size: 2rem;
}
.package {
  position: relative;
  padding-top: 5rem !important;
}
.package .tag {
  height: 3rem;
  padding: 0 2rem;
  background: linear-gradient(300deg, #086efe, #fe6635);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  border-radius: 5rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
}
.package .list {
  margin-top: 1.5rem;
}
.package .list .item {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  gap: 0.5rem;
}
.package .list .item img {
  width: 2.5rem;
}
.package h4 {
  font-size: 1.8rem;
  color: var(--secoundary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.package .list h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--black);
}
.package .list .item {
  margin: 3rem 0;
}
.item p {
  font-size: 1.3rem;
}
.list .item h4 span {
  color: var(--secoundary);
}
.package .list .item:first-child {
  margin-top: 0;
}
.package .list .item:last-child {
  margin-bottom: 0;
}
.locations .card {
  text-align: left;
  padding: 1.5rem;
}
.locations .card :is(p, h3) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
}
.locations .card :is(p, h3) i {
  font-size: 2rem;
  color: var(--secoundary);
}
.locations .card p {
  margin: 2rem 0;
}
.locations p a {
  font-weight: 600;
}
.locations button {
  width: 100%;
}
.contest {
  background: #ebf4ff;
  padding: 5rem;
  border-radius: 2rem;
  max-width: 80rem;
  width: 100%;
  margin: auto;
  text-align: center;
  display: grid;
  gap: 1.5rem;
}
.contest h3 {
  font-size: 3rem;
}
footer {
  font-size: 1.5rem;
  padding: 5rem;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.about {
  background: #ebf4ff;
  overflow: hidden;
  border-radius: 2rem;
}
.grid-2 .content {
  padding: 5rem;
}
.about .content h3 {
  font-size: 2rem;
  line-height: 1;
  color: var(--secoundary);
  font-weight: 500;
}
.about .content h3 sup {
  font-size: 1rem;
}
.about .content h3 span {
  font-size: 4rem;
  display: block;
  font-weight: 700;
  color: var(--primary);
}
.about .content h2 {
  font-size: 5rem;
  display: block;
  font-weight: 700;
  color: var(--secoundary);
  line-height: 1;
}
.about .content h4 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 2rem 0;
}
.about i {
  font-size: 2.3rem;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  html {
    font-size: 45%;
  }
  .container {
    padding: 0px 1.5rem;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 60%;
  }
  header .container {
    padding: 0px 1.5rem;
    align-items: center;
    height: 100%;
  }
  .menu {
    display: block;
  }
  header .links {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: calc(100vh - 8rem);
    position: fixed;
    top: 8rem;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 5rem 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
    transform: translateX(100%);
  }
  .active {
    transform: translateX(0%) !important;
  }
  header .links a {
    color: white;
  }
  [class*="grid"] {
    grid-template-columns: 1fr !important;
  }
  .logo img {
    height: 4rem;
  }
  main .contents h1 {
    font-size: 3rem;
  }
  main .contents span {
    font-size: 1.6rem;
  }
  .contest {
    padding: 3rem;
  }
  section {
    padding: 5rem 0px;
  }
  .grid-2 .content {
    padding: 2rem;
}
.about .content h3 span {
    font-size: 3rem;
}
.about .content h2 {
    font-size: 4rem;
}
.about .content h4 {
    font-size: 2rem;
}
.about i {
    font-size: 1.8rem;
}
  .fix {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
