body {
  display: flex;
  justify-content: center;
  align-items: top;
  min-height: 100vh;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #202127;
  margin: 0;
  padding: 0;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    background: transparent;
    /* background-color: #091689;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

header .logo {
    position: absolute;
    top: 0px;
    left: 30px;
    width: 135px;
    height: 58px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

header .logo img.desktop_logo {
    width: 105px;
    margin: 13px 15px 7px 15px;
}

header .logo_text {
    position: absolute;
    text-align: left;;
    top: 12px;
    left: 190px;
    height: 24px;

    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    
    color: #fff;
    /* text-shadow: 1px 1px 3px rgba(190,190,190,0.96); */
}

header .logo_text .subtext {
    font-size: 12px;
    
    color: #fff;
    /* text-shadow: 1px 1px 3px rgba(190,190,190,0.96); */
}

header nav li {
    display: block;
    padding: 8px 18px;
    margin: 9px 5px;

    background-color: #efefef;
    border: 1px solid #FAFBFC;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    
    color: #000;
    cursor: pointer;
    display: inline-block;
    list-style: none;

    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);

    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;


    /* background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}

header nav li img {
    height: 20px;
    margin: -5px;
}


header nav li:hover {
    
    background-color: #fff;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 4px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    list-style: none;


    /* background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}




.deck-container {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 10px;
}

.user-cards-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.swiper-slide .header {
    padding: 10px;
    background-color: #ccc;

    .cateogory-title {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .category {
        font-size: 16px;
    }

}


/* .picture {
  width: 320px;
  height: 320px;
  overflow: hidden;
  
  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
} */

.swiper-slide .detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
  
    .subcategory-title {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .icon {
        width: 40px;
        height: 40px;
        margin-top: 20px;
    }

    .subcategory {
        padding: 20px 0px 40px 0px;
        font-size: 16px;
    }
  
  h3 {
    margin: 0;
    font-size: 20px;
  }
  
  span {
    display: block;
    font-size: 16px;
    color: #f44336;
  }
}

.swiper-slide .value {
    color: white;
    font-size: 12px;
    padding: 10px;
}