﻿@font-face {
  font-family: 'Rubik-Bold';
  src: url('/assets/fonts/Rubik/Rubik-Bold.ttf');
}

@font-face {
  font-family: 'Rubik-Regular';
  src: url('/assets/fonts/Rubik/Rubik-Regular.ttf');
}

@font-face {
  font-family: 'Rubik-Light';
  src: url('/assets/fonts/Rubik/Rubik-Light.ttf');
}

@font-face {
  font-family: 'RTL-Bold';
  src: url('/assets/fonts/Amman/RTL-Saudi-Bold.ttf');
}

@font-face {
  font-family: 'Amman-Bold';
  src: url('/assets/fonts/Amman/AmmanSansPro/fonnts.com-AmmanSansPro-Bold.otf');
}

@font-face {
  font-family: 'Amman-Regular';
  src: url('/assets/fonts/Amman/AmmanSansPro/fonnts.com-AmmanSansPro-Medi.otf')
}

@font-face {
  font-family: 'Amman-Light';
  src: url('/assets/fonts/Amman/AmmanSansPro/fonnts.com-AmmanSansPro-LightIta.otf');
}
@font-face {
  font-family: 'Harmattan-Regular';
  src: url('/assets/fonts/Harmattan/Harmattan-Regular.ttf');
}
@font-face {
  font-family: 'Harmattan-Medium';
  src: url('/assets/fonts/Harmattan/Harmattan-Medium.ttf');
}

:root {
  --color-red: #d52d24;
  --color-red2: #db3332;
  --color-gold: #f2be23;
  --color-blue: #0083bb;
  --color-blue2: #0983bc;
  --color-purple: #4A2567;
  --shake-level-1 : 3px;
  --shake-level-2 : -3px;
  --swiper-pagination-bottom: 3px;
  --color-yello: #F2BE1A;
}

.font-RTL-Bold {
  font-family: 'RTL-Bold';
}


.font-amman-Bold {
  font-family: 'Amman-Bold';
}

.font-amman-Regular {
  font-family: 'Amman-Regular';
}

.font-amman-Light {
  font-family: 'Amman-Light';
}

.font-Harmattan-Medium {
  font-family: 'Harmattan-Medium';
}
.font-Harmattan-Regular {
  font-family: 'Harmattan-Regular';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth111;
}

html {
  scroll-behavior: smooth111;
}

::-webkit-scrollbar {
  width: 0px;
  /* width of the scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  /* color of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* color of the scrollbar handle on hover */
}



body {
  scroll-behavior: smooth111;
  padding: 0;
  color: white;
  font-family: Rubik-Regular;
  overflow-x: hidden;
  scrollbar-width: none !important;
  /* Firefox */
  -ms-overflow-style: none !important;
}
.set-scroll-smooth {
  scroll-behavior: smooth !important;
}

body::-webkit-scrollbar {
  display: none !important;
}

.main-container {
  /* scrollbar-width: none; */
  scrollbar-width: none;
  /* Firefox */
  /* Internet Explorer and Edge */
  xx--scroll-snap-type: y mandatory;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.tx-justify {
    text-align: justify;
}
.only-large {
    display: none !important;
}
section {
  display: flex;
  justify-content: center;
  align-items: center;
  xx--scroll-snap-align: start;
}



section.about-us {
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 4rem;
  padding-bottom: 0;
  height: fit-content !important;
}

section.Serv-ices {
  height: 100vh;
  padding: 0 8rem 0 4rem;
}

section.Contact-Us {
  height: 100vh;
  padding: 0 4rem;
}

section.Par-tners {
  height: 100vh;
  padding: 0 4rem;
}

input, textarea {
  outline: none !important;
  background-color: transparent;
}

.line-at-left {
    position: fixed;
    height: 100%;
    width: 1px;
    background-color: white;
    top: 0;
    left: 5%;
    z-index: -3;
}
.left-line::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: white;
  top: 0;
  left: 5%;
}

.gradient-g1 {
  background: rgb(56, 127, 193);
  background: linear-gradient(190deg, rgba(56, 127, 193, 1) 0%, rgba(65, 36, 100, 1) 68%);
}

.gradient-g2 {
  background: rgb(114, 76, 99);
  background: linear-gradient(160deg, rgba(114, 76, 99, 1) 7%, rgba(78, 41, 103, 1) 26%);
}

.gradient-g3 {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-image: linear-gradient(218deg, #00FFFF00 47%, #eb2d27 99%), linear-gradient(173deg, #073AFF00 42%, #1283bc 81%, #1283bc 100%), linear-gradient(0deg, #00FFFF03 1%, #472566 21%, #472566 99%);
}

.gradient-g4 {
  background: rgb(235, 45, 39);
  background: linear-gradient(27deg, rgba(235, 45, 39, 1) 0%, rgba(202, 43, 52, 1) 0%, rgba(71, 37, 102, 1) 36%);
}

.gradient-g5 {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-image: linear-gradient(218deg, #00FFFF00 47%, #1283bc 99%), linear-gradient(122deg, #073AFF00 37%, #eb2d27 81%, #eb2d27 100%), linear-gradient(0deg, #00FFFF03 1%, #472566 10%, #472566 86%);
}

@keyframes change-bg {
    0% { background-position:10% 0% }
    50% { background-position:91% 100% }
    100% { background-position:10% 0% }
}
.div-bg-gradient {
    background-size: 200% 200%;
    background: linear-gradient(190deg, rgba(56, 127, 193, 1) 0%, rgba(65, 36, 100, 1) 68%);
    /*animation: change-bg 5s ease infinite;*/
    /*transition: background 5s ease-out;*/
}

.text-red {
  color: var(--color-red);
}

.text-gold {
  color: var(--color-gold);
}

.text-blue {
  color: var(--color-blue);
}

.bg-purple {
  background-color: var(--color-purple);
}

.dv-blur {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 6rem;
    backdrop-filter: blur(3px);
    z-index: 50;
    background-color: #75757530;
}

/* components */

/* .menu-button-color-1 {
  
} */

.project-logos {
    transition: 0.5s linear;
    box-sizing: content-box;
    border: 0px none;
    padding: 0 60px;
    transform: translateX(60px);
}

.project-logos:hover {
  animation: shake 4s infinite;
  transition: 1s ease;
}

@keyframes shake111 {
  0% {
    transform: rotate(3deg);
  }

  5% {
    transform: rotate(-2deg);
  }

  12% {
    transform: rotate(3deg);
  }

  17% {
    transform: rotate(-3deg);
  }

  20% {
    transform: rotate(0deg);
  }

  25% {
    transform:  rotate(-2deg);
  }

  30% {
    transform: rotate(3deg);
  }

  34% {
    transform: rotate(0deg);
  }

  48% {
    transform: rotate(3deg);
  }

  53% {
    transform: rotate(-1deg);
  }

  56% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(-1deg);
  }

  65% {
    transform:  rotate(1deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-1deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}



.projects-logos-1 {
  animation: float 3s infinite;
  animation-delay: 0s;
}

.projects-logos-2 {
  animation: float 3s infinite;
  animation-delay: .3s;
}

.projects-logos-3 {
  animation: float 3s infinite;
  animation-delay: .6s;
}

.projects-logos-4 {
  animation: float 3s infinite;
  animation-delay: .9s;
}


/*
.projects-logos-active {
  transform: scale(1);
} */
.burger-menu-color-2 {
  background: rgb(114, 76, 99) !important;
  background: linear-gradient(160deg, rgba(114, 76, 99, 1) 7%, rgba(78, 41, 103, 1) 26%) !important;
}

.side-links-active {
  opacity: 1 !important;
}

.link-home-active {
  opacity: 1 !important;
}

.link-active {
  color: var(--color-gold);
}

.qoute-01 {
  transform: translateX(-3000px);
  transition: 2.9s cubic-bezier(0.25, 0.1, 0.16, 1.0);
  transition-delay: 200ms;
}
.qoute-02 {
  transform: translateX(-500%);
  transition: 2.9s cubic-bezier(0.25, 0.1, 0.14, 1.53);
  transition-delay: 700ms;
}
.qoute-03 {
  transform: translateX(-500%);
  transition: 2.9s cubic-bezier(0.25, 0.1, 0.14, 1.53);
  transition-delay: 400ms;
}

.qoute-active {
  transform: translateX(0);
  visibility: visible !important;
}

.menu-button {
  position: sticky;
  top: 0px;
  left: 0px;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  width: fit-content;

  /*margin: 14px;
border-radius: 5px;*/
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.bar {
  position: relative;
  display: block;

  width: 50px;
  height: 5px;

  margin: 10px auto;
  background-color: #fff;

  border-radius: 10px;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-button:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(1.5px) rotate(-4.5deg);
  -ms-transform: translateY(1.5px) rotate(-4.5deg);
  transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
  opacity: 0.9;
}

.menu-button:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-1.5px) rotate(4.5deg);
  -ms-transform: translateY(-1.5px) rotate(4.5deg);
  transform: translateY(-1.5px) rotate(4.5deg);
}

.burger-menu {
  transform: translateX(100vh);
  opacity: 0;
  transition: .3s ease;
  background-color: #412464de;
  box-shadow: 0 0 13px 3px #342a41;
}

.burger-menu-active {
  transform: translateX(0);
  opacity: 1;
}

.main-form input::placeholder {
  color: gray;
}

.page-2-grid-2>div {
  width: 33%;
}

.page-2-grid-2>div {
  width: 33%;
}

.trans-opacity {
  opacity: 0;
}
.form-image {
  transition: 1.3s ease;
  opacity: 0;
  position: absolute;
  top: 15%;
}

.active-form-image {
  opacity: 1;
}

.red-badge {
  width: 50px;
  height: 20px;
  background: red;
  right: -6px;
  transform: rotate(-21deg);
  top: 18px;
  font-family: 'Rubik-bold';
}

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-2 {
  width: 100px;
  height: 300px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* animations */

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes bounceScale {
  0% {
    transform: scale(0.1);
    animation-timing-function: linear
  }

  50% {
    transform: scale(0.65);
    animation-timing-function: linear
  }

  100% {
    transform: scale(1.0);
    animation-timing-function: linear
  }
}
@keyframes anim-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.animate-bounce-scale {
  animation: anim-fade 23s;   /*bounceScale 12s, anim-fade 23s*/
}

.link-down {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) scale(0.7);
}

.card-num-info {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  width: 8.2rem;
  height: 14rem;
  margin: 4rem 0 2rem 0;
  border: 1px solid #fff;
  border-top: 0;
}
.card-num-info::before {
  content: '';
  width: 2.2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0;
}
.card-num-info::after {
  content: '';
  width: 2.2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0;
}

.card-num-info .dv-num {
  font-family: 'RTL-Bold';
  font-weight: 700;
  position: absolute;
  line-height: 118%;
  top: 15%;
  height: 70%;
  background: transparent;
  z-index: 5;
  min-width: 104%;
  text-align: center;
}

.card-num-info .dv-num .sub-word {
  font-family: inherit;
  font-weight: 700;
  position: absolute;
  font-size: 2.1rem;
  padding: 0 11px;
}

.card-num-info .top-circle {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -1.8rem;
  padding: 0.6rem;
  background-color: transparent;
  overflow: hidden;
  z-index: 10;
  display: block;
}

.card-num-info .top-circle img {
  width: 100%;
  height: 100%;
}

.card-num-info .dv-word {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 1.6rem;
  font-family: Rubik-Bold;
  position: absolute;
  bottom: 12px;
  min-height: 2.4rem;
  margin: 0 10%;
  text-align: center;
  line-height: 1.6rem;
  z-index: 10;
}

.card-num-info .small {
  font-size: 0.8rem;
  font-family: inherit;
  text-align: center;
  line-height: 1.0rem;
  display: inline-block;
}

@keyframes anim_insight_num {
    0% {
        opacity: 0;
        transform: translateY(125px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes anim_insight_circle {
    0% {
        transform: scale(0.1);
    }

    70% {
        transform: scale(1.3);
    }

    85% {
        transform: scale(0.93);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes anim_insight_icon {
    0% {
        transform: translate(-0.8rem, 1.3rem) rotate(10deg);
    }
    13% {
        transform: translate(0.8rem, -1.3rem) rotate(-10deg);
    }
    25% {
        transform: translate(-0.6rem, 1.0rem) rotate(8deg);
    }
    38% {
        transform: translate(0.6rem, -1.0rem) rotate(-8deg);
    }

    50% {
        transform: translate(-0.4rem, 0.7rem) rotate(6deg);
    }
    63% {
        transform: translate(0.4rem, -0.7rem) rotate(-6deg);
    }
    75% {
        transform: translate(-0.2rem, 0.4rem) rotate(3deg);
    }
    88% {
        transform: translate(0.2rem, -0.4rem) rotate(-3deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes anim_insight_border {
    0% {
        height: 14rem;   /*25*/
        opacity: 0;
    }

    100% {
        height: 14rem;
        opacity: 1;
    }
}

.anim-insight .num-val1 {
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
    animation-name: anim_insight_num;
    animation-fill-mode: forwards;
    display: inline-block;
    opacity: 0;
}

.anim-insight .top-circle {
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-name: anim_insight_circle;
    animation-fill-mode: forwards;
    transform: scale(0);
}

.anim-insight .top-circle img {
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-name: anim_insight_icon;
    animation-fill-mode: forwards;
    transform: translate(-0.8rem, 1.3rem);
}

.anim-insight .card-num-info {
    animation-duration: 1.6s;
    animation-timing-function: ease-out;
    animation-name: anim_insight_border;
    animation-fill-mode: forwards;
    opacity: 0;
}

.anim-del-1 {
    animation-delay: 0ms;
}
.anim-del-2 {
    animation-delay: 170ms;
}
.anim-del-3 {
    animation-delay: 340ms;
}
.anim-del-4 {
    animation-delay: 510ms;
}
.anim-del-5 {
    animation-delay: 680ms;
}
.anim-del-6 {
    animation-delay: 850ms;
}

.anim-del-1 img {
    animation-delay: 400ms;
}
.anim-del-2 img {
    animation-delay: 570ms;
}
.anim-del-3 img {
    animation-delay: 740ms;
}
.anim-del-4 img {
    animation-delay: 910ms;
}
.anim-del-5 img {
    animation-delay: 1080ms;
}
.anim-del-6 img {
    animation-delay: 1250ms;
}

.anim-del-n-1 {
    animation-delay: 0ms;
}
.anim-del-n-2 {
    animation-delay: 220ms;
}
.anim-del-n-3 {
    animation-delay: 440ms;
}
.anim-del-n-4 {
    animation-delay: 660ms;
}
.anim-del-n-5 {
    animation-delay: 880ms;
}
.anim-del-n-6 {
    animation-delay: 1100ms;
}


* {
  cursor: url('/assets/cursor6.png') 0 0, auto;
  /* cursor: url('/assets/cursor3.png') 8 8, auto; */
}

.dv-cursor {
    pointer-events: none;
}

.cursor__ball {
    position: fixed;
    top: 0px;
    left: 0px;
    mix-blend-mode: normal; /*difference;*/
    z-index: 9900000;
    transition: transform 0.4s ease-out 0s;
}
.cursor__ball svg {
    width: 50px;
    height: 50px;
    overflow: visible;
}

.text-xl {
  font-size: 1.8rem !important;
}

.pos-fix {
  position: fixed !important;
}

.take-top {
    width: 2.2rem !important;
}
.pg-stat-001 .justify-center {
    overflow: hidden !important;
    padding: 0.8rem;
    margin: 0.9rem 0;
}
.pg-stat-001 img {
    transform: scale(1.0);
}
.pg-stat-002 {
    transform: translateY(-50px);
}
.pg-stat-002 .justify-center {
    overflow: hidden !important;
    padding: 0.8rem;
    margin: 0.9rem 0;
}
.pg-stat-002 img {
    transform: scale(1.0);
}
.hover-move1 {
    width: 34rem;
    position: relative;
    transform: translateX(0);
    transition-property: transform;
    transition-duration: 750ms;
    transition-timing-function: ease-out; /*cubic-bezier(0.27, 0.09, 0.46, 1.8)*/
}
.hover-move1-xxxx:hover {
    transform: translateX(-40px);
    box-shadow-xxx: 0px 9px 9px 5px #0808085e;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.dv-svg-land {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.svg-land {
    width: 100%;
    height: 100%;
}
.svg-land path {
    transition: 1.1s linear;
    /*fill: #ffffff22;*/
    stroke: #ffffff24;
    stroke-width: 0;
    xx-transform: scale(0.66, 1.2) translate(51%, 2px);
}

.right-circle::before {
    content: '\25cf'; /* ● */
    color: var(--color-yello);
    font-size: 1.4rem;
    position: relative;
    right: -9px;
    top: 1px;
}

#dvInsight2 {
    min-height: 450px;
}

.dv-info-lines1 {
    position: relative;
    width: 310px;
}

.dv-info-lines1 .sp-line-01 {
    position: relative;
    width: 100%;
    background: var(--color-yello);
    height: 3px;
    margin-bottom: 8px;
    display: block;
}
.dv-info-lines1 .sp-line-02 {
    position: relative;
    width: 69%;
    background: var(--color-red2);
    height: 3px;
    margin-bottom: 2px;
    float: left;
}
.dv-info-lines1 .sp-line-02b {
    position: relative;
    top: 7px;
}
.dv-info-lines1 .sp-line-03 {
    float: right;
    margin: 9px 4px 0 0;
}
.dv-info-lines1 .sp-line-04 {
    position: relative;
    width: 57%;
    background: var(--color-blue2);
    height: 3px;
    margin-top: 26px;
    float: left;
}
.dv-info-lines1 .sp-line-05 {
    position: relative;
    margin-top: -18px;
    float: left;
    font-size: 4.2rem;
    padding: 0 0 0 6px;
}
.dv-info-lines1 .sp-line-06 {
    position: relative;
    width: 39%;
    background: var(--color-yello);
    height: 3px;
    float: right;
    top: 20px;
    visibility: hidden;
}
.dv-info-lines1 .sp-line-07 {
    position: relative;
    width: 100%;
    background: var(--color-red2);
    height: 3px;
    display: block;
    float: left;
    top: -14px;
    z-index: -4;
}

.dv-khebrat-word {
    position: relative;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    z-index: 40;
    padding: 0 12px;
}
.dv-khebrat-word span {
    display: inline-block;
}
.dv-khebrat-word .slogan-word {
    border-bottom-width: 2px;
    border-color: rgb(220 38 38);
}
.dv-khebrat-word .slogan-right-line {
    background: var(--color-yello);
    width: 5rem;
    height: 3px;
    position: absolute;
    top: 2.1rem;
    right: -5.7rem;
}
.dv-khebrat-word .slogan-left-line {
    background: var(--color-blue2);
    width: 5rem;
    height: 3px;
    position: absolute;
    top: 2.1rem;
    left: -5.5rem;
}

.dv-contact-flds {
    /*
    align-items: center;
    justify-content: center;
    gap: 2rem;
    */
    margin-bottom: 1.5rem;
}
.dv-contact-flds input, .dv-contact-flds textarea {
    padding: 0.5rem 1rem;
    border: 2px solid #fff;
    border-radius: 19px;
    margin-bottom: 0.5rem;
}
.contact-spltr1 {
    height: 1px;
    background: #fff;
    width: 70%;
}
.contact-btn {
    color: #fff;
    opacity: 0.3;
    cursor: pointer !important;
}
.contact-btn-active {
    opacity: 1;
}
.btn-cont {
    width: 142px;
    color: #fff;
    border: 2px solid #DB3332;
    border-radius: 19px;
    padding: 9px 4px;
    background-color: #DB3332;
}
.btn-cont:hover {
    background-color: #DB3332cc;
    padding: 11px 6px 7px 2px;
}
.btn-upload1 {
    position: absolute;
    width: 32px;
    height: 30px;
    background-image: url('/assets/images/btn-upload.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 7px;
    left: 16px;
    opacity: 0.5;
}

.proj-holder {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.dv-proj-circle {
    width: 210px;
    height: 210px;
    position: relative;
    background-image: url(/assets/images/proj-circle.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.dv-proj-circle::before {
    content: '\25cf'; /* ● */
    color: var(--color-yello);
    font-size: 1.4rem;
    position: absolute;
    right: 50%;
    top: 20px;
    transform: translateX(50%);
}
.dv-proj-circle a {
    display: contents;
}
.dv-proj-circle img {
    transition: 1.15s linear;
}
@media (max-width: 1340px) {
    .dv-proj-circle {
        width: 170px;
        height: 170px;
    }
}
@media (max-width: 1138px) {
    .dv-proj-circle {
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 1025px) {
    .dv-proj-circle {
        width: 110px;
        height: 110px;
    }
}

video {
    max-width: initial !important;
}
.mg-statistics {

}
.mg-hdn-statistics {
    opacity: 0.0;
    position: absolute;
    z-index: -12;
}
