@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap");
/**
*
* Testing
*
**/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  width: 10px;
  background-color: #ffffff;
  border-left: 0 solid #ffffff;
  border-right: 0 solid #ffffff;
  margin-block: 3px;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background-color: #5d54a3;
  width: 15% !important;
  height: 15% !important;
  border-radius: 50px;
}

::-webkit-scrollbar:hover {
  cursor: pointer;
}

::-moz-selection {
  /* code for firefox */
  color: #ffffff;
  background-color: #5d54a3;
}

::selection {
  /* code for firefox */
  color: #ffffff;
  background-color: #5d54a3;
}

/* end variables */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  /*small*/
  /* tablet */
  /* Medium */
  /* desktop  */
}
@media (min-width: 577px) {
  .container {
    width: 550px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}

/*! start variables*/
/*! end variables*/
/*! start Global Rules*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

/*! end Global Rules*/
/*! start code */
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
}

.app .bg-content {
  position: fixed;
  width: 60%;
  bottom: 0;
  left: 0;
  transform: translate(0%, 0%);
  z-index: -100;
}
.app .bg {
  margin: auto;
  width: fit-content;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(30%, 36%);
}
.app .bg .bg-img {
  width: 80%;
  float: right;
  transform: translate(20%, -20%);
}
.app .bg .bg-text {
  float: left;
  width: 15%;
  transform: translate(0%, 60%);
}
.app .slider-container {
  transform: translate(0%, 40%);
}
.app .slider-container .slide-number {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 2;
  border-radius: 6px;
}
.app .slider-container .slice {
  opacity: 0;
  transition: opacity 1s;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.app .slider-container .slice .text {
  z-index: 1;
  width: 64%;
  transform: translate(0%, 80%);
}
.app .slider-container .slice .text p {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300;
}
.app .slider-container .slice .text span {
  margin: 20px auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.app .slider-container .slice .text span p:first-child {
  font-size: 20px;
  font-weight: 700;
}
.app .slider-container .slice .text span p:last-child {
  font-size: 20px;
  font-weight: 300;
  color: #787887;
}
.app .slider-container .slice img {
  border-radius: 5px;
  width: 470px;
  z-index: -1;
  box-shadow: 5px 20px 40px -15px #48556a;
  position: absolute;
  top: 30%;
  right: 0;
}
.app .slider-container .active {
  opacity: 1;
  display: flex;
}
.app .slider-controls {
  display: flex;
  align-items: center;
  border-radius: 40px;
  width: 100px;
  overflow: hidden;
  position: absolute;
  bottom: 25%;
  right: 40%;
  transform: translate(50%, 50%);
  background-color: #ffffff;
  color: #48556a;
  box-shadow: 0 1px 20px -4px #48556a;
}
.app .slider-controls .prev,
.app .slider-controls .next {
  color: #48556a;
  text-align: center;
  cursor: pointer;
  padding: 15px 20px;
  user-select: none;
  font-size: 18px;
  font-weight: 700;
}
.app .slider-controls .prev {
  float: left;
}
.app .slider-controls .next {
  float: right;
}
.app .slider-controls .disabled {
  opacity: 0.5;
  cursor: no-drop;
}
@media (max-width: 999px) {
  .app .bg .bg-img {
    width: 550px;
    transform: translate(10%, 0%);
  }
  .app .bg .bg-text {
    transform: translate(-66%, 76%);
  }
  .app .slider-container .slice .text {
    width: 60%;
    transform: translate(0%, 40%);
  }
  .app .slider-container .slice img {
    width: 400px;
  }
  .app .slider-controls {
    bottom: 28%;
    right: 40%;
  }
}
@media (max-width: 768px) {
  .app .bg {
    transform: translate(0%, 4%);
  }
  .app .bg .bg-img {
    width: 540px;
    float: inherit;
    transform: translate(0%, 0%);
  }
  .app .bg .bg-text {
    width: fit-content;
    transform: translate(280%, 500%);
  }
  .app .slider-container .slice .text {
    width: auto;
    text-align: center;
    transform: translate(0%, 240%);
  }
  .app .slider-container .slice .text p {
    font-size: 20px;
  }
  .app .slider-container .slice .text span {
    justify-content: center;
    gap: 8px;
    flex-direction: column;
    margin: 10px auto;
  }
  .app .slider-container .slice img {
    width: 400px;
    top: 0;
    transform: translate(-6%, 0%);
  }
  .app .slider-container .active {
    flex-direction: column;
  }
  .app .slider-controls {
    bottom: 45%;
    right: 45%;
  }
}
@media (max-width: 500px) {
  .app .bg .bg-text {
    transform: translate(200%, -50%);
  }
  .app .slider-container .slice .text {
    transform: translate(0%, 200%);
  }
  .app .slider-container .slice img {
    width: 380px;
    transform: translate(-4%, 0%);
  }
  .app .slider-controls {
    bottom: 41%;
    right: 48%;
  }
}
@media (max-width: 440px) {
  .app .bg .bg-img {
    width: 360px;
  }
  .app .bg .bg-text {
    transform: translate(120%, 0%);
  }
  .app .slider-container {
    transform: translate(0%, 10%);
  }
  .app .slider-container .slice .text {
    transform: translate(0%, 150%);
  }
  .app .slider-container .slice img {
    width: 300px;
  }
  .app .slider-controls {
    bottom: 59%;
    right: 50%;
  }
}

/*! start Attribution */
.attribution {
  color: #48556a;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  width: -webkit-fill-available;
}
.attribution a {
  font-size: smaller;
  text-decoration: none;
  color: #787887;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.attribution a:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0a9";
  font-size: 14px;
  padding: 0 8px;
}

/*! end Attribution */
/*! end code *//*# sourceMappingURL=style.css.map */