 @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

:root {
  --primary-color: #f60f20;
  --secondary-color: #1b206e;
}

 *, *:before, *:after {
box-sizing: border-box;

}
/* Core Styles */


img {
  display: block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0.5em 0;
}

p {
  margin: 0;
  padding: 1em 0;

}



/* BASE STYLES */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #111;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  
  
}

.logo{
	text-decoration: none;
	 text-align: center;
	 padding-bottom: 5px;
	 padding-top: 2px;
     color: #FFF;
	line-height:80px;
     background: #000;
	 font-size:2.5rem;
	 font-weight:400;
   /*border-bottom: 1px solid #f60f20;*/
	
 }
.logo a{
	text-decoration: none;
	color: #FFF;
		
 }
 
 .logo-img{
	   position: absolute;
	   display: block;
	   vertical-align: middle;
 }

.logo-bottom{
	color:#fff;
	background-color: #000;
	padding-bottom: 15px;
	font-size:16px;
	border-bottom: 1px solid #f60f20;
	font-weight: 300;	
}

.logo-showcase{
	color:#fff;
	padding-top: 10px;
	font-size:20px;
	font-weight: 300;	
}
		
.logo-bullets li{ 
  display:inline;
  padding: 0px 1px ;
 
}




/* TOGGLE */
.toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: var(--primary-color) url(../img/menu.png);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  cursor: pointer;
}

.toggle.active {
  background: var(--primary-color) url(../img/close.png);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}

/* NAVIGATION */
.navigation {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 70%;
  background-color: #fff;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}

.navigation.active {
  left: 0;
}

.navigation ul {
  position: relative;
}

.navigation ul li {
  position: relative;
  list-style: none;
  text-align: center;
}

.navigation ul li a {
  font-size: 2.2rem;
  color: #111;
  text-decoration: none;
  font-weight: 300;
}

.navigation ul li a:hover {
  color: var(--primary-color);
}




.btn {
  display: inline-block;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 1em 2em;
  border: 1px solid #666;
  margin: 0.5em 0;
  cursor: pointer;
  transition: background 500ms ease;
}

.btn:hover {
  background: #eaeaea;
  color: #333;
}




/* Header Showcase */

#showcase {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcase .bg-image {
  position: absolute;
 background-color: #212121;
  background:url('../img/feet.jpg');;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  z-index: -1;
   
}

#showcase h1 {
  padding-top: 55px;
  padding-bottom: 15px;
  font-weight: 500;
}
#showcase p {
	font-weight: 300;
}

#showcase .content-wrap,
#section-a .content-wrap {
  padding: 0 1.5em;
}



/* Section A */

#section-a {
  background: #eaeaea;
  color: #333;
  padding-bottom: 2em;
}

/* Section B */

#section-b {

  padding: 4em 3em ;
  background: #eaeaea;
}




#section-b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#section-b li {
  margin-bottom: 1em;
  background: #fff;
  color: #212121;   
}

#section-b li a{
	color: #212121; 
    /*text-decoration:none;	*/
}

#section-b li a:hover {
  
  color: var(--primary-color);
}


.card-content {
  padding: 1.1em;
}


/* Section C */

#section-c {
  background: #212121;
  color: #fff;
  padding: 2em;
 font-weight: 300;
 margin:auto;
}

#section-c h2{
  font-weight: 550;
  font-size: 1.1em;

}
#section-c h2 a{
  font-weight: 500;
  font-size: 1em;
  color: #fff;
  /*text-decoration:none;*/	 
}

#section-c h2 a:hover {
  text-decoration: none;
  color: #f12020;
}

  

#section-c p{
  font-weight: 250;
   font-size: 1em;
}



/* Section D / Boxes */

#section-d .box {
  padding: 0em 0.5em 1em 2em;
  color: #111;
  margin-left: 0.5em;
  text-align:left;
  
 
}
#section-d .box:first-child {
  background: #fff;
  color: #212121;
}
#section-d {
  background: #fff;
  color: #212121;
}
#section-d h1{
 font-size: 2.2em;
  color: #212121;
  font-weight: 600;
  padding-bottom: 0.5em;
}

#section-d p{ 
padding: 0.5em 0;
}

#section-d h2{ 
	padding: 0.5em 0;
	font-size: 1.3em;
}

#section-d img {
  display: block;
  width:60%;
  height: auto;
  padding: 2em 0.5em;
}



/*--section Contact--*/

#section-contact {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding:40px;
  margin-top: -20px;
}

#section-contact h1{
  font-size: 2.50em;
  color: #212121;
  font-weight: 600;
  padding-bottom: 0.5em;
  text-align: left;
 
}

#section-contact p{
  font-size: 1.1em;
  color: #212121;
  font-weight: 400;
  padding-bottom: 0.5em;
  text-align: left;
   
}

#section-contact p a{
  font-size: 1.1em;
  color: #212121;
  font-weight: 400;
  padding-bottom: 0.5em;
 /* text-decoration: none;*/
   font-weight: 500;   
}


#section-contact p a:hover{
   font-weight: 500;
  color: #f12020;
}




/* CONTACT */

.contact {
  position: relative;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 
}


.contact img {
 box-sizing:border-box;
 
}

.contact-form {
  position: relative;
  background: #efebe9;
  width: calc(100% - 400px);
  padding: 30px 60px;
}

.contact-form form {
  width: 100%;
}

.contact-form .row {
  width: 100%;
  display: flex;
}

.contact-form .input50 {
  width: 50%;
  margin: 0 10px;
}

.contact-form .input100 {
  width: 100%;
  margin: 0 10px;
}

.contact-form .row input,
.contact-form .row textarea {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #111;
  background: transparent;
  width: 100%;
  padding: 10px;
  outline: none;
  font-size: 17px;
  font-weight: 300;
  margin: 10px 0;
  resize: none;
}

.contact-form .row textarea {
  height: 150px;
}

.contact-form .row input[type='submit'] {
  background-color: #f60f20;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  border: 0;
  cursor: pointer;
}

.contact-info {
  width: 350px;
 background: #efebe9;
  padding:165px 40px;
}

.contact-info .info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.contact-info .info-box .contact-icon {
  width: 20px;
  margin-right: 40px;
}

.contact-info .info-box .details h4 {
  color: var(--secondary-color);
}

.contact-info .info-box .details p,
.contact-info .info-box .details a {
  color: #111;
}


/* Footer */


.footer {
display: flex;
flex-flow: row wrap;
padding: 30px 0px 0px 40px;
color: #fff;
background-color: #212121;
text-align: left;
font-size:0.9em;
/*border-top: 2px solid #f60f20;*/
}

.footer > * {
flex:  1 100%;
}

.l-footer {
margin-right: 3.0em;
margin-bottom: 2em;
}



h2 {
font-weight: 600;
font-size: 15px;
}

.footer ul {
list-style: none;
padding-left: 0px;
}

.footer li {
line-height: 1.95em;

}

.footer a {
text-decoration: none;
}


.footer a:hover {
text-decoration: none;
color: #f12020;
}


.r-footer {
display: flex;
flex-flow: row wrap;
}

.r-footer > * {
flex: 1 50%;
margin-right: 1.25em;
}

.box a {
color: #616161;
}

.box h4 {
color: #ccc;
margin-bottom: 1px;
font-weight: 700;
}



.h-box {
column-count: 2;
column-gap: 1.25em;
}

.b-footer {
text-align: center;
margin-left: -40px;
box-sizing: border-box;
color: #999;

line-height:35px;
background-color: #616161;
}




.l-footer p {
  text-align: justify;
  font-size: 1em;
  font-weight: 400;
  color: #757575;
  margin-bottom; 50px;
  
}   


/* Media Queries */

@media screen and (min-width: 600px) {
.r-footer > * {
flex: 1;
}

.features {
flex-grow: 2;
}

.l-footer {
flex: 1 0px;
}

.r-footer {
flex: 2 0px;
}
}


@media (min-width: 700px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 30em)) 1fr;
  }

  #section-a .content-text {
    columns: 2;
    column-gap: 2em;
  }

  #section-a .content-text p {
    padding-top: 0;
  }

  .content-wrap,
  #section-b ul {
    grid-column: 2/4;
  }

  .box,
  #main-footer div {
    grid-column: span 2;
  }

  #section-b ul {
    display: flex;
    justify-content: space-around;
  }

  #section-b li {
    width: 30%;
  }
  

}




@media (max-width: 1068px) {
 .home-img {
    display: none;
  }

 
 section {
    padding:10px 10px 80px 1px;
  }

  .navigation ul li a {
    font-size: 2rem;
  }



  .navigation ul li a {
    font-size: 2em;
  }

  
  .logo {
    top: 10px;
   padding-right: 20px;
	line-height:50px;
    font-size: 1em;
	
  }
#section-d img {
  display: block;
  width:100%;
  height: auto;
  padding: 4em 0.5em;
}
.contact {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    padding: 5px 5px 2px;
  }

  .contact-form .row {
    flex-direction: column;
  }

  .contact-form .input50,
  .contact-form .input100 {
    width: 100%;
    margin: 0;
  }

  .contact-info {
    width: 100%;
    margin-top: 20px;
    padding: 30px 20px 10px;
  }
}












 
