/*:root{
    --dark-color:#d02b2f ;

}*/

body{

    font-family: 'roboto', sans-serif;
}
.navbar {
    background-color: #d02b2f ;
    margin-bottom: 1px ;
 }

.navbar .navbar-nav .nav-link {
    color: white;
}


.navbar .navbar-nav .nav-link .active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: #f3b802;
}

.btn {
    color: white;
    border-color: white;
}

.btn:focus,
.btn:hover {
    color: #f3b802;
        
}

.navbar .navbar-toggler {
    
    color: white;
    border-color: white;
}

.n2 {
    
  color: white;
  border-color: white;
}

.navbar .navbar-toggler:focus {

    box-shadow: none;
    color: #f3b802;
    border-color: #f3b802;
}

.span-it {
  color: #d02b2f;
}

.nav2 {

  background-color: rgb(91, 88, 88);

  
}

.ui2 {
  padding-left: 6px;
  padding-right: 6px;
}


/*end navbar*/

.cen1 {

    display: flex;
    flex-direction: row;
    margin: 20px;
    justify-content: center;
}

.cen1 h1 { 
   
    color: black;
    font-size: 2em;
    text-align: center;
    padding: 10px;
  }

  .cen1 h1 span {

    color: #d02b2f;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.5em;
    font-family: 'roboto', sans-serif;
  }

  /* start features*/

  .features .feat h4 {

    color: #f3b802 ;
  }

  .title-pro {
    display: flex;
    justify-content: center;
    color:#d02b2f ;
    font-size: 2.2em;
    font-weight: bold;
    margin-top: 30px ;
    margin-bottom: 10px;
 }
 
 .title {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 2.2em;
    font-weight: bold;
    margin-top: 15px;
    
 }

 .img1 {
    width: 350px;
   
 }

 .content {

    display: flex;
    justify-content: center;
    flex-direction:row ;
    flex-wrap: wrap;
    

 }
 .card {
background-color: white;
width: 350px;
box-shadow: 0 5px 25px rgba(1 1 1 /15%);
border-radius: 10pix;
margin: 30px;
min-height: 14em;
overflow: hidden;
transition: 0.7s ease;
 }
.card:hover {
    transform: scale(1.1);
}

.info {
    text-align: center;
}

.info h4 {

    color: #d02b2f;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px;
}

/*.oil-pro {

    display: flex;
    justify-content: center;
    flex-direction:row ;
}*/

.cards{

    background-image: url(../imges/back1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5px;
   
    
}

/*start about*/

.stuff .description {

    max-width: 500px;
}


/* End Subscribe */
/* Start Footer */
.footer {
    background-color:#151515 ;
  }
  .footer .copyright > span {
    color: var(--green-color);
  }
  .footer .copyright div span {
    color: var(--yellow-color);
  }
  .footer .contact ul svg {
    width: 20px;
    height: 20px;
  }
  .footer .facebook {
    background-color: #1877f2;
  }
  .footer .twitter {
    background-color: #1da1f2;
  }
  .footer .linkedin {
    background-color: #0077b5;
  }
  .footer .youtube {
    background-color: #ff0000;
  }

  .logo2 {
    width: 184px;
    height: 120px;
  }

  .logo3 {
    width: 50px;
    height: 30px;
  }
  /* End Footer */

.img2 {

  max-width: 500px;
  height: auto;
}

.img3 {

  max-width: 300px;
  height: auto;
}




