/* hero-section */
.dating-app-hero__content {
    width: 940px;
    margin: 0 auto;
}
span.dating-app-hero__badge {
    padding: 6px 16px;
    background: #FFB3B21A;
    color: #FFB3B2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #FFB3B233;
    border-radius: 100px;
    margin-bottom: 16px;
    display: inline-block;
}
.dating-app-hero__title{
    font-weight: 600;
    margin-bottom: 16px;
}
span.dating-app-hero__title-highlight {
    background: linear-gradient(90deg, #FFB3B2 0%, #FF479C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
p.dating-app-hero__description {
    margin-bottom: 24px;
}
/* client-section */
.client-section{
    padding: 64px 0;
}
/* dating-features section */

.dating-features__visual {
    width: 90%;
    margin: 0 auto;
    display: table;
}
.dating-features__title, .dating-features__description{
    margin-bottom: 16px;
}
a.dating-features__button.animated-btn {
    margin-top: 16px;
}
.dating-features__item:first-child{
    margin-top: -80px;
}
.dating-features__item.custom-feature {
    margin-top: -180px;
}

/* tinder-Banner */
.tinder-service {
    background: #1A1A1A; 
    display: flex;
    align-items: center;
    padding: 90px 0;
}
.tinder-service .row{
    position: relative;
}

p.tinder-service__description {
    width: 480px;
}
.tinder-service__image-wrapper img {
    margin-top: -165px;
    position: absolute;
    right: 0;
    top: 0;
    height: 586px;
}

/* MODERN DATING APP */

/* MID-BANNER */
.mid-banner{
    background: #1A1A1A;
    padding: 16px 0;
}
.mid-banner .wrapper {
    padding: 32px 0;
}
.mid-banner p{
    max-width: 470px;
}

/* responsive */
@media (max-width: 1399px) {
    /* tinder-section */
    .tinder-service__image-wrapper img {
        margin-top: -145px;       
        height: 540px;
    }
}
@media (max-width: 1199px) {
     /* tinder-section */
    .tinder-service{
        padding: 64px 0;
    }
    .tinder-service__image-wrapper img {
        margin-top: -90px;     
        height: 430px;
    }
}

@media (max-width:991px) {
    /* hero-section */
    .dating-app-hero__content{
        width: 100%;
    }
    /* feature-section */
    .last{
        margin-bottom: 60px;
    }
    .first, .third{
        flex-direction: column-reverse;
    }
    .second img , .last img{
        margin-top: -65px;
    }
    /* dating-feature */
    .dating-features__item:first-child, .dating-features__item.custom-feature {   
        margin-top: 0;
    }
    
    /* tinder-section */   
	.tinder-service__content {
		text-align: center;
	}
    p.tinder-service__description {
        width: 100%;
    }
    .tinder-service__image-wrapper img{
       display: none;
    }
    /* mid-banner */
    .mid-banner .row{
        align-items: center;
    }
	.mid-banner .wrapper {
		text-align:center;
	}
}
@media (max-width: 767px) {    
    /* launch your app */
    h2.dating-app-demo__title br {
        display: none;
    }
    .dating-app-demo__card{
        gap:10px;
    }
    .dating-app-demo__card h3{
        font-size: 18px;
        line-height: 26px;
    }
     /* mid-banner */
    .mid-banner .row{
        flex-direction: column-reverse;
    }
    
}