* {
  font-family: "Comic Sans";
  padding: 0px;
  margin: 0px;
}
body {
  background-image: linear-gradient(45deg, #d900ff, #08e7c6);
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #e1d5d5;
}
::-webkit-scrollbar-thumb {
  background-color: #0058f0;
  border-radius: 10px;
}
.navbar {
  top: 0;
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#logo img {
  height: 100px;
  width: 100px;
  border-radius: 10px;
}

#icon {
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #333;
  margin-bottom: 5px;
  transition: 0.3s all;
}

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

#menu li {
  list-style: none;
  font-family: "Arial";
  margin-right: 20px;
}

#menu a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  margin: 10px;
}
#menu a:hover {
  color: rgb(170, 164, 164);
  font-size: 19px;
}
input[type="search"] {
  border-radius: 10px;
  height: 30px;
  background: transparent;
  background-image: url("Search.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 10px;
}
#login {
  border: none;
  outline: none;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  color: white;
  height: 30px;
  width: 60px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
#login:hover {
  color: black;
  background-color: white;
  border: 2px solid black;
}

.h1-context {
  color: darkgray;
  font-size: 2.5rem;
  margin-top: 10px;
  margin-left: 5px;
  background-image: linear-gradient(#16daf4, #f8f401);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.click-btn {
  background-color: white;
  border: 1px solid black;
  padding: 1.5% 3%;
  margin-bottom: 10%;
  border-radius: 10px;
  margin-left: 10px;
}
.click-btn:hover {
  background-color: black;
  transition: 0.5s;
  color: white;
  cursor: pointer;
}

.footer {
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
}
.projects {
  font-size: "Arial";
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 30px;
}
.projects-content {
  display: flex;
  margin-left: 50px;
  gap: 150px;
}

.project-containers {
  height: 300px;
  width: 300px;
  background-color: black;
  color: white;
  border: 2px solid black;
  border-radius: 8% 14%;
}
.project-text {
  font-family: "Arial";
  padding-top: 125px;
  text-align: center;
}
#i1:hover,
#i2:hover,
#i3:hover {
  background-color: white;
  color: black;
  transition: 0.6s;
  cursor: pointer;
}
.container {
  max-width: 1100px;
  margin: 0 40px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.col {
  width: calc(33.33% - 20px);
  margin-bottom: 100px;
  margin-top: 20px;
}

.col p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.col ul {
  padding-left: 10px;
}

.col li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.col li a {
  color: #fff;
  text-decoration: none;
}

.col li i {
  margin-right: 10px;
}

.footer {
  border-radius: 5% 10%;
  background-color: #333;
  color: #fff;
  margin-top: auto;
}

.bottom-bar {
  background-color: #222;
  padding: 20px;
  border-radius: 5% 10%;
  text-align: center;
}

.bottom-bar p {
  font-size: 14px;
  line-height: 1.5;
}
#full-footer {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }

  .col {
    width: 100%;
    margin-bottom: 50px;
  }

  .col p {
    font-size: 12px;
  }

  .col li {
    font-size: 12px;
  }

  .bottom-bar p {
    font-size: 12px;
  }
  #icon {
    margin-left: 75%;
  }
}
@media (max-width: 1024px) {
  .footer {
    margin-top: auto;
    margin-bottom: 0px;
  }
  #icon {
    display: block;
    margin-left: 75%;
  }
  input[type="search"],
  #login {
    display: none;
  }
  #list {
    display: none;
  }
  .content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    margin-top: 30px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  .content li {
    margin: 10px 20px;
    height: 30px;
  }
  .content li a:hover {
    color: #1e275e;
  }
  .content li:nth-child(odd) {
    background-color: blanchedalmond;
    width: 100%;
    text-align: center;
  }
  .content li a {
    font-size: 20px;
  }

  .toggle #bar1 {
    transform: rotate(-45deg) translateY(5px);
    width: 25px;
  }
  .toggle #bar3 {
    transform: rotate(45deg) translateY(-6px);
    width: 25px;
  }
  .toggle #bar2 {
    display: none;
  }
  .projects-content {
    display: block;
    margin-left: 20%;
  }
  .project-containers {
    margin-top: 100px;
  }
  .click-btn {
    padding: 2% 5%;
    margin-bottom: 5%;
  }
}
