.slider-mobile {
    display: none;
}

.slideText1 {
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(0%, -40%);
}

.slideText1 .slide-head {
    width: 100%;
    float: left;
    line-height: 1;
    text-align: left;
    font: italic normal bold 40px Noto Sans;
    letter-spacing: 0px;
    color: #6B3C9A;
}

.slideText1 .slide-para {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: left;
    font: italic normal normal 25px Noto Sans;
    letter-spacing: 0px;
    color: #6B3C9A;
}

.slideText1 .slide-btn {
    width: 100%;
    float: left;
}

section {
    padding: 50px 0px;
}


/* About Tina */

.about-tina {
    background: #FFD0FF;
    color: #fff;
    padding: 40px;
    min-height: 480px;
    transition: all .5s ease-in-out;
}

.about-tina:hover {
    background: transparent radial-gradient(closest-side at 82% 11%, #DB98D8 0%, #9171B4 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 15px #00000029;
    border-radius: 55px;
    transform: scale(1.1);
    transition: all .5s ease-in-out;
    z-index: 2;
    position: absolute;
}

.about-tina:hover h3,
.about-tina:hover p {
    color: #fff;
}

.about-tina-border-left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.about-tina-border-right {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.about-tina h3 {
    font-weight: 600;
    color: #6B3C9A;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: Noto Sans;
}

.about-tina p {
    font-family: Noto Sans;
    font-weight: 400;
    color: #0d0d0d;
    margin-bottom: 20px;
    max-height: 250px;
}

.about-tina img {
    width: 30%;
}


/* Features */

.features h3 {
    font-family: Noto Sans;
    font-weight: 700;
    font: normal normal bold Noto Sans;
    letter-spacing: 0px;
    color: #6B3C9A;
}

.features .f-icon {
    width: 45%;
}

.cool-features .mobile-right {
    width: 85%;
    text-align: right;
}


/* Matrimony */

.matrimony {
    background: url("../img/home/matrimony.png") no-repeat;
    background-position: center;
    background-size: cover;
}

.mat-div {
    height: 30vh;
    padding: 10% 0%;
}

.mat-div h2 {
    text-align: left;
    font: italic normal bold 40px Noto Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 30px;
}


/* A La Carte */

.circle {
    background: #fff;
    border-radius: 100px;
    padding: 20px;
    border: 3px solid #9171B4;
    width: 37%;
    margin: 0 auto;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translate(-50%, 0);
}

.grp-margin {
    margin: 55px 0px;
}

.group-cards {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 3px 2px 15px 2px #ccc;
    border-radius: 50px;
    height: 270px;
    padding: 20px;
    position: relative;
    text-align: center;
    padding-top: 60px;
    margin: 10px;
}

.group-cards h2 {
    font-size: 15px;
}

.carte-groups .owl-nav.disabled {
    display: block !important;
}

.carte-groups .owl-prev {
    position: absolute;
    top: 38%;
    left: -5%;
}

.carte-groups .owl-next {
    position: absolute;
    top: 38%;
    right: -5%;
}


/* Testimonial */

.testimonial {
    background: url(../img/home/testimonial.png) no-repeat center;
    height: auto;
    padding: 150px 0;
    
}

.test-slider .owl-nav.disabled {
    display: block !important;
}

.test-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translate(0, -50%);
}

.test-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(0, -50%);
}

.test-item h3 {
    text-align: center;
    color: #6B3C9A;
    font: normal italic bold 20px Noto Sans;
    margin: 0 100px;
    margin-bottom: 40px;
}

.test-item p {
    text-align: center;
    font: normal normal bold 20px Noto Sans;
    letter-spacing: 0px;
    color: #6B3C9A;
}


/* Download */

.download h2 {
    letter-spacing: 0px;
    color: #6B3C9A;
    text-transform: uppercase;
}

.download img {
    width: 20%;
}


/*   Responsive   */

@media screen and (max-width: 3072px) and (min-width: 1441px) {}

@media screen and (max-width: 2560px) and (min-width: 1440px) {}

@media screen and (max-width: 1440px) and (min-width: 1281px) {}

@media screen and (max-width: 1280px) and (min-width: 1023px) {}

@media screen and (max-width: 1024px) and (min-width: 785px) {}

@media screen and (max-width: 786px) and (min-width: 479px) {}

@media screen and (max-width: 480px) and (min-width: 0px) {
    p {
        font-size: 12px;
    }
    .slider {
        display: none;
    }
    .slider-mobile {
        display: block;
        padding: 0px;
    }
    .slideText1 {
        position: absolute;
        top: 30%;
        left: 6%;
        transform: translate(0%, -30%);
        width: 85%;
    }
    .slideText1 .slide-head {
        font-size: 35px;
    }
    .slideText1 .slide-para {
        font-size: 20px;
    }
    /* About */
    .about-tina img {
        width: 25%;
    }
    .about-tina {
        min-height: auto;
        border-radius: 55px;
        margin: 20px 30px;
    }
    /* Features */
    .features .f-icon {
        width: 100%;
    }
    .circle {
        top: -20%;
    }
    .grp-margin {
        margin: 56px 39px 20px 39px;
    }
    /* Testimonial */
    .test-item h3 {
        margin: 0px 30px;
    }
    .test-slider .owl-next,
    .test-slider .owl-prev {
        display: none;
    }
    .testimonial{
        background-size: cover;
    }
}