*{
    padding: 0;
    margin: 0;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;

}
.hero{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background: linear-gradient(220.55deg, #00E0EE 0%, #AD00FE 100%);
}
.logo{
    color: rgb(255, 255, 255);
    font-size: 28px
}
span{
    color: rgb(255, 0, 0);
}
li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
nav ul li a:hover{
    color: rgb(13, 0, 255);
    transition: .3s;
    border-bottom: 2px solid rgb(0, 16, 233);
   padding-bottom: 4px;
}
.view{
    border: none;
    background-color: rgb(255, 21, 21);
    color: white;
    padding: 12px 40px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
}
.view:hover{
    background-color: aqua;
    color: red;
    transform: scale(1.3);
}



.tag{
    padding-top: 45px;
    text-align: center;
    font-size: 65px;
    color: rgb(255, 255, 255);
}
.tag-info{
    padding-top: 45px;
    text-align: center;
    font-size: 30px;
    color: rgb(255, 255, 255);
}
.container{
    align-items: center;
    text-align: center;
    border: none;
    height: 55vh;
    width: 95%;
    margin-top: 45px;
    padding: 30px;
    background: transparent;
}
.tools{
    color: rgb(0, 0, 0);
    font-size: 64px;
}
.card-1{
    height: 42vh;
    width: 40vh;
    background-color: rgb(255, 255, 255);
    border-radius: 23px;
    margin-right: 64px;
}
.cards {
    align-items: center;
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
}
.image{
    height: 25vh;
    width: 40vh;
    background-image: url(assets/2.jpeg);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
.image1{
    height: 25vh;
    width: 40vh;
    background-image: url(assets/2.jpeg);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
/* .view{
    border: none;
    background-color: rgb(154, 247, 213);
    color: rgb(255, 0, 0);
    padding: 12px 60px;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 15px;
    font-size: 29px;
    transition: .3s;
    cursor: pointer;
}  */
/* .view:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 246, 118);
     padding: 12px 100px;
} */
.view {background-image: linear-gradient(to right, #2BC0E4 0%, #EAECC6  51%, #2BC0E4  100%)}
.view {
    margin-top: 15px;
    padding: 12px 60px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;

 }

 .view:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }
.topic{
    margin-top: 17px;
    font-size: 34px;
}
.new{
    text-decoration: none;
    color: rgb(255, 255, 255);
}


@media screen and (max-width: 600px) and (min-width: 100px){

.logo {
    font-size: 20px;
    margin-right: -6px;
    display: flex;
    flex-direction: row;
}
nav {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 10px;
}
ul{
    visibility: hidden;
}
span {
    color: rgb(255, 0, 0);
    margin-left: 4px;
}
.tag {
    padding-top: 0px;
    margin-top: -56px;
    text-align: center;
    font-size: 47px;
    color: rgb(255, 255, 255);
}
.tag-info {
    padding-top: 45px;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.tools {
    color: rgb(0, 0, 0);
    font-size: 33px;
}
.cards {
    align-items: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-1 {
    height: 42vh;
    width: 40vh;
    background-color: rgb(255, 255, 255);
    border-radius: 23px;
    margin: 20px;
    margin-bottom: 40px;
}
.hero {
    width: 100%;
    height: auto;
     background: linear-gradient(220.55deg, #00E0EE 0%, #AD00FE 100%);
    background-size: cover;
    background-position: center;
}
.container {
    align-items: center;
    text-align: center;
    height: auto;
    width: auto;
    margin-top: 45px;
    padding: 30px;
    margin-bottom: 20vh;
}
}
@media screen and (max-width: 1140px) and (min-width: 600px){

    .container {
    align-items: center;
    text-align: center;
    height: auto;
    width: auto;
    margin-top: 45px;
    padding: 30px;
    margin-bottom: 20vh;
}
.logo {
    font-size: 20px;
    margin-right: -6px;
    display: flex;
    flex-direction: row;
}
.logo {
    font-size: 20px;
    margin-right: -6px;
    display: flex;
    flex-direction: row;
}
span {
    color: rgb(255, 0, 0);
    margin-left: 4px;
}
li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px;
}
.cards {
    align-items: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-1 {
    height: 42vh;
    width: 40vh;
    background-color: rgb(255, 255, 255);
    border-radius: 23px;
    margin: 20px;
    margin-bottom: 40px;
}
.hero {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(182, 0, 0, 0.6),rgba(92, 146, 255, 0.6)),url(b.jpg);
    background-size: cover;
    background-position: center;
}

}