*{
    margin: 0;
    padding: 0;
    color: white;
    cursor: none;
}
body{
    overflow-x: hidden;
    background-color: black;
}
::-webkit-scrollbar{
    background: transparent;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(rgb(0, 68, 255,.5),rgb(148, 130, 238,.5));
    opacity: 0.5;
    border-radius: 10px;
}::-webkit-scrollbar-thumb{
    background: linear-gradient(rgb(0, 68, 255),rgb(148, 130, 238));
    border-radius: 10px;
}
::-webkit-scrollbar-corner{
    border-radius: 10px;
}
@font-face{
    font-family: chaney;
    src: url(Fonts/chaney-ultraextended-webfont.ttf);
}
.loader{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: black;
}
.loader-div{
    height: 40vmin;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.loader-img{
    height: 10vmin;
}
.letter{
    width: 100%;
    display: flex;
}
.scramble{
    font-weight: lighter;
    font-size: 3vmin;
    text-align: center;
    width: 100%;
    letter-spacing: 5px;
    font-family: "Anton";
}
.mainPart{
    position: relative;
    opacity: 0;
}
.navbars{
    z-index: 5;
    backdrop-filter: blur(10px);
    width: 100%;
    position: absolute;
}
nav{
    padding: 2vmin;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.circle{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: fixed;
    top: -50px;
    left: -50px;
    box-shadow: 2px 2px 8px 8px rgba(0, 80, 215, 0.772);
}
.cursor-effect{
    position: fixed;
    height: 20px;
    width: 20px;
    background-color: white;
    animation: click 2s ease forwards;
    z-index: 5;
}
@keyframes click{
    0%,100%{
        transform: translate(50%,50%);
    }
    50%{
        transform: translate(var(--x),var(--y));
    }
}
#logo{
    height: 8vmin;
    z-index: 5;
}
#cart,#support,#profile{
    height: 6vmin;
    z-index: 5;
}
.nav-right{
    display: flex;
    gap: 1vmax;
    z-index: 5;
}
#nav-bar{
    width: 100%;
    padding-left: 5vmin;
    padding-right: 5vmin;
    z-index: 5;
    display: flex;
    justify-content: space-evenly;
    gap: 2vmin;
}
.nav-items{
    overflow: hidden;
}

.nav-ele{
    padding: 3px;
    font-size: 3vmin;
    font-family: Helvetica;
    line-height: 4vmin;
}
.underline{
    height: 2px;
    width: 100%;
    transform: translate(-105%);
    background-color: blue;
}
.nav-items:hover{
    cursor: pointer;
}
.nav-2 .nav-bar{
    width: auto;
    padding-left: 2vmin;
    padding-right: 2vmin;
    z-index: 5;
    display: flex;
    justify-content: space-evenly;
    gap: 2vmin; 
}
.nav-2{
    display: none;
}
@media screen and (max-width:1150px) {
    #nav-bar{
        display: none;
    }
    .nav-ele{
        font-size: 2vmin;
    }
    .nav-2{
        display: block;
    }
}
.navPanel{
    opacity: 0;
    z-index: 2;
    position: fixed;
    top: 10vmin;
    padding-top: 8vmin;
    font-family: Helvetica;
    position: relative;
    width: 100%;
    height: 50vmin;
    display: flex;
    justify-content: center;
    gap: 2vmin;
    backdrop-filter: blur(20px);
}
.options{
    width: 30vmin;
    font-size: 3vmin;
    height: 6vmin;
    margin: 3vmin;
}
.op1{
    padding-top: 1vmin;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2vmin;
    filter: drop-shadow( 0 0 20px #007eff);
}
.landing-pg{
    padding-top: 10vmin;
    overflow: hidden;
}
.landing-bg-backdrop{
    height: 40vmin;
}
.landing-bg{
    padding-top: 10vmin;
    position: absolute;
    width: 110%;
    height: 86vmin;
    font-size: 15vmin;
    background-image: radial-gradient(
    circle at center in hsl shorter hue,
    red,
    blue);
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: transparent;
    -webkit-background-clip:text;
    opacity: .2;
    font-family: "Anton";
    overflow: hidden;
    animation: bg-move 10s linear infinite;
}
#landing{
    padding-top: 15vmin;
    width: 100%;
    height: 80vmin;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.landing-page{
    width: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
}
.heading{
    text-align: center;
    font-weight: 300;
    font-family: "Anton";
    line-height: 35vmin;
    font-size: 20vmin;
    width: 100%;
    filter: drop-shadow(0 0 10px #007eff);
    background-image: url("Images/bg-clip.jpg");
    background-position: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip:text;
}
.img{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    animation: move 8s linear infinite;
}
.image{
    height: 40vmin;
    position: absolute;
    object-fit: contain;
    background-color: transparent;
}
#pg1i1{
    transform: translate(-35vmin);
}
#pg1i2{
    z-index: 1;
}
#pg1i3{
    transform: translate(35vmin);
}
#pg2i1{
    transform: translate(-35vmin);
}
#pg2i2{
    z-index: 1;
}
#pg2i3{
    transform: translate(35vmin);
}
#pg3i1{
    height: 30vmin;
    transform: translate(-35vmin);
}
#pg3i2{
    height: 30vmin;
    z-index: 1;
}
#pg3i3{
    height: 30vmin;
    transform: translate(35vmin);
}
#pg4i1{
    height: 30vmin;
    transform: translate(-35vmin);
}
#pg4i2{
    z-index: 1;
}
#pg4i3{
    height: 30vmin;
    transform: translate(35vmin);
}
#pg5i1{
    height: 20vmin;
    transform: translate(-40vmin);
}
#pg5i2{
    height: 20vmin;
    transform: translate(-35vmin);
}
#pg5i3{
    height: 20vmin;
    z-index: 1;
}
#pg5i4{
    height: 20vmin;
    transform: translate(35vmin);
}
#pg5i5{
    height: 20vmin;
    transform: translate(50vmin);
}
.landing-bottom{
    width: 90%;
    padding-left: 10vmin;
    padding-right: 10vmin;
    position: relative;
    top: -20vmin;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.explore{
    cursor: pointer;
    height: 6vmin;
    width: 25vmin;
    text-align: center;
    align-content: center;
    color: black;
    font-family: "Anton";
    font-size: 4vmin;
    background-color: #c0c0c0;
}
.explore:hover{
    background-color: rgb(44, 170, 248);
    box-shadow: rgba(44, 170, 248, 0.641) 0px 0px 15px;
    color: white;
}
.next-loader{
    height: 1vmin;
    width: 40vmin;
    border-radius: 5px;
    background-color: rgb(44, 170, 248);
    overflow: hidden;
}
.cover{
    height: 100%;
    width: 100%;
    background-color: silver;
}
@keyframes move{
    0%{
        top:-10vmin;
    }
    25%{
        top:-12vmin;
    }
    50%{
        top: -10vmin;
    }
    75%{
        top: -8vmin;
    }
    100%{
        top: -10vmin;
    }
}
@keyframes bg-move{
    0%{
        top:-4vmin;
        left:-4vmin;
    }
    25%{
        top:0;
        left:0;
    }
    50%{
        top: 0;
        left: -4vmin;
    }
    75%{
        top: -4vmin;
        left:0;
    }
    100%{
        top:-4vmin;
        left:-4vmin;
    }
}
#featurePage{
    padding: 5vmin;
    margin-top: 10vmin;
    height: 90vmin;
    display: flex;
    gap: 10vmin;
}
#first-feature{
    border-radius: 5vmin;
    min-height: 90vmin;
    min-width: 100%;
    overflow: hidden;
    background-color: black;
    box-shadow: 0 0 100px #726565;
}
#second-feature{
    border-radius: 5vmin;
    min-height: 90vmin;
    min-width: 100%;
    overflow: hidden;
    background-color: black;
    box-shadow: 0 0 100px #726565;
}
#third-feature{
    border-radius: 5vmin;
    min-height: 90vmin;
    min-width: 100%;
    overflow: hidden;
    background-color: black;
    box-shadow: 0 0 100px #726565;
}
.feature{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
#left-side{
    width: 90vmin;
    height: 80vmin;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-self: center;
    position: relative;
    top:15vmin;
}

#bigBox{
    width: 50vmin ;
    height: 50vmin;
    rotate: 45deg;
}


#first-feature #bigBox{
    background-image: linear-gradient(to bottom right, #FE0705, #FFB000);
}
#second-feature #bigBox{
    background-image: linear-gradient(to bottom right, #79BBFF, #007EFF);
}
#third-feature #bigBox{
    background-image: linear-gradient(to bottom right, #184f0f, #63d956);
}

.smallBox{
    width: 20vmin;
    height: 20vmin;
    background-image: linear-gradient(to bottom right, #FE0705, #FFB000);
    rotate: 45deg;
}

.feature-images{
    z-index: 2;
    rotate: -45deg;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
}
 .feature-images:hover{
    transform: scale(1.3);
}

#second-feature .smallBox{
    background-image: linear-gradient(to bottom right, #79BBFF, #007EFF);
}
#third-feature .smallBox{
    background-image: linear-gradient(to bottom right, #184f0f, #63d956);
}

#smallBox1{
position: absolute;
top:0vmin;
left: 52vmin;
}
#smallBox2{
    position: absolute;
    top:15vmin;
    left: 67vmin;
}
#smallBox3{
    position: absolute;
    top:30vmin;
    left: 52vmin;
}
.downBox{
    width: 30vw;
    height: 60vh;
    background-color: #FFB000;
    rotate: 45deg;
    box-shadow:  10px 10px 100px #FE0705;
}
#second-feature .downBox{
    background-color: #007EFF;
    box-shadow:  10px 10px 100px #79BBFF;
}
#third-feature .downBox{
    background-color:#63d956 ;
    box-shadow: 10px 10px 200px #184f0f ;
}
#down-side{
    position: relative;
}
#downBox1{
    position: absolute;
    bottom: -30vmin;
    right: -47vmin;
}
#downBox2{
    position: absolute;
    bottom: -70vmin;
    right: 0vmin;
}
#right-side{
    padding-top: 20vmin;
    flex-grow: 1;
    width: 80vmin;
    height: 40vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
#right-side h1{
    font-size :6vmin;
    width: 100%;
    line-height: 5vmin;
    text-align: center;
    margin-top: 10vmin;
}
#first-feature h1{
    background: -webkit-linear-gradient(#FFB000, #FE0705);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#second-feature h1{
    background: -webkit-linear-gradient(#007EFF, #79BBFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#third-feature h1{
    background: -webkit-linear-gradient(#63d956,#184f0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#right-side h2{
    position: absolute;
    top: 35vmin;
    font-size :3.5vmin;
    text-align: center;
    width: 100%;
}

#right-side button{
    width: 22vmin;
    height: 7vmin;
    background-color: #000000;
    border: 3px solid #ffffff;
    box-shadow: 0 0 10px cyan;
    font-size: 2.5vmin;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s;
}

#right-side button:hover{
    background-color: #ffffff;
    color: #000000;
}
.logo{
    position: relative;
    width: 100%;
}
#amdLogo{
    position: absolute;
    bottom:-20vmin;
    left: 50%;
    transform: translate(-50%);
    height: auto;
    width: 40vmin;
    z-index: 1;
}

#categoriesPage{
    padding-top: 10vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:10vmin;
    min-height: 90vmin;
    overflow: hidden;
}
.categoryBox {
    height: 60vmin;
    width:30vmin;
}
.categoryBox:hover{
    scale: 1.1;
    transition: 0.5s;
    cursor: pointer;
}

.firstCategory{
    background-image: linear-gradient(to bottom, #FFB000,#FE0705);
}
.secondCategory{
    background-image:linear-gradient(to bottom, #007EFF,#79BBFF);
}

.categoryBox img{
    height: 30%;
    width: 100%;
    position: relative;
    top:0;
    left:0;
}

.categoryBox h1,h2{
    font-family: 'Helvetica', 'Arial', sans-serif;
    position: relative;
    top:0px;
    left: 10px;
    color: #fff;
}
.categoryBox h1{
    font-size: 4.5vmin;
}
.categoryBox h2{
    font-size: 2vmin;
}

@media screen and (max-width:1416px) {
    #featurePage{
        margin-top: 10vmin;
        position: relative;
        height: 140vmin;
    }
}
.newsletter{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 5vmin;
    padding-bottom: 5vmin;
}
.news-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.news-left-box{
    width: 60vmin;
    height: 35vmin;
    background-image: url("Images/image\ 38.png");
    background-size: cover;
}
.news-right-box{
    color: black;
    padding: 2vmin;
    text-align: center;
    align-content: center;
    font-size: 8vmin;
    font-family: "Anton";
    width: 60vmin;
    height: 31vmin;
    background-image: url("Images/bg-clip2.jpg");
    background-size: cover;
}
.news-right-box:hover{
    scale:1.1;
    transition: 0.5s;
}
.news-left-box:hover{
    scale:1.1;
    transition: 0.5s;
}
.lines{
    flex-grow: 1;
    width: 60vmin;
    height: 60vmin;
    display: flex;
    flex-wrap: wrap;
}
.line{
    width: 100%;
}
.text{
    position: absolute;
    display: flex;
    width: 55vmin;
    height: 7.7vmin;
    margin-top: 1.2vmin;
    background-color:transparent;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    border :1.5px solid #ffffff;
}
.up{
    align-content: center;
    display: center;
    width: 55vmin;
    height: 7.7vmin;
    align-items: center;
    background-color: #007eff;
    clip-path: polygon(0 0 ,100% 0, 70% 100% ,0% 100%);
    font-size: 5vmin;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #ffffff;
}
.nd{
    position: absolute;
    width: 30vmin;
    height: 7.7vmin;
    margin-top: 1.2vmin;
    background-color: #000000;
    border: 1.5px solid #ffffff;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.with{
    align-content: center;
    display: center;
    width: 30vmin;
    height: 7.7vmin;
    align-items: center;
    background-color: #007eff;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    font-size: 5vmin;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #ffffff;

}
.new{
    position: absolute;
    width: 70vmin;
    height: 15vmin;
    margin-top: 1.2vmin;
    background-color: #000000;
    clip-path: polygon(0 0,100% 0,70% 100%,0% 100%);
    border: 1.5px solid #ffffff;
}
.fg{
    align-content: center;
    display: center;
    width: 70vmin;
    height: 15vmin;
    align-items: center;
    background-color: #007eff;
    clip-path: polygon(0 0, 100% 0,70% 100%,0% 100%);
    font-size: 8vmin;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color:#ffffff;

}
.form{
    flex-grow: 1;
    width: 60vmin;
    height: 60vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.SignNow{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 8vmin;
    font-weight: bolder;
    background-color:transparent;
    
}
.box1 input,button{
    display: flex;
    width:50vmin;
    height: 0.3vmin;
    border-radius: 1vmin;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
    font-size: 19px;
    border-color: #007eff; 
    color:#007EFF;
    background-color: #1F1F1F;
}
.box1 button{
    color: white;
    background-color: #007EFF;
}
.box1 button:hover{
    box-shadow: 0 0 10px #007EFF;
}
.footer{
    padding: 5vmin;
    display: flex;
    flex-wrap: wrap;
    gap:10vmin;
    justify-content: space-evenly;
    background-color: #1F1F1F;
}
.box{
    width: 25vmin;
    height: 40vmin;
}
.box-h{
    font-size: 4vmin;
    color: #007EFF;
}
.box-c{
    font-size: 3vmin;
}