@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #CC5E77, #EABDC7);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

:root {
  --primary-color: #CC5E77;
  --secondary-color: #7697A7;
  --secondary-color-two: #A8D7EF;
  --third-color: #4E5053;
  --fourth-color: #1A1B1D;
  --fifth-color: #838587;
  --sixth-color: #737373;
  --light-color: #EABDC7;
  --light-color-two: #FAEFF1;
  --dark-color: #1E1E1E;
  --dark-color-two: #1D1F22;
  --background-color: #8F4253;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-third {
  color: var(--third-color) !important;
}

.text-fourth {
  color: var(--fourth-color) !important;
}

.text-fifth {
  color: var(--fifth-color) !important;
}

.text-sixth {
  color: var(--sixth-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-dark {
  color: var(--dark-color) !important;
}

.text-dark-two {
  color: var(--dark-color-two) !important;
}

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

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-secondary-two {
  background-color: var(--secondary-color-two) !important;
}

.bg-third {
  background-color: var(--third-color) !important;
}

.bg-fourth {
  background-color: var(--fourth-color) !important;
}

.bg-fifth {
  background-color: var(--fifth-color) !important;
}

.bg-sixth {
  background-color: var(--sixth-color) !important;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.bg-light-two {
  background-color: var(--light-color-two) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

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

.border-fifth {
  border: 1px solid var(--fifth-color) !important;
}

.border-primary {
  border: 1px solid var(--primary-color) !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.text-Neutral-700 {
  color: #333333 !important;
}

.btn-outline-gray {
  background-color: transparent;
  border: 1px solid #CCCCCC !important;
  color: black !important;
}

.btn-gray-transparent {
  background-color: rgba(255, 255, 255, 0.4509803922);
  border: 1px solid rgba(255, 255, 255, 0.4509803922) !important;
  color: white !important;
}

ol {
  list-style-type: lower-alpha;
}

.btn-primary {
  color: white !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: 0.5s linear !important;
}
.btn-primary:hover {
  color: var(--primary-color) !important;
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
}

.btn-primary-two {
  color: white !important;
  background-color: #455387 !important;
  border-color: #455387 !important;
  transition: 0.5s linear !important;
}
.btn-primary-two:hover {
  color: #455387 !important;
  background-color: transparent !important;
  border-color: #455387 !important;
}

.btn-secondary {
  color: white !important;
  background-color: #1E1E1E !important;
  border-color: #1E1E1E !important;
  transition: 0.5s linear !important;
}
.btn-secondary:hover {
  color: #1E1E1E !important;
  background-color: transparent !important;
  border-color: #1E1E1E !important;
}

.btn-white {
  color: #1E1E1E !important;
  background-color: white !important;
  border-color: white !important;
  transition: 0.5s linear !important;
}
.btn-white:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}

input:focus {
  border: 1px solid var(--primary-color) !important;
  box-shadow: none !important;
  color: var(--primary-color) !important;
}

textarea:focus {
  border: 1px solid var(--primary-color) !important;
  box-shadow: none !important;
  color: var(--primary-color) !important;
}

.intl-tel-input {
  width: -webkit-fill-available !important;
  direction: ltr !important;
}

textarea {
  resize: none !important;
}

.iti {
  width: -webkit-fill-available !important;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M4.89334 8.14173C5.19713 8.44552 5.59856 8.60031 5.99977 8.60031C6.40097 8.60031 6.8024 8.44552 7.10619 8.14173L10.3662 4.88173C10.5893 4.65863 10.5893 4.292 10.3662 4.06889C10.1431 3.84579 9.77645 3.84579 9.55334 4.06889L6.29334 7.32889C6.13145 7.49079 5.86808 7.49079 5.70619 7.32889L2.44619 4.06889C2.22308 3.84579 1.85645 3.84579 1.63334 4.06889C1.41024 4.292 1.41024 4.65863 1.63334 4.88173L4.89334 8.14173Z" fill="%231A1A1A" stroke="%231A1A1A" stroke-width="0.4"/></svg>') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.255em;
  vertical-align: middle;
  border-top: none !important;
  margin-bottom: 1px;
}

body {
  font-family: "Poppins", serif;
  overflow-x: hidden;
}

.LanguageMenu {
  text-align: left;
}

.LanguageMenu span {
  color: white !important;
  font-size: 16px;
  margin-right: 10px;
}

.LanguageMenu svg {
  display: inline-block !important;
  vertical-align: middle;
  direction: ltr;
}

body.arabicVersion {
  font-family: "Almarai", serif;
}

.fs-ar {
  font-family: "Almarai", sans-serif;
}

body.arabicVersion .fs-ar {
  font-family: "Montserrat", sans-serif;
}

body.arabicVersion .ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.arabicVersion .LanguageMenu {
  text-align: right;
  color: white;
}

body.arabicVersion .LanguageMenu span {
  color: white !important;
  font-size: 16px;
  margin-left: 10px;
}

body.arabicVersion .LanguageMenu svg {
  margin-right: 0;
  margin-left: 10px;
}

body.arabicVersion .arrow-ar {
  transform: scaleX(-1) !important;
}

body.arabicVersion .rotate-img {
  transform: scaleX(-1) !important;
}

header {
  border-bottom: 1px solid #CCCCCC;
}

.nav-hover-link::after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: white !important;
  transition: 0.5s;
  margin: auto;
  display: block;
}
.nav-hover-link:hover::after {
  width: 100%;
  color: black;
}

.navbar-nav .nav-link.active {
  color: #FDD017 !important;
  font-weight: 600 !important;
}

.bg-gray {
  background-color: #EEF0F6 !important;
}

.bg-input {
  background-color: #F2F2F2 !important;
}

.border-gray {
  border-color: #333333 !important;
}

.link-hover {
  transition: 0.4s all !important;
}

.link-hover:hover {
  transform: translateX(5px) !important;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.social-icons:hover {
  background-color: white !important;
  color: var(--primary-color) !important;
  transform: translateY(-5px);
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: #222943;
  color: #FFF;
  border-radius: 50px;
  font-size: 20px !important;
  line-height: 0px !important;
  display: none;
  z-index: 2;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
}
.back-to-top:hover {
  background-color: var(--primary-color);
  color: #FFF;
}
body.arabicVersion .back-to-top {
  left: 10px;
  right: auto;
}

.btn-phone i {
  line-height: 1;
}

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  background-color: var(--primary-color);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  right: 10px;
}
.whats-app:hover {
  background-color: #222943;
  color: #FFF;
}
body.arabicVersion .whats-app {
  left: 10px;
  right: auto;
}

.accordion-button {
  background: linear-gradient(to bottom, rgba(255, 220, 224, 0.9), rgba(204, 94, 119, 0.4));
  box-shadow: none !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  color: #1E1E1E !important;
}

.accordion-button:not(.collapsed) {
  border-radius: 10px !important;
  box-shadow: none !important;
}

.accordion-item {
  border-radius: 10px !important;
  background: linear-gradient(to right, rgba(255, 220, 224, 0.9), rgba(204, 94, 119, 0.4));
  color: #333333 !important;
}

.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5.25V18.75' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M18.75 12H5.25' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.75 12H5.25' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.accordion-button::after {
  margin-left: auto;
}
body.arabicVersion .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}

.hover-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 375px) and (max-width: 991px) {
  .offcanvas-body .text-white {
    color: var(--primary-color) !important;
  }
  .offcanvas-body .btn-primary {
    color: white !important;
  }
  .offcanvas-body .btn-primary:hover {
    color: var(--primary-color) !important;
  }
  .offcanvas-body .text-secondary {
    color: white !important;
  }
}
@media (min-width: 1100px) {
  .container-card-vectors {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .card-not-hover:hover {
    transform: translateY(0px);
    box-shadow: none !important;
  }
  .position-resp {
    position: static !important;
  }
  .position-resp .para-responsive {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .position-resp .heading-responsive {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .position-resp .text-black-responsive {
    color: #1E1E1E !important;
  }
  .text-resp {
    font-size: 10px !important;
  }
  .h6-resp {
    font-size: 12px !important;
    white-space: nowrap;
    font-weight: 500;
  }
  .h1-resp {
    font-size: 20px !important;
  }
}
.custom-border {
  position: relative;
  display: inline-block;
}

.custom-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  transform: translateX(-50%);
  width: 50px !important;
  height: 1px;
  background-color: #FDD017;
}

.image-container-hover img {
  transition: transform 0.3s ease;
}

.image-container-hover img:hover {
  transform: scale(1.1);
}

.fs-4-sm {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-resp .fs-4-sm {
    font-size: 1rem;
  }
  .text-resp p {
    font-size: 12px;
  }
  .para-responsive {
    font-size: 10px !important;
  }
  .heading-responsive {
    font-size: 12px !important;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .header-responsive h1 {
    font-size: 13px !important;
  }
  .header-responsive h5 {
    font-size: 12px !important;
  }
  .header-responsive .btn-resp {
    font-size: 13px !important;
  }
  .header-responsive-services h3 {
    font-size: 13px !important;
  }
  .header-responsive-services p {
    font-size: 12px !important;
  }
  .header-responsive-services .btn-resp {
    font-size: 10px !important;
  }
  .header-responsive-services svg {
    width: 22px !important;
    height: 22px !important;
  }
  .header-fs-sm span {
    font-size: 9px !important;
  }
  .header-fs-sm svg {
    width: 16px;
    height: 16px;
  }
}
.ratio-hover {
  position: relative;
}

.ratio-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.ratio-hover:hover::after {
  opacity: 1;
}

.animated-svg {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.flower-bg {
  background-image: url("../images/flower.svg");
  background-repeat: no-repeat;
  background-position: left 0px top 50px;
  background-size: contain;
  background-size: 200px auto;
}

.Vector-bg {
  background-image: url("../images/Vector-top.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-size: 200px auto;
}

.card-vectors {
  position: relative;
}

.card-vectors::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: url("../images/Vector-top.svg") no-repeat center center;
  background-size: contain;
  top: -125px;
  left: 0;
  transform: translateX(-50%);
}

.card-vectors::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: -1;
  background: url("../images/Vector-bottom.svg") no-repeat center center;
  background-size: contain;
  bottom: -125px;
  left: 0;
  transform: translateX(-50%);
}

.text-container {
  position: relative;
  z-index: 1;
}

.text-container::before {
  content: "";
  background-image: url("../images/hero-Vector.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: -36px;
  left: -34px;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 130px;
  height: 130px;
  animation: rotateBackground 5s linear infinite;
  transform-origin: center;
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-animation {
  animation: rotateSpring 2s infinite ease-in-out;
}

@keyframes rotateSpring {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.image-container img {
  transition: all 0.8s ease;
}

.image-container img:hover {
  transform: scale(1.04);
}

.loader-bg {
  position: fixed;
  overflow: hidden;
  z-index: 1111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}

.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}

.loader:before {
  animation: before8 2s infinite;
}

.loader:after {
  animation: after6 2s infinite;
}

@keyframes before8 {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after6 {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}
.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

.arabicVersion .flower-dir {
  transform: scaleX(-1) !important;
}
.arabicVersion .flower-bg {
  background-image: url("../images/flower-ar.svg");
  background-repeat: no-repeat;
  background-position: right 0px top 50px;
  background-size: contain;
  background-size: 200px auto;
}
.arabicVersion .card-vectors {
  position: relative;
}
.arabicVersion .card-vectors::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: url("../images/Vector-top.svg") no-repeat center center;
  background-size: contain;
  top: -125px;
  right: -125px;
  transform: scaleX(-1);
}
.arabicVersion .card-vectors::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: -1;
  background: url("../images/Vector-bottom.svg") no-repeat center center;
  background-size: contain;
  bottom: -125px;
  right: -125px;
  transform: scaleX(-1);
}
.arabicVersion .animated-svg {
  transform: scaleX(-1);
  animation: bounce-flip 2s infinite;
}
@keyframes bounce-flip {
  0% {
    transform: scaleX(-1) translateY(0);
  }
  50% {
    transform: scaleX(-1) translateY(-10px);
  }
  100% {
    transform: scaleX(-1) translateY(0);
  }
}
