*{
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}
a{
  text-decoration: none;
}
ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  list-style: none;
  width: 50%;
}
li{
  margin: 10px;
}
.menu{
  display: flex;
  align-items: center;
  justify-content: space-around;

}
.logo{
    color: blue;
    font-size: 30px;
}
footer{
  text-align: center;
  grid-column: 1 / -1;
  color: blue;
}
footer i{
  margin: 10px;
}
.Text{
  text-align: center;
  color: gray;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 150px;
  line-height: 25px;
  font-size: 20px;
}
.Text h1{
  padding-bottom: 50px;
  color: black;
}
.item img{
  grid-column: 1 / 1;
  grid-row: 1 / -1;
  width: 338px;
  margin: auto;
}
.item{
  display: grid;
  grid-template-columns: 338px 1fr;
  padding: 130px;
  grid-gap: 50px;
}
.card{
  border: 1px solid gray;
  border-bottom: 5px solid orange;
  height: 360px;
}
.card-title{
  text-align: center;
  color: orange;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 95px;
  line-height: 40px;
  font-size: 44px;
}
.card-subtitle{
  text-align: center;
  color: gray;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 30px;
  line-height: 25px;
  font-size: 17px;
}

.card{
  border: 1px solid gray;
  border-bottom: 5px solid purple;
  height: 360px;
  border-radius: rounded;
}
.card-title{
  text-align: center;
  color: purple;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 95px;
  line-height: 40px;
  font-size: 44px;
}
.card-subtitle{
  text-align: center;
  color: gray;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 30px;
  line-height: 25px;
  font-size: 17px;
}
footer{
  margin-top: 60px;
  background-color: #741cff;
}

.mainfoter a,i,h2,li{
  list-style: none;
  text-decoration: none;
  color: white;
}

.info1{
  margin: 0 auto;
  width: 30%;
  justify-content: space-around;
  display: flex;
}

.info2{
  padding-top: 20px;
  margin: 0 auto;
  width: 20%;
  justify-content: space-around;
  display: flex;
}

.info3{
  opacity: 0.5;
  font-size: 15px;
  padding-top: 20px;
  margin: 0 auto;
  width: 20%;
  justify-content: space-around;
  display: flex;
  padding-bottom: 45px;
}


.info1 a:hover{
  transition: all 0.3s ease-out;
  color:#EE7930;
}

.info2 a:hover{
transition: all 0.3s ease-out;
  opacity: 0;
}
h2{
  font-size: 30px;
  padding-top: 80px;
  text-align: center;  
  padding-bottom: 40px;
}
.flex-nav{
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.toggleNav { display: none; }
.flex-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.flex-nav li {
    flex: 3;
}
@media all and (max-width: 700px) {
  .flex-nav ul { display: none;
    flex-direction: column;
    order: 1;}
  .toggleNav { display: block; order:2;}
  .flex-nav li { flex-basis: 100%; margin-top: 50px}
  .wrapper{
    display: flex;
    flex-direction: column;

  }
  .info1{
  margin: 0 auto;
  width: 30%;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}
  .item{
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  padding: 130px;
  grid-gap: 50px;
  grid-template-rows: 300px;
}
.card{
  border: 1px solid gray;
  border-bottom: 5px solid purple;
  height: 500px;
  border-radius: rounded;
}
}