@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playwrite+IN:wght@100..400&display=swap");
body {
  font-family: "Outfit", serif;
  font-weight: 400;
  color: #002453;
}

header {
  position: fixed;
  z-index: 1040;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #002453;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.7);
}
header .navBtn,
header .mobLogo {
  display: none;
}
header .nav-links {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
header .nav-links li {
  flex: 0 0 20%;
  max-width: 160px;
  text-align: center;
  position: relative;
  height: 100px;
  display: grid;
  align-items: center;
}
header .nav-links li.logoDiv {
  flex: 0 0 200px;
  max-width: 200px;
  border-radius: 50px;
  margin: auto;
}
header .nav-links li .logoMain {
  position: absolute;
  background-color: rgb(247, 163, 17);
  width: 70%;
  left: 15%;
  top: 15%;
  padding-top: 70%;
  border-radius: 50%;
}
header .nav-links li .logoMain img {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .navLink {
  padding: 6px 8px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 24px;
  margin-right: 24px;
  display: inline-block;
  min-width: 115px;
  border-radius: 20px;
}
header .navLink:hover {
  background-color: #fff3e0;
  color: rgb(247, 163, 17);
}

main {
  padding-top: 100px;
}

.container {
  max-width: 933px;
}

.sectionPad {
  padding-top: 75px;
  padding-bottom: 75px;
}

#home {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#home .textSection {
  max-width: 450px;
}
#home h1 {
  font-size: 36px;
  font-weight: 300;
  color: #002453;
  letter-spacing: -0.03em;
}
#home h1 span {
  font-family: "Playwrite IN", cursive;
  color: rgb(247, 163, 17);
  font-weight: 400;
  letter-spacing: normal;
}
#home p {
  font-size: 18px;
  max-width: 370px;
  font-weight: 400;
  color: #002453;
}
#home p span {
  font-weight: 700;
  font-style: italic;
}
#home .line {
  height: 32px;
  background-image: url(../img/Chime_LightTeal_Line-big.png);
}
#home .imgDiv img {
  position: absolute;
  bottom: 0;
  left: 50%;
}

#services {
  padding-top: 6vw;
  padding-bottom: 10vw;
  position: relative;
  overflow: hidden;
  background-color: #fff3e0;
}
#services .textSection {
  max-width: 450px;
}
#services h1 {
  font-size: 36px;
  font-weight: 300;
  color: #002453;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
#services h1 strong {
  font-weight: 600;
}
#services h1 #cycleText {
  font-family: "Playwrite IN", cursive;
  color: rgb(247, 163, 17);
  font-weight: 400;
  letter-spacing: normal;
}
#services h1 .line1 {
  text-indent: -1em;
  display: block;
}
#services h1 .line3 {
  text-indent: 1em;
  display: block;
}
#services .line {
  height: 32px;
  background-image: url(../img/Chime_LightTeal_Line-big.png);
}
#services .imgDiv img {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.twoHead {
  font-weight: 600;
  font-size: 28px;
  color: #002453;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
.twoHead span {
  color: rgb(247, 163, 17);
  font-family: "Playwrite IN", cursive;
  font-weight: 400;
  letter-spacing: 0;
}

.pillars {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  font-family: "Playwrite IN", cursive;
  font-size: 26px;
  color: #a9d3cb;
}
.pillars li:not(:first-child)::before {
  content: "•";
  width: 40px;
  color: rgb(247, 163, 17);
  display: inline-grid;
  place-content: center;
  font-size: 20px;
}

#more_about .row {
  flex-direction: row-reverse;
}

.sticky-top-100 {
  position: sticky;
  top: 100px;
}

.greenBtn {
  border: 3px solid #a9d3cb;
  color: #002453;
  background-color: #a9d3cb;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  white-space: nowrap;
  transition: 0.3s all ease;
}
.greenBtn:hover {
  background-color: #002453;
  color: #a9d3cb;
}

.blueRibbon {
  background-color: #002453;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blueRibbon .container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.blueRibbon h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
}
.blueRibbon .downBtn {
  position: absolute;
  width: 47px;
  height: 47px;
  padding: 0;
  border-radius: 25px;
  border: none;
  text-decoration: none;
  color: #fef8ee;
  background-color: rgb(247, 163, 17);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 20;
}

.pinkBtn {
  padding: 6px 25px;
  font-size: 13px;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  background-color: rgb(247, 163, 17);
  border: 3px solid rgb(247, 163, 17);
  text-decoration: none;
  transition: 0.3s all ease;
}
.pinkBtn:hover {
  background-color: transparent;
  color: rgb(247, 163, 17);
}

.pinkHead h3 {
  font-weight: 600;
  color: rgb(247, 163, 17);
  font-size: 35px;
}
.pinkHead h4 {
  font-weight: 600;
  color: rgb(247, 163, 17);
}
.pinkHead p {
  font-size: 18px;
}

#moreService {
  background-image: url(../img/Pink_Bubbles.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.pinkText {
  color: rgb(247, 163, 17);
}

.serviceCard {
  background-color: #fff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
  padding: 32px 20px 25px;
  border-bottom: 9px solid #002453;
  text-align: center;
  position: relative;
}
.serviceCard h5 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Playwrite IN", cursive;
  color: rgb(247, 163, 17);
}
.serviceCard p {
  font-size: 16px;
  color: #002453;
}
.serviceCard ul {
  font-size: 12px;
  text-align: left;
}
.serviceCard.mvp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-image: url(../img/MVP_Badge.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.floatingIcon {
  display: flex;
  gap: 10px;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
}
.floatingIcon a {
  width: 70px;
  height: 70px;
  display: grid;
  place-content: center;
  text-decoration: none;
  border-radius: 35px;
  transition: 0.3s all ease;
  font-size: 24px;
}
.floatingIcon a:hover {
  transform: scale(1.1);
}
.floatingIcon a:active {
  transform: scale(1.05);
}
.floatingIcon a.whatsApp {
  background: linear-gradient(#34b77d, #5bbd7c);
  color: #fff;
}
.floatingIcon a.mail {
  background-color: rgb(38, 114, 255);
  color: #fff;
}

.pinkRibbon {
  background-color: rgb(247, 163, 17);
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.pinkRibbon h4 {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
.pinkRibbon h5 {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
.pinkRibbon .container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.pinkRibbon .lightPinkBtn {
  white-space: nowrap;
  font-size: 18px;
  padding: 9px 36px;
  border-radius: 30px;
}

.pinkLink {
  text-decoration: underline;
  color: rgb(247, 163, 17);
  font-weight: 700;
  font-style: italic;
}

.lightPinkBtn {
  border: 3px solid #fef8ee;
  color: rgb(247, 163, 17);
  background-color: #fef8ee;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  transition: 0.3s all ease;
}
.lightPinkBtn:hover {
  background-color: rgb(247, 163, 17);
  color: #fef8ee;
}

.whiteBtn {
  border: 3px solid #fff;
  color: #002453;
  background-color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  transition: 0.3s all ease;
}
.whiteBtn:hover {
  background-color: #002453;
  border-color: #002453;
  color: #fff;
}

#lightGreenRibbon {
  background-color: #a9d3cb;
  color: #002453;
  padding-top: 50px;
  padding-bottom: 50px;
}
#lightGreenRibbon h3 {
  font-style: 40px;
  font-weight: 400;
  font-family: "Playwrite IN", cursive;
  margin-bottom: 0;
}
#lightGreenRibbon p {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}

footer {
  background-color: #001f48;
}
footer .img-fluid {
  max-width: 135px;
}
footer .footerList {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 10px;
  justify-content: space-evenly;
  transition: 0.3s all ease;
}
footer .footerList a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
footer .footerList a:hover {
  color: #fff3e0;
}
footer .socialList {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 15px;
}
footer .socialList li a {
  width: 36px;
  height: 36px;
  background-color: #a9d3cb;
  color: #002453;
  display: grid;
  place-content: center;
  border-radius: 18px;
  text-decoration: none;
  font-size: 24px;
  transition: 0.3s all ease;
}
footer .socialList li a:hover {
  background-color: rgb(247, 163, 17);
  text-decoration: none;
  color: #fff;
}
footer .container {
  padding-top: 30px;
}
footer .col-lg-8 {
  margin-bottom: 10px;
}
footer .copy {
  padding-bottom: 15px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
footer .copy a {
  color: #fff;
  text-decoration: underline;
}

.picDiv .items {
  display: flex;
  background-color: #fff;
}
.picDiv .items .text {
  flex: 0 0 50%;
  padding-top: 75px;
  padding-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}
.picDiv .items .text .content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.picDiv .items .text h2 {
  font-family: "Playwrite IN", cursive;
  color: rgb(247, 163, 17);
  font-size: 48px;
}
.picDiv .items .text h4 {
  font-family: "Playwrite IN", cursive;
}
.picDiv .items .text .cyanLine {
  background-image: url(../img/Chime_LightTeal_Line-big.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 25px;
}
.picDiv .items .text .checkList {
  color: rgb(247, 163, 17);
  font-weight: 500;
}
.picDiv .items .text .checkList li {
  padding-left: 5px;
}
.picDiv .items .text .checkList li::marker {
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #a9d3cb;
}
.picDiv .items .text .checkList span {
  font-weight: 400;
  font-style: italic;
}
.picDiv .items .text .borderCard {
  border: 3px solid #fff3e0;
  padding: 18px;
  max-width: 260px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 12px;
}
.picDiv .items .text .bgCard {
  padding: 18px 27px;
  border: 3px solid #fff3e0;
  background-color: #fff3e0;
  display: flex;
  border-radius: 12px;
  max-width: 350px;
  margin-bottom: 18px;
}
.picDiv .items .text .bgCard h5 {
  white-space: nowrap;
  font-family: "Playwrite IN", cursive;
  color: rgb(247, 163, 17);
}
.picDiv .items .text .bgCard h6 {
  font-weight: 800;
  color: rgb(247, 163, 17);
}
.picDiv .items .text .bgCard p {
  margin-bottom: 0;
  font-weight: 700;
}
.picDiv .items .pic {
  flex: 0 0 50%;
  position: relative;
}
.picDiv .items .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.picDiv .items.even, .picDiv .items:nth-child(even) {
  flex-direction: row-reverse;
  background-color: #002453;
}
.picDiv .items.even .text, .picDiv .items:nth-child(even) .text {
  color: #fef8ee;
}
.picDiv .items.even .borderCard, .picDiv .items:nth-child(even) .borderCard {
  border: 3px solid #fff;
}
.picDiv .items.even .bgCard, .picDiv .items:nth-child(even) .bgCard {
  border: 3px solid #fff;
  background-color: #fff;
  color: #002453;
}

.cursiveHead {
  font-size: 32px;
  font-weight: 400;
  font-family: "Playwrite IN", cursive;
  margin-bottom: 15px;
}

.darkCyanBtn {
  background-color: #002453;
  color: #a9d3cb;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  text-align: center;
}
.darkCyanBtn:hover {
  background-color: #a9d3cb;
  color: #002453;
}

.faqWrapper {
  counter-set: faqCount;
}
.faqWrapper .faqItem .question {
  counter-increment: faqCount;
  background-color: #f5f8f8;
  display: flex;
  cursor: pointer;
  transition: 0.3s all ease;
}
.faqWrapper .faqItem .question::before {
  content: counter(faqCount);
  display: grid;
  place-content: center;
  width: 130px;
  font-size: 24px;
  width: 130px;
  font-family: "Playwrite IN", cursive;
  background-color: rgba(62, 108, 126, 0.1);
  cursor: pointer;
  transition: 0.3s all ease;
}
.faqWrapper .faqItem .question span {
  padding: 36px;
  font-weight: 700;
  color: rgb(247, 163, 17);
  display: block;
  cursor: pointer;
}
.faqWrapper .faqItem .question:hover::before {
  background-color: rgb(245, 225, 238);
}
.faqWrapper .faqItem .answer {
  font-size: 14px;
  padding: 0px 40px 0px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  transition: 0.3s all ease;
}
.faqWrapper .faqItem .answer p {
  margin-bottom: 0;
  font-weight: 500;
}
.faqWrapper .faqItem.open .answer {
  padding: 20px 40px 30px;
  opacity: 1;
  height: auto;
  visibility: visible;
}

#contact .items {
  min-height: calc(100vh - 242px);
}
#contact .items .text {
  display: grid;
  align-items: center;
}

#about {
  padding-top: 6vw;
  padding-bottom: 10vw;
  position: relative;
  overflow: hidden;
  background-color: #fff3e0;
}
#about .textSection {
  max-width: 450px;
}
#about h1 {
  font-size: 42px;
  font-weight: 300;
  color: #002453;
  letter-spacing: -0.03em;
}
#about h1 span {
  font-family: "Playwrite IN", cursive;
  color: rgb(247, 163, 17);
}
#about .line {
  height: 32px;
  background-image: url(../img/Chime_LightTeal_Line-big.png);
}
#about .imgDiv img {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.greenBgBorderCard {
  background-color: #a9d3cb;
  border: 3px solid #fff;
  padding: 30px;
  border-radius: 12px;
  margin: 11px;
  max-width: 386px;
}
.greenBgBorderCard h5 {
  font-family: "Playwrite IN", cursive;
  color: #002453;
}
.greenBgBorderCard h5::before, .greenBgBorderCard h5::after {
  content: "•";
  font-size: 50%;
  position: relative;
  top: -5px;
}
.greenBgBorderCard p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

#more_about {
  background-color: #fef8ee;
  background-image: url(../img/Pink_Bubbles.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.pinkDiv {
  background-color: rgb(247, 163, 17);
  color: #fff;
}
.pinkDiv h3 {
  font-weight: 700;
  font-size: 35px;
}
.pinkDiv h3 span {
  font-weight: 400;
  font-family: "Playwrite IN", cursive;
}

.borderWhiteCard {
  border: 3px solid #fff;
  background-color: transparent;
  border-radius: 40px;
  padding: 40px;
  position: relative;
}
.borderWhiteCard .btnDiv {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
  justify-content: space-between;
}
.borderWhiteCard .btnDiv > button {
  pointer-events: all;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
}
.borderWhiteCard h5 {
  font-family: "Playwrite IN", cursive;
  font-size: 26px;
  margin-bottom: 20px;
}
.borderWhiteCard h5::before, .borderWhiteCard h5::after {
  content: " • ";
  font-size: 50%;
  position: relative;
  top: -5px;
}
.borderWhiteCard .owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 0.3;
}
.borderWhiteCard .owl-theme .owl-dots .owl-dot.active span,
.borderWhiteCard .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 1199px) {
  .pillars {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  header .nav-links li {
    flex: 0 0 calc(25% - 50px);
    max-width: calc(25% - 50px);
  }
  header .navLink {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
  }
  footer .container .row {
    justify-content: center;
    row-gap: 20px;
    text-align: center;
  }
  footer .container .row .socialList {
    justify-content: center;
    margin-bottom: 20px;
  }
  #services h1 .line1 {
    text-indent: 0;
  }
  #services h1 .line3 {
    text-indent: 0;
  }
  #services .textSection {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #services .imgDiv {
    order: 2;
    text-align: center;
  }
  #services .imgDiv img {
    position: unset;
    max-width: 500px;
    width: 100%;
  }
  #about {
    padding-bottom: 0;
    text-align: center;
  }
  #about .textSection {
    margin-left: auto;
    margin-right: auto;
  }
  #about .imgDiv {
    order: 2;
  }
  #about .imgDiv img {
    position: unset;
    max-width: 500px;
    width: 100%;
  }
  #more_about .col-lg-6:first-child {
    display: flex;
  }
}
@media (max-width: 767px) {
  #home {
    padding-bottom: 0;
    padding-top: 60px;
  }
  #home .textSection {
    max-width: 100%;
  }
  #home .textSection h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  #home .textSection p {
    min-width: 80%;
    width: 320px;
    max-width: 100%;
  }
  #home .imgDiv {
    text-align: center;
  }
  #home .imgDiv img {
    position: unset;
    max-width: 500px;
    width: 100%;
  }
  #home .line {
    background-size: contain;
    height: 20px;
  }
  .blueRibbon .container {
    gap: 30px;
    flex-wrap: wrap;
  }
  .pinkRibbon h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .pinkRibbon .container {
    flex-wrap: wrap;
  }
  .pinkHead h3,
  .twoHead {
    font-size: calc(1.3rem + 0.6vw);
  }
  .picDiv {
    display: flex;
    flex-wrap: wrap;
  }
  .picDiv .items {
    flex: 1 0 50%;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  .picDiv .items .text {
    flex: 0 0 100%;
  }
  .picDiv .items .text .content {
    max-width: 100%;
  }
  .picDiv .items .text .bgCard {
    display: block;
    max-width: 100%;
  }
  .picDiv .items .pic {
    order: -1;
    flex: 0 0 100%;
    padding-top: 100%;
    height: 0;
  }
  #more_about .col-lg-6:first-child {
    display: unset;
    text-align: center;
  }
  #more_about .col-lg-6:first-child .greenBgBorderCard {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  header .container {
    position: fixed;
    right: 0;
    top: 70px;
    height: 100%;
    padding: 10px 30px;
    max-width: 300px;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s all ease;
  }
  header .container .navLink {
    padding-left: 20px;
    padding-right: 20px;
    color: #002453;
  }
  header .container .nav-links {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: start;
  }
  header .container .nav-links li {
    flex: 0 0 auto;
    max-width: initial;
    height: 50px;
    width: 100%;
    text-align: left;
  }
  header .container .nav-links li.logoDiv {
    height: auto;
    order: -1;
    margin-bottom: 10px;
  }
  header .container .nav-links li.logoDiv .logoMain {
    position: relative;
    top: 0;
  }
  header .container.active {
    transform: translateX(0%);
  }
  header .mobLogo {
    display: block;
    height: 70px;
    width: auto;
    padding: 20px;
  }
  header nav {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .navBtn {
    display: block;
    border: none;
    background-color: #a9d3cb;
    padding: 5px 10px;
    border-radius: 10px;
  }
  header .navBtn span {
    margin: 5px 0;
    width: 25px;
    display: block;
    height: 5px;
    border-radius: 5px;
    background-color: #002453;
    transition: 0.3s all ease;
  }
  header .navBtn span:nth-child(1) {
    width: 15px;
  }
  header .navBtn span:nth-child(3) {
    width: 15px;
    margin-left: 10px;
  }
  header .navBtn.active span:nth-child(1) {
    transform: rotate(45deg) translateX(4px);
    transform-origin: 2.5px 2.5px;
  }
  header .navBtn.active span:nth-child(2) {
    transform: rotate(-45deg);
    transform-origin: center;
  }
  header .navBtn.active span:nth-child(3) {
    transform: rotate(45deg) translate(-1px, 7px);
    transform-origin: 22.5px 2.5px;
  }
  main {
    padding-top: 70px;
  }
  .pinkRibbon .lightPinkBtn {
    font-size: 14px;
  }
  .picDiv {
    gap: 20px;
    padding-bottom: 40px;
  }
  .picDiv .items {
    flex: 0 0 100%;
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .picDiv .items .text {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .picDiv .items .text .borderCard {
    max-width: 100%;
  }
  .picDiv .items .pic {
    padding-top: 50%;
  }
  #contact .picDiv {
    padding-bottom: 0;
  }
  #contact .picDiv .items {
    max-width: 100%;
    margin: 0;
  }
  #contact .picDiv .items .text .bgCard {
    flex-direction: column;
  }
  #contact .picDiv .items .text .bgCard .col-6 {
    width: 100%;
  }
  #contact .picDiv .items .text .bgCard .col-6:first-child {
    border-bottom: 1px solid #fff3e0;
    padding-bottom: 30px !important;
    margin-bottom: 20px;
  }
  #contact .picDiv .items .text .bgCard .col-6 h6 br {
    display: none;
  }
  .picDiv .items .text h2 {
    font-size: 36px;
  }
  footer {
    padding-bottom: 70px;
  }
  .floatingIcon {
    justify-content: center;
    gap: 0;
    bottom: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .floatingIcon a {
    width: 50%;
    height: 50px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .floatingIcon a.whatsApp {
    border-radius: 25px 0 0 25px;
  }
  .floatingIcon a.mail {
    border-radius: 0 25px 25px 0;
  }
  .floatingIcon a:hover {
    transform: none;
  }
}/*# sourceMappingURL=main.css.map */