

/*------------------------------------------welcome--------------------------------*/

.welcome img{
    display: block;
    margin: auto;
    max-height: 500px;
}
.textside{
    display: flex;
    align-items: center;
}
.textside h2{
    font-weight: 700;
    text-transform: capitalize;
}
.stats{
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.stats .boxx{
    width: 300px;
    height: 100px;
    border-top: 2px solid #5600AB;
    border-right: 2px solid #5600AB;
    border-left: 2px solid #5600AB;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 20px;
}
.stats .boxx h6{
    font-weight: 500;
    color: #5600AB;
}

/*------------------------------------------welcome--------------------------------*/


/*------------------------------------------about--------------------------------*/

.about{
    margin-top: 100px;
}
.about .specColumn{
    display: flex;
    align-items: center;
}
.specColumn .spec_lt{
    text-align: right;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.specColumn .spec_rt{
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
    .specColumn .spec_lt, .specColumn .spec_rt{
        text-align: center !important;
    }
    .checkk{
        flex-direction: column-reverse;
    }
  }

/*------------------------------------------about--------------------------------*/


/*------------------------------------------showcase--------------------------------*/

.showcase{
    margin-top: 100px;
}
.showcase_head{
    text-align: center;
}
.showcase_head h2{
    font-weight: 700;
    margin-bottom: 30px;
}
.showcase_head p{
    width: 50%;
    min-width: 300px;
    margin: auto;
}
.textside h3{
    font-weight: 700;
    text-transform: capitalize;
}
.showcase img{
    display: block;
    margin: auto;
}


/*------------------------------------------showcase--------------------------------*/


/*------------------------------------------shots--------------------------------*/

.shots{
    margin-top: 100px;
}
.shotsText{
    text-align: center;
}
.shotsText h2{
    font-weight: 700;
}
.shotsText p{
    width: 60%;
    min-width: 300px;
    margin: auto;
}
.slick-center{
    transform: scale(1.2);
    transform-origin: 50% 50% 0px;
}
.slick-track{
    padding-bottom: 50px;
    padding-top: 50px;
}
.slick-prev:before{
    color: #5600AB !important;
}
.slick-next:before{
    color: #5600AB !important;
}
.sliderr img{
    width: 250px;
    height: 400px;
}
.slick-slide img {
    display: block;
    margin: auto;
}

/*------------------------------------------shots--------------------------------*/


/*------------------------------------------download--------------------------------*/
.download{
    background: #5600AB;
    text-align: center;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}
.download h2{
    font-weight: 700;
}
.download p{
    margin-top: 50px;
    margin-bottom: 50px;
}
.app_btns{
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
/* .app_btns img{
    max-width: 250px;
} */

/*------------------------------------------download--------------------------------*/


/*------------------------------------------faq--------------------------------*/

.faq{
    margin-top: 100px;
}
.faq h2{
    font-weight: 700;
}
.faq p{
    width: 50%;
    min-width: 300px;
    margin: auto;
}
.faq .accordion-item{
    margin-bottom: 20px;
    border: none;
}
.faq .accordion-button{
    
    border: 2px solid black;
    border-radius: 10px !important;
    font-weight: bold;
}
.faq .accordion-button span{
    margin-right: 30px;
}

/*------------------------------------------faq--------------------------------*/


/*------------------------------------------contact--------------------------------*/

.contact{
    margin-top: 100px;
}
.contact input{
    padding: 20px;
    background: transparent;
    border: 2px solid black;
    border-radius: 10px;
    width: 49%;
    margin-bottom: 10px;
}
.contact textarea{
    padding: 20px;
    background: transparent;
    border: 2px solid black;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
    .contact input{
        width: 100% !important;
    }
  }

/*------------------------------------------contact--------------------------------*/

