/*------- fonts -------*/
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*------- end of fonts -------*/
/*------- theme styles -------*/
/*--- base ---*/
body, html, .bg-body {
  background-color: #fafafc !important;
}

body, p, li {
  color: #797d85;
}

h1, h2, h3, h4, h5, h6 {
  color: #111724;
  font-family: "Belanosima", sans-serif;
  font-weight: 700;
}

a, a:focus {
  color: #FD9002;
}

a:hover {
  color: #FD9002;
}

.section-title {
  font-size: 2.5rem;
}

.text-primary {
  color: #98240c !important;
}

.text-primary-light {
  color: #ffc6c4 !important;
}

a.text-primary:hover {
  color: #FD9002 !important;
}

.border-primary {
  border-color: #98240c !important;
}

.btn-primary, .btn-primary:focus, .badge-primary {
  background-color: #98240c !important;
  border-color: #98240c !important;
}

.btn-primary:hover, .btn-primary.active, .btn-primary.active:hover {
  background-color: #FD9002 !important;
  border-color: #FD9002 !important;
}

.btn-primary-light, .btn-primary-light:focus, .badge-primary-light {
  color: #98240c !important;
  background-color: #ffc6c4 !important;
  border-color: #ffc6c4 !important;
}

.btn-primary-light:hover, .btn-primary-light.active, .btn-primary-light.active:hover {
  color: #fff !important;
  background-color: #98240c !important;
  border-color: #98240c !important;
}

.title-link, .title-link:focus {
  color: #111724;
}

.title-link.primary-hover:hover {
  color: #98240c !important;
}

.navbar-inverse .title-link {
  color: #fff !important;
}

.navbar-inverse .title-link:hover {
  color: #fff !important;
  opacity: 0.7 !important;
}

.navbar-brand img {
  max-height: 50px;
}

.bg-light {
  background: #f6f7fb !important;
}

.mb-30 {
  margin-bottom: 1.5rem !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.nav-link {
  font-weight: 500;
}

.overlay-dark {
  background: rgba(15, 15, 15, 0.666);
}

/*--- end of base ---*/
/*--- general ---*/
.navbar-inverse .navbar-nav .nav-link, .navbar-inverse .navbar-nav .nav-link:focus {
  color: #f6f7fb;
  opacity: 1;
}

.navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-nav .nav-link.open, .navbar-nav .open > .nav-link, .navbar-nav .nav-link:hover, .dark-mode .navbar-nav .nav-link:hover {
  color: #f6f7fb !important;
  opacity: 0.7 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.active:hover {
  color: #98240c !important;
  opacity: 1 !important;
}

.card.hover-card-icon {
  background-color: transparent;
  box-shadow: none;
}

.card.w-raised-icon .raised-icon {
  font-size: 24px;
  top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.card.hover-card-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.card.hover-card-icon .raised-icon, .card.hover-card-icon .raised-icon i {
  transition: all 0.2s ease-in-out;
}

.card.hover-card-icon:hover .raised-icon {
  background-color: #98240c !important;
}

.card.hover-card-icon:hover .raised-icon i {
  color: #fff !important;
}

.card, .promo-box {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.promo-box.hover-box * {
  transition: all 0.2s ease-in-out;
}

.promo-box.hover-box:hover {
  background: #98240c;
}

.promo-box.hover-box:hover * {
  color: #fff !important;
}

.promo-box.static:hover {
  box-shadow: 0px 3px 12px rgba(27, 26, 61, 0.025);
}

.serv-img-holder {
  position: relative;
  margin-bottom: 1.5rem;
}

.serv-img-holder img {
  border-radius: 1rem;
}

.serv-info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background-color: #fff;
  padding: 1rem 1.75rem;
  border-radius: 0.625rem;
  box-shadow: 0px 3px 12px rgba(27, 26, 61, 0.025);
}

.swiper-pagination {
  text-align: left;
  margin-left: 28px;
}

.swiper-pagination-bullet {
  background-color: #cacacf;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #98240c !important;
  height: 10px;
}

.form-control, input, textarea, .custom-select {
  color: #797d85;
  border-color: #e4e4ea;
}

.needs-validation .form-control:focus, .needs-validation input:focus, .needs-validation textarea:focus, .needs-validation .custom-select:focus {
  color: #797d85;
  border-color: #98240c !important;
}

:-webkit-input-placeholder {
  color: #797d85 !important;
}

::-moz-placeholder {
  color: #797d85 !important;
}

:-moz-placeholder {
  color: #797d85 !important;
}

:-ms-input-placeholder {
  color: #797d85 !important;
}

.promo-left.promo-review .promo-container {
  padding-left: 0;
}

.promo-left.promo-review {
  padding: 0;
}

.promo-left.promo-review .promo-big {
  position: relative;
  margin-right: 0.625rem;
  width: 75px;
  height: 75px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.promo-left.promo-review .review-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.pricing-table {
  border-radius: 1rem;
  box-shadow: none;
}

.stacked .pricing-table.featured {
  margin-left: -1rem;
  margin-right: -1rem;
  box-shadow: 0px 4px 16px rgba(27, 26, 61, 0.05);
}

.pricing-table.featured .pricing-title {
  padding-top: 6rem;
}

.pricing-table.featured .pricing-table-content {
  padding-bottom: 6rem;
}

.pricing-table ul {
  max-width: 150px;
  text-align: left;
  margin: 0 auto;
}

.plyr__control--overlaid, .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true], .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #98240c !important;
}

.plyr--full-ui input[type=range], .plyr--full-ui input[type=range] {
  color: #98240c;
}

.lightbox-video-wrap .img-holder {
  background: rgba(0,0,0, 0.1);
}

.lightbox-video-wrap .img-holder, .lightbox-video-wrap .img-holder img {
  border-radius: 1rem;
}

.lightbox-video-wrap .img-holder:hover i, .lightbox-video-wrap img-holder:hover span {
  color: #98240c;
}

.team-item:hover .team-image {
  opacity: 0.015;
}

.team-item .social-icon {
  color: #98240c;
}

.team-item .social-icon:hover {
  color: #c20c06;
}

/*--- end of general ---*/
/*--- media-screens ---*/
@media only screen and (max-width: 1280px) {
  .section-title {
    font-size: 2.25rem;
  }
  .pricing-table.featured .pricing-title {
    padding-top: 5rem;
  }
  .pricing-table.featured .pricing-table-content {
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .list-inline.navbar-button.icon-button {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 80px;
    margin-top: 0 !important;
    width: auto;
  }
  .icon-switch.mode-switch-toggler i {
    font-size: 20px !important;
  }
  .section-title {
    font-size: 2rem;
  }
  .navbar-expand-lg .navbar-brand img {
    width: auto;
    max-width: 140px;
    max-height: 26px;
  }
  .pricing-table.featured .pricing-title {
    padding-top: 4.5rem;
  }
  .pricing-table.featured .pricing-table-content {
    padding-bottom: 4.5rem;
  }
  .bottom-element img {
    max-width: 480px !important;
    margin-bottom: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table.featured, .stacked .pricing-table.featured {
    margin-right: 0;
  }
  .tablet-top-30 {
    margin-bottom: 1.5rem;
  }
  .navbar-expand-lg .list-inline.navbar-button.icon-button {
    right: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-top-30 {
    margin-bottom: 1.5rem !important;
  }
  .navbar-expand-lg .list-inline.navbar-button.icon-button {
    right: 60px;
  }
  header .page-title, header .title {
    font-size: 1.5rem;
  }
  .header-text {
    max-width: 400px;
  }
  .pricing-table.featured, .stacked .pricing-table.featured {
    margin-left: 0;
    margin-right: 0;
  }
  .pricing-table.featured .pricing-title {
    padding-top: 4rem;
  }
  .pricing-table.featured .pricing-table-content {
    padding-bottom: 4rem;
  }
  .team-item .team-title {
    font-size: 1rem;
  }
  .team-item .social-icon {
    font-size: 0.875rem;
  }
  .mobile-mb-0 {
    margin-bottom: 0 !important;
  }
  .hover-box {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .hover-box .promo-big {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-expand-lg .list-inline.navbar-button.icon-button {
    right: 70px;
  }
  header h1.page-title {
    font-size: 30px;
  }
  .section-title {
    font-size: 1.625rem;
  }
  .bottom-element img {
    max-width: 90% !important;
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 400px) {
  header h1.page-title {
    font-size: 26px;
  }
  .bottom-element img {
    margin-bottom: -30px;
  }
}

/*--- end of media-screens ---*/
/*--- dark-mode ---*/
body.dark-mode {
  color: #e4e4ea;
}

body.dark-mode, .dark-mode .bg-body {
  background-color: #181818 !important;
}

.dark-mode p a, .dark-mode p a:focus {
  color: #98240c;
  font-weight: bold;
}

.dark-mode p a:hover {
  color: #FD9002;
  font-weight: bold;
}

.dark-mode .title-link:hover {
  color: #FD9002 !important;
}

.dark-mode .navbar-light.bg-transparent.nav-fixed {
  background-color: #101014 !important;
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.01), 0 4px 6px rgba(255, 255, 255, 0.015);
}

.dark-mode .card, .dark-mode .promo-box, .dark-mode .offcanvas {
  background-color: #000;
  border-color: #000;
}

.dark-mode .swiper-pagination-bullet {
  background-color: #e4e4ea;
}

.dark-mode .swiper-horizontal.pagination-down > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #98240c;
}

.dark-mode .bg-light {
  background: #101014 !important;
}

.dark-mode .bg-white {
  background: #000 !important;
}

.dark-mode .promo-box.hover-box:hover {
  background: #98240c;
}

.dark-mode .promo-box.hover-box:hover * {
  color: #fff !important;
}

.dark-mode .form-control, .dark-mode input, .dark-mode textarea, .dark-mode .custom-select {
  color: #e4e4ea;
  border-color: #25252b;
}

.dark-mode .needs-validation .form-control:focus, .dark-mode .needs-validation input:focus, .dark-mode .needs-validation textarea:focus, .dark-mode .needs-validation .custom-select:focus {
  color: #e4e4ea;
  border-color: #98240c !important;
}

.dark-mode ::-webkit-input-placeholder {
  color: #e4e4ea !important;
}

.dark-mode ::-moz-placeholder {
  color: #e4e4ea !important;
}

.dark-mode :-moz-placeholder {
  color: #e4e4ea !important;
}

.dark-mode :-ms-input-placeholder {
  color: #e4e4ea !important;
}

.dark-mode .card.hover-card-icon {
  background-color: transparent;
}

.dark-mode .card.hover-card-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .serv-info {
  background-color: #101014;
}

.dark-mode .stacked .pricing-table.featured {
  box-shadow: 0px 4px 16px rgba(255, 255, 255, 0.025);
}

.dark-mode .title-link.primary-hover:hover {
  color: #98240c !important;
}

.dark-mode .team-item {
  background: #101014;
}

.dark-mode .team-item .social-icon:hover {
  color: #ffc6c4;
}

.dark-mode .bg-light .promo-box {
  background-color: #000;
}

.shopify-buy-modal-is-active {
  height: auto !important;
}
/*--- end of dark-mode ---*/
/*------- end of theme styles -------*/
