/* navbar section */
.navbar-brand {
  font-weight: bold;
  font-size: 2.5rem;
}

.first {
  color: white;
}

.second {
  color: red;
  margin-left: -14px;
}



.nav-item {
  font-size: 1.5rem;
  margin-left: 30px;
}

ul.navbar-nav a:hover {
  color: red !important;
}

.container-fluid {
  padding: 1% 10% 1% 0
}

/* title section */


.gif-icon {
  width: 100%;
  height: 460px;
}

@media (max-width:850px){
  .gif-icon {
    width: 100%;
    height: auto;
  }
}



/* mybusiness section*/

#mybusiness {
  text-align: center;

  font-size: 1.25rem;
  padding: 4% 17%;
}

.business-icons {
  width: 20%;
  padding-bottom: 10%
}

h2 {
  font-weight: bold;
  padding-bottom: 2%;
}

.bussines-p {
  text-align: justify;
  color: grey;
}

.business-column{
  padding-right: 12%
}

/* photogalery example */
#galery-example{
    background-color: #FD3A69;
    text-align: center;

    padding-top: 6%;
}

.h2-gallery {
  font-size: 3rem;
  font-weight: normal;

}

.h2-gallery:hover {
  color: white
}

.container {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  height: 100vh;

}

.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}

.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: .5s;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box:hover { flex: 1 1 50%; }
.box:hover > img {
  width: 100%;
  height: 100%;
}


/* warranty section  */

#warranty {
  text-align: center;
  padding: 10% 11%;
  font-size: 1rem;
}

.warranty-icons {
  width: 20%;
  padding-bottom: 10%
}

/* reference section */

#references{
  background-color: #FD3A69;
  text-align: center;
  padding: 6% 15% 6%;
}

.references-image {
  width: 12%;
    border-radius: 100%;
}

.em {
  color: white;
}

/* pricing section  */

#pricing{
  text-align: center;
  padding: 6% 15% 6%;
  line-height: 2;
}

.h2-price {
font-size: 3.5rem;
}

p {
  font-size: 1.25rem;
  color: grey;

}

#cta {
  background-color: #ff4c68;
  text-align: center;
  padding: 7% 15%;
}

.callaction{
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
  color: white;
  padding: 3% 1%;
}

.calltoactionbutton {
  width: 50%
}


footer {
  background-color: white;
  text-align: center;
  padding: 7% 15%
}

.social-icon {
  margin: 40px 40px;
}
