:root {
  --default-font: 'Garet', sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --heading-font: 'Garet', sans-serif;
  --nav-font: 'Garet', sans-serif;
}

/* Global Colors */
:root {
  --background-color: #000000;
  --soft-blue-color: #BEE9FF;
  --soft-green-blue-color: #61A89D;
  --green-blue-color: #0C596B;
}

html {
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Garet';
  color: #1D2436;
  font-size: normal;
  font-weight: 500;
}

.bg-body-index {
  background-color: var(--soft-green-blue-color);
}

main {
  margin-left: 0;
  margin-top: 0;
  position: relative;
}


footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -1px;
}


a {
  text-decoration: none;
}

.sec-btn-shr{
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 10px;
  width: 100vw;
}



/* Estilo para o botão de compartilhar */
#share-button {
  position: fixed;
  z-index: 10;
  top: 10;
  right: 0;

  margin-top: 30px;
  margin-right: 40px;

  background-color: var(--soft-blue-color);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Estilo para o ícone de compartilhar dentro do botão */
#share-button img {
  width: 25px;
  height: auto;
}

@media (max-width: 450px) {
  #share-button {
    margin-top: 20px;
    margin-right: 40px;
  }
  
}

/*background image*/

/* Estilo para o fundo de imagem */
.image-background {
  background-color: var(--green-blue-color);
  background-image: url("../img/bg-beach.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -2px;
}


#more-section{
  position: relative;
  z-index: 1;
}


#more-section .more{
  position: absolute;
  right: 33%;
  height: 50px;
}



#top-section{
  position: relative;
  z-index: 3;
}


.waves {
  position: absolute;
  z-index: 0;
}

main{
  position: relative;
  z-index: 2;
}


.waves .lancha {
  position: relative;
  z-index: 0;
  right: 0%;
  top: 145px;

  height: auto;
  width: 110%;
  max-height: 800px;
}

/*Sand*/
.bottom {
  position: relative;
  z-index: 0;
}

.bottom .lines {
  position: absolute;
  z-index: 0;
  top: -10px;
  right: -30%;
  height: auto;
  width: 60%;
  max-width: 700px;
}


.bottom .detail {
  position: absolute;
  z-index: 0;
  bottom: 250px;
  left: 30%;

  height: auto;
  width: 55%;
  max-width: 250px;
}

@media (max-width: 1050px) {
  .bottom .detail {
    top: -520px;
    left: -30px;
  }
}

.bottom .star {
  position: absolute;
  z-index: 0;
  bottom: -120px;
  left: 0px;
  height: auto;
  width: 100%;
  max-height: 300px;
  max-width: fit-content;
}

@media (max-width: 560px) {
  .bottom .coqueiro-right {
  }
  
}

.bottom .coqueiro-right img{
  height: 250px;
  width: auto;
}

.container {
  padding-inline: 40px;  
}

.logo {
  max-height: 400px;
  width: auto;
  height: 180px;
  margin-top: 30px;
}

.sec-letter{
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  position: relative;
}


.sec-letter .letter {
  height: 50px;
  width: auto;
  position: absolute;
  left: 33%;
  margin-top: -20px;
}

.contact-button {
  background-color: var(--soft-green-blue-color);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.social-sec-background{
  background-color: var(--green-blue-color);
}

#social-buttons{
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  margin-top: 50px;
}

#social-buttons p{
  color: var(--green-blue-color);
}

.social-button {
  background-color: var(--green-blue-color);
  border: none;
  border-radius: 50%;

  height: 60px;
  width: 60px;
  margin: 10px;
  
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}

/* Estilo para o ícone de compartilhar dentro do botão */
.contact-button img,
.social-button img {
  align-self: center;
  justify-self: center;
  width: 40px;
  height: 40px;
}

#main-button {
  width: 170px;
  height: 40px;

  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;

  background-color: transparent;
  border: solid 3px var(--soft-blue-color);

  font-size: 14px;
  font-weight: bold;
  margin-top: 60px;

  font-family: 'Garet';
  color: var(--soft-blue-color);
  font-size: 15px;
}

#main-button:active{
  background-color: var(--soft-blue-color);
  color: var(--green-blue-color);
}


#about-button {
  width: 170px;
  height: 40px;

  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;

  background-color: transparent;
  border: solid 3px var(--green-blue-color);

  font-size: 14px;
  font-weight: bold;
  
  font-family: 'Garet';
  color: var(--green-blue-color);
  font-size: 15px;
}

#about-button:active{
  background-color: var(--green-blue-color);
  color: var(--soft-blue-color);
}




/*Parte do meio*/

.left-image,
.right-image {
  width: 30%;
  max-width: 200px;
  height: auto;
}

.more-button {
  background-color: var(--soft-green-blue-color);
  border: none;
  border-radius: 20px;
  width: 110px;
  height: 60px;
  margin: 10px;
}

/* Estilo para o ícone de compartilhar dentro do botão */
.more-button img {
  width: auto;
  height: 30px;
}

.more-button p {
  padding: 0px;
  margin: 0;
  color: white;
  font-family: 'Garet';
  font-weight: normal;
}

.seashell-image-background {
  background-color: var(--soft-green-blue-color);
  background-image: url("../img/bg-sea.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  margin-top: -3px;
  
  overflow: hidden;
}

.seashell-image-background h3 {
  color: var(--yellow-color);
  padding-bottom: 10px;
  margin: 0px;
}

.seashell-image-background p {
  padding-inline: 20px;
  color: #fff;
}

.seashell-image-background .see-more-button {
  background-color: var(--green-blue-color);
  color: var(--soft-blue-color);
  border: none;
  border-radius: 50px;
  padding-block: 10px;
  padding-inline: 30px;
  font-family: 'Garet';
}

.know-more{
  position: relative;
  z-index: 3;
}

.know-more h3{
  color: var(--green-blue-color);
}

.know-more p{
  color: var(--green-blue-color);
}

.see-more-button a {
  font-size: 15px;
}


footer .other-button {
  
  position: relative;
  z-index: 1;

  background-color: var(--green-blue-color);
  border: solid 2px var(--green-blue-color);
  border-radius: 20px;
  width: 120px;
  height: 60px;
  margin: 10px;
}

footer .other-button img {
  width: auto;
  height: 30px;
}

footer .other-button p {
  padding: 5px;
  margin: 0;
  color: var(--soft-blue-color);
  font-family: 'Garet';
}

@media (max-width: 768px) {
  .container {
    margin: 0;
  }

  h4 {
    font-family: 'Garet';
    color: var(--dark-blue);
    /*???????*/
  }
}
