.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  
 body {
  font-family: "poppins", sans-serif;
  line-height: 1.7;
  color: #516171;
  
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  color: #092932;
}
a{
  color: #092932;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 500;
}
a:hover {
  color: rgb(255, 44, 7);;
}
img {
  width: 100%;
}
section{
  padding-top: 80px;
  padding-bottom: 80px;
  
}
.bg-cover{
  background-position: center !important;
  background-size: cover !important;
  background-position: center !important;
}
.intro{
  margin-bottom: 40px;
}
.intro h6{
  font-weight: 400;
  color: rgb(255, 44, 7);;
}
.intro p{
  max-width: 500px;
  margin: auto;
}
/* Navbar */

.top-nav{
  background-color:rgb(255, 44, 7);
  padding-top: 5px;
  padding-bottom: 5px;

}
.top-nav p{
  margin-bottom: 0;
  display: inline-block;
  margin-right: 16px;
  color: #000000;
}

.top nav i,
.top-nav span{
  vertical-align: middle;
}
.social-links a{
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100%;
}
.social-links a:hover{
  color: #000000;
}
.navbar{
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
  color: rgb(255, 44, 7);
}
.navbar-brand{
  font-weight: 700;
  font-size: 26px;
  color: #092032;
}
.navbar-brand span{
  color: rgb(255, 44, 7);
}

/* BTN */

.btn{
  padding: 9px 24px;
  font-weight: 500;
}
.btn-brand {
  background-color: rgb(255, 44, 7);
  color: #000000;
  border-color: rgb(255, 44, 7);
}

.btn-brand:hover{
  color: rgb(255, 44, 7);
  background-color: rgb(54, 44, 30);
}



/* Slider */
#hero-slider h1{
  font-weight: 700;
}
.slide1{
  background-image: linear-gradient(rgba(4,9,30,0.4), rgba(4, 9, 30, 0.4)), url(/img/mornar.png) ;
}
.slide2{
  background-image: linear-gradient(rgba(4,9,30,0.4), rgba(4, 9, 30, 0.4)), url(/img/footer\ img.jpg) ;
}

/* OWL CAROUSEL*/
.owl-prev,
.owl-next{
  position: absolute;
  top: 50%;
  width: 60px !important;
  height: 60px;
  display: grid;
  place-items: center;
  background-color: #bbb7b738 !important;
  margin-top: -30px !important;
  color: #fff;
  font-weight: 700 !important;
  font-size: 12px !important;
  border-radius: 100px !important;
  
}
.owl-prev{
  left: 0;
}
.owl-next{
  right: 0;
}
.owl-next:hover,
.owl-prev:hover{
  background-color: rgb(255, 44, 7) !important;
}

/* INFOBOX*/
.info-box{
  display: flex;
  align-items: center;
}
.info-box img{
  width: 90px;
  margin-right: 24px;

}
/*About*/
.about{
  display: flex;
  align-items: center;
}

.info-box img{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  left: 0;
  margin-right: 60px;
  display: inline-block;
}
.info-box p{
  margin-right: 75px;
}
#seagull{
  width: 300px;
  height: 300px;
  border-radius: 100%;
  left: 0px;
  margin-left: 50px;
}
/* MILESTONE */
#milestone{
  background: linear-gradient(rgba(255, 44, 7, 0.4), rgba(255, 44, 7, 0.4));
}
#milestone .display-4,
#milestone p{
  color: #ffff;
}

#milestone .display-4{
  font-weight: 700;
}

/* SERVICES */
.service-box{
  padding: 52px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: smaller;
  margin-bottom: 20px;
}
.service-box img{
  width: unset;

}
.service-box h5{
  margin-top: 12px;
  margin-bottom: 8px;  /* Ovde stajem, nastavljam kasnije*/
  font-weight: 700;
}
.service-box:hover{
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  transition: 0.5s;
  
}


/* ADDON */
#workingman{
  width: 350px;
  height: 350px;
  border-radius: 100%;
  left: 0px;
  margin-top: 50px;
}
#vectorbackground{
  background-image: linear-gradient(rgba(4, 9, 30, 0.473), rgba(4, 9, 30, 0.315)), url(/img/blue-themed--comic-like--factory-interior-with-lot.svg) ;
  height: 1050px;
  width: auto;
}
/* Products*/
.product{
  font-weight: 700px;
  
}
.product img{
  transition: 0.3s all;
}
.product:hover img{
  opacity: 0.7;
  transform: translateX(5px) translateY(5px);
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.p-img{
  height: 250px;
  width: 250px;
}

/* CONTACT BOX */
.contact-box{
  padding: 52px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  height: 300px;
  width: 380px;
  display: flex;
  justify-content: center;
}
.contact-box img{
  width: 30%;
  height: 30%;

}
.contact-box h5{
  margin-top: 12px;
  margin-bottom: 8px;  /* Ovde stajem, nastavljam kasnije*/
  font-weight: 700;
  
}
.contact-box:hover{
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  transition: 0.5s;
  
}
.contact-box img:hover{
  width: 35%;
  height: 35%;
  transition: 0.2s ease-out;
}

/* PROJECT */
#project-slider .owl-next,
#project-slider .owl-prev{
  background-color: rgba(255, 255, 255, 0.178) !important;
}
#project-slider .owl-next:hover,
#project-slider .owl-prev:hover{
  background-color: rgb(255, 44, 7) !important;
}


.project{
  position: relative;

}

.project .overlay {
  background: linear-gradient(to bottom, rgba(255, 208, 205, 0.0), rgba(255, 208, 205, 0.8));
  position: absolute;
  width: 100%;
  height: 240px;
  bottom: 0;
  left: 0;

}

.project .content{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 32px;

}
.project h1,
.project h6{
  color: black;
}
.project h6{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.project h6::before{
  content: '';
  height: 2px;
  width: 24px;
  background-color: red;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.project img{
  height: 65vh;
  width: 200px;

}

@media(max-width: 700px ){
  .project img{
    height: 55vh;
  }
  
}

/* TEAM */
.team-member{
  text-align: center;
}
#team-member .img-wrapper{
  position: relative;
  overflow: hidden;
}
.team-member .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.13);
  transition: all 0.4s ease;
  opacity: 0;
}

.team-member .social-links{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  opacity: 0;
}

.team-member:hover .overlay{
  opacity: 1;
  top: 0;
}
.team-member:hover .social-links{
  opacity: 1;
  top: 50%;
}

.team-member h5{
  margin-top: 24px;
}

/* REVIEWS */
#reviews{
  background: linear-gradient(rgba(9,32,50,0.8), rgba(9,32,50,0.8)), url(.../img/)
}

.review{
  max-width: 900px;
  margin: auto;
  text-align: center;

}
.review img{
  width: 85px !important;
  border-radius: 100px;
  margin: auto;


}
.review h4{
  margin-top: 16px;
}
.review h4,
.review p{
  color: white;

}
.review small{
  color: rgb(255, 44, 7);
}

.review p{
  margin-top: 200px;
}

/* BLOG POST */
.blog-post{
  position: relative;
}
.blog-post .tag{
  padding: 4px 12px;
  background-color: rgb(255, 44, 7);
  color: black;
  border-radius: 100px;
  top: 20px;
  left: 20px;
  position: absolute;
}
.blog-post a{
  font-weight: 700;
}

.blog-post h4{
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-post img{
  margin-bottom: 12px;
}
.blog-post small{
  color: rgb(255, 44, 7);
  text-decoration: underline;
  text-transform: uppercase;
}

/* Footer */
.footer{
  height: 15vh;
  margin: auto;
  padding: auto;
  border-top: 2px black solid;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(/img/footer\ img.jpg);
  background-size: cover;
  position: relative;
}

/* FORM */
  .form-control:focus{
    box-shadow: none;
    border-color: rgb(255, 44, 7);
  }


  /* MONKEY */

 