@font-face {
    font-family: "rollerscript";
    src: url("fonts/Rollerscript.ttf") format("truetype");
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #161616;
    font-family: "rollerscript";
}

*:hover {
    text-decoration: none!important;
}

*:focus {
    outline: none!important;
}

/*nav start*/
.logo_cont {
    width: 59px;
    display: inline-block;
}

.logo_cont img {
    width: 100%;
}

.nav_inner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 26px;
}

.close_nav {
    display: none;
}

.nav_outer {
    display: inline-block;
    float: right;
    margin-top: 22px;
}

.nav_outer ul {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

.nav_outer li {
    font-size: 17px;
    display: inline-block;
    margin: 0px 8px;
    color: #e3bf89;
    font-family: 'Baskervville', serif;
}

.nav_outer li a {
    color: unset;
}

.nav_outer li.close_nav {
    display: none;
}

button.open_nav {
    display: none;
}

.body_painting .nav_outer li {
    color: #000000;
}

/*nav end*/
body.body_painting {
    background: #fff;
    background: linear-gradient(90deg, rgba(254,254,254,1) 0%, rgba(255,255,255,1) 57%, rgba(242,241,241,1) 100%);
    margin: 0;
    padding: 0;
    user-select: none;
}

.swiper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 63px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-slide.swiper-slide-visible.swiper-slide-prev {
    /*background: red;
    padding: 100px;*/
}

.swiper-slide img {
    /*transition: box-shadow .7s!important;*/
    box-shadow: 20px 2px 20px -10px #130f0f94, 0px 0px 0px 0px #130f0f5c;
}

.swiper-slide.swiper-slide-visible img {
    box-shadow: 14px 4px 10px 0px #130f0f1c, 7px 5px 8px 0px #130f0fa6;
}

.swiper-slide.swiper-slide-active img {
    /*transition: box-shadow .7s!important;*/
    box-shadow: 14px -1px 12px -10px #130f0fbf, 6px 0px 1px 0px #130f0f0f!important;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 790px;
}

.body_painting .nav_outer li a {
    font-style: italic;
}

.swiper-slide .painting_text {
    opacity: 0;
    transition: all 1s;
    margin-top: 22px;
    text-align: center;
}

.swiper-slide.swiper-slide-active .painting_text {
    opacity: 1;
    transition: all 1s;
}

@font-face {
    font-family: "andalemo";
    src: url("fonts/andalemo.ttf") format("truetype");
}

.painting_text {
    font-family: andalemo;
}

.painting_text p {
    font-size: 16px;
}

.painting_text span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.prev_next_buttn {
    padding: 0;
    background: no-repeat;
    border: none;
    position: absolute;
}

.prev_next_buttn span {
    width: 7px;
    height: 7px;
    background: #807c7c;
    display: block;
    margin-bottom: 10px;
}

.body_painting .container {
    position: relative
}

.button-prev {
    left: -28px;
    top: 44%;
}

.button-next {
    right: -28px;
    top: 43%;
}
.body_painting{
	max-height:100vh;
}
.painting_text p {
    font-size: 16px;
    margin-bottom: -6px;
}
@media only screen and (max-width: 999px) and (min-width: 300px) {
    .prev_next_buttn {
        position: static;
        display: none;
    }

    .button-prev {
        float: left;
    }

    .button-next {
        float: right;
    }
}
.panting_footer {
    display: block;
    text-align: center;
    color: #040303;
    width: 100%;
    /* max-width: 1151px; */
    margin: 0 auto;
    font-size:12px;
    position: fixed;
    z-index: 2;
    font-family: andalemo!important;
    bottom: 10px;
}
.panting_footer a{
    color: #040303;
    font-size:12px;
    font-family: andalemo;
}
footer.panting_footer span{
    position: static;
    font-family: andalemo;
    color:black
}
.body_painting .container.main {
    position: relative;
    margin-top: 3vh;
}
@media only screen and (max-width: 900px) and (min-width: 300px){
    .panting_footer {
    display: block;
    text-align: center;
    color: black;
    width: 100%;
    max-width: 1151px;
    margin: -13px auto;
    font-size:17px
}

}
@media only screen and (max-width: 9999px) and (min-width: 1920px) {
	.body_painting .container {
		 margin-top: 3vh;
	}
	.body_painting .container.main {
		position: relative;
		margin-top: 13vh;
	}
}

