* {
  box-sizing: border-box;
  font-size: 1rem;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  }

  @font-face {
    font-family: 'Papyrus';
    src: url('./papyrus/PAPYRUS.TTF') format('truetype'); /* Adjust the path and format accordingly */
    font-weight: normal;
    font-style: normal;
  }
body {
  margin: 0px;
  background-color: #ffffff;
  font-weight: normal;
  /* font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; */
  
}
h1,
h2,
h3,
h4,
h6,
h5 {
  margin: 0px;
  /* font-family: "Borwal"; */
  font-weight: 600;
}
p {
  margin: 0px;
}
img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #000;
}

input,
textarea {
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 5px;
  padding: 12px 12px;
  resize: none;
}
button {
  display: block;
  width: 100%;
  padding: 0px 10px;
  color: #000;
  background-color: #ededed;
  border: 1px solid #000;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

:root {
  --text-color : #ca2222;
  /* --text-color:  #DF7182; */
  /* --secondary-color: #818b77; */
  --secondary-color : #f1c5c5;
  --background-color : #f2f1f1;
  --light-color : #db3e3e;
  --ivory: #f5f2ed;
  --light-sec: #929c88;
  --dark: #212121;
  --dim-grey: #565656;
  --white: white;
  --pale-violet-red: #df7182;
  --misty-blush: #f6cec7;
  --font-italic : "Allura"
}

body {
  /* background-color: var(--ivory);
   */
   background-image: url(./Images/bgPattern.jpg);
   position: relative;
  z-index: 1000;
  background-repeat: repeat;
}


/* banner-section banner-section banner-section banner-section banner-section */

.banner-image {
  min-height: 800px;
  /* background-image: url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef065fd64065e1a0b85d3f_bg_hero_floatingshape.svg"), 
  url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef065fcaeb353555e1add0_bg_hero_cta.svg"),
   url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef2aec5cac0a2fcd71c7af_bg_hero_cornerblock.svg"), 
   url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef071b08977713f15b964f_bg_hero_beigeblock.svg");
   background-position: 100% 0, 50% 100%, 0 100%, 100% 100%; */
   background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
   background-size: auto, auto, auto 200px, auto;
   display: block;
}

.nav-section {
  display: none;
  padding: 25px 0px;
  background-color: #EBEBEB;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
}

.nav-section div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-btn-flex {
  visibility: hidden;
}

.nav-flex-1 {
  display: block;
}

.nav-section img {
  width: 20%;
}

.logo-a img {
  width: 70%;
}

.nav-section nav a {
  padding: 15px 20px;
  font-weight: 500;
}

.client-portal {
  border: 3px solid var(--text-color);
  border-radius: 40px;
  padding: 15px 30px;
  margin-right: 20px;
}

.book-appoinment {
  background-color: var(--text-color);
  color: white;
  border-radius: 40px;
}

.book-appoinment:hover {
  background-color: #ee435c;
  color: white !important;
}

.nav-section nav a:hover {
  color: var(--text-color);
}

.hero-flex {
  display: flex;
  gap: 10px;
  margin-top: 100px;
}

.hero-text-div {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
.hero-img-wrapper {
  flex: 0 0 49%;
}



.hero-text-div h1 {
  margin-top: 80px;
  /* margin-bottom: 6px; */
  font-size: 3rem;
  font-weight: 100;
  line-height: 4rem;
  font-family: "Cagliostro", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.hero-text-div h1 span {
  color: var(--text-color);
  font-size: 3rem;
  font-family: 'Cagliostro';
}



.paragraph-1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Papyrus";
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.connect-div {
  width: 50%;
}

.connect-text-flex {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-items: center;
}

.connect-text-flex-1 {
  display: none;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.therapy-flex {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.therapy-inner-div {
  /* flex: 0 0 48%; */
  display: flex;
  gap: 10px;
}

.hero-bullet {
  font-weight: 400;
  font-size: 1.3rem;
}

.hero-text-div button {
  background-color: var(--text-color);
  color: white;
  border-radius: 50px;
  /* margin-top: 35px; */
  padding: 15px 50px 17px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background-color .7s;
  border: none;
  width: 100%;
}

.hero-text-div button a {
  color: white;
  font-size: 1.1rem;
}

.potential-div {
  margin-top: 20px;
}

/* .potential-div p {
  font-size: 1.7rem;
  font-family: 'Cagliostro';
  text-align: center;
  margin-bottom: 20px;
} */

.potential-div p {
  font-size: 2.4rem;
  font-family: 'Allura';
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.text-span-20 {
  font-size: 2.4rem;
  font-family: 'Allura';
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--text-color);

}

/* quote-section quote-section quote-section quote-section quote-section */

.quote-section {
  /* background-color: var(--background-color); */
  /* background-image: url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef065f5cac0aabc1703949_bg_quote_shape.svg"); */
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  /* height: 100vh; */
}

.quote-div {
  padding: 75px 0px;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  width: 100%;
}

.quote {
  color: var(--text-color);
  text-align: center;
  padding-bottom: 36px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.3rem;
  line-height: 52px;
}

.quote-name {
  color: var(--misty-blush);
  margin-top: 26px;
  font-family: "Allura";
  font-size: 3rem;
}

.quote-container {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote-text-div {
text-align: left;
}

.quote-text-div h1 span {
  color: var(--text-color);
  font-size: 2.9rem;
  font-family: auto;
  font-weight: 100;
}

.quote-text-span em {
  color: var(--misty-blush);
  text-decoration: underline;
  font-size: 2.3rem;
  padding-right: 10px;
}


p.paragraph-quote {
font-size: 1.4rem;
text-align: center;
margin-top: 20px;
}
.quote-image-div {
flex: 0 0 30%;
}

.quote-image-div img {
height: 450px;
}

/* welcome-section welcome-section welcome-section welcome-section welcome-section */

.welcome-section {
  background-image:  url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef613ecaeb353457e52c4b_beige%20bubble.svg"),
  url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef381c3d1ceae7951b1812_bg_beigeblock.svg")
 ;
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  display: block;
  min-height: 800px;
}

.welcome-div {
  max-width: 1170px;
  margin-top: 0;
  padding-top: 76px;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.welcome-heading-wrapper {
  width: 38%;
}

.heading {
  max-width: 400px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 4rem;
}

.h2-cursive {
  color: var(--text-color);
  font-family: "Allura";
  font-size: 48px;
  line-height: 24px;
}

.welcome-heading-wrapper img {
  position: relative;
  top: 39px;
  width: 50%;
}

.welcome-text-wrapper {
  width:60%;
}

.paragraph {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 30px;
  /* padding-left: 35px; */
}

.text-p-1 {
color: var(--text-color);
font-size: 2.1rem;
}

.p-highlight {
  color: var(--dark);
  font-weight: 600;
  text-decoration: underline;
}

.welcome-image-wrapper {
  max-width: 1170px;
  margin-top: 40px;
}

.welcome-image-wrapper img+img {
  position: relative;
  top: -345px;
  bottom: 0;
  left: 1124px;
  right: 0;
}

/* offer-section offer-section offer-section offer-section offer-section */

.offer-div {
  background-image: url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef6bb31cef28105a2640b9_pink%20bubble.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-bottom: 35px;
}

.heading-2-cursive {
  max-width: 200px;
  color: var(--text-color);
  margin-top: 58px;
  font-family: "Allura";
  font-size: 3.6rem;
  position: relative;
  left: 97px;
}

.services-wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: space-evenly;

}

.services-text {
  text-align: center;
  margin-top: 21px;
  font-size: 1.5rem;
  font-weight: 500;
}

.div-block-3 {
flex: 0 0 25%;
}

.div-block-4 {
flex: 0 0 25%;

  position: relative;
  top: 50px;
}

/* help-section help-section help-section help-section help-section help-section */

.help-section {
  margin-top: 100px;
}

.help-and-methods-div {
  margin-bottom: 29px;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  align-items: center;
}
.help-and-methods-div div {
  flex : 0 0 49%;
}

.div-help-img img {
border-radius: 10%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
}

.div-methods-img img {
margin-top: 100px;
border-radius: 10%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
}

.heading.services.two {
  margin-top: 80px;
}

.heading.services {
  position: relative;
  top: 33px;
  left: 108px;
}


.text-span-2 {
  color: var(--text-color);
  font-family: "Allura";
  font-size: 3.5rem;
  font-weight: 600;
}

.list {
  max-width: 400px;
  margin-top: 55px;
  position: relative;
  left: 78px;
}

.list-item.help {
  max-width: 450px;
  color: var(--dark);
  background-image: url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef065f1cef285fff21a9fb_ic_bullet_lotus.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.1rem;
  list-style-type: none;
  padding-left: 25px;
}

/* appointment-section appointment-section appointment-section appointment-section */

.appointment-section {
  max-height: 245px;
  min-height: 245px;
  /* background-color: #fcfbf9; */
  background-image: url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef75eb7ed5f463a1cc93fc_bg_cta_line.png"), url("https://assets-global.website-files.com/62ef010408977750395b517c/62ef75cb043a3627e6f882e5_bg_cta_flower.png");
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.appointment-div{
  display: flex;
  align-items: center;
}

.appointment-div button{
  border: none;
  width: 20%;
  background-color: var(--text-color);
  color: white;
  border-radius: 36px;
  order: 1;
  align-self: flex-end;
  margin-bottom: 12px;
  margin-left: 38px;
  padding: 15px 36px 17px;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.appointment-text {
  color: var(--dark);
  align-self: center;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 38px;
}

.text-span-3 {
  color: var(--text-color);
  font-size: 1.3rem;
  font-weight: 600;
}

/* contact - section contact - section contact - section contact - section */

.contact-section {
  min-height: 700px;
  /* background-color: var(--light-sec);
  color: white; */
  background-color: #EBEBEB;
  color: #272725;
  /* background-image: url("https://assets-global.website-files.com/62ef010408977750395b517c/62f0bdf85cac0a4c5d877c67_footer_bg_bottomright.png"), url("https://assets-global.website-files.com/62ef010408977750395b517c/62f0bdf760843fc17d4f4c4e_footer_bg_topleft.png"); */
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-4 {
  color: var(--text-color);
  font-family: "Allura";
  font-size: 3.5rem;
}  

.paragraph.contact {
  max-width: 750px;
  /* color: white; */
  color: #272725;
  text-align: center;
}

.text-span-5 {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 600;
}

.form {
  max-width: 750px;
  min-width: 600px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  gap: 20px;
}

.form button {
  width: 100%;
  border: none;
  background: var(--text-color);
  color: white;
  border-radius: 5px;
  padding: 25px 12px;
  resize: none;
  font-size: 1.3rem;

}

/* .section-footer .section-footer .section-footer .section-footer .section-footer */

.footer-section {
  outline-offset: 0px;
  /* background-color: #747a6e; */
  background-color: #D2D2D2;
  outline: 3px #333;
}

.location-div {
  display: flex;
  gap: 20px;
  padding: 30px 0px;
}

.location-icon {
  background: var(--background-color);
  border-radius: 50%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-icon i {
font-size: 2rem;
color: var(--text-color);
}

.grid-7 {
  min-height: 200px;
  grid-column-gap: 0px;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  grid-template-rows: auto;
}

.div-block-7 {
  max-height: 200px;
  display: flex;
}

.paragraph-3 {
  /* color: var(--white); */
  color: #272725;

  align-self: center;
  margin-left: 30px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.text-span-6 {
  /* color: var(--misty-blush); */
  color: #272725;
  font-weight: 600;
}

.div-block-8 {
  min-height: 1px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.designed-div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.design-inner {
  display: flex;
  justify-content: space-between;
}

.text-block-3 {
  /* color: var(--white); */
  color: #272725;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.text-span-7 {
  /* color: var(--misty-blush); */
  color: #272725;
  font-weight: 600;
}

.button-6 {
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  color: rgba(51, 51, 51, 0);
  background-color: rgba(234, 132, 148, 0);
  background-image: url(https://assets-global.website-files.com/62ef010…/62f1d73…_social_ic_fb.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 18px;
  display: flex;
}

.toggle-menu {
  display: none;
}

/* .hiddenNavbar {
  display: none;
} */
.hiddenNavbar {
  position: absolute;
  left: -100%;
  width: 100%;
  background-color: var(--secondary-color);
  transition: left 1.3s ease-in-out;
}


/* team-div team-div team-div team-div team-div team-div team-div */

.team-div {
  margin-top: 100px;
}

.h1-team {
  color: var(--dark);
  text-align: center;
  margin-bottom: 70px;
  font-size: 4rem;
  font-weight: 400;
}

.text-span-10 {
  color: var(--sage);
  font-family: "Allura";
  font-size: 5rem;
  color: var(--text-color);

}

.team-member {
  display: flex;
  justify-content: space-around;
  padding-bottom: 100px;
}

.team-member-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0;
}

.text-span-12 {
  color: var(--text-color);
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.text-span-12-center {
  color: var(--text-color);
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.team-member-wrapper img {
  border-radius: 50%;
  height: 200px;
}

.team-member-text {
  color: var(--dark);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-span-11 {
  color: var(--dim-grey);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}



.text-span-13 {
  color: var(--dim-grey);
  /* background-image: url("https://assets-global.website-files.com/62ef010408977750395b517c/62f361c50d180f689e1158c3_team_ic_location.svg");
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: auto; */
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
 text-align: center;
}

.text-span-13 span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;


}
.text-team-link {
  outline-offset: 0px;
  color: var(--text-color);
  padding-top: 0;
  font-size: 2.5rem;
  font-family: "Allura";

}



/*  Style for the accordion FAQ Style for the accordion faq Style for the accordion FAQ */


.accordion-section {
  border-top: 1px solid #ccc;
  padding: 10px 0px;
  overflow: hidden;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  line-height: 28px;
  font-size: 1.4rem;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  color: var(--dim-grey);
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;

}

.accordion-section.open .accordion-content {
  max-height: 1000px; /* Adjust based on your content height */
  max-height: 1000px; /* Adjust based on your content height */
  padding: 10px;
}



.caret {
  transition: transform 0.3s ease;
  color: var(--secondary-color);
  font-size: 1.6rem;
}

.accordion-section.open .caret {
  transform: rotate(180deg);
}

.accordion-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.accordion {
  flex: 0 0 48%;
}

.accored-image-div {
  flex: 0 0 48%;
}

/* member 1  member 1   member 1   member 1   member 1   member 1 member 1  */

.color-sec {
  color: var(--text-color);
}

.member-div-flex {
  display: flex;
  padding: 100px 0px;
  gap: 100px;
}

.member-image-div {
  flex: 0 0 49%;
}

.member-image-div-1 img {
  border-radius: 50%;
}
.text-span-11  span{ 
  margin-left: 5px;}
  .text-span-13 span {
      margin-left: 5px;
  }

.member-data-div h1 {
  color: var(--sage);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 5rem;
  font-family: "Allura";
  color: var(--text-color);
}

.member-1-text-add {
align-items: flex-start;
  gap: 3px;
}

.member-data-div p {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 30px;
}

.text-span-13-edit {
  background-position: 0 50%;
}

.slider {
overflow: hidden;
white-space: nowrap;
color: black;
font-size: 24px; /* Adjust the font size as needed */
text-align: center;
display: flex;
animation: slide 10s linear infinite;
}

.therapy-inner-div {
/* margin-right: 20px; Adjust the spacing between slides */
transition: opacity 1s ease-in-out;
}

.therapy-inner-div h1 img {
width: 10%;
}










.section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  scroll-snap-align: start;
}








.therapy-flex-1 {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}

.impact-points{
  opacity: 0;
  /* transition: opacity 1s ease-in-out; */
  font-size: 2.4rem;
  font-family: 'Allura';
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

/* .pulse-element {
  animation: pulseAnimation 2s infinite;
} */

@keyframes pulseAnimation {
  0% {
      transform: scale(.9);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(.9);
  }
}

/* .margin-top-100 {
  margin-top: 110px;
} */



.potential-div h1 {
  opacity: 0;
  /* transition: opacity 1s ease-in-out; */
  font-size: 2.4rem;
  /* font-family: 'Allura'; */
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 2rem;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
}




.quote-text-div p {
  font-size: 2rem;
    font-family: 'Cagliostro';
    text-align: center;
    line-height: 2.7rem;

}

.quote-text-div p span {
  font-size: 2.7rem;
    font-family: 'Allura';
    text-align: center;
    margin-bottom: 20px;
    font-weight: bolder;
    color: var(--text-color);
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */

}



body::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar-button {
  display: none;
}

body {
  -ms-overflow-style:none;
}

.contact-html {
  padding-top: 100px;
  padding-bottom: 20px;
}

.therapy-flex {
  display: none;
}

.thereapy-flex-desktop {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}


.testimonial-heading {
  text-align: center;
}
.testimonial-heading h1 {
  font-size: 3rem;
  font-weight: 300;
}
.testimonial-heading p {
font-size: 1.7rem;
color: var(--dim-grey);
}
.text-span-testimonial {
  color: var(--text-color);
  font-family: 'Allura';
  font-size: 5.3rem;
}
.testimonial-carousel {
  padding: 10px 0px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}
.owl-theme .owl-dots, .owl-theme  {
  display: flex;
  text-align: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 5%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span    {
  background-color: var(--text-color);
}
.item {
padding: 20px 10px;
}

.item h2 {
  text-align: left;
  font-size: 5rem;
  font-family: cursive;
  line-height: 2.3rem;
  color: var(--text-color);
}
.item p {
  text-align: left;
  padding-left: 30px;
  font-size: 1.2rem;
}
.item h1 {
  padding-top: 10px;
  text-align: left;
  padding-left: 30px;
  font-size: 1.2rem;

}

.heading-offer {
  max-width: 100%;
  font-size: 4.6rem;
}

.heading-offer span {
  font-size: 2rem;
  font-weight: 300;
  color: #000;

}