/* ******************* */
/*      Variable       */
/* ******************* */
/* ******************** */
/*         Extend       */
/* ******************** */
/* ******************* */
/*       Mixins        */
/* ******************* */
/* ******************** */
/* Function & Animation */
/* ******************** */
/*
// *************************
//   Layer Above Body
// *************************
*/

/* @import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700;900&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
#cover {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 10005;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
		// *************************
		//         Body
		// *************************
		*/
#body {
  opacity: 0;
}

/* ******************* */
/*        Font         */
/* ******************* */
* {
  font-family: 'Tajawal'!important;
}

/* ******************* */
/*        Grid         */
/* ******************* */
* {
  padding: 0px;
  margin: 0px;
}

body {
  position: relative;
  overflow-x: hidden;
  direction: rtl;
}

#body {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}

*, :root {
  scrollbar-color: #F8AE2E #242726;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
}

::-webkit-scrollbar-track {
  background-color: #242726;
}

::-webkit-scrollbar-thumb {
  height: 15px;
  background-color: #F8AE2E;
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(248, 174, 46, 0.75);
  border: 1.2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}

.up-arrow {
  border: 5px solid #F8AE2E;
  position: fixed;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000;
  transition: 0.35s all linear !important;
  background-color: #203254;
  padding: 5px;
  bottom: 30px;
  left: 20px;
  transform: translateX(-200%);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: 2px 2px 3px #203254, -2px 2px 3px #203254, 2px -2px 3px #203254, -2px -2px 3px #203254;
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .up-arrow {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .up-arrow {
    bottom: 30px;
    left: 25px;
  }
}
.up-arrow svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .up-arrow svg {
    height: 25px;
    width: 25px;
  }
}

#up-arrow {
  overflow-x: initial !important;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

.owl-carousel,
.bx-wrapper {
  direction: ltr;
}

.owl-carousel .owl-item {
  direction: rtl;
}

.sc {
  color: #F8AE2E;
}

a {
  text-decoration: none;
}

.ml {
  display: inline-block;
  background-color: #203254;
  color: white;
  border-left: 6px solid #F8AE2E;
  border-right: 6px solid #F8AE2E;
  text-align: center;
  padding: 10px;
  margin: 10px auto;
  transition: 0.3s all linear;
  padding-left: 35px;
  padding-right: 35px;
}
.ml:hover {
  border-width: 0px;
  color: white;
  letter-spacing: 1px;
}

.containerr {
  width: 95%;
  margin: auto;
}

.currency-difference {
  background-color: #203254;
  color: white;
  border-bottom: 0.5px solid #777;
}
.currency-difference .col_price, .currency-difference .price {
  border-right: 2px solid white;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.currency-difference .col_price .f-row > div, .currency-difference .price .f-row > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.currency-difference .col_price .f-row > div .name-p, .currency-difference .price .f-row > div .name-p {
  color: #F8AE2E;
  font-size: 18px;
  padding-left: 10px;
}
.currency-difference .col_price .f-row > div img, .currency-difference .price .f-row > div img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.currency-difference .col_price .s-row > div, .currency-difference .price .s-row > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.currency-difference .col_price .s-row > div .bid, .currency-difference .col_price .s-row > div .ask, .currency-difference .price .s-row > div .bid, .currency-difference .price .s-row > div .ask {
  font-size: 10px;
}
.currency-difference .col_price .s-row > div .value, .currency-difference .price .s-row > div .value {
  font-size: 13px;
}
.currency-difference .owl-dots {
  display: none;
}

/* ******************* */
/*         Nav         */
/* ******************* */
@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(5px);
  }
  33.3% {
    transform: translateY(-4px);
  }
  49.95% {
    transform: translateY(3px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#navv {
  background-color: #203254;
}
@media screen and (min-width: 992px) {
  #navv {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
#navv .navbar-brand img {
  height: 70px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  #navv .navbar-brand img {
    height: 85px;
  }
}
#navv .navbar-brand img:hover {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
#navv .navbar-toggler {
  color: #203254 !important;
  border-color: transparent !important;
}
#navv .navbar-toggler:focus {
  box-shadow: initial !important;
}
#navv .navbar-toggler img {
  width: 35px;
  height: auto;
}
@media screen and (min-width: 992px) {
  #navv .navbar-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
#navv .nav-link {
  color: white;
  padding-top: 10px;
  padding-right: 15px;
  font-weight: bold;
  transition: 0.3s all linear;
}
#navv .nav-link:hover {
  transform: translateY(-5px);
}
#navv .navbar-collapse .dropdown-menu {
  background-color: #eee;
}
#navv .navbar-collapse .dropdown-item {
  transition: 0.3s all linear;
}
@media screen and (max-width: 991px) {
  #navv .navbar-collapse .dropdown-item {
    text-align: center;
  }
}
#navv .navbar-collapse .dropdown-item:hover, #navv .navbar-collapse .dropdown-item:focus, #navv .navbar-collapse .dropdown-item:active {
  letter-spacing: 1px;
  background-color: white;
  color: black !important;
}

#navv  #top-room-t {
  background-color: #143265;
  border-radius: 15px;
  padding: 5px 25px;
  border: 1px solid #F8AE2E;
  width: fit-content;
  display: none;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  #navv #top-room-t {
      margin: 15px auto;
      display: inline-block;
  }
}
#navv #top-room-t:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
#navv .navbar-collapse  #room-t {
  background-color: #143265;
  border-radius: 15px;
  padding: 5px 25px;
  border: 1px solid #F8AE2E;
  width: fit-content;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  #navv .navbar-collapse  #room-t {
      margin: 15px auto;
      order: 1;
  }
}
#navv  .navbar-collapse  #room-t:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
#navv .navbar-collapse .logging {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 991px) {
  #navv .navbar-collapse .logging {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0px;
  }
}
#navv .navbar-collapse .logging .nav-link {
  border-radius: 15px;
  padding: 5px 25px;
}
#navv .navbar-collapse .logging .register-account {
  background-color: #F8AE2E;
}
#navv .navbar-collapse .logging .login {
  border: 1px solid #0e9fff;
}
#navv .navbar-collapse .logging .profile {
  background-color: #F8AE2E;
}
#navv .navbar-collapse .logging .logout {
  border: 1px solid #0e9fff;
}
#navv .navbar-collapse  .logging .register-account,
#navv .navbar-collapse  .logging .login,
#navv .navbar-collapse  .logging .profile,
#navv .navbar-collapse  .logging .logout{
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#navv .navbar-collapse .logging .register-account:hover,
#navv .navbar-collapse .logging .login:hover,
#navv .navbar-collapse .logging .profile:hover,
#navv .navbar-collapse .logging .logout:hover{
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@media screen and (min-width: 991px) {
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
}
footer #quality-notice:hover 
{
color:  #F8AE2E;
}
/************************
// **********************
      All MoDal Here
// **********************
// *********************/
.modal .modal-content {
  border-radius: 2.3rem;
  overflow: hidden;
  background: url("../img/Mask Group 63.png"), linear-gradient(to top, #000, #183e60, #183e60, #203254);
  background-repeat: no-repeat;
  background-position: top center;
  background-blend-mode: multiply;
  background-size: cover;
  border: 0px;
}
.modal .modal-header {
  flex-direction: column;
  padding: 0px;
  border: 0px;
}
.modal h6 {
  background-color: #F8AE2E;
  color: white;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
}
.modal h4 {
  margin: 20px auto 40px !important;
  color: white;
}
.modal .form-control:focus {
  box-shadow: initial !important;
}
.modal input[type=submit] {
  color: white;
  font-weight: bold;
  background-color: #F8AE2E;
  padding: 5px 20px;
  border: 0px;
  border-radius: 15px;
  transition: 0.3s all linear;
}
.modal input[type=submit]:hover {
  transform: scale(1.09);
}
.modal ::placeholder {
  text-align: right;
}
.modal a {
  color: white;
  transition: 0.3s all linear;
}
.modal a:hover {
  transform: scale(1.09);
}
.modal .contact-with-us {
  font-size: 12px;
  text-align: center;
  color: white;
}
.modal .contact-with-us a {
  color: #F8AE2E;
  padding: 0px 10px;
}
.modal .pointer {
  cursor: pointer;
}
.modal div.radio {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal div.radio input {
  margin-left: 5px;
}
.modal .form-check-input:checked {
  background-color: #F8AE2E !important;
  border-color: #F8AE2E !important;
}
.modal .form-select {
  background-image: url("../img/icons8-expand-arrow-75.png");
  background-size: 14px 18px;
}
.modal .form-select.is-valid:not([multiple]):not([size]),
.modal .form-select.is-valid:not([multiple])[size="1"],
.modal .was-validated .form-select:valid:not([multiple]):not([size]),
.modal .was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("../img/icons8-expand-arrow-75.png"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 14px 18px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.modal-backdrop.show {
  opacity: 0.68;
}

#sign-in .form-control {
  background: transparent;
  color: white;
  border: 0px;
  border-bottom: 2px solid #aaa;
  text-align: right;
  direction: rtl;
  padding-right: 6px;
}
#sign-in .forget-password {
  font-size: 10px;
  display: block;
}
#sign-in ::placeholder {
  color: white;
  opacity: 0;
  /* Firefox */
}
#sign-in .h76 {
  position: relative;
}
#sign-in label.text-white {
  position: absolute;
  top: -3px;
  right: 6px;
}

#forget-pass .form-control {
  background: transparent;
  color: white;
  border: 0px;
  border-bottom: 2px solid #aaa;
  text-align: right;
  direction: rtl;
  padding-right: 6px;
}
#forget-pass ::placeholder {
  color: white;
  opacity: 0;
  /* Firefox */
}
#forget-pass .h76 {
  position: relative;
}
#forget-pass label.text-white {
  position: absolute;
  top: -3px;
  right: 6px;
}

#register-an-account-done img {
  width: 100px;
}
#register-an-account-done p {
  width: 70%;
  margin: 20px auto;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}

#register-an-account label,
#creat-account-test label,
#creat-account-real label,
#creat-ip label {
  color: white;
  padding-right: 10px;
}
#register-an-account label img,
#creat-account-test label img,
#creat-account-real label img,
#creat-ip label img {
  display: inline-block;
  margin-left: 10px;
}
#register-an-account .form-control,
#creat-account-test .form-control,
#creat-account-real .form-control,
#creat-ip .form-control {
  border-radius: 15px;
  border: 1px solid #F8AE2E;
  background-color: #2b4a67;
  font-size: 0.9rem;
  color: white;
}
#register-an-account ::placeholder,
#creat-account-test ::placeholder,
#creat-account-real ::placeholder,
#creat-ip ::placeholder {
  color: #888;
  opacity: 1;
  /* Firefox */
  text-align: right;
}
#register-an-account .r-pass-input,
#creat-account-test .r-pass-input,
#creat-account-real .r-pass-input,
#creat-ip .r-pass-input {
  border-color: #F8AE2E !important;
  padding-left: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: left calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
#register-an-account .invalid-feedbackk,
#creat-account-test .invalid-feedbackk,
#creat-account-real .invalid-feedbackk,
#creat-ip .invalid-feedbackk {
  width: 100% !important;
  margin-top: 0.25rem !important;
  font-size: 12px;
  text-align: center !important;
  color: #dc3545 !important;
}

#carousel {
  padding-bottom: 80px;
  background: #203254;
  border-radius: 0px 0px 75px 75px;
}
@media screen and (min-width: 992px) {
  #carousel {
    border-radius: 0px 0px 155px 155px;
  }
}
#carousel .carousel-item .container-of-slider {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 70vh;
}
@media screen and (min-width: 768px) {
  #carousel .carousel-item .container-of-slider {
    justify-content: space-between;
    flex-direction: row;
    min-height: 60vh;
  }
}
@media screen and (min-width: 992px) {
  #carousel .carousel-item .container-of-slider {
    min-height: 80vh;
  }
}
@media screen and (min-width: 1200px) {
  #carousel .carousel-item .container-of-slider {
    min-height: 80vh;
  }
}
@media screen and (min-width: 1400px) {
  #carousel .carousel-item .container-of-slider {
    min-height: 75vh;
  }
}
#carousel .carousel-item .container-of-slider .carousel-img {
  width: 75% !important;
}
@media screen and (min-width: 768px) {
  #carousel .carousel-item .container-of-slider .carousel-img {
    width: 35% !important;
  }
}
#carousel .carousel-item .container-of-slider .slider-text {
  width: 85% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: white;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #carousel .carousel-item .container-of-slider .slider-text {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  #carousel .carousel-item .container-of-slider .slider-text {
    padding-top: 35px;
  }
}
#carousel .carousel-item .container-of-slider .slider-text .carousel-header {
  font-size: 1.65rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #carousel .carousel-item .container-of-slider .slider-text .carousel-header {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #carousel .carousel-item .container-of-slider .slider-text .carousel-header {
    font-size: 3.5rem;
  }
}
#carousel .carousel-item .container-of-slider .slider-text .carousel-paragraph {
  margin-top: 15px;
  text-align: center;
  position: relative;
  font-size: 1.35rem;
}
@media screen and (min-width: 768px) {
  #carousel .carousel-item .container-of-slider .slider-text .carousel-paragraph {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #carousel .carousel-item .container-of-slider .slider-text .carousel-paragraph {
    font-size: 2.5rem;
  }
}
#carousel .carousel-item .container-of-slider .slider-text .btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}
#carousel .carousel-item .container-of-slider .slider-text .btn-container a {
  border-radius: 15px;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  border: 1px solid;
  width: fit-content;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  #carousel .carousel-item .container-of-slider .slider-text .btn-container a {
    padding: 10px 25px;
  }
}
#carousel .carousel-item .container-of-slider .slider-text .btn-container a:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
#carousel .carousel-item .container-of-slider .slider-text .btn-container a.td {
  background-color: #143265;
  border-color: #F8AE2E;
}
#carousel .carousel-item .container-of-slider .slider-text .btn-container a.th {
  background-color: #F8AE2E;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  #carousel .s-two img#two {
    width: 65% !important;
  }
}

.service .container {
  border-radius: 50px;
  transform: translateY(-80px);
  box-shadow: 0px 1px 10px #203254;
  padding: 0px;
}
.service .container > div {
  padding: 3px 10px;
  color: white;
  text-align: center;
  width: 100%;
}
.service .container .service-header {
  border-radius: 50px 50px 0px 0px;
  background-color: #F8AE2E;
}
.service .container .service-header h1 {
  width: 90%;
  margin: auto;
  padding: 15px 10px;
}
@media screen and (min-width: 992px) {
  .service .container .service-header h1 {
    width: 80%;
  }
}
.service .container .service-paragraph {
  background-color: #203254;
  border-radius: 0px 0px 50px 50px;
  padding-bottom: 40px;
}
.service .container .service-paragraph p {
  width: 90%;
  padding: 15px 10px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .service .container .service-paragraph p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .service .container .service-paragraph p {
    font-size: 1.5rem;
    width: 80%;
  }
}
.service .container .service-paragraph a {
  display: inline-block;
  border-radius: 15px;
  color: white;
  background-color: #206eb9;
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(50%);
  bottom: 0px;
  padding: 10px 25px;
  outline: 2px dotted #F8AE2E;
  width: fit-content;
  transition: 0.3s all linear;
}
.service .container .service-paragraph a:hover {
  letter-spacing: 1.5px;
}

.why-rahhal .why-rahhal-father {
  display: flex;
  width: 100%;
  min-height: 200px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .why-rahhal .why-rahhal-father {
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
  }
}
.why-rahhal .why-rahhal-father .why-rahhal-text {
  width: 90%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .why-rahhal .why-rahhal-father .why-rahhal-text {
    width: 60%;
    text-align: right;
  }
}
.why-rahhal .why-rahhal-father .why-rahhal-text h2 {
  background-color: #203254;
  color: white;
  width: fit-content;
  padding: 8px 20px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .why-rahhal .why-rahhal-father .why-rahhal-text h2 {
    padding: 8px 20px 8px 10px;
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .why-rahhal .why-rahhal-father .why-rahhal-text p {
    padding-right: 35px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .why-rahhal .why-rahhal-father .why-rahhal-text p {
    font-size: 1.5rem;
  }
}
.why-rahhal .why-rahhal-father .why-rahhal-img {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .why-rahhal .why-rahhal-father .why-rahhal-img {
    width: 30%;
    background-image: url("../img/Path 62.png");
    background-position: right;
    background-size: 136% 100%;
    background-repeat: no-repeat;
    padding: 35px 0px;
  }
}
.why-rahhal .why-rahhal-father .why-rahhal-img img {
  width: 100%;
}

.four-categ .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.four-categ .container .categ {
  margin-top: 80px;
  width: 45%;
  height: 180px;
  background-color: #ddd;
  background-image: url("../img/Path 116.png");
  background-repeat: no-repeat;
  border-radius: 35px;
  background-size: 100% 45%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  transition: 0.4s all linear;
}
@media screen and (min-width: 530px) and (max-width: 767px) {
  .four-categ .container .categ {
    height: 190px;
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .four-categ .container .categ {
    height: 190px;
    width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .four-categ .container .categ {
    width: 21%;
    height: 210px;
  }
}
.four-categ .container .categ p {
  transition: 0.3s all linear;
}
.four-categ .container .categ p.sc {
  font-weight: 900;
  font-size: 2rem;
}
.four-categ .container .categ figure {
  border-radius: 50%;
  background-color: #f8ae2e;
  border: 2px solid #fff;
  position: absolute;
  top: 0%;
  right: 57.5%;
  width: 90px;
  height: 90px;
  transform: translateX(50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.four-categ .container .categ figure img {
  width: 50%;
  margin: auto;
  transition: 0.3s all linear;
}

.properties .containerr {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}
.properties .containerr .prop {
  width: 50%;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .properties .containerr .prop {
    width: 25%;
  }
}
.properties .containerr .prop p {
  padding-top: 5px;
  text-align: center;
}

.news-section .main-news-section .news {
  margin-top: 100px;
}
.news-section .main-news-section .news-w {
  margin-top: 40px;
}
.news-section .main-news-section h2 {
  width: fit-content;
  padding: 5px 25px 20px;
  margin: 10px auto 0px;
  text-align: center;
  color: #fff;
  min-width: 250px;
  position: relative;
  background-image: url("../img/Group 50.png");
  background-size: 100% 145%;
  background-repeat: no-repeat;
}
.news-section .main-news-section .card-group {
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-section .main-news-section .card-group {
    justify-content: space-evenly;
  }
}
.news-section .main-news-section .card-group .card {
  width: 45%;
  flex: initial !important;
  border-radius: 25px;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-section .main-news-section .card-group .card {
    width: 30%;
  }
}
.news-section .main-news-section .card-group .card .card-body {
  width: 100%;
  height: 150px;
  padding: 0px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-section .main-news-section .card-group .card .card-body {
    height: 220px;
  }
}
.news-section .main-news-section .card-group .card .card-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all linear;
}
.news-section .main-news-section .card-group .card .card-footer {
  background-color: #203254;
  color: white;
  font-weight: bold;
  text-align: center;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.news-section .main-news-section .card-group .card .card-footer p {
  margin-bottom: 0px;
  text-align: center;
}
.news-section .main-news-section .card-group .card:hover img {
  transform: scale(1.2);
}
.news-section .main-news-section .news-t .card-footer {
  background-color: #981128 !important;
}
.news-section .main-news-section .news-f .card-footer {
  background-color: #0c3988 !important;
}
.news-section .main-news-section .news-d .card-footer {
  background-color: #1e4b52 !important;
}

.partners {
  margin-top: 60px;
}
.partners h2 {
  color: #F8AE2E;
  background-color: #203254;
  width: fit-content;
  padding: 10px 60px;
  margin: 100px auto 30px;
}
.partners div.comp-logo {
  background-color: #203254;
}
.partners div.comp-logo .container {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.partners div.comp-logo .container > a {
  width: 30%;
}
.partners div.comp-logo .container > a img {
  width: 70%;
  object-fit: cover;
  display: block;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .partners div.comp-logo .container > a img {
    width: 50%;
  }
}
.partners div.comp-logo .container .center {
  border-left: 2px solid #F8AE2E;
  border-right: 2px solid #F8AE2E;
}

.quote {
  display: block;
  margin: 50px auto;
  width: 50px;
}

.tra-w .container {
  border-radius: 35px;
  background-color: #eee;
  padding: 50px 25px;
  box-shadow: 1px 1px 1px #bbb, -1px 1px 1px #bbb, 1px -1px 1px #bbb, -1px -1px 1px #bbb;
}
.tra-w .container h3 {
  margin-bottom: 25px;
}
.tra-w .container .tra-con {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 18px;
}
.tra-w .container .tra-con img {
  padding-right: 20px;
}
.tra-w .container .tra-con p {
  margin: 0px;
}

.shah {
  margin: 50px auto;
}
.shah .container {
  border-radius: 35px;
  background-color: #203254;
  color: white;
  padding: 50px 25px;
}
.shah .container h3 {
  text-align: center;
  margin-bottom: 25px;
}

.dang {
  margin: 50px auto;
}
.dang .container {
  border-radius: 35px;
  background-color: #981128;
  color: white;
  padding: 50px 25px;
}
.dang .container h3 {
  text-align: center;
  margin-bottom: 25px;
}

.aside > div {
  background-color: #eee;
  width: 100%;
  margin: 50px auto 0px;
  box-shadow: 2px 0px 5px 0px #aaa;
}
@media screen and (min-width: 992px) {
  .aside > div {
    width: 90%;
    margin-top: 100px;
  }
}
.aside .links-and-social-media {
  padding-top: 20px;
  padding-bottom: 50px;
}
.aside .links-and-social-media > div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.aside .links-and-social-media .links {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.aside .links-and-social-media .links > a {
  display: inline-block;
  width: 100%;
  background-color: #203254;
  color: white;
  border-left: 6px solid #F8AE2E;
  border-right: 6px solid #F8AE2E;
  text-align: center;
  padding: 10px;
  margin: 10px auto;
  transition: 0.3s all linear;
}
.aside .links-and-social-media .links > a:hover {
  border-width: 0px;
  letter-spacing: 1px;
}
.aside .links-and-social-media .follow-us {
  margin: 40px auto 0px;
}
.aside .links-and-social-media .follow-us h3 {
  color: #203254;
  text-align: center;
}
.aside .links-and-social-media .follow-us .social-media-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.aside .links-and-social-media .follow-us .social-media-icon a {
  background-color: #203254;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 5px;
  width: 50px;
  height: 50px;
  padding: 5px;
  transition: 0.3s all linear;
}
.aside .links-and-social-media .follow-us .social-media-icon a:hover {
  transform: scale(0.9);
}
.aside .links-and-social-media .follow-us .social-media-icon a img {
  width: auto;
  height: 65%;
}
.aside .links-and-social-media .search {
  margin: 40px auto 0px;
}
.aside .links-and-social-media .search h3 {
  color: #203254;
  text-align: center;
}
.aside .links-and-social-media .search .form-control {
  border-radius: 25px;
  border: 1px solid #888;
  margin: 10px auto;
  padding: 10px 5px;
}
.aside .links-and-social-media .search .submit {
  display: block;
  margin: auto;
  background-color: #203254;
  color: #F8AE2E;
  padding: 10px 15px;
  text-align: center;
  border: 0px;
  border-radius: 15px;
  font-weight: bold;
  transition: 0.3s all linear;
  margin-top: 15px;
}
.aside .links-and-social-media .search .submit:hover {
  transform: scale(1.1);
}
.aside .links-and-social-media .taable {
  margin: 70px auto 0px;
}
.aside .links-and-social-media .taable .control-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.aside .links-and-social-media .taable .control-table span {
  color: white;
  padding: 3px 8px;
  background-color: #203254;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s all linear;
}
.aside .links-and-social-media .taable .control-table span:hover {
  background-color: #206eb9;
}
.aside .links-and-social-media .taable .control-table .active {
  background-color: #206eb9;
}
.aside .links-and-social-media .taable .the-tables {
  margin-top: 25px;
}
.aside .links-and-social-media .taable .the-tables table {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}
.aside .links-and-social-media .taable .the-tables th {
  width: 35%;
}
.aside .links-and-social-media .taable .the-tables th,
.aside .links-and-social-media .taable .the-tables td {
  border: 1px solid #333 !important;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
}
.aside .links-and-social-media .taable .the-tables tr {
  transition: 0.3s all linear;
}
.aside .links-and-social-media .taable .the-tables tr:hover {
  background-color: #fff;
}
.aside .links-and-social-media .taable .omoleh,
.aside .links-and-social-media .taable .moasher,
.aside .links-and-social-media .taable .rakami {
  display: none;
}
.aside .for-ads {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.aside .card {
  width: 100%;
  margin: 20px auto !important;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  flex: initial !important;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .aside .card {
    width: 90%;
  }
}
.aside .card .card-body {
  width: 100%;
  height: 150px;
  padding: 0px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .aside .card .card-body {
    height: 220px;
  }
}
.aside .card .card-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all linear;
}
.aside .card .card-footer {
  background-color: #203254;
  color: white;
  font-weight: bold;
  text-align: center;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  transform: translateY(-15px);
}
.aside .card .card-footer p {
  margin-bottom: 0px;
  text-align: center;
}
.aside .card:hover img {
  transform: scale(1.2);
}

footer {
  background-color: #203254;
  color: white;
  padding: 25px 0px;
}
footer h5.sc {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  footer h5.sc {
    margin-bottom: 30px;
  }
}
footer p, footer a {
  font-size: 14px;
  color: white;
  transition: 0.3s all linear;
  margin-bottom: 5px;
}
footer p:hover, footer a:hover {
  cursor: default;
}
footer a {
  display: block;
}
footer a:hover {
  transform: translateX(-8px);
  cursor: pointer;
  color: white;
}
footer span.sc {
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  footer .ls {
    margin-top: 45px;
  }
}

/*# sourceMappingURL=home.css.map */
#navv  #top-room-t {
  background-color: #143265;
  border-radius: 15px;
  padding: 5px 25px;
  border: 1px solid #F8AE2E;
  width: fit-content;
  display: none;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  #navv #top-room-t {
      margin: 15px auto;
      display: inline-block;
  }
}
#navv #top-room-t:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
#navv .nav-link {
    color: #fff;
    padding-top: 10px;
    padding-right: 15px;
    font-weight: bold;
    transition: .3s all linear;
}
@media screen and (max-width: 768px) {
  .news-section .main-news-section .card-group a:nth-last-child(-n+2) {
    display:none;
  }
}

