:root {
  --black: #000;
  --gray100: #f4f4f4;
  --gray500: #7B7B7B;
  --gray700: #565656;
  --gray800: #08080833;
  --font-family: "Lato", sans-serif;
  --second-family: "Red Hat Display", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;

  /* height: 4018px; */

  justify-content: center;
  margin: 0;
  padding: 0;
  background-color: var(--gray100);
  justify-content: center;
  margin: auto;
}

/* =================================== */
/* 1. Desktop Breakpoint               */
/* Targets 1280px and up               */
/* =================================== */
/* @media (min-width: 1280px) { */

/* .container { */
/* max-width: 1200px; */
.container {
  min-width: 1280px;
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--black);
}

.header {
  height: 100px;
  width: 100%;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: center;


}

nav {
  display: flex;
  width: 1170px;
  height: 20px;
  align-content: center;
  justify-content: space-between;
  margin-block: 40px 40px;
  margin-left: 135px;
  margin-right: 135px;

  .search {
    margin-right: 0;
  }

  div {
    margin: 0;
    width: 42px;
    padding: 1px;
  }

  ul {
    display: flex;
    align-content: space-around;
    justify-content: center;
    gap: 42px;
    margin: 0;
    width: 500px;
    height: 16px;
    margin-left: 420px;
    padding: 1px;
    list-style: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

span,
time {

  font-size: 16px;
  line-height: 166%;
  letter-spacing: 0.1em;
  color: var(--gray500);
}

.manif {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 167%;
  letter-spacing: 0.05em;
  color: var(--black);
  padding-left: 135px;
  width: 770px;
  height: 120px;
  margin: 0;

}

.blog-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 167%;
  letter-spacing: 0.05em;
  color: var(--black);

}

.info-title {

  font-size: 23px;
  line-height: 166%;
  width: 369px;
  letter-spacing: 10%;
  line-height: 166%;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: var(--second-family);
  font-weight: 500;
}

.latest-title {
  font-family: var(--second-family);

  width: 266px;
  height: 38px;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.most-title {
  font-family: var(--second-family);

  width: 266px;
  height: 38px;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.promo-title {
  color: var(--black);
  margin: 0;
  padding: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 23px;
  line-height: 166%;
  letter-spacing: 0.1em;
  width: 470px;
  height: 76px;

}

.latest-link,
.most-link {
  text-decoration: none;
  color: var(--gray500);
}

.arrow {
  margin-left: 10px;

}

a {
  text-decoration: none;
}

.manifest {
  height: 600px;
  background-image: url(image/bg-image.png);
  margin: 0;
  padding-top: 80px;


}

.blog {
  height: 1104px;
  width: 1170px;

  margin: auto;
  margin-top: 90px;

}

.tech1,
.tech2 {
  display: flex;
  margin-top: 50px;
  padding-right: 0;
}

.info1 {
  width: 430px;
  height: 300px;
  margin-left: 30px;
  margin-top: 85px;
  margin-right: 120px;
  padding-right: 50px;
}

.blog-post-text {

  width: 448px;
  height: 81px;

  padding-top: 30px;
  margin-bottom: 85px;

}

.blog-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 166%;
  letter-spacing: 0.05em;
  color: var(--gray700);
  text-decoration: none;
}

.info2 {
  width: 430px;
  height: 300px;
  margin-left: 120px;
  margin-top: 85px;
  margin-right: 50px;

}

.latest {
  height: 600px;
  width: 1170px;
  margin: auto;
  margin-top: 90px;
  padding: 0;
}

.latest-text {
  line-height: 166%;
  letter-spacing: 0.05em;
  color: gray;

  height: 54px;
  font-size: 16px;
  width: 360px;
  padding-top: 10px;
  margin-bottom: 30px;

}

.des-post-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 166%;
  letter-spacing: 0.1em;

}

.most {
  height: 684px;
  width: 1170px;
  margin: auto;
  margin-top: 90px;
  padding: 0;
}

.button-load {
  padding-bottom: 0;
  font-family: var(--font-family);
  font-weight: 700;
  color: white;
  background: var(--gray700);
  width: 180px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 495px;
  margin-top: 10px;
  font-size: 16px;
  border: none;

}


.heading {
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 50px;

}

.des {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  padding: 0;
  gap: 30px;

  .design1,
  .desing2,
  .design3 {
    width: 370px;
    height: 500px;
    margin: 0;
  }
}

.cont {
  width: 370px;
  height: 189px;
  margin-top: 25px;
  margin-bottom: 59px;
  padding: 1px;


}

.heading1 {
  width: 370px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}

.headign2 {
  display: flex;
  justify-content: space-between;
  width: 570px;
  height: 20px;
  margin-top: 20px;
}

.content {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  height: 500px;
  margin-bottom: 50px;
  margin-top: 0;
  padding: 0;
}

.most1,
.most2 {
  width: 570px;
  height: 216px;
  margin-top: 20px;
  margin-bottom: 54px;
  margin-top: 0;
}


.most-title1 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 166%;
}

.most-text {
  line-height: 166%;
  letter-spacing: 0.05em;
  color: var(--gray700);
  font-size: 16px;
  width: 540px;
  margin-bottom: 50px;
  padding-top: 20px;
}

.promo {
  display: flex;
  width: 1170px;
  height: 192px;
  justify-content: space-between;
  margin: auto;
  margin-top: 90px;
  padding: 0;
  align-content: center;
}

.left {
  width: 600px;
  height: 132px;
  margin: 0;
  padding: 0;


}

.right {
  width: 470px;
  height: 192px;
  margin: 0;
  padding: 0;


}

.promo-text {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-right: 0;
  width: 470px;
  height: 54px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 168%;
  letter-spacing: 0.05em;
  color: var(--gray700);
}

footer {

  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  width: 100%px;
  background-color: rgb(227, 224, 224);

  margin-top: 90px;



}

.need {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: #000;
}

.ct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 20px;
  width: 1170px;
  height: 192px;
  padding-bottom: 70px;
  gap: 530px;
}

.cta {
  /* display: flex; */
  /* flex-direction: column; */

  width: 370px;
  height: 160px;
  margin-top: 0;

  margin-right: 200px;
  padding: 0;
  padding-bottom: 30px;

}

.tel-link {

  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-bottom: 20px;
}

.t-link {
  color: var(--black);
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 166%;
  letter-spacing: 0.1em;
  color: #000;
}

.social {
  width: 269px;
  height: 50px;
  margin-right: 135px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 125px;
  gap: 23px;

  img {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background-color: rgb(190, 188, 188);

  }
}

.twit {

  filter: invert(1);

}

.twit:hover {
  filter: invert(0);
}

.face:hover,
.insta:hover,
.link:hover {

  filter: invert(1) contrast(200%)brightness(200%);

}

.copyright {

  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 166%;
  letter-spacing: 0.1em;
  color: #000;

  padding-bottom: 10px;
  margin: auto;
  padding: 0;
  margin-bottom: 20px;
}

/* =================================== */
/* 2. Tablet Breakpoint                */
/* Targets 768px - 1279px              */
/* =================================== */
@media (max-width: 1280px) {
  .container {
    min-width: 768px;
    height: 3710px;
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--black);
    background-color: var(--gray100);
  }
}

/* =================================== */
/* 3. Base (Mobile-First) Styles       */
/* Targets 0px - 767px                 */
/* =================================== */
@media (max-width: 767px) {
  .container {
    min-width: 375px;
    height: 5500px;
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--black);
    background-color: var(--gray100);
  }
}