@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Onest", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--secoundary);
}
:root {
  --primary: #ffb800;
  --secoundary: #1b2831;
  --border: 1px solid #0000001a;
  --bg: #fff;
}
[class*="grid"] {
  display: grid;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
body {
  -webkit-text-size-adjust: 100%;
  background: var(--bg);
}
p,
a,
input,
select,
textarea,
button {
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4 {
  text-transform: capitalize;
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1340px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
button {
  padding: 0.5rem 3rem;
  padding-left: 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--secoundary);
  border-radius: 5rem;
  font-weight: 600;
  text-transform: uppercase;
}
button {
  text-align: left;
}
button p {
  font-size: 3rem;
  line-height: 1;
  color: white !important;
}
button span {
  color: var(--primary);
  line-height: 1;
}
button i {
  width: 5rem;
  aspect-ratio: 1/1;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  overflow: hidden;
}
button p {
  font-size: 1.6rem;
  margin: 0 !important;
}
button span {
  font-size: 1.4rem;
}
section p {
  line-height: 1.5;
}

section {
  padding: 8rem 0;
}
/* header section */
header {
  height: 8rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff10;
  backdrop-filter: blur(10px);
}

.logo img {
  height: 6rem;
}
header .container {
  height: 100%;
  max-width: 100%;
  padding: 0 5rem;
}
header .container,
.links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.menu {
  font-size: 3rem;
  display: none;
}
/* header section end */
button.call {
  display: flex;
  align-items: center;
  gap: 1rem;
}
button.call :is(i, p) {
  color: var(--secoundary);
  font-weight: 600;
}
main .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 8rem;
  padding: 5rem 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
}
main .typo h1 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
main .typo p {
  font-size: 2rem;
  margin: 1.5rem 0;
}
.tag {
  padding: 0.5rem 2rem;
  color: white;
  background: var(--secoundary);
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 1rem;
  line-height: 1;
}
.tag span {
  font-size: 3rem;
  color: var(--primary);
}
.card {
  border: var(--border);
  padding: 3rem;
  border-radius: 3rem;
}
.card .ico {
  width: 7rem;
  aspect-ratio: 1/1;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.card .ico svg {
  height: 3.5rem;
  fill: var(--secoundary) !important;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card h3 {
  font-size: 2.3rem;
}
.sec-title {
  text-align: center;
  margin-bottom: 5rem;
}
.sec-title h2 {
  font-size: 5rem;
}
.card-2 {
  border: var(--border);
  border-radius: 3rem;
  overflow: hidden;
  max-width: 30rem;
  width: 100%;
}
.card-2 .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.card-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.card-2 .cnt {
  padding: 1.5rem;
  text-align: center;
  font-size: 2rem;
}
.bg {
  background: #fff6de;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  row-gap: 1rem;
  justify-content: center;
}
.flex p {
  font-size: 2.5rem;
  color: var(--primary);
  font-weight: 600;
}
.note h2 {
  font-size: 3rem;
}
.note {
  background: #ffcd4d;
  width: fit-content;
  margin: auto;
  margin-top: 3rem;
  padding: 3rem;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.note a {
  text-decoration: none !important;
}
.note :is(p, a) {
  font-size: 2rem;
  font-weight: 500;
}
.note span {
  font-weight: 700;
}
.note a {
  text-decoration: underline;
  font-weight: 700;
}

.card-2.end {
  background: var(--secoundary);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}
ul li {
  list-style: none;
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  font-weight: 600;
  color: white;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.card-2.end h3 {
  font-size: 2rem;
  color: white;
  margin-bottom: 1rem;
}
.card-2.card-2.end i {
  color: var(--primary);
  font-size: 2.5rem;
}
footer {
  text-align: center;
  padding: 3rem;
  display: flex;
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 60%;
  }
  header .container {
    padding: 0 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: var(--secoundary);
    width: 100%;
    padding: 5rem 0;
    left: 0px;
    transition: all 0.3s ease 0s;
    transform: translateX(100%);
  }
  .active {
    transform: translateX(0%) !important;
  }
  header .links a {
    color: white;
  }
  main .container {
    grid-template-columns: 1fr;
  }
  [class*="grid"] {
    grid-template-columns: 1fr !important;
  }
  .card,
  .card-2 {
    max-width: 100%;
    width: 100%;
  }
  .note h2 {
    text-align: center;
  }
  .tag {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .tag span {
    font-size: 1.6rem;
  }
  main .typo h1 {
    font-size: 4rem;
  }
  .typo {
    text-align: center;
  }
  main .typo p {
    font-size: 1.6rem;
  }
  main button {
    margin: auto;
  }
  .sec-title h2 {
    font-size: 3rem;
  }
  header button div {
    display: none;
  }
  header button {
    padding: 0 !important;
    background: none;
  }
  .call {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
