@charset "utf-8";
/* CSS Document */

/*Font Famyly*/
	 
@font-face {
    font-family: rdrlogofont;
    src: url("font/rdr-rob-da-rin.woff2");

}
/*BurgerMenu*/
	 
	 /* CORE STYLES */
	 
:root {
--primary-color: rgba(13, 110, 139, 0.75);
--overlay-color: rgba(24, 39, 51 , 0.85);
--menu-speed: 0.75s;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding: 0 3rem;
}
.showcase {
    background: var(black);
    color: #fff;
    height: 100vh;
    position: relative;
}
.showcase:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.showcase .showcase-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.showcase h1 {
    font-size: 5rem;
}
.showcase p {
    font-size: 4rem;
}
.btn {
    display: inline-block;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    transition: opacity 1s ease-in-out;
    text-decoration: none;
}
.btn:hover {
    opacity: 0.7;
}
//* MENU STYLES */
.menu-wrap {
position: fixed;
top: 0;
left: 0;
z-index: 101;
}
.menu-wrap .toggler {
    position: absolute;
    top: 1%;
    left: 1%;
    z-index: 102;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}
.menu-wrap .hamburger {
    position: absolute;
    top: 1%;
    left: 1%;
    z-index: 101;
    width: 60px;
    height: 50px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Hamburger Line */
.menu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before, .menu-wrap .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 101;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}
/* Moves Line Down */
.menu-wrap .hamburger > div::after {
    top: 10px;
}
/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
}
/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before, .menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}
/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
}
.menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
}
.menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}
.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 100
}
.menu-wrap .menu > div {
    background: var(--overlay-color);
    border-radius: 50%;
    width: 150vw;
    height: 150vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}
.menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu > div > div > ul > li {
    list-style: none;
    font-size: 1.5rem;
    padding: 1rem;
}


.menu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
    transition: 0.4s;
    font-family: rdrlogofont;
    font-size: 240%;
}
.menu-wrap .menu >div > div > ul > li > a:hover {
    color: inherit;
    text-decoration: none;
    transition-duration: 1s;
    font-size: 200%;
    text-emphasis-color: antiquewhite
}
.linksocialmedia {
    margin: 1.5%;
    width: auto;
    height: 4%;
    max-height: 70px;
}
.linkmaildownload {
    margin: 1.5%;
    width: auto;
    height: 6%;
    max-height: 110px;
}

@media (max-width : 700px ) {
	
.menu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
    transition: 0.4s;
    font-family: rdrlogofont;
    font-size: 6.5vw;
}
.menu-wrap .menu >div > div > ul > li > a:hover {
    color: inherit;
    text-decoration: none;
    transition-duration: 1s;
    font-size: 6vw;
    text-emphasis-color: antiquewhite
}

.linksocialmedia {
    margin: 1.5%;
    width: 11%;
    height: auto;
    max-height: 70px;
}
.linkmaildownload {
    margin: 1.5%;
    width: 14%;
    height: auto;
    max-height: 110px;
}
}



/*LanguageButton&Logo*/ 
.logo {
    height: auto;
    width: 50%;
    margin: auto auto auto 39.5%;
}

@media (max-width : 1200px ) {
.logo {
    height: auto;
    width: 70%;
    margin: auto auto auto 15%;
}
}

@media (max-width : 700px ) {
.logo {
    height: auto;
    width: 60%;
    margin: auto auto auto 19%;
}
}
.languagebutton {
    height: auto;
    width: 6%;
    float: right;
	z-index: 200;
}



/*Home button*/ 

@media (min-width : 700px ) {
.hb {
   display: none
}
}


.hb {
    height: auto;
    width: 5%;
	z-index: 201;
    text-align: center;
	margin-bottom: 4%;
	margin-left: 2%;
	margin-right: 0%;
}
}

.hb:hover {
	opacity: 0.6;
	  text-align: center;
}





