@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
@import url("https://fonts.googleapis.com/css2?family=Montagu+Slab:opsz,wght@16..144,500;16..144,600;16..144,700&family=Mulish:ital,wght@0,500;0,600;0,700;0,900;0,1000;1,500;1,600;1,900;1,1000&family=Raleway:wght@700;800;900&family=Righteous&display=swap");
body {
  background-color: #0d0d0d;
  color: #fff;
}

button {
  font-family: "SF Pro Display", sans-serif;
}

h1 {
  font-family: "SF Pro Display", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.9);
}

.main-box {
  padding: 20px 50px;
  background-color: #0d0d0d;
  position: relative;
  margin-bottom: 150px;
}
.main-box p {
  font-size: 22px;
  font-family: "sf pro display";
}
.main-box .text.sticky {
  position: sticky;
  top: 120px;
}
.main-box .image-box {
  display: flex;
  justify-content: flex-end;
}
.main-box .image-box img {
  width: 100%;
}
.main-box .buttons {
  margin-top: 30px;
}
.main-box .buttons .dfi {
  width: 228px;
}
.main-box .buttons .tn {
  width: 150px;
}
.main-box .buttons .butn {
  background: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 20px;
  font-weight: 800;
  border-radius: 14px;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s;
}
.main-box .buttons .butn p {
  padding: 5px 0px;
}
.main-box .buttons .butn:hover p {
  margin-left: -50px;
  transition: 0.2s;
}
.main-box .buttons .butn:hover p i {
  margin-right: 29px;
}
.main-box .buttons .butn:hover p .arrow-right {
  margin-left: 10px;
}
.main-box .buttons .butn .logo {
  margin-right: 10px;
  margin-left: 9px;
}
.main-box .buttons .butn .arrow-right {
  margin-left: 25px;
}

.height {
  height: 400px;
}

.fs {
  justify-content: flex-start !important;
}

.description h2 {
  color: rgba(255, 255, 255, 0.3);
  font-family: "SF Pro Display", sans-serif;
  font-weight: 900;
  font-size: 55px;
  margin-bottom: 30px;
}
.description h2.highlight {
  color: rgba(255, 255, 255, 0.9) !important; /* You can change this color to your preferred highlight color */
}

.last-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.last-section h1 {
  font-size: 60px !important;
}
.last-section .image-box {
  justify-content: center !important;
}
p {
  margin-bottom: 0px;
}

.iphone {
  /* height: 556px; */
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  position: relative;
  overflow: hidden;
}
.iphone iframe {
  border-radius: 37px !important;
}
.iphone .iframe-main img {
  z-index: 0 !important;
}
.iphone .iframe-main .sub-image img {
  z-index: 2 !important;
}
.iphone .images {
  display: flex;
  justify-content: flex-end;
}
.iphone .images .main-image {
  width: 350px;
  z-index: 10;
  position: relative;
}
.iphone .images .main-image .middle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 0px;
  background: rgba(255, 255, 255, 0.1);
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.iphone .images .main-image img {
  z-index: 2;
  position: relative;
  height: 723px;
  /* position: absolute; */
}
.iphone .images .inner-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.iphone .images .sub-image {
  position: absolute;
  top: 0px;
  padding: 15px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.iphone .images .sub-image .first-image {
  width: 100%;
  height: 690px;
}
.iphone .images .sub-image .second-image {
  position: absolute;
  top: var(--top);
  width: 100%;
  height: 535px;
}

.play-icon-full {
  font-size: 65px;
  transition: 2s;
}

.play-icon-null {
  font-size: 50px;
  transition: 2s;
}

.ipad {
  /* height: 556px; */
  padding: 20px;
  width: 500px;
  background-image: url(https://hector.me/images/xiv/ipad-black.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ipad img {
  -webkit-mask-image: url(https://hector.me/images/xiv/ipad-mask.svg);
  mask-image: url(https://hector.me/images/xiv/ipad-mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  /* position: absolute; */
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 11px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.89) 18.5%, rgba(0, 0, 0, 0.863) 34.1%, rgba(0, 0, 0, 0.82) 47.2%, rgba(0, 0, 0, 0.765) 57.9%, rgba(0, 0, 0, 0.699) 66.6%, rgba(0, 0, 0, 0.625) 73.5%, rgba(0, 0, 0, 0.545) 78.9%, rgba(0, 0, 0, 0.462) 83.1%, rgba(0, 0, 0, 0.379) 86.3%, rgba(0, 0, 0, 0.297) 88.7%, rgba(0, 0, 0, 0.22) 90.8%, rgba(0, 0, 0, 0.149) 92.7%, rgba(0, 0, 0, 0.087) 94.7%, rgba(0, 0, 0, 0.037) 97%, transparent);
  font-family: raleway;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h2 {
  font-family: "SF Pro Display", sans-serif;
  letter-spacing: 4px;
  font-size: 26px;
}
header .purchase {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-family: "SF Pro Display", sans-serif;
  border: 1px solid #555;
  padding: 11px 20px;
  border-radius: 7px;
}

.images {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  overflow: hidden;
}
.images .main-image {
  width: 300px;
  z-index: 10;
}
.images .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.images .other-image {
  width: 275px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  opacity: 0;
  border-radius: 15px;
}
.images .fade-up-slide-left {
  animation: fadeUpSlideAnimation 0.6s ease-out forwards;
}
.images .fade-up-slide-right {
  animation: fadeUpSlideAnimation 0.6s ease-out forwards;
}
@keyframes fadeUpSlideAnimation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.d-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  gap: 13px;
  padding: 7px;
  padding-bottom: 100px;
}
.d-buttons .purchase {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "SF Pro Display", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 11px 20px;
  border-radius: 7px;
  padding: 20px 25px;
  border-radius: 20px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 800;
}
.d-buttons .purchase i {
  margin-right: 5px;
  font-size: 23px;
}
.d-buttons .purchase:hover {
  background: #fff;
  color: #0d0d0d;
  transition: 0.2s;
}

.modal-content {
  background: transparent;
}
.modal-content .close-btn {
  color: white;
  font-size: 51px;
  position: absolute;
  z-index: 5;
  background-color: transparent;
}

@media (min-width: 840px) {
  .close-btn {
    top: 0;
    left: 50% !important;
    transform: translatex(-50%);
  }
}
@media (max-width: 762px) {
  .reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 830px) {
  #features {
    padding: 15px !important;
  }
  iframe {
    height: 700px !important;
  }
  .close-btn {
    top: 0;
    left: 50% !important;
    transform: translatex(-50%);
  }
  .slide-header {
    font-size: 30px !important;
    --top:"";
    bottom: 0;
    word-spacing: 5px !important;
  }
  .main-box {
    padding: 20px 15px;
  }
  header .text {
    display: none;
  }
  .text-part h2 {
    font-size: 22px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  .fs {
    justify-content: center;
  }
  .main-box {
    text-align: center;
  }
  .main-box .text {
    margin-top: 30px;
  }
  .main-box .text h1 {
    font-size: 37px;
    margin-bottom: 15px;
  }
  .main-box .main-frame img {
    height: 600px;
  }
  .main-box .main-image .main-image-box {
    padding: 34px;
  }
  .main-box .main-image .main-image-box img {
    height: 565px;
  }
  .main-box .image-box {
    justify-content: center !important;
  }
  .last-section h1 {
    font-size: 30px !important;
  }
  .images {
    flex-direction: column;
    padding: 0px !important;
  }
  .images .main-image {
    width: 100% !important;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .images .main-image img {
    max-height: 723px !important;
  }
  .images .other-image {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .images .other-image img {
    height: auto !important;
  }
  .d-buttons {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .d-buttons .purchase {
    padding: 20px 20px;
    width: 100%;
  }
}
logo-slider {
  --image-size: 100px;
  padding: 20px;
  overflow: hidden;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
logo-slider:hover div {
  animation-play-state: paused;
}
logo-slider div {
  display: flex;
  position: relative;
  justify-content: space-around;
}
logo-slider.rtl div {
  animation: rtl 20s linear infinite;
}
logo-slider.ltr div {
  animation: ltr 25s linear infinite;
}
logo-slider img {
  display: block;
  min-width: var(--image-size);
  height: var(--image-size);
  margin: 0 1vw;
  transition: 0.2s;
}
logo-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 900px) {
  logo-slider {
    --image-size: 100px;
    --image-size: min(max(100px, 10vw), 100px);
  }
}

@keyframes rtl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
image-slider {
  position: relative;
  overflow: hidden;
}
image-slider .images {
  display: flex;
  justify-content: center;
  margin-bottom: 110px;
}
image-slider .images .main-image {
  width: 300px;
  height: 575px;
  z-index: 10;
  position: relative;
}
image-slider .images .main-image img {
  z-index: 2;
  position: relative;
}
image-slider .images .main-image .middle-image {
  position: absolute;
  bottom: 48px;
  width: 120px;
  height: 120px;
  font-size: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: var(--opacity);
  transition: 0.2s;
}
image-slider .images .inner-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
image-slider .images .sub-image {
  position: absolute;
  top: 0px;
  padding: 24px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
image-slider .images .sub-image .first-image {
  width: 100%;
  height: 535px;
}
image-slider .images .sub-image .second-image {
  position: absolute;
  top: var(--top);
  width: 100%;
  height: 535px;
}

.slide-header {
  position: absolute;
  top: var(--sTop);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 115px;
  white-space: nowrap;
  word-spacing: var(--wordSpace);
  transform: 0.2s;
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.close-button-div {
  position: relative;
}

footer {
  padding: 16px;
  background: rgb(0, 0, 0);
  text-align: center;
  font-size: 19px;
  margin-top: 20px;
  font-family: "SF Pro Display", sans-serif;
}/*# sourceMappingURL=style.css.map */