* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
:root {
  --primary: #20bec8;
  --white1: #fff;
  --white2: #f7f7f7;
  --grey1: #6d6d6d;
  --grey2: #a7a7a7;
  --black: #0b0b0b;
}

.bg_banner {
  background-image: url("/images/bg-banner.png");
  background-size: cover;
}
.banner .banner_right {
  width: 140%;
}
.banner embed {
  /* width: 50vw; */
  width: 100%;
  height: 47vw;
  margin-right: 0;
  margin-left: auto;
  max-height: 619px;
  max-width: 600px;
  pointer-events: none;
}

/* solution engineer */

.solution-engineer {
  background-color: var(--white1);
  /* padding: 20px; */
  border-radius: 16px;
}
.solution-engineer h1 span {
  color: var(--blue-1);
}
.solution-engineer h4 {
  position: relative;
}
.solution-engineer h1 {
  font-size: 4vw;
}
.solution-engineer .list-card .card-item {
  background-color: var(--white2);
  padding: 8px 12px;
  width: 20%;
  max-width: 237px;
  border-radius: 8px;
  transition: all 0.2s linear;
}
.solution-engineer .list-card .card-item:hover {
  color: var(--white1);
  background-color: var(--primary);
}
.solution-engineer .list-card .card-item:hover .non-active {
  display: none;
}
.solution-engineer .list-card .card-item:hover .active {
  display: block;
}

/* ux-ui design  */

.ux-ui-design h2::after {
  content: "UX/UI";
  position: absolute;
  color: var(--grey2);
  opacity: 0.2;
  font-size: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ux-ui-design h2 {
  position: relative;
  width: fit-content;
}
.ux-ui-design h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  bottom: -20px;
  left: 0%;
}

/* blockchain  */

.blockchain .list-content p {
  color: var(--grey1);
}
.blockchain .list-content img {
  object-fit: contain;
}
.blockchain::after {
  content: "";
  position: absolute;
  background-color: var(--white2);
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.blockchain h2::after {
  content: "BLOCKCHAIN";
  position: absolute;
  color: var(--grey2);
  opacity: 0.2;
  font-size: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blockchain h2 {
  position: relative;
}
.blockchain h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/* web development  */
.web-development h2::after {
  content: "WEB";
  position: absolute;
  color: var(--grey2);
  opacity: 0.2;
  font-size: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.web-development h2 {
  position: relative;
  width: fit-content;
}
.web-development h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  bottom: -20px;
  left: 0%;
}

/* app development  */

.app-development h2::after {
  content: "APP";
  position: absolute;
  color: var(--grey2);
  opacity: 0.2;
  font-size: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app-development h2 {
  position: relative;
  width: fit-content;
}
.app-development h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  bottom: -20px;
  left: 0%;
}
.app-development::after {
  content: "";
  position: absolute;
  background-color: var(--white2);
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

/* ai development  */

.ai-development h2::after {
  content: "AI";
  position: absolute;
  color: var(--grey2);
  opacity: 0.2;
  font-size: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ai-development h2 {
  position: relative;
  width: fit-content;
}
.ai-development h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  bottom: -20px;
  left: 0%;
}

/* newspaper  */

.card-newpaper {
  filter: drop-shadow(0px 0px 25px #0b0b0b4d);
  background-color: var(--white1);
  border: 2px solid var(--white2);
  transition: all 0.2s linear;
}
.card-newpaper .content {
  padding: 20px;
}
.card-newpaper > img {
  object-fit: contain;
}
.card-newpaper p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.card-newpaper:hover {
  box-shadow: 0px 0px 22px rgba(32, 190, 200, 0.31);
  border: 2px solid #20bec8;
}

/* contact us  */

.contact input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: var(--white2);
}
.contact input[type="text"]::placeholder {
  text-align: center;
  vertical-align: text-top;
  text-transform: capitalize;
}
select {
  height: 50px;
  padding: 0 16px;
}
.contact input#message {
  height: 100px;
  text-align: start;
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
::placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
  text-align: start;
  display: flex;
  justify-content: start;
  align-items: flex-start;
}

.contact input[type="submit"] {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact form button.submit {
  background: #0b0b0b;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--white1);
  padding: 13px;
  width: 100%;
}

.contact input[type="submit"]:hover {
  background-color: #45a049;
}
.contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--grey1);
}
.bg-contact {
  background-image: url("/images/bg-contact.png");
  background-size: 100% 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 25px rgba(11, 11, 11, 0.3);
  padding: 20px;
  gap: 40px;
}
.contact .title h2,
.contact .title p {
  color: var(--white1);
}
.form-contact {
  background-color: var(--white1);
  border-radius: 20px;
}
body {
  background-color: var(--primary-colo1);
  font-style: normal;
  font-weight: 400;
  color: var(--text-color-1);
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}

a {
  text-decoration: none;
}

/* home page */

#home-page .banner hr {
  display: none;
}
@media only screen and (min-width: 768px) {
  .form-contact {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .bg-contact {
    padding: 0 50px 50px;
  }
  .solution-engineer .list-card .card-item {
    padding: 12px 18px;
  }
  .blockchain h2::after,
  .ux-ui-design h2::after,
  .web-development h2::after,
  .app-development h2::after,
  .ai-development h2::after {
    font-size: 72px;
  }
}

@media only screen and (min-width: 1440px) {
  .banner h1 {
    font-size: 64px;
    line-height: 130%;
  }
  .embeb {
    margin-right: -8rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .banner embed {
    margin: 20px auto;
    height: 80vw;
  }
  .banner .banner_right {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .name-email {
    flex-direction: column;
  }
}
@media only screen and (max-width: 374px) {
  .banner h1 {
    font-size: 38px;
  }
  .solution-engineer .list-card .card-item {
    min-width: 136px;
    padding: 8px 6px;
  }
}
