body {
    font-family:Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0dcaf0;
}

.navbar-nav .nav-link{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.signUp-button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(180deg, #eb567b 0%,#3fbcf8 100%);
    text-decoration: none;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 25px 10px 25px;
    font-weight: 600; 
    font-size: 18px;
}

.signUp-button:hover {
    background-image: linear-gradient(180deg, #3fbcf8 0%, #eb567b 100%);
    color: white;
}

.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    top: 10px;
    /* display: flex; */
    /* align-items: flex-start; */
    justify-content: center;
    text-align: center;
    position: relative;
}

section.main-heading {
    padding-top: 7%;
    text-align: center;
}

.main-heading h1{
    font-family: "Raleway", Sans-serif !important;
    font-weight: 800;
    font-size: 60px;
}

/*.main-heading::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*}*/

.main-heading p{
    font-size: 1rem;
    text-align: center;
}

.hero .container {
    position: relative;
    z-index: 2;
    top: 30px;
}

.cta-button {
    background-color: #ff4757;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

.cta-button:hover {
    background-color: #ff6b81;
}

.features {
    background-color: #f8f9fa;
    text-align: center;
    padding: 50px 0px;

}

.features h2{
    font-weight: 800;
    font-size: 3em;
}


.pricing {
    background-color: #fff;
}

.coming-soon {
    background-color: #3fbcf8;
    color: #fff;
    padding: 40px 20px;
}

.coming-soon h2{
    line-height: 1.5em;
    font-size: 2.7em;
    font-weight: 800;
}

.coming-soon p{
    font-size: 16px;
}

.coming-soon img{
    max-width: 85%;
    margin-top: -13%;
    margin-bottom: -9%;
}

.cta-button {
    background-color: #ff4757;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.cta-button:hover {
    background-color: #ff6b81;
}

.join-over {
    background-color: #FF4B6E; 
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-over img{
    width: 40px;
    margin-left: -10px;
}

.features .card {
    border: none;
    height: 100%;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-radius: 25px;
}

.features .card:hover {
    transform: translateY(-10px);
}

.features.card-title {
    font-size: 1.3em;
    font-weight: bold;
}

.features .card-text {
    font-size: 16px;
}

.power-section{
    padding: 50px 0px;
    background-color: #f8f9fa;
}

.power-text {
    justify-content: center;
    display: grid;
    align-content: center;
    align-items: center;
}

.power-text p{
    font-size: 16px;
}

.power-section hr{
    color: black;
    opacity: 1;
    width: 65%;
}

.learn-more-btn {
    border-radius: 30px;
    border: 2px solid black;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
}

.learn-more-btn:hover {
    background-color: #000;
    color: white;
}

.download-app-sec {
    background-color: white;
    padding: 8% 0 2% 0;
}
.download-app-sec .card{
    border: none;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}

.download-app-sec h2{
    font-size: 3em;
    font-weight: 600;
}


.download-app-sec .card-title {
    margin: 0;
}

.download-app-sec .card h3{
    font-weight: 700;
    padding: 20px 20px 0px 20px;
    font-size: 1.5em;
    margin: 0;
}

.download-app-sec .card i {
    font-size: 35px;
    color: #0dcaf0;
    padding: 30px 0px 0px 15px;
}

.download-app-sec img{
    float: inline-end;
    width: 90%;
}

.download-app-sec p{
    font-size: 15px;
}

.ready-to-share {
    background-color: #FFFFFF;
}

.ready-to-share h2 {
    font-size: 4em;
    font-weight: 900;
}

.power-section .gradient-circle{
    width: 450px;
    height: 450px;
    background: linear-gradient(260deg, rgba(255, 75, 110, 1) 10%, rgb(0 191 249) 80%);
    border-radius: 50%;
    z-index: 1;
}

.power-section img{
    position: absolute;
    width: 81%;
    z-index: 2;
    top: -53px;
    left: 50px;
}

.gradient-circle {
    width: 350px;
    height: 350px;
    background: linear-gradient(260deg, rgba(255, 75, 110, 1) 5%, rgb(0 165 219) 80%);
    border-radius: 50%;
    z-index: 1;
}

.phone-img {
    position: absolute;
    width: 84%;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.footer-logo {
    width: 20%;
    margin-top: 10%;
}

.footer a {
    font-size: 22px;
    cursor: pointer;
}

.footer-links{
    gap: 3em;
    padding-bottom: 30px;
}
.footer a:hover {
    color: #eb567b !important;
}

.shortties-series {
    padding: 20px;
    background-color: transparent;
    background-image: linear-gradient(225deg, #3fbcf8 0%, #eb567b 100%);
}

.shortties-series h1{
    font-size: 3rem;
    font-weight: 800;
}

.features-section {
    padding: 20px;
    background-color: transparent;
    background-image: linear-gradient(225deg, #3fbcf8 0%, #eb567b 100%);
}

.features-section h1{
    font-size: 3rem;
    font-weight: 800;
}

@media (max-width: 768px) {
    .phone-img {
        max-width: 200px;
        left: auto;
    }
    .gradient-circle {
        width: 210px;
        height: 210px;
    }
    .footer-logo {
        width: 40%;
    }
    .footer-links{
        gap: 2em;
    }
    .footer a {
        font-size: 14px;
    }
}