@charset "utf-8";
/* Material Icons Font */  
@font-face {  
  font-family: 'Material Icons';  
  font-style: normal;  
  font-weight: 400;  
  src: url('../font/material-icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');  
}  


.material-icons {  
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}  



a {
  text-decoration-line: none !important;
}


.green {
  background-color: #008045;

}

#header {
  margin: 20px 80px 20px 20px;
  width: 25%;
}

.header{
  padding: 0;
  margin: 0;
  }


.right {
  text-align: right;
}

.center {
  text-align: center;

}

#header2 {
  padding: 20px;
  position: relative;
}

.btn {
  margin: 20px 20px;
  transition: all 0.4s !important;
  transition-timing-function: cubic-bezier(0.5, 3, 0, 1) !important;
}
.image{
  margin: 20px 20px;
}
.btn:hover{
  transform: scale(1.1, 1.1) !important;
}

.footer-injoin {
  position: relative;
  left: 0;
  bottom: -20px;
  right: 0;
}

.icons {
  padding: 20px 20px;
}

#img-footer {
  width: 330px;
}



body,html{
min-height: fit-content;
background-color: #EDF0F2 !important;
height: 100%;
width: 100%;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  font-family: Yekan, "tahoma", "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-weight: 300;
  line-height: 1.5em;
  background-color: #EDF0F2;
  margin: 0
}




b i,
.material-icons,
a p {
  color: white !important;
  font-family: Yekan !important;
}

/*a{
  text-decoration: none !important;
}*/

/*** Carousel ***/
.carousel-inner{
border-radius: 50px;
margin-top: 20px;
padding-bottom: 10px;
}

.carousel{
  width: 90%;
  margin: auto;

}

.card-header{
  padding: 0px !important;
  max-width: 130px !important;
  max-height: 130px !important;
  margin: -25px auto 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.0), 0 4px 25px 0px rgba(0, 0, 0, 0.0), 0 8px 10px -5px rgba(0, 0, 0, 0.0) !important;
}
.card{
  margin-top: 100px !important;
  margin-bottom: 50px !important;
  border-radius: 50px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14) !important;
}

.card-body{
  padding: 15px 0 0 0 !important;
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: normal;
  src: url('../font/fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('../font/fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: bold;
  src: url('../font/fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('../font/fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 950;
  src: url('../font/fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('../font/fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
}

