@charset "UTF-8";
 @media (max-width: 430px){
    .jumbotron{
        margin-top: 50px !important;
    }
}
body::-webkit-scrollbar {
  display: none;
}
.jumbotron__img{
    height: 100vh;
    min-height: 400px; 
    background-color: transparent;
    position: relative;
    background-attachment:fixed;
}
.jumbotron__content{
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}
.navbar__content{
    position: fixed;
    top: 0;
    width: 100vw;
}
.navbar__border{
    border:none !important; 
}
.nav-item{
	margin: 4rem 0rem -4rem 1rem;
	padding-left: 1rem;
    background-color: white;
    max-width: 7rem;
    opacity: 0.85;
	z-index: 9990;
}
:focus {
  box-shadow:none !important;
}
:focus {
  outline: none !important;
}
.display__h1{
    font-size: clamp(3.75rem, 3.302rem + 1.89vw, 7.5rem);
    font-weight: 100;
    letter-spacing: 0.1rem;
    line-height: 5rem;
    text-align: center;
}
span.h1__aks{
    display: inline-block;
}
.contact__p{
    font-size: 0.95rem;
    line-height: 1.5rem;
}
.contact__form-margin{
    margin-top: 5rem;
}
.openbtn{
	position: relative;
	background-color: none;
	cursor: pointer;
    width: 55px;
    height:55px;
	border-radius: 7px;
	z-index: 9999;
}
.openbtn span{
    display: inline-block;
    transition: all .3s;
    position: absolute;
    left: 13px;
    height: 1px;
    border-radius: 0px;
	background: #000;
  	width: 50%;
  }
.openbtn span:nth-of-type(1) {
	top:11px;
}
.openbtn span:nth-of-type(2) {
    top:23px;
}
.openbtn span:nth-of-type(3) {
	top:35px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}
.g-nav{
	position: fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width: 100%;
	height: 100vh;
	background: white;
	transition: all 0.3s;
	margin-left: -1rem;
	border: none;
}
.g-nav.panelactive{
	opacity: 0.85;
	border: none;
	z-index: 999;
}
.zoomInRotate img{
	transform: scale(1);
	transition: .4s ease-in-out;
}

.zoomInRotate a:hover img{
	transform:rotate(-2deg) scale(1.1);
}
.mask{
    display: block;
    line-height: 0;
    overflow: hidden;
}
.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before {
	background: #fff !important;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #000 !important;
}
.row__margin{
    margin-bottom: 20px;
}
.img__triming{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.img__triming2{
    width: 100%;
    height: 278px;
    border: solid 1px #E7E7E7;
    object-fit: cover;
}
.img__triming3{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.link-page__img{
    padding-top: 4rem;
    margin-bottom: 2rem;
}
html,body{
	height: 100%;
}

#particles-js{ 
	position:absolute;
	z-index:-1;
	width: 100%;
	height: 100%;
	background-color:#fff;
}
#wrapper{
	position: relative;
	z-index:1;
	width:100%;
	height: 100%;
}
.search_item {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 2.2rem;
  padding: 0 0.8rem;
  cursor: pointer;
}
.search_item.is-active {
  /* color: black;
  background-color: none;*/
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}
.is-hide {
  display: none;
}
.button_underline{
    text-underline-offset: 0.37rem;
}
.about__text{
    line-height: 2.1rem;
}
.li_style{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px dotted #a1a1a1;
    width: 100%;
    list-style: outside;
}
.li_label{
    font-size: 0.7rem;
    font-weight:300;
    text-align: center;
    background-color: #212121;
    border-radius: 3px;
    color: white;
    margin: 5px 9px 0px;
    padding: 2px 5px;
    min-width: 53px;
    max-height: 1.3rem;
}
.li_text{
    padding: 2px 0px;
    line-height: 1.7rem;
    width: 100%;
    display: inline-block;
}
.li_day{
    padding: 2px 0px 0px 0px;
}
@media screen and (max-width: 767px){
.list_text{
  flex-wrap: wrap;
}
.vertical{
	-ms-writing-mode: tb-rl;
     writing-mode: vertical-rl;
	text-orientation: mixed;
	}
}