
.navbar{
    height: 155px;
    background-color: rgb(201, 181, 181);
    width: 100%;
}
header
{
    width: 100%;
    z-index: 100;
    height: 70px;
}
.unorder{
    gap: 10px;
}
nav{
    z-index: 100;
    background-color: gray;
}
.navbar-Desktop{
    
    padding-bottom:5px ;
}
.icon{
   margin-left: 140px;
   display: flex;
   gap: 20px;  
}
.nav1{
    display: flex;
    justify-content: space-around;
}
.Destination{
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../Images/Background/frontpage\ -background.webp);
}

.Destination-text{
    padding-top: 350px;
    font-size: 40px;
    font-weight: bolder;
    padding-left: 20px;
}
.Home{
    padding-left:70px ;
}
.img-round{
    border-radius: 10px;
}
.nature{
    background-color: #F8F9FA;
}
.scroll-vertical {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}
/* horizontal */
.scroll-horizontal {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px;
}
.scroll-horizontal .card {
  min-width: 250px;
  flex: 0 0 auto;
}
.demo-carosal{
    padding-top: 180px;
}
@media(min-width:992px)
{
.All{
    padding-top: 500px;
}
}
.laptop{
    background-color: aliceblue;
}
.card-img-top {
      border-radius: 1rem 1rem 0 0;
      height: 220px;
      object-fit: cover;
    }
    .card {
      border-radius: 1rem;
      overflow: hidden;
      border: none;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .temp-icon {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #555;
      margin-top: 4px;
    }
    .temp-icon i {
      margin-right: 5px;
    }

    .row{
        padding-top: 30px;
    }
    .row1{
        padding-top: 100px;
    }

    .store-btn img {
            height: 50px;
        }
        .newsletter-input {
            border-radius: 10px;
        }
        .newsletter-btn {
            border-radius: 8px;
        }

