* {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  box-sizing: border-box;
  color: white;
}

:root {
  --navbar-height: 60px;
}
::selection {
  color: rgb(255, 255, 255);
  background: #c34cd5;
}

body {
  background: rgb(41, 41, 41);
  width: 100%;
  /* height:120vh */
  overflow: hidden;
}

.box1 {
  position: absolute;
  height: 200px;
  width: 200px;
  top: 100px;
  background: rgba(252, 6, 252, 0.5);
  filter: blur(100px);
  z-index: 200;
  /* z-index: 1;  */
}

.box2 {
  position: absolute;
  height: 300px;
  width: 300px;
  bottom: 100px;
  right: -200px;
  background: rgba(251, 56, 221, 0.3);
  filter: blur(30px);
  z-index: 200;
  border-radius: 50%;
  /* z-index: 1; */
}

.box3 {
  position: absolute;
  height: 400px;
  width: 400px;
  right: -12%;
  top: 10%;
  background: rgba(239, 13, 179, 0.1);
  filter: blur(30px);
  z-index: 200;
  border-radius: 50%;
  /* z-index: 1; */
}

/* .box4{
  position: absolute;
  height: 70%;
  width: 38%;
  top: 150px;
  right: 130px;
  background: rgba(243, 45, 190, 0.1); 
  filter: blur(5px);
  z-index: 200;
  border-radius: 5% 40% 5% 40%;
} */

.nav {
  /* width: 100%; */
  height: var(--navbar-height);
  background: linear-gradient(to left, rgb(28, 28, 28) 20%,  rgb(213 4 195));
  display: flex;
}

.title {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 550;
  /* margin-right: 90px; */
  padding-right: 75px;
}

.links {
  display: flex;
  width: 45%;
  justify-content: center;
  align-items: center;
}

.links a {
  /* box-shadow: 0px 0px 2px white  ; */
  font-size: 20px;
  margin-left: 9px;
  margin-right: 9px;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 3px;
  transition: 0.2s all;
  cursor: pointer;
}

.links a:hover {
  box-shadow: 0px 0px 2px transparent;
  border-radius: 0px;
  border: 2px solid transparent;
  border-bottom: 2px solid rgb(232, 203, 248);
  border-bottom-width: 6px;
}

.links .uline {
  box-shadow: 0px 0px 2px transparent;
  border-radius: 0px;
  border: 2px solid transparent;
  border-bottom: 2px solid rgb(232, 203, 248);
  border-bottom-width: 6px;
}

.main {
  display: flex;
  background-color: #060606;
  height: calc(100vh - var(--navbar-height));
  width: 100%;
  justify-content: center;
}

.page {
  /* border: 2px solid black; */
  height: 86%;
  width: 90%;
  position: absolute;
  transform: rotateY(180deg);
  /* opacity: 0.5; */
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  margin: 20px auto;
  color: white;
  background: #111111;
  transition: 1s;
  /* border: 1px solid white; */
}

.about {
  transform: rotateY(360deg);
  z-index: 12;
  overflow: hidden;
  /* background: lime; */
}

.project {
  z-index: 2;
  overflow: hidden;
  /* transform: rotateY(0deg); */
  /* background: rgb(0, 81, 255); */
}

.education {
  z-index: 1;
  overflow: hidden;
  /* background: rgb(30, 162, 30); */
}

.skills {
  z-index: 4;
  overflow: hidden;
  transform: rotateY(0deg);
  /* background: rgb(255, 0, 140); */
}

.contacts {
  z-index: 1;
  overflow: hidden;
  /* background: rgb(235, 247, 101); */
}

.objx {
  z-index: 10;
  transform: rotateY(0deg);
  background: linear-gradient(rgb(87, 2, 72), rgb(246, 64, 228));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.objx i {
  font-size: 500px;
  color: #c34cd5;
}

/* about  */
.apage {
  height: 90%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.aaicon {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
  /* width: 100px; */
}

.aaicon i {
  font-size: 460px;
  color: #c34cd5;
  /* color: #ece8ec; */
}

.acontent {
  width: 55%;
  /* background: red; */
  height: 90%;
  padding: 50px 0px 0px 70px;
}

.acontent .atext {
  width: 85%;
}

.acontent .atext .a1 {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
}

.acontent .atext .a2 {
  color: rgb(255, 255, 255);
  font-size: 42px;
  margin-top: 23px;
  margin-bottom: 25px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.acontent .atext .a2 span {
  color: rgb(245, 101, 250);
  font-weight: 600;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.acontent .atext .a3 {
  color: rgb(255, 255, 255);
  font-size: 19px;
  margin-top: 26px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.a6 {
  margin-top: 15px;
  font-size: 18px;
}

.a6 span {
  color: rgb(245, 101, 250);

}

.a4 {
  margin-top: 15px;
  display: flex;
  gap: 20px;
}

.a5 {
  font-size: 14px;
  margin-top: 32px;
}

.abtn {
  color: #ed45d6;
  font-size: 20px;
  height: 55px;
  width: 175px;
  background: black;
  outline: 0;
  border: 0px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 600;
}

.abtn1 {
  border: 3px solid #ed45d6;
  transition: 0.3s all;
  width: 130px;
}

.abtn1:hover {
  color: #060606;
  box-shadow: inset 0px 0px 25px 25px #ed45d6;
}

.abtn2 {
  /* background-color: #da13c0; */
  color: #060606;
  background: #ed45d6;
  transition: 0.4s all;
}

.abtn2:hover {
  background: #f76ce5;
}

.typingeff {
  font-size: 29px;
}

.typingeff span {
  color: rgb(245, 141, 249);
  font-weight: 620;
}

/* Project  */
.pmain{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  padding: 20px;

}
.pm{
  background: #de69f0;
  height: 470px;
  min-width: 130px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pimg{
  margin-top: 35px;
  height:180px ;
  width: 85%;
  background: #1f1f1f;
  border-radius: 20px;

}
.pcontent{
  width: 82%;
}
.pdesc{
  font-size: 35px;
  font-weight:700 ;
}
.planguage{
  font-size: 19px;
}

/* education  */
.education{
  height: 86%;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.epage{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px;
  border-radius: 25px;
  height: 90%;
  width: 750px;
  font-size: 20px;
  font-size: 30px;
  gap: 20px;
  background: rgba(198, 0, 155,0.1);
  box-shadow: 0px 0px 40px rgba(63, 63, 63, 0.6);
  
}

.ecommon{
  height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  background: rgba(136, 37, 141, 0.6);
  border-radius: 0px 40px;
}
.ecommon p:nth-child(1){
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  border-bottom:2px solid white ;
  padding-bottom: 7px;
}
.ecommon p:nth-child(2){
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.epage .eicon{
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
font-size:100px ;
margin-bottom: 10px;
} 
.eicon i{
  color: #ea94f8;
}

  /* skill */
.spage{
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 42, 52, 0.7);
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
}

.sblock{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 270px;
  max-width: 260px;
  background: #bc17f8;
  padding: 20px;
  transition: 0.4s all;
  cursor: pointer;
  border-radius: 15px;
  
}

.sblock:hover{
  transform: scale(1.1);
  background: black;
}

.sicon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  transition: 0.4 all;
}
.sicon i{
  font-size: 170px;
}

.sblock p{
  font-size: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.sblock:hover p,.sblock:hover .sicon i{
  color: #bc17f8;
}


/* contacts */
.contacts {
  height: 86%;
  width: 90%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow: hidden;
}

.cpage {
  /* height: 100%; */
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column;  */
  gap: 4.3%;
  padding: 10px;
}

.cicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: rgb(19, 9, 9);
  border-radius: 50%;
  border: 3px solid white;
}

.cicon i {
  font-size: 46px;
  transition: 0.1s all;
}


.cicon:hover i {
  font-size: 52px;
}


#cfname,
#cfmail,
#cfmssg,#submit{
  padding: 10px;
  height: 55px;
  color: white;
  margin: 6px;
  border-radius:8px;
  font-size: 30px;
  background: rgba(7, 7, 7, 0.8);
  outline: 0px;
  border: 2px solid white;
}
#submit{
  margin-top: 15px;
  cursor: pointer;
  transition: 0.4s all;
}
#submit:hover{
  box-shadow: inset -290px 0 20px rgba(203, 76, 210, 0.6),inset 290px 0px 20px rgba(203, 76, 210, 0.6);
}
#cfmssg{
  height: 180px;
  resize: none;

}

.cform{
  height: 460px;
  width: 640px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background: rgba(203, 76, 210, 0.6);
  
}


@media screen and (min-width: 1200px) and (max-width: 1500px) {

  .aaicon i{
    font-size: 300px;
  }


}
  @media screen and (max-width: 1200px) {

    .aaicon{
      display: none;
    }
    .acontent {
      width: 100%;
      padding: 20px;
    }
    .acontent .atext{
      width: 100%;
    }
    .a4{
      margin-top: 4%;
    }
}