.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
body{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
#main{
    background-color: #E0F2FF;
    min-height: 100vh;
}
#main h1{
    font-weight: 800;
    font-size: 4rem;
	color: #316CB9;
}
#main h2{
    font-weight: 300;
    font-size: 2rem;
    color: #316CB9;
}
#main h3{
    font-weight: 300;
    font-size: 1.5rem;
    color: #316CB9;
}
#main p{
    font-weight: 500;
    font-size: 1rem;
    color: #316CB9;
    max-width: 600px;
    margin: 1.5rem 0;
}
#skills{
    background-color: #EBE6FF;
    min-height: 100vh;
}
#works{
    background-color: #FFE6E7;
    min-height: 100vh;
}
#works h1{
  font-size: 4rem;
  font-weight: 800;
  color: #F55558;
  text-align: center;
  padding: 3rem 0;

}
.profile{
    width: 320px;
    height: 550px;
    border-radius: 150px;
    background-color: #fff;
    margin: auto;
    background: url(../img/chandu.jpg) no-repeat center center;
    background-size: cover;
    border: #fff solid 12px;
    position: relative;
}
.profile a.linkedin{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position:absolute;
    background-color: #316CB9;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: -30px;
    text-align: center;
    line-height: 42px;
    border: 4px solid #fff;
    display: block;
}
.profile a.linkedin img{
    width: 24px;
}
.btn{
    padding:.75rem 1.25rem;
    font-weight: 600;
    height: 52px;
}
.btn img{
  margin-right: .75rem;
}
.btn.btn-warning{
  color: #fff;
}
.btn.btn-outline-primary{
  border: #316CB9  solid 2px;
  color: #316CB9;
}
.btn.btn-outline-primary:hover{
  border: #316CB9  solid 2px;
  color: #316CB9;
  background-color: #fff;
}
.ani4{
    display: block;
    position: absolute;
    top: 45%;
    right: -90px;
    -webkit-animation:spin1 8s linear infinite;
    -moz-animation:spin1 8s linear infinite;
    animation:spin1 8s linear infinite;
}
.ani3{
    -webkit-animation: mover3 4s infinite  alternate;
    animation: mover3 4s infinite  alternate;
    display: block;
    position: absolute;
    top: 30px;
    right: -100px;
}

.ani2{
    -webkit-animation: mover2 4s infinite  alternate;
    animation: mover2 4s infinite  alternate;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.ani1 {
    -webkit-animation: mover1 2s infinite  alternate;
    animation: mover1 2s infinite  alternate;
    display: block;
}
.menu{
    position: relative;
    margin-left: 1.5rem;
}
.menu .links{
    position: relative;
    top: -4rem;
}
.menu .links a{
    padding-right: 3rem;
    color: #316CB9;
    text-decoration: none;
    font-size: 16px;
}
#skills h1{
    font-size: 4rem;
    color: #A53196;
    font-weight: 800;
    text-align: center;
    position: relative;
}
#skills h1.legendText{
    margin-bottom: 4rem;
}
#skills h1.legendText::after{
    width: 500px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #A53196;
    bottom: 0px;
    left: 0px;
    right: 0px;
    bottom: -30px;
    margin: auto;
}
#skills .labelText{
    background-color: #8B0297;
    color: #fff;
    display: inline-block;
    padding: .75rem 1.75rem;
    border-radius: 25px 25px 25px 0px;
}
#skills h2{
    font-size: 2rem;
    font-weight: 300;
    color: #8B0297;
    margin: 1.5rem 0 2rem 0;
}
#skills .iconsSet span{
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 4.5rem;
    text-align: center;
    margin-right: .75rem;
}
#skills .iconsSet span img{
    line-height: 60px;
    max-height: 40px;
}
#contact{
    background-color: #FFF5E2;
     text-align: center;
}
#contact h1{
    font-size: 4rem;
    font-weight: 800;
    color: #FFA600;
}
#contact h1 a{
    text-decoration: none;
    color: inherit;
}
#contact h1 a:hover{
    text-decoration: underline;
    color: inherit;
}
.card{
	background: none;
	text-align: center;
	margin-bottom: 30px;
  border: none;
text-decoration:none;
}
.card .cover {
	padding: 30px 0;
	min-height: 180px;
	line-height: 120px;
  border-radius: 30px 30px 0px 0px;
}
.card .cover img{
	max-height: 120px;
	max-width: 75%;
}
.card .card-body{
	background: #666;
	color: #fff;
  border-radius:0px 0px 30px 30px ;
}
.card .card-body a{
	color: #fff;
}
.card-body h5{
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 18px;
}
.card-body a{
	font-size: 13px;
	color: #999
}
.link{
	width: 50px;
	height: 50px;
	position: fixed;
	color: #fff;
	top: 50%;
    display: inline-block;
    background: rgba(255,255,255,0.5);
    z-index: 1;
	text-align: center;
    line-height: 50px;
	opacity: 0.5
	
}
.link:hover{
	opacity: 1;
}
.link.previous{
	left: 0px;
	color: #fff;
}
.link.next{
	right: 0px;
	color: #fff;
}
.borImg img{
	border: #6c6c6c solid 1px;
}
/* Animations */
@-webkit-keyframes mover1 {
    0% { transform: translateX(-50px); }
    100% { transform: translateX(-80px); }
}
@keyframes mover1 {
    0% { transform: translateX(-50px); }
    100% { transform: translateX(-80px); }
}
/* Animations */
@-webkit-keyframes mover2 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(30px); }
}
@keyframes mover2 {
    0% { transform: translateX(0px); }
    100% { transform: translateX(30px); }
}
/* Animations */
@-webkit-keyframes mover3 {
    0% { transform: translatey(0px); }
    100% { transform: translatey(30px); }
}
@keyframes mover3 {
    0% { transform: translatey(0px); }
    100% { transform: translatey(30px); }
}

@-moz-keyframes spin1 { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin1 { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin1 { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    to {
      -webkit-filter: hue-rotate(-360deg);
    }
  }
  

  @media  (max-width:420px) {
    .menu{
      display: none;;
    }
    #skills h1.legendText::after{
      max-width: 80%;
    }
    .profile {
      width: 250px;
      height: 350px;
      margin-top: 3rem;
      margin-bottom: 2rem;
      border-radius: 150px;
      border: #fff solid 6px;
  }
  #main{
    text-align: center;
    padding-bottom: 3rem;
  }
  #main h1 {
    font-weight: 800;
    font-size: 2rem;
}
#main h2 {
  font-size: 1.5rem;
}
#main h3 {
  font-size: 1.25rem;
}
#main p{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
}
#skills{
  padding: 3rem 0;
  text-align: center;
}
#skills h1{
  font-size: 2rem;
}
#skills h2 {
  font-size: 1.5rem;
}
.ani3,.ani2,.ani1{
  width: 100px;
  display: none;
}
.ani3 img, .ani4 img{
  max-width: 100%;
}
.ani4{
  width: 60px;
  display: none;

}
#contact h1 {
  font-size:2.5rem;
  word-break: break-all;
}
.ani1{
  text-align: left;
}
.devMobile{
  margin-top: 3rem;
}
#skills .iconsSet span{
  margin: 6px;
}
#contact img{
  width: 40%;
}
  }