@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);

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

html::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

#menu_checkbox {
  display: none;
}

textarea {
  resize: none !important;
}

label {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

label:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: #f44336; */
  transition: 1.2s cubic-bezier(0, 0.96, 1, 0.02) background-color;
}

label div {
  position: relative;
  top: 0;
  height: 12px;
  background-color: #fff;
  margin-bottom: 12px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
    0.3s ease right;
  border-radius: 5px;
}

label div:first-child {
  transform-origin: 0;
}

label div:last-child {
  margin-bottom: 0;
  transform-origin: 60px;
}

label div:nth-child(2) {
  right: 0;
  width: 60px;
}

#menu_checkbox:checked+label:before {
  /* background-color: #4caf50; */
  color: #000;
}

.line {
  background-color: #422b0f;
}

#menu_checkbox:checked+label div:first-child {
  top: -6px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked+label div:last-child {
  top: 6px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked+label div:nth-child(2) {
  width: 85px;
  top: 0;
  right: 13px;
  transform: rotateZ(-45deg);
}

/* .hide{
    height: 0;
  }
  .show{
    height: 100px;
  } */

.height {
  height: 0;
  transition: all 2s linear;

}




.show-Menu {
  height: 300px;
}

.show {
  height: 100%;
  animation: show .5s linear;
  animation-iteration-count: initial;
}

.hide {
  height: 0;
  animation: hide .5s linear;
  animation-iteration-count: initial;
}

@keyframes hide {
  0% {
    height: 10rem;

  }

  100% {
    height: 0;
  }
}

@keyframes show {
  0% {
    height: 0;
  }

  100% {
    height: 10rem;
  }
}



.isClosed {
  padding: 0;
  height: 0;
}

.isOpened {
  padding: 5rem 2rem;
  height: max-content;
}


@media screen and (max-height: 745px) and (orientation: portrait) {

  #Contect-container {
    height: 100%;
  }

  #Services {
    height: 100%;
  }

  #Home {
    height: 100vh;
  }

}

@media screen and (max-height: 500px) and (orientation: landscape) {
  #iphone-1 {
    width: 8rem;
    top: 5rem;
    left: -5rem;
    z-index: 21;

  }

  #iphone-2 {
    position: relative;
    z-index: 20;
    width: 7rem;
    top: 5rem;
    left: -5rem;

  }

  #About {
    padding-bottom: 0;
  }

  #icon-1,
  #icon-2 {
    /* display: none; */
    width: 14rem;
  }

  #btn-con {
    gap: 0 !important;
  }

  #play-btn {
    margin-left: 0 !important;
  }

  hero-star-2 {
    width: 10rem !important;
  }

  .bg-design-star {
    width: 20rem !important;
  }

  .bg-design-star-4 {
    top: -30px;
    width: 15rem !important;
  }

  #tagline,
  #about-matru,
  #about-matru-2,
  #heading-1,
  #download-info {
    font-size: 1.2rem;
  }

  #tagline-2,
  #Menu {
    font-size: 1rem;
  }

  #about-matru-2 {
    line-height: 220%;
  }

  #star-3 {
    height: 20rem;
    width: 15rem;
  }

  #Contect-container {
    padding-top: 5rem;
    height: 220vh;
  }

  #Contect {
    top: -60px;
    right: 130px;
    width: 18rem;
    height: 18rem;
  }

  #tagline-3 {
    padding-top: 8rem;
    width: 15rem;
  }

  #footer-copyright {
    font-size: .8rem;
  }

  #foot-logo {
    width: 6rem;
    height: 6rem;
  }

  #foot-map {
    width: 7rem;
    height: 7rem;
  }

  .links {
    font-size: .8rem;
  }
}

@media screen and (max-height: 376px) and (orientation: landscape) {
  #iphone-1 {
    width: 8rem;
    top: 5rem;
    left: -5rem;
    z-index: 21;

  }

  #iphone-2 {
    position: relative;
    z-index: 20;
    width: 7rem;
    top: 5rem;
    left: -5rem;

  }

  #About {
    padding-bottom: 0;
  }

  #icon-1,
  #icon-2 {
    width: 10rem;
  }

  #btn-con {
    gap: 0 !important;
  }

  #play-btn {
    margin-left: 0 !important;
  }

  .bg-design-star {
    width: 20rem !important;
  }

  .bg-design-star-4 {
    top: -30px;
    width: 15rem !important;
  }

  #tagline,
  #about-matru,
  #about-matru-2,
  #heading-1,
  #download-info {
    font-size: 1rem;
  }

  #tagline-2,
  #Menu {
    font-size: .8rem;
  }

  .group-text {
    font-size: .6rem !important;
  }

  .btn-con {
    gap: 1rem !important;
  }

  .btn-iphone {
    width: 6.2rem !important;
  }

  .btn-iphone:nth-child(2) {
    width: 5.5rem !important;
  }

  .img {
    height: 10rem !important;
    width: 10rem !important;
  }

  #about-matru-2 {
    line-height: 200%;
  }

  #star-3 {
    top: 50px !important;
    height: 16rem;
    width: 12rem;
  }

  #Contect-container {
    padding-top: 5rem;
    height: 160vh;
  }

  #download-info,
  #play-con {
    margin-top: -3rem;
  }

  #Contect {
    top: -60px;
    right: 130px;
    width: 18rem;
    height: 18rem;
  }

  #tagline-3 {
    padding-top: 8rem !important;
    padding: 5rem 0;
    width: 12rem;
  }

  .links {
    font-size: .8rem !important;
  }

  .logo-img {
    height: 10rem !important;
  }

  #footer-copyright {
    font-size: .8rem;
  }
}


@keyframes underline {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.underline-animation {
  position: relative;
}

.underline-animation::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #BB721B;
  animation: underline 1s linear forwards;
}



/* *,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

html {
    width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Dubai-Light;
		background: rgba(30,30,30);
} */
.testim {
  width: 100%;
  position: relative;
  margin: auto;
  top: 60%;
  height: 100%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 90%;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #ffce89;
  cursor: pointer;
  font-size: 2.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}


.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  border: 1px solid #14121289;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}




.testim .cont div h2 {
  color: #ea830e;
  /* font-size: 2vw; */
  margin: 15px 0;
}

.testim .cont div p {
  /* font-size: 1.75vw; */
  color: #0000006f;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }

}

@media screen and (min-width: 768px) {
  .testim .cont div p {
    font-size: 1.75vw;
    color: #0000006f;
    width: 80%;
    margin: auto;
  }

  .testim .cont div h2 {
    color: #ea830e;
    font-size: 2vw;
    margin: 15px 0;
  }

  .testim .cont div .img img {
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    margin: auto;
    border-radius: 50%;
  }
}