/* first container css starts */
.first-main-container {
  height: 90vh;
  background-image: url(../img/products/cctv.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(34, 33, 33, 0.263);
  background-blend-mode: multiply;
}

.first-sub-container h1 {
  text-align: center;
  padding-top: 15%;
  font-size: 60px;
  color: white;
}

.first-sub-container h1 span {
  font-size: 60px;
}


@media(max-width:1180px) {

  .first-main-container {
    height: 80vh;
  }

  .first-sub-container h1 {
    padding-top: 15%;
  }
}

@media(max-width:811px) {
  .first-main-container {
    height: 60vh;
  }

  .first-sub-container h1 {
    padding-top: 20%;
  }

}

@media(max-width:450px) {
  .first-main-container {
    height: 75vh;
  }

  .first-sub-container h1 {
    padding-top: 40%;
    font-size: 40px;
  }

}


@media(max-width:376px) {
  .first-main-container {
    height: 95vh;
    margin-bottom: 100px;
  }
  
  .txt-cont h1 {
    font-size: 30px !important;
  }
  
  .txt-cont p {
    font-size: 17px !important;
  }
}


@media(max-width:326px) {
  .first-main-container {
    height: 95vh;
    margin-bottom: 20px;
  }

  .first-sub-container h1 {
    font-size: 30px !important;
  }

  .txt-cont h1 {
    font-size: 30px !important;
  }

  .txt-cont p {
    font-size: 17px !important;
  }
}

/* first container css ends */



/* second container css starts */
.cont {
  display: flex;
  justify-content: center;
  margin: 100px 0px;
  background-color: rgba(32, 32, 32, 0.656);
  padding: 50px 0px;
  border-radius: 8px;
}

.img-cont {
  width: 45vw;
  padding: 30px;
}

.img-cont img {
  border-radius: 8px;
}

.txt-cont h1 {
  margin-bottom: 20px;
  font-size: 50px;
  text-align: center;
  color: white;
}

.txt-cont {
  width: 45vw;
  font-size: 20px;
  text-align: justify;
  color: white;
}

.img-cont img {
  width: 100%;
}

@media(max-width:1180px) {
  .img-cont img {
    margin-top: 140px;
  }
}

@media(max-width:811px) {
  .cont {
    display: block;
    padding: 0px 0px;
  }

  .img-cont {
    width: 97vw;
    padding: 10px;
  }

  .img-cont img {
    margin-top: 50px;
    width: 100%;
  }

  .txt-cont {
    width: 97vw;
    padding: 50px;
  }
}

@media(max-width:450px) {

  .cont {
    padding: 10px 0px;
    margin: 20px 0px;
  }

  .img-cont {
    width: 95vw;
    padding: 10px;
  }

  .txt-cont {
    width: 95vw;
    padding: 20px;
  }

  .txt-cont h1 {

    font-size: 40px;
  }

  .txt-cont {
    font-size: 18px;
  }

  p .blue,
  p .red {
    font-size: 19px !important;
  }
}

/* second container css ends */



/* third container css starts */
.third-sub-container {
  flex-direction: row-reverse;
}

@media(max-width:1180px) {
  .third-sub-container .img-cont img {
    margin-top: 180px;
  }
}


@media(max-width:1180px) {
  .third-sub-container .img-cont img {
    margin-top: 180px;
  }
}

@media(max-width:811px) {
  .third-sub-container .img-cont img {
    margin-top: 80px;
  }
}

@media(max-width:450px) {
  .third-sub-container .img-cont img {
    margin-top: 50px;
  }
}

/* third container css ends */

/* fifth container css starts */
.fifth-main-container .btn-cont button img {
  width: 30px;
  margin: 5px 10px;
  transition: .5s;
}

.fifth-main-container .txt-cont {
  width: 100%;
}

.fifth-main-container .btn-cont {
  text-align: center;
}

.fifth-main-container .btn-cont button {
  padding: 10px 20px;
  font-size: 20px;
  margin: 50px 0px;
  border-radius: 10px;
  font-weight: 600;
  width: 250px;
  transition: .8s;
}

.fifth-main-container .btn-cont button:hover img {
  transition: .5s;
  margin-right: 30px;
  width: 35px;
}

.fifth-main-container .btn-cont button:hover {
  font-size: 25px;
  width: 300px;
  background-color: rgb(102, 255, 47);
}

/* fifth container css ends */