/* variables for text */
/* Main Color Palet */
/*
Green Dark: #5bbd80, rgb(91 189 128)
Green light: #c0d72f, rgb(192 215 47)

*/
/* variables for bg */
/* variables for fonts */
/* ================================ Global Mixins =========================== */
/*
** Transition use **
    .foo {
        @include transition(all 0.35s ease-in-out);
    }
*/
/*
** Position use **
    .foo {
        @include position(both);
    }
*/
/*
**clearfix use **
    .foo {
        @include clearfix;
    }
*/
/*
** center-auto **
    .foo {
        @include center-auto;
    }
*/
/*
** placeholder use **
    input,
    textarea {
        @include input-placeholder {
            color: $grey;
        }
    }
*/
/*
** pseudo use **
    div::after {
        @include pseudo;
        top: -1rem; left: -1rem;
        width: 1rem; height: 1rem;
    }
*/
/*
** prefix use **
    div {
       @include css3-prefix(transform, scale3d(2.5, 2, 1.5));
    }
}*/
/* Animation use
**
    @include keyframes(fade-out) {
        0% { opacity: 1; }
        90% { opacity: 0; }
    }
*/
.cta {
  padding: 80px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta {
    padding: 5.33vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    padding: 40px 0;
  }
}
.cta .wrap {
  background-color: rgba(185, 213, 54, 0.1294117647);
  border-radius: 24px;
  padding: 80px 60px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta .wrap {
    border-radius: 1.6vw;
    padding: 5.33vw 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .cta .wrap {
    padding: 40px 20px;
  }
}
.cta .ln-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cta__content {
  width: 100%;
  max-width: 35%;
  padding-right: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__content {
    padding-right: 2.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .cta__content {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.cta__content h2 {
  line-height: 1.2;
  font-size: 36px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__content h2 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content h2 {
    font-size: 28px;
  }
}
.cta__content h3 {
  line-height: 1.5;
  font-size: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__content h3 {
    font-size: 1.467vw;
    margin-top: 1.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.cta__book {
  width: 100%;
  max-width: 65%;
}
@media only screen and (max-width: 991px) {
  .cta__book {
    max-width: 100%;
    margin-top: 30px;
  }
}
.cta__book .inner-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__book .inner-row {
    margin: 0 -0.667vw;
  }
}
.cta__book .inner-row .items {
  width: 33.3333%;
  padding: 0 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__book .inner-row .items {
    padding: 0 0.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .cta__book .inner-row .items {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .cta__book .inner-row .items:not(:first-child) {
    margin-top: 10px;
  }
}
.cta__book .ln-cta-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: linear-gradient(205deg, rgb(91, 189, 128) 0%, rgb(192, 215, 47) 100%);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  height: 100%;
  padding: 15px 25px;
  border-radius: 16px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__book .ln-cta-btn {
    padding: 1vw 1.667vw;
    border-radius: 1.067vw;
  }
}
@media only screen and (max-width: 991px) {
  .cta__book .ln-cta-btn {
    margin: auto;
    max-width: 300px;
  }
}
.cta__book .ln-cta-btn svg {
  display: block;
  width: 40px;
  min-width: 40px;
  margin-right: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__book .ln-cta-btn svg {
    width: 2.667vw;
    min-width: 2.667vw;
    margin-right: 0.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .cta__book .ln-cta-btn svg {
    width: 30px;
    min-width: 30px;
  }
}
.cta__book .ln-cta-btn svg * {
  fill: #fff;
}
.cta__book .ln-cta-btn .btn-text span, .cta__book .ln-cta-btn .btn-text p {
  word-break: break-all;
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__book .ln-cta-btn .btn-text span, .cta__book .ln-cta-btn .btn-text p {
    font-size: 1.067vw;
  }
}
.cta__book .ln-cta-btn:hover {
  transform: translateY(-10px);
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cta__book .ln-cta-btn:hover {
    transform: translateY(-0.667vw);
  }
}
@media only screen and (max-width: 991px) {
  .cta__book .ln-cta-btn:hover {
    transform: translateY(-5px);
  }
}