* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  
  }
  *:focus {
    outline: none !important;
  }
  
  :root {
    --main--color: #f8b429;
    --second--color: #fff;
    --third--color: #000;
    --primaryColor: #006074;
    --SecondaryColor: #FFB71B;
    --ThirdColor: #fff7e5;
    --linear-gradient: linear-gradient(to right, #093f5366, #00000066);
    --mainColor1: #F6DFA2;
    --mainColor2: rgb(0, 0, 0);
    --mainColor3: #31ba44;
    --mainColor4: #ffffff;
    --mainColor5: #f2e7d8;
  }
  
  
html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px !important;
}

.point {
    cursor: pointer;
}

.transition-me {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.second_color {
    color: var(--second--color);
}

.third_color {
    color: var(--third--color);
}

.main_color {
    color: var(--main--color);
}

.main_bg {
    background: var(--main--color);
}

.second_bg {
    background: var(--second--color);
}

.third_bg {
    background: var(--third--color);
}

.main_bt {
    padding: 8px 40px !important;
    text-decoration: none;
    color: var(--second--color);
    background-color: var(--main--color);
}

.main_bt:hover {
    color: var(--second--color);
    background-color: var(--third--color);
}

.main_bt_reverce {
    text-decoration: none;
    color: var(--second--color);
    background-color: var(--main--color);
}

.main_bt_reverce.active {
    background-color: var(--third--color);
}


.main_bt_o {
    color: var(--main--color);
    background-color: var(--third--color);
    border: 1px solid var(--main--color);
}

.main_bt_o:hover {
    color: var(--third--color);
    background-color: var(--main--color);
    border: 1px solid var(--main--color);
}

.second_bt {
    background-color: var(--main--color);
    color: var(--third--color);
}

.second_bt:hover {
    background-color: var(--second--color);
    color: var(--third--color);
}

.third_bt {
    color: var(--third--color);
    background-color: #838383;
}

.third_bt:hover {
    color: var(--third--color);
    background-color: #000;
}

.main_link {
    text-decoration: none;
    color: #000;
}

.main_link:hover {
    color: var(--main--color);
}

.main_link_reverce {
    color: var(--main--color);
    font-size: 18px;
}

.main_link_reverce:hover,
.main_link_reverce:hover i,
.main_link_reverce:hover span {
    color: #000;
}

i:hover {
    color: var(--main--color);
}

.second_link {
    text-decoration: none;
    color: #22c4ff;
}

.second_link:hover {
    color: #FFF;
}

.main_border {
    border: 2px solid var(--main--color)
}

.cat-toggle {
    display: flex;
    align-items: center;
}

.cat-toggle::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107" !important;
    margin-left: 15px;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0);
    border: 0px !important;
}

.dropdown-toggle {
  position: relative; /* لجعل ::after يتموضع بداخله */
  padding-right: 25px; /* مساحة للأيقونة */
}

.dropdown-toggle::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107" !important;
  position: absolute;
  right: 10px; /* ضعها في النهاية اليمنى */
  top: 50%;
  transform: translateY(-50%) rotate(0); /* توسيط عموديًا */
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
  border: 0 !important;
}




.btn.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.indicator i {
    color: #CCC;
    font-size: 6px;
    margin: 7px 3px;
    padding: 3px !important;
}

.indicator.active i {
    border: 3px solid #000;
    border-radius: 50%;
    color: #000;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}


::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #ddd
}

::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main--color)), to(#6c6c6c));
    background: linear-gradient(var(--main--color), #6c6c6c);
    border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(var(--main--color)));
    background: linear-gradient(#6c6c6c, var(--main--color))
}

.ActiveCategory {
    border-left: 4px solid var(--main--color);
}

.SettingImage {
    max-height: 400px;
}

.ProductTitle {
    font-size: 20px;
    letter-spacing: -.19px;
    margin: 20px 0 0;
    line-height: 24px;
}

.CategoryTitle {
    word-break: break-word;
    padding: 0 15px;
    font-size: 18px;
}

.max-content {
    width: max-content;
}

.slick-next:before,
.slick-prev:before {
    color: var(--main--color) !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto !important;
}

.iti__country-list {
    overflow-y: auto !important;
}

.iti {
    width: 100% !important;
    direction: ltr;
}

ul#iti-0__country-listbox {
    position: absolute;
    left: 0px;
    direction: ltr;
}


.main_link.active {
    border-bottom: 2px solid var(--main--color) !important;
}








#search-box {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}

#search-box .container {
    display: table;
    width: 100%;
    height: 100%;
}

#search-box .container .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

#search-box .container .close:hover {
    opacity: 1;
}

#search-box .container .close:before,
#search-box .container .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: white;
}

#search-box .container .close:before {
    transform: rotate(45deg);
}

#search-box .container .close:after {
    transform: rotate(-45deg);
}

#search-box .container .search-main {
    display: table-cell;
    vertical-align: middle;
}

#search-box .container .search-main .search-inner {
    width: 80%;
    margin: 0 auto;
}

#search-box .container .search-main form {
    position: relative;
}

#search-box .container .search-main input {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 12px 74px 12px 0;
    font-size: 72px;
    height: 84px;
    border-bottom: 2px solid white;
    display: block;
    color: white;
    margin-bottom: 0;
    width: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 3s;
}

#search-box .container .search-main input:focus {
    outline: none;
}

#search-box .container .search-main button {
    border: 0;
    left: auto;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0.3em;
    bottom: 0.3em;
    background: transparent;
    font-size: 43px;
}

#search-box .container .search-main .search-info {
    display: block;
    color: white;
    text-align: right;
    float: right;
    margin-top: 4px;
}

#search-box.-open {
    background: rgba(0, 0, 0, 0.8);
    visibility: visible;
    animation: fadein 0.8s;
}

#search-box.-open .container .search-main input {
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

  .url1 {
    background-image: url("../img/bg/1.png");
  }
  
  .url2 {
    background-image: url("../img/bg/Group 26.png");
  }
  
  .url3 {
    background-image: url("../img/bg/Group 30 (1).png");
  }
  
  .url4 {
    background-image: url("../img/bg/Group 31.png");
  }
  
  .url5 {
    background-image: url("../img/bg/Group 31.png");
  }
  
  .url6 {
    background-image: url("../img/bg/services.png");
  }
  
  .url7 {
    background-image: url("../img/bg/Group 33.png");
  }
  
  .url8 {
    background-image: url("../img/bg/Group 32.png");
  }
  
  .url9 {
    background-image: url("../img/bg/Group 29.png");
  }
  
  .section1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/1.png");
  }
  
  .section2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/Group\ 26.png");
    background-size: 100% 100%;
  }
  
  .section3 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/Group 30 (1).png");
    background-size: 100% 100%;
  }
  
  .section4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/Group 31.png");
  }
  
  .section5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/Group 31.png");
  }
  
  .section6 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/services.png");
    background-size: 100% 100%;
  }
  
  .section7 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/Group 33.png");
  }
  
  .category {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-image: url("../img/bg/Group 29.png");
  }
  
  .border-primary-color {
    border-color: var(--SecondaryColor) !important;
  }
  
  .bg-gray {
    background-color: rgb(230, 230, 230);
  }
  
  .loading-screen {
    z-index: 11111111111111110000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
  }
  
  p {
    margin-bottom: 0px;
    color: rgb(58, 58, 58);
  }
  
  .badge {
    background-color: #E5FBFF;
  }
  
  .h4-home {
    font-size: 40px;
    line-height: 56px;
  }
  .h4-home span {
    color: var(--ThirdColor);
  }
  
  .slider-home {
    height: 60vh;
  }
  
  .light-gray {
    color: rgb(153, 153, 153);
  }
  
  .third-color {
    color: var(--ThirdColor) !important;
  }
  
  .bg-third-color {
    background-color: var(--ThirdColor) !important;
  }
  
  .mainColor1 {
    color: var(--mainColor1);
  }
  
  body {
    font-size: 16px;
    color: rgb(27, 27, 27);
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
  }
  
  body.arabicVersion {
    font-family: "Tajawal", sans-serif;
  }
  
  .bg-primary-color {
    background-color: var(--primaryColor) !important;
  }
  
  .primary-color {
    color: var(--primaryColor) !important;
  }
  
  .bg-Secondary-color {
    background-color: var(--SecondaryColor) !important;
  }
  
  .Secondary-color {
    color: var(--SecondaryColor) !important;
  }
  
  .search {
    top: 96%;
  }
  
  .search .checkin:first-child::after {
    display: none;
  }
  
  .choose-city::after {
    display: none;
  }
  
  .intl-tel-input.allow-dropdown {
    width: 100% !important;
  }
  
  .checkin {
    position: relative;
  }
  
  .checkin::after {
    position: absolute;
    top: 13%;
    bottom: 13%;
    left: -10%;
    content: "";
    border: 1px solid #B3B3B3;
  }
  
  .rate h4 {
    font-weight: bold;
    font-size: 38px;
  }
  .rate h4::before {
    font-weight: 600;
    padding-inline: 3px;
    content: "+";
  }
  .rate p {
    font-weight: 400;
  }
  
  .rate .row div:nth-child(1) div h4::after {
    content: "k";
  }
  .rate .row div:nth-child(2) div h4::after {
    content: "%";
  }
  .rate .row div:nth-child(2) div h4::before {
    display: none;
  }
  
  a {
    text-decoration: none;
  }
  a:hover {
    cursor: pointer;
  }
  
  .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    transform: translateY(-4px) !important;
  }
  .card:hover .img-card {
    border-radius: inherit;
  }
  
  footer {
    background-color: #006074;
    color: var(--mainColor4) !important;
    background-image: url("../img/Group\ 32.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  footer h4 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 800;
  }
  footer form div {
    color: var(--mainColor4);
  }
  footer form div:hover {
    cursor: pointer;
  }
  footer .nav-link {
    font-size: smaller;
    color: var(--mainColor4);
  }
  footer .nav-link:hover {
    cursor: pointer;
    color: var(--mainColor4);
    background-color: var(--mainColor4);
    color: var(--mainColor2);
  }
  
  .floatwhatsapp,
  .back-to-top {
    cursor: pointer;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #686868;
    text-align: center;
    color: var(--mainColor4);
    position: fixed;
    right: 2%;
    width: 45px;
    height: 45px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    z-index: 100;
    border-radius: 50%;
  }
  
  .floatwhatsapp {
    background-color: var(--mainColor3);
    bottom: 10px;
    display: flex;
    transition: transform 0.2s ease-in-out;
  }
  .floatwhatsapp:hover {
    transform: translateY(-3px);
  }
  
  .back-to-top {
    background-color: var(--SecondaryColor);
    border: 2px solid var(--SecondaryColor);
    display: none;
    bottom: 70px;
    color: white;
    z-index: 111;
    transition: transform 0.2s ease-in-out;
  }
  .back-to-top:hover {
    transform: translateY(-3px);
  }
  
  .social li {
    list-style: none;
  }
  .social li a {
    opacity: 100% !important;
    width: 40px;
    height: 40px;
    background-color: #006074;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin: 0 7px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainColor4);
  }
  .social li a::before {
    content: "";
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
  }
  .social li a .icon {
    position: relative;
    transition: 0.5s;
    z-index: 3;
    color: var(--mainColor4);
    opacity: 1;
  }
  .social li a:hover .icon {
    color: var(--SecondaryColor);
    transform: rotateY(360deg);
  }
  .social li a:hover::before {
    top: 0;
  }
  
  .social li a:before {
    background: #006074;
  }
  
  .cardsimg img,
  .cardsimg video {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
  }
  
  .card {
    cursor: pointer;
  }
  
  .form-control {
    border-radius: 0;
  }
  .form-control:focus {
    outline: 0;
    box-shadow: 0 0 4px rgba(13, 110, 253, 0.25);
    background-color: rgba(231, 253, 253, 0.2470588235) !important;
  }
  
  .form-control[disabled] {
    background: var(--ThirdColor);
  }
  
  marquee img {
    max-width: 300px;
  }
  
  footer .list-footer {
    display: flex;
    flex-wrap: wrap;
  }
  footer .list-footer li {
    width: 30%;
  }
  footer p {
    color: var(--mainColor4);
  }
  footer span {
    color: var(--mainColor4);
  }
  footer a {
    color: var(--mainColor4);
    opacity: 98%;
    font-size: 16px;
    font-weight: 400;
  }
  footer a:hover {
    color: var(--mainColor4);
    opacity: 100%;
  }
  footer h4 {
    color: var(--mainColor4);
    font-size: 16px;
    font-weight: 800;
  }
  
  #navBar .nav-link.active {
    opacity: 100%;
  }
  
  .underline span {
    position: relative;
  }
  .underline span::after {
    position: absolute;
    content: "";
    width: 75%;
    height: 3px;
    bottom: -6px;
    border-radius: 12px !important;
    left: 0;
    background-color: var(--ThirdColor);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  h6,
  .h6 {
    font-size: 24px;
    line-height: 36px !important;
  }
  h6 span,
  .h6 span {
    color: var(--ThirdColor);
  }
  
  .ul p {
    font-size: 16px !important;
    line-height: 24px;
  }
  
  .border-black {
    border-color: var(--mainColor2) !important;
  }
  
  a:hover {
    cursor: pointer;
  }
  
  .emcan {
    font-size: 14px;
  }
  .emcan span {
    font-size: inherit !important;
  }
  
  .nav-link span {
    position: relative;
    font-size: 15px !important;
  }
  
  a.login,
  button.login {
    background-color: rgb(35, 115, 169);
    transition: 0.7s;
    font-weight: 400;
    border-radius: 8px;
    font-size: 16px;
  }
  a.login:hover,
  button.login:hover {
    background-color: #e7eff1;
    color: rgb(35, 115, 169);
  }
  
  p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }
  
  label {
    font-size: 14px;
  }
  
  a.btn {
    transition: 0.7s !important;
    border-radius: 8px;
  }
  
  /* Support */
  footer li,
  .dropdown-menu li:has(.dropdown-item) {
    transition: transform 0.3s ease-in-out !important;
  }
  footer li:hover,
  .dropdown-menu li:has(.dropdown-item):hover {
    cursor: pointer;
    transform: translateX(5px) !important;
  }
  
  .form-check .form-check-input {
    margin-left: 0em;
    margin-inline: 3px;
  }
  
  .img-card-container {
    height: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .img-card-container img {
    max-height: 90%;
  }
  
  .img-card {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .slider-img .img-card {
    height: auto;
  }
  
  .w-img-popup {
    width: 20%;
  }
  
  .gray-div {
    transition: all 0.8s ease;
  }
  .gray-div:hover {
    transform: scale(1.04);
    transform-origin: 50% 50%;
    cursor: pointer;
    box-shadow: rgba(136, 184, 81, 0.596) 2px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
  }
  
  .card {
    transition: all 0.9s ease;
  }
  
  .img-card-container {
    overflow: hidden;
  }
  .img-card-container img {
    transition: all 0.9s ease;
  }
  .img-card-container img:hover {
    transform: scale(1.05);
    transform-origin: 50% 50%;
    cursor: pointer;
    margin-top: 0%;
  }
  
  .navbar-brand {
    max-height: 120px;
  }
  .navbar-brand img {
    transition: all 0.8s ease;
  }
  .navbar-brand img:hover {
    transform: scale(1.2);
    transform-origin: 50% 50%;
  }
  
  .section-top-service .row.map {
    position: relative;
    margin-block: 20px !important;
  }
  .section-top-service .row.map::after {
    background-color: #E7FDFD;
    content: "";
    position: absolute;
    width: 250px;
    opacity: 90%;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
  }
  
  .img-absloute {
    max-height: 350px;
    overflow: hidden;
    width: 80%;
  }
  
  .connection p {
    font-size: 16px !important;
  }
  .connection a {
    font-size: 14px !important;
  }
  
  .header-div {
    height: 300px;
    background-position: center center;
  }
  
  .header-div.bg-img {
    height: 500px;
  }
  
  .rating .rounded-card {
    transition: all 1s ease !important;
    border-radius: 28px;
    box-shadow: hsla(0, 0%, 0%, 0.24) 4px 7px 7px -7px, rgba(0, 0, 0, 0.3) 0px 4px 3px -8px;
  }
  .rating .rounded-card:hover {
    transform: scale(1.05) !important;
    transform-origin: 50% 50%;
    box-shadow: hsla(0, 0%, 0%, 0.24) 4px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
    cursor: pointer;
  }
  
  .container-home {
    z-index: 1;
    background-color: var(--primaryColor);
    color: var(--mainColor4);
  }
  
  h2,
  .h2 {
    font-size: 24px;
  }
  
  .nav-link span::after {
    content: "";
    position: absolute;
    width: 99%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5px;
    border-radius: 12px !important;
    left: 0;
    right: 0;
    background-color: #006074;
    transition: transform 0.25s ease-out;
  }
  
  .nav-link:hover span:after {
    transform: scale(1);
  }
  
  a.h2 {
    font-weight: 500;
  }
  a.h2 span:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  
  .rating.bg-img {
    background-image: url("../imgs/home/e43f3adbbdb167c86d3140f7ab5d80f0.png");
  }
  
  .marquee .slick-slide {
    height: 190px;
    max-width: 150px;
    display: flex;
    align-items: center;
  }
  .marquee .slick-slide div {
    height: 100%;
    overflow: hidden;
  }
  .marquee .slick-slide div img {
    max-height: 100%;
    max-width: 90%;
  }
  
  span.arrow::after {
    display: none;
  }
  
  .bg-img.about {
    background-image: url("../imgs/home/Wireframe - 1.png");
    background-size: cover;
    background-position: top;
  }
  
  .vision-mission {
    margin-bottom: 300px;
  }
  
  .info-container .about-img-css {
    background-attachment: local;
  }
  .info-container .vision-container {
    background-image: url("../imgs/about/vision.svg");
  }
  .info-container .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .info-container .row:nth-child(odd) .vision-mission .row {
    justify-content: start;
  }
  .info-container .row:nth-child(odd) .vision-mission .row .vision-mission-description {
    margin-inline-start: 150px;
    margin-inline-end: 0px;
  }
  
  .vision-mission-description .container-home {
    top: 100px;
  }
  
  .vision-mission-description.squre-after::after {
    z-index: auto;
    top: 200px;
    bottom: auto;
  }
  
  .container-service .ul-before {
    position: relative;
  }
  .container-service .ul-before::before {
    position: absolute;
    content: "";
    height: 30px;
    background-color: #30B7E9;
    width: 30px;
  }
  .container-service .ul-before::after {
    position: absolute;
    content: "";
    height: 50px;
    background-color: #30B7E9;
    width: 50px;
    left: 100%;
    bottom: 50%;
  }
  .container-service ul {
    display: flex;
    flex-wrap: wrap;
  }
  .container-service ul li {
    width: 50%;
  }
  .container-service .row .label-page {
    color: rgb(22, 157, 207);
  }
  .container-service .row .squre-after-service {
    position: relative;
  }
  .container-service .row .squre-after-service::after {
    position: absolute;
    content: "";
    height: 250px;
    width: 300px;
    border: 3px solid #30B7E9;
    border-radius: 1px;
    bottom: -30px;
  }
  .container-service .row:nth-child(even) .squre-after-service::after {
    right: -30px;
    z-index: -1;
  }
  .container-service .row:nth-child(even) .about-img-css {
    background-image: url("../imgs/home/Wireframe - 1.png");
  }
  .container-service .row:nth-child(odd) .squre-after-service::after {
    bottom: -30px;
    left: -30px;
  }
  
  .first {
    font-size: 14px !important;
    font-weight: 400;
  }
  
  .img-card-protofilo {
    max-height: 350px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .img-card-protofilo .sale span {
    min-width: 250px;
  }
  
  .ul-number {
    counter-reset: count 0;
  }
  .ul-number li {
    position: relative;
    counter-increment: count 1;
  }
  .ul-number li::before {
    position: absolute;
    left: -15px;
    counter-increment: section;
    content: counter(count, decimal) ".";
  }
  
  .gallary .slick-arrow {
    position: absolute;
    background-color: var(--primaryColor);
  }
  .gallary .slick-arrow.slick-disabled {
    background-color: rgb(196, 196, 196);
  }
  .gallary button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    position: absolute;
    z-index: 111;
    right: 0;
    top: 100%;
  }
  
  .product-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.3s ease;
  }

  .nav-link .badge {
    font-size: 0.65rem;
    padding: 0.3em 0.4em;
}

  
  .product-hover-last {
    background-color: rgba(30, 30, 30, 0.5019607843);
  }
  
  .small-img-sevice img {
    transition: transform 0.5s ease-in-out;
  }
  .small-img-sevice img:hover {
    cursor: pointer;
    transform: scale(1.07);
  }
  
  .caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .transparent-box {
    bottom: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
  }
  
  .img-box:hover img {
    transform: scale(1.1);
  }
  
  .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1;
  }
  
  .img-box:hover {
    cursor: pointer;
  }
  
  .caption > p:nth-child(2) {
    font-size: 0.8em;
  }
  
  .opacity-low {
    opacity: 0.5;
  }
  
  .img-thumbnail {
    border: none !important;
  }
  
  .LanguageMenu .lan {
    font-family: "Tajawal";
  }
  
  .LanguageMenu img {
    transition: transform 0.2s ease-in-out;
  }
  .LanguageMenu img:hover {
    transform: rotateY(180deg);
  }
  
  footer img {
    width: 170px;
  }
  
  .nav-link span {
    color: var(--mainColor2);
    font-weight: 400;
  }
  
  .nav-link.active span {
    font-weight: 700;
    color: #006074;
  }
  
  .nav-link.active span:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .bg-img.service {
    background-image: url("../imgs/background/Wireframe - 2.svg");
    background-position: center center;
    background-attachment: local;
    background-size: cover;
  }
  
  .bg-img.gallary {
    background-image: url("../imgs/background/gallary.svg");
    background-position: center center;
    background-attachment: local;
    background-size: cover;
  }
  
  .bg-img.contactus {
    background-image: url("../imgs/background/Wireframe - 3.svg");
    background-position: center center;
    background-attachment: local;
    background-size: cover;
  }
  
  .bg-img.team {
    background-image: url("../imgs/background/Wireframe - 6.svg");
    background-position: center center;
    background-attachment: local;
    background-size: cover;
  }
  
  .bg-img.portfolio {
    background-image: url("../imgs/background/Wireframe - 5.svg");
    background-position: center center;
    background-attachment: local;
    background-size: cover;
  }
  
  .bg-img.bg-policy {
    background-image: url("../imgs/home/e43f3adbbdb167c86d3140f7ab5d80f0.png");
    background-position: center center;
    background-attachment: local;
    background-size: cover;
  }
  
  .fw-medium {
    font-weight: 500 !important;
  }
  
  .border-thirdcolor {
    border-color: var(--ThirdColor) !important;
    color: var(--ThirdColor);
  }
  .border-thirdcolor:hover {
    background-color: var(--ThirdColor);
  }
  
  .primary-color-opecity {
    background-color: rgb(253, 219, 155);
  }
  
  a:not(.slick-arrow).btn,
  button:not(.slick-arrow).btn {
    transition: 0.7s !important;
  }
  a:not(.slick-arrow).btn:hover,
  button:not(.slick-arrow).btn:hover {
    background-color: rgba(255, 183, 27, 0.377) !important;
    color: var(--SecondaryColor);
    cursor: pointer;
  }
  
  a.Secondary-color.btn:hover,
  button.Secondary-color.btn:hover {
    color: var(--mainColor4) !important;
  }
  
  a.contact:hover {
    background-color: var(--SecondaryColor) !important;
    color: var(--primaryColor) !important;
  }
  
  button.bg-primary-color:hover {
    background-color: var(--SecondaryColor) !important;
    cursor: pointer;
    color: var(--mainColor2) !important;
  }
  
  .breadcrumb-item,
  .breadcrumb-item a {
    color: var(--primaryColor) !important;
    font-size: 16px;
    font-weight: 600;
  }
  
  .breadcrumb-item a {
    font-weight: 400;
  }
  
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    color: var(--mainColor5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .video-js .vjs-big-play-button {
    cursor: pointer;
    background-color: var(--mainColor3);
    border-radius: 50%;
    height: 2em;
    width: 2em;
  }
  
  .list-group {
    font-size: 20px;
    font-weight: 400;
  }
  
  .video-js .vjs-tech {
    border-radius: inherit;
  }
  
  .breadcrumb-item a {
    color: #52474A !important;
  }
  
  .choose-city span::after {
    content: "...";
  }
  
  .Discover {
    font-size: 36px;
    line-height: 61px;
  }
  
  .input-group.position-relative:has(.choose-city:focus, #checkOut:focus, #checkIn:focus) {
    position: relative;
  }
  .input-group.position-relative:has(.choose-city:focus, #checkOut:focus, #checkIn:focus)::after {
    content: "";
    position: absolute;
    width: 20%;
    transform-origin: right bottom;
    height: 4px;
    transform: scaleX(0);
    transform: scaleX(1);
    transform-origin: bottom left;
    bottom: -5px;
    border-radius: 12px !important;
    background-color: var(--primaryColor);
    left: 0;
    transition: transform 0.25s ease-out;
    z-index: 11;
    transform-origin: bottom left;
  }
  
  .liked-icon {
    transition: 0.7s !important;
    z-index: 1111;
  }
  
  .arabicVersion .liked-icon {
    left: 10px;
    right: auto;
  }
  
  .liked-icon path:hover,
  .liked-icon svg:hover {
    fill: rgb(163, 1, 1) !important;
  }
  
  .time-picked .prev-button,
  .time-picked .next-button,
  .date-picked .prev-button,
  .date-picked .next-button {
    top: 36% !important;
  }
  .time-picked .next-button,
  .date-picked .next-button {
    right: -6px;
  }
  .time-picked .prev-button,
  .date-picked .prev-button {
    left: -6px;
  }
  
  .describtion {
    list-style: disc;
    font-size: 18px;
  }
  .describtion span {
    font-weight: 500;
  }
  .describtion span::after {
    content: ":";
    padding-inline: 2px;
  }
  
  .border-color {
    border-color: var(--primaryColor) !important;
  }
  
  input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  .choose-city span::after {
    content: "...";
  }
  
  ul {
    list-style: none;
    list-style-position: inside;
  }
  
  .card-inf {
    font-size: 14px;
  }
  
  .rate-icon,
  .liked-icon {
    z-index: 111111;
  }
  
  a.bg-primary-color {
    color: var(--mainColor4);
  }
  
  .bg-third-color {
    background-color: var(--ThirdColor);
  }
  
  .slider {
    width: 100%;
    margin: auto;
  }
  
  .slider .slide {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
  }
  
  .slider .slide img {
    border-radius: 50%;
  }
  
  .slider3 .slick-track {
    display: flex;
    align-items: center;
  }
  
  .container-icon {
    width: 90px;
    height: 90px;
    background-color: rgb(254, 237, 205);
  }
  
  .login {
    background-color: rgb(35, 115, 169);
  }
  
  ::-moz-selection {
    color: #fff;
    background: #17a2b8;
  }
  
  ::selection {
    color: #fff;
    background: #17a2b8;
  }
  
  .header h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }
  
  h3.small-title {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 60px;
    font-size: 14px;
  }
  
  .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
  }
  
  .price-input .field {
    display: flex;
    width: 10%;
    height: 45px;
    align-items: center;
  }
  
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border: none;
  }
  
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  
  .price-input .separator {
    width: 130px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  
  .slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
  }
  
  .range-input {
    position: relative;
  }
  
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
  }
  
  input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  input[type=range]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  /* Support */
  .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
  }
  
  .b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  .b-btn.paypal i {
    color: blue;
  }
  
  .b-btn:hover {
    text-decoration: none;
    font-weight: bold;
  }
  
  .b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
  }
  
  .gray-icon {
    fill: none;
  }
  .gray-icon.fill {
    fill: rgb(249, 160, 0);
  }
  .gray-icon:hover:not(.fill) {
    fill: rgb(249, 160, 0);
    cursor: pointer;
  }
  
  .grid-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px 24px;
    grid-template-areas: "img1 img1" "img2 img3";
  }
  .grid-imgs div {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .grid-imgs .img1 {
    grid-area: img1;
  }
  .grid-imgs .img2 {
    grid-area: img2;
  }
  .grid-imgs .img3 {
    grid-area: img3;
  }
  .grid-imgs div:nth-child(-n+3) {
    position: relative;
    cursor: pointer;
  }
  
  .product-hover-last span {
    font-size: 36px;
    font-weight: 600;
  }
  
  .progress-bar {
    background-color: var(--primaryColor);
  }
  
  .progress {
    height: 12px;
  }
  
  .search-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 204, 51, 0.34);
  }
  
  .emcan-start {
    text-align: start;
  }
  
  .emcan-end {
    text-align: end;
  }
  
  .arabicVersion .section-top-service .row.map::after {
    right: 0px;
    left: auto;
  }
  .arabicVersion a:has(span.arrow):hover {
    transform: translateX(-5px) !important;
  }
  .arabicVersion .LanguageMenu .lan {
    font-family: "Montserrat";
  }
  .arabicVersion .arrow {
    transform: scaleX(-1);
  }
  .arabicVersion .emcan-start {
    text-align: end;
  }
  .arabicVersion .emcan-end {
    text-align: start;
  }
  .arabicVersion .Newsletter input {
    background-position: 98% 50%;
  }
  .arabicVersion .text-md-start {
    text-align: right !important;
  }
  .arabicVersion .text-md-end {
    text-align: left !important;
  }
  .arabicVersion .about-container::after {
    right: 2%;
    left: auto;
  }
  .arabicVersion .accordion-button::after {
    margin-right: auto;
    margin-left: 0px;
  }
  .arabicVersion .intl-tel-input.allow-dropdown .selected-flag {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .arabicVersion .intl-tel-input.allow-dropdown .flag-container,
  .arabicVersion .intl-tel-input.allow-dropdown .flag-container {
    left: auto !important;
    right: 0 !important;
  }
  .arabicVersion .intl-tel-input.allow-dropdown.allow-dropdown input,
  .arabicVersion .intl-tel-input.allow-dropdown.allow-dropdown input[type=text],
  .arabicVersion .intl-tel-input.allow-dropdown.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 10px;
    padding-right: 52px;
    direction: rtl !important;
  }
  .arabicVersion .intl-tel-input.allow-dropdown .selected-flag {
    border-left: solid 1px rgba(221, 221, 221, 0.637);
    border-right: solid 0px rgba(221, 221, 221, 0.637);
  }
  
  .img-container:not(.notscale) img {
    transition: all 0.8s ease;
    width: 100%;
  }
  .img-container:not(.notscale) img:hover {
    transform: scale(1.07);
    transform-origin: 50% 50%;
    cursor: pointer;
  }
  
  .service-img div {
    border-radius: 300px 2000px 10000px 10000px;
    max-height: 90%;
    overflow: hidden;
  }
  
  .service-img::after {
    background-color: rgb(246, 223, 162);
    left: 0%;
    bottom: 0%;
    width: 380px;
    height: 380px;
  }
  
  .about h3 {
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
  }
  
  .w-img-popup {
    width: 50%;
  }
  
  p.text-secondary {
    color: rgb(122, 122, 122) !important;
    font-weight: 400;
  }
  
  .fw-medium {
    font-weight: 500;
  }
  
  .color-calendar {
    background-color: rgb(250, 239, 209) !important;
    width: 100%;
  }
  
  .color-calendar .calendar__days {
    grid-template-columns: repeat(7, minmax(35px, 95px)) !important;
  }
  
  .color-calendar.basic .calendar__weekdays {
    grid-template-columns: repeat(7, minmax(20px, 105px)) !important;
  }
  
  .color-calendar .calendar__header {
    grid-template-columns: repeat(7, minmax(20px, 101px)) !important;
  }
  
  .color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
    background-color: var(--primaryColor);
    box-shadow: 0 3px 15px -5px var(--primaryColor);
  }
  
  .calendar__day-active {
    color: var(--mainColor2);
  }
  
  .calendar__day-today {
    color: var(--mainColor2) !important;
  }
  
  .color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
    background-color: var(--primaryColor);
  }
  
  .time label:hover {
    cursor: pointer;
  }
  
  .time.active label {
    background-color: var(--primaryColor);
    color: var(--mainColor4);
    border-color: var(--primaryColor) !important;
  }
  
  .checkout input {
    width: 25px;
    height: 25px;
  }
  .checkout input:focus {
    box-shadow: none;
  }
  .checkout label {
    font-size: 16px;
    font-weight: 400;
  }
  .checkout p {
    color: rgb(62, 62, 62);
  }
  
  .border-bottom:has(.Payment.active) .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
  }
  
  div input[type=checkbox]:checked label {
    color: var(--ThirdColor);
  }
  
  .Newsletter {
    color: var(--mainColor4) !important;
  }
  .Newsletter input {
    background-color: transparent;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%2019C15.6421%2019%2019%2015.6421%2019%2011.5C19%207.35786%2015.6421%204%2011.5%204C7.35786%204%204%207.35786%204%2011.5C4%2015.6421%207.35786%2019%2011.5%2019Z%22%20stroke%3D%22%23F3F1F2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M20%2020L18%2018%22%20stroke%3D%22%23F3F1F2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat 12px center;
    color: var(--mainColor4);
    background-position-x: 5px;
    background-position-y: center;
    background-size: auto;
    background-size: 22px 25px;
    padding-inline: 30px;
  }
  .Newsletter input::-moz-placeholder {
    color: var(--mainColor4);
  }
  .Newsletter input::placeholder {
    color: var(--mainColor4);
  }
  .Newsletter input:focus {
    background-color: transparent;
    border: 0px solid #000000 !important;
    color: var(--mainColor4);
  }
  
  .connection svg {
    transition: transform 0.2s ease-in-out;
  }
  .connection svg:hover {
    transform: translateY(-3px);
    cursor: pointer;
  }
  
  .carousel-caption {
    top: 10%;
  }
  
  .layer {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3019607843);
    background-image: url("../img/home/Group 27.png");
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .layer-home {
    background-image: url("../img/home/layer.svg");
    background-size: contain;
  }
  
  .layer.layer-img {
    background-color: rgba(28, 58, 169, 0.67);
  }
  
  .carousel-item {
    height: 550px;
  }
  .carousel-item .img-slider {
    height: 100%;
  }
  .carousel-item .img-slider img {
    min-height: 100% !important;
  }
  
  .item-height {
    height: 75vh;
    overflow: hidden;
  }
  .item-height img,
  .item-height video {
    max-width: 150%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .carousel-caption {
    z-index: 1;
    color: var(--mainColor4);
    right: 10%;
    top: 22%;
    left: 10%;
  }
  .carousel-caption h6 {
    font-weight: 500;
    line-height: 35px;
    font-size: 20px;
  }
  .carousel-caption h5 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
  }
  .carousel-caption p {
    font-size: 20px;
    line-height: 35px;
  }
  
  .carousel-indicators .active {
    background-color: var(--primaryColor) !important;
  }
  
  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--mainColor4);
    border-radius: 30px !important;
    width: 35px;
    height: 7px;
    border-radius: 11px;
    border: 0px;
    transition: 0.7s !important;
  }
  
  .carousel-indicators .active {
    opacity: 1 !important;
  }
  
  .about h5 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
  }
  
  .accordion-button:not(.collapsed) {
    color: var(--mainColor2);
    background-color: transparent;
    box-shadow: none !important;
  }
  
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
  }
  
  .accordion-home .accordion-button::after {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIzOSIgaGVpZ2h0PSIzOSIgcng9IjE5LjUiIHN0cm9rZT0iI0NGQzlDQSIvPgo8cGF0aCBkPSJNMTQgMjBIMjYiIHN0cm9rZT0iIzM2MzAzMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjAgMjZWMTQiIHN0cm9rZT0iIzM2MzAzMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: 2rem !important;
  }
  
  .accordion-home .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2220%22%20fill%3D%22%23E6F0FE%22%2F%3E%3Cpath%20d%3D%22M26%2014L20%2020M20%2020L14%2026M20%2020L26%2026M20%2020L14%2014%22%20stroke%3D%22%23043886%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  }
  
  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    gap: 2px;
    right: 0;
    margin: 0;
    bottom: 0%;
    padding-inline: 3rem !important;
    list-style-type: none;
  }
  
  .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    text-align: center;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    text-indent: -9999px;
  }
  
  .slider-img li {
    text-align: center;
  }
  
  li.slick-active button {
    background-color: var(--mainColor4);
  }
  
  .badge {
    z-index: 111;
  }
  
  input[type=checkbox] {
    height: 15px;
    width: 15px;
  }
  
  .btn-bg-load-more {
    border: 1px solid var(--primaryColor);
    font-size: 18px;
  }
  
  .vjs-control-bar {
    border-radius: inherit;
  }
  
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .video-js .vjs-big-play-button {
    cursor: pointer;
    background-color: var(--mainColor4);
    border-radius: 50%;
    height: 2em;
    width: 2em;
  }
  
  .video-js {
    background-color: #ffffff;
  }
  
  .ul-Methodology li {
    width: 50%;
  }
  
  .card-blue {
    background: #E7FDFD;
  }
  
  .bg-blue {
    background: #E7FDFD;
  }
  
  h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
  }
  
  .img-margin .img-card {
    height: 380px;
  }
  
  h4 {
    font-size: 40px;
  }
  
  h5,
  .h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
  }
  
  .position-absolute .badge {
    border-radius: 0px 32px 32px 0px !important;
  }
  
  .calendar__day-active {
    color: var(--mainColor2);
  }
  
  .calendar__day-today {
    color: var(--mainColor2) !important;
  }
  
  .color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
    background-color: var(--primaryColor);
  }
  
  .calendar__day-today {
    color: var(--mainColor4) !important;
  }
  
  .about-container::before {
    background-color: transparent;
    background-image: url("../imgs/home/Group (3).svg");
    background-size: contain;
    bottom: -25%;
    left: -10%;
    width: 300px;
    height: 300px;
    position: absolute;
    opacity: 25%;
    content: "";
  }
  
  .about-container::after {
    background-image: url("../imgs/home/Group (3).svg");
    background-size: contain;
    top: -25%;
    transform: scale(-1);
    right: -10%;
    opacity: 25%;
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
  }
  
  .about-container {
    position: relative;
    overflow: hidden;
  }
  
  .h5-home {
    font-size: 48px !important;
    line-height: 75px;
  }
  
  h4 span {
    color: var(--primaryColor);
  }
  
  .img-card {
    overflow: hidden;
  }
  .img-card img {
    transition: all 0.8s ease;
  }
  .img-card:hover {
    cursor: pointer;
  }
  .img-card:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
  }
  
  .img-card.about-card {
    height: 350px;
  }
  
  .card h4,
  .card .h4 {
    font-size: 23px;
    line-height: 39px;
    font-weight: 500;
  }
  
  .bg-about {
    background-color: rgb(230, 240, 254);
  }
  
  .intl-tel-input.separate-dial-code .selected-flag {
    border-right: solid 1px rgba(221, 221, 221, 0.637);
    background-color: transparent;
  }
  
  .flag-container:hover {
    background-color: transparent;
  }
  
  .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
  }
  
  .img-card img {
    max-width: 155%;
  }
  
  a:has(span.arrow),
  button:has(span.arrow) {
    transition: transform 0.3s ease-in-out !important;
  }
  
  button:has(.arrow) {
    transition: transform 0.3s ease-in-out !important;
  }
  
  a:has(span.arrow):hover {
    transform: translateX(5px) !important;
  }
  
  button:has(.arrow):hover {
    transform: translateX(5px) !important;
  }
  
  .search-nav {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .subscrib:focus {
    border: 0px solid #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    color: white;
  }
  
  .subscrib {
    color: white;
  }
  
  .pagination li a {
    border-radius: 30% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(247, 247, 247);
    border: 0px;
    color: var(--mainColor2);
  }
  
  .active > .page-link,
  .page-link.active {
    background-color: var(--primaryColor);
  }
  
  .page-item:first-child .page-link,
  .page-item:last-child .page-link {
    background-color: transparent;
  }
  
  .subscrib::-moz-placeholder {
    color: rgb(255, 255, 255) !important;
  }
  
  .subscrib::placeholder {
    color: rgb(255, 255, 255) !important;
  }
  
  button.prev-button,
  button.next-button {
    width: 50px;
    height: 50px;
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-color: rgba(153, 153, 153, 0) !important;
    background-color: rgba(0, 0, 0, 0.231372549) !important;
  }
  button.prev-button:hover,
  button.next-button:hover {
    border-color: rgba(196, 196, 196, 0) !important;
    color: #000000 !important;
  }
  
  .next-button {
    right: 0px;
  }
  
  .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-height: 500px;
  }
  .parent div {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .parent div img {
    max-width: 200%;
  }
  .parent .div1 {
    grid-area: 1/1/3/3;
  }
  .parent .div2 {
    grid-area: 1/3/2/4;
  }
  .parent .div3 {
    grid-area: 1/4/2/5;
  }
  .parent .div4 {
    grid-area: 2/3/3/4;
  }
  .parent .div5 {
    grid-area: 2/4/3/5;
  }
  
  .projects .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .projects .parent div {
    cursor: pointer;
  }
  .projects .parent .div1 {
    grid-area: 1/1/2/2;
  }
  .projects .parent .div2 {
    grid-area: 1/2/2/3;
  }
  .projects .parent .div3 {
    grid-area: 1/3/2/4;
  }
  .projects .parent .div4 {
    grid-area: 2/1/3/4;
  }
  
  .container-reverse-store .row:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .img-card:has(.layer) {
    height: 280px;
  }
  
  .container-divs div {
    background-color: white;
  }
  .container-divs div:nth-child(3n+1),
  .container-divs div:nth-child(3n+2) {
    width: 50%;
  }
  .container-divs div:nth-child(3n+1) {
    padding-inline-end: 12px;
  }
  .container-divs div:nth-child(3n+2) {
    padding-inline-start: 12px;
  }
  .container-divs div:nth-child(3n) {
    margin-block: 24px;
    width: 100%;
  }
  
  .sevices-fade .img-card {
    height: 350px;
  }
  
  .img-product-slider img {
    width: 100%;
    display: block;
    background-color: var(--ThirdColor);
  }
  .img-product-slider .img-display {
    overflow: hidden;
  }
  .img-product-slider .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
  }
  .img-product-slider .img-showcase img {
    min-width: 100%;
  }
  .img-product-slider .img-select {
    padding-block: 10px;
    display: flex;
    gap: 10px;
  }
  .img-product-slider .img-item:nth-child(1),
  .img-product-slider .img-item:nth-child(2),
  .img-product-slider .img-item:nth-child(3) {
    margin: 0;
  }
  .img-product-slider .img-item:hover {
    opacity: 0.8;
  }
  
  .img-slider {
    height: 150px;
    transition: all 0.8s ease;
  }
  .img-slider img {
    width: 89%;
  }
  .img-slider:hover {
    transform: scale(1.04);
    transform-origin: 50% 50%;
    cursor: pointer;
  }
  
  .waves {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: var(--primaryColor);
  }
  
  .slick-list {
    overflow: visible;
  }
  
  .img-container-cards .img-card {
    height: 143px;
    max-width: 80%;
  }
  
  .container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex .img-card {
    position: absolute;
    right: 10%;
    top: 0px;
    bottom: 0px;
  }
  .container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex {
    justify-content: start;
    position: relative;
  }
  .container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex:first-child,
  .container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex:last-child {
    justify-content: end;
  }
  .container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex {
    justify-content: end;
    position: relative;
  }
  .container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex .img-card {
    position: absolute;
    left: 10%;
    top: 0px;
    bottom: 0px;
  }
  .container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex:first-child,
  .container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex:last-child {
    justify-content: start;
  }
  
  .navbar-brand2 {
    display: none;
  }
  
  .nav-bar-padding {
    padding-top: 60px;
  }
  
  .navbar-brand img {
    transition: all 0.8s ease;
  }
  
  .navbar-toggler {
    color: var(--mainColor2) !important;
  }
  
  .card:has(.top-card) .top-card {
    bottom: 0%;
  }
  
  .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 23px;
  }
  
  .card:has(.img-card-service) {
    height: 450px;
  }
  
  .img-container::after {
    position: absolute;
    content: "";
    z-index: -1;
  }
  
  .doctor-img::after {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url("../imgs/home/Vector.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 300px 300px;
  }
  
  .img-container {
    height: 450px;
  }
  
  .slider-container .card.active {
    background-color: var(--SecondaryColor);
    color: white !important;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
  }
  .slider-container .card.active svg path {
    fill: var(--mainColor4) !important;
  }
  .slider-container .card.active .img-card svg path {
    fill: var(--SecondaryColor) !important;
  }
  
  .slider-container .card.active {
    background-color: var(--SecondaryColor);
    color: white !important;
  }
  .slider-container .card.active svg path {
    fill: var(--mainColor4) !important;
  }
  .slider-container .card.active .img-card svg path {
    fill: var(--SecondaryColor) !important;
  }
  
  .typed-cursor {
    display: none;
  }
  
  .after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -15px;
    left: auto;
  }
  
  .after-cards {
    background-color: #F7F7F7;
  }
  
  .expert {
    padding-inline: 30px;
  }
  .expert li {
    color: #000000;
    font-weight: 700;
  }
  .expert li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../imgs/home/elements.png");
    background-size: contain;
    left: -28px;
    right: auto;
    background-repeat: no-repeat;
  }
  
  .arabicVersion .expert li::after {
    right: -28px;
    left: auto;
  }
  
  .bg-numbers {
    height: 150px !important;
  }
  
  .arabicVersion .offcanvas-start {
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
  
  .img-circle1 {
    height: 140px;
  }
  
  .img-circle2 {
    width: 150px;
    height: 150px;
  }
  
  .arabicVersion .country-list {
    text-align: right;
  }
  
  .icon-top::after {
    content: "";
    background-image: url("../imgs/home/pentagon.png");
    position: absolute;
    top: -70px;
    height: 1000px;
    width: 900px;
    left: -200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .myAnim::after {
    content: "";
    position: absolute;
    background-image: url("../img/home/Highlight_05.png");
    background-repeat: no-repeat;
    animation: myAnim 2s ease 0s infinite normal forwards;
    width: 150px;
    height: 150px;
    left: 70px;
    top: 170px;
  }
  
  @keyframes myAnim {
    0%, 100% {
      transform: rotate(0deg);
      transform-origin: 0 50%;
    }
    10% {
      transform: rotate(2deg);
    }
    20%, 40%, 60% {
      transform: rotate(-4deg);
    }
    30%, 50%, 70% {
      transform: rotate(4deg);
    }
    80% {
      transform: rotate(-2deg);
    }
    90% {
      transform: rotate(2deg);
    }
  }
  .expert.expert-slider li {
    color: #ffffff;
    font-weight: 400;
  }
  .expert.expert-slider li::after {
    background-image: url("../img/home/award-05.png");
  }
  
  .fs-10 {
    font-size: 10px;
  }
  
  .fs-12 {
    font-size: 12px;
  }
  
  .fs-16 {
    font-size: 16px !important;
  }
  
  .fs-14 {
    font-size: 14px !important;
  }
  
  .fs-18 {
    font-size: 18px;
  }
  
  .fs-20 {
    font-size: 20px;
  }
  
  .fs-22 {
    font-size: 22px;
  }
  
  .fs-24 {
    font-size: 24px;
  }
  
  .fs-26 {
    font-size: 26px;
  }
  
  .fs-28 {
    font-size: 28px;
  }
  
  .fs-30 {
    font-size: 30px;
  }
  
  .fs-32 {
    font-size: 32px;
  }
  
  .fw-500 {
    font-weight: 500;
  }
  
  .fw-600 {
    font-weight: 600;
  }
  
  .fw-900 {
    font-weight: 900;
  }
  
  .navContainer {
    text-wrap: nowrap;
  }
  
  .celebration .img-container-slider {
    width: 250px;
  }
  
  tbody a {
    text-wrap: nowrap !important;
  }
  
  .slick-slider .slick-track {
    margin-left: initial;
    margin-right: initial;
  }
  
  div .slick-slide {
    padding-inline-end: 20px;
  }
  
  .card-color {
    transition: all 0.8s ease;
    color: var(--mainColor2) !important;
    background-color: var(--primaryColor);
  }
  .card-color path {
    transition: all 0.8s ease;
  }
  .card-color:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  }
  
  .teams .img-card {
    height: 300px;
  }
  .teams .img-card img {
    max-width: 170%;
  }
  
  .btn-close {
    background-image: none;
  }
  
  .border-secondary-color {
    border-color: var(--SecondaryColor) !important;
  }
  
  .header-div.products {
    background-image: url("../img/products/products.jpg");
    background-size: cover;
  }
  .header-div.products h3 {
    display: none;
  }
  
  .header-div.services {
    background-image: url("../img/services/bg.jpg");
    background-size: cover;
  }
  .header-div.services h3 {
    display: none;
  }
  
  .header-div.brands {
    background-image: url("../img/services/222.jpg");
    background-size: cover;
  }
  .header-div.brands h3 {
    display: none;
  }
  
  .header-div.aboutus {
    background-image: url("../img/about/bg.jpg");
    background-size: cover;
  }
  .header-div.aboutus h3 {
    display: none;
  }
  
  .header-div.contactus {
    background-image: url("../img/home/contactus.jpg");
    background-size: cover;
  }
  .header-div.contactus h3 {
    display: none;
  }
  
  .header-div.terms {
    background-image: url("../img/bg/terms.jpg");
    background-size: cover;
  }
  .header-div.terms h3 {
    display: none;
  }
  
  .header-div.policy {
    background-image: url("../img/bg/policy.jpg");
    background-size: cover;
  }
  .header-div.policy h3 {
    display: none;
  }
  
  .arch {
    width: 187px;
    height: 165px;
    background-color: #f7b733;
    /* Yellow-orange */
    border-radius: 50% 50% 0 0;
    position: relative;
  }
  
  .pet-image {
    position: absolute;
    transform: translateY(1%);
    display: flex;
    justify-content: center;
    align-items: end;
    width: 142px;
    height: 90px;
  }
  .pet-image img {
    max-height: 100%;
    max-width: 100%;
  }
  
  .label {
    font-size: 2rem;
  }
  
  .form-check {
    padding-left: 0px !important;
  }
  
  .brands div:nth-child(4n+1) .img-card,
  .slider-logos div:nth-child(4n+1) .img-slider {
    background-color: rgb(169, 2, 49);
    /* Red */
  }
  
  .brands div:nth-child(4n+2) .img-card,
  .slider-logos div:nth-child(4n+2) .img-slider {
    background-color: rgb(98, 40, 121);
    /* Purple */
  }
  
  .brands div:nth-child(4n+3) .img-card,
  .slider-logos div:nth-child(4n+3) .img-slider {
    background-color: rgb(0, 0, 0);
    /* Black */
  }
  
  .brands div:nth-child(4n) .img-card,
  .slider-logos div:nth-child(4n) .img-slider {
    background-color: rgb(198, 28, 24);
    /* Dark Red */
  }
  
  .animal-card img {
    max-width: 100%;
  }
  .animal-card .img-card {
    height: 300px;
  }
  
  .about-card {
    height: 450px !important;
  }
  
  .home-container {
    height: 550px;
  }
  
  .arch path {
    fill: none;
  }
  
  .object-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .brands .img-card {
    height: 188px;
  }/*# sourceMappingURL=style.css.map */
  
  .country-name{display:none}
  
  .arabicVersion footer {
      background-image: url(../img/Group37.png)!important;
      background-position: left;
  }