@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
 @import "tailwindcss/base";
 @import "tailwindcss/components";
 @import "tailwindcss/utilities";
 
 @font-face {
  font-family: 'Satoshi';
  src: font-url(/assets/Satoshi-Variable-8a5189ce5eadbc6accc3db5eeb89e3cc075cade6b76bbecb176617e9026e6624.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Satoshi', sans-serif;
  background: #FFFFFF;
  color: #000000;
}
.logo {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
}
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F3F3E9;
  padding: 80px;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  justify-content: center;
  padding: 80px 40px;
  gap: 32px;

  form {
    width: 100%;
    max-width: 392px;
  }
}
.container--left {
  align-items: start;
  justify-content: flex-start;
  gap: 64px;
}
h1 {
font-size: 80px;
font-weight: 500;
line-height: 88px;
letter-spacing: 0.02em;
text-align: center;
}
h2 {
font-size: 40px;
font-weight: 500;
line-height: 44px;
letter-spacing: 0.02em;
text-align: left;
}
h3 {
font-size: 20px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0.02em;
text-align: left;
}
p {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.02em;
}
.btn {
padding: 8px 16px 8px 16px;
gap: 8px;
background: #000000;
color: #FFFFFF;
font-size: 20px;
font-weight: 500;
line-height: 32px;
text-align: center;
}
a {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  padding: 8px 0px 8px 0px;
  gap: 8px;
  border: 0px 0px 1.5px 0px;
  border-bottom: 1.5px solid #000000;
  width: fit-content;
}
input[type="text"], input[type="email"], textarea {
  padding: 8px 16px 8px 16px;
  gap: 8px;
  background: #FFFFFF;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  border: 1px solid #DFDFD5;
}
input::placeholder, textarea::placeholder {
  color: #666666; /* Placeholder text color */
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: center;
}
.learn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  .learn-about-text {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 40px;
  }
}
.key-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  gap: 64px;
}
.feature {
  width: 568px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 64px;
  gap: 40px;
}
.case {
  width: 357px;
  max-width: 100%;
  display: flex;
  gap: 24px;
}
.case-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.banner {
  width: 100%;
  position: relative;
  background: #F3F3E9;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner-inner{
  max-width: 1280px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #57573F;
  padding: 16px 40px 16px 40px;
}
.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  min-height: 80px;
  padding: 16px 40px 16px 40px;
  justify-content: space-between;
}
footer {
  background: #F3F3E9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  color: #57573F;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 32px 40px 24px 40px;
  gap: 8px;
  position: relative;
  width: 100%;
  }
  .small-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  text-align: left;
  }
  .gradient-text {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(61, 61, 46, 0) 0%, #3D3D2E 83%, rgba(61, 61, 46, 0) 100%);
  }
