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

  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container, .row, .thumbnail {
    max-width: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
    /* Mobil cihazlar üçün stillər */
    .container, .row, .thumbnail {
        width: 100%;
    }
}


body {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    width: 300px;
    height: 200px;
    padding: 0;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

/* Sosial mediya bağlantıları */
.social-link1 {
    color: #000000;
    font-size: 25px;
    transition: 0.5s;
    margin: 0 10px 20px 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    transform: translate(0, 0px);
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.5);
    display: inline-flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-link1:hover {
    transform: translate(0, -10px);
    text-decoration: none;
    color: #ffffff;
}

.social-link1.facebook:hover {
    background-color: #3b5999;
}

.social-link1.instagram:hover {
    background-color: #E4405F;
}

.social-link1.gmail:hover {
    background-color: #fa7b7b;
}

.social-link1.whatsapp:hover {
    background-color: #31e473;
}

.social-link1.phone:hover {
    background-color: #00C300;
}

.social-link1.location:hover {
    background-color: #ff6767;
}

.bottom {
    width: auto;
    height: 60px;
    background: linear-gradient(90deg, rgba(201, 255, 147, 1) 0%, rgba(112, 240, 255, 1) 50%, rgba(167, 168, 255, 1) 100%);
}

.yaz {
    padding-top: 20px;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Səhifənin sağa yayılmasının qarşısını almaq üçün */
}
.some-element {
    max-width: 100%;
    overflow-x: auto;
}
