@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


*{
  /* outline: 1px solid limegreen !important; */
}
body{
    margin: 0;
    padding: 0;
    background-color: #eef0ff;
    scroll-behavior: smooth;
    /* overflow: hidden; */
}
html {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}
.gradient{
  position: absolute;
  z-index: -1;
  left: 0;
}
.gradient img{
  width: 1000px;
  height: 500px;
  opacity: 70%;
  display: none;
  object-fit: contain;
}
.marquee_image{
  height: 50px;
}
.marquee:hover {
  animation-play-state: paused;
}
.lang_image{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: auto;
  width: 90%;
  margin-bottom: 20px;
}

@keyframes marquee {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

#top-button {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2000;
}

#top-button:hover {
  background-color: #000000;
}

/* navbar section */

.navbar{
    align-items: center;
    justify-content: space-around;
    display: flex;
    height: 40px;
    width: 100%;
    padding-top: 35px;
    position: absolute;
    z-index: 10000;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}
.list-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
}
.list-lang {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
    height: 100%;
    margin-right: 30px;
}
.list-logo a {
    text-decoration: none;
    font-size: 15px;
    color: #606164;
}
.list-item a:hover {
    color: #fc053b;
    
}
.about-tit{
    color: #fc053b;
    font-size: 15px;
}
.list-lang a {
    text-decoration: none;
    font-size: 15px;
    color: #606164;
    margin-right: 15px;
}
.list-item a{
    text-decoration: none;
    font-size: 15px;
    color: #606164;
}
.call-icon{
    rotate: -80deg;
    margin-left: 15px;
    color: #fc053b;
    transition: 1s;
}
.call-icon:hover{
    rotate: 360deg;
}
.animate-charcter
{
text-transform: uppercase;
   background-image: linear-gradient(
     -225deg,
     #231557 0%,
     #44107a 29%,
     #ff1361 67%,
     #fff800 100%
   );
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 2s linear infinite;
   display: inline-block;
       font-size: 18px;
 }
 
 @keyframes textclip {
   to {
     background-position: 200% center;
   }
 }

/* navbar section */

/* home section -----------------------------------------------------------------------------------------------*/
.home{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* position: absolute;
    z-index: -1; */
}
.hero_pic{
  height:82%;
  object-fit: contain;
}
.heroback_pic{
  height: 75%;
  position: absolute;
  z-index: -1;
}
.lap_guy{
  height: 500px;
}
.name_content{
    width: 55%;
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content:center;
    flex-direction: column;
    margin-top: 50px;
}
.line{
    width: 10px;
    height: 10px;
    margin-right:10px ;

}
.name{
    font-size: 40px;
    margin-bottom: 5px;
}
.madhu{
    color: #fc053b;
}
.hello{
    font-size: 15px;
    color: #606164b2;
    margin-bottom: 1px;
}
.name_desc{
    font-size: 13px;
    color: #606164;
    text-align:left;
    line-height: 2;
}
.cv_button{
    height: 33px;
    width: 155px;
    border: none;
    background-color:#ef2551;
    color: #eef0ff;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.cv_button:hover{
    cursor: pointer;
    cursor: alias;
}
.hero_image{
    width: 15%;
    height: 100vh;
    align-items: end;
    justify-content: center;
    display: flex;
    mix-blend-mode: multiply;
}
.down_arrow{
    rotate: 90deg;
    width: 5px;
    font-size: 10px;
}
.social_media{
  margin-top: 40px;
}
.social_media a{
    margin-right: 30px;
}
.social_media a:hover{
    cursor:default;
}
.scroll{
    rotate: 90deg;
    position: absolute;
    left: 94%;
    bottom: 10%;
    font-size: 9px;
    z-index: 9;
}
.so_icons{
  height: 23px;
  width: 23px;
}

/* about_section --------------------------------------------------------------------------------------------------*/

.about_sec{
  height: 100vh;
  width: 100vw;
  background-color: #eefffe;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
} 
.image_content{
display: flex;
width: 100%;
height: 80%;
align-items: center;
justify-content: space-evenly;
flex-direction: row;
}
.about_image{
width:40%;
height: 100%;
}
.about_content{
width: 40%;
/* height: 100%; */
display: flex;
background-color: #defffd;
border-radius: 10px;
padding: 25px;
padding-top: 10px;
padding-bottom: 10px;
overflow: hidden;
}
.about_text{
line-height: 2;
color: #04380b;
font-weight: 500;
font-size: 15px;
text-align: justify;
}
.coder_image{
height: 95%;
width: 95%;
margin-bottom: 50px;
object-fit: contain;
mix-blend-mode: multiply;

}
.title{
height: 10%;
width: 100%;
}
.title_abt{
position: absolute;
right: 22%;
color: #018673;
margin-top: 80px;
}

/* education ------------------------------------------------------------------------- */

.education{
    height: 100vh;
    width: 100%;
    background-color:  rgb(229, 249, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.schools{
    height: 85vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.edu_title{
    font-size: 16px;
    height: 10%;
    width: 100%;
    text-align: center;
    color: #0582abeb;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;

    /* margin-top: 10px; */
}
.building{
    display: flex;
    margin-top: 20px;
    align-items: center;
    width: 25%;
    flex-direction: column;
    background-color: #c9ecff;
    padding-top: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    height: 93%;
    justify-content: space-evenly;
}
.scl_icon{
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.building img{
    margin-top: 10px;
    object-fit: contain;
}
.s_content{
    width: 95%;
    height: 50%;
    background-color: rgb(226, 247, 253);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tn_logo{
    position: absolute;
    z-index: 0;
}
.desc_school{
    width: 90%;
    line-height: 2;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    opacity: 100%;
    font-style: normal;
    font-size: 13px;
}
.mark_per{
    color: rgb(4, 145, 4);
    font-weight: bolder;
    opacity: 100%;
}


/* skills------------------------------------------------------------------------------------------------- */
.skills{
  width: 100vw;
  height: auto;
  margin: 0;
  display: none;
  padding-top: 20px;
  /* overflow: hidden; */
  background-color: rgb(240, 249, 255);
}
.sk_cont-left{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100wh;
  height: 40vh;
}
.sk_pic{
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.more_btn{
  text-decoration: underline;
  border: none;
  background: none;
  outline: none;
}
.more_python{
  display: none;
}
.more_active{
  display: block;
}
.fr_image{
  height: 80%;
  width: 80%;
  object-fit: contain;
  mix-blend-mode:multiply;
}
.bk_image{
  height: 80%;
  width: 80%;
  object-fit: contain;
}
.sr_image{
  height: 80%;
  width: 80%;
  object-fit: contain;
}
.ed_image{
  height: 60%;
  width: 60%;
  object-fit: contain;
}
.sk_text{
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-color: #000000; */
  /* background-image: url(./images/videos/4DDC2861-C707-47CC-80CE-6839154A8C8E.jpeg); */
  background-position:center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sk_cont_right{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100wh;
  height: 40vh;
}
.fr_title{
    font-size: 2vw;
    background: -webkit-linear-gradient(#c300ff, #5f02aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.be_title{
  font-size: 2vw;
  background: -webkit-linear-gradient(#71a0fe, #0327f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.se_title{
  font-size: 2vw;
  background: -webkit-linear-gradient(#00ffe1,#003cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.edit_title{
  font-size: 2vw;
  background: -webkit-linear-gradient(#ff1b98,#7f0df2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sk_title{
  font-size: 13.5px;
  height: 100px;
  width: 100%;
  text-align: center;
  color: #000000eb;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: start;
  justify-content: center;
}
.sk_title h1{
  font-size: 34px;
  /* display: none; */
}
ul li{
  list-style:circle;
  font-size: 1.1vw;
  line-height: 2;
  /* color: black; */
}
.front_end_desc{
    color: #9500ff;
}
.back_end_desc{
  color: #0044d8;
}
.server_desc{
  color: #0055ff;
}
.edit_desc{
  color: #8000ff;
}
/* projects---------------------------------------------------------------------------------------------- */






.projects{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.projects{
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2edff;
  flex-direction: column;
  overflow: hidden;
}

section{
  position: relative;  
  height: 510px;
  width: 1330px;
  display: flex;
  align-items: center;
}

.swiper{
  width: 1160px;
}

.card{
  position: relative;
  height: 380px;
  width: 380px;
  background: #ffff;
  border-radius: 20px 0 20px 0;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: start;
  justify-content: space-evenly;

}

.card::before{
  content: "";
  position: absolute;
  /* height: 40%; */
  width: 100%;
  background: #e9f1ff;
  border-radius: 20px 20px 0 0;
}

.card .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  z-index: 100;
  /* filter: blur(8px);
  -webkit-filter: blur(8px);  */
}

section .card .image{
  position: relative;
  height: auto;
  width: auto;
  padding: 3px;
  /* background: #000000; */
}

section .card .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 7px 0 7px 0;
}

.card .media-icons{
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card .media-icons i{
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: none;
}

.card .media-icons i:hover{
  opacity: 1;
}

.name-profession{
  height: 70px;
}
.card .name-profession{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  /* color: ; */
  
} 

.name-profession .name{
  font-size: 18px;
  font-weight: 600;
}

.name-profession .profession{
  font-size:15px;
  font-weight: 500;
}

.card .rating{
  display: none;
  align-items: center;
  margin-top: 18px;
}

.card .rating i{
  font-size: 18px;
  margin: 0 2px;
  color: #FF676D;
}

.card .button{
  width: 100%;
  display: flex;
  justify-content: space-around;
  /* margin-top: 10px; */
}

.card .button button{
  background: #0c86f7fe;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button button:hover{
  background: #ff6228;
}

.swiper-pagination{
  position: relative;
}

.swiper-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #FF676D;
}

.swiper-button-next, .swiper-button-prev{
  opacity: 0.7;
  color: #FF676D;
  transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 1;
  color: #FF676D;
}
.credit a{
  text-decoration: none;
  color: #FF676D;
  font-weight: 800;
}
.credit {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.project_ttl{
  position: relative;
  text-align: center;
}
.aboutMe{
  height: 29px;
  width: auto;
  background-color: #0c86f7fe;
  font-size: 11.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border-radius: 20px;
  text-decoration: none;
  color: white;
}
.aboutMe:hover{
  background-color:#ff6228 ;
}
.profession{
  opacity: 60%;
}
.year{
  font-size: larger;
  font-style: normal;
  color: #000000;
}
/* resume-------------------------------------------------------------------------------- */
.resume{
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}
.bg_image{
  background-image: url(./images/infographic-resume-template-header-removebg-preview.png);
  filter: blur(8px);
  -webkit-filter: blur(10px); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.resume_button{
  height: 50px;
  width: 300px;
  background-color: #000000;
  box-shadow: 0 6px 40px 10px #37bea5;
  border: none;
  color: white;
  font-size: 15px;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
}
.resume_button:hover{
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  box-shadow: 0 6px 30px 10px rgba(255, 0, 0, 0.994);

}
.pr_tl_in{
color: green;
font-size: 15px;
}
.res{
  height: 40vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #e3e8fffa;
}
/* contact section */
.visit_button{
  background-color: #000000;
}
.contact{
  height: 34vh;
  width: 100%;
  background-color: #e3e8fffa;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;

}
.contact_details{
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}
.contact_det{
  /* height: 40%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  display: none;
}
.address p{
  color: white;
  font-size: 12px;
  line-height: 3;
}
address{
  display: flex;
  align-items: start;
  justify-content: start;
}
.links_footer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.links_footer a{
  text-decoration: none;
  color: white;
  font-size: 12px;
  line-height: 3;
}
.social_media_footer{
  display: flex;
  align-items: end;
  flex-direction: column;
  color: white;
  justify-content: end;
}
.social_media_footer a{
  text-decoration: none;
  color: white;
  font-size: 12px;
  line-height: 3;
}
.copyright{
  text-decoration: none;
  font-size: 12px;
  margin-top: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright a{
  color:rgb(159, 159, 159) ;
  margin-left:20px ;
  text-decoration: none;
}
.spotlight{
  height: 70px;
  rotate: 90deg;
  opacity: 50%;
}
.spotlight_cont{
  position: absolute;
  z-index: 1000;
  right:0;
  top: 100px;
}
.skill_title{
  color: rgb(0, 0, 0);
  mix-blend-mode: overlay;
  font-size: 30px;
  position: inherit;
}
@media screen and (max-width:850px) {
   #menu{
     position: absolute;
     left: 2rem;
     top: 1.5rem;
     width: 30px;
     height: 30px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     transition: .5s;
     z-index: 1000;

   }
   
   .menu-line1{
     width: 100%;
     height: 2px;
     background: #fc053b;
     transition: .6s;
   }
   
   .menu-line2{
     width: 80%;
     height: 2px;
     margin-top: .7rem;
     background: #fc053b;
     transition: .6s;
   }
   
   .rotate{
     transform: rotateZ(180deg)
   }
   .rotate1{
     background: #fc053b;
     transform: rotateZ(45deg);
   }
   .rotate2{
     background: #fc053b;
     width: 100%;
     transform:  translate(0,-0.8rem) rotateZ(-45deg);
   }
   .nav-page1{
     position: fixed ;
     top:0 ;
     left: 0;
     background-color: #eef0ff;
     width:100%;
     height: 100vh;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     transform: translate(0,-100%);
     transition: .5s;
   }
   .nav-page1 a{
     padding: 1rem;
     font-size: larger;
   }
   .transform{
     transform: translate(0,0);
   }
   .list-lang{
    display: none;
   }
   .animate-charcter{
    position: absolute;
    right: 2rem;
    top: .7rem;
   }
  /* img{
    display: none;
  } */
/* education sec */

.education{
  height: auto;
  width: 100%;
  background-color:  rgb(229, 249, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}
.schools{
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.edu_title{
  font-size: 13.5px;
  height: 10%;
  width: 100%;
  text-align: center;
  color: #0582abeb;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.building{
  /* border: 2px solid black; */
  display: flex;
  margin-top: 20px;
  align-items: center;
  width: 90%;
  flex-direction: column;
  background-color: #c9ecff;
  padding-top: 10px;
  padding-bottom: 3%;
  border-radius: 15px;
  margin-bottom: 10px;
  height: auto;
  justify-content: space-evenly;
}
.scl_icon{
height: 40%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.sname{
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
}
.building img{
  margin-top: 10px;
  font-weight: bolder;
  font-style: normal;
}
.s_content{
  width: 95%;
  height: 60%;
  background-color: rgb(226, 247, 253);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bld{
  height: 130px;
  width: 130px;
}
.sch{
  transition: 1.5s;
}
.tn_logo{
  position: absolute;
  z-index: 0;
  height: 140px;
  /* opacity: 5%; */
}
.desc_school{
  width: 90%;
  line-height: 2;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  opacity: 100%;
  font-style: normal;
  font-size: 12px;
}
.mark_per{
  color: rgb(4, 145, 4);
  font-weight: bolder;
  opacity: 100%;
}
/* projects */
.card{
  position: relative;
  height: 380px;
  width: 380px;
  background: #ffffff;
  border-radius: 20px 0 20px 0;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: start;
  justify-content: space-evenly;
}
.projects{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
section{
  position: relative;  
  height: 510px;
  width: 1050px;
  display: flex;
  align-items: center;
}

/* home section  mobile */

.home{
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-around;
  /* position: absolute;
  z-index: -1; */
  padding-bottom: 7%;
  overflow: hidden;
}
.hero_pic{
height:260px;
object-fit: contain;
}
.name_content{
  width: 90%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0px;

}
.hero_image{
  margin-top: 25%;
  height: 40%;
  /* width: 100%; */
  align-items: center;
  justify-content:center;
  display: flex;
  margin-bottom: 0;
}
.line{
  width: 5px;
  height: px;
  margin-right:10px ;

}
.name{
  font-size: 25px;
}
.madhu{
  color: #fc053b;
}
.hello{
  font-size: 10px;
  color: #606164;
}
.name_desc{
  font-size: 11px;
  color: #606164;
  text-align:center;
  line-height: 1.5;
}
.cv_button{
  height: 30px;
  width: 125px;
  border: none;
  background-color:#ef2551;
  color: #eef0ff;
  font-size: 12px;
}
.cv_button:hover{
  cursor: pointer;
  cursor: alias;
}

.down_arrow{
  rotate: 90deg;
  width: 5px;
  font-size: 10px;
}
.slic{
  margin-right: 20px;
}
.social_media a:hover{
  cursor:default;
}
.scroll{
  rotate: 90deg;
  position: absolute;
  left: 94%;
  bottom: 10%;
  font-size: 9px;
  z-index: 9;
}
.so_icons{
  height: 20px;
  width: 20px;
}
.social_media{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.heroback_pic{
  height: 35%;
  position: absolute;
  z-index: -1;
}
.social_media{
  margin-top: 30px;
}

/* about section ------------------------------------------------------------------------------------------------*/

.about_sec{
  height: 100vh;
  width: 100vw;
  background-color: #eefffe;
  display: flex;
  align-items: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
} 
.image_content{
display: flex;
width: 100%;
height: 90%;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
overflow: hidden;
}
.about_image{
width:100%;
height: 30%;
display: flex;
align-items: center;
justify-content: center;
}
.about_content{
width:90%;
height: 40%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 0px;
background-color: #defffd;
border-radius: 10px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0;
padding-right: 0;
}
.about_text{
line-height: 2;
color: #003006;
font-weight: 500;
text-align: center;
font-size: 12px;
width:90%;
}
.coder_image{
height: 330px;
width: 330px;
mix-blend-mode: multiply;
}
.title_abt{
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10%;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  right: 0;
}
.ab_title{
  font-size: 13.5px;
  height: 10%;
  width: 100%;
  text-align: center;
  color: #018673;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resume_button{
  height: 35px;
  width: 200px;
  border: none;
  font-size: 12px;
  position: relative;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.bg_image{
  background-image: url(./images/infographic-resume-template-header-removebg-preview.png);
  filter: blur(8px);
  -webkit-filter: blur(8px); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.resume{
  /* background-color: #f4f8ff; */
  height: 40vh;
  width: 100%;
  
}
.res{
  height: 30vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e8fffa;
}
/* contact section */

.contact{
  height: auto;
  width: 100%;
  background-color: #e3e8fffa;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;

}
.contact_details{
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}
.contact_det{
  height: 1%;
}
.address p{
  color: white;
  font-size: 10px;
  line-height: 3;
}
address{
  display: flex;
  align-items: start;
  justify-content: start;
}
.links_footer{
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  display: none;
}
.links_footer a{
  text-decoration: none;
  color: white;
  font-size: 10px;
  line-height: 3;
}
.social_media_footer{
  display: none;
  align-items: start;
  flex-direction: column;
  color: white;
  justify-content: end;
}
.social_media_footer a{
  text-decoration: none;
  color: white;
  font-size: 10px;
  line-height: 3;
}

.copyright p{
  margin-top: 0%;
}
.copyright{
  font-size: 10px;
  text-decoration: none;
  margin-top: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 20px;
}
.copyright div{
  color:rgb(159, 159, 159) ;
  margin-left:0 ;
  text-decoration: none;
  margin-top: 20px;
}
.copyright a{
  color:rgb(159, 159, 159) ;
  margin-left:0 ;
  text-decoration: none;
}
#top-button{
  display: none;
  color: black;
  background-color: transparent;
  height: 30px;
  width: 30px;
}
#top-button:hover {
  background-color: transparent;
  color: black;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}
.marquee_image{
  height: 25px;
}
.res{
  overflow: hidden;
}
.marquee:hover {
  animation-play-state: paused;
}
.gradient img{
  width: 100vw;
  height: auto;
  margin-bottom:60px;
}
.sk_content{
  flex-direction: column;
  margin-top: 50px;
}
.sk_pic{
  width: 100%;
}
.sk_text{
  width: 100%;
}
ul li{
  list-style:circle;
  font-size: 12px;
  line-height: 1.7;
  /* text-align: justify; */
  /* color: black; */
}
.front_end_desc{
    color: #9500ff;
    padding-right: 20px;
}
.back_end_desc{
  color: #0044d8;
  padding-right: 20px;
}
.server_desc{
  color: #0055ff;
  padding-right: 20px;
}
.edit_desc{
  color: #8000ff;
  padding-right: 20px;
}
.sk_text{
padding-left: 0px;
padding-right: 0px;
}
.fr_title{
  font-size: 20px;
  background: -webkit-linear-gradient(#c300ff, #5f02aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.be_title{
font-size: 20px;
background: -webkit-linear-gradient(#71a0fe, #0327f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.se_title{
font-size: 20px;
background: -webkit-linear-gradient(#00ffe1,#003cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.edit_title{
font-size: 20px;
background: -webkit-linear-gradient(#ff1b98,#7f0df2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fr_image{
  height: 75%;
  width: 75%;
  object-fit: contain;
  mix-blend-mode:multiply;
}
.sk_title{
  font-size: 13.5px;
  height: 50px;
  width: 100%;
  text-align: center;
  color: black;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: start;
  justify-content: center;
}
.sk_title h1{
  font-size: 28px;
  /* display: none; */
}
.skill_title{
  color: rgb(0, 0, 0);
  mix-blend-mode: overlay;
  font-size: 20px;
  position: inherit;
}
}
