@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bodoni-moda-v25-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/bodoni-moda-v25-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/bodoni-moda-v25-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/bodoni-moda-v25-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-italic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #232323;
  background-color: #fff;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.heading-font{
  font-family: "Bodoni Moda", serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.main-nav {
  background: #fff;
  border: 1px solid #b8e3e7;
  border-radius: 25px;
  overflow: hidden;
}

.nav-logo {
  padding: 5px 10px;
  width: 130px;
}

.theme-btn {
 align-content: center;
 align-items: center;
 background-color: #ff6289;
 color: #fff;
 border-radius: 8px;
 box-shadow: 0 .7065919983928324px .7065919983928324px -.625px #ff000026, 0 1.8065619053231785px 1.8065619053231785px -1.25px #ff000025, 0 3.6217592146567767px 3.6217592146567767px -1.875px #ff000023, 0 6.8655999097303715px 6.8655999097303715px -2.5px #ff000020, 0 13.646761411524492px 13.646761411524492px -3.125px #ff00001b, 0 30px 30px -3.75px #ff00000d;
 display: inline-flex;
 flex: none;
 flex-direction: row;
 flex-wrap: nowrap;
 gap: 10px;
 height: 55px;
 justify-content: center;
 overflow: visible;
 padding: 30px;
 position: relative;
 text-decoration: none;
 width: auto;
}

.nav-btn {
  margin: 10px;
}

.rounded-border{
  border-radius: 20px;
}

.section {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.bg-fixed-image {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0009;
}

.type-card {
  background: #b8e3e7;
  height: 100%;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  text-align: center;
}

.type-card-image {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
}

form{
  background: #ff6189;
}

form input {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 17px;
  border: 0px none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  background: #ff6189;
  color: #ffffff;
  height: 43px;
  border-radius: 0;
  box-shadow: none;
}

form textarea {
  min-height: 80px;
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 10px;
  border: 0px none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  background: #ff6189;
  color: #ffffff;
  border-radius: 0;
  resize: vertical;
}

input::placeholder {
  color: #ffffff;
}

textarea::placeholder {
  color: #ffffff;
}

.site-footer {
  background: #ff6189;
  color: #ffffff;
  position: relative;
}


.footer-contact-box {
  display: none;
}

.whatsapp-fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.instagram-fixed {
  position: fixed;
  left: 10px;
  bottom: 10px;
}
.phone-fixed {
  position: fixed;
  right: 16px;
  bottom: 80px;
}
.phone-btn img {
  animation: shake 0.5s infinite; 
}

@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-12deg); }
  50% { transform:  rotate(2deg); }
  75% { transform:  rotate(-8deg); }
  100% { transform: rotate(0deg); }
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #ff6189;
}

.accordion-button:focus {
  box-shadow: none;
}
