@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--text);
}
:root {
  --bg: #2c2117;
  --primary: #663f22;
  --secoundary: #ffd271;
  --text: #fff;
  --sub-text: #ced0cf;
  --border: 1px solid #ffffff27;
  --gradient: linear-gradient(#2c211782, #2c211796, #2c2117);
  --footer-bg: #663f22;
}
[class*="grid"] {
  display: grid;
}
.align-center {
  align-items: center;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
body {
  -webkit-text-size-adjust: 100%;
  background: var(--bg);
}
section {
  padding: 8rem 0;
}
i svg {
  width: unset;
  height: 1.8rem;
  fill: var(--text);
}
p,
a,
input,
select,
textarea,
button {
  font-size: 1.6rem;
}
p {
  color: var(--sub-text);
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  line-height: 0.95;
  font-weight: 600;
}

img,
video {
  max-width: 100%;
}
.container {
  max-width: 1240px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
button {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 1rem;
  background: #ffffff13;
  text-transform: capitalize;
  transition: 0.3s;
  position: relative;
  backdrop-filter: blur(10px);
  border: var(--border);
  text-transform: capitalize;
  font-weight: 600;
}
.social i {
  transition: 0.3s;
}
.social a:hover i {
  color: var(--secoundary);
}
button.primary {
  background: var(--secoundary);
  color: var(--primary);
}
/* header section */
header {
  height: 8rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  transition: 0.3s;
}
header.sticky {
  background: #2c211781;
  transition: 0.3s;
  border: unset;
  z-index: 9999;
  backdrop-filter: blur(15px);
}
.logo img {
  height: 5rem;
}
.logo {
  font-size: 2rem;
  color: var(--secoundary);
  font-weight: 600;
}
header .container {
  height: 100%;
  max-width: 100%;
  padding: 0 5rem;
}
header .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);
}
header .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
header .cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
.menu {
  font-size: 3rem;
  display: none;
}
main {
  position: relative;
  height: 100vh;
  min-height: 88rem;
  overflow: hidden;
}
main .slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slick-list.draggable,
.slick-slide,
.slick-track {
  height: 100% !important;
}

main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient);
}
main .slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
main .container {
  position: relative;
}
.slider-controls {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  gap: 3rem;
}
.slider-controls span {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 0.5rem 0;
  transition: 0.5s;
  cursor: pointer;
}
.slider-controls span.active::before {
  content: "";
  position: absolute;
  right: -1.1rem;
  width: 3px;
  height: 100%;
  top: 0;
  background: var(--secoundary);
  border-radius: 1rem;
}
.slider-controls::before {
  content: "";
  position: absolute;
  right: -1rem;
  height: 100%;
  width: 1px;
  background: linear-gradient(#ffffffb8, #ffffff00);
}
main {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
main .content {
  max-width: 62rem;
  width: 100%;
  margin: auto;
  display: grid;
  gap: 1.5rem;
}
main .content h1 {
  font-size: 6rem;
  text-transform: capitalize;
  font-weight: 700;
}
main .content span {
  color: var(--secoundary);
  font-size: 2rem;
  font-weight: 600;
}
main .cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
main .social {
  display: flex;
  flex-direction: column;
  left: 0;
  gap: 1rem;
}
.social i {
  width: 4.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  font-size: 2rem;
  border: var(--border);
  color: var(--text);
}
.image-frame {
  width: 100%;
  overflow: hidden;
}
.image-frame.x1 {
  width: 100%;
  aspect-ratio: 1/1;
}
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.text-content h2 {
  font-size: 3.5rem;
}
.tag {
  display: inline-block;
  background: #f4cc6f12;
  color: var(--secoundary);
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  line-height: 1;
  border: var(--border);
  border-radius: 5rem;
  margin-bottom: 1rem;
}
.text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5rem;
  margin-bottom: 5rem;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card {
  border: var(--border);
  background: #ffffff12;
  border-radius: 3rem;
  overflow: hidden;
  padding: 2rem;
  backdrop-filter: blur(10px);
}
.card .image-frame {
  position: relative;
  border-radius: 1.5rem;
}
.card button {
  padding: 0;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
button i {
  font-size: 2.5rem;
}
.card .tag {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: white;
  background: #00000094;
  border: none;
  padding: 0.8rem 1.2rem;
  backdrop-filter: blur(10px);
}
.image-frame.x16 {
  aspect-ratio: 16/9;
}
.card .details {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
.card .info {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.card .info p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
}
.card .info i {
  font-size: 1.8rem;
  color: var(--primary);
}
.card .body {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}
.card .body h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.card .price p span {
  color: var(--primary);
  font-weight: 600;
  font-size: 2rem;
}
.title.center {
  text-align: center;
  margin: auto;
  width: fit-content;
  margin-bottom: 5rem;
}
.card-2 {
  width: 30rem !important;
  aspect-ratio: 1/1.3;
  overflow: hidden;
  position: relative;
}
.card-2 img {
  max-width: unset !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#663f2200, #663f22);
  width: 100%;
  height: 100%;
}
.card-2 .content {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.card-2 .content h3 {
  font-size: 2rem;
}
/* footer */
footer {
  padding: 5rem 0;
  margin-top: 5rem;
  padding-bottom: 0;
  background: var(--footer-bg);
}
footer .container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 5rem;
}
.link,
.contact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.link h2,
.contact h2 {
  font-size: 2rem;
  color: var(--text);
}
.link a,
.contact a {
  font-weight: 500;
}
footer p {
  font-size: 1.5rem;
}
.link a,
.contact a,
footer p {
  color: var(--sub-text);
}
footer p {
  margin: 2rem 0;
}
.newsletter {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.newsletter input {
  height: 5rem;
  font-size: 1.6rem;
  padding: 0 2rem;
  border: 1px solid var(--bg);
}
.newsletter button {
  border-radius: unset;
  border: unset;
  height: 5rem;
  background: var(--primary);
  color: var(--secoundary);
}
footer .social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.social i svg {
  width: unset;
  height: 3rem;
  fill: var(--primary);
}
.copy {
  padding: 2rem;
  text-align: center;
  color: white;
  margin-top: 5rem;
  font-size: 1.5rem;
  border-top: var(--border);
}
.copy span {
  color: white;
}
section a,
footer a {
  width: fit-content !important;
}
footer .logo img {
  height: 5rem;
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 991px) {
  header .container {
    padding: 0 1.5rem;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
  }
  .logo img {
    height: 3rem;
  }
  header button {
    padding: 1.2rem 2rem;
  }
  header .links {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: calc(100vh - 8rem);
    position: fixed;
    top: 8rem;
    background: var(--bg);
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 5rem 0;
    left: 0px;
    transition: 0.5s;
    transform: translateX(100%);
  }
  .active {
    transform: translateX(0%) !important;
  }
  header .links a {
    color: white;
  }
  .menu {
    display: block;
  }
  .menu {
    height: 2.5rem;
    width: 3rem;
    cursor: pointer;
  }

  .menu span:nth-child(1),
  .menu span:nth-child(1)::before,
  .menu span:nth-child(1)::after {
    background: white;
    content: "";
    position: absolute;
    width: 3rem;
    height: 1.2px;
    border-radius: 1rem;
    margin-top: 13px;

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .menu span:nth-child(1)::before {
    margin-top: -13px;
    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;
  }

  .menu span:nth-child(1)::after {
    margin-top: 13px;
    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;
  }

  .menu span:nth-child(2) {
    background: white;
    content: "";
    position: absolute;
    width: 0px;
    height: 1.2px;
    margin-top: 13px;
    border-radius: 1rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .menu.active span:nth-child(1)::before,
  .menu.active span:nth-child(1)::after {
    margin-top: 0;
  }

  .menu.active span:nth-child(1) {
    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu.active span:nth-child(2) {
    width: 3rem;
    -webkit-transition: 0.3s ease-in-out 0.5s;
    -moz-transition: 0.3s ease-in-out 0.5s;
    -o-transition: 0.3s ease-in-out 0.5s;
    transition: 0.3s ease-in-out 0.5s;
  }
}
.card-3 {
  border: var(--border);
  background: #ffffff08;
}
.card-3 .wraper {
  display: grid;
  grid-template-columns: 1fr 50rem;
  gap: 2rem;
  align-items: flex-start;
}
.card-3 .content {
  padding: 5rem;
}
.card-3 h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.card-3 .pricing {
  background: var(--primary);
  padding: 5rem;
  height: calc(100% + 5rem);
  position: relative;
  top: -5rem;
  box-shadow: #00000033 0px 8px 24px;
  padding-bottom: 0;
}
.card-3 .image-frame {
  aspect-ratio: 16/8;
}
.packages {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.pricing .cta {
  display: grid;
  margin-top: 3rem;
  gap: 1rem;
}
.pricing .cta h4 {
  font-size: 2rem;
  line-height: 1.3;
}
.form {
  position: relative;
  background: #ffffff0b;
  border: var(--border);
  padding: 5rem;
  max-width: 80rem;
  width: 100%;
  margin: auto;
}
.form .typo {
  text-align: center;
  margin-bottom: 3rem;
}
.form .typo h3 {
  font-size: 2.5rem;
}
input {
  background: none;
  padding: 1.5rem 0;
  padding-top: 2rem;
  width: 100%;
}
.fild {
  background: transparent;
  margin-bottom: 1rem;
  position: relative;
  border-bottom: var(--border);
}

.fild label {
  color: var(--sub-text);
  font-size: 1.6rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 500;
}
.fild label span {
  color: var(--primary);
}
.fild input:-webkit-autofill ~ label,
.fild input:focus ~ label,
.fild input:not(:placeholder-shown) ~ label {
  color: var(--secoundary);
  font-size: 1.3rem;
  top: 1rem;
}
.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
textarea {
  width: 100%;
  background: transparent;
  resize: vertical;
  border-bottom: var(--border);
  height: 10rem;
  color: white;
}
textarea::placeholder {
  color: var(--sub-text);
}
.form button {
  margin-top: 3rem;
}
@media (max-width: 800px) {
  .card-3 .wraper {
    grid-template-columns: 1fr;
  }
  .card-3 .image-frame {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 62%;
  }
  section {
    padding: 5rem 0;
  }
  main .content h1 {
    font-size: 3rem;
  }
  main .cta {
    display: grid;
  }
  main .cta a,
  .cta button {
    width: 100%;
  }
  main {
    height: 100vh;
    min-height: 70rem;
    padding: 10rem 0;
  }
  main .container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  main .social,
  .slider-controls {
    flex-direction: row;
    width: fit-content;
  }
  .slider-controls {
    margin: auto;
    margin-top: 10rem;
  }
  main .social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
  }
  .slider-controls::before {
    height: 1px;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -1rem;
    background: linear-gradient(90deg, #ffffffb8, #ffffff00);
  }
  .slider-controls span.active::before {
    right: unset;
    height: 3px;
    width: 100%;
    top: unset;
    bottom: -1.1rem;
  }
  [class*="grid"],
  .offer-grid,
  footer .container {
    grid-template-columns: 1fr !important;
  }
  .text-content h2 {
    font-size: 2.3rem;
    line-height: 1.1;
  }
  .title {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .card {
    grid-area: unset !important;
  }
  .newsletter {
    display: grid;
  }
  .card-3 .content,
  .card-3 .pricing {
    padding: 2rem;
  }
  .card-3 .pricing {
    height: 100%;
    top: 0;
  }
  .card-3 h3 {
    font-size: 2rem;
  }
  .logo {
    font-size: 1.8rem;
    line-height: 1;
  }
  .row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .form {
    padding: 2rem;
  }
}
#status-message {
  font-size: 1.6rem;
  text-align: center;
  margin: 1.5rem 0;
}
iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
}
