
body {
    
    font-family: 'Titillium Web', sans-serif;
    min-height: 100vh;
    width: 100%;
}


.bg {
    min-height: calc(100vh - 140px);
    width: 100%; 
    height: auto;
    background-image: url(../img/bg1.jpg) ;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.2;
    animation: bganimate 21s infinite;
}

.mainArea {
    min-height: calc(100vh - 140px);
    width: 100%;
    background-image: url(../img/whiteBg.png);
    background-repeat: repeat;
}

@keyframes bganimate {
    0% {
       background-image: url(../img/bg1.jpg); 
       opacity: 0.2;
    }
    10% {
       background-image: url(../img/bg1.jpg); 
       opacity: 1;
    }
    30% {
       background-image: url(../img/bg1.jpg); 
       opacity: 1;
    }
    33.33% {
       background-image: url(../img/bg1.jpg); 
       opacity: 0;
    }
    34% {
        background-image: url(../img/bg2.jpg);
        opacity: 0;
    }
    43.33% {
       background-image: url(../img/bg2.jpg); 
       opacity: 1;
    }
    63.33% {
       background-image: url(../img/bg2.jpg); 
       opacity: 1;
    }
    
    66.66% {
       background-image: url(../img/bg2.jpg); 
       opacity: 0;
    }
    67% {
        background-image: url(../img/bg3.jpg);
        opacity: 0;
    }
    76.66% {
       background-image: url(../img/bg3.jpg); 
       opacity: 1;
    }
    96.66% {
       background-image: url(../img/bg3.jpg); 
       opacity: 1;
    }
    99.99% {
       background-image: url(../img/bg3.jpg); 
       opacity: 0;
    }
    100% {
        background-image: url(../img/bg1.jpg);
        opacity: 0;
    }
}

header {
    height: 90px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(229,229,229,1) 51%,rgba(255,255,255,1) 100%);
    box-shadow:  0px 4px 15px 4px rgba(0,0,0,0.81);
    display: flex;
    position: relative;
    width: 100%;
    z-index: 10;
}

.logo{
    width: %50;
    display: block;
    
}
.brn {
    margin: 7.5px 20px;
    height: 75px;
    border-right: 2px solid black;
    padding-right: 30px;
}

.zmr {
    margin: 7.5px 10px;
    height: 75px;
}


nav img {
    position: absolute;
    height: 25px;
    right: 15%;
    top: 30%;
}


nav .menu {
    background: rgba(0,0,0,.8);
    width: 0;
    height: 0;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding-top: 90px;
    transition: .6s ease;
    overflow: hidden;
}
nav .menu li {
    list-style: none;
    color:  #F6A409;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 18px;
    font-size: 22px;
    border-bottom: 2px solid #F6A409;
    transition: all 0.4s;
    
}
nav .menu h5 {
    margin: 0;
    color: #fff;
    font-size: 22px;
}
nav .menu .socialNav {
    border-bottom: none;
}

nav .menu li a {
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

nav .menu li:hover  {
    background-color: #f6a409;
    color: #fff;
}
#toggle {
    display: none;
}
#hamburger {
    font-size: 36px;
    font-weight: 700;
    line-height: 90px;
    position: absolute;
    right: 2%;
    z-index: 10;
    color: #000;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
    background: #f6a409;
}
#toggle:checked + .menu {
    width: 40vw;
    height: 100vh;
}



.title {
    position: absolute;
    right: 20px;
    top: 17%;
    font-size: 36px;
    color: white;
    margin: 0;
    text-align: right;
    font-weight: 700;
    text-shadow: 4px 5px 8px #000000;
}

.imgbox {
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 4;
    
}
.pageTitle {
    text-align: center;
    margin: 0;
    padding: 20px;
    color: #990000;
}
.product {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.productItem {
    width: 19%;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: wrap;
    transition: all .6s;
    
}
.productItem img {
    width: 90%;
    padding: 20px;
    margin: 10px;
    overflow: hidden;
}
.productItem:hover  {
    box-shadow: 0 5px 10px rgba(0,0,0,.8);
}

.productItem h3 {
    font-weight: 400;
}

.aboutArea {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 30px;
    width: 90%;
}

.note {
    font-weight: 400;
    text-align: center;
    color: #990000;
    font-size: 20px;
    margin: 10px 0 5px 0;
}
.note a {
    color: inherit;
    text-decoration: none;
}
.contactArea {
    display: flex;
    flex-flow: wrap;
    width: 90%;
    margin: 0 auto;
}
.left {
    width: 47%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    
}


.right {
    width: 47%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

footer {
    height: 50px;
    width: 100%;
    background: #fff;
    box-shadow: inset 0px 9px 17px -5px rgba(0,0,0,0.75);
    display: flex;
    flex-flow: wrap;
}


footer h6 {
    text-align: right;
    font-size: 14px;
    margin: 0;
    line-height: 50px;
    width: 60%;
}

.footNav {
    display: flex;
    margin-bottom: 0;
    width: 40%;
}
.footNav li {
    list-style: none;
    margin-right: 5px;
    font-weight: 400;
    
}
.footNav li a{
    color: inherit;
    text-decoration-line: none;
}
.f1 {
    color: #3b5998;
    width: 40px;
    transition: 0.6s;
    padding: 10px;
    margin: 5px;
}
.f1:hover {
    color: white;
    background: #3b5998;
    border-radius: 50%;
}

.f2 {
    color: #00aced;
    width: 40px;
    transition: 0.6s;
    padding: 10px;
    margin: 5px;
}
.f2:hover {
    color: white;
    background: #00aced;
    border-radius: 50%;
}

.f3 {
    color: #ce064c;
    width: 40px;
    transition: 0.6s;
    padding: 10px;
    margin: 5px;
}
.f3:hover {
    color: white;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    border-radius: 50%;
    
}

@media only screen and (min-width: 1600px) {
    .title {
        font-size: 60px;
    }
    .mainArea, .bg {
        min-height: calc(100vh - 150px);
    }
    header {
        height: 100px;
    }
    .brn, .zmr {
        height: 85px;
    }
    #hamburger {
        line-height: 100px;
    }
    nav .menu {
        padding-top: 100px;
    }
    .imgbox img {
        width: 400px;
    }
    footer h6 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
    .title {
        font-size: 44px;
    }
    .imgbox img {
        width: 350px;
    }
}

@media only screen and (max-width: 738px) {
    .title {
        font-size: 28px;
    }
    .mainArea, .bg {
        min-height: calc(100vh - 120px);
    }
    header {
        height: 70px;
    }
    .brn, .zmr {
        height: 60px;
    }
    #hamburger {
        line-height: 70px;
        font-size: 24px;
        padding-right: 18px;
        padding-left: 18px;
    }
    nav .menu {
        padding-top: 70px;
    }
    .imgbox img {
        width: 200px;
    }
    footer h6 {
        font-size: 10px;
    }
   
    nav .menu li {
        padding: 13px;
        font-size: 18px;
    }
    .footNav li {
        font-size: 12px;
    }
    .note, .productItem  h3 {
        font-size: 16px;
    }
    .contactArea .left {
        font-size: 18px;
    }
    .left h5 {
        margin: 5px;
    }
    .aboutArea {
        padding: 10px 20px;
    }
    .right iframe {
        height: 180px;
    }
}

@media only screen and (max-width: 670px) {
    .imgbox img {
        width: 170px;
    }
}

@media only screen and (max-width: 571px) {
    .title {
        font-size: 22px;
    }
    .imgbox img {
        width: 150px;
    }
    footer h6 {
        font-size: 8px;
    }
    nav .menu li {
        padding: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 482px) {
    .title {
        font-size: 18px;
    }
    .mainArea, .bg {
        min-height: calc(100vh - 110px);
    }
    header {
        height: 60px;
    }
    .brn, .zmr {
        height: 50px;
    }
    #hamburger {
        line-height: 60px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 18px;
    }
    nav .menu {
        padding-top: 60px;
    }
    .imgbox img {
        width: 120px;
    }
    .imgbox {
        left: 20px;
        bottom: 25px;
    }
    #toggle:checked + .menu {
        width: 100vw;
    }
    .productItem {
        width: 55%;
        text-align: center;
        margin: 7px auto 7px auto;
    }
    .productItem img {
        width: 80%;
    }
    .left {
        width: 70%;
    }
    .right {
        width: 70%;
    }
}

@media only screen and (max-width: 416px) {
    .brn {
        margin: 7.5px 5px;
        border-right: 1px solid black;
        padding-right: 5px;
    }

    .zmr {
        margin: 7.5px 0;
    }
    nav img {
        height: 20px;
        }
    #toggle:checked + .menu {
        width: 100vw;
    }
    .imgbox img {
        width: 180px;
    }
    .imgbox {
        left: 20px;
        bottom: 30px;
    }
    .title {
        font-size: 30px;
        text-align: center;
        right: 3%;
    }
    footer h6 {
        text-align: center;
        font-size: 10px;
        line-height: inherit;
        width: 100%;
    }

    .footNav {
        width: 100%;
    }

}

@media only screen and (max-width: 378px) {
    .title {
        font-size: 26px;
    }
    .imgbox img {
        width: 160px;
    }
}

@media only screen and (max-width: 345px) {
    .title {
        font-size: 24px;
    }
    .imgbox img {
        width: 140px;
    }
    .mainArea, .bg {
        min-height: calc(100vh - 105px);
    }
    header {
        height: 55px;
    }
    .brn, .zmr {
        height: 45px;
    }
    #hamburger {
        line-height: 55px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    nav .menu {
        padding-top: 55px;
    }
}