/* Start header */
.header {
  transition: 1s;
  min-height: 385px;
  background: url(../../images/servicesBackground.jpg) no-repeat fixed;
  background-size: 1366px 385px;
  position: relative;
  color: #fff;
  z-index: 999;
}
.header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
/* End header */

/* Start Landing Page */
.landing h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 90%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

@media (max-width: 768px) { 
  .landing h1 {
    font-size: 40px;
    width: 100%;
    text-align: center;  
  }
}
/* End Landing Page */

/* Start Features */
.features {
  padding-bottom: 200px !important;
  position: relative;
  background-color: #c4f5fd;
  border-radius: 0 0 5000px;
}

.features svg {
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 500px;
}

@media (max-width: 992px) {
  .features svg {
    left:auto;
    right: 0;
  }
}

@media (max-width: 768px) { 
  .features svg {
    display: none;
  }
}


.features h2 {
  font-weight: bold;
  font-size: 15px;
}

.features .desc {
  font-weight: bold;
  font-size: 35px;
  color: #333;
  margin-bottom: 55px;
}

.features .feature {
  background-color: var(--secondColor);
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.features .feature h4 {
  font-weight: bold;
  font-size: 17px;
}

.features .feature i {
  margin-right: 10px
}

.features .feature ul li {
  background-color: #fff;
  padding: 5px 9px;
  border-radius: 3px;
  margin-bottom: 10px;
  color: var(--secondColor);
}


/* End Features */


/* Start Products */
.products .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid: 40px;
  position: relative;
}

.products .product {
  background-color:white;
  margin: 20px 10px;
  box-shadow: 0 0 10px #999;
  padding: 15px 25px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.products .product .image {
  text-align: center;
  margin-bottom: 40px;
}

.products .product .image img {
  width: 150px;
  height: 100px;
}

.products .product h3 {
  color: var(--mainColor);
  font-size: 20px;
  font-weight: bold;
}

.products .product p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 25px;
}
/* End Products */

/* Start help */
.help p {
  font-size: 28px;
  font-weight: bold;
  margin-top: -7px;
}
/* End help */




/* Start Footer */
footer {
  background-color: var(--secondColor);
  color: #DDD;
  padding-top: 100px;
  padding-bottom: 20px;
} 
footer a, p, i, h1, h2, h3, h4, h5{
  text-align: right;
}

footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid: 40px;
}

footer .box {
  overflow: hidden;
  margin-right: 25px;
}

@media (max-width: 991.98px) { 
  footer .box {
    margin-bottom: 25px;
  }
}

footer .box h5 {
  margin-bottom: 25px;
  font-size: 26px;
}

footer .box:first-of-type h5 {
  line-height: 1.7;
  margin-right: 65px;
  font-size: 16px;
}

footer .social-media {
  margin-top: 20px;
}

footer .social-media a {
  cursor: pointer;
  margin-right: 5px;
}

footer .social-media i {
  transition: 0.5s;
}

footer .fa-whatsapp {
  color: #6cc751;
}

footer .fa-whatsapp:hover {
  color: #128c7e;
}

footer .fa-envelope {
  color: #737373;
}

footer .fa-envelope:hover {
  color: #525e61;
}

footer .fa-instagram {
  color: #f77737;
}

footer .fa-instagram:hover {
  color: #fd1d1d;
}

footer .box:not(:first-of-type) a {
  display:block;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 15px;
}

footer .box:not(:first-of-type) a:hover {
  color: var(--mainColor);
  text-decoration: none;
  padding-left: 7px;
}

footer .copyright {
  color: #777;
  margin-top: 35px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  grid: 40px;
}

footer .copyright p {
  overflow: hidden;
}

@media (max-width: 992px) { 
  footer .copyright {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  footer .copyright p {
    font-size: 14px;
  }
}
/* End Footer */




/* Start MyFramework */
.pad-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.head {
  font-weight: bold;
  font-size: 15px;
}

.desc {
  font-weight: bold;
  font-size: 35px;
  color: #333;
}
/* End MyFramework */
