body{
    font-family: 'Roboto';
}

#main{
    display: inline-block;
    background-color: white;
}

#services-sec{
    background: linear-gradient(135deg, #ff7e00 0%, #111 100%);
}

#goal-sec{
    background: linear-gradient(135deg, #00a2ff 0%, #111 100%);
}

#engage-sec {
    color: white;
    background: linear-gradient(135deg, #811b01 0%, #111 100%);
}

#services-top{
    color: white;
    text-align: center;
}

#services-bottom-content,#goal-services-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.service{
    background-color: whitesmoke;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    padding: 0% 20px;
}

.service:hover{
    background-color: white;
}

.service-top{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}


.service-top img {
    width: 100px;
    object-fit: cover;
}


#about-sec{
    height: 200px;
}

#goal-sec{
    height: 700px;
}

#goal-intro{
    height: 250px;
}

#goal-intro-content{
    width: 90%;
}

#goal-intro-ti{
    width: 90%;
}

#goal-sides{
    height: 450px;
}

.env-op{
    height: 145px;
}

#goal-sec-right{
    background-color: orange;
}

#goal-sec-right-content{
    width: 95%;
    left: 5%;
}

#goal-sec h4{
    color: black;
}
.goal-ti{
    color: black;
}


#engage-lk:hover{
    background-color: white;
}
.sc-link{
    display: inline-block;
    width: 100%;
    height: 40px;
}

.sc-link-box{
    display: inline-block;
    width: 150px;
    height: 40px;
    border: 2px solid black;
    cursor: pointer;
}

.sc-link-icon{
    display: inline-block;
}

#sgi-top{
    height: 50px;
}

#contact-sec-left-content{
    display: inline-block;
    width: 90%;
    position : absolute;
    left: 10%;
    top: 50px;
}

.sc-link-ti{
    text-decoration: none;
    color: black;
}

.sc-link-icon{
    display: inline-block;
    width: 30px;
    left: 90px;
}

#about-ti{
    width: 750px;
}

@media screen and (min-width : 769px) and (max-width : 1000px){
    #contact-sec-title{
        font-size: 20px;
    }

    #contact-sec-left-ti{
        width: 90%;
    }
}

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

    #services-bottom-content,#goal-services-content{
        grid-template-columns: 1fr 1fr;
    }

    #contact-sec{
        height: 800px;
        margin-bottom: 50px;
    }

    #contact-sec-left,#contact-sec-right{
        width: 100%;
    }

    #contact-sec-left{
        text-align: center;
        height: 30%;
    }

    #contact-sec-right{
        top: 30%;
        height: 60%;
    }
    #contact-sec-right-content{
        display: inline-block;
        width: 80%;
        left: 10%;
        position: absolute;
    }
    .contact-rw,#message-rw{
        width: 100%;
    }
    #about-ti{
        width: 90%;
    }

    #goal-intro{
        height: 350px;
    }

    #goal-intro-title{
        font-size: 18px;
        white-space: normal;
        width: 90%;
    }

    #goal-sec{
        height: 1000px;
    }


    #goal-intro-ti{
        top: 30px;
        width: 98%;
        font-size: 16px;
    }

    #goal-sides{
        height: 650px;
    }

    #goal-sec-left,#goal-sec-right{
        width: 100%;
        height: 50%;
    }

    #goal-sec-right{
        top: 50%;
    }
}

@media screen and (max-width : 640px){
    #services-bottom-content,#goal-services-content{
        grid-template-columns: 1fr;
    }
}