@charset "utf-8";
/* CSS Document */

@import "https://fonts.googleapis.com/css?family=Quicksand&display=swap";

html,
body {
  font-family: "Quicksand", sans-serif;
  background: #000;
  height: 100%;
  font-size: 1rem;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.header {
  background: #ffffff;
  padding: 10px;
  border-bottom: #999 solid 50px;
}

#titleText {
  margin-top: 15px;
}

.homepageMainContent {
  padding: 50px;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.homepageMainContent h2 {
  color: #fff;
}

.homepageMainContent {
  color: #fff;
}

.modal-body p {
  color: #333;
}

.black-background {
  background-color: black;
}

.progress {
  height: 2em;
  width: 100%;
  background-color: #c9c9c9;
  position: relative;
}
.progress:before {
  content: attr(data-label);
  font-size: 1em;
  position: absolute;
  text-align: center;
  top: 5px;
  left: 0;
  right: 0;
}
.progress .value {
  background-color: #7cc4ff;
  display: inline-block;
  height: 100%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #000;
  color: white;
  padding: 10px 0px 10px;
}

.stickyMenu {
  margin: 0px auto;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #fff;
}

h1 {
  font-size: 1.5em;
  color: white;
}

a {
  color: rgb(100, 151, 247);
}

.greyTextLink {
  color: #999 !important;
  font-size: 18px;
}

.whiteTextLink {
  color: #fff !important;
  font-size: 19px;
}

.stackIcon {
  max-width: 70px;
  margin-top: 5px;
  margin-right: 20px;
}


#currentCardNumberDiv {
  color: #fff;
  font-size: 1.2em;
  padding: 10px auto 0px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s;
  background-color: black;
}

.menuIcon {
  max-width: 30px;
  max-height: 30px;
}

.homeCarousel {
  margin-top: 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  background-color: #000;
  padding: 10px;
}

.trend-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  background-color: #000;
  padding: 10px;
}

.solution-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  background-color: #000;
  padding: 10px;
}

@media (max-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
  }

  .trend-container {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
  }

  .solution-container {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
  }
}

.grid-item {
  background-color: #000;
  border: 1px solid rgba(128, 127, 127, 0.8);
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.trend-item {
  background-color: #fff;
  border: 1px solid rgba(128, 127, 127, 0.8);
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.solution-item {
  background-color: #fff;
  border: 1px solid rgba(128, 127, 127, 0.8);
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.thumb-image {
  max-width: 50px !important;
  max-height: 50px !important;
  margin-bottom: 6px;
}

p {
  margin-bottom: 0.2rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

.form-control {
  font-size: 0.9rem;
}

.btn {
  font-size: 0.9rem;
}

/* bootstrap overrides */
.bg-dark {
  background: linear-gradient(#666, #000, #666);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
}

.enable-notifications {
  display: none;
}

/*  forte design tinder */
#board {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
  margin-top: 5px;
}
.card {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #000;
  transform: translateX(-50%) translateY(-50%);
}

.cardFC {
  width: 333px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1%;
  transform: translateX(-50%) translateY(-50%) scale(0.95);
  background-size: cover;
}



.cardFCbos {
  width: 3333px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1%;
  transform: translateX(-50%) translateY(-50%) scale(0.95);
  background-size: cover;
}


.designsPortraitSideCol {
  visibility: hidden;
}

.designsPortraitSideMenuIcon {
  max-width: 60px;
  max-height: 60px;
  margin-right: 5px;
}

.footerMenuIcon {
  max-width: 70px;
  max-height: 70px;
  margin-right: 10px;
}

.headerMenuIcon {
  max-width: 40px;
  max-height: 40px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (orientation: portrait) {
  .cardFC {
    width: 480px;
    height: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 1%;
    transform: translateX(-50%) translateY(-50%) scale(0.95);
    background-size: cover;
  }
  
  .cardFCbos {
    width: 480px;
    height: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 1%;
    transform: translateX(-50%) translateY(-50%) scale(0.95);
    background-size: cover;
  }

  .designsPortraitSideCol {
    visibility: visible;
    padding-top: 40px;
  }

  .stickyMenu {
    position: -webkit-sticky; /* Safari */
    position: sticky;
  }

  .designsPortraitSideMenuIcon {
    max-width: 60px;
    max-height: 60px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .trendImage {
    max-height: 800px;
  }
}

@media screen and (orientation: portrait) and (min-width: 1024px) {
  .cardFC {
    height: 900px;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 1%;
    transform: translateX(-50%) translateY(-50%) scale(0.95);
    background-size: cover;
  }

  .cardFCbos {
    height: 900px;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 1%;
    transform: translateX(-50%) translateY(-50%) scale(0.95);
    background-size: cover;
  }

  .trendImage {
    max-height: 1000px;
  }

  .stackIcon {
    max-width: 100px;
    margin-top: 5px;
    margin-right: 5px;
  }
}

@media screen and (orientation: landscape) {
  .trendImage {
    max-height: 500px;
  }
}

@media screen and (orientation: landscape) and (min-height: 1024px) {
  .trendImage {
    max-height: 810px;
  }
}

@media screen and (min-height: 1024px) {
  .trendImage {
    max-height: 810px;
  }
}
