* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

button {
    border-radius: 2%;
}

:root {
    --primaryColor: #19191A;
    --SecondaryColor: hsla(110, 44%, 40%, 1);
    --ThirdColor: rgb(243 243 243);
    --mainColor1: #636364;
    --mainColor2: rgb(0, 0, 0);
    --mainColor3: #31ba44;
    --mainColor4: #ffffff;
    --mainColor5: #f2e7d8;
    --mainColor6: #1b3915;
}

.portfolio-item {
    direction: rtl;
}

.img-icon {
    width: 50px;
    height: 50px;
    background-color: var(--SecondaryColor);
}
.img-icon img{
    width:25px;
    height:24px;
}
.slider1 {
max-height:150px;
}
.img-success{

overflow:hidden;
}
.img-success img{
max-width:100%;

}

body {
    font-size: 1rem;
    color: rgb(27, 27, 27);
    position: relative;
    text-transform: capitalize;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.bg-primary-color {
    background-color: var(--primaryColor);
}

.bg-Secondary-color {
    background-color: var(--SecondaryColor);
}

.Secondary-color {
    color: var(--SecondaryColor);
}

.icon-menu {
    display: none;
}

ul {
    list-style: none;
    list-style-position: inside;
}

a {
    text-decoration: none;
}


a:hover {
    cursor: pointer;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border-radius: 15px !important;
}

.card:hover .img-card {
    border-radius: inherit;
}

.text-green {
    color: var(--mainColor1);
}

footer {
    background-color: var(--primaryColor) !important;
}

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;
    border-radius: 3%;
    color: var(--mainColor4);
    background-color: var(--mainColor4);
    color: var(--mainColor2);
}

#navBar {
    background-color: var(--mainColor5);
}

.form-res {
    display: none;
}



.social li {
    list-style: none;
}

.social li a {
    opacity: 100% !important;
    width: 50px;
    height: 50px;
    background-color: var(--mainColor4);
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    margin: 0 7px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primaryColor);
}

.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: #000000;
    opacity: 1;
}

.social li a:hover .icon {
    color: var(--mainColor4);
    transform: rotateY(360deg);
}

.social li a:hover::before {
    top: 0;
}

.social li a:before {
    background: var(--SecondaryColor);
}

.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 {
    border: 1px solid #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.form-control[disabled] {
    background: var(--ThirdColor);
}

.regular div {
    overflow: hidden;
}

.regular div img {
    transition: all 0.8s ease;
}

.regular div img:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    cursor: pointer;
}

.img-card {
    overflow: hidden;
}

.img-card img {
    transition: all 0.8s ease;
}

.img-card img:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    cursor: pointer;
}

.reverse-row .row:nth-child(even) {
    flex-direction: row-reverse;
}

.slider1 .card {
    border-radius: 0px;
}

marquee img {
    max-width: 300px;
}

.div-overflow {
    height: 100%;
    overflow-y: scroll;
    max-height: 63rem;
}

.form-floating label {
    font-size: 1.1rem;
}

footer {
    font-size: 15px;
}

footer .list-footer {
    display: flex;
    flex-wrap: wrap;
}

footer .list-footer li {
    width: 50%;
}

footer span {
    color: var(--mainColor4);
    font-weight: 500;
}

footer a {
    color: var(--mainColor4);
    opacity: 80%;
    font-size: 15px;
}

footer a:hover {
    color: var(--mainColor4);
    opacity: 100%;
}

footer h4 {
    color: var(--mainColor4);
}

#navBar .nav-link.active {
    opacity: 100%;
}

.loading-screen {
    z-index: 1111111111;
    display: flex;
}

.bg-img {
    background-image: url("../imgs/about/430068ee2c5dcba52dec2e46f63ffdc1.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.bg-img .header-div {
    background-color: hsla(0, 0%, 0%, 0.5);
    position: relative;
}

.bg-img .rotate-div {
    height: 400px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--SecondaryColor);
}

.bg-img h3 {
    transform: rotate(90deg);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    text-wrap: nowrap;
    color: var(--mainColor4);
}

.h6,
h6 {
    font-size: 15px !important;
}

.card-text small {
    font-size: 13px !important;
}

.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;
}

.nav-link:hover span:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-link:hover span {
    color: var(--SecondaryColor);
}

a.bg-red,
button.bg-red {
    background-color: var(--SecondaryColor);
    transition: 0.7s;
    width: 190px;
    font-weight: 400;
    border-radius: 8px;
    font-size: 15px;
}

.regular .card {
    background-color: var(--ThirdColor);
}

.img-card {
    height: 200px;
}

.bg-primaryColor {
    background-color: var(--primaryColor);
}

.bg-primaryColor h5 {
    font-size: 19px;
}

p {
    font-size: 15px !important;
}

label {
    font-size: 14px;
}

button,
a.btn {
    transition: 0.7s !important;
    border-radius: 8px;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

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);
}

/* Support */
footer li,
.dropdown-menu li {
    transition: transform 0.3s ease-in-out !important;
}

footer li:hover,
.dropdown-menu li:hover {
    cursor: pointer;
    transform: translateX(5px) !important;
}

.img-card-container {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-card-container img {
    max-height: 90%;
}

.img-card {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-card img {
    max-height: 90%;
    max-width: 80%;
}

.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;
}

.img-card:hover .product-hover {
    opacity: 1;
    border-radius: 0%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.regular .card {
    transition: all 0.9s ease;
}

.img-card-container {
    overflow: hidden;
}

.img-card-container img {
    transition: all 0.8s ease;
}

.img-card-container img:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    cursor: pointer;
}

.navContainer {
    color: var(--mainColor4);
    font-weight: 500;
    font-size: 16px;
}

.navbar-brand img {
    transition: all 0.8s ease;
}

.navbar-brand img:hover {
    transform: scale(1.2);
    transform-origin: 50% 50%;
}

h2 {
    font-size: 80px;
    line-height: 97px;
    text-align: center;
}

h3,
.h3 {
    font-size: 20px !important;
    line-height: 26px;
    text-align: center;
}

.img-top-container div:nth-child(odd) {
    padding-top: 50px;
}

h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-wrap: balance;
}

h4 span {
    color: var(--SecondaryColor);
}

.container-reverse-store .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.img-absloute {
    height: 600px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.img-absloute.green::before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background-image: url("../imgs/about/Vector-about.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 111;
    text-align: center;
    font-size: 88px;
    left: -6%;
}

.img-absloute.small-img {
    height: 400px;
}

.h3-absloute {
    color: var(--mainColor4);
    position: absolute;
    top: -10px;
    left: -121px;
    text-wrap: nowrap;
}

.section-top .row:nth-child(even) {
    flex-direction: row-reverse;
}

/* .about-img-css {
    background-image: url("../imgs/about/7b965f4077a483ba065ad7d30a3e4d98.jpg");
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mainColor4);
} */

h1 span:nth-child(even) {
    color: var(--SecondaryColor);
    text-transform: lowercase;
}

h1 span:first-child {
    text-transform: capitalize;
}

h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 51px;
    text-transform: lowercase;
    letter-spacing: 51%;
}

.section-top-service .small-img-sevice {
    height: 300px;
}

.section-top-service .small-img-sevice img {
    max-width: 90%;
}

.section-top-service .row {
    position: relative;
    margin-block: 120px !important;
}

.section-top-service .row::after {
    background-color: var(--SecondaryColor);
    content: "";
    position: absolute;
    width: 120px;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    background-color: var(--SecondaryColor);
}

.section-top-service .row:nth-child(odd)::after {
    left: 0;
}

.section-top-service .row:nth-child(even)::after {
    right: 0;
}

.img-div-green {
    background-color: var(--SecondaryColor) !important;
}

.border-success {
    --bs-border-opacity: 0.3;
}

.bg-img.bg-policy {
    background-image: url("../imgs/Policy/183ea87bbc841f18e440f0c8a6c16a3a.jpg");
}



.top-service span {
    position: relative;
}

.top-service span::after {
    background-color: var(--SecondaryColor);
    content: "";
    position: absolute;
    width: 99%;
    height: 3px;
    bottom: -10px;
    border-radius: 12px !important;
    left: 0;
    background-color: var(--SecondaryColor);
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-link.active:hover span {
    color: var(--mainColor4);
}

.nav-link span::before,
.nav-link span::after {
    position: absolute;
    content: "";
}

.nav-link span::before,
.nav-link span::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

.nav-link span::before {
    bottom: 0;
    left: -1px;
    border-top: 1px solid var(--SecondaryColor);
    border-left: 1px solid var(--SecondaryColor);
    border-radius: 8px;
}

.nav-link span::after {
    top: 0;
    right: 0;
    border-bottom: 1px solid var(--SecondaryColor);
    border-right: 1px solid var(--SecondaryColor);
    border-radius: 8px;
}

.nav-link span:hover::before,
.nav-link span:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

.nav-link.active span::before,
.nav-link.active span::after {
    width: 100%;
    height: 99%;
    opacity: 1;
}

footer h4 {
    font-size: 20px;
}

img {
    transition: all 1s ease !important;
}

img:hover {
    transform: scale(1.05) !important;
    transform-origin: 50% 50%;
    box-shadow: rgba(136, 184, 81, 0.596) 4px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
    cursor: pointer;
}

.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;
}


.arabicVersion .h3-absloute {
    right: -121px;
    left: 0px;
    text-align: right;
}

.arabicVersion .img-absloute.green::before {
    right: -6%;
}

.arrow {
    transition: transform 0.3s ease-in-out !important;
}

.arrow:hover {
    transform: translateX(5px);
}

.arabicVersion .text-start {
    text-align: right !important;
}

.arabicVersion .section-top-service .row:nth-child(even)::after {
    left: 0px;
    right: 90% !important;
}

.arrow {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.arabicVersion .arrow {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.arabicVersion .offcanvas-start  {
   left:auto;
   right:0;
       transform: translateX(100%);
}
.container-reverse-store .row:nth-child(even) .arrow {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) !important;
}

.arabicVersion .container-reverse-store .row:nth-child(even) .arrow {
    -webkit-transform: scaleX(1);
    transform: scaleX(1) !important;
}

.arabicVersion .portfolio-item {
    direction: ltr;
}

.slider-home h2 {
    font-size: 40px;
    line-height: 140%;
    text-align: start;
}

/* .arabicVersion .slider-home h3,
.arabicVersion .slider-home h2 {
    text-align: end;

} */

.slider-home h2 {
    font-size: 40px;
    line-height: 140%;
    text-align: start;
}

.slider-home h3 {
    font-size: 20px;
    line-height: 140%;
    text-align: start;

}
.connection, .back-to-top {
  position: fixed;
  right: 4%;
    bottom: 10%;
  z-index: 100;

}
.connection div {
  display: flex;
  transition: transform 0.2s ease-in-out;
}
.connection div, .back-to-top {
  cursor: pointer;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  width: 42px;
  height: 42px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
}


.connection div:hover {
  transform: translateY(-3px);
}

.connection .floatwhatsapp {
  background-color: var(--mainColor3);
}

.connection .insta {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.connection .phone {
  background-color: var(--primaryColor);
    font-size: 20px;
}

.back-to-top {
  background-color: var(--mainColor2);
  display: none;
  bottom: 1%;
  z-index: 111;
  transition: transform 0.2s ease-in-out;
}
.back-to-top:hover {
  transform: translateY(-3px);
}

.arabicVersion .connection, .arabicVersion .back-to-top {
    left: 4%;
    right:auto;
}
.content-slider{
    min-height:835px;
    display:flex;
      justify-content: center;
  align-items: center;
}
.img-slider  img{
    max-width: 100%;
  }
.slider1   .slick-track{
    height: 100%;
    display: flex;
    align-items: center;
    max-height:90px;
  }
  .arabicVersion .text-start {
  text-align: right !important;
}
.arabicVersion .h3-absloute {
  right: -121px;
  left: 0px;
  text-align: right;
}
.arabicVersion .img-absloute.green::before {
  right: -6%;
}
.arabicVersion .section-top-service .row:nth-child(odd)::after {
  right: 0 !important;
}

.arabicVersion .section-top-service .row:nth-child(even)::after {
  left: 0px;
  right: 90% !important;
}
.seemore:hover{
cursor: pointer;
  }

/*# sourceMappingURL=style.css.map */