/* Font Size System: 11.52px / 14.4px / 18px / 22.5px / 28.13px / 35.16px / 43.95px / 54.93px / 68.66px */
/*                 : 0.64rem / 0.8rem / 1rem / 1.25rem / 1.563rem/ 1.953rem / 2.441rem / 3.052rem / 3.815rem */

/* /////////////////////////////

	1. Basic Styles
	2. Navbar
	3. Buttons
  4. Service
  8. Call to Action
	9. Footer
	10. Media Queries

   //////////////////////////*/

/* ==============================================
     1. Basic Styles 
  ===============================================*/

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #333;
}

h2 {
  font-size: 44px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

h5 {
  font-size: 16px;
}

p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #555;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}

b {
  font-weight: 700;
}

section {
  padding: 100px 0px;
}

.title-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.title-block p {
  font-size: 20px;
  font-weight: 300;
  color: #555;
  margin-bottom: 0px;
}

.divider {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #3c3f45;
}

.divider-light {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #edf1f2;
}

/* ==============================================
       2. Navbar 
    ===============================================*/

.custom-navbar {
  background-color: #ffffff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  height: 70px;
  max-height: 70px;
}

.navbar-toggler {
  font-size: 38px;
  background-color: transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler-icon {
  color: #ffffff;
}

.navbar-collapse {
  background-color: #ffffff;
}

.nav-custom-link {
  font-size: 14.4px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.navbar a {
  color: #333 !important;
}

.nav-right {
  float: right;
}

.nav-logo-desktop,
.nav-logo-mobile {
  height: 70px;
}

/* ==============================================
       3. Buttons
    ===============================================*/

.btn {
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn:hover {
  text-decoration: none;
}

.btn-regular {
  background-color: #e67e22;
  color: #ffffff;
  padding: 10px 25px;
  letter-spacing: 0.1em;
  margin-top: 25px;
  display: inline-block;
}

.btn-regular:hover {
  background-color: #cf711f;
  color: #ffffff;
}

.btn-demo {
  color: #ffffff;
  background-color: #e67e22;
  letter-spacing: 0.1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-demo:hover {
  color: #ffffff;
  background-color: #cf711f;
}

.btn-demo-small {
  font-size: 12px;
  background-color: #e67e22;
  padding: 1px 4px;
}

.btn-demo-small:hover {
  background-color: #cf711f;
}

.btn-demo-small a {
  color: #ffffff !important;
}

.btn-buy {
  color: #ffffff;
  background-color: #e67e22;
  letter-spacing: 0.1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-buy:hover {
  background-color: #cf711f;
  color: #ffffff;
}

/* ==============================================
   4. Service
===============================================*/

.service {
  background-color: #ffffff;
  padding: 70px 0;
}

.service h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  text-align: center;
}

.service h2 {
  font-size: 40px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.service p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  padding: 0px;
}

.service li {
  margin-bottom: 20px;
}

.service span {
  font-weight: 400;
  color: #e67e22;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.service-title {
  background-color: #e67e22;
  padding: 70px 0;
  margin-bottom: 0px;
}

.service-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 100px;
  gap: 40px;
}

.service-article-section {
  max-width: 700px;
}

.img-blog-header {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

/* ==============================================
     9. Footer
  ===============================================*/

footer {
  background-color: #333;
  padding: 60px 0;
  color: #62656a;
}

footer h5 {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

footer p {
  font-size: 12px;
  font-weight: 300;
  color: #777;
  text-align: justify;
  padding: 0px;
}

footer li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
}

footer a {
  color: #777;
}

footer a:hover {
  color: #cf711f;
  text-decoration: none;
}

footer i {
  font-size: 25px;
  color: #62656a;
  margin-right: 10px;
}

footer i:hover {
  color: #cf711f;
}

footer small {
  color: #62656a;
  float: right;
}

.external-links {
  color: #cf711f;
}

/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action {
  background-image: url("images/call-to-action.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#call-to-action h2 {
  color: #ffffff;
}

#call-to-action p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 40px;
}

#call-to-action .title-block {
  margin-bottom: 0px;
}

#call-to-action .btn-regular {
  background-color: #ffffff !important;
  color: #e67e22 !important;
  padding: 15px 45px;
}

#call-to-action .title-block {
  margin-bottom: 0px;
}

/* ==============================================
       9. Media Queries
    ===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h2 {
    font-size: 34px !important;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .title-block h2,
  p {
    text-align: left;
    padding: 0px 20px;
  }

  #call-to-action h2,
  p {
    text-align: left !important;
    padding: 0 20px;
  }

  #call-to-action {
    background-image: none;
    background-color: #e67e22;
  }

  footer {
    padding: 60px 25px;
  }
  footer h5 {
    font-size: 18px;
    margin-top: 30px;
  }
  footer li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer p {
    font-size: 16px;
  }
  footer i {
    font-size: 30px;
    margin-right: 20px;
  }
  footer small {
    float: left;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 34px !important;
    margin-bottom: 20px;
  }
  #hero p {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .nav-right {
    float: left;
  }
  .nav-custom-link {
    border-bottom: 1px solid #eee;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: 20px 0;
    text-align: left;
  }

  .btn-demo-small {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small:hover {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small a {
    color: #53627c !important;
  }
  .nav-custom-link {
    font-size: 13px;
  }

  .icon-mobile {
    font-size: 18px;
    float: right;
  }

  .navbar-collapse {
    border-bottom: 1px solid #efefef;
  }

  .nav-logo-mobile {
    margin: auto;
    padding-right: 50px;
  }

  .nav-logo-desktop {
    display: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .icon-mobile {
    display: none;
  }
  .nav-logo-mobile {
    display: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-content {
    margin-top: 100px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-box h3 {
    font-size: 17px;
  }
  .pricing-box p {
    font-size: 14px;
  }
  .pricing-box li {
    font-size: 12px;
  }
  .btn-buy {
    font-size: 12px;
    padding: 15px 20px;
  }
  .btn-demo {
    font-size: 12px;
    padding: 15px 20px;
  }
  .profile-picture {
    width: 50px;
    height: 50px;
  }
  .testimonial-box h6 {
    font-size: 14px;
    margin-left: 10px;
  }
  .testimonial-box span {
    font-size: 12px;
  }
  .testimonial-box small {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 10px;
  }
}
