*
{
   margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", Arial, sans-serif;
}

/*navbar*/
.navbar
{
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF1DA;
}

.logo
{
    width: 25%;
    font-family: 'Roboto', sans-serif;
    font-size:24px;
    font-weight: bold;
    color:darkslateblue;
    padding-left: 80px;
}

.nav-list
{
    width: 50%;
    padding-right: 180px;
}

.nav-list ul
{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}

.nav-list a
{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color:black;
    font-weight: 500;
    padding-inline: 10px;
}

.sign-up
{
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #e85c38;
}

.nav-list a:hover
{
    color:#EC2403 ;
}

.sign-up:hover
{
  background-color: #cd5f44;
  color: white;
}

/*Home*/
.home
{
    background-image: url(images/Decore.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.container
{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right
{
    width: 95%;
    padding-left: 150px;
    padding-top: 100px;
}

.right img
{
    width: 100%;
}

.text
{
    padding-left: 200px;
}

.button-home
{
    padding-left: 200px;
    padding-top: 20px;
}

.btn1:hover
{
    background-color: #EC2403;
    color: white;
}

.text h2
{
  color: #EC2403 ;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 15px;
}

.text h1
{
    color: darkslateblue;
    font-size: 50px;
}

.text p
{
    padding-top: 15px;
    color: gray;
    font-size: 14px;
    line-height: 1.4;
}

.btn1
{
    background-color: orange;
    color: white;
    border: none;
    font-size: 14px;
    margin-inline: 3px;
    padding: 9px;
    border-radius: 4px;
    cursor: pointer;
}

.btn2
{

  background-color: transparent;
  border: none;
  font-size: 14px;
  color: gray;
  padding: 9px;
  cursor: pointer;
}

i
{
    color: #EC2403 ;
    font-size: 22px;
}

.category
{
    text-align: center;
    padding-top: 120px;
    padding-bottom: 70px;
}

.title
{
    padding-bottom: 50px;
}

.title h2
{
    font-size: 16px;
    color: gray;
    padding-bottom: 10px;
}

.title p
{
    font-size: 38px;
    font-weight: 600;
}

.item
{
    width: 25%;
    padding: 25px 2px 25px 2px;
}

.content
{
    display:flex;
    justify-content: center;
    align-items: center;

}

.container2
{
    width: 80%;
    margin:auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.item
{
    width: 25%;
    text-align: center;
}

.inner2
{
    border: 1px solid #f4f4f4;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, .15);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 10px;
}

.item h2
{
    font-size: 16px;
    padding-top: 30px;
    color: darkslateblue;
    font-weight:600;
}

.item p
{
    line-height: 1.4;
    color: #555555;
    padding: 5px 70px;
    padding-top: 15px;
    
}


/* Destinations */
.Destinations {
  text-align: center;
  padding: 60px 20px;
}

.Destinations h4 {
  color: gray;
  font-size: 14px;
  margin-bottom: 5px;
}

.Destinations h2 {
  font-size: 28px;
  font-weight: 700;
  color: #121212;
}

.destination-about {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card-two {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 250px;
  transition: transform 0.3s ease;
}

.card-two img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card-two:hover {
  transform: scale(1.05);
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.card-content .price {
  color: #333;
  font-weight: 500;
  float: right;
}

.card-content .duration {
  font-size: 13px;
  color: gray;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* Steps */
.steps {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  padding: 50px 200px ;
}

.steps-content h2 {
  font-size: 30px;
  margin-bottom: 20px;

}

.steps-content p{
    font-size: 16px;
}

.steps-content h4 {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.step {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.step i {
  font-size: 22px;
  margin-top: 5px;
  
}

.icons i{
    background-color:#f5f5f5;
    padding: 8px;
    border-radius: 50%;
}
.card-three {
  position: relative;
  max-width: 300px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

.trip-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.trip {
  padding: 15px;
}

.trip h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.trip p {
  font-size: 14px;
  margin-bottom: 10px;
}

.icons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.icons i {
  font-size: 16px;
  color: #555;
}

.box-small {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.box-small img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.box-text h3{
    font-size: 14px;
}
.box-text p {
  margin: 0;
  font-size: 13px;
}


/* Testimonials */

.testimonials {
  padding: 60px 200px;
}

.testimonial-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  
}

.testimonial-text {
  max-width: 400px;
}

.testimonial-text .small-text {
  color: #5e6282;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.testimonial-text h2 {
  font-size: 32px;
  color: #14183e;
}

.slider-dots {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bbb;
  display: inline-block;
}

.dot.active {
  background-color: #5e6282;
}

.testimonial-cards {
  max-width: 500px;
  position: relative;
}

.testimonial-box {
  background: #fff;
  padding: 40px 30px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: left;
  position: relative;
}

.testimonial-box.one {
  z-index: 2;
}

.testimonial-box.two {
  position: absolute;
  bottom: -30px;
  left: 40px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  width: 500px;
  height: 200px;
  z-index: 1;
}

.actor {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 30px;
  border: 4px solid white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.ppp {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #828492;
  
}

.name {
  font-weight: bold;
  font-size: 16px;
  color: #14183e;
}

.location {
  color: #777;
  font-size: 14px;
}

/* Brands */
.brands {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 50px 20px;
  background-color: #fff;
}

.brands img {
  height: 60px;
  transition: transform 0.3s ease;
  width: 100px;
}

.brands img:hover {
  transform: scale(1.05);
}


/* Subscribe */
.subscribe {
  padding: 80px 20px;
  text-align: center;
  position: relative;
}
.subscribe-box{
  position: relative;
  background: rgb(242, 243, 244);
  max-width: 700px;
  margin: auto;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgb(0, 0, 0 ,0.05);
}

.subscribe-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #3b3b5c;
}

.subscribe-box form{
  margin-top: 20px;
}

.subscribe-box input[type="email"] {
  padding: 12px 15px;
  width: 250px;
  border: 1px solid silver;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 14px;
}

.subscribe-box button {
  padding: 12px 20px;
  background-color: rgb(240, 47, 47);
  color: white;
  border:none;
  border-radius: 8px;
  cursor: pointer;
}

.subscribe-box button:hover {
  background-color: brown;
}

.subscribe-img{
  position: absolute;
  right: -20px;
  top: -20px;
  width: 50px;
  height: 50px;
}


/* Footer */
footer {
  padding: 50px 60px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #eee;
}

.footer-section {
  min-width: 150px;
}

.footer-section h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: black;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #5e5e5e;
}

.footer-section p {
  color: #5e5e5e;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
}

.footer-name:hover
{
    color: #EC2403;
}

/* Media Query */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }

  .home {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .home-buttons {
    justify-content: center;
  }

  .steps {
    flex-direction: column;
    align-items: center;
  }

  .destination-about {
    flex-direction: column;
    align-items: center;
  }
   .testimonial-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-text {
    text-align: center;
  }

  .testimonial-cards {
    margin-top: 30px;
  }

  .brands {
    flex-direction: column;
  }

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
  }

  .nav-btns {
    flex-direction: column;
    gap: 10px;
  }
}

