/*------------------------------------------------------------------
Project: 
Author: The_Krishna
Last change:
Primary use:
------------------------------------------------------------------ */
/*-----------------------[Table of contents]------------------------
1.Default CSS
2.Page Loader CSS
3.Button CSS
4.Header CSS
5.Section One CSS
6.Section Two CSS
------------------------------------------------------------------ */
/*-----------------------[ 1.Default CSS ]------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
a {
    text-decoration: none;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
ul li {
    list-style: none;
}
button {
    border: none;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-corner {
    display: none;
}
::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    background-clip: content-box;
}
::-webkit-scrollbar-track {
    background-color: #000000;
}
/*-----------------------[ 2.Page Loader CSS ]------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
    z-index: 99999;
}
.preloader svg {
    position: absolute;
    top: 0;
    height: 110vh;
    width: 100vw;
    fill: var(--primary-color);
}
.preloader .loading {
    font-size: 30px;
    font-weight: 400;
    color: #838485;
    text-transform: uppercase;
    letter-spacing: 8px;
    z-index: 99;
}
.loading span {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}
.loading span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #fff;
    opacity: 0;
    transform: rotateY(-90deg);
    animation: loading 5s infinite;
}
.loading span:nth-child(2)::after {
    animation-delay: 0.2s;
}
.loading span:nth-child(3)::after {
    animation-delay: 0.4s;
}
.loading span:nth-child(4)::after {
    animation-delay: 0.6s;
}
.loading span:nth-child(5)::after {
    animation-delay: 0.7s;
}
.loading span:nth-child(6)::after {
    animation-delay: 1s;
}
.loading span:nth-child(7)::after {
    animation-delay: 1.2s;
}
@keyframes loading {
    0%,
    75%,
    100% {
        transform: rotateY(-90deg);
        opacity: 0;
    }
    25%,
    50% {
        transform: rotateY(0);
        opacity: 1;
    }
}
/*-----------------------[ 3.Button CSS ]------------------------*/
.aryaBtn:hover {
    background: #FFF;
    color: #000;
    border-radius: 0;
}
.aryaBtn {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 20px;
    border-top: 2px solid #FFF;
    border-right: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    border-left: 2px solid #FFF;
    padding: 12px 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}
/*-----------------------[ 4.Header CSS ]------------------------*/
header {
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.top-navbar.fixed {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.30) 100%);
    backdrop-filter: blur(3px);
}
/*-----------------------[ 5.Section One CSS ]------------------------*/
.section-one {
    background: #000000;
    padding-top: 120px;
    position: relative;
    padding-bottom: 100px;
}
.main-text {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: 70px;
    max-width: 990px;
    margin: 0 auto;
}
.main-text span {
    color: #FFDB59;
    text-transform: uppercase;
}
.section-one-row {
    margin-top: 60px;
    gap: 24px 0;
}
.layout-box {
    background: #1E1F21;
    padding: 40px;
    border-radius: 20px;
}
.layout-box img {
    max-width: 100%;
}
.line {
    border-bottom: 2px dashed #FFFFFF;
    padding: 10px 0;
}
.animation-name {
    color: #FFF;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    padding: 15px 0;
}
.layout-buttons-main {
    display: flex;
    align-items: center;
    gap: 20px;
}
.light-mode-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0;
}
.dark-box {
    margin-bottom: 0;
}
.light-mode-box h3 {
    color: #FFDB59;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
/*-----------------------[ 6.Section Two CSS ]------------------------*/
.section-two {
    padding: 100px 15px 100px 15px;
    background: #1E1F21;
}
.related-pro-img {
    max-width: 100%;
}
.related-product-slider {
    margin-top: 40px;
}
.related-product-slider a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0 20px;
}
.business {
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    padding-top: 10px;
    text-align: center;
}
.qouteGET {
    color: #FFDB59;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
}
footer {
    text-align: center;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #000000;
}
footer a {
    color: #FFDB59;
}
.buyNow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.section-nine {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/home-img/artempodrez.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    padding: 100px 0;
}
.Explore {
    text-align: center;
    color: #FFF;
    padding: 0;
}
.admin-text {
    color: #FFF;
    text-align: center;
    line-height: normal;
    font-size: 30px;
    font-weight: 500;
    padding-top: 12px;
}
button.bottom-top-button {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 200;
    width: 50px;
    height: 50px;
    transition: ease-out 200ms;
    background-color: #FFF;
    border: 2px dashed #000000;
}