


@media only screen and (max-width: 1000px) {
    .left-s {
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        width: 70%;
        line-height: 60px;
        color: var(--secondary-color);
        font-weight: 700;
        letter-spacing: 2px;
    }
    #ms_indicators .active {
        background: var(--secondary-color);
        margin-right: 15px;
        padding: 1px 13px;
        border: 2px solid var(--secondary-color);
    }
    #ms_indicators li {
        border: 1px solid var(--secondary-color);
        padding: 2px 13px;
        margin-right: 15px;
        height: 8px;
    }
}



@media only screen and (max-width: 992px) { 
    
#slider_caption{
    background: rgba(0,  0,   0, 0.5);
    width: 80%;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
}


#slide_right {
    float: right;
    transform: translateY(0px);
    right: 100px;
    animation-name: img_slider_lefft;
    animation-iteration-count: 1;
    animation-duration: 1.4s;
    transition: all 1s ;
    /* padding-right: 50px; */
}

@-webkit-keyframes img_slider_lefft {
    0% {
        transform: translateY(-1000px);
        opacity: 0;
    }

    25% {
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes img_slider_text_h {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }

    40% {
        opacity: 1;
        transform: translateX(-1000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-webkit-keyframes img_slider_text_p {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }

    50% {
        opacity: 1;
        transform: translateX(-1000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.slider_h {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    animation-name: img_slider_text_h;
    animation-iteration-count: 1;
    animation-duration: 2s;
    text-transform: uppercase;
    transition: all 1s ;
    transform: translateX(0px);
}

.slider_p {
    color: var(--secondary_color);
    line-height: 28px;
    padding-top: 15px !important;
    font-size: 15px;
    letter-spacing: 0.2px;
    animation-name: img_slider_text_p;
    animation-iteration-count: 1;
    animation-duration: 2.5s;
    font-weight: 400;
    transition: all 1s ;
    transform: translateX(0px);
    font-family: 'Poppins', sans-serif;
}

    #about{
        padding: 50px 0;
    }
    #services{
        padding: 50px 20px;
    }
    #gallery{
        padding: 50px 0;
    }
    #contact{
        padding: 50px 0;
    }
    .gallery_h{
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) { 
    #top_header{
        display: none;
    }
    #ms_indicators{
        bottom: 25px;
    }
    #ms_indicators li {
        border: 1px solid var(--secondary-color);
        padding: 2px 13px;
        margin-right: 15px;
        height: 7px;
    }
    .navbar-brand > img{
        height: 48px;
        padding-left: 20px;
        padding-top: 2px;
    }
   
}


@media only screen and (max-width: 664px) { 
    .slider_h {
        font-size: 25px;
        line-height: 30px !important;
    }
    .slider_p {
        font-size: 12px;
        padding-top: 0 !important;
    }
    #slider_caption{
        bottom: 15% !important;
    }

}


@media only screen and (max-width: 585px) { 

    .slider_h {
        font-size: 24px;
    }
    .slider_p {
        font-size: 10px;
        padding-top: 0 !important;
        line-height: 20px;
    }
}





@media only screen and (max-width: 500px) { 
    .slider_h {
        font-size: 22px;
    }
    .slider_p {
        font-size: 9px;
        padding-top: 0 !important;
        line-height: 18px;
    }
}
