*{
    scrollbar-width: thin;
    padding: 0;
    margin: 0;
}

/* Breadcrumb  */

.breadcrumb {
    background-color: rgb(245, 246, 250);
    text-align: center;
}
@media screen and (max-width: 1399px) {
    .breadcrumb {
        padding: 80px 0;
    }
}
.breadcrumb-title {
    font-size: 54px;
    font-weight: 650;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 100px 70px;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
@media screen and (max-width: 1399px) {
    .breadcrumb-title {
        font-size: 50px;
    }
}
.breadcrumb-nav {
    font-weight: 500;
}
.breadcrumb-nav a {
    color: #fff;
}
.breadcrumb-nav a i {
    vertical-align: text-top;
    padding-left: 5px;
}
.breadcrumb-nav .current-page {
    color: #fff;
}
.breadcrumb-nav .current-page .dvdr {
    padding: 0 10px;
    color: #fff;
}
.breadcrumb {
    background: url(images/breadcrumb-image.svg), #0e384c;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    padding: 100px 0;
    color: #fff;
}

/* Gallery page start */

.our-gallery-page {
    padding: 100px 0 70px;
}
.photo-gallery {
    margin-bottom: 30px;
    border-radius: 40px;
    overflow: hidden;
}
.photo-gallery a {
    cursor: none;
}
.photo-gallery img {
    position: relative;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 40px;
}
.photo-gallery img:hover{
    transform: translateY(-10px)scale(1.05);
    transition: all 0.5sease-in-out
}