.header {
  background-image: url(../img/hero-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 950px;
}
.header__hero {
  height: 400px;
}

.about__text {
  width: 100%;
  padding: 20px;
}
@media (max-width: 460px) {
  .about__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 460px) {
  .about__info {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .about > img {
    display: none;
  }
}

@media (max-width: 992px) {
  .title {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .title__text > h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 1000px) {
  .service__block {
    -moz-columns: 6fr !important;
         columns: 6fr !important;
  }
}

.trigger {
  background-image: url(../img/trigger-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}
.trigger__text {
  margin: 20px;
}
.trigger__text > h1 {
  width: 55%;
}
@media (max-width: 992px) {
  .trigger__text > h1 {
    font-size: 40px !important;
    width: 80% !important;
  }
}
.trigger__text > p {
  width: 50%;
  margin: 40px 0;
}
@media (max-width: 992px) {
  .trigger__text > p {
    font-size: 14px !important;
    width: 80% !important;
  }
}

@media (max-width: 1000px) {
  .choose__block {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .choose__block > img {
    order: -1;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .choose__text {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .choose__text > h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 1000px) {
  .choose__info1 > h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 1000px) {
  .choose__info1 > p {
    font-size: 12px !important;
  }
}

.projects h3 {
  font-size: 30px;
  -webkit-text-stroke: 0.5px black;
}
@media (max-width: 1000px) {
  .projects {
    flex-direction: column;
  }
  .projects h3 {
    font-size: 30px;
    -webkit-text-stroke: 1px black;
  }
}
.projects__block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.projects__block > h3 {
  width: 85%;
}
.projects__block > hr {
  width: 100%;
  height: 8px;
  color: #989899;
}
.projects__block:nth-child(1) {
  background-image: url(../img/projects-img1.png);
}
.projects__block:nth-child(2) {
  background-image: url(../img/projects-img2.png);
}

@media (max-width: 1380px) {
  .testimonials {
    flex-direction: column;
  }
}
@media (max-width: 770px) {
  .testimonials__block {
    flex-direction: column;
    text-align: center;
  }
  .testimonials__block > img {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .blog {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .blog__block {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .blog__block > img {
    width: 224px;
  }
}
@media (max-width: 1200px) {
  .blog__div {
    flex-direction: column;
    text-align: center;
  }
}

.footer1 {
  padding: 60px 0;
}
@media (max-width: 1020px) {
  .footer1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer1__list {
  padding: 0 20px;
}
@media (max-width: 990px) {
  .footer1__list {
    flex-wrap: wrap;
    justify-content: space-around !important;
    align-items: center !important;
  }
}
.footer1 p {
  color: whitesmoke;
}
.footer1 a {
  text-decoration: none;
  color: whitesmoke;
}
.footer1__icons {
  padding: 15px;
  border: 2px solid #FF4D01;
}
.footer1__icons > i {
  background: #FF4D01;
  padding: 6px;
  color: #FFF !important;
}
.footer1__social__card {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgb(238, 238, 238);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}
.footer1 .socialContainer {
  width: 52px;
  height: 52px;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
}
.footer1 {
  /* instagram*/
}
.footer1 .containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}
.footer1 {
  /* twitter*/
}
.footer1 .containerTwo:hover {
  background-color: #00acee;
  transition-duration: 0.3s;
}
.footer1 {
  /* linkdin*/
}
.footer1 .containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
}
.footer1 {
  /* Whatsapp*/
}
.footer1 .containerFour:hover {
  background-color: #128C7E;
  transition-duration: 0.3s;
}
.footer1 .socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}
.footer1 .socialSvg {
  width: 17px;
}
.footer1 .socialSvg path {
  fill: rgb(255, 255, 255);
}
.footer1 .socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */