@font-face {
  font-family: 'Afacad';
  src: url('/fontused/Afacad-VariableFont_wght.ttf') format('truetype');
}
body {
  background-color: #F8E7DD;
  height: 100vh;
  font-family: 'Afacad', sans-serif;
  margin: 0;
 
    width: 100vw;
    overflow-x: hidden;
  }


nav {
  background-color: #FFFFFF;
  opacity: 72%;
}

h1 {
  font-size: 40px;
  text-align: center;
  margin-top: 20px;
  color: #333;
}

.infocontainer {
  display: flex;
  justify-content: space-evenly;
}
.form {
  background-color: #FFFFFF;
  opacity: 72%;
  padding: 100px;
  margin: 100px;
}

.contact-container {
  display: flex;
  justify-content: space-evenly;
  margin: 35px;
}


.form-container {
  background-color: #FFF9F5;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 350px;
  text-align: center;
}

h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
label {
  display: block;
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
}
input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
textarea {
  height: 80px;
  resize: none;
}
.submit-btn {
  background-color: #DFF8D8;
  color: black;
  padding: 10px;
  margin-top: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #C8F0C0;
}

#map {
  height: 100%;
}


gmp-map {
  height: 400px;
}

footer { background-color: #FFFFFF;
  opacity: 72%;}

span>img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}



.Intro {
  grid-area: Intro;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: antiquewhite;
}

.comfort-text {
  background-color: white;
  opacity: 0.77;
  transform: translateY(250px) translateX(-300px);
  z-index: 2;
  width: 450px;
  height: 350px;
  position: absolute;
  border-radius: 20px;
}

  


#small-logo {
  width: 190px;
  height: 190px;
}

#Header {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  font-family: Afacad;
}

#Header img {
  width: 100px;
  height: 100px;
}

#navigation {
  background-color: none;
  display: flex;
  align-items: center;
  margin-right: 50px;
  color: black;
  gap: 50px;
}
#navigation a {
  color: black;
  text-decoration: none;
  font-size: 20px;
}
#navigation a:hover {
  color: rgb(107, 95, 95);
}
.dropbtn {
  color: black;
  background-color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.ElementA {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.ElementA:hover .dropdown-content {
  display: block;
}

.ElementA:hover .dropbtn {
  color: gray;
}
#ElementB {
  display: flex;
  align-items: center;
  gap: 20px;
}

  
/*Footer*/
#Footer {
  background-color: rgba(255, 255, 255, 1);
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-around;
  height: 300px;
}
#Contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: gray;
}
#Contact p {
  margin: 2px;
}
.footerTitle {
  font-size: 18px;
  font-weight: bold;
}
#LinkWall {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.footerColumn {
  margin-top: 30px;
}
.footerColumn a {
  color: black;
  text-decoration: none;
}
.footerTitle {
  font-size: 18px;
  font-weight: bold;
  color: gray;
}
#ContactColumn {
  margin-top: 50px;
}

#Newsletter {
  display: flex;
  justify-content: left;
  align-items: center;
}
#Base {
  padding: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border: solid;
  border-width: 0.1px;
  border-color: gray;
}
#BaseButton {
  padding: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border: solid;
  border-width: 0.1px;
  border-color: gray;
  background-color: rgba(2, 159, 174, 1);
  color: white;
}
#BaseButton:hover {
  background-color: rgb(0, 181, 197);
}
#BaseButton:active {
  background-color: rgb(0, 87, 95);
}


h2 {
  margin-bottom: 1rem;
}

/* About Us */
.about {
  background-color: #f9e8dc;
  padding: 3rem 2rem;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.about-text {
  flex: 1;
  min-width: 300px;
  padding-right: 2rem;
  font-size: 20px;
}

.about-image img {
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  align-items: center;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-self: center;
  min-width: 300px;
}
/* Team Section */
.team {
  display: flex;
    align-content: center;
    background-color: #fae6dd;
    padding: 1rem 2rem;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
  margin-bottom: 2em;
}


.team-title {
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1040px;
  margin: 0 auto;
 
}

.member-card {

  display: flex;
  background-color: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  max-width: 456px;
  text-align: start;
  justify-content: space-between
  
}

.member-info {
  flex: 1;
  padding-left: 1rem;
}
.icon>img {
  height: 150px;
  margin-bottom: 1rem;
  align-self: center;
}

.icon {align-self: center;}

/* Footer */
footer {
  background-color: #fff;
  padding: 3rem 2rem;
  border-top: 1px solid #ccc;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.5rem;
}

.footer-newsletter input {
  padding: 0.5rem;
  margin-right: 0.5rem;
  width: 70%;
  max-width: 200px;
}

.footer-newsletter button {
  padding: 0.5rem 1rem;
  background-color: teal;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}


@media screen and (min-width: 300px) and (max-width: 600px) {
  #Header {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    font-family: Afacad;
    font-size: 10px;
  }
  #Header img {
    width: 80px;
    height: 80px;
  }
  .dropbtn {
    color: black;
    background-color: white;
    padding: 0px;
    font-size: 10px;
    border: none;
    cursor: pointer;
  }
  #navigation {
    background-color: none;
    display: flex;
    align-items: center;
    margin-right: 50px;
    color: black;
    gap: 20px;
  }
  #navigation a {
    color: black;
    text-decoration: none;
    font-size: 12px;
  }

  #Footer {
    background-color: rgba(255, 255, 255, 1);
    display: grid;
    grid-template-columns: auto;
    justify-content: space-around;
    height: 800px;
    margin-top: 10px;
  }
  #Contact {
    align-items: flex-start;
    margin-left: 50px;
  }
  #LinkWall {
    justify-content: center;
  }
  #ContactColumn {
    margin-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (min-width: 300px) and (max-width: 425px) {
  #Header {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    font-family: Afacad;
    font-size: 10px;
  }
  #Header img {
    width: 80px;
    height: 80px;
  }
  .dropbtn {
    color: black;
    background-color: white;
    padding: 0px;
    font-size: 10px;
    border: none;
    cursor: pointer;
  }
  #navigation {
    background-color: none;
    display: flex;
    align-items: center;
    margin-right: 50px;
    color: black;
    gap: 20px;
  }
  #navigation a {
    color: black;
    text-decoration: none;
    font-size: 12px;
  }

  #Footer {
    background-color: rgba(255, 255, 255, 1);
    display: grid;
    grid-template-columns: auto;
    justify-content: space-around;
    height: 800px;
    margin-top: 10px;
  }
  #Contact {
    align-items: flex-start;
    margin-left: 50px;
  }
  #LinkWall {
    justify-content: center;
  }
  #ContactColumn {
    margin-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (min-width: 697px) and (max-width: 1023px) {
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
h2 {
  text-align: center;
}
}