
:root{
  --background:#000000;
}

/*body*/

body{
  background-color: var(--background);
  font-family: 'Poppins',sans-serif;
  margin: 0;
  padding: 0;
  height: 300vh;
  overflow-x: hidden;
}

p{
  margin: 0;
}
/*Navigation bar*/
nav{
  background-color:  purple;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 0;
  margin: 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  margin-top: 10px;
  z-index: 1000;
}

.nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 14px;
  cursor: pointer;
}

.nav a:hover {
  background-color: #000000;
  color: rgb(255, 255, 255);
}
.mobile{
display: none;
}

/*Home Section*/
.shapes{
  top: 0;
  left: 0%;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.shapes li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 0, 183, 0.3);
  animation: animate 12s linear infinite;
  bottom: -150px;
  
}

.shapes li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.shapes li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.shapes li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.shapes li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.shapes li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.shapes li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.shapes li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.shapes li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.shapes li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.shapes li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0%;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 100%;
  }

}
.home{
display: flex;
flex-direction: column;
}
.heading{
  display: flex;
  flex-direction: row;
  width: 100%; 
  margin: 10%;
  position: absolute;
  gap: 60px;
}

.para{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
}

.pp1{
  font-size: 80px;
  color: white;
}
.npp1{
color: rgb(154, 25, 131);
font-size: 80px;
}
.pp2{
  font-size: 80px;
  color: rgb(154, 25, 131);
}
.npp2{
color: white;
font-size: 80px;
}
.pp3{
  font-size:80px ;
  color: white;
}
.npp3{
color: rgb(154, 25, 131);
font-size: 80px;
}
.home{
height: 100vh;
}

.intro{
  color: white;
  font-size: 20PX;
  text-align: justify;
  display: flex;
  margin-top: 20px;
}

.img{
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.imgwrapper{
  z-index: 3;
  background-color: #9a1983;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 500px;
  animation: blob 2s ease-in-out infinite;
}

@keyframes blob {
  0%,100%{
      border-radius: 39% 61% 31% 69% / 50% 48% 52% 50% ;
  }
  50%{
      border-radius: 50% 48% 52% 50% / 39% 61% 31% 69% ;
  }
}

.imgwrapper img{
  object-fit: cover;
  max-width: 100%;
  display: block;
  clip-path: circle(50%);
  width: 50%; 
  height: auto;
  transform: scale(2.5); 
  margin-left: 60px;
}

.buttoncv{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:20%;
}

.buttoncv button{
  height: 50px;
  width: 200px;
  border-radius: 10px;
  background-color: #800080;
  color: white;
  border: none;
  transition: 0.2s ease-in-out;
  font-size: medium;
}

.buttoncv button:hover{
  box-shadow: 0px 0px 20px #800080;

}

/*skills section*/
.ripple-background{
  position: absolute;
  right: 0;
  top: 170%;
}
.circle{
  position: absolute;
  border-radius: 50%;
  background: purple;
  animation: ripple 15s infinite;
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}

.skills{
  width: 100%;
  z-index: -10;
}
.skills h1{
  color: white;
  font-size: 60px;
  position: relative;
  padding-top: 100px;
  padding-left: 25%;
}
.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 900px;
}

.container .card {
  position: relative;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}

.container .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .5);
}

.percent {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 50px #000;
  background: #222;
}

.percent .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.percent .num h2 {
  color: #777;
  font-weight: 700;
  font-size: 40px;
  transition: 0.5s;
}

.card:hover .percent .num h2 {
  color: #fff;
  font-size: 60px;
}

.percent .num h2 span {
  color: #777;
  font-size: 24px;
  transition: 0.5s;
}

.card:hover .percent .num h2 span {
  color: #fff;
}

.text {
  color: #777;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s;
}

.card:hover .text {
  color: #fff;
}

svg {
  width: 150px;
  height: 150px;
}

svg circle {
  fill: none;
  stroke: #191919;
  stroke-width: 10;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}

svg circle:nth-child(2) {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

.card:nth-child(1) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 75) / 100);
  stroke: rgb(154, 25, 131);
}

.card:nth-child(2) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 70) / 100);
  stroke: rgb(154, 25, 131);
}

.card:nth-child(3) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 70) / 100);
  stroke: rgb(154, 25, 131);
}

.card:nth-child(4) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 60) / 100);
  stroke: rgb(154, 25, 131);
}

.card:nth-child(5) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 80) / 100);
  stroke: rgb(154, 25, 131);
}

.card:nth-child(6) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 30) / 100);
  stroke: rgb(154, 25, 131);
}

.card:nth-child(7) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 45) / 100);
  stroke: rgb(154, 25, 131);
}
/*Project Section*/

.pro{
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction:row;
  height: 100vh;
}

.pro h1{
  text-align: center;
  color: white;
  font-size: 60px;
  position: relative;
  padding-left: 20px;
}
article {
  --img-scale: 0.9;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: rgb(167, 45, 145);
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  height: 450px;
  overflow-x: hidden;
}

article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

article h2 {
  margin: 0 0 18px 0;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
  line-height:35px;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 24px;
  display: flex;
  flex-direction: column;

}

article a {
  display: flex;
  text-decoration: none;
  color: #ffffff;
  margin-top: auto;
}

article a:focus {
  outline: 1px dotted #ffffff;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #ffffff;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.articles {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: y mandatory;
article{
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 320px;
}
}

@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }
}

@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

.article-wrapper {
  flex: 0 0 100%;
  height: 100%;

}
.articles{
  overflow-x: auto;
}

.articles::-webkit-scrollbar {
  display: none;
}
.article-wrapper {
  flex: 0 0 100%;
  scroll-snap-align: start;
  height: 100%;
}
/*Certificate Section*/
.cer h1{
  color: white;
  font-size: 60px;
  position: relative;
  margin-top: 80px;
  text-align: center;
  padding-top:100px;
}

.slide-container {
  display:flex;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
  margin-left: 22%;
  margin-right: 25%;
}

.slide{
  background-color:purple;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s, filter 0.3s;
  width: 280px;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  img{
    padding: 5px;
  }
}

.slide_col{
  display: flex;
  flex-direction: column;
  width: 1000px;
  height: 1000px;
  gap: 10px;
}

.slide:hover {
  transform: scale(1.5);
  z-index: 1;
}

.slide:not(:hover) {
  filter: blur(2px);
  opacity: 0.8;
}

  /*Contact*/
.con{
  margin-top: -500px;
}

.con h1{
  color: white;
  font-size: 60px;
  position: relative;
  text-align: center;
}

#contact {
  width: 100%;
  height: 85vh;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.form-control , .form-group{
  width: 100%;
}

.form-group input{
  height: 35px;
}

.form-control, 
textarea {
  max-width: 400px;
  background-color: #ffffff;
  color: #fff;
  letter-spacing: 1px;
  padding-inline: 5px;
  border: 4px solid purple;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  background-color: purple;
  color: white;
  border: none;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.ri-mail-send-fill{
  display: block;
  margin-top: 4px;
  font-size: 20px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
  margin-left: 100px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 3;
  color: #aaa;
  margin-left: 2px;
}
.contact-text {
  font: 300 17px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: white;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color:rgb(167, 45, 145) ;
  text-decoration: none;
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 5px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: purple;
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

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

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

.shapes2{
  top: 468%;
  left: 0%;
  position: absolute;
  height: 90%;
  width: 100%;
  overflow: hidden;
}
.shapes2 li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 0, 183, 0.3);
  animation: animate 16s linear infinite;
  bottom: -150px;
  
}

.shapes2 li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.shapes2 li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.shapes2 li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.shapes2 li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.shapes2 li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.shapes2 li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.shapes2 li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.shapes2 li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.shapes2 li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.shapes2 li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0%;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 100%;
  }

}
@media (max-width:768px) {
/*Nav Bar*/
.nav .pc{
  display: none;
}
.nav .mobile{
  display: flex;
  height: 40px;
  width: 60%;
  margin-bottom: 5%;
  overflow-y: hidden;
  overflow-x: hidden;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
}
.mobile i{
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Home*/
.home{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.animation1{
  overflow-x: hidden;
  width: 100%;
}
.heading{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15%;
}
.img{
  width: 100%;
}
.para{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.intro{
  color: white;
  font-size: 10PX;
  text-align: justify;
  display: flex;
  margin-top: 20px;
  width: 80%;
}
.pp1{
  font-size: 40px;
}
.pp2{
  font-size: 40px;
}
.pp3{
  font-size: 40px;
}
.imgwrapper{
  width: 60%;
  height: 60%;
  margin-bottom: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttoncv button{
  height: 25px;
  width: 150px;
  margin-top: 10px;
}
.img{
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-10%);
}
/*Skills*/
.ripple-background{
  position: absolute;
  right: 0;
  top: 180%;
  display: none;
}
.circle{
  position: absolute;
  border-radius: 50%;
  background: purple;
  animation: ripple 15s infinite;
} 
.small{
  width: 150px;
  height: 150px;
  left: -75px;
  bottom: -75px;
}

.medium{
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: -150px;
}

.large{
  width: 450px;
  height: 450px;
  left: -225px;
  bottom: -225px;
}

.xlarge{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xxlarge{
  width: 100vw;
  height: 100vw;
  left: -375px;
  bottom: -375px;
}

.skills{
width: 100%; 
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow-x: hidden;
}
.skills h1{
padding-left: 40px;
padding-right: 40px;
font-size: 30px;
}
.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 10px;
padding: 5px;
width: 100%;
}

.container .card {
position: relative;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
height: 300px;
border-radius: 4px;
text-align: center;
overflow: hidden;
transition: 0.5s;
scale: 0.8;
}
/*Projects*/
.pro{
width: 100%;
overflow-x: hidden;
}
.pro h1 {
color: white;
cursor: pointer;
font-size: 30px;
transform: rotate(-90deg);
display: inline-block; 
animation: shadeAni 2s ease-in-out infinite;
background-size: 200%; 
}

@keyframes shadeAni {
0% {
  background-position: 100% 50%;
}
50% {
  background-position: 0% 50%;
}
100% {
  background-position: 100% 50%;
}
}

.articles{
height: 450px;
scale: 0.7;
width: 100%;
}
/*Certificate*/
.cer{
width: 100%; 
overflow-x: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.cer h1{
font-size: 30px;
padding-left: 40px;
padding-right: 40px;
}
.slide-container {
  display:flex;
  text-align: center;
  flex-direction: column;
  padding: 40px;
  justify-content: center;
}

.slide{
  padding: 10px;
  text-align: center;
  width: 200px;
  height: 150px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  img{
    padding: 5px;
  }
}

.slide_col{
  display: flex;
  flex-direction:column;
  width: 100%;
  height: 300px;
}

/*Contact*/
.con{
width:100%;
margin-top: 300px;
}
.con h1{
font-size: 30px;
}
.contact-list{
margin-left: -80px;
}
.shapes2{
top: 540%;
left: 0%;
position: absolute;
height: 170%;
width: 100%;
overflow: hidden;
}
.shapes2 li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 0, 183, 0.3);
animation: animate 20s linear infinite;
bottom: -150px;

}
}
