@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');
@font-face {
    font-family: "American";
    src: url(/assets/AmericanCaptain.otf) format('opentype');
}


:root {
    /* --light: #fcfcfc;
    --bg-color: #d3d3d3;
    --sec-color: #c1c2c2;
    --thd-color: #000;
    --fth-color: #09090970;
    --text-color: #090909; */
    
    --text-color: #fcfcfc;
    --text-low: #fcfcfcc2;
    --light: #ffffff;
    --fth-color: #c1c2c2;
    --thd-color: #000;
    --sec-color: #09090970;
    --bg-color: #090909;
    
    --bigger: 25rem;
    --Heading: 5rem;
    --Subheading: 4rem;
    --Desc: 1.2rem;
    --Title: 2.5rem;
    --SubTitle: 1.35rem;
}

* {
    transition: .3s ease-in-out;
    user-select: none;
    font-weight: 400;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
    scroll-behavior: smooth;
}

html,
body {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "poppins" , sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* align-items: center; */
    background: var(--text-color);
    color: var(--bg-color);
    text-align: center;
}

a {
    text-decoration: none;
    color: var(--bg-color);
}

#hero{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#hero h1{
    font-size: var(--bigger);
    font-family: 'american', sans-serif;
    transform: translateY(150px);
    padding: 0;
    margin: 0;
}
#hero h2{
    transform: translateY(150px);
    width: 70%;
    justify-self: center;
    font-size: var(--Desc);
}

#photoMain{
    background: url(/assets/cons.webp);
    width: 100%;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section2{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #000; */
}
.abtctn{
    margin-top: 100px;
    width: 90%;
    /* background: #000; */
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.abtdesc{
    width: 60%;
    height: fit-content;
    /* background: rgb(214, 214, 214); */
    display: flex;
    flex-direction: column;
}
.abtdesc h1{
    font-family: "american", sans-serif;
    font-size: var(--Heading);
    top: 0;
    margin: 0;
    margin-bottom: 10vh;
}
.abtdesc h1::before,
.abtdesc h1::after{
    content: '    "    ';
}
.abtdesc span{
    margin-top: 30px;
    font-size: var(--Desc);
}
.abtpic{
    width: auto;
    aspect-ratio: 1 / 1;
    height: 80%;
    border-radius: 46px;
    background: url(/assets/abtpic2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section3{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #000; */
    padding-bottom: 10vh;
}
.teamctn{
    margin-top: 100px;
    width: 90%;
    /* background: #000; */
    height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.teamdesc{
    width: 40%;
    height: fit-content;
    /* background: rgb(214, 214, 214); */
    display: flex;
    flex-direction: column;
}
.teamdesc h1{
    font-family: "american", sans-serif;
    font-size: var(--Subheading);
    top: 0;
    margin: 0;
}
.teamdesc span{
    margin-top: 30px;
    font-size: var(--Desc);
    text-align: left;
}
.teampic{
    width: auto;
    aspect-ratio: 1.3 / 1;
    height: 100%;
    border-radius: 46px;
    background: url(/assets/abtpic2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#vsn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 50px;
    width: 80%;
    align-self: center;
    margin-top: 50px;
    margin-bottom: 10vh;
}
#vsn div{
    /* background: #000; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
#vsn h1{
    font-family: "american", sans-serif;
    font-size: var(--Subheading);
    top: 0;
    margin: 0;
    word-spacing: 8px;
    letter-spacing: 2px;
}
#vsn span{
    margin-top: 20px;
}

#vsn :nth-child(3){
    grid-column: span 2 / span 2;
}
ol{
    text-align: left;
}


footer{
    background: var(--bg-color);
    width: 94%;
    align-self: center;
    height: fit-content;
    margin-bottom: 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: center;
}
#footerTop{
    display: flex;
    flex-direction: row;
    width: 96%;
    align-items: top;
    height: fit-content;
    margin-top: 20px;
    /* padding-bottom: 100px; */
}

#footerLogo{
    background: url(/assets/LOGOBlack.svg);
    width: 30%;
    height: 100px;
    align-self: flex-start;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    filter: invert();
    /* margin-top: 20px; */
    /* background: #000; */
}
#sitemap{
    color: var(--text-color);
    background: transparent;
    font-family: "american", sans-serif;
    font-size: var(--Desc);
    margin-left: 150px;
    padding-left: 50px;
    padding-bottom: 100px;
    border-left: 2px solid var(--text-color);
    height: max-content;
    display: flex;
    flex-direction: column;
    /* background: #000; */
}
#sitemap h1,
#Fproducts h1,
#Fcontact h1{
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.7rem;
    letter-spacing: 2px;
}
#sitemap span,
#Fproducts span,
#Fcontact span{
    font-family: "poppins", sans-serif;
    font-size: 1rem;
    margin-top: 5px;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    /* background: #ffffff; */
}
#Fproducts,
#Fcontact{
    color: var(--text-color);
    background: transparent;
    font-family: "american", sans-serif;
    font-size: var(--Desc);
    margin-left: 150px;
    padding-left: 50px;
    /* border-left: 2px solid var(--text-color); */
    height: 90%;
    display: flex;
    flex-direction: column;
}
#Fcontact span{
    text-transform: none;
}

#footerBottom{
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--text-color);
    margin-top: 20px;
    padding: 20px;
    width: 94%;
    border-top: 2px solid var(--text-color);
}

.hover:hover{
    box-shadow: 0 0 8px 0 var(--bg-color);
}

/* ||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||| RESPOSIVE STYLES |||||||||| */
/* ||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||| */

@media (max-width: 400px) {
    :root{
        --bigger: 5rem;
        --Heading: 3rem;
        --Subheading: 2rem;
        --Desc: 0.8rem;
        --Title: 1.35rem;
        --SubTitle: 0.85rem;
    }
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navbar{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .abtctn{
        flex-direction: column;
    }
    .abtdesc{
        width: 100%;
    }
    .abtpic{
        display: none;
        visibility: hidden;
    }
    .teamctn{
        flex-direction: column;
    }
    .teamdesc{
        width: 100%;
    }
    .teamdesc button{
        transform: translateY(-50px);
    }
    .teampic{
        display: none;
        visibility: hidden;
    }
    #vsn{
        display: flex;
        flex-direction: column;
    }
    footer{
        margin-bottom: 100px;
    }
    #footerTop { 
        flex-direction: column;
    }
    #footerLogo { 
        width: 100%; 
        height: 30vh; 
        background-position: center; 
    }
    #footerTop div{
        margin-bottom: 20px;
    }
    #footerTop h1{
        padding-bottom: 0;
    }
    #sitemap { 
        margin-left: 20px; 
        padding-left: 20px; 
        padding-bottom: 0; 
        border-left: none; 
    }
    #Fproducts, 
    #Fcontact { 
        margin-left: 20px; 
        padding-left: 20px; 
    }
    #footerBottom { 
        flex-direction: column; 
        gap: 6px; 
        font-size: 0.75rem; 
        text-align: center; 
    }
    
}

@media (min-width: 401px) and (max-width: 450px) {
    :root{
        --bigger: 5rem;
        --Heading: 3rem;
        --Subheading: 2rem;
        --Desc: 0.8rem;
        --Title: 1.35rem;
        --SubTitle: 0.85rem;
    }
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navbar{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    #photoMain{
        transform: translateY(-30vh);
    }
    .abtctn{
        flex-direction: column-reverse;
    }
    .abtdesc h1{
        margin-bottom: 0;
    }
    .abtdesc{
        width: 100%;
    }
    .abtpic{
        display: block;
        height: 300px;
        transform: translateY(-10vh);
    }
    .teamctn{
        flex-direction: column-reverse;
    }
    .teamdesc{
        width: 100%;
        margin-top: 5vh;
    }
    .teamdesc button{
        transform: translateY(-50px);
    }
    #vsn{
        display: flex;
        flex-direction: column;
    }
    #contact { 
        flex-direction: column; 
        align-items: center; 
        gap: 40px; 
        margin-top: 60px; 
    }
    footer{
        margin-bottom: 100px;
    }
    #footerTop { 
        flex-direction: column;
    }
    #footerLogo { 
        width: 100%; 
        height: 30vh; 
        background-position: center; 
    }
    #footerTop div{
        margin-bottom: 20px;
    }
    #footerTop h1{
        padding-bottom: 0;
    }
    #sitemap { 
        margin-left: 20px; 
        padding-left: 20px; 
        padding-bottom: 0; 
        border-left: none; 
    }
    #Fproducts, 
    #Fcontact { 
        margin-left: 20px; 
        padding-left: 20px; 
    }
    #footerBottom { 
        flex-direction: column; 
        gap: 6px; 
        font-size: 0.75rem; 
        text-align: center; 
    }
}

@media (min-width: 451px) and (max-width: 649px) {
    :root{
        --bigger: 7rem;
        --Heading: 3rem;
        --Subheading: 2rem;
        --Desc: 0.8rem;
        --Title: 1.35rem;
        --SubTitle: 0.85rem;
    }
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navbar{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    #photoMain{
        transform: translateY(-100px);
    }
    #section2{
        transform: translateY(-100px);
    }
    .abtctn{
        flex-direction: column;
        transform: translateY(-80px);
    }
    .abtdesc{
        width: 100%;
    }.abtdesc h1{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .abtpic{
        display: block;
        transform: translateY(50px);
    }
    .teamctn{
        flex-direction: column-reverse;
    }
    .teamdesc{
        width: 100%;
        margin-top: 5vh;
    }
    .teamdesc button{
        transform: translateY(-50px);
    }
    #vsn{
        display: flex;
        flex-direction: column;
    }
    footer{
        margin-bottom: 100px;
    }
    #footerTop { 
        flex-direction: column;
    }
    #footerLogo { 
        width: 100%; 
        height: 30vh; 
        background-position: center; 
    }
    #footerTop div{
        margin-bottom: 20px;
    }
    #footerTop h1{
        padding-bottom: 0;
    }
    #sitemap { 
        margin-left: 20px; 
        padding-left: 20px; 
        padding-bottom: 0; 
        border-left: none; 
    }
    #Fproducts, 
    #Fcontact { 
        margin-left: 20px; 
        padding-left: 20px; 
    }
    #footerBottom { 
        flex-direction: column; 
        gap: 6px; 
        font-size: 0.75rem; 
        text-align: center; 
    }
}

@media (min-width: 650px) and (max-width: 949px) {
    :root{
        --bigger: 10rem;
        --Heading: 3rem;
        --Subheading: 2rem;
        --Desc: 0.8rem;
        --Title: 1.35rem;
        --SubTitle: 0.85rem;
    }
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navbar{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    #photoMain{
        margin-top: -300px;
        transform: translateY(-100px);
    }
    #section2{
        transform: translateY(-80px);
    }
    .abtctn{
        flex-direction: column;
        transform: translateY(-80px);
    }
    .abtdesc{
        width: 100%;
    }
    .abtdesc h1{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .abtpic{
        display: block;
        transform: translateY(50px);
    }
    .teamctn{
        flex-direction: column-reverse;
    }
    .teamdesc{
        width: 100%;
        margin-top: 5vh;
    }
    .teamdesc button{
        transform: translateY(-50px);
    }
    #vsn{
        display: flex;
        flex-direction: column;
    }
    footer{
        margin-bottom: 100px;
    }
    #footerTop { 
        flex-direction: column;
    }
    #footerLogo { 
        width: 100%; 
        height: 30vh; 
        background-position: center; 
    }
    #footerTop div{
        margin-bottom: 20px;
    }
    #footerTop h1{
        padding-bottom: 0;
    }
    #sitemap { 
        margin-left: 20px; 
        padding-left: 20px; 
        padding-bottom: 0; 
        border-left: none; 
    }
    #Fproducts, 
    #Fcontact { 
        margin-left: 20px; 
        padding-left: 20px; 
    }
    #footerBottom { 
        flex-direction: column; 
        gap: 6px; 
        font-size: 0.75rem; 
        text-align: center; 
    }
}

@media (min-width: 950px) and (max-width: 1025px) {
    :root{
        --bigger: 10rem;
        --Heading: 3rem;
        --Subheading: 2rem;
        --Desc: 0.8rem;
        --Title: 1.35rem;
        --SubTitle: 0.85rem;
    }
    nav{
        position: absolute;
        width: 100%;
        height: fit-content;
        /* background: #000; */
        justify-content: center;
        display: flex;
        backdrop-filter: blur(10px);
        /* padding-bottom: 10px; */
        border-bottom: 2px solid var(--bg-color);
        border-radius: 0 0 20px 20px;
    }
    .navbar{
        display: none;
    }
    .logo-holder{
        width: 150px;
        transform: translateY(-5px);
    }
    #mobilenavctn{
        display: flex;
    }
    .abtctn{
        flex-direction: column;
        /* transform: translateY(-80px); */
    }
    .abtdesc{
        width: 100%;
        margin-bottom: 50px;
    }
    .abtdesc h1{
        margin-bottom: 0;
    }
    .abtpic{
        display: block;
        margin-bottom: 50px;
    }
    .teamctn{
        flex-direction: row;
        transform: translateY(70px);
    }
    .teamdesc{
        width: 80%;
        margin-top: 5vh;
    }
    .teampic{
        margin-top: 100px;
    }
    .teamdesc button{
        transform: translateY(-50px);
    }
    #vsn{
        display: grid;
        margin-top: 150px;

    }
    footer{
        margin-bottom: 100px;
    }
    #footerTop { 
        flex-direction: column;
    }
    #footerLogo { 
        width: 100%; 
        height: 30vh; 
        background-position: center; 
    }
    #footerTop div{
        margin-bottom: 20px;
    }
    #footerTop h1{
        padding-bottom: 0;
    }
    #sitemap { 
        margin-left: 20px; 
        padding-left: 20px; 
        padding-bottom: 0; 
        border-left: none; 
    }
    #Fproducts, 
    #Fcontact { 
        margin-left: 20px; 
        padding-left: 20px; 
    }
    #footerBottom { 
        flex-direction: column; 
        gap: 6px; 
        font-size: 0.75rem; 
        text-align: center; 
    }
}

@media (min-width: 1026px) and (max-width: 1366px) {
    :root {
        --bigger: 20rem;
        --Heading: 4rem;
        --Subheading: 3rem;
        --Desc: 1rem;
        --Title: 2rem;
        --SubTitle: 1.35rem;
    }
    .teampic{
        margin-top: 100px;
        height: 70%;
    }
    #footerTop span{
        font-size: 0.8rem;
    }
    #footerLogo{
        width: 600px;
        margin: 0;
    }
    #Fproducts{
        /* background: #000; */
        width: 40%;
    }
}