@font-face {
  font-family: "Visuelt Pro";
  src: url("/static/fonts/VisueltPro-Light.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  font-family: "Visuelt Pro";
  font-style: normal;
  letter-spacing: 0.6px;
}

a {
  color: white;
  text-decoration: none;
}

body {
  background: black;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  flex: 1;
}

button {
  border-style: none;
  background: none;
  cursor: pointer;
}

input {
  border-style: none;
}

#desktop {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

nav {
  padding-top: 40.5px;
  width: 100%;
  height: 66px;
  color: white;
  z-index: 2;
}

article {
  width: 100%;
  min-height: 500px;
  height: auto;
  margin-top: 100px;
  color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  margin-top: 180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 24px;
}

.logo {
  position: absolute;
  width: 309.74px;
  height: 66px;
  left: 45px;
}

#menubar {
  position: absolute;
  right: 45px;
  width: 800px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

.rectangle {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin-left: 20px;
}

p {
  font-display: swap;
  line-height: 1.5;
  overflow: visible;
}

.tagline {
  position: absolute;
  width: 100%;
  height: 77px;
  top: 80px;
  font-size: 62px;
  text-shadow:
    0px 0px 30px rgba(0, 0, 0, 0.7),
    0px 0px 15px #fff8f0;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  font-weight: 600;
}

#main {
  position: relative;
  width: 1360.32px;
  height: 760px;
}

#btn-start {
  position: absolute;
  width: 205.18px;
  height: 50px;
  left: 50%;
  top: 300px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0px 0px 30px #fff8f0;
  border-radius: 100px;
  z-index: 2;
  font-weight: 600;
  font-size: 17px;
}

#main p:not(.tagline) {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 350px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  z-index: 2;
  color: #ffffff;
  text-shadow:
    0px 0px 10px rgba(0, 0, 0, 0.8),
    0px 0px 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

#image {
  width: 100%;
  height: 100%;
  background: url(/static/img/image1.svg);
  mix-blend-mode: hard-light;
  position: relative;
  top: -150px;
}

#content {
  width: 1107.47px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

.title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.content-wrapper {
  display: flex;
  gap: 40px;
}

.content-left {
  flex: 1;
}

.content-right {
  flex: 1;
  padding: 20px;
}

.content-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.content-right p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  color: white;
  padding: 15px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.box:hover {
  transform: translateY(-5px);
}

.box-title {
  font-size: 24px;
  text-align: center;
  text-shadow: 0px 0px 30px #fff8f0;
}

.box-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.icon {
  min-height: 140px;
}

#company-intro {
  position: relative;
  height: 800px;
}

#slide-bar {
  position: absolute;
  top: 130px;
  width: calc(100% - 80px);
  margin: 0 40px;
  display: flex;
  justify-content: space-between;
}

#slide-container {
  width: 100%;
  position: relative;
  top: 230px;
  overflow: hidden;
}

#slide-wrap {
  position: relative;
  display: flex;
  left: -20%;
  width: 140%;
}

.slide-box {
  margin: 0 10px;
  width: 440px;
  text-align: center;
  box-sizing: border-box;
  height: 427px;
  border: 1px solid #ffa27e;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;
}

.slide-name {
  width: 114px;
  height: 32px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 32px;
}

.slide-co {
  height: 24px;
  font-weight: 400;
  font-size: 24px;
  margin-left: 5px;
}

.slide-text {
  text-align: left;
  width: 382.18px;
  font-size: 20px;
  line-height: 120%;
}

#card-container {
  box-sizing: border-box;
  margin-left: 40px;
  position: relative;
  width: 1353px;
  height: 100vh;
  max-height: 900px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 162, 126, 0.6) 0%,
    rgba(255, 162, 126, 0) 100%
  );
  border: 1px solid #ffa27e;
  border-radius: 30px;
}

#inputbox {
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

#inputbox * {
  font-size: 17px;
  color: dimgray;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
}

#name {
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
}

#email {
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
}

#message {
  height: 300px;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 30px;
  resize: none;
}

#submit {
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#submit:hover {
  background-color: #f0f0f0;
}

.swal-custom-button {
  color: #000000 !important;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px 30px;
}

.swal-custom-button:hover {
  background-color: #f0f0f0 !important;
}

.swal2-html-container {
  color: #ffffff !important;
}

/* Dropdown Menu */
.dropdown-container {
  position: relative;
  display: inline-block;
}

.dropdown-trigger {
  cursor: pointer;
  padding: 15px;
  display: inline-block;
}

.dropdown-arrow {
  font-size: 0.8em;
  margin-left: 5px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #000000;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
  padding-top: 10px;
  width: 250px;
  border: 1px solid #ffffff;
}

.dropdown-menu a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
  color: #000000;
}

.dropdown-container:hover .dropdown-menu {
  display: block;
}

.dropdown-container::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -15px;
  left: 0;
  z-index: 0;
}

.footer-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-text p {
  margin: 0;
}

.basic {
  margin-top: 100px;
  width: 1200px;
  gap: 20px;
}

.basic p {
  font-size: 25px;
  line-height: 1.5;
}

.basic ul {
  margin-left: 20px;
}

.basic li {
  margin-bottom: 10px;
  font-size: 22px;
  margin-left: 20px;
}

.basic li span {
  font-weight: 600;
}

.basic img {
  margin-bottom: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.extension-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 40px 0;
}

.extension-content {
  flex: 1;
}

.extension-image {
  justify-content: center;
  align-items: flex-start;
}

.extension-image img {
  width: 400px;
  height: auto;
}

@media (max-width: 1100px) {
  #content {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #content {
    grid-template-columns: 1fr;
  }
}
