
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  padding-top: 1rem;
  position: relative;
  background-size: cover;
}

.owl-item img {
    height:calc(66.4vw / 2.5);
}

@media (max-width: 1200px) {
  .owl-item img {
    height:calc(66.4vw / 1.5);
  }
}
@media (max-width: 992px) {
  .owl-item img {
    height:calc(66.4vw / 1.5);
  }
}

@media (max-width: 768px) {
  .owl-item img {
    height:calc(66.4vw / 1.2);
  }
}
@media (max-width: 567px) {
  .owl-item img {
    height:66.4vw;
  }
}

/* About Section
--------------------------------*/

#about {
  padding: 60px 0 30px 0;
}



#about .content h2 {
  color: #e65100;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #dd2c00;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}




/* Our destination Section
--------------------------------*/

#destination {
  background: #fff;
  padding: 30px 0;
}

#destination .destination-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#destination .destination-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#destination .destination-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#destination .destination-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#destination .destination-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#destination .destination-item .destination-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

#destination .destination-item:hover .destination-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#destination .destination-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #b71c1c;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #dd2c00;
  border: 3px solid #dd2c00;
}



/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #dd2c00;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #dd2c00;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}



#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  margin-bottom: 5px;
  resize: none;
}

#contact .form button {
  background: #dd2c00;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button:hover {
  background: #b71c1c;
}

#f-sts {
  height: 24px;
}