@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
.head-2 {
  font-family: font-main;
  font-size: 65px;
}

.head-1 {
  font-family: font-secondary;
  font-size: 40px;
}

.picture-slider-item1 {
  background-image: url(../img/project-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

.picture-slider-item2 {
  background-image: url(../img/project-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.picture-slider-item3 {
  background-image: url(../img/project-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.picture-slider-item5 {
  background-image: url(../img/project-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.check-btn {
  background-color: #32AAD6;
  cursor: pointer;
}

.check-btn-box:hover .check-btn {
  transition: 0.6s;
  background-color: #56BD97;
}

.slider-input-form {
  z-index: 1000;
  top: -200px;
}

.book-now {
  z-index: 2000;
  bottom: 50px;
  word-spacing: 7px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
  .slider-input-form {
    top: -500px;
    text-align: center;
  }
  .input-inpute {
    width: 95%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .input-lable {
    margin-left: 3px;
  }
  .head-2 {
    font-size: 50px;
  }
}/*# sourceMappingURL=picture-slider.css.map */