html,
body {
  color: white;
  letter-spacing: 1.5px;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  scroll-behavior: smooth;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dt {
  color: #3f3d56 !important;
}

.lt {
  color: #adadad !important;
}

.wt {
  color: white !important;
}

.ct {
  color: #e4d2b0 !important;
}

.ds {
  background-color: #fefefe !important;
}

.gs {
  background-color: #3f3d56 !important;
}

.gs h2 {
  color: white !important;
}

header {
  position: relative;
  min-height: 500px;
  height: 100vh;
  background-image: url("../img/header-mobile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  margin: 1.5rem 1.5rem !important;
  padding: 0rem 1rem;
  border-left: 5px solid white;
}

.logo p {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  text-align: left;
  font-weight: lighter;
}

.slogan {
  font-size: 1.4rem;
  line-height: 1.6rem;
  bottom: 0;
  position: absolute;
  padding: 3rem 3rem;
}

header a {
  color: #3f3d56;
}

a {
  color: white;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  color: #3f3d56;
  text-decoration: none;
  transition: 0.3s;
}

#bar a {
  color: #3f3d56;
  transition: 0.3s;
}

#bar a:hover {
  color: #e4d2b0;
  text-decoration: none;
  margin-left: 1rem;
  transition: 0.3s;
}

h1 {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 4rem;
}

.pri-color {
  color: #e4d2b0;
}

.headline-t {
  margin: 0;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

h2 {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}

section {
  padding: 2rem 0rem 2rem 0rem;
}

.card-box {
  background-color: white;
  color: #3f3d56;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  border-radius: 15px;
}

.card-box a {
  color: #e4d2b0;
  transition: 0.3s;
}

.card-box a:hover {
  padding-left: 0.5rem;
}

.card-box:hover a {
  color: #e4d2b0;
  text-decoration: none;
  transition: 0.3s;
}

h3 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4rem;
  transition: 0.5s;
  color: white;
}

.card-box h3 {
  transition: 0.5s;
  color: #3f3d56;
}

.card-box:hover {
  transition: 0.5s;
}

.card-box:hover h3 {
  color: white;
  transition: 0.5s;
}

.card-box:hover {
  background-color: #3f3d56 !important;
  transition: 0.5s;
  color: white;
}

.card-box i {
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #e4d2b0;
  transition: 0.5s;
}

.card-box:hover i {
  color: #e4d2b0;
  transition: 0.5s;
}

.card-box:hover .ct {
  color: white !important;
}

.d-bg {
  background-color: #fbfbfb !important;
}

.c-bg {
  background-color: #e4d2b0 !important;
  color: white;
}

.img-edit {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.img-container {
  display: flex;
  align-items: center;
}

.check-container {
  display: flex;
  align-items: center;
  padding: 2rem 2rem;
}

.check-text h4 {
  display: inline;
}

.check-text i {
  display: inline;
}

.check-text p {
  display: block;
  font-size: 0.9rem;
}

.check-text {
  border: 3px solid white;
  padding: 2rem 1.5rem 1rem 1.5rem;
  border-radius: 15px;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
}

.relative {
  position: relative;
}

footer {
  background-color: #2f2e41;
}

footer .copyright {
  align-items: center;
}

.copyright p {
  margin: 1rem 0rem;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer li {
  padding: 0.25rem 0rem;
}

.socialmedia li {
  display: inline-block;
  padding: 0rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

#triangle-topright {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1200;
  width: 75px;
  height: 75px;
}

#left-bar {
  left: 0;
  bottom: 0;
  width: 4rem;
  background-color: white;
  position: absolute;
  height: 25%;
  display: flex;
  align-items: center;
  z-index: 6000;
}

#right-bar {
  right: 0;
  top: 0;
  width: 4rem;
  background-color: white;
  position: absolute;
  height: 75%;
  padding: 2rem 0rem;
  z-index: 6000;
}

#triangle-left {
  position: absolute;
  left: 0;
  bottom: 25%;
  transform: rotate(180deg);
  width: 4rem;
}

#triangle-right {
  position: absolute;
  right: 0;
  top: 75%;
  width: 4rem;
  text-align: center;
}

#right-bar i {
  font-size: 1.75rem;
  cursor: pointer;
}

#left-bar i {
  font-size: 1.75rem;
  cursor: pointer;
}

header ul {
  padding: 0;
  margin: auto;
  list-style: none;
}

header li i {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.illustration-left {
  position: absolute;
  z-index: 900;
  left: 0%;
  bottom: 0%;
}

.illustration-left img {
  height: 10rem;
}

.illustration-right {
  position: absolute;
  z-index: 900;
  right: 0%;
  top: 2%;
}

.illustration-right img {
  height: 10rem;
}

.copyright {
  background-color: #e4d2b0;
}

.info-card {
  border-radius: 15px;
  padding: 1rem 0.5rem;
  margin: 0.5rem 0.5rem;
  background-color: #e4d2b0;
}

.info-card p {
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #3f3d56;
}

::-webkit-scrollbar-thumb:hover {
  background: #e4d2b0;
}

.nav-bar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
}

.closebtn {
  position: absolute;
  left: 2rem;
}

.nav-bar ul {
  list-style: none;
  display: block;
}

.nav-bar a {
  padding: 1.5rem 0rem;
  text-decoration: none;
  font-size: 1.75rem;
  color: #3f3d56;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
}

.nav-bar a:hover {
  font-weight: bold;
}

#productheader {
  background-color: #e4d2b0;
  position: relative;
  min-height: 100vh;
}

#productheader h1 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

#bar {
  position: fixed;
  display: flex;
  align-items: center;
  height: 4rem;
  width: 100%;
  background-color: white;
  z-index: 1000;
}

.product-info {
  display: flex;
  align-items: center;
}

.pri-btn {
  background-color: #e4d2b0;
  color: white;
  border-radius: 15px;
  padding: 0.75rem 1rem;
}

.product-header-image {
  display: flex;
  align-items: center;
}

#scroll {
  z-index: 15000;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

#scroll a {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  background-color: #ccbb9d;
  border-radius: 50%;
}

#scroll i {
  margin: auto;
}

footer .links a:hover {
  padding-left: 0.5rem;
}

footer a:hover {
  color: white;
}

.card-infobox {
  background-color: white;
  color: #3f3d56;
  transition: 0.5s;
  border-radius: 15px;
  width: 30rem;
  margin: auto;
  text-align: left;
}

.card-infobox h1 {
  line-height: 2rem;
}

.person-img {
  border-radius: 15px;
  margin: 1.5rem 0rem;
}

.c-bg .pri-btn {
  background-color: white;
  color: #3f3d56;
}

@media (min-width: 576px) {
  header {
    background-image: url("../img/header-2.jpg");
    background-size: auto 100%;
  }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  header {
    background-image: url("../img/header-2.jpg");
    background-size: 100% 100%;
  }

  .illustration-left img {
    height: 20rem;
  }

  .illustration-right img {
    height: 20rem;
  }

  .illustration-right {
    top: 5%;
  }

  #productheader .illustration-right {
    top: 10%;
  }

  section {
    padding: 4rem 0rem 4rem 0rem;
  }

  #left-bar i {
    font-size: 2rem;
  }

  #right-bar i {
    font-size: 2rem;
  }

  #left-bar {
    width: 7rem;
  }

  #right-bar {
    width: 7rem;
  }

  #triangle-left {
    width: 7rem;
  }

  #triangle-right {
    width: 7rem;
  }

  .logo {
    margin: 3rem 8rem !important;
  }

  .logo p {
    font-size: 2rem;
    line-height: 2rem;
  }

  .slogan {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .card-infobox {
    background-color: white;
    color: #3f3d56;
    transition: 0.5s;
    border-radius: 15px;
    width: 30rem;
    margin: auto;
    text-align: left;
  }

  h4 {
    font-size: 1.2rem;
    font-weight: bold;
  }

}

@media (min-width: 1600px) {
  header {
    background-image: url("../img/header.jpg");
    background-size: auto;
  }
}
