@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Lato:wght@700&family=Roboto:ital,wght@0,100;0,400;1,100;1,300&display=swap');

body{
    background-color: #f6f6f6;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.cookies-banner{
    display: flex;
    position: absolute;
    background-color: #559ae8;
    width: 280px;
    bottom: 2%;
    flex-direction: column;
    left: 1%;
    align-items: center;
    position: fixed;
    border-radius: 5px;
    padding: 10px;
    z-index: 111;
}

.cookie-text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #f6f6f6;
    font-family: 'Lato',sans-serif;;
}

.cookie-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.cookie-img img{
    display: flex;
    width: 60px;
    height: 50px;
}

.cookie-as{
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.cookie-as a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #001345;
    padding: 5px 30px;
    text-decoration: none;
    color: white;
    font-family: 'Lato',sans-serif;
}

.cookie-as a:hover{
    background-color: #559ae8;
}

.myalert{
    display: flex;
    width: 200px;
    background-color: #559ae8;
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    align-items: center;
    position: absolute;
    top: 14%;
    transition: 1s;
    right: 2%;
    position: fixed;
    display: none;
    font-family: 'Lato',sans-serif;
    justify-content: center;
    z-index: 1000;
}


#navbar{
    display: flex;
    height: 70px;
    background-color: white;
    padding: 5px 0;
    padding-left: 8%;
    align-items: center;
    justify-content: space-between;
}

.navbar-fixed{
    top: 0;
    position: fixed;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 2s;
    box-shadow: 0px 1px 0 1px #001345;
    z-index: 1;
}

.nav-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 10%;
}

.nav-logo a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.logo{
    display: flex;
    height: 90%;
}

.nav-middle{
    display: flex;
    width: 55%;
    align-items: center;
    gap: 5%;
}

.nav-bars{
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: none;
}

.nav-bars img{
    display: flex;
    width: 100%;
    height: 100%;
}

.mynav-link{
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #001345;
    flex-direction: column;
    position: relative;
}

.mynav-link a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #001345;
}

.nav-dropdown{
    display: flex;
    position: absolute;
    background-color: white;
    flex-direction: row;
    top: 100%;
    align-items: flex-start;
    padding: 0;
    padding-top: 20%;
    gap: 10px;
    flex-direction: row;
    padding: 10px 10px;
    display: none;
    z-index: 2;
}

.mynav-link:hover .nav-dropdown{
    display: flex;
}

.dropdown-row{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 5px 5px;
    min-width: 190px;
}


.dropdown-row a{
    display: flex;
    text-decoration: none;
    padding: 10px 0;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    border-bottom: 2px solid #f6f6f6;
    width: max-content;
    width: 100%;
    margin: 10px 0;
    transition: 2s;
    font-family: 'Roboto', sans-serif;
}

.dropdown-row a:hover{
    border-bottom: 2px solid #559ae8;
    transition: 2s;
}

.hero-section{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #f6f6f6;
    min-height: 550px;
    background-image: url('../images/home-top-top.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-color: #001345;
    padding-top: 2%;
    padding-bottom: 2%;
}

.left-hero{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.right-hero{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.myText{
    display: flex;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 24px;
    padding: 20px 15%;
    background-color: #559ae8;
    border-radius: 30px;
    box-shadow: 1px 10px 10px 20px #001345;
}

.do-list{
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 80%;
    margin-top: 10px;
    padding: 10px;
    padding-top: 20px;
    flex-wrap: wrap;
}

.li{
    display: flex;
    flex-direction: row;
    margin: 20px 10px;
    flex-wrap: wrap;
    align-items: center;
}

.list{
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    border-radius: 20px;
}

.mark{
    display: flex;
    width: 100%;
    height: 100%;
}

.list-name{
    display: flex;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 18px;
}

.whyImg{
    display: flex;
    width: 60%;
    height: 60%;
}

.our-service{
    display: flex;
    width: 100%;
    background-color: #f6f6f6;
    min-height: 660px;
    background-image: url('../images/image.png');
    background-position: top;
    background-repeat: no-repeat;
    background-color: #001345;
    padding-top: 18%;
    padding-bottom: 6%;
    flex-direction: column;
}

.service-header{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.service-header span{
    display: flex;
    font-family: 'Roboto',sans-serif;
    font-size: 28px;
    color: white;
}

.service-header p{
    display: flex;
    width: 5%;
    height: 3px;
    background-color: white;
}
.service-items{
    display: flex;
    margin-top: 5%;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}

.service-item{
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 280px;
    background-color: #f6f6f6;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0 10px;
    cursor: pointer;
}

.item-logo{
    display: flex;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.itemImg{
    display: flex;
    width: 100%;
    height: 100%;
}

.item-title{
    display: flex;
    font-family: 'Lato',sans-serif;
    color: #001345;
    margin: 10px 0;
    font-size: 18px;
    text-align: center;
}

.item-detail{
    display: flex;
    font-family: 'Lato',sans-serif;
    color: #001345;
    font-size: 14px;
    text-align: center;
    opacity: .5;
    margin: 5px 5px;
}

.item-btn{
    display: flex;
    margin: 15px 0;
}

.item-btn a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border: 1px solid #559ae8;
    color: #001345;
    padding: 10px 20px;
    font-family: 'Roboto',sans-serif;
    display: none;
}

.item-btn a:hover{
    background-color: #559ae8;
    color: #f6f6f6;
    transition: 1s;
}

.service-footer{
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 5%;
    margin-right: 6%;
}

.service-footer a{
    display: flex;
    text-decoration: none;
    gap: 5px;
}

.service-footer a:hover{
    gap: 6px;
    transition: 2s;
}

.service-footer a span{
    font-family: 'Lato',sans-serif;
    color: white;
    opacity: .6;
    font-size: 15px;
}

.service-footer a span:hover{
    opacity: 1;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
  
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.testimonial{
    display: flex;
    width: 100%;
    background-color: #f6f6f6;
    min-height: 660px;
    background-image: url('../images/Home-center-faded-background-right-overlay.svg');
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 6%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10%;
}

.monial-header{
    display: flex;
    width: max-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.monial-header span{
    display: flex;
    font-family: 'Roboto',sans-serif;
    font-size: 28px;
    color: #001345;
}

.monial-header p{
    display: flex;
    width: 35%;
    height: 3px;
    background-color: #001345;
}

.monial-list{
    display: flex;
    width: 80%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3% 10px;
}

.monial-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    border: .5px solid #f6f6f6;
    height: 350px;
    gap: 10px;
    margin: 10px 2%;
    padding: 20px 0;
    background-color: white;
    box-shadow: 1px 1px 1px 1px #f6f6f6;
}

.monial-text{
    display: flex;
    width: 85%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #559ae8;
}

.monial-caption{
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    color: #001345;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.monial-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin-top: 10%;
}

.monial-image img{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 75px;
}

.key-customers{
    display: flex;
    width: 100%;
    background-color: white;
    min-height: 700px;
    background-image: url('../images/home-top-top.svg');
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 8%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6%;
}

.project-list{
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 5%;
    padding-top: 6%;
    align-items: center;
}

.project-item{
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 280px;
    margin-top: 5%;
    border: 2px solid #f6f6f6;
    border-radius: 5px;
    background-color: #f6f6f6;
    box-shadow: 2px 2px 2px 2px #f6f6f6;
}

.project-img{
    display: flex;
    width: 50%;
    height: 100%;
    background-color: #001345;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    justify-content: center;
    align-items: center;
}

.project-img img{
    display: flex;
    width: 100%;
    height: 90%;
    margin-left: 2%;
    border-radius: 10px;
}

.project-right{
    display: flex;
    flex-direction: column;
    padding-top: 1%;
    padding-left: 20px;
    width: 50%;
}

.project-title{
    display: flex;
    margin: 10px 10px;
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    color: #001345;
}

.project-desc{
    display: flex;
    margin: 10px 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #001345;
}

.project-btn{
    display: flex;
    margin: 25px 10px;
}

.project-btn a{
    display: flex;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #559ae8;
    color: white;
    font-family: 'Roboto',sans-serif;
}

.project-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
}

.project-footer a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #001345;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-shadow: 1px 1px 1px 1px #001345;
}

.get-started{
    display: flex;
    width: 100%;
    background-color: #f6f6f6;
    min-height: 660px;
    background-image: url('/assets/images/Home-center-faded-background-left-overlay.svg');
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 5%;
    flex-direction: row;
}

.starter-left{
    display: flex;
    width: 50%;
}

.starter-left img{
    display: flex;
    width: 90%;
    height: 80%;
    border-radius: 5px;
    margin-left: 3%;
    box-shadow: 2px 1px 2px 1px #f6f6f6;
}

.starter-right{
    display: flex;
    width: 50%;
    padding: 10px 20px;
    flex-direction: column;
    gap: 15px;
}

.starter-header{
    display: flex;
    font-family: 'Lato',sans-serif;
    color: #001345;
    font-size: 28px;
    margin-bottom: 10px;
}

.starter-desc{
    display: flex;
    font-family: 'Roboto',sans-serif;
    color: #001345;
    font-size: 18px;
    margin-bottom: 10px;
    width: 80%;
}

.starter-form{
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
}

.form_preloader{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2px;
    justify-content: center;
    align-items: center;
    margin-left: 2%;
    margin-top: -10%;
    display: none;
}

.form_preloader img{
    display: flex;
    width: 40%;
    height: 50%;
}

.form-row{
    display: flex;
    width: 100%;
    margin: 10px 0;
    gap: 20px;
}

.inputField{
    display: flex;
    width: 45%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #559ae8;
    padding: 10px;
    font-family: 'Roboto',sans-serif;
    color: #001345;
}

.textarea{
    display: flex;
    width: 90%;
    border: 1px solid #559ae8;
    border-radius: 5px;
    padding: 10px;
}

.starter-btn{
    display: flex;
    align-self: flex-end;
    margin: 8% 4%;
}

.sender-btn{
    display: flex;
    text-decoration: none;
    padding: 10px 25px;
    background-color: #559ae8;
    color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
}

.myfooter{
    display: flex;
    width: 100%;
    background-color: #001345;
    min-height: 600px;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 10%;
    flex-direction: column;
    flex-wrap: wrap;
}

.top-footer{
    display: flex;
    flex-direction: row;
}

.middle-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10%;
}

.footer-col{
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-col2{
    display: flex;
    width: 30%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 300px;
}

.footer-row{
    display: flex;
    width: 80%;
}

.footer-row span{
    display: flex;
    font-family: 'Lato',sans-serif;
    color: white;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer-row a{
    display: flex;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    color: white;
    font-size: 16px;
}

.footer-col2 img{
    display: flex;
    width: 150px;
    height: 80px;
}

.footer-row2{
    display: flex;
    width: 80%;
}

.footer-row2 span{
    display: flex;
    font-family: 'Roboto',sans-serif;
    color: white;
    font-size: 15px;
} 

.footer-row2 a{
    display: flex;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    color: white;
    font-size: 10px;
    opacity: .5;
} 

.middle-footer p{
    display: flex;
    height: 2px;
    background-color: white;
    width: 40%;
}

.mysocials{
    display: flex;
    width: 15%;
    justify-content: space-around;
}

.mysocials a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    text-decoration: none;
    border: 1px solid white;
}

.mysocials a i{
    display: flex;
    width: 100%;
    height: 100%;
    color: white;
}

.mysocials a:hover{
    background-color: #559ae8;
}

.preloader{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: white;
}

.preloader img{
    display: flex;
    width: 25%;
    height: 40%;
}

.contact-section{
    align-items: center;
}

.contact-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-header h3{
    display: flex;
    flex-direction: column;
    font-family: 'Lato',sans-serif;
    color: #001345;
    font-size: 24px;
    text-align: center;
}

.contact-header span{
    display: flex;
    font-family: 'Lato',sans-serif;
    color: #001345;
    font-size: 16px;
    text-align: center;
}

.contact-header small{
    display: flex;
    background-color: #001345;
    height: 1px;
    width: 30%;
}

.contact-container{
    display: flex;
    width: 85%;
    margin-top: 4%;
}

.headlogo{
    display: flex;
    padding: 20px;
    width: 100px;
    height: 120px;
}

.headlogo img{
    display: flex;
    width: 100%;
    height: 100%;
}

.locationinfo{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.info-list{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.locationinfo h3{
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    color: #001345;
}

.info-list span{
    font-family: 'Roboto',sans-serif;
    color: #001345;
}

.overlay-nav{
    display: flex;
    position: absolute;
    z-index: 2;
    background-color: #001345;
    width: 80%;
    top: 0;
    height: 100%;
    position: fixed;
    padding-top: 6%;
    display: none;
}
 
.inner-nav-list{
    display: flex;
    width: 80%;
    padding-top: 5%;
    flex-direction: column;
    align-items: center;
}

.inner-nav{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    width: 100%;
    padding-left: 25%;
    position: relative;
}

.close-overlay-nav{
    display: flex;
    position: absolute;
    right: 5%;
    top: 1%;
}

.close-overlay-nav a{
    display: flex;
    font-family: 'Lato',sans-serif;
    font-size: 24px;
    text-decoration: none;
    color: red;
    padding: 5px;
}

.inner-nav a{
    display: flex;
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    color: white;
}

.inner-drop{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    gap: 10px;
    background-color: #4d5a7ba3;
    border-radius: 5px;
    display: none;
}

.displayInner{
    display: flex;
}

.inner-drop a{
    display: flex;
    font-family: 'Roboto',sans-serif;
    color: white;
    font-size: 12px;
}

@media screen and (max-width: 920px) {
    .nav-middle{
        display: none;
    }

    .nav-bars{
        display: flex;
    }

    .hero-section{
        padding-top: 3%;
        padding-bottom: 0%;
    }

    .our-service{
        padding-top: 28%;
        padding-bottom: 0%;
    }
    
    .key-customers{
        padding-top: 12%;
    }

    .project-list{
        display: flex;
        flex-direction: column;
        width: 70%;
        gap: 5%;
        padding-top: 6%;
        align-items: center;
    }

    .project-item{
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 260px;
        margin: 15px 0;
    }

    .project-title{
        display: flex;
        margin: 10px 10px;
        font-family: 'Lato',sans-serif;
        font-size: 16px;
        color: #001345;
    }
    
    .project-desc{
        display: flex;
        margin: 10px 10px;
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        color: #001345;
    }

    .footer-row span{
        display: flex;
        font-family: 'Lato',sans-serif;
        color: white;
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .footer-row a{
        display: flex;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    #navbar{
        display: flex;
        height: 60px;
        background-color: white;
        padding: 5px 0;
        padding-left: 8%;
        align-items: center;
        justify-content: space-between;
    }
    
    .nav-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90%;
        width: 8%;
    }
    
    
    .logo{
        display: flex;
        height: 80%;
    }
    
    .hero-section{
        min-height: 400px;
        padding-top: 2%;
        padding-bottom: 0%;
    }
    
    .left-hero{
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .right-hero{
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
    }
    
    .myText{
        display: flex;
        font-family: 'Lato', sans-serif;
        color: white;
        font-size: 18px;
        padding: 10px 8%;
        background-color: #559ae8;
        border-radius: 30px;
        box-shadow: 1px 10px 10px 20px #001345;
    }
    
    .do-list{
        display: flex;
        flex-direction: column;
        height: 300px;
        width: 80%;
        margin-top: 10px;
        padding: 10px;
        flex-wrap: wrap;
    }
    
    .li{
        display: flex;
        flex-direction: row;
        margin: 5px;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .list{
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        margin-right: 25px;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        border-radius: 20px;
    }
    
    .mark{
        display: flex;
        width: 100%;
        height: 100%;
    }
    
    .list-name{
        display: flex;
        font-family: 'Roboto', sans-serif;
        color: white;
        font-size: 18px;
    }
    
    .whyImg{
        display: flex;
        width: 80%;
        height: 45%;
    }

    .our-service{
        min-height: 400px;
        padding-top: 20%;
        padding-bottom: 10%;
        flex-direction: column;
    }
    
    .service-header{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .service-header span{
        display: flex;
        font-family: 'Roboto',sans-serif;
        font-size: 28px;
        color: #001345;
    }
    
    .service-header p{
        display: flex;
        width: 8%;
        height: 3px;
        background-color: #001345;
    }
    .service-items{
        display: flex;
        margin-top: 5%;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 5%;
    }
     
    .service-item{
        display: flex;
        flex-direction: column;
        width: 25%;
        height: 250px;
        padding: 5px;
        margin: 0 10px;
        cursor: pointer;
    }
    
    .item-logo{
        display: flex;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    
    .itemImg{
        display: flex;
        width: 100%;
        height: 100%;
    }
    
    .item-title{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: #001345;
        margin: 10px 0;
        font-size: 16px;
        text-align: center;
    }
    
    .item-detail{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: #001345;
        font-size: 12px;
        text-align: center;
        opacity: .5;
        margin: 5px 5px;
    }
    
    .item-btn{
        display: flex;
        margin: 15px 0;
    }
    
    .item-btn a{
        border: 1px solid #559ae8;
        color: #001345;
        padding: 5px 10px;
        font-size: 12px;
        font-family: 'Roboto',sans-serif;
    }
    
    .item-btn a:hover{
        background-color: #559ae8;
        color: #f6f6f6;
        transition: 1s;
    }
    
    .service-footer{
        display: flex;
        justify-content: flex-end;
        align-self: flex-end;
        margin-top: 5%;
        margin-right: 6%;
    }
    
    .service-footer a{
        display: flex;
        text-decoration: none;
        gap: 5px;
    }
    
    .service-footer a:hover{
        gap: 6px;
        transition: 2s;
    }
    
    .service-footer a span{
        font-family: 'Lato',sans-serif;
        color: white;
        opacity: .6;
        font-size: 15px;
    }
    
    .service-footer a span:hover{
        opacity: 1;
    }
    
    .arrow {
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
    }

    .testimonial{
        min-height: 400px;
        padding-top: 6%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10%;
    }
    
    .monial-header{
        margin-bottom: 5%;
    }
    
    .monial-header span{
        display: flex;
        font-family: 'Roboto',sans-serif;
        font-size: 28px;
        color: #001345;
    }
    
    .monial-header p{
        display: flex;
        width: 35%;
        height: 3px;
        background-color: #001345;
    }
    
    .monial-list{
        display: flex;
        width: 90%;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 3% 10px;
    }
    
    .monial-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 44%;
        border: .5px solid #f6f6f6;
        height: 250px;
        gap: 10px;
        margin: 10px 2%;
        padding: 20px 0;
    }
    
    .monial-text{
        display: flex;
        width: 85%;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        color: #559ae8;
        font-size: 12px;
    }
    
    .monial-caption{
        display: flex;
        width: 80%;
        justify-content: center;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        color: #001345;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0;
    }
    
    .monial-image{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        margin-top: 10%;
    }
    
    .monial-image img{
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 40px;
    }
    
    .key-customers{
        min-height: 400px;
        padding-top: 15%;
        padding-bottom: 6%;
    }
    
    .project-list{
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 5%;
        padding-top: 6%;
        align-items: center;
    }
    
    .project-item{
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 250px;
    }
    
    .project-img{
        display: flex;
        width: 50%;
        height: 100%;
        background-color: #001345;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        justify-content: center;
        align-items: center;
    }
    
    .project-img img{
        display: flex;
        width: 100%;
        height: 80%;
        margin-left: 2%;
        border-radius: 10px;
    }
    
    .project-right{
        display: flex;
        flex-direction: column;
        padding-top: 1%;
        padding-left: 20px;
        width: 50%;
    }
    
    .project-title{
        display: flex;
        margin: 10px 10px;
        font-family: 'Roboto',sans-serif;
        font-size: 16px;
        color: #001345;
    }
    
    .project-desc{
        display: flex;
        margin: 10px 10px;
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        color: #001345;
    }
    
    .project-btn{
        display: flex;
        margin: 25px 10px;
    }
    
    .project-btn a{
        display: flex;
        text-decoration: none;
        padding: 10px;
        background-color: #559ae8;
        color: white;
        border-radius: 10px;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
    }
    
    .project-footer{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    
    .project-footer a{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #001345;
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        box-shadow: 1px 1px 1px 1px #001345;
    }
    
    .get-started{
        display: flex;
        width: 100%;
        background-color: #f6f6f6;
        min-height: 400px;
        padding-top: 6%;
        flex-direction: row;
    }
    
    .starter-left{
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
    }
    
    .starter-left img{
        display: flex;
        width: 90%;
        height: 50%;
        border-radius: 5px;
        margin-left: 3%;
        box-shadow: 2px 1px 2px 1px #f6f6f6;
    }
    
    .starter-right{
        display: flex;
        width: 50%;
        padding: 10px 20px;
        flex-direction: column;
        gap: 15px;
    }
    
    .starter-header{
        display: flex;
        font-family: 'Lato',sans-serif;
        color: #001345;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .starter-desc{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: #001345;
        font-size: 12px;
        margin-bottom: 10px;
        width: 80%;
    }
    
    .starter-form{
        display: flex;
        flex-direction: column;
        width: 95%;
    }
    
    .form-row{
        display: flex;
        width: 100%;
        margin: 10px 0;
        gap: 20px;
    }
    
    .inputField{
        display: flex;
        width: 40%;
        height: 20px;
        border-radius: 5px;
        border: 1px solid #559ae8;
        padding: 10px;
        font-family: 'Roboto',sans-serif;
        color: #001345;
    }
    
    .textarea{
        display: flex;
        width: 90%;
        border: 1px solid #559ae8;
        border-radius: 5px;
        padding: 10px;
    }
    
    .starter-btn{
        display: flex;
        align-self: flex-end;
        margin: 8% 4%;
    }
    
    .sender-btn{
        display: flex;
        text-decoration: none;
        padding: 10px 25px;
        background-color: #559ae8;
        color: white;
        font-family: 'Roboto', sans-serif;
        border-radius: 5px;
    }
    
    .myfooter{
        min-height: 400px;
    }
    
    .top-footer{
        display: flex;
        flex-direction: row;
    }
    
    .middle-footer{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20%;
    }
    
    .footer-col{
        display: flex;
        width: 20%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .footer-col2{
        display: flex;
        width: 30%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        height: 150px;
    }
    
    .footer-row{
        display: flex;
        width: 80%;
    }
    
    .footer-row span{
        display: flex;
        font-family: 'Lato',sans-serif;
        color: white;
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .footer-row a{
        display: flex;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 11px;
    }
    
    .footer-col2 img{
        display: flex;
        width: 100px;
        height: 80px;
    }
    
    .footer-row2{
        display: flex;
        width: 80%;
    }
    
    .footer-row2 span{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 12px;
    } 
    
    .footer-row2 a{
        display: flex;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 10px;
        opacity: .5;
    } 
    
    .middle-footer p{
        display: flex;
        height: 2px;
        background-color: white;
        width: 30%;
    }
    
    .mysocials{
        display: flex;
        width: 30%;
        justify-content: space-around;
    }
    
    .mysocials a{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        width: 15px;
        height: 15px;
        border-radius: 1px;
        text-decoration: none;
        border: 1px solid white;
    }
    
    .mysocials a i{
        display: flex;
        width: 100%;
        height: 100%;
        color: white;
    }
}

@media screen and (max-width: 428px) {
    #navbar{
        display: flex;
        height: 70px;
        padding: 10px 0;
        padding-left: 12%;
        justify-content: space-between;
    }
    
    .nav-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 10%;
    }
    
    .nav-middle{
        display: none;
    }

    .nav-bars{
        display: flex;
    }

    
}

@media screen and (max-width: 414px) {
    #navbar{
        display: flex;
        height: 60px;
        background-color: white;
        padding: 5px 0;
        padding-left: 8%;
        align-items: center;
        justify-content: space-between;
    }


    .nav-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90%;
        width: 8%;
    }
    
    
    .logo{
        display: flex;
        height: 80%;
    }

    .inner-drop{
        width: 170%;
    }

    .hero-section{
        min-height: 400px;
        padding-top: 2%;
        padding-bottom: 0%;
    }
    
    .left-hero{
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .right-hero{
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
    }
    
    .myText{
        display: flex;
        font-family: 'Lato', sans-serif;
        color: white;
        font-size: 16px;
        padding: 10px 8%;
        background-color: #559ae8;
        border-radius: 30px;
        box-shadow: 1px 10px 10px 20px #001345;
    }
    
    .do-list{
        display: flex;
        flex-direction: column;
        height: 300px;
        width: 80%;
        margin-top: 20%;
        padding: 2px;
        flex-wrap: wrap;
    }
    
    .li{
        display: flex;
        flex-direction: row;
        margin: 2px;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .list{
        display: flex;
        width: 15px;
        height: 15px;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 8px;
        border-radius: 20px;
    }
    
    .mark{
        display: flex;
        width: 100%;
        height: 100%;
    }
    
    .list-name{
        display: flex;
        font-family: 'Roboto', sans-serif;
        color: white;
        font-size: 14px;
    }
    
    .whyImg{
        display: flex;
        width: 80%;
        height: 45%;
    }

    .our-service{
        min-height: 400px;
        padding-top: 30%;
        padding-bottom: 10%;
        flex-direction: column;
    }
    
    .service-header{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .service-header span{
        display: flex;
        font-family: 'Roboto',sans-serif;
        font-size: 28px;
        color: #001345;
    }
    
    .service-header p{
        display: flex;
        width: 8%;
        height: 3px;
        background-color: #001345;
    }
    .service-items{
        display: flex;
        margin-top: 5%;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 5%;
        flex-direction: column !important;
    }
    
    .service-item{
        display: flex;
        flex-direction: column;
        width: 80%;
        height: 200px;
        padding: 5px;
        margin: 10px 0px;
        cursor: pointer;
    }
    
    .item-logo{
        display: flex;
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    
    .itemImg{
        display: flex;
        width: 100%;
        height: 100%;
    }
    
    .item-title{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: #001345;
        margin: 10px 0;
        font-size: 12px;
        text-align: center;
    }
    
    .item-detail{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: #001345;
        font-size: 10px;
        text-align: center;
        opacity: .5;
        margin: 5px 5px;
    }
    
    .item-btn{
        display: flex;
        margin: 5px 0;
    }
    
    .item-btn a{
        border: 1px solid #559ae8;
        color: #001345;
        padding: 5px 10px;
        font-size: 12px;
        font-family: 'Roboto',sans-serif;
    }
    
    .item-btn a:hover{
        background-color: #559ae8;
        color: #f6f6f6;
        transition: 1s;
    }
    
    .service-footer{
        display: flex;
        justify-content: flex-end;
        align-self: flex-end;
        margin-top: 5%;
        margin-right: 6%;
    }
    
    .service-footer a{
        display: flex;
        text-decoration: none;
        gap: 5px;
    }
    
    .service-footer a:hover{
        gap: 6px;
        transition: 2s;
    }
    
    .service-footer a span{
        font-family: 'Lato',sans-serif;
        color: white;
        opacity: .6;
        font-size: 15px;
    }
    
    .service-footer a span:hover{
        opacity: 1;
    }
    
    .arrow {
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
    }

    .testimonial{
        min-height: 400px;
        padding-top: 6%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10%;
    }
    
    .monial-header{
        margin-bottom: 5%;
    }
    
    .monial-header span{
        display: flex;
        font-family: 'Roboto',sans-serif;
        font-size: 28px;
        color: #001345;
    }
    
    .monial-header p{
        display: flex;
        width: 35%;
        height: 3px;
        background-color: #001345;
    }
    
    .monial-list{
        display: flex;
        width: 90%;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 3% 10px;
    }
    
    .monial-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 44%;
        border: .5px solid #f6f6f6;
        height: 250px;
        gap: 10px;
        margin: 10px 2%;
        padding: 20px 0;
    }
    
    .monial-text{
        display: flex;
        width: 85%;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        color: #559ae8;
        font-size: 12px;
    }
    
    .monial-caption{
        display: flex;
        width: 80%;
        justify-content: center;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        color: #001345;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0;
    }
    
    .monial-image{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        margin-top: 10%;
    }
    
    .monial-image img{
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 40px;
    }
    
    .key-customers{
        min-height: 400px;
        padding-top: 20%;
        padding-bottom: 6%;
    }
    
    .project-list{
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 6%;
        padding-top: 6%;
        align-items: center;
    }
    
    .project-item{
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 250px;
    }
    
    .project-img{
        display: flex;
        width: 50%;
        height: 100%;
        background-color: #001345;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        justify-content: center;
        align-items: center;
    }
    .keys{
        width: 80%;
        text-align: center;
    }

    .project-img img{
        display: flex;
        width: 100%;
        height: 80%;
        margin-left: 2%;
        border-radius: 10px;
    }
    
    .project-right{
        display: flex;
        flex-direction: column;
        padding-top: 1%;
        padding-left: 20px;
        width: 50%;
    }
    
    .project-title{
        display: flex;
        margin: 10px 10px;
        font-family: 'Roboto',sans-serif;
        font-size: 16px;
        color: #001345;
    }
    
    .project-desc{
        display: flex;
        margin: 10px 10px;
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        color: #001345;
    }
    
    .project-btn{
        display: flex;
        margin: 25px 10px;
    }
    
    .project-btn a{
        display: flex;
        text-decoration: none;
        padding: 10px;
        background-color: #559ae8;
        color: white;
        border-radius: 10px;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
    }
    
    .project-footer{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    
    .project-footer a{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #001345;
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        box-shadow: 1px 1px 1px 1px #001345;
    }
    
    .get-started{
        display: flex;
        width: 100%;
        background-color: #f6f6f6;
        min-height: 400px;
        padding-top: 6%;
        flex-direction: column;
    }
    
    .starter-left{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .starter-left img{
        display: flex;
        width: 98%;
        height: 50%;
        border-radius: 5px;
        margin-left: 1%;
        box-shadow: 2px 1px 2px 1px #f6f6f6;
    }
    
    .starter-right{
        display: flex;
        width: 98%;
        padding: 10px 5px;
        flex-direction: column;
        gap: 15px;
    }
    
    .starter-header{
        display: flex;
        font-family: 'Lato',sans-serif;
        color: #001345;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .starter-desc{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: #001345;
        font-size: 12px;
        margin-bottom: 10px;
        width: 80%;
    }
    
    .starter-form{
        display: flex;
        flex-direction: column;
        width: 95%;
    }
    
    .form-row{
        display: flex;
        width: 100%;
        margin: 10px 0;
        gap: 20px;
    }
    
    .inputField{
        display: flex;
        width: 40%;
        height: 20px;
        border-radius: 5px;
        border: 1px solid #559ae8;
        padding: 10px;
        font-family: 'Roboto',sans-serif;
        color: #001345;
    }
    
    .textarea{
        display: flex;
        width: 90%;
        border: 1px solid #559ae8;
        border-radius: 5px;
        padding: 10px;
    }
    
    .starter-btn{
        display: flex;
        align-self: flex-end;
        margin: 8% 4%;
    }
    
    .sender-btn{
        display: flex;
        text-decoration: none;
        padding: 10px 25px;
        background-color: #559ae8;
        color: white;
        font-family: 'Roboto', sans-serif;
        border-radius: 5px;
    }
    
    .myfooter{
        min-height: 400px;
    }
    
    .top-footer{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    
    .middle-footer{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20%;
        margin-bottom: 5%;
    }
    
    .footer-col{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    
    .footer-col2{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        height: 150px;
    }
    
    .footer-row{
        display: flex;
        width: 80%;
    }
    
    .footer-row span{
        display: flex;
        font-family: 'Lato',sans-serif;
        color: white;
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .footer-row a{
        display: flex;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 14px;
    }
    
    .footer-col2 img{
        display: flex;
        width: 100px;
        height: 100px;
    }
    
    .footer-row2{
        display: flex;
        width: 80%;
    }
    
    .footer-row2 span{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 10px;
    } 
    
    .footer-row2 a{
        display: flex;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 10px;
        opacity: .5;
    } 
    
    .middle-footer p{
        display: flex;
        height: 2px;
        background-color: white;
        width: 25%;
    }
    
    .mysocials{
        display: flex;
        width: 40%;
        justify-content: space-around;
    }
    
    .mysocials a{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        width: 15px;
        height: 15px;
        border-radius: 1px;
        text-decoration: none;
        border: 1px solid white;
    }
    
    .mysocials a i{
        display: flex;
        width: 100%;
        height: 100%;
        color: white;
    }

    .contact-container{
        display: flex;
        width: 90%;
        flex-direction: column;
        margin-top: 4%;
    }
}



