/* Login-screen */
.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: -webkit-linear-gradient(to right, #ffecaf, #fcdd70, #fdc917, #ffc600); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: linear-gradient(to right, #ffecaf, #fcdd70, #fdc917, #ffc600); */
  background: #454545;

}

.login-btn {
  width: 100%;
  background: #ffc600;
  border-color: #ffc600;
  color: #ffffff;
}

.login-btn:hover {
  background: #454545;
  border-color: #ffc600;
  width: 100%;
  color: #ffffff;

}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

.social {
  color: #ffc600;
  border-color: #ffc600;
  /* width: 100%; */
}

.social:hover {
  color: #ffffff;
  background-color: #ffc600;
  border-color: #ffc600;
  /* width: 50%; */
}


/* verify-screen */
.form-control:focus {
  box-shadow: none;
  border: 2px solid #ffc600;
  border: 1px solid #ffc600;
}

.card-2 .content a {
  color: #ffc600;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #ffc600
}

.validate {
  height: 40px;
  background-color: #ffc600;
  border: 1px solid #ffc600;
  /* width: 140px */
}

.gradient-custom-1 {
  /* background: -webkit-linear-gradient(to right, #ffecaf, #fcdd70, #fdc917, #ffc600); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #ffecaf, #fcdd70, #fdc917, #ffc600);
  /* background: #454545; */
}

/* CARD-HOBER */
@import url("https://fonts.googleapis.com/css?family=Patua+One");


h1 {
  margin-top: 4%;
  margin-bottom: 4%;
  font-family: "Patua One", cursive;
}

.box2 {
  max-height: 350px;
  height: 350px;
  background-color: #eeeeee;
  background-size: cover;
  /* background-position: center center; */
  transition: all 0.5s ease-in-out;
  display: flex;
  /* align-content: center;
    justify-content: center; */
  background-image: url('./assets/images/room1.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  .hover {
    height: 100%;
    width: -webkit-fill-available;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition: all 0.5s ease-in-out;
    padding: 2em 2em;

    h1 {
      color: #ffffff;
      font-size: 1.8em;
      text-transform: uppercase;
      font-family: "Patua One", cursive;
    }

    p {
      color: #ffffff;
    }
  }

  &:hover {
    filter: grayscale(100%);

    .hover {
      opacity: 1;
      cursor: pointer;
    }
  }
}

.box {
  position: relative;
  max-height: 255px;
  height: 255px;
  background-color: #eeeeee;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;

  .content-hover2 {
    transform: scale(0, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #d32222;
    /* // box-shadow: inset 0 0 0 15px #C01E1E; */
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 2em 2em;

    h1 {
      color: #ffffff;
      font-size: 1.5em;
      text-transform: uppercase;
      font-family: "Patua One", cursive;
      font-style: italic;
    }

    p {
      color: #ffffff;
    }
  }

  .content-hover {
    transform: scale(0, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #252525;
    /* // box-shadow: inset 0 0 0 15px #1B1B1B; */
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 2em 2em;

    h1 {
      color: #ffffff;
      font-size: 1.5em;
      text-transform: uppercase;
      font-family: "Patua One", cursive;
      font-style: italic;
    }

    p {
      color: #ffffff;
    }
  }

  .content {
    display: flex;
    justify-content: center;
    flex-flow: column;

    img {
      width: 160px;
    }

    p {
      font-size: 1.2em;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: -2em;
    }
  }

  &:hover> {

    .content-hover,
    .content-hover2 {
      transform: scale(1, 1);
      cursor: pointer;
    }
  }
}

.box-tech {
  position: relative;
  max-height: 255px;
  height: 255px;
  background-color: #eeeeee;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 2em;

  .content {

    display: flex;
    align-content: center;
    justify-content: center;
    flex-flow: column;
    padding-top: 5em;
    transition: all 0.2s ease-in-out;

    img {
      width: 140px;
      transition: all 0.2s ease-in-out;
      filter: grayscale(100%) brightness(75%);
    }

    p {
      font-size: 1.2em;
      font-weight: 700;
      color: #8E8E8E;
      text-transform: uppercase;
      margin-top: 0em;
      transition: all 0.2s ease-in-out;
    }

    .desc {
      transform: scale(0, 0);
      transition: all 0.2s ease-in-out;

      .line {
        border-top: 1px solid #000000;
        width: 0px;
        margin-top: 0em;
        margin-bottom: 1em;

        transition: all 0.2s ease-in-out;
      }

      p {
        font-size: 1em !important;
        font-weight: 600;
        text-transform: none;
        margin-top: 0em;
      }
    }
  }

  &:hover {
    .content {
      padding-top: 0em;
      cursor: pointer;

      img {
        width: 60px;
        filter: none;
      }

      p {
        color: #111111;
      }

      .desc {
        display: block !important;
        transform: scale(1, 1);

        .line {
          width: 50px;
        }

      }
    }
  }
}

/*--------------------------- profile img---------------------------------------- */
.profile-button {
  background: rgb(99, 39, 120);
  box-shadow: none;
  border: none
}

.profile-button:hover {
  background: #682773
}

.profile-button:focus {
  background: #682773;
  box-shadow: none
}

.profile-button:active {
  background: #682773;
  box-shadow: none
}

.back:hover {
  color: #682773;
  cursor: pointer
}

.labels {
  font-size: 11px
}

.add-experience:hover {
  background: #BA68C8;
  color: #fff;
  cursor: pointer;
  border: solid 1px #BA68C8
}

.border-yellow {
  border-right: 1px solid #ffc600 !important;
}

img.rounded-circle {
  border: 2px solid #ffc600;
}

/* Choosse img and crop img  
 JavaScript Libraries (jQuery, Popper, Bootstrap, Croppie)  */
.ci-user-picture {
  min-width: 150px;
  margin-right: 16px;
  margin: auto;
  padding: 10px 0;
}

.ci-user-picture img {
  max-width: 100%;
  max-height: 400px;
  border-radius: 12px;
  object-fit: contain;
  /* Maintain aspect ratio without cropping */
}

.btn-default {
  display: inline-block;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  transition: 0.5s;
  text-align: center;
  text-transform: capitalize;
}

.bg-blue {
  background-color: #ffc600;
  color: #fff !important;
}

.filepreviewprofile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.modal-header-bg {
  width: 100%;
  height: 12px;
  background: linear-gradient(269.44deg, #ffc600 2.3%, #ffeca8 99.19%);
}

.cropImageModal .modal-dialog {
  max-width: 750px;
  width: 90%;
  margin: 0.5rem auto;
}

.up-photo-title {
  padding: 8px 15px;
  text-align: center;
}

#upload-demo {
  position: relative;
  width: 100%;
  height: 250px;
}

.cr-slider-wrap p {
  font-size: 13px;
  color: #8D8D94;
  text-align: left;
}

.upload-action-btn {
  margin-top: 60px;
  padding-top: 100px;
}
.text-yellow {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.text-yellow:hover {
  color: #ffc600;
}
/* card  */
/* .cont {
  max-width: 400px;
  margin: 2rem auto;
} */

.product-card {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
  height: 250px;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__info {
  padding: 20px;
}

.product-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.product-card__description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.product-card__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__price {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.product-card__btn {
  background-color: #ffc600;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.product-card__btn:hover {
  background-color: #C71729;
}

@media (max-width: 480px) {
  .cont {
      max-width: 100%;
      padding: 0 20px;
  }

  .product-card__image {
      height: 200px;
  }

  .product-card__title {
      font-size: 1.3rem;
  }

  .product-card__description {
      font-size: 0.8rem;
  }

  .product-card__price {
      font-size: 1.1rem;
  }

  .product-card__btn {
      padding: 8px 16px;
      font-size: 0.8rem;
  }
}