
p{
  font-family: Montserrat, sans-serif;
  color: #f8fcfc;
  line-height: 36px;
}
h1{
  font-family: Montserrat, sans-serif;
  line-height: 36px;
  color: #f8fcfc;

}


/*header section*/

.transparent-header{
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0); /* Adjust the alpha value to control the transparency */
  z-index: 1000; /* Ensure header is stacked on top of banner */
}

.navbar-solid{
  background-color: #092a30;
  transition: background-color 0.5s ease;
}

.navbar-brand {
  color: #ffffff;
  font-family: 'Michroma', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.navbar-brand:hover{
color: #fff;
}
.navbar-toggler{
  color: #fff;
  border: none;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  margin: 0 25px;
  padding: 0;
  padding-top : 10px;
  padding-bottom : 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.navbar .navbar-nav .nav-link:hover {
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: #eee;
  color: black;
}

ul.navbar-nav li a{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}



/*end header section*/

/*banner section*/


.banner {
  background-image: url(../img/supplier-company.jpeg);
  background-size: cover;
  background-position: center;
  height: 500px; /* Adjust height as needed */
  position: relative;
  z-index: 1; /* Ensure banner is stacked behind header */
}
.banner-g {
  background-size: cover;
  background-position: center;
  height: 500px; /* Adjust height as needed */
  position: relative;
  z-index: 1; /* Ensure banner is stacked behind header */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.5); /* Adjust the alpha value to control the opacity */
}


.banner-content{
  padding-top: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.text-banner{
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 10px;
}
.p-banner-container{
  padding-left: 10rem;
  padding-right: 10rem;
}


/*end banner section*/

/*Who we are section*/


.h1-who-we-are{
  font-family: Montserrat;
  font-weight: 700;
  color: rgb(2, 97, 80);
}
.p-who-we-are{
  font-family: Montserrat;
  color: black;
}

.btn-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content-btn {
  border: 1px solid #bababa;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 20px 30px;
  color: #092a30;
  text-decoration: none;
  letter-spacing: 5px;
  font-size: 18px;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.arrow img {
  cursor: pointer;
}

.arrow img:hover {
  animation: animate 1s linear infinite;
}

@keyframes animate {
  0% {
    transform: translateY(-5px);
  }
  10% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(2px);
  }
  40% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(8px);
  }
  80% {
    transform: translateY(10px);
  }
  90% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(-5px);
  }
}


  /*end Who we are section*/

  /* start what we do section*/
  
  .parallax{
      background-attachment: fixed;
      background-size: cover;
  }
  
  .what-we-do-home{
      background-image:url(../img/ey-professional-multiethnic-colleagues-discussing-project-in-office.jpg);
      height: 500px;
      align-items: center;
      margin-top: 18px;
  
  }
  
  .green-bg{
      background-color: #092a30;
      padding: 62px 0;
  
  }
  
  a.glass-button {
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 20px 30px;
      text-decoration: none;
      letter-spacing: 2px;
      transition: 0.6s all ease;
      align-items: center;
      flex-direction: column;
      
  }
  
  .glass-block p{
      padding: 25px 21%;
      min-height: 122px;
      display: flex;
  }
  
  .glass-block:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .h3-what-we-do{
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 5px;
  }
  .p-what-we-do{
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    margin-top: 20px;
  }

  /*end what we do section*/

  /*start catalog section*/


.actiontow{
background-image:url(../img/catalog.png);
height: 500px;
align-items: center;
background-size: cover;
}

/*end catalog section*/

/*start partners section*/


.content .default-content {
padding: 70px 0;
padding-bottom: 60px;
}
.center {
text-align: center;
}
h2 {

line-height: 56px;
text-transform: uppercase;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
letter-spacing: 5px;
color:  rgb(2, 97, 80);
padding: 0 15%;
}

.p-partners{
font-family: Montserrat;
color: #092a30;
line-height: 36px;
justify-content: center;
padding: 40px 20%;
}
/*end partners section*/

/*get in touch section*/


.call-actiontwo {
padding: 10% 0;
overflow: hidden;
position: relative;
}
.content-parallax {
padding-bottom: 30px;
}

.glass-block {
text-align: center;
}
.h2-contact{

line-height: 56px;
text-transform: uppercase;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
letter-spacing: 5px;
color:  rgb(255, 255, 255);
padding: 0 15%;

}
.project-button {
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
text-transform: uppercase;
border: 2px solid rgba(255, 255, 255, 0.2);
padding: 10px 30px;
text-decoration: none;
letter-spacing: 2px;
transition: 0.6s all ease;
align-items: center;
flex-direction: column;

}
.project-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(36, 36, 36, 0.5); /* Adjust the alpha value to control the opacity */
}

/*start footer section*/

.content-bg{
background-color:#092a30;
display: block;
}
.footer-blocks {
display:flex;
border-bottom: 1px solid rgba(255, 255, 255, 0.34);
padding-top: 25px;

}

.single-block {
padding: 35px 0;
text-align: center;
display: block;
}
h4{
padding: 0%;
margin: 0;
text-transform: uppercase;
font-weight: 400;
font-family: 'Roboto', sans-serif;
letter-spacing: 4px;
color: #fff;
}
footer li {
position: relative;
display: block;
color: #fff;
text-transform: uppercase;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
letter-spacing: 2px;
padding: 10px 0;
list-style: none;

}
a{
text-decoration: none;
color: #fff;
}
.ul-display{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/*end footer section*/

/*what we do page*/

.banner-what-we-do{
background-image: url(../img/second-page-home.jpg);
background-size: cover;
background-position: center;
height: 500px; /* Adjust height as needed */
position: relative;
z-index: 1; /* Ensure banner is stacked behind header */

}

.img-div{
height: 300px;
overflow: hidden;
}

.shadow-left {
  box-shadow: -6px 0 6px -6px #333;
}

.overlay-what-we-do {
position: absolute;
width: 100%;
bottom: 0px;
left: 0px;
padding: 7px 20px;
background: rgba(9, 42, 48, 0.5);
transition: 0.2s all ease;
}

/*end what we do page*/

/*safety page*/

.banner-safety{
background-image: url(../img/safety-banner.png);
background-size: cover;
background-position: center;
height: 500px; /* Adjust height as needed */
position: relative;
z-index: 1; /* Ensure banner is stacked behind header */
}


.home .carousel-item{
min-height: 500px;
background-position: center;
background-size: cover;
position: relative;
z-index: 1;
}
.home .carousel-item:before{
content: '';
position: absolute;
left:0;
top:0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
z-index: -1;
}
.home .carousel-item .container{
position: absolute;
left: 50%;
top:50%;
transform: translate(-50%,-50%);
text-align: center;
}
.home .carousel-item h2{
font-size: 80px;
color: #ffffff;
margin:0 0 10px;
opacity: 0;

}
.home .carousel-item p{
font-family: 'Courier New', Courier, monospace;
font-size: 30px;
margin:0;
color: #eeeeee;
opacity:0;
}
.home .carousel-item.active h2{
animation: fadeInLeft 0.5s ease forwards;
}
.home .carousel-item.active p{
animation: fadeInRight 0.5s ease forwards;
}

@keyframes fadeInLeft{
0%{
  opacity: 0;
  transform: translateX(-30px);
}
100%{
  opacity: 1;
  transform: translateX(0px);
}
}
@keyframes fadeInRight{
0%{
  opacity: 0;
  transform: translateX(30px);
}
100%{
  opacity: 1;
  transform: translateX(0px);
}
}

.home .carousel-controls{
position: absolute;
left: 50%;
bottom: 40px;
z-index: 10;
transform: translateX(-50%);
}

.home .carousel-indicators{
position: relative;
margin:0;
}

.home .carousel-indicators li{
height: 3px;
width: 14px;
margin:0 5px;
/*border-radius: 50%;*/
background-position: center;
/*background-size: cover;*/
border:3px solid transparent;
transition: all 0.3s ease;
}
.home .carousel-indicators li.active{
border-color: #ffffff;
transform: scale(1.2);
}

.home .carousel-control-next, 
.home .carousel-control-prev{
height: 60px;
width: 60px;
opacity: 1;
z-index: 3;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
transition: all 0.3s ease;
}
.home .carousel-control-next:hover, 
.home .carousel-control-prev:hover{
 box-shadow: 0 0 10px #ffffff;
}
.home .carousel-control-next img, 
.home .carousel-control-prev img{
 width: 30px;
}
.home .carousel-control-next{
right: -90px;
}
.home .carousel-control-prev{
left: -90px;
}

/*responsive*/
@media(max-width: 767px){
.home .carousel-control-next, 
.home .carousel-control-prev{
  display: none;
}
.home .carousel-indicators li{
  height: 60px;
  width: 60px;
}
.home .carousel-item h2{
  font-size: 45px;
}
.home .carousel-item p{
  font-size: 22px;
}
}

.safety-list{
padding: 5% 15%;
}

ul.safety-ul{
list-style-type: square;
color: #ffffff;
list-style: none;
}


.safety-list li{
color: #111010;
text-transform:capitalize;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
letter-spacing: normal;
padding: 10px 0;
list-style-type: square;

}
.safety-list p{
padding-right: 5%;
color: #111010;
}

/*end safety page*/


/*start fire fight and rescue page*/

.banner-extinguisher{
background-image: url(../img/fire-extinguishers.jpg);
background-size: cover;
background-position: center;
height: 500px; /* Adjust height as needed */
position: relative;
z-index: 1; /* Ensure banner is stacked behind header */
}

/*end fire fight and rescue page*/

/*start pumps page*/

.banner-pumps{
background-size: cover;
background-position: center;
height: 500px; /* Adjust height as needed */
position: relative;
}
/*end pumps page*/

/*start who we are page*/

main {
width: 100vw;
height: 100vh;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.card{
width: 400px;
background-color: white;
border-radius: 10px;
-webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.14);
box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.14);
margin: auto;
text-align: left;
cursor: pointer;
position: relative;
height: 360px;
display: inline-block;
transform: scale(.9);
transition: all .3s;
}

.card:hover{
transform: scale(.95);
}

.card-top {
width: 100%;
height: 270px;
background-color: #f1f1f1;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.card-top > img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
height: 100%;
}
.card-mid{
padding: 5px 20px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 50px;
background-color: white;
border-bottom-left-radius: 10px;
overflow:hidden;
border-bottom-right-radius: 10px;
transition: all .3s;
}
.card-mid h4{
padding: 0%;
margin: 0;
font-family: 'Roboto', sans-serif;
font-size: 20px;
margin-bottom: 10px;
color: #092a30;
}
.card-mid label{
margin: 0;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
color: grey;
}
.card-image{
transition: all .3s;
object-fit: cover;
}
.card:hover .card-image {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}
.card-desc {
transition: all .3s .2s;
border-left: 0px solid #b4deac;
}
.card:hover .card-desc {
border-left: 2px solid #b4deac;
padding-left: 8px;
}
.card-blur-zone {
position: absolute;
bottom: 0;
right: 0;
left: 0;
height: 15px;
background-color: rgba(255, 255, 255, .8);

}

/*end who we are page*/

/*start contact page*/
.form-control{
margin-top: 3% ;
background-color: rgb(233, 233, 233);
border-style: none;
padding-bottom: 20px;

}

#message{
height: 100px;
margin-top: 2% ;
margin-left: 0%;
margin-right: 0%;
margin-bottom: 2%;
resize: none;
border-style: none;
height: 200px;
}


.submit-block{
display: flex;
flex-direction: column;
align-items: center;
}


#contact-btn{
margin-top: 2%;
margin-right: 2%;
border-style: solid;
border-color: rgb(105, 105, 105);
padding-bottom: 15px;
padding-top: 15px;
padding-left: 25px;
padding-right: 25px;
margin-bottom: 2%;

}

/*end contact page*/






/*x-small devices*/
@media (max-width: 767px) {
  p{
      font-size: 0.8rem;
  }
  h1{
      font-size: 0.80rem;
  }
  .text-banner {
      line-height: 30px;
      letter-spacing: 5px;
  }
  .content-btn{
      font-size: 8px;
      padding: 15px 10px;
      letter-spacing: 2px;
  }
  .p-banner-container{
      padding-left: 0rem;
      padding-right: 0rem;
  }
  .actiontow{
    background-position: -500;
  }
  .what-we-do-home{
    background-image: url(../img/countdownt-small-home.jpg);
  }
  .collapse-img{
    background-image: url(../img/flare.png);
    background-size: cover;
  }
}


/*small devices*/
@media (min-width: 768px) {
  p{
      font-size: 0.75rem;
  }
  h1{
      font-size: 0.75rem;
  } 
  .content-btn{
      font-size: 12px;
  }
  .actiontow{
    background-position: -400;
  }
  .collapse-img{
    background-image: url(../img/flare.png);
    background-size: cover;
  }
}

/* medium devices */
@media (min-width: 992px) { 
  p{
      font-size:  0.8rem;
  }
  h1{
      font-size: 1.5rem;
  }
  .actiontow{
    background-position: 0;
  }
  .collapse-img{
    background-image: none;
  }
}

/* large devices */
@media (min-width: 1200px) { 
  p{
      font-size: 1rem;
  }
  h1{
      font-size: 1.5rem;
  }
  .collapse-img{
    background-image: none;
  }
}

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

.corousel{
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.main-corousel {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1), &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) { left: 50%; }
  &:nth-child(4) { left: calc(50% + 220px); }
  &:nth-child(5) { left: calc(50% + 440px); }
  &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
}

.content-corousel {
  width: min(30vw,400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica,sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0,0,0,0.5);
  opacity: 0;
  display: none;

  & .title-carousel {
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
  }

  & button {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.item:nth-of-type(2) .content-corousel {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content-corousel {
    & .title-carousel { font-size: 1rem; }
    & .description  { font-size: 0.7rem; }
    & button        { font-size: 0.7rem; }
  }
  .item {
    width: 160px;
    height: 270px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 170px); }
    &:nth-child(5) { left: calc(50% + 340px); }
    &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
  }
}

@media (width < 650px) {
  .content-corousel {
    & .title-carousel { font-size: 0.9rem; }
    & .description  { font-size: 0.65rem; }
    & button        { font-size: 0.7rem; }
  }
  .item {
    width: 130px;
    height: 220px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 140px); }
    &:nth-child(5) { left: calc(50% + 280px); }
    &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
  }
}




