* {
  cursor: url(/assets/images/cursor.png), url(/assets/images/cursor.png), auto;
}

/* NavBar */
nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

/* Header */
header {
  padding-top: 4rem;
}

/* Navbar Menu */

.open-slide {
  z-index: 10000;

  margin: 10px;

  margin-bottom: 4px;
}

.dropdown {
  position: relative;

  display: inline-block;
}

.text-nav {
  color: #d41a5d;
}

.dropdown-content {
  position: absolute;

  top: 40px;

  z-index: 1;

  min-width: 230px;

  text-align: center;

  border-radius: 3px;
}

.side-nav {
  height: 100%;

  width: 0;

  position: fixed;

  z-index: 9999 !important;

  top: 0;

  left: 0;

  background-color: white;

  overflow-x: hidden;

  padding-top: 60px;

  transition: 0.2s;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-delay: 0s;
}

.side-nav a {
  white-space: nowrap;
}

.side-nav .btn-close {
  position: absolute;

  top: 0;

  font-size: 40px;

  right: 22px;

  margin-left: 50px;
}

.btn-close {
  color: #d41a5d;

  cursor: pointer;
}

.button-slide {
  margin-left: 4.5rem;
}

h1 {
  font-family: "Lato", sans-serif;
}

.logo-text {
  font-family: "Great Vibes", cursive;

  color: #d41a5d;

  font-size: 36px;
}

.touch {
  color: #d41a5d;
  padding: 5px 15px;
  border: 1px solid #d41a5d;
}

.touch:hover {
  background-color: #d53f8c;
  border: 1px solid #d53f8c;
  color: white;
}

/* Scroll */

/* width */

::-webkit-scrollbar {
  width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #d41a5d;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.logo-image {
  cursor: pointer;
}

.logo-text {
  cursor: pointer;
}

.logo-text-footer {
  cursor: pointer;
}

.touch {
  cursor: pointer;
}

@media (max-width: 1300px) {
  .bg-cover-header {
    background-size: contain !important;

    background-position: center !important;
  }
}

@media (max-width: 600px) {
  .logo-text {
    font-size: 22px;
  }

  .logo-image {
    width: 25px;
  }
}

@media (max-width: 750px) {
  .logo-container {
    padding-right: 5rem;
  }
}

@media (max-width: 400px) {
  .logo-container {
    padding-right: 2.8rem;
  }

  .svg-menu {
    width: 1.4rem;

    height: 1.4rem;
  }
}

/* Header Index Image */

.button-header {
  position: absolute;

  top: 60%;

  left: 50%;

  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .button-header {
    display: none;
  }
}

/* Footer */

.logo-text-footer {
  font-family: "Great Vibes", cursive;

  font-size: 30px;

  color: white;
}

.footer-bg {
  background-color: #4b022e;
}

.footer-darker-bg {
  background-color: #340220;
  font-family: "Kalam", cursive !important;
}

@media (max-width: 350px) {
  .logo-text-footer {
    font-size: 1.5rem;
  }

  .text-info {
    padding-left: 0.8rem;

    font-size: 0.8rem;
  }
}

@media (min-width: 350px) and (max-width: 767px) {
  .logo-text-footer {
    font-size: 1.5rem;
  }

  .text-info {
    padding-left: 1.5rem;
  }
}

@media (min-width: 767px) {
  .text-info {
    padding-right: 0.5rem;

    padding-left: 0.5rem;
  }
}

.text-info {
  font-size: 0.9rem;
}

/* ABOUT PAGE */

.bg-cover-about {
  background-position: center;

  background-size: cover;
}

.font-written {
  font-family: "Great Vibes", cursive;
}

@media (min-width: 1400px) {
  .bg-cover-about {
    background-position: center;

    background-size: contain;
  }
}

.title-text {
  font-family: "Great Vibes", cursive;

  color: #d41a5d;
}

.color-text {
  color: #d41a5d;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .wrap-content {
    display: flex;

    flex-wrap: nowrap !important;
  }
}

/* SERVICES PAGE */

@media (min-width: 640px) {
  .services-card {
    height: 25rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .services-card {
    height: 29rem;
  }
}

@media (max-width: 640px) {
  .services-card-paragraph {
    margin-bottom: 3rem;
  }

  #services-image-painting {
    max-height: 22rem;
  }
}

/* Testmonials */

@media (min-width: 3500px) {
  .footer-fixed {
    position: absolute;

    bottom: 0;

    width: 100%;
  }
}

/* Video  */

@media (max-width: 1000px) {
  .video-section {
    min-width: max-content;
  }
}

@media (min-width: 900px) {
}

.height-video {
  height: 570px;
}

@media (max-width: 378px) {
  .height-video {
    height: 695px;
  }
}

.margin-percent {
  margin-top: 10%;
}

@media (min-width: 768px) {
  .margin-percent {
    margin-top: 4.5%;
  }
}

@media (min-width: 1200px) {
  .margin-percent {
    margin-top: 4%;
  }
}

@media (min-width: 1500px) {
  .margin-percent {
    margin-top: 2.5%;
  }
}

@media (min-width: 3000px) {
  .margin-percent {
    margin-top: 1.8%;
  }
}
