@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
/* Variáveis de cor */

:root {
  --primaria: #e0d0c3;
  --secundaria: #7cbddb;
  --terciaria: rgb(255, 255, 255);
  --quaternaria: #865943;
}

/* Personalizando Barra de rolagem */

p {
  font-family: "Montserrat", sans-serif;
}

.text-decoration {
  text-decoration: none;
}

.cor-prim {
  color: var(--quaternaria);
}

.bg-primaria {
  background-color: #ececec !important;
}
.bg-primaria-2 {
  background-image: linear-gradient(var(--secundaria), var(--primaria));
}
.bg-primaria-3 {
  background-image: linear-gradient(var(--primaria), var(--secundaria));
}

.bg-secundaria {
  background-color: var(--secundaria);
}
.bg-quater {
  background-color: #e5e5e5;
}

figure {
  margin: 0px;
}

.wd-60 {
  width: 60%;
}

.wd-100 {
  width: 100%;
}

.banner-paginas {
  background-size: contain;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
}

.banner-paginas h1 {
  color: white;
}

.text-banner-paginas {
  height: 300px;
}

.text-title-principal {
  color: var(--primaria) !important;
}

.text-title-principal-mobile {
  color: var(--primaria) !important;
}

.text-title-principal p {
  color: var(--primaria) !important;
  font-size: 30px;
  font-weight: bold;
}

.text-title-principal-mobile p {
  color: var(--primaria) !important;
  font-weight: bold;
}

.wd-40 {
  width: 50%;
}

.btn-whtt {
  padding: 20px 30px;
  text-decoration: none;
  background-color: #1c8993;
  color: white;
  font-size: 30px;
  border: 1px solid white;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
}

.btn-whtt:hover {
  transition: 1s;
  background-color: #0e4656;
  color: white;
  border: 1px solid white;
}

.btn-wh {
  padding: 10px 40px;
  text-decoration: none;
  background-color: #1e8991;
  border: 1px solid white;
  color: white;
  font-size: 25px;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
}

.btn-wh:hover {
  transition: 1s;
  background-color: #d9eaea;
  color: #1e8991;
  border: 1px solid white;
}

.btn-acess {
  padding: 10px 30px !important;
  text-decoration: none;
  background-color: #1c8993;
  border: 1px solid white;
  color: white;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
}

.btn-acess:hover {
  transition: 1s;
  background-color: #d9eaea;
  color: #1e8991;
  border: 1px solid white;
}

.btn-secundaria {
  padding: 8px 40px;
  text-decoration: none;
  background: var(--primaria);
  color: #a7775f;
  border-radius: 20px;
}

.btn-secundaria:hover {
  transition: 1s;
  color: #a7775f;
  background: white;
  border: 1px solid var(--primaria);
}

.btn-form {
  background: #83a548;
  padding: 16px;
  width: 186px;
  margin-left: 15px;
  text-decoration: none;
  font-family: "bookman-old-style-regular";
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 8px;
}

.btn-form:hover {
  transition: 1s;
  color: #a7775f;
  background: white;
  border: 1px solid var(--primaria);
}

.btn-sub {
  background: #83a548;
  font-family: "bookman-old-style-regular";
  color: white;
  padding: 16px 40px 16px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}

.btn-sub:hover {
  transition: 1s;
  color: #a7775f;
  background: white;
  border: 1px solid var(--primaria);
}

.btn-prima {
  padding: 20px;

  text-decoration: none;
  font-family: "bookman-old-style-regular";
  font-weight: 600;
  font-size: 18px;
  font-family: boo;
  color: white;
  background: #83563d;
  border-radius: 8px;
}

.btn-prima:hover {
  transition: 1s;
  color: #a7775f;
  background: white;
  border: 1px solid var(--primaria);
}

.btn-terciaria {
  padding: 15px 40px;
  text-decoration: none;
  background: #83a548;
  color: white;
  border-radius: 100px;
  font-weight: bold;
}

.btn-terciaria:hover {
  transition: 1s;
  color: #83a548;
  background: white;
  border: 1px solid var(--primaria);
}
.hr-custom {
  width: 200px;
  margin-left: -100px;
  color: white;
  opacity: 1;
}

.hr-custom-azul {
  width: 200px;
  margin-left: -100px;
  color: var(--quaternaria);
  opacity: 1;
}

.h2-branco {
  color: white;
}

.h2-azul {
  color: var(--primaria);
}

/* Slide Swiper da Home */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background: black;
}

.btn-position {
  position: absolute;
  bottom: 40px;
}

/* Header*/

.logo-custom img {
  width: 150px;
}

.contatos-header a {
  position: relative;
  color: var(--quaternaria);
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  font-size: 18px;
}

.link-li li {
  list-style: none;
}

.link-li li a {
  font-size: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 500;
  padding-right: 20px;
  font-family: "Montserrat", sans-serif;
}

.contatos-header a:before {
  content: "";
  position: absolute;

  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--quaternaria);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contatos-header a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-custom-hover a {
  position: relative;
  color: #6a9aad !important;
  text-decoration: none;
  font-size: 16px;
}

.nav-custom-hover a:before {
  content: "";
  position: absolute;

  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-custom-hover a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Banner Home */

.banner-home {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.text-banner {
  height: 450px;
}

.banner-home h1 {
  color: white;
}

.banner-home p {
  color: white;
}

/* Banner Home */

.bg-sobre {
  background-repeat: no-repeat;
  background-size: contain;
}

.h3-nome {
  font-size: 40px;
  color: white;
}

.pd-sobre {
  padding-top: 100px;
}

/* A Clínica */

.pd-slide-clinica {
  padding-left: 100px;
  padding-right: 100px;
  background: transparent;
}

/* Social Media */

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--quaternaria);
  font-weight: 1000;
}

.bg-social {
  background-size: cover;
  background-repeat: no-repeat;
}

/* Área de atuação */

.card-servico h4 {
  color: white;
}
.card-servico p {
  color: white;
}

/* Sobre */
.formacao p {
  color: white;
}

.sombra-img {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.b-radius {
  border-radius: 5px;
}

.card-equipe {
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.card-equipe h5 {
  color: white;
}
.card-equipe span {
  color: white;
  font-style: italic;
}
.card-equipe p {
  color: white;
}

/* Termos */

.termos-custom h6 {
  font-size: 30px;
  color: var(--primaria);
}

.border-termos {
  border-right: 1px solid var(--primaria);
  border-left: 1px solid var(--primaria);
}

.bg-termos {
  background-color: #c6c6c6;
}

.termos-custom p {
  color: var(--primaria);
}

/* Blog Home */

.page-numbers .current {
  background-color: var(--primaria) !important;
  padding: 5px;
  border-radius: 5px;
  color: var(--secundaria) !important;
}

.page-numbers .page-numbers {
  background-color: var(--primaria);
  padding: 5px;
  border-radius: 5px;
  background-color: #e8e8e8;
  color: black;
  text-decoration: none;
}

.page-numbers {
  display: flex;
  padding-top: 30px;
  justify-content: center;
}

.page-numbers li {
  list-style: none;
  padding: 10px;
}

.entry-title {
  font-size: 25px;
  height: 75px;
}

.blog-card h4 {
  color: var(--primaria);
}

.arrow-blog:after,
.arrow-blog:after {
  color: var(--primaria);
}

/* Contato */

.mapa-contato iframe {
  border-radius: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 50vh;
}

.contato-custom h5 {
  color: var(--primaria);
}

.contato-custom p {
  color: var(--primaria);
}

.contato-custom a {
  color: var(--primaria);
  text-decoration: none;
}

.form-contato input {
  border: 1px solid var(--primaria);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.form-contato textarea {
  border: 1px solid var(--primaria);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

/* Footer */

.bg-footer-02 {
  background: var(--primaria);
}

.footer-custom h5 {
  color: var(--quaternaria);
}

.footer-custom p {
  color: #397b8d;
  font-size: 23px;
}

.footer-custom a {
  color: #005b6e;
  text-decoration: none;
}
.line-texz {
  border-bottom: 1px solid #188e9e;
}
.lik-spce a {
  font-size: 18px;
  padding-bottom: 5px;
  padding-right: 20px;
}
.bg-footer-02 h5 {
  color: white;
}

.bg-footer-02 p {
  color: white;
}

.bg-footer-02 a {
  color: white;
}
.border-footer {
  border-top: 2px solid var(--primaria);
}

.mapa iframe {
  width: 100%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow.svg);
}

.accordion-button:not(.collapsed) {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #007e82;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  color: #000000;
  border-bottom: 1px solid #007e82;
  font-weight: bold;
  font-style: SemiBold;
  font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
  color: white;
}
.accordion-header {
  border-radius: 50px;
}

.text-serv-p p {
  color: white;
}

.text-serv-p li {
  color: white;
}

.img-serv-p iframe {
  width: 100%;
}

.img-serv {
  border-radius: 100%;
}

.hg-custom {
  height: 140px;
}

/*------------------------------
    Whats Flutuante
------------------------------*/

/* whatsapp */
.whatsapp {
  width: 60px;
  height: 60px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  cursor: pointer;
  border-radius: 30%;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  z-index: 999;
}

.whatsapp {
  animation-duration: 1s; /* don't forget to set a duration! */
}

/*------------------------------
   Depoimentos Cards google
------------------------------*/

#card-depoimento {
  position: relative;
  top: 0;
}
#card-depoimento:hover {
  top: -4px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}

.b-radius-10 {
  border-radius: 10px;
}

.ava-custom p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.b-radius-100 {
  border-radius: 100%;
}

.nome-depoimento {
  font-size: 14px;
  font-weight: bold;
}

.font-date {
  font-size: 12px;
  color: #989898;
}

.overflow-depoi {
  height: 100px;
  overflow-y: scroll;
  max-width: 100%;
}

.color-star i {
  color: #fdc400;
}

.overflow-depoi::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.overflow-depoi::-webkit-scrollbar-track {
  background: #eeeeee; /* color of the tracking area */
}

.overflow-depoi::-webkit-scrollbar-thumb {
  background-color: #929292; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #eeeeee; /* creates padding around scroll thumb */
}
.fs-7 {
  font-size: 14px;
}

.shadow-depoi {
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: white;
}

.pad-depoi {
  padding: 10px 20px;
}

.text-depoi-card p {
  font-size: 14px;
  margin-bottom: 0px;
}
.txt-sobre {
  color: white;
  font-size: 20px;
}
.icone-google img {
  width: 20px !important;
}

.wd-avatar {
  width: 50px !important;
}

/* Para quem é indicado */

.quadro-indic {
  border: 1px solid var(--primaria);
  border-radius: 30px;
  box-shadow: 10px 10px 10px rgba(251, 242, 252, 0.3);
  background-color: #f4f1f0;
  color: #865943;
}
.quadro-indic:hover {
  background-color: #f4f1f0;
}
.quadro-indic i {
  font-size: 30px;
  color: var(--terciaria) !important;
}
.title-cuida {
  font-size: 40px;
  font-family: "bookman-old-style-regular";
  font-weight: 600;
}

.text-indic {
  text-align: justify;
  line-height: 23px;
  word-spacing: 0, 3px;
}
.text-cuid p {
  color: white;
  font-family: "bookman-old-style-regular";
  text-align: justify;
}
.text-olter {
  text-align: center;
  color: white;
}
.title-older {
  font-size: 40px;
  color: white;
  font-family: "bookman-old-style-regular";
  font-weight: 600;
}
.icon-user {
  color: white;
  font-size: 50px;
  text-align: justify;
}

/* V 2-0 */

/* Banner */

.text-projet {
  color: #ffffff;
  font-size: 75px;
  font-weight: 400;
  font-family: "Allura", cursive;
}

/* end - Banner */

/* Lista Contatos*/

.back-blue {
  background-color: #d4eceb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.back-green {
  background-color: #1b7e84;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.back-green-2 {
  background-color: #e0f0f0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-line-m {
  font-size: 40px;
  color: #0e4656;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.ti-post-2 {
  font-size: 48px;
  color: #0e4656;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.back-wh {
  background-color: #005b6e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-line-w {
  font-size: 40px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
/* End - Lista Contatos */

/* Estimula BB */

.img-estimu {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border-right: 9px solid #0e4656;
}
.img-b {
  border: 1px solid #0e4656;
}
.text-esti {
  font-family: "Montserrat", sans-serif;
  color: #0e4656;
  font-weight: 500;
  font-size: 20px;
}

/* End - Estimula BB */

.img-equipe {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

/* Equipe */

.nome-m {
  font-weight: 800;
  color: #0e4656;
}
.cargo-m {
  font-size: 20px;
}
.banner-eq {
  background-image: url(https://via.placeholder.com/1761x930/d9eaea);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* End - Equipe */

/* Sobre*/

.title-vari-1 {
  color: white;
  font-size: 113px;
  font-family: "Allura", cursive;
}

.title-vari-2 {
  color: #0e4656;
  font-size: 95px;
  font-family: "Allura", cursive;
}

.banner-sobre {
  background-image: url(../img/SITE_BG.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.txt-sobre2 {
  color: white;
  font-size: 21px;
}

/* end - Sobre */

/* Blog Yana*/

.banner-blog-y {
  background-image: url(https://via.placeholder.com/1761x547/005b6e);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-prin {
  height: 580px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.banner-blog {
  background-image: url(../img/banner-blog-yana.webp);
  height: 500px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.banner-men {
  height: 680px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.banner-s-mob {
  background-image: url(../img/banner-s-2.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.title-post-b {
  font-size: 48px;
  color: #1c8993;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.title-cate-b {
  font-size: 40px;
  color: #1c8993;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.txt-post-b {
  font-size: 20px;
  color: #0e4656;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.list-cate-b {
  font-size: 20px;
  color: #0e4656;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  list-style: none;
  text-decoration: none;
}
.list-cate-b:hover {
  font-size: 20px;
  color: #1c8993;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  list-style: none;
  text-decoration: none;
}
/* End - Blog Yana*/

/* Serviços*/
.title-serv {
  font-weight: 600;
  color: #0e4656;
  text-align: start;
  font-size: 35px;
}
.texto-serv p {
  font-size: 19px;
  color: #0e4656;
  text-align: start !important;
}
.setas-serv {
  font-size: 30px;
  color: #0e4656;
}

.banner-serv {
  background-image: url(../img/Banner-mar-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-eqp {
  background-image: url(../img/Banner-eqp2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-est {
  background-image: url(../img/banner-estimula.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* End - Serviços*/

/* Instagram*/

.back-reds {
  position: relative;
  background-color: #1c7688;
  border-radius: 50%;
  height: 38px;
  width: 40px;
  text-align: center;
  overflow: hidden;
}
.align-insta {
  margin-right: 10px;
}
.icn-men {
  color: white !important;
  font-size: 19px;
}

/* End - Instagram*/

/* PAGE - BLOG*/
.link-m-blog {
  text-decoration: none;
  color: #1c8993;
  font-weight: 600;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.link-m-blog:hover {
  color: #0e4656 !important;
}

.setas-blog {
  font-size: 30px !important;
}

.link-m-blog:hover {
  transition: 1s;
  color: var(--quaternaria);
}
.blog-cat {
  text-decoration: none;
  list-style: none;
  color: #1c8993;
  font-weight: 500;
  font-size: 18px;
}
.blog-cat:hover {
  color: #0e4656;
}
.title-b {
  color: #0e4656;
  font-size: 20px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-align: start;
}
.txt-b {
  color: #0e4656;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: start;
}
.border-b {
  border: 1px solid grey;
}
/* End - PG - BLOG*/
.termos-si {
  font-size: 18px !important;
}

.logo-menu {
  height: 200px;
}

/* Nova Página Interna*/

.banner-prin-2 {
  height: 580px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/1920x1080.svg);
}
.btn-nova-p {
  color: #fff;
  background-color: #007e82;
  border-radius: 16px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  padding: 14px 18px 14px 18px;
}
.img-banner-dra {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 600px;
  z-index: 1;
  margin: 0;
}

.banner-img-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  overflow: hidden;
  border-top-left-radius: 100% 100%;
  border-bottom-left-radius: 100% 100%;
}

.banner-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.btn-nova-v3 {
  color: #007e82;
  background-color: white;
  border-radius: 16px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  padding: 14px 18px 14px 18px;
}
.txt-banner-v2 {
  font-size: 27px;
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
}
.title-banner-v2 {
  color: #000;
  font-size: 30px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
}
.txt-banner-v3 {
  font-size: 27px;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
}
.title-banner-v3 {
  color: #ffffff;
  font-size: 30px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
}
.banner-bene-v2 {
  background-color: #007e82;
}
.benefi-v2 {
  color: #ffffff;
  font-size: 95px;
  font-family: "Allura", cursive;
}
.txt-bene-pilates {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
}
.Pilates-n-yana {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
}
.Text-n-yana {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
}
.Pilates {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
}
.Text-pilates {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
}

.img-estimu-2 {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border-left: 9px solid #0e4656;
}

.banner-v3 {
  background-color: #007d82;
  overflow: hidden;
}

.wave-top,
.wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
}

.wave-top {
  top: 0;
}

.wave-bottom {
  bottom: 0;
}
.img-banner-mob {
  border-radius: 100% !important;
}

.iframe {
  text-align: center;
  padding-top: 30px;
}

.iframe iframe {
  max-width: 100%;
  height: 90vh;
  border-radius: 20px;
}
