body{
   background-color: #686bed;
}






*{
font-family: 'Inter', sans-serif;
}
.txt1{

font-size: 22px;
text-align: right;

}

.txt3{

    font-size: 20px;
    

    }
    .txt4{

        font-size: 17px;
        
        }
        .txt5{

            font-size: 14px;
           
            }



.card{
  
    color:black;
    background-color: white;
    box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.1);
    border-radius :10px;
 
   
}


.fott{
padding: 15px;
border-radius: 3px;

}



  .text1{
  
    font-family: kurdf;
  

  }
  
 @font-face {
          font-family: kurdfo;
          src: url(fonts/4.ttf);
        }
      
      .kurdfo{
          font-family: kurdfo;
          font-size:22px;
        
         
        }
.img2
{
    width: 100%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
  

}

.img1
{
    width: 85px; 
    display: block;
    
    margin-right: auto;
    
    
}
.navv{
    /* background-color:     ; */
   

background-color: fff;
margin-top :0px;
margin: 10px;

}  

.img4{
   width : 46px;
}
.texth{
    
    font-size: 25px;
    color: black;
    text-decoration: none; 
    
    }

    a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}

a:hover {
      text-decoration: none;
}

a:active {
      text-decoration: none;
}

  @font-face {
    font-family: kurdfo;
    src: url(assets/fonts/4.ttf);
  }

  .text22{
    font-family: kurdfo;
    font-size:24px;
  }
  
 $purple-gradient: linear-gradient(45deg, rgba(87,29,146,1) 0%,rgba(172,25,102,1) 100%);
$purple-gradient: linear-gradient(to bottom right, #C90A6D, #FF48A0);
$blue1-gradient: linear-gradient(to bottom right, #5E5AEC, #3F9EFC);
$blue2-gradient: linear-gradient(to bottom right, #6452E9, #639FF9);
$shadow: 0 13px 26px rgba(#000, .2), 0 3px 6px rgba(#000, .2);

// ------------------------------------------------

.customSlider {
  opacity: 0;
  display: none;
  + label {
    position: relative;
    top: 35px;
    left: 15px;
    cursor: pointer;
    &:before, &:after {
      background: #FFFFFF;
      position: absolute;
      content: '';
    }
    &:before {
      top: -90px; left: -60px;
      width: 80px;
      height: 40px;
      background: #ccc;
      border-radius: 20px;
      transition: background .75s;
    }
    &:after {
      height: 34px; width: 34px;
      top: -87px; left: -55px;
      border-radius: 50%;
      transition: all .5s;
    }
  }
  
  &:checked + label:after {
    height: 34px; width: 34px;
    top: -87px; left: -19px;
    border-radius: 50%;
  }
  
  &:checked ~ .wrapper {
    color: #fff;
    transition: background .6s ease;
    background: #31394D;
    
    .top-icons {
      i {
        color: #fff;
      }
    }
    
    .profile {
      // &:after {background: #ececece;}
      .name {
        color: #FDFEFF;
      }
      
      .title {
        color: #7C8097;
      } 
      
      .description {
        color: #FDFEFF;
      }
    }
    .icon {
      h4 {
        color: #FFFFFF;
      }
      
      p {
        color: #666B7D;
      }
    }
  }
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

:root {
  --green: #58a497;
  --yellow: #e09449;
  --lightgreen1: #a4bdb7;
  --brown: #8b4448;
  --gray: gray;
  --lightgreen2: rgb(164, 189, 183, 0.5);
  --box: #ededed;
}



/* Content-1:Start */
.box {
  width: 300px;
  height: fit-content;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
}

.box1 {
  margin-top: 10px;
}

.content {
  margin: 15px 2px;
}

.image img {
  height: auto;
  width: 120px;
  border-radius: 50%;

  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.level {
  font-size: 0.7em;
  background-color: rgb(164, 189, 183, 0.5);
  width: 50px;
  padding: 3px;
  border-radius: 5px;
  font-weight: bolder;
  letter-spacing: 1px;

  display: block;
  margin: 0px auto 10px;
}

.name {
  font-size: 1.25em;
  font-weight: bolder;
  letter-spacing: 1px;
}

.job_title {
  font-size: 0.65em;
  font-weight: bolder;
  color: gray;
  margin-top: -2px;
}

.job_discription {
  font-size: 0.7em;
  color: gray;
  margin: 10px 30px 20px;
}

.icons {
  margin: 0px 30px;
  font-size: 1.5em;
  display: flex;
  justify-content: space-around;
}

.icons button {
  width: fit-content;
  height: fit-content;
  border: none;
  font-size: 1em;
}

ion-icon:hover {
  color: #58a497;
  transition: 0.5s;
}

button {
  width: 130px;
  height: 40px;
  border-radius: 7px;
  font-weight: bolder;
}

.button {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin: 20px 30px 0px;
}

.button .message {
  background: #4267B2;
  color: #fff;
}

.button .connect {
  background-color: #2AABEE;
  color: #fff;
  border: none;
}
button.connect:hover {
  letter-spacing: 1px;
  transition: 0.5s;
}
button.message:hover {
  letter-spacing: 1px;
  transition: 0.5s;
  background: rgba(88, 164, 151, 0.5);
}
/* Content-1:End */

/* Content-2:Start */
.box2 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.box2 img {
  width: 80px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 0px;
}

h5 {
  font-weight: bolder;
  font-size: 1em;
}

.row p {
  font-size: 0.8em;
}

.box2 .text {
  text-align: left;
}

.box2 .text .name {
  font-size: 1.1em;
}

.box2 .text .job_title {
  font-size: 0.6em;
  margin-bottom: 10px;
}

.box2 .text .job_discription {
  margin: 0px;
}

.box2 .text .about {
  font-size: 0.9em;
  font-weight: bolder;
}
/* Content-2:End */

/* Responsiveness:Start */
@media screen and (max-width: 480px) {
    .box{
        width: 106vw;
        border-radius: 0px;
    }
    .button{
        display: flex;
        flex-direction: column;
    }
    .button button{
        width: 250px;
    }
    button.connect{
        margin-top: 10px;
    }
    .content2{
        padding: 0px 20px;
    }
    .content2 img{
        width: 60px;
        height: 60px;
    }
}
/* Responsiveness:End */
  .button-24 {
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-24:active {
  opacity: .5;
}

.danyar{
      color: black;
}
.dani{
   background-color :
    #dfe6e9;
    color:black;
    padding:5px;
     
  
}

.bgf{
     padding: 10px 2px;
     margin-right: 50px;
         margin-left: 50px;
}
 .bttn:hover {
        background-color: #23c483;
        
        color: #fff;
        transform: translateY(-7px);
      }
  