html, body {
  direction: rtl;
  text-align: right;
  background-color: #10346a;
  color: white !important;
}

#app {
  width: 85%;
  margin: auto;
}

#app, .container, .new-navbar-styles {
  background-color: #10346a !important;
  color: white !important;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-brand {
    color: white;
}

.language-change {
  margin: 0 10px;
}

.row {
  margin: 50px 0;
}

.Investement-ways-header {
  margin-bottom: 30px;
}

.plan-card {
  background-color: #1ca317;
  text-align: center;
  margin-right: 30px;
  max-width: 30%;
  border-radius: 3%;
}
.plan-card:last-child {
  background-color: #20334f;
}
.plan-img {
  margin: 15px 0 10px 0;
}

.plan-img img {
  width: 100%;
}

.make-decision {
  margin-bottom: 30px;
}

.make-decision a {
  border: 2px solid white;
  border-radius: 10%;
  padding: 10px;
  color: white;
  background-color: inherit;
}

.about-us-card {
  background-color: inherit;
  color: inherit;
  border:unset;
}

.about-us-desc {
  margin: 25px 0;
}

.about-us-img video {
  width: 100%;
  height: auto;
}

.contact-card {
  background-color: inherit;
  color: inherit;
  border: unset;
}

.contact-card input, .contact-card textarea,  .contact-card textarea label{
  background-color: #3869d0;
  color: inherit;
  color: black !important;
  padding: 20px;
  margin: 15px auto;
  width: 80%;
  font-size: 1.2rem;
}

.contact-card label {
    margin-right: 50px;
    margin-bottom: 20px;
}

.contact-card input::placeholder, .contact-card textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.contact-us-btn {
  width: 35%;
  margin-right: 50px;
  font-size: 1.2rem;
}

.contact2card {
  font-weight: bold;
  padding: 35px;
  background-color: #3869d0;
  color: white;
}

.contact2card h3 {
  margin: 20px 0;
}

.contact2card .contact-us-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact2card .form-check {
  height: 40px;
}

.form-check .form-check-input {
  float: right;
  margin-left: 1.5rem;
}

footer {
  background-color: #3869d0;
  padding: 30px 130px;
  width: 100%;
}

footer .left, .left {
  float: left;
  text-align: right;
}

footer .left a {
  color: white;
}

.login {
  color: white;
  background-color: #3869d0;
}

a {
  text-decoration: none;
}

table, .table {
  color: white;
  background-color: #3869d0;
}

.table a {
  color: white;
  border: 1px solid white;
  padding: 2px 10px;
}
