@font-face {
	font-family: 'SF Display';
	font-display: swap;
	src: url("../fonts/SF-Pro-Display-Black.eot");
	src: local("O"), url("../fonts/SF-Pro-Display-Black.woff") format("woff"), 
			url("../fonts/SF-Pro-Display-Black.ttf") format("truetype"), 
			url("../fonts/SF-Pro-Display-Black.svg") format("svg");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'SF Display';
	font-display: swap;
	src: url("../fonts/SF-Pro-Display-Bold.eot");
	src: local("O"), url("../fonts/SF-Pro-Display-Bold.woff") format("woff"), 
			url("../fonts/SF-Pro-Display-Bold.ttf") format("truetype"), 
			url("../fonts/SF-Pro-Display-Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #fff;
  font-family: SF Display;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  max-width: 1720px;
  margin: 0px auto;
  padding: 20px 15px;
}

.header__logo img{
  width: 180px;
}
.header__burger img{
  width: 40px;
}

.hero {
background: url('img/Backgdesk.png') center/cover no-repeat;
}
.hero__container {
  max-width: 1720px;
  margin: 0px auto;
  padding: 10px 15px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__body {
  max-width: 1275px;
  text-align: center;
}
.hero__title {
  font-size: 128px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 96px;
  -webkit-text-stroke: 3px #fff; 
  color: transparent; 
}
.white {
  color: #fff;
}

.hero__link {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.14) 100%);
  border: 2px solid #fff;
  padding: 20px 60px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.hero__link:hover {
  background-color: rgba(255, 255, 255, 1);
  color:#293e5c;
  
}

@media (max-width:1310px) {
  .hero__title {
    font-size: 90px;
  }
}

@media (max-width:991.98px) {
  .hero__title {
    font-size: 70px;
    -webkit-text-stroke: 2px #fff; 
    margin-bottom: 76px;
  }
}

@media (max-width:767.98px) {
  .hero__title {
    font-size: 60px;
  }
}

@media (max-width:650px) {
  .hero__title {
    font-size: 60px;
    line-height: 98%;
    margin-bottom: 68px;
  }
  .client,
  .white {
    font-size: 55px;
    line-height: 110%;
  }
  .hero__title {
    font-size: 72px;
  }

}
@media (max-width:479.98px) {
  .hero {
    background: url('img/Backgiphone.png') center/cover no-repeat;
  }
}
@media (max-width:396px) {
  .hero {
    background: url('img/Backgraundandroid.png') center/cover no-repeat;
  }
  .hero__title {
    font-size: 48px;
    line-height: 98%;
    margin-bottom: 68px;
  }
  .client,
  .white {
    font-size: 48px;
    line-height: 110%;
  }
  .hero__title {
    font-size: 64px;
  }
}