html, body{
    background-color: #f1f1f1;
    margin: 0px 0px 0px 0px;
    scroll-behavior: smooth;
}
.default-font{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

input, textarea{
    font-family: 'Muli', sans-serif;
}
.small-text{
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-align: left;
}
.proc_center{
    left: 50%;                   
    transform: translate(-50%, 0) 
}
.back-dark{
    background-color: #222222; 
}
.back-black{
    background-color: #000000; 
}
.match-parent-w{
    width: 100%;
}
.link-text{
    position: relative; 
    top:5px;
}
a{
    outline: 0;
    text-decoration: none;
    text-align: center;
}
.w-auto-size{
    width: 1180px;
    margin: 0 auto;
}
.w-max-size{
    width: 1180px;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.separator{
    width: 100%; height: 50px; clear: both;
}
.small-separator{
    width: 100%; height: 20px; clear: both;
}
.contener{
    width: 1180px;  
    margin: 0 auto;
    overflow: visible;
}
.content-wrapper{
    left: 0px;
    right: 0px;
    min-height: 50px;
    color: black;
    font-weight: 300;
    text-align: center;
    background-color: white; 
    overflow: hidden;
}
.whiteBox{
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.whiteBox.closeBoxFromRight{
    transform: translateX(+100%);
    height: 100%;
}
.whiteBox.openBoxToRight{
    height: 100%;
}
.whiteBox.closeBoxFromLeft{
    width: 0%;
}
.whiteBox.openBoxToLeft{
    width: 100%;
}
.blackBox{
    position: absolute;
    background-color: #222222;
    width: 100%;
    height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.blackBox.closeBoxFromLeft{
    width: 0%;
}
.blackBox.openBoxToLeft{
    width: 100%;
}
.blackBox.closeBoxFromRight{
    transform: translateX(+100%);
    height: 100%;
}
.blackBox.openBoxToRight{
    height: 100%;
}
.above{
    position: absolute;
    object-position: top;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.next{
    float: left;
    min-height: 250px;
    width: 50%;
    font-size: 13px;
}
#pt-background{
    position: relative;
    text-align: left;
    height: 550px;
    background-color: #f1f1f1;
}
#pt-background > img {
    object-position: top;
}

#pt-text-wrap{
    height: 70px;
    text-align: left;
    padding-top: 70px;
    margin: 0 auto;
}
#pt-text{
    color: white;
    font-size: 50px; 
    font-weight: 700;
    margin-left: 70px;
}
#whiteWrap{
    position: relative;
    height: 60px;
    left: 0px;
    right: 0px;
    background-color: white;
    border-bottom: 1px solid black;
}
#topPanelWrap{
    height: 100vh;
}
#topPanelWrap.noVisible {
    height: 0px;
    margin: 0px;
    padding: 0px;
}
#topPanelWrap.visible {
    height: 100vh;
    -webkit-transition:  all .4s ease-out;
    -moz-transition:  all .4s ease-out;
    -o-transition:  all .4s ease-out;
    transition:  all .4s ease-out;
}
#main{
    position: relative;
    height: 100vh;
    margin: 0 auto;
}
#background{
    position: absolute;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}
#social{
    position: fixed;
    left: 0px;
    top: 40vh;
    z-index: 5;
}
#footer-contener{
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
}
#footer-separator{
    margin: 0 auto;
    margin-top: 25px;
    width: 1100px;
    height: 1px;
    background-color: white;
}
#footer-text{
    font-size: 13px;
    color:white;
    text-align: center;
}
.menu-bar-button{
    color: #696969;
}
.submenu-item{
    padding: 1px;
    display: block;
    position: relative;
    height: 35px;
    width: 140px;
}
.submenu-item > a{
    line-height: 35px;
    color: #696969;
    display:inline-block;
    width: 100%;
    height: 100%;
    text-decoration:none;
}
.submenu-item > a:link, a:visited{
    border: none;
    outline: none;
}
.submenu-item > a:active{
    color: #11a3e8;
    border: none;
    outline: none;
}
.submenu-item > a:focus{
    border: none;
    outline: none;
}
.submenu-item > a{
    line-height: 35px;
    display:inline-block;
    width:100%;
    height:100%;
}
.submenu-item > a:hover{
    color: #11a3e8;
    background-color: #f1f1f1;
}

.menu-bar-button:hover{
      cursor: pointer;
}

.arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
}
.footer-button{
    margin-top: 20px;
    color: #616161;
}
.footer-button:hover{
    cursor: pointer;
}
.text-button{
    position: relative;
    width: 156px;
    /* margin-left: 9px; */
    height: 60px;
    font-size: 15px;
    text-align: center;
    border: none;
    background-color: transparent;
}
.text-button:focus {
    outline:0;
}
.text-button::-moz-focus-inner {
    border: 0;
}

.top-header{
    position: absolute;
    width: 341px;
    height: 113px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    justify-content:center;
    display:flex;
    align-items:center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.6);
}
#top-right{
    right: 20px;
    top: 53px;
}

#bottom-left{
    left: 20px;
    bottom: 84px;
}
#check-button{
    position: absolute;
    width: 154px;
    height: 55px;
    top: 58vh;
    background: #11A3E8;
    border: 3px solid #11A3E8;
    box-sizing: border-box;
    border-radius: 27.5px;
    font-size: 15px;
    justify-content:center;
    display:flex;
    align-items:center;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

#check-button:hover {
    cursor: pointer;
}

#lang-wrap{
    position: absolute;
    height: 15px;
    top: 20vh;
}

#lang-wrap:hover {
    cursor: pointer;
}
.lang{
    display: inline-block;
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    color: white;
}
#lang-wrap-foot{
    position: absolute;
    right: 5%;
    top: 50%;
}
#lang-wrap-foot:hover {
    cursor: pointer;
}
.lang-active{
    color: #11A3E8;
    border: 1px solid #11A3E8;
}

#footerBtnWrap{
    position: relative;
}
#main-logo{
    position: absolute;
    width: 10%;
    left: 45%;
    right: 45%;
    top: 4%;
}
#menu-bar-contener{
    overflow: visible;
    height: 100%;
    width: 1180px;
    margin: 0 auto;
}
#buttonsWrap{
    position: absolute;
    top: 0px;
    right: calc(50% - 590px + 60px);
}

#menu-bar-logo{
    position: relative;
    height: 35px;
    top: 12px;
    left: 5%;
    padding-bottom: 12px;
}
#menu-bar-logo:focus{
    border: none;
    outline: none;
}
.menu-horizontal{
    height: 60px;
}

#main-header-button-wrap{
    position: absolute;
    width: 624px;
    height: 100px;
    bottom: -20px;
    right: 60px;
}

#button-contener {
    position: relative;
    width: 156px;
    height: 100px;
    right: 0px;
    font-size: 15px;
    border: none;
    background-color: transparent;
}
#button-contener:focus {
    outline: 0;
}
#button-contener::-moz-focus-inner {
    border: 0;
}
#top-title{
    position: absolute;
    width: 500px;
    height: 108px;
    text-align: center;
    top: 42vh;
    color:#ffffff;
    font-size: 34px;
}

#hashtag{
    position: absolute;
    width: 425px;
    text-align: center;
    height: 44px;
    top: 32vh;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color:#ffffff;
}

#button-contener:hover {
    cursor: pointer;
}
#button-image {
    width: 40%;
    object-fit: contain;
}
.socialWrap{
    padding: 5px;
}
.socialImage{
    width: 35px;
    object-fit: contain;
}
.socialImage:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.activeTopbar{
    color: #11a3e8;
}
.activeFooter{
    color: #ffffff;
}
#stick{
    z-index: 5;
    position: sticky;
    position: -webkit-sticky;
    top:0px;
} 
@media only screen and (max-width: 1200px) {
    #main{
        width: 100%;
    }
    #menu-bar-contener{
        width: 100%;
    }
    #main-logo{
        width: 10vw;
        left: 45vw;
        right: 45vw;
    }
    #footer-contener{
        width: 100%;
    }
    #footerBtnWrap{
        margin-right: 8%;
        margin-left: 8%;
    }
    #footer-separator{
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-top: 25px;
    }
    #footer-text{
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }

    .contener{
        width: 88%;  
        margin-left: 5%;
        margin-right: 5%;
    }
    .separator{
        width: 100%; height: 50px; clear: both;
    }
    .w-auto-size{
        width: 100%;
    }
} 
@media only screen and (max-width: 1180px) {
    #buttonsWrap{
        right: 60px;
    }

}

@media only screen and (max-width: 900px) {
    #lang-wrap-foot{
        position: absolute;
        left: calc(50% - 27px);
        top: calc(100% - 25px);
    }
    #footerBtnWrap{
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 850px) {
    #buttonsWrap{
        right: 15px;
    }

    #main-header-button-wrap{
        right: 15px;
    }
}
@media only screen and (max-width: 768px) {
    #pt-background{
        height: 50vh;
    }
    #mbb{
        width: 20%;
    }
    #menu-bar-logo{
        /* visibility: hidden; */
        top: 0px;
        height: 0px;
        left: 0px;
    }
    #buttonsWrap{
        width: 100%;
        right: 0px
    }

    #top-right{
        right: 0px;
        top: 13vh;
    }

    #bottom-left{
        left: 0px;
        bottom: 10vh;
    }
    .menu-horizontal{
        height: 45px;
    }
    .menu-bar-button{
        left: 0px;
        top: 0px;
    }
    #topPanelWrap{
        height: calc(100vh - 90px);
        /* visibility: hidden; */
    }
    #topPanelWrap.visible{
        height: calc(100vh - 90px);
        /* visibility: hidden; */
    }
    #button-contener {
        visibility: hidden;
        height: 0px;
    }
    .socialImage{
        width: 5vw;
    }
    .text-button{
        width: 49%;
    }

    #whiteWrap{
        height: 90px;
    }

    html, body{
        max-width: 100%;
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 600px) {
    #main-logo{
        left: 45vw;
        width: 10vw;
        right: 45vw;
    }

#top-title{
    font-size: 5.5vw;
    width: 100%;
}

#hashtag{
    font-size: 6vw;
    width: 100%;
    text-align: center;
}
    #social{
        visibility: hidden;
    }
    #pt-text-wrap{
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    #pt-text{
        margin: 0;
    }
    #mbb{
        width: 49%;
    }
    #buttonsWrap{
        width: 100%;
        float: left;
    }
    .menu-horizontal{
        float: left;
        height: 45px;
    }
    .socialImage{
        width: 7vw;
    }
    #footerBtnWrap{
        margin: 0 auto;
    }
} 
@media only screen and (max-width: 500px) {
    #pt-text{
        font-size: 10vw;
    }
}
@media only screen and (max-width: 400px) {

    #top-right{
        visibility: hidden;
    }

    #bottom-left{
     visibility: hidden;
    }
}

@media only screen and (max-height: 900px) {

    #check-button{
        height: 6vh;
    }
    
}


@media only screen and (max-height: 700px) {

    #hashtag{
        top: 32vh;
    }
    #top-title{
        top: 42vh;
    }
    #check-button{
        top: 68vh;
    }
    #lang-wrap{
        top: 40vh;
    }
    
    
}