* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
       background-color:rgb(230, 224, 217)
}

.header {
    background-color: #3e2f29;
    width: 100%;
 
}

.top-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 8%;
    display: flex;
    align-items: center;
    color: aliceblue;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.name {
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
}

.news-search {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.news-search a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding-right: 20px;
}

.news-search a:hover {
    text-decoration: underline;
}

.search-box {
    display: flex;
    align-items: center;
}

.search-box input {
    height: 28px;
    padding: 5px;
    margin-right: 5px;
}

.search-box button {
    height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search-icon {
    height: 16px;
    margin-right: 5px;
}

.menu-background {
    width: 100%;
   
}

.pic {
    width: 100%;
    height: 400px; 
    background-image: url("Snimki/background4.jpeg");
    background-size: 100% 100%; 
    background-position: center;
    background-repeat: no-repeat;
     padding-bottom: 40px;
}
.menu-background {
    width: 100%;
   
}
.menu {
    background: black;
    height: 50px;
    background-color: #3e2f29;
}

.menu-1 {
    display: flex;
    list-style: none;
}
.menu-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 20px;
    margin-left: 40px;
    border: 2px solid transparent;

}

.menu-link:hover {
    border-color: white;
    color:#3e2f29;
    background-color: white;
    border-radius: 10px;
}
 .tour {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 2px solid black;
    background-color: #d6d0b6;
    margin-right: 70px;
    margin-left: 70px;
}
.tours-title{
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
   font-size: 40px;

}
.title-con{
    margin-left: 40px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pic-tour img {
    width: 200px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.tour-info {
    flex: 1;
}

.price {
    font-weight: bold;
    color: #c0392b;
}
.tours{
justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.btn-tour {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 14px;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.site-footer{
    background-color: #1f1f1f;
    color: #eaeaea;
    padding: 40px 20px 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.tekst-background{
left: 50%;
color: white;
 padding-top: 10%;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
 padding-left: 50px;
font-size: 250%;
border: shadowed 2px solid white;
text-align: center;

}

.site-footer {
    background-color: #1f1f1f;
    color: #eaeaea;
    padding: 40px 20px 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 100%;
    flex-shrink: 0;
}

.footer-cont {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.footer-cont a {
    color: #eaeaea;
    text-decoration: none;
    font-size: 15px;
}

.footer-cont a:hover {
    color: #4da3ff;
}

.socialni-mreji {
    display: flex;
    gap: 10px;
    margin-top: 5px;

}
.fa {
  font-size: 60px;
 
}
@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .top-bar {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .news-search {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .search-box {
        width: 100%;
        justify-content: center;
    }

    .search-box input {
        width: 70%;
        height: 36px;
        font-size: 16px;
    }

    .search-box button {
        height: 36px;
        padding: 0 12px;
    }

    .menu {
        width: 100%;
        overflow-x: auto;
    }

    .menu-1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
    }

    .menu-link {
        margin: 0;
        padding: 12px 16px;
        font-size: 14px;
        white-space: nowrap;
        border: none;
    }

    .menu-link:hover {
        background: none;
        color: white;
    }

    .pic {
        height: 260px;
        background-size: cover;
    }

    .tours-title {
        font-size: 26px;
    }

    .tours {
        padding: 0 10px;
        margin-left: 0;
    }

    .tour {
        flex-direction: column;
        gap: 15px;
        margin: 15px 0;
    }

    .pic-tour img {
        width: 100%;
        height: auto;
    }

    .tour-info {
        text-align: center;
    }

    .btn-tour {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .footer-cont {
        flex-direction: column;
        gap: 15px;
    }

    .socialni-mreji {
        justify-content: center;
    }

    .fa {
        font-size: 40px;
    }
}
