body {
    font-family: Montserrat-Bold;
}

main-image {
    position: relative;
}

.main-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    margin: 0;
    font-family: Montserrat-Bold;
}
.main-heading1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    margin: 0;
    font-family: Montserrat-Bold;
}

.header-img {
    width: 100%;
    height: auto;
}

.about-h {
    font-family: Montserrat-Bold;
}

.about-footer-social {
    display: flex;
    justify-content: start;
}

.main-para-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.main-para1 {
    text-align: center;
    font-family: Montserrat-Medium;
    font-size: 17px;
   
}

.main-para2 {
    
    font-family: Montserrat-Medium;
    font-size: 17px;
    
}

.service-video-section>h4 {
    font-family: Montserrat-SemiBold;
}

.animations-video-container {
    display: flex;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #e2dada;
    padding: 20px;

}



@media screen and (max-width: 480px) {
    .service-video-section>h4 {
        text-align: center;
        font-size: 28px;
    }

    .animations-video-container {
        width: 90%;
        border: 1px solid #e2dada;
    }

    .main-para-container {
        width: 100%;
    }

    .header-img {
        height: 200px;
    }
    .main-heading1{
        font-size: 25px;
    }
}


@media screen and (max-width: 375px)  {
    .service-video-section>h4 {
        text-align: center;
        font-size: 28px;
    }

    .animations-video-container {
        width: 80%;
        border: 1px solid #e2dada;
    }

    .main-para-container {
        width: 100%;
    }

    .header-img {
        height: 200px;
    }
    .main-heading1{
        font-size: 25px;
    }
}

/* @media screen and (max-width: 480px) {
    .service-video-section>h4 {
        text-align: center;
        font-size: 28px;
    }

    .animations-video-container {
        width: 100%;
    }

    .main-para-container {
        width: 100%;
    }

    .header-img {
        height: 200px;
    }
    .main-heading1{
        font-size: 25px;
    }
} */



/* @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3){
    .service-video-section>h4 {
        text-align: center;
        font-size: 28px;
    }

    .animations-video-container {
        width: 100%;
    }

    .main-para-container {
        width: 100%;
    }

    .header-img {
        height: 200px;
    }
    .main-heading1{
        font-size: 25px;
  }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3){
    .service-video-section>h4 {
        text-align: center;
        font-size: 28px;
    }

    .animations-video-container {
        width: 100%;
    }

    .main-para-container {
        width: 100%;
    }

    .header-img {
        height: 200px;
    }
    .main-heading1{
        font-size: 25px;
  }
}
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2){
    .service-video-section>h4 {
        text-align: center;
        font-size: 28px;
    }

    .animations-video-container {
        width: 100%;
    }

    .main-para-container {
        width: 100%;
    }

    .header-img {
        height: 200px;
    }
    .main-heading1{
        font-size: 25px;
  }
} */