@font-face {
    font-family: 'yekan';
    src: url('../font/Yekan.eot'), format('eot')
         url('../font/Yekan.woff2') format('woff2'),
         url('../font/Yekan.woff') format('woff'), 
         url('../font/Yekan.ttf')  format('truetype'), 
       
  }
  body{
    font-family:'yekan';
    margin: 0%;
    padding: 0%;
  
  }
  ul,li{
    margin: 0%;
    padding: 0%;
  }

/* ///////////////////////////////header/////////////////////////////////// */
header{
 background-color: #ffffff;
 

  
}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.background1{
   background: rgb(145, 78, 145);
  background: linear-gradient(183deg,  #B2A5FF 0%, rgb(188, 155, 235) 50%, #B2A5FF 100%);
  height: 6vh;
  justify-content: end;
  font-size: 14px;

  
}
.background1 a{
  margin: .5rem;
}
#nav-number{

  display: flex;
}




.background2{
  position: relative;
  background-color: #450b5c;
  height: 1vh;
  width: 75%;
}
/* 
 li:hover{
  border-bottom: 2px solid  #0b0e5c;
  transition: all 0.2s ease-in-out;
 
} */
.nav-item:hover{
  border-bottom: 2px solid  #420b5c;
  transition: all 0.3s ease-in-out;
}
ul{
  display: inline;
  margin: 0;
  padding: 0
}
ul li{
  margin: .1rem;
  font-size: 14px;
  font-weight: bold;
  color: #530b5c;
  display: inline-block;
}

ul li:hover ul {display: block;}

ul li ul {
  position: absolute;
  width: 200px;
  display: none;
}



nav a{
  color:  #420b5c;
 

}
nav button{
  color: #2e0b5c ;
  
}
.boxitem{
 margin-left: -6.5%;
}
.Design_li{
  width: 10rem;
  height: 2rem;
 
  position: relative;
  margin-bottom: 4px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  border: none;
  outline: none;
  color:  #3c0b5c;
  margin-bottom: .5rem;
  margin-right: 1rem;
 
  
}
.Design_li:hover{
  background: linear-gradient(183deg, rgb(154, 7, 228) 0%, rgb(239, 220, 247) 50%, rgb(154, 7, 228) 100%);
 
}
.navbar-toggler{
  padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    border-left-width: 5px;
    padding-left: 5px;
    border: none;
    
}

/* ////kaaaaaaaaaaaaaaaaaaaaaaaaaaaard///// */
  /* <!-- ..................................................section3.............................................................................. --> */

#section3{
  height: auto;
  margin-top: 7rem;
}
@media screen and (max-width: 640px) {
  #section3{
    height: auto;
    margin-top: 8rem;

  }
}
.containercard-card {
    width: 270px;
    height: 290px;
    padding: .1rem;
    position: relative;
    cursor: pointer;
  
    
}
.containercard-card img{
  height: 32vh;
}
.containercard-card h1{
  position: absolute;
  margin-top: 9.5rem;
  }


.containercard-card .containercard-content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.452);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 30px rgb(0, 0, 0, 0.055);
    transition: all .4s;
    border-radius: 60px;
  
}

.containercard-card .containercard-content p {
    font-size: 1rem;
    padding: 0.3em 1.5em;
    text-align: center;
    color: #2e0b5c;
}
.containercard-card .containercard-content h1 {
    font-size: 1rem;
    padding: 0.3em 1.5em;
    text-align: center;
    color: #2e0b5c;
}


.containercard-card:hover .containercard-content {
    color: rgb(36, 36, 36);
}
.containercard-card:hover .containercard-content a {
  color: rgb(36, 36, 36);
}

.containercard-card::before,
.containercard-card::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 20%;
    background: #92a4df6e;
    z-index: -20;
    transition: all .4s;
    
}

.containercard-card::before {
    top: 0;
    right: 0;
}

.containercard-card::after {
    bottom: 0;
    left: 0;
    background: #92a4df6e;
    
}

.containercard-card:hover::before {
    width: 50px;
    height: 50px;
    transform: translate(20px, -20px);
    border-radius: 50%;
}

.containercard-card:hover::after {
    width: 100px;
    height: 100px;
    transform: translate(-20px, 20px);
    border-radius: 50%;
}
/* .containercard-content button{
  width: 9rem;
  height: 2rem;
  border-radius: 3rem;
  background: rgba(37, 4, 102, 0.089);
  backdrop-filter: blur(20px);
  border: 1px solid white;
  box-shadow: 0 0 30px rgba(14, 1, 73, 0.055);
} */
.containercard-content button a{
  text-decoration: none;
  color: #0c0c4b;
}
.containercard h1{
  font-size: 1.2rem;
 
}