 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


*{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.wrapper{
    width: 100%;
}

.mainHeader{
    width: 100%;
    height: 3.5vw;
    background-color: #FF3801;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mainHeader .hamburger{
    display: none;
}

.logoHeader{
    margin-left: -3%;
    background-color: #3F4247;
    height: 100%;
    width: 150vw;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    overflow: hidden;
}

.logo{
    margin-top: 2%;
    margin-left: 20%;
    margin-right: 5%;
    width: 8%;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

.logoText{
    width:  50%;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

.menuList{
    margin-left: 55%;
    width: 100%;
}

.mainHeader .menuList ul li{
    display: inline-block;
    width: 8.5vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.9vw;
    letter-spacing: 2px;
    color: white;
}

.mainHeader .menuList ul li a{
    text-decoration: none;
    color: white;
}

.mainHeader .menuList ul li a:hover{
    text-decoration: none;
    color: #ffff99;
}

.mainHeader .menuList ul li a.active {
    color: #ffff99;
}

.signInButton {
    width: 12%;
    display: inline-block;
    vertical-align: middle;
}

.home{
    height: 35vh;
    overflow:hidden;
    position: relative;
    /*    -webkit-transform:scale(0.83);
        -moz-transform:scale(0.83);
        -ms-transform:scale(0.83);
        transform:scale(0.83);*/
}

.home .slide{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    z-index:1; 
    display:none;
    animation: slide 3s ease;
    margin-left: auto;
}

.home .slide.active{
    display: flex;
}

.container{
    max-width: 1170px;
    margin: auto;
}

.home .container{
    flex-grow: 1;
}

.home .controls .prev,
.home .controls .next{
    position: absolute;
    z-index:2;
    top:45%;
    height:40px;
    width: 40px;
    background-color:  #000000;
    margin-top: -20px;
    color:#ffffff;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    cursor:pointer;
    transition: all .5s ease;
    border-radius: 50%;
    margin: 1vw;
}

.home .controls .prev:hover,
.home .controls .next:hover{
    background-color: #FF3801;
}
.home .controls .prev{
    left:0;
}
.home .controls .next{
    right:0;
}

.home .indicator{
    position: absolute;
    left: 47%;
    bottom: 10px;
    z-index: 2;
    transform: translateX(-50%);
    transform: scale(0.7);
}

.home .indicator div{
    display: inline-block;
    width:1vw;
    height: 1vw;
    color:#ffffff;
    border-style: solid;
    border-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.home .indicator div.active{
    background-color: white;
}

.featuredCont {
    height: 38vw;
    width: 55%;
    float: left;
}

.featured {
    height:29vw;
    width: 100%;
    padding: 1vw;
    overflow: hidden;
}

.featuredLabel{
    margin-top: 2%;
    margin-left: 8vw;
    background-color: #ED3300;
    width: 35%;
    height: 5%;
    text-align: center;
    padding-top: 0.6vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1vw;
    color: white;
    letter-spacing: 1px;
    border-radius: 7px;
}

.ytVid {
    margin-left: 10vw;
    margin-top: 1vw;
    width: 70%;
    height: 60%;
}

.featuredText{
    width: 45%;
    float: right;
}

.featuredTitle{
    margin-top: 2vw;
    margin-right: 12vw;
    text-align: center;
    font-size: 3vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ED3300;
}

.featuredContent{
    margin-right: 12vw;
    margin-top: 1.8vw;
    text-align: center;
    font-size: 1.2vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #AEB0B2;
    word-wrap: break-word;
}

.feed{
    height: 33vw;
    width: 100%;
    background-color: rgba(63, 66, 71, 0.42);
    padding: 1vw;
    overflow:hidden;
}

.facebookLabel{
    background-color: #ED3300;
    width: 20%;
    height: 4.5%;
    margin-left: 9vw;
    margin-top: 2vw;
    margin-bottom: 1.2vw;
    text-align: center;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.2vw;
    color: white;
    letter-spacing: 1px;
    border-radius: 7px;
}

.fb-page{
    margin-left: 10vw;
}

.facebookCont{
    width: 35%;
    float: left;
}

.rinaWave{
    width: 55%;
    float: right;
    align-content: center;
    margin-right: 7vw;
    margin-top: -3vw;
}

.rinaW{
    width: 100%;
}

.subscribe{
    width: 100%;
    height: 20vw;
    background-color: #ED3300;
    overflow: hidden;
}

.emailInput{
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    width: 80%;
    height: 20%;
    margin: auto;
    margin-top: 5vw;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 2.5vw;
}

.emailInput label {
    font-size: 1.7vw;
    margin: 1vw;
    margin-left: 3vw;
    font-family: 'Montserrat';
    font-weight: 300;
    color: white;
}

.emailText{
    height: 3.2vw;
    width: 49vw;
    margin-left: 3vw;
    margin-right: -6vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-family: 'Lato', sans-serif;
    font-size: 1.1vw;
    border-radius: 10px;
    border-style: none;
}

.emailBT{
    font-size: 1.1vw;
    margin-left: -2%;
    padding: 0.5vw 1.5vw 0.5vw 1.5vw;
    border-radius: 10px;
    background-color: #F24247;
    color: white;
    border-style: none;
    cursor: pointer;
}

.emailBT:hover{
    background-color: #f55d61;
}

.contactUs{
    float: left;
    width: 50%;
    margin-left: 20%;
    margin-right: -25%;
    margin-top: 5.5%;
    height: 50%;
}

.contactUs h2 {
    font-size: 2.5vw;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: -1vw;
}

.contactUs p {
    font-size: 0.9vw;
    color: white;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 1.2vw;
}

.supportOn{
    float: right;
    width: 50%;
    height: 50%;
    margin-left: 5%;
    margin-top: 5.5%;
}

.supportOn h2 {
    font-size: 2.5vw;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: -1vw;
}

.supportOn p {
    font-size: 0.9vw;
    color: white;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 1.2vw;
}

.getInvolved {
    background-color: white;
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 0.3vw 0.7vw 0.3vw 0.7vw;
    border-radius: 5px;
    border-style: none;
    margin-right: 1%;
    font-size: 1.1vw;
}

.getInvolved:hover {
    color: white;
    background-color: black;
    cursor: pointer;
}

.sendUs {
    background-color: transparent;
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 0.3vw 1vw 0.3vw 1vw;
    border-radius: 5px;
    border-style: solid;
    border-color: white;
    margin-right: 1%;
    color: white;
    font-size: 1.1vw;
}

.sendUs:hover {
    background-color:  rgba(255, 255, 255, .15);
    cursor: pointer;
}

.socMed {
    margin: 0 0.8vw 0 0.2vw;
    width: 4.5%;
}

.socMed:hover {
    transform: scale(1.05);
}

.section {
    width: 100%;
    height: 10vw;
    background-color: white;
}

.logoTextB {
    width: 15%;
    margin: 1.3vw 20vw 1.3vw 5vw;
}

.copyright {
    width: 21%;
    margin-top: 2.5vw;
    margin-right: 4vw;
    float: right;
}

.langOptions{
    float: right;
    margin: 2vw 4vw 0 0;
    width: 20%;
}

.langIcon {
    width: 6%;
    display: inline-block;
    vertical-align: middle;
}

.langChoice{
    font-size: 1vw;
    font-family: Montserrat;
}

.aboutSec{
    width: 100%;
    height: 47vw;
}

.aboutImg{
    width: 100%;
    height: 22vw;
    overflow: hidden;
}

.ohNipponbg{
    width: 100%;
}

.aboutCont{
    margin: auto;
    margin-top: 1.5vw;
    padding: 2.5vw;
    padding-top: 3vw;
    background-color: white;
    border-radius: 50px;
    height: 15vw;
    width: 80%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.aboutUs{
    float: left;
    text-align: center;
    width: 45%;
}

.aboutCont h1{
    color: #FF3801;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 2.5vw;
    margin-bottom: 1vw;
}

.aboutCont .aboutUs p{
    font-family: Montserrat;
    font-size: 0.9vw;
    margin-bottom: 1.2vw;
    text-align: left;
}

.boxSep{
    background-color: #C4C4C4;
    width: 0.3%;
    height: 15vw;
    margin: 0 5vw 0 5vw;
    display: inline-block;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    float: left;
}

.aboutCont .contactUsb p{
    color: black;
    font-family: Montserrat;
    font-size: 0.9vw;
    margin-bottom: 1.2vw;
}

.contactUsb{
    float: left;
    width: 45%;
    text-align: center;
    margin-left: -4%;
}

/*responsive*/
@media (max-width: 430px){
    .wrapper{
        width: 100%;
    }

    .mainHeader{
        flex-direction: column;
        height: 100%;
    }

    .mainHeader .hamburger{
        display: block;
        position: absolute;
        top: 2vw;
        right: 4vw;
        color: white;
    }

    .logoHeader{
        margin-left: -50vw;
        float: left;
        height: 100%;
        width: 60vw;
    }

    .logo{
        margin-top: 2%;
        margin-left: 12%;
        margin-right: 5%;
        width: 10%;
    }

    .logoText{
        width:  63%;
    }

    .menuList{
        display: none;
    }

    .mainHeader .menuList ul{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .mainHeader .menuList ul li{
        display: block;
        width: 100%;
        padding: 1vw;
    }

    .mainHeader .menuList ul li a{
        font-size: 5vw;
        color: white;
    }

    .signInButton {
        width: 12%;
        display: inline-block;
        vertical-align: middle;
    }

    .home .controls .prev,
    .home .controls .next{
        height: 20px;
        width: 40px;
        font-size: 3vw;
        padding-bottom: 5vw;
    }

    .home .indicator div{
        width: 2vw;
        height: 2vw;
    }

    .featured {
        height: 85vw;
        overflow: hidden;
    }

    .featuredCont{
        height: 64%;
        width: 100%;
        margin-bottom: 2vw;
        overflow-y: hidden;
    }

    .featuredLabel{
        margin: 3% 0 3% 4%;
        width: 40%;
        height: 9%;
        font-size: 3vw;
        padding-top: 1%;
    }

    .ytVid {
        margin-left: 10vw;
        margin-top: 1vw;
        width: 78%;
        height: 80%;
    }

    .featuredText{
        width: 100%;
        float: none;
    }

    .featuredTitle{
        width: 100%;
        font-size: 5vw; 
        margin: 0;
        font-size: 5vw;
        margin-top: 0.7vw;
    }

    .featuredContent{
        width: 100%;
        margin: 0;
        font-size: 2vw;
    }

    .facebookCont{
        width: 100%;
        margin-left: -6%;
        padding-bottom: -80%;
    }

    .feed{
        height: 170vw;
    }

    .facebookLabel{
        margin: 3% 0 3% 4%;
        width: 40%;
        height: 2.5%;
        font-size: 3vw;
        padding-top: 1.5%;
    }

    .fb-page{
        margin-left: 10vw;
    }

    .facebookCont{
        width: 100%;
        height: 60%;
    }

    .rinaWave{
        margin: 0;
        margin-left: 5vw;
        width: 100%;
        align-content: center;
        margin-top: 3vw;
    }

    .rinaW{
        width: 100%;
    }

    .subscribe{
        width: 100%;
        height: 52vw;
        background-color: #ED3300; 
        overflow: hidden;
    }

    .contactUs{
        width: 100%;
        margin-left: 13%;
        margin-top: 6vw;
        height: 40%;
    }

    .contactUs h2 {
        font-size: 5vw;
        margin-bottom: -4vw;
    }

    .contactUs p {
        font-size: 3vw;
        margin-bottom: 1.2vw;
    }

    .supportOn{
        width: 100%;
        margin-right: 11%;
        margin-top: 5vw;
        height: 50%;
        text-align: right;
    }

    .supportOn h2 {
        font-size: 5vw;
        margin-bottom: -4vw;
    }

    .supportOn p {
        font-size: 3vw;
        margin-bottom: 1.2vw;
    }

    .getInvolved {
        font-size: 2vw;
        padding: 0.7vw;
    }

    .getInvolved:hover {
        color: white;
        background-color: black;
        cursor: pointer;
    }

    .sendUs {
        font-size: 2vw;
    }

    .sendUs:hover {
        background-color:  rgba(255, 255, 255, .15);
        cursor: pointer;
    }

    .socMed {
        margin: 0 0.8vw 0 0.2vw;
        width: 4.5%;
    }

    .socMed:hover {
        transform: scale(1.05);
    }

    .section {
        width: 100%;
        height: 15vw;
    }

    .logoTextB {
        width: 22%;
        margin-top: 3.5vw;
    }

    .copyright {
        width: 30%;
        margin-top: 4.5vw;
        margin-left: -7vw;
    }

    .aboutSec{
        width: 100%;
        height: 107vw;
    }

    .aboutCont{
        margin: auto;
        margin-top: 1.5vw;
        height: 72vw;
        width: 85%;
    }

    .aboutUs{
        float: left;
        text-align: center;
        width: 45%;
        margin-top: 2vw;
    }

    .aboutCont h1{
        font-size: 6vw;
        margin-bottom: 1vw;
        margin-top: 2vw;
    }

    .aboutCont .aboutUs p{
        font-size: 3vw;
        text-align: center;
    }

    .boxSep{
        width: 0.3%;
        height: 70vw;
    }

    .aboutCont .contactUsb p{
        margin-top: 3.5vw;
        font-size: 3vw;
        word-break: break-all;
    }

    .contactUsb{
        margin-top: 2vw;
    }
}

.menuList.active{
    display: block;
    width: 100%;
    background-color: #3F4247;
    text-align: center;
    margin: 0;
    padding: 0;
}
