@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: TheSans;
  src: url(../fonts/TheSans-Bold.otf);
}
@font-face {
  font-family: TheSans_light;
  src: url(../fonts/ArbFONTS-TheSans-Plain.otf);
}
@font-face {
  font-family: Neo-Sans;
  src: url(../fonts/Neo-Sans-Arabic-Regular.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.otf);
}
@font-face{
	font-family: GE_SS_Two_Medium ;
	src: url(../fonts/GE_SS_Two_Medium.otf)
}

html::-webkit-scrollbar{width:8px;height:8px}
html::-webkit-scrollbar-track{background-color:#ccc}
html::-webkit-scrollbar-thumb{background-color:#636466;border-radius:20px}

body {
  font-family: "GE_SS_Two_Medium";
}
a:hover,
a:focus {
  text-decoration: none;
}

a.btn{transition: all .3s !important;}
a.btn:hover {
    color: #fcff5e !important;
}
@media (max-width: 991px) {
  body {
    overflow-x:hidden;
  }
}

/* start card */

.card {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    text-align: center;
    position: relative;
    height:auto;
    min-height: 100vh;
}
.card img{
  max-width: 60%;
}
.card p{
  font-family: "TheSans_light";
  font-size: 25px;
  line-height: 45px;
  color: #707070;
  margin: 40px 0;
}
.card form .form-group{}
.card form .form-control{
  width: 80%;
  height: 90px;
  background-color: #FFFFFF;
  border: 1px solid #636466;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  color: #707070;
  transition: all .3s;
}
.card form .form-control:hover,.card form .form-control:focus{
  box-shadow: 0 0 10px #636466;
}
.card .btn_group{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.card .btn_group .btn{
  margin: 10px 5px;
}
.card .btn{
  width: 150px;
  height: 60px;
  max-width: 100%;
  margin-top: 40px;
  background-color: #636466;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  line-height: 60px;
  padding: 0;
  transition: all .3s;
  outline: none;
}
.card form .btn{
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
  display: table;
}
.card .btn:hover{
  box-shadow: 0 0 20px #636466;
}

/* end card */


.lang {
    width: 115px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin: 30px 15px;
    padding: 0 15px;
    text-align: center;
    border-radius: 50px;
    background-color: #636466;
    display: inline-block;
    transition: all .3s;
}
.lang:hover{
    color: #fff;
    background-color: #636466;
        box-shadow: 0 0 20px #636466;
}

footer {
    font-family: monospace;
    font-size: 13px;
    font-weight: bold;

}
footer .copyright {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 15px;
}
    
footer .container{height:100%}
