/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;700&family=Oswald:wght@400;500;700&display=swap");

/* Base Styles */
:root {
  --primary: #5a189a;
  --primary-dark: #3c096c;
  --primary-light: #9d4edd;
  --secondary: #ff5400;
  --text-dark: #1a1a1a;
  --text-light: #666666;
  --text-white: #ffffff;
  --bg-light: #f8f9fa;
  --bg-dark: #0f0f1b;
  --border-color: #e0e0e0;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --radius: 8px;
}
:root{
  --color-pri: #4D006E;
  --color-pri-light: rgba(77, 0, 110, .5);
  --text-dark: #212121;
}

body.no-scroll {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Oswald", "Plus Jakarta Sans","Poppins";
  line-height: 1.6;
  color: var(--text-dark);
  background-color :rgba(255, 255, 255, 1);
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald";
  font-weight: 700;
  
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1rem;
  color: var(--text-light);
  font-family: Plus Jakarta Sans;
}

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

ul {
  list-style: none;
}

img {
  width: 40%;
  height: auto;
  display: block;
}

.text-center {
  text-align: center;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--text-white);
  border: none;
}

.btn-primary:hover {
  background-color: var(--primary-dark);
}

.btn-secondary {
  background-color: var(--secondary);
  color: var(--text-white);
  border: none;
}

/* .btn-secondary:hover {
  background-color: #e64d00; */


.btn-text {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-text:hover {
  background-color: var(--primary-light);
  color: var(--text-white);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-outline:hover {
  background-color: var(--primary-light);
  color: var(--text-white);
}

.btn-light {
  background-color: var(--text-white);
  color: var(--primary);
  border: none;
}

.btn-light:hover {
  background-color: var(--bg-light);
}
.icon{
border-radius: 100px;
color:var(--primary-light);
}

/* Header */
.header {
  padding: 1rem 0;
  background-color: #ffffff;
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  max-width: 150px;
}

.logo-img {
  width: 100%;
  height: auto;
}

.nav-menu ul {
  display: flex;
  gap: 40px;
}
.nav-menu li{
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.nav-menu a {
  
  font-weight: 500;
  transition: color 0.3s ease;
}



.auth-buttons {
  display: flex;
  gap: 1rem;
}

.btn-outline {
  width: 122;
  height: 52;
  gap: 10px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-width: 1px;
  border-radius: 8px;
  color: #4D006E;
  border-bottom: 2px solid #4D006E;
}

.btn-primary {
  width: 107;
  height: 52;
  gap: 10px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 8px;
  background: #4D006E;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 15px;
  
  letter-spacing: 0%;color: #FFFFFF;
}
.coming-soon {
  background-color: #33B9E7;
  color: white;
  width: 154;
height: 40;
gap: 10px;
border-radius: 8px;
padding-top: 8px;
padding-right: 24px;
padding-bottom: 8px;
padding-left: 24px;

}
.mobile-auth-buttons{
  display: none;
}
/* Mobile menu toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--text-dark);
  border-radius: 3px;
  transition: all 0.3s ease;
}

.container1 {
  
      border-radius: 20px;
     margin-top: 80px;
      max-width: 400px;
      text-align: center;
      padding: 0 20px;
    }
.form{
  width: 390px;
height: 512px;
top: 296px;
left: 2px;
border-radius: 16px;
padding-right: 24px;
padding-left: 24px;
padding-top: 5px;
gap: 8px;

;
}
    h2 {
      color: rgba(77, 0, 110, 1);
      font-family: Oswald;
font-weight: 500;
font-size: 32px;
line-height: 48px;
letter-spacing: 0%;
text-align: center;

    }

    p.subtitle {
      color: rgba(68, 64, 69, 1);
    font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1%;
text-align: center;

      margin-bottom: 20px;
    }

    .store-info,.store-mail {
      margin-bottom: 30px;
      text-align: left;
    }
    .store-info label {
      display: block;
     font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 1%;
color: rgba(17, 13, 18, 1);
      margin-bottom: 5px;
    }

    .store-info input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
     font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1%;
width: 342px;
height: 64px;
gap: 8px;
  background-color: #f9f9f9;
    }
    .store-mail input{
 width: 342px;
height: 136px;
border-radius: 8px;
border-width: 1px;
padding-top: 20px;
padding-right: 32px;
padding-bottom: 20px;
padding-left: 32px;
gap: 8px;
font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 1%;

  border: 1px solid #ddd;
  background-color: #f9f9f9;

    }
  .store-mail label {
      display: block;
     font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 1%;
color: rgba(17, 13, 18, 1);
      margin-bottom: 5px;
  }

.contact-info {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}

.contact-info img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  color: rgba(77, 0, 110, 1);
}

.contact-info a {
 color: rgba(68, 64, 69, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
width: 185px;
height: 64px;
border-radius: 12px;
padding-top: 16px;
padding-bottom: 16px;
font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.5%;



}

.contact-info a:hover {
  
}


.contact-item i {
  font-size: 24px;
color: rgba(77, 0, 110, 1);
}



    button {
      background-color: rgba(77, 0, 110, 1);
      color: rgba(255, 255, 255, 1);
      padding: 10px;
      border: none;
      cursor: pointer;
      margin-top: 10px;
      width: 342px;
height: 56px;
border-radius: 4px;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
gap: 8px;
font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.5%;


    }

    button:hover {
      background-color: #3a0066;
    }

    /* Desktop Styles */
    @media (min-width: 768px) {
      .container1 {
  
        padding: 30px;
        margin: 80px auto;
        max-width: 1500px;


      }
    .form{
      width: 535px;
height: 592px;
top: 324px;
left: 600px;
border-radius: 16px;
border-width: 1px;
padding-top: 40px;
padding-right: 32px;
padding-bottom: 40px;
padding-left: 32px;
gap: 8px;
margin: 0 auto;
background-color:  rgba(255, 255, 255, 1);

border: 1px solid rgba(228, 227, 229, 1);
 box-shadow: 0 4px 20px  rgba(77, 0, 110, 0.1);

    }

      h2 {
     font-family: Oswald;
font-weight: 500;
font-size: 48px;
line-height: 64px;
letter-spacing: 0%;
text-align: center;

      }

      p.subtitle {
    font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1%;
text-align: center;

      }

      .store-info label {
        font-size: 16px;
      }

      .store-info input {
        font-size: 16px;
             width: 471px;
height: 64px;
border-radius: 8px;
border-width: 1px;
padding-top: 20px;
padding-right: 32px;
padding-bottom: 20px;
padding-left: 32px;
gap: 8px;

      }

     
          .store-mail input{
      width: 471px;
      height: 136px;
          }

      button {
        font-size: 16px;
        width: 471px;
height: 56px;
border-radius: 4px;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
gap: 8px;

      }

        .contact-info {
    gap: 20px;
    padding: 0 20px;
  }

  .contact-info img {
    width: 40px;
    height: 40px;
  }

  .contact-info .fa-brands {
    font-size: 40px;
  }
  .contact-info a {
    width: 260px;
height: 40px;
gap: 16px;
font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.5%;
color: rgba(68, 64, 69, 1);

  }
}
    