*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: 'Lato', sans-serif;
}
/* Navbar Start FFC107 */
#navbar{
    background: #f9f9f9;
    position: fixed;
    isolation: isolate;
    width: 100%;
    margin-inline: auto;
    z-index: 9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
}
#logo{
    font-size: 25px;
    font-weight: 550;
    color: black;
    text-shadow: 0px 1px 1px black;
    margin-bottom: 1px;
    padding-right: 20px; /* Adjust this value as needed */

}
#logo span{
    color: #fea724;
}
.navbar-toggler span{
    color: #fea724;
}
.navbar-nav{
    margin-left: 250px;
}
.navbar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-item .nav-link{
    font-size: 16px;
    font-weight: 550;
    color: black;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: 0.5s ease;
}
.nav-item .nav-link:hover{
    color: #fea724;
    border-bottom: 1px solid #f35405;

}
#navbar form button{
    background: orange;
    color: white;
    border: none;
}

/* Home Section Start */
.home{
    width: 100%;
    height: 90vh;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url(./images/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.home .content{
    text-align: center;
    padding-top: 200px;
}
.home .content h5{
    color: white;
    font-size: 38px;
    font-weight: 550;
    text-shadow: 0px 1px 1px black;
}
.home .content h1{
    color: white;
    font-size: 40px;
    font-weight: 530;
    text-shadow: 0px 1px 1px black;
    margin-top: 5px;
}
.changecontent::after{
    content: ' ';
    color: #fea724;
    text-shadow: 0px 1px 1px black;
    animation: changetext 10s infinite linear;
}
@keyframes changetext{
    0%{content: "Marrakesh";}
    10%{content: "Agafay Desert";}
    20%{content: "ouzoud falls";}
    30%{content: "Ourika valley";}
    40%{content: "Imlil Valley";}
    50%{content: "Ourzazte";}
    60%{content: "Essaouira";}
    70%{content: "Agadir";}
    80%{content: "Taghazout";}
    90%{content: "Casablanca";}
    100%{content: "Fes";}
} 
.home .content p{
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0px 1px 1px black;
    margin-bottom: 30px;
    margin-top: 5px;
}
.home .content a{
    padding: 10px;
    background: white;
    color: black;
    letter-spacing: 2px;
    font-weight: 550;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}
.home .content a:hover{
    background: #fea724;
    color: white;
}
@media (max-width:850px){
    .home{
        background-position: 50%;
    }
}
@media (max-width:450px){
    .home .content h5{
        font-size: 25px;
    }
    .home .content h1{
        font-size: 38px;
    }
    .home .content p{
        font-size: 13px;
    }
}
/* Section Book Start */
.book{
    background: #f9f9f9;
    padding: 50px;
}
.main-text h1{
    text-align: center;
    text-shadow: 0px 1px 1px black;
    font-weight: 600;
}
.main-text h1 span{
    color: #fea724;
}
/* Section Packages Start */
.main-txt h1{
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    text-shadow: 0px 1px 1px black;
}
.main-txt h1 span{
    color: #fea724;
}
.packages .card{
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;

}
.packages .card img{
    border-radius: 5px;
}
.packages .card .card-body{
    background: transparent;
}
.packages .card .card-body h3{
    font-size: 25px;
    font-weight: 600;
}
.packages .card .card-body p{
    font-size: 15px;
}
.checked{
    color: #fea724;
}
.star i{
    font-size: 15px;
}
.packages .card .card-body h6{
    
        font-size: 15px;
        color: #fea724;
        font-weight: bold;
    
    
}
.packages .card .card-body span{
    
    font-size: 15px;
    color: #000000;
    font-weight: normal; /* This ensures the span text is not bold */


}
.packages .card .card-body span{
    
    font-size: 15px;
    color: #000000;
    font-weight: normal; /* This ensures the span text is not bold */


}
.packages .card .card-body a{
    padding: 10px;
    text-decoration: none;
    background: #fea724;
    color: white;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 95px;
    
}


.packages .card .card-body a{
    padding: 10px;
    text-decoration: none;
    background: #fea724;
    color: white;
    border-radius: 5px;
}
/* Section Packages End */




/* Section Services Start  */
/* Section Services Start */
.services .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: none;
    cursor: pointer;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    text-align: center; /* Center text horizontally */
}

.services .card i {
    font-size: 80px;
    color: #fea724;
    margin-bottom: 20px; /* Space between icon and text */
    margin-top: 25px; /* Space between icon and text */

}

.services .card .card-body {
    padding: 15px;
}

.services .card .card-body h3,
.services .card .card-body p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.services .card .card-body h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.services .card .card-body p {
    font-size: 14px;
    line-height: 1.6;
}



/* Section Services End */





/* Section Gallary Start */
.gallary{
    margin-top: 50px;
}
.gallary .card{
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
    cursor: pointer;
}
.gallary .card img{
    border-radius: 10px;
    transition: 0.5s;
}
.gallary .card img:hover{
    transform: scale(1.1);
}
/* Section Gallary End */




/* About Start */
.about{
    padding: 50px;
    margin-top: 50px;
    background: #f9f9f9;
}

.about .card{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.about .card img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;

}
.about-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.about-image:hover {
    transform: scale(1.05);
}
.about h2{
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    font-size: 30px;
}
    
.about h4{
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fea724;
    font-size: 20px;

}
.about p{
    font-weight: 500;
    text-align: center;
    color: #555;


}
.about ul li {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}
.about p.lead {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}
.about a{
    padding: 7px;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
.about a:hover{
       background: #e59600;
       color: white;
}

#about-btn{
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #fea724;
    color: white;
    letter-spacing: 2px;
    font-weight: 550;
    transition: 0.5s ease;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 20px;

}
#about-btn:hover{
    width: 170px;
}
@media (max-width:765px){
    .about{
        padding: 0;
    }
}
/* About End */




/* Footer Start */
#footer{
    width: 100%;
    text-align: center;
    background: #f9f9f9;
}
#footer h1{
    font-weight: 400;
    padding-top: 30px;
    text-shadow: 0px 0px 1px black;
}
#footer h1 span{
    color: #fea724;
}
#footer .footer-logo{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
#footer .footer-location {
    margin-bottom: 20px;
}

.icon-image {
    width: 22px; /* Match the size of Font Awesome icons */
    height: 22px;
    border-radius: 50%; /* Make the image circular */
}

.social-links .fa-instagram {
    color: #E1306C; /* Instagram color */
}

.social-links .fa-tiktok {
    color: #69C9D0; /* TikTok color */
}
.social-links .fa-facebook {
    color: #3b5998; /* Facebook color */
}

.social-links i{
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    background: black;
    color: white;
    margin-left: 10px;
    margin-bottom: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.social-links i:hover{
    background: #fea724;
}


/* Footer End */

/* Localisation Section Start */
.localisation {
    text-align: center;
  padding: 40px 20px;
}

.localisation .main-txt h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.localisation .main-txt h1 span {
    color: #fea724;
}

.localisation .map-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-items: center;
}

.localisation iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}
.map-item {
    width: 100%;
    max-width: 600px;
  }
/* Localisation Section End */
.footer-location {
    text-align: center;
    margin-top: 20px;
}

.footer-location a {
    color: black;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.footer-location i {
    font-size: 18px;
    margin-right: 8px;
    color: #fea724; /* Adjust the color as needed */
}


.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.card-body {
    padding: 15px;
}

.card-body h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #003366;
    text-align: center;
}

.card-body p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
}

.map-container {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.card-body h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.card-body .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
