@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* * {
    border: #FFF 1px solid;
}
 */

/*-------------------------------Global Section---------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    color: white;
    font-family: 'Roboto Serif', sans-serif;
    max-width: 100%;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
}

.content-wrap {
    max-width: 800px;
}

.section {
    margin: 0;
    padding: 0.5rem;
    max-width: 100%;
}

.text-center {
    text-align: center;
    margin: 35px 0;
}

h2 {
    font-size: 4rem;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    margin: 5rem auto 0 auto;
}

h4 {
    font-size: 2rem;
    font-weight: 600;
    color: white;
}

.red {
    color: rgb(214, 4, 4);
    font-weight: bold;
}

/*--------------------------------Navbar-Styles--------------------------------*/

header {
    max-width: 100%;
    height: auto;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    font-style: italic;
    background-color: #29323c;
    background: linear-gradient(to top, #29323c, #485563);
    height: 1rem;
    width: 100vw;
    padding: 2.7rem;
}

.logo-container {
    width: fit-content;
    height: auto;
    overflow: hidden;
}

.main-logo {
    height: auto;
    width: 90px;
}

.menu-list-items {
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu-list-container {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin-right: 2vmin;
    margin: 0;
    padding: 5px;
    width: min-content;
}

.menu-link {
    text-decoration: none;
    color: azure;
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}

.menu-link:hover {
    cursor: pointer;
    color: rgba(194, 35, 35, 0.993);
    /* font-weight: bold; */
    /* border-bottom: rgba(194, 35, 35, 0.993) 2px solid; */
    /* text-shadow: 1px 1px 1px white; */
}

.menu-contact-icon-container {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 5px;
}

/*----------------------------Company-Information-Section--------------------*/

#info {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#info-card {
    padding-top: 40px;
    height: 53rem;
    color: azure;
    background: url(img/hero-bg.png) no-repeat center/cover;
}

.info-body {
    margin: 1rem 0;
    font-size: 2rem;
    display: block;
    text-align: center;
    padding: 5rem;
    width: 60rem;
    height: auto;
    margin: 6rem 8rem;
    background-color: rgba(232, 240, 238, 0.37);
}

.info-text {
    font-size: 4rem;
    color: #29323c;
}

#btns-wrapper {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    justify-content: center;
}

.info-btn {
    background-color: rgb(8, 8, 0);
    padding: 1rem;
    width: 15rem;
    font-size: 2rem;
    font-weight: bold;
    color: rgb(245, 209, 179);
    text-decoration: none;
    margin: 1rem;
    border-radius: 3rem;
}

.info-btn:hover {
    cursor: pointer;
    box-shadow: 3px 3px 5px #111;
    /* background-color: rgba(38, 153, 206, 0.993); */
}

/*----------------------------------Video Section-------------------------------*/
#video-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem;
    background-color: #1b1919;
    /* background-color: rgba(211, 211, 81, 0.842); */
}

.video-contaienr {
    background-color: aquamarine;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-contaienr>iframe {
    max-width: 400px;
    width: 100%;
}

.error-img {
    max-width: 660px;
    width: 100%;
}

.video-text {
    text-align: center;
    margin: 35px 0;
    font-size: 2vmax;
}

/*--------------------------Services-Section------------------------------------*/

#services-container {
    padding: 10%;
    margin: 0 auto;
    height: max-content;
    max-width: 100%;
    background: linear-gradient(to bottom, #1b1919, rgb(47, 55, 65), rgb(29, 153, 202));
    /* background-color: #4980be; */
}

#services h2 {
    padding: 1rem;
    border-bottom: 2px solid;
}

.list-num {
    background-color: rgba(194, 35, 35, 0.993);
    border-radius: 50%;
    margin: 1rem;
    color: none;
    padding: 1.5rem;
}

.services-list {
    list-style: none;
    display: flex;
    margin-top: 2.5rem;
    max-width: 100%;
    flex-direction: column;
    line-height: 6rem;
}

.services-list-item {
    margin: 1rem;
    font-size: 29px;
    padding: 0.2rem;
}

/*------------------------Products Section--------------------------------------*/
.products {
    background: rgb(29, 153, 202);
    background-position: center;
    padding: 0.2rem;
    border-top: dashed rgb(255, 255, 255) 2.5px;
}

#products {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: center;
    padding: 3% 1% 7% 1%;
}

@media screen and (min-width: 700px) {
    .product-card-wrapper {
        flex-direction: column;
    }
}

.product-card-wrapper {
    height: max-content;
    max-width: max-content;
    background-color: #111;
    margin: 0;
}

.product-card-wrapper:hover {
    box-shadow: 0 10px 25px #111;
}

.img-wrapper {
    height: max-content;
    max-width: min-content;
    margin: 0 auto;
}

.product-image {
    width: 300px;
    height: auto;
}

.product-options {
    display: flex;
    padding: 29px 49px;
    flex-direction: column;
    text-align: center;
    margin: 5px;
}

.product-option-element {
    margin: 5px;
    padding: 3px;
    text-align: center;
}

.product-options button {
    padding: 0.9rem;
    font-size: 2rem;
    font-weight: 400;
    border: none;
    color: #151515;
    text-decoration: none;
    margin: 1rem;
    border-radius: 3rem;
}

.product-options button:hover {
    cursor: pointer;
    box-shadow: 2px 2px 5px rgb(47, 44, 44);

}

/*-----------------------------------Footer-Syles-------------------------------*/

footer {
    background-color: #29323c;
    background: linear-gradient(to bottom, #29323c, #485563);
    padding: 5%;
    align-items: center;
    justify-content: space-between;
    height: auto;
}

footer p {
    text-align: center;
    font-size: 5vmin;
    margin-bottom: 3vmax;
}

.contact-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2px;
    justify-content: space-evenly;
}

#twitter #github #linkedin #instagram {
    padding: 5px;
    margin: 0;
}

#twitter:hover {
    background-color: rgb(23, 139, 235);
}

#github:hover {
    background-color: rgb(31, 47, 61);
}

#linkedin:hover {
    background-color: rgb(70, 133, 228);
}

#instagram:hover {
    background-color: rgb(219, 19, 19);
}

footer a img {
    width: 5rem;
    height: 5rem;
    padding: 0.5rem;
    background-color: #fbc84f;
    border-radius: 1rem;
}