:root {
  --font-h1: clamp(18px, 4vw, 40px);
  --font-h2: clamp(18px, 4vw, 40px);
  --font-h3: clamp(18px, 4vw, 22px);
  --font-p: clamp(18px, 4vw, 21px);
  --font-label: #1e90ff;
}

h2 {
  font-size: var(--font-h1);
  font-weight: 700;
  color: #305353;
}

h3 {
  font-size: var(--font-h3);
  font-weight: 700;
  color: #305353;
}

p {
  font-size: var(--font-p);
  text-align: justify;
  line-height: 1.2;
  color: #305353;

}
label {
  color: #305353;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Tajawal', sans-serif;
}

/* body {
    direction: rtl;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
  } */

/* HEADER */
.btc-logo {
  width: clamp(75px, 8px, 120px);
  margin: 20px 0;
  margin-left: 50px;
}

.ksa {
    font-size: clamp(15px, 4vw, 18px);
    font-size: 18px;
    font-weight: 500;
    color: #b7a759;
}
.mt-15 {
    margin-top: 15px;
}

.modal-header .btn-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem;
}
.modal-footer {
  justify-content: start;
}
option {
    background-color: #325554;
    color: white;
}
nav .push {
    margin-right: auto;
}

nav .arabic {
    width: 90px;
    height: 50px;
    background-color: #325554;
    color: #fff;
    font-size: 15px;
    border: 0;
}

  .navbar-toggler {
    background-color: #317860;
}

.bannar-image {
  max-height: 80vh;
  width: 100%;
  height: 600px;
  /* max-width: 1000px; */
  display: block;
  margin: 0 auto;
}

.achivement-div {
  height: 300px;
  margin-right: 100px;
}

@media only screen and (max-width : 991px) {
    nav ul a li .title {
        transform: scale(1);
        width: 120px;
    }

    nav ul li .icon {
        display: none;
    }

    nav .push {
        margin: auto;
    }
}

    /* li span a {
    background-color: #325554;
    width: 70px;
  } */



nav  ul {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

nav  ul li {
    position: relative;
    list-style: none;
    width: 90px;
    height: 70px;
    border-radius: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgpa(0, 0, 0, 0.1);
    transition: 0.5s;


  }

nav  ul li::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0px;
    /* border: 1px solid #f7db0d;
      background: rgb(244, 239, 239); */
    opacity: 0;
    transition: 0.5s;
  }

nav  ul li:hover::before {
    opacity: 1;
  }

nav  ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    transition: 0.5s;
    filter: blur(15px);
    z-index: -1;
    opacity: 0;
  }

nav  ul li:hover::after {
    opacity: 0.5;
  }


nav  ul li span {
    position: absolute;
  }

nav  ul li .title {
    text-align: center;
    color: #777;
    font-size: 1.1em;
    transform: scale(0);
    transition: 0.10s;
    transition-delay: 0s;
  }

nav  ul li:hover .title {
    transform: scale(1);
    transition-delay: 0.15s;

  }

nav  ul li .icon {
    color: #777;
    font-size: 1.75em;
    transition: 0.25s;
    transition-delay: 0.25s;
    height: 25px;
  }

nav  ul li:hover .icon {
    transform: scale(0);
    transition-delay: 0s;
    color: #fff;
  }

nav {
    border-bottom: 5px solid #f7db0d;
    padding: 10px 40px;
}

.main-img img {
    width: 100%;
    max-height: 80vh;
    height: auto;
    object-fit: cover;
}

.modal-header {
    flex-direction: row-reverse;
    border-bottom: 2px #4C6A69 solid;
}
.modal-content {
    border-radius: 30px;
    border: 2px #4C6A69 solid;
    background-color: #E8E8E8;
}
.form-select {
    width: 50%;
    background-position: left 0.75rem center;
    border-radius: 25px;
    background-color: #E8E8E8;
}
.modal-footer {
    direction: ltr;
}
.tick_cross {
    width: 8%;
}

svg {
  fill: #2c5150;
  stroke-width: 2px;
}
.s0 {
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.state:hover {
  fill: #f7db0d;
  cursor: pointer;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  transition: fill 0.3s;
  stroke-width: 3px;
}
.capital-text {
  display: none;
}

.state:hover .capital-text {
  display: block;
  fill: #2c5150;
  font-weight: 500;
  font-size: 40px;
}

circle {
  fill: #2c5150;
}


#stateInfo {
  white-space: pre-line;
  text-align: start;
}



.about-section {
  background-color: #f4f4f4;
}
.about-section ul p {
  text-align: start;
}
.about-section button {
  width: 100px;
  height: 50px;
  background-color: #a48738;
  color: #fff;
  border: 0;

}

.user-cal {
  background-image: "{{asset('assets/icons/dots-02.png')}}";
  background-size: 500px;
  /* background-color: #f4f4f4; */
  text-align: center;
  padding-top: 50px;
  background-position-y: 57px;
}

.user-cal .container {
  background-color: #f4f4f4;
  margin-top: clamp(15px, 4vw, 80px);
  padding: 30px 23px;
  padding-bottom: 0;
}

.user-cal .row {
  /* margin-top: 50px; */
  gap: 30px;

}

.user-cal .card {
  height: 485px;
  max-width: 430px;
  min-width: 290px;
  flex: 1;
}
.user-cal .card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;

}
.user-cal .card:hover {
  transition: 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-body img {
  margin-top: 30px;
  width: 125px;
}

#Switch-r {
  height: 190px;
  background: url('../icons/Untitled-7-01.png') no-repeat top;
  background-size: 130px;
  transition: all 0.3s ease-out;
  margin-top: 13px;
}

#Switch-r:hover {
    background-image: url('../icons/Untitled-7-04.png');
    background-repeat: no-repeat;
  background-size: 160px;
}
#Switch-m {
  height: 190px;
  background: url('../icons/Untitled-7-02.png') no-repeat top;
  background-size: 140px;
  transition: all 0.3s ease-out;

}

#Switch-m:hover {
  background-image: url('../icons/Untitled-7-03.png');
  background-repeat: no-repeat;
  background-size: 170px;
}

.user-pick {
  /* margin-top: 40px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* cursor: not-allowed; */
}

.user-cal .kg input {
  width: 75px;
  height: 37px;
  text-align: center;
  display: inline-block;
  border-color: #2c5150;
  /* cursor:not-allowed; */
}

.user-cal .user-pick button {
  color: #b6babe;
  border-color: #2c5150;
  width: 110px;
  height: 40px;
  /* cursor:not-allowed; */
}
.user-cal .user-pick button:hover {
  color: #fff;
  border-color: #2c5150;
  background-color: #2c5150;
  width: 110px;
  height: 40px;
  /* cursor:not-allowed; */
}

.user-cal ::placeholder {
  opacity: 0.5;
}
/* .user-cal .form-control {
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
} */
.user-cal .result{
  display: flex;
  justify-content: space-evenly;
}



.card {
  border: 0;
}

.card-header {
    text-align: center;
    padding: 25px;
    border-radius: 0;
    background-color: #2c5150;
    text-decoration-color: black;
    color: #f8f9fa;
    font-weight: bold;
    font-size: x-large;
  }

/* .about-cards .offer {
  gap: 10px;
  align-items: center
} */

.partners {
    background-color: #ffffff;
}

.partners img {
    width: 120px;
    max-width: 60%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  }
.divImg {
    max-width: 25%;
    height: auto;
}
.logoImg {
    height: 70px;
    margin-top: -12px;
}
.mt_30_15 {
    margin-top: 15px;
}

.contact-us {
    background-image: "{{asset('assets/icons/dots-02.png')}}";
    background-size: 37%;
    background-position: -18% 60%;
    background-repeat: no-repeat;
}
.contact-us form label {
    margin-bottom: 10px;

}
.contact-us form input {
    background-color: #f8f8f7;
    border: 0;
    border-radius: 5px;
    height: 50px;
    padding-right: 10px;
}
.contact-us form textarea {
    background-color: #f8f8f7;
    border: 0;
    border-radius: 5px;
    height: 50px;
    padding-right: 10px;
}
.contact-us form ::placeholder {
    opacity: 0.5;
}
.contact-us .submit {
    text-align: center;
}
.contact-us .submit input{
    width: 120px;
    padding-right: 0px;
    border-radius: 0px;
    background-color: #a48738;
    color: #fff;
}
.contact-us .subject textarea {
    height: 150px;
    padding: 15px 20px;
}
.contact-us-footer {
  background-image: "{{asset('assets/icons/dots-02.png')}}";
  background-repeat: no-repeat;
  background-position: -2% 95%;
  background-size: 37%;
}
.contact-us-footer .row-logos {
    align-items: center;
}
.contact-us-footer img {
    width: 75px;
}

.contact-us-footer a {
    text-decoration:none;
    color:inherit;
}
.google-map {
  padding-bottom: 100%;
  position: relative;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.contact-us .d-flex {
    align-items: center;
}
.custom-text-width {
  max-width: 330px;
}
.about-cards {
    background-color: #f4f4f4;
}
.about-cards .custom-text-width {
  max-width: 725px;
}

.user-ship input {
  /* margin-top: 40px; */
  height: 40px;
  width: 180px;
  text-align: center;
  display: inline-block;
  border-color: #2c5150;
}


img.card-arrow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  width: 50px;
  cursor: pointer;
}

.about-cards .card {
  padding-right: 0;
  padding-left: 0;
  height: 350px;
  flex: 1;
  max-width: 430px;
  min-width: 290px;
}

.about-cards .card-body {
  text-align: justify;
  padding: 10px 45px;

}


/* .blog img {
      background-color: #777;
      max-width: 100%;

}
.blog p {
  margin-top: 10px;
  text-align: center;
} */
#complaints {
    background-color: white;
}
#blog, .contact-us {
    background-color: #F7F7F7;
}

#blog a {
  text-decoration: none;
  color: inherit;
}
#blog .carousel-control-prev img{
  transform: rotateY(-180deg);
}
.carousel-control-prev,
.carousel-control-next {
  width: 0;
  opacity: 1;
}
@media (max-width: 767px) {
    .book img {
        height: 90% !important;
    }
    .achivement-div {
        margin-right: 0px !important;
    }
    .swiper_companies {
        width: 100% !important;
    }
    .logoImgText {
        margin-right: 25% !important;
    }
    .divImg {
        margin-top: 5px;
    }
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .carousel-control-prev img,
    .carousel-control-next img {
        width: 35px;
    }
    
    #blogNextIcon {
        margin-right: 30px;
    }
    #blogPrevIcon {
        margin-left: 30px;
    }
    .mt_30_15 {
        margin-top: 30px;
    }
    .mt_5 {
        margin-top: 5px;
    }
    .width_2_5 {
        width: 5% !important;
    }
}
.carousel-inner .card {
  border: 0;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;

}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(-33.3%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(33.3%);
  }
  .carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
transform: translateX(0);
}}

.jobs form label {
    margin-bottom: 5px;
}
.jobs form input {
    background-color: #f8f8f7;
    border: 0;
    border-radius: 5px;
    height: 50px;
    padding-right: 10px;
    width: 100%;
}
.jobs form .attach {
    background-color: #f8f8f7;
    border: 0;
    border-radius: 5px;
    height: 200px;
    padding-right: 10px;
}
.jobs form ::placeholder {
    opacity: 0.5;
    font-size: small;
}
.jobs .submit input{
    width: 120px;
    padding-right: 0px;
    border-radius: 0px;
    background-color: #a48738;
    color: #fff;
}


.footer {
  padding: 40px 0px;
  background-color: #a48738;
  color: #fff;
}

.footer a {
  text-decoration: none;
  color: inherit;
}
.footer a:hover {
  color: #1e90ff;
}


.profile {
  background-color: white;
  background-image: "{{asset('assets/icons/dots-02.png')}}", "{{asset('assets/icons/dots-02.png')}}";
  background-repeat: no-repeat;
  background-position: -18% 117%, 152% -119%;
  background-size: 37%;
}

/* Book */
@media screen and (max-width: 1000px) {
  #book {
    width: 200px;
    height: 350px;
  }
  .outside-book button{
    width: 30px;
    }
}
#about-us-bannar{
  width: 100%;
}
.outside-book {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book {
  position: relative;
  width: 370px;
  height: 540px;
  transition: transform 0.5s;
}

.paper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 1500px;

}

.front,
.back {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: left;
  transition: transform 0.5s;
}

.front {
  z-index: 1;
  backface-visibility: hidden;
}

.back {
  z-index: 0;
}
.book img {
width:100%;
height:100%;
}
.front-content,
.back-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
@media only screen and (min-width : 768px) {
  .back-content {
      transform: rotateY(180deg)
  }

  .flipped .front,
  .flipped .back {
      transform: rotateY(-180deg);
  }
  #f1 {
      border-left: 0;
  }
  .front {
      border-left: 4px solid #f7f7f7;
  }
  }
  @media only screen and (max-width : 768px) {
    .bannar-image {
      height: 400px;
    }
  .flip {
      transition: 1s;
  }
  }
  @media only screen and (max-width : 480px) {
    .bannar-image {
      height: 300px;
    }
    .capital-text {
      display: block;
      fill: #a48738;
      font-weight: 500;
      font-size: 40px;

    }
    circle {
      fill: #a48738;
    }
  }

/* Controller Buttons */
.outside-book button {
  border: none;
  cursor: pointer;
  margin: 30px;
  transition: transform 0.5s;
  background-color: #f7f7f7
  /* width:70px;
  height:70px;   */
}

.outside-book button img{
width: 100%;
height: 100%;
}
.prev-button img {
  transform: rotate(180deg);
}

.outside-book button:focus {
  outline: none;
}

.outside-book button:hover i {
  color: #636363;
}

/* Paper stack order */

/* #p1 {
  z-index: 5;
}

#p2 {
  z-index: 4;
}

#p3 {
  z-index: 3;
}
#p4 {
  z-index: 2;
}
#p5 {
  z-index: 1;
} */

.partners-container {
  max-width: 750px;
  height: 35vh;
  margin: auto;
  /* background-color: lightblue; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.partners-container img {
  max-width: 150px;
  width: 50%;
  height: 150px;
  background-color: #87A0E2;
  border-radius: 80px;
  position: absolute;
  user-select: none;
  transition-property: transform, opacity, zIndex;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.partners-container-div {
  max-width: 750px;
  height: 35vh;
  margin: auto;
  /* background-color: lightblue; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.partners-container-div span {
  max-width: 150px;
  width: 50%;
  height: 150px;
  position: absolute;
  user-select: none;
  transition-property: transform, opacity, zIndex;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  display: ruby;
}

.arrows {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.arrow {
  width: 40px;
  height: 60px;
  position: relative;
  border: none;
  background-color: transparent;
  background-image: url('../icons/Untitled-7-12.png');
  background-size: 34px;
  background-repeat: no-repeat;  /* make the background image appear only once */
  background-position: 70%;
}
.next, .next_div {
  transform: rotate(180deg);
}

/* Muhammad CSS */

 .swiper_companies {
  height: 150px;
}

.width_2_5 {
    width: 2%;
}
