/* inlined: main.css */
#myVideoS {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}


@media screen and (max-width: 850px) {
    .hw-main__title--services {
        margin: 0 !important;
    }

    .hw-main__text-container--services {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
}
/* end: main.css */
/* inlined: service.css */
.servise-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #111;
  padding-top: 202px;
  position: relative;
}

.servise-section__container {
  display: grid;
  grid-template-columns: repeat(3, 460px);
  gap: 27px;
  row-gap: 200px;
}

.servise-section__container-item {
  width: 460px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.servise-section__item-details {
  display: flex;
  flex-direction: column;
  height: 526px;
  width: 460px;
  padding: 62px 32px 28px 32px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #000;
}

.analytic-item {
  padding: 62px 12px 28px 32px;
}

.analytic-details {
  font-size: 23px !important;
}

.servise-section__item-text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  margin-right: auto;
}

.servise-section__item-svg {
  width: 20px;
  height: 20px;
}

.servise-section__item-text {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}

.servise-section__item-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("/assets/services-assets/img/service/list-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.servise-section__item-description {
  width: 340px;
  height: 140px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #1d1d1d;
  position: absolute;
  top: -100px;
  overflow: hidden;
}

.servise-section__item-description-img {
  flex-shrink: 0;
  position: absolute;
}

.google-img {
  width: 160px;
  height: 160px;
  left: 0;
}

.meta-img {
  width: 224px;
  height: 133px;
  left: 0;
}

.seo-image {
  width: 150px;
  height: 145px;
  left: 0;
}

.local-image {
  width: 350px;
  height: 130px;
}

.email-image {
  width: 277.351px;
  height: 134.833px;
  right: 0;
}

.influencer-image {
  width: 150.084px;
  height: 150.008px;
  left: 0;
}

.graphic-image {
  width: 150.084px;
  height: 150.008px;
  left: 0;
}

.webdes-image {
  width: 150.084px;
  height: 150.008px;
  left: 0;
}

.develop-image {
  bottom: 0;
}

.analytic-img {
  right: 0;
}

.servise-section__item-description-title {
  color: #fff;
  text-align: center;
  font-family: Biryani;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.develop-title {
  width: 213px;
}

.servise-section__btn {
  display: block;
  width: 245px;
  height: 54px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
  color: #000;
  text-align: center;
  font-family: 'Josefin Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.servise-section__btn:hover {
  background-color: #6c01f6;
  color: white;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.top-image {
  position: absolute;
  top: 300px;
  left: 0;
}

.bottom-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 1525px) {
  .servise-section__container {
    grid-template-columns: repeat(2, 460px);
  }
}

@media screen and (max-width: 1054px) {
  .servise-section__container {
    grid-template-columns: repeat(2, 380px);
  }

  .servise-section__container-item,
  .servise-section__item-details {
    width: 380px;
  }

  .servise-section__item-details {
    height: 460px;
  }

  .servise-section__item-text {
    font-size: 18px;
  }

  .analytic-details {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 850px) {
  .servise-section__container {
    grid-template-columns: repeat(2, 360px);
  }

  .servise-section__container-item,
  .servise-section__item-details {
    width: 360px;
  }

  .servise-section__item-text {
    padding-left: 22px;
  }

  .servise-section__item-text:before {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 764px) {
  .servise-section__container {
    grid-template-columns: repeat(1, 380px);
  }

  .servise-section__container-item,
  .servise-section__item-details {
    width: 380px;
  }
}

@media screen and (max-width: 600px) {
  .servise-section {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 500px) {
  .servise-section__container {
    grid-template-columns: repeat(1, 335px);
    row-gap: 200px;
  }

  .servise-section__container-item,
  .servise-section__item-details {
    width: 335px;
  }

  .servise-section__item-details {
    height: 383px;
    padding: 45.152px 23.304px 20.391px 23.304px;
  }

  .analytic-item {
    padding: 40px 8px 28px 32px;
  }

  .servise-section__item-text {
    font-size: 17px;
  }

  .analytic-details {
    font-size: 16px !important;
  }

  .servise-section__item-description {
    width: 247.609px;
    height: 101.957px;
    top: -80px;
  }

  .servise-section__item-description-title {
    font-size: 19px;
  }

  .servise-section__btn {
    width: 220px;
    height: 47px;
    font-size: 16px;
    padding: 16px 18px;
  }

  .google-img {
    width: 140px;
    height: 120px;
    left: 0;
  }

  .seo-image {
    width: 110px;
    height: 110px;
    left: 0;
  }

  .local-image {
    width: 250px;
    height: 130px;
  }

  .email-image {
    width: 177.351px;
    height: 104.833px;
    right: 0;
  }

  .influencer-image {
    width: 120.084px;
    height: 110.008px;
    left: 0;
  }

  .graphic-image {
    width: 120.084px;
    height: 110.008px;
    left: 0;
  }

  .webdes-image {
    width: 120.084px;
    height: 120.008px;
    left: 0;
  }

  .develop-image {
    bottom: 0;
    width: 200.084px;
  }

  .analytic-img {
    right: 0;
    width: 120.084px;
    height: 120.008px;
  }
}

@media screen and (max-width: 400px) {
  .servise-section {
    padding-bottom: 0;
  }
}
/* end: service.css */