
.fadeIn {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 
.container {
  width: 1170px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
} */

.app-banner-image {
  position: absolute;
  right: -3px;
  opacity: 1;
  transition: top 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}

.app-banner-border {
  border: 4px solid transparent;
  border-radius: 11px;
  padding: 15px;
  background: linear-gradient(#f3f3f3, #f3f3f3) padding-box,
    linear-gradient(254.99deg, #0ea08d 37.36%, #1654c2 74.51%) border-box;
}
.app-banner-box {
  box-shadow: -2px 0px 4px 0px #0000001a, -7px 0px 7px 0px #00000017,
    -16px 0px 9px 0px #0000000d, -28px 0px 11px 0px #00000003,
    -43px 0px 12px 0px #00000000;
  border-radius: 11px;
  padding: 46px 35px;
  background: #ffffff;
  background-image: url(../images/dubai-city.svg);
  background-size: cover;
  background-position: -45px 62%;
  background-repeat: no-repeat;
}

.app-banner-left {
  width: 50%;
}

.app-banner-head {
  font-weight: 600;
  font-size: 30px;
  background: linear-gradient(91.19deg, #1654c2 0.24%, #0ea08d 98.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.app-banner-txt {
  font-weight: 500;
  font-size: 18px;
  color: #606060;
}

.app-banner-img {
  position: absolute;
}

.banner-layer {
  position: absolute;
  right: -3px;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
  object-fit: contain;
  top: 0;
}
 
/* .banner-layer:first-of-type {
  top: -80px;
  height: calc(100% + 83px);
} */

.banner-layer:first-of-type {
  position: absolute;
  right: -3px;
  top: -18%;
  height: 119%;
  width: auto;
  object-fit: contain;
}

.our-pro-parent img {
  cursor: pointer;
}

.our-pro-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro-box {
  background: #ffffff;
  color: #1766d8;
  font-weight: 500;
  font-size: 20px;
  border-radius: 11px;
  text-align: center;
  padding: 13px 4px;
  width: 100%;
  box-shadow: 0px 2px 5px 0px #0000001a, -1px 8px 8px 0px #00000017,
    -2px 19px 11px 0px #0000000d, -4px 33px 13px 0px #00000003,
    -6px 52px 15px 0px #00000000;
}

.our-pro-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pro-box {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
  pointer-events: none; /* prevents accidental hover */
}

.our-pro-parent img:hover + .pro-box,
.our-pro-parent:hover .pro-box {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.our-pro-parent img {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.our-pro-parent img:hover {
  transform: scale(1.1);
  animation: bounce 0.5s ease;
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(1.1) translateY(0);
  }
  50% {
    transform: scale(1.15) translateY(-8px);
  }
}

.our-pro-txt {
  font-weight: 700;
  font-size: 44px;
  background: linear-gradient(91.19deg, #1654c2 0.24%, #0ea08d 98.81%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; /* important for Safari */
  color: transparent;
}

.our-ph-box {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 7px 0;
  text-decoration: none;
}

.our-ph-box img {
  width: 145px;
  height: 145px;
}

.our-ph-box span {
  font-weight: 500;
  font-size: 15px;
  color: #1766d8;
}

.pos-a-box img {
  width: 150px;
  height: 150px;
}

.pos-a-box-1 img {
  width: 176px;
  height: 176px;
}

#app {
  scroll-margin-top: 200px;
}

.cursor-default{
  cursor: default !important;
}

/* Media Query */
@media (min-width: 360px) and (max-width: 575px) {
  .container {
    width: 100% !important;
  }
  .app-banner-left {
    width: 100%;
  }
  .app-banner-border {
    padding: 5px;
  }
  .app-banner-box {
    padding: 20px;
  }
  .app-banner-head {
    font-size: 25px;
  }
  .app-banner-txt {
    font-size: 16px;
    font-weight: 500;
  }
  .download-btn img {
    width: 128px;
  }

  #app {
  scroll-margin-top: 100px;
}
  /* .our-pro-parent img {
    width: 50px;
  }
  .pro-box {
    opacity: 1;
    padding: 8px 0;
    font-size: 11px;
  } */
}

@media (min-width: 576px) and (max-width: 767px) {
  .app-banner-left {
    width: 100%;
  }
  .app-banner-box {
    padding: 23px;
  }
  .app-banner-head {
    font-weight: 600;
    font-size: 33px;
  }
  .app-banner-txt {
    font-weight: 500;
    font-size: 16px;
  }
  .download-btn img {
    width: 148px;
  }
  /* .our-pro-parent img {
    width: 80px;
  }
  .pro-box {
    opacity: 1;
    padding: 8px 0;
    font-size: 11px;
  } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .app-banner-left {
    width: 100%;
  }
  .app-banner-box {
    padding: 26px;
  }
  .app-banner-head {
    font-weight: 600;
    font-size: 33px;
  }
  .app-banner-txt {
    font-weight: 500;
    font-size: 16px;
  }
  .our-pro-parent img {
    width: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .app-banner-left {
    width: 40%;
  }
  .app-banner-head {
    font-size: 24px;
  }
  .app-banner-txt {
    font-weight: 500;
    font-size: 16px;
  }
  .our-pro-parent img {
    width: 140px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media (max-width: 1440px) {
}
