#loaderA {
  display: none;
}

@media screen and (min-width: 851px) and (max-width: 1280px) {
  .objechHeader svg {
    position: relative;

    z-index: -999999;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    z-index: -999999;
    width: 100%;
    overflow: hidden;

    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .hedarrSvg {
    max-height: 768px !important;
    z-index: -888;
    height: 600px;
    position: relative;
  }

  .objectFooter {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    z-index: -999999;
    width: 100%;
    overflow: hidden;
  }

  .dvgFOoter {
    max-height: 768px !important;
    z-index: -888;
    height: 600px;
    transform: translateX(-50%);
    position: relative;
  }
}

@media screen and (min-width: 551px) and (max-width: 850px) {
  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    z-index: -999999;
    width: 100%;
    overflow: hidden;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .hedarrSvg {
    max-height: 768px !important;
    z-index: -888;
    height: 560px;
    position: relative;
  }

  .objectFooter {
    position: absolute;
    top: 0;
    left: 0;
    height: 560px;
    z-index: -999999;
    width: 100%;
    overflow: hidden;
  }

  .dvgFOoter {
    max-height: 768px !important;
    z-index: -888;
    height: 560px;
    transform: translateX(-50%);
    position: relative;
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

.hh {
  border: 1px solid red !important;
}

.hhh {
  border: 1px solid gold !important;
}

.sectionAll {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.headerG {
  display: flex;
  align-items: center;
  height: 90px;
}

.googlePSvg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 167px !important;
}

.logoG {
  width: 229px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  .googlePSvg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 120px !important;
  }

  .logoG {
    width: 150px !important;
  }

  .sec1 {
    padding: 25px 15px !important;
    position: relative !important;
  }

  .sec1 .backV {
    display: none !important;
  }

  .sec1 p {
    font-family: "Cairo", sans-serif;
    color: white;
    font-size: 16px !important;
    text-align: center;
    font-weight: 300;
    margin: 0 !important;
    margin-top: -15px !important;
    padding: 0 20px !important;
  }

  .sec1 .vImg {
    position: relative !important;
    top: auto !important;
    left: -16px !important;
    transform: none !important;
    margin-left: auto !important;
    margin-top: 0 !important;
  }

  .sec1 .backSec1 {
    position: relative !important;
    margin-top: 20px !important;
  }
}

.sec1 {
  padding: 50px 15px !important;
  position: relative !important;
}

.sec1 p {
  font-family: "Cairo", sans-serif;
  color: white;
  font-size: 38px;
  text-align: center;
  font-weight: 100;
  position: relative;
  top: 20px;
}

.sec1 .backSec1 {
  position: relative !important;
  margin-top: 95px;
}

.sec1 .vImg {
  position: relative;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  /* margin-left: 0; */
  /* margin-top: 32px; */
  margin-top: -470px;
  left: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sec1 .vImg {
    position: relative;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* margin-left: 0; */
    /* margin-top: 32px; */
    margin-top: -470px;
    left: 0 !important;
  }
}
@media screen and (min-width: 551px) and (max-width: 992px) {
  .sec1 {
    padding: 25px 15px !important;
    position: relative !important;
  }

  .sec1 .backV {
    display: none !important;
  }

  .sec1 p {
    font-family: "Cairo", sans-serif;
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    padding: 0 25px !important;
  }

  .sec1 .vImg {
    position: relative !important;
    top: auto !important;
    left: -16px !important;
    transform: none !important;
    margin-left: auto !important;
    margin-top: 0 !important;
  }

  .sec1 .backSec1 {
    position: relative !important;
    margin-top: 20px !important;
  }
}

.patener {
  padding-top: 0 !important;
  padding-bottom: 60px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: -45px !important;
}

.patener h4 {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #2299b1;
  text-align: center;
}

.menuImgP {
  display: flex;
  align-items: center;
  margin-top: 30px !important;
}

.patener p {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #2299b1;
  text-align: center;
}

.no_margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.imgP {
  width: 11%;
  float: left;
  margin-left: 1.71%;
  cursor: pointer;
  background-color: white;
  height: 130px;
  position: relative;
}

.imgP .cadre {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.imgP h1 {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #9396a6;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.imgP img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 60px !important;
  height: auto !important;
}

.imgP:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  max-width: 60px !important;
  height: auto !important;
}

.imgP:hover h1 {
  color: #2a9eb4;
}

.imgP:hover .cadre:hover {
  -webkit-box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.15);
  padding: 50px !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .no_margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .imgP {
    width: 23.5% !important;
    float: left;
    margin-left: 2%;
    cursor: pointer;
    background-color: white;
    height: 130px;
    position: relative;

    margin-bottom: 25px !important;
  }

  .menuImgP {
    display: block !important;
    margin-top: 60px !important;
  }

  .no_sm_margin {
    margin-left: 0 !important;
  }

  .patener {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .imgP {
    width: 47%;
    float: left;
    margin-left: 1.71%;
    cursor: pointer;
    background-color: white;
    height: 130px;
    position: relative;

    margin-bottom: 25px !important;
  }

  .menuImgP {
    display: block !important;
    margin-top: 60px !important;
  }

  .no_margin {
    margin-left: 1.71% !important;
  }

  .patener {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.slideShow {
  background-color: white;
  position: relative !important;
  z-index: 123;
  height: auto;
  padding: 10px 0 !important;
}

.frame {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  left: 0 !important;
  width: 80%;
  border: 15px;
  background-color: #fbfbfe;
  height: 650px !important;
  z-index: 12345;
  border-radius: 20px !important;
}

.slide1 {
  position: relative !important;
  z-index: 99999999;
  margin-bottom: 50px !important;
}

.slide1 .imgs svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1234;
  height: 472px;
}

@media screen and (min-width: 1200px) and (max-width: 1281px) {
  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    width: 446px !important;
    max-width: 446px !important;
  }

  .dvgFOoter {
    transform: scaleY(0.69) rotateX(180deg) rotateY(360deg) !important;
    -webkit-transform: matrix3d(
      1,
      0,
      -0,
      0,
      0,
      -0.69,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    ) !important;
    object-fit: cover;
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    min-height: 400px;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 75px !important;
  }
}

.hrbdiv {
  position: relative;
  top: -15px;
}

/* Mobile header: Google Play comes before the burger menu. */
@media screen and (min-width: 320px) and (max-width: 991px) {
  .headerG {
    position: relative;
  }

  .mobile-header-menu {
    right: auto !important;
    left: 0 !important;
  }

  .googlePSvg {
    right: auto !important;
    left: 50px !important;
  }

  .mobile-menu-panel {
    right: auto !important;
    left: 0 !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 2072px) {
  .hedarrSvg {
    width: 100%;
    height: 550px;
    transform: scaleX(2);
    position: relative !important;
    z-index: -99999;
    top: auto !important;
  }

  .containerG {
    overflow-x: initial !important;
  }

  .objechHeader {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99999;
    height: 550px;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
    overflow: hidden;
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .objectFooter {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: -470px;
    left: 0;
    overflow: hidden;
    top: 20px !important;
  }

  .dvgFOoter {
    transform: scaleX(2.5) rotateX(180deg) rotateY(360deg) !important;
    width: 100%;
    height: 470px;
    position: relative !important;
    z-index: -99999;
    top: 0 !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 80px !important;
  }
}

@media screen and (min-width: 2073px) and (max-width: 2500px) {
  .hedarrSvg {
    width: 100%;
    height: 550px;
    transform: scaleX(2.5);
    position: relative !important;
    z-index: -99999;
    top: auto !important;
  }

  .containerG {
    overflow-x: initial !important;
  }

  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99999;
    height: 550px;
    overflow: hidden;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .objectFooter {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: -470px;
    left: 0;
    overflow: hidden;
    top: -20px !important;
  }

  .dvgFOoter {
    transform: scaleX(3.5) rotateX(180deg) rotateY(360deg) !important;
    width: 100%;
    height: 470px;
    position: relative !important;
    z-index: -99999;
    top: 0 !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 80px !important;
  }
}

@media screen and (min-width: 2501px) and (max-width: 3199px) {
  .hedarrSvg {
    width: 100%;
    height: 550px;
    transform: scaleX(3);
    position: relative !important;
    z-index: -99999;
    top: auto !important;
  }

  .containerG {
    overflow-x: initial !important;
  }

  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99999;
    height: 550px;
    overflow: hidden;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .objectFooter {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: -470px;
    left: 0;
    overflow: hidden;
    top: -20px !important;
  }

  .dvgFOoter {
    transform: scaleX(4.5) rotateX(180deg) rotateY(360deg) !important;
    width: 100%;
    height: 470px;
    position: relative !important;
    z-index: -99999;
    top: 0 !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 80px !important;
  }
}

@media screen and (min-width: 3200px) and (max-width: 3625px) {
  .hedarrSvg {
    width: 100%;
    height: 550px;
    transform: scaleX(3.5);
    position: relative !important;
    z-index: -99999;
    top: auto !important;
  }

  .containerG {
    overflow-x: initial !important;
  }

  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99999;
    height: 550px;
    overflow: hidden;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .objectFooter {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: -470px;
    left: 0;
    overflow: hidden;
    top: -20px !important;
  }

  .dvgFOoter {
    transform: scaleX(5) rotateX(180deg) rotateY(360deg) !important;
    width: 100%;
    height: 470px;
    position: relative !important;
    z-index: -99999;
    top: 0 !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 80px !important;
  }
}

@media screen and (min-width: 3626px) and (max-width: 4100px) {
  .hedarrSvg {
    width: 100%;
    height: 550px;
    transform: scaleX(4);
    position: relative !important;
    z-index: -99999;
    top: auto !important;
  }

  .containerG {
    overflow-x: initial !important;
  }

  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99999;
    height: 550px;
    overflow: hidden;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .objectFooter {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: -470px;
    left: 0;
    overflow: hidden;
    top: -20px !important;
  }

  .dvgFOoter {
    transform: scaleX(5.5) rotateX(180deg) rotateY(360deg) !important;
    width: 100%;
    height: 470px;
    position: relative !important;
    z-index: -99999;
    top: 0 !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 80px !important;
  }
}

@media screen and (min-width: 4101px) and (max-width: 6100px) {
  .hedarrSvg {
    width: 100%;
    height: 550px;
    transform: scaleX(6);
    position: relative !important;
    z-index: -99999;
    top: auto !important;
  }

  .containerG {
    overflow-x: initial !important;
  }

  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99999;
    height: 550px;
    overflow: hidden;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .objectFooter {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: -470px;
    left: 0;
    overflow: hidden;
    top: -20px !important;
  }

  .dvgFOoter {
    transform: scaleX(7) rotateX(180deg) rotateY(360deg) !important;
    width: 100%;
    height: 470px;
    position: relative !important;
    z-index: -99999;
    top: 0 !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 80px !important;
  }
}

@media screen and (min-width: 501px) and (max-width: 551px) {
  .objechHeader {
    position: absolute !important;
    width: 100% !important;
    height: 500px !important;
    overflow-x: hidden !important;
    z-index: -213313 !important;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }
  .objechHeader svg {
    position: absolute !important;

    height: 500px !important;
    overflow-x: hidden !important;
    z-index: -213313 !important;
  }
}

@media screen and (min-width: 6101px) and (max-width: 9999px) {
  .hedarrSvg {
    width: 100%;
    height: 550px;
    transform: scaleX(9);
    position: relative !important;
    z-index: -99999;
    top: auto !important;
  }

  .containerG {
    overflow-x: initial !important;
  }

  .objechHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99999;
    height: 550px;
    overflow: hidden;
    transform: rotateZ(180deg) rotateX(180deg);
    -webkit-transform: matrix3d(
      -1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    );
    -o-transform: rotateZ(180deg) rotateX(180deg);
    -moz-transform: rotateZ(180deg) rotateX(180deg);
  }

  .objectHeader svg {
    position: absolute;
    z-index: -1213;
  }

  .objectFooter {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: -470px;
    left: 0;
    overflow: hidden;
  }

  .dvgFOoter {
    transform: scaleX(10) rotateX(180deg) rotateY(360deg) !important;
    width: 100%;
    height: 470px;
    position: relative !important;
    z-index: -99999;
    top: 0 !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 200px !important;
  }
}

@media screen and (min-width: 1281px) and (max-width: 999999px) {
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .dvgFOoter {
    transform: rotateX(180deg) rotateY(360deg) !important;
    -webkit-transform: matrix3d(
      1,
      0,
      -0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    ) !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .dvgFOoter {
    transform: rotateX(180deg) rotateY(360deg) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dvgFOoter {
    transform: rotateX(180deg) rotateY(360deg) !important;
    -webkit-transform: matrix3d(
      1,
      0,
      -0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    ) !important;
  }
}

.descSlide {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.descSlideR {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.descSlide .svgI svg {
  width: 41px;
  position: relative;
  top: 5px;
  float: right !important;
}

.descSlideR .svgI svg {
  width: 41px;
  float: right !important;
  position: relative;
  top: 5px;
}

.descSlide h1 {
  font-family: "Cairo", sans-serif;
  font-size: 32px;
  color: #19454e;
  text-align: right;
  font-weight: 300;
}

.descSlideR h1 {
  font-family: "Cairo", sans-serif;
  font-size: 32px;
  color: #19454e;
  text-align: right;
  font-weight: 300;
}

.descSlide p {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  color: #85989c;
  padding: 0;
}

.descSlideR p {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  color: #85989c;
  padding: 0;
}

.imgs2 {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .descSlide {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 35px !important;
  }

  .imgs2 {
    position: absolute !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 530px) {
  .descSlideR {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 145% !important;
  }
}

@media screen and (min-width: 531px) and (max-width: 600px) {
  .descSlideR {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 130% !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 650px) {
  .descSlideR {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 110% !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 700px) {
  .descSlideR {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 129% !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 767px) {
  .descSlideR {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 130% !important;
  }
}

.footerG {
  padding-top: 50px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footerG svg {
  margin-bottom: 0 !important;
}

.footerG h1 {
  font-family: "Lado", sans-serif;
  font-size: 31px;
  color: white;
  text-align: center;
  font-weight: 300;
}

.footerG p {
  font-family: "Lado", sans-serif;
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: 300;
}

.im5 {
  position: absolute;
  right: 260px;
  top: 60px;
  opacity: 0;
}

.slideAnimC .im5 {
  position: absolute;
  left: -30px;
  top: 60px;
  animation-name: showSVG5LG;
  animation-duration: 1s;
  opacity: 1;
}

@keyframes showSVG5LG {
  from {
    left: -260px;
    top: 60px;
    opacity: 0;
  }
  to {
    left: -30px;
    top: 60px;
    opacity: 1;
  }
}

.im6 {
  position: absolute;
  top: 115px;
  right: 310px;
}

.slideAnimC .im6 {
  position: absolute !important;
  left: -30px;
  top: 115px;
  animation-name: showSVG6LG;
  animation-duration: 1s;
  opacity: 1;
}

@keyframes showSVG6LG {
  from {
    left: -310px;
    top: 115px;
    opacity: 0;
  }
  to {
    left: -30px;
    top: 115px;
    opacity: 1;
  }
}

.im7 {
  position: absolute;
  top: 305px;
  right: -36px;
  transform: scale(0);
  opacity: 0;
}

.slideAnimC .im7 {
  position: absolute;
  top: 278px;
  left: 8px;
  transform: scale(1);
  opacity: 1;
  animation-name: showSVG7LG;
  animation-duration: 1s;
}

@keyframes showSVG7LG {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 9999px) {
  .imgB2 {
    margin-left: -30px !important;
  }
}

.listImgA {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .imgB2 {
    margin-left: -90px !important;
  }

  .imgB3 {
    margin-left: -55px !important;
  }

  .slB .descSlideR {
    width: 41.66666667% !important;
    left: -35px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .imgB2 {
    margin-left: -95px !important;
  }

  .imgB3 {
    margin-left: -95px !important;
  }

  .descSlide p {
    font-family: "Cairo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    color: #85989c;
    padding: 0;
    padding-right: 0 !important;
  }

  .slB .descSlideR {
    left: -80px !important;
  }

  .descSlideR p {
    font-family: "Cairo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    color: #85989c;
    padding: 0;
    padding-right: 0 !important;
  }

  /*.foo .svgLG {
        width: 200px !important;
        height: auto;
        transform: rotateX(360deg) !important;
        margin-top: 50px !important;
    }*/
}

@media screen and (min-width: 320px) and (max-width: 499px) {
  .imgB3,
  .imgB2,
  .imgB1img {
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .imgB3,
  .imgB2,
  .imgB1img {
    width: auto !important;
    object-fit: none !important;
  }
}

@media screen and (min-width: 768px) {
  .imgS3 {
    margin-left: 30px !important;
  }
}

.listImgB {
  height: auto;
  width: 80px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);

  opacity: 1;
  display: block;
}

.listImgB .im1 {
  position: relative;
  right: -200px;
  opacity: 0;
  display: none;
}

.slideAnimB .im1 {
  position: relative;
  right: 0;
  opacity: 1;
  display: block;
  animation-name: showIm1;
  animation-duration: 1s;
}

@keyframes showIm1 {
  from {
    right: -200px;
    opacity: 0;
    display: block;
  }
  to {
    right: 0;
    opacity: 1;
    display: block;
  }
}

.listImgB .im2 {
  position: relative;
  right: -250px;
  opacity: 0;
  display: none;
}

.slideAnimB .im2 {
  position: relative;
  right: 0;
  opacity: 1;
  display: block;
  animation-name: showIm2;
  animation-duration: 1s;
}

@keyframes showIm2 {
  from {
    right: -250px;
    opacity: 0;
    display: block;
  }
  to {
    right: 0;
    opacity: 1;
    display: block;
  }
}

.listImgB .im3 {
  position: relative;
  right: -300px;
  opacity: 0;
  display: none;
}

.slideAnimB .im3 {
  position: relative;
  right: 0;
  opacity: 1;
  display: block;
  animation-name: showIm3;
  animation-duration: 1s;
}

@keyframes showIm3 {
  from {
    right: -300px;
    opacity: 0;
    display: block;
  }
  to {
    right: 0;
    opacity: 1;
    display: block;
  }
}

.listImgB .im4 {
  position: relative;
  right: -350px;
  opacity: 0;
  display: none;
}

.slideAnimB .im4 {
  position: relative;
  right: 0;
  opacity: 1;
  display: block;
  animation-name: showIm4;
  animation-duration: 1s;
}

@keyframes showIm4 {
  from {
    right: -350px;
    opacity: 0;
    display: block;
  }
  to {
    right: 0;
    opacity: 1;
    display: block;
  }
}

@keyframes showImg {
  from {
    right: -200px;
    opacity: 0;
    display: block;
  }
  to {
    right: 0;
    opacity: 1;
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .slideAnimB .im1,
  .slideAnimB .im3,
  .slideAnimB .im4,
  .slideAnimB .im2 {
    width: 100% !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 400px) {
  .listImgB {
    height: auto;
    width: 40px !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .imgs2 {
    margin-left: -20px !important;
  }

  .imgB2 {
    margin-left: -20px !important;
  }

  .im5 {
    position: absolute;
    left: -205px;
    top: 22%;
    transform: translateY(-50%);
    width: 100px;
    object-fit: cover;
    opacity: 0;
    display: none;
  }

  .slideAnimC .im5 {
    position: absolute;
    left: -5px;
    top: 22%;
    transform: translateY(-50%);
    width: 100px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG5xs;
    animation-duration: 1s;
  }

  @keyframes showSVG5xs {
    from {
      opacity: 0;
      display: block;
      left: -225px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px;
    }
  }

  .im6 {
    position: absolute;
    left: -275px;
    top: 35%;
    transform: translateY(-50%);
    width: 100px;
    object-fit: cover;
    opacity: 0;
    display: none;
  }

  .slideAnimC .im6 {
    position: absolute;
    left: -5px;
    top: 35%;
    transform: translateY(-50%);
    width: 100px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG6xs;
    animation-duration: 1s;
  }

  @keyframes showSVG6xs {
    from {
      opacity: 0;
      display: block;
      left: -275px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px;
    }
  }

  .imgS3 {
    margin-left: -7px !important;
  }

  .im7 {
    position: absolute;
    left: 5px;
    top: 73.5%;
    transform: translateY(-50%) scale(0);
    width: 100px;
    object-fit: cover;
  }

  .slideAnimC .im7 {
    position: absolute;
    left: 15px;
    top: 80%;
    transform: translateY(-50%) scale(1);
    width: 100px;
    object-fit: cover;
    animation-name: showSVG7xs;
    animation-duration: 1s;
  }

  @keyframes showSVG7xs {
    from {
      transform: translateY(-50%) scale(0);
    }
    to {
      transform: translateY(-50%) scale(1);
    }
  }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
  .listImgB {
    height: auto;
    width: 65px !important;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    width: auto !important;
    height: 370px !important;
    object-fit: cover;
  }

  .imgs2 {
    margin-left: -20px !important;
  }

  .imgB2 {
    margin-left: -45px !important;
  }

  .im5 {
    position: absolute;
    left: -205px;
    top: 23%;
    transform: translateY(-50%);
    width: 130px;
    object-fit: cover;
    opacity: 0;
    display: none;
  }

  .slideAnimC .im5 {
    position: absolute;
    left: -5px;
    top: 23%;
    transform: translateY(-50%);
    width: 130px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG5xs1;
    animation-duration: 1s;
  }

  @keyframes showSVG5xs1 {
    from {
      opacity: 0;
      display: block;
      left: -205px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px;
    }
  }

  .im6 {
    position: absolute;
    left: -255px;
    top: 36%;
    transform: translateY(-50%);
    width: 130px;
    object-fit: cover;
    display: none;
    opacity: 0;
  }

  .slideAnimC .im6 {
    position: absolute;
    left: -5px;
    top: 36%;
    transform: translateY(-50%);
    width: 130px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG6xs4 !important;
    animation-duration: 1s;
  }

  @keyframes showSVG6xs4 {
    from {
      opacity: 0;
      display: block;
      left: -255px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px;
    }
  }

  .imgS3 {
    margin-left: -7px !important;
  }

  .im7 {
    position: absolute;
    left: 25px;
    top: 74%;
    transform: translateY(-50%) scale(0);
    width: 130px;
    object-fit: cover;
  }

  .slideAnimC .im7 {
    position: absolute;
    left: 10px;
    top: 80%;
    transform: translateY(-50%) scale(1);
    width: 180px;
    object-fit: cover;
    animation-name: showSVG6xs5 !important;
  }

  @keyframes showSVG6xs5 {
    from {
      transform: translateY(-50%) scale(0);
      top: 74%;
    }
    to {
      transform: translateY(-50%) scale(1);
      top: 74%;
    }
  }
}

@media screen and (min-width: 501px) and (max-width: 550px) {
  .dvgFOoter {
    height: 600px !important;
  }

  .foo {
    padding: 0 15px;
    position: relative;
    top: 200px !important;
  }

  .objectFooter {
    overflow-x: hidden !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
  }

  .listImgB {
    height: auto;
    width: 65px !important;
    position: absolute;
    border: 1px solid black;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    width: auto !important;
    height: 440px !important;
    object-fit: cover;
  }

  .imgs2 {
    margin-left: -20px !important;
  }

  .imgB2 {
    margin-left: -45px !important;
  }

  .im5 {
    position: absolute;
    left: -205px;
    top: 22%;
    transform: translateY(-50%);
    width: 150px;
    object-fit: cover;
    opacity: 0;
    display: none;
  }

  .slideAnimC .im5 {
    position: absolute;
    left: -5px;
    top: 22%;
    transform: translateY(-50%);
    width: 150px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG5xs2;
    animation-duration: 1s;
  }

  @keyframes showSVG5xs2 {
    from {
      opacity: 0;
      display: block;
      left: -205px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px;
    }
  }

  .im6 {
    position: absolute;
    left: -255px;
    top: 34%;
    transform: translateY(-50%);
    width: 150px;
    object-fit: cover;
    opacity: 0;
    display: none;
  }

  .slideAnimC .im6 {
    position: absolute;
    left: -5px;
    top: 34%;
    transform: translateY(-50%);
    width: 150px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG6xs2;
    animation-duration: 1s;
  }

  @keyframes showSVG6xs2 {
    from {
      opacity: 0;
      display: block;
      left: -255px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px;
    }
  }

  .imgS3 {
    margin-left: -7px !important;
  }

  .im7 {
    position: absolute;
    left: 25px;
    top: 73%;
    transform: translateY(-50%) scale(0);
    width: 150px;
    object-fit: cover;
  }

  .slideAnimC .im7 {
    position: absolute;
    left: 25px;
    top: 81%;
    transform: translateY(-50%) scale(1);
    width: 150px;
    object-fit: cover;
    animation-name: showSVG7xs2;
    animation-duration: 1s;
  }

  @keyframes showSVG7xs2 {
    from {
      transform: translateY(-50%) scale(0);
    }
    to {
      transform: translateY(-50%) scale(1);
    }
  }
}

@media screen and (min-width: 551px) and (max-width: 630px) {
  .im5 {
    position: absolute;
    left: -205px;
    top: 22%;
    transform: translateY(-50%);
    width: 170px;
    object-fit: cover;
    opacity: 0;
    display: none;
  }

  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    width: auto !important;
    height: 450px !important;
    object-fit: cover;
  }

  .slideAnimC .im5 {
    position: absolute;
    left: -5px !important;
    top: 22% !important;
    transform: translateY(-50%);
    width: 170px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG5xs3;
    animation-duration: 1s;
  }

  @keyframes showSVG5xs3 {
    from {
      opacity: 0;
      display: block;
      left: -205px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px !important;
      top: 22% !important;
    }
  }

  .im6 {
    position: absolute;
    left: -255px;
    top: 34%;
    transform: translateY(-50%);
    width: 170px;
    object-fit: cover;
  }

  .slideAnimC .im6 {
    position: absolute;
    left: -5px !important;
    top: 34% !important;
    transform: translateY(-50%);
    width: 170px;
    object-fit: cover;
    opacity: 1;
    display: block;
    animation-name: showSVG6xs3;
    animation-duration: 1s;
  }

  @keyframes showSVG6xs3 {
    from {
      opacity: 0;
      display: block;
      left: -255px;
    }
    to {
      opacity: 1;
      display: block;
      left: -5px !important;
      top: 34% !important;
    }
  }

  .imgS3 {
    margin-left: -7px !important;
  }

  .im7 {
    position: absolute !important;
    left: 23px !important;
    top: 71% !important;
    transform: translateY(-50%) scale(0);
    width: 170px;
    object-fit: cover;
    animation-name: showSVG7xs119 !important;
  }

  @keyframes showSVG7xs119 {
    from {
      transform: translateY(-50%) scale(0);
      top: 65% !important;
    }
    to {
      transform: translateY(-50%) scale(1);
      top: 65% !important;
    }
  }
}

@media screen and (min-width: 631px) and (max-width: 735px) {
  .im5 {
    position: absolute;
    left: 5px !important;
    top: 23% !important;
    transform: translateY(-50%);
    width: 180px;
    object-fit: cover;
  }

  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    width: auto !important;
    height: 450px !important;
    object-fit: cover;
  }

  .im6 {
    position: absolute;
    left: 5px !important;
    top: 35% !important;
    transform: translateY(-50%);
    width: 180px;
    object-fit: cover;
  }

  .imgS3 {
    margin-left: -7px !important;
  }

  .im7 {
    position: absolute;
    left: 25px !important;
    top: 74%;
    transform: translateY(-50%);
    width: 190px;
    object-fit: cover;
  }
}

@media screen and (min-width: 735px) and (max-width: 767px) {
  .im5 {
    position: absolute;
    left: 10px !important;
    top: 23% !important;
    transform: translateY(-50%);
    width: 180px;
    object-fit: cover;
  }

  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    width: auto !important;
    height: 450px !important;
    object-fit: cover;
  }

  .im6 {
    position: absolute;
    left: 10px !important;
    top: 33% !important;
    transform: translateY(-50%);
    width: 180px;
    object-fit: cover;
  }

  .imgS3 {
    margin-left: -7px !important;
  }

  .im7 {
    position: absolute;
    left: 55px !important;
    top: 70% !important;
    transform: translateY(-50%);
    width: 190px;
    object-fit: cover;
  }
}

@media screen and (min-width: 551px) and (max-width: 767px) {
  .imgB2 {
    margin-left: -55px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .descSlide .svgI svg {
    width: 45px;
    position: relative;
    float: none !important;

    left: 50%;
    transform: translateX(-50%);
  }

  .descSlideR .svgI svg {
    width: 45px;
    float: none !important;
    position: relative;

    left: 50%;
    transform: translateX(-50%);
  }

  .descSlide h1 {
    font-family: "Cairo", sans-serif;
    font-size: 32px;
    color: #19454e;
    text-align: center !important;
    font-weight: 300;
  }

  .descSlideR h1 {
    font-family: "Cairo", sans-serif;
    font-size: 32px;
    color: #19454e;
    text-align: center !important;
    font-weight: 300;
  }

  .descSlide p {
    font-family: "Cairo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center !important;
    color: #85989c;
    padding: 0 !important;
  }

  .descSlideR p {
    font-family: "Cairo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center !important;
    color: #85989c;
    padding: 0 !important;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1750px) {
  .patener {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*@media screen and (min-width: 1751px) and (max-width: 1920px) {
    .patener {
        padding-top: 200px !important;
        padding-bottom: 60px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2500px) {
    .patener {
        padding-top: 250px !important;
        padding-bottom: 60px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}*/

.footerAll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12345;
  padding: 0 !important;
  margin: 0 !important;
}

.foo {
  padding: 0 15px;
  position: relative;
  top: 150px;
}

.foo h1 {
  font-family: "Cairo", sans-serif;
  font-size: 31px;
  color: white;
  text-align: center;
  /* margin-top: 30px; */
  position: relative;
  top: 23px;
}

.foo p {
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  color: white;
  text-align: center;
  position: relative;
  top: 28px;
}

/*.foo .svgLG {
    width: 165px;
    transform: rotateX(360deg) !important;
    margin-top: 50px !important;
    position: relative;
    top: 20px;
}*/

.foo hr {
  display: none;
}

.hrFR {
  height: 1px;
  color: #47a2ac;
  background-color: #47a2ac;
  margin-top: 63px;
  margin-bottom: 50px;
  padding: 0 !important;
  position: relative;
  top: 28px;
}

.footrtBOOTOM {
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.footrtBOOTOM .lfb {
  width: 190px !important;
}

.footrtBOOTOM h6 {
  font-family: "Cairo", sans-serif;
  text-align: center;
  font-size: 13px;
  color: white;
  font-weight: 300;
}

.sosialMedia {
  width: 125px;
  height: 40px;
  position: absolute;
  right: 15px;
}

.sosialMedia li {
  border: 1px solid white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  float: left;
  cursor: pointer;
  position: relative !important;
}

.sosialMedia li:hover i {
  color: #3496a0;
}

.sosialMedia li:hover {
  background-color: white;
}

.sosialMedia li i {
  font-size: 13px;
  color: white;
}

.lang i {
  font-weight: 300;
  font-style: unset;
  font-family: "Lato", sans-serif;
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
  .foo {
    padding: 0 15px;
    position: relative;
    top: 240px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .foo {
    padding: 0 15px;
    position: relative;
    top: 220px;
  }
  .objectFooter svg {
    position: absolute !important;
    transform: rotateY(360deg) rotateX(180deg) scaleY(0.7) !important;
    -webkit-transform: matrix3d(
      1,
      0,
      -0,
      0,
      0,
      -0.7,
      0,
      0,
      0,
      0,
      -1,
      0,
      0,
      0,
      0,
      1
    ) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .foo {
    padding: 0 15px;
    position: relative;
    top: 140px;
  }
  .footerG {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .foo {
    padding: 0 15px;
    position: relative;
    top: 140px;
  }
}

@media screen and (min-width: 851px) and (max-width: 991px) {
  .foo {
    padding: 0 15px;
    position: relative;
    top: 115px;
  }
  .footerG {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .foo h1 {
    font-family: "Cairo", sans-serif;
    font-size: 25px !important;
    color: white;
    text-align: center;
    margin-top: -50px !important;
  }

  .foo p {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    color: white;
    text-align: center;
    position: relative;
    top: 28px;
  }

  /* .foo .svgLG {
        width: 170px;
        height: auto;
        transform: rotateX(360deg) !important;
        margin-top: 30px !important;
    }*/

  .hrFR {
    margin-top: 20px !important;
  }

  .footrtBOOTOM .lfb {
    width: 225px !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .footrtBOOTOM h6 {
    font-family: "Cairo", sans-serif;
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: 100px;
  }

  .sosialMedia {
    width: 125px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
  }

  .listLangC {
    position: absolute;
    width: 37px !important;
    height: 70px !important;
    left: -2px !important;
    border: 1px solid white;
    top: -70px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
    display: none;
    animation-duration: 0.5s;
    opacity: 1;
    background-color: #187189 !important;
    z-index: 134237824267854878265728756;
  }

  .li {
    width: 35px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .foo {
    padding: 0 15px;
    padding-top: 50px !important;
  }

  .sec1 p {
    font-family: "Cairo", sans-serif;
    color: white;
    font-size: 38px;
    text-align: center;
    font-weight: 100;
    position: relative;
    top: 20px;
    margin-bottom: 25px !important;
  }

  .foo h1 {
    font-family: "Cairo", sans-serif;
    font-size: 20px !important;
    color: white;
    text-align: center;
    margin-top: -100px !important;
  }

  .foo p {
    font-family: "Cairo", sans-serif;
    font-size: 16px !important;
    color: white;
    text-align: center;
    position: relative;
    top: 28px !important;
  }

  /* .foo .svgLG {
        width: 150px;
        height: auto;
        transform: rotateX(360deg) !important;
        margin-top: 30px !important;
    }*/

  .hrFR {
    margin-top: 62px !important;
  }
  .termPolicy {
    margin-top: 41px;
  }

  .footrtBOOTOM .lfb {
    width: 125px !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hrefPlayStore {
    display: block;
    width: 167px;
    height: 52px;
    margin: 65px auto 0 auto;
  }
  .footrtBOOTOM h6 {
    font-family: "Cairo", sans-serif;
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: 70px;
  }

  .sosialMedia {
    width: 125px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 125px;
    transform: translateX(-50%);
    margin-left: 7px !important;
  }

  .listLangC {
    position: absolute;
    width: 37px !important;
    height: 70px !important;
    left: -2px !important;
    border: 1px solid white;
    top: -70px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
    display: none;
    animation-duration: 0.5s;
    opacity: 1;
    background-color: #187189 !important;
    z-index: 134237824267854878265728756;
  }

  .li {
    width: 35px !important;
  }
}

[data-name="b1i4"],
[data-name="b1i1"],
[data-name="b1i5"],
[data-name="b1i3"],
[data-name="b1i2"] {
  transform: scale(0);
}

.slideAnim0 [data-name="b1i4"],
.slideAnim0 [data-name="b1i1"],
.slideAnim0 [data-name="b1i5"],
.slideAnim0 [data-name="b1i3"],
.slideAnim0 [data-name="b1i2"] {
  animation-name: showscalesvg;
  animation-duration: 1s;
  transform: scale(1) !important;
  transform-origin: center;
}

@keyframes showscalesvg {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.slideAnim0 [data-name="c3i1"] {
  transform-origin: center;
  animation: rotateSvg1 2s;
  transform: rotate(180deg);
}

@keyframes rotateSvg1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}

.slideAnim0 [data-name="c2i1"] {
  transform-origin: center;
  animation: rotateSvg2 2s;
  transform: rotate(-180deg);
}

@keyframes rotateSvg2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-180deg);
  }
}

.imgB2 {
  max-width: 383px !important;
  max-height: 483px !important;
}

.imgB1img {
  max-width: 289px !important;
  max-height: 480px !important;
}

.imgB1img {
  max-width: 289px !important;
  max-height: 480px !important;
}

.imgB3 {
  max-width: 394px !important;
  max-height: 482px !important;
}

/*.containerG::-webkit-scrollbar {
    width: 0 !important;
}


.containerG::-webkit-scrollbar-track {
   background-color: transparent;
}


::-webkit-scrollbar-thumb {
    background-color: transparent;
}


::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
}*/
.lang {
  position: relative !important;
}

.lang:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.lang:hover .listLangC {
  display: block;
  animation-name: topShowLang;
}

@keyframes topShowLang {
  from {
    top: -35px;
    opacity: 0;
  }
  to {
    opacity: 1;
    top: -70px;
  }
}

.listLangC {
  position: absolute;
  width: 35px;
  height: 70px;
  left: -1px;
  border: 1px solid white;
  top: -70px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  display: none;
  animation-duration: 0.5s;
  opacity: 1;
}

.listLangC .li:first-child {
  width: 33px;
  height: 35px;
  /* border: 1px solid white; */
  display: flex;
  align-items: center;
  justify-content: center;

  border-bottom: 1px solid white;
  border-radius: 0 !important;
}

.listLangC .li:last-child {
  width: 33px;
  height: 35px;
  /* border: 1px solid white; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}

.li {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: white;
  cursor: pointer;
  background-color: transparent !important;
  font-weight: 300;
}

.li:hover {
  background-color: #3496a0 !important;
  color: white;
}

.im1,
.im2,
.im3,
.im4 {
  max-width: 80px !important;
  height: auto !important;
}

.imgAnim {
  -webkit-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 35px -13px rgba(0, 0, 0, 0.49);
  border-radius: 3px !important;
  width: 80px !important;
  height: 80px !important;
  background-color: white;
  display: flex;
  align-items: center;
  position: relative !important;
}

.imgAnim img {
  max-width: 65px !important;
  height: auto !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
}
.langTOP {
  display: flex;
  align-items: center;
  position: absolute;
  left: 185px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  z-index: 88888889989898989898989888;
}

.contactTOP {
  position: absolute;
  left: 320px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(186, 233, 237, 0.8);
  border-radius: 18px;
  color: #bae9ed;
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 9px 16px;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  z-index: 10;
}

.contactTOP:hover,
.contactTOP:focus {
  background-color: #bae9ed;
  color: #087b90;
  text-decoration: none !important;
}

.header-with-contact .contactTOP {
  left: 220px;
}

.header-with-contact .langTOP {
  left: 340px;
}

.langTOP svg {
  width: 17px;
  height: auto;
  float: left !important;
}

[data-name="GLANG"] {
  fill: #bae9ed;
}

.langTOP h1 {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #bae9ed;
  cursor: pointer;
  background-color: transparent !important;
  font-weight: 300;
  text-align: left;
  float: left !important;
  margin-left: 15px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin-right: 7px !important;
}

.langTOP .trianglee {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #bae9ed transparent transparent transparent;
  margin-top: 5px !important;
  position: relative;
  left: 7px;
}

.listLAngWI {
  position: absolute;
  top: 30px !important;
  width: 182px;
  left: -36px;
  height: auto;
  padding: 10px 0 !important;
  background-color: white;
  border: 0 solid white;
  animation-name: ShowLongTOp;
  z-index: 99999999;
  animation-duration: 0.5s;
  border-radius: 4px !important;
  opacity: 1;
}

@keyframes ShowLongTOp {
  from {
    top: -300px !important;
    opacity: 0;
  }
  to {
    top: 30px !important;
    opacity: 1;
  }
}

.langTOPCHild {
  display: flex;
  align-items: center;
  z-index: 9999999999 !important;
  position: relative !important;
  cursor: pointer;
  padding: 3px 14px !important;
  margin-bottom: 0px !important;
}

.langTOPCHild:last-child {
  display: flex;
  align-items: center;
  z-index: 9999999999 !important;
  position: relative !important;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.langTOPCHild:hover {
  background-color: #f0f0f0 !important;
}

.langTOPCHild img {
  width: 24px;
  position: absolute;
  right: 15px;
}

.langTOPCHild p {
  margin-bottom: 0 !important;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  margin-left: 45px;
}

.trltC {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
}
.noned {
  display: none !important;
}
.blocked {
  display: block !important;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .langTOP {
    display: none !important;
  }

  .contactTOP {
    left: 135px;
    font-size: 12px;
    padding: 8px 11px;
  }

  .header-with-contact .contactTOP {
    left: 185px;
  }
  .sec1 p {
    font-weight: 300 !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  .header-with-contact {
    height: 150px;
  }

  .header-with-contact .contactTOP {
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

.mobile-header-menu {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .header-with-contact .contactTOP,
  .header-with-contact .langTOP {
    display: none !important;
  }

  .mobile-header-menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 185px;
    transform: translateY(-50%);
    direction: rtl;
    z-index: 100000;
  }

  .mobile-header-menu summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 38px;
    height: 36px;
    padding: 0 9px;
    border: 1px solid rgba(186, 233, 237, 0.85);
    border-radius: 5px;
    cursor: pointer;
    list-style: none;
  }

  .mobile-header-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-header-menu summary span {
    display: block;
    width: 18px;
    height: 2px;
    background: #bae9ed;
    border-radius: 2px;
  }

  .mobile-menu-panel {
    position: absolute;
    top: 45px;
    left: 0;
    width: 240px;
    padding: 8px 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 69, 83, 0.28);
  }

  .mobile-header-menu:not([open]) .mobile-menu-panel {
    display: none;
  }

  .mobile-menu-panel p {
    margin: 8px 16px 6px;
    color: #087b90;
    font-family: "Cairo", sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-menu-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    color: #323232;
    font-family: "Cairo", sans-serif;
    font-size: 13px;
    text-decoration: none;
  }

  .mobile-menu-panel a:hover,
  .mobile-menu-panel a:focus {
    background: #f0f0f0;
    color: #087b90;
    text-decoration: none;
  }

  .mobile-menu-panel img {
    width: 24px;
    height: auto;
  }

  .mobile-menu-panel .mobile-menu-contact {
    margin: 4px 10px 10px;
    justify-content: center;
    border-radius: 4px;
    background: #40b9b5;
    color: #fff;
    font-weight: 600;
  }

  .mobile-menu-panel .mobile-menu-contact:hover,
  .mobile-menu-panel .mobile-menu-contact:focus {
    background: #087b90;
    color: #fff;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  .header-with-contact {
    height: 112px;
  }

  .mobile-header-menu {
    top: 88px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-menu-panel {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  .mobile-header-menu {
    top: 50%;
    left: 135px;
    transform: translateY(-50%);
  }

  .mobile-menu-panel {
    left: -128px;
    transform: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .mobile-header-menu summary {
    border: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 350px) {
  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    height: 300px;
  }
}
@media screen and (min-width: 351px) and (max-width: 400px) {
  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    height: 330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    height: 385px;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  .slide1 .imgs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1234;
    height: 420px;
  }
}
.hrefPlayStore {
  display: block;
  width: 167px;
  height: 52px;
  margin: 50px auto 0 auto;
}
@media screen and (min-width: 851px) and (max-width: 990px) {
  .hedarrSvg {
    max-height: 768px !important;
    z-index: -888;
    height: 515px;
    position: relative;
  }

  .objectFooter {
    position: absolute;
    top: 0;
    left: 0;
    height: 515px;
    z-index: -999999;
    width: 100%;
    overflow: hidden;
  }

  .dvgFOoter {
    max-height: 768px !important;
    z-index: -888;
    height: 515px;
    transform: translateX(-50%);
    position: relative;
  }
}

.popupCookies {
  visibility: hidden;
  min-width: 100%;
  background-color: #000b13;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 11px;
  width: 100%;
  position: fixed;
  z-index: 999999999999999999999999999999999999999999999999999999999999;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 30px;
}
.popupCookies h1 {
  font-family: "Cairo", sans-serif;
  color: white;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.popupCookies button {
  width: 100px;
  height: 35px;
  border-radius: 4px;
  background: transparent;
  color: white;
  border: 1px solid white;
  margin-right: 30px;
  font-family: "Cairo", sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  outline: none;
}
.popupCookies button:hover {
  background-color: white;
  background: white;
  color: #333;
  border: 0;
  outline: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .popupCookies {
    display: block;
  }
  .popupCookies h1 {
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .popupCookies button {
    position: absolute;
    top: 70px;
    left: 50%;
    margin: 0 !important;
    transform: translateX(-50%);
  }
}
.visible {
  visibility: visible !important;
}
.hidden {
  visibility: hidden !important;
}

/* Arabic mobile header: logo, Play Store, then burger from right to left. */
@media screen and (min-width: 320px) and (max-width: 991px) {
  .mobile-header-menu {
    right: auto !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
  }

  .googlePSvg {
    right: auto !important;
    left: 50px !important;
  }

  .mobile-menu-panel {
    right: auto !important;
    left: 0 !important;
    transform: none !important;
  }
}
