@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+IN:wght@100..400&display=swap');





  .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 90%;
    max-width: 100%;
    margin-left: 4rem;
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.cont{
  background-color: #754417;
}

.testimonial {
    flex: 0 0 100%;
    padding: 40px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 0 10px;
    transition: all 0.3s ease;
}

.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}

.testimonial h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.4em;
}

.testimonial p {
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.8);
    border: none;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 10;
}

.nav-button:hover {
    background-color: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

@media (min-width: 768px) {
    .carousel {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .testimonial {
        flex: 0 0 calc(33.333% - 20px);
        transform: scale(0.8);
        opacity: 0.7;
        transition: all 0.5s ease;
    }

    .testimonial.active {
        transform: scale(1.1);
        opacity: 1;
        z-index: 1;
    }
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20rem;
  background-color:#4b2c0f;
}

.hea{
  width: 100%;
  display: flex;
  justify-content: center;
}

.quick-links{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;

}

.ql{
  margin-right: 2rem;
  margin-bottom: 2rem;
  border-left: 3px solid white;
  border-bottom: 3px solid #eee;
  color: white;
}

.social-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
  gap: 2rem;
}


.lin a{
  padding: .5rem 1rem;
  /*display: flex;
  margin-bottom: 1rem;*/
  margin-left: .2rem;
  font-size: 1rem;
  color: whitesmoke;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500px;
  text-decoration: none;
  border-radius: 5px;
  transition: .3s ease-in-out;
}

@media (max-width: 768px){
  .lin a{
    padding: .5rem 1rem;
    display: flex;
    margin-bottom: 1rem;
    margin-left: .2rem;
    font-size: 0.8rem;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500px;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s ease-in-out;
  }

  .footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color:#4b2c0f;
  }

  .footer .ql{
    
    margin-top: 3rem;
    margin-bottom: 2rem;
    border-left: 3px solid white;
    border-bottom: 3px solid #eee;
    color: white;
  }

  .foo{
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 2rem;
    color: whitesmoke;
    font-size: .7rem;
    margin-bottom: 2rem;
  }


}

.lin a:hover{
  background-color: #eee;
  color: #000;
}

.foo{
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 2rem;
  color: whitesmoke;
  font-size: .7rem;
}
.contain {
    margin-top: 7rem;
    background-color: #eee;
    max-width: 1170px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    padding: 1em;
  }

  .contact-wrapper {
    margin: auto 0;
  }
  
  .submit-btn {
    float: left;
  }
  .reset-btn {
    float: right;
  }
  
  .form-headline:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid #603813;
  }
  
  .highlight-text {
    color: #603813;
  }
  
  .hightlight-contact-info {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
  }
  
  .highlight-text-grey {
    font-weight: 500;
  }
  
  .email-info {
      margin-top: 20px;
  }
  
  ::-webkit-input-placeholder { /* Chrome */
    font-family: 'Roboto', sans-serif;
  }
  
  .required-input {
    color: black;
  }
  @media (min-width: 600px) {
    .contain {
      padding: 0;
    }
  }
  
  h3,
  ul {
    margin: 0;
  }
  
  h3 {
    margin-bottom: 1rem;
  }
  
  .form-input:focus,
  textarea:focus{
    outline: 1.5px solid #603813;
  }
  
  .form-input,
  textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
  }
  
  .wrapper > * {
    padding: 1em;
  }
  @media (min-width: 700px) {
    .wrapper {
      display: grid;
      grid-template-columns: 2fr 1fr;
    }
    .wrapper > * {
      padding: 2em 2em;
    }
  }
  
  ul {
    list-style: none;
    padding: 0;
  }
  
  .contacts {
    color: #212d31;
  }
  
  .form {
    background: #fff;
    border-radius: 20px;
  }
  
  form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  form label {
    display: block;
  }
  form p {
    margin: 0;
  }
  
  .full-width {
    grid-column: 1 / 3;
  }
  
  button,
  .submit-btn,
  .form-input,
  textarea {
    padding: 1em;
  }
  
  button, .submit-btn {
    background: transparent;
    border: 1px solid #603813;
    color: black;
    border-radius: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
  }
  button:hover, .submit-btn:hover,
  button:focus , .submit-btn:focus{
    background: #603813;
    outline: 0;
    color: #eee;
  }
  .error {
    color: #ec1c24;
  }


  @keyframes nudge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
  }
  
  body {
    animation: nudge 1s ease-in-out;
  }
  

/*MEDIA QUERY*/


@media (max-width: 992px){
    .header{
        padding: 1.3rem 5%;
    }
}

@media (max-width: 768px){
    .icons{
        display: inline-flex;
    }

    #check:checked~.icons #menu-icon{
        display: none;
    }

    #check:checked~.icons #close-icon{
        display: block;
    }

    .icons #close-icon{
        display: none;
    }

    .navbar a:hover{
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(0,0,0,0.2);
        backdrop-filter: blur(50px);
        overflow: hidden;
        transition: .3s ease;
    }

    #check:checked~.navbar {
        height: 17.7rem;
    }

    .navbar a{
        display: block;
        font-size: 1.2rem;
        margin: 1.5rem 0;
        text-align: center;
    }

    .txt-outline {
        color: transparent;
        -webkit-text-stroke: 2px #ffffff; /* Apply the text outline */
        font-weight: bold;
        position: relative;
        font-size: 2rem; /* Set font size */
        display: inline-block; /* Ensure it behaves like an inline element for animation */
    }
    h1{
        font-size: 80%;
    }


    .object1{
        position: absolute;
        background-color: rgba(0, 0, 0, .5);
        width: 5rem;
        height: 5rem;
        border-radius: 100%;
        z-index: 2;
        margin-left: 15rem;
        margin-top: 30rem;
        overflow: hidden;
    }
    
    .object2{
        position: absolute;
        background-color: #4b2c0f;
        width: 30rem;
        height: 30rem;
        border-radius: 100%;
        z-index: 1;
        margin-right: 35rem;
        margin-bottom: 45rem;
        overflow: hidden;
    }

    .services-title{
        position: absolute;
        left: 4.5rem;
        top: 5rem;
        border-radius: 50px;
        background-color: antiquewhite;
        padding: 2rem;
    
    }
    .services{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        width: 20rem;
        margin-top: 11rem;
        margin-bottom: 1rem;
        background-color:  rgb(240, 228, 228);;
        border-radius: 20px;
        transition: .3s ease;
    }

    .services2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        width: 20rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color:  rgb(240, 228, 228);
        border-radius: 20px;
        transition: .3s ease;
    }

    .services3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        width: 20rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color:  rgb(240, 228, 228);
        border-radius: 20px;
        transition: .3s ease;
    }

    .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 90%;
        max-width: 100%;
        margin-left: 0rem;
        overflow: hidden;
        position: relative;
    }
    



}

@media(max-width: 432px){
    .txt-outline {
        color: transparent;
        -webkit-text-stroke: 2px white; /* Apply the text outline */
        font-weight: bold;
        position: relative;
        font-size: 1rem; /* Set font size */
        display: inline-block; /* Ensure it behaves like an inline element for animation */
    }

    .msg h1{
        font-size: 1rem
    }

}

@media (min-width: 681px ){
  .picture{
    width: 100%;
    display: flex;
    max-height: 7rem;
    margin-top: 25%;
  }
}



