/* 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; }
    }
*/
.book-w-us {
  background: #28282B;
  background: linear-gradient(180deg, rgba(185, 213, 54, 0.1294117647) 50%, #fff 50%);
}
.book-w-us .wrap {
  background-color: #28282B;
  border-radius: 24px;
  padding: 35px 60px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us .wrap {
    border-radius: 1.6vw;
    padding: 2.333vw 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us .wrap {
    padding: 25px 20px;
  }
}
.book-w-us .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;
}
.book-w-us__content {
  width: 100%;
  max-width: 60%;
  padding-right: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__content {
    padding-right: 2.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .book-w-us__content {
    max-width: 100%;
    padding-right: 0;
    order: 2;
    text-align: center;
  }
}
.book-w-us__content h2 {
  line-height: 1.2;
  font-size: 36px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__content h2 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__content h2 {
    font-size: 28px;
  }
}
.book-w-us__content h3 {
  line-height: 1.5;
  font-size: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__content h3 {
    font-size: 1.467vw;
    margin-top: 1.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__content h3 {
    font-size: 18px;
  }
}
.book-w-us__content .ln-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__content .ln-btn {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__content .ln-btn {
    width: 100%;
    text-align: center;
  }
}
.book-w-us__book {
  width: 100%;
  max-width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .book-w-us__book {
    max-width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__book {
    flex-direction: column;
    align-items: center;
  }
}
.book-w-us__book .book-img {
  width: 100%;
  max-width: 260px;
  min-width: 260px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .book-img {
    max-width: 17.333vw;
    min-width: 17.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__book .book-img {
    max-width: 220px;
    min-width: auto;
  }
}
.book-w-us__book .list-item {
  display: flex;
  flex-direction: column;
  margin-left: -90px;
  gap: 10px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .list-item {
    margin-left: -6vw;
    gap: 0.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__book .list-item {
    margin-left: 0;
    margin-top: -100px;
  }
}
.book-w-us__book .list-item li {
  border: 1px solid #28282B;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  overflow: hidden;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 100px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .list-item li {
    gap: 0.533vw;
    padding: 0.6vw 0.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__book .list-item li {
    width: 100%;
  }
}
.book-w-us__book .list-item li:first-child {
  margin-left: 60px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .list-item li:first-child {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__book .list-item li:first-child {
    margin-left: 0;
  }
}
.book-w-us__book .list-item li:nth-child(2) {
  margin-left: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .list-item li:nth-child(2) {
    margin-left: 2.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__book .list-item li:nth-child(2) {
    margin-left: 0;
  }
}
.book-w-us__book .list-item li:nth-child(3) {
  margin-left: 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .list-item li:nth-child(3) {
    margin-left: 1.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .book-w-us__book .list-item li:nth-child(3) {
    margin-left: 0;
  }
}
.book-w-us__book .list-item li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(44px);
  border-radius: 100px;
}
.book-w-us__book .list-item li .small-icon {
  position: relative;
  z-index: 2;
  width: 15px;
  min-width: 15px;
  height: auto;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .list-item li .small-icon {
    width: 1vw;
    min-width: 1vw;
  }
}
.book-w-us__book .list-item li .small-icon img {
  display: block;
}
.book-w-us__book .list-item li p {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .book-w-us__book .list-item li p {
    font-size: 1.067vw;
  }
}