/* Base CSS */
html {
  min-width: 320px;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #2B2A31;
  font-family: "Poppins", sans-serif;
}

body {
  min-width: 320px;
  color: #55525A;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


/* Sections */
section.section-pb {
  padding-bottom: 100px;
}

section.first {
  margin-top: 180px;
}

.section_under_rainbow {
  margin-top: -60px;
}

.section-nav-fix {
  padding-top: 140px;
  margin-top: -140px;
}


/* header-area-start */

.header {
  padding: 19px 0;
  margin: auto;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}

.header__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__menu ul li {
  display: inline-block;
  padding: 0 1em;
}

.header__menu {
  border-radius: 144px;
  border: 1px solid #EFE7E1;
  background: var(--c, #FFF);
  box-shadow: 0px 20px 20px 0px rgba(161, 136, 122, 0.15);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
}

.header__menu li a:hover {
  color: #FB682D;
}

.header__menu li a {
  color: #55525A;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  transition: .3s;
}

.header__btn a {
  border-radius: 100px;
  background: #2B2A31;
  display: flex;
  width: 155px;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  border: 1px solid #2B2A31;
  transition: .3s;
}

/* header-area-end */


/* hero-area-start */

.hero {
  padding-top: 168px;
  text-align: center;
  padding-bottom: 550px;
}

.hero__content h3 {
  color: #2B2A31;
  font-size: 87.84px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}

.hero__content p {
  color: #55525A;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: auto;
  max-width: 452px;
  margin-bottom: 49px;
}

.hero__content a {
  border-radius: 100px;
  background: #FB682D;
  width: 197px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: .3s;
  border: 1px solid #FB682D;
}

.hero-bg {
  position: absolute;
  top: 168px;
  left: auto;
  right: auto;
  margin: auto;
}

.hero-bg-lines {
  min-width: 1774px;
  max-width: none;
}

.hero-bg-cubs {
  min-width: 1100px;
  max-width: none;
}

/* hero-area-end */


/* coundown-area-start */

.coundown {
  background-image: url('../images/rainbow.png');
  background-size: 98vw 540px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 540px;
  display: flex;
  align-items: center;
  margin-top: -250px;
  position: relative;
}

/* coundown-area-end */



/* step-area-start */

.section__title {
  color: #2B2A31;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 150%;
  position: relative;
}

.section__title.mb-88px {
  margin-bottom: 88px;

}

.step__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 970px;
  margin: auto;
}

.single__step {
  width: 221px;
  text-align: center;
  position: relative;
}

.step__number {
  background: #FBF5F1;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 22px;
}

.step__number span {
  width: 60px;
  height: 60px;
  background: #FFF;
  filter: drop-shadow(0px 20px 20px rgba(192, 179, 170, 0.40));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #2B2A31;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  align-items: center;
}

.step__text h3 {
  color: #2B2A31;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}

.step__text p {
  color: #55525A;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.single__step img {
  position: absolute;
  margin-top: 26px;
  left: 185px;
}

/* step-area-end */



/* feature-area-start */

.feature__wrap {
  border-radius: 40px;
  background: #FBF5F1;
  padding: 40px 65px;
}

.features_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
}

.features_grid_item-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: span 3;
}

.features_grid_item-2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}

.features_grid_item-3 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: span 3;
}

.features_grid_item-4 {
  grid-column-start: 1;
  grid-row-start: 4;
  grid-row-end: span 2;
}

.features_grid_item-5 {
  grid-column-start: 2;
  grid-row-start: 3;
  grid-row-end: span 3;
}

.features_grid_item-6 {
  grid-column-start: 3;
  grid-row-start: 4;
  grid-row-end: span 2;
}

.features_grid_item-7 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: span 2;
}

.features_grid_item-8 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: span 4;
}

.features_grid_item-9 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 8;
  grid-row-end: span 2;
}

.features_grid_item-10 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 8;
  grid-row-end: span 2;
}

@media (min-width: 0px) and (max-width: 991px) {
  .features_grid {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .features_grid_item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: span 3;
  }

  .features_grid_item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: span 2;
  }

  .features_grid_item-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: span 3;
  }

  .features_grid_item-4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: span 2;
  }

  .features_grid_item-5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 11;
    grid-row-end: span 3;
  }

  .features_grid_item-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 14;
    grid-row-end: span 2;
  }

  .features_grid_item-7 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 16;
    grid-row-end: span 3;
  }

  .features_grid_item-8 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 19;
    grid-row-end: span 4;
  }

  .features_grid_item-9 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 23;
    grid-row-end: span 2;
  }

  .features_grid_item-10 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 25;
    grid-row-end: span 2;
  }
}


.feature__title {
  color: #2B2A31;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.single__feature {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: end;
}


.feature__blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single__feature.f2 .feature__img {
  position: unset;
  width: auto;
  margin-bottom: 4px;
}

.single__feature.f2 {
  flex-wrap: wrap;
}

.single__feature.f6 .feature__img {
  position: unset;
  width: auto;
  margin-bottom: 4px;
}

.single__feature.f6 {
  flex-wrap: wrap;
}

.single__feature.big .feature__img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: unset;
  left: unset;
  width: 50%;
}

.single__feature.big {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single__feature.f8 .feature__img {
  width: auto;
  left: auto;
  right: 18px;
  top: 18px;
}

.single__feature.f9 .feature__img {
  position: unset;
  width: auto;
  margin-bottom: 4px;
}

.single__feature.f10 .feature__img {
  position: unset;
  width: auto;
  margin-bottom: 4px;
}

.single__feature.f9 {
  flex-wrap: wrap;
}

.single__feature.tall .feature__img {
  position: unset;
  width: auto;
}

.single__feature.f10 {
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.single__feature.big .feature__text {
  max-width: 255px;
}

.feature__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.feature__text h3 {
  color: #2B2A31;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.feature__text p {
  color: #55525A;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

.single__feature.small.f5 .feature__img {
  position: unset;
  width: auto;
  margin: auto;
}

.single__feature.small.f5 {
  flex-wrap: wrap;
}

.single__feature.small.f4 .feature__img {
  position: unset;
  width: auto;
  margin: auto;
  margin-top: 40px;
}

.single__feature.small.f4 {
  display: block;
}

.grid-wrapper {
  /*! display: grid; */
  grid-gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(337px, 1fr));
  grid-auto-rows: 266px;
  grid-auto-flow: dense;
}

/* feature-area-end */


/* banefite-area-start */

.banefite {
  padding-top: 140px;
  padding-bottom: 100px;
}

.banefite__icon {
  margin-bottom: 35px;
}

.banefite__icon span {
  border-radius: 16px;
  background: var(--c, #FFF);
  box-shadow: 0px 20px 20px 0px rgba(192, 179, 170, 0.40);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.banefite__text h3 {
  color: #2B2A31;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}

.banefite__text p {
  color: #55525A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 auto;
  max-width: 344px;
}

.banefite__row .banefite__col {
  padding: 0;
}

.single__banefite {
  padding: 40px 37px;
  text-align: center;
  border-bottom: solid 1px #ECE5E1;
  border-radius: 0;
  height: 100%;
}

.banefite__col:nth-child(6) .single__banefite {
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banefite__col .single__banefite {
    border-right: solid 1px #ECE5E1;
  }

  .banefite__col:nth-child(2) .single__banefite {
    border-right: 0;
  }

  .banefite__col:nth-child(4) .single__banefite {
    border-right: 0;
  }

  .banefite__col:nth-child(5) .single__banefite {
    border-bottom: 0;
  }

  .banefite__col:nth-child(6) .single__banefite {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  .single__banefite {
    border-right: solid 1px #ECE5E1;
  }

  .banefite__col:nth-child(3) .single__banefite {
    border-right: 0;
  }

  .banefite__col:nth-child(4) .single__banefite {
    border-bottom: 0;
  }

  .banefite__col:nth-child(5) .single__banefite {
    border-bottom: 0;
  }

  .banefite__col:nth-child(6) .single__banefite {
    border-right: 0;
  }
}

/* banefite-area-end */


/* price-area-start */

.price__wrap {
  border-radius: 49px;
  background: var(--c, #FFF);
  position: relative;
  overflow: hidden;
}

.price__wrap:before {
  position: absolute;
  content: "";
  border-radius: 1245px;
  background: radial-gradient(50% 50% at 50% 50%, #C2B0A4 0%, #FBF5F1 100%);
  height: 300px;
  width: 87%;
  z-index: -1;
  bottom: -86px;
  margin: auto;
  left: 0;
  right: 0;
}

.pricing_td_checked {
  display: flex;
  align-items: center;
}

[data-active-plan="one"] [data-plan-group-two] {
  display: none;
}

[data-active-plan="two"] [data-plan-group-one] {
  display: none;
}

.pricing_td_checked::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url('../images/svg/icons//i_pricing_check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.page__bg {
  position: relative;
}

.page-bgs {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 68%;
}

.feature {
  position: relative;
  z-index: 9;
}

.banefite {
  position: relative;
  z-index: 9;
}


[data-plan-col-active="true"] {
  display: table-cell;
  background-color: #ffffff !important;
  box-shadow: 0px 4px 40px 0px rgba(56, 59, 64, 0.10) !important;
  z-index: 10;
}

[data-plan-col-active="true"].rounded-top-20 {
  border-radius: 20px 20px 0 0;
}

[data-plan-col-active="true"].rounded-bottom-20 {
  border-radius: 0 0 20px 20px;
}


@media (min-width: 0px) and (max-width: 991px) {

  [data-plan-col-active="false"] {
    display: none;
  }
}

.price__table {
  position: relative;
  z-index: 9;
  background: #fff;
  border-radius: 49px;
  padding: 0 70px;
  padding-bottom: 57px;
  margin-top: 19px;
}

.price__title {
  padding: 57px 0;
  padding-bottom: 37px;
  padding-left: 76px;
}

.price__heading h3 {
  color: #2B2A31;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 28px;
}

.price__title {
  border-radius: 50px;
  border: 1px solid #D6D9E2;
  width: 343px;
  height: 59px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  justify-content: space-between;
}

.price__title button {
  color: #2B2A31;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-right: 8px;
  text-decoration: none;
  background: transparent;
  border: none;
  width: auto;
}

.price__titlen button:last-child {
  margin: 0;
}

.price__title button.active {
  background: #2B2A31;
  color: #fff;
}

.price__title button.active:hover {
  color: #FFFFFF;
}

.price__title button:hover {
  color: #2B2A31;
}

.price__title button {
  height: 46.723px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 40px;
}

.price {
  position: relative;
  z-index: 9;
  padding-bottom: 110px;
}

.table {
  position: relative;
}

.price__table thead th {
  border: 0;
  padding: 16px;
  padding-top: 1em;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.price__table tbody th {
  color: #2B2A31;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  text-transform: capitalize;
  padding: 16px;
  vertical-align: middle;
}

.price__table tbody td {
  vertical-align: middle;
  color: #55525A;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
  padding: 16px;
}

.price__table tbody td svg {
  margin-right: 14px;
}

.price__table tbody tr:last-child td {
  border: 0;
}

.price__table tbody tr:last-child th {
  border: 0;
}

.coundown__boxs {
  max-width: 974px;
  margin: auto;
}

.price__btns {
  padding: 9px 0;
}

.price__btns p {
  color: var(--Heading-Font-Color, #000);
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 13px;
}

.price__btns p sub {
  color: var(--Paragraphy-Font-Color, #484848);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  bottom: 0;
}

.price__btns a {
  width: 155px;
  height: 51px;
  border-radius: 44px;
  background: #FBF5F1;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.price__btns a:hover {
  background: transparent !important;
  ;
  border: 1px solid #000;
  color: #000 !important;
  ;
}

.price__btns a.active {
  background: #000;
  color: #fff;
}

/* price-area-end */

/* faq-area-start */

.faq {
  padding-bottom: 100px;
  position: relative;
  background-image: none;
}

@media (min-width: 992px) {
  .faq {
    background-image: url('../images/svg/bg_faq_lines.svg');
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media (min-width: 1450px) {
  .faq {
    background-size: 100% 709px;
  }
}

@media (min-width: 992px) and (max-width: 1449px) {
  .faq {
    background-size: 1440px 709px;
  }
}

.faq__wrap {
  max-width: 832px;
  margin: auto;
}

.faq__wrap button {
  background: #FFF !important;
  border: 0 !important;
  border-radius: 1rem !important;
  box-shadow: unset !important;
  padding: 20px 30px;
  padding-right: 56px;
  position: relative;
  color: #2B2A31 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item {
  overflow: hidden;
  border: 0 !important;
  border-radius: 1rem !important;
  box-shadow: 0px 20px 20px 0px rgba(161, 136, 122, 0.15);
  transition: .3s;
  margin-bottom: 16px;
}

.accordion-body {
  padding: 0px 30px 20px;
}

.accordion-item h3 {
  color: #2B2A31;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.accordion-item p {
  color: var(--Paragraphy-Font-Color, #444);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

.faq__wrap button::after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  background-repeat: no-repeat;
  background-size: contain;
}

.faq__wrap button[aria-expanded="false"]::after,
.faq__wrap button[aria-expanded="true"]::after {
  opacity: 1;
  visibility: visible;
  display: block;
}

.faq__wrap button[aria-expanded="false"]::after {
  background-image: url('../images/svg/icons/i_plus.svg');
}

.faq__wrap button[aria-expanded="true"]::after {
  background-image: url('../images/svg/icons/i_minus.svg');
}

/* faq-area-end */



/* footer-area-start */

.footer {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #FB682D;
}

.footer_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../images/footer_bg.jpg');
  background-size: cover;
  opacity: 0.4;
}

.footer_rings {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.99;
}

.footer_rings svg .svg-elem-1 {
  stroke-dashoffset: 3416.911214452105px;
  stroke-dasharray: 3416.911214452105px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.footer_rings.aos-animate svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 152, 110);
}

.footer_rings svg .svg-elem-2 {
  stroke-dashoffset: 2311.070600388498px;
  stroke-dasharray: 2311.070600388498px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.footer_rings.aos-animate svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 152, 110);
}

.footer_rings svg .svg-elem-3 {
  stroke-dashoffset: 1262.6771495884336px;
  stroke-dasharray: 1262.6771495884336px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.footer_rings.aos-animate svg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 152, 110);
}

.footer_rings svg .svg-elem-4 {
  stroke-dashoffset: 419.8318229274425px;
  stroke-dasharray: 419.8318229274425px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.footer_rings.aos-animate svg .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 152, 110);
}


.footer_cub {
  position: absolute;
  top: -8vw;
  right: 12vw;
}

.footer__content h3 {
  color: var(--c, #ffdddd);
  font-size: 75.575px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 23px;
}

.footer__content p {
  color: #ffcccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 42px;
}

.hero__content {
  position: relative;
  z-index: 9;
}

.hero__content a:hover {
  border-color: #FB682D;
  color: #FB682D;

}

.header__btn a:hover {
  background: transparent;
  color: #2B2A31;
}

.footer__content a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer__content a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5em;
  transition: .3s;
  text-decoration: none;
}

.footer__wrap {
  max-width: 701px;
  margin: auto;
}

.footer__logo {
  margin-bottom: 40px;
  text-align: center;
}

.footer-social-icons {
  width: 2rem;
  height: 2rem;
}

.footer-social-icons svg {
  fill: #ffffff;
}

.footer-social-icons:hover svg {
  fill: #ffdddd;
}

/* footer-area-end */



/* offcanvas */



.offcanvas-header button i:before {
  display: none;
}

.offcanvas-header {
  padding: 30px 40px;
}

.offcanvas-start {
  background: #FBF5F1;
  max-width: 100% !important;
  width: 100%;
}

.offcanva__wp {
  padding-top: 40px;
  text-align: center;
}

.offcanva__menu li {
  display: flex;
  justify-content: center;
  height: 52px;
  margin-bottom: 15px;
}

.offcanva__menu li a {
  width: 183px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  color: #55525A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.offcanva__menu a.active,
.offcanva__menu a:hover {
  color: #55525A;
  border: 1px solid #EFE7E1;
  background: var(--c, #FFF);
  box-shadow: 0px 20px 20px 0px rgba(161, 136, 122, 0.15);
}

.offcanva__wp .header__btn {
  display: block;
  margin: auto;
  justify-content: center;
  display: flex;
  margin-top: 60px;
}

.mobile__menu--wrapper {
  width: 100%;
  position: absolute;
  background-position: center 100px;
  background-color: #FBF5F1;
  background-size: 180%;
  background-image: url('../images/svg/mbile_menu_bg.svg');
  background-repeat: no-repeat;
}

.offcanvas-header .btn-close i {
  color: #F25249 !important;
}

/* offcanvas */

.table__top-bg {
  position: absolute;
  right: 15px;
  left: auto;
}



.price__pading {
  padding: 57px 0;
  padding-bottom: 37px;
  padding-left: 76px;
  border-bottom: 1px solid #EAECF0;
}

.price__heading h1 {
  color: #2B2A31;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 28px;
}


.offcanva__menu {
  position: relative;
  z-index: 99999;
}

.offcanva__menu li a {
  transition: .3s;
}

.text-reset {
  color: #FB682D !important;
}


.footer__content h3 br {
  display: none;

}

.header.scroll-header {
  position: fixed;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  box-shadow: 0 0 10px #0000002e;
  background-color: #FFFFFF;
}

