
body{
    font-family: 'Mulish', sans-serif;
    background: #FFF;
    font-style: normal;
    line-height: normal;
    flex-shrink: 0;
    
}
/* nav section start here */
header{
    max-width: 1320px;
    margin: 0 auto;
}
.nav{
    max-width: 1320px;
    margin:0 auto ;
    /* border: 2px solid red; */
    display: flex;
    margin-top: 20px;
    
}

.nav-bar{
    display: flex;
    width: 50%;
}
.nav-container{
    display: flex;
    align-items: center;
}
.nav-container img{
    width: 48px;
    height: 56.008px;
  
    
   
}
.nav-title{
font-size: 36px;
font-weight: 800;
}
.travel-color{
    color: #FF5400;
}

.items-container{
    display: inline-flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 44px;
    margin-left: 35%;

}
.items-container a{
    text-decoration: none;
    color: var(--Dark-02, #424247);
    text-align: center;
    width: 50%;
    font-size: 18px;
    font-weight: 400;
}


.home-color{
    color: #FF5400;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: none;
    background-color: white;

}

/* nav section end here */
main{
    max-width: 1200px;
    margin: 0 auto;
}
/* banner section start here */
.banner-section{
    
    /* border: 2px solid red; */
    
    border-radius: 16px;

   
   
    background-image:linear-gradient(180deg, rgba(19, 19, 24, 0.80) 0%, rgba(19, 19, 24, 0.00) 100%),

   url("../Images/group.png");
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-top: 30px;

}
.banner-container{
   
    padding: 50px;
    
}

.banner-title{
   color: #FFF;
   font-size: 64px;
   font-weight: 800;
   text-align: center;
  
   
}
.banner-description{
color: #ece9e9;
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 26px;

}

.select-box{
    width: 786px;
    
    display: inline-flex;
    padding: 16px;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.30);
    
}
#input-box{
width: 174px;
height: 52px;
flex-shrink: 0;
border-radius: 8px;
background: #FFF;
}
#input-button{
width: 174px;
height: 52px;
flex-shrink: 0;
border-radius: 8px;
background: #FF5400;
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 700;
}
/* banner section end here */



/* Our Popular Tours section start */

.Popular{
    
   
    margin:0 auto ;
    /* border: 2px solid red; */
    display: flex;
    margin-top: 30px;
}
.Popular-title{
    color: #131318;
    font-size: 40px;
    font-weight: 800;
}

.Popular-data{
    color: rgba(19, 19, 24, 0.70);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    
}

.Popular-description{
    color: #5A5A5D;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px; 
    
}
.Popular-button{
width: 174px;
height: 52px;
flex-shrink: 0;
border-radius: 8px;
background: #FF5400;
border: none;
}


.Popular-img{
    width: 100%;
    margin: 0 auto;
    height: 550px;
    padding-left:308px;
}
/* Our Popular Tours section end */
 /* Destination start here */
.Destination{
   
    /* border: 2px solid red; */
    display: flex;
    margin-top: 30px;
}
.Destination-container{
    
}
.Destination-title{
    color: #131318;
    text-align: center;
    font-size: 40px;
    font-weight: 800;

}
.Destination-description{
    text-align: center;
    color: rgba(19, 19, 24, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.card{
    /* width: 1320px;
    margin: 0 auto; */
    
    margin-top:10px;
}

.card-1{
   display: flex;
   align-items: center;
   gap: 10px;
   justify-content: space-evenly;
}

.card-1 img{
    width: 100%;
    height: 100%;
}
.card-sub{
    width:48%;
    position: relative;
}
.card-p{
    position: absolute;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}

.card-2{
    margin-top: 20px;
    display: flex;
    gap: 10px;
justify-content: space-evenly;
   
    
   

     
 }
 .card-sub2{
    
 }
 .card-2 img{
     width: 100%;
     height: 100%;
 }

 .card-3{
display: flex;
  justify-content: space-evenly;  
  
    gap:20px;
    margin-top:20px;
    
 }
 
 .card-3 img{
     width: 100%;
     height: 100%;
 }
 /* Destination end here */

 /* Why Choose Us section start */
 .Choose {
   
    /* border: 2px solid red; */
    
    margin-top: 100px;
}
.Choose-container {
   text-align: center;
}
.Choose-title ,.Deals-title {
    color: #131318;
    text-align: center;
    font-size: 40px;
    font-weight: 800;

}
.Choose-description ,.Deals-description{
    text-align: center;
    color: rgba(19, 19, 24, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.Choose-card{
    
}
.card-model{
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
    flex-wrap: wrap;
    

}


.card-model-1{
    width: 40%;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #fbb56333;
    background: rgba(251, 181, 99, 0.05);
}
.sky{
    background-color:rgba(41, 206, 246, 0.05);


}
.card-model-1 img{
    height: 50px;
    width: 50px;
}





 /* Why Choose Us section end */

 /* Deals & Discounts section start  */
 .Deals{
    
    /* border: 2px solid red; */
    flex-direction: column;
    margin-top: 100px;
}

.Deals-1{
    
    /* border: 2px solid red; */
    display: flex;
    border-radius: 16px;
    background-image:linear-gradient(180deg, rgba(19, 19, 24, 0.80) 0%, rgba(19, 19, 24, 0.00) 100%),
    url("../Images/Group\ 39.png");
    backdrop-filter: brightness(0.5);
    height: 500px;
   
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode:multiply ;
    margin-top: 30px;
}
.Deals-1 img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% ;
    
}
.Deals-2{
    
    /* border: 2px solid red; */
    display: flex;
    border-radius: 16px;
    background-image:linear-gradient(180deg, rgba(19, 19, 24, 0.80) 0%, rgba(19, 19, 24, 0.00) 100%),
    url("../Images/Group\ 40.png");
    backdrop-filter: brightness(0.5);
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode:multiply ;
    margin-top: 30px;
}
.Deals-2 img{

    height: 100%;
    
}
.Deals-3{
    
    margin:0 auto ;
    /* border: 2px solid red; */
    display: flex;
    border-radius: 16px;
    background-image:linear-gradient(180deg, rgba(19, 19, 24, 0.80) 0%, rgba(19, 19, 24, 0.00) 100%),
    url("../Images/Group\ 39.png");
    backdrop-filter: brightness(0.5);
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode:multiply ;
    margin-top: 30px;
}
.Deals-3 img{
    width: 100%;
    height: 100%;
}
.Deals-box-00{
    width: 50%;
   height: 70%;
   flex-shrink: 0;
   border-radius: 16px;
   border: 2px solid #FFF;
   background: rgba(255, 255, 255, 0.80);
   backdrop-filter: blur(2.5px);
   margin-top: 3.5%;
   margin-right: 25%;
   margin-left: 5%;
}


.Deals-box{
    height: 70%;
    width: 50%;
    flex-shrink: 0;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2.5px);
    margin-top: 3.5%;
    margin-left: 35%;
}
.Deals-box-model{
    margin-left: 25px;
    padding: 10px;
    border-radius: 10px;
}
.Deals-box-title{
    color: #131318;
font-family: Mulish;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.Deals-box-description{
    color: #5A5A5D;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.Deals-box-bio{
    color: #FF5400;
font-family: Mulish;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.Deals-box-button{
width: 150px;
height: 52px;
flex-shrink: 0;
border-radius: 8px;
border: none;
background: #FF5400;
color: #FFF;
text-align: center;
font-family: Mulish;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.Deals-box-content{
    display: flex;
    justify-content: space-around;
}
.Deals-box-content img{
    height: 24px;
    width: 24px;
}
.box-icon{
    display: flex;
    text-align: center;
}

.Packages{
    width: 210px;
height: 52px;
flex-shrink: 0;
border-radius: 8px;
background: #FF5400;
color: #FFF;
text-align: center;
font-family: Mulish;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: normal;
margin-top: 6px;
margin-left: 40%;
}
 /* Deals & Discounts section end */

 /* A Simple Perfect Place To Get Lost section start */
 .simple{
    margin:0 auto ;
    display: flex;
    margin-top: 30px;
    


 }
 .simple-container{
    flex-direction: column;
   
    height: 550px;
    
 }
 .simple-title{
    color: #131318;
font-size: 40px;
font-weight: 800;
line-height: 60px; 
padding:10px;
 }
 .simple-p{
    color: #5A5A5D;
font-size: 16px;
font-weight: 400;
line-height: 26px;
padding:5px; 
 }
 .simple-i{
    color: #131318;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px; 
padding:5px;
 }
 .simple-button{
width: 174px;
height: 52px;
flex-shrink: 0;
color: #FFF;
text-align: center;
font-family: Mulish;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: normal;
border-radius: 8px;
background: #FF5400;
padding: 20px;
 }
 .simple-img{
    width: 100%;
    margin: 0 auto;
    height: 550px;
    /* margin-right:0; */
    
 }

  /* A Simple Perfect Place To Get Lost section end */

   /* Newsletter section start  */
  .Newsletter{
    display: flex;
    align-items: center;
    margin-top: 80px;
    gap: 30px;
  }
  .Newsletter-containar{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #FF5400;
    border-radius: 16px;
    padding: 20px;
    
  }
.Newsletter-containar input{
    width: 200px;
    padding: 24px;
}
   .button-subscribe{
    width: 393px;
height: 52px;
flex-shrink: 0;
border-radius: 8px;
background: #FF5400;
color: #FFF;
text-align: center;
font-size: 20px;
font-weight: 800;

   }
   .Newsletter-img-container{
    position: relative;
   }
  
   .Newsletter-box{
    color: white;
    padding: 40px;
    background-color: #FF5400;
    transform: rotate(-20deg);
    position: absolute;
    bottom: 40px;
    right: 40px;
   }
   
    /* Newsletter section end  */
    .footer{
     padding: 20px;
        /* padding: 80px; */
        background: rgba(19, 19, 24, 0.05);
 
        margin-top: 100px;
    }
    .footer-container{
        /* width: 100%; */
        margin-top: 10px;
        display: flex;
        justify-content: center;
        /* padding: none; */
       
        

    }
    .footer-container img{
        margin: 0;
    }
    .footer-container .nav-title{
        margin: 0;
        margin-top: 10px;
    }
    
    .footer-p{
      
        color: #5A5A5D;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px; 
        justify-content: center;
        margin-top: 10px;
    }
    .footer-logo{
        text-align: center;
        margin-top: 10px;
    }
    .footer-line{
        margin-top: 10px;
        height: 1px;
        background: rgba(19, 19, 24, 0.10);
    }
    .footer-copyright{
        margin-top: 10px;
        text-align: center;
        justify-content: center;
    }

    .hide{
        display: none;
    }


    /* new stylee */
*{
    margin: 0;
    padding: 0;

}
header{
    max-width: 1200px;
    margin: 0 auto;
}
    nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .nav-title span{
        color: #FF5400;
    }
    .nav-title-contaiane{
        display: flex;
        align-items: center;
    }
    nav>ul{
        display: flex;
    }
    nav li{
        list-style: none;
        margin-right: 20px;
    }
    

    /* main */

    .banner-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .select-box{
        margin: 0;
    }
    .Popular{
        margin-top: 100px;

        gap: 80px;
        align-items: center;
    }
    .Popular-img{
        padding: 0;
    }