/* site */
main#main {
  overflow: hidden;
}

[data-scrollbar="true"]#main-container {
  height: 100vh;
  overflow: auto;
  width: 100%;
}

#main-container-scroll.scroll-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

main#main,
footer.ct-footer {
  transition: opacity 0.3s;
  opacity: 0;
}

.is-ok main#main,
.is-ok footer.ct-footer {
  opacity: 1;
  transition: opacity 1.25s;
}

/* banner */

.banner-f-img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-full-wrap {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-f-text {
  position: relative;
  z-index: 20;
  align-self: flex-end;
  padding-bottom: 38vh;
}

.b-f-tc {
  color: #fff;
}

.b-f-tc h3 {
  color: inherit;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.b-f-tc .sub-t {
  font-weight: 300;
  font-size: 2.15em;
  opacity: 0.75;
  text-transform: capitalize;
}

.banner-i-sw {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  z-index: 30;
}

.banner-i-sw > div {
  position: relative;
  max-width: 100px;
}

.swiper-button-white.alp-banner::after {
  font-size: 1.2em;
}

.swiper-button-white.alp-banner {
  width: auto;
}

.swiper-button-prev.swiper-button-white.alp-banner {
  left: 0;
}

.swiper-button-next.swiper-button-white.alp-banner {
  right: 0;
}

.banner-full-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

/* mobile css */

@media only screen and (max-width: 999px) {
  .banner-f-text {
    padding-bottom: 42vh;
  }

  .banner-full-wrap {
    height: 100vh;
  }
}

/* block css */
.alignfull .kt-row-column-wrap {
  padding: 0;
  width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}

[data-products="type-2"] .product .ct-image-container img,
[data-products="type-2"] .product .ct-image-container picture {
  object-fit: contain;
}

.alignfull > [class*="_inner-container"] > *:not(.alignwide):not(.alignfull) {
  max-width: none;
  width: auto;
}

.gutentor-image-thumb {
  position: relative;
  padding-bottom: 100%;
}

.gutentor-image-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kt-blocks-carousel .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kt-blocks-carousel .slick-list {
  overflow: visible;
}

.wp-block-kadence-advancedgallery {
  overflow: visible;
}

.page-description.ct-hidden-sm {
  max-width: 480px;
}

.vp-portfolio__items-style-default .vp-portfolio__item-meta {
  padding: 0.5em 0;
}

.vp-portfolio__items-style-default .vp-portfolio__item-meta-title {
  margin-bottom: 0.5em;
}

.list-3 .alpha-post-item-1.category-item {
  flex-basis: 25%;
}

.list-3 .alpha-post-item-1.category-item .post-img-1 {
  padding-bottom: 166%;
}
.full-img-wrap.wrap-02 {
  z-index: 8;
  transition: 0.35s;
  opacity: 0;
}

.alpha-post-item-1:hover .full-img-wrap.wrap-02 {
  opacity: 1;
}

.full-img-wrap.wrap-02 img {
  display: none;
}

.full-img-wrap.wrap-02 img.flimg-1 {
  display: block;
}
.cc-tabs-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 8px;
}

.cc-tabs-buttons {
  margin-bottom: 2em;
}

.ctbns-i {
  display: inline-block;
  background: #eee;
  padding: 1em 3.5em;
  cursor: pointer;
  transition: 0.2s;
}

.ctbns-i.active {
  background: #008fca;
  color: #fff;
}

.ctbns-i:hover {
  background: #008fca;
  color: #fff;
}

.cc-tab-www {
  position: relative;
}

.cc-tab-1-c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 0.2s;
  opacity: 0;
}

.cc-tab-1-c.active {
  position: relative;
  opacity: 1;
  z-index: 5;
}
.alpha-post-item-1.relsge {
  flex-basis: 20%;
  text-align: center;
}

.dt-relate-poosot.relsge.post-container-1 {
  margin-top: 2em;
}

.dt-content-clsss {
  border-top: 1px solid #eee;
  margin-top: 2em;
}

.dt-content-clsss.cont-tabs {
  border: 0;
  margin-top: 0;
}
.resllspot {
  margin-top: 4em;
}
@media only screen and (min-width: 999px) {
}
@media only screen and (max-width: 999px) {
  .list-3 .alpha-post-item-1.category-item {
    flex-basis: 50%;
  }
  .alpha-post-item-1.relsge {
    flex-basis: 50%;
    text-align: center;
  }
}
