:root {
  --main-color: #7d027e;
  --secondary-color: #000000;
}

html {
  scroll-behavior: smooth;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: var(--main-color);
  background-image: url('../image/back1.jpeg');
    background-position: center;

  background-size: cover;
   width: 100%;
}


@media (max-width: 500px) {

body {

 
  background-size: auto;

}
}
.container {
  width: 90%;
   
  margin: auto;
}
 

/* start header */
/* start header */
/* start header */
.header {
  background-color: #ffffff;
}

.header .container {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.header img {
  width: 150px;
  margin: 0px;
  padding: 0px;

  animation-name: thebest;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  
}

@keyframes thebest {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 20px 0;
  }

  100% {
    translate: 0 0;
  }
}

.header .container .name {
     color:  var(--main-color);
     font-weight: lighter;
     font-size: large;
     font-weight: 900;
}

.header .container .name span {
  color: var(--secondary-color);
}

@media (max-width: 768px) {
  .header {
       background-color: #fff;
    height: 50px;
    padding-bottom: 20px;
    padding-top: -200px;
    margin-top: 0px;
  }

  .header img {
    width: 40px;
  }

  .header .container .name {
    font-size: 14px;
   }
}

 

/* start  profile */
/* start  profile */
/* start  profile */

.profile {
   text-align: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.profile .image img {
  width: 200px;
  border-radius: 50%;
}

.profile .text {
  padding-top: 10px;
  font-size: 20px;
  line-height: 0.1;
  font-weight: bolder;
}
  .profile .text p {
    font-weight: bolder;
     margin-top: 30px;
   }
@media (max-width: 500px) {
  
}

.profile .text span {
  font-size: 23px;
  font-weight: 800;
}

.profile .icon {
  padding-top: 20px;
  word-spacing: 15px;
}

.profile .icon i {
  font-size: 25px;
  color: #fff;
}

.profile .icon i:hover {
  font-size: 40px;
  color: var(--secondary-color);
      transform: scale(1.1);
   transform: scale(1.3) rotate(10deg);

    transition:   0.5s ;

}

/* start   contant */
/* start   contant */
/* start   contant */

.contant {
 
  padding-top: 50px;

 
  text-align: center;
  padding-bottom: 48px;
}

.contant a {
  width: 100%;
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bolder;
}

.contant .col span {
  display: none;
}

.contant .col {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #ffffff 2px solid;
  border-radius: 100px;
  background-color: #00000072;
}

.contant .col:hover span {
  display: inline;
  color: var(--secondary-color);
    color: #000;

}

.contant .col:hover {
  height: 50px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #000000 2px solid;
  border-radius: 100px;
  background-color: #f2f2f2;
  color: #000;
    transition:   0.5s ;

}

.contant .col:hover a {
  width: 100%;
  font-size: 25px;
  color: #000000;
  text-decoration: none;
  font-weight: bolder;
}

.contant .col:hover i {
  color: var(--secondary-color);
 
}

@media (min-width: 500px) {
  .contant {
    padding-top: 30px;

 
    text-align: center;
    padding-bottom: 48px;
  }
  .contant .col {
    height: 50px;
    width: 65%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff 2px solid;
    border-radius: 100px;
  }

  .contant a {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
  }

  .contant .col:hover {
    height: 50px;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff 2px solid;
    border-radius: 100px;
  }
}

@media (max-width: 500px) {
  .contant {
    padding-left: 0px;
    width: 350px;

 
    text-align: center;
    padding-bottom: 150px;
  }

  .contant .col {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff 2px solid;
    border-radius: 100px;
  }

  .contant a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
  }
  .contant .col:hover {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff 2px solid;
    border-radius: 100px;
  }

  .contant .col:hover span {
    display: none;
    color: var(--secondary-color);
  }
}
