body {
  font-family: 'Rubik', sans-serif;
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
  background: url(../img/slider.webp) no-repeat center / cover;
  height: 80vh;
  position: relative;
}
.slider .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider .content h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-top: 70px;
}
.slider .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #eeeeee;
  word-spacing: 2px;
  padding: 0;
  margin: 5px 0 25px 0;
}

/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/
.about-us {
  padding: 0 !important;
}
.about-us .heading i {
  font-size: 30px;
  color: #2AAFC0;
  margin-bottom: 20px;
}

.about-us .heading h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.about-us .heading h2 span {
  color: #2AAFC0;
}

.about-us .heading p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 40px;
}

.about-us .box {
  height: 100%;
  padding: 30px 30px;
  border: 1px solid #eeeded;
  border-radius: 5px;
}

.about-us .box .line {
  width: 30px;
  height: 2px;
  background: #2AAFC0;

}

.about-us .box .icon {
  font-size: 40px;
  color: #2AAFC0;
  margin-bottom: 30px;
}

.about-us .box h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  color: #212529;
  margin: 20px 0 10px 0;
}

.about-us .box p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
}

/*--------------------------------------------------
[5. Start Services]
--------------------------------------------------*/
.services {
  padding: 80px 0;
}

.services .heading .icon {
  font-size: 30px;
  color: #2AAFC0;
  margin-bottom: 20px;
}

.services .heading h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.services .heading h2 span {
  color: #2AAFC0;
}

.services .heading p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 40px;
}

.services .box {
  height: 100%;
  padding: 30px 20px;
  border-radius: 15px;
  border: 1px solid #eeeeee;
}

.services .box .icon {
  font-size: 30px;
  color: #2AAFC0;
}

.services .box h3 {
  font-size: 16px;
  font-weight: 500;
}

.services .box p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
}



/*--------------------------------------------------
[6. Start Get Started]
--------------------------------------------------*/
.get-started {
  padding: 130px 0;
  background: url(../img/get-started.webp) no-repeat center / cover;
}

.get-started .content .icon {
  font-size: 40px;
  color: #2AAFC0;
}

.get-started .content h2 {
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.get-started .content p {
  font-size: 15px;
  font-weight: 300;
  color: #eeeeee;
  line-height: 1.6;
  padding: 0;
  margin: 16px 0 0;
}

.get-started .content .btn {
  padding: 10px 30px;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 300;
  background: #2AAFC0;
  color: #ffffff;
  margin: 0;
  border: 1px solid #2AAFC0;
  transition: all .6s ease-in-out;
}

.get-started .content .btn:hover {
  background: transparent;
  border: 1px solid #fff;
}


/*--------------------------------------------------
[14. Start Contact us]
--------------------------------------------------*/
.contact {
  padding: 40px 0 100px;
}

.contact .heading .icon {
  font-size: 30px;
  color: #2AAFC0;
  margin-bottom: 20px;
}

.contact .heading h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.contact .heading h2 span {
  color: #2AAFC0;
}

.contact .heading p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 30px;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  /* Navbar */
  .navbar {
    padding: 20px;
    background: #21353e !important;
  }

  .navbar .nav-item {
    margin-left: 0;

  }

  .navbar .nav-item .nav-link {
    padding: 0;
    margin: 25px 0 0;
  }

  /* Slider */
  .slider .content {
    padding: 0 30px;
  }

  /* Some Facts */
  .some-facts {
    padding: 105px 0;
  }

  .some-facts .items {
    margin: 25px 0;
  }

  /* Portfolio */
  .portfolio .button-group {
    width: 100%;
  }

  /* Our Team */
  .our-team {
    padding: 130px 0 100px 0;
  }

  .our-team .box {
    margin-bottom: 30px;
  }

  /* Pricing */
  .price {
    padding: 130px 0 100px 0;
  }

  .price .box {
    margin-bottom: 30px;
  }

  /* Blog */
  .blog {
    padding: 130px 0 100px 0;
  }

  .blog .box {
    margin-bottom: 30px;
  }

  /* Clients */
  .clients {
    padding: 130px 0 100px 0;
  }

  .clients img {
    margin-bottom: 30px;
  }

  /* Contact Us */
  .contact .content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  /* Some Facts */
  .some-facts {
    padding: 105px 0;
  }

  .some-facts .items {
    margin: 25px 0;
  }


  /* Portfolio */
  .portfolio .button-group {
    width: 100%;
  }

  /* Our Team */
  .our-team {
    padding: 130px 0 100px 0;
  }

  .our-team .box {
    margin-bottom: 30px;
  }

  /* Pricing */
  .price {
    padding: 130px 0 100px 0;
  }

  .price .box {
    margin-bottom: 30px;
  }

  /* Blog */
  .blog {
    padding: 130px 0 100px 0;
  }

  .blog .box {
    margin-bottom: 30px;
  }

  /* Clients */
  .clients {
    padding: 130px 0 100px 0;
  }

  .clients img {
    margin-bottom: 30px;
  }

  /* Contact Us */
  .contact .content {
    margin-bottom: 30px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .navbar {
    padding: 20px;
    background: #21353e !important;
  }

  .navbar .nav-item {
    margin-left: 0;

  }

  .navbar .nav-item .nav-link {
    padding: 0;
    margin: 25px 0 0;
  }

  /* Some Facts */
  .some-facts {
    padding: 105px 0;
  }

  .some-facts .items {
    margin: 25px 0;
  }

  /* Portfolio */
  .portfolio .button-group {
    width: 100%;
  }

  /* Pricing */
  .price {
    padding: 130px 0 100px 0;
  }

  .price .box {
    margin-bottom: 30px;
  }

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

  /* Portfolio */
  .portfolio .button-group {
    width: 100%;
  }
}