@media screen and (max-width:2560px) {
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
        background-color: #ddebdc;
        color: black;
    }
}
@media screen and (max-width:1026px) {
    .whatsappFixed{
        position: fixed;
        right: 32px;
        bottom: 20px;
        z-index: 999999;
    }
}
@media screen and (max-width:769px) {
    .whatsappFixed{
        position: fixed;
        right: 32px;
        bottom: 20px;
        z-index: 999999;
    }
    .fs25{
        font-size: 20px;
    }
    .fs22{
        font-size: 16px;
    }
    .fs39{
        font-size: 20px;
        font-weight: 600;
    }
    .posAbsolute{
        position: fixed;
        z-index: 999999;
        background: #000000c7;
        border-radius: 8px;
        width: 80%;
    }
    .navbar-light .navbar-nav .nav-link{
        color: white;
    }
    .contactShadow{
        height: 65px;
    }

    /*Animation*/
    .posAbsolute {
        display: inline-block;
        margin: 0 0.5rem;

        animation: backInDown ; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1s; /* don't forget to set a duration! */
    }


    @keyframes pulse {
        from {
            left: 0px;
        }
        to {
            left: 200px;
        }
    }
    /*Animation*/


    .indexProfile img {
        height: 312px;
    }
    .indexProfile h3{
        font-size: 17px;
    }

    .indexProfile h4{
        font-size: 17px;
    }
}
@media screen and (max-width:426px) {
    .whatsappFixed{
        position: fixed;
        right: 23px;
        bottom: 20px;
        z-index: 999999;
    }
    .fs25{
        font-size: 16px;
    }
    .fs22{
        font-size: 16px;
    }
    .fs39{
        font-size: 18px;
        font-weight: 600;
    }
    .fs20{
        font-size: 16px;
    }
    .posAbsolute{
        position: fixed;
        z-index: 999999;
        background: #000000c7;
        border-radius: 8px;
        width: 73%;
    }
    .navbar-light .navbar-nav .nav-link{
        color: white;
    }
/*Animation*/
    .posAbsolute {
        display: inline-block;
        margin: 0 0.5rem;

        animation: backInDown ; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1s; /* don't forget to set a duration! */
    }


    @keyframes pulse {
        from {
            left: 0px;
        }
        to {
            left: 200px;
        }
    }
    /*Animation*/


    .mobilePhoto h4{
        font-size: 16px;
    }.mobilePhoto h5{
        font-size: 16px;
    }
    .contactShadow{
        height: 50px;
    }
    .yalnizDegilsinizFont h4{
        font-size: 17px;
        /*font-weight: 600;*/
    }
    .yalnizDegilsinizFont span{
        font-size: 14px;
    }
    .indexProfile img {
        height: 312px;
    }
    .indexProfile h3{
        font-size: 17px;
    }

    .indexProfile h4{
        font-size: 17px;
    }
}
