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

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.header .header-navigation .menu .active {
  color: #e90e0e;
}
.header-icon.social {
    float: right;
}
.header-icon.social i {
    background: #e90e0e;
    font-size: 22px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	    font-size: 17px;
    padding: 10px;
}
.header-icon.social.contact-p {
    float: left;
    width: 100%;
    margin: 24px 0;
}
.header-icon.social i:hover {
    background: #bd0d0d;
   transition:0.3s ease;
}
/* header */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.header-navigation {
  width: 70%;
  height: 10vh;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 0px 10px 0px;
}

.header-cta {
    padding: 1rem;
    background-color: #1f1f1f;
    height: auto;
    overflow: hidden;
}

.header-cta span {
  width: 70%;
  margin-left: 15%;
  color: #fff;
  font-size: 1.6rem;
}

.header-cta span:last-child {
  margin-left: 3%;
}

@media screen and (max-width: 992px) {
	.header-icon.social {
    float: right;
    margin-left: 14%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-icon.social i {
    background: #e90e0e;
    font-size: 22px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    padding: 8px;
}
.header-icon.social.contact-p i {
    background: #e90e0e;
    font-size: 22px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	    font-size: 17px;
    padding: 10px;
}
  .header-cta {
    display: flex;
    flex-direction: column;
  }

  .header-cta span:last-child {
    margin-left: 15%;
  }
}

.header-cta a {
  color: #fff;
  font-size: 1.6rem;
}

.header-cta i {
  margin-right: 1rem;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: transparent;
}

.header li a {
  display: block;
  padding: 20px 20px;
  color: #1f1f1f;
  background-color: #fff;
  font-size: 2rem;
  transition: all 0.5s ease;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #e90e0e;
  transform: translateY(-5px);
}

.header .logo {
  display: block;
  float: left;
}

.header .logo img {
  width: 100%;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 768px) {
  .header li {
    float: left;
  }

  .header li a {
    padding: 20px 30px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}

@media (max-width: 768px) {
  .header li a:hover,
  .header .menu-btn:hover {
    transform: translateX(5px);
  }
}

/* header end */

/* main */
/* phone icon */

.phone-icon {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.phone-icon a {
  background-color: #006994;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 3px 7px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 7px 12px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.phone-icon i {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s;
}

.phone-icon a:hover {
  transform: scale(1.1);
}

.phone-icon a:hover i {
  transform: rotate(30deg);
}

/* phone icon end */

/* banner */
section.banner {
  width: 100%;
  height: 90vh;
  background: url("slike/odgusenje-kanalizacije.jpg") no-repeat center/cover;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-start;
}

.banner-text {
  width: 70%;
  margin: 0 auto;
  margin-top: 25vh;
}

.banner-text h1 {
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.banner-text p {
  font-size: 26px;
  margin-bottom: 2rem;
  color: #e90e0e;
}

.banner-text p i {
  margin-right: 1.5rem;
}

@media screen and (max-width: 576px) {
  .banner-text h1 {
    font-size: 56px;
  }
}

/* banner end */

/* info */

section.info {
  width: 100%;
  background-color: #eee;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.info-homepage {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-left: 15%;
}

section.info h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 5rem;
}

.info .info-text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.info .info-text p {
  font-size: 2.4rem;
}

.info .info-text p i {
  margin-right: 1rem;
}

section.info .info-image img {
  box-shadow: 5px 5px 0px #000, 10px 10px 0 #e90e0e;
  transition: all 0.5s;
}

section.info .info-image img:hover {
  box-shadow: 5px 5px 0px #e90e0e, 10px 10px 0 #000;
}

section.info h2::after {
  content: "";
  display: block;
  width: 220px;
  height: 7px;
  margin-top: 12px;
  margin-left: 35vw;
  background: #e90e0e;
}

@media screen and (max-width: 992px) {
  .info-homepage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info-homepage .info-image img {
    width: 70vw;
  }

  .info-homepage .info-text p {
    margin-bottom: 3rem;
  }
 
}

@media screen and (max-width: 768px) {
  section.info h2::after {
    margin-left: 10vw;
  }
}

/* info end */

/* info-com */

section.info-com {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.info-com h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 5rem;
}

.info-com h2::after {
  content: "";
  display: block;
  width: 220px;
  height: 7px;
  margin-top: 12px;
  margin-left: 22vw;
  background: #e90e0e;
}

.info-com .info-text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  order: 2;
}

.info-com .info-text p {
  font-size: 1.8rem;
}

.info-com .info-text p i {
  margin-right: 1rem;
}

.info-com .info-image img {
  box-shadow: -5px 5px 0px #000, -10px 10px 0 #e90e0e;
  transition: all 0.5s;
}

.info-com .info-image img:hover {
  box-shadow: -5px 5px 0px #e90e0e, -10px 10px 0 #000;
}

@media screen and (max-width: 992px) {
  .info-com .info-text {
    order: 0;
  }
}

/* info-com end*/

/* locations */

.locations-back-img {
  width: 100%;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("slike/odgusenje-kanalizacije-beograd.jpg") no-repeat center/cover;
}

.locations {
  width: 70%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.locations h2 {
  font-size: 3.4rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.location-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.location-items p {
  font-size: 1.6rem;
  flex: 1 1 20%;
  margin-bottom: 3rem;
  margin-right: 1rem;
  border: 1px solid #333;
  text-align: center;
  padding: 15px 30px;
  -webkit-box-shadow: 0px 10px 20px 0px #000000;
  box-shadow: 0px 10px 20px 0px #000000;
}

.location-items + p {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  color: #e90e0e;
  text-decoration: underline;
}

/* locations end*/

/* main end */

/* usluge */

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("slike/odgusenje-kanalizacije-beograd.jpg") no-repeat center/cover;
}

.services h1 {
  font-size: 6.6rem;
  margin-top: 10vh;
}

.services-info {
  width: 70%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.services-info .items {
  display: flex;
}

.services-info .item2 .item-text,
.services-info .item4 .item-text,
.services-info .item6 .item-text,
.services-info .item8 .item-text {
  order: 2;
  padding-left: 1rem;
}

.services-info .item2 img,
.services-info .item4 img,
.services-info .item6 img,
.services-info .item8 img {
    box-shadow: -5px 5px 0px #000, -10px 10px 0 #e90e0e;
    transition: all 0.5s;
}

.services-info .item2 img:hover,
.services-info .item4 img:hover,
.services-info .item6 img:hover,
.services-info .item8 img:hover {
    box-shadow: -5px 5px 0px #e90e0e, -10px 10px 0 #000;
}

.services-info .item1 img,
.services-info .item3 img,
.services-info .item5 img,
.services-info .item7 img {
    box-shadow: 5px 5px 0px #000, 10px 10px 0 #e90e0e;
    transition: all 0.5s;
}

.services-info .item1 img:hover,
.services-info .item3 img:hover,
.services-info .item5 img:hover,
.services-info .item7 img:hover {
    box-shadow: 5px 5px 0px #e90e0e, 10px 10px 0 #000;
}

.services-info .item1 .item-text,
.services-info .item3 .item-text,
.services-info .item5 .item-text,
.services-info .item7 .item-text {
  padding-right: 1rem;
}

.services-info .items:not(:last-child) {
  margin-bottom: 10rem;
}

 .services-info h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 7px;
  margin-top: 12px;
  background: #e90e0e;
}

.services-info h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 3.4rem;
}

.services-info .item-text p {
font-size: 1.6rem;
margin-bottom: 0.5rem;
}

img {
  width: 35vw;
}

.services-info .item-text span {
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .services h1 {
    font-size: 4.6rem;
  }

  .services-info .items {
    display: flex;
    flex-direction: column;
  }

  .services-info .item-image img {
    width: 100%;
  }

  .services-info .item2 .item-text,
  .services-info .item4 .item-text,
  .services-info .item6 .item-text,
  .services-info .item8 .item-text {
    order: 0;
  }

  .services-info .item-text {
    margin-bottom: 4rem;
    line-height: 1.7;
  }

}

/* usluge end */

/* kontakt */

.contact {
  width: 70%;
  height: 90vh;
  margin-left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .text,
.contact .contact-image {
  flex: 1 1 50%;
}

.contact .text h1 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

.contact .text a {
  color: #000;
}

.contact span {
  font-size: 2.8rem;
}

.contact .text span i {
  padding: 1rem;
  background-color: #e90e0e;
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
}

.contact .text p {
  margin-top: 3rem;
  font-size: 1.8rem;
}

.contact-image img {
  width: 100%;
  height: auto;
  margin-top: 20vh;
  box-shadow: 5px 5px 0px #000, 10px 10px 0 #e90e0e;
  transition: all 0.5s;
}

.contact-image img:hover {
  box-shadow: 5px 5px 0px #e90e0e, 10px 10px 0 #000;  
}

.contact-info-back {
  width: 100%;
  background-color: #eee;
  padding: 5rem;
}

.contact-info {
  width: 70%;
  margin-left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-info div p {
  font-size: 2.6rem;
  color: #e90e0e;
}

.contact-info div i {
  margin-right: 1rem;
  font-size: 5rem;
}

@media screen and (max-width: 992px) {
  .contact {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact .text h1 {
    margin-top: 25vh;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-info div {
    margin-bottom: 3.5rem;
  }

  .contact-info div p {
    font-size: 2.8rem;
  }

  .contact-info div i {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {

  .contact .text span {
    font-size: 2.2rem;
  }

  .contact-info div p {
    font-size: 2.2rem;
  }

  .contact-info div i {
    font-size: 3rem;
  }
}

/* kontakt end */

/* footer */

footer {
  background-color: #1f1f1f;
  width: 100%;
  height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

/* footer end */

/* 404 */

.page-not-found {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}

.page-not-found h1 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

.page-not-found .not-found-img {
  margin-bottom: 3rem;
}

.page-not-found .not-found-img img {
  width: 100%;
  height: auto;
}

.page-not-found h2 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
}

.page-not-found a {
  font-size: 2rem;
  text-decoration: underline;
  background-color:  #ff3300;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
}

.page-not-found a i {
  margin-right: 1rem;
}

/* 404 end */

