@font-face {
  font-family: "juanito";
  src: url(assets/fonts/848d3fda9c3369c0.ttf) format("truetype");
}

@font-face {
  font-family: "merianda";
  src: url(assets/fonts/302f98b15431bf85.ttf) format("truetype");
}

@font-face {
  font-family: "barlow";
  src: url(assets/fonts/6c26833e74d7dd5b.ttf) format("truetype");
}

@font-face {
  font-family: "sybarite";
  src: url(assets/fonts/91c9517f30dd128d.ttf) format("truetype");
}

:root {
  --clr-bg1: #5f5f5f;
  --clr-bg2: #474747;
  --clr-bg3: rgb(255, 255, 255);
  --clr-bg-nav: #777777;
  --clr-main-header: #fff;
}

body {
  padding: 0;
  margin: 0;
  /* background: linear-gradient(0deg, var(--clr-bg2), var(--clr-bg3)); */
  /* background-color: #e4e4e1; */
  background-image: white;
  background-blend-mode: normal, multiply;
  background-size: 400% 200%;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  /* z-index: -1; */
  /* animation: changeBgColor 3s ease forwards; */
  min-width: 320px;
}

a {
  text-decoration: none;
  color: white;
}

.main-header {
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 5em;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 100%;
  /* background: var(--clr-bg2); */
  z-index: 1000;
  transition: all 0.5s ease;
}

header .sticky {
  opacity: 0.95;
  border-bottom: #252839 solid 2px;
  background-color: var(--clr-bg3);
  /* background-color: rgba(255, 255, 255, 0.295); */
  transition: all 0.3s ease;
  padding: 0%;
  margin: 0;
}

#logo-text {
  display: flex;
  padding: 1em 2em;
  max-width: 900px;
  animation: fill-scale 1s ease forwards 4.5s;
  position: relative;
  z-index: -1;
  margin: auto;
}

.img-main-header {
  /* background-color: #dbf4ff; */
  display: flex;
  flex-direction: row;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  /* position: relative; */
  text-align: center;
  margin: auto;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
.wrapper-anim-index {
  background-color: #dbf4ff;
  display: flex;
  flex-direction: row;
  opacity: 1;

  /* width: 100vw; */
  /* max-width: 100vh; */
  height: 100vh;
  position: relative;
  text-align: center;
  /* margin: auto; */
  /* animation: imgHeaderFadeOut 1s ease forwards 1s; */
  /* border: solid 2px #808080; */
  overflow: hidden;
  gap: 30px;
  z-index: -3;
}

.index-left-pannel,
.index-right-pannel {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-content: space-around;
}

.text-index1 {
  /* position: absolute; */
  transform: translate(0vh, 120vh);
  text-align: center;
  width: 90%;

  /* margin: auto 10%; */
}
.text-index2 {
  /* position: absolute; */
  transform: translate(0vh, 150vh);
  text-align: center;
  width: 90%;
  /* margin: auto 10%; */
  /* margin-left: 10%; */
}

.index-image1 {
  /* position: absolute; */
  transform: translate(0vh, -150vh) rotate(-20deg);
  width: 70%;
  border-radius: 20px;
  border: solid var(--clr-bg2) 2px;
  /* margin: auto 10%; */
}

.index-image2 {
  /* position: absolute; */
  transform: translate(0vh, -150vh) rotate(50deg);
  /* display: flex; */
  width: 70%;
  border-radius: 20px;
  border: solid var(--clr-bg2) 2px;
  /* margin: auto 10%; */
}

.domineLaBaie {
  position: relative;
  display: flex;
  /* text-align: center;
  align-items: center;
  justify-content: center; */
  transform: translate(0, -30px);
  padding: 10px 50px;
  opacity: 0;
  max-width: 1000px;
  margin: auto;
  animation: imgHeaderFadeOut 4s ease forwards 4s;
  max-width: 400px;
  z-index: -1;
}

@keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: white;
  }
}

@keyframes fill-scale {
  0% {
    fill: transparent;
    transform: scale(1);
  }
  100% {
    fill: #949494;
    transform: scale(1);
    /* transform: translate(0, -50px); */
  }
}

@keyframes imgHeaderFadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes changeBgColor {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0% 100%;
  }
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  background: var(--clr-bg);
  padding-top: 80px;
  z-index: -5;
}

.nav-container {
  position: fixed;
  min-height: 5em;
  padding-left: 0;
  /* background-color: var(--clr-bg2); */
  width: 100%;
  padding-top: 20px;
}

.nav-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--clr-bg2);
  background-size: 200%;
  transition: all 0.5s ease;
}

.list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: ; */
  padding-top: 20px;
  /* padding-bottom: 50px; */
  max-width: auto;
  margin: auto;
  max-width: 900px;
}

.list li {
  position: relative;
  list-style: none;
}

.home-button {
  font-size: 1.5em;
  background-color: #fff;
  border-radius: 20%;
  transform: translate(0px, -12px);
  transition: all 0.3s ease;
  border: solid 1px black;
  padding: 5px;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  margin: auto;
}
.home-button:hover {
  filter: drop-shadow(0 0 5px #87ceeb);
  filter: drop-shadow(0 0 10px #87ceeb);
  transition: all 0.3s ease;
  /* transform: rotate(-15deg); */
  /* transform: translate(0px, 8px); */
}

.list li a {
  position: relative;

  font-size: 1.2em;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.list li a::before {
  content: attr(data-text);
  position: absolute;
  color: var(--clr);
  width: 0;
  overflow: hidden;
  transition: 1s;
  border-right: 6px solid var(--clr);
  -webkit-text-stroke: 1px var(--clr);
}

.list li a:hover::before {
  width: 94%;
  filter: drop-shadow(0 0 5px var(--clr));
  filter: drop-shadow(0 0 10px var(--clr));
}

.toggle-button {
  display: none;
  top: 1em;
  left: 1em;
  font-size: 1.5em;
  background-color: #fff;
  border-radius: 20%;
  /* transform: translate(0px, -12px); */
  transition: all 0.3s ease;
  border: solid 1px black;

  text-align: center;
  width: 30px;
  height: 30px;
  align-items: center;

  justify-content: space-evenly;
}

/* .toggle-button.sticky {
  background-color: rgb(255, 255, 255);
} */

.model-container {
  /* min-width: 320px; */
  /* min-height: 466px; */
  height: 100vh;
  /* width: auto; */
  /* max-width: 1000px; */
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /* padding-left: 2%; */
  /* padding-right: 2%; */
  background-color: #d0f2ff;
}

.model {
  display: flex;
  text-align: center;
  margin: auto;
  height: 100%;
  align-self: center;
  justify-content: center;
}

.model-label,
.model-label-vue {
  color: #000;
  /* font-family: sans-serif; */
  padding: 3px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  border: solid 2px var(--clr-bg2);
  opacity: 0.7;
  /* transition: all 0.3s ease; */
}

.model-label:hover {
  opacity: 1;
  filter: drop-shadow(0 0 5px #67b3d1);
  filter: drop-shadow(0 0 10px #87ceeb);
  transition: all 0.1s ease;
}

.content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  text-align: center;
  z-index: 100;
}

.content-villa {
  padding: 1% 5%;
  display: flex;
  gap: 40px;
}
.left-pannel,
.right-pannel {
  flex: 1;
  text-align: left;
}

h1 {
  font-size: 25px;
}

p {
  font-family: "barlow";
  font-size: 20px;
}

.content-images {
  display: flex;
  gap: 30px;
  margin: 0 20px;
  justify-content: center;
}

.img-wrapper {
  border: 2px solid rgb(175, 172, 166);
  overflow: hidden;
}

.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 1 auto;
}

.img {
  display: flex;
  width: 100%;
  transition: all 0.5s ease-out;
}

.img:hover {
  transform: scale(1.05, 1.05);
  transition: all 0.5s ease-in-out;
}

.splitter {
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 2em;
}

/* .testScroll {
  display: flex;
  margin-top: 20 00px;
  display: flex;
  height: 500px;
  align-items: flex-end;
} */

.content-index {
  margin-bottom: 2000px;
  z-index: 10;
}

.content-index-text {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background-color: #d1d1cf;
  margin-bottom: 2000px;
}

.old-plan-img {
  display: flex;
  flex-direction: row;
  opacity: 1;
  /* width: 100vw; */
  height: 100vh;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  z-index: -2;
  transform: translate(0, 10vh);
}

.conten-index-text-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  /* background-color: #fff; */
  margin-top: 20vh;
  margin-left: 2%;
  margin-right: 2%;
  /* height: 30vh; */
  backdrop-filter: blur(8px);
}

.index-left-pannel-text {
  display: flex;
  /* flex-direction: column; */
  flex: 1;
  justify-content: center;
  align-items: center;
  /* gap: 30px; */
  align-content: space-around;
  border: rgb(255, 255, 255) solid 2px;
}
/* .index-right-pannel-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-content: space-around;
  height: 100vh;
  background-color: transparent;
  background: none;
} */

.index-left-pannel-text h1 {
  width: 90%;
  transform: translate(-100vw, 0);
  font-size: 20px;
  padding: 5vh 0;
}
.index-right-pannel-text h1 {
  width: 90%;
}

.footer-container {
  display: flex;
  flex-direction: column;
  height: 9em;
  background: var(--clr-bg2);
  border-top: #252839 solid 2px;
}

/*
footer
*/

.footer-list {
  display: flex;
  justify-content: space-evenly;
  /* align-items: flex-start; */
  align-content: space-between;
  margin: auto;
  margin-top: 20px;
  /* gap: 30px; */
  flex-direction: row;
  height: 80%;
  max-width: 600px;
  padding: 0;
}
.footer-list li {
  text-decoration: none;
  list-style: none;
  /* min-width: 60px; */
}

.footer-list li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-list li a:hover {
  color: #7f8699;
  transition: all 0.2s ease-in-out;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  /* align-items: flex-start; */
  /* justify-content: space-evenly; */
  min-width: 180px;
  overflow: hidden;
  gap: 20px;
  margin: auto;
  margin-top: 2vh;
  align-items: center;
}

.footer-icons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  overflow: hidden;
  /* padding-right: 10vw; */
}

#footer-icon {
  width: 80px;
  fill: #87ceeb;
  /* align-items: flex-end; */
}

#mail {
  visibility: hidden;
}
#c {
  visibility: hidden;
}

.splitContact {
  display: flex;
  flex-wrap: nowrap;
  font-size: 25px;
  color: #87ceeb;
}

.splitContact div {
  transform: translate(50vw, 0);
}

.tel {
  color: white;
}

.review-section {
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  height: 100%;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  padding-left: 30px;
}

#review-icons {
  display: flex;
  min-width: 100px;
  max-width: 100px;
}

.review-icons {
  display: flex;
  gap: 50px;
}

#Google {
  visibility: hidden;
  color: #ffffff2d;
}

.client-reviews {
  align-items: center;
}

.client-reviews p {
  font-size: 15px;
  margin: 0;
  color: #87ceeb;
}

.client-reviews h1 {
  font-size: 20px;
  margin: 0;
  color: #87ceeb;
}

/*
Css construction for 3d model viewer
*/

.visite3D {
  position: fixed;
  /* display: flex; */
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.938);
  opacity: 0;
  z-index: 1000;
  top: 0;
  transform: translate(0, -100vh);
}

.close-button {
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 10;
}

.visite-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;

  width: auto;
  position: fixed;

  align-items: center;
  box-sizing: border-box;
  /* padding: 0 5vw; */
}
.visite-wrapper ul {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}

.visite-wrapper ul li {
  display: flex;
  max-width: 30%;
  min-width: 180px;
  /* width: 5%; */
  /* padding: 20px; */
  flex-grow: 1;
}

.visite-wrapper ul li img {
  max-width: 100%;
  object-fit: contain;
  vertical-align: bottom;
}

/* .full-size-image {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  object-fit: contain;
  top: 0;
  left: 0;
  transform: scale(2);
  transition: all 0.5s ease;
  background: #000000da;
} */

.visite-image {
  overflow: hidden;
}
.visite-image img {
  transition: all 0.3s ease;
}
.visite-image img:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: all 0.5s ease;
}
.image-resizer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  background: black;
  display: none;
  z-index: 999;
}
.image-resizer.active {
  display: flex;
  z-index: 999;
}

.image-resizer img {
  display: none;
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 10%;
  /* margin: auto; */
  /* flex-grow: 1; */
  padding: 10%;
  object-fit: contain;
}

.image-resizer img.active {
  display: flex;
  z-index: 999;
}

.close-resizer {
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 1500;
}

.return-view {
  display: none;
  position: absolute;
  bottom: 20px;
  vertical-align: center;
  left: 50%;
  /* right: 50%; */
  border: solid var(--clr-bg2) 2px;
  border-radius: 5px;
  font-size: 30px;
  opacity: 0.7;
  height: 40px;
  width: 150px;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.return-view:hover {
  opacity: 1;
  filter: drop-shadow(0 0 5px #67b3d1);
  filter: drop-shadow(0 0 10px #87ceeb);
  transition: all 0.3s ease;
}

.loading-wrapper {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  width: 200px;
  justify-content: center;
  align-items: center;
  /* font-size: 10px; */
}

.loading-text {
  position: relative;
  color: white;
}

.loading-bar-wrapper {
  position: relative;
  border: solid 2px var(--clr-bg2);
  border-radius: 5px;
  height: 10px;
  width: 200px;
}

.loading-bar {
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 0%;
  background-color: #9687eb;
  filter: drop-shadow(0, 0 10px #9687eb);
  transition: all 0.2 ease;
}

/*
tarifs et dispo
*/

.price-availability {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); */
}

.price-availability-title {
  font-size: 45px;
  color: var(--clr-bg2);
  text-align: center;
}
.price-availability-subtitle {
  color: var(--clr-bg2);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-size: 20px;
}

.price-availability-subtitle a {
  color: var(--clr-bg2);
}

.price-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
  gap: 25px;
  justify-content: center;
}

.price-wrapper-items {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  min-width: 350px;
  min-height: 600px;
  border-radius: 20px;
  border: solid 2px var(--clr-bg2);
}

.price-wrapper-items svg {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  /* transform: translate(0, -500px); */
  filter: drop-shadow(7px 2px 5px #76b6cf);
}

.price-title {
  font-size: 45px;
  text-transform: uppercase;
  color: var(--clr-main-header);
  padding: 15px 0 25px 0;
  margin: 0;
}

.price-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 84px;
}

.price-date h2 {
  font-size: 35px;
  margin: 0;
  color: #dfdfdf;
}

.price-price {
  padding-top: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.price-price h1 {
  margin: 0;
  font-size: 45px;
  color: rgb(223, 223, 223);
}
.price-price h4 {
  margin: 0;
  font-size: 15px;
  padding-left: 15px;
  color: rgb(223, 223, 223);
}

.price-info h1 {
  font-size: 30px;
  margin: 0;
  padding: 35px 0 25px 0;
  color: rgb(223, 223, 223);
}

@media (max-width: 750px) {
  .toggle-button {
    display: flex;
    position: fixed;
    animation: slideUp500 1s ease forwards;
    z-index: 100;
  }
  .home-button {
    transform: translate(0px, 12px);
  }

  .list {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .list li {
    text-align: center;
    padding-top: 20px;
  }

  .nav-active {
    position: fixed;
    top: 0;
    display: flex;
    animation: all 2s ease forwards;
    flex-direction: column;
    z-index: 1500;
    /* width: 70%; */
    background-color: var(--clr-bg2);
    /* position: absolute; */
    /* height: 100%; */
  }
  .content-villa {
    /* display: flex; */
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1em 2em;
  }
  .content-images {
    flex-direction: column;
    display: flex;
  }
  .wrapper-anim-index {
    flex-direction: column;
    flex: 0 0 auto;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    /* margin-top: 10vh; */
  }
  .index-left-pannel {
    margin-top: 10vh;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .index-right-pannel {
    margin-bottom: 2vh;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
  }
  /* .conten-index-text-wrapper {
    flex-direction: column;
    height: 100vh;
    align-content: space-around;
    justify-content: center;
    align-items: center;
  } */
  .old-plan-img {
    height: 100vh;
    transform: rotate(90deg) translate(0%, 40%) scale(0.7);
    margin-left: auto;
    margin-right: auto;
  }
  /* .index-left-pannel-text,
  .index-right-pannel-text {

  } */
  .review-section {
    display: none;
  }
}

@media (max-width: 550px) {
  .contact-wrapper {
    flex-direction: column;
  }
  .footer-container {
    min-width: 320px;
    height: 13em;
  }
}
/*
alentours agay
*/

.alentours-agay {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 80px;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  gap: 20px;
  margin-bottom: 50px;
}

.alentours-container {
  display: flex;
  position: relative;
  justify-content: flex-start;
  height: 200px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 2% 0 2%;

  border: solid 2px var(--clr-bg2);
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.alentours-img {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
  /* padding: 0 10% 0 10%; */
}

.title {
  align-self: center;
  font-size: 1.5rem;
  color: var(--clr-bg2);
  /* width: 100%; */
}
.alentour-content {
  position: relative;
  display: flex;
  z-index: 1;
  flex-direction: column;
  padding-left: 1%;
}
.alentour-title {
  color: black;
  padding: 0 5% 0 1%;
  border-radius: 5px;
  font-size: 1.5em;
}

.alentour-text {
  min-width: 300px;
  max-width: 370px;
  font-size: 1.2em;
  color: var(--clr-bg2);
  padding: 0 5% 0 1%;
  opacity: 0;
  margin-top: 0;
}

.svg-alentour {
  position: absolute;
  /* z-index: 0; */
  top: 0;
  left: 0;
  transform: translate(-120vw, 0);
}

.alentour-icon-map {
  padding-left: 30px;
  width: 40px;
  opacity: 0;
}

.spacer {
  max-height: 100vh;
  padding: 100px 2% 50px 2%;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.form-pannel-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 430px;
  height: 660px;
  margin: auto;
  border: solid 1px var(--clr-bg2);
  border-radius: 0 0 20px 20px;
  background: white;
}

.svg-contact-banner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 350px;
  width: 100%;
}

.svg-contact-banner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  /* z-index: 10; */
}

.svg-contact-paperplane {
  position: absolute;
  top: 140px;
  left: 135px;
  z-index: 0;
  /* opacity: 0; */
}
.paperplane-path {
  position: absolute;
  top: 0px;
  left: -200px;
  z-index: 0;
  /* display: none; */
  opacity: 0;
}

.contactez-nous {
  font-size: 50px;
  z-index: 2;
  margin: auto 5% 0 5%;
  text-align: center;
  color: var(--clr-bg2);
  max-height: 140px;
  line-height: 35px;
}

.form-wrapper {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  padding: 230px 2% 20px 2%;
  margin: auto;
  gap: 5px;
  justify-content: center;
}

.form-input {
  height: 20px;
  border-radius: 5px;
  border: solid 1px var(--clr-bg2);
  font-family: inherit;
  color: var(--clr-bg2);
}

.form-input-message {
  resize: none;
  display: flex;
  align-content: flex-start;
  height: 90px;
  border-radius: 5px;
  border: solid 1px var(--clr-bg2);
  font-family: inherit;
  color: var(--clr-bg2);
}

#sendmessage {
  font-size: 1.3em;
  background-color: #fff;
  border-radius: 10px;

  transition: all 0.3s ease;
  border: solid 1px black;
  padding: 5px;
  justify-content: space-between;
  width: auto;
  height: 40px;
  margin: auto;
  margin-top: 15px;
  opacity: 0.7;
  font-family: inherit;
}

#sendmessage:hover {
  opacity: 1;
  filter: drop-shadow(0 0 5px #67b3d1);
  filter: drop-shadow(0 0 10px #87ceeb);
  transition: all 0.3s ease;
}


/*# sourceMappingURL=index.css.map*/