@font-face {
  font-family: "Lato Regular";
  src: url("assets/fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato Light";
  src: url("assets/fonts/Lato-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Lato Bold";
  src: url("assets/fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Lato Black";
  src: url("assets/fonts/Lato-Black.ttf") format("truetype");
}

* {
    margin: 0;
    font-family: "Lato Regular", sans-serif;
    font-weight: normal;
}

body {
  padding: 0;
  width: 1020px;
  margin: auto;
}

.conteiner_all{
  width: 1020px;
  margin: auto;
  background-color: #f2f2f2;
  height:1195px;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
header {
  background-color: #2d303a;
  color: #fff;
  box-shadow: 0px 6px 0px #323746;
  position: relative;
  z-index: 9;
}
header .container{
  height: 89px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
header h1 {
  font-size: 24px !important;
  letter-spacing: .3px;
  font-family: 'Lato Light';
  font-weight: bold;
  margin-left: 20px;
}
header h1::after {
  content: "*";
  color: #f06c64;
}
.header-nav {
  margin-right: -6px;
  margin-top: 10px;
}
.header-nav ul {
  display: flex;
  font-size: 12px;
  letter-spacing: 0px;
  margin-right: 25px;
}
.header-nav ul li {
  margin-left: 10px;
  margin-right: 2px;
  list-style-position: inside;
  color: #494e62;
}
.header-nav ul li:first-child {
  list-style: none;
}
.header-nav ul li span {
  color: #fff;
  transition: color, 0.5s;
}
.header-nav ul li span:hover {
  color: #f1837d;
  cursor: pointer;
}
.header-nav ul li:first-child span {
  color: #f06c64;
}

#slide{
  height: 600px;
  background-color: #f06c64;
  box-shadow: 0px 6px 0px #ea676b;
  position: relative;
  display: block;
}
#phone1{
  width:215px;
  height: 458px;
  margin-top: 59px;
  margin-left: 112px;
  background-color: #f2f2f2;
  border-radius: 27px;
  position: absolute;
  z-index: 1;
}

#VerticalPhone{
  z-index: 2;
  position: absolute;
}

#image_vertical{
z-index: 3;
position: absolute;
margin-top: 62px;
margin-left: 11px;
}

#shadow_vertical{
  position: absolute;
  z-index: 0;
  margin-left: 112px;
  margin-top: 59px;

}

#phone_horizont{
  position: absolute;
  z-index: 2;
  margin-left: 425px;
  margin-top: 180px;
}

#shadow_horizont{
  position: absolute;
  z-index: 1;
  margin-left: 426px;
  margin-top: 180px;
}

#display_horizont{

  width: 335px;
  height: 188px;
  display: block;
  margin-left: 484px;
  margin-top: 194px;
  z-index: 3;
  position: absolute;
  background-image: url("assets/HorizontPhone/Layer_5.png");
  background-position-x: 50%;
  background-position-y: 30%;
}

.slider__arrow_left {
  height: 25px;
  cursor: pointer;
  margin-left: 43px;
  margin-top: 285px;
  position: absolute;
}

.slider_arrow_right {
  height: 25px;
  cursor: pointer;
  margin-left: 965px;
  margin-top: 285px;
  position: absolute;
}

.services {
    padding: 55px 40px 65px;
    color: #666d89;
    background-color: #f2f2f2;
}

.head-services h2 {
    font-size: 30px;
    font-family: "Lato Black", sans-serif;
    padding-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.head-services p {
    font-size: 17px;
    font-family: "Lato Regular", sans-serif;
    text-align: justify;
    line-height: 30px;
    letter-spacing: .1px;
    word-spacing: .2px;
}

.container-service {
    margin-top: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    grid-row-gap: 30px;
    overflow: hidden;
}

.services-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 18px;
}

.item-description h3 {
    font-size: 18px;
    font-family: "Lato Bold", sans-serif;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: -2px;
    margin-left: 3px;
}

.item-description p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -.1px;
    text-align: justify;
    margin-left: 3px;
}



.portfolio {
    width: 1020px;
    margin: auto;
    padding: 61px 40px 66px;
    box-sizing: border-box;
    background-color: #2d303a;
    color: #666d89;
    border-bottom: solid 6px #323746;;
}

.portfolio-title h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Lato Black", sans-serif;
  padding-bottom: 18px;

}

.portfolio-title p{
  font-size: 18px;
  line-height: 30px;
  color: #767e9e;
  font-family: "Lato Light";
  font-weight: 300;
  text-align: left;
  letter-spacing: -.2px;
  word-spacing: -0.2px;
}

.filter {
    display: flex;
    margin: 11px 1px 20px;
}

.filter-item {
    outline: none;
    cursor: pointer;
    background-color: transparent;
    color: #767e9e;
    border: 1px solid #767e9e;
    border-radius: 4px;
    margin-right: 10px;
    line-height: 18px;
    font-size: 12px;
}

.active, .filter-item:hover {
    color: #dedede;;
    border: 1px solid #c5c5c5;
    transition: .3s;
}

.projects-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-height: 601px;
    overflow: hidden;
}



.projects-container div {
  height: 187px;
  width: 220px;
  display: inline-flex;
  flex-direction: row;
  align-items:center;
  justify-content:space-around;
  overflow: hidden;
}
.projects-container div:first-child{
  background-image:url("assets/portfolio/Project1.png");
  background-position-x: 45%;
  background-position-y: 22%;
}
.projects-container div:nth-child(2){
  background-image: url("assets/portfolio/Project2.png");
  background-position-x: 57%;
  background-position-y: 50%;
}

.projects-container div:nth-child(3){
  background-image: url("assets/portfolio/Project3.png");
  background-position-x: 37%;
  background-position-y: 1%;
}
.projects-container div:nth-child(5) img{
  align-self:flex-start;
}

.projects-container div:nth-child(11) img{
  align-self:flex-end;
}

.about-us {
    width: 1020px;
    margin: auto;
    background-color: #f2f2f2;
    border-bottom: 6px solid #ffffff;
}

.about-us .wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0 40px;
    height: 728px;
    display: flex;
    flex-direction: column;
}

.about-us-head {
    font-family: "Lato Black";
    margin-top: 60px;
    font-size: 30px;
    color: #666d89;
    letter-spacing: -0.1px;
    word-spacing: -.7px;
    cursor: default;
}

.about-us-description {
    color: #767e9e;
    font-family: "Lato Light";
    font-size: 18px;
    cursor: default;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 0px;
    word-spacing: -.3px;
    text-align: justify;
    letter-spacing: -0.1px;
}

.layout-3-column {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
}

.card {
    margin-top: 5px;
    width: 300px;
    height: 460px;
    margin-right: 20px;
}

.card:nth-child(3n) {
    margin-right: 0;
}

.card-head {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: -0.1px;
    font-family: 'Lato Black';
    cursor: default;
    color: #666d89;
    white-space: nowrap;
    overflow: hidden;
}

.card-content {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0px;
    font-family: "Lato Regular";
    cursor: default;
    color: #767e9e;
    line-height: 1.7;
}

.card-net {
    margin-top: 25px;
}

.card-net a {
    cursor: default;
}

.card-net img {
    margin-right: 4px;
}

.card-net img:hover {
    filter: brightness(0);
    cursor: pointer;
}

.get-container {
    height: 578px;
    background-color: #f06c64;
    padding-top: 70px;
    padding-left:  40px;
    color: #f0d8d9;
    border-bottom: solid 6px #ea676b;
}

.content-container h2{
font-size: 30px;
line-height: 18px;
font-weight: bold;
font-family: "Lato Black", sans-serif;
padding-bottom: 15px;
}

.content-container>p{
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Lato Light";
  word-spacing: -0.2px;
}

input::placeholder {
    color: #f48c8f;
    padding-left: 20px;
}

textarea::placeholder {
    color: #f48c8f;
    padding-left: 12px;
}

textarea,
input {
    border: none;
}

.form {
    display: inline-flex;
    flex-direction: column;
    margin-top: 45px;
    height: 366px;
    justify-content: space-between;
}

.form input {
    width: 619px;
    height: 36px;
    border-radius: 5px;
    background-color: #d6564f;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Lato Regular';

}

.form textarea {
    height: 200px;
    border-radius: 5px;
    background-color: #d6564f;
    font-size: 12px;
    line-height: 34px;
    font-family: 'Lato Regular';
    resize: none
}

.container-contacts {
    display: inline-flex;
    margin-left: 17px;
    width: 300px;
    flex-direction: column;
}

.container-contacts h5 {
    font-size: 18px;
    line-height: 18px;
    color: #f0d8d9;
    font-family: "Lato Black";
    margin: 0;
    position: relative;
    top: -9px;
}

.container-contacts p {
    width: 300px;
    height: 97px;
    font-size: 12px !important;
    line-height: 22px !important;;
    font-family: "Lato Regular", sans-serif;
    word-spacing: -1px;
    padding-bottom: 10px;
}

.contact-info span span {
    font-size: 12px;
    line-height: 21px;
    color: #f0d8d9;
    font-family: "Lato Regular", sans-serif;
    cursor: pointer;
}

.contact-info {
    display: contents;
}

.contact-img1 {
    margin-left: 4px;
    margin-top: 6px;
}

.contact-img2 {
    margin: 0 0 0 2px;
}

.contact-img3 {
    margin: 0px -1px -1px 1px;
}

.location {
    margin: 0 13px;
}

.contact {
    margin: 0 12px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  background-color: #2d303a;
}

footer p {
    font-size: 12px;
    line-height: 6px;
    color: #666d89;
    font-family: 'Lato Regular';
    margin-left: 42px;
    letter-spacing: -.2px;
}

.footer-social {
    display: inline-flex;
    margin-right: 40px;
    justify-content: space-between;
    width:152px;
}
