@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOne {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeTwo {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input {
  background: #ffffff;
}
input:focus, input:active, input:disabled, input:visited, input:focus-within, input:target, input:hover, input:focus-visible {
  border: none;
  outline: none;
}

h1 {
  font-family: "Ojuju", sans-serif;
  font-size: 27px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 16px;
}

p {
  font-size: 16px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOne {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeTwo {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
.page {
  display: none;
  align-items: center;
  background-color: #150303;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow: scroll;
  scrollbar-color: rgba(40, 19, 19, 0.4117647059) rgba(40, 19, 19, 0.2039215686);
  scrollbar-width: thin;
}

.menu__wrapper {
  background-color: #150303;
  left: 0;
  overflow: hidden;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}
.menu__title {
  font-family: "Ojuju", sans-serif;
  color: rgba(144, 133, 133, 0.8078431373);
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 5px;
  text-align: left;
}
.menu__link {
  color: rgba(101, 89, 89, 0.8078431373);
  font-size: 14px;
  padding: 10px 0 0px 7px;
}
.menu__link:hover {
  color: rgba(255, 255, 255, 0.915);
  cursor: pointer;
  text-decoration: none;
  transition: 250ms;
}

.header {
  margin: 0 80px;
  max-width: 1500px;
}
.header__logo {
  bottom: 10px;
  position: relative;
}
.header__logo--wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.header__login {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 21px 34px 0 0;
}
.header__login-and-bag--wrapper {
  display: flex;
  font-size: 13px;
  font-weight: 400;
  justify-content: flex-end;
}
.header__login--icon.fa-solid {
  color: #acacac;
  font-size: 18px;
  font-weight: 400;
  margin-right: 8px;
}
.header__login--text {
  color: #838383;
}
.header__login:hover .header__login--icon, .header__login:hover .header__login--text {
  color: #000000;
}
.header__bag {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 21px 0 0;
}
.header__bag--icon {
  color: #acacac;
  font-weight: 400;
  margin-right: 8px;
}
.header__bag--text {
  color: #838383;
}
.header__bag:hover .header__bag--icon {
  content: url("../assets/images/icons-logos/sprite.svg#bag-hover");
}
.header__bag:hover .header__bag--text {
  color: #000000;
}
.header__navbar {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 5px 0 0 9px;
}
.header__navbar--icon {
  color: #acacac;
}
.header__navbar--text {
  color: #838383;
}
.header__navbar:hover .header__navbar--icon {
  color: #FFFFFF;
}
.header__navbar--overlay {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transition: 2s;
  width: 0;
  z-index: 1;
}
.header__navbar--overlay-content {
  align-items: flex-start;
  background-color: transparent;
  flex-direction: column;
  left: 40%;
  position: absolute;
  text-align: left;
  top: 30%;
  transform: translate(-30%, -50%);
  width: 40%;
}
.header__navbar--overlay a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  transition: 2s;
}
.header__navbar--overlay .closebtn {
  color: #000000;
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.nav {
  margin: 32px 80px 18px;
  max-width: 1500px;
  width: 100%;
}
.nav__categories {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 1.1px;
  line-height: 37px;
  max-width: 950px;
  text-transform: uppercase;
  width: 100%;
}
.nav__categories-search--wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.nav .to-left,
.nav .to-right {
  display: block;
  position: relative;
  text-decoration: none;
}
.nav .to-left::after,
.nav .to-right::after {
  background: white;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  transform: scale(0, 1);
  transition: transform 500ms;
  width: 100%;
}
.nav .to-left:hover::after,
.nav .to-right:hover::after {
  transform: scale(1, 1);
}
.nav .to-left::after {
  right: 0;
  transform-origin: right top;
}
.nav .to-left:hover::after {
  transform-origin: right top;
}
.nav .to-right::after {
  left: 0;
  transform-origin: left top;
}
.nav .to-right:hover::after {
  transform-origin: left top;
}
.nav__search {
  align-items: center;
  border: 1px solid #acacac;
  border-radius: 100px;
  display: flex;
  height: 36px;
  justify-content: center;
  margin-left: 10px;
  outline: none;
  width: 270px;
}
.nav__search--form {
  display: flex;
  justify-content: center;
  width: 242px;
}
.nav__search--input {
  font-family: "Inter", sans-serif;
  border: none;
  bottom: 2px;
  font-size: 16px;
  font-weight: 300;
  margin: 10px;
  position: relative;
}
.nav__search--input::placeholder {
  background-color: #ffffff;
  color: #a8a8a8;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1.02px;
}
.nav__search--input:focus-visible {
  border: none;
  color: #000000;
  outline: none;
}
.nav__search--input:focus-visible::-webkit-search-decoration, .nav__search--input:focus-visible::-webkit-search-cancel-button {
  display: none;
}
.nav__search--button {
  background: transparent;
  border: none;
  color: #acacac;
  margin-right: 5px;
  outline: none;
}
.nav__search:hover {
  border-color: #000000;
}
.nav__mobile {
  display: none;
  height: 36px;
  width: 100%;
}
.nav__mobile--search-form {
  align-items: center;
  border: 1px solid #acacac;
  border-radius: 100px;
  display: flex;
  height: 36px;
  justify-content: space-between;
  outline: none;
  width: 100%;
}
.nav__mobile--search-form:hover {
  border-color: #000000;
}
.nav__mobile .nav__search--input {
  width: 90%;
}
.nav__mobile .header__login,
.nav__mobile .header__bag {
  margin: 0;
}
.nav__mobile .header__bag {
  margin-left: 10px;
}
.nav__mobile .header__bag:hover .header__bag--icon {
  color: #000000;
  content: "";
}
.nav__mobile .header__login-and-bag--wrapper {
  align-items: center;
  display: flex;
  margin: 0 0 0 10px;
}
.nav__mobile .header__login--icon,
.nav__mobile .header__bag--icon,
.nav__mobile .header__navbar--icon {
  font-size: 35px;
  font-weight: 900;
  height: 35px;
  margin: 0;
  width: 35px;
}
.nav__mobile .nav__categories {
  height: 50vh;
}
.nav__mobile .nav__category::after {
  bottom: -10px;
}

.main {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 80px;
  max-width: 1500px;
}
.main .carousel {
  display: flex;
  height: 100vh;
  justify-content: center;
}
.main .carousel__arrow {
  border-style: solid;
  cursor: pointer;
  height: 40px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.main .carousel__arrow--left {
  left: -50px;
}
.main .carousel__arrow--right {
  right: -50px;
}
.main .carousel__card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  width: 100vw;
}
.main .carousel__card--content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main .carousel__card--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.main .carousel__card--bg {
  height: 100vh;
}
.main .carousel__card--text {
  color: rgba(255, 255, 255, 0.2745098039);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 38px 0 70px;
  text-align: left;
  width: 465px;
}
.main .carousel__card--button {
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 70px;
  letter-spacing: 1.26px;
  text-align: center;
  text-transform: uppercase;
  width: 289px;
}
.main .carousel__card--button.btn-one {
  background-color: #7e241b;
}
.main .carousel__card--button.btn-two {
  background-color: #276b8b;
}
.main .carousel__card--button:hover {
  background-color: #ffffff;
  color: #000000;
}
.main .carousel__card--one {
  left: -42px;
  position: absolute;
  top: 4px;
}
.main .carousel__card--two {
  left: -8px;
  position: absolute;
  top: 27px;
}
.main .carousel__card--three {
  left: 0px;
  position: absolute;
  top: 40px;
}
.main .carousel__card--four {
  left: 5px;
  position: absolute;
  top: 40px;
}
.main .carousel__card--five {
  left: -6px;
  position: absolute;
  top: 28px;
}
.main .carousel__card--six {
  left: -39px;
  position: absolute;
  top: 2px;
}
.main .carousel__card .fade-one {
  animation: fadeOne 17s infinite;
  opacity: 0.1;
}
.main .carousel__card .fade-two {
  animation: fadeOne 10s infinite;
  opacity: 0.1;
}
.main .carousel__card .fade-three {
  animation: fadeTwo 25s infinite;
  opacity: 0.1;
}
.main .carousel__card .fade-five {
  animation: fadeTwo 25s infinite;
  opacity: 0.1;
}
.main .carousel__card .fade-six {
  animation: fadeTwo 22s infinite;
  opacity: 0.1;
}
.main .collections {
  display: flex;
  margin-top: 30px;
  width: 100%;
}
.main .collections__card {
  background-color: #000000;
  position: relative;
  width: 50%;
}
.main .collections__card--image {
  margin-bottom: -3px;
  width: 100%;
}
.main .collections__card--wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .collections__card--title {
  color: #ffffff;
  font-size: 72px;
  font-weight: 600;
  padding: 11px 0 72px 0;
  text-align: center;
  width: 600px;
}
.main .collections__card--button {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  letter-spacing: 1.41px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 234px;
}
.main .collections__card--button-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.main .collections__card--icon {
  height: 30px;
  margin: 70px 0 0 5px;
  opacity: 0;
  width: 36px;
}
.main .collections__card:hover .collections__card--icon {
  opacity: 1;
}
.main .collections__card:hover .collections__card--image {
  opacity: 0.7;
}
.main .rewards {
  align-items: center;
  background: transparent;
  display: flex;
  height: 330px;
  justify-content: space-around;
  margin-top: 30px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.main .rewards__image {
  border: 4px solid #000000;
  height: 330px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.main .rewards__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
  margin: 20px 0 6px 0;
  text-align: left;
}
.main .rewards__title--wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 20px 45px;
  width: 450px;
}
.main .rewards__title--text {
  font-size: 20px;
  padding-top: 23px;
  text-align: left;
}
.main .rewards__value-props--wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-right: 15px;
}
.main .rewards__value-prop {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
.main .rewards__value-prop--icon {
  height: 64px;
  width: 64px;
}
.main .rewards__value-prop--title {
  font-size: 16px;
}
.main .rewards__value-prop--text {
  font-size: 14px;
  letter-spacing: 1.1px;
}
.main .rewards__value-prop--text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
}
.main .rewards__button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.26px;
  text-decoration: none;
  text-transform: uppercase;
}
.main .rewards__button--wrapper {
  align-items: center;
  background-color: #000000;
  border: 3px solid #000000;
  cursor: pointer;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-right: 35px;
  width: 220px;
}
.main .rewards__button--wrapper:hover {
  background-color: #ffffff;
}
.main .rewards__button--wrapper:hover .rewards__button {
  color: #000000;
}
.main .trending {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.main .trending__arrow {
  display: none;
}
.main .trending__title {
  margin: 0;
  text-transform: uppercase;
}
.main .trending__card {
  margin: 10px;
}
.main .trending__card--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px;
  max-width: 950px;
}
.main .trending__card--image {
  width: 100%;
}
.main .trending__card--image-wrapper {
  height: 190px;
  position: relative;
  width: 190px;
}
.main .trending__card--image-wrapper:hover a {
  cursor: pointer;
}
.main .trending__card--image-wrapper:hover .trending__card--button-wrapper {
  opacity: 1;
}
.main .trending__card--image-wrapper:hover .trending__card--image {
  opacity: 0.3;
}
.main .trending__card--button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.41px;
  margin: 16px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.main .trending__card--button-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 220px;
}
.main .trending__card--icon {
  height: 24px;
  width: 29px;
}
.main .trending__card--title {
  font-family: "Open Sans", sans-serif;
  color: rgba(132, 107, 107, 0.9137254902);
  font-size: 24px;
  padding: 5px 0;
}
.main .trending__card--subtitle {
  font-family: "Open Sans", sans-serif;
  color: rgba(213, 190, 190, 0.9137254902);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.18px;
  padding: 5px 0 15px 0;
}
.main .portfolio__detail {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100vw;
}
.main .portfolio__detail li {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  padding-top: 50px;
}
.main .portfolio__detail #spotlight img {
  height: 370px;
}
.main .portfolio__detail img {
  height: 90vh;
}
.main .portfolio__detail--text {
  color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.main .portfolio__detail--text p {
  color: rgba(223, 217, 217, 0.9137254902);
  font-size: 16px;
  line-height: 1.4;
  max-width: 500px;
}

.portfolio,
.experience,
.bio {
  align-items: flex-start;
  color: rgba(101, 89, 89, 0.8078431373);
  display: none;
  flex-direction: column;
  font-size: 20px;
  height: 100vh;
  justify-content: flex-start;
  padding-top: 50px;
  position: relative;
  max-width: 1000px;
  width: 100%;
}

.bio {
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
.bio div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  overflow: scroll;
  margin-bottom: 100px;
}
.bio img {
  padding: 30px 0;
  text-align: center;
  width: 90%;
}
.bio p {
  color: #afadad;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 10px;
}

@media screen and (min-width: 1605px) {
  .main .carousel__card--one {
    left: -68px;
    position: absolute;
    top: -20px;
  }
  .main .carousel__card--two {
    left: -17px;
    position: absolute;
    top: 19px;
  }
  .main .carousel__card--three {
    left: 0px;
    position: absolute;
    top: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .main .rewards__title {
    font-size: 30px;
    line-height: 1.4;
    margin: 15px 0 0;
  }
  .main .rewards__title--wrapper {
    margin: 0 0 0 20px;
    width: 260px;
  }
  .main .rewards__title--text {
    font-size: 16px;
  }
  .main .rewards__value-prop {
    min-width: 305px;
  }
  .main .rewards__value-prop--text-wrapper {
    width: 200px;
  }
}
@media screen and (max-width: 1201px) {
  .header {
    margin-top: 30px;
  }
  .header__login-and-bag--wrapper,
  .nav__categories-search--wrapper {
    display: none;
  }
  .nav__mobile {
    display: flex;
  }
  .main .carousel__card--title {
    font-size: 40px;
    line-height: 60px;
  }
  .main .carousel__card--text {
    font-size: 15px;
    line-height: 24px;
    padding: 19px 0 35px;
    width: 439px;
  }
  .main .collections__card--title {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .main .trending__title {
    font-size: 20px;
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .header__login--icon.fa-solid, .header__bag--icon, .header__navbar--icon {
    color: black;
  }
  .nav__mobile--search-form {
    border-color: #000000;
  }
  .main {
    margin: 0;
    width: 100%;
  }
  .main .carousel__arrow {
    display: none;
  }
  .main .portfolio__detail .image-wrapper {
    height: auto;
  }
  .main .portfolio__detail li {
    flex-direction: column;
  }
  .main .portfolio__detail img,
  .main .portfolio__detail iframe {
    height: 100%;
    width: 100%;
  }
  .main .portfolio__detail {
    max-width: 600px;
    overflow-x: hidden;
  }
  .main .portfolio__detail #spotlight img {
    height: auto;
  }
  .main .portfolio__detail--text p {
    max-width: 350px;
  }
  .main .carousel__card--bg {
    height: 100%;
    width: 100%;
  }
  .main .carousel__card--content {
    width: 400px;
  }
  .main .carousel__card--one {
    left: -207px;
    top: 48px;
  }
  .main .carousel__card--two {
    left: -192px;
    top: 60px;
  }
  .main .carousel__card--three {
    left: -184px;
    top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .main .carousel__card--title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    width: 200px;
  }
  .main .carousel__card--text {
    display: none;
  }
  .main .carousel__card--button {
    background: transparent;
    height: 50px;
    font-size: 14px;
    width: 200px;
  }
  .main .collections {
    flex-direction: column;
  }
  .main .collections__card {
    width: 100%;
  }
  .main .collections__card--title {
    font-size: 25px;
    padding-bottom: 30px;
  }
  .main .rewards {
    flex-direction: column;
    height: 700px;
  }
  .main .rewards__image {
    height: 700px;
  }
  .main .rewards__title--wrapper {
    margin: 30px 0 0 0;
  }
  .main .rewards__value-props--wrapper {
    height: 275px;
    margin: 0;
  }
  .main .rewards__button--wrapper {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .nav {
    margin-top: 20px;
  }
  .nav__mobile {
    align-items: center;
    flex-direction: column-reverse;
    height: auto;
  }
  .nav__mobile .header__login--icon.fa-solid, .nav__mobile .header__bag--icon, .nav__mobile .header__navbar--icon {
    font-size: 25px;
  }
  .nav__mobile .header__login-and-bag--wrapper {
    width: 100%;
  }
  .main .carousel__card--copy-wrapper {
    min-width: 220px;
  }
  .main .carousel__card--title {
    font-size: 31px;
    line-height: 35px;
    margin: 0 0 19px 0;
    width: 204px;
  }
  .main .carousel__card--button {
    height: 28px;
    font-size: 14px;
    width: 210px;
  }
  .main .collections__card--icon {
    display: none;
  }
  .main .rewards__title--wrapper {
    margin-left: 5px;
    width: 280px;
  }
  .main .rewards__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
  }
  .main .rewards__title--text {
    font-size: 14px;
    line-height: 1.4;
  }
  .main .rewards__value-props--wrapper {
    align-items: flex-start;
    margin: 15px;
  }
  .main .rewards__value-prop {
    padding-bottom: 12px;
  }
  .main .rewards__value-prop--title {
    padding: 0;
  }
  .main .rewards__value-prop--text {
    display: none;
  }
  .main .carousel__card--bg {
    height: 100%;
    width: 100%;
  }
  .main .carousel__card--one {
    left: -12px;
    top: 48px;
  }
  .main .carousel__card--two {
    left: 114px;
    top: 60px;
  }
  .main .carousel__card--three {
    left: 121px;
    top: 66px;
  }
  .main .portfolio__detail {
    max-width: 400px;
    overflow-x: hidden;
  }
  .main .trending__card--wrapper {
    max-width: 390px;
    overflow-x: hidden;
  }
}

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