@media (min-width: 768px) {
  .respo-compla {
    display: flex;
    justify-content: space-between;
    direction: rtl;
  }
}

@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i');

body {
  font-family: 'Muli', sans-serif;
  background: #ddd;
}

.shell {
  padding: 80px 0;
}

.wsk-cp-product {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

  position: relative;
  margin: 20px auto;
}

.wsk-cp-img {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-img img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}

.wsk-cp-product:hover .wsk-cp-img {
  top: -40px;
}

.wsk-cp-product:hover .wsk-cp-img img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.wsk-cp-text {
  padding-top: 10%;
}

.wsk-cp-text .category {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 45px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-text .category>* {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);

}

.wsk-cp-text .category>span {
  /* background-color: #00283b !important; */

  padding: 12px 30px;
  border: 2px solid #212121;
  color: black;

  /* background: #212121; */
  /* color: #fff; */
  /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); */
  border-radius: 3px;
  transition: all 0.05s ease-in-out;

}


/* .wsk-cp-product:hover .wsk-cp-text .category>span {
  border-color: #ddd;
  box-shadow: none;
  padding: 11px 45px;
border:2px solid pink;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */

.wsk-cp-product:hover .wsk-cp-text .category {
  margin-top: 0px;
}

.wsk-cp-text .title-product {
  text-align: center;
}

.wsk-cp-text .title-product h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #fcc51e !important;

}

.wsk-cp-text .description-prod p {
  margin: 0;
}

/* Truncate */
/* .wsk-cp-text .description-prod {
  text-align: center;
  width: 100%;
  height: 62px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
} */
.wsk-cp-text .description-prod {
  text-align: center;
  width: 100%;
  height: auto; /* Adjusted to auto */
  overflow: hidden;
  /* Removed -webkit-box properties */
  -webkit-line-clamp: none;
  -webkit-box-orient: unset;
  margin-bottom: 15px;
}

.card-footer {
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}

.card-footer:after,
.card-footer:before {
  content: '';
  display: table;
}

.card-footer:after {
  clear: both;
}

.card-footer .wcf-left {
  float: left;

}

.card-footer .wcf-right {
  float: right;
}

.price {
  font-size: 18px;
  font-weight: bold;
}

a.buy-btn {
  display: block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #212121;
  transition: all 0.2s ease-in-out;
}

a.buy-btn:hover,
a.buy-btn:active,
a.buy-btn:focus {
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration: none;
}

.wsk-btn {
  display: inline-block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding: 12px 30px;
  border-radius: 27px;
  margin: 0 5px;
}

.wsk-btn:hover,
.wsk-btn:focus,
.wsk-btn:active {
  text-decoration: none;
  color: #fff;
}

.red {
  color: #F44336;
  font-size: 22px;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .wsk-cp-product {
    margin: 40px auto;
  }

  .wsk-cp-product .wsk-cp-img {
    top: -40px;
  }

  .wsk-cp-product .wsk-cp-img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .wsk-cp-product .wsk-cp-text .category>span {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
  }

  .wsk-cp-product .wsk-cp-text .category {
    margin-top: 0px;
  }

  a.buy-btn {
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
  }
}

.title-product h3 {
  color: #7575c6;
}

@media (max-width: 768px) {
  .navbar-toggle {
    margin-right: -30px !important;
  }
}

.form-select {
  background-color: #00283b;
  color: white;
  border-radius: 5px;
  padding: 3px;
  /* width: 100% !important; */
  text-align: center;
}

@media (max-width: 768px) {
  .form-select {
    width: 50% !important;
    margin-left: 25%;
  }
}

.wrapper {
  margin-top: 20%;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  font-family: 'Roboto', sans-serif;
}

h1 {
  text-align: center;
  color: #4181ee;
}

.wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  max-width: 300px;
  min-height: 250px;
  background: #02b875;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #FFF;
  margin: 20px;
  box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
}

.card:nth-child(2) {
  background: #4181ee;
  border-top-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}

.card:last-child {
  background: #e34941;
}

.card-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  /* letter-spacing: 1.2px; */
}

.card-content {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.card-btn {
  all: unset;
  display: block;
  margin-left: auto;
  border: 2px solid #FFF;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
  cursor: pointer;
  letter-spacing: 1.2px;
}

.card-btn:hover {
  color: #02b875;
  background: #FFF;
}

.card:nth-child(2) .card-btn:hover {
  color: #4181ee;
  background: #FFF;

}

.card:last-child .card-btn:hover {
  color: #673ab7;
  background: #FFF;
}

@media (min-width: 768px) {
  .respo-compla {
    display: flex;
    justify-content: space-between;
    direction: rtl;
  }

}

@media (max-width: 768px) {

  .wrapper {
    margin-top: 30% !important;
  }

  .wrapper_top {
    margin-top: 0% !important;
    ;
  }

  .navbar-toggle {
    margin-right: -30px !important;
  }
}

.form-select {
  background-color: #00283b;
  color: white;
  border-radius: 5px;
  /* width: 100% !important; */
  padding: 3px;
  text-align: center;
}

@media (max-width: 768px) {
  .form-select {
    width: 50% !important;
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .respo-compla {
    display: flex;
    justify-content: space-between;
    direction: rtl;
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    margin-right: -30px !important;
  }
}

.form-select {
  background-color: #00283b;
  color: white;
  border-radius: 5px;
  /* width: 100% !important; */
  text-align: center;
}

@media (max-width: 768px) {
  .form-select {
    width: 50% !important;
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .respo-compla {
    display: flex;
    justify-content: space-between;
    direction: rtl;
  }
}

video {
  width: 100% !important;
  height: auto !important;
}

main {
  background: white;
  height: 100vh;
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
}

.fill {
  margin-top: 3%
}

@media (max-width: 768px) {
  main {
    background: white;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }

  .fill {
    margin-top: 10%
  }

  .navbar-toggle {
    margin-right: -30px !important;
  }
}

.form-select {
  background-color: #00283b;
  color: white;
  border-radius: 5px;
  /* width: 100% !important; */
  text-align: center;
}

@media (max-width: 768px) {
  .form-select {
    width: 50% !important;
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .respo-compla {
    display: flex;
    justify-content: space-between;
    direction: rtl;
  }
}

.shar_image {
  width: 30% !important;
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .shar_image {
    width: 30% !important;
    margin-top: 10px !important;
  }

  .form-select {
    background-color: #00283b;
    color: white;
    border-radius: 5px;
    width: 50% !important;
    margin-left: 25%;
    text-align: center;
  }
}

.fill {
  margin-top: 50px !important;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.com {
  text-align: center;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 50%;
  }

  .fill1 {
    margin-top: 10% !important;
  }
}

.col-lg-12 {
  text-align: center;
  border: 1px solid black;
}

.title-brightness {
  font-size: 26px;
  animation-name: brightness;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes brightness {
  0% {
    color: #fff300;
  }

  50% {
    color: #024e96;
  }

  100% {
    color: #fff;
  }
}

.form-select {
  background-color: #00283b;
  color: white;
  border-radius: 5px;
  /* width: 100% !important; */
  text-align: center;
}

@media (min-width: 768px) {
  .respo-compla {
    display: flex;
    justify-content: space-between;
    direction: rtl;
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    margin-right: -30px !important;
  }

  .fill_about {
    margin-top: 8% !important;
  }
}

.form-select {
  background-color: #00283b;
  color: white;
  border-radius: 5px;
  width: 100% !important;
  text-align: center;
}

@media (max-width: 768px) {
  .form-select {
    width: 50% !important;
    margin-left: 25%;
  }
}

.navbar-inverse .navbar-nav>li>a {
  color: #00283b !important;
}

.col-lg-12 {
  text-align: center;
  border: 1px solid black;
}

.title-brightness {
  font-size: 26px;
  animation-name: brightness;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes brightness {
  0% {
    color: #fff300;
  }

  50% {
    color: #0a8ed2;
  }

  100% {
    color: #fff;
  }
}





.containerwidth {
  width: 100%;
}

.wrapper {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
  box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

.toggle,
.content {
  font-family: "Poppins", sans-serif;
}

.toggle {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #111130;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
}

.content {
  position: relative;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .respo-compla {
    display: flex;
    justify-content: space-between;
    direction: rtl;
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    margin-right: -30px !important;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: 440px !important;
  }
}

.form-select {
  background-color: #00283b;
  color: white;
  border-radius: 5px;
  /* width: 100% !important; */
  text-align: center;
}

@media (max-width: 768px) {
  .form-select {
    width: 50% !important;
    margin-left: 25%;
  }
}

.para_questions {
  direction: rtl !important;
  margin-right: 0%;
}

.toggle_question {
  direction: rtl !important;
}

.qamislo {
  position: absolute !important;
  margin-right: 90px !important;
}

.alhasaka {
  position: absolute !important;
  margin-right: 90px !important;
}

.local {
  position: absolute !important;
  margin-right: 130px !important;
}

.health {
  position: absolute !important;
  margin-right: 80px !important;
}

.job {
  position: absolute !important;
  margin-right: 170px !important;
}

.calture {
  position: absolute !important;
  margin-right: 70px !important;
}

.learn {
  position: absolute !important;
  margin-right: 110px !important;
}

.oil {
  position: absolute !important;
  margin-right: 90px !important;
}

.center {
  position: absolute !important;
  margin-right: 80px !important;
}

.sport {
  position: absolute !important;
  margin-right: 130px !important;
}

.women {
  position: absolute !important;
  margin-right: 70px !important;
}

.power {
  position: absolute !important;
  margin-right: 70px !important;
}

.agriculture {
  position: absolute !important;
  margin-right: 90px !important;
}

.econ {
  position: absolute !important;
  margin-right: 80px !important;
}

.money {
  position: absolute !important;
  margin-right: 70px !important;
}






/* CSS for larger screens (laptops) */
@media screen and (min-width: 768px) {
  #languageSelect {
    display: block;
  }
}

/* CSS for smaller screens (mobile, tablet) */
@media screen and (max-width: 767px) {
  #languageSelect {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  #max_width_phone {
    display: none;

  }



}

/* CSS for smaller screens (mobile, tablet) */
@media screen and (max-width: 767px) {
  #max_width_phone {
    display: block;
    width: 40%;
    padding-top: 1px;
    background-color: #00283b;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    border-radius: 4px;
  }

  .max_width_phone_h5 {
    color: white;

  }

  #max_width_phone a {
    color: #fcc51e;

  }

  #max_width_phone .a_min {
    margin-right: 40px;
  }

  .div_a {
    padding-bottom: 10px;
  }
}

















/*  */
.button-group {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 18px;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 768px) {
  .button-group {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 15px;

    transform: translateX(-50%) translateY(-50%);
  }

}

.button-group button {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px;
}

.button-group button:hover {
  cursor: pointer;
  box-shadow: 0 0 10px 0 #ccc;
}

.dialog-container {
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  background: #fff;
  padding: 10px;
  border: 2px solid #ddd;
  box-shadow: 1px 1px 5px 1px #ccc;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s linear 0s;
}

.dialog-header {
  padding: 10px;
  font-weight: bold;
  background: #d11515;
  color: #f6f7f8;
  text-align: right;
}

.dialog-body {
  padding: 10px;
  line-height: 30px;
  direction: rtl;
}

.dialog-footer {
  text-align: center;
  background: #f5f5f2;
  padding: 3px 0;
}

.dialog-footer a {
  display: inline-block;
  width: 100px;
  padding: 5px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #eee;
  cursor: pointer;
}

.dialog-footer a:active {
  box-shadow: inset 2px 2px 4px 0 #ccc;
  color: #666;
}


.clay-btn {
  display: inline-block;
  border: 0;
  padding: 3rem 3rem;
  /* font-size: 16px; */
  font-weight: bold;
  cursor: pointer;
  color: white;
}

.clay-btn {
  background: #B00;
  border-radius: 7px;
  box-shadow:
    8px 8px 16px rgba(0, 0, 0, 0.2),
    inset -8px -8px 12px rgba(0, 0, 0, 0.2),
    inset 8px 8px 12px rgba(255, 255, 255, 0.4);
}

.clay-btn:hover {
  background: #b10000;
}

.clay-btn:active {
  animation: bounce 0.3s;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(0.98);
  }

  100% {
    transform: scale(1);
  }
}

.dialog-footer .agree {
  background-color: #2b8410;
  color: white;
  text-align: none;

}

.agree:hover {
  color: white;
  text-align: none;
}



.span_to_comp {
  border: 1px solid #fff;
  background: #5b92ad;
  color: #fff;
  border-radius: 6px;
  padding: 5px 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.span_to_comp a {
  color: #fff;
}

.span_to_comp:hover {
  border: 1px solid #fff;
  background: #176082;
  color: #fff;
  border-radius: 6px;
  padding: 5px 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.span_to_comp a:hover {
  color: #fff;
  text-decoration: none;
}

.title-product_question .span_question{
  margin-left:10px !important
}

