/*-----------------------------------------------------------------------

  * Structor Template v1.0 
  * Copyright 2023 The Structor Author (https://themeforest.net/user/gianfar)

  =======================================================================*/
/* 
/* SLIDER SETTINGS  */
html,
body {
    height: 100%;
}
.elementor {
    overflow: hidden;
}

/*reset elemntor deafoult style*/
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px!important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: unset!important;
}
.elementor-widget-wrap h5{
    color: #fafafa;
    font-weight: 600;
}
.elementor-widget-wrap a{
    color: #757575;
    font-weight: 600;
    text-decoration: underline!important;
}
.elementor-widget-wrap a:hover{
    color: #E0E0E0;
    text-decoration: underline!important;
}
.elementor-widget-container .tagcloud a{
    display: inline-block;
    text-decoration: unset!important;
}
.section{
    padding: 144px 0 144px 0;
}
.button-link a.wrap-button-link {
    text-decoration: none!important;
}

[class^="swiper-button-"] {
    transition: all 0.3s ease;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-slider {
    height: 100vh;
}

.swiper-container {
    width: 100%;
    min-height: 100vh;
    float: left;
    transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.6s ease, transform 0.3s ease;
    transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.swiper-container.nav-slider {
    width: 20%;
    padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    background-image: none !important;
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide .img-slider {
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-slider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #000;
    opacity: 0.2;
}

.swiper-slide .entity-img {
    display: none;
}

.swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 50%;
    padding-left: 5%;
    color: #fff;
}

.wrap-caption {
    overflow: hidden;
}

.wrap-button-link span{
    font-size: 18px;
}

[class^="swiper-button-"] {
    width: 72px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.swiper-button-next {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.swiper-button-next,
.swiper-button-prev {
    height: 36px;
    width: 72px !important;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: none;
}

.slider-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.slider-arrow:before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #ffffff;
    position: absolute;
}

.counter {
    bottom: 24px;
    right: 130px;
    position: absolute;
    color: #ffffff;
}

.first-number {
    font-size: 60px;
}

.second-number {
    opacity: 0.5;
    font-size: 24px;
}

.custom-pagination {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
}

.slider-arrow-text {
    transition-duration: 0.5s;
}

.swiper-button-prev:hover div .slider-arrow-text {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    transition-duration: 0.5s;
}

.swiper-button-next:hover div .slider-arrow-text {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    transition-duration: 0.5s;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: none !important;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    display: none;
}

/*
------------------------
 PARALLAX BACKGROUND
------------------------
*/
.home-parallax {
    height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #000;
}

.home-parallax-img-v2,
.home-parallax-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    transition-duration: 0.3s;
    will-change: transform;
}

.home-parallax-img {
    height: 140%;
}

.section-parallax-bg {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.section-plx-bg {
    position: absolute;
    width: 100%;
    height: 200%;
    background-position: center top !important;
    background-size: cover !important;
    transition-duration: 0.3s;
    will-change: transform;
}

/* VERSION-2 */
.home-parallax-v2 {
    height: 120vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slider-main-content,
.str-classic-sdr-content,
.plx-1-content,
.plx-2-content,
.parallax-v2-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-end;
    z-index: 1;
    padding: 30px 30px;
}
.home-parallax:before,
.str-classic-sdr-content:before,
.parallax-v2-content:before {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(1,1,15,0.7) 0%, rgba(0,0,0,0.6) 8%, rgba(255,255,255,0) 40%);
    z-index: -1;
}
.home-parallax:before{
    z-index: 1;
}
.plx-1-content h1,
.slider-main-content h1,
.str-classic-sdr-content h1,
.plx-2-content h1,
.parallax-v2-content h1 {
    letter-spacing: -2px;
    color: #fff;
    font-weight: 600;
}
.plx-1-content p,
.slider-main-content p,
.str-classic-sdr-content p,
.plx-2-content p,
.parallax-v2-content p {
    color: #fff;
    margin-bottom: 24px;
    font-weight: 200;
}
.wrap-home-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.ytp-video-bg .wrap-home-content{
    height: 100%;
}
.home-parallax-v2 .slider-text {
    z-index: 2;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.parallax-img-v2 {
    position: absolute;
    height: 180vh;
    width: 100%;
    top: 0;
}

/* TAGLINE SECTION */
.tagline-1 {
    position: relative;
    padding: 24px 0 24px 0;
    overflow: hidden;
    z-index: 2;
}

.tagline-marquee {
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #999;
}

/*SCROLLABLE BACKGROUND TEXT*/
.scrollable-bg {
    display: flex;
    align-items: center;
    width: 10000%;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
}

.scrollable-bg span {
    transition-duration: 0.2s;
    font-size: 360px;
    color: #1f1f1f;
    font-weight: 500;
}

/*PORFOLIO GRID - 1*/
.grid-item-figure img {
    width: 100%;
}
.masonry-grid-recent-works:after,
.masonry-grid-2:after,
.masonry-grid:after {
    content: '';
    display: block;
    clear: both;
}
.p-grid {
    height: 100%;
}

.wrap-masonry-grid-2 {
    width: 117%;
    height: 100%;
    display: inline-block;
}

.masonry-item-2 {
    overflow: hidden;
    width: 49.9%;
   float: left;
}

.masonry-item-2 a,
.masonry-item-2 > .info{
    display: inline-block;
    width: 70%;
}

.wrap-masonry-grid-3 {
    width: 110.9%;
}

.masonry-grid-sizer-3 {
    width: 33.333%;
}

.masonry-item-3 {
    overflow: hidden;
    width: 23.333%;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.masonry-item,
.masonry-item-3,
.masonry-item-2 {
    margin-top: 72px;
}

.masonry-item:nth-child(3) {
    margin-top: 96px;
}

.image-link-home {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.image-link-home .img {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.image-link-home .img div {
    height: 700px;
    background-position: top !important;
    background-size: cover !important;
}

.image-link-home .img .anim-el-works {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: 1s cubic-bezier(0.085, 0.85, 0.17, 1);
}

.image-link-home .img .anim-el-works:hover {
    -webkit-clip-path: inset(10px 10px 10px 10px);
    clip-path: inset(10px 10px 10px 10px);
}

.image-link-home:hover {
    color: #fff;
}

.masonry-item-3 .image-link-home .img {
    height: 400px;
}

.info {
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 12px;
    transition-duration: 0.15s;
    display: inline-block;
}

.info p {
    color: #999;
}

.head-text-img {
    color: #fff;
    margin-bottom: 12px;
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
}
.works-description-text{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

/* CIRCLE BUTTON */
a.circle-button,
a.circle-button:hover{
    text-decoration: none!important;
}
.circle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: 140px;
  border-radius: 100px;
  border: 1px solid #999;
  cursor: pointer;
  z-index: 1;
  color: #999;
  text-transform: uppercase;
}
.circle-button:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.circle-button-bg {
  width: 0;
  border-radius: 100%;
  height: 0;
  background: #ee3636;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  z-index: 0;
  transition-duration: 0.3s;
}
.circle-loading{
  height: 140px;
  width: 140px;
  background: #ee3636;
  border: 1px solid transparent;
  color: #fff;
  animation: Color 1s linear infinite;
}
@keyframes Color {

  0% {
    color: #fff;
  }

  50% {
    color: #000;
  }

   100% {
    color: #fff;
  }

}
.circle-button:hover + .circle-button-bg {
  width: 140px;
  height: 140px;
  transition-timing-function: cubic-bezier(0, 0.4, 0.5, 1.2);
}
.wrap-circle-button {
  display: flex;
  justify-content: center;
  position: relative;
}
.circle-button > a {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 400;
}
.btn-circle-black:hover,
.btn-circle-black:active,
.btn-circle-black:hover a {
  color: #fff;
  font-weight: 400;
}
.btn-circle-black:hover:after,
.btn-circle-black:active:after {
  width: 100%;
  transition-duration: 0.5s;
}

/*OTHER POSTS SECTION*/
a.post-link {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 48px;
    display: inline-block;
}
.other-posts a.post-link{
    text-decoration: none!important;
}
a.post-link img {
    margin-bottom: 24px;
}

/*------------------------
CAROUSEL SLIDER PAGE
------------------------
*/
.classic-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}

.classic-slider .img-slider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.classic-slider .slider-text {
    width: 100%;
}
/*
------------------------
 VIDEO BACKGROUND PAGE
------------------------
*/
.ytp-video-bg {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ytp-video-bg .container{
    height: 100%;
}

.ytp-logo>.header-logo {
    -webkit-filter: invert(100);
    filter: invert(100);
}

.home-video-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-video-content h1,
.home-video-content p {
    color: #ffffff;
}

.home-video-content .button-link {
    margin-top: 48px;
}

.img-video {
    top: 0;
    left: 0;
    margin-left: -1px;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.team-img {
    position: relative;
}

.photo-frame {
    position: absolute;
    border: 3px solid #666666;
    top: 0;
    left: 12px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.p-frame-2 {
    left: 22px;
    border: 2px solid #666666;
    opacity: 0.9;
}

.p-frame-3 {
    left: 30px;
    border: 1px solid #666666;
    opacity: 0.8;
}

.social-link h4 {
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-right: 12px;
}

.social-link a {
    margin-right: 6px;
}
.social-link a.s-button-style{
    text-decoration: none!important;
}
/*Circle Progressbar*/
.circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(50% - 13px);
}
/*
------------------------
WORKS HORIZONTAL PAGE
------------------------
*/
#horizontal-scrollbar {
    width: 100%;
}
.wrap-horizontal{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100vh;
}
.wrap-horizontal > .elementor{
    overflow: unset!important;
}

#horizontal-scrollbar .scroll-content{
    overflow: unset;
}
#horizontal-scrollbar .scrollbar-track-x {
    width: 100%;
    height: 4px;
    background: transparent;
}

#horizontal-scrollbar .scrollbar-track-x .scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 2px;
}

span.htl-text-bg-animation {
    transition-duration: 0.7s;
    will-change: transform;
}
.main-wrap {
    display: flex;
    flex-direction: row;
    background: #040404;
    height: 100%;
}

.horizontal-el {
    position: relative;
    height: 500px;
    display: inline-block;
    margin-right: 260px;
    width: 400px;
}

.horizontal-el .info {
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
}

.horizontal-el .info .info-text .head-text-img {
    color: #ffffff;
}

.horizontal-el .image-link-home {
    overflow: hidden;
    height: 100%;
}

.htl-works-img {
    height: 100%;
    width: 130%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition-duration: 0.3s;
    will-change: auto;
}

.wrap-header-text {
    margin: 0 96px 0 96px;
    width: 600px!important;
}
.htl-section {
    display: inline-flex !important;
    align-items: center;
    white-space: normal !important;
}
.wrap-htl-section {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.htl-section .header-text-bg {
    max-width: 100%;
    height: 70%;
}

.end-section {
    display: inline-block;
    width: 300px;
}

.htl-works-img:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 212, 255, 0) 30%);
    z-index: 0;
}

.info-text {
    display: inline-block;
}

.info-number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 48px;
    transition-duration: 0.3s;
}

.info-number h2 {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.htl-section-tag {
    display: inline-flex !important;
    flex-direction: column;
    padding: 48px 0 48px 0;
    white-space: normal !important;
    justify-content: center;
}

.htl-section-tag div {
    transition-duration: 0.15s;
}

.tagline-2 {
    height: 100%;
}
.hrl-tagline{
    text-align: left!important;
}

.tagline-marquee-scroll div {
    min-width: 1000px;
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    color: transparent;
    -webkit-text-stroke: 1px #999;
    display: block;
}
.htl-text-bg {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 10%;
    z-index: -1;
    transition-duration: 0.3s;
}
.htl-text-bg span {
    transition-duration: 0.5s;
    font-size: 360px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333333;
    will-change: auto;
    transition-duration: 0.3s;
}
/*HORIZONTAL FOOTER*/
.footer-horizontal {
    padding-right: 96px;
    padding-left: 96px;
    justify-content: center;
    align-items: center;
}

.footer-horizontal div {
    width: 800px;
}

.footer-horizontal .logo>img {
    width: 220px;
    opacity: 0.9;
}

.copyright.c-horizontal {
    position: relative;
    display: flex!important;
    justify-content: center;
    padding: 0;
    margin-top: 0;
    width: 48px;
    border: none;
}

.copyright.c-horizontal div {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.copyright.c-horizontal:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #1f1f1f;
    left: 0;
}

.copyright.c-horizontal div p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*
----------------------
 TOOLTIP WORKS PAGE
----------------------
*/
.tooltip-works {
    position: relative;
}

.mouseOver_text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mouseOver_text h3 {
    display: flex;
}

.mouseOver_text h3 span {
    color: #ee3636;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 800;
    margin-top: 8px;
}

.mouseOver_text img {
    max-width: 100%;
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
}

a.img-link-hover {
    overflow: hidden;
    display: inline-block;
    font-size: 48px;
    line-height: 90px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #999;
    transition-duration: 0.5s;
}
.tooltip-works a.img-link-hover{
        text-decoration: none!important;
}

a.img-link-hover:hover{
    color:#ee3636!important;
}

#show-image {
    position: absolute;
    display: none;
    color: #fff;
    z-index: 2;
}

#show-image img {
    transition-duration: 0.3s;
    width: 25vw;
}

.wrap-portfolio-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wrap-portfolio-bg .portfolio-bg {
    position: absolute;
    width: 80%;
    bottom: 5%;
    top: 0;
    transition-duration: 0.2s;
}
/* MEDIA QUERIES FOR RESPONSIVE DESIGN */
@media (max-width: 991.9px){
    .image-link-home .img {
        height: 400px;
    }
}

@media (max-width: 767.9px){
    .image-link-home .img {
        height: 300px;
    }
}

@media (max-width: 575.9px) {

    .first-number {
        font-size: 48px;
    }

    .main-title {
        font-size: 48px;
    }

    .slider-text {
        width: 300px;
    }
    .home-video-content{
        margin-left: 24px;
    }

}

@media (max-width: 449.9px) {
    .main-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 24px;
    }
    .image-link-home .img {
        height: 500px;
    }
    .masonry-item-2 {
        overflow: hidden;
        width: 99%;
        float: left;
    }
    .masonry-item-2 a, .masonry-item-2 .info {
        width: 86%;
    }
    .home-video-content{
        margin-left: 24px;
    }
}

@media (max-height: 560px) {
        .horizontal-el {
        height: 400px;
        width: 300px;
    }
    .tagline-marquee-scroll div{
        font-size: 100px;
    }
}

@media (min-height: 900px) {
        .horizontal-el {
        height: 700px;
        width: 600px;
    }
}


