@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

html,
body {
  scroll-behavior: smooth;
}

#tourdekarma__global * {
  font-family: 'Montserrat', Open Sans, Helvetica, Arial, sans-serif !important;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.section_bg_blue {
  background-color: #e1e9ef;
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #000 !important;
}

.text-grey {
  color: #3b3b3b !important;
}

.section_bg_blue p {
  color: #3b3b3b;
}

#tourdekarma__global .fa-regular,
#tourdekarma__global .far {
  font-family: 'Font Awesome 6 Pro' !important;
}

.d-none {
  display: none !important;
}

#tourdekarma__global h2 {
  font-size: 36px;
  font-weight: 700;
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0.2em;
}

#tourdekarma__global h2.dashed:after {
  content: ' ';
  display: block;
  border-top: 2px solid;
  width: 82px;
  margin-top: 0.4em;
}

#tourdekarma__global h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 0.5em;
}

#live-help-float {
  display: none;
}

#tourdekarma__global {
  display: flex;
  flex-direction: column;
}

.small_hide {
  display: none !important;
}

.row {
  display: flex;
  flex-direction: column;
}

.col-md-6 {
  width: 100%;
}

@media (min-width: 992px) {
  #tourdekarma__global h2 {
    font-size: 50px;
  }
  .col-md-6 {
    width: 50%;
  }
  .row {
    display: block;
  }
}

@media (min-width: 1700px) {
  #karma #tourdekarma__global .container {
    width: 100%;
    max-width: 1400px;
  }
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.relative {
  position: relative !important;
}

/* Banner style */

#tourdekarmaBanner {
  height: 100vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  background-color: #000;
  z-index: -1;
}

.tourdekarmaBanner__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.tourdekarmaBanner__overlay__wrap {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
}

.tourdekarmaBanner__content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#karma .tourdekarmaBanner__logo img {
  max-width: 574px !important;
  margin-bottom: 100px;
  width: 100%;
}

#karma .tourdekarmaBanner__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.tourdekarmaBanner__klogo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.tourdekarmaBanner__klogo img {
  max-width: 100% !important;
}

#karma #tourdekarmaBanner p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0;
  text-align: left !important;
}

#karma .tourdekarmaBanner__wrap {
  padding-bottom: 90px;
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important;
  z-index: 3;
}

@media (min-width: 1200px) {
  .tourdekarmaBanner__klogo {
    left: auto;
    transform: none;
  }
  #karma .tourdekarmaBanner__logo img {
    max-width: 300px !important;
    margin-bottom: 10px;
  }
  #karma .tourdekarmaBanner__title {
    font-size: 70px;
  }
  #karma #tourdekarmaBanner p {
    font-size: 16px;
    text-align: center !important;
  }
  .small_hide {
    display: block !important;
  }
  .tourdekarmaBanner__klogo img {
    max-width: 105px !important;
  }
}

@media (min-width: 1400px) {
  #karma .tourdekarmaBanner__logo img {
    max-width: 400px !important;
    margin-bottom: 40px;
  }
  #karma #tourdekarmaBanner p {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  #karma .tourdekarmaBanner__wrap {
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #karma .tourdekarmaBanner__title {
    font-size: 100px;
  }
  #karma #tourdekarmaBanner p {
    font-size: 22px;
    text-align: center !important;
  }

  #karma .tourdekarmaBanner__logo img {
    max-width: 500px !important;
    margin-bottom: 50px;
  }

  .tourdekarmaDetails p {
    font-size: 22px;
    line-height: 32px;
  }

  .tourdekarmaDetails a.tourdekarmaDetails__cta {
    max-width: 320px;
    width: 100%;
    padding: 8px 0 18px;
    border-radius: 50px;
    position: relative;
    border-radius: 50px !important;
  }
}

/* eof Banner style */

/* Transition */

.screen_loading {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 9;
}

.kcv_tagline_slide_up {
  overflow: hidden;
}

.split_line {
  overflow: hidden;
  display: block;
}

span.kcv_tagline_slide_up_e,
span.split_line_e {
  display: inline-block;
  transform: translate(0, 100%);
}

/* LR Transition */
.kcv_scroll_lr {
  transform: translateX(-100%);
}
.kcv_scroll_rl {
  transform: translateX(100%);
}
.kcv_scroll_lr_op {
  transform: translateX(-10%);
  opacity: 0;
}
.kcv_scroll_rl_op {
  transform: translateX(10%);
  opacity: 0;
}

/* Transition EOF */

/* Quote style */
.tourdekarmaQuote {
  background: #85704c;
}

.tourdekarmaQuote .tourdekarma__background {
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.tourdekarmaQuote .tourdekarmaQuote__descripton {
  padding: 30px 30px;
  position: relative;
}

.tourdekarmaQuote .tourdekarmaQuote__descripton p {
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  position: absolute;
  top: 42%;
  left: 53%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 63%;
}

.tourdekarmaQuote__wrap {
  height: 380px;
}

.tourdekarmaQuote__content {
  position: relative;
  top: 50%;
}

.tourdekarmaQuote__descripton img {
  max-width: 136px !important;
}

@media (min-width: 992px) {
  .tourdekarmaQuote .tourdekarma__background {
    height: 100%;
  }
  .tourdekarmaQuote .tourdekarmaQuote__descripton {
    padding: 70px 0 60px;
  }
  .tourdekarmaQuote .tourdekarmaQuote__descripton p {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    position: absolute;
    top: 47%;
    left: 57%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .tourdekarmaQuote__descripton img {
    max-width: 100% !important;
  }

  .tourdekarmaQuote__content {
    top: 0;
  }

  .tourdekarmaQuote__wrap {
    height: auto;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1700px) {
  .tourdekarmaQuote .tourdekarmaQuote__descripton p {
    top: 47%;
  }
}

/* eof Quote style */

/* Details style */

.tourdekarmaDetails {
  padding: 35px 0;
  background-color: #fff;
}

.tourdekarmaDetails h4 {
  text-align: center;
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 18px;
}

.tourdekarmaDetails p {
  margin: 0 !important;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  /* padding: 0 20px; */
}

.tourdekarmaDetails__wrap a.tourdekarmaDetails__cta {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  max-width: 100%;
  width: 100%;
  padding: 24px 0 29px;
  border-radius: 0 !important;
  outline: 0;
  /* position: absolute; */
}

.tourdekarmaDetails__wrap {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
}

.bg-yellow {
  background: #f2e0c2;
  color: #8d7249 !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.bg-cream {
  background: #f2e0c2;
  color: #8d7249 !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.bg-purple {
  background: #dc13fd;
  color: #ffffff !important;
}

.tourdekarmaDetails i {
  font-family: 'Font Awesome 6 Pro' !important;
  font-size: 40px;
  position: relative;
  top: 4px;
  right: -4px;
}

@media (min-width: 992px) {
  .tourdekarmaDetails h4 {
    font-size: 50px !important;
    margin-bottom: 30px;
  }

  .tourdekarmaDetails__wrap {
    flex-direction: row;
  }

  .bg-yellow {
    background: #fdc713;
    max-width: 408px !important;
    margin-right: 30px !important;
  }

  .tourdekarmaDetails {
    padding: 50px 0 55px;
  }

  .tourdekarmaDetails p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
  }

  .tourdekarmaDetails a.tourdekarmaDetails__cta {
    max-width: 320px;
    width: 100%;
    padding: 8px 0 18px;
    border-radius: 50px;
    position: relative;
    border-radius: 50px !important;
  }
  .tourdekarmaDetails__wrap {
    padding-top: 20px;
  }
}

@media (min-width: 1400px) {
  .tourdekarmaDetails p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1700px) {
  .tourdekarmaDetails p {
    font-size: 22px;
  }
}

/* EOF Details style */

/* Goals style */

.tourdekarmaGoals__wrap {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}

.tourdekarmaGoals__content {
  padding-top: 100px;
}

.tourdekarmaGoals__content h4 {
  color: #dcc394;
  font-size: 50px !important;
  font-weight: 600 !important;
}

.tourdekarmaGoals__content h4:after {
  display: block;
  content: '';
  width: 90px;
  height: 2px;
  background-color: #dcc394;
  margin-top: 10px;
}

.tourdekarmaGoals__content p {
  color: #fff;
  font-size: 22px;
  margin-top: 4px !important;
}

.tourdekarmaGoals__content::after {
  display: block;
  content: '';
  padding-bottom: 64%;
}

.progress_bar {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

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

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

span.part_top_start {
  max-width: 20px;
}

/* EOF Goals style */

/* Modal Form */
.modal {
  background-color: rgba(255, 255, 255, 0.75);
}

.modal-content {
  background: #093254;
  color: #fff;
}

.teourdekarma_modal {
}

.teourdekarma_modal .modal-body {
  padding: 50px 0;
}

.teourdekarma_modal .close {
  z-index: 999;
  position: absolute;
  font-weight: 300;
  border: 0;
  background-color: #f43e5c;
  opacity: 1;
  right: -15px;
  top: -15px;
  width: 45px;
  font-size: 30px;
  text-shadow: none;
  color: #fff;
  line-height: 45px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
}

.teourdekarma_modal .close:hover {
  background-color: #a1253a;
}

.teourdekarma_modal .modal-dialog {
  width: 94%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.form__tourdekarma {
  max-width: 600px !important;
}

.form__tourdekarma label {
  font-size: 22px;
  text-align: center;
  margin: 1em 0;
  display: block;
}

.form__tourdekarma .wpcf7-radio {
  text-align: center;
  display: block;
}

.form__tourdekarma .wpcf7-radio label {
  margin-top: 0;
}

.form__tourdekarma input[type='text'],
.form__tourdekarma input[type='email'],
.form__tourdekarma input[type='number'] {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  color: #000;
  display: block;
  width: 100%;
  font-size: 20px;
  -webkit-appearance: textfield;
  line-height: 1em;
  margin-bottom: 1em;
  padding: 10px;
  text-align: center;
  border-radius: 40px;
}

.form__tourdekarma .wpcf7-form-control-wrap.progress_unit label {
  margin-bottom: 0;
  line-height: 40px;
}

.form__tourdekarma .wpcf7-form-control-wrap {
  display: block;
}

.form__tourdekarma select {
  -webkit-appearance: listbox;
  display: block;
  width: 100%;
}

.form__tourdekarma .wpcf7-acceptance label {
  font-size: 16px;
}

.form__tourdekarma .wpcf7-submit {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  max-width: 100%;
  width: 100%;
  padding: 14px 20px;
  border-radius: 0 !important;
  outline: 0;
  background-color: #e6a73e;
  border: 0;
  color: #000;
  border-radius: 40px !important;
  margin: 30px 0;
}

.form__tourdekarma .wpcf7-not-valid-tip {
  text-align: center;
  margin-bottom: 1em;
  margin-top: -20px;
  font-size: 13px;
  color: #f57b7b;
}

.form__tourdekarma .wpcf7-spinner {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  border-radius: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  visibility: hidden;
}

.form__tourdekarma .wpcf7-spinner:before {
  border-radius: 50%;
  transform-origin: 45px 45px;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  background-color: transparent;
  border-color: transparent transparent #fff transparent;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  animation-duration: 700ms;
  margin-top: -110px;
}

.form__tourdekarma .wpcf7-spinner:after {
  content: 'Submitting the form, please wait...';
  display: block;
  color: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.teourdekarma_modal .wpcf7-form.submitting .wpcf7-spinner,
.teourdekarma_modal .wpcf7-form.loading .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
}

.teourdekarma_modal .wpcf7-form.sent .hide_on_sent,
.teourdekarma_modal .wpcf7-form.resetting .hide_on_sent {
  display: none !important;
}

.teourdekarma_modal .wpcf7-form.sent .show_on_sent,
.teourdekarma_modal .wpcf7-form.resetting .show_on_sent {
  display: block !important;
}

/* EOF Modal Form */

/* Foundation style */
#tourdekarmaFoundation {
  background: #85704c;
}

#tourdekarmaFoundation .tourdekarmaFoundation__background {
  position: absolute;
  height: 37%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.tourdekarmaFoundation__descripton {
  padding: 30px 25px;
}

.tourdekarmaFoundationMobile__banner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.tourdekarmaFoundationMobile__banner {
  content: '';
  display: block;
  padding-bottom: 80%;
}

.tourdekarmaFoundation__descripton p {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5 !important;
}

.tourdekarmaFoundation__wrap {
  height: 1380px;
  overflow: hidden;
}

.tourdekarmaFoundation__content {
  top: 37%;
  position: relative;
}

.tourdekarmaFoundation__descripton img {
  max-width: 118px !important;
}

.tourdekarmaFoundation__descripton h3 {
  font-size: 26px !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin-bottom: 0.8em !important;
}

.tourdekarmaFoundation__descripton h3:after {
  content: ' ';
  display: block;
  border-top: 2px solid;
  width: 54px;
  margin-top: 0.5em;
}

.tourdekarmaFoundation__descripton h4 {
  font-size: 35px !important;
  color: #fff;
  font-weight: 600 !important;
  line-height: 36px !important;
}

.tourdekarmaFoundation__descripton h4 span {
  font-size: 22px !important;
}

a.btn_discover {
  text-transform: uppercase;
  font-size: 16px !important;
  color: #85704c;
  background-color: #f2e0c2;
  border-radius: 50px;
  font-weight: 600;
  padding: 14px 16px 15px;
  width: 300px;
  display: block;
  text-align: center;
}

.tourdekarmaFoundation__cta a {
  margin-top: 35px;
  margin-bottom: 15px;
}

.tourdekarmaFoundationMobile__description {
  color: #fff !important;
}

@media (min-width: 768px) {
  #tourdekarmaFoundation .tourdekarmaFoundation__background {
    height: 50%;
  }
  .tourdekarmaFoundation__content {
    top: 50%;
  }
}

@media (min-width: 992px) {
  .tourdekarmaFoundation__cta a {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .tourdekarmaFoundation__descripton h4 {
    font-size: 50px !important;
    line-height: 50px !important;
  }

  .tourdekarmaFoundation__descripton h4 span {
    font-size: 34px !important;
  }

  #tourdekarmaFoundation .tourdekarmaFoundation__background {
    position: absolute;
    height: 100%;
  }
  .tourdekarmaFoundation__descripton img {
    max-width: 35% !important;
  }
  .tourdekarmaFoundation__wrap {
    height: auto;
  }
  .tourdekarmaFoundation__descripton {
    padding: 45px 0 20px 88px;
  }
  .tourdekarmaFoundation__descripton p {
    font-size: 16px;
    line-height: 26px !important;
  }
}

@media (min-width: 1400px) {
  .tourdekarmaFoundation__descripton img {
    max-width: 100% !important;
  }
  .tourdekarmaFoundation__descripton p {
    font-size: 18px;
    line-height: 30px !important;
  }
}

@media (min-width: 1700px) {
}

/* EOF Responsive */
/* EOF Foundation Style */

/* Big Buttons */
.tourdekarmaBigButtons__wrap {
  display: flex;
  justify-content: space-between;
}

.tourdekarmaBigButtons__wrap .tourdekarmaDetails__cta {
  min-width: 50%;
  margin-right: 0 !important;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 30px;
  text-transform: uppercase;
}

.tourdekarmaBigButtons__wrap {
}

/* Big Buttons */

/* Global charity style */

.bg-dark {
  background: #1e1e1e;
}

#kcaresCharity {
  padding: 45px 0;
}

.kcaresCharity__box {
  flex: 1;
  padding: 30px 42px;
  min-height: 400px;
  position: relative;
}

.kcaresCharity__box span {
  display: block;
}

.kcaresCharity__number {
  font-size: 40px;
  font-weight: 700;
}

.kcaresCharity__slider {
  margin-top: 40px;
  display: flex;
  gap: 18px;
}

.kcaresCharity__title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.kcaresCharity__box p {
  font-size: 16px !important;
  margin-top: 26px !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
}

.kcaresCharity__box a {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 35px;
  transition: all 0.35s ease;
}

.kcaresCharity__box a i {
  transition: all 0.35s ease;
}

.kcaresCharity__box a:hover i {
  transform: translateX(8px) !important;
}

.kcaresCharity__box.bg_blue {
  background-color: #093254;
  color: #fff !important;
}

.kcaresCharity__box.bg_green {
  background-color: #bfd334;
  color: #1e1e1e !important;
}

.kcaresCharity__box.bg_gold {
  background-color: #85704c;
  color: #fff !important;
}

.kcares__nav {
  margin-top: 35px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

#tourdekarma__global .kcares__nav i.fa-light {
  font-family: 'Font Awesome 6 Pro' !important;
  color: #f2e0c2;
  cursor: pointer;
  font-size: 38px;
}

.kcaresCharity__count {
  margin: 0 15px;
  display: flex;
  width: 90px;
  text-align: center;
  justify-content: center;
}

#kcaresCharity .slick-slide {
  margin: 0 10px;
}

#kcaresCharity .slick-list {
  margin: 0 -10px;
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
  #kcaresCharity {
    padding: 95px 0;
  }
  .kcaresCharity__number {
    font-size: 45px;
  }
  .kcaresCharity__title {
    font-size: 22px;
  }
  .kcaresCharity__box p {
    font-size: 14px !important;
  }
  .kcaresCharity__box {
    padding: 30px;
    min-height: 360px;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1700px) {
  #kcaresCharity {
    padding: 95px 0;
  }
  .kcaresCharity__number {
    font-size: 75px;
  }
  .kcaresCharity__slider {
    margin-top: 80px;
  }
  .kcaresCharity__title {
    font-size: 35px;
  }
  .kcaresCharity__box {
    padding: 37px 42px;
    min-height: auto;
    min-height: 474px;
  }
  .kcaresCharity__box p {
    margin-top: 24px !important;
    margin-bottom: 50px !important;
    font-size: 16px !important;
  }
  .kcares__nav {
    margin-top: 80px;
  }
}

/* eof Global charity style  */

/* Story style */

.kcaresStory__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.kcaresStory__image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.kcaresStory__image:after {
  content: '';
  display: block;
  padding-bottom: 55%;
}

.kcaresStory__1 {
  grid-column: 1;
  grid-row: 1/3;
}

.kcaresStory__4 {
  grid-column: 1/2;
  grid-row: 3;
}

.kcaresStory__5 {
  grid-column: 2/4;
  grid-row: 3/6;
}

.kcaresStory__2 {
  grid-column: 2;
  grid-row: 1;
}

.kcaresStory__6 {
  grid-column: 2;
  grid-row: 2;
}

.kcaresStory__7 {
  grid-column: 1;
  grid-row: 5;
  background-position: 50% 23% !important;
}

.kcaresStory__3 {
  grid-row: 4;
  grid-column: 1;
}

.kcaresStory__8 {
  grid-row: 7;
  grid-column: 1/4;
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
  .kcaresStory__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .kcaresStory__1 {
    grid-column: 1;
    grid-row: 1/3;
  }

  .kcaresStory__3 {
    grid-column: 3;
    grid-row: 1/3;
  }

  .kcaresStory__6 {
    grid-column: 2;
    grid-row: 2/3;
  }

  .kcaresStory__4 {
    grid-column: auto;
    grid-row: auto;
  }

  .kcaresStory__2 {
    grid-column: auto;
    grid-row: auto;
  }

  .kcaresStory__5 {
    grid-column: 4;
    grid-row: 2/5;
  }

  .kcaresStory__7 {
    grid-column: 1;
    grid-row: 3/5;
    background-position: center center !important;
  }

  .kcaresStory__8 {
    grid-column: 2/4;
    grid-row: 3/5;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1700px) {
}

/* eof Story style */

/* News style */
#kcaresNews {
  padding: 45px 0 55px;
}

.kcaresNews__top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 25px;
}

.kcaresNews__highlight {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.kcaresNews__box {
  color: #fff !important;
  padding: 15px 11px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  outline: none;
  display: flex;
  align-items: flex-end;
}

.kcaresNews__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 152.78%);
  z-index: 1;
}

.kcaresNews__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.kcaresNews__box::before {
  content: '';
  display: block;
  padding-top: 140%;
}
@media (min-width: 768px) {
}

@media (min-width: 1200px) {
  .kcaresNews__top {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  #kcaresNews {
    padding: 95px 0 140px;
  }
  .kcaresNews__highlight {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .kcaresNews__text {
    font-size: 24px;
  }
  .kcaresNews__box {
    color: #fff !important;
    padding: 50px 30px;
    display: block;
  }

  .kcaresNews__box::before {
    padding-top: 100%;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1700px) {
  .kcaresNews__text {
    font-size: 32px;
  }
}
/* eof News style */

/* Testimonial style  */
#kcaresTestimonials {
  padding: 50px 0 0;
}

.kcaresTestimonials__box {
  text-align: center;
  margin: 60px 0 25px;
}

.kcaresTestimonials__icon {
  display: flex;
  justify-content: center;
}

.kcaresTestimonials__icon img {
  max-width: 50px !important;
}

.kcaresTestimonials__box p {
  color: #ffffff !important;
  font-style: italic;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 300 !important;
  padding-top: 20px;
  padding-bottom: 30px;
}

.kcaresTestimonials__box .author {
  color: #f2e0c2 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: block;
  line-height: normal !important;
  margin-bottom: 10px;
}

.kcaresTestimonials__box .posisiton {
  color: #f2e0c2 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  display: block;
  line-height: normal !important;
}
#kcaresSponsors {
  padding: 45px 0 55px;
  background: #161616;
  margin-top: 50px;
}

.kcaresTestimonials__sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 21px;
  column-gap: 10px;
}

.kcaresTestimonials__logo {
  display: flex;
  width: 47%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
}

@media (min-width: 1200px) {
  .kcaresTestimonials__logo {
    display: flex;
    width: 12%;
    justify-content: center;
    align-items: center;
  }
  .kcaresTestimonials__box p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .kcaresTestimonials__icon img {
    max-width: 70px !important;
  }
  .kcaresTestimonials__box .author {
    font-size: 24px !important;
  }
  .kcaresTestimonials__box .posisiton {
    font-size: 20px !important;
  }
  #kcaresTestimonials {
    padding: 95px 0 0;
  }
  #kcaresSponsors {
    margin-top: 90px;
  }

  .kcaresTestimonials__sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: unset;
    column-gap: unset;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1700px) {
  .kcaresTestimonials__icon img {
    max-width: 100% !important;
  }
  .kcaresTestimonials__box p {
    font-size: 32px !important;
    line-height: 45px !important;
  }
  .kcaresTestimonials__box .author {
    font-size: 32px !important;
  }
  .kcaresTestimonials__box .posisiton {
    font-size: 26px !important;
  }
  .kcaresTestimonials__logo {
    display: flex;
    width: auto;
    justify-content: unset;
    align-items: unset;
  }
}
/* EOF Testimonial style  */

/* Sponsor style  */

/* EOF Sponsor style  */

/* Gallery style  */
.kcaresGallery__top {
  padding: 40px 0;
  background-color: #f2e0c2;
}

.kcaresGallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.kcaresGallery__item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.kcaresGallery__item:after {
  content: '';
  display: block;
  padding-bottom: 115%;
}

.kcaresGallery_5 {
  grid-column: 1/3;
  grid-row: 3/3;
  height: 221px;
  background-position: 65% 10% !important;
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
  .kcaresGallery__list {
    grid-template-columns: repeat(5, 1fr);
  }
  .kcaresGallery__item:after {
    padding-bottom: 140%;
  }
  .kcaresGallery_5 {
    grid-column: unset;
    grid-row: unset;
    height: auto;
    background-position: center center !important;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1700px) {
}
/* EOF Gallery style  */

/* smallest phone */
@media (max-width: 378px) {
  #karma .tourdekarmaBanner__logo img {
    margin-bottom: 40px;
    width: 90%;
  }
  #karma .tourdekarmaBanner__title {
    font-size: 36px;
  }
  #karma #tourdekarmaBanner p {
    color: #fff;
    font-size: 14px;
  }
  .tourdekarmaFoundation__descripton p {
    font-size: 14px !important;
  }
  .tourdekarmaDetails p {
    font-size: 14px !important;
  }
  .tourdekarmaFoundation__descripton {
    padding: 28px 25px;
  }

  .kcaresCharity__box {
    min-height: 415px;
  }
}

/* eof smallest phone */
