body {
  height: 100%;
  font-family: vazir;
  background-color: #ffffff;

}

.cvhr {
  height: px;
  border-width: 0;
  color: #0055FF;
  background-color:#0055FF;
}

.cvbody {
  padding-top:20px;
  margin-bottom:5px;
  padding-bottom:2px;
  background:#0055FF; 

}


.cvimg1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  animation: fadeIn 1.2s ease-in-out;
  margin-top: 10px;
}


.cvlogc {
  font-size: 28px;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}


.cvlogc2 {
  font-size: 18px;
  color: #f2f2f2;
  font-weight: bold;
  min-height: 25px;
}

.cvtite{

  margin-top:15px;
}
.cvtite h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}
.cvtite h2:after,
.cvtite h2:before {
  content: " ";
  display: block;
  height: 3px;
  background:#0055FF;
}


.cvbtnn {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px;
  font-size: 16px;

  color:#000000;
  background:#ffffff;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;

}

.cvbtnn:hover {
  background: #0055FF;
  color:#ffffff;
  transform: scale(1.05);
  box-shadow: 0 0 5px rgb(255, 255, 255);
}

.cvbtnd{
  background:#0055FF ;
  color:#ffffff ;
  padding: 5px 10px;
  font-size: 14px;

}
.cvbtnd:hover {
  background:#0055FF ;
  color:#ffffff ;
  border:1px solid #0055FF;
  transform: scale(1.1);

}
/* ///////////////////////////////////////////////////////////////////img */
/* Å²Â§Åâ€ ÅªÂŒÅâ€¦ÅªÂŒÅ²Â´Åâ€  Åâ€ Åâ€¦Å²Â§ÅªÂŒÅ²Â´ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.cvimg-container {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
}


.cvimg1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}


.cvimg-container::before,
.cvimg-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rippleEffect 2s infinite ease-in-out;
}


.cvimg-container::before {
  border: 3px solid rgb(255, 255, 255);
  animation-delay: 0s;
}


.cvimg-container::after {
  border: 3px solid #ffffff;
  animation-delay: 1s;
}


@keyframes rippleEffect {
  0% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }

  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}

/* /////////////////////////////////////////////////////////////////////////////////// */


.cvfooter {
  border-top: 1px solid #ffffff;
  background:#0055FF;
  position: fixed;
  bottom: -100px; 
  left: 0;
  right: 0;
  text-align: center;
  transition: bottom 0.5s ease; 
}

.cvfooter.visible {
  bottom: 0; 
}


.cvbtnfoot {
  border: 2px solid #ffffff;
  padding: 1px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #9b015300;
}


.cvbtnfoot::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent);
  animation: shine 2s infinite;
}


@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}


.cvhtext1 {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #000000;

}

.cvhtext {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;

}

.cvbtnc {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px;
  font-size: 16px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
}

.cvbtnc:hover {

  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);


}


/* ///////////////////////////// bashgah va afzoodan moshtari*/

/* ///////////////////////////// ertabat ba ma*/
.cviconn {

  width: 25px;
  height: 25px;

}

@media screen and (max-width: 700px) {

  .cvposi {
    width: 35px;
    height: 35px;
    float: right;
    margin-left: 10px;
    font-size: 18px;
  padding: 7px;
    border-radius: 10px;
    background:#0055FF; 

  }

  .cvposi2 {
    color: #000000;
    float: right;
    margin-top: 6px;
    font-size: 16px;

  }
}


@media screen and (min-width: 701px) {
  .cvimg2 {
    visibility: hidden;
  }

  .cvposi {
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 20px;
    font-size: 18px;
 padding: 7px;
    border-radius: 10px;
    background:#0055FF; 

  }

  .cvposi2 {
    color: #000000;

    float: right;
    margin-top: 6px;
    font-size: 18px;

  }
}

.cvposi2:hover {

  color: #0055FF;
  cursor: pointer;

}


.cvdar2 {


  border-radius: 10px;
  font-size: 20px;

  background: #ffffff;

  border:1px solid #0055FF;
  


}

.cvdar2:hover {
  background: #dddddd58;

  cursor: pointer;

}

@media screen and (max-width: 700px) {

  .cvtext1 {

    color: #000000;
    text-align: justify;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 3px;
    font-size: 16px;
  }

  .cvtext2 {

    color: #000000;
    text-align: justify;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 3px;
    font-size: 16px;
  }
}

@media screen and (min-width: 701px) {

  .cvtext1 {

    color: #000000;
    text-align: justify;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 20px;

  }

  .cvtext2 {

    color: #000000;
    text-align: justify;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 3px;
    font-size: 16px;
  }
}


.cvdar3 {
  border-bottom: 2px solid #0055FF;
 
  border-top: 2px solid #0055FF;
  margin-top: 10px;

  color: #0055FF;
  border-radius: 30px;
}

.cvcard2 {

  color: #000000;
}

.cvcard3 {
  background: #ffffff;
}

.cvcard4 {
  color: #000000;
}


@font-face {
  font-family: Vazir;
  font-style: normal;
  font-weight: 100;
  src: url("/static/fonts/Vazir-Thin.eot");
  src: url("/static/fonts/Vazir-Thin.woff")format("woff"),
    url("/static/fonts/Vazir-Thin.ttf")format("ttf"),
    url("/static/fonts/Vazir-Thin.woff2")format("woff2");

}

@font-face {
  font-family: Vazir;
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/Vazir-Light.eot");
  src: url("/static/fonts/Vazir-Light.woff")format("woff"),
    url("/static/fonts/Vazir-Light.ttf")format("ttf"),
    url("/static/fonts/Vazir-Light.woff2")format("woff2");

}

@font-face {
  font-family: Vazir;
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/Vazir-Regular.eot");
  src: url("/static/fonts/Vazir-Regular.woff")format("woff"),
    url("/static/fonts/Vazir-Regular.ttf")format("ttf"),
    url("/static/fonts/Vazir-Regular.woff2")format("woff2");

}

@font-face {
  font-family: Vazir;
  font-style: normal;
  font-weight: 950;
  src: url("/static/fonts/Vazir-Black.eot");
  src: url(" /static/fonts/Vazir-Black.wof")format("woff"),
    url("/static/fonts/Vazir-Black.ttf")format("ttf"),
    url("/static/fonts/Vazir-Black.woff2")format("woff2");

}

/* //////////////////////////////////acardion */
.cvaccordion {
  background-color: #dddddd9e;
    color: rgb(0, 0, 0);
  border: 1px solid #0055FF;
  cursor: pointer;
  padding: 10px;
  width: 100%;

  text-align: right;
  outline: none;
  font-size: 18px;
  border-radius: 25px;
  margin-top: 10px;

}

.active {
  background-color: #0055FF;
  color: #ffffff;
}

.cvaccordion:after {
  content: '\002B';
  color: #0055FF;
  font-weight: bold;
  float: right;
  margin-left: 5px;
 

}

.active:after {
  content: "\2212";
  color: #ffffff;
  
}

.cvpanel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 5px;
  border-radius: 20px;

  color: #000000;
}