@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-item-2 {
  font-family: font-main;
  font-size: 40px;
}

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

.main-div-4 {
  background-image: url(../img/plane.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-des-img {
  overflow: hidden;
}

.top-des-img-1 {
  top: 230px;
  font-weight: bold;
  color: white;
}

.top-des-img-box {
  height: 300px;
  cursor: pointer;
}

.top-des-img-box:hover {
  opacity: 60%;
  background-color: #FDB714;
  transform: scale(1.1);
  transition: 0.5s;
  color: #56BD97;
}

@media only screen and (max-width: 768px) {
  .main-div-4 {
    background-image: url(../img/plane.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}/*# sourceMappingURL=top-destinations.css.map */