html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ^^ above is all css reset ^^ */





/* CSS STARTS HERE */


body {
    background-color: #2e3236;
    font-family: 'Share Tech', sans-serif;
    padding-top: 160px;
    text-transform: uppercase;
}



/* HEADER SECTION  */



#navlogo {
    align-content: center;
    width: 167.5px;
    height: 93px;
    padding: 0%;
    position: relative;
    top: 8px;
    left: -18px;
}

#mainNavbar {
    background-color: rgb(36, 37, 37);
    font-size: 1.2em;
}

#mainlogonav {
    align-content: center;
    width: 279px;
    height: 93px;
}

#mainlogonav:hover {
    transform: scale(1.05);
    transition: 0.2s ease-in-out;
}

#navtext:hover {
    color: #5c95ff;
}

.dropdown-menu {
    background-color: rgb(36, 37, 37);
    color: rgb(36, 37, 37);
}

.dropdown-item {
    background-color: rgb(36, 37, 37);
    color: grey;
}

.wave {
    position: absolute;
    left: 0;
    width: 100vw;
    overflow: hidden;
    line-height: 0;
    padding-top: 90px;
    top: 0;
}

.wave svg {
    position: relative;
    display: block;
    width: calc(151% + 1.3px);
    height: 45px;
}

.wave .shape-fill {
    fill: #242525;
}



/* GALLERY SECTION */



.gallery-cell {
    width: 60%;
    height: 400px;
    margin-right: 10px;
    background: rgb(0, 0, 0);
    counter-increment: gallery-cell;
    position: relative;
    display: flex;
}

#gallerysection {
    border-top: solid rgb(36, 37, 37);
    border-bottom: solid rgb(36, 37, 37);
}

.gallery-logo-bg {
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    filter: brightness(50%);
}

.gallery-logo {
    display: block;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.gallery-logo-bg2 {
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    filter: brightness(50%);

}

.gallery-fans {
    display: block;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.gallery-logo-bg3 {
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    filter: brightness(50%);

}

.gallery-soon {
    display: block;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    margin: auto;
    transform: rotate(10deg)
}



/* TEXT SECTION 1  */



.spacer {
    aspect-ratio: 960/60;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 2px;
    position: relative;
}

.layer1 {
    background-image: url('./layer1.svg');
}

#texts1 {
    background-color: #4f6d8a;
    width: 100%;
    height: 260px;
    text-align: center;
    align-content: center;
    color: rgb(36, 37, 37);
    font-size: 1.3em;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 30px;
}

#p2 {
    padding-top: 24px;
    font-size: 0.9em;
}

.spacer2 {
    aspect-ratio: 960/60;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -1%;
}

.layer2 {
    background-image: url('./layer2.svg');
}


/* STOCK SECTION  */


#expect1 {
    padding-left: 8%;
    padding-top: 6%;
    padding-right: 8%;
    padding-bottom: 1%;
}

#expect1 img {
    width: 607.5px;
    height: 67.5;
}

#stockimgscont {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
}

.imgs {
    width: 26%;
    margin: calc(20%/6);
    margin-bottom: 1%;
    position: relative;
    border: 10px solid rgb(36, 37, 37);
}

#stockimgs {
    width: 100%;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter: brightness(70%);
}

.stockoverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 600ms;
}

.stockoverlay:hover {
    opacity: 1;
}

.stockoverlay h2 {
    font-size: 2.8em;
    color: #cfcfcf;
    margin-bottom: 15px;
}

.stockoverlay>* {
    transform: translateY(25px);
    transition: transform 600ms;
}

.stockoverlay:hover>* {
    transform: translateY(0px);
}


/* CONTACT SECTION  */


.spacer3 {
    aspect-ratio: 960/60;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.layer3 {
    background-image: url('./layer3.svg');
}


.contactsec {
    background-color: #4f6d8a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14%;
    color: rgb(36, 37, 37);
}

iframe {
    border-radius: 0.6em;
    border: none;
    width: 600px;
    height: 400px;
    transition: 300ms ease-in-out;
    filter: invert(100%);
    left: 100px;
    opacity: 0.8;
}

iframe:hover {
    transform: scale(1.03);
    opacity: 1;
}

.box {
    max-width: 600px;
}

#contacttxt {
    width: 313.5px;
    height: 67.5px;
    position: relative;
    right: -200px;
}

.social {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: end;
    padding-right: 100px;
    padding-bottom: 20px;
    gap: 30px;
}

.insta {
    transition: 300ms ease-in-out;
}

.insta:hover {
    transform: scale(1.2);
}

.faceb {
    transition: 300ms ease-in-out;
}

.faceb:hover {
    transform: scale(1.2);
}

.contactp {
    position: relative;
    font-size: 1.6em;
    text-align: end;
    padding-right: 80px;
}

.contactmail {
    font-size: 1.4em;
    text-align: end;
    padding-right: 80px;
    padding-top: 30px;
}

.contactmail a {
    color: rgb(36, 37, 37);
}

.spacer4 {
    aspect-ratio: 960/60;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer4 {
    background-image: url('./layer4.svg');
}


/* ABOUT SECTION  */


.box2 {
    max-width: 800px;
    height: 400px
}

.aboutsec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
}

.abouttxt {
    width: 261px;
    height: 67.5px;
    position: relative;
    top: 50px;
    left: 40px;
}

.aboutp {
    position: relative;
    font-size: 1.6em;
    text-align: left;
    justify-content: center;
    color: #cfcfcf;
    top: 100px;
    padding-left: 40px;
}

.abouticonlogo {
    width: 496px;
    height: 330px;
    filter: invert(100%);
    opacity: 0.07;
}


/* FOOTER SECTION  */


.spacer5 {
    aspect-ratio: 960/61;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 2px;
}

.layer5 {
    background-image: url('./layer5.svg');
}

.footersec {
    background-color:rgb(36, 37, 37);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60%;
    color: #ffffff;
}

.footerimgs {
    display: flex;
    align-items: left;
    justify-content: left;
    opacity: 0.4;
    position: relative;
}

.footericon {
    width: 62px;
    height: 41.25px;
    filter: invert(100%);
    position: relative;
}

.footerlogo {
    width: 209.25px;
    height: 69.75px;
    position: relative;
    top: -10px;
    left: -20px;
}

.footertxt {
    max-width: 600px;
    margin-bottom: 10px;
    opacity: 0.4;
    position: relative;
}

.footerp1 {
    padding-bottom: 8px;
    font-size: 1em;
}

.footerp1 a {
    color: #ffffff;
}

.footerp2 {
    font-size: 0.8em;
}


/* ALL MEDIA QUERY STUFF HERE  */



@media (max-width: 1350px) {
    .gallery-soon {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        transform: rotate(10deg);
        width: 597.75px;
        height: 96px;
    }

    .stockoverlay h2 {
        font-size: 2.2em;
        color: #cfcfcf;
        margin-bottom: 15px;
    }
}

@media (max-width: 1296px) {
    .aboutp {
        position: relative;
        font-size: 1.2em;
        text-align: left;
        justify-content: center;
        color: #cfcfcf;
        top: 100px;
    }
    .abouticonlogo {
        width: 248px;
        height: 165px;
        filter: invert(100%);
        opacity: 0.07;
    }
    .footersec {
        gap: 40%;
    }
}

@media (max-width: 1173px) {
    .gallery-cell {
        width: 50%;
        height: 220px;
        margin-right: 10px;
        background: rgb(0, 0, 0);
        counter-increment: gallery-cell;
        position: relative;
        display: flex;
    }

    .gallery-logo {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 327.75px;
        height: 155.25px;
    }

    .gallery-fans {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 461.5px;
        height: 271.75px;
    }

    .gallery-soon {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        transform: rotate(10deg);
        width: 398.5px;
        height: 64px;
    }

    #texts1 {
        background-color: #4f6d8a;
        width: 100%;
        height: 200px;
        text-align: center;
        align-content: center;
        color: rgb(36, 37, 37);
        font-size: 1em;
        padding-left: 80px;
        padding-right: 80px;
        line-height: 20px;
    }

    #p2 {
        padding-top: 20px;
        font-size: 0.8em;
    }

    #expect1 img {
        width: 405px;
        height: 45px;
    }

    .stockoverlay h2 {
        font-size: 2em;
        color: #cfcfcf;
        margin-bottom: 15px;
    }

    #contacttxt {
        width: 209px;
        height: 45px;
        position: relative;
        right: -260px;
    }

    .abouttxt {
        width: 174px;
        height: 45px;
        position: relative;
        top: 70px;
    }

    .abouticonlogo {
        width: 248px;
        height: 165px;
        filter: invert(100%);
        opacity: 0.07;
    }

    .box2 {
        max-width: 800px;
        height: 300px;
    }

    .contactsec {
        background-color: #4f6d8a;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6%;
        color: rgb(36, 37, 37);
    }

    iframe {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .stockoverlay h2 {
        font-size: 1.4em;
        color: #cfcfcf;
        margin-bottom: 15px;
    }

    .stockoverlay p {
        font-size: 0.8em;
        color: #cfcfcf;
    }

    .contactsec {
        flex-wrap: wrap-reverse;
    }

    .social {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 100px;
        padding-bottom: 20px;
        gap: 30px;
    }

    .contactp {
        position: relative;
        font-size: 1.2em;
        text-align: center;
        padding-left: 80px;
    }

    .contactmail {
        font-size: 1em;
        text-align: center;
        padding-left: 80px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .abouticonlogo {
        display: none;
    }

    .abouttxt {
        width: 174px;
        height: 45px;
        position: relative;
        left: 38%;
        top: 40px;
    }

    .aboutp {
        position: relative;
        font-size: 1.2em;
        text-align: center;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
        top: 80px;
    }

    .box2 {
        max-width: 800px;
        height: 300px;
    }

    #contacttxt {
        width: 209px;
        height: 45px;
        position: relative;
        left: 32%;
    }
    iframe {
        width: 500px;
        height: 300px;
        padding-left: 0px;
        padding-right: 0px;
    }
    iframe:hover {
        transform: scale(1);
        opacity: 1;
    }
    .footersec {
        gap: 30%;
    }
}

@media (max-width: 795px) {
    .gallery-cell {
        width: 50%;
        height: 165px;
        margin-right: 10px;
        background: rgb(95, 95, 95);
        counter-increment: gallery-cell;
        position: relative;
        display: flex;
    }

    .gallery-logo {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 218.5px;
        height: 103.5px;
    }

    .gallery-fans {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 301px;
        height: 174.5px;
    }

    .gallery-soon {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        transform: rotate(10deg);
        width: 199.25px;
        height: 32px;
    }

    #texts1 {
        background-color: #4f6d8a;
        width: 100%;
        height: 160px;
        text-align: center;
        align-content: center;
        color: rgb(36, 37, 37);
        font-size: 0.9em;
        padding-left: 60px;
        padding-right: 60px;
        line-height: 16px;
    }

    #p2 {
        padding-top: 18px;
        font-size: 0.7em;
    }

    .stockoverlay h2 {
        font-size: 1.2em;
        color: #cfcfcf;
        margin-bottom: 15px;
    }

    #contacttxt {
        width: 209px;
        height: 45px;
        position: relative;
        right: -200px;
    }
    iframe {
        width: 450px;
        height: 300px;
    }
    .footericon {
        width: 31px;
        height: 20.625px;
    }
    
    .footerlogo {
        width: 139.5px;
        height: 46.5px;
        left: -12px;
    }
    .footerp1 {
        padding-bottom: 6px;
        font-size: 0.6em;
    }   
    .footerp2 {
        font-size: 0.4em;
    }
    .abouttxt {
        width: 174px;
        height: 45px;
        position: relative;
        left: 38%;
    }
}

@media (max-width: 768px) {
    #mainNavbar {
        background-color: rgb(36, 37, 37);
        font-size: 1.2em;
        padding-right: 20px;
    }
}

@media (max-width: 760px) {
    .stockoverlay h2 {
        font-size: 1em;
        color: #cfcfcf;
        margin-bottom: 15px;
    }

    .stockoverlay p {
        font-size: 0.4em;
        color: #cfcfcf;
    }

    .contactsec {
        flex-wrap: wrap-reverse;
    }

    .social {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 100px;
        padding-bottom: 20px;
        gap: 30px;
    }

    .contactp {
        position: relative;
        font-size: 0.9em;
        text-align: center;
        padding-left: 80px;
    }

    .contactmail {
        font-size: 0.8em;
        text-align: center;
        padding-left: 80px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .aboutp {
        position: relative;
        font-size: 0.9em;
        text-align: center;
        justify-content: center;
    }
    .abouttxt {
        width: 174px;
        height: 45px;
        position: relative;
        left: 36%;
    }
}

@media (max-width: 500px) {

    .gallery-cell {
        width: 70%;
        height: 160px;
        margin-right: 10px;
        background: rgb(95, 95, 95);
        counter-increment: gallery-cell;
        position: relative;
        display: flex;
    }

    .gallery-logo {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 188.5px;
        height: 73.5px;
    }

    .gallery-fans {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 221px;
        height: 134.5px;
    }

    .gallery-soon {
        display: block;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: auto;
        transform: rotate(10deg);
        width: 169.25px;
        height: 32px;
    }

    #texts1 {
        background-color: #4f6d8a;
        width: 100%;
        height: 160px;
        text-align: center;
        align-content: center;
        color: rgb(36, 37, 37);
        font-size: 0.7em;
        padding-left: 60px;
        padding-right: 60px;
        line-height: 16px;
    }

    #p2 {
        visibility: hidden;
    }

    #stockimgscont {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #expect1 img {
        width: 270px;
        height: 30px;
    }

    .stockoverlay h2 {
        font-size: 0.8em;
        color: #cfcfcf;
        margin-bottom: 15px;
    }

    #contacttxt {
        width: 156.75px;
        height: 33.75px;
        position: relative;
        right: -270px;
    }

    .abouttxt {
        width: 130.5px;
        height: 33.75px;
        position: relative;
        left: 33%;
    }

    iframe {
        width: 260px;
        height: 180px;
    }
    .footersec {
        gap: 16%;
    }
}