@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Primary */
  --Gradiens: hsl(6, 100%, 80%), hsl(335, 100%, 65%);
  /* Neutral */
  --Pale-Blue: hsl(243, 100%, 93%);
  --Grayish-Blue: hsl(229, 7%, 55%);
  --Dark-Blue: hsl(228, 56%, 26%);
  --Very-Dark-Blue: hsl(229, 57%, 11%);
  --font-f: "Raleway", serif;
}

body {
  background: var(--Very-Dark-Blue);
  font-family: var(--font-f);
  font-size: 14px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .container {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-desktop.png");
  background-repeat: no-repeat;
  background-position: bottom -55px right 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 375px) {
  body .container {
    background-image: url("../images/bg-mobile.png");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  body .container {
    background-image: url("../images/bg-mobile.png");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
  }
}
body .container .fylo {
  background: var(--Dark-Blue);
  width: 300px;
  height: 185px;
  padding: 10px;
  margin-right: 20px;
  border-top-right-radius: 120px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 375px) {
  body .container .fylo {
    margin: 20px 0;
    width: 310px;
  }
}
body .container .fylo .logo img {
  margin: 10px;
}
body .container .fylo .icon-fylo {
  width: 80%;
  height: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body .container .fylo .icon-fylo .icon-document,
body .container .fylo .icon-fylo .icon-folder,
body .container .fylo .icon-fylo .icon-upload {
  background: var(--Very-Dark-Blue);
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
body .container .gb {
  background: var(--Dark-Blue);
  width: 450px;
  height: 150px;
  padding: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  position: relative;
}
@media screen and (max-width: 375px) {
  body .container .gb {
    width: 310px;
  }
}
@media screen and (max-width: 425px) {
  body .container .gb {
    width: 300px;
    margin-top: 20px;
  }
}
body .container .gb .limi-gb {
  position: absolute;
  background: var(--Pale-Blue);
  right: 25px;
  top: -45px;
  padding: 15px 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
body .container .gb .limi-gb p {
  color: var(--Dark-Blue);
  font-size: 30px;
  font-weight: bold;
}
body .container .gb .limi-gb p span {
  color: var(--Grayish-Blue);
  font-size: 15px;
}
@media (max-width: 375px) {
  body .container .gb .limi-gb {
    top: 125px;
    right: 80px;
  }
}
@media (max-width: 425px) {
  body .container .gb .limi-gb {
    top: 116px;
    right: 86px;
  }
}
body .container .gb .text-storage p {
  margin-bottom: 10px;
  color: var(--Pale-Blue);
}
body .container .gb .range {
  width: 390px;
  height: 20px;
  position: relative;
  background-color: var(--Very-Dark-Blue);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 2px;
  margin-bottom: 10px;
}
body .container .gb .range::before {
  position: absolute;
  content: "";
  width: 295px;
  height: 15px;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(var(--Gradiens));
}
@media (max-width: 375px) {
  body .container .gb .range::before {
    width: 73%;
  }
}
@media screen and (max-width: 425px) {
  body .container .gb .range::before {
    width: 61%;
  }
}
@media screen and (max-width: 375px) {
  body .container .gb .range {
    width: 100%;
  }
}
body .container .gb .range .circle {
  position: absolute;
  top: 4px;
  right: 97px;
  width: 12px;
  height: 12px;
  background: var(--Pale-Blue);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
body .container .gb .range .circle:hover {
  box-shadow: 1px 1px 20px white;
}
@media screen and (max-width: 375px) {
  body .container .gb .range .circle {
    right: 70px;
  }
}
@media screen and (max-width: 768px) {
  body .container .gb .range {
    width: 100%;
  }
}
body .container .gb .bar-range {
  display: flex;
  justify-content: space-between;
}
body .container .gb .bar-range p {
  color: var(--Pale-Blue);
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
