/* .beck {
  background-color: #000;
} */
@tailwind base;
@tailwind components;
@tailwind utilities;
.rel {
  position: relative;
}
.clear {
  clear: both;
  width: 100%;
}
.w100p {
  width: 100% !important;
}
.oh {
  overflow: hidden;
}
.dib {
  display: inline-block;
}
.dni {
  display: none !important;
}
.dbi {
  display: block !important;
}
.bsbb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tdn {
  text-decoration: none;
}
.cp {
  cursor: pointer;
}
.cpi {
  cursor: pointer !important;
}
a.tdn:hover {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.tdr {
  text-decoration: none;
}
.tdr:hover {
  text-decoration: underline;
}
.fsn {
  font-style: normal;
}
.round {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.ha {
  height: auto !important;
}
.notrans {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.deftrans {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.shadowtrans {
  -webkit-transition: box-shadow 250ms ease-out;
  -moz-transition: box-shadow 250ms ease-out;
  -o-transition: box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out;
}
.midtrans {
  -webkit-transition: all 750ms ease-out;
  -moz-transition: all 750ms ease-out;
  -o-transition: all 750ms ease-out;
  transition: all 750ms ease-out;
}
.longtrans {
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
}
.op0 {
  zoom: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}
.op1 {
  zoom: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
  filter: alpha(opacity=10) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.wsnw {
  white-space: nowrap;
}
.m0a {
  margin: 0 auto;
}
.flex-grow {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.blockbuilder_one {
  height: 400px;
  max-height: 400px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #fff;
}
.blockbuilder_one .block_title {
  background: #ff421e;
  color: #fff;
  padding: 4px;
  margin-bottom: 10px;
}
.blockbuilder_one .block_title span {
  max-width: 70%;
  overflow: hidden;
}
.basic-action-render-block .crossToggle {
  display: none !important;
}
.basic-action-render-block .hover_absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100005;
}
.basic-action-render-block .settings_absolute {
  padding: 6px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100006;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.basic-action-render-block .settings_absolute a:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.basic-action-render-block:hover .settings_absolute {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
:root {
  --color-white-1: #ffffff;
}
body {
  font-family: "Onest", sans-serif;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  position: relative;
  font-size: 18px;
  font-weight: 300;
}
a {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: var(--bs-primary);
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: var(--bs-light);
}
a.light {
  color: var(--bs-light);
}
a.light:hover,
a.light:active,
a.light:focus {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.unscroll {
  height: 100%;
  overflow: hidden;
}
.form-group {
  margin-bottom: 1rem !important;
}
.form-group .help-block {
  margin-top: 0.25rem !important;
  font-size: 13px;
}
.form-group.has-error .help-block {
  color: var(--bs-danger);
}
.dropdown:hover .dropdown-menu {
  display: block;
}
header .menu > li > a {
  display: block;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  width: 100% !important;
  color: var(--bs-light);
}
header .menu > li > a:hover {
  color: var(--bs-primary);
}
header .menu > li.active a {
  color: var(--bs-primary);
}
header .menu a {
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase !important;
}
header .menu a.modificator-big {
  text-transform: none !important;
  margin: 20px 0;
}
header .dropdown-toggle {
  color: var(--bs-body-color);
  cursor: default;
}
header .dropdown-menu {
  overflow: hidden;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header .dropdown-menu:before {
  content: "";
  padding-top: 1rem !important;
  margin-top: -1rem !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header .dropdown-menu a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
header .dropdown-menu a:hover {
  background-color: var(--bs-primary);
  color: var(--color-white-1);
}
@media (max-width: 576px) {
  .form-control::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 13px;
  }
  .form-control:-moz-placeholder {
    font-size: 13px;
    line-height: 13px;
  }
  .form-control::-moz-placeholder {
    font-size: 13px;
    line-height: 13px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 13px;
    line-height: 13px;
  }
}
.form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.ajax {
  position: relative;
}
form.ajax.loading {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
}
form.ajax .preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10030;
  font-size: 42px;
  color: var(--bs-primary);
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa,
.far,
.fas {
  font-family: Font Awesome 5 Free;
}
.fab {
  font-family: Font Awesome 5 Brands;
}
.fa,
.fas {
  font-weight: 900;
}
/* .fa-youtube {
  color: #f50b0b;
}
.fa-behance{
    color: #fff;
    background-color: #383dff;
    border-radius: 15%;
  }
    .fa-facebook {
      color: #3b31bf;
       border-radius: 15%;
    }
    .fa-instagram {
    color: #e429f9;
        } */
.hover-scale-1:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-scale-2:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.form-check {
  cursor: pointer;
}
.sidebarToggle {
  top: 2px;
  right: -10px;
  margin: 1.5rem !important;
  z-index: 1002;
  position: fixed !important;
  padding: 10px;
}
.sidebarToggle .sidebarToggleLines {
  position: relative;
  width: 34px;
  height: 25px;
}
.sidebarToggle.open {
  background: none;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  background: var(--bs-primary) !important;
  box-shadow: 0 2px 5px rgba(226, 32, 40, 0.5);
}
#nav-icon1.open span,
#nav-icon3.open span,
#nav-icon4.open span {
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.sidebarSlideWrap {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.sidebarSlideWrap .sidebarSlide {
  bottom: -100%;
  left: 0;
  right: 0;
  position: fixed;
  max-height: 80vh;
  z-index: 1002;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
}
.sidebarSlideWrap .sidebarSlide .hdr {
  height: 72px;
  line-height: 72px;
  padding-left: 43px;
  font-size: 33px;
  text-align: center;
  border-bottom: 2px solid var(--bs-light);
}
.sidebarSlideWrap .sidebarSlide .menuwrap {
  clear: both;
  width: 100%;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu {
  margin: 10px 0;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li {
  outline: none;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li a {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  text-align: center;
  color: var(--bs-dark) !important;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li a:hover {
  text-decoration: none !important;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu li.active > a {
  border-bottom: 1px solid var(--bs-primary);
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu .dropdown-toggle::after {
  display: none;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .menu .dropdown-menu {
  all: unset;
  border: none;
  display: block;
  position: relative;
  background: none;
  visibility: visible;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  padding: 0;
  margin: 0;
  left: auto;
  top: auto;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .language-switcher {
  border-top: 1px solid #d4d4d4;
  margin-top: 0;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .language-switcher .dropdown-toggle {
  display: none !important;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .language-switcher .dropdown-menu {
  display: flex !important;
  justify-content: center !important;
}
.sidebarSlideWrap .sidebarSlide .menuwrap .language-switcher .dropdown-menu li {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.sidebarSlideWrap .sidebarSlide .catswrap {
  margin: 15px 0;
}
.sidebarSlideWrap.open {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.7);
}
.sidebarSlideWrap.open .sidebarSlide {
  bottom: -2px;
}
.site-error .font-large {
  font-size: 24px;
  margin-left: 10px;
}
.site-error .font-big {
  text-align: center;
  font-size: 24px;
}
.gallery-wrapper .one {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.gallery-wrapper .one:hover {
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 100;
}
.gallery-line .one {
  flex: 1 1 0px;
  height: 200px;
}
.gallery-line .bg {
  background-size: cover;
  background-position: center;
}
.gallery_one {
  position: relative;
}
.gallery_one .bg-wrap {
  background-color: rgba(0, 0, 0);
}
.gallery_one .tit {
  position: absolute;
 
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--bs-white);
  word-break: break-word;
  font-size: 4vh;
  line-height: 4.5vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media (max-width: 576px) {
  .gallery_one .tit {
    font-size: 2vh;
    line-height: 2.5vh;
      }
}
@media (min-width: 992px) {
  .gallery_one .tit {
    font-size: 1.5vw;
    line-height: 2vw;
    font-weight: 700;
  }
}
@media (max-width: 576px) {
  .gallery_one .tit {
    font-size: 24px;
    line-height: 27px;
    text-align: center !important;
    text-shadow: 2px 2px 2px #000;
    font-weight: 500;
  }
}
.gallery_one .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-size: cover;
  background-position: center;
}
.gallery_one:hover {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-decoration: none;
}
.gallery_one:hover .tit {
  background: rgba(0, 0, 0, 0);
}
.gallery_one {
  display: block !important;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery_one img {
  display: none;
}
.gallery_one .tit {
  margin: 0 !important;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pre-masonry {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.pre-masonry.vis {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.masonry {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 4px;
}
.masonry.vis {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.img-fluid {
  width: 100% !important;
}
.noise {
  background-image: url(../images/noise.jpg);
  background-size: 170px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  line-height: 1.5;
}
b,
strong {
  font-weight: 700;
}
hr {
  background-color: var(--bs-light) !important;
  margin-top: 65px;
  margin-bottom: 65px;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7.5)";
  filter: alpha(opacity=7.5);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.youtube-video {
  width: 1000px;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
p,
.control-label {
  letter-spacing: 0.1em;
}
.control-label {
  font-weight: 300;
  margin-bottom: 0.5rem !important;
  font-weight: 500;
}
textarea.form-control {
  height: 100px;
}
.our-clients-wrap a {
  margin-bottom: 0.25rem !important;
}
.our-clients-wrap a.nourl {
  cursor: default;
  pointer-events: none;
}
.modal {
  color: var(--bs-dark);
}
.modal .modal-title {
  font-weight: 500;
}
.parentSize {
  height: auto !important;
}
@media (max-width: 768px) {
  .logo svg,
  .logo img {
    max-height: 70px;
  }
}
@media (min-width: 992px) {
  .logo svg,
  .logo img {
    width: 320px;
  }
}
@media (max-width: 992px) {
  .logo svg,
  .logo img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .vh-lg-90 {
      height: 100vh !important;
     }
  .vh-lg-100 {
    height: 100vh !important;
    width: 200vh !important;
  }
}
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  position: relative;
  height: auto !important;
}
.slick-track .slick-slide .dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dcdcdc;
  z-index: -1;
}
.slick-track .slick-slide:hover {
  -ms-transform: scale(0.97);
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.full-slide-one {
  max-width: 800px;
}
.slick-prev:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f053";
}
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f054";
}
.language-switcher .dropdown-menu {
  bottom: 100%;
}
.ul-style-1 {
  list-style-type: none;
  margin-bottom: 20px;
}
.ul-style-1 div:before,
.ul-style-1 li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f105";
  margin-right: 20px;
}
.ul-style-1 .ttl {
  font-weight: 700;
  color: #6b6b6b;
}
.ul-style-1 .ttl:before {
  display: none !important;
}
.ul-style-1 .clean-line:before {
  display: none !important;
}
.price_one {
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  color: var(--bs-light);
  border-bottom: 2px solid #464646;
}
.price_one .title {
  font-size: 21px;
}
.price_one .descr {
  font-weight: 700;
}
.price_one .price {
  font-size: 32px;
  color: var(--bs-primary);
}
.price_one .abilities {
  list-style-type: none;
  margin-bottom: 20px;
}
.price_one .abilities div:before,
.price_one .abilities li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f105";
  margin-right: 20px;
}
.price_one .abilities .ttl {
  font-weight: 700;
  color: #6b6b6b;
}
.price_one .abilities .ttl:before {
  display: none !important;
}
.price_one .abilities .clean-line:before {
  display: none !important;
}
.price_one .conditions-link {
  margin-bottom: 20px;
}
.price_one .conditions-link a {
  color: var(--bs-primary);
  font-weight: 500;
}
.PriceWidget {
  height: 100%;
}
.no-p-margin p {
  margin: 0 !important;
}
.site-error {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.site-error .logo {
  width: 100% !important;
  max-width: 300px;
}
.site-error .tit {
  font-weight: 700;
  margin-top: 20px;
}
.fine-text-shadow-large {
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}
.fine-text-shadow-big {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1), 3px 3px 3px rgba(0, 0, 0, 1), 3px 3px 3px rgba(0, 0, 0, 1);
}
