@import url("https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&family=Manrope:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700;900&family=Manrope:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: "Nunito", sans-serif;
  color: #333;
  z-index: 1010101;
  /* overflow-x: hidden; */
}
a {
  color: #333;
  list-style: none;
}

.nav {
  display: flex;
  justify-content: space-around;
  margin: 80px 10%;
}

.logo h3 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.menu ul {
  display: flex;
  padding-left: 15px;
}

.menu li a {
  padding-left: 25px;
  font-weight: 400;
}

.heading {
  color: #333;
  margin: 100px 23%;
  font-family: "Nunito";
}

.sub-head {
  color: #333;
  margin-left: 16%;
  font-family: "nunito";
  margin: 10px 23%;
}

.sub-head p {
  width: 80%;
  font-family: "Nunito";
  letter-spacing: 2px;
  font-size: 15px;
}
span {
  background-color: #f4ff94;
  font-weight: 500;
  cursor: pointer;
}
span:hover {
  background-color: white;
  font-family: "permanent marker";
  transition: 0.5s ease-in-out;
}

section {
  margin: 10% 23%;
  min-height: 100vh;
  width: 100%;
}

.recent h3 {
  font-weight: 400;
}

.fite {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  width: 750px;
  height: 317px;
  background-color: #fcba98;
}

.menu i {
  margin-left: 5px;
  font-size: small;
}
.fite img {
  margin-top: 40px;
  width: 250px;
  height: 372px;
}
.elo {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  width: 750px;
  height: 317px;
  background-color: #c4acf7;
}
.elo img {
  margin-top: 40px;
  margin-left: 50px;
  width: 150px;
  height: 252px;
}
.info-fite p {
  text-align: left;
}
.info-fite {
  margin-right: 55px;
}
.info-fite h1 {
  margin-top: 30%;
}

.fite:hover {
  box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  transition: 0.2s ease-in-out;
}
.elo:hover {
  box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  transition: 0.2s ease-in-out;
}
.paidkaro:hover {
  box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  transition: 0.2s ease-in-out;
}
.paidkaro img {
  margin-top: 10px;
  width: 350px;
  height: 260px;
}

.paidkaro {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  width: 750px;
  height: 317px;
  background-color: #a2d4e8;
}

.social {
  margin-top: 50px;
  text-align: center;
}
.fab:hover {
  color: blueviolet;
}

.social-ico {
  margin-top: 20px;
  margin-left: 44%;
  font-size: 35px;
}

.social-ico i {
  margin-left: 1%;
  cursor: pointer;
}

.head h1 {
  margin: 100px 15%;
  line-height: 20px;
}
.head p {
  width: 70%;
  margin: 30px 15%;
  line-height: 20px;
}

.main-img img {
  width: 800px;
  height: 500px;
  margin: 30px 15%;
  border-radius: 10px;
}

.values {
  margin: 25% 15%;
}

.card {
  color: #333;
}

.card h3 {
  padding-top: 50px;
}

.card p {
  padding-top: 25px;
}

/* .dropdown */

.dropbtn {
  background-color: transparent;
  color: #333;
  font-family: "Nunito";
  /* padding: 16px; */
  padding-left: 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #add7ff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.back {
  min-width: 100%;
  height: 500px;
  background: rgb(241, 255, 153);
  background: linear-gradient(
    284deg,
    rgba(241, 255, 153, 1) 0%,
    rgba(240, 255, 172, 1) 96%,
    rgba(241, 255, 175, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
}

.back img {
  /* position: absolute;
  top: 30%;
  left: 5%; */
  width: 250px;
  height: 400px;
}

.main-img {
  margin-top: 50px;
}

main {
  width: 100%;
  min-height: 100vh;
  font-family: "Nunito";
  color: #333;
}
.title h1 {
  margin-top: 60px;
  font-size: 25px;
}

/* fite */

.main-img {
  margin-top: 30px;
}

.back {
  display: flex;
  justify-content: space-around;
  padding: 75px;
}

main {
  width: 100%;
  height: 550px;
  font-family: "nunito";
  color: #1a1b1f;
}
.title h1 {
  font-weight: 500;
  margin: 80px 10%;
  font-size: 25px;
}

.overview {
  margin: 80px 10%;
}

.overview h3 {
  color: gray;
  font-weight: 400;
  font-size: 15px;
}

.overview p {
  margin-top: 15px;
  font-weight: 400;
  /* line-height: 20px; */
  width: 70%;
}
.role {
  margin: 80px 10%;
}
.role h3 {
  font-size: 15px;
  font-weight: 400;
  color: gray;
}

.role h2 {
  margin-top: 10px;
  font-size: 18px;
}

.role p {
  margin-top: 15px;
  font-weight: 300;
  width: 70%;
}

.info-fit {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.button {
  margin: -40px 10%;
}

.button button {
  padding: 15px 30px;
  background-color: rgb(76, 76, 243);
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.button button a {
  font-weight: 500;
  font-style: bold;
  color: white;
}

.quote {
  min-width: 100%;
  height: 200px;
  background-color: #f9b8ff;
  color: #333;
}

.quote h2 {
  padding-top: 50px;
  margin: 10px 10%;
  font-family: "nunito";
  font-weight: 600;
  font-size: 22px;
  color: white;
}

.quote p {
  margin: 10px 10%;
  font-weight: 300;
  font-family: "nunito";
  font-weight: 600;
  font-style: bold;
  color: white;
}
.quotes {
  width: 100%;
  min-height: 550px;
  color: #1a1b1f;
  margin: 1px 0%;
}

.coming {
  width: 100%;
  height: 100px;
  background-color: rgb(250, 108, 108);
  font-family: "nunito";
  color: whitesmoke;
}

.coming h2 {
  text-align: center;
  font-size: 20px;
  padding-top: 25px;
}

.coming p {
  text-align: center;
}

.projects {
  margin: 10px 0%;
  font-family: "nunito";
}

.projects p {
  padding-bottom: 20px;
  text-align: center;
}

.direct {
  display: flex;
  justify-content: space-around;
}

.direct img {
  width: 590px;
  height: 250px;
  padding-left: 25px;
}

.direct img:hover {
  box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.34);
}

.project-direct {
  width: 100%;
  min-height: 550px;
  color: #1a1b1f;
  margin: 80px 0%;
}
.social {
  margin-top: 50px;
  text-align: center;
}
.fab:hover {
  color: blueviolet;
}

.social-ico {
  margin-top: 20px;
  margin-left: 44%;
  font-size: 35px;
}

.social-ico i {
  cursor: pointer;
}

footer {
  padding-bottom: 100px;
}

ul.transition {
  display: flex;
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
}

ul.transition li {
  transform: scaleY(0);
  background: rgb(255, 211, 131);
  width: 100%;
}

.background {
  margin: 80px 10%;
}

.background h2 {
  color: gray;
  padding-bottom: 10px;
  font-weight: 300;
}

.background p {
  line-height: 28px;
  width: 80%;
  padding-bottom: 10px;
  font-weight: 200;
}

.ab {
  margin: 0% 11%;
}
.design-map {
  margin: 80px 10%;
}
.design-map h2 {
  color: gray;
  padding-bottom: 10px;
  font-weight: 300;
}

.design-map p {
  line-height: 28px;
  width: 80%;
  padding-bottom: 10px;
  font-weight: 200;
}

.cart-info {
  margin: 80px 10%;
}

.cart-info h2 {
  color: gray;
  padding-bottom: 10px;
  font-weight: 300;
}

.cart-info p {
  line-height: 28px;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 200;
}

.cart-img img {
  margin-left: 20%;
}

.patch {
  width: 100%;
  height: 350px;
  background-color: #f9b8ff;
}

.patch p {
  padding-top: 70px;
  margin: 10px 10%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: 70%;
  color: #1a1b1f;
}
.finally {
  margin: 80px 10%;
}
.finally h2 {
  color: gray;
  padding-bottom: 10px;
  font-weight: 300;
}

.finally p {
  line-height: 28px;
  width: 70%;
  padding-bottom: 10px;
  font-weight: 200;
}
.active {
  display: none;
}
.ham {
  display: none;
}

@media screen and (max-width: 600px) {
  .heading h1 {
    font-size: 20px;
  }
  .sub-head p {
    font-size: 12px;
    width: 110%;
    letter-spacing: 0px;
  }
  .recent h3 {
    font-size: 15px;
    font-weight: 400;
  }
  .fite {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    width: 300px;
    height: 159px;
    background-color: #fcba98;
  }
  .fite img {
    margin-top: 20px;
    width: 125px;
    height: 186px;
  }
  .info-fite p {
    font-size: 10px;
    text-align: left;
  }
  .info-fite {
    margin-right: 55px;
  }
  .info-fite h1 {
    font-size: 15px;
    margin-top: 30%;
  }
  .elo {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    width: 300px;
    height: 159px;
    background-color: #c4acf7;
  }
  .elo img {
    margin-top: 20px;
    width: 75px;
    height: 126px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .paidkaro {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    width: 300px;
    height: 159px;
    background-color: #c4acf7;
  }
  .paidkaro img {
    margin-top: 20px;
    width: 200px;
    height: 150px;
    margin-top: 10px;
    margin-left: -30px;
  }
  .menu li a {
    display: none;
  }
  .menu button {
    display: none;
  }
  section {
    margin: 0% 10%;
    min-height: 100vh;
    width: 100%;
  }
  .sub-head {
    color: #333;
    margin-left: 16%;
    font-family: "nunito";
    margin: 10px 10%;
    padding-bottom: 10px;
  }
  .sub-head p {
    font-size: 16px;
  }
  .heading {
    color: #333;
    margin: 100px 10%;
    font-family: "Nunito";
  }
  .nav {
    display: flex;
    justify-content: space-around;
    margin: 80px -10%;
  }
  .social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .social p {
    font-size: 13px;
  }
  .social-ico {
    margin-top: 20px;
    margin-left: 32%;
    font-size: 35px;
  }
  .active {
    background-color: #add7ff;
    width: 100%;
    height: 300px;
    margin-right: 100px;
    z-index: 1;
  }
  .active ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .active li {
    margin-bottom: 50px;
  }
  .active button {
    margin-bottom: 50px;
  }
  .ham {
    position: absolute;
    top: 10%;
    right: -100%;
  }
  .ham i {
    font-size: 24px;
  }
  .active {
    display: none;
  }
}

/* Line */
li::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

li:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background-color: #add7ff;
  z-index: -1;
  transition: transform 0.3s ease;
}

li {
  position: relative;
}

html {
  block-size: 100%;
  inline-size: 100%;
}

/* body {
  min-block-size: 100%;
  min-inline-size: 100%;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  place-content: center;
  font-family: system-ui, sans-serif;
} */

/* @media (orientation: landscape) {
  body {
    grid-auto-flow: column;
  }
} */
