
body {
margin: 0; 
padding: 0;
font-family: "Karma";
@media only screen and (max-width: 786px) {
  margin:0 0px;
}

}

*{
box-sizing: border-box; line-height: normal; font-family: inherit;
margin: unset;}
img {
max-width: 100%; height: auto;
}
[type="text"],
input :where(:not([type])),
[type="email"], [type="url"],
[type="password"], [type="number"], [type="date"],
[type="datetime-local"], [type="month"], [type="search"],
[type="tel"],
[type="time"], 
[type="week" ], 
[multiple], 
textarea,
select,
button {
appearance: none;
background-color: transparent;
border-color: unset; border-width: 0;
border-radius: unset;
padding: unset; font-size: unset;
line-height: unset;
color: inherit;
}
input:focus-visible, 
[multiple]:focus-visible, 
textarea:focus-visible,
select:focus-visible {
outline: none;
}


.homeo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    background-image: url(bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
    box-sizing: border-box;
    gap: 40px;
    flex-direction: row;
}

/* Image column */
.homeo__image {
    max-width: 90%;
    height: auto;
    display: block;
}

/* Content column */
.content {
    max-width: 600px;
    color: #fff; /* or adjust to match your design */
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
    .homeo {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .content {
        max-width: 100%;
    }

    .homeo__image {
        max-width: 250px;
        margin-bottom: 30px;
    }
}







.content { 
  width: 50%;
  position: absolute;
  right: 10%;
  top: 10%;

  @media only screen and (max-width: 786px) {
    width: 100%;
    position: relative;
    top: 5%;
  }

}

.content__quote { 
  color: #914e44 !important;
    align-self: flex-end;
  }

.content__message {
    margin-top: 178px; 
    margin-right: 82px; 
    align-self: flex-end;
    @media only screen and (max-width: 1050px) {
      margin-right: Opx;
    }
  }

.content__images-row {
  text-align: center;
  @media only screen and (max-width: 1050px) {
    
  }
  @media only screen and (max-width: 786px) {

  }
}

.content__image {
  height: auto; 
  margin-bottom: 12px;
  width: 230px;
  object-fit: contain;
  @media only screen and (max-width: 786px) {
    width: 200px;
    margin-bottom: 0px;
    padding-top: 10px;
  }
}

.content__settings-column {
  margin-bottom: 12px; 
  gap: 8px; 
  align-self: flex-end;
  display: flex; 
  width: 16%;
  flex-direction: column; 
  align-items: flex-start;
  @media only screen and (max-width: 786px) {
    width: 100%; 
    margin-bottom: 0px;
  }
}

.content__settings-icon { 
  height: 28px;
  width: 70%;
  object-fit: contain;
}

.content__group-icon { 
  height: 34px; 
  width: 100%;
  @media only screen and (max-width: 1050px){
  height: auto;
  }
}


.content_contact-row { 
  margin-top: 26px; 
  margin-left: 30px; 
  margin-right: 30px; 
  gap: 12px;
  align-self: stretch;
  display: flex; 
  justify-content: flex-end;
  flex-wrap: wrap;
  @media only screen and (max-width: 1050px){
  margin-left: 0px; margin-right: 0px;
  }
}


.homeo__column { 
  margin-left: 32px; 
  margin-right: 32px; 
  gap: 140px;
  flex: 1;
  display: flex;
  flex-direction: column; 
  align-items: flex-end;
  position: absolute;
  top: 12%; 
  right: 0px; 
  left: 0px; 
  max-width: 1376px;
  width: 100%;
  @media only screen and (max-width: 1050px) {
    gap: 105px; 
    padding-left: 20px; 
    padding-right: 20px; 
    margin-left: 0px; 
    margin-right: 0px;
  }
  @media only screen and (max-width: 786px) {
    gap: 70px;
  }
}


.homeo__column__text { 
   color: #914e44 ! important;
   margin-right: 24px; 
   text-align: center;
   width: 100%;
   line-height: auto;
  @media only screen and (max-width: 1050px){
    width: 100%; 
    margin-right: 0px;
  }
} 

.homeo__column__text--coming-soon {
  text-align: center;
  width: 100%;
  line-height: auto;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}



.ui.text.size-textxs {
  font-size: 24px; 
  font-weight: 400;
  @media only screen and (max-width: 1050px){
    font-size: 22px;
  }
}


.ui.text.size-texts {
  font-size: 28px; 
  font-weight: 400;
  text-align: center;
  @media only screen and (max-width: 1050px){
  font-size: 24px;
  }

  @media only screen and (max-width: 786px) {
  font-size: 18px;
  }
}


.ui.text.size-texts-reach {
  font-size: 18px; 
  font-weight: 400;
  text-align: center;
  @media only screen and (max-width: 1050px){
  font-size: 16px;
  }

  @media only screen and (max-width: 786px) {
    font-size: 18px; 
    padding-top: 20px;
  }
}

.ui.text.size-textmd {
  font-size: 34px; 
  font-weight: 400;
  padding-top: 15px;
  @media only screen and (max-width: 1050px) {
  font-size: 30px;
  }
  @media only screen and (max-width: 786px) {
  font-size: 24px;
  }
}

.ui.text {
  color:#7f3d36;
  font-family: Karma;
}


a {
  color: #7f3d36;
  font-family: Karma;
  text-decoration: none ;
}


.ui.heading.size-headingxs {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
  @media only screen and (max-width: 1050px) {
  font-size: 38px;
  }
  @media only screen and (max-width: 786px) {
  font-size: 30px;
  }
}

.ui.heading.size-headings {
  font-size: 45px; 
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
  @media only screen and (max-width: 1050px) {
  font-size: 40px;
}
  @media only screen and (max-width: 786px) {
  font-size: 32px;
  padding-top:20px;
}
}
.ui.heading {
  color:#914e44;
  font-family: Karma;
} 

@font-face {
  font-display: swap; 
  font-style: normal;
  src: url("/fonts/Karma-Regular.ttf");
  font-family: "Karma"; 
  font-weight: 400;
}
 @font-face {
  font-display: swap; 
  font-style: normal;
  src: url("/fonts/Karma-SemiBold.ttf");
  font-family: "Karma"; 
  font-weight: 600;
 }
 
 .full-height {
  height: 100vh;
  background-image: url('bg.png'); /* Replace with your image path */
  background-size: cover;                  /* Ensures the image covers the whole div */
  background-position: center;             /* Centers the image in the div */
  background-repeat: no-repeat;            /* Prevents the image from repeating */
}
/* Tablet and mobile: override background image */
@media (max-width: 768px) {
  .full-height {
    background-image: url('tabmobbgf.png'); /* Tablet and mobile background */
    background-color: #fff;
    padding-top: 20%;
  }
}
 
 .full-height {
  height: 100vh;
  display: flex;
  justify-content: space-between; /* centers horizontally */
  align-items: center;     /* centers vertically */
  gap: 2rem;               /* space between image and content */
}

.image-box img {
  width: 500px;
  height: auto;
  display: block;
}

.content-box {
    padding: 0px 130px 0px 0px;
}

  /* Optional: style your content box */
}

@media screen and (min-width: 1599px) {
  /* Styles for large screens go here */
  .full-height {
  height: 100vh;
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically */
  gap: 30rem;       
  }
}
@media (max-width: 768px) {
  
  .content-box {
    padding: 0px 10px 20px 10px;
  }
  
  .full-height {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    gap: 4rem;
    flex-direction: column;
   }
}
/* Show desktop image by default, hide tab/mobile image */
.desktop-img { display: block; }
.tabmob-img { display: none; }

/* Show tab/mobile image on screens up to 1024px, hide desktop image */
@media (max-width: 1024px) {
  .desktop-img { display: none; }
  .tabmob-img { display: block; }
}

@media (min-width: 1600px) {
    .image-box img {
    width: 60rem;
    height: auto;
    display: block;
}
}


@media (min-width: 769px) and (max-width: 1300px) {
    .ui.heading.size-headings {
    font-size: 36px !important;
    padding-top: 15px !important;
    }
    .content__images-row{
    width: 270px;
    margin-top: 15px;
    }
    .content-box {
    padding: 0px 80px 0px 0px;
    text-align: -webkit-center;
    }
    .ui.heading.size-headingxs {
    font-size: 36px;
    padding-top: 15px;
    }
    .ui.text.size-textmd {
    font-size: 32px;
    padding-top: 15px;
    }
    .ui.text.size-texts
    {
    font-size: 28px;
    }
    .ui.text.size-texts-reach {
    margin-top: 15px;
    }
    .image-box img {
    width: 490px;
    height: auto;
    }
}

