/* Responsive area */

@media (max-width:991px) {
    .section-header p {
        width: 85%;
        line-height: 1.9;
    }
    .about-text p {
        width: 85%;
        text-align: justify;
        white-space: 10px;
        word-spacing: 3px;
        line-height: 1.2;
    }
    .single-service {
        width: 95%;
    }
    .single-service h2 {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .single-service p {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .service-content {
        flex-direction: column;
    }
    .single-about img {
        width: 90%;
    }
    .single-reviews {
        width: 95%;
    }
    .single-reviews h2 {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .single-reviews p {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .reviews-content {
        flex-direction: column;
    }
    
    .banner-text h2 {
        font-size: 15vw;
        margin-top: -60px;
    }
    #canvas1 {
        position: relative;
        font-size: 10px;
        top: -325px;
        left: 28px;
    }
    .banner-text h3 {
        position: relative;
        top: 110px;
        font-size: 5.2vw;
        margin-left: 20px;
    }
    .banner-text p {
        position: relative;
        top: 95px;
        font-size: 2.5vw;
        margin-left: 20px;
    }
    .banner-text a {
        position: relative;
        top: 80px;
        margin-left: 20px;
    }
    .single-contact a {
        text-decoration: none;
        background-image: linear-gradient(30deg, rgb(255, 129, 129), red, rgb(83, 1, 1));
        color: #fff;
        display: inline-block;
        padding: 15px 25px;
        margin-top: 25px;
        border-radius: 50px;
        text-transform: uppercase;
        margin: 10px 40%;
    }
}

@media (max-width:912px) {
    .section-header p {
        width: 85%;
        line-height: 1.9;
    }
    .about-text p {
        width: 85%;
        text-align: justify;
        white-space: 10px;
        word-spacing: 3px;
        line-height: 1.2;
    }
    .single-service {
        width: 95%;
    }
    .single-service h2 {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .single-service p {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .service-content {
        flex-direction: column;
    }
    .single-about img {
        width: 90%;
    }
    .single-reviews {
        width: 95%;
    }
    .single-reviews h2 {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .single-reviews p {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .reviews-content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .header ul li .log {
        font-size: 12px;
    }
    .header ul li a {
        margin: 0 12px;
        font-size: 10px;
    }
    .about,
    .service,
    .contact {
        padding: 35px 0;
    }
    .banner-text h2 {
        font-size: 15vw;
        margin-top: -60px;
    }
    #canvas1 {
        position: relative;
        font-size: 10px;
        top: -325px;
        left: 28px;
    }
    .banner-text h3 {
        position: relative;
        top: -130px;
        font-size: 5.2vw;
        margin-left: 20px;
    }
    .banner-text p {
        position: relative;
        top: -140px;
        font-size: 2.5vw;
        margin-left: 20px;
    }
    .banner-text a {
        position: relative;
        top: -145px;
        margin-left: 20px;
    }
    .banner {
        height: 100vh;
        width: 100vw;
        display: grid;
        place-items: center;
        text-align: center;
        background-image: url("7.png");
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 1;
    }
    .banner:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: -1;
    }
    .section-header h2 {
        font-size: 30px;
    }
    #canvas1 {
        position: relative;
        top: -260px;
        left: 0px;
    }
    .banner-text h3 {
        position: relative;
        left: -10px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: -550px;
        font-size: 6vw;
        color: #0342d6;
    }
    .banner-text p {
        font-size: 4vw;
        left: -10px;
        margin-top: 15px;
        color: #fff;
        text-transform: lowercase;
    }
    .banner-text a {
        position: relative;
        left: -10px;
    }
    .about-text h2 {
        font-size: 21px;
    }
    .about-text p {
        width: 85%;
        text-align: justify;
        white-space: 10px;
        word-spacing: 3px;
        line-height: 1.2;
        text-indent: 120px;
    }
    .single-about img {
        width: 80%;
    }
    .single-service {
        width: 100%;
        padding: 0 0 25px 0;
    }
    .single-service h2 {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .single-service p {
        line-height: 1.9;
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .single-reviews {
        width: 100%;
        padding: 0 0 25px 0;
    }
    .single-reviews h2 {
        width: 95%;
        margin-left: 10px;
        text-align: center;
    }
    .single-reviews p {
        line-height: 1.9;
        width: 95%;
        margin-left: 10px;
        text-align: justify;
    }
    .single-about img {
        width: 1200px;
    }
    .slideshow-container {
        max-width: 90%;
        position: relative;
        margin: auto;
    }
     .single-contact a {
        text-decoration: none;
        background-image: linear-gradient(30deg, rgb(255, 129, 129), red, rgb(83, 1, 1));
        color: #fff;
        display: inline-block;
        padding: 15px 25px;
        margin-top: 25px;
        border-radius: 50px;
        text-transform: uppercase;
        margin: 10px 28%;
    }
}