/* ======================================================================================================================================================
Copyright: Frogsland
Chingiz Adilov
/* ======================================================================================================================================================
HTML Elements
====================================================================================================================================================== */

:root {
    --GreenColor: #54d675;
    --main-txt-color: blue;
    --Text2: #8F8F8F;
    --Text1: #666;
    --Text05: #333;
    --main-padding: 15px;
    --Black: #222;
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    font-weight: 400;
    font-size: 17pt;
    line-height: 28pt;
    color: #111;
    overflow-x: hidden;
    position: relative;
    font-family: helvetica;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

html {
    height: 100%
}

a {
    text-decoration: none;
}

h1 {
    font-size: 53pt;
    line-height: 65pt;
    margin: 0;
    letter-spacing: 0;
    display: table;
    font-weight: 400;
    margin: 0;
}

h2 {
    font-size: 30pt;
    line-height: 38pt;
    margin: 0;
    margin-bottom: 2px;
    font-weight: 400;
}

h3 {
    font-size: 40pt;
    line-height: 46pt;
    font-weight: 400;
    margin: 0;
}

h4 {
    font-size: 22pt;
    line-height: 26pt;
    margin: 0;
    font-weight: 400;
}

h5 {
    font-size: 17pt;
    line-height: 22pt;
    margin: 0;
    font-weight: normal;
}

button,
.btn {
    font-size: 10pt;
    line-height: 15pt;
    width: auto;
    display: inline-block;
    margin-top: 5px;
    bottom: 30px;
    left: 25px;
    border-radius: 0;
    background: #FFF;
    border: none;
    color: #999;
    padding: 12px 24px;
    box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.20);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50px;
    font-weight: 600;
    color: #2b67b7;
    letter-spacing: 0px;
}

button:hover,
.btn:hover {
    background: #FFF !important;
    color: #222;
    border: none;
    box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.25);
}

button.bigger {
    width: 100%;
    padding: 30px;
    border-radius: 50px;
    margin: 30px 0;
}

img {
    display: block;
}

.btn:after {
    content: '\e706';
    font-family: icon;
    display: inline-block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

a {
    color: #333;
}

.fade-content.animate {
    opacity: 0;
    line-height: 1.4em;
    transform: translateY(2em);
}

h1.fade-content.animate {
    transform: translateY(1.2em);
    line-height: 65pt;
}

.fade-content {
    opacity: 1;
    transform: translateY(0);
    transition: ease opacity 1.5s, ease line-height 1.3s, transform 1s cubic-bezier(.19, 1, .22, 1);
    /* line-height: 1.2em; */
}


/* .fade-content:nth-child(3n+2) {transition-delay: .1s;}
.fade-content:nth-child(3n+3) {transition-delay: .2s;} */

.fade-content[data-delay="1"] {
    transition-delay: .1s;
}

.fade-content[data-delay="2"] {
    transition-delay: .2s;
}

.fade-content[data-delay="3"] {
    transition-delay: .3s;
}

.fade-content[data-delay="4"] {
    transition-delay: .4s;
}

.fade-content[data-delay="5"] {
    transition-delay: .5s;
}


/* ======================================================================================================================================================
Header
====================================================================================================================================================== */

header {
    margin-top: 60px;
    position: fixed;
    width: 100%;
    z-index: 555;
    top: 0;
}

.logo {
    width: 50px;
    height: 50px;
    position: absolute;
    background: var(--GreenColor);
    box-sizing: border-box;
    display: inline-block;
    margin-left: -80px;
    transition: 0.2s;
}

.logo svg {
    transition: 0.2s;
    transform: scale(1);
}

.logo:hover svg {
    transform: scale(0.9);
}

.logo:hover {
    transform: scale(1);
}

.logo {
    transform: scale(1.1);
}

.logo svg {
    transform: scale(0.9);
}

header.fix .logo {
    transform: scale(1);
}

header.fix .logo:hover {
    transform: scale(1.1);
}

body.category .logo-text svg #frogsland {
    fill: #FFF;
}

body.category header.fix .logo-text svg #frogsland {
    fill: #222;
}

header.blck .logo-text svg #frogsland {
    fill: #222;
}

.logo-text {
    position: absolute;
    width: 148px;
    top: 10px;
    transition: ease 0.2s;
    overflow: hidden;
}

.logo-text svg {
    height: 16px;
    width: 129px;
}

header.fix .logo-text {
    width: 0;
}

header.fix:hover .logo-text {
    width: 148px;
}

.logo-text.animate {
    transform: translateY(0);
    width: 0;
}

.logo svg ellipse {
    animation-name: eyes;
    animation-timing-function: ease;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 2s;
}

@keyframes eyes {
    0% {
        opacity: 0;
    }
    4.8% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    6.8% {
        opacity: 0;
    }
    /* 10.8% {opacity: 0;}
	11% {opacity: 1;}
	11.8% {opacity: 0;} */
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* ======================================================================================================================================================
Parallax
====================================================================================================================================================== */

.parallax {
    pointer-events: none;
}

.parallax i.animate {
    transform: translateY(0.1em);
}

.parallax i {
    position: absolute;
    margin: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 270pt;
    color: #f8f8f8;
    z-index: 10;
    line-height: 0;
    pointer-events: none;
}

.parallax i:nth-child(1) {
    top: 570px;
    right: 179px;
    color: #f8deac;
}

.parallax i:nth-child(2) {
    top: 1230px;
    left: 49px;
    color: #a2f6b7;
}

.parallax i:nth-child(3) {
    top: 1840px;
    right: 249px;
    color: #9cf8fd;
}

.parallax i:nth-child(4) {
    top: 4710px;
    right: 249px;
    color: #FFF;
}


/* ======================================================================================================================================================
Center
====================================================================================================================================================== */

.main-top {
    padding: 230px 0 120px;
}

body.home .main-top h1 {
    font-size: 80pt;
    line-height: 70px;
    font-weight: 400;
    margin: auto;
    letter-spacing: 0;
    /* margin:0; */
}

body.home .main-top h1.title.fade-content {
    line-height: 90pt;
}

body.home .main-top h1.fade-content.animate {
    transform: translateY(1.2em);
    line-height: 90pt;
}

.main-top h1 ul {
    color: var(--GreenColor);
    transform-origin: 100%;
    transform-style: preserve-3d;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    top: 6px;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 69px;
}

.main-top h1 ul li {
    line-height: 65pt;
    transition: all 0.2s ease-in-out 0.3s;
}

.main-top h1 ul li:first-child {
    margin-top: 0;
    animation-name: cities;
    animation-timing-function: ease;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
}

@keyframes cities {
    0% {
        margin-top: 0;
    }
    3% {
        margin-top: -65pt;
    }
    52% {
        margin-top: -65pt;
    }
    55% {
        margin-top: 0;
    }
    100% {
        margin-top: 0;
    }
}

.home-video-cover .video {
    width: 100%;
    height: 660px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    /* background-image:url('../img/video-bg.jpg'); */
    background-position: center;
    transform: scale(1);
    width: 106%;
    margin-left: -3%;
}

.home-video-cover:hover .video {
    transform: scale(1.06);
}

.home-video-cover .video video {
    height: auto;
}

.home-video-cover:hover .video:after,
.home-video-cover:hover .video:before {
    transform: scale(0.94);
}

.who-we-short {
    margin: 100px 0;
}

.services {
    margin: 40px 0;
}

.services h4 {
    color: #ccc
}

.services ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.services a {
    line-height: 30pt;
}

.footerTop h4 a,
.services a,
.footerSubMenu a {
    display: initial;
    color: black;
    text-decoration: none;
    background-position: 0px 10pt;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background .3s;
    background-image: linear-gradient(to right, #f8deac 0, #f8deac 100%);
}

.footerTop h4 a:hover,
.services a:hover,
.footerSubMenu a:hover {
    background-size: 100% 100%;
}


/* 
.vCrop{
	position: absolute;
	width: 100%;
	height:100%;
	overflow: hidden;
} */


/* .home-video-cover:after{
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	background:red;
	top:0;
	left:0;
	opacity: 0;;
} */

.video:before,
.video:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
}

.video:before {
    background: #fff;
    opacity: 1;
    clip-path: polygon(0% 0%, 0% 160%, 40% 160%, 40% 32%, 70% 52%, 40% 70%, 40% 160%, 160% 160%, 160% 0%);
    overflow: hidden;
}

.video:after {
    box-shadow: 0px 60px 50px rgba(0, 0, 0, 0.05);
}

.projectHead.inner-top.main-top {
    width: 100%;
    display: block;
    text-align: center;
    padding: 250px 0 100px;
}

.projectHead.inner-top.main-top h2 {
    margin-top: 20px;
}

.projectHead.inner-top.main-top img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
    top: 0;
    bottom: 0;
    margin-top: -10%;
}

.projectHead .container {
    position: static;
}

.projectHead.inner-top.main-top h1,
.projectHead.inner-top.main-top h2 {
    width: 100%;
}

.inner-container {
    background: #f8f8f8;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0;
}

.inner-container p {
    width: 800px;
    margin: auto;
    margin-top: 41px;
    margin: 60px auto;
    font-weight: 400;
    color: #5f5f5f;
    font-family: helvetica;
    max-width: 100%;
}

.portofino .swiper-slide {
    background: #eee;
    width: 800px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.portofino .swiper-slide img {
    width: 100%;
}

.portofino .swiper-slide img,
.portofino .swiper-slide video {
    display: block;
}

.inner-container .img {
    width: 1100px;
    margin: auto;
    margin-top: 140px;
    overflow: hidden;
    border-radius: 5px;
    background: #e4e4e4;
    max-width: 100%;
}

.inner-container .img img {
    margin: auto;
    max-width: 100%;
}


/* ======================================================================================================================================================
Category
====================================================================================================================================================== */

.category.main-top {
    padding: 187px 0 0;
    background: #222;
    color: #FFF;
    margin-bottom: 170px;
}

.inner-top.main-top .description .category.main-top .description {
    width: 50%;
    margin: 40px 0;
}

.inner-top.main-top h1 {
    width: 50%;
    font-size: 76pt;
}

.inner-top.main-top h2,
.category.main-top h3 {
    color: var(--Text2);
    margin-top: 50px;
    width: 70%;
}

.main-top blockquote {
    color: var(--Black);
}

.content h2 {
    margin-bottom: 40px;
}

ul.SelectedWorks {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 80px;
    position: relative;
}

ul.SelectedWorks li {
    width: 33.3%;
    float: left;
}

ul.SelectedWorks li img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1);
}

ul.SelectedWorks li .img {
    position: relative;
    overflow: hidden;
    display: table;
}

ul.SelectedWorks li:hover .img img {
    transform: scale(1.1);
}

ul.SelectedWorks li:hover a.title {
    text-decoration: underline;
}

ul.SelectedWorks li a.title {
    width: 70%;
    font-size: 11pt;
    display: table;
    margin-top: 30px;
    font-weight: 600;
    position: absolute;
    line-height: 18pt;
}

ul.approach {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 80px 0 0;
}

ul.approach li {
    float: left;
    xborder: 5px #eee solid;
    xpadding: 0 8% 0 0;
    padding: 8% 8%;
    box-sizing: border-box;
    width: 48%;
    background: #f8f8f8;
    margin-bottom: 20px;
}

ul.approach li:nth-child(odd) {
    margin-right: 2%;
}

ul.approach li h4 svg {
    width: 66px;
    height: 49px;
    vertical-align: middle;
}

ul.approach li p {
    padding-left: 78px;
}


/* ======================================================================================================================================================
Blog Inner
====================================================================================================================================================== */

body.BlogInner .main-top {
    padding: 190px 0 100px;
}

body.BlogInner .main-top h1 {
    font-size: 45pt;
    line-height: 52pt;
    margin-bottom: 50px;
}

body.BlogInner {
    font-weight: 400;
}

.coverBlog {
    margin-bottom: 80px;
}

body.BlogInner .content {
    font-size: 21pt;
    line-height: 32pt;
}


/* ======================================================================================================================================================
Agency
====================================================================================================================================================== */

.inner-top.main-top {
    padding: 187px 0 0;
}

.inner-top.main-top h3 {
    opacity: 0.8;
}


/* ======================================================================================================================================================
Portfolio
====================================================================================================================================================== */

ul.portfolio-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 100px;
    border-top: 2px #f8f8f8 solid;
}

ul.portfolio-list li {
    overflow: hidden;
    position: relative;
}


/* 
ul.portfolio-list li:before{
	background: #f6f3e6;
	content:'';
	position: absolute;
	left:0;
	bottom: 0;
	width:100%;
	height: 0;
	transition: 1s cubic-bezier(.19,1,.22,1);
}
ul.portfolio-list li:hover:before{
	height: 100%;;
} */

ul.portfolio-list li a {
    padding: 100px 0;
    display: flex;
    color: #222;
}

ul.portfolio-list li strong {
    font-size: 27pt;
    line-height: 38pt;
    letter-spacing: -2pt;
    font-weight: 500;
}

ul.portfolio-list li h3 {
    font-size: 40pt;
    line-height: 46pt;
    font-weight: 600;
}

ul.portfolio-list li h3 span {
    display: initial;
    color: black;
    text-decoration: none;
    background-position: 0px 35pt;
    background-size: 0% 19%;
    background-repeat: no-repeat;
    transition: background .5s;
    background-image: linear-gradient(to right, #f8deac 0, #f8deac 100%);
    font-family: helvetica;
}

ul.portfolio-list li:hover h3 span {
    background-size: 100% 19%;
}

ul.portfolio-list li h3 small {
    display: block;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    ;
}

ul.portfolio-list li .bg-img {
    position: absolute;
    background: #f6f3e6;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: 1s cubic-bezier(.19, 1, .22, 1);
}

ul.portfolio-list li .bg-img img {
    position: absolute;
    right: 10%;
    bottom: -300px;
    transition: 1s cubic-bezier(.19, 1, .22, 1) 0.2s;
    max-height: 400px;
    transform: rotate(50deg);
    transform-origin: -10%;
}

ul.portfolio-list li:hover .bg-img {
    height: 100%;
}

ul.portfolio-list li:hover .bg-img img {
    bottom: -30px;
    transform: rotate(-5deg);
}


/* ======================================================================================================================================================
Footer
====================================================================================================================================================== */

footer {
    background: #ebe5f9;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

footer .container {
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
}

ul.footerSubMenu {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footerSubMenu li {
    padding-bottom: 15px;
}

footer .offset-1.width-10 {
    display: table;
    height: 100%;
    padding: 170px 0 50px;
    min-height: 100vh;
    box-sizing: border-box;
}

footer .footerTop {
    display: table-row;
    height: 100%;
}

.footerBar {
    display: table-row;
    line-height: 18pt;
    font-size: 15pt;
}

footer .footerBar .fade-content.animate {
    line-height: inherit;
}

.footerBar>.column {
    padding-top: 120px;
}

footer .cursor {
    position: absolute;
    width: 128px;
    height: 128px;
    top: -200px;
    margin: -64px 0 0 -64px;
    background: #eac3a2;
    border-radius: 100px;
    backface-visibility: hidden;
    transition: 0.5s ease-out 0s;
}

footer:hover .cursor {
    animation-name: cursorBG;
    animation-timing-function: ease;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

footer .cursor.is-moving {
    transform: scale(0.1);
}

.footerTop h3 {
    opacity: 1;
    font-size: 60pt;
    display: table;
}

.footerTop h4 {
    margin-top: 30px;
}

.footerTop h4 a {
    background-position: 0px 18pt;
    background-image: linear-gradient(to right, #54d675 0, #54d675 100%);
    position: relative;
}

@keyframes cursorBG {
    0% {
        background: #eac3a2;
    }
    15% {
        background: #eac3a2;
        transform: scale(0.4);
    }
    20% {
        background: #4056f7;
    }
    40% {
        transform: scale(0.9);
        background: #4056f7;
    }
    45% {
        background: #FFF;
    }
    95% {
        background: #fff;
    }
    100% {
        background: #eac3a2;
    }
}

.footerTop h4 a:before {
    background: #f8deac;
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -0px;
    z-index: -1;
}

.footerTop h4 a:hover:before {
    width: 100%;
}

.footerTop h4 a:hover {
    width: 100%;
}

.title.fade-content {
    line-height: 65pt;
    opacity: 1;
    transform: translateY(0);
}

.title.fade-content span {
    width: 100%;
    float: left;
    /* animation-name: titleAnimation;
    animation-timing-function:ease;
	animation-duration: 3s; */
    transition: 1s cubic-bezier(.19, 1, .22, 1);
}

.title.fade-content.animate span {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    transform: translateY(50px);
    opacity: 0;
}

.title.fade-content span {
    -webkit-clip-path: polygon(100% 0, 100% 150%, 0 120%, 0 0%);
    clip-path: polygon(100% 0, 100% 150%, 0 120%, 0 0%);
    transform: translateY(0);
    opacity: 1;
}

.title span:nth-child(3) {
    transition: 1s cubic-bezier(.19, 1, .22, 1) 0.6s !important;
}

.title span:nth-child(2) {
    transition: 1s cubic-bezier(.19, 1, .22, 1) 0.4s !important;
}

.title span:nth-child(1) {
    transition: 1s cubic-bezier(.19, 1, .22, 1) 0.2s !important;
}


/* 

@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
       transform: translateY(0);
       opacity: 1;
	   -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
	   clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
       transform: translateY(0);
       opacity: 1;
	   -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
	   clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    
  }
} */


/* ======================================================================================================================================================
Clients
====================================================================================================================================================== */

.clinent-block {
    background: #1f201f;
    color: #fff;
    padding: 80px 0;
}

.clinent-block h3 {
    font-size: 40pt;
    line-height: 46pt;
}

ul.client-logos {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    margin: 90px 0 20px;
}

ul.client-logos li {
    width: 25%;
    float: left;
    margin-bottom: 80px;
}

ul.client-logos li img {
    opacity: 0.4;
    transition: 0.3s;
    max-height: 42px;
}

ul.client-logos li:hover img {
    opacity: 0.8;
}

.reviews {
    margin-bottom: 30px;
}

.reviews p {
    font-size: 21pt;
    line-height: 32pt;
    width: 80%;
    opacity: 0.7;
    margin-bottom: 70px;
    ;
}

.author {
    display: flex;
    display: flex;
    align-items: center;
}

.avatar {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    background: #eee;
    vertical-align: sub;
    overflow: hidden;
    margin-right: 20px;
}

.avatar img {
    width: 100%;
}

.author strong {
    font-size: 16pt;
    line-height: 20pt;
    font-weight: normal;
    display: inline-block;
}

.author span {}

.author small {
    opacity: 0.5;
    display: block;
}
.author span.flag {
    opacity: 1;
}
.author span.flag.ch:after{
    content: '';
    width:24px;
    height:24px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-image: url('../img/flag/ch.svg');
    background-size:100%;
    vertical-align: middle;
    margin-left: 7px;
    margin-top:-2px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.reviews .swiper-slide {
    opacity: 0 !important;
}

.reviews .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.reviews .swiper-slide p span {
    will-change: opacity, filter;
    opacity: 0;
    filter: blur(0px);
}

.reviews .pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    height: 80px;
    width: 300px;
    margin: auto;
}

.reviews .button-next,
.reviews .button-prev {
    pointer-events: all;
    width: 50%;
    height: 100%;
    transition: margin 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: margin 1s cubic-bezier(.19, 1, .22, 1) 0s;
    outline: none;
    border: none;
    display: inline-block;
    position: relative;
    float: left;
    z-index: 5;
}

.reviews .button-prev {
    text-align: right;
}

.reviews .button-next:after,
.reviews .button-prev:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    left: 0;
    top: 45px;
    margin-left: -25px;
    transform: rotate(45deg);
    background: none;
    border-top: 1px #FFF solid;
    border-right: 1px #FFF solid;
    ;
}

.reviews .button-prev:before {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    margin-right: -25px;
}

.reviews .button-next:before,
.reviews .button-prev:after {
    top: 35px;
    position: relative;
    right: 0;
    height: 1px;
    content: '';
    background: #FFF;
    display: inline-block;
    width: 0;
    margin-left: 80px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.reviews .button-prev:after {
    margin: 0;
    margin-right: 80px;
}

.reviews .button-next[aria-disabled="false"]:before,
.reviews .button-next:hover:before {
    width: 80px;
    margin-left: 20px;
}

.reviews .button-prev[aria-disabled="false"]:after,
.reviews .button-prev:hover:after {
    width: 80px;
    margin-right: 20px;
}

.reviews .button-prev.swiper-button-disabled,
.reviews .button-next.swiper-button-disabled {
    opacity: 0.2;
}

.reviews .button-next:active:before {
    width: 90px;
    margin-left: 20px;
}

.reviews .button-prev:active:after {
    width: 90px;
    margin-right: 20px;
}

.clinent-block.white {
    color: #000;
    background: none;
}

.clinent-block.white ul.client-logos li img {
    filter: invert(1);
}

.clinent-block.white .reviews .button-next:after,
.clinent-block.white .reviews .button-prev:before {
    border-top: 1px #222 solid;
    border-right: 1px #222 solid;
}

.clinent-block.white .reviews .button-prev:before {
    border: none;
    border-left: 1px #222 solid;
    border-bottom: 1px #222 solid;
}

.clinent-block.white .reviews p {
    opacity: 1;
}

.clinent-block.white .reviews .button-next:before,
.clinent-block.white .reviews .button-prev:after {
    background: #222;
}

@media screen and (max-width: 960px) {
    .container {
        max-width: 100%;
    }
    h2 {
        font-size: 26pt;
        line-height: 31pt;
    }
    .parallax {
        display: none;
    }
    header {
        margin-top: 40px;
    }
    .title.fade-content {
        line-height: 50pt;
    }
    .logo-parrent {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .logo {
        width: 40px;
        height: 40px;
        margin-left: 0;
        position: relative;
        margin-right: 20px;
    }
    .logo svg {
        width: 40px;
        height: 40px;
    }
    .logo-text {
        position: relative;
        top: 2px;
    }
    body.home .main-top h1.title.fade-content {
        line-height: 50pt;
    }
    body.home .main-top h1 {
        font-size: 39pt;
    }
    .main-top {
        padding: 130px 0 70px;
    }
    .home-video-cover .video {
        height: 200px;
    }
    .home-video-cover img {
        width: 100%;
    }
    .video:before,
    .video:after {
        width: 90px;
        height: 90px;
    }
    .who-we-short {
        margin: 60px 0;
    }
    ul.portfolio-list {
        margin-top: 30px;
    }
    ul.portfolio-list li h3 {
        font-size: 27pt;
        line-height: 26pt;
    }
    ul.portfolio-list li a {
        padding: 55px 0;
    }
    ul.portfolio-list li .bg-img {
        height: 100%;
    }
    ul.portfolio-list li .bg-img img {
        bottom: -10px;
        transform: rotate(-5deg);
        max-width: 185px;
        right: 0;
    }
    .clinent-block {
        padding: 40px 0 20px;
    }
    ul.client-logos {
        display: grid;
        margin: 50px 0 20px;
        grid-template-columns: 60% 40%;
    }
    ul.client-logos li {
        margin-bottom: 40px;
    }
    .reviews p {
        font-size: 16pt;
        line-height: 27pt;
        width: 100%;
        margin-bottom: 30px;
    }
    .avatar {
        width: 60px;
        height: 60px;
    }
    .author strong {
        font-size: 13pt;
        line-height: 20pt;
    }
    .reviews .pagination {
        display: none;
    }
    .footerTop h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .footerBar>.column {
        width: 100%;
        padding-top: 40px;
    }
    .inner-top.main-top h1 {
        font-size: revert;
    }
    .inner-top.main-top h2,
    .category.main-top h3 {
        margin-top: 40px;
        width: 101%;
    }
    .inner-top.main-top {
        padding: 130px 0 0;
    }
}