/* Reset some default styles */


html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  width: auto;  
  margin: 0  ;
  overflow-x: hidden;
  scroll-behavior: smooth;
}



.container {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  padding: 20px;
}

.hero__content, .about__wrapper, .section-four__container, .section-five__container, .contact-container {
  padding: 0 20px;
}

.hero__content {
  text-align: center;
}


/* Media query for mobile devices */
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;height: auto!important;
  }
  section {
    padding: 40px 0px!important;
  }
  

  .hero__content,
  .hero__image {
    width: 100%;
    text-align: center;
  }

  .hero__image{
    max-width: 300px!important;
  }


  .about__image {
    margin-top: -190px;
    margin-bottom: -70px!important;}
  .hero__logo{   width: 250px;
  }
  .hero__logo img {
    width: 250px;
  }

  .hero__subtitle,
  .hero__description {
    padding: 0 10px;
  }

  .hero__image {
    position: relative;
  }

  .hero_image_palm,
  .rotating-sun {
    width: 50%;
  }

  .hero__sun--mobile {
    width: 100px!important;
    padding: 10px;
    bottom: -120px!important;
    padding-right: 3px;
  }

  .hero__sun {
    width: 100px!important;
    padding: 10px;
    bottom: -120px!important;
    padding-right: 3px;
  }

  .about__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }

  .about__image img {
    width: 80%;
  }

  .about__content {
    text-align: center;
  }

  .about__title,
  .about__text,
  .about__description {
    padding: 0 10px;
  }

  .about__cta img {
    width: 30px;
  }

  .about__lemon {
    width: 50px!important;
    left: 20px !important;
    bottom: 340px!important;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  
body{
  overflow-x: hidden!important;
}
  .container {
    flex-direction: column;
  }

  .hero__image img, .about__image img, .section-fiveimg, .contact-icon {
    width: 100%;
    height: auto;
  }

  .section-four__content {
    flex-direction: column;
  }

  .section-four__item {
    margin-bottom: 20px;
  }

  .contact__container {
    flex-direction: column;
    align-items: flex-start!important;
    text-align: left!important;
    padding: 20px 40px!important;
  }

  .contact__links a {
    margin-bottom: 10px;
    text-align: left!important;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a{

  font-family: 'Figtree', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

/* Set font family and color for headings */
h1, h2 {
  font-family: 'Averia Serif Libre', serif;
  font-style: italic;
  font-weight: bold;
  color: #1E1D1D;
}

/* Set font size for headings */
h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-family: 'Averia Serif Libre', serif;
  font-style: italic;
  font-weight: bold;
  color: #1E1D1D;
}

/* Set font family and size for h4, h5, h6, and p */
h4, h5, h6, p {
  font-family: 'Figtree', sans-serif;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  color: #1E1D1D;
}

/* Set max-width for the website */
body {
  max-width: 1600px;
  margin: 0 auto; /* Center the content horizontally */
  width: 100%; /* Make the body take up full width */
}



/* hero */


.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #FFF4E7;
    background-image: url('images/dots.png');
    background-repeat: repeat;
    background-size: 100px;
  }
  
  .hero__content,
  .hero__image {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
  
  }

 .hero_image_palm{

    max-width: 400px!important;
  }
  
  .hero__logo {
    margin-bottom: 10px;
  }
  
  .hero__logo img {
    max-width: 400px;
    height: auto;
  }
  
  .hero__subtitle {
    font-family: 'Averia Serif Libre', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 48px;
    color: #1E1D1D;
    padding-top: 30px;
    padding-bottom: 30px;
  
    
  }
  
  .hero__image img {

    height: auto;
  }
  
  .hero__cta {
    display: inline-block;
    color: #1E1D1D;
    text-decoration: none;
   letter-spacing: 4px;
    font-family: 'Figtree', sans-serif;
    font-weight: 900;
    margin-top: 32px;
    text-transform: uppercase;

  }
  
 
  .hero__description {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
text-align: center;
line-height: 30px;
max-width: 500px;
}



/* Section Five */
.section-five {
  background-color: #E27B60;
  padding: 100px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.section-five__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.section-five__text {
  flex: 1;
}

.section-five__title {
  font-family: 'Averia Serif Libre', serif;
  font-style: italic;
  font-weight: bold;
  color: #1E1D1D;
  font-size: 36px;
  margin-bottom: 20px;
}

.section-five__description {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  color: #1E1D1D;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 500px;
}

.section-five__cta {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 4px;
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.about__cta {
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 4px;
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  align-items: center;
  text-transform: uppercase;
}


.section-five__cta:hover {
color: #1d1d1d;

}

.hero__sun {
  width: 180px;
  z-index: 100;
  position: absolute;
  bottom: -165px;
  /* transform: translateX(-50%); */
  overflow: visible;
  padding-left: 3px;
  text-align: center;

}

.section-five__image {
  flex: 1;
  display: flex;
  justify-content: right;
 
}

.section-fiveimg {
width: 120%;
}

.section-five__image img {
  
  max-width: 600px;
  height: auto;
  border-radius: 8px;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.rotating-sun {
  animation: rotate 10s linear infinite;
}

@media (max-width: 768px) {
  .section-five {
    flex-direction: column;
    text-align: center;
  }

  .section-five__container {
    flex-direction: column;
    align-items: center;
  }

  .section-five__text,
  .section-five__image {
    flex: none;
    width: 100%;
  }

  .section-five__image img {
    max-width: 100%;
  }
}

  
  @media (max-width: 768px) {
    .hero {
      flex-direction: column;
    }
  
    .hero__content,
    .hero__image {
      padding: 20px 20px;
    }
  
    
  
    .hero__subtitle {
      font-size: 36px;
    }
  }

  /* about */

  .about {
    background: #E27B60; /* Updated background color */
    background-image: url(images/bgpinksection.png);
    background-position: center;background-repeat: no-repeat;background-size:120%;
  }
  
  .about__wrapper {
    text-align: center; /* Center-align all content */
    padding: 100px 50px; /* Adjust the padding as necessary */
    position: relative; /* Set relative positioning context for absolute children */
  }
  
  .about__image {
    margin-top: -190px;
    margin-bottom: -100px; /* Space between image and content */
  }
  
  .about__image img {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    transition: transform 0.05s ease-in-out; 
    display: block; 
    transform: scale(0.5);
  }
  
  .about__content {
    /* No specific width needed as it will take up the remaining space */
    max-width: 600px;
    margin: 0 auto;
  }
  
  .about__title {
  
        font-family: 'Figtree', sans-serif;
    font-size: 82px; /* Adjust as needed */
    color: #1E1D1D; /* White color for better contrast */
    margin-bottom: 0px; /* Space after the title */
    font-style: normal;
  font-weight: bold;
    text-transform: uppercase;
    z-index: 0;
  }

  .about__lemon {
    width: 150px;
    position: absolute;
    z-index: 20;
    display: block;
    left: 100px;
    bottom: 150px; /* Adjust as needed to position it correctly */
}
  
  .about__text {
    font-family: 'Averia Serif Libre', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 36px; /* Adjust as needed */
    color: #1E1D1D; /* White color for better contrast */
    margin-bottom: 0px; /* Space after the text */
  }
  
  .about__description {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    /* margin-bottom: 30px; */
    color: #1E1D1D;
    line-height: 1.6;
    padding-top: 30px;
    padding-bottom: 30px;
  }
 
  #welcomeText {
    font-family: 'Figtree', sans-serif;
    font-size: 100px;
    color: #1E1D1D;
    font-weight: 900;
      position: relative;  /* Use 'absolute' if you need to position it out of the normal flow */
      z-index: 00;       /* High z-index to ensure it appears on the top layer */
    text-transform: uppercase;
    white-space: nowrap; /* Prevent wrapping */
    right: 0%;
    top: 200px;/* Adjust this value to center it vertically to your liking */
    transform: translateY(-50%); /* Center the text vertically */
   
  }

  /* Responsive adjustments */


  .section-three {
    background-color: #fff; /* Adjust based on your design */
    padding: 100px 50px;
    background-image: url('images/bgsection3.png');
    background-position: top center;  
    background-repeat: no-repeat;
    background-size: cover;
}

.section-three .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px; /* Adjust based on your layout */
    margin: 0 auto;
    padding: 20px;
    column-gap: 10%;
}

.section-three .column {
    flex: 1 1 45%; /* Sets each column to take half the width of the container */
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.section-three img {
    width: 80%; /* Responsive images */
    margin-bottom: 10px;
}

.section-three h3 {
    font-family: 'Averia Serif Libre', cursive; /* Example, replace with your actual font */
    color: #1E1D1D;
    margin-top: 10px;
    font-size: 24px;
    text-align: left;
    width: 100%;
}

.section-three p {
    font-family: 'Figtree', sans-serif; /* Example, replace with your actual font */
    color: #1E1D1D;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-bottom: 50px;
    padding-top: 20px;
}

/* Section Four */
.section-four {
  background-color: #ffffff;
  padding: 100px 100px;
  text-align: center;
}

.section-four__title {
  font-family: 'Averia Serif Libre', serif;
  font-style: italic;
  font-weight: bold;
  color: #1E1D1D;
  font-size: 36px;
  margin-bottom: 20px;
}

.section-four__subtitle {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  color: #1E1D1D;
  margin-bottom: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.section-four__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; /* Adjust the gap as needed */
  padding: 20px; /* Adjust the padding as needed */
}

.section-four__item {
  text-align: left; /* Adjust text alignment as needed */
}


.section-four__item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.section-four__item h3 {
  font-family: 'Averia Serif Libre', serif;
  font-style: italic;
  font-weight: bold;
  color: #1E1D1D;
  font-size: 24px;
  margin-bottom: 10px;
}

.section-four__item p {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  color: #1E1D1D;
  line-height: 24px;
}

.section-four__cta {
  display: inline-block;
  color: #E27B60;
  text-decoration: none;
  letter-spacing: 4px;
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  transition: background-color 0.3s ease;
  margin-top: 32px;
  text-transform: uppercase;

}

.section-four__cta:hover {
color: #1d1d1d;

}


/* Contact Section */
.contact-section {
  background-color: #FFF4E7;
  background-image: url('images/dots.png');
  background-repeat: repeat;
  background-size: 100px;
  padding: 100px 50px;
  text-align: center;
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-icon {
  width: 50px;
  margin-bottom: 20px;
}

.contact-title {
  font-family: 'Averia Serif Libre', serif;
  font-style: italic;
  font-weight: bold;
  color: #1E1D1D;
  font-size: 36px;
  margin-bottom: 20px;
}

.contact-email {
  font-family: 'Figtree', sans-serif;
  font-weight: 900!important;
  font-size: 50px;
  color: #1E1D1D;
  margin-bottom: 40px;
}

.instagram-icon {
  width: 60px;
  margin-bottom: 10px;
}

.contact-description {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  color: #1E1D1D;
  line-height: 1.6;
}

.contact-description a {
  font-weight: bold;
  color: #1E1D1D;
  text-decoration: none;
}

.contact-description a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .section-four__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 24px;
  }

  a{
    width: 100%;
    text-align: left;
  }

  .center {
    text-align: center!important;
    width: auto!important;
  }

  .section-fiveimg{
    width: 500px!important;
    max-width: 600px!important;
  }

  .section-five__image{
    justify-content: center;
  }

  .section-four__subtitle, .section-four__title, .section-five__description, .section-five__title{text-align: left;}
.section-four__content{padding: 20px 0px;}
  .contact-email {
    font-size: 24px;
  }

  .contact-description {
    font-size: 14px;
  }
}

/* Mobile rules */
@media (max-width: 768px) {
    .section-three .container {
        flex-direction: column;
    }

    .section-three .column {
        flex: 1 1 100%; /* Each column takes full width on small screens */
    }

    .section-three img {
        width: 100%; /* Full width images on mobile */
    }
}

   
    @media (max-width: 768px) {
        .about__wrapper {
          padding: 50px 20px;
        }
        
        .about__image img {
          max-width: 100%;
        }
        
        .about__title {
          font-size: 48px;
        }
      
        .about__text {
          font-size: 30px;
        }

        #welcomeText {
            font-size: 48px; /* Adjust font size for smaller screens */
            right: -80%; /* Adjust starting position for smaller screens */
            top: 50%; /* Center vertically */
            transform: translateY(-50%) translateX(50%); /* Adjust translation for smaller screens */
          }
      }
  
      .contact {
        background-color: #1c1c1c;
        padding: 40px 20px;
        color: #ffffff;
    }
    
    .contact__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .contact__info {
        max-width: 50%;
    }
    
    .contact__title {
        font-family: 'Averia Serif Libre', serif;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .contact__address, .contact__email {
        font-family: 'Figtree', sans-serif;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
        color: #fff;
        padding-top:30px;
    }
    
    .contact__links {
        text-align: right;
    }
    
    .contact__link {
        display: block;
        font-family: 'Figtree', sans-serif;
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
        margin-bottom: 10px;
        transition: color 0.3s;
    }
    
    .contact__link:hover {
        color: #f1c40f; /* Add a hover color if desired */
    }
    