* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.container {
	margin-left: 15px;
	margin-right: 15px;
}
#mainMenu {
    margin-top: 10px;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgb(0, 0, 0)
}
#mainMenu h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6rem;
}
#mainMenu div.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}
#mainMenu nav{
	width: 100%;
	padding-top: 30px;
}
#mainMenu label{
	color: #fff;
	border: thin solid #fff;
	padding: 0 5px 2px;
	border-radius: 3px;
}
#mainMenu em {
    font-weight: bolder;
	color: #ffcc33;
	text-transform:capitalize;
	font-size: 1.6rem;
}
#mainMenu a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9rem;
	padding: 15px;
	display: block;
	text-align: center;
}
#mainMenu a:hover{
	background-color:#ffcc33;
}
#mainMenu img{
    height: 30px;
}
#menuBtn {
	display: none;
}
#menuBtn+nav {
	display: none;
}
#menuBtn:checked+nav {
	display: block;
}
#sec-1{
    background-image: url(../images/banner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-position: center;
    
}
#sec-1 article{
    padding: 200px 0px 300px 0px;
    text-align: left;
}
#sec-1 article h1{
    margin-top: 10px;
    font-size: 2.5rem;
}
#sec-1 article .sho{
    color: palevioletred;
}
#sec-1 article small{
    text-transform: uppercase;
    font-weight: bold;
}
button{
    padding: 15px 25px;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
    text-transform: capitalize;
}
#sec-2{
    background-color: black;
}

#sec-2 .para {
    color: #fff;
    
}
#sec-2 p{
    padding: 0px 0px 40px 0px;
}
#sec-2 .para h2{
    padding: 20px 0px;
    font-weight: normal;
    color: #ffcc33;
}
#sec-3{
    background-image:url(../images/sep.png);
    color: #fff;
    padding: 20px 0px;
    text-align: center;
}
#sec-4{
margin: 70px 0px;
}
#sec-4 .title{
    font-size: 1.6rem;
    margin-top: 40px;
}
#sec-4 figure img{
    width: 100%;
}
#sec-4 figure{
    position: relative;
    margin: 10px 0px;
    background-color: black;
    color: #fff;
}
#sec-4 figure .off{
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.515);
    top: 10px;
    left: 10px;
}
#sec-4  figcaption{
    padding: 0px 20px;
}
#sec-4 p{
    padding-bottom: 20px;
}
#sec-4 figure .cap{
    margin: 10px 0px;
font-weight: bold;    
color:#ffcc33 ;
}
#sec-5{
    background-color: black;
    padding: 60px 0px;
}
#sec-5 .title{
    font-size: 2rem;
    text-align: center;
    color:#ffcc33 ;
}
#sec-5 img{
    width: 100%;
    margin: 5px 0px;
}
#sec-6{
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    background-image: url(../images/sep.png);
}
#sec-6 .text *{
    margin: 10px 0px;
}
#sec-7{
    padding: 60px 0px;
    background-color: black;
    color: #fff;
}
#sec-7 .art *{
    margin: 20px 0px;
}
#sec-7 h2{
    font-weight: lighter;
}
#sec-7 img{
    width: 100%;
}
#sec-7 .obj *{
    margin: 5px 0px;
}
#sec-7 .obj h3{
    font-size:2.5rem ;
    margin: 10px 0px;
}
#sec-7 .stat *{
    text-align: center;
}
#sec-8{
    
    background-image: url(../images/contactus.jpg);
    background-size: 100% 100%;
    color: #fff;
}
#sec-8 .layout{
    background-color: rgba(46, 73, 96, 0.562);
    padding: 40px 0px;
}
#sec-8 h2{
    color: #ffcc33 ;
    font-size: 2rem;
}
#sec-8 form{
    padding: 10px;
    margin: 30px 0px;
    box-shadow: 5px 5px 5px #ffcc33 ,-5px -5px 5px #ffcc33;
    display: flex;
    flex-direction: column;
}
#sec-8 form *{
    margin: 10px;
    outline: none;
    padding: 10px;
}
#sec-8 form button{
    background-color:#ffcc33 ;
    border-radius: 0px;
    color: rgb(69, 69, 69);
    text-transform: uppercase;
}
#sec-8 .contact *{
    margin: 10px 0px;
}
footer{
    border-top: #ffcc33 ;
    border-style: solid;
    border-width: 10px 0px 0px 0px;
    background-color: black;
    padding: 30px 0px;
}
footer .col{
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
}
footer .col .email{
    color: #fff;
    border-width: 0px 0px 2px 0px;
    background-color: transparent;
    outline: none;
    padding: 10px 0px;
}
footer a{
    margin: 5px 0px;
    text-decoration: none;
    color:#fff
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.container {
		width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.container {
		width: 710px;
	}
    #sec-5 .elements{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sec-5 img{
        width: 48%;
        margin: 10px 5px 10px 5px;
    }
    #sec-6 .container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #sec-6 .text{
        text-align: left;
    }
    #sec-6 small{
        text-transform: uppercase;
    }
    button{
        margin: 20px 0px;
    }
    #sec-7 .stat{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    footer .wrap{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
		width: 930px;
	}
    #mainMenu div.container {
		flex-wrap: nowrap;
		padding: 0;
	}
	
	#menuBtn+nav, #menuBtn:checked+nav{
		display: flex;
		width: auto;
		padding-top: 0;
		background-color: transparent;
	}
	
	#mainMenu label {
		display: none;
	}
	
	#mainMenu a{
		border-bottom: 5px solid transparent;
		padding-left: 10px;
		padding-right: 10px;
	}
	#mainMenu a:hover{
		border-bottom-color: #ff9408;
	}
    #mainMenu .social{
        display: flex;
        flex-wrap: wrap;
    }
    #mainMenu .tw , .insta ,.face{
        color: #fff;
        border-radius: 15px;
    }
    #sec-4 .elements{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #sec-4 figure{
        margin:0px 5px;
        width: 33%;
    }
    #sec-5 .elements{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sec-5 img{
        width: 32%;
        margin: 10px 0px 10px 0px;
    }
    #sec-7 .wrap{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #sec-7 .stat{
        display: flex;
        flex-direction: row;
        flex-wrap:wrap ;
        justify-content: space-between;
    }
    #sec-7 img{
        width: 45%;
        margin-right:30px ;
    }
    #sec-7 .obj{
        width: 50%;
    }
    #sec-7 .obj *{
        text-align: left;
    }
    #sec-8 .wrap{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #sec-8 .contact{
        width: 60%;
    }
    #sec-8 form{
        margin: 0px 10px 0px 10px;
        width: 40%;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.container {
		width: 1140px;
	}
}

@media (min-width: 1400px) {  
	.container {
		width: 1340px;
	}
}
