@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  list-style: none;
  text-decoration: none;
  zoom: 100%;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
}

#header {
  width: 80%;
  height: 80px;
  background: #5b6cff;
  backdrop-filter: blur(10px);
  box-shadow: #000000 0px 0px 100px 35px;
  font-family: "Google Sans Regular";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
  z-index: 999;
}

.image {
  width: 70px;
  margin-right: 5px;
  height: 60px;
  border-radius: 100%;
}

.logo {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Google Sans Regular";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

#logo {
  color: #fff;
}

.lst {
  display: none;
}

nav {
  font-family: "Google Sans Regular";
}

#nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-bar ul {
  display: flex;
}

.nav-bar ul li a {
  display: block;
  color: #fefefe;
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 15px;
  transition: 0.2s;
  margin: 0 5px;
}

.nav-bar ul li a:hover {
  color: #5b6cff;
  background: #fefefe;
  transition: 0.5s;
}

.nav-bar a.active {
  color: #5b6cff;
  background: #fefefe;
}

.nav-bar.active {
  height: 290px;
  width: 100%;
  border-radius: 50px;
  margin-top: 10px;
}

.nav-bar.active ul {
  opacity: 1;
}

h3 {
  padding-left: 40px;
}

.ba {
  margin-left: 20px;
}

.back {
  color: white;
  background-color: #5b6cff;
  border-radius: 20px;
  font-size: 30px;
  width: 140px;
  cursor: pointer;
  padding-left: 20px;
  margin-right: 20px;
}

section {
  padding: 100px 20px;
}

.btn {
  font-size: 1rem;
  color: #fff;
  background-color: #5b6cff;
  cursor: pointer;
  padding: 15px 20px;
  width: 80px;
}

.btn:hover {
  background-color: #5b6cff;
  opacity: 0.6;
}

#btn {
  position: fixed;
  display: none;
  cursor: pointer;
  background-color: #5b6cff;
  color: #fefefe;
  font-size: 30px;
  font-weight: 1000;
  width: 55px;
  height: 60px;
  border: #000 solid 2px;
  right: 22px;
  bottom: 100px;
  padding-bottom: 10px;
  padding-top: 6px;
  z-index: 999;
}

.main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url(images/background.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.main h2 {
  color: aliceblue;
  font-size: 1.4em;
  font-weight: 500;
}

.main h2 span {
  display: inline-block;
  margin-top: 10px;
  color: #d6dbe9;
  font-size: 3em;
  font-weight: 500;
}

.main h4 {
  color: aliceblue;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-btn {
  color: white;
  background-color: #5b6cff;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  display: inline-block;
  padding: 0.9375em 2.1875em;
  letter-spacing: 1px;
  border-radius: 15px;
  margin-bottom: 40px;
  transition: 1s ease;
}

.main-btn:hover {
  background-color: #5b6cff;
  transform: scale(1.1);
}

.social-icons a {
  color: white;
  font-size: 1.7em;
  padding-right: 30px;
}

.title {
  display: flex;
  justify-content: center;
  color: #5b6cff;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 30px;
}

.content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.card {
  background-color: white;
  width: 22em;
  box-shadow: 0 5px 25px rgba(1 1 1 / 50%);
  border-radius: 10px;
  padding: 25px;
  margin: 28px;
  transition: 1s ease;
}
.card {
  background-color: white;
  width: 22em;
  box-shadow: 0 5px 25px rgba(1 1 1 / 50%);
  border-radius: 10px;
  padding: 25px;
  margin: 28px;
  transition: 1s ease;
}

.card:hover {
  transform: scale(1.25);
  .info > p {
    display: unset;
    transition: 0.4s;
  }
  #services .content .card .info p {
    margin-bottom: 30px;
  }
}

.card:hover {
  transform: scale(1.25);
}

.icon {
  color: #5b6cff;
  font-size: 8em;
  text-align: center;
}

.info {
  text-align: center;
}

.info h2 {
  color: #5b6cff;
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px;
}

.projects {
  background-color: #000016;
}

.projects .content {
  margin-top: 30px;
}

.projects i {
  display: unset;
}

.project-card {
  background-color: whitesmoke;
  border: 3.5px solid #5b6cff;
  min-height: 14em;
  width: 23em;
  overflow: hidden;
  border-radius: 10px;
  margin: 40px;
  transition: 1s ease;
}

.project-card:hover {
  transform: scale(1.32);
}

.project-card:hover .project-image {
  opacity: 0.6;
}

.project-image img {
  width: 100%;
  height: 300px;
}

.project-info {
  padding: 1em;
}

.project-category {
  font-size: 0.8em;
  color: #000016;
}

.project-title {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 20px;
}

.more-detalis {
  text-decoration: none;
  color: #3a6cf4;
}

.more-detalis:hover {
  color: #601cfc;
}

.contact .icon {
  font-size: xx-large;
}

.contact .info h2 {
  color: rgb(0, 38, 255);
}

.contact .info p {
  font-size: 1.3em;
}

.contact .card {
  width: 600px;
}
.contact .card:hover {
  transform: scale(1);
}

.zi {
  width: 150px;
  position: relative;
  top: 12px;
  right: 30px;
}

#soc {
  display: flex;
  margin-top: 10px;
}

/* #right{
  display: block;
} */

.form {
  background-color: #5b6cff;
  color: white;
  padding: 3px;
  display: flex;
  justify-content: space-between;
}

.form-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-left: 10px;
}

.form-title span {
  color: #5b6cff;
}

h {
  color: #5b6cff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  gap: 20px;
  text-decoration: none;
  font-weight: 500;
}

h a {
  text-decoration: none;
  font-size: 25px;
  color: #6770d3;
  font-weight: 700;
  transition: all 1.3s;
}

h a:hover {
  transition: all 1.5s;
  transform: scale(1.1);
  color: whitesmoke;
  background-color: #6770d3;
  padding: 8px;
  border-radius: 50px;
}

.load {
  display: flex;
  align-items: center;
  justify-content: center;
}

.load a {
  background-color: #5b6cff;
  border: 5px solid;
  border-radius: 25px;
  padding: 15px;
  color: white;
  padding: 15px 25px 15px 25px;
  transition: 1.5s;
}

.load a:hover {
  background-color: white;
  color: #5b6cff;
  border: 5px #5b6cff solid;
  border-radius: 25px;
  padding: 15px;
  padding: 15px 25px 15px 25px;
  transform: scale(1.1);
}

@media (max-width: 2500px) {
  .projects i {
    display: flex;
    justify-content: end;
    align-items: end;
    left: 96.5%;
  }
}

@media (max-width: 1920px) {
  .projects i {
    display: flex;
    justify-content: end;
    align-items: end;
    left: 96.5%;
  }
}

@media (max-width: 1460px) {
  .projects i {
    display: flex;
    justify-content: end;
    align-items: end;
    left: 95%;
  }
}

@media (max-width: 1250px) {
  .projects i {
    display: flex;
    justify-content: end;
    align-items: end;
    left: 94%;
  }
}

.container {
  width: 100%;
  max-width: 700px;
  margin: 30px;
  height: 100%;
}

.form-container {
  background-color: #ffffff; /* White background for the form */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.text-center {
  text-align: center;
}

h1 {
  margin: 10px 0;
  font-size: 24px;
  color: #4a5568; /* Dark gray */
}

#Please {
  color: #a0aec0; /* Light gray */
}

.form-wrapper {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.half {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #4a5568; /* Dark gray */
}

input[type="text"],
input[type="email"],
textarea,
input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #cbd5e0; /* Light gray border */
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
textarea,
input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #cbd5e0; /* Light gray border */
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  width: 100%;
  padding: 12px;
  background-color: #5b6cff; /* Indigo background */
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #434190; /* Darker indigo on hover */
}

.result {
  text-align: center;
  color: #a0aec0; /* Light gray */
  margin-top: 10px;
}

@media (max-width: 1023px) {
  header {
    padding: 12px 20px;
  }
  .navigation a {
    padding-left: 10px;
  }
  .title {
    font-size: 1.8;
  }
  section {
    padding: 80px 20px;
  }
  .main-content h2 {
    font-size: 1em;
  }
  .main-content h3 {
    font-size: 1.6em;
  }
  .contact {
    flex-direction: column;
    align-items: center;
  }
  .projects i {
    display: flex;
    justify-content: end;
    align-items: end;
    left: 90.5%;
  }
}

@media (max-width: 641px) {
  body {
    font-size: 11px;
  }

  .image {
    width: 20%;
  }

  .main-content h2 {
    font-size: 0.8em;
  }

  .main-content h3 {
    font-size: 1.4em;
  }

  .projects i {
    display: flex;
    justify-content: end;
    align-items: end;
    left: 85%;
  }
}
@media only screen and (max-width: 375px) {
  body {
    width: 100%;
  }
  .logo {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 330px) {
  body {
    width: 100%;
  }
  .logo {
    font-size: 1.5rem;
  }
}

@media (max-width: 300px) {
  body {
    font-size: 10px;
    width: 100%;
  }
  .logo {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1320px) {
  header {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1100px) {
  header {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 900px) {
  .lst {
    display: block;
    cursor: pointer;
  }

  .lst .line {
    width: 30px;
    height: 3px;
    background: #fefefe;
    margin: 6px 0;
  }
  .nav-bar {
    height: 0;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 100vw;
    background: #312d5b;
    transition: 0.5s;
    overflow: hidden;
  }
  .nav-bar ul {
    display: block;
    width: fit-content;
    margin: 80px auto 0 auto;
    text-align: center;
    transition: 0.5s;
    opacity: 0;
  }
  .nav-bar ul li a {
    margin-bottom: 12px;
    color: #fefefe;
  }
}

@media (max-width: 645px) {
  .socc h1 i {
    display: none;
  }
  .socc a i {
    display: block;
  }
  .btn {
    padding: 22px;
  }
}

@media (max-width: 426px) {
  .logo {
    font-size: 1.5em;
  }
  .text-center > h1 {
    font-size: 20px;
  }
  .text-center > h1 > i {
    display: none;
  }
  .back {
    font-size: 1.4em;
  }
  .ba {
    margin-left: 1px;
    padding-left: 1px;
  }
}

@media (max-width: 643px) {
  .text-center > h1 {
    font-size: 20px;
  }
  .text-center > h1 > i {
    display: none;
  }
}

@media (max-width: 375px) {
  .logo {
    font-size: 2em;
  }
}
@media (max-width: 321px) {
  .logo {
    font-size: 1.8em;
  }
  .back {
    font-size: 1.3em;
  }
  .ba {
    margin-left: 1px;
    padding-left: 1px;
  }
  .apps{
    width: 300px;
  }
}

@media (max-width: 1440px) {
  .arr {
    top: 750px;
    left: 700px;
  }
}
@media (max-width: 1024px) {
  .arr {
    top: 750px;
    left: 500px;
  }
}
@media (max-width: 768px) {
  .arr {
    top: 750px;
    left: 350px;
  }
  .back {
    left: 15px;
  }
}
@media (max-width: 435px) {
  .arr {
    top: 770px;
    left: 180px;
  }
}
@media (max-width: 375px) {
  .arr {
    top: 750px;
    left: 165px;
  }
}
@media (max-width: 320px) {
  .arr {
    top: 750px;
    left: 130px;
  }
}
