body{
  font-family: 'Open Sans', sans-serif; 
  font-weight: 700;
  margin: 0;
}
.body_section{
  padding : 3% 5% 1%;
}

a{
  text-decoration: none;
}

@font-face{
  font-family: "Lovely Home";
  src:local('Lovely Home'), 
  url("Image/LovelyHome-9aBZ.ttf") format('truetype');

}

.brand-name ,.navbar-light .navbar-brand{
    /* font-family: "Brush Script MT"; */
    /* margin-bottom: 3px; */
    font-family: "Lovely Home";
    font-size: 50px;
    font-weight: bold;
    color: #351458;
}
@media only screen and (max-width : 764px){
    .brand-name ,.navbar-light .navbar-brand{
    font-family: "Lovely Home";
    font-size: 40px;
    font-weight: bold;
    color: #351458;
}
}

.headerachor {
  color: black;
  margin: 0 7px 0 7px;
  font-size: 25px;
}

.headerachor:hover {
  background-color: #f1f1f1;
}

#contact{
    padding: 20px 20px 10px;
}

.context{
  text-align: center;
  padding-top: 20px;
}

h1{
    font-weight: bold;
}
 
p{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#868e96;
}

.container{
  position: relative;
  width: 100%;
  height: 58vh;
  display: flex; 
}

.card{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 315px;
  height: 315px;
  background: linear-gradient(90deg, rgb(83, 61, 61) 0%, rgb(255, 255, 255)50%, rgb(83, 61, 61) 100%);
  border-radius: 50%;
  animation: rotate 10s linear infinite;
}

@keyframes rotate{
  0%{
      transform: rotate(180deg);
  }
  100%{
      transform: rotate(360deg);
  }
}

.image{
  position:absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  background-color: #25252b;
  border-radius: 50%;
  overflow: hidden;
  /* padding: 1rem; */
  animation: none;
  border: 0.7px solid white;
}

.image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;  
}

#contact{
padding: 20px 20px 10px;
}


.first-section{
text-align: center;
}


.context{
text-align: center;
padding-top: 20px;

}

#head{
color:#6c63ff;
font-size: 20px;
}

.ico{
  padding: 0;
}

.icon{
    text-decoration: none;
    list-style: none;
    margin: 0 7px 0;
    display: inline;
    
}

.github{color: gray;}
.instagram{
  color: #fb3958;
}
.linkedin{
  color: #0e76a8;
}
.google{
  color: #ea4335;
}

.github:hover , .instagram:hover , .google:hover , .linkedin:hover{
    color: black;
}

.Resume{
  background-color: #6c63ff;
}
.Resume:hover{
  color: black;
  background-color: white;
}

.second-section{
text-align: center;
}


.connect{
font-weight: normal;
margin-top:30px;
margin-bottom: 20px;
font-size: 30px;
color:white;
/* background-color: #6c63ff; */
background: rgb(228,232,236);
background: linear-gradient(90deg, rgba(228,232,236,1) 0%, rgba(160,188,224,1) 20%, rgba(122,164,228,1) 38%, rgba(99,141,224,1) 58%, rgba(98,98,238,1) 79%, rgba(40,59,227,1) 100%); 
padding: 10px 30px 10px;
margin-left: 12%;
margin-right: 12%;
border-radius: 10px;
}

.connection{
margin-top: 30px;
margin-left: 290px;
width:100%;
height:100%;
margin-bottom: 10px;
}
@media only screen and (max-width : 950px){

body,html{
  text-align: center;
  font-size: 16px;
  line-height: normal;
}
h1{
  font-size: 30px;
}
.connect{
  font-size: 20px;
}
.connection{
  margin-left: 0px;
}

}

footer{
  /* padding-top: 20%; */
  color: #868e96;
  text-align: center;
}
