@import url("https://fonts.googleapis.com/css?family=Cairo&display=swap");
body {
  direction: rtl;
  font-family: 'Cairo', sans-serif;
}

div#top {
  width: 50px;
  height: 50px;
  background: #134faab9;
  position: fixed;
  bottom: 100px;
  right: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  border-radius: 50%;
  display: none;
  color: #fff;
  cursor: pointer;
}

div#top.down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#top:hover {
  background: rgba(117, 117, 117, 0.745);
}

header {
  background: url(../img/riyadh.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

header .overlay {
  background: rgba(1, 8, 29, 0.7);
}

header .overlay .header-content {
  color: #ffffff;
}

header .overlay .header-content .navbar-toggler-icon i {
  color: #ffffff;
  font-size: 25px;
  outline: none;
}

header .overlay .header-content .navbar-nav .nav-item {
  font-size: 18px;
  padding-top: 1px;
  padding-bottom: 10px;
}

header .overlay .header-content .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  margin-right: 40px;
}

header .overlay .header-content .navbar-nav .nav-item .nav-link:hover {
  scale: 1.2;
}

header .overlay .header-content .navbar-nav .active {
  text-shadow: -2px 2px 4px rgba(21, 81, 121, 0.35);
  position: relative;
}

header .overlay .header-content .navbar-nav .active:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  background: #1350aa;
  left: 10px;
}

header .overlay .header-content .text {
  text-align: center;
}

header .overlay .header-content .text h1 {
  font-family: 'Cairo', sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.82px;
  margin-top: 100px;
  margin-bottom: 60px;
}

header .overlay .header-content .text p {
  font-size: 30px;
  letter-spacing: 0.3px;
  max-width: 500px;
  margin: 25px auto 0px auto;
  line-height: 2;
}

header .overlay .header-content .text .p-name {
  font-weight: bold;
  margin-bottom: 60px;
  border-radius: 40px;
}

header .overlay .header-content .header-btn {
  text-align: center;
}

header .overlay .header-content .header-btn .login-btn {
  padding: 10px 35px;
  background-color: #dc3333;
  font-size: 20px;
  letter-spacing: 0.35px;
  margin-bottom: 80px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffffff;
  font-weight: 700;
}

header .overlay .header-content .header-btn .login-btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 255, 255, 0.267);
          box-shadow: 0px 6px 15px 0px rgba(255, 255, 255, 0.267);
}

header .overlay .header-content .navbar {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .overlay .header-content .navbar .navbar-brand img {
  max-height: 55px;
  margin-top: 5px;
}

header .overlay .header-content .navbar .fixed-logo {
  display: none;
}

header .overlay .header-content .navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}

header .overlay .header-content .navbar.fixed .nav-item .nav-link {
  color: #000000;
}

.about-us {
  margin-top: 70px;
  margin-bottom: 70px;
}

.about-us .text {
  text-align: right;
}

.about-us .text .sub-title {
  color: #1350aa;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

.about-us .text .sub-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #1350aa;
  bottom: -18px;
  right: 0;
}

.about-us .text p {
  max-width: 400px;
  color: #757575;
  font-size: 20px;
  letter-spacing: 0.53px;
  line-height: 40px;
}

.about-us .text ul {
  list-style-type: none;
}

.about-us .text ul li {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 2.2;
}

.about-us .text ul li::before {
  content: "\2022";
  color: #1350aa;
  font-weight: bolder;
  display: inline-block;
  width: 1.2em;
}

.about-us .images img {
  width: 450px;
  height: 565px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(42, 81, 111, 0.52);
  box-shadow: 0px 4px 12px 0px rgba(42, 81, 111, 0.52);
}

@media only screen and (max-width: 600px) {
  .about-us .images img {
    width: 100%;
    height: 380px;
  }
  .about-us .sub-title:after {
    background: none !important;
  }
}

.goals {
  background: #DFE8FF;
  background: linear-gradient(45deg, #DFE8FF 0%, #E2FFFF 31%, #B9E4FF 100%);
}

.goals .sub-title {
  text-align: center;
  padding-top: 60px;
  color: #1350aa;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 70px;
  position: relative;
}

.goals .sub-title:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background: #1350aa;
  bottom: -18px;
  right: 47%;
}

.goals ul {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.goals ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 10px;
}

.goals ul li .icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 30px;
}

.goals ul li .icon img {
  width: 40px;
  height: 40px;
}

.goals ul li .icon:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: ease-out 1s;
  transition: ease-out 1s;
}

.goals ul li .text {
  padding: 15px 0 15px 20px;
  text-align: right;
  margin-right: 30px;
  text-align: right;
  color: #171932;
}

.goals ul li .text p {
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .goals ul {
    width: 90%;
  }
  .goals ul li .text p {
    font-size: 14px;
  }
  .goals .sub-title:after {
    background: none;
  }
}

.contact-us {
  text-align: center;
  padding-bottom: 70PX;
  background-attachment: fixed;
}

.contact-us .sub-title {
  padding-top: 70px;
  color: #1350aa;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

.contact-us .sub-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #1350aa;
  bottom: -18px;
  right: 0;
}

.contact-us .sub-title:after {
  right: 46%;
  width: 80px;
}

.contact-us .text {
  color: #757575;
  font-size: 20px;
  letter-spacing: 0.53px;
  line-height: 40px;
}

.contact-us .icon {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #1350aa;
  margin-bottom: 15px;
  margin-right: 20px;
}

.contact-us .icon i {
  margin-top: 30%;
  font-size: 18px;
  color: #ffffff;
}

.contact-us .icon:hover {
  background: #000;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(10, 41, 255, 0.43);
  box-shadow: 0px 5px 10px 0px rgba(10, 41, 255, 0.43);
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .contact-us .text {
    font-size: 14px;
  }
  .contact-us .sub-title:after {
    background: none;
  }
}

.vote {
  text-align: right;
  padding-top: 60px;
  margin-bottom: 60px;
}

.vote p {
  max-width: 500px;
  font-size: 18px;
  letter-spacing: 0.53px;
  line-height: 25px;
}

.vote .special {
  text-align: center;
  color: #dc3333;
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.vote .header-btn {
  text-align: center;
}

.vote .header-btn .login-btn {
  padding: 10px 35px;
  background-color: #dc3333;
  font-size: 20px;
  letter-spacing: 0.35px;
  margin-bottom: 80px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffffff;
  font-weight: 700;
}

.vote .header-btn .login-btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(255, 255, 255, 0.267);
          box-shadow: 0px 6px 15px 0px rgba(255, 255, 255, 0.267);
}

.vote .image img {
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 600px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(42, 81, 111, 0.52);
  box-shadow: 0px 4px 12px 0px rgba(42, 81, 111, 0.52);
}

.vote .sub-title {
  color: #1350aa;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

.vote .sub-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #1350aa;
  bottom: -18px;
  right: 0;
}

.vote .sub-title:after {
  width: 100px;
}

.vote ul li {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  background: rgba(189, 136, 71, 0.61);
  border-radius: 12px;
  width: 100px;
  margin-left: 15px;
}

.vote ul li span {
  display: block;
  font-size: 40px !important;
}

@media only screen and (max-width: 600px) {
  .vote .image img {
    width: 100%;
    height: 284px;
  }
  .vote ul li {
    font-size: 10px;
    margin-bottom: 15px;
    padding: 5px;
    width: 55px;
    margin-left: 3px;
  }
  .vote .sub-title {
    text-align: center;
  }
  .vote .sub-title:after {
    background: none;
  }
}

.how-to-vote {
  background: url(../img/92803.jpg);
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.how-to-vote .sub-title {
  text-align: center;
  padding-top: 60px;
  color: #1350aa;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 70px;
  position: relative;
}

.how-to-vote .sub-title:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background: #1350aa;
  bottom: -18px;
  right: 47%;
}

.how-to-vote iframe {
  margin-bottom: 60px;
  border-radius: 12px;
}

@media only screen and (max-width: 600px) {
  .how-to-vote iframe {
    width: 300px !important;
    height: 200px !important;
  }
  .how-to-vote .sub-title:after {
    background: none;
  }
}

footer {
  background-color: #001b3a;
  padding: 30px;
  color: #ffffff;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */