/*===============start kin==================*/
body.kin {
    padding-top: 105px;
}

section.kin .uper{
	overflow: hidden;
	padding: 5px;
}

section.kin .uper .one i{
    background: #ff00fe;
    color: #fff;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    position: relative;
    left: 5px;
    top: 6px;
    cursor: pointer;
    border-radius: 50%;
}

section.kin .uper .one input{
   height: 46px;
   border: 2px solid #ff00fe;
   width: 50%;
   border-radius: 25px;
   transition: all .5s ease-in-out;

}
section.kin .uper .one input:focus{

  box-shadow: 1px 1px 20px 0px #ff00fe;
  border: transparent;
}

section.kin .uper .two{
	float: left;
}
section.kin .under .two h3 a{
	color: #ff00fe
}
section.kin .uper .two button{
	padding: 10px 20px;
    border: 2px solid #ff00fe;
    background: transparent;
    color: #111;
    transition: all .5s ease-in-out;
    border-radius: 25px
}

section.kin .uper .two button:hover{
	background: #ff00fe;
    border: 2px solid transparent;
    color: #fff;
    box-shadow: 1px 1px 20px 0px #ff00fe;


}

section.kin .all{
	padding: 20px 0;
}
section.kin .under{
	overflow: hidden;
	box-shadow:0 6px 15px -9px;
    //margin: 10px 0;
}

section.kin .under .one{
	float: right;
}

section.kin .under .img{
  margin-right: 10px;
    position: relative;
    
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin-top: 20px;
    margin-left: 37px;
}

section.kin .under .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 50%;
}

section.kin .under .two{
	float: right;
}
/*////////////////////////////////////////////*/
@media (max-width: 768px){

	section.kin .about-header{
		font-size: 30px;
	}

	body.kin {
        padding-top: 50px;
    }
    section.kin .uper .two{
      float: none;
  }
  section.kin .uper .two button {
    padding: 7px 16px;
    margin: 10px auto;
    text-align: center;
    display: block;
}

section.kin .uper .one input{
   height: 40px;
   border: 2px solid #ff00fe;
   width: 100%;
   border-radius: 25px

}

section.kin .uper .one i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	top: 5px;
}

section.kin .all{
	padding: 0;
}

section.kin .under{
	margin: 0
}

section.kin .under p {
    margin: 0 0 2px;
}

}
/*===============end kin==================*/

/*===============start profile==================*/
body.profile{
  padding-top: 135px;
  //background: #ddd;

}

section.profile{
    text-align: center;
    margin-bottom: 20px;
}


section.profile .main .img{
    position: relative;
    height: 250px;
    width: 250px;
    border: 3px solid #ff00fe;
    border-radius: 50%;
    margin: 5px auto;
    box-shadow: 0 0 20px #000
}

section.profile .main .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
section.profile .main .active{
    margin: 10px auto;
}
section.profile .main .active i{
    color: #5cb85c
}
section.profile .main .active.two i{
    color: #808080;
}

section.profile .main .star .fa-star{
    color: #fac917;
}

section.profile .main .star .last-star{
  color: #aaa;
}

section.profile .main .name p{
    width: 35%;
    margin: 0 auto 10px;
}


section.profile .main .bttn button{
    border: 2px solid #ff00fe;
    padding: 3px;
    margin: 7px 5px;
    color: #fff;
    transition: all .5s cubic-bezier(0, 1.26, 0.98, -0.18);
    position: relative;
    background: #ff00fe;
    
}

section.profile .main .bttn button:hover{
 background: #fff;
 color: #000;
}

section.profile hr{
    width: 50%;
    margin: 30px auto;
    border: 1.2px solid #fff;
}

section.profile .main .how{
    transition: all .5s ease-in-out;
    color: #000;

}
section.profile .main .how .one,
section.profile .main .how .two{
    background: transparent;
}
section.profile .main .how .one:hover{
    color:  green;
    
}
section.profile .main .how .two:hover{
    color:  red;
}

/*////////////////////////////////////////////*/
@media (max-width: 768px){
    body.profile{
      padding-top: 100px;
  }

  section.profile .main .img{
    height: 150px;
    width: 150px;
}

section.profile{
    margin-bottom: 10px;
}

section.profile hr{
    margin: 10px auto;
    width: 70%;
}

section.profile .main .name p{
    width: 75%;
    margin: 0 auto 3px;
    font-size: 14px;
}


}

@media (max-width: 500px){
    section.profile .main .name h2{
        font-size: 6vw;
    }
    section.profile .main .how h3{
        font-size: 5.5vw;
    }

}

/*===============end profile==================*/

#myImg {
  
  cursor: pointer;
  transition: 0.3s;
}

#blah:hover {opacity: 0.7;}

#blah {
  
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11111; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  //width: 80%;
  //max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*===============start event==================*/
/*===============end event==================*/