
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
    font-family: 'Roboto Condensed';
    box-sizing: border-box;
    margin:0;
}
*{
    margin:0;
    max-width: 100%;
}
.front {
    height: 85vh;
    background: url('../resources/bgMain.png');
    background-size: cover;
    background-position: center;
}

/* container and row */
.container{
    max-width: 100%;
    height: 100vh;
    margin-right: 250px;
    margin-left: 250px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
/* container and row */

/* header start */
.header {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
}

.logo img {
    width: 300px;
}

.navigation {
    display: flex;
    color: white;
    align-items: center;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation ul li {
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

.navigation ul .home {
    font-size: 1.5rem;
}

.navigation ul li a {
    color: white;
    padding-bottom: 5px;
    letter-spacing: 1px;
}


.navigation ul li .active{
    color: #fc8c03;
}

.navigation ul li a:hover {
    text-shadow: 0 0 20px #fc8c03, 1px 1px 20px #fc8c03, -1px -1px 20px #fc8c03;
    transition: 0.5s;
    color: #fc8c03;
    border-bottom: 1px solid #fc8c03;
}

.navigation p {
    margin-left: 20px;
}

.show {
    display: flex;
    width: 1150px;
    margin: 0 auto;
}

.message {
    text-align: center;
    width: 100%;
    height: 90vh;
    color: white;
    margin:14% 25% 0 25%;
}
.message > h1{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 40px;
}
.message > p{
    margin-top: 20px;
}
/* header end */
.part1{
    max-width: 100%;
}
.part1 .part1-content{
    margin-top: -300px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.part1 .part1-content .left-side{
    box-shadow:  0px 0 25px -5px #acacac77;
    border-radius: 10px 0 0 10px;
    padding: 50px 100px;
    background-color: rgb(224, 224, 224);
}
.part1 .part1-content .left-side .martop{
    margin-top: 45px;
}
.part1 .part1-content .left-side h3{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #10054d;
}
.part1 .part1-content .left-side p{
    color: #7a7a7a;
    margin-bottom: 10px;
}
.part1 .part1-content .left-side .line-up-down{
    padding: 10px 0 ;
    border-top: 1px solid #9e9e9e77;
    border-bottom: 1px solid #9e9e9e77;
}
.part1 .part1-content .right-side{
    box-shadow: 0px 0 25px -5px #acacac77;
    border-radius: 0 10px 10px 0;
    padding: 100px 50px;
    background-color: #fff;
    justify-content: space-between;
}
.part1 .part1-content .right-side button{
    margin-top: 25px;
    margin-left: 400px;
    padding: 8px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #fc8c03;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 60px;
    color: #fc8c03;
    background: #FFF;
    /* box-shadow: 0 10px 30px #fc8c0399; */
    font-weight: 790;
    transition: ease .5s;
}
.part1 .part1-content .right-side button:hover{
    color: #fff;
    background: #fc8c03;
}

.top{
    display: flex;
    flex-wrap: wrap;
}
.top .list{
    width: 50%;
    padding-bottom: 25px;
    border: 0;
    margin:0;
}
.top .list input{
    width: 200px;
    color: #10054d;
}
.message1{
    height: 100px;
    width: 565px;
}
/* footer start */
.footer2{
    text-align: center;
}
.footer2 .footer2-content img{
    width: 35%;
    margin-top: 120px;
}
.footer2 ul{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.footer2 ul li{
    margin-right: 20px;
    text-transform: uppercase;
}
.footer2 ul li .active{
    color: #fc8c03;
}
.footer2 ul li a{
    padding-bottom: 5px;
    letter-spacing: 1px;
    color: #10054d;
}
.footer2 ul li a:hover{
    text-shadow: 0 0 20px #fc8c03, 1px 1px 20px #fc8c03, -1px -1px 20px #fc8c03;
    transition: 0.5s;
    color: #fc8c03;
    border-bottom: 1px solid #fc8c03;
}
.footer3{
    margin-top: 40px;
    text-align: center;
}
.footer3 .fa{
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.footer3 .fa-facebook{
    border: 3px solid #10054d;
    color: #10054d;
    padding: 10px 13px;
    border-radius: 50px;
    transition: ease .4s;
}
.footer3 .fa-facebook:hover{
    background-color: #10054d;
    color: #fff;
    padding: 10px 13px;
    border-radius: 50px;
    transition: ease .4s;
}
.footer3 .fa-twitter{
    border: 3px solid #10054d;
    color: #10054d;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
.footer3 .fa-twitter:hover{
    background-color: #10054d;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
.footer3 .fa-linkedin{
    border: 3px solid #10054d;
    color: #10054d;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
.footer3 .fa-linkedin:hover{
    background-color: #10054d;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
.copy-right{
    height: 10px;
    position: absolute;
    border-top: 1px solid #acacacab;
    color: #acacac;
    padding: 25px 0px;
    max-width: 100%;
    left: 200px;
    right: 200px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.copy-right a{
    margin-left: 10px;
    color: #acacac;
}
/* footer end */

@media all and (max-width:1460px){
    .front{height: 70vh;}
    .part1 .part1-content{margin-top: -300px;}
    .part1 .part1-content .left-side{padding: 30px 60px;}
    .part1 .part1-content .right-side{padding: 30px 86.5px;}
}
@media all and (max-width:1366px){
    .part1 .part1-content .left-side{padding: 20px 60px;}
    .part1 .part1-content .right-side{padding: 20px 86.5px;}
}
@media all and (max-width:860px){
    .logo img {width: 200px; margin-top: 23px; margin-left: 0;}
    .navigation p {margin-left: 10px;margin-top: 20px; display:flex;}
    .navigation{justify-content: center;}
    /* .header {display: block;} margin: 0 150px*/
    .message {margin:40px 20px;}
    .navigation ul li {margin-top: 20px; margin-left: 5px;margin-right: 5px;}
    .container{max-width: 100%;height: 188vh;margin-right: 10px;margin-left: 10px;}



    .part1{max-width: 100%;}
    .part1 .part1-content{margin-top: 1;margin-right: 0;margin-left: 0;width: 43.1%;}
    /* .part1 .part1-content{} */
    .part1 .part1-content .left-side{border-radius:0;padding: 20px 60px;}
    .part1 .part1-content .right-side{border-radius: 0;padding: 20px 86.5px;}
    .part1 .part1-content .right-side p{margin-top: 40px;}
    .part1 .part1-content .right-side button{margin-top: 40px; float: right;}

    .footer1{height: 60vh;}
    .footer1 .footer1-content{padding-top: 40px;}
    
    .footer2 .footer2-content img{margin-top: 40px;}
    .copy-right{left: 20px;right: 20px;}
    .footer2 ul li{margin-right: 3px;margin-left: 3px;}
}