
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
       @font-face{
        font-family: 'AlexBrush';
        src: url("../AlexBrush.ttf") format("truetype");
       }
       @font-face{
        font-family: 'Satisfy';
        src: url("../Satisfy.ttf") format("truetype");
       }
    
    
    
body {
  background-color: black;
	 height:100%;overflow-x: hidden;}	
.text{color:brown;font-size:220px;text-align:center;}
.open{color:green;background:#000;padding:10px;border-radius:20px;}

/* Preloader */
.container-preloader {
	align-items:center; cursor:auto; display:flex; height:100%;
  justify-content:center; position:fixed; left:0; top:0; width:100%; z-index:900;
}
.container-preloader .animation-preloader {
	position:absolute; z-index: 100;}
/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
	border-radius: 50%;  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: green; /* It is not in alphabetical order so that you do not overwrite it */
  height: 9em;  margin: 0 auto 3.5em auto; width: 9em;
}
/* Loading text */
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;	user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;  color: orange;
  content: attr(preloader-text);  left: 0;
  opacity: 0;  position: absolute;  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters {
	color: rgba(0, 0, 0, 0.2);	position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
  animation-delay: 1.2s;
}
.container-preloader .loader-section {
  background-color: #ffffff;  height: 100%;
  position: fixed;  top: 0;  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
  width: 100%;
}
/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
/* Animation of the preloader */
@keyframes spinner {
to {
	transform: rotateZ(360deg);
}}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%,
  75%,
  100% {
 opacity: 0;
 transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }}
/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner Loading */	
	.container-preloader .animation-preloader .spinner {
	height: 8em;
	width: 8em;
	}
	/* Text Loading */
	.container-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}}
@media screen and (max-width: 500px) {
	.container-preloader .animation-preloader .spinner {
	height: 7em;
	width: 7em;
	}
	/*Loading text */
	.container-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
	
}
	
	
	
.origin{text-decoration:none;
font-size:45px;}

p,h2,h3,h4,h5,li,ul, label, ::placeholder, input {
    font-family: "Satisfy";
}



/************** preloader ends ***************/
.filterDiv {
  float: left;
  /* background-color: #2196F3; */
  color: #ffffff;
  width: 400px;
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.js-click.active {
  background-color: olive;
  color: white;
}


#category_results {
    display: flex;
    width: 98.5vw;
    flex-wrap: wrap;
    justify-content: space-around;
}
#category-img {
     width: 100%;
    padding: 3px 1px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.w3-modal-content {
   width: 85%;
    border-radius: 10px;
    padding-top: 30px;
}
.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 25%) !important;
    backdrop-filter: blur(5px) !important;
}
.w3-display-topright {
    position: absolute;
    right: 21px !important;
    top: 54px !important;
    width: 60px !important;
    padding: 0 !important;
    font-weight: 800 !important;
}
div#myBtnContainer {
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 5px auto;
    margin-top: 110px;
}
.js-click {
    background: none;
    color: white;
    border: 1px solid white;
    padding: 4px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 10px;
    margin: 5px;
}

.js-click:active{
    background:olive;
}

.js-click:focus{
    background:olive;
}


.painting_title, .painting_medium, .painting_sizing {
    line-height: 20px;
}
.painting_title_zoom, .painting_medium_zoom, .painting_sizing_zoom {
    line-height: 30px;
    color: black;
    font-size: 20px;
}
#categories_hub {
    width: 32%;
    margin: 15px 5px;
}
.imgpaints {
    width: 100%;
    display: block;
    height: 30vw;
    overflow: hidden;
}
.painting_title {
      text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    background: white;
    border-radius: 4px;
    color: black;
    width: fit-content;
    margin-bottom: 10px;
    margin: 10px auto 12px;
    padding: 0 10px;
}
.mediumandsizing {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    text-transform: capitalize;
    align-items: center;
}
.w3-modal-content img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .imgpaints {
    width: 100%;
    display: block;
    height: 70vw;
    overflow: hidden;
}
#categories_hub {
    width: 47%;
}
.painting_title {
    text-transform: capitalize;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    background: white;
    border-radius: 4px;
    color: black;
    margin-bottom: 10px;
    margin: 10px auto 12px;
    padding: 0 10px;
    width: auto;
}
.w3-display-topright {
    position: absolute;
    right: 0 !important;
    top: 10px !important;
    width: 60px !important;
    padding: 0 !important;
    font-weight: 800 !important;
}
.mediumandsizing {
    width: 100%;
    display: grid;
    justify-content: space-evenly;
    font-size: 15px;
    text-transform: capitalize;
    align-items: center;
}
}


/*.js-click:first-child */
/*{*/
/*       background:olive;*/
/*}*/
