/*-- Global --*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}


/*-- Typography --*/
h1{
    font-family: "calibri", sans-serif;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 1px;
    color: rgb(255, 0, 0);
}

.local{
    font-size: 12vw;
}

h2 {
    font-family: "calibri", sans-serif;
    font-size: 3vw;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
}

h3 {
    font-family: "calibri", sans-serif;
    font-size: 2.7vw;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}

p {
    color: rgb(255, 255, 255);
}

.bodytext {
    margin: 1rem 2rem;
    padding: 1rem 1rem;
}

a{
    font-family: "calibri", sans-serif;
    text-decoration: none;
}


/*-- Navigation --*/
.nav {
    background-color: rgb(0, 0, 0);
    max-height: 35px;
}
  
.nav ul {
    display: flex;
    justify-content: right;
    margin-right: 10px;
    list-style: none; 
}
  
.nav ul li {
    margin:  8px 10px;
    padding: 0px 15px;
}
  
.nav ul li a {
    font-family: "calibri", sans-serif;
    font-size: 1.8VW;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
  
.active, .nav ul li:hover {
    background:#ff0000;

} 

.menu-wrap {
    display: none;
}


/*-- Showcase --*/
.showcase1 {
    background-size: cover;
    object-fit: cover;
    height: 70vh;
    padding: 0rem 0rem;
    margin: 0rem 0rem;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-image: url(./CriticalFullscreen.png);
}

.showcase-buffer {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0rem;
}

.showcase-text1 {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    height: auto;
    height: 60vh;
    text-shadow: 2px 1.3px 1.87px rgb(0, 0, 0);
}


/*-- Banner1 --*/
.banner-text {
    text-align: center;
    background-color: whitesmoke;
    background-size: contain;
    margin: auto;
    padding: 1vw 10vw;
    color: white;
}

.banner-text1 {
    background-image: url(MetalBackground1080.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 7vw 0vw;
    color: white;
}



/*-- About-us --*/

.team {
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.tony {
    border: 2px solid #4b4713;
    max-width: 17vw;
    border-radius: 150%;
}


.about-us-container {
    text-align: justify;
    border: 0px solid purple;
    background-color: rgb(184, 7, 7);
    background-image: 
    linear-gradient(to top, 
    rgba(70, 70, 71, 0.352) 100%, 
    rgb(106, 11, 11) 100%),
    url(./MetalBackground1080.png);
    background-size: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 20vw;
}

.about-us-card {
    border: 0px solid rgb(0, 222, 67);
    background-color: rgb(0, 0, 0);
    text-align: justify;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.347);
    border-radius: 5px;
    margin: auto;
    padding: 20px;
}

.about-us {
    border: 6px solid rgb(0, 0, 0);
    margin: 1rem 1rem;
    padding: 1rem 1rem;
    text-indent: 2vw;
    font-family: "calibri", sans-serif;
    text-align: justify;
    font-size: 2vw;
    font-weight: 520;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}

.tony-text{
    font-family: "calibri", sans-serif;
    text-align: center;
    font-size: 2.1vw;
    font-weight: 520;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}

/*-- Showcase --*/
.showcase2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-color: rgba(0, 0, 0, 0.336);
    background-image:
    linear-gradient(to top, 
    rgb(16, 15, 15) 0%, 
    rgba(65, 66, 66, 0.727) 0%),
    url(./showcase2.jpg);
    background-blend-mode:multiply;
    text-shadow: 2px 1.3px 1.87px rgb(0, 0, 0);   
}

.showcase-text2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    width: auto;
    height: auto;
    padding-top: 10vh;
    text-shadow: 2px 1.3px 1.87px rgb(0, 0, 0);
}


/*-- Gallery --*/
.product-showcase {
    border: 0px solid red; 
    background-color: whitesmoke;
    background-image: 
    linear-gradient(to top, 
    rgba(70, 70, 71, 0.352) 100%, 
    rgb(106, 11, 11) 100%),
    url(./MetalBackground1080.png);
    background-size: 100%;
    max-width: 1920px;
    padding: 5rem 0rem;
    margin: auto;
}

.products {
    border: 0px solid blue; 
    display: flex;
    flex-direction: row;
    max-width: 95vw;
    margin: auto;
}

.product {
    background-color: rgb(0, 0, 0);
    border: 0px solid grey;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.347);
    border-radius: 5px;
    flex: 1 0 0;    
}

.product p {
    text-align: justify;
    padding: 10px;
}

.product__img {
    border: 2px solid #6e6d6b;
    max-width: 100%;
}

.product_text {
    color: #2f2e2d;
    font-weight: 600;
    font-size: 2vw;
}

.product+.product {
    margin-left: 1rem;
}

.subtitle {
    font-family: "calibri", sans-serif;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

/*-- Buttons --*/
.btn-group {
    border: 0px solid red;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn {
    border: 0px solid blue;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
}

.btn-primary {
    margin: auto;
    padding: auto;
    background: #2f2e2d;
    width: 100px;
}

.btn-primary-red {
    background-color: #ff0000;
    width: 100px;
 }
    

.btn-primary:hover,
.btn-primary:focus {
    background: #6e6d6b;
}

/*-- Showcase --*/
.showcase3{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-color: rgba(0, 0, 0, .0);
    background-image: 
    linear-gradient(to top, 
    rgba(32, 32, 34, 0.697) 97%, 
    rgb(255, 255, 255) 99%),
    url(./);
    background-blend-mode:multiply;
    text-shadow: 2px 1.3px 1.87px rgb(0, 0, 0);   
}

.showcase-text3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    width: auto;
    height: auto;
    padding-top: vh;
    text-shadow: 2px 1.3px 1.87px rgb(0, 0, 0);
}

/*-- company-info --*/
.company-info-container {
    background-color: #000000;
    background-image: 
    linear-gradient(to top, 
    rgba(0, 0, 0, 0.352) 100%, 
    rgb(106, 11, 11) 100%),
    url(.MetalBackground1080.png);
    background-size: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px 10vw;
    gap: 10px;
    text-align: center;
}

a {
    padding: none;
}

.flex-child {
    flex: 1;
    background-color: #000000;
    border: 10px solid #000000;
}  

.flex-child:first-child {
    margin-right: 0px;
    margin-left: 0px;
} 

.company-text, h1 {
    color: #fff;
}

.company-text, p {
    font-family: "calibri", sans-serif;
    color: #fff;
    font-size: 2VW;
}

.hyper-text, p {
    font-family: "calibri", sans-serif;
    color: #fff;
    font-size: 2VW;
}

iframe{
    border:none;
}

.socialmedia {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;    
}

.Whatsapp-icon{
    margin: 5px;
    width: 15vw;
}

.facebook {
    margin: 5px;
    width: 15vw;
    border-radius: 15px;
}


/*-- Footer --*/ 
footer {
    background-color: #000000;
    text-align: center;
    padding-top: 20px;
}

.footer-nav li {
    display: inline;
    padding: 1rem;
}

.footer-nav a {
    font-size: 1.5VW;
    text-decoration: none;    
    color: white;

}

.footer-nav a:hover {
    border: 1px solid #fff;
}

