.bd{
    border: 2px solid white;
}
.bb{
    border: 2px solid black;
}
:root{
    --webcolor: rgb(0, 64, 128);
    --gcolor: linear-gradient(90deg, #fb8c00 0%, purple 100%);
}
@font-face {
    font-family: poppins;
    src: url(./Poppins-Regular.ttf);
}
body{
    font-family: poppins, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url(../images/portfolio1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.517);
    background-blend-mode: darken;
    height: 100vh;
    background-position: center top;
}

html{
    scroll-behavior: smooth;
}
.web-gradient{
    background: linear-gradient(90deg, #fb8c00 0%, purple 100%);
}
.webcolor{
    background-color: var(--webcolor);
}

nav{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: black;
    /* position: fixed; */
}

.logo{
    max-width: 170px;
    margin-left: 20px;
}

nav ul li {
    display: inline;
    padding: 5px;
    
}

.menu{
    /* font-weight: 600; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 700;
}
.menu:hover{
    border-bottom: 3px solid white;
    color: white;
    transition: .4s ease-in-out;
}

.nvbtn{
    padding: 5px 10px;
    /* border: 1px solid red ; */
    border-radius: 15px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
}

.nvbtn:hover{
    color: white;
}

.Hero{
    background-image: url(../images/team1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.Hero::after{
    content: "";
    background-color: black;
    z-index: 9;
}

.theads{
    font-size: 56px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
    color: white;
    -webkit-text-stroke: 2px black;
}

.neww{
    margin-top: 90px;
    margin-bottom: 50px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.anosec{
    filter: grayscale(100%);
}

.anosec:hover{
    filter: grayscale(0%);
    transition: .20s ease-in-out;
}

.neww h1{
    font-size: 32px;
    margin-top: 25px;
}

.neww p{
    padding: 0 30%;
    margin-bottom: 20px;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn{
    padding: 7px 14px;
    font-size: 12px;
    border: none;
    outline: none;
    background: linear-gradient(90deg, #fb8c00 0%, purple 100%);
    color: white;
    font-weight: bold;
    cursor: pointer;
    /* border-radius: 3px; */
}

.btnx{
    padding: 7px 14px;
    font-size: 12px;
    border: 0.2px solid;
    outline: none;
    background: linear-gradient(90deg, #fb8c00 0%, purple 100%);
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.w-container{
    max-width: 1300px;
    margin-inline: auto;
    padding-inline: 25px;
    /* border: 1px solid white; */
}

.mybtn{
    padding: 10px;
    color: white;
    background-color: red;
    border: none;
    border-radius: 10px;
    font-weight: 700;
}

.mybtn:hover{
    color: black;
    transition: .3s ease-in-out;
}

@keyframes slide{
    0%{
        opacity: 0;
        transform: translateY(15px);
    } 100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.slide{
    animation: slide 0.3s linear;
}


.holder{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: white 3px solid; */
}

.contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#shop{
    font-size: 45px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
}

#shop-p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.contents-content{
    /* width: 250px;
    height: 450px; */
    /* border: 3px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 70px;
}

.cont1{
    width: 250px;
    height: 420px;
    /* border: blue 3px solid; */
    border-radius: 24px;
    background-color: white;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.contimg{
    max-width: 230px;
    border-radius: 20px;
    margin-top: 18px;
}

.bname{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: black;
}

.pricetag{
    font-size: 39px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    color: black;
}

.buy{
    padding: 5px 20px;
    color: white;
    background-color: orange;
    border-radius: 18px;
    font-weight: 700;
}

.more{
    color: black;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#port{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#project{
    z-index: 999;
    /* border: 2px solid red; */
}



#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.test_holder{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    width: 85%;
    /* border: 3px solid red; */
}

.test_contents{
    position: relative;
    width: 350px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 18px;
    background-color: black;
}

.test_contents span{
    color: yellow;
    position: absolute;
    top: 5%;
}

.test_contents p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 80%;
}

.test_contents img{
    width: 150px;
    height: 130px;
    border-radius: 90%;
}

.test_contents h2{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.test_contents h5{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

@media only screen and (max-width: 650px) {

    body{
        background-image: url(../images/bg1.jpeg);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: rgba(0, 0, 0, 0.517);
        background-blend-mode: darken;
        height: 100vh;
        background-position: center;
        /* overflow: hidden; */
    }

    /* *{
        border: 2px solid red;
    } */
    .contents-content{
        flex-direction: column;
    }

    nav{
        justify-content: space-between;
    }

    nav ul{
        display: none;
    }
    .test_holder{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

