@media(min-width:1920px)
{
    .card
    {
        height: 26rem;
    }
}
@media(max-width:1440px)
{
   .hero_card
   {
    font-size: 15px;
} 
}
@media(max-width: 1366px)
{
    .left_side h1
    {
        font-size: 48px;
    }
    .hero_card
    {
        font-size: 13px;
    }
    .card p
    {
        font-size: 16px;
    }
    #mobile
    {
        width: 500px;
    }
    .card_section_container h1
    {
        font-size: 32px;
    }
    #big
    {
        font-size: 20px;
    }
}
@media(max-width: 1192px)
{
    .left_side h1
    {
        font-size: 40px;
    }
    .card p
    {
        font-size: 16px;
    }
    .hero_card
    {
        padding-left: 40px;
        padding-right: 16px;
    }
    .content_side h1
    {
        font-size: 35px;
    }
    #big {
        font-size: 18px;
        margin-bottom: 5%;
    }
    .two_paragraphs p {
        font-size: 13px;
        margin-bottom: 3%;
    }
    .content_btn button
    {
        width: 230px;
        height: 65px;
        font-size: 14px;
    }
}
@media(max-width:1024px)
{
    .header_content
    {
        flex-direction: column;
    }
    .left_side
    {
        position: relative;
        margin-bottom: 8%;
        left: 0px;
    }
    .left_side h1{
        font-size: 50px;
    }
    .hero_card p
    {
        line-height: normal;
    }
    .right_side
    {
        width: 100%;
    }
    #mobile {
        width: 650px;
        right: 8%;
    }
    #object,#objecttwo
    {
        width: 250px;
    }
    #object
    {
        bottom: 0px;
        top: auto;
    }
    #objecttwo
    {
        top: -35%;
        bottom: auto;
    }
    #three {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .card_section_container h1
    {
        font-size: 26px;
    }
    .card p {
        font-size: 13px;
        line-height: normal;
    }
    .card
    {
        height: 16rem;
        padding: 25px;
    }
    .card_right_side img {
        width: 100%;
    }
    .content_side h1 {
        font-size: 28px;
    }
    #big {
        font-size: 15px;
        margin-bottom: 5%;
    }
    #mainp
    {
        font-size: 20px;
    }
    .ps_heading
    {
        gap: 20px;
    }
}
@media(max-width:920px)
{
    .hero_card {
        padding-left: 40px;
        padding-right: 10px;
        font-size: 14px;
    }
    #mobile{
        right: 6%;
    }
    .card {
        height: 14rem;
        padding: 20px;
        width: 48%;
    }
    .card p
    {
        font-size: 12px;
    }
    #big {
        font-size: 14px;
        margin-bottom: 5%;
    }
    .two_paragraphs p {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width:820px)
{
    #mobile {
        right: 8%;
        width: 550px;
    }
    .hero_card_container
    {
        flex-direction: column;
        gap: 20px;
    }
    .hero_card
    {
        width: 80%;
        height: 7rem;
        padding-right:0px;
        padding-left:0px;
        background: transparent;
        justify-content: space-between;
    }
    .hero_card .hero_card_paragraph
    {
        background: rgba(23, 13, 28, 1);
        padding-right:30px;
        padding-left:30px;
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
    }
    .question_mark
    {
        left: 0%;
        top: 0%;
        position: relative;
    }
    .card_section_container h1 {
        font-size: 22px;
    }
    .card
    {
        padding: 14px;
        height: 12rem;
    }
    .content_side h1 {
        font-size: 24px;
    }
    #big
    {
        font-size: 13px;
    }
    #mainp {
        font-size: 18px;
        width: 85%;
    }
}
@media (max-width: 768px)
{
    .cards
    {
        flex-direction: column;
    }
    .card
    {
        width: 32rem;
        height: 16rem;
        padding: 20px;
    }
    .card p
    {
        font-size: 14px !important;
    }
    .card_section_container p {
        font-size: 20px;
    }
    .card_section_container h1 {
        font-size: 18px;
    }
    #mobile {
        right: 10%;
        width: 450px;
    }
    .left_side h1 {
        font-size: 40px;
    }
    #hero_card_heading
    {
        font-size: 20px;
    }
    .second_last_section_container {
        flex-direction: column;
        height: auto;
    }
    .content_side
    {
        width: 90%;
        left: 0%;
    }
    .image_side
    {
        width: 100%;
    }
    .content_side h1 {
        font-size: 36px;
    }
    #big {
        font-size: 20px;
    }
    .two_paragraphs p {
        font-size: 16px;
        line-height: 20px;
    }
    .motivation {
        font-size: 15px;
    }
    .content_btn button {
        width: 250px;
        height: 65px;
        font-size: 16px;
    }
}

@media(max-width: 650px)
{
    .header{
        gap: 30px;
    }
    .header_btn
    {
        width: 40%;
    }
    .header_btn button
    {
        width: 100%;
        font-size: 14px;
    }
    .right_side
    {
        text-align: center;
    }
    #mobile
    {
        width: 90%;
        right: 0%;
    }
    .left_side {
        position: relative;
        margin-bottom: 35%;
        left: 0px;
    }
    #object {
        bottom: 0px;
        top: auto;
        display: none;
    }
    #objecttwo {
        top: 10%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 80%;
    }
    #one,#two,#three,#building
    {
        width: 100%;
    }
}
@media(max-width:550px)
{
    .left_side h1 {
        font-size: 35px;
    }
    #hero_card_heading {
        font-size: 17px;
    }
    .card {
        width: 90%;
        height: auto;
        padding: 20px;
        flex-direction: column;
    }
    .card_left_side,.card_right_side
    {
        width: 100%;
    }
    .card_right_side img
    {
        width: 80%;
    }
    #mainp {
        line-height: normal;
        font-size: 22px;
        width: 90%;
        margin: 0px auto 8% auto;
    }
    .motivation {
        font-size: 13px;
    }
    .last_section{
        height: auto;
        margin-bottom: 10%;
    }
    .ps_btn button
    {
        width: 90%;
    }
}
@media(max-width:480px)
{
    .hero_btn button
    {
        width: 90%;
        height: 70px;
        font-size: 14px;
    }
    .header_content
    {
        padding: 0px 0px;
    }
    .left_side h1 {
        font-size: 35px;
    }
    .card p {
        font-size: 16px !important;
    }
    .ps_heading img
    {
        width: 60px;
    }
    .ps_btn button
    {
        width: 80%;
        height: 70px;
        font-size: 13px;
    }
    .header_btn {
        width: 50%;
    }
    #hero_card_heading {
        font-size: 22px;
        width: 90%;
        margin: 6% auto;
        text-align: left;
    }
    .header {
        gap: 15px;
        flex-direction: column;
    }
    .hero_card
    {
        width: 90%;
        font-size: 13px;
    }
    .card_section_container h1 {
        font-size: 18px;
        width: 90%;
        margin: 5% auto;
    }
    .content_side h1 {
        font-size: 28px;
    }
    #big {
        font-size: 14px;
    }
    .two_paragraphs p {
        font-size: 13px;
        line-height: 20px;
    }
    .motivation {
        width: 90%;
        font-size: 13px;
        margin: 5% auto;
    }
    .footer_section
    {
        flex-direction: column;
        height: auto;
        padding: 30px 0px;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .left_side
    {
        width: 95%;
        margin: 0px auto 35% auto;
    }
    .left_side #h1two
    {
        text-align: left; 
    }
    .hero_card .hero_card_paragraph
    {
        padding-left: 18px;
        padding-right: 18px;
    }
    #mobilemodel
    {
        display: block;
    }
    #desktopmodel
    {
        display: none;
    }
    .motivation br,#mainp br
    {
        display: none;
    }
    #new
    {
        display: block !important;
    }
}
@media (max-width:395px)
{
    .header_btn 
    {
        width: 70%;
    }
}
@media (max-width:375px)
{
    .left_side h1 {
        font-size: 25px;
    }
    #big {
        font-size: 13px;
    }
    .question_mark
    {
        width: 38px;
        height: 38px;
    }
    .hero_card .hero_card_paragraph
    {
        width: 85%;
    }
    .content_side h1 {
        font-size: 22px;
    }
}
@media (max-width:350px)
{
    .left_side h1 {
        font-size: 30px;
    }
    #big {
        font-size: 12px;
    }
}