@font-face {
  font-family: yekan;
  src: url("../fonts/iranyekanwebbold.ttf") format("truetype");
}

body {
  font-family: yekan;
  overflow-x: hidden;
}

/* utility  */
.lh-1 {
  line-height: 30px;
}

.lh-2 {
  line-height: 35px;
}

.underline {
  width: 150px;
  border: 3px solid #ffffff;
  margin: auto;
}

.underline-dark {
  border: 3px solid #888;
}
/* end of utility  */

/* header  */
/* banner  */



.backgrand-banner-home{
  height: 100vh;
 display: flex;
 justify-content: center;
 align-items: center;
 object-fit: cover;


  
  background: linear-gradient(105deg, rgba(0, 0, 0, 0.568) 0%,rgba(0, 0, 0, 0.534) 50%,transparent ) , url(../images/HOME-PACK/blockchain_blog.jpg);
 
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
}



.banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.H2-Banner{
  display: flex;
 justify-content: center;
 align-items: center;
 object-fit: cover;
}



.banner-heading {
  animation-name: anim;
  animation-duration: 2s;
}

.banner-par {
  animation-name: anim;
  animation-duration: 2s;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
}

@keyframes anim {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}



/* end of banner  */

/* start of PC navbar  */
 /* کل بخش نوار دسکتاپ از لیست کد 808 شروع میشود  */
/* end of PC navbar  */


/* navbar  */

.nav-menu {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  padding: 25px;
  transition: all 0.7s;
  z-index: 2;
  
}
header{
  font-size: 1em;
}

header nav{
  display: flex;
  justify-content: space-between ;
  padding: 10px 15px;
  font-size: 1em;
}

header nav .nav-right{
  display: flex;
  align-items: center;
}

header nav .nav-right a{
  color: #000000;
  padding: 5px 10px;
  margin: 0px 5px;
  font-size: 1.1em;
  
}


header nav .nav-left .register-login-btn{
  border: 2px solid #000000;
  padding: 5px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  

}

header nav .nav-left .register-login-btn i{
  margin: 7px;
  color: #000000;
  font-size: 1.1em;
  
}

header nav .nav-left .register-login-btn a{
  color: #000000;
  margin: 0px 10px;
  font-size: 1em;
  font-family: yekan;
  text-decoration: none;
}




body{
  font-size: 16px ;
  margin: 0px ;
}

a{
  text-decoration: none ;
}
.fa-home{
  color: #000000;
  font-size: 30px;
  }
.dropdown-toggle{
  font-size: 17px;
  color: #000000;
  transition: color 2.5s;
 
}




.dropdown-menu{
 background-color: #ffffff;
 
  animation-name: fade-in;
  animation-duration: 1.2s;
  font-size: 16px;
  border: none ;
  
}
.dropdown-item{
  color: #00d9ff;
 
}



.dropdown-item {
 text-align: right;
  top: 50%;
  left: 50%;
  transform: translate(-890px, -10%);
  font-size: 18px;
}


.menu-item {
  font-size: 17px;
  color: #000000;
  transition: color 0.5s;
}

.menu-item:hover {
  color: #000000;
}

.line1,
.line2,
.line3 {
  width: 23px;
  height: 3px;
  margin: 5px;
  transition: all 0.4s;
}

.change .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.change .line2 {
  opacity: 0;
}
.change .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.custom-navbar {
  padding: 5px 30px;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

/* end of navbar  */


/* end of header  */

/* awards  */

.awards {
  background-color: #00bccada;
}

.fromLeft {
  animation-name: fromLeft;
  animation-duration: 3s;
}

.fromRight {
  animation-name: fromRight;
  animation-duration: 3s;
}

@keyframes fromLeft {
  0% {
    transform: translateX(-120px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fromRight {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/* end of awards  */

/* blog  */
.blog-backgrand{
  background-color: #00bccada;
  
}
.card-shadow {
  box-shadow: 5px 8px 20px #444;
}

.heading {
  position: absolute;
  bottom: 50px;
  left: 0px;
  font-size: 20px;
  background-color: #ffffff38;
  width: 90%;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.7s;
  color: #ffffff;
}

.heading:hover {
  opacity: 1;
  background-color: #ffffffc7;
  color: #000;
}

/* end of blog  */

/* shop card  */
.shop-list-item {
  color: #000000;
  cursor: pointer;
  user-select: none;
  transform: translate(0%, 100%);
  width: 200px;
}
.list-inline{
  background-color: #ffffff;
  height: 70px;
  border-radius: 3rem;
  
  
}


.host-card-icon{
  align-items: center;
  justify-content: center;
  display: flex;
  transform: translate(0%, -28%);
}
.mb-TEXT-2{
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 18px;
  height: 0px;
}

.active-item {
  color: #00fff2;
  background-color: #000000;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  
 
 
}
.host-card {
  background: linear-gradient(rgba(0, 0, 0, 0.397), rgba(0, 0, 0, 0.575)),
    url(../images/HOME-PACK/networking.jpg);
  background-size: cover;
  box-shadow: 7px 8px 50px #555;
  max-width: 370px;
  backdrop-filter: blur(15px);
 
}
.card-list-H{
  transform: translate(0%, 28%);
  border-bottom:none;

  
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.card-list-item{
  align-items: center;
  display: flex;
  justify-content: center;
}
/* end of shop  */

/* trainers  */
.trainers-backgrand{
  height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.397), rgba(0, 0, 0, 0.575)), url(../images/HOME-PACK/trainer2.jpg);
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-trainers-backgrand-H4{
  background-color: #000000;
  height: 10px;
}
.trainers-backgrand-H4{
height: 30px;
transform: translate(0%, 30%);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00fff2;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #00fff2;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #000000;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #000000;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #00f7ffc5;
}

.swiper-navBtn{
  color: #000000;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #ffffff;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}
/* end of trainers  */

/* shop card-2 %  */

.card-1,
.card-2,
.card-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.589), rgba(0, 0, 0, 0.116)),
    url(../images/HOME-PACK/networking.jpg);
  background-size: cover;
  box-shadow: 7px 8px 50px #555;
  max-width: 370px;
}
.mb-TEXT{
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 30px;
}
.card-list-item {
  border-bottom: 1px groove #000000;
  width: 55%;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #ffffff;
  font: bold;
  font-size: 18px;
}

.shop-card-button {
  background-color: #2980b9;
  width: 130px;
  border-radius: 25px;
  box-shadow: 5px 8px 18px #000;
  transition: all 0.4s;
 color: white;
 
}

.shop-card-button-2 {
  background-color: #2980b9;
  width: 130px;
  border-radius: 25px;
  box-shadow: 5px 8px 18px #000;
  transition: all 0.4s;
  color: #ffffff;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  transform: translate(-72.1%, 2%);
 
}

@media(max-width: 420px){
  .shop-card-button-2 {
    
    align-items: center;
    text-align: center;
    display: flex;
    transform: translate(-63.1%, 2%);
   
  }
}

@media(max-width: 400px){
  .shop-card-button-2 {
    
    align-items: center;
    text-align: center;
    display: flex;
    transform: translate(-52.1%, 2%);
   
  }
}

@media(max-width: 380px){
  .shop-card-button-2 {
    
    align-items: center;
    text-align: center;
    display: flex;
    transform: translate(-52.1%, 2%);
   
  }
}

.shop-card-button:hover {
  background-color: #000000;
  color: #00ffea;
  transform: translateY(-2px);
  
  
}

.shop-card-button-2:hover {
  background-color: #000000;
  color: #00ffff;
  
  
}

@keyframes moveFromLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes moveFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes moveFromBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.moveFromLeft {
  animation-name: moveFromLeft;
  animation-duration: 2s;
}

.moveFromRight {
  animation-name: moveFromRight;
  animation-duration: 2s;
}

.moveFromBottom {
  animation-name: moveFromBottom;
  animation-duration: 2s;
}

/* end of card-2%  */

/* contact  */

.contact{
  background: linear-gradient(105deg, rgba(21, 31, 32, 0.651) 0%,rgba(21,31,32,.9) 50%,transparent 50%) , url(../images/HOME-PACK/banner-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.input{
  background: transparent;
  border: none;
  border-color: transparent;
  border-radius: 0px;
  color: #000;
  border-bottom: 2px solid #ccc;
  transition: all .8s;
}

.input:focus{
  background: transparent;
  border: none;
  border-color: transparent;
  box-shadow: none;
  border-bottom: 2px solid #f5593d;
}

.submit-button{
  background-color: #2980b9;
  color: #eee;
  transition: all .3s;
}

.submit-button:hover{
  background-color: #3498db;
  transform: translateY(-3px);
}

.label{
  color: #777;
  display: block;
  font-size: 13px;
  margin-top: -70px;
  margin-right: 4px;
  transition: all .4s;
}

.input:placeholder-shown + .label {
  transform: translate(20px ,20px);
  opacity: 0;
  visibility: hidden;
}

@media(max-width: 992px){
  .contact{
    background: linear-gradient(105deg, rgba(21,31,32,.8) 0%,rgba(21,31,32,.9) 50%);
  }
  .contact-form{
    width: 80%;
    margin: auto;
  }
  .fa-home{
    color: #ffffff;
    font-size: 0px;
  
    }
}

/* end of contact  */


/* footer  */

/* end of footer  */




@keyframes fade-in {
  100% { opacity: 1; }
  0% { opacity: 0; }
}
/*=============== BREAKPOINTS ===============*/
/* For medium devices */
@media screen and (min-width: 526px){
  .show-search{
    width: 450px;
    
  }
  
}
  @media screen and (max-width: 525px){
    .show-search{
      width: 380px;
      
    }  
    .scroll-down{
      color: #03f7ff;
      font-size: larger;
    }

}
@media screen and (min-width: 90px){
  
  video {
   
   
    height: auto;
   
  }
  header{
    overflow: hidden;
  }
  
  
}


/* start of PC navbar  */
*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #0a0a0a;
}


a:after{
    content: "";
    position: absolute;
    
    height: 1px;
    width: 0;
    left: 0;
    bottom: 13px;
    transition: 0.32s;
}
a:hover{
    color: #03f7ff;
    transition: 0.3s;
}
a:hover:after{
    width: 100%;
}
.nav-item {
  margin-left: 15px;
 
}

@media screen and (max-width: 991px) {
  a:after{
   
    bottom: 1px;
    }
}


.dropdown-menu{
  
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  
  backdrop-filter: blur(15px);
}

.DL1 {
  position: absolute;
  top: 85px;
  left: -1695px;
  height: 266px;
  min-width: 1890px;
}

.DL2 {
  position: absolute;
  top: 85px;
  left: -1598px;
  height: 266px;
  min-width: 1890px;
}

.DL3 {
  position: absolute;
  top: 85px;
  left: -1480px;
  height: 266px;
  min-width: 1890px;
}

.DL4 {
  position: absolute;
  top: 85px;
  left: -1340px;
  height: 266px;
  min-width: 1890px;
}

.DL5 {
  position: absolute;
  top: 85px;
  left: -1260px;
  height: 266px;
  min-width: 1890px;
}

.DL6 {
  position: absolute;
  top: 85px;
  left: -1150px;
  height: 266px;
  min-width: 1890px;
}




.dropdown-menu-text {
  padding: 10px;
  color: #00d9ff;
  text-align: right;
  border-radius: 1.2rem;
  font-size: 14px;
  transform: translate(-25%, -2%);
  width: 430px;
  height: 256px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  
  backdrop-filter: blur(15px);
}

.dropdown-menu-text p {
  font-size: 15px;
  transform: translate(-1%, 13%);
  
}

@media screen and (max-width: 991px) {
  .dropdown-item {
    text-align: right;
     top: none;
     left: none;
     transform: none
    
   }
   .DL1 .DL2 .DL3 .DL4 .DL5 .DL6 {
    min-width: none;
    
  }
  
  .dropdown-menu{
    backdrop-filter: none;
    background: none;
    border: none;
    color: #000;
    height: 235px;
  }

  .dropdown-menu-text {
    display: none;
  }
  .dropdown-menu-text-1{
    display: none;
  }
  .dropdown-menu-text-2{
    display: none;
  }

  .dropdown-item{
    color: #000000;
  }
  .dropdown-toggle{
    font-size: 20px;
   
   
   
  }
}

.dropdown-menu-text h5 {
  position: absolute;
  
  transform: translate(-5%, -10%);
  font-size: 18px; /* مقدار مورد نظر شما */
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dropdown-menu-text p{
  color: #ffffff;
}


@media screen and (min-width: 992px) {

.dropdown-item{
   display: none;
  }
}


.dropdown-menu-text-1 {
  padding: 10px;
  color: #00d9ff;
  text-align: right;
  border-radius: 1.2rem;
  font-size: 14px;
  transform: translate(-220%, -100%);
  width: 290px;
  height: 265px;
  background: none;
  border: 2px solid rgba(255,255,255,0.5);
  border: none;
  text-decoration: none;
  backdrop-filter: none;
}

.dropdown-menu-text-1 p {
  font-size: 15px;
  transform: translate(-1%, 160%);

}


.dropdown-menu-text-2 {
  padding: 10px;
  color: #00d9ff;
  text-align: right;
  border-radius: 1.2rem;
  font-size: 14px;
  transform: translate(-346%, -200%);
  width: 290px;
  height: 265px;
  background: none;
  border: 2px solid rgba(255,255,255,0.5);
  border: none;
  text-decoration: none;
  backdrop-filter: none;
}

.dropdown-menu-text-2 p {
  font-size: 15px;
  transform: translate(-1%, 160%);

}

@media screen and (max-width: 1300px) {
  .dropdown-menu-text {
    transform: translate(-14%, -2%);
  }
  .dropdown-menu-text-1 {
  transform: translate(-185%, -100%);
 }
 .dropdown-menu-text-2 {
  transform: translate(-280%, -200%);
 }
}

.dropdown-item-text-1{
  color: #ffffff;
  text-align: right;
  text-decoration: none;
  margin-right: 4px;
  font-size: 17px;
  margin-bottom: 50px;
}
.L1{
  text-align: right;
  color: #ffffff;
  font-size: 10px;
  margin-left: 5px;
}

a:hover {
  text-decoration: none;
}

.LE2{
  font-size: 18px;
  color: #ff0000;
}

/* end of PC navbar  */

/* start of scroll-down  */
.scroll-down {
  text-align: center;
  width: 34px;
  height: 58px;
  display: inline-block;
  border-radius: 20px;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 80px;
  margin-left: -17px;
  line-height: 50px;
  
 
}
.scroll-down i {
  font-size: 8px;
  color: #00ffea;
  display: inline-block;
  -webkit-animation-name: fadedown;
  -moz-animation-name: fadedown;
  -ms-animation-name: fadedown;
  -o-animation-name: fadedown;
  animation-name: fadedown;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-moz-keyframes fadedown {
  0% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
  50% { -moz-transform:translateY(25px); transform:translateY(25px); opacity:1; }
  100% { -moz-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-webkit-keyframes fadedown {
  0% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
  50% { -webkit-transform:translateY(25px); transform:translateY(25px); opacity:1; }
  100% { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@-o-keyframes fadedown {
  0% { -o-transform:translateY(0); transform:translateY(0); opacity:1; }
  50% {-o-transform:translateY(25px);transform:translateY(25px);opacity:1; }
  100% {-o-transform:translateY(0);transform:translateY(0);opacity:1; }
}
@-ms-keyframes fadedown {
  0% { -ms-transform:translateY(0); transform:translateY(0); opacity:1; }
  50% {-ms-transform:translateY(25px);transform:translateY(25px);opacity:1; }
  100% {-ms-transform:translateY(0); transform:translateY(0); opacity:1; }
}
@keyframes fadedown {
  0% { transform:translateY(0); opacity:1; }
  50% {transform:translateY(25px);opacity:1; }
  100% {transform:translateY(0);opacity:1; }
}

@media screen and (min-width: 992px){
  .scroll-down{
    transform: translate(-1%, 510%);
  }
}

@media screen and (max-width: 991px){
  .scroll-down{
    transform: translate(-1%, 460%);
  }
}

@media screen and (max-width: 390px){
  .scroll-down{
    transform: translate(-1%, 360%);
  }
}
@media screen and (max-width: 360px){
  .scroll-down{
    transform: translate(-1%, 300%);
  }
}
/* end of scroll-down  */














/* start of search  */

:root{
	--bg-clr: #000000;
	--white: #ffffff;
	--srch-btn: #000000;
  --srch-btn-hvr: #000000;
	--text-clr: #000000;
  --icon-clr: #a2a2af;
}

.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  
  background: linear-gradient(105deg, rgba(21,31,32,.8) 0%,rgba(21,31,32,.9) 50%,transparent 50%) , url(../images/HOME-PACK/banner-3.jpg);
 
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
}
.search_box_wrapper{
  transform: translate(0, 30%);
}



.search_box_wrapper .search_box_item{
  position: relative;
  height: 60px;
  margin-bottom: 10px;
  width: 870px;
  max-width: 100%;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  top: 110px;
  right:150px;
  border-radius: 4rem;
  
}

.search_box_wrapper .search_box_item .search_box{
  height: 60px;
  border-radius: 4rem;
}

.search_box_wrapper .search_box_item .input_search{
  background: var(--white);
  border: 0;
  border-radius: 3px;
  color: var(--text-clr);
  width: 100%;
  height: 60px;
  text-align: left;
  border-radius: 4rem;
  border: 2px solid rgba(226, 225, 225, 0.596);
  font-size: 22px;
  font-family: Arial black;
}

.search_box_wrapper .search_box_item .icon{
  position: absolute;
  top: 15px;
  color: var(--icon-clr);
  font-size: 22px; 
  display: flex;
  width: 20px;
}

.search_box_wrapper .search_box_item button{
  width: 120px;
  height: 50px;
  position: absolute;
  top: 5px;
  border-radius: 3rem;
  border: 0;
  display: block;
  background: var(--srch-btn);
  color: var(--white);
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-size: 15px;
 
}

.search_box_wrapper .search_box_item button:hover{
  background: var(--srch-btn-hvr);
}

/*search_box_1*/
.search_box_wrapper .search_box_item.search_box_item_1 .input_search{
  padding: 15px 131px 15px 25px;
}

.search_box_wrapper .search_box_item.search_box_item_1 button{
  right: 5px;
}

.search_box_wrapper .search_box_item.search_box_item_1 .icon{
   left: 15px;
}


.backgrand-box{
height: 200px;
color: #000000;
background-color: #ffffff;
margin-bottom: 70px;
animation-name: fade-in;
  animation-duration: 1.2s;
transform: translate(0%, -73%);
z-index: 2;
width: 100%;
border-radius: 3rem;
border: 3px solid #00fff2;


}

.search-title{
 color: #696969;
 transform: translate(-44%, -140%);
 font-size: 15px;
 font: bold;
 font-family: yekan;
}

.img-search-backgrand{
  animation-name: fade-in;
  animation-duration: 2.2s;
  width: 70%;
  transform: translate(-111.1%, 2%);
  height: 1000px;
 z-index: 1;
}





.search #search_error
{
  animation-name: fade-in;
  animation-duration: 1.2s;
	margin-top: 15px;
  transform: translate(-81.1%, 2%);
	width: 345px;
	font-size: 17px;
	color: #C62828;
	background: rgba(255,0,0,0.1);
	text-align: center;
	padding: 5px 8px;
	border-radius: 3rem;
	border: 1px solid #EF9A9A;
	display: none;
}

/* end of search  */

/* start of footer  */
.container-footer{
	max-width: 1770px;
	margin:auto;
}
.row-footer{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #121213;
    padding: 10px 0;
}
.footer-col{
   width: 25%;
   padding: 20px 10px;
}
.footer-col h4{
	font-size: 19px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;

}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:20px;
	bottom: -10px;
	background-color: #00ffff;
	height: 2px;
	box-sizing: border-box;
	width: 120px;
  
  right: 0px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 20px;
	text-transform: capitalize;
	color: #fffdfd;
	text-decoration: none;
	font-weight: 300;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;
  font-size: 16px;
}
.footer-col ul li a:hover{
	color: #00ffdd;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
  font-size: 20px;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}



.footer-menu-text h5 {
  position: absolute;
  
  transform: translate(-5%, -10%);
  font-size: 18px; /* مقدار مورد نظر شما */
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.footer-menu-text p{
  color: #ffffff;
}
.footer-menu-text {
  padding: 10px;
  color: #00d9ff;
  text-align: right;
  border-radius: 1.2rem;
  font-size: 14px;
  transform: translate(0%, -2%);
  width: 790px;
  height: 156px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  
  backdrop-filter: blur(15px);
}

.footer-menu-text p {
  font-size: 15px;
  transform: translate(-1%, 18%);
  
}

.L1-footer{
  text-align: right;
  color: #03d9ff;
  font-size: 6px;
  margin-left: 5px;
  transform: translate(0%, -40%);
}


/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

@media(max-width: 609px){
  .footer-menu-text {
    
    height: 196px;
    
  }
}

@media(max-width: 502px){
  .footer-menu-text {
    
    height: 256px;
    
  }
}
@media(max-width: 380px){
  .footer-menu-text {
    
    height: 286px;
    
  }
}
.fluid-img-backgrand{
  background-color: #ffffffda;
  height: 220px;
}

.img-fluid-enemad{
  background-color: #ffffff;
  box-shadow: 5px 8px 65px #444;
  border-radius: 50%;
  height: 80px;
  width:80px;
  transform: translate(0%, 4%);
  box-shadow: 4px #000;
}

.footer-copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  
  background-color: #000000;

}
.footer-copyright-font{
  color: #ffffff;
  transform: translate(0%, 36%);
  font-size: 14px;
}
.img-fluid-enemad-backgrand{
  background-color: #ffffff;
  transform: translate(0%, 10%);
  border-radius: 3rem;
  box-shadow: 5px 8px 40px #444;

}
.P-fluid{
  transform: translate(0%, -100%);
  font-size: 14px;
  height: 10px;
}

@media screen and (max-width: 800px){
  .footer-copyright-font{
    font-size: 10px;
  }
}


/* end of footer  */





.TEST44{
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  background: linear-gradient(105deg, rgba(21,31,32,.8) 0%,rgba(21,31,32,.9) 50%,transparent 50%) , url(../images/HOME-PACK/banner-3.jpg);
 
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
}

.backgrand-box-44{
  position: relative;
  height: 196px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 0 20px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: double rgb(0, 247, 255);
}

.search-title-44{
  font-size: 14px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 10px 0;
}

.input-box-44 {
  position: relative;
  height: 60px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 0 0px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: ridge rgba(255, 255, 255, 0.336);
  top: 18%;
}
.input-box-44 i,
.input-box-44 .button-44 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
}
.input-box-44 i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box-44 input {
  height: 100%;
  width: 100%;
  margin: 20px 0;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 15px;
  background-color: transparent;
  text-align: left;
  font-family: Arial black;
}
.input-box-44 .button-44 {
  right: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 1.5rem;
  background-color: #000000;
  cursor: pointer;
  
}
.input-box-44 .button-44:active {
  transform: translateY(-50%) scale(0.98);
}

.input-box-44 #search_error-44
{
  
	display: flex;
  align-items: center;
  justify-content: center;
  animation-name: fade-in;
  animation-duration: 1.2s;
  margin: -95px 0;
 
	text-align: center;
	font-size: 14px;
	color: #C62828;
	background: rgba(255,0,0,0.1);
	
	
	border-radius: 3rem;
	border: 1px solid #EF9A9A;
	display: none;
}

::placeholder { 
  color: #b8b8b8;
  opacity: 1;
  font-size: 16px;
  font-family: yekan;
  transform: translate(1%, -22%);
}

@media screen and (max-width: 800px){
  ::placeholder { 
    
    font-size: 12px;
    
  }
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box-44 {
    height: 66px;
    margin: 0 0px;
  }
  .input-box-44 i {
    left: 12px;
    font-size: 25px;
  }
  .input-box-44 input {
    padding: 0 10px 0 15px;
  }
  .input-box-44 .button-44 {
    right: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    width: 100%;
    height: 30px;
    top: 90px;
    text-align: center;
    
  }
}
