body{
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.02em;
    padding-bottom: 52px;
    background-color:#000;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Salsa", cursive;
    color:#fff;
    margin:0px 0px 20px 0px;
}

.menu :where(li ul){
    margin-inline-start:0;
    padding-inline-start:0;
}
.menu :where(li ul):before{
    display:none;
}

#dropdownNavbar{
    padding:0px !important;
    background-color: #374151 !important;
}

input:focus, button:focus{
    box-shadow: none !important;
    outline: none !important;
}

.bg-red-grandient{
    background: linear-gradient(180deg, #750202 0%, #C10504 100%);
}

.bg-purple-grandient{
    background: linear-gradient(140deg, rgba(111,18,193,1) 0%, rgba(133,42,213,1) 35%, rgba(193,5,4,1) 69%, rgb(227 57 57) 100%);
}

.category-box{
    position:relative;
}

.category-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #00000024;
    border-radius: 8px;
}

.overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
                z-index: 9999;
        }
        .modal {
            background: #fff;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
        }
        .close, .accept, .decline {
            cursor: pointer;
            margin: 5px;
        }

.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.text-h3, .page-content h1{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.page-content h2{
     font-size: 30px;
}

.text-h4, .page-content h3, .page-content h4{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.page-content{
    color:#fff;
}

.page-content p{
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}

.bg-grey{
    background-color:#2b2b2b;
}


.page-content p a{
    color: #a000fc;
}

.dropdownMenu:hover #dropdownNavbar{
    display: block;
}

.page-pagination{
    display: flex;
    justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span{
    text-decoration: none;
    border: 1px solid #dab7f6;
    padding: 4px 10px;
    margin: 0;
    color: #a028ff;
    display: inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
    border-color: #a028ff;
    color: #fff;
    background: #a028ff;
}

.banner-text{
    font-size: 60px;
    font-weight: 400;
    font-family: "Salsa", cursive;
}

.text-purple{
    color: #a000fc;
}

.bg-purple{
    background-color:#a000fc;
}

.menu ul li a{
    font-family: "Salsa", cursive;
    color: #fff;
    text-align: left;
}

.menu ul li a:hover{
    background-color:#0e0e0e;
}

.product-box{
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out;
}

.product-box:hover{
    border: 1px solid #a000fc;
}

.arrow-span{
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.text-end{
    text-align:right;
}

.arrow-span img{
    width: 20px;
}

.img-02{
    display: none;
}

.product-box:hover .arrow-span{
    background-color: #a000fc;
}

.product-box:hover .img-02{
    display: block;
}

.product-box:hover .img-01{
    display: none;
}

.slider-arrow{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.slider-arrow img{
    width: 16px;
}
.carousel-item .product-box{
    border: none;
}
.carousel-item .product-box:hover{
    border: none;
}

.carousel-item .product-box:hover .slider-arrow{
    background-color: #a028ff;
}

.top-searches ul li:nth-child(odd) span, .top-searches ul li:nth-child(odd) a{
    background-color: #a000fc;
    color: #fff;
}

.top-searches ul li:nth-child(even) span, .top-searches ul li:nth-child(even) a{
    background-color: #fff;
    color: #a000fc;
}
.city-box{
    margin-bottom: 40px;
}
.city-box::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.075) 76.5%, rgba(0, 0, 0, 0.6) 100%);
}

.footer-content ul li{
    display: inline-block;
    padding: 0px 20px;
}

.footer-content ul li:not(:last-child){
    border-right: 1px solid #a028ff;
}

.footer-content ul li a{
    font-size: 16px;
    color: #a000fc;
}

.bottom-banner{
    background-image: url(../images/footer-banner-bg.webp);
}

.bottom-banner-content h4{
    font-size: 48px;
    font-weight: 500;
}

.bottom-banner-content p{
    font-size: 30px;
}

.about-content{
    color:#fff;
}

.skill-list ul{
    margin-bottom:20px;
}

.skill-list ul li{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #7e23ce40;
    color: #fff;
    margin: 6px 4px;
}

.skill-list ul li strong{
    font-weight: 300;
}

.carousel{
    display: inline-flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width:100%;
}

.carousel-item {
    box-sizing: content-box;
    display: flex;
    flex: none;
    scroll-snap-align: start;
}

.carousel-center .carousel-item {
    scroll-snap-align: center;
}

.main-btn{
    position: relative;
}
.main-btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 30px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.accordian-item{
    border: 1px solid #fff;
    border-radius:6px;
    margin-bottom: 20px;
}

button.accordion {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s linear;
}
  
button.accordion:after {
    font-family: "Font Awesome 6 Pro";
    content: "\2b";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
}
  
button.accordion.is-open:after {
    content: "\f068";
}

button.accordion:hover,
button.accordion.is-open {
  border-bottom: 1px solid #fff;
}

.accordion-content {
    padding:0 20px;
    max-height: 0;
    overflow: hidden;
    color: #fff;
    transition: max-height 0.2s ease-in-out;
}

.accordion-content p{
    padding: 10px 0px;
}

.testimonial-box{
    padding: 20px;
    border:1px solid #a000fc;
    border-radius: 20px;
    margin-bottom: 40px;
}

.testimonial-box h4{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.testimonial-box h3{
    font-size: 20px;
    color: #a028ff; 
}

.testimonial-box p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}

@media(max-width:1020px){
    .menu{
        width: 300px;
        position: fixed;
        right: -300px;
        background-color: #2c2c2c;
        height: 100vh;
        z-index: 9999;
        top: 0;
        transition: all 0.3s ease-in-out;
    }

    .menu ul li{
        display: block;
        text-align: left;
        padding: 10px 20px;
    }
    
    .menu.active{
        right: 0px;
    }
}
@media (max-width:992px) {
    .banner-text{
        font-size:65px;
    }
    .text-h3, .page-content h3, .page-content h1{
        font-size: 30px;
    }
    
    .page-content h2{
        font-size: 20px;
    }
    
    .page-content p{
        font-size: 16px;
    }
}

@media (max-width:767px){
    .banner-text{
        font-size:60px;
    }
    .bottom-banner{
        padding-bottom: 0px !important;
    }
    .bottom-banner-content {
        text-align: center;
    }
}

@media(max-width:580px){
    .banner-text{
        font-size:45px;
    }
}

@media(max-width:480px){
    .banner-text{
        font-size:30px;
    }

    .text-h3, .page-content h1{
        font-size: 24px;
    }
    
    .text-h4, .page-content h2{
        font-size: 18px;
    }
    
    .page-content p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .modelBox {
        width:80%;
    }
    .bottom-banner-content p{
        font-size: 24px;
    }
}