.intro {
    height: 746px;
    background-color: #7C1818;
    background-image: url(/img/effects.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.square {
    margin: auto;
    width: 1080px;
    height: 500px;
    display: flex;
    flex-direction: row;

}

.left-intro {
    width: 49%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 0px;
    margin-left: 0px;
}

.left-intro h1 {
    font-size: 64px;
    color: white;
    margin: 2px 0px 2px 0px;
}

.left-intro h2 {
    font-size: 42px;
    color: white;
    margin: 2px 0px 2px 0px;
}

.left-intro h3 {
    font-size: 24px;
    color: #EE9E9E;
    margin: 2px 0px 2px 0px;
    font-weight: 300;
}

.left-intro #greenbutton {
    width: 417px;
    height: 52px;
    color: white;
    /*background-color: #33B249;*/
    background-color: #2a933c;
    display: flex;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin: 15px 0px 10px 0px;
}

.left-intro #greenbutton:hover {
    /*background-color: #258a36;*/
background-color: #227a31;
}

.left-intro #greybutton {
    width: 310px;
    height: 52px;
    color: white;
    background-color: #262626;
    display: flex;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin: 10px 0px 15px 0px;
}

.left-intro #greybutton:hover {
    background-color: #1c1c1c;
}

.right-intro {
    width: 40%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    
}

.right-intro .image {
    z-index: 0;
    position: absolute;
    height: 643px;
top: 103px;

}


.background {
    position: absolute;
    opacity: 0;
    z-index: 0;
     overflow: hidden;
}

.space {
    height: 1000px;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 1400px) {
    .intro {
        height: 600px;}
    #img1 {
    z-index: 0;
    position: absolute;
        top:100px;
    height: 500px;
}
    .left-intro h1 {
    font-size: 48px;
    color: white;
    margin: 2px 0px 2px 0px;
}

.left-intro h2 {
    font-size: 32px;
    color: white;
    margin: 2px 0px 2px 0px;
}

.left-intro h3 {
    font-size: 16px;
    color: #EE9E9E;
    margin: 2px 0px 2px 0px;
    font-weight: 300;
}
    .left-intro #greenbutton {
        width: 333.6px;
    height: 41.6px;
font-size: 19.2px;
    }
    .left-intro #greybutton {
            width: 223.2px;
    height: 41.664px;
   font-size: 19.2px;
    }
    .square {
        width: 65%;}
}


@media only screen and (max-width: 1080px) {
    .square {
        width: 100%;
        height: 500px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .intro{
        height: 500px;
    }
    .right-intro{
        display: none;
    }
    .left-intro{
        width: auto;
    }
}
@media only screen and (max-width: 1080px) {
    .left-intro{
        width: auto;
    }
    .intro{
        background-image: url(/img/effects2.png);
    }
}
@media only screen and (max-width: 650px){
        .intro{
        background-image: url(/img/effects3.png);
            background-image: url(/img/backgroundmobile.webp);
            background-size:cover;
            height: 500px;
    }
    .square{
        height: 500px;
    }
    .left-intro h1 {
        font-size: 36px;}
    .left-intro h2 {
        font-size: 24px;
    margin-top: 56px;}
    .left-intro h3 {
        font-size: 16px;}
    .left-intro #greenbutton {
    width: 300px;
        height: 40px;
    font-size: 18px;}
    .left-intro #greybutton { width: 300px;
        height: 40px;
    font-size: 18px;}
    .left-intro #greenbutton {
        margin-bottom: 0;
}
}