h2 span {
  color: #8d9c33;
}

.nav {
  gap: 50px;
  margin: 30px 0;
}

.nav-item:hover .nav-link {
  text-decoration: underline;
}

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

.recommend h2 span {
  color: #8D9C33;
}

section.banner {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wellness {
  height: 570px !important;
}

section.about-weight {
  margin: 100px 0;
  position: relative;
}

#btm-leaf {
  position: absolute;
  bottom: -65%;
  z-index: -1;
  right: 0;
}

.text1 {
  text-transform: uppercase;
}

.weight-loss {
  text-align: center;
  position: relative;
}

.weight-loss::before {
  content: '';
  display: block;
  position: absolute;
  width: 360px;
  height: 460px;
  border-radius: 16px;
  background: rgba(133, 155, 71, 0.20);
  z-index: -1;
  right: 10%;
  top: -9%;
}

#history .weight-loss::before {
  content: '';
  display: block;
  position: absolute;
  width: 360px;
  height: 460px;
  border-radius: 16px;
  background: rgba(133, 155, 71, 0.20);
  z-index: -1;
  right: 33%;
  top: -9%;
}

#history {
  margin: 180px 0;
}

.circle-box {
  width: 144px;
  height: 144px;
  background-color: #8d9c33;
  border-radius: 100%;
  border: 1px solid#ffffff;
  position: absolute;
  left: -6%;
  bottom: 26%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circle-box p {
  color: #FFF;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0;

  /* 51.2px */
}

.circle-box h6 {
  color: #FFF;
  font-family: Playfair Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0;
  /* 200% */
}

section.Wellness-programs {
  margin-top: -53px;
  position: relative;
  z-index: 99;
}

.about-weight .row:nth-child(even) {
  flex-direction: row-reverse;
  /* padding-left: 46px; */
  margin: 100px 0;
}

.about-treat a {
  border-radius: 24.342px;
  background: #8d9c33;
  padding: 12px 48px;
  color: #fff;
}

.about-treat a:hover {
  color: #8d9c33;
  background: #fff;
  border: 1px solid #8d9c33;
}

.content a:hover {
  color: #8d9c33;
  background: transparent;
  border: 1px solid #8d9c33;
}

.recommend li {
  background-repeat: no-repeat;
  list-style: none;
  padding: 0px 10px 30px 30px;
  list-style: none;
  font-family: "Roboto", sans-serif;
  margin: 0;
  vertical-align: middle;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.doctor-guided .accordion-body {
  padding: 0rem 1.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.recommend h2 {
  text-align: center;
  padding-bottom: 30px;
}

.recommend {
  background: rgba(133, 155, 71, 0.1);
  margin: 100px 0px 0px;
  padding: 35px 0px 28px;
}

.content p span {
  color: #8d9c33;
}

.content p {
  font-size: 20px;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.content {
  padding: 20px 0px;
  text-align: center;
}

.buttons {
  border-radius: 24.342px;
  background: #8d9c33;
  padding: 12px 48px;
  color: #fff;
  border: 1px solid #8d9c33;
}

.recommend .row {
  padding: 0px 86px;
}

.process-content h6 {
  color: #2b2626;
  font-size: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-left: 20px;
}

.process-content ul li {
  list-style: none;
  color: #666;

  /* Body 1 - Regular */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.process-content ul {
  margin-bottom: 0;
  padding-left: 1rem;
}

.process .container {
  position: relative;
}

.process .container::before {
  content: '';
  display: block;
  width: 102%;
  height: 96%;
  position: absolute;
  border-radius: 16px;
  border: 1px solid #2B3E30;
  left: -13px;
  bottom: 17px;
}

.green {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid #92a626;
}

.blue {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid #008EC5;
}

.orange {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid #e76500;
}

.yellow {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid #d8ae22;
}

.red {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid #f3466b;
}

.dark {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid #474940;
}

.red {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid brown;
}

.bottom-text span.green,
.program-cards .green {
  color: #8d9c33;
  font-weight: 500;
  border: none;
  border-radius: 0;
}

.process-journey {
  margin-bottom: 24px;
}

.process-img {
  margin: 0px -5px -8px;
}

.process-headings p {
  padding-bottom: 60px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.banner-heading-container {
  transform: translate(0) !important;
}

.therapy .col-lg-6 {
  padding: 0;
  padding: 0;
  background: #2e4334;
  display: flex;
  align-items: center;
  justify-content: start;
}

.content-therapy li {
  background-repeat: no-repeat;
  list-style: none;
  padding: 0px 10px 8px 39px;
  list-style: none;
  font-family: "Roboto", sans-serif;
  margin: 0;
  vertical-align: middle;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background-position: 0 10%;
}

/* .therapy {
  margin: 82px 0px;
} */

.content-therapy ul {
  padding: 0;
  margin: 0;
}

.about-treat a,
.buttons {

  text-transform: uppercase;
  white-space: nowrap;
}

.before-text {
  position: absolute;
  bottom: 0;
  right: 0;
}

.before-text ul {
  justify-content: end;
}

.content-therapy {
  /* border-radius: 0px 40px 0px 0px;
  background: #2e4334;
  color: #fff;
  padding-left: 42px;
  height: auto;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center; */
  border-radius: 0px 40px 0px 0px;
  background: #2e4334;
  color: #fff;
  padding-left: 42px;
  height: auto;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  /* flex-wrap: wrap; */
  gap: 10px;
  height: 100%;
}

.paddding {
  padding-right: 0px;
  /* height: 500px; */
}

.content-therapy h2 {
  padding-bottom: 14px;
  padding-top: 0px;
  color: #fff;
  margin: 0;
}

.thera-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.therapy .row .col-md-6 {
  padding: 0px;
}

.img-therapy {
  width: 100%;
}

.img-therapy img {
  width: 100%;
  height: auto;
}

.buttons:hover {
  color: #8d9c33;
  background: #fff;
}

.new-border {
  border-radius: 0px 0px 0px 40px;
}

.doctor-guided {
  background: rgba(247, 246, 237, 0.5);
  padding: 62px 0px;
  padding-top: 180px;
  margin-bottom: 100px !important
}

/*  */
/* .toggle {
    background-color: transparent;
    color: #000 !important;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #8e9e34;
    width: 100%;
}
#ques {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000 !important;
    text-align: start;
}
.content {
    overflow: hidden;
    transition: all 1s;
    height: 0;
    color: #ffffff;
}
.content p {
    color: #000;
    font-size: 12px;
} */

.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.accordion-button {
  background-color: transparent;
  border-bottom: none;
  color: #000;
  font-size: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}



section.faq-3 {
  position: relative;
}

#leftle-af-one {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: -1;
}

#right-crner-one {
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: -1;
}

section.faq-3 .accordion-body {
  color: var(--rectangle-8937, #7D7C77);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238D9C33'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {

  transform: rotate(180deg) !important;
}

.accordion-button.collapsed::after {

  transform: rotate(0deg);
}


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238D9C33'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  /* transform: rotate(0deg) !important; */
}

.sub_heading {
  position: relative;
}

.sub_heading span {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 136px;
  color: #C5D17C;
  position: absolute;
  top: -36px;
  left: -38px;
}

.client-review {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.client-review h6 {
  margin-bottom: 0;
}

.moretext {
  display: none;
}

section.process {
  /* padding: 82px 0px; */
  margin-bottom: 100px;
}



.d-2img {
  border-radius: 26px 32px 26px 24px;
  /* background: #2e4334; */
  text-align: right;
  margin-top: -86px;
  position: relative;
}

.d-2img img {
  width: 100%;
}

.stiil-why-box {
  position: absolute;
  top: 22%;
  left: 4%;
  text-align: center;
}

.stiil-why-box h3 {
  color: #FFF;

  /* H2 */
  font-family: Canto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 115% */
}

.still-y-content-box {
  width: 310px;
  height: 92px;
  /* padding: 29px 0; */
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #093A2F;
  background: rgba(255, 255, 255, 0.30);
  /* backdrop-filter: blur(15px); */
  margin-bottom: 16px;
}

.still-y-content-box ul {
  margin-bottom: 0;
  padding-left: 1rem;
}

.still-y-content-box ul li {
  background-repeat: no-repeat;
  list-style: none;
  /* color: #000; */
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-align: start;
  padding: 0px 32px 8px 48px;
  background-size: 30px 30px;
  /* 166.667% */
}

.enroll-btn {
  margin-top: 30px;
  text-transform: capitalize;
}

.text1 {
  color: #8d9c33;
  font-family: "Canto";
  font-size: 18px;
  font-weight: 700;
}

.text2 {
  margin-bottom: 20px;
  font-weight: 700;
}

section.package-detail {
  position: relative;
}

#right-leaf-one {
  position: absolute;
  top: -34%;
  right: 0px;
  z-index: -1;
}

.package-detail .col-md-5 {
  background: #f7f6ed;
  border-radius: 0px 20px 0px 0px;

}

.package-inclusions {
  border-radius: 0px 20px 0px 0px;
  height: auto;
  padding: 54px;
  padding-left: 25px;
  padding-bottom: 0;

}

.package-img img {
  width: 100%;
  border-radius: 16px 0 0 0;
  height: 100%;
}

.package-img {
  position: relative;
  height: 100%;
}

.before-text {
  position: absolute;
  bottom: 0;
  right: 0;
}

.before-text ul span {
  color: #fff;
  padding-right: 10px;
}

.before-text ul li {
  list-style: none;
  padding-right: 10px;
  color: #f0b41a;
  font-size: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-right: 1px solid #999999;
}

.before-text p {
  font-size: 25px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  padding-right: 4px;
  /* white-space: nowrap; */
}

.package-inclusions h4 {
  color: #353a19;
  font-size: 22.42px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.package-inclusions p {
  border-bottom: 1.121px solid #cbccc2;
  padding: 12px 0px;
  margin-bottom: 0;
}

.main-packages {
  border-radius: 0px 0px 20px 20px;
  background: #2b3e30;
  padding: 30px 0px;
}

.main-packages .col-md-2:not(:last-child) .package-icons {
  position: relative;
}

.main-packages .col-md-2:not(:last-child) .package-icons::after {
  content: url(../images/line-line.png);
  position: absolute;
  top: 0;
  right: 0;
}

.package-icons {
  color: #fff;
  text-align: center;
  font-size: 15.694px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24.663px;
  padding: 0 20px;
}

.package-icons img {
  margin-bottom: 10px;
}

.package-icons span {
  display: block;
}



.faq-3leaves {
  text-align: center;
  padding: 42px 0px;
}

.faq-3leaves p {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-family: Canto;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  padding-top: 8px;
  width: 80%;
  margin: 0 auto;
}

/*  */
.faq-3 div#accordionExample {
  width: 75%;
  border-radius: 16px;
  border: 1px solid rgba(84, 99, 53, 0.30);
  padding: 0;
}

.faq-3 .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(84, 99, 53, 0.30);
}

.accordion-button {
  padding: 2rem 1.25rem !important;
}

.faq-3 {
  padding: 0px 0px;
}

.faq-3 .accordion-button:not(.collapsed) {
  color: var(--primary, #8d9c33);
}

.faq-3 .accordion-button {
  font-size: 24px;
  font-family: Canto;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.villa-img img {
  width: 100%;
}

section.transformative {
  background-size: cover;
  height: 653px;
  /* padding: 80px 0px; */
  margin-top: 168px;
}

.transformative h5 {
  padding: 20px 0px;
  color: var(--rectangle-8933, #000);
  font-size: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.tab-anchor {
  color: var(--primary, #8D9C33);

  /* Body 3 */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.pach-text p.therapy-para {
  position: relative;
}

.pach-text p.therapy-para::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #8D9C33;
  border-radius: 100%;
  margin: 0 8px;
}

.star-icons {
  color: #ffaa00;
}

.star-icons span {
  color: #000;
}

.faq-3 .enroll-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.profile {
  border-radius: 16px;
  border: 1px solid rgba(43, 62, 48, 0.2);
  background: #f2f4ec;
  padding: 20px;
  height: 250px;
}

.treatment-plan {
  padding: 20px 0px;
}

.plans {
  color: #8d9c33;
  font-size: 18px;
  font-family: Canto;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.Case-study {
  margin-top: 100px;
  position: relative;
  padding: 0 150px;
}

#right-leaf-2 {
  position: absolute;
  top: -14%;
  right: 0;
  z-index: -1;
}

#left-leaf-2 {
  position: absolute;
  bottom: -12%;
  left: -17px;
  z-index: -1;
}

.Case-study h4 {
  color: #000;
  text-align: center;

  /* H4 */
  font-family: Canto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  margin-bottom: 20px;
}

.Case-study h4 span {
  color: var(--primary, #8D9C33);
}

.profile ul,
.treatment-plan ul,
.treatment-plan p {
  color: #000;

  /* Body 2 */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.conclusion {
  border-radius: 16px;
  background: #F7F6ED;
  padding: 16px;
}

.treatment-plan ul {
  padding-top: 20px;
}

.Case-study .container {
  border-radius: 24px;
  border: 1px solid rgba(43, 62, 48, 0.3);
  padding: 50px;
}

.process .container {
  border-radius: 16px;
  border: 1px solid rgba(43, 62, 48, 0.3);
  background: #fff;
  padding: 40px 0px;
}

.Sample-day {
  margin: 100px 0px;
}

.plan-welness li {
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 80px;
  height: 182px;
  padding-top: 20px;
}

.lady-img img {
  width: 100%;
}

.Sample-day .container .col-10:first-child {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  max-height: 800px;
  overflow-y: auto;
  padding: 0;
}

.Sample-day .container .row {
  padding: 0 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.Sample-day .container .row .mb-5 {
  margin-bottom: 1rem !important;
}

.Sample-data {
  background: #fff;
  position: sticky;
  top: 190px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.process-content p strong {
  padding-left: 20px;
}

.process-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 97px;
  height: 97px;
  padding: 0 47px;
  position: relative;
}

.process-digit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.process-digit span {
  color: #fff;
  font-size: 40px;
  font-family: Canto;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}

section.More-programs {
  margin: 100px 0;
}

.heading-programs {
  display: flex;
  justify-content: space-between;
  /* margin: 50px 0px; */
  margin-bottom: 30px
}

.heading-programs h6 {
  color: #000;
  font-size: 32px;
  text-transform: capitalize;
}

.heading-programs a {
  color: #A9B755;
  font-family: Canto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
}

.more-program-slider.slick-initialized .slick-slide {
  margin: 0px 8px;
}

.blue-border {
  border-radius: 200px 80px 80px 200px;
  border: 1px solid #008EC5;
}

/*  */
.transform-slider .slick-next,
.transform-slider .slick-prev {
  color: transparent;
  background: none;
  border: none;
}

.villa-img {
  padding: 0 55px;
  padding-top: 0px;
}

.transform-slider p span {
  display: inline-block;
}

.transform-slider .slick-next::before {
  content: url('../images/next-vector.png');
  display: block;
  background-color: #8d9c33;
  border-radius: 100%;
  padding: 8px 12px;
  position: absolute;
  right: -16px;
  top: 38%;

}

.transform-slider .slick-prev::before {
  content: url('../images/prev-vector.png');
  display: block;
  background-color: #8d9c33;
  border-radius: 100%;
  padding: 8px 12px;
  position: absolute;
  left: -2vw;
  top: 41%;
}

.transform-content-box {
  padding: 0 55px;
}

/* table */
section.table-section {
  margin: 100px 0;
}

th.main-heading {
  border-radius: 8px;
  background: #2B3E30 !important;
  color: #fff;
  padding: 10px 10px 10px 16px;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
}

table,
th,
td {
  border: 2px solid white;
  border-collapse: collapse;
}

td {
  background-color: #F7F6ED !important;
  border-radius: 8px;
  text-align: center !important;
  color: var(--primary-color, #8F9B47);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}

.row-head td {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}


tr th {
  text-align: center;
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 8px !important;
  background-color: rgba(133, 155, 71, 0.20) !important;
  border-color: none !important;
  padding: 10px !important;
  /* 28.8px */
}


section.Want-to-know {
  margin-bottom: -100px;
}

.Sample-day .col-lg-10 {
  border-radius: 20px !important;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15) !important;
}

/*  */

.video-thumbnail {
  position: relative;
}

.video-thumbnail img {
  border-radius: 16px;
}

.villa-img {
  width: 100%;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.star {
  margin-top: 10px;
  color: lightgrey;
  font-size: 13px;
}

.table-section .nav {
  gap: 20px;
  margin: 3rem 0;
}

.table-section .nav-pills .nav-link {
  max-width: 180px;
  width: 100%;
  height: 37px;
  border-radius: 24.342px;
  background: #FFF !important;
  border: none;
  color: #8D9C33 !important;
  border: 1px solid #8D9C33;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.213px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 8px 55px;

}

.table-section .nav-pills .nav-link.active {
  background: #8D9C33 !important;
  color: #fff !important;
}

p.terms {
  margin-top: 10px;
  color: lightgrey;
  font-size: 13px;
  text-align: center;
}

.weight-loss img {
  width: 100%;
}

.nav.sticky {
  position: fixed;
  top: 8%;
  background-color: #fff;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 30px 0;
  transition: 0.3s ease-in-out;
  margin: 0;
}

.offset {
  padding-top: 210px;
}

:target::before {
  content: "";
  display: block;
  height: 200px;
  /* fixed header height*/
  margin: -190px 0 0;
  /* negative fixed header height */
}