@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Poppins", serif;
}
body{
    font-family: "Poppins", serif;
}
.panel-space{
    padding: 100px 0px;
    position: relative;
}
.logo img{
    height: 55px;
}
.nav-item .nav-link {
    font-size: 18px;
    margin: 0px 10px;
}
.nav-item .nav-link:hover {
    color: #8d2ec7;
}

#my-nav {
    padding: 20px 0px;
    position: fixed;
    z-index: 111;
    background: #fff;
    width: 100%;
    box-shadow: 0 25px 80px #42434566;
}

.hero {
    width: 100%;
    position: relative;
    padding: 140px 0 60px 0;
    display: flex;
    align-items: center;
    background-color: #161617;
}
.haeyo-app h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.content-grid {
    padding-right: 9rem;
}
.content-grid-left{
    padding-left: 9rem;
}
.dating-title {
    font-size: 40px;
    font-weight: 700;
}
.dating-sub {
    color: #8d2ec7;
}
.dating-panel{
    background-color: #eee;
}
.dating-panel {
    background-color: #c16ef31f;
}
.count-box {
    height: 120px;
    background: #fdfaff;
    width: 120px;
    border-radius: 10%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #8d2ec736;
}
.haeyo-banner{
    -webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.55;}
}

.aboutheart{
    -webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.work-pnl {
    text-align: center;
    padding: 20px;
}
.work-pnl.border-line {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.work-pnl h3 {
    font-size: 24px;
    margin: 20px 0px;
    color: #000;
    font-weight: 500;
}
.count-box img {
    height: 60px;
}
.dating-panel-2 {
    background-color: #fbf8f1;
}
.privacy-header {
    padding: 170px 0px 80px;
    background: #8d2ec7;
}
.privacy-header h2 {
    color: #fff;
    margin-bottom: 0px;
}
.title-terms {
    font-size: 23px;
    margin: 15px 0px;
}
.about-img{
    position: relative;
}
.heartgif {
    position: absolute;
    left: 0;
    bottom: 0;
}
.enquery-panle {
    background: #eee;
    padding: 20px 0px;
}
.email-panel {
    background-color: #5a1d801c;
    padding: 16px;
    border-radius: 11px;
    color: #5e1e85;
    min-height: 130px;
    margin-bottom: 0px;
}
.email-panel p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}
.email-panel a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}


/* footer section */
.footer {
    background:linear-gradient(356deg, #8d2ec7 0%, #8d2ec7 16.6%, #050008 76.41%);
    padding: 140px 0px;
}
.footer-column img {
    height: 70px;
    margin-bottom: 23px;
}
.footer-column p {
    color: #ccccccf0;
}
.media-icon-index {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
    border-bottom: 1px solid #dddddd4f;
    padding-bottom: 50px;
}
.media-icon-index li {
    margin: 0px 8px;
    height: 40px;
    width: 40px;
    background: #edd7fb63;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
}
.media-icon-index i {
    color: #fff;
}
.footer-copy {
    display: flex;
    color: #eeeeeecf;
    justify-content: space-between;
}
.footer-copy ul {
    display: flex;
}
.footer-copy ul li a {
    color:#eeeeeecf;
    text-decoration: none;
    margin: 0px 10px;
}
.app_icons {
    height: 50px;
    width: 50px;
    background: #8d2ec7bf;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    outline: 2px dotted #8d2ec7;
}
.feature-contet {
    display: flex;
    align-items: stretch;
    gap: 17px;
    margin-bottom: 21px;
}
.appfeature-pnl h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 4px;
}
.panel-space-3{
    padding-bottom: 100px;
}

@media (max-width:767px) {
    .haeyo-app h1 {
        font-size: 45px;
        text-align: center;
    }
    .content-grid {
        padding-right: 0rem;
    }
    .dating-title {
        font-size: 35px;
        font-weight: 700;
    }
    .content-grid-left {
        padding-left: 0rem;
    }
    .panel-space {
        padding: 50px 0px;
        position: relative;
    }
    .footer {
        padding: 60px 0px;
    }
    .footer-copy {
        display: flex;
        color: #eeeeeecf;
        justify-content: space-between;
        flex-wrap: wrap-reverse;
        text-align: center;
    }



}