/* Modify */
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

input,
textarea {
    width: 100%;
    padding: 7px 11px;
    background-color: #ffffffaa;
    border: 1px solid #e5e5e5aa;
    border-radius: 5px;
    outline: none;
}

input:focus,
textarea:focus {
    border: 1px solid #d3d3d3aa !important;
}

textarea {
    height: 200px;
    resize: none;
}

button {
    padding: 3px 15px;
    border: none;
    background: none;
    border-radius: 15px;
}




/* Header */
header {
    position: sticky;
    top: 0;
    width: 100%;
    color: #fff;
    background-color: #7d3798;
    z-index: 4;
    transition: all .2s ease-in-out;
}

header .navbar-brand img {
    width: 70px;
}

header .navbar-brand #dark-logo-image {
    display: none;
}

header nav .nav-item {
    margin: 0 10px;
}

header nav .nav-item .nav-link {
    color: #fff !important;
}

header nav .nav-item .nav-link.active {
    border-bottom: 3px solid #fff;
}

header nav .search-form {
    position: relative;
}

header nav .search-form input {
    width: 250px;
    color: #fff;
    background-color: #ffffff55;
    border: 1px solid #ffffff33;
    box-shadow: 1px 1px 4px #ffffffdd;
}

header nav .absolute-button button {
    color: grey;
}

header nav .search-form input {
    color: #000;
    background-color: #fff;
    border: 1px solid #00000033;
}

header nav .auth #login-link,
header nav .auth #register-link {
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}

header nav .auth #login-link,
header nav .responsive-menu>button {
    color: #fff;
}

header nav .auth #register-link {
    background-color: #fff;
    color: #000;
}

header nav .menu button {
    color: #fff;
}

header nav .dropdown-menu[data-bs-popper] {
    width: 250px;
    max-width: 250px;
    background-color: #ffffffaa;
    text-align: start;
    right: unset;
    top: 50px;
    left: 0;
}

header nav .dropdown-menu[data-bs-popper] li a {
    padding: 10px 15px;
}

header nav .dropdown-menu[data-bs-popper] li a svg {
    width: 20px;
}


/* Floatin header */
header.floating {
    background-color: #fff;
}

header.floating .navbar-brand #light-logo-image {
    display: none;
}

header.floating .navbar-brand #dark-logo-image {
    display: block;
}

header.floating nav .nav-item .nav-link {
    color: #000 !important;
}

header.floating nav .nav-item .nav-link.active {
    border-bottom: 3px solid #000;
}

header.floating nav .auth #login-link,
header.floating nav .responsive-menu>button {
    color: #000;
}

header.floating nav .auth #register-link {
    border: 1px solid #a4a4a4;
}

header.floating nav .menu button {
    color: #000;
}

/* Intro */

.intro {
    position: relative;
    height: 100vh;
    background: url('../images/background.jpg') center no-repeat;
    background-size: cover;
}

.intro .title {
    padding-left: 150px;
    font-size: 100px;
    z-index: 1;
}

.intro .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(#2c003a99, #2c003a55);
}


/* Services */
.services .service {
    position: relative;
    color: #fff;
    background: linear-gradient(#b881ff, #7e38d9);
    height: 270px;
}

.services .service .effects {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    overflow: hidden;
}

.services .service .effects .light-effect {
    position: absolute;
    top: -200px;
    left: -200px;
}

.services .service .effects .light-effect img {
    opacity: .7;
}

.services .service .icon {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
}

.services .service .icon img {
    width: 80%;
    transition: all .3s ease-in-out;
}

.services .service:hover .icon img {
    rotate: -2deg;
    scale: 1.05;
}

.services .service .title {
    font-weight: bolder;
}

.services .service .slider .first-slider {
    padding: 10px 0;
    margin: 10px 0;
    background-color: #ffffff66;
}

.services .service .slider .first-slider .item a {
    color: #fff;
}

.services .service .slider .first-slider .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.services .service .slider .first-slider .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00000066;
    transition: all .3s ease-in-out;
    margin: 0 3px;
}

.services .service .slider .first-slider .owl-dots button.owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
}



/* Amazing sale */
.amazing-sale {
    background: linear-gradient(#7002ff, #A057FE);
}

.amazing-sale .offer-slider .item img {
    max-width: 240px;
}

.amazing-sale .offer-slider .item {
    position: relative;
}

.amazing-sale .offer-slider .item .offer-time {
    position: absolute;
    right: -10px;
    bottom: 55px;
    transform: rotate(-90deg);
}

.amazing-sale .offer-slider .item .offer-progress {
    position: absolute;
    top: 20px;
    right: 10px;
    bottom: 25px;
    width: 5px;
    transform: rotate(180deg);
    background-color: #00000033;
    border-radius: 5px;
}

.amazing-sale .offer-slider .item .offer-progress .line {
    position: absolute;
    inset: 0;
    background-color: #A057FE;
    border-radius: 5px;
}

.amazing-sale .offer-slider .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.amazing-sale .offer-slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #e0e0e0;
    transition: all .3s ease-in-out;
    margin: 0 3px;
}

.amazing-sale .offer-slider .owl-dots button.owl-dot.active {
    width: 30px;
    background-color: #00000066;
}





/* discount-code */
.discount-code {
    position: relative;
}

.discount-code .details {
    background-color: #f0f0f0;
}

.discount-code .detail-bg {
    position: absolute;
    top: 185px;
    bottom: 100px;
    left: 0;
    right: 0;
    background: linear-gradient(#7127a4, #be40e1);
    z-index: -1;
}





/* Articles */
.articles .section-title {
    position: relative;
}

.articles .section-title::after {
    position: absolute;
    content: '';
    top: -5px;
    right: -15px;
    width: 150px;
    height: 5px;
    background-color: #00000033;
    border-radius: 5px;
}

.articles .section-title::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -15px;
    width: 90px;
    height: 5px;
    background-color: #A057FE;
    border-radius: 5px;
}

.articles .banner {
    position: relative;
}

.articles .banner::after {
    position: absolute;
    content: '';
    inset: 10px;
    border: 2px solid #ffffff66;
    border-radius: 15px;
}



/* FAQ */
.faq .quick-answer {
    color: #727272;
}

.faq .accordion-item:first-of-type,
.faq .accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.faq .accordion-item:last-of-type {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #A057FE;
    color: #fff;
}

.faq .accordion-button:not(.collapsed) .quick-answer {
    display: none;
}

.faq .accordion-button:focus {
    box-shadow: none;
}


/* footer */
footer .first-section {
    color: #fff;
}

footer .first-section .slogan {
    font-size: 70px;
}

footer .first-section .icon {
    width: 40px;
    height: 40px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}

footer .first-section .go-to-top {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

footer .first-section .go-to-top:hover {
    color: #000;
    background-color: #fff;
}


footer .third-section .links a {
    color: #535353;
}

footer .third-section .symbols a {
    width: 100px;
    height: 100px;
    border: 1px solid #00000033;
    border-radius: 5px;
    overflow: hidden;
}

footer .third-section .symbols a img {
    width: 90%;
    height: 90%;
}

footer .third-section .symbols a:hover {
    border-color: #00000066;
}

footer .copyright {
    background-color: #f8f8f8;
}











/* Auth */

.auth-page {
    height: 100vh;
}

.auth-page .box {
    width: 100%;
    max-width: 450px;
    padding: 30px 45px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 35px;
}

.auth-page .have-account a,
.auth-page .forgot-password a {
    color: #A057FE;
}

.auth-page .have-account a:hover,
.auth-page .forgot-password a:hover {
    color: #A057FE;
    text-decoration: underline;
}

.auth-page .toggle-password {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 35px 0 0 35px;
}

.auth-page .privacy-policy {
    font-size: 13px;
}












/* Contact us */
.contact-us {
    position: relative;
    display: flex;
    align-items: center;
    padding: 75px 0;
}

.contact-us .bg-image {
    position: absolute;
    inset: 0;
    background: url('../images/pattern2.png');
    background-size: 70px;
    z-index: -1;
}

.contact-us .map {
    margin: 20px;
    line-height: 0;
    border: 1px solid #c0c0c0;
    border-radius: 30px;
    overflow: hidden;

}

.contact-us .map iframe {
    width: 100%;
    height: 450px;
    border-radius: 30px;
}

.contact-us .content {
    margin: 20px;
}

.contact-us .content .icon {
    width: 30px;
    height: 30px;
    color: #fff;
    margin-left: 5px;
    background-color: #A057FE;
    border-radius: 50%;
}

.contact-us .content .info .icon svg {
    font-size: 16px;
    color: #fff;
}

.contact-us .office-hours {
    font-size: 13px;
}





/* About us */
.about-us {
    position: relative;
    padding: 75px 0;
}

.about-us .bg-image {
    position: absolute;
    inset: 0;
    background: url('../images/pattern2.png');
    background-size: 70px;
    z-index: -1;
}





/* FAQs */
.faqs {
    padding: 75px 0;
}

.faqs .buttons button {
    color: #A057FE;
}

.faqs .buttons button.collapsed {
    color: #787878;
}















/* Products page */
.products-page .categories #categories-list {
    height: auto;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.products-page .categories #categories-list.hide {
    height: 0;
}

.products-page .categories ul li {
    position: relative;
}

.products-page .categories ul li.selected .item button svg,
.products-page .categories ul li.selected .item a {
    color: #7002ff !important;
}

/* .products-page .categories ul li::after {
    position: absolute;
    content: '';
    top: 0;
    right: -10px;
    bottom: 100%;
    width: 5px;
    background-color: #c3a2ee;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.products-page .categories ul li.selected::after {
    bottom: 0;
} */

.products-page .categories ul li .item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.products-page .categories ul li .item a {
    display: flex;
    justify-content: space-between;
}

.products-page .categories .dropdown-item {
    padding: 0 10px;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.products-page .categories .dropdown-item.show {
    height: auto;
}

.products-page .accordion-button.collapsed {
    color: #000;
    background-color: #fff;
}

.products-page .accordion-button {
    background-color: #A057FE;
    color: #fff;
}



.products-page aside {
    position: sticky;
    top: 100px;
}

.products-page .item {
    position: relative;
    overflow: hidden;
}

.products-page .item .quick-actions {
    position: absolute;
    top: 5px;
    left: -50px;
    transition: all .3s ease-in-out;
}

.products-page .item .quick-actions button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.products-page .item .quick-actions svg {
    color: #7002ff;
    font-size: 15px;
}

.products-page .item:hover .quick-actions {
    left: 10px;
}

.products-page #product-colors {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 13px;
    line-height: 15px;
}

.products-page .sorting {
    font-size: 13px;
}

.products-page .sorting .items a {
    margin-left: 15px;
    color: #969696;
}