@charset "UTF-8";
@charset "UTF-8";


.top-banner.modern {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center; }
.top-banner.modern .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.45); }
.top-banner.modern .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.modern .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.modern .title {
font-size: 70px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 3px; }
.top-banner.modern .subtitle {
font-size: 18px;
font-weight: 700;
line-height: 1.67;
letter-spacing: 3px;
max-width: 400px;
margin: 20px auto 30px; }
.top-banner.modern .description {
font-size: 22px;
max-width: 630px;
line-height: 1.5;
margin: 15px auto auto;
padding: 0 15px;
font-weight: 300; }
.top-banner.modern .btn-wrapper {
margin-top: 50px; }
.top-banner.modern .btn-wrapper a:nth-child(1) {
margin-right: 25px; }
@media only screen and (max-width: 1300px) {
.top-banner.modern .title {
font-size: 60px; } }
@media only screen and (max-width: 1024px) {
.top-banner.modern .title {
font-size: 50px; }
.top-banner.modern .subtitle {
font-size: 17px; }
.top-banner.modern .description {
font-size: 21px; } }
@media only screen and (max-width: 991px) {
.top-banner.modern .title {
margin-top: 7px; }
.top-banner.modern .btn-wrapper {
margin-top: 43px; } }
@media only screen and (max-width: 768px) {
.top-banner.modern .title {
font-size: 45px;
margin-top: 10px; }
.top-banner.modern .description {
margin-top: 20px;
font-size: 19px; } }
@media only screen and (max-width: 576px) {
.top-banner.modern .title {
font-size: 32px;
letter-spacing: 1px; }
.top-banner.modern .subtitle {
margin-bottom: 20px;
font-size: 16px; }
.top-banner.modern .description {
font-size: 18px; } }
.top-banner.full_wall {
height: auto;
overflow: hidden; }
.top-banner.full_wall .gridrotate-gallery {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.top-banner.full_wall .gridrotate-gallery::before, .top-banner.full_wall .gridrotate-gallery::after {
content: '';
display: table;
clear: both; }
.top-banner.full_wall .gridrotate-gallery ul {
display: block;
width: 100%;
margin: 0 !important; }
.top-banner.full_wall .gridrotate-gallery ul::before, .top-banner.full_wall .gridrotate-gallery ul::after {
content: '';
display: table;
clear: both; }
.top-banner.full_wall .gridrotate-gallery ul li {
-webkit-perspective: 400px;
-o-perspective: 400px;
-ms-perspective: 400px;
perspective: 400px;
margin: 0;
padding: 0;
float: left;
position: relative;
display: block;
overflow: hidden;
background: #000; }
.top-banner.full_wall .gridrotate-gallery ul li span {
display: block;
outline: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-sizing: content-box; }
.top-banner.full_wall .gridrotate-gallery .title-wrap {
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 1000;
left: 0;
text-align: center; }
.top-banner.full_wall .gridrotate-gallery .title-wrap mark {
background: var(--black-color);
color: var(--light-color);
padding-top: 8px; }
.top-banner.full_wall .gridrotate-gallery .title-wrap mark span.typed {
font-weight: bold; }
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
position: absolute;
top: 50%;
left: 50%;
letter-spacing: 1.5px;
line-height: 1.5;
font-size: 60px;
width: calc(100% - 30px);
max-width: 1170px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
@media only screen and (max-width: 1300px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 50px; } }
@media only screen and (max-width: 1024px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 45px; } }
@media only screen and (max-width: 991px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 40px; } }
@media only screen and (max-width: 600px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 30px; }
.top-banner.full_wall .gridrotate-gallery {
top: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }
.top-banner.full_wall {
height: auto !important; } }
.top-banner.creative {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.top-banner.creative .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4); }
.top-banner.creative .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.creative .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.creative .title {
font-size: 120px;
letter-spacing: 13px;
font-weight: 700;
position: relative; }
.top-banner.creative .title-bg {
position: absolute;
top: 43%;
left: 50%;
white-space: nowrap;
font-size: 170px;
color: transparent;
line-height: 1;
font-weight: 700;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translate(-50%, -50%);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1), translate(-50%, -50%);
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0; }
.top-banner.creative .subtitle {
font-size: 15px;
font-weight: 700;
letter-spacing: 10px;
margin-bottom: 70px; }
@media only screen and (max-width: 1300px) {
.top-banner.creative .title-bg {
font-size: 130px;
top: 45%; }
.top-banner.creative .title {
font-size: 98px; }
.top-banner.creative .subtitle {
margin-bottom: 60px; } }
@media only screen and (max-width: 1199px) {
.top-banner.creative .title {
font-size: 95px; }
.top-banner.creative .title-bg {
font-size: 120px;
top: 45.5%; }
.top-banner.creative .subtitle {
letter-spacing: 9px;
margin-bottom: 45px; } }
@media only screen and (max-width: 991px) {
.top-banner.creative .subtitle {
letter-spacing: 7px;
margin-bottom: 35px; }
.top-banner.creative .title {
font-size: 75px;
letter-spacing: 9px; }
.top-banner.creative .title-bg {
font-size: 90px; } }
@media only screen and (max-width: 768px) {
.top-banner.creative .title {
font-size: 60px;
letter-spacing: 5px; }
.top-banner.creative .title-bg {
font-size: 75px;
top: 45%; }
.top-banner.creative .subtitle {
letter-spacing: 3px; } }
@media only screen and (max-width: 576px) {
.top-banner.creative .title {
font-size: 45px;
letter-spacing: 2px; }
.top-banner.creative .title-bg {
font-size: 50px;
top: 45%; }
.top-banner.creative .subtitle {
margin-bottom: 30px;
letter-spacing: 2px; } }
.top-banner.simple {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.top-banner.simple .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.45); }
.top-banner.simple .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.simple .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.simple .title {
font-size: 110px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 15px; }
.top-banner.simple .scroll-down-wrapper {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
z-index: 25; }
.top-banner.simple .arrows {
width: 30px;
height: 50px;
cursor: pointer; }
.top-banner.simple .arrows path {
stroke: var(--light-color);
fill: transparent;
stroke-width: 1px;
animation: arrow 2s infinite;
-webkit-animation: arrow 2s infinite; }
@keyframes arrow {
0% {
opacity: 0; }
40% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-webkit-keyframes arrow {
0% {
opacity: 0; }
40% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
.top-banner.simple .arrows path.a1 {
animation-delay: -1s;
-webkit-animation-delay: -1s; }
.top-banner.simple .arrows path.a2 {
animation-delay: -0.5s;
-webkit-animation-delay: -0.5s; }
.top-banner.simple .arrows path.a3 {
animation-delay: 0s;
-webkit-animation-delay: 0s; }
@media only screen and (max-width: 1300px) {
.top-banner.simple .title {
font-size: 90px; } }
@media only screen and (max-width: 1024px) {
.top-banner.simple .title {
font-size: 80px; } }
@media only screen and (max-width: 991px) {
.top-banner.simple .title {
font-size: 70px;
letter-spacing: 10px; } }
@media only screen and (max-width: 768px) {
.top-banner.simple .title {
font-size: 55px;
letter-spacing: 8px; } }
@media only screen and (max-width: 576px) {
.top-banner.simple .title {
font-size: 43px;
letter-spacing: 5px; } }
.top-banner.classic {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.top-banner.classic .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.45); }
.top-banner.classic .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.classic .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.classic .title {
margin-top: 45px;
color: var(--light-color);
font-size: 100px;
letter-spacing: 13px;
line-height: 1;
font-weight: 700; }
.top-banner.classic .subtitle {
color: var(--light-color);
font-size: 35px;
letter-spacing: 8px;
font-family: var(--font2);
font-style: italic; }
@media only screen and (max-width: 1300px) {
.top-banner.classic .title {
font-size: 80px; }
.top-banner.classic .subtitle {
font-size: 30px;
letter-spacing: 6px; } }
@media only screen and (max-width: 1024px) {
.top-banner.classic .title {
font-size: 70px; }
.top-banner.classic .subtitle {
font-size: 28px; } }
@media only screen and (max-width: 991px) {
.top-banner.classic .title {
font-size: 60px;
letter-spacing: 8px; }
.top-banner.classic .subtitle {
font-size: 26px;
letter-spacing: 4px; } }
@media only screen and (max-width: 768px) {
.top-banner.classic .title {
font-size: 50px;
letter-spacing: 6px; }
.top-banner.classic .subtitle {
font-size: 24px;
letter-spacing: 3px; } }
@media only screen and (max-width: 576px) {
.top-banner.classic .title {
font-size: 36px;
letter-spacing: 3px;
margin-top: 30px; }
.top-banner.classic .subtitle {
font-size: 21px; } }
.top-banner.only_image {
height: 450px;
background-size: cover;
background-position: center;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center; }
.top-banner.only_image .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4); }
.top-banner.only_image .title {
color: var(--light-color);
font-size: 60px;
letter-spacing: 3px;
font-weight: 700;
position: relative; }
@media only screen and (max-width: 1300px) {
.top-banner.only_image {
height: 350px; }
.top-banner.only_image .title {
font-size: 50px; } }
@media only screen and (max-width: 1024px) {
.top-banner.only_image {
height: 300px; }
.top-banner.only_image .title {
font-size: 45px; } }
@media only screen and (max-width: 991px) {
.top-banner.only_image {
height: 250px; }
.top-banner.only_image .title {
font-size: 40px; } }
@media only screen and (max-width: 768px) {
.top-banner.only_image {
height: 230px; } }
@media only screen and (max-width: 600px) {
.top-banner.only_image {
height: 200px; }
.top-banner.only_image .title {
font-size: 30px; } }
.top-banner.bottom_text {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center; }
.top-banner.bottom_text .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.15); }
.top-banner.bottom_text .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: flex-end; }
.top-banner.bottom_text .content-wrap .content {
color: var(--light-color);
padding: 60px 0; }
.top-banner.bottom_text .title {
font-size: 40px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 3px; }
@media only screen and (max-width: 1440px) {
.top-banner.bottom_text .title {
font-size: 38px; } }
@media only screen and (max-width: 1199px) {
.top-banner.bottom_text .content-wrap .content {
padding: 40px 0; }
.top-banner.bottom_text .title {
font-size: 36px; } }
@media only screen and (max-width: 991px) {
.top-banner.bottom_text .title {
font-size: 32px; } }
@media only screen and (max-width: 768px) {
.top-banner.bottom_text .title {
letter-spacing: 1px;
font-size: 29px; } }
@media only screen and (max-width: 576px) {
.top-banner.bottom_text .title {
font-size: 24px; } }.headings.simple.text-left .text {
max-width: 400px; }
.headings.simple.text-right .text {
max-width: 400px;
margin-right: 0;
margin-left: auto; }
.headings.simple.text-center .text {
max-width: 600px;
margin-right: auto;
margin-left: auto; }
.headings.simple .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.simple .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73; }
.headings.simple .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.simple .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.simple .text {
margin-top: 25px; }
.headings.simple .button {
margin-top: 30px; } }
@media only screen and (max-width: 576px) {
.headings.simple .title {
font-size: 28px; } }
.headings.modern_with_link, .headings.modern {
max-width: 770px;
margin: 0 auto;
text-align: center; }
.headings.modern_with_link .title, .headings.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3; }
.headings.modern_with_link a.title, .headings.modern a.title {
text-decoration: none !important;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease; }
.headings.modern_with_link a.title:hover, .headings.modern a.title:hover {
opacity: .7; }
@media only screen and (max-width: 1024px) {
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
font-size: 26px; } }
@media only screen and (max-width: 576px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 1px; } }
.headings.classic {
text-align: center; }
.headings.classic .subtitle {
color: var(--grey-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 20px; }
.headings.classic .subtitle.light_style {
color: var(--light-grey-color); }
.headings.classic .subtitle i {
font-style: normal;
color: var(--main-color) !important; }
.headings.classic .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
margin-bottom: -6px; }
.headings.classic .title.light_style {
color: var(--light-color); }
@media only screen and (max-width: 1024px) {
.headings.classic .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.classic .title {
font-size: 26px; } }
.headings.creative {
text-align: center !important; }
.headings.creative .image-wrap {
margin-bottom: 50px; }
.headings.creative .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.creative .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73;
max-width: 900px;
margin-right: auto;
margin-left: auto; }
.headings.creative .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.creative .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.creative .text {
margin-top: 25px; }
.headings.creative .button {
margin-top: 30px; }
.headings.creative .image-wrap {
margin-bottom: 35px; } }
@media only screen and (max-width: 576px) {
.headings.creative .title {
font-size: 28px; } }
.headings.urban {
text-align: center; }
.headings.urban .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px; }
.headings.urban .title {
font-size: 45px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.urban .text {
padding-top: 120px;
color: var(--grey-color);
font-size: 18px;
line-height: 1.73;
max-width: 880px;
margin-right: auto;
margin-left: auto;
position: relative; }
.headings.urban .text::before {
content: '';
position: absolute;
top: 20px;
height: 70px;
width: 1px;
background: var(--grey-color);
left: 50%; }
@media only screen and (max-width: 1300px) {
.headings.urban .title {
font-size: 36px; }
.headings.urban .text {
padding-top: 115px; } }
@media only screen and (max-width: 768px) {
.headings.urban .title {
font-size: 32px; }
.headings.urban .text {
padding-top: 90px;
line-height: 1.6; }
.headings.urban .text::before {
height: 50px; } }
@media only screen and (max-width: 576px) {
.headings.urban .subtitle {
letter-spacing: 1px;
margin-bottom: 15px; }
.headings.urban .title {
font-size: 28px; }
.headings.urban .text {
padding-top: 60px;
line-height: 1.6; }
.headings.urban .text::before {
top: 15px;
height: 30px; } }

.portfolio-slider-wrap.progress_slider .swiper-slide {
width: auto;
}
.portfolio-slider-wrap.progress_slider .slide-image {
position: relative;
max-height: 500px;
overflow: hidden;
}
.portfolio-slider-wrap.progress_slider .slide-image img {
height: 500px;
width: auto;
max-width: none;
}
.portfolio-slider-wrap.progress_slider .slide-image::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.46;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
.portfolio-slider-wrap.progress_slider .content-wrap {
position: absolute;
bottom: 30px;
left: 30px;
z-index: 1;
}
.portfolio-slider-wrap.progress_slider .title {
display: block;
color: var(--light-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
text-transform: uppercase;
text-decoration: none;
}
.portfolio-slider-wrap.progress_slider .category {
color: var(--light-color);
font-size: 17px;
font-weight: 300;
display: block;
margin-top: 5px;
}
.portfolio-slider-wrap.progress_slider .swiper-pagination {
position: static;
max-width: 1170px;
margin: 100px auto 0;
height: 1px;
background-color: #eee;
}
.portfolio-slider-wrap.progress_slider .swiper-pagination-progressbar-fill {
background-color: var(--dark-color);
}
.portfolio-slider-wrap.progress_slider .swiper-btn-wrap {
max-width: 1170px;
margin: 20px auto 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.portfolio-slider-wrap.progress_slider .swiper-button {
width: auto;
height: auto;
margin-top: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: static;
background-image: none;
color: var(--main-color);
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
-webkit-transition: color 0.35s ease;
-o-transition: color 0.35s ease;
transition: color 0.35s ease;
}
.portfolio-slider-wrap.progress_slider .swiper-button:hover {
color: var(--dark-color);
}
.portfolio-slider-wrap.progress_slider .swiper-button i {
font-size: 14px;
margin-top: -3px;
-webkit-transition: margin 0.35s ease;
-o-transition: margin 0.35s ease;
transition: margin 0.35s ease;
}
.portfolio-slider-wrap.progress_slider .swiper-button-next i {
margin-left: 10px;
}
.portfolio-slider-wrap.progress_slider .swiper-button-next:hover i {
margin-left: 15px;
}
.portfolio-slider-wrap.progress_slider .swiper-button-prev i {
margin-right: 10px;
}
.portfolio-slider-wrap.progress_slider .swiper-button-prev:hover i {
margin-right: 15px;
}
@media only screen and (max-width: 1200px) {
.portfolio-slider-wrap.progress_slider .swiper-pagination,
.portfolio-slider-wrap.progress_slider .swiper-btn-wrap {
max-width: 800px;
}
}
@media only screen and (max-width: 1024px) {
.portfolio-slider-wrap.progress_slider .swiper-pagination {
margin-top: 60px;
}
}
@media only screen and (max-width: 991px) {
.portfolio-slider-wrap.progress_slider .swiper-pagination,
.portfolio-slider-wrap.progress_slider .swiper-btn-wrap {
max-width: 700px;
}
}
@media only screen and (max-width: 768px) {
.portfolio-slider-wrap.progress_slider .swiper-pagination,
.portfolio-slider-wrap.progress_slider .swiper-btn-wrap {
max-width: 500px;
}
.portfolio-slider-wrap.progress_slider .slide-image {
max-height: 400px;
}
.portfolio-slider-wrap.progress_slider .slide-image img {
height: 400px;
}
.portfolio-slider-wrap.progress_slider .swiper-pagination {
margin-top: 40px;
}
}
@media only screen and (max-width: 576px) {
.portfolio-slider-wrap.progress_slider {
padding: 0 15px;
}
.portfolio-slider-wrap.progress_slider .swiper-slide {
width: 100%;
}
.portfolio-slider-wrap.progress_slider .swiper-pagination,
.portfolio-slider-wrap.progress_slider .swiper-btn-wrap {
max-width: 100%;
}
.portfolio-slider-wrap.progress_slider .slide-image {
max-height: 300px;
}
.portfolio-slider-wrap.progress_slider .slide-image img {
height: 350px;
width: 100%;
object-fit: cover;
}
.portfolio-slider-wrap.progress_slider .content-wrap {
bottom: 15px;
left: 15px;
}
.portfolio-slider-wrap.progress_slider .swiper-pagination {
margin-top: 30px;
}
.portfolio-slider-wrap.progress_slider .swiper-button {
letter-spacing: 1px;
}
}
.portfolio-slider-wrap.vertical_slider .outer-swiper-wrapper {
position: relative;
width: 100%;
padding: 0 90px;
}
.portfolio-slider-wrap.vertical_slider .swiper-container-vert-slider {
position: relative;
width: 100%;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
overflow: hidden;
z-index: 100;
}
.portfolio-slider-wrap.vertical_slider .swiper-slide {
display: flex;
align-items: flex-end;
justify-content: center;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.portfolio-slider-wrap.vertical_slider .swiper-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.portfolio-slider-wrap.vertical_slider .wrap-cont {
padding: 0 70px;
position: relative;
}
.portfolio-slider-wrap.vertical_slider .wrap-text {
color: var(--light-color);
display: block;
margin-bottom: 30px;
text-align: center;
position: relative;
}
.portfolio-slider-wrap.vertical_slider .wrap-text::before, .portfolio-slider-wrap.vertical_slider .wrap-text::after {
content: "";
position: absolute;
top: -20px;
left: 50%;
height: 1px;
width: 80px;
background: var(--light-color);
-webkit-transition: opacity 450ms ease;
-moz-transition: opacity 450ms ease;
-ms-transition: opacity 450ms ease;
-o-transition: opacity 450ms ease;
transition: opacity 450ms ease;
-webkit-transform: translate(-50%, -50%) translateZ(0);
-moz-transform: translate(-50%, -50%) translateZ(0);
-ms-transform: translate(-50%, -50%) translateZ(0);
-o-transform: translate(-50%, -50%) translateZ(0);
transform: translate(-50%, -50%) translateZ(0);
}
.portfolio-slider-wrap.vertical_slider .wrap-text::after {
top: auto;
bottom: -10px;
opacity: 0;
}
.portfolio-slider-wrap.vertical_slider .wrap-text:hover::before {
opacity: 0;
}
.portfolio-slider-wrap.vertical_slider .wrap-text:hover::after {
opacity: 1;
}
.portfolio-slider-wrap.vertical_slider .wrap-text:hover .title {
text-decoration: none;
opacity: 0.8;
}
.portfolio-slider-wrap.vertical_slider .title {
font-size: 40px;
line-height: 1.3;
font-weight: 700;
margin-bottom: 35px;
color: var(--light-color);
text-decoration: none;
text-transform: uppercase;
}
.portfolio-slider-wrap.vertical_slider .swiper-button {
background-image: none;
position: absolute;
top: auto;
bottom: 120px;
right: 5%;
left: auto;
cursor: pointer;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.portfolio-slider-wrap.vertical_slider .swiper-button::before {
color: var(--light-color);
font-family: "Ionicons", sans-serif;
font-size: 39px;
display: block;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.portfolio-slider-wrap.vertical_slider .swiper-button-prev {
bottom: 60px;
}
.portfolio-slider-wrap.vertical_slider .swiper-button-prev::before {
content: "";
}
.portfolio-slider-wrap.vertical_slider .swiper-button-next::before {
content: "";
}
@media only screen and (max-width: 1199px) {
.portfolio-slider-wrap.vertical_slider .title {
font-size: 36px;
}
}
@media only screen and (max-width: 1024px) {
.portfolio-slider-wrap.vertical_slider .outer-swiper-wrapper {
padding: 0 50px;
}
.portfolio-slider-wrap.vertical_slider .swiper-button {
right: 4%;
}
}
@media only screen and (max-width: 991px) {
.portfolio-slider-wrap.vertical_slider .title {
font-size: 34px;
}
}
@media only screen and (max-width: 767px) {
.portfolio-slider-wrap.vertical_slider .outer-swiper-wrapper {
padding: 0 25px;
}
.portfolio-slider-wrap.vertical_slider .wrap-cont {
width: 100%;
padding: 0px 15px;
}
.portfolio-slider-wrap.vertical_slider .wrap-text {
width: 100%;
text-align: center;
}
.portfolio-slider-wrap.vertical_slider .title {
font-size: 28px;
}
.portfolio-slider-wrap.vertical_slider .swiper-button {
display: none;
}
}
.portfolio-slider-wrap.horizontal .main-title {
font-size: 150px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: var(--dark-color);
opacity: 0.2;
font-weight: 700;
letter-spacing: 7px;
margin-top: -15px;
}
.portfolio-slider-wrap.horizontal .swiper-slide {
height: 30vh;
}
.portfolio-slider-wrap.horizontal .swiper-slide:nth-of-type(2n) .wrap-cont, .portfolio-slider-wrap.horizontal .swiper-slide:nth-of-type(2n) .img-wrap {
float: left;
}
.portfolio-slider-wrap.horizontal .img-wrap {
display: block;
max-height: calc(100% - 30px);
height: 300px;
width: 300px;
background-size: cover;
background-position: center;
float: right;
border-radius: 50%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
overflow: hidden;
position: relative;
}
.portfolio-slider-wrap.horizontal .img-wrap .title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
color: var(--light-color);
font-size: 21px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
visibility: visible;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.portfolio-slider-wrap.horizontal .img-wrap:hover {
border-radius: 0;
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.portfolio-slider-wrap.horizontal .img-wrap:hover .title {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 1440px) {
.portfolio-slider-wrap.horizontal .main-title {
font-size: 120px;
margin-top: -5px;
}
.portfolio-slider-wrap.horizontal .img-wrap .title {
font-size: 19px;
letter-spacing: 1.7px;
}
}
@media only screen and (max-width: 1024px) {
.portfolio-slider-wrap.horizontal .main-title {
font-size: 110px;
}
}
@media only screen and (max-width: 768px) {
.portfolio-slider-wrap.horizontal .main-title {
font-size: 90px;
letter-spacing: 4px;
}
}
@media only screen and (max-width: 600px) {
.portfolio-slider-wrap.horizontal .main-title {
font-size: 54px;
letter-spacing: 2px;
}
.portfolio-slider-wrap.horizontal .img-wrap .title {
font-size: 17px;
letter-spacing: 1.2px;
}
}
.portfolio-slider-wrap.full_showcase_slider .slide-image {
display: block;
position: relative;
}
.portfolio-slider-wrap.full_showcase_slider .slide-image::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
visibility: hidden;
opacity: 0;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.portfolio-slider-wrap.full_showcase_slider .slide-image:hover::after {
opacity: 1;
visibility: visible;
}
.portfolio-slider-wrap.full_showcase_slider .slide-image:hover .slide-title {
font-size: 36px;
}
.portfolio-slider-wrap.full_showcase_slider .slide-title {
position: absolute;
bottom: 40px;
left: 60px;
padding-right: 60px;
font-size: 21px;
color: var(--light-color);
z-index: 100;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
-webkit-transition: font-size 2700ms ease;
-moz-transition: font-size 2700ms ease;
-ms-transition: font-size 2700ms ease;
-o-transition: font-size 2700ms ease;
transition: font-size 2700ms ease;
}
.portfolio-slider-wrap.full_showcase_slider .images-slider-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
background-size: cover;
background-position: center;
}
@media only screen and (max-width: 991px) {
.portfolio-slider-wrap.full_showcase_slider .slide-image:hover .slide-title {
font-size: 29px;
}
}
@media only screen and (max-width: 768px) {
.portfolio-slider-wrap.full_showcase_slider .slide-title {
bottom: 30px;
left: 20px;
padding-right: 20px;
width: calc(100% - 40px);
text-align: center;
letter-spacing: 1px;
}
}
.portfolio-slider-wrap.diagonal {
background-color: var(--black-color);
color: var(--light-color);
}
.portfolio-slider-wrap.diagonal .slideshow {
position: relative;
overflow: hidden;
margin: 0;
width: 100%;
height: calc(100vh - 10rem);
display: grid;
grid-template-columns: 33% 33% 33%;
grid-column-gap: 0.5%;
grid-template-rows: 100%;
grid-template-areas: "... slide ...";
}
.portfolio-slider-wrap.diagonal .slide {
width: 100%;
display: flex;
pointer-events: none;
cursor: pointer;
position: relative;
height: 100%;
grid-area: slide;
}
.portfolio-slider-wrap.diagonal .slideshow--previewopen .slide {
cursor: default;
}
.portfolio-slider-wrap.diagonal .slide--current {
pointer-events: auto;
}
.portfolio-slider-wrap.diagonal .slide__img-wrap {
width: 100%;
overflow: hidden;
z-index: 100;
height: 80%;
top: 10%;
position: absolute;
}
.portfolio-slider-wrap.diagonal .slideshow__deco {
grid-area: slide;
background: #000;
width: 100%;
height: 80%;
align-self: center;
position: relative;
margin: -40px 0 0 0;
right: -20px;
}
.portfolio-slider-wrap.diagonal .slide__img {
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-position: 50% 50%;
position: absolute;
pointer-events: none;
transform: scale3d(1.01, 1.01, 1);
}
.portfolio-slider-wrap.diagonal .slide__img-wrap,
.portfolio-slider-wrap.diagonal .slide__title-wrap,
.portfolio-slider-wrap.diagonal .slide__side {
opacity: 0;
}
.portfolio-slider-wrap.diagonal .slide--current .slide__img-wrap {
opacity: 1;
pointer-events: auto;
}
.portfolio-slider-wrap.diagonal .slide--visible .slide__img-wrap {
pointer-events: auto;
}
.portfolio-slider-wrap.diagonal .slide__title-wrap {
justify-self: flex-end;
width: 100%;
position: relative;
z-index: 1000;
color: var(--light-color);
}
.portfolio-slider-wrap.diagonal .slide__number {
display: block;
font-size: 47px;
font-family: var(--font2);
margin-bottom: 15px;
}
.portfolio-slider-wrap.diagonal .content {
position: fixed;
top: 10rem;
left: 0;
width: 100%;
height: calc(100% - 10rem);
pointer-events: none;
z-index: 100;
}
.portfolio-slider-wrap.diagonal .content__item {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
padding: 10vh 5vw;
overflow: auto;
}
.portfolio-slider-wrap.diagonal .content__item--current,
.portfolio-slider-wrap.diagonal .content__item--current ~ .content__close {
pointer-events: auto;
}
.portfolio-slider-wrap.diagonal .content__number {
font-weight: bold;
}
.portfolio-slider-wrap.diagonal .content__number::before {
content: "—";
display: inline-block;
margin: 0 1rem 0 0;
}
.portfolio-slider-wrap.diagonal .content__title {
margin: 0.5rem 0;
font-size: 2rem;
}
.portfolio-slider-wrap.diagonal .content__subtitle {
margin: 0 0 0.5rem;
font-size: 1rem;
font-weight: normal;
}
.portfolio-slider-wrap.diagonal .slide__title {
font-size: 29px;
letter-spacing: 2px;
color: var(--light-color);
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.portfolio-slider-wrap.diagonal .slide__title:hover {
opacity: 0.8;
}
.portfolio-slider-wrap.diagonal .slide__side {
color: var(--main-color);
letter-spacing: 2px;
position: relative;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
}
.portfolio-slider-wrap.diagonal .content__text {
font-size: 0.85rem;
}
@media screen and (min-width: 800px) {
.portfolio-slider-wrap.diagonal .slide__side {
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
z-index: 1000;
transform: rotate(180deg);
left: -10px;
}
.portfolio-slider-wrap.diagonal .slideshow {
height: 100vh;
}
.portfolio-slider-wrap.diagonal .slide {
padding: 10vh 0 7vh;
flex-direction: column;
justify-content: space-between;
}
.portfolio-slider-wrap.diagonal .slide__side {
margin: 0 0 0 -1.85rem;
}
.portfolio-slider-wrap.diagonal .slide__title-wrap {
margin: 0 0 0 -1.85rem;
}
.portfolio-slider-wrap.diagonal .slide__title,
.portfolio-slider-wrap.diagonal .slide__subtitle,
.portfolio-slider-wrap.diagonal .slide__side {
display: block;
}
.portfolio-slider-wrap.diagonal .slide__title {
margin: 0 0 50px;
}
.portfolio-slider-wrap.diagonal .slide__subtitle {
font-weight: normal;
margin: 0;
min-height: 50px;
}
.portfolio-slider-wrap.diagonal .content {
top: 0;
height: 100%;
}
.portfolio-slider-wrap.diagonal .content__item {
padding: calc(10vh + 5rem) 0 7vh;
width: 50.5%;
right: 7.5%;
overflow: visible;
}
.portfolio-slider-wrap.diagonal .content__close {
left: 42%;
top: calc(10vh + 1rem);
}
.portfolio-slider-wrap.diagonal .content__number {
position: absolute;
bottom: 7vh;
right: 0;
font-size: 2rem;
}
.portfolio-slider-wrap.diagonal .content__title {
font-size: 7vw;
}
.portfolio-slider-wrap.diagonal .content__subtitle {
font-size: 1.15rem;
margin-bottom: 7.5vh;
}
.portfolio-slider-wrap.diagonal .content__text {
font-size: 0.95rem;
column-count: 2;
column-gap: 2rem;
max-width: 600px;
text-align: justify;
}
}
@media only screen and (max-width: 1300px) {
.portfolio-slider-wrap.diagonal .slide__title {
font-size: 27px;
}
}
@media only screen and (max-width: 1199px) {
.portfolio-slider-wrap.diagonal .slide__title {
font-size: 21px;
}
.portfolio-slider-wrap.diagonal .slide__number {
font-size: 36px;
}
}
@media screen and (max-width: 799px) {
.portfolio-slider-wrap.diagonal .slideshow {
display: block;
min-height: 100vh;
height: auto;
}
.portfolio-slider-wrap.diagonal .slideshow__deco {
display: none;
}
.portfolio-slider-wrap.diagonal .slide {
grid-area: initial;
display: block;
margin-bottom: 10px;
}
.portfolio-slider-wrap.diagonal .slide__img-wrap {
position: relative;
top: 0;
height: 300px;
transform: none !important;
margin-bottom: 15px;
}
.portfolio-slider-wrap.diagonal .slide__img-wrap,
.portfolio-slider-wrap.diagonal .slide__title-wrap,
.portfolio-slider-wrap.diagonal .slide__side {
opacity: 1 !important;
text-align: center;
}
.portfolio-slider-wrap.diagonal .slide__number {
display: none;
}
.portfolio-slider-wrap.diagonal .slide__title-wrap {
margin-bottom: 15px;
margin-top: 5px;
}
}
@media screen and (max-width: 768px) {
.portfolio-slider-wrap.diagonal .slide__title {
font-size: 17px;
letter-spacing: 1px;
}
.portfolio-slider-wrap.diagonal .slide__side {
font-size: 12px;
letter-spacing: 1px;
}
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper {
position: relative;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-block {
position: absolute;
left: 6%;
max-width: 360px;
top: 50%;
transform: translateY(-50%);
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .right-content {
position: absolute;
right: 6%;
max-width: 360px;
text-align: right;
top: 50%;
transform: translateY(-50%);
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-title {
color: var(--dark-color);
font-weight: 700;
font-size: 55px;
margin-bottom: 30px;
letter-spacing: 2px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-desc {
font-size: 17px;
line-height: 1.73;
color: var(--grey-color);
}
.portfolio-slider-wrap.album_swiper .album-text-block.right-content {
position: absolute;
right: 6%;
bottom: 9%;
text-align: right;
}
.portfolio-slider-wrap.album_swiper .album-text-block.right-content .album-text-desc {
text-align: right;
}
.portfolio-slider-wrap.album_swiper .swiper-album {
width: 100%;
margin: 0 auto;
}
.portfolio-slider-wrap.album_swiper .swiper-wrapper {
background-color: var(--light-color);
}
.portfolio-slider-wrap.album_swiper .swiper-slide {
width: 100%;
height: 100%;
}
.portfolio-slider-wrap.album_swiper .swiper-slide::before {
content: "";
position: absolute;
width: 20px;
height: 100%;
top: 0;
right: -20px;
background-color: var(--light-color);
}
.portfolio-slider-wrap.album_swiper .swiper-slide:last-child::before {
content: "";
width: 0;
height: 0;
}
.portfolio-slider-wrap.album_swiper .link-album-slide {
display: block;
position: relative;
width: 101%;
height: 100%;
overflow: hidden;
}
.portfolio-slider-wrap.album_swiper .link-album-slide:hover {
opacity: 1;
}
.portfolio-slider-wrap.album_swiper .link-album-slide:hover .img-wrap {
clip-path: inset(5% 5% 5% 5%);
}
.portfolio-slider-wrap.album_swiper .link-album-slide:hover .img-wrap::before {
opacity: 0;
}
.portfolio-slider-wrap.album_swiper .link-album-slide:hover .title-wrap {
opacity: 0;
}
.portfolio-slider-wrap.album_swiper .img-wrap {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
-moz-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.portfolio-slider-wrap.album_swiper .img-wrap::before {
content: "";
position: absolute;
top: 60px;
left: 60px;
width: calc(100% - 60px);
height: calc(100% - 60px);
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.portfolio-slider-wrap.album_swiper .title-wrap {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 60px;
width: calc(100% - 60px);
box-sizing: border-box;
padding: 0 40px;
z-index: 20;
text-align: center;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.portfolio-slider-wrap.album_swiper .title-wrap .title {
color: var(--light-color);
font-weight: 700;
font-size: 29px;
text-transform: uppercase;
line-height: 1.5;
position: relative;
margin-bottom: 0;
}
.portfolio-slider-wrap.album_swiper .outer-swiper-wrapper {
position: relative;
width: 100%;
padding: 0 90px;
}
@media only screen and (max-width: 1440px) {
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-title {
font-size: 40px;
margin-bottom: 20px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-block {
left: 4%;
max-width: 340px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .right-content {
right: 4%;
max-width: 340px;
}
.portfolio-slider-wrap.album_swiper .title-wrap .title {
font-size: 27px;
}
}
@media only screen and (max-width: 1199px) {
.portfolio-slider-wrap.album_swiper .album-text-block {
max-width: 280px;
}
.portfolio-slider-wrap.album_swiper .title-wrap .title {
font-size: 24px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-block {
left: 4%;
max-width: 260px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .right-content {
right: 4%;
max-width: 260px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-title {
font-size: 34px;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 991px) {
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-block {
left: 15px;
max-width: 220px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .right-content {
right: 15px;
max-width: 220px;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-title {
font-size: 29px;
}
.portfolio-slider-wrap.album_swiper .album-text-title,
.portfolio-slider-wrap.album_swiper .title-wrap .title {
font-size: 21px;
}
}
@media only screen and (max-width: 767px) {
.portfolio-slider-wrap.album_swiper .img-wrap::before {
top: 40px;
left: 40px;
height: calc(100% - 40px);
width: calc(100% - 40px);
}
.portfolio-slider-wrap.album_swiper .title-wrap {
left: 40px;
width: calc(100% - 40px);
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper {
padding: 0 15px;
height: auto !important;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .right-content {
display: none;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-block {
position: static;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
max-width: 100%;
margin-bottom: 30px;
text-align: center;
}
.portfolio-slider-wrap.album_swiper .outer-album-swiper .album-text-block .album-text-title {
margin-bottom: 15px;
}
}
.urban_slider .gallery-top-slide {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: calc(100vh - 240px);
margin: 0 15px;
-webkit-filter: grayscale(100%) contrast(120%);
filter: grayscale(100%) contrast(120%);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.urban_slider .gallery-top-slide.slick-active {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.urban_slider .slick-arrow {
cursor: pointer;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-image: none;
width: 60px;
height: 60px;
border: 0;
outline: none;
background-color: var(--light-color);
color: var(--dark-color);
-webkit-transition: color 0.3s ease, background-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease;
z-index: 10;
}
.urban_slider .slick-arrow::before {
font-family: "Ionicons", sans-serif;
font-size: 28px;
}
.urban_slider .slick-arrow:hover {
background-color: var(--dark-color);
color: var(--light-color);
}
.urban_slider .slick-prev {
left: 0;
}
.urban_slider .slick-prev::before {
content: "";
}
.urban_slider .slick-next {
right: 0;
}
.urban_slider .slick-next::before {
content: "";
}
.urban_slider .gallery-thumb {
width: 130%;
margin-left: -15%;
margin-top: 40px;
margin-bottom: 50px;
}
.urban_slider .gallery-thumb-slide {
margin: 0 10px;
text-align: center;
}
.urban_slider .pagination-category {
color: var(--light-grey-color);
font-size: 12px;
display: block;
font-style: normal;
line-height: 2;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
font-weight: 700;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
padding-bottom: 5px;
}
.urban_slider .pagination-category::after {
content: "";
position: absolute;
bottom: 0;
width: 40px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 1px;
background-color: currentColor;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.urban_slider .pagination-title {
display: inline-block;
margin-top: 10px;
color: var(--light-grey-color);
font-weight: 700;
text-transform: uppercase;
font-size: 24px;
letter-spacing: 2px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-ms-word-wrap: break-word;
word-wrap: break-word;
position: relative;
}
.urban_slider .slick-current .pagination-title {
color: var(--dark-color);
}
.urban_slider .slick-current .pagination-title:hover + .pagination-category::after {
width: 0;
}
.urban_slider .slick-current .pagination-category {
color: var(--main-color);
}
@media only screen and (max-width: 1024px) {
.urban_slider .gallery-top-slide {
min-height: calc(100vh - 315px);
}
.urban_slider .pagination-title {
font-size: 21px;
}
}
@media only screen and (max-width: 768px) {
.urban_slider .gallery-thumb {
margin-top: 15px;
margin-bottom: 25px;
}
.urban_slider .gallery-top-slide {
min-height: 450px;
}
.urban_slider .pagination-title {
font-size: 21px;
letter-spacing: 1px;
}
.urban_slider .pagination-category {
letter-spacing: 1px;
}
.urban_slider .slick-arrow {
width: 40px;
height: 40px;
}
.urban_slider .slick-arrow::before {
font-size: 20px;
}
}
@-webkit-keyframes fragment {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes fragment {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
.interactive-slider.tabs {
position: relative;
}
.interactive-slider.tabs .tabs-header {
position: absolute;
width: 100%;
bottom: 0px;
text-align: center;
left: 0;
padding: 50px 0;
z-index: 90;
}
.interactive-slider.tabs li {
list-style: none;
display: inline-block;
padding: 10px 15px;
}
.interactive-slider.tabs li.active a {
opacity: 1;
}
.interactive-slider.tabs li.active div {
color: var(--light-color);
width: 100%;
animation: fragment backwards 1000ms ease-in-out 1;
}
.interactive-slider.tabs a {
display: inline-flex;
font-size: 21px;
text-decoration: none;
font-weight: 700;
color: var(--light-color);
letter-spacing: 2px;
position: relative;
text-transform: uppercase;
perspective: 1000px;
opacity: 0.7;
}
.interactive-slider.tabs a div {
display: inline-block;
transform-style: preserve-3d;
}
.interactive-slider .tabs-content {
position: relative;
height: 100vh;
}
.interactive-slider .tabs-item.active {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
visibility: visible;
opacity: 1;
}
.interactive-slider .tabs-item {
visibility: hidden;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.interactive-slider .tabs-item::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
.interactive-slider.tabs a {
font-size: 19px;
}
.interactive-slider.tabs li {
padding: 7px 15px;
}
}
@media only screen and (max-width: 767px) {
.interactive-slider.tabs a {
letter-spacing: 1px;
font-size: 17px;
}
.interactive-slider.tabs li {
padding: 7px 10px;
}
}
.portfolio-slider-wrap.slider_classic .slider-wrap {
background-position: center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.portfolio-slider-wrap.slider_classic .slider-wrap::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.2);
}
.portfolio-slider-wrap.slider_classic .content-wrap {
position: absolute;
left: 100px;
width: 100%;
text-align: center;
top: 50%;
-webkit-transform: translateX(-50%) translateZ(0) rotate(270deg);
transform: translateX(-50%) translateZ(0) rotate(270deg);
}
.portfolio-slider-wrap.slider_classic .content-wrap .portfolio-title {
color: var(--light-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: opacity 350ms ease 900ms, color 350ms ease;
-moz-transition: opacity 350ms ease 900ms, color 350ms ease;
-ms-transition: opacity 350ms ease 900ms, color 350ms ease;
-o-transition: opacity 350ms ease 900ms, color 350ms ease;
transition: opacity 350ms ease 900ms, color 350ms ease;
}
.portfolio-slider-wrap.slider_classic .content-wrap .portfolio-title:hover {
color: var(--light-color);
opacity: 0.7;
}
.portfolio-slider-wrap.slider_classic .content-wrap a {
margin-top: 25px;
}
.portfolio-slider-wrap.slider_classic .swiper-pagination {
position: absolute;
bottom: 17px;
right: 0;
text-align: right;
z-index: 99;
padding-right: 80px;
}
.portfolio-slider-wrap.slider_classic .swiper-pagination-bullet {
display: inline-block;
background-color: var(--light-color);
border-radius: 50%;
height: 10px;
width: 10px;
cursor: pointer;
margin: 0;
margin-left: 10px;
opacity: 0.5;
-webkit-transition: opacity 350ms ease;
transition: opacity 350ms ease;
}
.portfolio-slider-wrap.slider_classic .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
}
@media only screen and (max-width: 1300px) {
.portfolio-slider-wrap.slider_classic .content-wrap .portfolio-title {
font-size: 26px;
}
}
@media only screen and (max-width: 1024px) {
.portfolio-slider-wrap.slider_classic .content-wrap {
left: 30px;
}
.portfolio-slider-wrap.slider_classic .swiper-pagination {
padding-right: 20px;
}
}
@media only screen and (max-width: 991px) {
.portfolio-slider-wrap.slider_classic .content-wrap .portfolio-title {
font-size: 21px;
}
}
@media only screen and (max-width: 768px) {
.portfolio-slider-wrap.slider_classic .swiper-pagination {
padding: 0;
text-align: center;
}
.portfolio-slider-wrap.slider_classic .content-wrap {
box-sizing: border-box;
top: auto;
bottom: 55px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.portfolio-slider-wrap.slider_classic .content-wrap .portfolio-title {
letter-spacing: 1px;
}
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}body{
--light-color: #fff;
--black-color: #030304;
--dark-color: #5e5a57;
--main-color: #e7dbc4;
--light-main-color: #f8f5ee;
--grey-color: #888;
--light-grey-color: #aaa;
}
.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
}
a {
}
h1,
h1a {
font-size: 54px !important;
line-height: normal;}
#topmenu ul li a {
}
#topmenu ul ul li a {
font-family: "Chivo", sans-serif !important;
}