
.welcome-container {
  background: #fff;
  display: flex;
  padding: 10px 0 0;
  flex-direction: column;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
}

.nav-wrapper {
  align-self: center;
  display: flex;
  color: #575f62;
  text-align: center;
  justify-content: center;
  padding: 10px 0;
  font: 400 18px/1 Roboto, sans-serif;
}

.nav-content {
  border-radius: 0;
  display: flex;
  min-width: 240px;
  width: 1450px;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  aspect-ratio: 4.91;
  object-fit: contain;
  width: 250px;
}

.nav-links {
  display: flex;
  align-items: start;
  gap: 400px 46px;
  margin: auto 0;
}

.nav-link {
  margin-top: 12px;
  text-decoration: none;
  color: #575F62;
}

.nav-link:hover {
  opacity:0.6;
  text-decoration: underline;
}

.contact-btn {
  border-radius: 25px;
  background: #003045;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #FFF;
  letter-spacing: 0.49px;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}


.contact-btn:hover {
  border-radius: 25px;
  border: 1px solid navy;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #003045;
  letter-spacing: 0.49px;
  padding: 9px 19px;
  text-decoration: none;
  transition: 0.0s;
}

.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  min-height: 576px;
  margin-top: 5px;
  width: 100%;
  align-items: center;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  padding: 140px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.hero-title {
  position: relative;
  width: 60%;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.48px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-text {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  width: 60%;
  line-height: 1.5;
  margin-top: 34px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.intro-section {
  background: #f7f9f9;
  display: flex;
  min-height: 325px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
  font: 400 18px/2 Roboto, sans-serif;
}

.intro-content {
  display: flex;
  min-height: 257px;
  width: 100%;
  max-width: 611px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro-title {
  color: #16162c;
  font-size: 36px;
  letter-spacing: 0.48px;
}

.intro-text {
  color: rgba(22,22,44,0.8);
  margin-top: 0px;
}

.brand-logo {
  aspect-ratio: 7.52;
  object-fit: contain;
  width: 250px;
  margin-top: 10px;
}

.cta-button {
  border-radius: 25px;
  background: #003045;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #FFF;
  letter-spacing: 0.49px;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 30px;
}

.cta-button:hover {
  border-radius: 25px;
  border: 1px solid navy;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #003045;
  letter-spacing: 0.49px;
  padding: 4px 20px;
  text-decoration: none;
  transition: 0.0s;
}
.head-cta-button {
  border-radius: 25px;
  background: #003045;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #FFF;
  letter-spacing: 0.49px;
  padding: 12px 20px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 30px;
}

.head-cta-button:hover {
  border-radius: 25px;
  border: 1px solid navy;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #003045;
  letter-spacing: 0.49px;
  padding: 12px 20px;
  text-decoration: none;
  transition: 0.0s;
}
.shop-section {
  background: #fff;
  position: relative;
  display: flex;
  min-height: 400px;
  width: 100%;
  flex-direction: column-reverse;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
  justify-content: end;
  padding: 50px 0px 50px;
}

.product-grid {
  border-radius: 0;
  align-self: center;
  z-index: 0;
  display: flex;
  width: 1300px;
  max-width: 100%;
  align-items: start;
  gap: 20px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.49px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-item {
  display: flex;
  flex-direction: column;
}

.product-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 175px;
}

.product-button {
  border-radius: 25px;
  background: #003045;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #FFF;
  letter-spacing: 0.49px;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 30px;
}

.product-button:hover {
  border-radius: 25px;
  border: 1px solid navy;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #003045;
  letter-spacing: 0.49px;
  padding: 9px 20px;
  text-decoration: none;
  transition: 0.0s;
}


.shop-title {
  color: #16162c;
  font-size: 36px;
  letter-spacing: 0.48px;
  position: relative;
  z-index: 0;
  align-self: center;
  top: 0px;
  transform: translate(0%, 0);
  padding-bottom:30px;
  width: 569px;
  height: 57px;
}

.brand-section {
  background: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #003045;
  font-weight: 400;
  text-align: center;
}

.brand-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.brand-content {
  background: #c5e5fc;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px 40px;
}

.brand-text-wrapper {
  display: flex;
  width: 900px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}

.brand-title {
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.48px;
  align-self: center;
}

.brand-description {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1px;
}

.thank-you-section {
  background: #f7f9f9;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: #003045;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  font: 400 18px Roboto, sans-serif;
  padding-bottom: 40px;
}

.thank-you-title {
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.48px;
  padding-top: 20px;
}

.thank-you-text {
  line-height: 29px;
  width: 900px;
  align-self: center;
  margin-bottom: 30px;
}

.thank-you-button {
  border-radius: 25px;
  background: #003045;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #FFF;
  letter-spacing: 0.49px;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;

}

.thank-you-button:hover {
  border-radius: 25px;
  border: 1px solid navy;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #003045;
  letter-spacing: 0.49px;
  padding: 9px 20px;
  text-decoration: none;
  transition: 0.0s;
}

.contact-text a {
  text-decoration: underline;
  cursor: pointer;
  color: #003045; 
}

.contact-text a:hover {
  text-decoration: underline;
  color: #003045; 
  opacity:0.6;
}

.contact-text {
  line-height: normal;
  margin-top: 40px;  
}

.footer {
  background: #003045;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px 20px;
}

.footer-content {
  display: flex;
  width: 90%;
  max-width: 1400px;
  gap: 40px 100px;
  flex-wrap: wrap;
}

.footer-links {
  align-self: start;
  margin-top: 20px;
  flex-grow: 1;
  flex-basis: auto;
}

.footer-columns {
  gap: 20px;
  display: flex;
}

.footer-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 25%;
  margin-left: 0;
}

.footer-nav {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  color: #f5f5f5;
  letter-spacing: 1.5px;
  justify-content: start;
  padding-right: 50px;
  font: 400 16px/1 'Noto Sans', sans-serif;
}

.footer-heading {
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #F5F5F5;
}

.footer-link:hover {
  opacity:0.6;
  text-decoration: underline;
}

.footer-info {
  display: flex;
  flex-direction: column;
  color: #f5f5f5;
  letter-spacing: 1.5px;
  font: 16px 'Roboto', sans-serif;
}

.footer-logo {
  aspect-ratio: 4.24;
  object-fit: contain;
  width: 200px;
}

.footer-address {
  display: flex;
  margin-top: 32px;
  max-width: 100%;
  flex-direction: column;
  justify-content: start;
}

.address-heading {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.address-text {
  font-weight: 400;
  line-height: 30px;
  margin-top: 12px;
}

.footer-divider {
  border: 0.1 em solid #e2e2e2;
  margin-top: 200px;
  height: 0.01 em;
  width: 1400px;
  max-width: 100%;
  color: #F5F5F5;
}

.copyright {
  color: #f5f5f5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 1400px;
  margin-top: 18px;
  font: 400 12px/2 'Roboto', sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (max-width: 1450px) {
.nav-content {
  border-radius: 0;
  display: flex;
  min-width: 240px;
  width: 900px;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
}

@media (max-width: 991px) {
  .nav-wrapper,
  .nav-content,
  .hero-section,
  .hero-title,
  .hero-text,
  .intro-section,
  .shop-section,
  .shop-title,
  .brand-section,
  .brand-container,
  .brand-content,
  .brand-text-wrapper,
  .thank-you-section,
  .footer,
  .footer-content,
  .footer-links,
  .footer-columns {
    max-width: 100%;
  }


.hero-title {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.48px;
  margin-top: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}  


  .intro-content,
  .intro-title,
  .intro-text {
    max-width: 90%;
  }

  .thank-you-title,
  .thank-you-text,
  .brand-text,
  .brand-title {
  max-width: 90%; 
  line-height: normal;
  }

  .shop-title {
    font-size: 36px;
    width: auto;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }

 .product-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .product-item {
    width: 90%;
  }


  .product-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

  .product-button {
    margin-top: 40px;
     line-height: normal;
  }

  .footer-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .footer-column {
    width: 100%;
  }

  .footer-nav,
  .footer-info {
    margin-top: 40px;
  }

  .footer-divider {
    margin-top: 40px;
  }
}

/* Chat-GPT Mobile OPT */


@media (max-width: 768px) {

  .nav-wrapper {
    flex-direction: column;
    padding: 5px 0;
  }

  .nav-content {
        border-radius: 0;
        display: flex;
        min-width: 240px;
        width: 900px;
        gap: 0px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
      }

  .nav-links {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }

  .logo {
    width: 200px;
  }

  .hero-section {
    padding: 100px 10px;
    text-align: center;
  }

  .hero-title {
    font-size: 32px;
    width: 90%;
  }

  .hero-text {
    font-size: 24px;
    width: 90%;
  }

  .intro-section {
    padding: 20px 10px;
  }

  .intro-title,
  .brand-title,
  .thank-you-title
   {
    font-size: 28px;
    line-height: 1.2;

  }

.contact-text {
    font-size: 18px;
    line-height: 1.2;
    width: 90%;
  }

.brand-description {
  font-size: 18px;
  line-height: 1.2;
 width: 90%;
}

  .thank-you-text {
    font-size: 18px;
    line-height: 1.2;
    width: 90%;
  }

  .intro-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .product-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .product-item {
    width: 90%;
  }

  .product-image {
    width: 100%;
    max-width: 200px;
  }

  .shop-title {
    font-size: 28px;
    line-height: 1.2;
    width: auto;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-column {
    width: 100%;
  }

  .footer-nav {
    text-align: left;
    margin: 20px 0;
  }

  .footer-info {
    text-align: left;
    margin: 20px 0;
  }
}

@media (max-width: 565px) {
  .nav-links {
padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .nav-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .nav-link {
    font-size: 14px;
  }

  .contact-btn {
    font-size: 14px;
    padding: 8px 15px;
  }



  .cta-button {
    padding: 5px 10px;
    font-size: 14px;
  }


  .thank-you-text {
    width: 90%;
  }

  .footer-divider {
    margin: 20px 0;
  }

  .copyright {
    font-size: 10px;
  }
}
