/*--------------------------------------------------------------

  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/


.cuz-js-bt{
    justify-content: space-between;
}
@media(max-width:800px){
    .cuz-js-bt{
        justify-content: center;
    }
}
.cuz-js-even{
    justify-content: space-evenly;
}
.cuz-flex{
    display: flex;

}

.cuz-flex-shrink{
    flex-shrink: 1;
}
.cuz-img{
    width: 50px;
    margin-bottom: 2rem;
}
.cuz-mb{
    margin-bottom: 3rem;
}
.cuz-mb-h{
    margin-bottom: 10rem;
}



/* .cuz-s-card:hover .cuz-head{
 opacity: 1;
    transition: all 0.5s ease-in;
} */
.cuz-pt-1{
    /* padding-top: 1.5rem; */
    padding: 0;
    z-index: 2;
}
.cuz-ptb-1{
    padding: 1.5rem 1.5rem;
    position: relative;
}
.cuz-pt-1::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    transition: 0.6s ease-in;

}

.cuz-pt-1 img{
    width: 100%;
}
/* .cuz-pt-1:hover .cuz-head,.cuz-pt-1:hover::after{
    opacity: 1;
       transition: all 0.5s ease-in;
} */


.cuz-mt{
    margin-top: 3rem;
}
.cuz-mb{
    margin-bottom: 4rem;
}

@media(max-width:500px){
    .pop-card{
        transform: translateY(0px);
    }
}
.pop-card h2{
    font-size: 2.5em;
}
@media(max-width:500px){
    .pop-card h2{
        font-size: 1.8em;
    }
}
.cuz-s-card:hover .pop-card{
    transform: translateY(-114px);
    transition: all 0.2s ease-in;


}
.cuz-tf-y{
    transform: translateY(-30px);
}



/* faq section */
.container-card{
    display: grid;
    grid-template-columns: repeat(2,480px);
    align-items: center;
    border-radius: 30px;
    position: relative;
    background-color: white;
}
.faq-section{
    display: flex;
    flex-direction: column;
    padding: 0 80px 0px 25px;
    gap: 20px;
}
.faq-section h1{
    font-size: 2.5em;
    margin-bottom: 15px;

}
.q-section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    cursor: pointer;
}
.qa{
    border-bottom: 1px solid var(--Light-grayish-blue);
}
.question{
    /* font-size: 15px; */
    color: black;
    font-weight: 100;
}
.question:hover{
    color: var(--Soft-red);
}
.answer{
    font-size: 14px;
    color: var(--Dark-grayish-blue);
    display: none;
    margin: 0;
}

@media(max-width:950px){
    body{
        margin-top: 120px;
    }
    .container-card{
        grid-template-columns: repeat(1,400px);

    }
    .svg-section{
        overflow: visible;
        /* height: 190px; */
    }
    .bg{
        background-image: url(./images/bg-pattern-mobile.svg);
        width: 70%;
        background-size: contain;
        height: 120px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-inline: auto;

    }
    .wo{
        background-image: url(./images/illustration-woman-online-mobile.svg);
        width: 70%;
        height: 230px;
        position: absolute;
        top: -130px;
        left: 57px;
    }
    .box{
        display: none;
    }
    .faq-section{
        padding: 0 40px 40px 40px ;

    }
    .faq-section h1{
        text-align: center;
    }
    .question{
        font-size: 15px;
    }
    .answer{
        font-size: 13px;
    }
    .qa{
        padding: 10px 0;
    }
}
@media(max-width:375px){
    body{
        margin-top: 100px;
    }
    .container-card{
        grid-template-columns: repeat(1,320px);
    }
    .svg-section{
        /* height: 120px; */
    }
    .wo{
        top: -101px;
        left: 47px;
    }
    .faq-section{
        gap: 0;
    }
    .faq-section h1{
        margin-bottom: 15px;
    }
    .q-section{
        margin-bottom: 10px;
    }
    .question{
        font-size: 12px;
    }
    .answer{
        font-size: 11px;
    }
}
/* active state */
.qa.active .answer{
    display: block;
    margin-bottom: 20px;
}
.qa.active .question{
    color: black;
    font-weight: 700;
}
.arrow-icon.open{
    transform: rotateX(160deg);
}
/* ends */

.cuz-card-title{
    font-weight: 500;
    line-height: 24px;
    color: #0f75bc;
    font-size: 2rem;
}
.about-description{
    font-size: 1.5rem;
}