@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Medium.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Book.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-SemiBold.ttf);
  font-weight: 900;
}
* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "ExpoArabic", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: #368B85;
  color: #fff;
}
*::selection {
  background-color: #368B85;
  color: #fff;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #7a559a;
}
*::-webkit-scrollbar-thumb {
  background: #7a559a;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #7a559a;
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #7a559a;
  opacity: 0.5;
  transition: all 0.5s linear;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #7a559a;
  opacity: 1;
}

.overflowNone {
  overflow: hidden;
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulsecust {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}
@keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
/*dropdown animation*/
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@-webkit-keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@-webkit-keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@-webkit-keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.custom-btn {
  width: 150px;
  height: 60px;
  background-color: #7a559a;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 9;
}
.custom-btn::after, .custom-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.custom-btn::after {
  left: 0;
}
.custom-btn::before {
  right: 0;
}
.custom-btn:hover {
  color: #7a559a;
  box-shadow: 0px 0px 10px rgba(122, 85, 154, 0.3);
}
.custom-btn:hover::after, .custom-btn:hover::before {
  width: 55%;
}

.navbar {
  width: 100%;
  padding: 0px !important;
  background-color: #7a559a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.navbar.scrolled {
  padding: 10px 0px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.navbar.scrolled .brand-name img {
  height: 60px !important;
}
.navbar .content {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.navbar .content .hamburger {
  display: none;
}
.navbar .content .hamburger .line {
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #fff, #fff);
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.navbar .content .hamburger.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.navbar .content .hamburger.active .line:nth-child(2) {
  width: 0px;
}
.navbar .content .hamburger.active .line:nth-child(1), .navbar .content .hamburger.active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.navbar .content .hamburger.active .line:nth-child(1) {
  transform: translateY(6.5px);
}
.navbar .content .hamburger.active .line:nth-child(3) {
  transform: translateY(-15px) rotate(90deg);
}
.navbar .content .brand-name img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
.navbar .content .navbar-nav {
  flex-direction: row;
}
.navbar .content .navbar-nav .nav-item {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.navbar .content .navbar-nav .nav-item:last-child {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}
.navbar .content .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 9;
}
.navbar .content .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.navbar .content .navbar-nav .nav-item .nav-link:hover::after {
  width: 50%;
}

header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
header .item {
  margin: 0px !important;
  width: 100%;
  padding: 200px 0px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 9;
}
header .item::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: rgba(122, 85, 154, 0.7);
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
header .item .content h1 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin: 0px;
}
header .item .content p {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8rem;
  margin: 20px 0px;
}
header .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
}
header .owl-theme .owl-dots .owl-dot span {
  background-color: #fff !important;
}
header .owl-theme .owl-dots .owl-dot span:hover, header .owl-theme .owl-dots .owl-dot span.active {
  background-color: #fff !important;
}

.about-us {
  width: 100%;
  padding: 100px 0px 0px;
  position: relative;
}
.about-us .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us .content b {
  font-size: 20px;
  font-weight: 900;
  color: #7a559a;
  display: block;
}
.about-us .content h1 {
  color: #000000;
  font-size: 25px;
  font-weight: 900;
  margin: 20px 0px;
}
.about-us .content p {
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8rem;
  margin-bottom: 20px;
  text-align: justify;
}
.about-us .image-content {
  width: 100%;
  height: 600px;
}
.about-us .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

.features {
  width: 100%;
  position: relative;
  z-index: 99;
}
.features::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7a559a;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
  z-index: -1;
}
.features .image-content {
  width: 100%;
  height: 500px;
}
.features .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.features .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features .content h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0px;
}
.features .content p {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8rem;
  margin: 20px 0px;
  text-align: justify;
}
.features .content .custom-btn {
  background-color: #fff;
  color: #7a559a;
}
.features .content .custom-btn::after, .features .content .custom-btn::before {
  background-color: #7a559a;
}
.features .content .custom-btn:hover {
  color: #fff !important;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.offers {
  width: 100%;
  padding: 40px 0px;
  background-color: #fff;
}
.offers .heading {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.offers .heading h1 {
  color: #7a559a;
  font-size: 30px;
  font-weight: 900;
  margin: 0px;
}
.offers .nav {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 30px;
}
.offers .nav .nav-item {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.offers .nav .nav-item:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.offers .nav .nav-item .nav-link {
  padding: 0px 0px 10px 0px;
  border: 0px;
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border-radius: 0px !important;
  z-index: 9;
}
.offers .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #7a559a;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s linear;
  z-index: -1;
}
.offers .nav .nav-item .nav-link:hover, .offers .nav .nav-item .nav-link.active {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #7a559a !important;
}
.offers .nav .nav-item .nav-link:hover::after, .offers .nav .nav-item .nav-link.active::after {
  transform: scaleX(1);
}
.offers .box {
  width: 100% !important;
  position: relative;
  z-index: 99;
  overflow: hidden;
  cursor: pointer;
}
.offers .box.large-img {
  height: 500px;
}
.offers .box.small-img {
  height: 240px;
}
.offers .box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offers .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-image: linear-gradient(to bottom, transparent, #000000);
  z-index: 9;
  pointer-events: none;
}
.offers .box .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.offers .box .content h1 {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin: 0px !important;
}
.offers .box .content p {
  color: #fafafa;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0px 0px;
}
.offers .box:hover img {
  transform: scale(1.3);
}

.form-contain {
  width: 100%;
}
.form-contain .heading {
  text-align: unset !important;
}
.form-contain .heading p {
  color: #909090;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.form-contain .custom-btn {
  width: 100% !important;
}
.form-contain .form-group {
  width: 100%;
  margin-bottom: 20px;
}
.form-contain .form-group label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.form-contain .form-group .form-input {
  width: 100%;
  height: 47px;
}
.form-contain .form-group .form-input.select-input {
  position: relative;
  z-index: 9;
}
.form-contain .form-group .form-input.select-input::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/arrow_down.svg") center/contain no-repeat;
  top: calc(50% - 10px);
  left: 13px;
  z-index: 0;
}
.form-contain .form-group .form-input.history {
  position: relative;
  z-index: 9;
}
.form-contain .form-group .form-input.history::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/parts/calendar.svg") center/contain no-repeat;
  top: calc(50% - 10px);
  left: 13px;
  z-index: 0;
}
.form-contain .form-group .form-input.history .form-control {
  color: #909090 !important;
  text-align: right !important;
}
.form-contain .form-group .form-input.history input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.form-contain .form-group .form-input.show_hide_password {
  position: relative;
}
.form-contain .form-group .form-input.show_hide_password .show_pass {
  font-size: 18px;
  color: #909090;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  cursor: pointer;
}
.form-contain .form-group .form-input.show_hide_password .show_pass:hover {
  color: #7a559a;
}
.form-contain .form-group .form-input .form-control {
  background-color: #fff;
  border: 1px solid rgba(0, 93, 99, 0.1);
  padding: 0px 20px;
  height: 100%;
  width: 100%;
  color: #7a559a;
  font-size: 16px;
  font-weight: 500;
  border-radius: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}
.form-contain .form-group .form-input .form-control::-moz-placeholder {
  color: #909090;
  font-size: 16px;
  font-weight: 500;
}
.form-contain .form-group .form-input .form-control:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
  font-weight: 500;
}
.form-contain .form-group .form-input .form-control::placeholder {
  color: #909090;
  font-size: 16px;
  font-weight: 500;
}
.form-contain .form-group .form-input .form-control:focus, .form-contain .form-group .form-input .form-control:hover {
  background-color: rgba(0, 93, 99, 0.06);
}
.form-contain .form-group .form-input.text-area {
  height: 100px;
}
.form-contain .form-group .form-input.text-area .form-control {
  padding: 14px 15px !important;
  border-radius: 15px !important;
}
.form-contain .form-group .form-input.text-area .form-control:hover, .form-contain .form-group .form-input.text-area .form-control:focus {
  background-color: #fff !important;
}
.form-contain .file-upload {
  width: 224px;
  height: 150px;
}
.form-contain .file-upload input[type=file] {
  display: none;
}
.form-contain .file-upload .file-upload-section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background: rgba(213, 185, 139, 0.1);
  border: 1px solid rgba(0, 93, 99, 0.1);
  border-radius: 24px;
  cursor: pointer;
}
.form-contain .file-upload .file-upload-section img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
.form-contain .file-upload .file-upload-section h2 {
  color: #909090;
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0px;
}
.form-contain .file-upload .file-upload-section p {
  color: #7a559a;
  font-size: 11px;
  font-weight: 500;
  margin: 0px;
}
.form-contain .file-upload .file-upload-section:hover img {
  transform: translateY(-10px);
}
.form-contain .wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.form-contain .wrapper .radio-title {
  margin: 0px !important;
  width: calc(100% - 25px);
}
.form-contain .wrapper .radio-check {
  display: none;
}
.form-contain .wrapper .radio-check:checked ~ .radio-title {
  border-color: #7a559a;
}
.form-contain .wrapper .radio-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px !important;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 1px solid rgba(122, 85, 154, 0.5);
}
.form-contain .wrapper .radio-title .man {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
.form-contain .wrapper .radio-title span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.form-contain .wrapper .radio-title .head {
  width: 100%;
  padding: 20px 10px;
  background-color: #7a559a;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.form-contain .wrapper .radio-title .logo {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 20px 0px;
  display: none;
}
.form-contain .wrapper .radio-title .list {
  width: 100%;
  padding: 0px 10px;
}
.form-contain .wrapper .radio-title .list li {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
}
.form-contain .wrapper .radio-title .list li::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #7a559a;
  border-radius: 4px;
  transform: rotate(45deg);
  right: 0px;
  top: calc(50% - 7.5px);
}
.form-contain .wrapper .radio-title .flex-price {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 0px 15px;
}
.form-contain .wrapper .radio-title .flex-price .before {
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
  color: #909090;
  margin: 0px;
}
.form-contain .wrapper .radio-title .flex-price .after {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0px;
}
.form-contain .wrapper .radio-title .desc {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin: 15px 0px 7px 0px;
}
.form-contain .wrapper .radio-title b {
  font-size: 18px;
  font-weight: 700;
  color: #7a559a;
}
.form-contain .wrapper:hover .radio-title {
  color: #7a559a;
}

footer {
  width: 100%;
  padding: 50px 0px;
  background-color: #7a559a;
  position: relative;
  z-index: 9;
}
footer .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
}
footer .content .brand-name img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .content p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0px;
  line-height: 1.8rem;
}
footer .content ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
footer .content ul li {
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
}
footer .content ul li:last-child {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}
footer .content ul li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(196deg) brightness(104%) contrast(102%);
  opacity: 0.5;
}
footer .content ul li a:hover img {
  -webkit-animation: tada 0.4s linear;
          animation: tada 0.4s linear;
  opacity: 1;
}

@media (max-width: 999px) {
  .navbar .hamburger {
    display: block !important;
  }
  .navbar .navbar-nav {
    width: 100%;
    height: calc(100vh - 100px);
    position: absolute;
    padding: 20px 15px;
    background-color: #7a559a;
    z-index: 99;
    top: 100px;
    right: -100%;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    transition: all 0.3s linear;
  }
  .navbar .navbar-nav.active-nav {
    right: 0px;
  }
  .navbar .navbar-nav li {
    width: 100%;
    margin: 0px !important;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar .navbar-nav li:last-child {
    border-bottom: 0px !important;
  }
  .navbar .navbar-nav li a {
    width: 100%;
  }
  .navbar .navbar-nav::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("../images/logo.png") bottom left/contain no-repeat;
    opacity: 0.1;
    z-index: -1;
    bottom: 100px;
    left: 20px;
  }
  .navbar .brand-name img {
    -o-object-position: left !important;
       object-position: left !important;
  }
  .navbar.scrolled .navbar-nav {
    top: 80px;
    height: calc(100vh - 80px);
  }
  header .item {
    padding: 200px 0px 100px 0px !important;
    background-position: bottom !important;
  }
  header .item::after {
    width: 100% !important;
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
  .about-us {
    padding-top: 50px !important;
  }
  .about-us .image-content {
    height: 400px !important;
  }
  .order-mobile-1 {
    order: 1 !important;
  }
  .order-mobile-0 {
    order: 0 !important;
  }
  .features {
    padding-top: 40px !important;
  }
  .features::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
  }
  .features .image-content {
    height: 350px !important;
  }
  .offers {
    padding-top: 0px !important;
  }
  .offers .box.large-img {
    height: 230px !important;
  }
  footer .content p {
    margin-top: 0px !important;
  }
  .form-contain .wrapper .radio-title .man {
    height: 140px !important;
  }
}/*# sourceMappingURL=style.css.map */