body {
  background-color: #fbf8f2;
  color: white;
}

/* fonts */
.paytone-one-regular {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inter-1 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-color: rgb(44, 92, 154); */
  background-color: rgb(64, 112, 174);
  width: 90%;
  /* border-top-right-radius: 10rem; */
  border-bottom-left-radius: 10rem;
}

/* header */
.header {
  width: 100%;
  padding: 0px 30px 0 30px;
  text-align: center;
}
.header-upper-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fdca39;
}
.company-logo {
  width: 200px;
  padding: 10px;
}
.company-logo:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}
.menu,
.company-info {
  margin-left: 10px;
  margin-right: 20px;
}
.menu {
  display: flex;
  gap: 1rem;
}
.menu-toggle {
  display: none;
  font-size: 45px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 10px;
}
.menu-item {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}
.menu-item:hover {
  text-decoration: underline;
}
.company-info {
  display: flex;
  flex-direction: column;
}
.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}
.contact-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contact-left-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.contact-item:hover {
  text-decoration: underline;
}
.contact a {
  text-decoration: none;
  color: inherit;
  padding: 5px;
}

/* title */
.title {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.title-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.device-images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  gap: 30px;
}
.air-images {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.device-images > img {
  /* height: 30vh; */
  width: 30%;
  border-radius: 0.3rem;
  border: none;
}
.air-images img {
  width: 350px;
  height: auto;
}
h1 {
  font-size: 5rem;
  margin: 120px 1px 1px 1px;
  line-height: 1.2;
  transform: translateY(-8px) scale(1.03);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.title h2 {
  font-size: 5rem;
  margin: 0;
  line-height: 1.1;
  color: #fdca39;
  transform: translateY(-8px) scale(1.03);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.vat {
  font-size: 2rem;
  margin: 0;
  line-height: 1.1;
  color: #fdca39;
  /* margin-bottom: 5rem; */
  transform: translateY(-8px) scale(1.03);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.title p {
  font-size: 2rem;
}
.logo-manufacturer-aux {
  width: 120px;
  border-radius: 0.3rem;
}
.logo-manufacturer-gree {
  /* width: 150px; */
  width: 120px;
  border-radius: 0.3rem;
}
.logo-manufacturer-aux:hover,
.logo-manufacturer-gree:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}

/* swapping texts */
.swapping-texts {
  position: absolute;
  top: -50px;
  text-align: center;
}
.cheaper {
  font-size: 3rem;
  font-weight: 600;
  /* color: #ff582aff; */
  color: #fdca39;
}
.cheaper-inside {
  font-size: 4rem;
  font-weight: 900;
}
.free-delivery {
  font-size: 2rem;
  font-weight: 400;
  color: #fdca39;
  display: none;
}

/* other-content */
.other-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
}

/* about */
.about {
  text-align: left;
}
.about li {
  font-size: 1.2rem;
}

/* contact-section */
.contact-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
}
.form {
  flex: 1;
}
.form-small-item,
.form-big-item {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.form-item-label {
  width: 80px;
  font-family: "Inter", sans-serif;
  color: #fdca39;
  font-size: 1.2rem;
}
input,
textarea {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  border-radius: 0.3rem;
  border: none;
}
input {
  height: 30px;
  width: 200px;
}
textarea {
  height: 120px;
  width: 400px;
}
form button,
.parameters {
  background-color: #fdca39;
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
  border: none;
  border-radius: 0.3rem;
  height: 30px;
  width: 110px;
  margin: 10px 0;
}
form button:hover,
.parameters:hover {
  background-color: #e0b32f;
}
.contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* products */
.products ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.products li {
  font-size: 1.2rem;
}
.products img {
  width: 400px;
  border-radius: 0.3rem;
  border: none;
}

/* process */
dt,
dd {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
}
dd {
  margin-bottom: 10px;
}
dt > span {
  background-color: #fdca39;
  color: black;
}

/* copyright */
.copyright {
  color: black;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .device-images > img {
    width: 45%;
  }
  .air-images {
    gap: 1rem;
    position: absolute;
    z-index: 10;
  }
  .air-images img {
    width: 220px;
  }
  .products ul {
    gap: 30px;
  }
  .products img {
    width: 280px;
  }
  .contact-section {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .menu-item {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    top: 110px; /* adjust as needed */
    right: 1rem;
    background: #fdca39;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    align-items: flex-start;
  }
  .menu.open {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .company-logo {
    width: 150px;
  }
  /* .device-images img {
    height: 20vh;
  } */
  .cheaper {
    font-size: 2.8rem;
    font-weight: 600;
  }
  .cheaper-inside {
    font-size: 3.2rem;
    font-weight: 800;
  }
  h1 {
    font-size: 4.5rem;
  }
  .title h2 {
    font-size: 4.5rem;
  }
  .free-delivery {
    font-size: 1.5rem;
  }
  .about p {
    font-size: 1.1rem;
  }
  .air-images img {
    width: 160px;
    height: auto;
  }
  .products ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .inner-container {
    width: 96%;
  }
  .company-logo {
    width: 120px;
  }
  h1 {
    font-size: 2.7rem;
    margin-top: 90px;
  }
  .title h2 {
    font-size: 2.7rem;
  }
  .vat {
    font-size: 1.5rem;
  }
  .device-images img {
    width: 50%;
  }
  .cheaper {
    font-size: 2rem;
  }
  .cheaper-inside {
    font-size: 2.3rem;
  }
  .title p {
    font-size: 1.5rem;
  }
  .free-delivery {
    font-size: 1.3rem;
  }
  .form-item-label {
    width: 65px;
    font-size: 1rem;
  }
  input,
  textarea {
    font-size: 1.1rem;
  }
  input {
    height: 30px;
    width: 230px;
  }
  textarea {
    height: 120px;
    width: 230px;
  }
  .process dt,
  .process dd {
    font-size: 1.1rem;
  }
  .products img {
    width: 220px;
  }
  .contact {
    justify-content: center;
    font-size: 14px;
  }
  .contact-left {
    justify-content: space-between;
    width: 100%;
  }
  .contact-item {
    display: none;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 2.5rem;
    margin-top: 120px;
  }
  .title h2 {
    font-size: 2.5rem;
  }
  .about p {
    font-size: 1rem;
  }
  input,
  textarea {
    width: 200px;
  }
  .process dt,
  .process dd {
    font-size: 1rem;
  }
  .contact {
    font-size: 12px;
  }
  .contact-left-item {
    gap: 2px;
  }
  .device-images {
    gap: 10px;
  }
}

/* animations */
.animate-in {
  animation: goIn 0.5s forwards;
}
.animate-out {
  animation: goOut 0.5s forwards;
}
@keyframes goIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes goOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
