body {
  scroll-behavior: smooth;

}
a{
  text-decoration: none;
}
#presentation {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../img/R.jfif');
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: center;
  align-items: center;
  justify-content: center;
}

#presentation .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#presentation .row {
  display: flex;
  flex-direction: center;
  justify-content: center;
  text-align: center;
}

#presentation .right img {
  width: 500px;
}

#presentation h1 {
  margin: 0;
  font-size: 68px;
  font-weight: 700px;
  max-width: 400px;
  color: #fff;
}

#presentation h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 34px;
  max-width: 700px;
}

#presentation .btn-get-started {
  max-width: 300px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background:#283267;
  border: none;
  text-decoration: none;
}

#presentation .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
  background: #283267;
}

@media (max-width: 768px) {
  #presentation .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  #presentation {
    text-align: center;
    height: 70vh;
  }

  #presentation h1 {
    margin-top: 50px;
    max-width: 600px;
    font-size: 55px;
  }

  #presentation h2 {
    font-size: 32px;

  }

  #presentation .btn-get-started {
    max-width: 1000px;
  }
}

@media (max-height: 500px) {
  #presentation {
    height: 120vh;
  }
}

.soluction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:#283267;
  padding: 25px;
  gap: 20px;

}

.soluction .logo h1 {
  color: #fff;
}
.logo {
  display: flex;
  flex-direction: center;
  align-items: center;
  justify-content: center;
}
.soluction h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
  max-width: 500px;
  text-align: center;
}

@media (max-width: 1020px) {
  .soluction .logo {
    margin: 0 auto;
  }
}

.featured-services .service-item {
  position: relative;
  height: 100%;

  padding: 50px;

}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services a {
  text-decoration: none;
}

.featured-services .service-item .icon i {
  color: #001f8d;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color:#283267;
}

.featured-services .service-item .title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-secondary);
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color:#283267;
}

.about-us {
  margin-bottom: 150px;
}

.about-us-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.about-header strong {
  color:#283267;
  font-size: 40px;
}

.about-header p {
  font-size: 16px;
  max-width: 670px;
}

.about-wrapper {
  display: flex;
  flex-direction: row;

  align-items: center;
}

.about-wrapper-text {
  display: flex;
  flex-direction: column;

}

.about-wrapper i {
  color:#283267;
  font-size: 45px;
  padding-right: 20px;
}

.about-wrapper h4 {
  color:#283267;
  font-size: 18px;
}

.about-wrapper p {
  max-width: 600px;
  font-size: 14px;
}

.about-right img {
  transition: all 0.5s;
}

.about-right img:hover {
  /* transform: rotate(180deg); */
  transform: scale(1.1);
}  


@media (max-width: 1020px) {

  .about-us-row {
    display: flex;
    flex-direction: column;

  }

  .about-right img {
    width: 500px;
  }
  .about-itens{
    margin-top: 10px;
  }
  .about-header{
    margin-bottom: 50px;
  }
}

.service-gray {
  margin-top: 100px;
  padding: 100px;
  display: flex;
  justify-content: center;
}

.row-service {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}

.service-img img {
  width: 700px;
  border-radius: 6px;
}
.servie-title{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.servie-title strong{
  font-size: 35px;
  color:#283267;
}
.servie-title p{
  font-size: 16px;
}
.servie-title label{
  font-size: 16px;
  font-weight: bold;
}
.line{
  height: 1px;
  width: 80%;
  background-color: #283267;
  margin: 0 auto;
}


@media (max-width: 1200px){
  .row-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .service-img img {
    width: 500px;
    border-radius: 6px;
  }
  .servie-title{
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing{
  padding-top: 80px;
  
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}
.section-title{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
  text-align: center;
}
.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  margin-top: 200px;
  color: var(--color-white);
  font-size: 14px;
}

.footer .footer-content {
  background: var(--color-secondary);
  padding: 60px 0 30px 0;
  margin: 0 auto;
}
.footer .row{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color:#283267;
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-white);
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background:#283267;
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}

.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.footer .footer-content .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-content .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 #283267;
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type=submit]:hover {
  background:#283267;
}

.footer .footer-legal {
  padding: 30px 0;
  background: var(--color-secondary-dark);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-legal .credits a {
  color:#283267;
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.copyright{
  color: #fff;
}

.nav-logo img{
  width: 200px;
}