/*---

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page HTML Template
Page Name: Home E-Learning
Description: Landing page for e-learning platforms, including sections for course offerings, testimonials, and key benefits.
Author: Pixelfit
Version: 1.0 
-----------------------------------------------------------------------------------

---*/
/* Common CSS */
@import "font-awesome-sprockets";
@import "font-awesome";

:root {
  --primary-color: #7AE36A;
  --primary-black-color: #1F1F1F;
  --secondary-color: #F6DC66;
}

.sub-heading {
  background-color: rgba(246, 220, 102, 0.05);
  border-color: var(--primary-color);
}

.theme-btn.style-one {

  color: var(--heading-color);
  font-weight: 700;
  font-size: 16px;
  border-radius: 14px;
}

.theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--heading-color);
}

.ratings li {
  display: inline-block;
  color: #042A1B;
  vertical-align: middle;
}

.author-box .author-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-box .author-list li:not(:first-child) {
  margin-left: -10px;
}

.author-box .author-list li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}

.author-box .author-list li .add-author-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white-color);
  font-size: 24px;
  color: var(--heading-color);
}

.author-box .author-list li .add-author-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Hero Section */
.hero-sel {
  position: relative;
  background-color: #042A1B;
  padding: 300px 0 130px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .hero-sel {
    padding: 200px 0 130px;
  }
}

.hero-sel .pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: -1;
}

.hero-sel .hero-image_one {
  position: absolute;
  top: 15%;
  left: -100px;
  z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sel .hero-image_one {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-sel .hero-image_one {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-sel .hero-image_one {
    left: -20%;
  }
}

.hero-sel .hero-image_one img {
  border-radius: 250px;
}

.hero-sel .hero-image_one span.circle {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 500px;
  height: 650px;
  border: 1px solid #F6DC66;
  border-radius: 250px;
  z-index: -1;
}

.hero-sel .hero-image_two {
  position: absolute;
  top: 30%;
  right: 70px;
  z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sel .hero-image_two {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-sel .hero-image_two {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-sel .hero-image_two {
    right: -20%;
  }
}

.hero-sel .hero-image_two img {
  border-radius: 250px;
}

.hero-sel .hero-image_two span.circle {
  position: absolute;
  top: -27%;
  right: -100px;
  width: 500px;
  height: 650px;
  border: 1px solid #F6DC66;
  border-radius: 250px;
  z-index: -1;
}

.hero-sel .hero-content {
  margin-bottom: 120px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sel .hero-content {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .hero-sel .hero-content {
    margin-bottom: 40px;
  }
}

.hero-sel .hero-content h1 {
  font-size: 110px;
  line-height: 109%;
  letter-spacing: -3.6px;
  color: var(--white-color);
  margin-bottom: 60px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-sel .hero-content h1 {
    font-size: 100px;
    line-height: 115px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sel .hero-content h1 {
    font-size: 120px;
    line-height: 140px;
  }
}

@media screen and (max-width: 991px) {
  .hero-sel .hero-content h1 {
    font-size: 94px;
    line-height: 110px;
  }
}

@media (max-width: 767px) {
  .hero-sel .hero-content h1 {
    font-size: 52px;
    line-height: 80px;
  }
}

.hero-sel .hero-content p {
  font: 500 18px var(--body-font);
  line-height: 35px;
  color: var(--white-color);
  max-width: 635px;
  margin-bottom: 40px;
}

.hero-sel .hero-wrap-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 120px;
  padding-bottom: 130px;
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sel .hero-wrap-box {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .hero-sel .hero-wrap-box {
    padding-top: 40px;
  }
}

.hero-sel .hero-wrap-box .item .content h2 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.hero-sel .hero-wrap-box .item .content h5 {
  color: var(--white-color);
  font: 500 20px var(--body-font);
  margin-bottom: 20px;
}

.hero-sel .hero-wrap-box .item .content .ratings li {
  color: #F6DC66;
}

.categories-sel .categories-slider {
  margin-right: -40%;
  padding-left: 20px;
}

.categories-sel .categories-slider .slick-slide {
  margin-right: 20px;
  min-width: 235px;
  max-width: 235px;
}

.about-sel .section-content-box>p {
  margin-bottom: 30px;
}

.about-sel .section-image-box {
  position: relative;
  max-width: 560px;
  height: 710px;
  margin-left: auto;
  padding-left: 70px;
}

.about-sel .section-image-box .sasly-img_one {
  position: absolute;
  top: 0;
  left: 30px;
  max-width: 300px;
}

.about-sel .section-image-box .sasly-img_one img {
  width: 100%;
  border-radius: 150px;
}

.about-sel .section-image-box .sasly-img_two {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}

.about-sel .section-image-box .sasly-img_two img {
  width: 100%;
  border-radius: 150px;
}

.about-sel .section-image-box .sasly-img_three {
  position: absolute;
  bottom: 95px;
  left: 0;
  max-width: 220px;
}

.about-sel .section-image-box .sasly-img_three img {
  width: 100%;
  border-radius: 150px;
}

.about-sel .section-image-box .circle-shape {
  position: absolute;
  top: 80px;
  right: 35px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px solid #042A1B;
  z-index: -1;
}

.about-sel .section-image-box .sasly-rating-item {
  position: absolute;
  top: 20%;
  right: 0;
  background-color: var(--white-color);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 10px 4px 30px 0px rgba(180, 180, 180, 0.3);
  box-shadow: 10px 4px 30px 0px rgba(180, 180, 180, 0.3);
  border: 1px solid #042A1B;
  max-width: 280px;
  width: 100%;
  padding: 10px;
}

.about-sel .section-image-box .sasly-rating-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--heading-color);
  background-color: var(--secondary-color);
  font-size: 40px;
  margin-right: 20px;
}

.about-sel .section-image-box .sasly-rating-item .content {
  line-height: 1;
}

.about-sel .section-image-box .sasly-rating-item .content .ratings {
  margin-bottom: 10px;
}

.about-sel .section-image-box .sasly-rating-item .content .ratings li span {
  font: 700 24px var(--heading-font);
  color: var(--heading-color);
  margin-right: 10px;
}

.courses-sel {
  background-color: #F4F5FA;
}

.why-choose-sel {
  position: relative;
  z-index: 1;
}

.why-choose-sel .choose-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #042A1B;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .why-choose-sel .choose-bg-left {
    display: none;
  }
}

.why-choose-sel .choose-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.why-choose-sel .choose-bg-right:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 991px) {
  .why-choose-sel .choose-bg-right {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .why-choose-sel .section-content-box {
    text-align: center;
    margin-bottom: 40px;
  }
}

.why-choose-sel .section-content-box .section-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .why-choose-sel .section-content-box .section-title {
    margin-bottom: 40px;
  }
}

.why-choose-sel .section-content-box>p {
  margin-bottom: 40px;
  color: var(--white-color);
}

.why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
  margin-left: auto;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
    margin-left: inherit;
    margin: 0 auto 20px;
  }
}

.faqs-sel .sasly-image-box {
  position: relative;
  z-index: 1;
  max-width: 550px;
  height: 650px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .faqs-sel .sasly-image-box {
    margin: 0 auto 50px;
  }
}

.faqs-sel .sasly-image-box .circle {
  position: absolute;
  top: 0;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  border: 1px solid #042A1B;
  left: -120px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .faqs-sel .sasly-image-box .circle {
    left: -50px;
  }
}

@media (max-width: 575px) {
  .faqs-sel .sasly-image-box .circle {
    display: none;
  }
}

.faqs-sel .sasly-image-box .item {
  position: absolute;
  bottom: 0;
  right: 30px;
  max-width: 280px;
  background-color: #2EB67D;
  padding: 40px 40px;
  border-radius: 10px;
}

.faqs-sel .sasly-image-box .item .content h2 {
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 20px;
}

.faqs-sel .sasly-image-box .item .content h5 {
  margin-bottom: 15px;
  color: var(--white-color);
  font-weight: 500;
}

.faqs-sel .accordion-item {
  border-radius: 10px;
  border: 1px solid rgba(0, 68, 70, 0.1);
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px 0px rgba(138, 138, 138, 0.25);
  box-shadow: 10px 4px 60px 0px rgba(138, 138, 138, 0.25);
  padding: 0;
}

.faqs-sel .accordion-item .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
}

.faqs-sel .accordion-item .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}

.faqs-sel .accordion-item .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background-color: var(--secondary-color);
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faqs-sel .accordion-item .accordion-header .accordion-title[aria-expanded=true] {
  background-color: #042A1B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: var(--white-color);
}

.faqs-sel .accordion-item .accordion-header .accordion-title[aria-expanded=true]:after {
  border-color: #26272B;
  content: "\f068";
}

.faqs-sel .accordion-item .accordion-content {
  background-color: #042A1B;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px 20px 20px;
}

.faqs-sel .accordion-item .accordion-content p {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--white-color);
}

.testimonial-sel {
  position: relative;
  background-color: #042A1B;
}

.client-sel .client-text {
  position: relative;
}

.client-sel .client-text:after {
  position: absolute;
  left: 0;
  bottom: 17px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 68, 70, 0.1);
  z-index: -1;
}

.client-sel .client-text span {
  position: relative;
  font: 600 18px var(--heading-font);
  line-height: 20px;
  letter-spacing: -0.36px;
  padding: 9px 20px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--heading-color);
}

.client-sel .client-slider {
  margin-left: -45px;
  margin-right: -45px;
}

.client-sel .client-slider .client-item {
  margin-left: 45px;
  margin-right: 45px;
}

.footer-widget h4.widget-title {
  color: var(--white-color);
}

.footer-widget .footer-content .social-link li a {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}

.footer-widget .footer-content .social-link li a:hover {
  color: var(--heading-color);
}

.footer-widget.footer-newsletter-widget .footer-content .form-group .form_control {
  border-radius: 10px;
  border: 1.2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white-color);
}

.footer-widget.footer-newsletter-widget .footer-content .form-group .theme-btn.style-one {
  padding: 13px 25px;
  font-size: 14px;
  border-radius: 8px;
  background-color: var(--secondary-color);
}

.elearning-footer {
  background-color: #042A1B;
  color: var(--white-color);
}

.elearning-footer .newsletter-wrapper {
  padding: 100px 20px;
}

.elearning-footer .newsletter-wrapper .section-content-box h2 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .elearning-footer .newsletter-wrapper .section-content-box h2 {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .elearning-footer .newsletter-wrapper .section-content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.elearning-footer .newsletter-wrapper .section-content-box h5 {
  font-weight: 500;
  color: #B8B8B8;
  margin-bottom: 40px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .elearning-footer .newsletter-wrapper .section-content-box h5 {
    line-height: 35px;
  }
}

.elearning-footer .footer-copyright {
  border-color: rgba(255, 255, 255, 0.1);
}

.elearning-footer .footer-copyright .copyright-text p {
  color: #bbb;
}

.elearning-footer .footer-copyright .copyright-text p span {
  color: var(--white-color);
}

.elearning-footer .footer-copyright .copyright-nav ul li a {
  color: #bbb;
}

.elearning-footer .footer-copyright .copyright-nav ul li a:hover {
  color: var(--white-color);
}

/* Blog Page CSS */
.blog-standard-ss .blog-quote-post-item {
  background-color: rgb(203, 244, 197);
}

.course-details-wrapper .course-thumbnail {
  margin-bottom: 35px;
}

.course-details-wrapper .course-thumbnail img {
  border-radius: 10px;
}

.course-details-wrapper .course-info h3.title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .course-details-wrapper .course-info h3.title {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .course-details-wrapper .course-info h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}

.course-details-wrapper .course-info .course-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.course-details-wrapper .course-info .course-meta .instructor {
  margin-bottom: 20px;


}

.course-details-wrapper .course-info .course-meta .instructor .info {
  margin-left: 20px;
}

.course-details-wrapper .course-info .course-meta .ef-category-box {
  margin-bottom: 20px;
}

.course-details-wrapper .course-info .course-meta .ef-category-box h6 {
  margin-bottom: 10px;
}

.course-details-wrapper .course-info .course-meta .ef-rating-box {
  margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box h4 {
  margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box p {
  margin-bottom: 25px;
}

.course-details-wrapper .sasly-content-box ul {
  margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box ul.video-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course-details-wrapper .sasly-content-box ul.video-list li:not(:last-child) {
  margin-bottom: 20px;
}

.course-details-wrapper .sasly-content-box .accordion-content {
  padding-top: 30px;
}

.course-details-wrapper .course-instructor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .course-details-wrapper .course-instructor-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.course-details-wrapper .course-instructor-box .instructor-thumbnail {
  max-width: 270px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .course-details-wrapper .course-instructor-box .instructor-thumbnail {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.course-details-wrapper .course-instructor-box .instructor-thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.course-details-wrapper .course-instructor-box .instructor-info h4 {
  margin-bottom: 15px;
}

.course-details-wrapper .course-instructor-box .instructor-info p {
  margin-bottom: 35px;
}

.course-details-wrapper .course-instructor-box .instructor-info ul.social-link li {
  display: inline-block;
}

.course-details-wrapper .course-instructor-box .instructor-info ul.social-link li:not(:last-child) {
  margin-right: 10px;
}

.course-details-wrapper .course-instructor-box .instructor-info ul.social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  font-size: 16px;
}

.course-details-wrapper .course-instructor-box .instructor-info ul.social-link li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.course-details-wrapper .rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-details-wrapper .rating-box .author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  margin-right: 20px;
}

.course-details-wrapper .rating-box .author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.course-details-wrapper .rating-box .author-content .author-name {
  font-weight: 700;
  color: var(--heading-color);
}

.course-details-wrapper .rating-box .author-content .author-name span {
  margin-left: 10px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
}

.course-details-wrapper .rating-box .author-content ul {
  margin-bottom: 10px;
}

/*  Event Details Wrapper  */
.event-details-wrapper .event-thumbnail {
  margin-bottom: 30px;
}

.event-details-wrapper .event-thumbnail img {
  border-radius: 10px;
}

.event-details-wrapper .event-info h4,
.event-details-wrapper .event-info h4.title {
  margin-bottom: 20px;
}

.event-details-wrapper .event-info p {
  margin-bottom: 30px;
}

.event-details-wrapper .event-info .block-image {
  margin-bottom: 25px;
}

.event-details-wrapper .event-info .block-image img {
  border-radius: 10px;
}

.event-details-wrapper .event-info ul.check-list {
  margin-bottom: 25px;
}

/* Page Banner CSS */
.page-hero-ss {
  padding: 245px 0 135px;
  background-color: #042A1B;
}

@media screen and (max-width: 991px) {
  .page-hero-ss {
    padding: 200px 0 130px;
  }
}

@media (max-width: 575px) {
  .page-hero-ss {
    padding: 165px 0 80px;
  }
}

.page-hero-ss .page-content h1.page-title {
  color: var(--white-color);
}

.page-hero-ss .page-content h3.page-title {
  color: var(--white-color);
}

.page-hero-ss .page-content .breadcrumb-link li {
  color: var(--white-color);
}

.page-hero-ss .page-content .breadcrumb-link li.active {
  color: var(--primary-color);
}

.sasly-tabs {
  margin-bottom: 40px;
}

.sasly-tabs .nav-link {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 0;
  padding-bottom: 15px;
  color: var(--heading-color);
  font: 500 18px var(--heading-font);
}

.sasly-tabs .nav-link.active {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .sasly-tabs .nav-link {
    margin-right: 15px;
    font-size: 16px;
  }
}

/* Contact Page css */
.contact-ss .sasly-iconic-box.style-twelve {
  background-color: rgba(122, 227, 106, 0.0784313725);
}

/* Error Page css */
.error-page {
  padding: 130px 0;
}

@media screen and (max-width: 991px) {
  .error-page {
    padding: 100px 0;
  }
}

.order_btn {
  background-color: green;
  color: white;
  padding: 10px;
  border-radius: 10px;
  width: 90%;
  align-items: center;

}

.order-back {

  display: flex;
  justify-content: center;

}
.card-style{
 box-shadow: 0px 10px 10px rgba(128, 128, 128, 0.514);
 padding: 5px;
 border-radius: 10px;

}
.card-style:hover{
transform: scale(1.1);
transition: 2s;
}

  .btn-style{
        display: flex;
        justify-content: space-between;
        width: 250px;

        background-color: #7ae36a;
        color: #093801;
        font-weight: 700;
        align-items: center;
        padding: 5px 10px;
        border-radius: 40px;
        
    }
    .btn-style2{
        display: flex;
        justify-content: space-between;
        width: 250px;

        background-color: #7ae36a;
        color: #093801;
        font-weight: 700;
        align-items: center;
        padding: 5px 10px;
        border-radius: 40px;
        
    }
        .order-btn-style{
          text-decoration: none;
        font-size: 20px;
        padding: 4% 0%;
        margin-left: 20px;
        background-color: none;
        
        
          
        }
        .order-img-style{
          width: auto;
          height: 50px;
        }

 
  .btn-style:hover{
transform: scale(1.1);
transition: 1.5s;
background-color:#F6DC66 ;
overflow: hidden;

    }

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


       .btn-style{
display: none;
    }
  }