*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: 'Lato', sans-serif;
}

/* Navbar Start */
#navbar {
    background: #f9f9f9;
    display: flex;
    justify-content: center; 
    align-items: center;
    padding: 5px 20px;
    width: 100%;
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 1000; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    height: 60px; 
}


#logo {
    font-size: 28px; 
    font-weight: 550;
    color: black;
    text-shadow: 0px 1px 1px black;
    margin-bottom: 0;
}


#logo span {
    color: #ffa500;
}


.navbar-nav {
    display: flex;
    gap: 10px;
    margin-left: auto;
    margin-right: 0;
    background: #f9f9f9;
 
}



.nav-item .nav-link {
    font-size: 14px; 
    font-weight: 550;
    color: black;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: 0.5s ease;
    padding: 5px 10px; 
}


.nav-item .nav-link:hover {
    background: #ffa500;
    color: white;
}


body {
    padding-top: 65px; 
    overflow-x: hidden;
    
}




.home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 0;
}

.content {
    position: relative;
    color: white;
    z-index: 1;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: white;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.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: 70px;
    font-weight: 550;
    text-shadow: 0px 1px 1px black;
    margin-top: 5px;
}
.changecontent::after{
    content: ' ';
    color: #ffa500;
    text-shadow: 0px 1px 1px black;
    animation: changetext 10s infinite linear;
}
@keyframes changetext{
    0%{content: "Fransa";}
    10%{content: "İspanya";}
    20%{content: "Birleşik Krallık";}
    30%{content: "Çin";}
    40%{content: "Hindistan";}
    50%{content: "Pakistan";}
    60%{content: "İtalya";}
    70%{content: "Türkiye";}
    80%{content: "Meksika";}
    90%{content: "Almanya";}
    100%{content: "Amerika";}
} 
.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: #ffa500;
    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;
    }
}
/* Home Section End */

/* 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: #ffa500;
}
.book .card{
    border-radius: 10px;
    box-shadow: 0px 5px 5px -6px black;
}
.book .row{
    margin-top: 30px;
}
.book form input{
    padding: 10px;
    color: black;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px -6px black;
}
.book form textarea{
    border: none;
    border-radius: 10px;
    resize: none;
    box-shadow: 0px 5px 5px -6px black;
    height: 200px;
}
.book .submit{
    width: 160px;
    font-size: 16px;
    font-weight: 550;
    background: #ffa500;
    color: white;
    margin-top: 10px;
    transition: 0.5s;
}
.book .submit:hover{
    width: 170px;
}
@media (max-width:765px){
    .book{
        padding: 0;
    }
    .main-text h1{
        padding: 20px;
    }
}
/* Section Book End */





/* 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: #ffa500;
}
.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: #ffa500;
}
.star i{
    font-size: 15px;
}
.packages .card .card-body h6{
    font-size: 20px;
}
.packages .card .card-body a{
    padding: 10px;
    text-decoration: none;
    background: #ffa500;
    color: white;
    border-radius: 5px;
}
/* Section Packages End */




/* Section Services Start */
.services{
    background: #f9f9f9;
    margin-top: 50px;
}
.services .card{
    box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
    border: none;
    cursor: pointer;
}
.services .card i{
    font-size: 80px;
    text-align: center;
    color: #ffa500;
    margin-top: 20px;
}
.services .card .card-body h3{
    font-weight: 600;
}
.services .card .card-body{
    text-align: center;
}
/* Section Services End */





/* Section Gallary Start */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding-top: 60px;
  }
  

  .modal:target {
    display: block;
  }

  .modal-content {
    background: white;
    margin: auto;
    padding: 20px;
    border-radius: 12px;
    max-width: 700px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    position: relative;
  }
  
  .modal-content img {
    width: 100%;
    border-radius: 10px;
  }
  
  .description {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
  }
  

  .close {
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #555;
  }
  
  .close:hover {
    color: red;
  }

.gallary .card img,
.modal-content img {
  border-radius: 20px;
}


.gallary .card img {
  transition: transform 0.3s ease;
}

.gallary .card img:hover {
  transform: scale(1.1);
}


.modal-content img:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.card {
    position: relative;
    overflow: hidden; 
  }
  
  .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    visibility: hidden;  
    
    padding: 10px;
    border-radius: 5px;
    transition: visibility 0.1s ease, opacity 0.1s ease;
  }
  
 
  .card:hover .overlay-text {
    visibility: visible;
    opacity: 1;
  }
  
  
  .card img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }

  
/* Section Gallary End */




/* About Start */
.about{
    padding: 50px;
    margin-top: 50px;
    background: #f9f9f9;
}
.about .card{
    border-radius: 10px;
}
.about .card img{
    border-radius: 10px;
}
.about h2{
    font-weight: 600;
    letter-spacing: 1px;
}
.about p{
    font-weight: 500;
}
#about-btn{
    width: 150px;
    height: 38px;
    border: none;
    border-radius: 5px;
    background: #ffa500;
    color: white;
    letter-spacing: 2px;
    font-weight: 550;
    transition: 0.5s ease;
    cursor: pointer;
}
#about-btn:hover{
    width: 170px;
}
@media (max-width:765px){
    .about{
        padding: 0;
    }
}
/* About End */




/* Footer Start */
#footer{
    width: 100%;
    margin-top: 150px;
    text-align: center;
    background: #f9f9f9;
}
#footer h1{
    font-weight: 600;
    padding-top: 30px;
    text-shadow: 0px 0px 1px black;
}
#footer h1 span{
    color: #ffa500;
}
.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: #ffa500;
}
/* Footer End */

body {
    background-color: #fffbe6; 
}


.nav-tabs .nav-link.active {
    background-color: #FFC107 !important;
    color: black !important;
    font-weight: bold;
}


.btn-outline-primary {
    border-color: #FFC107;
    color: #FFC107;
}


.btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary {
    background-color: #FFC107;
    color: black;
    border-color: #FFC107;
}


.form-control, .form-select {
    border: 2px solid #FFC107;
}


.btn-search {
    background-color: #FFC107;
    color: black;
    font-weight: bold;
}


.btn-search:hover {
    background-color: #e0a800;
}

.nav-item input {
    display: none;
}


.nav-item input:checked + .nav-link {
    background-color: #FFC107 !important;
    color: black !important;
    font-weight: bold;
}
.text-dark {
    background: none !important; 
    color: black !important; 
    text-decoration: none;
}

.text-dark:hover {
    color: #e0a800 !important; 
    text-decoration: underline; 
}
button {
    background-color: #ffcc00;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

button:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 15px rgba(255, 204, 0, 0.5);
}

.simgeler{
font-size: 16px;

}
