@font-face {
  font-family: 'Futura BT';
  src: url('fonts/futura-bt.ttf') format('truetype'); /* Para TTF */
  font-weight: normal;
  font-style: normal;
}
:root {
  --font: 'Futura', sans-serif;
  --body-color: #637381;
  --heading-color: #ffffff; /*212b36*/
  --primary-color: #232A30;
  --white: #ffffff;
  --Menu-color: #ffffff;
  --black: #000000;
}

.class-body {
  font-family: var(--font);
  font-weight: normal;
  font-style: normal;
  color: var(--body-color);
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;

}



* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
    height: auto;
    display: block; /* Evita espa�amentos extras */
}

a,
button,
input,
textarea {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
input:focus,
textarea:focus,
button:focus,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--heading-color);
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  margin: 0px;
}

section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.nord-main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  padding: 15px 25px;
  border: 1px solid transparent;
  color:var(--Menu-color);
  cursor: pointer;
  z-index: 5;
  background:linear-gradient(to bottom, rgb(162, 44, 47), rgb(129, 48, 48)); / * var(--primary-color); */
}

.nord-main-btn:hover {
  color: var(--black);
  background: var(--heading-color);
}

@media (max-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom, rgb(162, 44, 47), rgb(129, 48, 48));  /* var(--primary-color); */
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  color: var(--black);
}

.nord-area-video {
  color: var(--white);
  background: #232A30 !important;
}


.back-to-top:hover {
  color: var(--black);
  background: var(--heading-color);
}

/* ===== Header CSS ===== */
.nord-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgb(0 0 0 / 40%); /* rgba(255, 255, 255, 0.8); */
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0;
  margin-bottom: 15px;
}

.navbar {
  padding: 0px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-brand {
    padding: 5px 0px;
  }
}

.navbar-brand img {
  max-width: 160px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 300px;
    width: 100%;
    background-color: rgb(0 0 0 / 85%); /* var(--white);*/
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
    display: none;
    border-radius: 5px;
  }
  .navbar-collapse.show {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav {
    padding: 20px 30px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    padding: 0px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item {
    padding: 0px;
  }
}

.navbar-nav .nav-item > a {
  font-size: 14px;
  font-weight: 400;
  color: var(--Menu-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 25px 8px;
  position: relative;
  font-weight: bold;
  text-decoration: none;

}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item > a {
    display: block;
    padding: 8px 0;
    color: var(--heading-color);
  }
}

.navbar-nav .nav-item > a:hover, .navbar-nav .nav-item > a.active {
  color: #000000; /* bot�o ativo */
  /* opacity: 0.5; */
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item > a:hover, .navbar-nav .nav-item > a.active {
    color: var(--primary-color);
    opacity: 1;
  }
}

.navbar-nav .nav-item .nord-submenu {
  position: absolute;
  width: 250px;
  background:#ECBE2F;
  top: 110%;
  padding: 20px 30px;
  -webkit-box-shadow: 0 15px 44px rgba(140, 140, 140, 0.18);
          box-shadow: 0 15px 44px rgba(140, 140, 140, 0.18);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .nord-submenu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}

.navbar-nav .nav-item .nord-submenu.show {
  display: block;
}

.navbar-nav .nav-item .nord-submenu .nord-submenu-link {
  padding: 7px 0;
  color: var(--heading-color) ;
  font-size: 14px;
}

.navbar-nav .nav-item .nord-submenu .nord-submenu-link:hover {
  color: var(--primary-color);
}

.navbar-nav .nav-item:hover > a {
  color: var(--white);
  /* opacity: 0.5; */
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item:hover > a {
    color: var(--primary-color);
    opacity: 1;
  }
}

.navbar-nav .nav-item:hover > .nord-submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar-nav .nav-item.nav-item-has-children > a {
  position: relative;
}

.navbar-nav .nav-item.nav-item-has-children > a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: -15px;
  top: 50%;
  margin-top: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item.nav-item-has-children > a::after {
    right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .nord-main-btn {
  padding: 8px 16px;
  background: transparent;
}

.navbar-btn .nord-login-btn:hover {
  /* opacity: 0.5; */
}

.navbar-btn .nord-white-btn {
  background: #232A30;
}

.navbar-btn .nord-white-btn:hover {
  background: white;
  color: #A22C2F; /* var(--heading-color); */
}

.sticky .navbar-toggler .toggler-icon {
  background-color: var(--heading-color);
}

.sticky .navbar-nav .nav-item:hover > a {
  color: #A22C2F;  /* var(--primary-color); */
  opacity: 1;
}

.sticky .navbar-nav .nav-item a {
  color: #A22C2F;  /*  var(--heading-color); */

}

.sticky .navbar-nav .nav-item a.active, .sticky .navbar-nav .nav-item a:hover {
  color: var(--white);
  opacity: 1;
}

.sticky .navbar-btn .nord-main-btn.nord-login-btn {
  color: var(--white);
}

.sticky .navbar-btn .nord-main-btn.nord-login-btn:hover {
  color:  #A22C2F; /* var(--primary-color); */
  opacity: 1;
}

.sticky .navbar-btn .nord-white-btn {
  background:linear-gradient(to bottom, rgb(162, 44, 47), rgb(129, 48, 48)); /* var(--primary-color); hover do cadastre-se */
  color: var(--white);
}

.sticky .navbar-btn .nord-white-btn:hover {
  background:  var(--black); /*  var(--heading-color);*/
}

/* ===== Hero CSS ===== */
.nord-selos {

}
.nord-selos-banner {
	/* background: #232A30 !important; */
	background: radial-gradient(circle, #3E464C 0%, #232A30 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nord-selos {
    /* padding-top: 160px; */
  }
}

@media (max-width: 767px) {
  .nord-selos {
    /* padding-top: 130px; */
  }
}

.arte-campanha-desk {
  display: block; /* Exibe no desktop */
}

.arte-campanha-mobile {
  display: none; /* Esconde por padrão */
}

@media (max-width: 767px) {
  .arte-campanha-desk {
    display: none; /* Esconde no mobile */
  }

  .arte-campanha-mobile {
    display: block; /* Exibe no mobile */
  }
}
.arte-campanha-desk,
.arte-campanha-mobile {
  width: 100vw; /* Faz com que a imagem ocupe 100% da largura da tela */
  height: auto; /* Mantém a proporção da imagem */
  max-width: none; /* Garante que não haverá limite máximo de largura */
}


/* ====== VEJA COMO PARTICIPAR ========= */

.arte-veja-desk {
  display: block; /* Exibe no desktop */
}

.arte-veja-mobile {
  display: none; /* Esconde por padrão */
}

@media (max-width: 767px) {
  .arte-veja-desk{
    display: none; /* Esconde no mobile */
  }

  .arte-veja-mobile {
    display: block; /* Exibe no mobile */
  }
}

.arte-veja-desk,
.arte-veja-mobile {
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  text-align: center;
  width: auto;
  height: auto;

}

.nord-hero-content {
  max-width: 780px;
  margin: auto;
  margin-bottom: 30px;
}

.nord-hero-content .nord-hero-title {
  color: var(--white);
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nord-hero-content .nord-hero-title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .nord-hero-content .nord-hero-title {
    font-size: 26px;
    line-height: 38px;
  }
}

.nord-hero-content .nord-hero-desc {
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: var(--white);
  opacity: 0.8;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nord-hero-content .nord-hero-desc {
    font-size: 16px;
    line-height: 30px;
  }
}

.nord-hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nord-hero-buttons .nord-main-btn {
  margin: 8px;
}

@media (max-width: 767px) {
  .nord-hero-buttons .nord-main-btn {
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .nord-hero-buttons .nord-main-btn {
    padding: 12px 16px;
  }
}

.nord-hero-buttons .nord-white-btn {
  background: var(--white);
  color: var(--heading-color);
}

.nord-hero-buttons .nord-white-btn:hover {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  background: #fefefe;
  color: var(--primary-color);
}

.nord-hero-buttons .nord-link-btn:hover {
  color: var(--white);
  background: transparent;
  opacity: 0.5;
}

.nord-hero-brands-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.nord-hero-brands-wrapper img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  max-width: 250px;
}

.nord-hero-brands-wrapper img:hover {
  opacity: 1;
}

.nord-hero-image {
  max-width: 845px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.nord-hero-image img {
  max-width: 100%;
  text-align: center;
}

.nord-hero-image .shape {
  position: absolute;
  z-index: -1;
}

.nord-hero-image .shape.shape-1 {
  bottom: 0;
  left: -30px;
}

.nord-hero-image .shape.shape-2 {
  top: -20px;
  right: -20px;
}

/* ===== Features CSS ===== */
.nord-features {
  padding-top: 120px;
  padding-bottom: 90px;
 background: #232A30 !important;  /* var(--white) */
}

@media (max-width: 767px) {
  .nord-features {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.nord-section-title {
  max-width: 1024px;
  margin-bottom: 40px;
  text-align: center; /* Garante alinhamento central de textos */
  margin-left: auto;
  margin-right: auto;
}

.nord-section-title span {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: block;
}

.nord-section-title h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  text-transform: uppercase;
  color: var(--heading-color);
  margin-bottom: 20px;
  text-align: center;
}
 @media (max-width: 480px) {

   .nord-section-title h2 {
  	font-weight: 700;
 	 font-size: 30px;
  	line-height: 55px;
  	text-transform: uppercase;
  	color: var(--heading-color);
  	margin-bottom: 20px;
  	text-align: center;
     }
  }

.nord-section-title p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .nord-section-title p {
    font-size: 16px;
    line-height: 26px;
  }
}

.nord-single-feature {
  margin-bottom: 40px;
}

.nord-single-feature:hover .nord-feature-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


  @media (max-width: 480px) {
   .texto-sobreposto {
 	position: absolute;
        top: 2%;
        left: 10%;
        transform:none;
        font-size: 1.2rem;
        margin-top: 10px;
    }
  }


@media only screen and (max-width: 767px) {
  .texto-sobreposto {
 	position: absolute;
        top: 2%;
        left: 10%;
        transform:none;
        font-size: 0.8rem;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
 .texto-sobreposto {
 	position: absolute;
        top: 2%;
        left: 25%;
        transform:none;
        font-size: 0.8rem;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1200px) {
 .texto-sobreposto {
     position: absolute;
     top: 10%;
     left: 50%;
     transform: translateX(-50%);
     font-size:2rem;
     margin-top: 10px;
     }
}
@media only screen and (max-width: 767px) {
  .texto-produto {
       text-align: center;
          font-size: 0.9rem;
          margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
 .texto-produto {
       text-align: center;
          font-size: 1.4rem;
          margin: 0 auto;
    }

}

@media only screen and (min-width: 1200px) {
  .texto-produto {
      text-align: center;
      font-size: 2rem;
      margin: 0 auto;
    }
}

  @media (max-width: 480px) {
       .img-produto {
	position: relative;
       	margin-left: auto;
	margin-right: auto;
        width: 122px;
        height: 40px;
    }
}


@media only screen and (max-width: 767px) {
   .img-produto {
             position: relative;
             top: 0;
             right: 0;
             width: 122px;
             height: 40px;
      }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .img-produto {
             position: absolute;
             top: 0;
             right: 0;
             width: 130px;
             height: 60px;
      }
}

@media only screen and (min-width: 1200px) {
    .img-produto {
             position: absolute;
             top: 0;
             right: 0;
             width: 130px;
             height: 60px;
      }
}

 @media (max-width: 480px) {
      .img-probido {
         width: auto; height: 100px; object-fit: cover;
      }
}


@media only screen and (max-width: 767px) {
   .img-probido {
          width: auto; height: 100px; object-fit: cover;
      }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
 .img-probido {
          width: 140%; height: 160px; object-fit: cover;
      }
}

@media only screen and (min-width: 1200px) {
    .img-probido {
          width: 140%; height: 160px; object-fit: cover;
      }
}



.nord-single-feature .nord-feature-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  background: var(--primary-color);
  font-size: 32px;
  color: var(--white);
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

.nord-single-feature .nord-feature-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  background: var(--primary-color);
  opacity: 0.2;
  z-index: -1;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.nord-single-feature .nord-feature-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nord-single-feature .nord-feature-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.nord-single-feature .nord-feature-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.nord-single-feature .nord-feature-link {
  font-weight: 500;
  color: var(--body-color);
}

.nord-single-feature .nord-feature-link:hover {
  color: var(--primary-color);
}

/* ===== Produtos CSS ===== */
.nord-about {
  /* background:#232A30; */
    /*  background: radial-gradient(circle, #2C3339 0%, #232A30 100%);  */
    background-image: url(../../storage/stamp-show/assets/imagemSelos/facas/principal/BG-desk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 40px 0; */
}

@media (max-width: 767px) {
  .nord-about {
    /* padding: 80px 0; */
  }
}

.nord-about-wrapper {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nord-about-wrapper {
    display: block;
  }
}

.nord-about-content-wrapper {
  padding: 70px;
}

@media (max-width: 767px) {
  .nord-about-content-wrapper {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nord-about-content-wrapper {
    padding: 50px;
  }
}

.nord-about-content {
  max-width: 500px;
}

.nord-about-content .tag {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  background: var(--primary-color);
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.nord-about-content h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nord-about-content h2 {
    font-size: 26px;
    line-height: 38px;
  }
}

.nord-about-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.nord-about-content .nord-main-btn:hover {
  background: #2748b4;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nord-about-image {
    text-align: center;
  }
}

/* ===== Pricing CSS ===== */
.nord-pricing {
  padding-top: 120px;
  padding-bottom: 90px;
  /*  background: radial-gradient(circle, #6A767C 0%, #1A1D1F 100%); */
  background: radial-gradient(circle, #3E464C 0%, #232A30 100%);
  /* background: #434F55!important;  /* var(--white) */ */

}

@media (max-width: 767px) {
  .nord-pricing {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.nord-single-pricing {
  margin-top:5px;
  margin-bottom: 25px;
  margin-left: 25px;
  /* background: var(--white); fundo do texto do carrosel produtos */
 color: var(--white);
  border: 3px solid #CAC6BB;
  border-radius: 10px;
  text-align: center;
  /* padding: 45px 30px; */
  position: relative;
  max-width: none;
}

.nord-img-carrossel {
  border: 3px solid #CAC6BB;
  border-radius: 10px;

}
.nord-img-carrossel-extra {
   border-radius: 10px;
}

.nord-single-pricing img {

  border-radius: 5px; /* Ajuste o valor conforme necessário */
}

.nord-single-pricing.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#3056d3), to(#179bee));
  background: linear-gradient(180deg, #3056d3 0%, #179bee 100%);
  border: none;
  padding: 55px 30px;
}

.nord-single-pricing.active .nord-pricing-header h3,
.nord-single-pricing.active .nord-pricing-header h4 {
  color: var(--white);
}

.nord-single-pricing.active .nord-pricing-body li {
  color: var(--white);
}

.nord-single-pricing.first-item::after, .nord-single-pricing.last-item::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: 1;
}

.nord-single-pricing.first-item::after {
  background: var(--primary-color);
  left: -2px;
  bottom: -2px;
  border-radius: 0px 55px 0px 8px;
}

.nord-single-pricing.last-item::after {
  background: #13c296;
  top: -2px;
  right: -2px;
  border-radius: 0px 8px 0px 55px;
}

.nord-single-pricing .nord-popular-tag {
  display: inline-block;
  padding: 10px 25px;
  background: var(--white);
  border-radius: 30px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.nord-single-pricing .nord-pricing-header h3 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}

.nord-single-pricing .nord-pricing-header h4 {
  font-weight: 600;
  font-size: 26px;
  color: var(--primary-color);
  margin-bottom: 40px;
}

.nord-single-pricing .nord-pricing-body {
  margin-bottom: 40px;
}

.nord-single-pricing .nord-pricing-body li {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 18px;
}

.nord-single-pricing .nord-main-btn {
  border-radius: 30px;
  padding: 15px 40px;
}

.nord-single-pricing .nord-border-btn {
  border: 1px solid #d4deff;
  color: var(--primary-color);
  background: var(--white);
}

.nord-single-pricing .nord-border-btn:hover {
  color: var(--white);
  border-color: var(--primary-color);
  background: var(--primary-color);
}

.nord-single-pricing .nord-white-btn {
  background: var(--white);
  color: var(--heading-color);
}

.nord-single-pricing .nord-white-btn:hover {
  color: var(--white);
  background: var(--heading-color);
}

/* ===== FAQ CSS ===== */
.nord-faq {
  padding-top: 120px;
  padding-bottom: 90px;
  background:#A22C2F;
  /* background-image: url(../../storage/stamp-show/assets/imagemSelos/facas/principal/BG-desk.png); */
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .nord-faq {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.nord-faq .shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.nord-single-faq {
  background:#232A30;
  border: 1px solid #f3f4fe;
  -webkit-box-shadow: 0px 20px 95px rgba(201, 203, 204, 0.3);
          box-shadow: 0px 20px 95px rgba(201, 203, 204, 0.3);
  border-radius: 10px;
  margin-bottom: 15px;
}

.nord-single-faq .nord-faq-btn {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading-color);
  opacity: 0.88;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .nord-single-faq .nord-faq-btn {
    padding: 15px;
  }
}

.nord-single-faq .nord-faq-btn.collapsed span.icon i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nord-single-faq .nord-faq-btn span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(to bottom, rgb(162, 44, 47), rgb(129, 48, 48));
  border-radius: 10px;
  color: var(--black);
  margin-right: 24px;
}

.nord-single-faq .nord-faq-btn span.icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 700;
}

.nord-single-faq .nord-faq-body {
  padding: 0px 30px 40px 95px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .nord-single-faq .nord-faq-body {
    padding: 0px 16px 20px 82px;
  }
}

/* ===== Testimonials CSS ===== */
.nord-testimonials {
  /* background-image: url(../../storage/stamp-show/assets/imagemSelos/facas/principal/BG-desk.png); */
 /* background:#232A30;  */
  padding-top: 120px;
  background: radial-gradient(circle, #3E464C 0%, #232A30 100%);
}

@media (max-width: 767px) {
  .nord-testimonials {
    padding-top: 80px;
  }
}

.nord-single-testimonial {
  /* padding: 30px; */

  /* background: var(--white); */
  margin-bottom: 10px;
}

.nord-single-testimonial-white {
  /* padding: 30px; */
  -webkit-box-shadow: 0px 60px 120px -20px #ebeffd;
          box-shadow: 0px 60px 120px -20px #ebeffd;
  background: var(--white);
  margin-bottom: 10px;
}

.nord-single-testimonial .nord-testimonial-ratings {
  margin-bottom: 10px;
}

.nord-single-testimonial .nord-testimonial-ratings i {
  color: #fbb040;
}

.nord-single-testimonial .nord-testimonial-content {
  margin-bottom: 25px;
}

.nord-single-testimonial .nord-testimonial-content p {
  font-size: 16px;
  line-height: 30px;
  color: #637381;
}

.nord-single-testimonial .nord-testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nord-single-testimonial .nord-testimonial-info .nord-testimonial-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.nord-single-testimonial .nord-testimonial-info .nord-testimonial-meta h4 {
  font-weight: 600;
  font-size: 14px;
}

.nord-single-testimonial .nord-testimonial-info .nord-testimonial-meta p {
  font-size: 12px;
  color: #969696;
}



.nord-brands .nord-title {
  margin-bottom: 30px;
}

.nord-brands .nord-title h6 {
  font-weight: normal;
  font-size: 12px;
  color: var(--body-color);
  display: inline-block;
  position: relative;
}

.nord-brands .nord-title h6::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #afb2b5;
  right: -40px;
  top: 50%;
}

.nord-brands .nord-brands-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -40px;
}

.nord-brands .nord-brands-logo .nord-single-logo {
  margin-right: 40px;
  margin-bottom: 20px;
  max-width: 140px;
}

.nord-brands .nord-brands-logo .nord-single-logo:hover img {
  -webkit-filter: none;
          filter: none;
}

.nord-brands .nord-brands-logo .nord-single-logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* ===== Team CSS ===== */
.nord-team {
  padding-top: 120px;
  padding-bottom: 80px;
  background: radial-gradient(circle, #3E464C 0%, #232A30 100%);
}

@media (max-width: 767px) {
  .nord-team {
    padding-top: 80px;
    padding-bottom: 40px;

  }
}

.nord-single-team {
  margin-bottom: 40px;
}

.nord-single-team .nord-team-image-wrapper {
  width: 170px;
  height: 170px;
  position: relative;
  margin: 0px auto 25px;
}

.nord-single-team .nord-team-image {
  border-radius: 50%;
}

.nord-single-team .nord-team-image img {
  width: 100%;
  border-radius: 50%;
}

.nord-single-team .shape {
  position: absolute;
  z-index: -1;
}

.nord-single-team .shape.shape-1 {
  top: 0;
  left: 0;
}

.nord-single-team .shape.shape-2 {
  bottom: 0;
  right: 0;
}

.nord-single-team .nord-team-info {
  text-align: center;
  margin-bottom: 20px;
}

.nord-single-team .nord-team-info h5 {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.nord-single-team .nord-team-info h6 {
  font-weight: 500;
  font-size: 12px;
  color: var(--body-color);
}

.nord-single-team .nord-team-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nord-single-team .nord-team-socials a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 10px;
  color: #cdced6;
}

.nord-single-team .nord-team-socials a:hover {
  color: var(--primary-color);
}

/* ===== Contact CSS ===== */
.nord-contact {
  padding: 120px 0px;
  position: relative;
  background: #232A30 ;
  /* background: radial-gradient(circle, #2C3339 0%, #232A30 100%);   */

background: radial-gradient(circle, #3E464C 0%, #232A30 100%);
}

@media (max-width: 767px) {
  .nord-contact {
    padding: 80px 0;
  }
}

.nord-contact::after {
  content: "";
  position: absolute;
  background: #f3f4fe;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nord-contact::after {
    height: 45%;
  }
}

.nord-contact-title {
  margin-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nord-contact-title {
    margin-bottom: 50px;
  }
}

.nord-contact-title span {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}

.nord-contact-title h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
}

.nord-contact-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nord-contact-info-wrapper {
    margin-bottom: 50px;
  }
}

.nord-contact-info-wrapper .nord-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 330px;
  margin-bottom: 30px;
}

.nord-contact-info-wrapper .nord-info-icon {
  font-size: 32px;
  color: var(--primary-color);
  margin-right: 24px;
}

.nord-contact-info-wrapper .nord-info-meta h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.nord-contact-info-wrapper .nord-info-meta p {
  font-size: 15px;
  line-height: 24px;
}

.nord-contact-form-wrapper {
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background: var(--white);
  padding: 60px;
}

@media (max-width: 767px) {
  .nord-contact-form-wrapper {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nord-contact-form-wrapper {
    padding: 50px 40px;
  }
}

.nord-contact-form-wrapper .nord-contact-form-title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nord-contact-form-wrapper .nord-contact-form-title {
    font-size: 24px;
  }
}

.nord-contact-form-wrapper .nord-form-group {
  margin-bottom: 25px;
}

.nord-contact-form-wrapper .nord-form-group label {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.nord-contact-form-wrapper .nord-form-group input,
.nord-contact-form-wrapper .nord-form-group textarea {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #f1f1f1;
  resize: none;
}

.nord-contact-form-wrapper .nord-form-group input:focus,
.nord-contact-form-wrapper .nord-form-group textarea:focus {
  border-color: var(--primary-color);
}

/* ===== Footer CSS ===== */
.nord-footer {
  background-image: url(../../storage/stamp-show/assets/imagemSelos/facas/principal/BG-desk.png?v=2);
/* var(--heading-color); */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.nord-footer .shape {
  position: absolute;
  z-index: -1;
}

.nord-footer .shape.shape-1 {
  top: 0;
  left: 0;
}

.nord-footer .shape.shape-2 {
  top: 0;
  right: 0;
}

.nord-footer .shape.shape-3 {
  bottom: 0;
  right: 0;
}

.nord-widget {
  margin-bottom: 50px;
}

.nord-widget .nord-footer-logo {
  max-width: 160px;
  display: block;
  margin-bottom: 10px;
}

.nord-widget .nord-footer-logo img {
  width: 100%;
}

.nord-widget .nord-widget-desc {
  font-size: 15px;
  line-height: 24px;
  color: #f3f4fe;
  margin-bottom: 30px;
  max-width: 260px;
}

.nord-widget .nord-widget-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nord-widget .nord-widget-socials a {
  font-size: 16px;
  color: #dddddd;
  margin-right: 20px;
}

.nord-widget .nord-widget-socials a:hover {
  color: var(--primary-color);
}

.nord-widget .nord-widget-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
  color: var(--white);
}

.nord-widget .nord-widget-links a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f4fe;
}

.nord-widget .nord-widget-links a:hover {
  color: var(--primary-color);
  padding-left: 10px;
}

.nord-widget .nord-widget-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nord-widget .nord-widget-brands a {
  display: block;
  max-width: 120px;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nord-widget .nord-widget-brands a {
    max-width: 100px;
  }
}

.nord-footer-bottom {
  padding: 35px 0;
  border-top: 1px solid rgba(136, 144, 164, 0.43);
}

.nord-footer-bottom .nord-footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .nord-footer-bottom .nord-footer-bottom-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nord-footer-bottom .nord-footer-bottom-left a {
  font-weight: normal;
  font-size: 15px;
  color: #f3f4fe;
  margin-right: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .nord-footer-bottom .nord-footer-bottom-left a {
    margin: 0px 8px 8px;
  }
}

.nord-footer-bottom .nord-footer-bottom-left a:hover {
  color: var(--primary-color);
}

.nord-footer-bottom .nord-footer-bottom-right {
  text-align: right;
  font-weight: normal;
  font-size: 15px;
  color: #f3f4fe;
}

.nord-footer-bottom .nord-footer-bottom-right a {
  color: #FFFFFF; /* var(--primary-color); */
}

.nord-footer-bottom .nord-footer-bottom-right a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .nord-footer-bottom .nord-footer-bottom-right {
    text-align: center;
    margin-top: 10px;
  }
}

/* ====== Banner CSS ======= */
.nord-page-banner {
  padding-top: 130px;
  padding-bottom: 80px;
  background: var(--primary-color);
  background-image: url("../images/banner/banner-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nord-banner-content {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.nord-banner-content h1 {
  color: var(--white);
  font-size: 38px;
  font-weight: 600;
}

/* ====== Login CSS ====== */
.nord-login {
  padding-top: 80px;
  padding-bottom: 80px;
}

.nord-login-wrapper {
  max-width: 500px;
  margin: auto;
  background: var(--white);
  text-align: center;
  padding: 60px;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
}

.nord-login-wrapper .nord-login-logo {
  margin-bottom: 30px;
}

.nord-login-form .nord-form-group {
  margin-bottom: 25px;
}

.nord-login-form .nord-form-group input {
  width: 100%;
  border: 2px solid #dddddd;
  border-radius: 4px;
  padding: 12px 24px;
  background: #fcfdfe;
  color: var(--body-color);
}

.nord-login-form .nord-form-group input:focus {
  border-color: var(--primary-color);
}

.nord-socials-connect {
  padding-top: 10px;
  padding-bottom: 30px;
}

.nord-socials-connect p {
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 10px;
}

.nord-socials-connect ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.nord-socials-connect ul li {
  width: 100%;
}

.nord-socials-connect ul li a {
  height: 45px;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  border-radius: 6px;
  color: var(--white);
  font-size: 20px;
}

.nord-socials-connect ul li a.facebook {
  background: #4064ac;
}

.nord-socials-connect ul li a.facebook:hover {
  background: #315294;
}

.nord-socials-connect ul li a.twitter {
  background: #1c9cea;
}

.nord-socials-connect ul li a.twitter:hover {
  background: #0f8bd8;
}

.nord-socials-connect ul li a.google {
  background: #d64937;
}

.nord-socials-connect ul li a.google:hover {
  background: #c53b29;
}

.forget-pass {
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 8px;
}

.signup-option {
  color: var(--body-color);
  font-size: 16px;
}

.signup-option a {
  color: var(--primary-color);
}

/* ====== Blog CSS ====== */
.nord-blog-grids {
  padding-top: 120px;
  padding-bottom: 80px;
}

.nord-blog-grids.nord-related-articles {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .nord-blog-grids {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.nord-single-blog {
  margin-bottom: 40px;
}

.nord-single-blog:hover .nord-blog-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.nord-single-blog .nord-blog-image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.nord-single-blog .nord-blog-image a {
  display: block;
}

.nord-single-blog .nord-blog-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.nord-single-blog .nord-blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
}

.nord-single-blog .nord-blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nord-single-blog .nord-blog-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.nord-single-blog .nord-blog-title a {
  color: inherit;
}

.nord-single-blog .nord-blog-title a:hover {
  color: var(--primary-color);
}

.nord-single-blog .nord-blog-desc {
  font-size: 16px;
  line-height: 28px;
}

.nord-related-articles-title {
  font-weight: 800;
  font-size: 28px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 50px;
}

.nord-related-articles-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
}

/* ====== Blog Details CSS ====== */
.nord-blog-details {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .nord-blog-details {
    padding-top: 80px;
  }
}

.nord-blog-details-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 500px;
}

@media (max-width: 767px) {
  .nord-blog-details-image {
    height: 300px;
  }
}

.nord-blog-details-image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.nord-blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.88%, rgba(48, 86, 211, 0)), color-stop(93.23%, rgba(13, 21, 49, 0.72)));
  background: linear-gradient(180deg, rgba(48, 86, 211, 0) 46.88%, rgba(13, 21, 49, 0.72) 93.23%);
  border-radius: 5px;
  padding: 30px;
}

.nord-blog-overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .nord-blog-overlay-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.nord-blog-overlay-content .nord-blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .nord-blog-overlay-content .nord-blog-author {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.nord-blog-overlay-content .nord-blog-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.nord-blog-overlay-content .nord-blog-author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}

.nord-blog-overlay-content .nord-blog-author a {
  color: inherit;
}

.nord-blog-overlay-content .nord-blog-author a:hover {
  color: var(--primary-color);
}

.nord-blog-overlay-content .nord-blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nord-blog-overlay-content .nord-blog-meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin-right: 30px;
}

.nord-blog-overlay-content .nord-blog-meta p:last-child {
  margin-right: 0px;
}

.nord-blog-overlay-content .nord-blog-meta p i {
  font-size: 16px;
  margin-right: 10px;
}

.nord-blog-details-content {
  padding-top: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nord-blog-details-content {
    padding-right: 50px;
  }
}

.nord-blog-details-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .nord-blog-details-title {
    font-size: 26px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nord-blog-details-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.nord-blog-details-para {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.nord-blog-details-subtitle {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nord-blog-details-subtitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.nord-blog-quote {
  background-image: url("../images/blog/quote-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .nord-blog-quote {
    padding: 30px;
  }
}

.nord-blog-quote i {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .nord-blog-quote i {
    margin-bottom: 15px;
  }
}

.nord-blog-quote p {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .nord-blog-quote p {
    font-size: 14px;
    line-height: 24px;
  }
}

.nord-blog-quote h6 {
  color: var(--body-color);
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.nord-blog-details-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .nord-blog-details-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.nord-blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .nord-blog-tags {
    margin-bottom: 20px;
  }
}

.nord-blog-tags li {
  margin-right: 14px;
}

.nord-blog-tags li:last-child {
  margin-right: 0px;
}

.nord-blog-tags a {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  background: rgba(48, 86, 211, 0.06);
  border-radius: 3px;
}

.nord-blog-tags a:hover {
  background: var(--primary-color);
  color: var(--white);
}

.nord-blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nord-blog-share h6 {
  font-weight: 500;
  font-size: 12px;
  color: var(--body-color);
  margin-right: 20px;
}

.nord-blog-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nord-blog-share-links li {
  margin-right: 14px;
}

.nord-blog-share-links li:last-child {
  margin-right: 0px;
}

.nord-blog-share-links a {
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--white);
}

.nord-blog-share-links a.facebook {
  background: #4064ac;
}

.nord-blog-share-links a.facebook:hover {
  background: #315294;
}

.nord-blog-share-links a.twitter {
  background: #1c9cea;
}

.nord-blog-share-links a.twitter:hover {
  background: #0f8bd8;
}

.nord-blog-share-links a.linkedin {
  background: #007ab9;
}

.nord-blog-share-links a.linkedin:hover {
  background: #03689b;
}

.nord-blog-sidebar {
  padding-top: 60px;
}

.nord-newsletter-box {
  background: var(--primary-color);
  padding: 60px 45px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .nord-newsletter-box {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nord-newsletter-box {
    padding: 60px 45px;
  }
}

.nord-newsletter-box .shape {
  position: absolute;
  z-index: -1;
}

.nord-newsletter-box .shape.shape-1 {
  top: 0;
  right: 0;
}

.nord-newsletter-box .shape.shape-2 {
  left: 0;
  bottom: 0;
}

.nord-newsletter-box .nord-newsletter-title {
  font-weight: 600;
  font-size: 25px;
  color: var(--white);
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nord-newsletter-box .nord-newsletter-title {
    font-size: 23px;
  }
}

.nord-newsletter-box p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

.nord-newsletter-box .nord-newsletter-form {
  margin-top: 30px;
}

.nord-newsletter-box .nord-newsletter-form input {
  width: 100%;
  -webkit-box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  border: 2px solid transparent;
  padding: 12px 20px;
}

.nord-newsletter-box .nord-newsletter-form input::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.nord-newsletter-box .nord-newsletter-form input:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.nord-newsletter-box .nord-newsletter-form input::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.nord-newsletter-box .nord-newsletter-form input::placeholder {
  color: var(--white);
  opacity: 1;
}

.nord-newsletter-box .nord-newsletter-form input:focus {
  border-color: var(--white);
}

.nord-newsletter-box .nord-newsletter-form .nord-main-btn {
  background: #13c296;
  -webkit-box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 24px;
}

.nord-newsletter-box .nord-newsletter-form .nord-main-btn:hover {
  background: var(--heading-color);
}

.nord-newsletter-box .nord-newsletter-form .nord-newsletter-note {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.nord-articles-box {
  margin-bottom: 50px;
}

.nord-articles-box .nord-articles-box-title {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 20px;
}

.nord-articles-box .nord-articles-box-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
}

.nord-articles-box .nord-articles-list li {
  padding: 20px 0;
  border-bottom: 1px solid #f2f3f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nord-articles-box .nord-articles-list li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.nord-articles-box .nord-articles-list .nord-article-image {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .nord-articles-box .nord-articles-list .nord-article-image {
    max-width: 65px;
    height: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nord-articles-box .nord-articles-list .nord-article-image {
    max-width: 80px;
    height: 80px;
  }
}

.nord-articles-box .nord-articles-list .nord-article-image img {
  width: 100%;
}

.nord-articles-box .nord-articles-list .nord-article-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nord-articles-box .nord-articles-list .nord-article-title {
    font-size: 16px;
  }
}

.nord-articles-box .nord-articles-list .nord-article-title a {
  color: inherit;
}

.nord-articles-box .nord-articles-list .nord-article-title a:hover {
  color: var(--primary-color);
}

.nord-articles-box .nord-articles-list .nord-article-author {
  font-size: 14px;
}

.nord-banner-ad {
  border-radius: 5px;
  overflow: hidden;
}

.nord-banner-ad a {
  display: block;
}

.nord-banner-ad img {
  width: 100%;
}

/* ====== Error 404 CSS ======= */
.nord-404 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .nord-404 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.nord-404-wrapper {
  text-align: center;
  max-width: 850px;
  margin: 0px auto;
  background: var(--white);
  padding: 100px 60px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  .nord-404-wrapper {
    padding: 50px 30px;
  }
}

.nord-404-wrapper .shape {
  position: absolute;
  z-index: -1;
}

.nord-404-wrapper .shape.shape-1 {
  top: 0;
  left: 0;
}

.nord-404-wrapper .shape.shape-2 {
  right: 0;
  bottom: 0;
}

.nord-404-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nord-404-title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .nord-404-title {
    font-size: 30px;
  }
}

.nord-404-subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nord-404-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .nord-404-subtitle {
    font-size: 18px;
  }
}

.nord-404-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nord-404-links a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  color: var(--heading-color);
  background: rgba(48, 86, 211, 0.06);
  border-radius: 5px;
  margin: 5px 10px;
}

.nord-404-links a:hover {
  background: var(--heading-color);
  color: var(--white);
}

@media (max-width: 767px) {
  .nord-404-links a {
    margin: 5px 10px;
    font-size: 14px;
    padding: 10px 20px;
  }
}
/*# sourceMappingURL=nord-styles.css.map */
