@font-face {
	font-family: 'KJino';
	src: url('./KJino.eot');
	src: local('KJino'), url('./KJino.woff') format('woff'), url('./KJino.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1041">Text with this font applied</p> */
.fontsforweb_fontid_1041 {
	font-family: 'KJino' !important;
}

/* Font downloaded from FontsForWeb.com */
@font-face {
        font-family: "Rabar_043";
        src: url("Rabar_043.eot"); /* IE9 Compat Modes */
        src: url("Rabar_043.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
            url("Rabar_043.ttf") format("truetype"), /* Safari, Android, iOS */
            url("Rabar_043.woff") format("woff"); /* Modern Browsers */
        font-weight: normal;
        font-style: normal;
        }
a.fixer {
  background: none;
}
a.fixer,a.fixer:hover{
  background: none;
}
@font-face {
        font-family: "Rabar_038";
        src: url("Rabar_038.eot"); /* IE9 Compat Modes */
        src: url("Rabar_038.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
            url("Rabar_038.ttf") format("truetype"), /* Safari, Android, iOS */
            url("Rabar_038.woff") format("woff"); /* Modern Browsers */
        font-weight: normal;
        font-style: normal;
        }
@media screen and (max-width:900px){
    .heads{
        flex: 100%;
        max-width: 500px;
        margin-left: 20px;
        margin-top: 7px;
    }
}

.heads {
    width: 140px;
    margin: 0;
    box-shadow: none;
    margin-left: 20px;
    margin-top: 7px;
}

.bgw {
  color:white;
  font-size: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
p.rtl {
  direction: rtl;
}

/* Float four columns side by side */
.column {
  float: right;
  width: 33%;
  padding: 0 10px;
  margin-top: 30px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}



*{
  padding: 0;
  margin: 0;


}
body{
  font-family: 'KJino';
}
nav{
  background: #0082e6;
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
  float: right;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.active,a:hover{
  background: #1b9bff;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
    float: none;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}


.container{
  padding: 0 20px;

  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.card{
  height: 280px;
  max-width: 350px;
  margin: 0 20px;
  background: white;
  transition: 0.4s;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  margin-top:50px
  border: solid #f4f0f0;
}

.card .img{
  height: 200px;
  width: 100%;
}
.card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card .top-text{
  text-align: center;
  padding: 5px;
  direction: rtl;
}
.card .top-text .name{
  font-size: 25px;
  font-weight: 600;
  color: #202020;
}
.card .top-text p{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}

@media screen and (max-width: 978px) {
  .container{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .card{
    max-width: 700px;
    margin: 20px 0;
  }
}

a {
  text-decoration: none;

}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #0082e6;
  color: white;
  font-size: 20px;
}

.round {
  border-radius: 50%;
}

.nextdiv {
padding: 8px 16px;
text-align: center;
padding-top: 100px;
direction: rtl;
