/************
search
***************/
.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
	background: #000000de;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    padding-bottom: 50px;
	display:none;
}
.fd-outer {
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
}
.fd-inner {
    width: 30px;
    text-align: center;
}
.fd-inner:before, .fd-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: white;
    right: 0;
    transition: all .3s ease-in;
}
.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}
.fd-inner:before {
    top: 48%;
    transform: rotate(45deg);
}
.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}
.fd-outer:hover .fd-inner:before, .fd-outer:hover .fd-inner:after {
    transform: rotate(0);
    background: var(--color1);
}
.fd-outer:hover .fd-inner:before {
    top: 0;
}
.fd-outer:hover .fd-inner:after {
    bottom: 0;
}
.fd-outer:hover label {
    opacity: 1;
}
.form-wrap {
    padding-top: 140px;
}
#search-text {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}
.search-form:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right , transparent , #c29f77 , transparent);
    display: block;
}
.search-title {
    font-size: 18px;
	padding: 20px 0 5px 0;
    display: block;
}
.search-pup-up .search-form{
	transform:scale(0);
	opacity:0;
	transition-duration:.6s;
	transition-delay:.5s;
}
.search-pup-up.popup-search-active .search-form{
	transform:scale(1);
	opacity:1;
}
.search-detail h3 a{
	display:block;
	margin-bottom:10px;
}
.search-detail h3 a:before{
	font-family: icomoon;
    content: "\e905";
    color: var(--color1);
    margin-left: 8px;
}
.search-results-box .button{
	width:100%;
}

@media screen and (max-width:768px){
    .form-wrap {
        padding-top: 80px;
    }
    .fd-inner {
        width: 25px;
    }
    .fd-outer {
        width: 25px;
        top: 10px;
        right: 20px;
    }
}


.header-langs a{
	display: flex;
    border: 1px solid #979797;
    height: 100%;
    padding: 4px 10px;
    border-radius: 4px;
	color:#979797;
	transition:.4s;
}
.header-langs a:hover{
	border:1px solid var(--color1);
	color:var(--color1);
}
/******************
category
****************/
.rounded:after{
	content: '';
    background-image: url(../img/q.svg);
    width: 60px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50% , -50%);
    background-origin: center;
    animation: move3 linear infinite 3s;
    background-position: center;
}
@keyframes move3{
	99.9999%{
		transform: translate(-50% , -50%) rotate(360deg);
	}
	100%{
		transform: translate(-50% , -50%) rotate(0);
	}
}
.cat-wrapper{
	background-image: linear-gradient(to top, #151515, #1f1f1f);
    border-radius: 15px;
	transform: translateY(-40px);
    z-index: 1;
    position: relative;
	padding-bottom: 95px;
}
.word>span:first-of-type{
	color:var(--color1);
}
.br-text::first-letter{
	color:var(--color1);
} 
#nav-testimonial button{
	background: none;
    border: none;
    color: #c1c1c1;
    font-size: 17px;
	transition:.4s;
}
#nav-testimonial button:hover{
	color:var(--color1)
}
.slider-counter{
	font-size: 18px;
    font-family: var(--bold_font);
}
.slider-count2 ,.slider-counter i{
	opacity: .6;
}
.slide-nav{
	border-bottom: 1px solid #ffffff2e;
    padding: 20px 0 15px 0;
    align-items: center;
    margin-bottom: 50px;
}
/******************
word
****************/
.text{
	direction: ltr;
}
.br-text{
	margin-right:8px;
}
.text p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  width:100px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.text-catwrap{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: var(--bg_body);
    width: 180px;
    padding-right: 60px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: end;
    align-items: flex-end;
    line-height: 1;
    padding-top: 13px;
    border-radius: 8px 8px 0 0;
    letter-spacing: 2px;
    font-family: var(--bold_font);

}
.wrapper {
  position: relative;
  height: 250px;
}

#container {
  height: 230px;
  position: relative;
  overflow: auto;
  overflow-x: hidden !important;
}
#container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.ssb_down {
	bottom: 2px;
    right: 9px;
    cursor: pointer;
    position: absolute;
    border: 3px solid #626262;
    border-right: none;
    border-bottom: none;
    transform: rotate(-135deg);
    width: 10px !important;
    height: 10px !important;
	transition:.4s;
}

.ssb_sb {
  background-color: #282828;
  cursor:pointer;
  position:absolute;
  right:8.5px;
  border-radius: 10px;
  transform: scaleY(.85);
}
.ssb_sb:hover{
	color:var(--color1);
}

.ssb_sb_down {
  background-color: var(--color1);
}

.ssb_sb_over {
  background-color: var(--color1);
}

.ssb_st {
	background-color: #131313;
    cursor: pointer;
    height: 94%;
    position: absolute;
    right: 6px;
    width: 17px !important;
    top: 3%;
    border-radius: 10px;
	transform: scaleY(.93);
}

.ssb_up {
  cursor: pointer;
    position: absolute;
    right: 10px;
    top: 2px;
    border: 3px solid #626262;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    width: 10px !important;
    height: 10px !important;
}

.parent {
    height: 100%;
    padding-right: 40px;
    position: relative;
}

/******************
responsive
****************/
@media screen and (max-width:576px){
	.ssb_sb {
		transform: scaleY(.75);
	}
}
@media screen and (max-width:768px){
	.cat-wrapper {
		transform: translateY(30px);
	}
	
}
@media screen and (max-width:992px){
	.header-langs a {
		width: 30px;
		height: 30px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
	}
}
@media screen and (min-width:992px) and (max-width:1200px){
	.header-nav li {
		margin-left: 10px;
		position: relative;
		font-size: 12px;
	}
	#container .parent .button {
		padding: 0 25px;
	}
}

