body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Cairo', sans-serif; 
    direction: rtl;
    text-align: right;
}

a,a:hover {
    text-decoration: none;
    outline: none;
}


.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: unset;
}


#main {
    padding: 40px 0;
    text-align: center;
}

#main .content {
    margin-top: 50px;
}

#main .content .image {
    width: 200px;
    margin: auto;
    height: auto;
}

#main .content .image img {
    width: 100%;
    height: 100%;
}


.language {
    position: absolute;
    left: 20px;
    top: 20px;
}

.language a {
    color: #24154E;
}

.language a i {
    margin-right: 3px;
}


.language a:hover {
    color:#F36756;
}

.Arabic {
    font-family: 'Lato', sans-serif;
}

.about {
    margin-top: 30px;
}

.about p {
    color: #777777;
    margin-bottom: 0;
}

.content .getourApp {
    margin-top: 30px;
}

.content .getourApp a {
    text-decoration: none;
    outline: none;
}

.content .getourApp a img {
    width: auto;
    height: 60px;
    margin-left: 20px;
}

.content .getourApp a img:hover {
    opacity: 0.8;
}


/************************************/
.navLinks {
  text-align: center;
  background-color: #F36756;
  border-radius: 30px;
  padding: 10px 20px;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.navLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navLinks ul li {
  display: inline-block;
  margin-left: 10px;
}

.navLinks ul li:last-of-type {
  margin-left: 0;
}

.navLinks ul li a {
  font-size: 14px;
  color: #FFF;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
}
.navLinks ul li a.active,
.navLinks ul li a:hover {
  color: #000;
}

.aboutDesc {
  background-color: #F9F9F9;
  border: 1px solid #E6E6E6;
  padding: 40px;
  width: 70%;
  margin: auto;
  border-radius: 30px;
}

.aboutDesc p {
  line-height: 1.9;
  color: #777777;
  font-size: 14px;
  margin-bottom: 0;
}

.Form {
  background-color: #F9F9F9;
  border: 1px solid #E6E6E6;
  padding: 40px;
  width: 70%;
  margin: auto;
  border-radius: 30px;
}

.Form .socialMedia {
  text-align: center;
  margin-bottom: 30px;
}

.Form .socialMedia  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Form .socialMedia ul li{
  display: inline-block;
  margin-left: 20px;
}

.Form .socialMedia ul li:last-of-type {
  margin-left: 0;
}

.Form .socialMedia ul li a {
  display: flex;
  color: #FFF;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  background-color: #F36756;
  transition: all 0.2s ease-in-out;
}

.Form .socialMedia ul li a i {
  font-size: 20px;
}

.Form .socialMedia ul li a:hover {
  background-color:#000;
  transform: scale(1.1);
}


.Form .SendButton a {
  background: #F36756;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 140px;
  border-radius: 30px;
  color: #FFF;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.Form .SendButton a:hover {
  background-color: #000;
}

.form-control {
  border-radius: 30px;
  padding: 20px;
  background-color: #FFF;
  font-size: 14px;
  color:#000;
}

.form-control::placeholder {
  color: #7e7e7e;
}

.form-control,
textarea.form-control {
    box-shadow: none;
    border: 1px solid #ececec;
    transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
    color:#000;
    border-color: #F36756;
    box-shadow: none;
}

textarea.form-control {
    resize: none;
    height: 150px;
}


@media only screen and (max-width: 600px) {
    #main .content .image {
        width: 140px;
    }
    .content .getourApp a img {
        margin-left: 0;
        margin-bottom: 20px;
        height: 50px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    #main .content .image {
        width: 140px;
    }
    .content .getourApp a img {
        margin-left: 10px;
        height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    #main .content .image {
        width: 140px;
    }
}