body {
  font-size: 1rem;
  background-color: #000000;
  color: darkgoldenrod;
}

.default-theme {
  background-color: #000000;
  color: darkgoldenrod;
}

.notification_bar {
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding-top: 0px;
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: darkgoldenrod;
}

.notification {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}

.notification div img {
  max-height: 20px;
}

.nav-link,
.navbar-brand {
  color: darkgoldenrod;
}

.nav-link .active {
  color: darkgoldenrod;
}

#banner {
}

#banner-left {
  min-height: 35rem;
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: start;
  align-content: start;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
  border: none;
}

#banner-left h1 {
  animation-name: moveInFromLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

#banner-left .banner-description {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  animation: moveInFromRight 1s ease-out;
  backface-visibility: hidden;
}

#banner-right {
  min-height: 35rem;
  background-color: whitesmoke;
  background-position: bottom;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  border: none;
}

#banner-right img {
  width: 100%;
  height: 100%;
  animation-name: fadeIn;
  animation-duration: 5s;
}

@keyframes moveInFromLeft {
  0% {
    opacity: 0; /* Invincible */
    transform: translateX(-100px);
  }

  75% {
    opacity: 0.8;
    transform: translateX(15px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInFromRight {
  0% {
    opacity: 0; /* Invincible */
    transform: translateX(100px);
  }

  75% {
    opacity: 0.8;
    transform: translateX(-15px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0; /* Invincible */
  }

  100% {
    opacity: 1;
  }
}

.featured_items_slick {
  padding-left: 50px;
  padding-right: 50px;
}

.featured_items_header {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured_items_menu {
  border-top: darkgoldenrod 1px solid;
  border-bottom: darkgoldenrod 1px solid;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured_items_menu:hover {
  cursor: pointer;
}

.featured_items_item {
  /*max-height: 700px;*/
  height: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featured_items_item img {
  width: 98%;
  /*max-height: 600px;*/
  /*min-height: 600px;*/
  background-color: bisque;
  border: 2px solid darkgoldenrod;
}

.design-block a {
  color: darkgoldenrod;
  visibility: hidden;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 2px solid darkgoldenrod;
  z-index: 30000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 200px;
  margin-left: 160px;
}

.design-block a:hover {
  color: #1a1d20;
  border: 2px solid black;
  background-color: darkgoldenrod;
}

.design-block:hover a {
  animation-name: moveInFromBottom;
  animation-duration: 1s;
  position: absolute;
  visibility: visible;
  top: 60%;
}

#featured_items_slick_women {
  max-width: 100%;
}

.btn-link:link,
.btn-link:visited {
  border-radius: 100px;
  transition: all 0.2s;
}

.btn-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgb(0, 0, 0, 0.2);
}

.btn-link:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 1px rgb(0, 0, 0, 0.2);
}

.brand-design-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgb(0, 0, 0, 0.2);
}

.brand-design-link:active {
  transform: translateY(-2px);
  box-shadow: 0 5px 1px rgb(0, 0, 0, 0.2);
}

.note-cards {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
}

.nav-item {
  min-width: 7rem;
}

.category {
  justify-content: center;
  display: flex;
  align-items: center;
}

.category div {
  position: absolute;
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category div h1 {
  font-family: "Verdana, Helvetica Neue, Arial, Helvetica, Geneva, sans-serif",
    serif;
  color: white;
  font-size: 4rem;
  margin-bottom: 2rem;
}

.category div a {
  color: darkgoldenrod;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  border: 2px solid darkgoldenrod;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.category div a:hover {
  color: #1a1d20;
  background-color: darkgoldenrod;
}

.left_arrow {
  font-size: 2.5rem;
  font-family: Arial, sans-serif;
  margin-right: 1rem;
}

.right_arrow {
  font-size: 2.5rem;
  font-family: Arial, sans-serif;
  margin-left: 1rem;
}

.enquiry_block {
  min-height: 400px;
  background-color: whitesmoke;
  background-image: url("/static/img/background1.jpg");
  background-size: 100% 100%;
  margin-top: 4rem;
  color: #fff;
  display: flex;
  padding-left: 10%;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: start;
}

.enquiry_link {
  color: darkgoldenrod;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0.85rem;
  border: 1px solid darkgoldenrod;
}

.enquiry_link:hover {
  color: #1a1d20;
  background-color: darkgoldenrod;
}

.enquiry_block h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
}

.view_more_link {
  color: darkgoldenrod;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  border: 2px solid darkgoldenrod;
  /*background-color: #1a1d20;*/
  position: relative;
  z-index: 30000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 98%;
  animation-name: moveInFromBottom;
  animation-duration: 1s;
}

@keyframes moveInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.view_more_link:hover {
  color: #1a1d20;
  background-color: darkgoldenrod;
}

.container_block {
  margin-top: 3rem;
  margin-bottom: 3rem;
  min-height: 600px;
}

.exclusive {
  display: flex;
  justify-content: end;
  align-items: center;
}

.exclusive img {
  min-width: 100%;
}

.footer_link {
  text-decoration: none;
  color: darkgoldenrod;
}

@media only screen and (min-width: 1920px) {
  .featured_items_item {
    max-height: 700px;
  }

  .featured_items_item img {
    max-height: 600px;
    min-height: 600px;
  }

  .category_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .category {
    padding: 0.5rem;
    max-height: 750px;
  }

  .category img {
    min-width: 100%;
    height: 96%;
  }

  .exclusive_content {
    padding-top: 200px;
    padding-right: 200px;
  }

  .footer {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (max-width: 1919px) {
  .featured_items_item {
    max-height: 770px;
  }

  .featured_items_item img {
    max-height: 670px;
    min-height: 670px;
  }

  .category_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .category {
    padding: 0.5rem;
    max-height: 750px;
  }

  .category img {
    min-width: 100%;
    height: 96%;
  }

  .exclusive_content {
    padding-top: 200px;
    padding-right: 200px;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1360px) {
  .featured_items_item {
    max-height: 820px;
  }

  .featured_items_item img {
    max-height: 720px;
    min-height: 720px;
  }

  .category_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .category {
    padding: 0.5rem;
    max-height: 750px;
  }

  .category img {
    min-width: 100%;
    height: 96%;
  }

  .exclusive_content {
    padding-top: 200px;
    padding-right: 200px;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.8rem;
    background-color: #000000;
    color: darkgoldenrod;
  }

  .container {
    min-width: 100%;
  }

  .category div a {
    color: darkgoldenrod;
    opacity: 1;
    font-size: 2.5rem;
    font-weight: bold;
    text-decoration: none;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    border: 2px solid darkgoldenrod;
    display: flex;
    min-width: 100px;
    background-color: #000000;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .featured_items_slick {
    padding-left: 20px;
    padding-right: 5px;
  }

  .design-block a {
    color: darkgoldenrod;
    visibility: visible;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 2px solid darkgoldenrod;
    z-index: 30000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .design-block a:hover {
    color: #1a1d20;
    border: 2px solid black;
    background-color: darkgoldenrod;
  }

  .design-block:hover a {
    animation-name: none;
  }

  .view_more_link {
    min-height: 80px;
  }

  .featured_items_item {
    min-height: 700px;
  }

  .featured_items_item img {
    min-height: 600px;
    max-height: 600px;
    min-width: 100%;
  }

  .category_wrapper {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .category {
    min-height: 520px;
    margin-bottom: 1.4rem;
  }

  .category img {
    min-width: 100%;
    min-height: 96%;
  }

  .exclusive_content {
    padding: 2rem;
  }

  .footer_content {
    text-align: center;
  }

  .footer {
    font-size: 1.65rem;
  }

  .footer h5 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 1.8rem;
    background-color: #000000;
    color: darkgoldenrod;
  }

  .container {
    min-width: 100%;
  }

  .featured_items_item {
    min-height: 700px;
  }

  .featured_items_item img {
    min-height: 600px;
    max-height: 600px;
  }

  .category_wrapper {
    height: auto;
  }

  .category {
    min-height: 1180px;
    max-height: 1180px;
    margin-bottom: 1.4rem;
  }

  .category img {
    min-width: 100%;
    min-height: 100%;
  }

  .featured_items_item {
    min-height: 1280px;
  }

  .featured_items_item img {
    min-height: 1180px;
    max-height: 1180px;
  }
}
