@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: 65vh;
    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 */
/* part 1 start */
.part1{
    max-width: 100%;
}
.part1 .part1-content{
    padding-top: 30px;
    text-align: center;
    margin:auto;
}
.part1 .part1-content .first{
    display: flex;
}
.part1 .part1-content .second{
    display: flex;
}
.part1 .part1-content .post{
    padding: 60px 40px;
    /* margin: 20px 10px; */
    width: 300px;
    height: 400px;
    transition: ease .5s;
    border-radius: 5px;
}
.part1 .part1-content .post:hover{
    box-shadow: 0 0 30px black;
}
.part1 .part1-content .post img{
    border: 1px solid black;
    margin-top: -40px;
    width: 100%;
    margin-bottom: 25px;
}
.part1 .part1-content .post p{
    margin-bottom: 25px;
}
.part1 .part1-content .post h3{
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 15px;
}
.part1 .part1-content .post button{
    padding: 18px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 60px;
    color: #fc8c03;
    border: 2px solid #fc8c03;
    background-color: #fff;
    font-weight: 790;
    transition: ease .5s;
}
.part1 .part1-content .post button:hover{
    padding: 18px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 60px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    font-weight: 790;
}
/* part 1 end */
/* footer start */
.footer1{
    margin-top: 15vh;
    text-align: center;
    background-image: url(/resources/bgMain.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
}
.footer1 .footer1-content{
    padding-top: 140px;
}
.footer1 .footer1-content h1{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 35px;
}
.footer1 .footer1-content p{
    color: #fff;
    margin-bottom: 60px;
    font-family: 'roboto';
    font-weight: 100;
    font-size: 14px;
}
.footer1 .footer1-content button{
    padding: 18px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 60px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    font-weight: 790;
    transition: ease 1s;
}
.footer1 .footer1-content button:hover{
    background: #ffae4c;
    box-shadow: 0 10px 60px #fc8c0399;
}

.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: 50vh;}
    .message {margin:90px 20px;}
    .navigation{justify-content: center;}
    .container{max-width: 100%;height: 103vh;margin-right: 10px;margin-left: 10px;}
    .footer1{height: 38vh;}
    .footer1 .footer1-content{ padding-top: 4.3%;}
}

@media all and (max-width:1366px){
    .message {margin:40px 20px;}
    .navigation{justify-content: center;}
    .container{max-width: 100%;height: 160vh;margin-right: 10px;margin-left: 10px;}
    .footer1 .footer1-content{padding-top: 40px;}
}
@media all and (max-width:1024px){
    .front {height: 45vh;}
    .message {margin:90px 90px;}
    .navigation{justify-content: center;}
    .container{max-width: 100%;height: 100vh;margin-right: 10px;margin-left: 10px;}
    .footer1 .footer1-content{padding-top: 40px;}
    .footer1{height: 35vh;}
}
@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;}
    .part1{ width: 100%;}
    .container{max-width: 100%;height: 188vh;margin-right: 10px;margin-left: 10px;}

    .part1 .part1-content .post{padding: 60px 25px;}
    .part1 .part1-content .post button{padding: 10px 20px;}


    .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;}
}