/* global */

header .nav .social li a svg circle{
  stroke: #518EB4;
}
header .nav .social li a svg path{
  fill: #518EB4;
}
body{
  position: relative;
}
.footer-bush{
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1000px;
  left: calc((100% - 1000px) / 2);
  z-index: 1;
}
footer{
  background-image: url(../images/sky.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 280px;
  position: relative;
}
footer > *{
  position: relative;
  z-index: 9;
}
footer:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 50%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
main{
  padding-bottom: 100px;
}
@media screen and (max-width: 991px){
  .footer-bush{
    width: 70%;
    left: 15%;
  }
  footer{
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 991px){
  .footer-bush{
    width: 100%;
    left: 0%;
  }
  footer{
    padding-bottom: 150px;
  }
}
.animate-arrow{
  transition: all 2s ease;
  animation: animArrow 2s linear infinite;
  position: relative;
  top: -5px;
}
@keyframes animArrow {
  0 {
    top: -5px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: -5px;
  }
}
/* -- global */

/* hero */
.hero{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(106, 106, 106, 0) -33.52%, rgba(4, 4, 4, 0.4) 63.58%); */
  z-index: 0
}
.hero .content-hero{
  width: 100%;
  max-width: calc(100vw / 2);
  border-radius: calc(100vw / 44.65116279);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
  padding: calc(100vw / 38.4);
  text-align: center;
  position: relative;
  z-index: 9;
}
.hero .content-hero h1{
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.hero .content-hero p{
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.hero-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  z-index: 9;
}
.hero-bottom p{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: .2em
}
@media screen and (max-width: 1440px){
  .hero .content-hero{
    padding: 40px;
    max-width: 700px;
  }
  .hero .content-hero h1{
    font-size: 60px;
  }
  .hero .content-hero p{
    font-size: calc(100vw / 72);
  }
}
@media screen and (max-width: 991px){
  .hero .content-hero p{
    font-size: 24px;
  }
}
@media screen and (max-width: 599px){
  .hero{
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .content-hero h1{
    font-size: 35px;
  }
  .hero .content-hero p{
    font-size: 18px;
  }
  .hero .content-hero{
    padding: 20px;
  }
}
/* -- hero */

/* ideveloper */
.ideveloper{
  text-align: center;
  padding: calc(100vw / 48) calc(100vw / 21.33333333);
  min-height: 120vh;
  background-image: url(../images/bg-ideveloper.jpg);
  background-position: center bottom;
  background-size: auto 80%;
  position: relative;
  background-repeat: no-repeat;
}
.ideveloper:after{
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 50%;
  background: linear-gradient(180deg, #FFFFFF 37.07%, rgba(255, 255, 255, 0) 78.93%);
}
.ideveloper .description{
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.ideveloper .description p{
  font-size: calc(100vw / 87.27272727);
  line-height: 1.6;
  max-width: 900px;
  margin: auto;
}
.ideveloper .description .counter{
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
.ideveloper .description .counter .item{
  width: calc((100% - 60px) / 3);
  text-align: center;
}
.ideveloper .description .counter .item p.value{
  font-size: 80px;
  color: #32B3E2;
  font-weight: 200;
}
@media screen and (max-width: 1440px){
  .ideveloper .description .counter .item p.value{
    font-size: 60px;
  }
  .ideveloper .description p{
    font-size: 18px;
  }
}
@media screen and (max-width: 991px){
  .ideveloper{
    padding-top: 50px;
  }
  .ideveloper .description .counter .item p.value{
    font-size: 40px;
  }
  .ideveloper .description p{
    font-size: 16px;
    margin-top: 10px;
  }

}
@media screen and (max-width: 599px){
  .ideveloper{
    min-height: 100vh;
    background-size: auto 50%;
  }
  .ideveloper:after{
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 55.07%, rgba(255, 255, 255, 0) 75.93%);
  }
  .ideveloper .description p{
    font-size: 14px;
  }
  .ideveloper .description .counter{
    flex-wrap: wrap;
    gap: 20px;
  }
  .ideveloper .description .counter .item{
    width: 100%;
  }
  .ideveloper .description .counter .item p{
    line-height: 1.2;
  }
}
/* ideveloper */

/* developer-gallery */
.developer-gallery {
    padding: calc(100vw / 48) calc(100vw / 21.33333333);
    margin-top: 50px;
}
.developer-gallery .slider-developer-gallery img{
    border-radius: 50px;
}
.developer-gallery .swiper-slide{
    width: calc(((100% - 28px) / 2 - 28px) / 2);
    height: calc(100vw / 3.14);
    background-size: cover;
    background-position: center;
    border-radius: 50px;
}
.developer-gallery .swiper-slide:first-child,
.developer-gallery .swiper-slide:nth-child(3n+1){
    width: calc((100% - 28px) / 2);
}
.nav-slider-developer-gallery{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
@media screen and (max-width: 991px){
    .developer-gallery{
        margin-top: 0;
    }
    .developer-gallery .swiper-slide{
        border-radius: 30px;
    }
    .developer-gallery .swiper-slide,
    .developer-gallery .swiper-slide:first-child, .developer-gallery .swiper-slide:nth-child(3n+1){
        width: 100%;
        height: calc(100vw / 1.7);
    }
}
@media screen and (max-width: 599px){
  .developer-gallery{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* -- developer-gallery */

/* ovillas */
.ovillas{
  padding: calc(100vw / 48) calc(100vw / 21.33333333);
  background-image: url(../images/sky.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.ovillas:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #FFFFFF 31.38%, rgba(255, 255, 255, 0) 98.25%);
  z-index: 0;
}
.ovillas:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, #FFFFFF 31.38%, rgba(255, 255, 255, 0) 98.25%);
  z-index: 0;
}
.ovillas .title-section{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 9;
}
.ovillas .title-section h2{
  font-size: calc(100vw / 24);
  margin-bottom: 15px;
}
.ovillas .title-section p{
  font-size: calc(100vw / 87.27272727);
  line-height: 1.5;
  margin-bottom: 15px;
}
.wrapper-ovillas-list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.ovillas-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  padding-left: 20px;
  width: calc((100% - 40px)/2);
}
.ovillas-list li{
  width: 100%;
  list-style: disc;
  color: #244E67;
  font-size: calc(100vw / 87.27272727);
  line-height: 1.5;
}
.text-center{
  text-align: center;
  position: relative;
  z-index: 9;
}
.title-team{
  font-size: calc(100vw / 32);
  margin: 80px 0 40px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.items-team{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1920px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.items-team .item{
  width: calc((100% - 128px) / 5);
  text-align: center;
}
.items-team .item img{
  max-width: 90%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.items-team .item p.name{
  font-size: calc(100vw/76.8);
  line-height: calc(100vw/58.18181818);
  margin: 5px 0;
}
.items-team .item p.position{
  font-size: calc(100vw/180);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
}
.items-team .item.final-item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-consultation-wrapper{
	width: calc(100vw / 7);
	height: calc(100vw / 7);
	background: rgba(152,200,222,.5);
	border-radius: calc(100vw / 27.42857143);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	position: relative;
	transition: all .4s;
}
.get-consultation-wrapper a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}
.get-consultation-wrapper p{
	padding: 0 20px;
	font-size: calc(100vw / 96);
	color: #244E67;
	font-weight: 500;
	max-width: 100%;
	line-height: 1.2;
}
.get-consultation-wrapper .icon{
	width: calc(100vw / 20);
	height: calc(100vw / 20);
	background: #74A9CA;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}
.get-consultation-wrapper:hover .icon{
	width: calc(100vw / 17);
	height: calc(100vw / 17);
	background: #244E67;
}
@media screen and (max-width: 1440px){
  .ovillas .title-section p,
  .ovillas-list li{
    font-size: 18px;
  }
}
@media screen and (max-width: 991px){
  .ovillas .title-section h2{
    font-size: 60px;
  }
  .wrapper-ovillas-list{
    gap: 0;
    margin-bottom: 40px;
  }
  .ovillas-list{
    width: 100%;
    margin: 0;
  }
  .ovillas .title-section p,
  .ovillas-list li{
    font-size: 16px;
    line-height: 2;
  }
  .ovillas-list li{
    width: 100%;
  }
  .title-team{
    font-size: 40px;
  }
  .items-team{
    gap: 20px;
  }
  .items-team .item{
    width: calc((100% - 60px) / 4);
  }
  .items-team .item p.name{
    font-size: 15px;
  }
  .items-team .item p.position{
    font-size: 10px;
  }
  .get-consultation-wrapper{
    width: calc(100vw / 5);
    height: calc(100vw / 5);
  }
  .get-consultation-wrapper p{
    font-size: 13px;
  }
}
@media screen and (max-width: 599px){
  .ovillas .title-section h2{
    font-size: 40px;
  }
  .items-team{
    gap: 10px;
  }
  .items-team .item {
    width: calc((100% - 10px) / 2);
  }
  .get-consultation-wrapper {
    width: 100%;
    height: calc(100vw / 2.3);
  }
  .get-consultation-wrapper .icon{
    width: 50px;
    height: 50px;
  }
}
/* -- ovillas */

/* partners */

.partners{
  padding: calc(100vw / 48) calc(100vw / 21.33333333);
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}
.partners:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, #FFFFFF 31.38%, rgba(255, 255, 255, 0) 98.25%);
  z-index: 0;
}
.partners .content{
  position: relative;
  z-index: 9;
  max-width: 50vw;
  margin: auto;
  text-align: center;
}
.partners .content h2{
  font-size: calc(100vw / 32);
  margin: 40px 0;
}
.wrapper-partners{
  gap: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner-tree{
  position: absolute;
  z-index: 7;
  right: 0;
  top: calc(-100vw / 19.2);
  width: calc(100vw / 4.314606742);
}
@media screen and (max-width: 1280px){
  .wrapper-partners{
    gap: 20px;
  }
  .wrapper-partners img{
    max-width: calc((100% - 40px) / 3 )
  }
}
@media screen and (max-width: 991px){
  .partners .content h2{
    font-size: 40px;
  }
  .partner-tree{
    display: none;
  }
  .partners .content{
    max-width: 100%;
  }
}
@media screen and (max-width: 599px){
  .partners{
      min-height: 80vh;
  }
}
/* -- partners */

/* informations */
.informations{
  padding: 50px calc(100vw / 21.33333333);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.informations > div{
  width: 50%;
}
.informations .image img{
  border-radius: calc(100vw / 38.4);
}
.informations .text{
  padding-right: calc(100vw / 38.4);
}
.informations .image + .text{
  padding-left: calc(100vw / 38.4);
  padding-right: 0;
}
.informations .text h2{
  font-size: calc(100vw / 32);
  margin-bottom: 7px;
}
.informations .text p{
  font-size: calc(100vw / 87.27272727);
  line-height: 1.6;
  margin-bottom: 15px;
}
.informations .text p.position{
  text-transform: uppercase;
  color: #32B3E2;
  font-weight: 600;
  letter-spacing: .3em;
  margin-bottom: calc(100vw / 64);
}
@media screen and (max-width: 1440px){
  .informations .text p{
    font-size: 18px;
  }
}
@media screen and (max-width: 991px){
  .informations{
    flex-wrap: wrap;
    gap: 30px;
  }
  .informations > div{
    width: 100%;
  }
  .informations .image{
    order: 1;
    text-align: center;
  }
  .informations .image img{
    max-width: 550px;
  }
  .informations .text{
    order: 2;
    text-align: center;
  }
  .informations .text h2{
    font-size: 40px;
  }
  .informations .text p.position{
    font-size: 16px;
  }
  .informations .image + .text{
    padding-left: 0;
  }
  .informations .text p{
    font-size: 16px;
  }
}
@media screen and (max-width: 599px){
  .informations .text p{
    font-size: 14px;
  }
  .informations .image img{
    max-width: 100%;
  }
  .informations .text p.position{
    font-size: 13px;
    margin-bottom: 20px;
  }
}
/* -- informations */
