/* Reset */
* {
    padding: 0;
    margin: 0;
  }

/* General styles */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
  }

header{
    background-color:white;
    color: #999999;
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;

}
h1{
    margin: 1rem 0 0;
    color: #e98f15;
    position:absolute;
    left:2rem;
    top:0;
    line-height: 1.6;
    background-image: url("../images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 238px;
    text-indent: -9999px;
}
.nav-link{
    position:absolute;
    right:3vw;
    top:0;
    line-height: 80px;
}

.nav-link a{
    display:inline;
    margin-right: 4vw;
}

.menu-btn {
    justify-content: right;
    margin: 20px 10px 10px;
}

.nav-link a,
.menu-btn a {
    color: #999999;
    text-decoration: none;
}

.nav-link a:hover {
    color: rgba(35,112,200,1);
    text-decoration: underline;
}

.menu-btn,
.nav-link-list-ul
{
    display: none;
}
.nav-link-list {
    display: none;
    position: absolute;
    top: 60px; 
    right: 0;
    width: 9rem;
    margin-right: 1rem;
    background-color: white;
    z-index: 1000;
}
.nav-link-list ul {
    padding-top: 1rem;
    list-style: none;
    box-shadow: 0 -1px 0 rgba(100, 100, 100, 0.1);
    margin-bottom: 0;
}
.nav-link-list-ul {
    list-style: none;
    padding: 1rem;
    margin: 15px 0 0;
}
.nav-link-list-ul a {
    color:rgba(160,168,178,1);
    text-decoration: none;
}

.nav-link-list-ul a:hover {
    color:#2370c8 ;
    text-decoration: none;
}

.nav-link-list-ul li {
    margin-bottom: 1rem;
}

.nav-link-list-ul li:last-child {
    margin-bottom: 0;
}

.banner div {
    background-color:white;
    padding: 2rem 0;
  }

footer {
    background-color: #f2f9ff;
    color: #b7b7b7;
    text-align: center;
    padding: 0.5rem 0;
  }

/* index page */
.banner{
    color:white;
    height:65vh;
    background-image: url("../images/banner 1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 2rem;
    margin-top: 3rem;
}

.banner h2{
    width:550px;
    font-size: 48px;
    color: rgba(255,255,255,1);
    margin-top: 1rem;
}
.banner p{
    width:443px;
    color: rgba(255,255,255,1);
    margin-bottom: 2rem;
}

.banner a, .info a{
    width:150px;
    color: white;
    text-decoration: none;
    border: none;
    padding: 1rem 2rem;
    border-radius: 1.5rem;
    background-color: #2370c8;
}
.banner a:hover, .info a:hover{
    color:#2370c8 ;
    border: none;
    background-color: #e5f3fe;
}

.servicestitle h4{
    color: #2370c8;
    text-align: center;
    margin-top: 3rem;
}
.servicestitle h3{
    color: #262a4e;
    text-align: center;
    margin: 0 2rem 2rem;
    font-size: 32px;
}
.services{
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
}
.services div{
    width: 31%;
    height: 240px;
    border: 3px #cfeaff solid;
    background-color: #e5f3fe;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services img{
    width: 60px;
    height: 60px;
    margin: 0.5rem 0;
}

.services h3{
    color: #262a4e;
    margin-bottom: 1rem;
}
.services p{
    color: #646464;
}
.aboutus, .contact-m {
    padding: 2rem;
    background-color:white;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-container, .img-contact-container{
    width: 100%;
    max-width: 500px;
    height: auto;
}
.img-container img,.img-contact-container img{
    width:100%;
    height:auto;
}

.info{
    left:50%;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.info h4{
    color: #2370c8;
}
.info h3{
    font-size: 32px;
    color: #262a4e;
    margin: 1rem 0;
}
.info p{
    color: #646464;
    margin-bottom: 1rem;
}

/* about us page */
.banner-about, .banner-services{
    color:white;
    margin-top: 3rem;
    height:65vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
}
.banner-about{
    background-image: url("../images/Group 113.jpg");
}

.banner-services{
    background-image: url("../images/Group 131.jpg");
}

.banner-about h2, .banner-services h2{
    color: rgba(255,255,255,1);
    font-size: 48px;
    text-align: center;
}

.Who-about{
    background-color:white;
    margin: 2rem 3rem 0;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center; 
}
.Who-title{
    color: #262a4e;
    width: 100%;
    text-align: left;
}
.APIServices{
    background-color:white;
}
.MobileServices{
    background-color:#f2f9ff;
}
.RDServices{
    background-color: rgba(55, 130, 215, 0.34)

}
.Who-content {
    background-color:white;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-about-container{
    width: 100%;
    max-width: 500px;
    height: auto;
}
.img-about-container img{
    width:100%;
    height:auto;
}
    
.info-content{
    left:50%;
    margin: 0 3rem;
}

.info-content p{
    color: #646464;
    text-align: left;
    line-height: 2em;
}
.wish{
    height:fit-content;
    background-color: #2370c8;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.goal{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin:1rem;
}

.img-goal{
    width: 60px;
    min-width:48px; 
    margin: 2rem 1rem;    
}
.img-goal img{
    width:100%;
    height: auto;
    overflow: hidden;
}
.info-goal{
    display:flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.info-goal h5{
    color: white;
    font-size: 20px;
}
.info-goal p{
    color: white;
    text-align: left;
    line-height: 2em;
}

.MV{
    height: 220px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 8rem;
}
.mission, .vision{
    width: 40%;
    min-width: 330px;
    height: 160px;
    border: none;
    border-radius: 15px;
    background-color: #f2f9ff;
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: center;
}

.img-M ,.img-V {
    width: 50px;
    height: 50px;
    margin: 1rem;
}

.img-M img,.img-V img{
    height: 100%;
    width: auto;
    overflow: hidden;
    margin-right: 1rem;
}

.info-M, .info-V {
    display:flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.info-M h5,.info-V h5{
    color: #262a4e;
    font-size: 20px;
}
.info-M p,.info-V p{
    color: #262a4e;
    text-align: left;
    line-height: 2em;
}

/* services page */

.APIServices,.MobileServices,.RDServices {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.img-APIServices-container,.img-MobileServices-container,.img-RDServices-container{
    width: 327px;
    height: 210px;
    margin: 2rem;
    text-align: center;
}

.img-APIServices-container img,.img-MobileServices-container img,.img-RDServices-container img{
    width: 100%;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}
.img-APIServices-container span,.img-MobileServices-container span,.img-RDServices-container span{
    width:0;
    height:100%;
    vertical-align: middle;
    display:inline-block;
}

.info-Mobile-content,.info-API-content,.info-RDServices-content,.info-contact-content{
    width: 80%;
}
.info-Mobile-content p,.info-API-content p,.info-RDServices-content p{
    width: 100%;
    color: #646464;
    line-height: 2em;
    text-align: left;
}

.info-Mobile-content h3,.info-API-content h3,.info-RDServices-content h3{
    color: #262a4e;
    width: 100%;
    font-weight: Medium;
    font-size: 24px;
    opacity: 1;
    text-align: left;
}


/* contact page */
.banner-contact{
    color:white;
    margin-top: 3rem;
    height: 65vh;
    background-image: url("../images/Group 109.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items:left;
    justify-content: center;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

.banner-contact h2{
    width: 550px;
    color: rgba(255,255,255,1);
    font-weight: Medium;
    font-size: 48px;
}
.info-contact-content div{
    width:100%;
    text-align: :left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.img-contact-container {
    width: 365px;
    margin: 2rem;
    text-align: center;
}

.Email img, .Address img, .Twitter img {
    width: 40px;
    height: 40px;
    margin: 1rem;
}

.Email p{
    color: rgba(63,140,227,1);
    font-size: 18px;
    text-align: left;
    line-height: 2em;
    text-decoration: underline;
}
.Address p, .Twitter p{
    color: #262a4e;
    font-size: 18px;
    text-align: left;
    line-height: 2em;
}

.contact-intro p{
    color: #262a4e;
    font-size: 24px;
    text-align: left;
    line-height: 2em;
    margin:2rem; 
    line-height: 1.4;  
}
.contact-m {
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* responsive */
@media screen and (max-width: 1024px) {
     .banner h2{
        width: 443px;
        font-size: 40px;
        position: relative;
        left: 2rem;
    }

    .banner p{
        position: relative;
        left: 2rem;        
    }

    .services{
        flex-direction: column;
        height: 800px;
        background-color: white;
    }
    .services div{
            width:100%;
            padding: 0px 1rem;
        }
    .services h5{
        width: 100%;
    }
    .services p{
        width: 100%;
    }

    .aboutus, .APIServices {
        flex-direction: column;
        height: auto;
        background-color: white;
    }
    .aboutus div{
        width:100%;
    }

    .img-container img{
        left: 50%;
        width:100%;
        height: auto;
        padding: 0px 0px 1rem;
    }
    .info{
        left: 50%;
        width: 100%;
        padding: 40px 0;
    }

    .info h4{
        font-size: 16px;
        width: 100%;
    }
    .info h3{
        width: 100%;
    }
    .info p{
        font-size: 16px;
        width: 100%;
    }
    .info a{
        position: relative;
        top: 1rem;
        font-size: 14px;
        padding: 10px 25px;
    }

    
footer{
    height: 40px;
}

/* about us page */
.banner-about h2, .banner-services h2{
    font-size: 40px;
}

.Who-content{
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items:center;
    justify-content: center; 
}
.img-about-container{
    padding: 1rem 0px;
} 

.info-content{
    width: 100%;
    padding: 1rem;
}

.MV{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 6rem 2rem;
}
.mission, .vision{
    width: 70%;
    height: auto;
    padding:1rem;
    margin: 1rem 0;
}

/* services page */
.APIServices,.MobileServices,.RDServices {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}    

.info-Mobile-content h3,.info-API-content h3,.info-RDServices-content h3{
    text-align: center;
    font-size: 18px;
}

/* contact page */
.banner-contact h2{
    font-size: 40px;
}

.contact-intro{
    width:auto;
}

.contact-m {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 798px) {

    .nav-link {
        display: none;
    }
    
    .menu-btn {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    
    .menu-btn-open {
        padding: 5px 0;
        width: 25px;
        height: 3px;
        background: #aaaaaa;
        background-clip: content-box;
        border-top: 3px solid #aaaaaa;
        border-bottom: 3px solid #aaaaaa;
    }
    
    .menu-btn-close {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    
    .menu-btn-close::before,
    .menu-btn-close::after {
        position: absolute;
        content: ' ';
        background-color: #aaaaaa;
        width: 30px;
        height: 3px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    
    .menu-btn-close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    }
/* responsive cellphone */
@media screen and (max-width: 465px){
    header h1{
        left: 0%;
        transform: translateX(0);
    }
    .banner{
        padding-left: 0;
    }
    .banner h2{
        width: 280px;
        font-size: 25px;        
    }

    .banner p{
        width: 280px;     
    }
    .banner a{
        font-size: 12px;
    }
    .aboutus h3,.Who-title h3{
        font-size: 20px;
    }
    .banner, .banner-about, .banner-services, .banner-contact{
        height: 40vh;
    }
    .banner-about h2, .banner-services h2{
        font-size: 25px;
    }

    /* about page */
    .wish{
        padding: 0;
    }
    .goal{
        width: 100%;
        margin:1rem 0 0;
    }
    .MV{
        padding:0;
    }

    /* contact page */
    .banner-contact h2{
        width: 100%;
        font-size: 25px;       
    }
    .img-contact-container {
        margin: 0 2rem 2rem;

    }
    .info-contact-content p{
        line-height: 1.4rem;
    }

    footer {
        font-size: 14px;
      }
}

}
