/* ===================================
   NURIA TOURS
   TRAVEL PLANNING
=================================== */

.nt-travel-hero{
  padding:120px 0;
  background:
    linear-gradient(
      rgba(15,23,42,.55),
      rgba(15,23,42,.55)
    ),
    url('/assets/img/Sport Travel Management.png');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  color:#fff;
}

.nt-travel-hero-content{
  max-width:760px;
}

.nt-travel-hero h1{
  font-size:3.5rem;
  margin:16px 0;
}

.nt-travel-hero p{
  font-size:1.15rem;
  line-height:1.8;
  max-width:700px;
}

.nt-kicker{
  display:inline-block;
  color:#c21d1d;
  font-size:.85rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.nt-travel-card{
  background:#fff;
  border-radius:18px;
  padding:30px;
  border:1px solid rgba(17,24,39,.08);
  box-shadow:0 10px 25px rgba(17,24,39,.05);
  height:100%;
  transition:.25s ease;
}

.nt-travel-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 35px rgba(17,24,39,.08);
}

.nt-travel-line{
  width:40px;
  height:2px;
  background:#c21d1d;
  margin-bottom:15px;
}

.nt-travel-card h3{
  font-size:1.15rem;
  margin-bottom:12px;
  color:#111827;
}

.nt-travel-card p{
  color:rgba(17,24,39,.72);
  line-height:1.7;
}

.nt-travel-areas{
  background:#f7f7f5;
}

.nt-area-box{
  background:#fff;
  border-radius:14px;
  padding:22px;
  border:1px solid rgba(17,24,39,.08);
  text-align:center;
  font-weight:600;
  color:#111827;
}

.nt-why-box{
  background:#fff;
  border-radius:18px;
  padding:28px;
  border:1px solid rgba(17,24,39,.08);
  text-align:center;
  height:100%;
}

.nt-why-box h3{
  margin-bottom:12px;
  color:#111827;
}

.nt-why-box p{
  color:rgba(17,24,39,.72);
}

.nt-travel-cta-box{
  background:#fff;
  border-radius:22px;
  padding:60px;
  border:1px solid rgba(17,24,39,.08);
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}

.nt-travel-cta-box p{
  max-width:700px;
  margin:20px auto 30px;
  color:rgba(17,24,39,.72);
}

@media (max-width:991px){

  .nt-travel-hero{
    padding:90px 0;
  }

  .nt-travel-hero h1{
    font-size:2.5rem;
  }

}

@media (max-width:767px){

  .nt-travel-hero h1{
    font-size:2rem;
  }

  .nt-travel-cta-box{
    padding:35px 25px;
  }

}