

.navbar-nav{
    margin-left: -2.7rem !important;
}


/* Introduction part */


.shop-title{
    display: flex;
    justify-content: center;
    align-items: center;
}


.shop-introduction{
    z-index: -5;
    /* background: #471133; */
    background: linear-gradient(180deg, #140921 0%, #471133 100%);
    padding: 100px 0; 
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}

.shop-container{
    width: 88.75vw;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}

.shop-data div{
    display: flex;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}

.shop-introduction hr{
    opacity: 1.25;
    height: 1px;
    color: #f94807;
    width: 70px;
    border: 1px solid;
}

.shop-introduction h4{
    margin-bottom: 10%; 
    color: #fff;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.shop-data div p{
    color: #fff !important;
    text-align: center !important;
    width: 80% !important;
    /* margin-left: 3%; */
}

.shop-img {
    display: flex;
    justify-content: center;
    margin: 0;
}
.shop-img  img{
    margin: 0;
    width: 100%;
    height: 350px;
    border-radius: 12px !important;
}

.shop-img img:hover{
    transition: all 0.3s ease-in;
    transform: scale(1.06);
}

.shop-container .btn2{
    margin-top: 4rem;
    padding: 16px 25px 16px 25px;
}


/* shopify_services */

.shopify_services{
    background: linear-gradient(0deg, #140921 0%, #471133 100%);
}

.shop_ser_container{
    width: 70%;
    margin-left: 11%;
}

.shop_ser_title{
    width: 631px;
}

.shop_ser_title .h4{
    margin-bottom: 10%; 
}

.shop_ser_title h4{
    color: #fff;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.shop_ser_title hr{
    opacity: 1.25;
    height: 1px;
    color: #f94807;
    width: 70px;
    border: 1px solid;
}    


.build img{
    width: 200px;
    border-radius: 20px;
}

.build img:hover{
    transition: all 0.3s ease-in;
    transform: scale(1.1);
}

.build h4{
    color: #fff;
    margin-top: 30px;
}

.shopify_question{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw !important;
}
.shopify_answer{
    text-align: center;
    margin: 7vw;
}




/* questions section */



/* question 1 */

.que1{
    color: #fff;
}

.que1 p{
    margin-left: 3%;
}

.toggle-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
}

.answer1 {
    margin-top: 10px;
    font-size: 16px;
}

/* question 2 */

.que2{
    color: #fff;
}

.que2 ul img{
    width: 50px;
    border-radius: 50%;
    margin-left: 3%;
}

/* Style for the question header and toggle sign */

.toggle-sign {
    cursor: pointer;
    font-size: 40px;
    font-weight: 500px;
    font-family: 'Courier New', Courier, monospace;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    margin-left: 74%;
}

/* Initially hide the answer list */
.answer1{
    display: none;
}

/* Optional: Style for the list items */
.answer1 li {
    transition: background-color 0.3s;
}

/* Style for when the answer is visible and the sign is a "-" */
.answer1.visible{
    display: block;
}

.toggle-sign.active{
    transform: rotate(45deg); /* Rotate the + to - */
}




/* question 3 */

.que3{
    color: #fff;
}

.sub-points{
    margin-left: 3%;
}

.que3 p{
    margin-left: 3%;
}

.que3 li{
    margin-left: 1.5%;
}

.que3 img{
    width: 50px;
    border-radius: 50%;
    margin-left: 3%;
}


/* question 4 */

.que4{
    color: #fff;
}

.que4 img{
    width: 50px;
    border-radius: 50%;
    margin-left: 3%;
}


/* question 5 */

.que5{
    color: #fff;
}

.que5 img{
    width: 50px;
    border-radius: 50%;
    margin-left: 3%;
}



/* scrolling text */

.dream-store{
    color: #fff;
    background: none;
    border-radius: 20px;
}

.scrolling-text {
    white-space: nowrap;         /* Prevent text from wrapping */
    overflow: hidden;            /* Hide the overflow text */
    width: 78%;                 /* Set the width to 100% or a fixed value */
    display: inline-block;       /* Ensures the text stays in one line */
    animation: scroll-left 12s linear infinite; /* Apply animation */
}
  
@keyframes scroll-left {
    0% {
      transform: translateX(100%);  /* Start from the right */
    }
    100% {
      transform: translateX(-100%); /* End at the left */
    }
}
  









/* footer */

.footer_right{
    margin-left: 36%;
}




    /* reveal css */
    
    /* Scroll reveal effect */
    .reveal {
        opacity: 0;               /* Hide the element initially */
        transform: translateY(30px); /* Position it a bit lower */
        transition: opacity 0.9s ease, transform 0.6s ease;  /* Smooth transition */
    }
    
    /* When the element becomes visible (on scroll) */
    .reveal.visible {
        opacity: 1;                /* Make it visible */
        transform: translateY(0);  /* Return to its original position */
    }


    /* footer */
    .quick-link{
        visibility: hidden;
    }









@media screen and (max-width: 768px) {
    .shopify_question{
        display: none;
    }
}


@media screen and (max-width: 480px) {

    .shop-title hr{
        margin-left: -1.5rem !important;
    }
    .shop-title h4{
        width: 70vw !important;
    }
    

    .shop-data p{
        width: 90vw !important;
    }

    .shop-img img{
        width: 80vw !important;
        border-radius: 20px;
        box-shadow: 0 0 10rem 1rem #140921;
        padding: 10px;
    }
    .btn2{
        display: none;
    }

    
    
    
    /* question section */
    
    .question_1 h2{
        font-size: 25px !important;
        text-decoration: underline;
    }
    .answer1 h4{
        width: 85vw !important;
    }
    .answer1 ul{
        width: 80vw;
    }
    .answer1 {
        width: 80vw !important;
    }


    .que3 .question_1 h2{
        margin-left: -0.3rem;
    }


    .letsConnect{
        width: 90vw;
        margin-left: -1rem !important;
    }

    .letsConnect-seo{
        width: 90vw;
        margin-left: -3.2rem !important;
    }
    .letsConnect-graphic{
        width: 90vw !important;
        margin-left: -3.1rem !important;
    }
    .letsConnect-social{
        width: 90vw !important;
        margin-left: -3.1rem !important;
    }
    .letsConnect-writing{
        width: 90vw !important;
        margin-left: 2.5rem !important;
        text-align: center;
    }
    .content-writing-mobile{
        margin-left: -1rem;
    }
    .letsConnect-creation{
        width: 90vw !important;
        margin-left: -3rem !important;
    }
    .letsConnect-print{
        width: 90vw !important;
        margin-left: -3rem;
    }
}



@media screen and (max-width: 405px) {

    
    .question_1 h2{
        font-size: 20px !important;
    }



    .letsConnect-seo{
        margin-left: -2.8rem !important;
    }
    .letsConnect-graphic{
        margin-left: -2.7rem !important;
    }
    .letsConnect-social{
        width: 90vw !important;
        margin-left: -2.7rem !important;
    }
    


    .letsConnect-creation{
        width: 90vw !important;
        margin-left: -2.6rem !important;
    }
    .letsConnect-print{
        width: 90vw !important;
        margin-left: -2.6rem;
    }

}


