@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
    margin: 0rem;
    padding:0rem;
}
body{
    background-color:black;
}
.navbar{
    height: 10vh;
    width: 78vw;
    margin:auto;
    /* background: linear-gradient(180deg, rgb(72, 72, 228), rgb(66, 64, 64)); */
color: white;
display: flex;
/* flex-direction: row; */
align-items: center;
justify-content: space-between;
margin-bottom: 0.3rem;
font-family: "Madimi One", sans-serif;


}

li{
    list-style-type: none;
    padding: 0.5rem 1.2rem;
    border-radius: 20%;
    font-size: 1.3rem;
    cursor:pointer;
    color: white;
}

li:hover{
    background-color:white;
    color:black;
    transition: all 0.5s linear;

}
 li,a{
text-decoration: none;
}
.main{
    height:68vh;
    width:94vw;
    margin:auto;
    padding-left: 6.5rem;
    /* background-color: blanchedalmond; */
    /* background: linear-gradient(360deg, rgb(72, 72, 228), rgb(66, 64, 64)); */
display:flex;
/* align-items: center;   
justify-content:center;  */
/* margin-left: 6rem; */
color:white;
}

.info{
height:62vh;
width:98vw;
display:flex;
/* align-items: center; */
justify-content: center;
flex-direction: column;
background-color: white;
color: black;
border-radius: 10px 0px 0px 10px;
/* background-color: blueviolet; */

}

.txt{
    height:30vh;
    width:30vw;
    margin-left:4rem;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
}

.txt h2{
    font-size:2rem;
}
.txt p{
    font-size: 1.3rem;
}

.buttons{
    margin-top: 1.2rem;
    margin-left: 1.8rem;
}
.btn{
    padding: 0.7rem 1rem;
    box-sizing: border-box;
    width: 8.2rem;
    margin: 0.3rem;
    border-radius: 0.5rem;
border-style: none;
background: linear-gradient(360deg, rgb(19, 1, 95) 2%, rgb(140, 4, 252) 47%);
color: white;

}
.btn:hover{
    /* background-color:rgb(104, 82, 241); */
    background: linear-gradient(360deg, rgb(19, 1, 95), rgb(140, 4, 252));
    cursor: pointer;
    transition: all 0.9s linear;

}
.right{
    height: 63vh;
    width: 67vw;
    background: linear-gradient(360deg, rgb(19, 1, 95) 2%, rgb(140, 4, 252) 47%);

    /* background-color: rgb(150, 6, 150); */
    border-radius: 160px 10px 10px 160px;
    position: relative;
    top: -4px;
    right: 147px;
    display: flex;
    /* align-items: center; */
    justify-content: center;

}
.picture{
    position: relative;
    top: 3rem;
    right: -4rem;
    height:20rem;
    width:21rem;
    /* background-color: black; */
    border-radius: 50%;
    /* border-style: dotted; */
    background:  conic-gradient(
        from var(--border-angle),
        rgb(238, 3, 3),
        rgb(1, 1, 134) 5%,
        rgb(219, 5, 22) 60%,
        rgb(67, 2, 133) 95%
        /* rgb(219, 5, 22) 60% */
      );
      --border-angle: 0turn; 
      animation: animate 4s linear infinite;
      /* inset: 0px 0px; */

}

@keyframes animate{
    0%{
        --border-angle: 0deg;
    }
    100%{
        --border-angle:360deg;
    }

}
@property --border-angle{
    syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;

}
.image{
    height: 312px;
    width: 323px;
    position: relative;
    top: 4px;
    right: -6px;
    border-radius: 50%;
}

.intoBody{
    width: 88vw;
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center; 
     background-color: red; 
    margin-left:6rem;
}
.introPara{
    font-size: 1.2rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color:red;
    width:49vw;
}
.introImg{
    width: 30vw;
}

.src{
    height: 22rem;
    width: 25rem;
    border-radius: 18rem;
}
.src0{
    height: 5rem;
    width: 5rem;
    border-radius: 18rem;
}
.src2{
    height: 29px;
    width: 33px;
}

.title2{
    width: 7vw;
    margin: auto;
    color: white;
    font-size: 2rem;
    font-family: "Madimi One", sans-serif;
}

.project{
    height: 100vh;
    width: 77vw;
    /* background-color: blanchedalmond; */
    margin: auto;
    border-radius:10px;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 10px;
    background: linear-gradient(360deg, rgb(19, 1, 95) 2%, rgb(140, 4, 252) 47%);
    flex-direction: column;

}

.project1{
    height: 33vh;
    width: 76vw;
    /* background: linear-gradient(360deg rgb(88, 88, 88), rgb(54, 53, 53)); */

    padding: 10px 10px;
    display: flex;
    /* flex-direction: column; */
}

.preview{
    height: 39vh;
    width: 40vw;
    background-color: white;
    /* box-shadow: 6px 4px 10px 11px whitesmoke; */
    border-radius: 8px;
    padding: 1rem;

}

.projectImg{
    height: 256px;
    width: 549px;
}

.about-project{
    height: 39vh;
    width: 30vw;
    background-color: white;
    margin-left: 31px;
    /* box-shadow: 6px 4px 10px 11px whitesmoke; */
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    border-radius: 8px;
    padding: 1rem;
    font-family: "Open Sans", sans-serif;

}
