  section.common-section{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100vh;
        color: black;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        z-index: 1;
        padding: 10px;
        background-color: #3383db17;
    }

    .main-heading{
        font-size: 170px;
        margin: 0px;
         color: #121212; 
        /* text-shadow: 2px 7px 5px rgb(0 0 0 / 30%), 0px -4px 10px rgb(255 255 255 / 30%); */
        height: auto;
        margin: 0;
        line-height: normal;
        height: 200px;
    }

    .main-title{
        font-size:25px;
        margin: 0px;
    }
    .sub-heading-text{
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .main-btn a{
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #3383db;
        padding: 5px 20px;
        border-radius: 50px;
        font-size: 16px;
        background-color: #3383db;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        color:white;
        transition: all 0.3s ease-in-out;
        opacity: 0.8;
    }
    .main-btn a:hover{
        opacity: 1;
        -webkit-box-shadow: 0px 5px 20px #0000004a;
                box-shadow: 0px 5px 20px #0000004a;
    }

    @media (max-width:576px){
        section p br{
            display: none;
        }

        .main-heading{
            font-size: 140px;
        }
    }

    



.main-heading.ty-Blue{
    font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 150px;
    color: #3383db;
}

.main-heading.ty-Blue strong{
   text-align: center;
   display: block;
}

.main-btn.b-home{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .main-heading.ty-Blue{
        font-size: 125px;
        height: 170px;
    }
}

@media screen and (max-width: 676px) {
    .main-heading.ty-Blue{
        font-size: 100px;
        height: 140px;
    }
}

@media screen and (max-width: 476px) {
    .main-heading.ty-Blue{
        font-size: 75px;
        height: 110px;
    }
}

@media screen and (max-width: 376px) {
    .main-heading.ty-Blue{
        font-size: 65px;
        height: 90px;
    }
}
