/* Border Radius of all containers */
.ImgContainer,.trialSection,.formContainer{
    border-radius: 10px;
}


/* Pale Blue Card with Icon in top middle */
.cardSectionCard{
    background-color: #ebf2f86a;
    border-radius: 10px;
}

.infoIcon{
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: -20px;
}

/* All the Features Section Cards */
.featureIcon{
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: -40px;
}

.cardSectionTopic{
    font-size: 45px;
    margin-bottom: -45px;
}


/* Contact For Bullets */
.bulletInfo{
    list-style: disc;
}

.packageHero{
    mix-blend-mode: overlay;
}

.heroInfo{
    font-size: 18px;
}



 /* Package */
 .softwareName{
    font-weight: 800;
    color: black;
 }




/*
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/






/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .heroTopic{
        font-size: 60px;
        margin-top: 20px;
    }

    .cardSectionTopic{
        font-size: 35px;
        margin-bottom: -30px;
    }
    .trialTopic{
        font-size: 35px;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .heroTopic{
        font-size: 50px;

    }


}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    .heroTopic{
        font-size: 60px;
    }
    .deviceImg{
        margin-top: -65px;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
   .packageHero{
    border-radius: 10px;
   }

   .heroTopic{
        font-size: 70px;
    }
    .deviceImg{
        margin-top: -75px;
    }
    .trialTopic{
        font-size: 45px;
    }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
    .packageHero{
        border-radius: 10px;
    }

    .heroTopic{
        font-size: 70px;
    }
    .deviceImg{
        margin-top: -75px;
    }
    .trialTopic{
        font-size: 45px;
    }
    .heroContainer{
        border-radius: 10px;
    }
}

