html{
    scroll-behavior: smooth;
}

body{
    /* background-image: linear-gradient(#d5f3e5 30%,rgb(26, 123, 214)); */
    background-image: linear-gradient(#e4e9ee 20%,#1f72c0);
    background-color: whitesmoke;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: absolute;
    font-family: 'Montserrat';
    background-size: cover;
    text-align:center;
    min-width:860px;
    word-spacing: 3px;
    overflow-x: hidden;
    margin: 0;
}

.preload{
    margin: 10% auto;
    width: auto;
}
.progress {
    height: 70px;
    padding-left:45%;
}

.progress > svg {
    height: 100%;
    display: block;
}

h2{
    font-family: 'Ubuntu';
}

@keyframes slider {
	
    0%{
        background-image: url(../images/banner2.jpg);
    }
    50%{
        background-image: url(../images/banner1.jpg);
    }
}


.container{
    color:white;
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: fixed;
    backface-visibility: hidden;
    background-attachment: fixed;
    width: auto;
    height:720px;
    animation: slider 8s infinite;
	animation-delay: 4s;
	animation-timing-function: cubic-bezier(.04, .05, .3, 1.01);
}

#slideNavBar{
    background-color: rgb(0, 0, 0);
    width: 100%;    
    height: 84px;
    opacity:0.95;
    top: 0;
    position: fixed;
    z-index: 1;
}

#slideNavBar .left{
    width: 50%;
    text-align: left;
    padding: 1% 0 0 2%;
}

#slideNavBar .right{
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    margin-top: 2%;
}

.navbar{
    display: flex;
    width: 100%;
    top: 0;
    transition: opacity 2s;
}

.main_body .container .navbar img{
    width: 200px; height: 110px;
}

.left, .right{
    width: 50%;
}

.left{
    text-align: left;
    padding: 1% 2%;
}

.right{
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    margin-top: 2%;
}

.flex{
    font-size: 20px;
    transition: transform 1s;
}

.flex:hover{
    transform: scale(1.1);
}

.flex a{
    text-decoration: none;
    color: white;
}

.main{
    margin: 8% auto;
    font-weight: 500;
    color: white;
}

.main h1{
    font-size: 34px;
    font-weight: bold;
}

.main h4{
    font-size: 22px;
}

#company{
    display: none; 
    font-size: 1.8em; 
    font-weight: bolder; 
}

.main p{
    font-size: 1.5em;
    display:none;
    padding: 1%;
}

.content{
    width:84%;
    margin:auto;
}

.content h1{
    font-size: 40px;
    text-align: left;
    padding-top: 4%;
}

.box_i{
    display:flex;
    justify-content: space-evenly;
    text-align:center ;
    padding-top: 4%;
    font-size: 16px;
}

.bigFlex:hover{    
    transform: scale(1.1);
}

.bigFlex{
    width: 23%;
    height: fit-content;
    padding-left: 1%; 
    padding-right: 1%;
    word-spacing: 1px;
    transition: transform 2s;
}

.image{
    width: 250px;
    height: 144px;
}

.bigFlex .info h2{
    height: 47px;
}

.bigFlex .info p{
    margin-top: -4%;
}

.box_t{
    margin-top: 3%; 
    margin-bottom: 4%;
}

.box_t img{
    width: 73%; 
    height:70%; 
    margin:auto;
    transition: transform 2s;
}

.box_t img:hover{
    transform: scale(1.1);
}

.services{
    background-color: #2b2b68;
    color: white;
    width: 110%;
    padding-bottom: 2%;
    left: -5%;
    transform:rotate(-3deg);
    position: relative;
}

.services .content{
    width: 76%;
    margin: auto;
    transform:rotate(3deg);
}

.box_s{
    display:flex;
    justify-content: space-around;
    margin: 3% auto 5% auto;
}

.serve{
    width: 21%;
    padding-bottom:2%;
    border-bottom: 4px solid white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
}

.serve h2{
    font-size: 20px;
    height: 50px;
}

.values{
    display: flex;
    justify-content: start;
}

.v1{
    text-align: left; 
    margin-left: 10%;
    font-size: 22px;
    padding:0.5%;
}

.v2{
    text-align: left; 
    margin-left: 12%;
    font-size: 22px;
    padding:0.5%;
}

.v3{
    text-align: left; 
    margin-left: 14%;
    font-size: 22px;
    padding:0.5%;
}

.v4{
    text-align: left; 
    margin-left: 16%;
    font-size: 22px;
    padding:0.5%;
}

.v5{
    text-align: left; 
    margin-left: 18%;
    font-size: 22px;
    padding:0.5%;
}
.values p{
    margin-top:1%;
    padding-left: 1%;
}

.clients{
    width: 100%;
    padding-bottom: 4%;
}

.box_c{
    padding-top:4%;
    display:grid;
    justify-content: space-around;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 20px 10px;
}

.grid img{
    width: 60%;
    height: 40%;
}

.contacts{
    background-color: rgb(43, 43, 104);
    color: white;
    width: 110%;
    padding-bottom: 2%;
    transform:rotate(-3deg);
    left: -5%;
    position: relative;
}

.contacts .content{
    width: 76%;
    margin:auto;
    transform:rotate(3deg);
}

.box_con{
    display:flex;
    justify-content: space-around;
}

.cont{
    width: 28%;
}

.cont a{
    text-decoration: none;
    color: white;
    margin-top: 5%;
}

.map iframe{
    margin-top: 2%;
    border: 2px solid white;
    border-radius: 8px;
}

#resume{
    text-decoration: none;
    color: black;
    margin: 0 1%;
    padding: 1% 0.6% 1% 1.4%;
    font-weight: bold;
    color: black;
    border: 1px solid rgb(43, 43, 104);
    border-radius: 50px;
    background-image: linear-gradient(45deg, rgb(157, 74, 252), rgb(113, 198, 255), rgb(238, 255, 5));
    background-size: 400% 400%;
    transition: transform 2s;
    animation: gradient 12s linear infinite alternate;
}
#resume:hover{
    transform: scale(1.1);
}

@keyframes gradient{
    0% {
        background-position: 0% 30%;
    }
    33%{
        background-position: 30% 60%;
    }
    66%{
        background-position: 90% 100%;
    }
}

hr{
    height: 4px;
    border: none;
    background-color: white;
}

.end{
    background-color: rgb(43, 43, 104);
    height: 90px;
    margin-top: -2.8%;
}

@media screen and (max-width: 767px){
    body, html{
        overflow-x: hidden !important;
    }

    .preload{
        margin-top: 55%;
    }

    .container{
        height: 860px;
        background-image: url(../images/banner2.jpg);
        background-size: 960px 880px;
    }
    
    .left, #slideNavBar .left{
        width: 30%;
    }

    .right, #slideNavBar .right{
        width: 70%;
        display: flex;
        justify-content: space-evenly;
        font-size: 12px;
        padding-left: 3%;
        margin-top: 4%;
    }

    .main_body .container .navbar .left img{
        width: 220px;
        height: 120px;
    }

    .main{
        margin: 20% 4%;
    }

    .main #company{
        font-size: 1.6em; 
    }

    .main_body .identity .content{
        padding: 0 0
    }

    .main_body .identity .content .box_i{
        display:block;
        text-align:center;
        padding-top: 4%;
        font-size: 18px;
        opacity: 1 !important;
    }

    .main_body .identity .content .box_i .bigFlex{
        width: 100%;
        margin-left: 4%;
        margin-bottom: 4%;
        display: flex;
        justify-content: space-around;
        text-align: left;
        word-spacing: 1px;
        opacity: 1 !important;
    }
    .main_body .identity .content .box_i .bigFlex .image{
        margin-right:1%;
        width: 250px;
        height: 150px;
    }
    .main_body .identity .content .box_i .commit .image{
        margin-top: 4%;

    }
    .main_body .identity .content .box_i .bigFlex .info{
        width: 760px;
        height: fit-content;
    }
    .main_body .identity .content .box_i .bigFlex .info h2{
        margin-bottom: 1%;
        height: 30px;
    }
    .main_body .identity .content .box_i .bigFlex .info p{
        margin-top: -2.4%;
        font-size: 18px;
    }
    .main_body .identity .content #time .box_t{
        opacity: 1 !important;
    }
    .main_body .identity .content #time .box_t img{
        width: 90%;
        height: 87%;
    }

        .main_body .services .content .box_s{
        display:block;
        margin: 10% auto 5% auto;
        opacity: 1 !important;
    }    
    .main_body .services .content .box_s .serve{
        width: 100%;
        padding-bottom:2%;
        font-size: 18px;
        border: 0;
    }
    .main_body .services .content .box_s .serve h2{
        font-size: 28px;
    }
    .main_body .services .content .box_s .serve p{
        margin-top: -2.6%;
        font-size: 22px;
    }
    .main_body .services .content .box_v .box_c{
        opacity: 1 !important;
    }
    .main_body .services .content .box_v .v1{
        text-align: left; 
        margin-left: 14%;
        font-size: 22px;
        padding:1%;
    }
    .main_body .services .content .box_v .v2{
        text-align: left; 
        margin-left: 14%;
        font-size: 22px;
        padding:1%;
    }
    .main_body .services .content .box_v .v3{
        text-align: left; 
        margin-left: 14%;
        font-size: 22px;
        padding:1%;
    }
    .main_body .services .content .box_v .v4{
        text-align: left; 
        margin-left: 14%;
        font-size: 22px;
        padding:1%;
    }
    .main_body .services .content .box_v .v5{
        text-align: left; 
        margin-left: 14%;
        font-size: 22px;
        padding:1%;
    } 
    
    .main_body .contacts .content .box_con{
        width: 108%;
        margin: auto auto auto -4%;
    }
    .main_body .contacts .content .box_con .cont{
        width: 32%;
        font-size: 14px;
    }
    .main_body .contacts .content .box_con .cont{
        margin: auto 3%;
    }
}
