body{
    width: 100%;
    background-color: #613F97;
}
h1, h2, h3, h4, h5{
    font-family: 'Roboto', sans-serif;
}
ul{
    padding-left: 15px;
}
.main-text{
    margin-bottom: 50px;
}
/* ==== Header Section Start === */
.header-container {
    padding: 20px;
    z-index: 2;
}
.header-container img{
    max-width: 50%;
}
.header-container .navigation{
    text-align: right;
}
.header-container .navigation .button {
    padding: 10px 15px;
    background-color: #B9D666;
    color: #056839;
    border-radius: 30px;
    text-decoration: none;
}
/* ==== Header Section End === */


/* ==== Welcome Section Start === */
.welcome-screen {
    max-width: 100%;
    overflow-x:hidden ;
}
.welcome-text {
    margin: auto;
    margin-top: 50px;
}

.welcome-text h1 {
    color: white;
    font-size: 4rem;
}

.welcome-text p {
    color: #F3ED79;
}
/* ==== welcome Section End === */


/* ==== About Section Start === */
.about-work{
    background-color: #F3ED79;
    padding: 100px 0;
}
.about-work .text h1{
    color: #613F97;
}
.about-work .text p{
    color: #631516;
}
.about-work img{
    max-width: 70%;
}
/* ==== About Section end === */


/* ==== Products Section Start === */
.our-products{
    background-color: #F068A6;
    padding-bottom: 0;
}
.our-products .text h1{
    color: #F3ED79;
}
.our-products .text p{
    color: white;
    text-align:justify;
    font-size:1.3rem;
}
.our-products .text p strong{
    font-weight:bolder;
}
.our-products img{
    position: relative;
    top: 7px;
}

.Product-1 h2, .Product-2 h2, .Product-3 h2 {
    margin-bottom: 30px;
}
.Product-1 p, .Product-2 p, .Product-3 p {
    text-align: justify;
    font-size:1.3rem;
}
.Product-1 a, .Product-2 a, .Product-3 a {
    margin-top: 20px;
    padding: 10px 20px;
}


.Product-1 h2{
    color: #f5ee78;
}
.Product-1 .in-text{
    color: #613F97;
}

.Product-2 h2 {
    color: #f5ee78;
}
.Product-2 .in-text{
    color: #FFFFFF;
    font-size:1.3rem;
}

.Product-3 h2 {
    color: #f5ee78;
}
.Product-3 .in-text{
    color: white;
    font-size:1.3rem;
}
.knw-btn {
    text-align: left;
}
/* ==== Product Section end === */


/* ==== Mission Section Start === */
.core-team{
    background-color: #603E97;
}
.core-team p{
    color:#B9D666;
}
/* ==== Mission Section end === */


/* ==== Contact Section Start === */
.contact{
    background: #F068A6;
}
.contact .text h1{
    color: #F3ED79;
}
.contact .text p{
    color: white;
}
.contact .text p>a{
    text-decoration: none;
    color: #f3ed79;
}
.contact-form{
    margin-top: 50px;
}
.contact-form .form-group{
    margin: 50px 0;
}
.contact-form input{
    background: transparent;
    border: none;
    color: white;
    width: 100%;
    padding: 5px 10px;
}
.contact-form input:focus{
    outline: none;
}
.contact-form span{
    color: white;
    position: relative;
    top: 5px;
    left: 12px;
}
.contact-form hr{
    color: #f3ed79;
    margin-top: 4px;
    opacity:1;
}
/* ==== Contact Section end === */

@media (max-width:700px){
    p, ul, li, input{
        font-size: 1.1rem;
    }
    .our-products .text p{
        font-size:1.1rem;
    }
    .main-text {
        margin-bottom: 20px;
    }
    .header-container .navigation {
        text-align: center;
        margin-top: 30px;
    }
    .header-container .navigation .button {
        padding: 10px 15px;
        background-color: #B9D666;
        color: #056839;
        border-radius: 30px;
        text-decoration: none;
    }
    .welcome-text {
        margin: auto;
        margin-top: 50px;
    }
    .welcome-text h1 {
        color: white;
        font-size: 2rem;
    }
    .welcome-text p {
        text-align: center;
        padding: 0 20px 10px 20px;
    }
    .Product-1 h2, .Product-1 h6,
    .Product-2 h2, .Product-2 h6,
    .Product-3 h2, .Product-3 h6 {
        text-align: center;
    }
    .Product-1 a,
    .Product-2 a,
    .Product-3 a {
        margin-left: 0;
        margin-top: 20px;
        padding: 10px 20px;
        text-align: center;
    }
    .knw-btn{
        text-align: center;
    }
    .copy {
        color: #613F97;
        padding: 20px 50px;
        background-color: #B9D666;
        text-align: center;
    }
    .copy .social-links {
        text-align: center;
    }
}