﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Belleza', sans-serif;
    position: relative;
    transition: 0.6s all;
    border-radius: 0px;f
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

body {
    width: 100vw;
    height: auto;
}

a {
    border-radius: 3px;
}

div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    top: 0;
    left: 0;
    position: fixed;
    padding: 0 150px;
    z-index: 14;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}

    .nav img {
        height: 50%;
        width: 25%;
        object-fit: contain;
    }

#menubar {
    z-index: 15;
    width: 50%;
}

    #menubar a {
        padding: 15px;
        text-align: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1b1b1b;
        text-decoration: none;
        font-weight: 700;
        font-size: 2vh
    }

        #menubar a:hover {
            background-color: #E36722;
            color: white;
        }

            #menubar a:hover .submenu {
                display: none;
            }

.languages {
    position: relative;
    flex-wrap: wrap;
    width: 25%;
    height: 80px;
    justify-content: center;
}

.socials {
    margin-left: 15px;
    height: 40px;
}

    .socials a {
        width: 35px;
    }

        .socials a img {
            margin: 7px 0;
            width: 25px;
            height: 25px;
            object-fit: contain;
        }

        .socials a:nth-child(1) {
        }

.languages a {
    font-weight: 700;
    text-decoration: none;
    color: #1b1b1b;
    height: 40px;
    line-height: 40px;
}

.languages span {
    width: 1px;
    height: 16px;
    background-color: #1b1b1b;
    margin: 0 5px;
}

.submenu {
    transition: 1.5s all;
    width: 100vw;
    position: fixed;
    top: -3000px;
    right: 0;
    height: auto;
    border-radius: 2px;
    z-index: 6;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9)
}

    .submenu b {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 25px;
        top: 11vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 4px;
        color: rgba(255,255,255, 0.65);
        border-radius: 2px;
        border: 2px solid rgba(255,255,255, 0.65);
        cursor: pointer;
        z-index: 15;
    }

    .submenu span {
        position: absolute;
        top: 11vh;
        font-size: 4vh;
        font-weight: 800;
        color: white;
        z-index: 5;
    }

.submenubox {
    height: 18vh;
    width: 18vh;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid rgb(255 255 255 / 0.90);
    margin: 4vh 1vh;
    margin-top: 0;
    border-radius: 4px;
}

    .submenubox img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        cursor: pointer;
    }

    .submenubox a {
        width: 100%;
        height: 100%;
        text-decoration: underline;
        padding: 5px 5%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 15;
        color: white;
        font-size: 1.8vh;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        background-color: rgb(0 0 0 / 0.3);
        border-radius: 0px;
    }

        .submenubox a:hover {
            background-color: rgb(255 255 255/ 0.9);
            color: #1b1b1b;
        }

.homepagetopimg {
    width: 100vw;
    height: 100vh;
}

.hometopsection {
    width: 100%;
    height: 100%;
}

.categories {
    width: 100%;
    height: auto;
    padding-top: 100px;
    align-items: flex-end;
    flex-wrap: wrap;
    background-color: rgb(227 103 34 / 0.80);
    padding-top: 18vh;
}

.subcategories {
    width: 100%;
    height: auto;
    align-items: baseline;
    background-color: #1b1b1b;
    flex-wrap: wrap;
}

    .subcategories div a {
        color: white;
        font-weight: 200;
        text-decoration: none;
        width: 90%;
        text-align: left;
        
    }

.subox {
    height: auto;
    width: 18vh;
    flex-direction: column;
    margin: 1vh;
    padding: 15px 0;
}

    .subox a {
        margin: 5px 0;
        text-decoration: underline;
        color: #1b1b1b;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        font-size: 1.5vh;
        line-height: 1.8vh;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.arrow-up {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, -400% 500%, 500% 500%);
    background-image: url("images/03F39632-EFD9-48D2-A994-9B083AF549FB.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: ani1 24s ease-in-out infinite;
    #
}

.arrow-down {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(500% -400%, 50% 50%, 500% 500%);
    background-image: url("images/93B8C41D-068E-40D4-97EE-97062565F455.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: ani2 24s ease-in-out infinite;
}

.arrow-right {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(-400% -400%, 50% 50%, 500% -400%);
    background-image: url("images/IMG_9536.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: ani3 24s ease-in-out infinite;
}

.arrow-left {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(-400% 500%, 50% 50%, -400% -400%);
    background-image: url("images/IMG_2398.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: ani4 24s ease-in-out infinite;
}

@keyframes ani4 {
    0% {
    }

    25% {
        clip-path: polygon(500% 500%, 50% 50%, -400% 500%);
    }

    50% {
        clip-path: polygon(500% -400%, 50% 50%, 500% 500%);
    }

    75% {
        clip-path: polygon(-400% -400%, 50% 50%, 500% -400%);
    }

    100% {
        clip-path: polygon(-400% 500%, 50% 50%, -400% -400%);
    }
}

@keyframes ani3 {
    0% {
        clip-path: polygon(500% 500%, 50% 50%, -400% 500%);
    }

    25% {
        clip-path: polygon(500% -400%, 50% 50%, 500% 500%);
    }

    50% {
        clip-path: polygon(-400% -400%, 50% 50%, 500% -400%);
    }

    75% {
        clip-path: polygon(-400% 500%, 50% 50%, -400% -400%);
    }

    100% {
        clip-path: polygon(500% 500%, 50% 50%, -400% 500%);
    }
}

@keyframes ani2 {


    0% {
        clip-path: polygon(500% -400%, 50% 50%, 500% 500%);
    }

    25% {
        clip-path: polygon(-400% -400%, 50% 50%, 500% -400%);
    }

    50% {
        clip-path: polygon(-400% 500%, 50% 50%, -400% -400%);
    }

    75% {
        clip-path: polygon(500% 500%, 50% 50%, -400% 500%);
    }

    100% {
        clip-path: polygon(500% -400%, 50% 50%, 500% 500%);
    }
}

@keyframes ani1 {
    0% {
        clip-path: polygon(-400% -400%, 50% 50%, 500% -400%);
    }

    25% {
        clip-path: polygon(-400% 500%, 50% 50%, -400% -400%);
    }

    50% {
        clip-path: polygon(500% 500%, 50% 50%, -400% 500%);
    }

    75% {
        clip-path: polygon(500% -400%, 50% 50%, 500% 500%);
    }

    100% {
        clip-path: polygon(-400% -400%, 50% 50%, 500% -400%);
    }
}

.homedescription {
    position: absolute;
    width: 40vh;
    height: 40vh;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    flex-direction: column;
    padding: 3vh;
    border-radius: 4px;
}

    .homedescription h1 {
        color: #E36722;
        width: 100%;
        font-size: 3vh;
        font-weight: 900;
        text-align: center;
        font-family: 'Belleza', sans-serif;
    }

    .homedescription span {
        width: 50%;
        height: 4px;
        margin-top: 10px;
        background-color: rgb(255 255 255 / 0.90);
    }

    .homedescription p {
        width: 100%;
        margin-top: 20px;
        line-height: 20px;
        text-align: center;
        color: white;
        font-size: 1.7vh;
    }

.arrow-left .homedescription {
    background-color: rgba(0 0 0 / 0.75);
    color: white;
}

.arrow-down .homedescription {
    background-color: rgba(0 0 0 / 0.85);
    color: #1b1b1b;
}

    .arrow-down .homedescription p {
        color: white
    }

.arrow-up .homedescription p {
    color: #1b1b1b
}

.arrow-left .homedescription p {
    color: white
}

.arrow-right .homedescription p {
    color: #1b1b1b
}

.arrow-right .homedescription {
    background-color: rgba(255 255 255 / 0.95);
    color: white;
}

.arrow-up .homedescription {
    color: #1b1b1b;
    background-color: rgba(255 255 255 / 0.65);
}

.explore {
    width: 25vw;
    position: absolute;
    left: 37.5vw;
    bottom: 5vh;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    background-color: rgb(255 255 255 / 0.85);
    color: #1b1b1b;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .explore b {
        font-weight: 900;
    }

.homemiddlesection {
    width: 100%;
    height: 100vh;
    padding: 0 150px;
    background-color: #1b1b1b;
    border: 100px solid white;
}

.homemiddlesectionleft {
    width: 40%;
    height: auto;
    flex-direction: column;
    padding: 50px;
    align-items: flex-start;
    color: white;
    border-radius: 5px;
}

    .homemiddlesectionleft h1 {
        font-size: 7vh;
        font-family: 'Belleza', sans-serif;
        color: white;
        font-weight: 200;
    }

    .homemiddlesectionleft h2 {
        font-size: 4vh;
        font-family: 'WindSong', cursive;
        color: rgb(227 103 34 / 1);
        padding-right: 15px;
        font-weight: 200;
    }

    .homemiddlesectionleft p {
        font-size: 2vh;
        font-weight: 100;
        color: rgb(255 255 255 / 0.75);
    }

.homemiddlesectionright {
    width: 60%;
    height: 100%;
}

    .homemiddlesectionright a {
        width: 40%;
        height: auto;
        position: absolute;
        border: 10px solid white;
        box-shadow: rgba(0 0 0 / 0.55) 0px 2px 8px 0px;
        padding: 0;
    }

        .homemiddlesectionright a:hover {
            z-index: 5;
            transform: scale(1.2);
            border: 10px solid #111;
        }

        .homemiddlesectionright a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .homemiddlesectionright a:nth-child(1) {
            left: 40%;
            top: 20%;
        }

        .homemiddlesectionright a:nth-child(2) {
            width: 40%;
            left: 10%;
            top: 35%;
        }

        .homemiddlesectionright a:nth-child(3) {
            left: 30%;
            bottom: 15%;
        }

        .homemiddlesectionright a:nth-child(4) {
            left: 37.5%;
            top: 42.5%;
        }

        .homemiddlesectionright a:nth-child(5) {
            right: 0%;
            bottom: 20%;
        }

        .homemiddlesectionright a:nth-child(6) {
            right: 0%;
            top: 20%;
        }

        .homemiddlesectionright a:nth-child(7) {
            left: 5%;
            bottom: 20%;
        }

        .homemiddlesectionright a:nth-child(8) {
            right: 25%;
            bottom: 40%;
        }

.servicessection {
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 300px;
}

.service {
    width: 31%;
    height: auto;
    box-shadow: rgba(0 0 0 / 0.25) 0px 2px 8px 0px;
    margin: 25px 0;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    justify-content: flex-start;
    transform: scale(0);
    transition: 0.5s all;
    transition: 0.5s all;
}

    .service:hover {
        background-color: #1b1b1b;
        color: white;
    }

.servicessection h1 {
    width: 100%;
    text-align: center;
    font-size: 85px;
    margin-bottom: 25px;
}

.servicessection .service div {
    width: 100%;
    box-shadow: none;
    justify-content: flex-start;
}

.servicessection h3 {
    margin: 0 15px;
}

.service p {
    margin: 15px 0;
}

.servicessection img {
    width: 50px;
    height: 50px;
}

.servicesseperation {
    width: 100%;
    height: 100vh;
    background-image: url("images/christian-mackie-euBmypOZUZA-unsplash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    flex-wrap: wrap;
    transition: 0.5s;
    border: 100px solid white;
}

    .servicesseperation img {
        height: 60vh;
    }



@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



#categoriesad {
    align-items: flex-start;
}

.catcontainers {
    width: 500px;
    height: auto;
    flex-direction: column;
    border-radius: 3px;
    border: 1px solid rgb(27 27 27 / 0.50);
    padding: 50px;
    background-color: white;
}


    .catcontainers div {
        width: 400px;
        padding: 10px;
        height: auto;
    }

        .catcontainers div span {
            position: absolute;
            z-index: 2;
            right: 80px;
            text-align: right;
            padding-right: 5px;
            color: rgb(255 0 0 / 0.90);
        }

.proimgcontainer {
    width: 500px;
    min-height: 400px;
    flex-direction: column;
    border-radius: 3px;
    border: 1px solid rgb(27 27 27 / 0.50);
    padding: 50px;
    background-color: white;
}

.imgboxes {
    padding: 0;
    width: 400px;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

    .imgboxes img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border: 1px solid white;
    }

#products {
    width: 100vw;
    height: auto;
    margin-top: 12vh;
    margin-bottom: 2vh;
}

.prodlistdiv a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    border: 4px solid #fff;
}

.productsimage {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: center;
}

.productbox:nth-child(20n+1) .productsimage {
    height: 35vw
}

.productbox:nth-child(20n+1) {
    width: 100%;
}

.productbox:nth-child(20n+2) {
    width: 30%;
}

.productbox:nth-child(20n+3) {
    width: 70%;
}

.productbox:nth-child(20n+4) {
    width: 40%;
}

.productbox:nth-child(20n+5) {
    width: 60%;
}

.productbox:nth-child(20n+6) {
    width: 45%;
}

.productbox:nth-child(20n+7) {
    width: 35%;
}

.productbox:nth-child(20n+8) {
    width: 20%;
}

.productbox:nth-child(20n+9) {
    width: 70%;
}

.productbox:nth-child(20n+10) {
    width: 30%;
}

.productbox:nth-child(20n+11) {
    width: 50%;
}

.productbox:nth-child(20n+12) {
    width: 50%;
}

.productbox:nth-child(20n+13) {
    width: 25%;
}

.productbox:nth-child(20n+14) {
    width: 25%;
}

.productbox:nth-child(20n+15) {
    width: 50%;
}

.productbox:nth-child(20n+16) {
    width: 100%;
}

.productbox:nth-child(20n+17) {
    width: 70%;
}

.productbox:nth-child(20n+18) {
    width: 30%;
}

.productbox:nth-child(20n+19) {
    width: 40%;
}

.productbox:nth-child(20n) {
    width: 60%;
}

.productsimage:hover {
    animation: rotateAndScale 3s infinite linear, shadowPulse 1.5s infinite alternate;
}

.procontent {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    padding: 0 10px;
    background-color: rgb(15 15 15 / 0.90);
    transition: 1s all;
}

    .procontent .h3 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        color: white;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        min-height: 50px;
    }

    .procontent .p {
        width: 100%;
        text-align: center;
        color: transparent;
        font-size: 18px;
        height: 0px;
        cursor: pointer;
        padding: 0 30px;
    }

    .procontent:hover {
        height: 100%;
        background-color: rgb(27 27 27 / 0.55);
    }
        .procontent:hover > .p {
            color: white;
        }

.prodlistdiv {
    width: 70vw;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: 0px 0px 10px -5px rgb(15 15 15 / 0.50);
    border-radius: 2px;
    margin-top: 10px;
    background-color: #1b1b1b
}

.noprod {
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    height: 80vh;
    background-color: white;
    color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactsectionback {
    width: 100vw;
    height: 100vh;
    background-image: url('images/contact.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vh;
}

.contactform {
    background-color: rgb(255 255 255 / 0.90);
    width: 70%;
    height: 80vh;
    padding: 50px;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.1);
}

.contactleft {
    width: 45%;
    height: 100%;
    background-color: rgb(227 103 34 / 0.85);
    border-radius: 5px;
    flex-direction: column;
    color: wheat;
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.4);
}

.contactright {
    width: 45%;
    height: auto;
    flex-direction: column;
}

    .contactright input {
        width: 80%;
        margin: 10px;
        background-color: transparent;
    }

    .contactright textarea {
        width: 80%;
        height: 150px;
        margin: 10px;
        background-color: transparent;
        resize: none;
        border: 0;
        border-bottom: 1px solid rgb(27 27 27 / 0.50);
        padding: 5px;
        border-radius: 4px;
        font-size: 18px;
    }

    .contactright input[type=text] {
        width: 80%;
        border: 0;
        border-bottom: 1px solid rgb(27 27 27 / 0.50);
        padding: 10px;
        font-size: 18px;
    }

    .contactright input[type=submit] {
        background-color: #1b1b1b;
        color: white;
        border: 0;
        font-size: 20px;
        border-radius: 4px;
        padding: 10px;
    }

        .contactright input[type=submit]:hover {
            background-color: #E36722;
            color: white;
            cursor: pointer;
        }

.contactleft div {
    width: auto;
    margin: 10px 0;
}

.contactleft b {
    font-size: 40px;
    font-weight: 700;
}

.contactleft h1 {
    font-weight: 900;
    font-size: 45px;
    margin: 20px 0;
    text-align: center;
}

.contactleft iframe {
    width: 300px;
    height: 200px;
    margin: 30px 0;
    border: 0;
}

.contactleft a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    flex-direction: column;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: wheat;
    margin: 0 10px;
    font-size: 12px;
}

.aboutsection {
    width: 90vw;
    height: auto;
    background-color: rgb(227 103 34 / 0.8);
    margin: 5vh 5vw;
    border-radius: 5px;
    color: white;
    padding: 80px;
    justify-content: space-between
}

    .aboutsection iframe {
        width: 100%;
        height: 340px;
        border-radius: 0px;
        margin: 15px 0;
        border-radius: 4px;
    }

    .aboutsection div {
        width: 45%;
        flex-direction: column;
    }

    .aboutsection p {
        line-height: 18px;
    }

#product {
    width: 100%;
    height: auto;
    margin-top: 15vh;
}

    #product .prodcontents {
        width: 70vw;
        height: 80vh;
        padding: 50px;
        flex-wrap: wrap;
    }

#proddesc {
    flex-direction: column;
    width: 120vh;
    padding: 30px;
}

    #proddesc h2 {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        font-weight: 700;
        font-size: 20px;
    }

    #proddesc p {
        line-height: 25px;
    }

#prodimageslist {
    width: 60vh;
    background-color: transparent;
    flex-wrap: wrap;
    height: 60vh;
    border: 5px solid white;
    justify-content: flex-start;
    align-content: flex-start;
    border-radius: 4px;
    padding: 0.3vh;
	overflow-y:scroll;
}

    #prodimageslist img {
        height: 18.3vh;
        width: 18.3vh;
        border: 5px solid white;
        object-fit: cover;
        cursor: pointer;
        margin: 0.5vh;
    }

#mainimg {
    width: 60vh;
    height: 60vh;
    object-fit: cover;
    border: 5px solid white;
}

#fullscreen {
    width: 100vw;
    height: 100vh;
    background-color: rgb(27 27 27 / 0.90);
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
}

#exit {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    font-size: 30px;
    background-color: transparent;
    border: 2px solid rgba(255,255,255, 0.65);
    border-radius: 5px;
    color: rgba(255,255,255, 0.65)
}

#left {
    position: absolute;
    left: 0px;
    height: 70vh;
    width: 150px;
    font-size: 30px;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color: rgba(255,255,255, 0.65);
    line-height: 50px;
}

#right {
    position: absolute;
    right: 0px;
    height: 70vh;
    width: 150px;
    font-size: 30px;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color: rgba(255,255,255, 0.65);
    line-height: 50px;
}

    #right:hover {
        background-color: rgba(255,255,255, 0.65);
    }

#left:hover {
    background-color: rgba(255,255,255, 0.65);
}

@keyframes opacityD {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

#fullscreen img {
    width: 1024px;
    border: 0;
}

#fullimage {
    height: 90vh;
    transition: 1s all;
}

footer {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b;
    height: 40vh;
    flex-direction: column;
}

    footer span {
        width: 80%;
        height: 2px;
        border-radius: 2px;
        background-color: rgba(255,255,255, 0.65);
    }

.footerrights {
    width: 100%;
    height: 8vh;
    color: rgba(255,255,255, 0.85);
    font-weight: 500
}

.footerup {
    width: 80%;
    height: 31.5vh;
    justify-content: space-between
}

iframe {
    width: 250px;
    height: 25vh;
    border-radius: 2%;
    border: 0;
}

.footerup img {
    width: 100%
}

.footerup div {
    width: 20%;
    flex-direction: column;
}

.footerup a {
    color: rgba(255,255,255, 0.65);
    margin: 4px 0;
}

.footerup p {
    color: rgba(255,255,255, 0.65);
    margin: 4px 0;
}

.footerup h2 {
    color: white;
}

.footersocials img {
    height: 50px;
    width: 50px;
    background-color: white;
    border: 2px solid rgba(255,255,255, 0.65);
    border-radius: 5px;
    margin: 0 5px;
}

.footersocials {
    flex-direction: row;
}

    .footersocials div {
        flex-direction: row;
        width: 100%
    }

#menubar b {
    display: none;
}

@media (max-width: 1024px) {
    #exit {
        position: absolute;
        right: 20px;
        top: 20px;
        height: 100px;
        width: 100px;
        font-size: 60px;
        background-color: transparent;
        border: 2px solid rgba(255,255,255, 0.65);
        border-radius: 5px;
        color: rgba(255,255,255, 0.65)
    }
    .nav {
        padding: 0 30px;
        height: 15vh;
        flex-direction: column;
    }

        .nav img {
            height: 80px;
        }

    #menubar {
        width: 100%;
        height: auto;
        background-color: white;
    }

    .languages {
        position: absolute;
        right: 15px;
        top: 55px;
        transform: scale(1.5)
    }

    #menubar a {
        padding: 15px;
        font-weight: 100;
    }

    .explore {
        left: auto;
        height: auto;
        width: auto;
        padding: 50px;
        font-size: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .homedescription h1 {
        font-weight: 800;
    }

    .homemiddlesectionleft h1 {
        font-size: 3.5vh;
        text-align: center;
    }

    .homemiddlesection {
        flex-direction: column;
        width: 90%;
        height: auto;
        padding: 5px;
        border: 0;
        left: 5%;
        top: 5vw;
        border-radius: 15px;
    }

        .homemiddlesection p {
            font-size: 20px;
        }

    .homemiddlesectionleft p {
        font-size: 20px;
    }

    .homemiddlesectionleft {
        width: 100%;
        height: auto;
        align-items: center;
    }

    .homemiddlesectionright {
        height: 50vh;
        flex-wrap: wrap;
        width: 95%;
        justify-content: space-between;
        height: auto;
        padding: 50px 0;
    }


        .homemiddlesectionright a {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

            .homemiddlesectionright a:nth-child(1) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(2) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(3) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(4) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(5) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(6) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(7) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(8) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(9) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(10) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(11) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .homemiddlesectionright a:nth-child(12) {
                width: 50%;
                height: 20vh;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

    #categoriesdiv {
        padding: 0;
    }

    .servicessection {
        margin-top: 5vh;
        padding: 50px;
        height: auto;
        flex-direction: column;
    }

    .service {
        width: 100%;
        height: auto;
        padding: 80px;
    }

        .service h3 {
            font-size: 3vh;
        }

        .service img {
            width: 100px;
            height: 100px;
        }

    .servicesseperation {
        border: 0;
        width: 100%;
        height: auto;
        padding: 100px 50px;
        flex-direction: row-reverse;
    }

    .aboutsection {
        height: auto;
        flex-direction: column;
    }

        .aboutsection div {
            width: 100%;
        }

        .aboutsection h1 {
            font-size: 3.5vh;
        }

        .aboutsection p {
            font-size: 1.2vh;
            line-height: 2.4vh;
            font-weight: 100;
        }

        .aboutsection iframe {
            height: 35vh;
        }

    .submenu {
        padding-top: 5vh;
		width:100%;
        flex-direction: column;
        justify-content: flex-start;
    }
	.homedescription{
		height:auto;
	}
	.homedescription p{
		line-height:40px;
	}
	.prodcontents{
	width:100%;
	}
        .submenu span {
            display:none;
        }

        .submenu b {
            display:none;
        }

    .categories {
        height: auto;
        padding-bottom: 50px;
		padding-top: 12vh;
    }
	.subcategories {
		height:auto%;
	}
    .submenubox {
        width: 40%;
        height: 150px;
        margin: 5px;
    }

    .subox {
        width: 18%;
        height: auto;
        margin: 5px;
    }

        .subox a {
            justify-content: flex-start;
            text-align: left;
        }
.procontent {
	overflow:hidden;
}

    footer {
        height: auto;
    }

    .footerup {
        flex-direction: column;
        height: auto;
        padding: 0;
    }


        .footerup div {
            width: 100%;
            margin: 50px 0;
        }

        .footerup a {
            font-size: 1.5vh;
            width: 100%;
            text-align: center;
        }

        .footerup h2 {
            font-size: 3vh;
            width: 100%;
            text-align: center;
        }

    .footersocials a {
        width: 150px;
        height: 150px;
        margin: 0 10px;
        border-radius: 10px;
        padding: 0;
    }

    .footerup iframe {
        width: 100%;
    }

    .footersocials {
        width: 100%;
    }

    .footerrights {
        font-size: 1.5vh;
    }

    .footersocials a img {
        width: 150px;
        height: 150px;
        border: 0;
        border-radius: 40px;
        padding: 0;
    }

    .footerup p {
        font-size: 2vh;
        width: 100%;
        text-align: center;
    }

    .footerup div img {
        width: 100%;
    }

    .prodlistdiv {
        width: 100%;
        height: auto;
        padding: 50px;
    }

    .productbox {
        height: auto;
        width: 50%;
        margin: 20px 0;
    }

        .productbox .productsimage {
            height: 80vw
        }

        .productbox:nth-child(20n+1) .productsimage {
            height: 80vw
        }

        .productbox:nth-child(20n+1) {
            width: 100%;
        }

        .productbox:nth-child(20n+2) {
            width: 100%;
        }

        .productbox:nth-child(20n+3) {
            width: 100%;
        }

        .productbox:nth-child(20n+4) {
            width: 100%;
        }

        .productbox:nth-child(20n+5) {
            width: 100%;
        }

        .productbox:nth-child(20n+6) {
            width: 100%;
        }

        .productbox:nth-child(20n+7) {
            width: 100%;
        }

        .productbox:nth-child(20n+8) {
            width: 100%;
        }

        .productbox:nth-child(20n+9) {
            width: 100%;
        }

        .productbox:nth-child(20n+10) {
            width: 100%;
        }

        .productbox:nth-child(20n+11) {
            width: 100%;
        }

        .productbox:nth-child(20n+12) {
            width: 100%;
        }

        .productbox:nth-child(20n+13) {
            width: 100%;
        }

        .productbox:nth-child(20n+14) {
            width: 100%;
        }

        .productbox:nth-child(20n+15) {
            width: 100%;
        }

        .productbox:nth-child(20n+16) {
            width: 100%;
        }

        .productbox:nth-child(20n+17) {
            width: 100%;
        }

        .productbox:nth-child(20n+18) {
            width: 100%;
        }

        .productbox:nth-child(20n+19) {
            width: 100%;
        }

        .productbox:nth-child(20n) {
            width: 100%;
        }

    .contactsectionback {
        padding: 50px;
        padding-top: 20vh;
        height: auto;
    }

    .contactleft {
        height: auto;
        width: 100%;
        margin-top: 2vh;
    }

        .contactleft h1 {
            font-size: 3.5vh;
        }

        .contactleft a {
            font-size: 1.5vh;
        }

        .contactleft b {
            font-size: 5vh;
        }

        .contactleft iframe {
            height: 30vh;
            width: 90%;
        }

    .contactright {
        height: auto;
        width: 100%;
    }

        .contactright input[type=text] {
            font-size: 2vh;
            height: 4vh;
        }

        .contactright textarea {
            font-size: 2vh;
            height: 14vh;
        }

        .contactright input[type=submit] {
            font-size: 2vh;
            height: 5vh;
        }

    .contactform {
        width: 100vw;
        height: auto;
        flex-direction: column-reverse;
    }

    #product {
		width:100%;
        padding: 0;
        height: auto;
    }

        #product .prodcontents {
            width: 100%;
        }

    #prodimageslist {
        height: auto;
    }

        #prodimageslist img {
            width: 22.5%;
            height: 20vw;
        }
    #prodname{
	text-align:center;	
	}
	#fullscreen{
		width:100%;
		height:100%;
	}
    #fullimage {
        height: auto;
        width: 100%;
    }
    #right {
        height: 15vh;
        width:30vw;
        bottom: 7vh;
        z-index: 15;
        font-size:5vh;
    }
    #left {
        width: 30vw;
        height: 15vh;
        bottom: 7vh;
        z-index: 15;
        font-size: 5vh;
    }
    .arrow-left {
        display:none;
    }
    .arrow-right {
        display:none;
    }
    .arrow-up {
        display:none;
    }
    .arrow-down {
        animation: 15s changeBck infinite;
        clip-path: none;
    }
    @keyframes changeBck {
        0% {
            background-image: url("images/03F39632-EFD9-48D2-A994-9B083AF549FB.png");
        }
        28% {
            background-image: url("images/03F39632-EFD9-48D2-A994-9B083AF549FB.png");
        }
        33% {
            background-image: url("images/93B8C41D-068E-40D4-97EE-97062565F455.jpeg");
        }
        60% {
            background-image: url("images/93B8C41D-068E-40D4-97EE-97062565F455.jpeg");
        }
        66% {
            background-image: url("images/IMG_2398.jpg");
        }
        95% {
            background-image: url("images/IMG_2398.jpg");
        }
        100% {
            background-image: url("images/IMG_9536.jpg");
        }
    }
    .homepagetopimg {
        width: 100vw;
        height: 95vh;
    }
}
