/*--------------------
   Moving Infinite
--------------------*/


body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background: rgb(2,0,36);
  background-image: url(../images/mountains3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  /* overflow-x: hidden; */
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(175, 214, 250, 0.753); /* Adjust the opacity as needed */
  pointer-events: none; /* Ensures the overlay does not interfere with user interactions */
  z-index: 1; /* Ensure the overlay is above the background but below other content */
}

body * {
  position: relative;
  z-index: 2; /* Ensure other content is above the overlay */
}
p {
  color: black;
}


.card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition-duration: 400ms;
}

li:hover{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition-duration: 400ms;
}
.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}

.h2{
  
}


/*header section*/

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height:100vh;
  object-fit: cover;

  z-index: -1;
}

.hero_area {
  position: relative;
  z-index: 1;
  /* Ensures content is above the video */
  color: white;
  text-align: center;
  height: 100vh;
  background-color: #000;
}

.logo {
  position: absolute;
  top: 25px;
  left: 25px;
  height: 170px;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  /* Black with 50% opacity */
  z-index: -1;
  /* Ensures the overlay stays behind other content */
}



.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.hero_area h3 {
  color: #ffffff;
}


.quote-wrapper{
  background: #00000088;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.quote-2{
  background-color: aliceblue;
  border: #009fff 1px solid;
  border-radius: 10px;
}

.quote-2 h2 {
  color: #000000;
  font-size: 2rem ;
  /* font-weight: bold; */
  margin-bottom: 1rem;
  
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #e76d2d;
  border: #e76d2d 1px solid;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 20px;
}

.btn-primary:hover {
  background-color: #ffffff;
  color: #e76d2d;
  border: #e76d2d 1px solid;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}



/*end header section*/

.slider_section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

@keyframes left-right {
  0% {
    left: 500px;
    top: 0px;
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 100;
  }
}

.slider_section .detail-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0px;
  align-items: center;
  text-align: start;
  max-width: 50vw;
  background-color: #00000088;
  padding: 40px;
  position: absolute;
  min-height: 20vh;
}

.slider_section .detail-box-m {

  background-color: #00000088;
  padding: 40px;
  min-width: fit-content;
  position: relative;
  min-height: 20vh;
  animation: left-right 3s;
}





.slider_section .detail-box h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

.slider_section .detail-box h2 {
  /* text-transform: uppercase; */
  font-size: 1.5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
  font-size: 20px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  bottom: 0;
}

.slider_section #carouselExampleIndicators li {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}
.do_section {
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/3.png);
  background-size: cover;
  background-repeat: no-repeat; 
}


.do_section .do_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  padding-top: 10px;
}

.do_section .do_container .box {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 35px 25px 0 25px;
}

.do_section .do_container .col-12 p {
  font-size: 1.2rem;
}

.do_section .testimonial {
  background-color: aliceblue;
  border:#009fff 1px solid;
  border-radius: 10px;
}

.do_section .do_container .box .img-box {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b4e67;
  border-radius: 100%;
}

.do_section .do_container .box .img-box img {
  width: 45px;
}

.do_section .do_container .box .detail-box {
  margin-top: 35px;
}

.do_section .do_container .box:hover .img-box {
  background-color: #74abc4;
}

.do_section .do_container .arrow_bg::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -17px;
  width: 262%;
  height: 90%;
  z-index: 3;
  background-size: cover;
}


.do_section .iframe {
  height: 50vh;
  width: 100%;
  border: white 5px solid;
  border-radius: 10px;
}

.do_section .testimonial  p {
  color: #000000;
}

.linehight-30 {
  line-height: 30px;
}

.border4 {
  border: solid rgba(0, 0, 0, .35);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 1px 1px 2px;
  padding: 1px !important;
  border-radius: 100px;
}


.who_section {
  /* background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/1.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  text-align: center;
  padding: 75px 0;
}

/* .who_section h2 {
  font-weight: bold;
  color: #ffffff;
} */

.who_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.who_section .highlight {
  color: #0b4e67 !important;
}

.who_section ul {
  list-style: none;
  padding-left: 0;
}

.who_section ul li {
  padding: 1rem;
  margin: 1rem;
  background-color: #ffe8dd;
  border: #e76d2d 1px solid;
  border-radius: 10px;
}

.christina_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.christina_section .highlight {
  color: #0b4e67 !important;
}

.christina_section .img-box {
  text-align: center;
}

.christina_section .img-box img {
  width: 70%;
  border-radius: 50px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.336);
}

/* end christina section  */

.changes_section {
  /* background-color: aliceblue; */
  background-size: cover;
  /* color: #ffffff; */
  /* text-align: center; */
  margin-top: 5rem;
}

.changes_section .changes {
  padding: 1rem;
  margin: 1rem;
  background-color: #ffe8dd;
  border: #e76d2d 1px solid;
  border-radius: 10px;
}

.changes_section  .change-item svg {
  width: 1rem;
}

.changes_section  .change-item h4 {
  display: inline-flex;
  color:#e76d2d;
}
.changes_section  .change-item h4 span {
  display: inline-block;
  margin-left: 5px;
}

.changes_section  .change-item:hover{
 transform: scale(1.05);
  transition-duration: 400ms;

}
.changes_section  p {
  padding-left: 1.5rem;
}

.testimonial_video_section {
  /* background-image: url(../images/mountains.jpg);
  background-size: cover; */
  /* color: #e76d2d; */
  text-align: center;
  /* margin-top: 5rem; */
  background-color: #0d1c34d2;
}

.testimonial_video_section iframe {
  /* border-radius: 10px; */
  height: 50vh;
  width: 100%;
  border: white 5px solid;
  border-radius: 10px;
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); */
}

.testimonial_video_section   h2 {
  /* text-shadow: 2px 2px 4px #000000; */
  color: #ffffff;
}

.testimonial_video_section .heading_container h2 span {
  /* color: #e76d2d; */
}

.testimonial_video_section h2 {
  font-weight: bold;
}

.testimonial_video_section p {
  color: #ffffff;

}

/* mastery_section  */
.mastery_section {
  background: linear-gradient(rgba(255, 255, 255, 0.521), rgba(255, 255, 255, 0.836)), url(../images/6.png);
  background-color: #009fff;
  background-size:  cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  text-align: center;
  padding: 75px 0;

}


.mastery_section .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  
}

.mastery_section .parent p  {
  color:#000000
}

.mastery_section .div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.mastery_section .div2 {
  grid-area: 1 / 2 / 2 / 3;
}

.mastery_section .div3 {
  grid-area: 2 / 1 / 3 / 2;
}

.mastery_section .div4 {
  grid-area: 2 / 2 / 3 / 3;
}

.mastery_section .card {
  background-color: aliceblue;
  border: #009fff 1px solid !important;
  border-radius: 10px;  
}

.mastery_section .card p {
  color: #000000;
}


/* end mastery_section */

/* popular_issues_section */
.popular_issues_section{
  background: linear-gradient(rgba(0, 0, 0, 0.521), rgba(121, 120, 120, 0.836)), url(../images/4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  text-align: center;
  padding: 75px 0;

}

.popular_issues_section .heading_container h2 {
  color: #ffffff;
}

.popular_issues_section .custom-card {
  background: #e76d2d;
  border-radius: 15px;
  display: flex;
}

.popular_issues_section .custom-card .text {
  border: #e76d2d 1px solid;
  /* border-radius: 10px; */
  background: #ffe8dd;;
  padding: 1rem;
  width: 100%;
}

.popular_issues_section .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px; 
  }
  
  .popular_issues_section .div1 { grid-area: 1 / 1 / 2 / 2; }
  .popular_issues_section .div2 { grid-area: 1 / 2 / 2 / 3; }
  .popular_issues_section .div3 { grid-area: 1 / 3 / 2 / 4; }
  .popular_issues_section .div4 { grid-area: 2 / 1 / 3 / 2; }
  .popular_issues_section .div5 { grid-area: 2 / 2 / 3 / 3; }
  .popular_issues_section .div6 { grid-area: 2 / 3 / 3 / 4; }
  .popular_issues_section .div7 { grid-area: 3 / 1 / 4 / 2; }
  .popular_issues_section .div8 { grid-area: 3 / 2 / 4 / 3; }
  .popular_issues_section .div9 { grid-area: 3 / 3 / 4 / 4; }
  .popular_issues_section .div10 { grid-area: 4 / 1 / 5 / 2; }
  .popular_issues_section .div11 { grid-area: 4 / 2 / 5 / 3; }
  .popular_issues_section .div12 { grid-area: 4 / 3 / 5 / 4; }
  .popular_issues_section .div13 { grid-area: 5 / 1 / 6 / 2; }
  .popular_issues_section .div14 { grid-area: 5 / 2 / 6 / 3; }
  .popular_issues_section .div15 { grid-area: 5 / 3 / 6 / 4; }
  .popular_issues_section .div16 { grid-area: 6 / 1 / 7 / 2; }
  .popular_issues_section .div17 { grid-area: 6 / 2 / 7 / 3; }
  .popular_issues_section .div18 { grid-area: 6 / 3 / 7 / 4; }
  .popular_issues_section .div19 { grid-area: 7 / 1 / 8 / 2; }
  .popular_issues_section .div20 { grid-area: 7 / 2 / 8 / 3; }
  .popular_issues_section .div21 { grid-area: 7 / 3 / 8 / 4; }
  .popular_issues_section .div22 { grid-area: 8 / 1 / 9 / 2; }

  
  .popular_issues_section .card {
    background-color: aliceblue;
    border: #009fff 1px solid !important;
    border-radius: 10px;
    border:none;
  }
  

/* popular_issues_section end  */


/* .testimonial_section .highlight {
  color: #0b4e67 !important;
} */

.testimonial_section .box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 20px;
  background-color: rgb(239, 247, 234);
  border: rgb(95, 243, 3) 1px solid; 
  border-radius: 10px;
  
}
.testimonial_section p {
  color: #000000 ;
}

.testimonial_section .box .img-box {
  width: 60px;
}

.testimonial_section .box .img-box img {
  width: 100%;
  border-radius: 50px;
}

.testimonial_section .box .detail-box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto; 
}



.testimonial_section .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.testimonial_section .box .detail-box h5 span {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #74abc4;
}

.testimonial_section .box .detail-box img {
  width: 15px;
  margin: 35px 0;
}

.testimonial_section .carousel-wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.testimonial_section .owl-nav {
  /* margin-top: -26px; */
  /* position: absolute; */
  /* top: 50%; */
  /* color: #cdcbcd; */
}


.testimonial_section .owl-carousel .owl-nav .owl-prev,
.testimonial_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  background-size: 16px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  outline: none;
  display: none;
  
}

.testimonial_section .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.testimonial_section .owl-dots{
  text-align: center;
}

.testimonial_section .owl-dot{
  background-color: #eff7ea !important;
  border: rgb(95, 243, 3) 2px solid !important;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin: 0 5px;

}

.testimonial_section .owl-dot.active{
  background-color: rgb(95, 243, 3) !important;
}
.testimonial_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: 50%;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
}

.testimonial_section .owl-carousel .owl-nav .owl-next {
  right: 50%;
  background-image: url(../images/next.png);
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
}

.testimonial_section .owl-carousel .owl-dots.disabled,
.testimonial_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.testimonial_section .owl-item.active.center .box {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.testimonial_side h2 {
  font-weight: bold;
  /* text-align: center; */
  margin-top: 5rem;
  color: rgb(255, 255, 255);
}

.testimonial_side p {
  text-align: start;
}

.testimonial_side .card {
  color: black;
}

/* options section  */
.options_section {
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0;
}


.options_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.options_section .highlight {
  color: #0b4e67 !important;
}

.options_section .card {
  /* border-radius: 1rem 0 ; */
  box-shadow: 2px 2px 5px rgb(128, 128, 128);
  border: #009fff 1px solid;
  border-radius: 10px;
}

.options_section .bonus-card{
  background-color: #ffe8dd;
  border:#e76d2d 1px solid;
  border-radius: 10px;
  box-shadow: none;
  font-size: larger;
}

.options_section .card:hover {
  /* add transition  */
  box-shadow: 5px 5px 10px rgba(128, 128, 128, 0);
  border-radius: 10px;
  transform: scale(1.05);
  transition-duration: 400ms;

}

@media screen and (max-width: 991px) {
  .options_section .card {
    margin-top: 3rem;
    height: auto !important;
  }
}

.testimonial_video_section .card .card-body .name{
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}

.testimonial_video_section .card .card-body .title{
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #0b4e67 !important;
}

.testimonial_video_section .card .card-body .quote{
  margin-top: 10px;
  font-size: 1rem;
  color: rgba(80, 75, 75, 0.67);
}



.options_section .card .card-body {
  text-align: start;
}

.options_section .card .card-body h5 {
  text-align: center;
}

.options_section .card .card-body li {
  margin-top: 5px;
  font-size: 0.9rem;
  /* color: rgb(99, 99, 99); */
  font-weight: 500;
  list-style: none;
  margin-left: 0;
  display: flex;
}
.options_section .card .card-body li span {
  margin-left: 10px;
  display:block

}
.options_section .card .card-body li span {
  margin-left: 10px;
  display:block
}



/* power elite card  */

.options_section .power-elite .card-header {
  background: rgb(131, 189, 247);
  /* background-color: aliceblue; */
  color: #ffffff;
  font-size: 30px;
  /* border-radius: 15px 15px 0 0; */
}

.options_section .power-elite .card-body {
  background-color: aliceblue;
}

.options_section .power-elite .card-body svg {
  width: 1.5rem;
}

.options_section .power-elite .card-body li {
  margin-top: 15px;
  font-size: 1rem;
  /* color: rgb(99, 99, 99); */
  font-weight: 500;
  list-style: none;
  margin-left: 0;
}


.options_section .power-elite .card-footer {
  background: rgb(131, 189, 247);
  /* background-color: aliceblue; */
  color: #ffffff !important;
  /* border-radius: 0 0 15px 15px; */
}

.book_section .bonus-card{
  background-color: #ffe8dd;
  border:#e76d2d 1px solid;
  border-radius: 10px;  
  box-shadow: none;
  font-size: 2rem;
  /* font-weight: bold; */
}




/*end options section  */

.additional_information_section{
  background: linear-gradient(rgba(0, 0, 0, 0.521), rgba(0, 0, 0, 0.836)), url(../images/5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 75px 0;
}


.additional_information_section .heading_container h2{
  color: #ffffff;
}

/* footer section  */

.footer-section {
  background-color: #0d1c34;
  background-image: url(../images/footer-bg-min.png);
  background-size: cover;
  color: rgb(255, 255, 255);
  text-align: center;
  /* margin-top: 5rem; */
}

.footer-section p{
  color: #ffffff;

}

.footer-section svg{
  width: 3.5rem;
  background-color: #009fff;
  padding: 10px;
  border-radius: 5px;

}

.footer-section .title{
  color: #009fff;

}

.footer-section .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  }
  
  .footer-section .div1 { grid-area: 1 / 1 / 3 / 2; }
  .footer-section .div2 { grid-area: 1 / 2 / 2 / 3; }
  .footer-section .div3 { grid-area: 2 / 2 / 3 / 3; }
  .footer-section .div4 { grid-area: 1 / 3 / 3 / 4; }
  .footer-section .div5 { grid-area: 1 / 4 / 2 / 5; }
  .footer-section .div6 { grid-area: 2 / 4 / 3 / 5; }
  



/*# sourceMappingURL=style.css.map */

/* #####  ANIMATION  #####  */

.who_section p.animate {
  animation: slideInFromLeft 1s forwards;
}

.do_container .row.animate {
  .col-12 {
    animation: slideInFromRight 2s forwards;
  }

  /* .col-5 {
    animation: slideInFromLeft 2s forwards;
  } */
}

.christina_section .row.animate {
  .detail-box {
    animation: slideInFromLeft 2s forwards;
  }

  .img-box {
    animation: slideInFromRight 2s forwards;
  }
}


@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* mobile screens */
@media screen and (max-width: 767px) {
  .slider_section .detail-box {
    max-width: 100% !important;
  }

  .do_section .do_container .col-12 p {
    font-size: 1rem;
  }

  .options_section .card .card-body ul {
    list-style: none;
    padding-left: 0;
  
  }

  .testimonial_section .box .detail-box {
    overflow: scroll;
  }

  .footer-section .parent {
    display: none;
  }

  .footer-section .parent {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    }
    
    .footer-section .div1 { grid-area: 1 / 1 / 2 / 2; text-align: center; margin-bottom: 10px; }
    .footer-section .div2 { grid-area: 2 / 1 / 3 / 2; text-align: center; margin-bottom: 10px;}
    .footer-section .div3 { grid-area: 3 / 1 / 4 / 2; text-align: center; margin-bottom: 10px;}
    .footer-section .div4 { grid-area: 4 / 1 / 5 / 2; text-align: center; margin-bottom: 10px;}
    .footer-section .div5 { grid-area: 5 / 1 / 6 / 2; text-align: center; margin-bottom: 10px;}
    .footer-section .div6 { grid-area: 6 / 1 / 7 / 2; text-align: center; margin-bottom: 10px;}
    .footer-section .div7 { grid-area: 7 / 1 / 8 / 2; text-align: center; margin-bottom: 10px;}
    .footer-section .div8 { grid-area: 8 / 1 / 9 / 2; text-align: center; margin-bottom: 10px;}

    .testimonial_section .box {
      height: 80vh;
    }

    .quote-2 h2 {
      font-size: 1.5rem;
    }
    .book_section .bonus-card {
      font-size: 1.5rem;
    }

   
    

}

 /* custom classes  */
 .font-1_2 {
  font-size: 1.2rem;
}
 .white-bold {
  color: #ffffff;
  font-weight: bold;
}
.black-bold {
  color: #000000;
  font-weight: bold;
}