/* Reset and base styles */

/* Navigation bar*/
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  z-index: 30;
  background-color: #14141400;
  margin-bottom: 30px;
  padding: 16px;
  position: relative;
}

.nav-menu-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: #f3f4f6;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0;
  display: inline-block;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #38bdf8;
}

/* Dropdown menu (hidden by default) */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #374151;
  list-style: none;
  padding: 0.5rem 0;
  min-width: 160px;
  border-radius: 4px;
  z-index: 1000;
}

.dropdown-menu {
  display: block;
  padding: 0.5rem 1rem;
  color: #f3f4f6;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background-color: #4b5563;
  color: #38bdf8;
}

/* Show dropdown when active class is added */
.dropdown.active .dropdown-menu {
  display: block;
}

.hero-flex-center {
  display: flex;
  color: white;
  text-align: center;
  justify-content: center;
  
}

.italics {
  font-size: 85px;
  font-style: italic;
}

.third {
  letter-spacing: 0;
  padding-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 85px;
  font-weight: 500;
}

.hero-display-3 {
  z-index: 1;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 500;
  line-height: .9;
  font-family: 'Playfair Display', serif;
  position: relative;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  background-color: #18171700;
  border: 1px solid #99949445;
  padding: 35px 35px 30px;
  position: relative;
  box-shadow: 0 2px 5px #0009;
  margin: 5px;
}

.aside-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px;
}

.service-item-3 {
  background-color: #18171700;
  border: 1px solid #99949445;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 35px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0009;
  margin: 10px;
}
.margin-bottom-none {
  color: rgb(186, 165, 255);
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 400;
}
.cell-content {
  color: white;
  font-size: 18px;
}

.margin-15px {
  margin-top: 15px;
}

.left-part-3 {
  background-image: "url('/images/test1.jpg')";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.nav-menu-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-left-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  font-family: Playfair Display,serif;
  font-weight: 700;
  font-size: 28px;
}

.hero-3 {
  background-color: rgb(20, 20, 20);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;  
  padding-bottom: 0;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation {
  font-weight: 200;
  font-family: 'Canela', serif;
  font-size:24px;  
  padding-top: 15px;
  display: flex;
  overflow: hidden;
  width: 100%;
  
}

.page-content {  
  position: static;
}

.paragraph-home {
  text-align: center;  
  font-family: 'Instrument Sans', serif;
  font-size: 20px;
  font-weight: 400;
  z-index: 50;
  position: relative;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 2%;
  line-height: 1.4;
}

.btn-wrap {
  z-index: 1;
  border: 1px solid var(--main-color);
  background-color: var(--white);
  color: var(--main-color);
  text-align: left;
  letter-spacing: -.01em;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 47px;
  font-size: 16px;
  font-weight: 600;
  line-height: 122%;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.title-wrap {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 39%, #baa5ff 77%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: 'Playfair Display', serif;
  font-size: 55px;
  font-weight: 400;
  line-height: .9;
  text-align: center;
}
.contact-wrap {
  text-align: center;
  z-index: 50;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  line-height: 1.6;
}

.animated {
  min-width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;              
}

.slider-item {
  min-width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;          
  margin-left: 1rem; 
  margin-right: 1rem;
  overflow: hidden;
}


@media screen and (min-width: 1280px) {
  .hero-3 {
    background-image: url("/images/header.svg");
    background-position: 0 0; 
    background-size: auto;
    margin-top: -140px;
    margin-bottom: -140px;    
    min-height: 75vh;   
  }

  .hero-display-3.first, .hero-display-3.third, .hero-display-3.second {
    color: var(--white);
  }

  .animation {
    margin-bottom: -20px;
  }

  .what-we-do-outer-grid {
  display: grid;
  grid-template-rows: auto 650px auto;
  grid-template-columns: 30% 1fr;
  margin-left: 10%;
  margin-right: 10%;
}

.what-we-do-inner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal-width columns */
  grid-template-rows: repeat(2, 1fr);   /* 2 rows with auto height */
}

.hero-display-3.first {
  color: var(--white);
  letter-spacing: 0;
  padding-bottom: 0;
  font-family: 'Playfair Display', serif;
  font-size: 85px;
  font-weight: 500;
}

.hero-display-3.third {
  color: var(--white);
  letter-spacing: 0;
  padding-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 85px;
  font-weight: 500;
}

.hero-display-3.third.italics {
  font-size: 85px;
  font-style: italic;
}

.hero-display-3.second {
  color: var(--white);
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 400;
}

}

@media screen and (max-width: 991px) {
  .hero-3 {
    min-height: 20%;
    padding-top: 5%;
    padding-bottom: 120px;
    padding-bottom: 10%;
    margin-bottom: 5%;
  }

  .what-we-do-outer-grid {
    grid-template-columns: 1fr;        /* stack everything vertically */
    grid-template-rows: auto auto auto;
    row-gap: 20px;                     /* optional spacing between items */
    margin-left: 5%;
    margin-right: 5%;
  }

  .what-we-do-inner-grid {
    grid-template-columns: 1fr;        /* stack everything vertically */
    grid-template-rows: auto auto auto;
    row-gap: 20px;     
  }

  .hero-display-3.first {
  color: var(--white);
  letter-spacing: 0;
  padding-bottom: 0;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 500;
}

.hero-display-3.third {
  color: var(--white);
  letter-spacing: 0;
  padding-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 500;
}

.hero-display-3.third.italics {
  font-size: 45px;
  font-style: italic;
}

.hero-display-3.second {
  color: var(--white);
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 400;
}


}/* end of 991px resolution*/

@media screen and (max-width: 767px) {
  .hero-3 {
    min-height: 20%;
    padding-top: 5%;
    padding-bottom: 120px;
    padding-bottom: 10%;
    margin-bottom: 5%;
  }

  .what-we-do-outer-grid {
    grid-template-columns: 1fr;        /* stack everything vertically */
    grid-template-rows: auto auto auto;
    row-gap: 20px;                     /* optional spacing between items */
    margin-left: 5%;
    margin-right: 5%;
  }

  .what-we-do-inner-grid {
    grid-template-columns: 1fr;        /* stack everything vertically */
    grid-template-rows: auto auto auto;
    row-gap: 20px;     
  }

  .hero-display-3.first {
  color: var(--white);
  letter-spacing: 0;
  padding-bottom: 0;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 500;
}

.hero-display-3.third {
  color: var(--white);
  letter-spacing: 0;
  padding-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 500;
}

.hero-display-3.third.italics {
  font-size: 45px;
  font-style: italic;
}

.hero-display-3.second {
  color: var(--white);
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 400;
}
}/* end of 767px resolution*/

@media screen and (max-width: 479px) {
  .hero-3 {
    min-height: 20%;
    padding-top: 5%;
    padding-bottom: 120px;
    padding-bottom: 10%;
    margin-bottom: 5%;
  }

  .what-we-do-outer-grid {
    grid-template-columns: 1fr;        /* stack everything vertically */
    grid-template-rows: auto auto auto;
    row-gap: 20px;                     /* optional spacing between items */
    margin-left: 5%;
    margin-right: 5%;
  }

  .what-we-do-inner-grid {
    grid-template-columns: 1fr;        /* stack everything vertically */
    grid-template-rows: auto auto auto;
    row-gap: 20px;     
  }

  .hero-display-3.first {
  color: var(--white);
  letter-spacing: 0;
  padding-bottom: 0;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 500;
}

.hero-display-3.third {
  color: var(--white);
  letter-spacing: 0;
  padding-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 500;
}

.hero-display-3.third.italics {
  font-size: 45px;
  font-style: italic;
}

.hero-display-3.second {
  color: var(--white);
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 400;
}
  
}/* end of 479px resolution*/


