section.section.hero {
    overflow: hidden;
}
h1 {
    font-size: 72px;
    /*background: linear-gradient(to right, #BBE1FA,#3282B8, #BBE1FA);*/
    background: linear-gradient(to right, #BBE1FA,#3282B8, var(--black));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   /* background-size: 200% auto;*/
    background-size: 299% auto;
    animation: linearBG 10s ease infinite;
    filter: drop-shadow(2px 4px 6px #ffffff33);
    line-height: 1.1;
}
p{
    line-height: 1.4;
}
p strong {
    display: inline-block;
    background: linear-gradient(0, var(--light-blue) -100%, transparent 85%);
    padding: 2px 5px;
    line-height: 1;
}
.hero p {
    font-size: 40px;
    background: linear-gradient(to right, var(--black),#3282B8, #BBE1FA);
    background-clip: text;
    color: transparent;
    transition: .5s ease;
    animation: linearBG2 10s ease infinite;
    position: relative;
    background-size: 200%;
}
.hero p:before {
	content: '';
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}
.hero .frames {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 350px;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.hero .frame {
    width: 200px;
    height: 200px;
    position: absolute;
    background: #000;
    transition: .5s ease;
}
.hero .frame.frame-1 {
    left: 25px;
    width: 150px;
    height: 150px;
    z-index: 1;
    transform: rotate(90deg);
    padding: 0 10px;
}
.hero .frame.frame-2 {
    right: 0px;
    width: 240px;
    height: 240px;
    transform: rotate(90deg);
    padding-left: 90px;
}
.hero .frame.frame-3 {
    left: 75px;
    width: 170px;
    height: 170px;
}
.hero .frame span{
    font-size: 16px;
}
.frames.active .frame-1 {
    transform: rotate(0) translateY(-20px);
    left: 0px;
    background: var(--light-blue);
    filter: drop-shadow(1px 1px 10px #00000055)
}
.frames.active .frame-2 {
    transform: rotate(0) translateX(0px);
    background: var(--extra-light-blue);
}
.frame-hidden-text{
    opacity: 0;
    transition: .5s ease;
}
.active .frame-hidden-text{
    opacity: 1;
    color: var(--blue);
}
.box {
    width: 400px;
    height: 250px;
    background: #3084AC;
    margin: auto;
    border: 2px solid #256584;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 500ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.box.frame.frame-3.hidden {
    transform: translateY(-170px);
    height: 40px;
}
.box:before {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  background: #fff;
  top: -2px;
  left: -2px;
  transition: .2s width ease .6s;
  -web-kit-transition: .2s width ease .6s;
}
.box:after {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  background: #fff;
  top: -2px;
  right: -2px;
  transition: .2s height ease .4s;
  -web-kit-transition: .2s height ease .4s;
}
.box-inner:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  background: #fff;
  bottom: -2px;
  right: -2px;
  transition: .2s width ease .2s;
  -web-kit-transition: .2s width ease .2s;
}
.box-inner:before {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  background: #fff;
  bottom: -2px;
  left: -2px;
  transition: .2s height ease 0ms;
  -web-kit-transition: .2s height ease 0ms;
}
.box.active {
  border-color: transparent;
  background: #0f2834;
}
.box.active:before {
  width: 240px;
  transition: .2s width ease 0ms;
  -web-kit-transition: .2s width ease 0ms;
}
.box.active:after {
  height: 240px;
  transition: .2s height ease .2s;
  -web-kit-transition: .2s height ease .2s;
}
.box.active .box-inner:after {
  width: 220px;
  transition: .2s width ease .4s;
  -web-kit-transition: .2s width ease .4s;
}
.box.active .box-inner:before {
  height: 220px;
  transition: .2s height ease .6s;
  -web-kit-transition: .2s height ease .6s;
}
.img-wrap.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.img-wrap.clicked {
    animation: zoomToTheCenter .6s ease;
	    position: fixed;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
}
.img-wrap:not(.clicked) {
    animation: zoomToTheCenter .6s ease reverse;
}
.img-wrap.clicked img {
		width: 100%;
		height: 100%;
	    transition: .6s ease;
}*/
/*.img-wrap:not(.clicked) {
    animation: zoomToTheCenter .6s ease reverse;
}*/

.img-wrap {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px;
    background: #fff;
    /*transition: .6s ease;*/
}
.image-main-container {
  display: block;
}
.image-main-container:not(.fullscreen) {
  width: fit-content;
  min-width: calc(100% / 3);
  max-width: 50%;
}
/*.image-main-container:nth-child(2n+1) {
    width: 30%;
}*/
.image-main-container .img-wrap {
  display: block;
 /* background-color: cornflowerblue;*/
 background-color: transparent;
  /*margin: 5px;*/
  padding: 10px;
  /*transition: width 3s, height 3s;*/
  
}

.image-main-container.fullscreen .img-wrap {
	animation: fadeIn 1s ease;
}
/*.img-wrap.clicked, .img-wrap.clicked:nth-child(2n+1) {
    animation: zoomToTheCenter .6s ease;
    position: fixed;
    width: 100%;
    height: 100%;
}*/
.clientsSlider {
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: contrast(0.5);
	position: relative;
    overflow: hidden;
    min-height: 600px;
}
.image-main-container {
    height: auto;
    background: var(--extra-light-blue);
}
.clientsSlider .fullscreen {
	background: red;
    position: absolute;
    /*width: 100%;
    height: 100%;
    top: 0;
    left: 0;*/
	/*width: calc(100vw - 30px);
    height: calc(100vh - 30px);*/
	/*width: 0;
	height: 0;*/

	
}

@media(min-width: 769px) {
    .section.hero .container {
        display: flex;
        flex-wrap: wrap;
    }
    .section.hero .container > div {
        width: 50%;
    }
}
@media(max-width: 768px){
    h1{
        font-size: 35px;
    }
    p{
        font-size: 16px;
    }
    .hero p{
        font-size: 20px;
    }
}
@keyframes linearBG2 {
    0%{
        background-position: 100%;
    }
    50% {
        background-position: 300%;
    }
    100% {
        background-position: 100%;
    }
}

@keyframes zoomToTheCenter {
	from{
    height: 150px;
    width: 250px;
    position: relative;
	}
    to {
        position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vw;
    }
}

@keyframes fadeIn {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}