* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    background-color: rgb(232, 219, 202);
    color: rgb(51, 51, 51);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.3;
}

header {
    text-align: center;
    background-color: rgb(232, 219, 202);
    padding: 2rem 0;
}

.title {
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
    font-family: cursive;
    text-decoration: none;
    color: #222;
    text-align: center;
    justify-content: space-between;
    flex-grow: 1;    
}

.navbar {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1rem 2rem;
    flex-wrap: wrap;
}    

.navmenu {
    display: flex;
    letter-spacing: 0.3;
    gap: 9px;

}

.navmenu li a {
    text-decoration: none;
    color: #555;
    font-size: 1rem;
}

.navmenu li a:hover {
    color: #8c5e3c;
}

.nav_link a {
    text-decoration: none;
    color: #555;
    font-size: 1px;
}

.nav_link a:hover {
    color: #8c5e3c;
}

.socials {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-right: 130px;
}

.socials img {
    width: 28px;
    height: 28px;
    filter: grayscale(100%);
}

.socials img:hover {
    filter: grayscale(0%);
}

li {
    text-decoration: none;
    list-style: none;
    text-align: center;
}

h3 {
    color: #8c5e3c;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #8c5e3c;
    padding-bottom: 0.2em;
    display: inline-block;
}

h4 {
    padding: 20px;
    gap: 20px;
    font-size: large;
    text-align: center;
}

ol{
    margin-left: 20px;
    margin-bottom: 1em;
    text-align: center;
}

p {
    color: #222;
    text-align: center;
}

.tips-sentence {
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-left: 60px;
    padding-right: 60px;
}

.me-in-london {
    display: flex;
    justify-content: center;
    align-items: center;
}

.me-in-london img {
    max-width: 700px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.content {
    text-align: center;
    margin: 40px auto;
    max-width: 700px;
    padding: 0 20px;
}

.content h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-indent: 0;
    font-size: 28px;
    line-height: 1.75;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    color: #8c5e3c;
}

.content p {
    margin-bottom: 15px;
    text-indent: 0;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.3px;
}

.contact {
    background-color: rgb(243, 227, 207);
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.contact h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #222;
}

.contact-into p {
    margin-bottom: 10px;
    font-size: 24px;
    color: #555;
}

.social-media a {
    display: block;
    font-size: 18px;
    color: #222;
    text-decoration: none;
    margin: 8px;
}

.social-media a:hover {
    color: tan;
    text-decoration: underline;
}

.Places {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding-left: 60px;
    margin-bottom: 20px;
}

.travel-card {
    text-decoration: none;
    color: #333;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    width: 80%;
    transition: transform 0.3s ease;
}

.travel-card:hover {
    transform: scale(1.05);
}

.placeholder {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.travel-card h3 {
    text-align: center;
    margin: 15px;
}

.name {
    text-align: center;
    margin-bottom: 15px;
    text-indent: 0;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.3px;
}

.about-me {
    text-align: center;
    margin-bottom: 15px;
    text-indent: 0;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.3px;
}

.container2 {
    padding: 2rem;
}

.slider-wrapper {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
}

.slider {
    display: flex;
    aspect-ratio: 16/9;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3 rem -0.75rem;
    border-radius: 0.5rem;
}

.slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 0.25s;
}

.slider-nav a:hover {
    opacity: 1;
}

.wrapper {
    width: 80%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.wrapper img {
    width: 100%;
    cursor: pointer;
    transition: 1s ease ;
}

.wrapper img:hover {
    transform: scale(0.9);
}

.paris-arch img{
    max-width: 500px;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
}

.paris-arch p {
    font-size: large;
}

.rome-arch img{
    max-width: 500px;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
}

.rome-arch p {
    font-size: large;
}

.prague-arch img{
    max-width: 500px;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
}

.prague-arch p {
    font-size: large;
}

.vienna-arch img{
    max-width: 500px;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
}

.vienna-arch p {
    font-size: large;
    padding: 80px;
    margin-bottom: 20px;
}