/* Dancing script */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');

*,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: 'Nunito', sans-serif;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  border: none;
}
/* Promo */
.section__promo {
  height: 48px;
  background: #e9ab4d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promo__text {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
/* End of Promo */

/* Nav tutorial */
/* .header {
  width: 100%;
  height: 100vh;
} */

.navigation {
  display: none;
  visibility: hidden;
}

.hamburger-menu {
  width: 55px;
  height: 55px;
  background-color: #40c057;
  border: none;
  position: fixed;
  top: 20px;
  right: 30px;
  border-radius: 50%;
  outline: none;
  cursor: point er;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 300;
  transition: all 0.5s;
}

.change .hamburger-menu {
  background-color: #eef0eb;
}

.line {
  width: 30px;
  height: 2px;
  background-color: #ced4da;
  margin: 2px 0;
  transform-origin: right;
  transition: all 0.5s;
}

.change .line-1 {
  transform: rotate(-40deg) translateY(-5px);
  color: #40c057;
}

.change .line-2 {
  opacity: 0;
}

.change .line-3 {
  transform: rotate(40deg) translateY(5px);
  color: #40c057;
}

.bg-cover {
  background-color: rgba(103, 182, 123, 0.9);
  width: 45px;
  height: 45px;
  position: fixed;
  top: 20px;
  right: 35px;
  z-index: 100;
  border-radius: 50%;
  transition: transform 0.5s;
}

.change .bg-cover {
  transform: scale(150);
}

.nav-list {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 200;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}

.change .nav-list {
  opacity: 1;
  visibility: visible;
}

.nav-item {
  margin: 1.5vh 0;
}

.nav-link {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.4rem;
  color: #fff;
  transition: letter-spacing 0.2s;
}

.nav-link:hover {
  letter-spacing: 0.8rem;
}

/* End of Nav Tutorial */

/* Navigation */
.section__navigation {
  height: 9.9rem;
  display: flex;
  align-items: center;
  padding: 0 13rem;
  border-bottom: 1px solid #f8f9fa;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px -3px,
    rgba(0, 0, 0, 0.02) 0px 4px 6px -2px;
}

.navigation__logo {
  width: 12rem;
  margin-right: 9.4rem;
}

.navigation__nav-container {
  /* width: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation__nav-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
}

.navigation__nav-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3.7rem;
}

a.navigation__nav-link {
  color: #212529;
  background: linear-gradient(#fff, #fff, #fff);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 23px;
  letter-spacing: 0.1rem;
  opacity: 0.8;
  transition: all 0.25s;
  line-height: 1;
  font-size: 1.4rem;
}

a.navigation__nav-link:hover {
  color: #212529;
  background: linear-gradient(#fff, #fff, #fff);
  display: block;
  border-radius: 100px;
}

.navigation-cta-btn {
  padding: 1.2rem 2.5rem;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #40c057;
  color: #fff;
  letter-spacing: 0.1rem;
  border-radius: 50rem;
  font-size: 1.6rem;
  margin-left: auto;
}

.social-media-container {
  margin-left: 1rem;
  border-left: 1px solid #00000038;
  padding-left: 2rem;
  font-size: 1.8rem;
  color: #212529;
  display: flex;
  align-items: center;
}

.social-media-container i:not(:last-child) {
  margin-right: 1.8rem;
}

/* End of Navigation */

/* Hero */
.section__hero {
  /* background: linear-gradient(#d3cce3, #e9e4f0); */
  background-color: #acd7c9;
  /* background: linear-gradient(#0f0c29, #302b63, #24243e); */
  height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  /* width: 90vw; */
  margin: 0 auto;
}

.hero__left {
  width: 36%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.hero-left__image {
  width: 34rem;
  opacity: 0.93;
  bottom: -17.2rem;
}

.hero__right {
  width: 68%;
  height: 100%;
  /* padding-left: 70px; */
  position: relative;
  /* z-index: 100; */
}

.hero-right__text-container {
  margin-bottom: 40px;
}

.hero-right__heading {
  font-size: 6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.01;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
  letter-spacing: -0.1rem;
}

.hero-right__links-container {
  display: flex;
  align-items: center;
}

a.hero-right__link--primary {
  height: 58px;
  width: 24.8rem;
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(33, 37, 41, 0.751);
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

a.hero-right__link--secondary {
  height: 48px;
  width: 208px;
  border: 2px solid #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  font-size: 18px;
  margin-right: 30px;
  font-family: 'Roboto', sans-serif;
}

.hero__testimonials-container {
  bottom: -6.8rem;

  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.testimonials__item {
  width: 35rem;
  height: 308px;
  /* background: rgba(255, 255, 255, 0.67); */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.testimonial__text-container {
  color: #212529;
}

.testimonial-text {
  font-size: 1.6rem;
  letter-spacing: -0.01rem;
  margin-bottom: 10px;
  color: #212529;
  line-height: 1.6;
  font-weight: 400;
}

.testimonial-info {
  font-size: 1.4rem;
  font-weight: 700;
  color: #40c057;
  align-self: flex-end;
  margin-top: auto;
}

/* Promo */
.promo-container {
  width: 113.2rem;
  height: 33.5rem;
  background: radial-gradient(rgba(226, 255, 231, 1), #fff);
  bottom: -14rem;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  border-radius: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  padding: 3rem;
}

.promo-left {
  width: 55%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

.promo-text {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 1.4rem;
  margin-top: 3rem;
  font-weight: 900;
  text-align: center;
}

.promo-link {
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding: 1.5rem 5.5rem;
  margin-bottom: 2rem;
  background: #f03e3e;
}

.promo-profile-img {
  width: 20rem;
  border-radius: 50rem;
  border: 5px solid #fff;
}

.promo-social-media-wrapper {
  width: 100%;

  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-social-media-wrapper i {
  font-size: 1.8rem;
  margin: 1.5rem;
  height: 2rem;
  width: 2rem;
  padding: 0.5rem;
  background: #174664;
  color: #fff;
  display: flex;
  border-radius: 50rem;
  padding: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
}

.promo-img {
  width: 100%;
  border: 10px solid #fff;
  border-radius: 2.4rem;
  opacity: 2;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* End of Promo */

/* Video */

.video-section {
  padding: 12rem;
  height: 82vh;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #40c057;
}

.video-wrapper {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;

  background: url('../images/Website-Cover-image.jpg') no-repeat center
    center/cover;
}

.video {
  /* height: 64vh; */
  width: 100%;
  opacity: 0.47;
  filter: blur(3.3px);
}
/* End of Video */

/* End Of Hero */

/* Section 3 */

.section-3 {
  margin-top: 32.2rem;
  width: 100%;

  /* display: flex; */
  /* align-items: center; */
  /* padding: 10rem; */
}

.testimonial-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.testimonial-card {
  width: 38.5rem !important;
  height: 32.8rem !important;
  /* background: linear-gradient(rgb(211, 204, 227), #e9e4f0, #fff); */
  background: linear-gradient(#dee2e6, #e9ecef, #fff);
  border-radius: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 2.5rem;
  overflow: hidden;
}

.testimonial-card-front {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}

.testimonial-card-heading {
  font-size: 2rem;
  font-weight: 300;
  /* color: #fff; */
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
}

.testimonial-rating-container {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fab005;
  font-size: 1.6rem;
}

i.rating-star {
  color: #ced4da !important;
}

.testimonial-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  border-radius: 1rem;
  /* background: linear-gradient(to right, ); */
  /* L 28 */
}

.swiper {
  width: 100%;
  padding-top: 50px;
  /* padding-bottom: 50px; */
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

/* .section-testimonials {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: blueviolet;
  overflow: hidden;
} */
/* End of Section 3 */

/* social proof */

.intro-words-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #ced4da;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  /* font-family: 'Dancing script'; */
}

.social-proof {
  background-color: rgba(226, 255, 231, 0.3);
  /* height: 65vh; */
  /* padding: 12.5rem 22.3rem; */
  padding: 12.5rem 28.3rem;
}

.intro-options-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro-option {
  /* background: linear-gradient(rgba(236, 233, 230, 0.474), #ffffff); */
  padding: 1.8rem 3rem;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  /* border: 1px solid #f8f9fa; */
}

.intro-option h3 {
  font-size: 3.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  /* color: #f8f9fa; */
  text-shadow: 1px 1px 2px rgba(33, 37, 41, 0.034);
}

.intro-option h3 i {
  font-size: 1.6rem;
  color: #40c057;
  margin-right: 1.2rem;
}

.testimonials-wrapper {
  display: flex;
  justify-content: space-evenly;
}
/* end of social proof */

/* Intro Section */

.intro-section {
  height: 80vh;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url('../images/intro-bg-1.jpeg') no-repeat center center/cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* End of Intro Section */

/* Meet Your Coach */
.meet-your-section__white-padding--lg {
  padding: 232px 0;
  padding-bottom: 40px;
  border-bottom: 30px solid orange;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.meet-your-coach__left {
  width: 63%;
}

.meet-your-coach__message-container {
  padding-left: 3rem;
  padding-top: 30px;
}

.meet-your-coach__message {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.34;
  color: #174664;
  margin-bottom: 48px;
}

.meet-your-coach__certified {
  width: 125px;
  margin-bottom: 30px;
}

.meet-your-coach__right {
  width: 37%;
}

.meet-your-coach__image {
  width: 105%;
  left: 43%;
  border-radius: 13px;
  border: 10px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  bottom: -20.2rem;
}

.meet-your-coach__circle {
  height: 98px;
  width: 98px;
  display: flex;
  align-items: center;
  border-radius: 300px;
  justify-content: center;
  background: linear-gradient(to bottom, #fff, #f5ecec);
  font-size: 24px;
  color: #174664;
}

.meet-your-coach__circle--01 {
  left: 27%;
  top: -204px;
  z-index: 3;
}

.meet-your-coach__circle--02 {
  left: 128%;
  top: -8.8rem;
  z-index: 3;
}

.meet-your-coach__circle--03 {
  left: 31%;
  top: 3rem;
  z-index: 3;
}
/* End of Meet Your Coach */

/* Life Has Solutions */
.section__white--life-has-solutions {
  padding: 160px 0;
  /* background: #bbceed; */
  /* background: #a8e063; */
  /* background: #40c057; */

  display: flex;
  align-items: stretch;
  justify-content: center;
}

.life-has-solutions__icon-container {
  width: 33.33333333%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.life-has-solutions__icon-item {
  width: 265px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.life-has-solutions__image-container {
  height: 165px;
  width: 165px;

  margin-bottom: 15px;
  /* opacity: 0.9; */
}

.life-has-solutions__image-container--01 {
  /* background: #e26926; */
  /* background: linear-gradient(#f85032 90%, #e73827); */
}

.life-has-solutions__image-container--02 {
  /* background: #00bb78; */
  /* background: linear-gradient(to bottom, #fdfc47, #24fe41); */
}
.life-has-solutions__image-container--03 {
  /* background: #e9ab4d; */
  /* background: linear-gradient(to top, #56ab2f, 30%, #a8e063); */
}

.life-has-solutions__icon {
  width: 100%;
}
.life-has-solutions__text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 7px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.life-has-solutions__title {
  font-size: 2rem;
  font-weight: 800;
  color: #212529;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.life-has-solutions__description {
  color: #afafaf;
  font-size: 14px;
}
/* End of Life Has Solutions */

/* How To Get Started */

.how-to-get-started__container {
  width: 33.33%;
  padding: 2.4rem;
  /* height: 172px; */
}

.how-to-get-started__item {
  width: 100%;
  height: 31.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  padding: 2rem 3rem;
  background-color: #fff;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  border-radius: 0.8rem;
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
}

.how-to-get-started__number-container {
  width: 100%;
  margin-bottom: 5px;
  height: 50px;
}

.how-to-get-started__item--top-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3.8rem;
}

.how-to-get-started__item--top-info p {
  font-size: 4.8rem;
  line-height: 1.1;
  font-weight: 300;
  color: #212529;
}

.how-to-get-started__item i {
  font-size: 9.6rem;
  color: #fff;
  /* margin-bottom: 4rem; */
  line-height: 1;
}

.how-to-get-started__number {
  font-size: 31px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
  /* margin-top: 25px; */
  margin-top: 3px;
}

.how-to-get-started__lines-container {
  width: 100%;
}

.how-to-get-started__line--thick {
  top: 50%;
  transform: translateY(-50%);
  /* width: 44%; */
  /* height: 4px; */
  height: 10px;
  /* background: #fff;
  background: #ced4da; */
  background: linear-gradient(to right, #56ab2f, #a8e063);
  z-index: 30;
  border-radius: 50rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.how-to-get-started__line--thin {
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  height: 1.5px;
  background: rgba(206, 212, 218, 0.6);
  opacity: 0.4;
  border-radius: 50rem;
}

.how-to-get-started__circle {
  width: 2.4rem;
  height: 2.4rem;
  background: #56ab2f;
  border: 5px solid #fff;
  /* position: absolute; */
  top: 50%;
  /* right: 50%; */
  z-index: 119;
  opacity: 1;
  border-radius: 1.5rem;
  /* transform: translateY(-50%); */
}

.line-thick__01 {
  width: 25%;
}

.line-thick__02 {
  width: 50%;
}

.line-thick__03 {
  width: 100%;
}

.line-thick__04 {
  width: 100%;
}

.how-to-get-started__information-container {
  padding-top: 5px;
  margin-top: 15px;
}

.how-to-get-started__information {
  color: #212529;
  font-size: 14px;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -0.03px;
}

.how-to-get-started__link-container {
  width: 100%;
  margin-top: 1.8rem;
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
}
/* End of How To Get Started */

/* Home Blogs */
.blogs__left-container {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.blogs__left-item {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogs__left-image {
  width: 75%;
}

.blogs__right-container {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

a.blogs__right-item {
  display: flex;
  /* align-items: flex-end; */
  align-items: flex-start;
  justify-content: center;
  background: #f0faf2;
  width: 239px;
  height: 326px;
  border-radius: 25px;
  transition: all 0.25s;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  cursor: pointer;
  /* margin-right: 20px; */
}

a.blogs__right-item:hover {
  background: #40c057;
  opacity: 0.9;
}

.blogs__right-item-text-container {
  padding: 3px;
  /* border-bottom: 3px solid #40c057; */
  width: 70%;
  /* margin-bottom: 82px; */
  margin-top: 82px;
  transition: all 0.25s;
}

.blogs__line--01 {
  bottom: -0.9rem;
  height: 5px;
  width: 35%;
  background-color: #40c057;
  border-radius: 100px;
  transition: all 0.25s;
}

a.blogs__right-item:hover .blogs__right-item-text-container {
  /* border-bottom: 3px solid #f0faf2; */
}

a.blogs__right-item:hover .blogs__line--01 {
  /* bottom: -0.2rem; */
  height: 5px;
  width: 35%;
  background-color: #f0faf2;
  border-radius: 100px;
}

.blogs__right-item-text {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.25s;
  text-transform: capitalize;
  color: #212529;
  color: #40c057;
}

a.blogs__right-item:hover .blogs__right-item-text {
  color: #f0faf2;
}

/* End of Home Blogs */

/* blog */
.blog-section {
  /* width: 1080px; */
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
}
.blog {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 7rem;
  justify-content: space-between;
  /* width: 120rem; */
  /* width: 70%; */
  /* margin: 0 auto; */
}

.blog-title-container {
  /* background: linear-gradient(to right, #ece9e6, 30%, #fff); */
  /* height: 7.5rem; */
  padding: 1.4rem 0 1.8rem 0rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 2rem;
  position: absolute;
  z-index: 10;
  text-align: center;
  justify-content: center;
  top: 44%;
  transform: translateY(-50%);
}

.blog-title {
  font-size: 3.8rem;
  /* text-align: center; */
  /* color: #40c057; */
  /* color: #f8f9fa; */
  /* color: #e7c798; */
  color: #212529;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
}

.blog-wrapper {
  width: 70%;
  width: 50%;
  width: 36.6%;
}

.blog-writing-container {
  display: flex;
  justify-content: center;
  /* padding: 6rem 7rem; */
  padding: 6rem 0rem;
  padding-top: 0;
  flex-wrap: wrap;
}

.blog-paragraph {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  /* padding: 0 2rem; */
  letter-spacing: -0.1px;
  color: #212529;
}

.blog-paragraph strong span {
  color: #40c057;
  display: inline-block;
}

.blog-highlight {
  width: 100%;
  margin: 2.4rem 0;
  display: block;
  /* background: linear-gradient(
    rgba(255, 222, 233, 0.635),
    rgba(181, 255, 253, 0.329),
    #fff
  ); */

  background: #f8f9fa;
  padding: 1.3rem;
  font-size: 1.6rem;
  /* border-radius: 0.3rem; */
}

.blog-list-wrapper-01 {
  padding: 1rem 0;
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  /* height: 20rem; */
  /* background: #000; */
  padding: 1.4rem 0 1.8rem 2rem;
}

.blog-list-title-01 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  color: #212529;
}

.blog-list-wrapper-01 ul {
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}

.blog-list-wrapper-01 ul li {
  list-style: none;
  font-size: 1.6rem;
  color: #212529;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  padding: 1rem 1.8rem;
  font-weight: 400;
  width: 50%;
}

.blog-list-wrapper-01 ul li i {
  font-size: 0.68rem;
  line-height: 1;
  margin-right: 1rem;
  color: #a5d8ff;
}

.blog-list-wrapper-01 ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.blog-subtitle {
  font-size: 2.4rem;
  font-weight: 800;
  width: 100%;
  padding-left: 2rem;
  margin: 5rem 0 1.2rem 0;
}

.blog-banner {
  height: 372px;
  height: 272px;
  width: 100%;
  margin-bottom: 5rem;
  border-radius: 1.3rem;
  overflow: hidden;
  position: relative;
}

.blog-banner-fourletterword {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border: 1px solid #f8f9fa;
  background: url('../images/blogs/FourLetterWord-banner-image-min.jpg')
    no-repeat center center/cover;
  position: relative;
  color: #40c057;
  opacity: 0.68;
  position: absolute;
  filter: blur(35px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-banner-fourletterword::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0, 0.3) 5%,
    rgba(0, 0, 0, 0.1)
  );
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
/* .blog-list-wrapper {
  padding: 1rem 0;
  width: 100%;
  height: 10rem;
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  background: #000;
}

.blog-list-container ul {
  display: block;
  width: 100%;
  background: #212529;
  height: 5rem;
}

.blog-list-title {
  font-size: 2.4rem;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 500;
} */

.blog-author-container {
  width: 22%;
}

/* sidebar */
.sidebar-wrapper {
  width: 15%;
  /* height: 79rem; */
}

.sidebar-title {
  font-size: 1.6rem;
  /* color: #212529; */
  /* color: #40c057; */
  /* color: #174664; */
  color: #212529;
  font-weight: 800;
  /* margin-bottom: 1.2rem; */
  /* border-bottom: 1px solid #212529; */
  padding: 0.5rem 1.8rem;
  /* background: #f4fce3; */
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 5rem; */
}

.sidebar-link {
  width: 100%;
  padding: 1.2rem 1.8rem;
  border-radius: 1.3rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  color: rgba(73, 80, 87, 0.569);
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.sidebar-link:hover {
  /* background-color: #dfe0e1; */
  /* background-color: #40c057; */
  background-color: rgba(168, 224, 99, 0.5677);
  color: #212529;
}

.sidebar-ad {
  margin-top: 2rem;
  width: 100%;
  border-radius: 1.3rem;
}

/* End of sidebar */

/* Contact */

.section__contact {
  padding: 12rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.surrounding-contact-wrapper {
  /* background-color: orangered; */
  width: 100%;
  display: flex;
  /* padding: 2rem; */
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
  overflow: hidden;
  padding: 1.3rem;
}

.contact-form--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  /* background: #f1f3f5; */
  font-size: 2rem;
  color: #212529;
  font-weight: 600;
  border-radius: 10px;
  line-height: 1;
}

.contact-paragraph {
  margin-bottom: 1.8rem;
}

.contact-social-media {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  margin-top: 2rem;
  font-size: 2.4rem;
}

.contact-bg {
  /* background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.4),
      78%,
      rgba(0, 0, 0, 0.8)
    ),
    url('../images/contact/contact-bg.jpg') no-repeat center center/cover; */
  background: linear-gradient(
      to top,
      rgba(23, 70, 100, 0.193),
      78%,
      rgba(23, 70, 100, 0.8)
    ),
    url('../images/contact/contact-bg.jpg') no-repeat center center/cover;
  height: 102%;
  width: 101vw;
  filter: blur(2px);
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading__secondary {
  position: relative;
  z-index: 100;
  font-size: 48px;
  text-align: center;
  margin-bottom: 7rem;
  color: #fff;
}

.contact-form {
  position: relative;
  z-index: 100;
  width: 50%;
  /* height: 68rem; */
  background: rgba(255, 255, 255, 0.75);
  /* box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px; */

  border-radius: 1.3rem;
  padding: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-group {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}

.contact__label {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #495057;
  margin-bottom: 1.6rem;
}

.form-control {
  width: 100%;
  border: none;
  padding: 0.5rem 0;
  color: rgba(73, 80, 87, 0.8);
  font-weight: 400;
  border-bottom: 1px solid #ced4da;
}

.form-control ::placeholder {
  font-size: 1.4rem;
  color: rgba(73, 80, 87, 0.6);
  font-weight: 400;
}

.form-group__textarea ::placeholder {
  font-size: 1.4rem;
  font-family: 'Roboto';
}

.form-group__textarea {
  margin-top: 1.8rem;
  width: 100%;
}

.form-group__textarea textarea {
  min-height: 9.2rem;
  max-height: 15rem;
  min-width: 100%;
  max-width: 100%;
}

.form-group__checkbox {
  width: 100%;
}

.checkbox {
  display: flex;
  align-items: center;
  background: #f1f3f5;
  color: #212529;
  padding: 1rem 3rem;
}

.checkbox label {
  display: flex;
  align-items: center;
}

.checkbox input {
  width: 5rem;
}

.checkbox input[type='checkbox'] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 1rem;
  /* display: flex;
  align-items: center; */
}

.contact__btn {
  background: #40c057;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  border: none;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

/* End of Contact */

/* Blogs */

.blog-cards-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.blog-item {
  width: 54rem;
  height: 28.3rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  display: flex;
  /* justify-content: flex-end; */
  align-items: flex-end;
  padding: 4rem;
  border-radius: 2rem;
  flex-direction: column;
}

.blog-image-container {
  height: 20rem;
  width: 20rem;
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
}

.blog-thumbnail {
  width: 100%;
  height: 100%;
}

.blog-info {
  width: 29rem;
}

.blog-date {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1rem;
}

.blog-card-title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-summary {
  font-size: 1.3rem;
}

a.blog-card-link {
  background: #40c057;
  color: #fff;
  align-self: flex-start;
  margin-top: 2rem;
  margin-left: 37%;
  padding: 1.2rem 1.8rem;
  font-size: 1.6rem;
  border-radius: 5rem;
  margin-top: auto;
}

/* End of Blogs */

/* Footer */
.footer {
  /* background: linear-gradient(#d9afd9, #97d9e1); */
  padding: 9rem 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  width: 14rem;
}

.copyright {
  margin-top: 5rem;
  font-size: 1.4rem;
}
/* End of Footer */

/* 1490px */
@media (max-width: 1490px) {
  .section__hero {
    height: 61vh;
  }

  .intro-options-container {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* background: #000; */
  }

  .intro-option {
    width: 100%;
  }

  .intro-section {
    height: 100vh;
  }
}
/* End of 1490px *

/

/* 1482px */
@media (max-width: 1482px) {
  .navigation__nav-container {
    /* display: none; */
    /* visibility: hidden; */
  }

  .social-media-container {
    /* display: none; */
    /* visibility: hidden; */
  }
}
/* End of 1482px */

/* 1442px */
@media (max-width: 1442px) {
  .section__hero {
    height: 60vh;
  }
}
/* End of 1442px */

/* 1376px */
@media (max-width: 1376px) {
  .section__navigation {
    padding: 0 9rem;
  }

  .intro-words-container p {
    font-size: 3.2rem;
  }

  .blog-image-container {
    left: 37%;
    transform: translateX(-50%);
    top: -20%;
  }

  .blog-cards-container {
    justify-content: space-evenly;
    margin-top: 16rem;
  }

  .blog-item {
    width: 30%;
    height: 36.4rem;
    align-items: center;
    padding: 2rem;
  }

  .blog-info {
    margin-top: auto;
  }

  a.blog-card-link {
    margin-top: 3rem;
    padding: 0.8rem 1.8rem;
    margin-left: 6%;
  }
}
/* End of 1376px */

/* 1300px */
@media (max-width: 1300px) {
  .hero__right {
    padding-left: 4rem;
  }

  .how-to-get-started__item p {
    font-size: 4rem;
  }
}
/* End of 1300px */

/* 1250px */
@media (max-width: 1250px) {
  .life-has-solutions__image-container {
    height: 13.8rem;
  }

  .intro-words-container p {
    font-size: 2.4rem;
  }

  .section__white--life-has-solutions {
    padding: 11rem 0;
  }

  .hero__right {
    padding-left: 7rem;
  }
}
/* End of 1250px */

/* 1159px */
@media (max-width: 1159px) {
  .video-section {
    height: 103vh;
  }

  .surrounding-contact-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .promo-container {
    flex-direction: column;
    width: 53.2rem;
    height: auto;
  }

  .promo-right {
    width: 100%;
  }

  .hero__right {
    padding-left: 0;
  }

  .how-to-get-started__item {
    height: 20rem;
  }

  .navigation__nav-container {
    display: none;
    visibility: hidden;
  }

  .social-media-container {
    display: none;
    visibility: hidden;
  }

  .navigation {
    display: block;
    visibility: visible;
  }

  .sidebar-wrapper {
    display: none;
    visibility: none;
  }
}
/* End of 1159px */

/* 1028px */
@media (max-width: 1028px) {
  .blog-cards-container {
    flex-direction: column;
    align-items: center;
  }

  .how-to-get-started__container {
    width: 48%;
    align-items: flex-start;
  }

  .how-to-get-started__item {
    align-items: flex-start;
  }

  .blog-item {
    width: 38%;
  }

  .contact-form--info {
    width: 100%;
    align-items: flex-start;
    padding-left: 5rem;
  }

  .contact-social-media {
    justify-content: flex-start;
  }

  .contact-social-media i {
    margin-right: 2rem;
  }

  .blog-item:not(:last-child) {
    margin-bottom: 22rem;
  }

  .blog-image-container {
    left: 50%;
    height: 25rem;
    width: 25rem;
    top: -40%;
  }

  .surrounding-contact-wrapper {
    flex-direction: column;
    padding-top: 8rem;
    width: 60%;
  }

  .contact-form {
    width: 100%;
  }

  .form-group {
    width: 100%;
  }

  .video-wrapper {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;

    background: url('../images/Website-Cover-image--medium.jpg') no-repeat
      center center/cover;
  }
}
/* End of 1028px */

/* 950px */
@media (max-width: 950px) {
  .hero-right__heading {
    font-size: 4.4rem;
  }
}
/* End of 950px */

/* 850px */
@media (max-width: 850px) {
  .wrapper {
    flex-direction: column;
  }

  .blog-item {
    width: 45%;
  }
  .social-proof {
    padding: 12.5rem 4.3rem;
  }

  .blog-wrapper {
    width: 80%;
  }

  .footer {
    padding: 9rem 10rem;
  }
}
/* End of 850px */

/* 750px */
@media (max-width: 750px) {
  /* .navigation__logo {
    width: 8rem;
  } */

  .hero-right__heading {
    font-size: 3.4rem;
  }

  a.hero-right__link--primary {
    height: 29px;
    width: 16.8rem;
    border-radius: 50rem;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(33, 37, 41, 0.751);
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
  }

  .blog-item {
    width: 80%;
  }

  .blog-info {
    width: 80%;
  }

  .blog-card-title {
    font-size: 2.5rem;
  }

  .video-section {
    height: auto;
  }

  .intro-section p {
    font-size: 1.8rem;
  }
}
/* End of 750px */

/* 720px */
@media (max-width: 720px) {
  .hero-right__heading {
    font-size: 3.4rem;
  }

  a.hero-right__link--primary {
    height: 29px;
    width: 16.8rem;
    border-radius: 50rem;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(33, 37, 41, 0.751);
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
  }
}
/* End of 720px */

/* 570px */
@media (max-width: 570px) {
  .how-to-get-started__container {
    width: 80%;
  }

  .wrapper {
    flex-wrap: wrap;
  }

  .how-to-get-started__item {
    padding: 2rem 1rem;
  }

  .section__hero {
    height: 100vh;
  }

  .hero-right__heading {
    text-align: center;
    font-size: 4.9rem;
    background: #fff;
    padding: 0.2rem;
  }

  a.hero-right__link--primary {
    height: 48px;
    width: 20rem;
    border-radius: 50rem;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(33, 37, 41, 0.751);
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    position: absolute;
    bottom: -153%;
    left: 50%;
    transform: translateX(-50%);
  }

  .surrounding-contact-wrapper {
    flex-direction: column;
    padding-top: 8rem;
    width: 90%;
  }
  .video-wrapper {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;

    background: url('../images/Website-Cover-image--small.jpg') no-repeat center
      center/cover;
  }
}
/* End of 570px */

/* 534px */
@media (max-width: 534px) {
  .how-to-get-started__container {
    width: 80%;
  }

  .wrapper {
    flex-wrap: wrap;
  }

  .how-to-get-started__item {
    padding: 2rem 1rem;
  }

  .promo-container {
    width: 90%;
  }

  .video-section {
    padding: 2rem;
  }

  .promo-link {
    padding: 1.5rem;
  }
}
/* End of 534px */
/* 450px */
@media (max-width: 450px) {
  .promo-text {
    font-size: 1.4rem;
  }

  .how-to-get-started__container {
    width: 100%;
  }
}
/* End of 450px */

/* 360px */
@media (max-width: 360px) {
  .section__navigation {
    padding: 0 3rem;
  }

  .video-section {
    padding: 1rem;
  }

  .how-to-get-started__container {
    width: 100%;
  }
  .promo-container {
    width: 80%;
  }

  .promo-text {
    font-size: 1.3rem;
  }

  .blog-image-container {
    display: none;
    visibility: none;
  }

  .promo-left {
    width: 100%;
  }

  .blog-item:not(:last-child) {
    margin-bottom: 10rem;
  }

  .how-to-get-started__item {
    padding: 1rem 1rem;
  }

  .promo-link {
    background: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding: 1.5rem 3.5rem;
    margin-bottom: -4rem;
    background: #f03e3e;
  }
  .hero-right__heading {
    text-align: center;
    font-size: 2.9rem;
    background: #fff;
    padding: 0.2rem;
  }

  .contact-form--info {
    width: 100%;
    align-items: center;
    padding-left: 1rem;
  }

  .contact-form--info p {
    font-size: 1.6rem;
  }

  a.hero-right__link--primary {
    height: 48px;
    width: 20rem;
    border-radius: 50rem;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(33, 37, 41, 0.751);
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    position: absolute;
    bottom: -123%;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer {
    width: 100%;
    padding: 14rem 0;
  }

  .video-section {
    height: 60vh;
  }

  .promo-link {
    padding: 1.5rem 1.5rem;
  }

  .promo-container {
    height: 80%;
  }

  .promo-img {
    margin-top: 8rem;
  }

  .blog-item {
    height: 45.4rem;
  }
}
/* End of 360px */
