body {
  font-family: "Cairo", sans-serif;
  font-size: 17px !important;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .kode-text p {
  font-family: "Cairo", sans-serif;
}

#loader {
  position: absolute;
}

.fade {
  opacity: 1;
}

header {
  padding: 20px 0;
}
header .logo-container {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.slider-home {
  position: relative;
}
.slider-home .swiper-slider .swiper-btns .swiper-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s all ease-in-out;
  z-index: 999;
}
.slider-home .swiper-slider .swiper-btns .swiper-btn:hover {
  background-color: #fff;
  color: #000;
}
.slider-home .swiper-slider .swiper-btns .swiper-btn.swiper-btn-prev {
  right: auto;
  left: 30px;
}

.kode-best-sellter-sec .nav-pills {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin-bottom: 30px;
}
.kode-best-sellter-sec .nav-pills li button {
  margin: 20px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #333;
  transition: 0.25s all ease;
  margin: 0;
  background-color: #333;
}
.kode-best-sellter-sec .nav-pills li button:hover, .kode-best-sellter-sec .nav-pills li button.active {
  background-color: #549631;
  border-color: #549631;
  opacity: 1;
}

.banner {
  padding: 0 0 40px;
}
.banner .row {
  row-gap: 30px;
}
.banner img {
  max-height: 500px;
  object-fit: cover;
}

.icons-social {
  position: fixed;
  left: 30px;
  bottom: 30px;
  display: grid;
  gap: 30px;
  z-index: 9999;
}
.icons-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  height: 60px;
  width: 60px;
  font-size: 35px;
  border-radius: 50%;
}
.icons-social a.whatsapp {
  background-color: #25d366;
  color: #fff;
}
.icons-social a.messenger {
  background-color: #0A7CFF;
  color: #fff;
}

.count-up-section {
  background-color: #fff;
}
.count-up-section .count-up p {
  color: #549631;
}
.count-up-section span.counter {
  color: #549631;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: #fff;
}

.kode-testimonials-4 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-seller-pro .kode-caption {
  padding: 15px;
}
.best-seller-pro:hover .kode-caption {
  margin-top: 0;
  transform: translateY(-50%);
}

.logo-container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo-container .kode-navigation {
  float: left;
}
.logo-container .kode-navigation .list-nav {
  float: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.logo-container .kode-navigation .list-nav li:hover::before {
  bottom: -10px;
  background-color: #000;
}
.logo-container .kode-navigation .list-nav li .link-parent {
  padding: 0;
  color: #000;
}
.logo-container .kode-navigation .list-nav li .link-lang {
  padding: 8px 20px;
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
  transition: 0.25s all ease;
  border-radius: 4px;
}
.logo-container .kode-navigation .list-nav li .link-lang:hover {
  background-color: #549631;
  border-color: #549631;
}
.logo-container .kode-navigation .list-nav li ul li::before {
  display: none;
}
.logo-container .kode-navigation .list-nav li.last::before {
  display: none;
}

.kode_search_box {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
.kode_search_box.open {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.kode_search_box.open .kode_search_box-form {
  height: auto;
  width: auto;
  margin: 0;
  position: initial;
  transform: none;
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 10px;
}
.kode_search_box.open .kode_search_box-form .kode_search_box-input {
  padding: 10px;
  max-width: 250px;
  width: 500px;
  font-size: 20px;
  height: 50px;
}
.kode_search_box.open .kode_search_box-form .kode_search_box-input::placeholder {
  font-size: 17px;
}
.kode_search_box.open .kode_search_box-form .kode_search_box-input:focus {
  font-size: 17px;
}
.kode_search_box.open .kode_search_box-form .kode_search_box-input:focus::placeholder {
  font-size: 17px;
}
.kode_search_box.open .kode_search_box-form .kode_search_box-submit {
  padding: 10px;
  height: 50px;
  font-size: 17px;
}
.kode_search_box.open .kode_search_box-form .kode_search_box-close {
  position: initial;
}
.kode_search_box .kode_search_box-submit {
  position: initial;
}

.kode-page-heading {
  margin: 300px 0px 150px 0px;
}

.logo {
  float: none;
}

.bx-viewport {
  direction: ltr;
}

.kode-banner {
  position: relative;
}
.kode-banner .input-container {
  direction: rtl;
}
.kode-banner .input-container button {
  right: auto;
  left: 0px;
  border-radius: 30px 0px 0px 30px;
}
.kode-banner .bg-layer {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.kode-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.kode-navigation .list-nav li a {
  cursor: pointer;
  color: #fff;
}
.kode-navigation .list-nav li a:hover {
  color: #fff;
}
.kode-navigation .list-nav ul {
  left: auto;
  right: 0;
  padding-bottom: 0;
}
.kode-navigation .list-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.kode-navigation .list-nav ul ul {
  left: -100%;
  right: auto;
}

.dl-menuwrapper {
  position: initial;
}
.dl-menuwrapper .dl-menu {
  top: 100%;
  left: 0;
  right: auto;
  width: 100%;
}

.dl-menuwrapper li > a:not(:only-child):after {
  left: 15px;
  right: auto;
  content: "\f104";
}

.gift-card-section .kode-gift {
  float: right;
}
.gift-card-section .kode-gift ul li i {
  margin-right: 0;
  margin-left: 10px;
}
.gift-card-section .kode-gift ul li::before {
  content: "\f104";
  right: auto;
  left: -16px;
  border-radius: 50px 0px 0px 50px;
}
.gift-card-section::before {
  left: auto;
  right: 50%;
  transform: rotateY(180deg);
}

.kode-best-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  right: auto;
}
.kode-best-slider .bx-wrapper .bx-controls-direction a.bx-next {
  left: 36px;
  right: auto;
}

.kode-blog-list h2::before {
  left: auto;
  right: 0;
}
.kode-blog-list a.more::before {
  content: "\f100";
  right: auto;
  left: -20px;
}
.kode-blog-list a.more:hover::before {
  right: auto;
  left: -25px;
}

footer .widget h2::before {
  left: auto;
  right: 0;
}
footer .widget-text ul li i {
  float: right;
  margin: 4px 0px 0px 10px;
}
footer .widget-newletter button {
  float: right;
}

.widget-text ul {
  float: none;
}
.widget-text ul li {
  float: none;
  display: flex;
  align-items: flex-start;
}
.widget-text ul li p {
  float: none;
}
.widget-text ul li i {
  float: none;
  margin: 4px 0px 0px 10px;
}

.widget-categories ul li::before {
  content: "\f104";
  left: 0px;
  right: auto;
}
.widget-categories ul li:hover::before {
  left: 10px;
  right: auto;
}

.kode-newsletters {
  background-color: #55acee;
  background-color: #f0f0f0;
}
.kode-newsletters .discount-right .new-top-title {
  font-size: 36px;
  margin-bottom: 24px;
}

.kode-video-section a.play {
  margin: 0;
}

.copyrights p {
  float: none;
  text-align: center;
}

.kode-package .package-content .package-price {
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kode-package .package-content .package-price span {
  font-weight: 900;
}
.kode-package .package-content ul li p span {
  font-weight: 900;
}

.best-seller-pro:before {
  background-color: #55acee;
}
.best-seller-pro:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  border: transparent;
}

a {
  text-decoration: none;
}

.kode-services-section .row {
  display: flex;
  float: none;
  align-items: flex-start;
}
.kode-services-section .row:before {
  display: none;
}
.kode-services-section .row .col-md-6 {
  float: none;
}
.kode-services-section .section-content {
  float: none;
  text-align: start;
  padding: 0;
}
.kode-services-section .section-content h2:before {
  margin: 0;
}
.kode-services-section .kode-about-img {
  text-align: center;
  margin-bottom: 30px;
}
.kode-services-section .kode-about-img img {
  max-width: 100%;
  height: auto;
}
.kode-services-section h4 {
  margin-top: 15px;
  color: #262626;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.kode-services-section .read-more {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #333;
  transition: 0.25s all ease;
  background-color: #333;
  border-radius: 100px;
}
.kode-services-section .read-more:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.best-seller-pro h3 {
  text-transform: capitalize;
}

.kode-banner .input-container input[type=text] {
  color: #fff;
}

footer .widget-newletter input[type=text] {
  color: #fff;
}

.book-guide p.cap::first-letter {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.count-up-section-2 .count-up p::before {
  border-left: 0;
  border-right: solid 1px #fff;
  margin-left: 20px;
  margin-right: 40px;
}

.kode-home-page .kode-content {
  padding-bottom: 40px;
}
.kode-home-page .kode-content nav .pagination {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.product-review-tabs .nav-tabs {
  padding: 0;
}

.lib-related-products h2 {
  color: #262626;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}

.fade:not(.show) {
  opacity: 1;
}

.kode-text h2, .lib-blog-2 .kode-text h3 {
  font-family: "Cairo", sans-serif;
  color: #262626;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 50px;
  text-overflow: ellipsis;
  margin: 0px 0px 20px 0px;
}

.lib-book-detail a.add-to-cart {
  margin: 0;
}
.lib-book-detail .kode-text p {
  font-size: 18px;
  color: #262626;
  margin-bottom: 15px;
  font-weight: 500;
}
.lib-book-detail .kode-text p:last-child {
  margin-bottom: 0;
}
.lib-book-detail .kode-text .book-text p {
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.comment-form button {
  min-width: 150px;
  min-height: 50px;
  font-size: 18px;
  margin-bottom: 30px;
}

.kode-single-blog .kode-text {
  float: right;
  border-right: 0;
  border-left: solid 1px #ccc;
}
.kode-single-blog .kode-text .kode-date {
  float: right;
  margin: 0px 0px 0px 20px;
}
.kode-single-blog .kode-text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kode-blog-detail .kode-text {
  border: 0;
}
.kode-blog-detail .kode-user {
  float: right;
}
.kode-blog-detail .kode-user .user-thumb {
  float: right;
}
.kode-blog-detail .user-profile {
  padding: 15px 86px 0px 0px;
}
.kode-blog-detail .user-profile h4 {
  font-size: 21px;
}
.kode-blog-detail .user-profile p {
  font-size: 15px;
}
.kode-blog-detail .blog-meta {
  float: left;
}
.kode-blog-detail .blog-meta ul li i {
  margin: 0px 0px 0px 8px;
}
.kode-blog-detail p {
  font-size: 17px;
  font-weight: 500;
  color: #212529;
  text-align: justify;
}
.kode-blog-detail blockquote {
  border-left: 0;
  border-right: 5px solid #549631;
}
.kode-blog-detail .kode-blog-date p {
  text-align: center;
}

.sticky-social {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 40px;
  height: auto;
  z-index: 999;
}
.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin: 0;
  padding: 0;
}
.sticky-social ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
  text-decoration: none;
}
.sticky-social ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
.sticky-social ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.book-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.book-contact .contactPrices-parent {
  position: relative;
}
.book-contact .contactPrices-parent .contactPricesList {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 40px;
  height: auto;
  z-index: 999;
  overflow: hidden;
}
.book-contact .contactPrices-parent .contactPricesList ul {
  display: grid;
  row-gap: 10px;
  margin: 0;
  padding: 0;
}
.book-contact .contactPrices-parent .contactPricesList ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
  text-decoration: none;
}
.book-contact .contactPrices-parent .contactPricesList ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
.book-contact .contactPrices-parent .contactPricesList ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
.book-contact .contactPrices-parent .contactPricesList ul li a .fa-solid {
  font-size: 18px;
}
.book-contact .contactPrices-parent .contactPricesList ul li a .fab {
  font-size: 22px;
}

@media (max-width: 1199px) and (min-width: 575px) {
  .kode-navigation .list-nav ul ul {
    right: auto !important;
    left: 100% !important;
  }
  header .logo-container .logo img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 0 0 10px;
  }
  .icons-social {
    left: 15px;
    bottom: 15px;
    gap: 15px;
  }
  .icons-social a {
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .bx-wrapper {
    padding: 0 20px;
  }
  .bx-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
}
@media (max-width: 575px) {
  header {
    padding: 10px 0;
    background-color: #fff;
  }
  header .logo-container {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  header .logo-container .logo img {
    width: 200px;
  }
  .slider-home .swiper-slider .swiper-btns .swiper-btn {
    display: none;
  }
  .kode-page-heading {
    margin: 150px 0;
  }
}
.about-section-bottom {
  padding: 80px 0;
}
.about-section-bottom .about-section-bottom-content .new-top-title {
  font-size: 36px;
  margin-bottom: 24px;
}

/*# sourceMappingURL=style-custom.css.map */
