@import url(https://fonts.googleapis.com/css?family=Great+Vibes|Roboto+Slab:100,300,400,700|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&amp;display=swap&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One&amp;display=swap&amp;subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,500&amp;display=swap);
*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fdfdfd;
    text-align: left;
    background-image: url(../images/bg-sawaba.png);
    background-repeat: repeat-y
    /* background-color: #fff */
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover,
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
    text-decoration: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.custom-file-input:focus~.custom-file-label,
.form-control,
.form-control:focus,
button,
button:focus,
input {
    outline: 0!important;
    box-shadow: none!important
}

img {
    vertical-align: middle;
    border-style: none
}

#preLoader {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 9999999999
}

.loaderRing {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: animateRing .6s linear infinite
}

@keyframes animateRing {
    0% {
        transform: rotate(0);
        box-shadow: 1px 5px 2px #64ab44
    }
    50% {
        transform: rotate(180deg);
        box-shadow: 1px 2px 2px #242020
    }
    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #64ab44
    }
}

.loaderRing::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.loaderRingImge {
    animation: animateLoadingImg .8s linear infinite
}

@keyframes animateLoadingImg {
    0% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(1.3)
    }
    100% {
        transform: scale(1.5)
    }
}

.bg-warda {
    background-image: url(../images/bg-sawaba.png);
    background-repeat: repeat-y
}

.menu-sawaba {
    position: sticky; top: 0;
    z-index: 999;    
    background-color: #fefefe;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    padding: 0.3rem;
    border-bottom: 1px solid #64ab44;
    background-image: url(../images/bg-sawaba.png);
    background-repeat: repeat-y
}

.menu-sawaba .logo-header {    
    display: flex;
    flex-direction: row;
    /* opacity: 0.2; */
    justify-content: center;
    align-items: center;
}

.menu-sawaba .logo-header a{
    text-decoration: none;
    flex: 1 1 auto;
    align-self: center;
    display: flex;
    flex-direction: row;
}
.menu-sawaba .logo-header a object{
    align-self: center;
    margin-right: 10px;
}

.menu-sawaba .logo-header a h3{
    color: #555;
    /* font-size: 35px; */
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    text-transform: capitalize;
}

.gallery-container {
    padding-top: 30px;
}

.gallery-container .title-img{
    color: #64ab44;
    font-weight: 200;
    font-family: "Roboto Slab", serif;
    text-transform: capitalize;
    text-align: center;
}


.row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 5px;
}

*/ .column img {
    margin: 10px;
    vertical-align: middle;
    width: 100%;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    .gallery-item-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.thumb {
    max-height: 171px;
    margin: 10px 5px;
    border-radius: 5px;
    transition: transform .3s ease;
}

.thumb:hover {
    box-shadow: 0 0 2px #64ab44;
    transform: scale(1.035);
    filter: brightness(110%) ;
}




/* Tablette Screen */

@media (min-width:768px) and (max-width:1023px) {
    .lightbox:target img {
        margin-top: 40%;
    }
}


/* Mobile Screen */

@media (min-width:375px) and (max-width:767px) {

    .menu-sawaba .logo-header a h3{
        display: none;
    }
    .menu-sawaba .logo-header a object{
        display: none;
    }
    .gallery-container h1 {
        font-size: 25px;
        padding-top: 125px;
    }
    .row {
        display: -ms-flexbox;
        /* IE10 */
        display: flex;
        -ms-flex-wrap: wrap;
        /* IE10 */
        flex-wrap: wrap;
        padding: 0 30px;
    }
    .lightbox:target img {
        margin-top: 25%;
    }
    .lightbox img {
        max-width: 100%;
        max-height: 100%;
    }
    .btn-prev {
        top: 2%;
        left: 30%;
    }
    .btn-next {
        top: 2%;
        right: 30%;
    }
}