@font-face {
    font-family: 'bakh';
    src: url(fonts/bakh.eot);
    src: url(fonts/bakh.eot?#iefix) format('embedded-opentype'),
         url(fonts/bakh.otf) format('otf'),
         url(fonts/bakh.svg#bakh) format('svg'),
         url(fonts/bakh.ttf) format('truetype'),
         url(fonts/bakh.woff2) format('woff2'),
         url(fonts/bakh.woff) format('woff');
  }
  body{
    font-family: 'bakh';
	background-image:url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
  }
  img{
    height: auto;
    display: block;
    max-width: 100%;
  }

.loader.hide {
    animation: fadeOut 3s;
    animation-fill-mode: forwards;
}
@keyframes fadeOut {
	100% {
	  opacity: 0;
	  visibility: hidden;
	}
  }
  .main-sec {
    background-color: #0d6e6ec4;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100% !important;
}
  .main-wrapper {
    max-width: 1300px;
    margin: auto;
    position: relative;
}
.content-wrapper {
    margin: auto;
}
figure.riraco-logo {
    margin-bottom: 2rem !important;
    color: #fff;
}
.lang-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang-wrapper a {
    display: block;
    padding: 0px 15px;
    color: #FFFFFF;
	text-decoration: none;
    font-size: 24px;
}
.english-lang {
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

.social-line{
	position: relative;
}
.scroller-wrap {
    position: absolute;
    bottom: 2rem;
    left: 6rem;
    display: block;
}
.social_home {
    list-style: unset;
    margin: unset;
    padding-right: 0;
}
.social_li {
    text-align: center;
    font-size: 10px;
    list-style: none;
    margin: 15px 0 !important;
}
.social_li svg {
    color: #fff;
    padding: 4px 0;
    font-size: 2em;
}
.scroller-wrap .line {
    display: block;
    height: 4rem;
    width: 2px;
    background: #fff;
    margin: 4px auto;
}

@media only screen and (max-width: 475px) {
    .scroller-wrap {
        position: absolute;
        bottom: 3rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        left: 0;
    }
}
@media only screen and (max-width: 475px) {
    .social_home {
        list-style: unset;
        margin: unset;
        display: flex;
        justify-content: space-between;
        gap: 1.5rem;
    }
}
@media only screen and (max-width: 475px) {
    .scroller-wrap .line {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    .scroller-wrap {
        left: 3rem;
    }
}