/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

:root {
  --color-primary: #102733;
  --color-green: #a3c423;
  --color-main-black: #000;
  --color-black: #0a0026;
  --color-white: #fff;
  --nunito: "Nunito", sans-serif
}

::selection {
  color: var(--color-green);
  background-color: var(--color-primary)
}

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

body,
html {
  overflow-x: hidden
}

html {
  scroll-behavior: smooth
}

body {
  font-family: "Nunito Sans", sans-serif
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ul {
  list-style: none
}

address {
  font-style: normal
}

h1,
h3 {
  font-family: var(--nunito);
  font-size: 40px;
  font-weight: 800;
  line-height: 115%
}

.btn.bg-blue:hover,
.team-card:hover>.team-card--content~.team-card--header .team-card--name,
.team-card:hover>.team-card--content~.team-card--header .team-card--position,
h1,
p {
  color: var(--color-primary)
}

h1>span,
h2 {
  color: var(--color-green)
}

h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: .36px;
  text-transform: uppercase
}

h3 {
  color: var(--color-main-black)
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%
}

a {
  text-decoration: none;
  color: inherit
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.self-end {
  align-self: flex-end
}

.align-center {
  align-items: center
}

.bg-green {
  background-color: var(--color-green);
  transition: all .2s
}

.bg-blue {
  background-color: var(--color-primary)
}

.btn,
.btn-more {
  display: flex;
  align-items: center
}

.btn {
  padding: 16px 20px;
  border-radius: 32px;
  color: var(--color-black);
  font-family: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .3px;
  justify-content: center;
  width: fit-content;
  box-shadow: 0 0 transparent;
  transition: all .2s
}

.btn.bg-blue {
  color: #fff;
  transition: all .2s
}

.btn.bg-blue:hover {
  background: #fff;
  box-shadow: 0 0 8.1px 0 rgba(0, 0, 0, .42)
}

#portfolio-box:hover>.btn.bg-green,
.btn.bg-green:hover {
  box-shadow: 0 0 10.2px 0#a3c423;
  color: #fff
}

.btn-more {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 104%;
  gap: 7px
}

.btn-more::after {
  content: "";
  width: 17px;
  aspect-ratio: 1;
  display: block;
  background-image: url(assets/images/icons/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s
}

.blog-card--content:hover~.btn-more::after,
.btn-more:hover::after {
  transform: translateX(5px)
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.color-white {
  color: var(--color-white)
}

.color-soft-dark {
  color: #333
}

.text-center {
  text-align: center
}

.container {
  max-width: 1488px;
  margin: 0 auto
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  z-index: 2
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 25px
}

.header-flex,
.header-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-navigation {
  width: 100%
}

#menuToggle {
  display: none
}

#menu-top {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px
}

#menu-top>li>a,
.blog-card--content>p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 93.5%
}

.blog-card--content>p {
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 160%
}

#hero {
  padding: 185px 0 112px
}

.hero-grid {
  display: grid;
  grid-template-columns: 35% 65%;
  justify-content: space-between;
  align-items: center
}

.hero-slide {
  right: -60px;
  overflow: hidden;
  opacity: 0;
  padding: 35px 0;
  height: 525px
}

.hero-slide.slick-initialized {
  animation: fadeIn 1s forwards;
  animation-delay: .5s
}

.hero-slide>.slick-list {
  overflow: unset
}

.hero-image {
  border-radius: 15px;
  transition: all .5s
}

.hero-image.slick-current {
  scale: 1.15
}

.hero-text,
.hero-title,
.title-lg {
  color: var(--color-primary);
  font-family: var(--nunito);
  line-height: 110%
}

.hero-title,
.title-lg {
  font-size: 70px;
  font-weight: 800
}

.hero-title {
  font-size: 46px
}

.hero-title>em,
.hero-title>strong {
  color: var(--color-green);
  font-weight: inherit;
  font-style: normal
}

.hero-text {
  font-size: 20px;
  font-weight: 300;
  margin: 25px 0 20px
}

#our-fields {
  padding: 55px 0 110px;
  position: relative
}

#our-fields::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(assets/images/vector-frontpage.svg);
  background-size: cover
}

.area-grid {
  display: grid
}

.common-grid {
  display: grid;
  grid-template-columns: 39% 49%;
  gap: 12%
}

.area-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 40px
}

.area-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px
}

.area-card--image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.04/1;
  object-fit: cover;
  transition: all .2s
}

.area-card:hover>.area-card--image,
.team-card:hover>.team-card--image {
  scale: 1.1
}

.area-card--content {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background: linear-gradient(0deg, #173342 0, rgba(23, 51, 66, 0) 100%);
  background-blend-mode: multiply;
  padding: 58px 20% 34px 26px;
  width: 100%
}

.area-card--title {
  color: #fff;
  font-family: var(--nunito);
  font-size: 30px;
  font-weight: 800;
  line-height: 110%
}

#team {
  padding: 80px 0 105px
}

.team-wrapper {
  max-width: 730px;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.team-content {
  position: relative
}

.team-cards {
  margin-top: 45px;
  display: flex;
  gap: 46px;
  overflow-x: auto;
  scrollbar-width: none
}

.btn-team-scroll {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  background-image: url(assets/images/icons/icon-team-scroll.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer
}

.btn-scroll-left {
  left: -50px
}

.btn-scroll-right {
  right: -50px;
  scale: -1
}

.team-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(22% + 10px);
  border-radius: 18px;
  overflow: hidden;
  position: relative
}

.team-card--header::before,
.team-card--image {
  width: 100%;
  height: auto;
  transition: all .2s
}

.team-card--header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.team-card--header-content {
  z-index: 1
}

.team-card--header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 125%;
  background: linear-gradient(0deg, #173342 0, rgba(23, 51, 66, 0) 100%);
  background-blend-mode: multiply;
  pointer-events: none
}

.team-card--content,
.team-card--header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s
}

.team-card--header::after {
  content: "";
  border-radius: 15px;
  background: linear-gradient(0deg, #a3c423 0, rgba(163, 196, 35, 0) 100%);
  background-blend-mode: multiply;
  mix-blend-mode: lighten
}

.team-card:hover .team-card--header::after {
  opacity: .62
}

.team-card--content {
  background-color: var(--color-green);
  visibility: hidden;
  display: flex;
  align-items: flex-end;
  padding: 30px 30px 110px;
  overflow: auto
}

.hotspot-icon:hover~.hostpot-content,
.team-card:hover .team-card--content {
  opacity: 1;
  visibility: visible
}

.team-card:hover>.team-card--content~.team-card--header::before {
  opacity: 0
}

.team-card:hover>.team-card--content~.team-card--header .team-card--linkedin {
  background-image: url(./assets/images/icons/icon-linkedin.svg)
}

.team-card--name,
.team-card--position {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 110%;
  transition: all .2s
}

.team-card--position {
  font-size: 14px;
  font-weight: 300
}

.team-card--linkedin {
  flex: 0 0 30px;
  height: 30px;
  background-image: url(./assets/images/icons/icon-linkedin-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 1;
  transition: all .2s
}

#blog {
  background-color: #f4f4f4;
  padding: 105px 0 112px
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 5%;
  margin-top: 40px
}

.blog-card--title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px
}

.blog-card--content {
  min-height: 160px;
  margin-bottom: 25px;
  display: block
}

#about-us {
  padding: 85px 0
}

.about-us-grid {
  display: grid;
  grid-template-columns: 50% 40%;
  gap: 10%;
  align-items: center
}

.team-image>img {
  border-radius: 18px;
  width: 100%;
  display: block;
  height: auto
}

.team-image {
  position: relative
}

.hostpot {
  position: absolute
}

.hostpot-content,
.hotspot-icon {
  position: absolute;
  transition: all .2s
}

.hotspot-icon,
.hotspot-icon::before {
  border-radius: 50%;
  transform: translate(-50%, -50%)
}

.hotspot-icon {
  width: 12px;
  height: 12px;
  background-color: #c3e63b;
  box-shadow: 0 0 0 0 transparent;
  display: block;
  z-index: 1
}

.hotspot-icon:hover {
  box-shadow: 0 0 5.4px 4px #deff5e
}

.hotspot-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, .47);
  border: 1px solid #fff
}

.hostpot-content {
  border-radius: 20px;
  background: rgba(255, 255, 255, .8);
  min-width: 213px;
  transform: translate(-25%, 20px);
  padding: 18px 12px 18px 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2
}

.hostpot:last-child>.hostpot-content {
  transform: translate(-90%, 20px)
}

.hotspot-position,
.hotspot-title {
  color: #102733;
  font-size: 16px;
  line-height: 110%
}

.hotspot-title {
  font-weight: 800
}

.hotspot-position {
  font-weight: 300;
  display: block
}

.about-us-grid--content {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.footer-main {
  background-color: var(--color-primary);
  padding: 55px 0 88px;
  background-image: url(assets/images/footer-vector.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain
}

.footer-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%
}

.footer-grid {
  display: grid;
  grid-template-columns: 435px 1fr;
  gap: 12%
}

.footer-social-media--items {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px
}

.footer-grid--left {
  display: flex;
  flex-direction: column;
  gap: 42px
}

.footer-contact {
  display: grid;
  grid-template-columns: 56% 1fr;
  align-items: center;
  gap: 8%;
  padding: 30px 45px;
  border-radius: 15px;
  background: rgba(23, 51, 66, .24)
}

.footer-contact--title {
  color: var(--color-green);
  font-family: var(--nunito);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 17px;
  letter-spacing: normal;
  text-transform: none
}

.footer-contact--text {
  color: #fff;
  font-family: var(--nunito);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  max-width: 75%
}

.footer-contact--item:not(:last-child) {
  margin-bottom: 20px
}

.footer-label {
  margin-bottom: 5px;
  color: var(--color-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 145%
}

.footer-social-media--label {
  color: #dfdfdf;
  font-size: 12px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: .24px
}

.footer-value {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%
}

.footer-value>span {
  display: block
}

.footer-value>small {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 145%
}

.footer-secondary--flex {
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap
}

#menu-bottom {
  display: flex
}

#menu-bottom,
#portfolio-box {
  align-items: center
}

.footer-secondary--flex {
  display: flex;
  align-items: center
}

.footer-secondary {
  padding: 20px 0
}

#menu-bottom {
  gap: 36px
}

#menu-bottom>li>a {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 145%
}

.related-products {
  display: flex;
  flex-direction: column;
  max-height: 445px;
  gap: 30px;
  position: relative
}

.related-products--item {
  color: var(--color-primary);
  font-family: var(--nunito);
  font-size: 40px;
  font-weight: 800;
  line-height: 115%;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9
}

.related-products--btn {
  opacity: 0;
  visibility: hidden
}

.btn-related-scroll {
  position: absolute;
  left: 50%;
  width: 33px;
  height: 33px;
  background-color: transparent;
  background-image: url(assets/images/icons/icon-related-scroll.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer
}

.btn-scroll-top {
  top: -30px;
  transform: translateX(-50%)
}

.btn-scroll-bottom {
  bottom: -50px;
  scale: -1;
  transform: translateX(50%)
}

#portfolio-box {
  background-image: url(assets/images/mask-portfolio.svg);
  background-repeat: no-repeat;
  background-size: 53% 100%;
  background-color: #f4f4f4;
  min-height: 180px;
  border-radius: 15px;
  margin-top: 100px;
  padding: 45px 10% 45px 100px;
  display: flex;
  justify-content: space-between;
  transition: all .2s;
  overflow: hidden
}

#portfolio-box:hover {
  background-size: 55% 100%
}

.porfolio-text {
  color: #fff;
  font-family: var(--nunito);
  font-size: 40px;
  font-weight: 800;
  max-width: 385px;
  display: block;
  line-height: 115%
}

.our-mission-box {
  padding: 140px 0;
  max-width: 1800px;
  width: 100%;
  margin: 115px auto 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 12.6px 0 rgba(0, 0, 0, .1);
  z-index: 1;
  position: relative
}

#our-values {
  background-color: #173342;
  padding: 245px 0 145px;
  margin-top: -110px;
  position: relative
}

.our-values-grid {
  display: grid;
  grid-template-columns: 40% 50%;
  align-items: center;
  gap: 15px;
  justify-content: space-between
}

.our-values {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px
}

.our-values-title {
  color: var(--color-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: .36px;
  margin-bottom: 20px
}

.our-values-grid--left {
  display: flex
}

.our-values-image {
  border-radius: 15px;
  border: 8px solid rgba(255, 255, 255, .7);
  width: 100%;
  height: auto
}

.our-values-image-content {
  position: relative
}

.our-values-image-content:last-child {
  margin-top: 160px;
  margin-left: -85px
}

.our-values-image-item {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .7);
  max-width: 305px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 12px;
  position: absolute
}

.our-values-image-item-1 {
  position: absolute;
  top: 75px;
  right: -80%
}

.our-values-image-item-2 {
  position: absolute;
  bottom: 18%;
  left: -75%;
  max-width: 285px
}

.our-values-image-item>p {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: .4px
}

.our-values-item>p {
  max-width: 405px
}

#error-404 {
  padding: 225px 0
}

.error-404-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px
}

.error-404-content {
  max-width: 736px;
  margin: 0 auto;
  position: relative
}

.error-404-content::before,
.single-post-meta>span {
  color: var(--color-primary);
  font-style: normal;
  line-height: 110%
}

.error-404-content::before,
.share-tool.shared::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.error-404-content::before {
  content: "404";
  text-align: center;
  font-family: var(--nunito);
  font-size: 25vw;
  font-weight: 800;
  opacity: .05;
  mix-blend-mode: multiply;
  pointer-events: none
}

.container-md {
  max-width: 735px;
  margin: 0 auto
}

.general-section {
  padding: 205px 0 115px
}

.ral-grid {
  margin: 25px 0;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 23px
}

.ral-content>a,
.ral-content>p {
  color: var(--nunito);
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  font-weight: 500
}

.ral-content>p {
  font-weight: 400
}

.ral-web {
  color: #333;
  font-weight: 400
}

.single-grid {
  padding-top: 62px;
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  background-color: #fff
}

.single-grid--left {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: sticky;
  top: 100px;
  height: fit-content
}

.single-section {
  padding: 155px 0 115px
}

.single-thumbnail {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/1;
  border-radius: 18px;
  object-fit: cover;
  position: sticky;
  top: 0
}

.single-post-meta {
  display: flex;
  align-items: center;
  gap: 10px 15px;
  flex-wrap: wrap
}

.single-post-meta>span {
  font-size: 16px;
  font-weight: 300
}

.title-lg {
  text-align: start
}

.reading-time,
.share-tools {
  display: flex;
  align-items: center;
  gap: 6px
}

.share-tools {
  gap: 12px
}

.reading-time::before {
  content: "";
  width: 20px;
  height: 22px;
  background-image: url(assets/images/icons/icon-time.svg);
  background-size: contain;
  background-repeat: no-repeat
}

.general-content>p {
  margin-bottom: 20px
}

.share-tool {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative
}

.share-tool.shared::before {
  content: "";
  width: 35px;
  height: 35px;
  background-color: #a3c423;
  display: block;
  border-radius: 50%;
  z-index: -1
}

.share-tool>img {
  width: 100%;
  height: 100%
}

.single-excerpt>p {
  font-weight: 600
}

#cofunded {
  padding: 53px 0
}

.cofunded--title {
  color: var(--color-primary);
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: .28px;
  text-transform: none
}

.cofunded-flex {
  display: flex;
  align-items: center;
  gap: 10px 60px;
  flex-wrap: wrap
}

@media (max-width:1820px) {
  #our-mission {
    padding: 0 3%
  }
}

@media (max-width:1680px) {
  .title-lg {
    font-size: 65px
  }

  .footer-contact--title,
  .related-products--item,
  h1,
  h3 {
    font-size: 38px
  }

  .area-card--title {
    font-size: 28px
  }

  .our-mission-box {
    padding: 75px 0
  }

  .our-mission-container {
    padding: 0 6%
  }

  .porfolio-text {
    font-size: 36px;
    max-width: 380px
  }
}

@media (max-width:1560px) {
  .title-lg {
    font-size: 60px
  }

  .container {
    padding: 0 6%
  }

  .area-card--title {
    font-size: 24px
  }

  .team-cards {
    gap: 38px
  }

  .team-card--content>p {
    font-size: 15px
  }

  .our-values-image-item>p {
    font-size: 18px
  }

  .porfolio-text {
    font-size: 32px;
    max-width: 325px
  }

  #portfolio-box {
    background-size: 60% 100%
  }

  #portfolio-box:hover {
    background-size: 62% 100%
  }

  .related-products--item {
    font-size: 36px
  }
}

@media (max-width:1440px) {
  h1 {
    font-size: 36px
  }

  h3 {
    font-size: 34px
  }

  .btn {
    font-size: 15px;
    padding: 14px 18px;
    border-radius: 30px
  }

  .title-lg {
    font-size: 50px
  }

  .hero-title {
    font-size: 42px
  }

  .custom-logo,
  .footer-logo>img {
    width: 100%;
    height: auto
  }

  #menu-top {
    gap: 45px
  }

  .footer-contact--title {
    font-size: 32px
  }

  .hero-slide {
    right: -30px
  }

  #menu-top>li>a,
  .footer-contact--text,
  .footer-text {
    font-size: 15px
  }

  .footer-grid {
    gap: 5%
  }

  .footer-logo {
    max-width: 180px
  }

  #error-404 {
    padding: 170px 0 115px
  }

  #blog {
    padding: 65px 0
  }

  .about-us-grid {
    grid-template-columns: 50% 44%;
    gap: 6%
  }

  #about-us {
    padding: 50px 0
  }

  .area-card--title {
    font-size: 22px
  }

  .area-grid {
    gap: 20px
  }

  .area-card--content {
    padding: 50px 20% 25px 25px
  }

  #our-fields {
    padding: 0 0 110px
  }

  .team-cards {
    gap: 20px
  }

  .team-card--content>p {
    font-size: 14px
  }

  .team-card {
    flex: 0 0 calc(23% + 8px)
  }

  #team {
    padding: 65px 0
  }

  .our-values-image-item>p {
    font-size: 16px
  }

  .our-values-image-item>img {
    width: 38px;
    height: 38px
  }

  .our-values-image-content:last-child {
    margin-left: -50px
  }

  .our-values-image-item {
    max-width: 255px
  }

  .related-products {
    max-height: 255px
  }

  .related-products--item {
    font-size: 34px
  }
}

@media (max-width:1376px) {
  h1 {
    font-size: 34px
  }

  h3 {
    font-size: 32px
  }

  .title-lg {
    font-size: 43px
  }

  .hero-title {
    font-size: 40px
  }

  .hero-text {
    font-size: 18px
  }

  #hero {
    padding: 150px 0 80px
  }

  .header-buttons {
    gap: 15px
  }

  .error-404-content {
    max-width: 620px
  }

  .error-404-buttons {
    gap: 15px
  }

  .single-post-meta>span {
    font-size: 15px
  }

  .footer-contact--title {
    font-size: 30px
  }

  .porfolio-text {
    font-size: 28px;
    max-width: 290px
  }

  #portfolio-box {
    min-height: 165px;
    padding: 30px 6%
  }

  .related-products--item {
    font-size: 30px
  }
}

@media (max-width:1280px) {
  h1 {
    font-size: 32px
  }

  h2 {
    font-size: 16px
  }

  h3 {
    font-size: 28px
  }

  .title-lg {
    font-size: 40px
  }

  .hero-title {
    font-size: 36px
  }

  .hero-slide {
    height: 380px
  }

  .hero-grid {
    grid-template-columns: 35% 60%
  }

  .single-post-meta>span {
    font-size: 14px
  }

  .footer-contact--title {
    font-size: 25px
  }

  .blog-card--title {
    font-size: 16px
  }

  .team-card {
    flex: 0 0 calc(23% + 5px)
  }

  .related-products--item {
    font-size: 28px
  }

  .cofunded-flex {
    flex-wrap: nowrap;
    width: 100vw
  }

  .cofunded-flex .slick-track {
    display: flex !important;
    align-items: center;
    gap: 50px
  }
}

@media (max-width:1180px) {
  .custom-logo-link {
    max-width: 140px
  }

  #menu-top>li>a,
  .btn {
    font-size: 14px
  }

  .related-products--item {
    font-size: 26px
  }

  .hero-title {
    font-size: 34px
  }

  #menu-top {
    gap: 40px
  }

  .footer-contact {
    grid-template-columns: 100%;
    gap: 20px
  }

  .footer-main {
    background-size: cover
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-contact--text {
    max-width: 100%
  }

  .area-card--title {
    font-size: 20px
  }

  .area-card--content {
    padding: 50px 25px 25px
  }

  .team-cards {
    gap: 15px
  }

  .team-card--name {
    font-size: 15px
  }

  .team-card--content>p {
    font-size: 13px
  }

  .team-card--position {
    font-size: 12px
  }

  .team-card--content {
    padding: 25px 25px 100px
  }

  .team-card--header {
    padding: 25px
  }

  .our-values-grid {
    grid-template-columns: 45% 45%
  }

  .our-values-title {
    font-size: 16px
  }

  .our-values-image-item>p {
    font-size: 14px
  }

  #our-values {
    padding: 200px 0 80px
  }

  .common-grid {
    grid-template-columns: 40% 50%;
    gap: 10%
  }

  .porfolio-text {
    font-size: 26px;
    max-width: 260px
  }

  .related-products {
    gap: 20px
  }
}

@media (max-width:1080px) {
  .hero-grid {
    grid-template-columns: 40% 60%
  }

  .hero-slide {
    height: 350px
  }
}

@media (max-width:1024px) {
  h1 {
    font-size: 28px
  }

  h3 {
    font-size: 26px
  }

  .hero-title,
  .title-lg {
    font-size: 32px
  }

  #hero {
    padding: 125px 0 50px
  }

  p {
    font-size: 15px
  }

  .error-404-content {
    padding: 0 5%
  }

  .general-section {
    padding: 135px 0 50px
  }

  #menuToggle {
    display: block;
    cursor: pointer
  }

  #menuToggle>span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background-color: var(--color-green);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: all .55s ease
  }

  #menuToggle>span:first-child {
    transform-origin: 0 0
  }

  #menuToggle>span:nth-last-child(2) {
    transform-origin: 0 100%
  }

  .header-navigation {
    display: none
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }

  .single-section {
    padding: 115px 0
  }

  .related-products--item {
    font-size: 24px
  }
}

@media (max-width:970px) {
  .hero-title {
    font-size: 30px
  }

  .hero-grid {
    grid-template-columns: 38% 60%
  }

  .team-content {
    margin-top: 45px
  }

  .team-cards {
    margin-left: calc(-50vw + 50%);
    width: 100vw
  }

  .btn-team-scroll {
    display: none
  }

  .team-card {
    flex: 0 0 250px
  }

  .team-card:first-child {
    margin-left: 6%
  }

  .team-card:last-child {
    margin-right: 6%
  }

  #portfolio-box {
    background-size: 70% 100%;
    padding: 30px;
    margin-top: 40px
  }

  #portfolio-box:hover {
    background-size: 72% 100%
  }

  .related-products--item {
    font-size: 20px
  }

  #our-fields {
    padding: 0 0 75px
  }

  .our-mission-box {
    margin: 55px auto 0
  }
}

@media (max-width:870px) {
  .hero-grid {
    grid-template-columns: 100%;
    gap: 20px
  }

  .hero-slide {
    height: auto;
    right: 0
  }
}

@media (max-width:840px) {
  h3 {
    font-size: 24px
  }

  .footer-contact--title {
    font-size: 22px
  }

  .container-md {
    padding: 0 6%
  }

  .title-lg {
    font-size: 28px
  }

  .area-card--image {
    aspect-ratio: 1.8/1
  }

  .area-grid {
    grid-template-columns: 1fr 1fr
  }

  .our-values-image-item {
    max-width: 190px
  }

  .our-values-image-item>p {
    font-size: 12px
  }

  .our-mission-box {
    padding: 50px 0
  }
}

@media (max-width:768px) {
  body {
    overflow-x: hidden
  }

  h1 {
    font-size: 26px
  }

  h3 {
    font-size: 22px
  }

  .hero-title {
    font-size: 28px
  }

  .error-404-content {
    max-width: 570px
  }

  .error-404-content::before {
    font-size: 40vw
  }

  .single-grid {
    grid-template-columns: 100%;
    padding-top: 0;
    margin-top: 35px
  }

  .single-grid--left {
    gap: 20px;
    position: relative;
    top: 0;
    margin-bottom: 20px
  }

  .single-section {
    padding: 115px 0 50px
  }

  .about-us-grid {
    grid-template-columns: 100%;
    gap: 25px
  }

  .share-tools {
    gap: 10px
  }

  .ral-grid {
    grid-template-columns: 1fr 1fr
  }

  .common-grid,
  .footer-grid {
    grid-template-columns: 100%;
    row-gap: 15px
  }

  #menu-bottom {
    gap: 0 15px;
    flex-wrap: wrap
  }

  .footer-contact {
    grid-template-columns: 56% 1fr;
    gap: 45px;
    padding: 30px
  }

  .footer-grid--left {
    gap: 20px
  }

  .blog-card--title {
    font-size: 15px
  }

  .blog-card--content>p,
  .btn-more {
    font-size: 13px
  }

  .area-card--title {
    font-size: 18px
  }

  .team-card {
    flex: 0 0 220px
  }

  .porfolio-text {
    font-size: 24px;
    max-width: 240px
  }

  #portfolio-box {
    min-height: 145px
  }

  .related-products--item {
    font-size: 18px
  }

  .btn-related-scroll {
    display: none
  }
}

@media (max-width:670px) {
  .our-values-grid {
    grid-template-columns: 100%;
    gap: 35px
  }

  .our-values-image-item {
    max-width: 205px
  }

  .our-values-image-item-1 {
    right: -75%
  }

  .our-values-image-item-2 {
    left: -75%
  }

  .our-values-grid--left {
    max-width: 80%;
    margin: 0 auto
  }

  .our-values {
    margin-top: 30px;
    gap: 25px
  }

  #our-values {
    padding: 155px 0 55px
  }

  #portfolio-box {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start
  }

  #portfolio-box,
  #portfolio-box:hover {
    background-size: 110% 100%
  }
}

@media (max-width:600px) {
  h1 {
    font-size: 24px
  }

  p {
    font-size: 14px
  }

  .title-lg {
    font-size: 26px
  }

  .hero-text {
    font-size: 16px
  }

  .footer-logo {
    max-width: 150px
  }

  .footer-label,
  .ral-content>a,
  .ral-content>p {
    font-size: 13px
  }

  .footer-contact {
    grid-template-columns: 100%;
    gap: 20px
  }

  .error-404-content::before {
    font-size: 50vw
  }

  .error-404-buttons {
    gap: 10px
  }

  .btn {
    font-size: 13px
  }

  .blog-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 25px -6%0
  }

  .blog-card {
    flex: 0 0 280px
  }

  .blog-card:first-child {
    margin-left: 6%
  }

  .area-grid {
    gap: 10px
  }

  .area-card--image {
    aspect-ratio: 1.04/1
  }

  #about-us {
    padding: 50px 0 0
  }

  .our-values-grid--left {
    max-width: 100%
  }
}

@media (max-width:500px) {
  #portfolio-box {
    background-image: none;
    background-size: unset;
    background-color: var(--color-primary);
    position: relative;
    overflow: visible
  }

  #portfolio-box::after {
    content: "";
    width: 40%;
    aspect-ratio: 1;
    position: absolute;
    right: -15px;
    bottom: -60px;
    display: block;
    background-image: url(assets/images/vector-a.svg);
    background-size: contain;
    background-repeat: no-repeat
  }
}

@media (max-width:420px) {
  h1 {
    font-size: 22px
  }

  .title-lg {
    font-size: 24px
  }

  .footer-contact--title {
    font-size: 20px
  }

  .hotspot-icon::before {
    width: 20px;
    height: 20px
  }

  .hotspot-icon {
    width: 10px;
    height: 10px
  }

  #menu-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
  }

  .footer-secondary--flex {
    align-items: flex-end
  }

  #blog,
  #team {
    padding: 50px 0
  }

  .single-thumbnail {
    height: 200px
  }

  .single-grid {
    margin-top: 20px
  }

  .ral-grid {
    grid-template-columns: 100%
  }

  .area-card--image {
    aspect-ratio: 1.3/1
  }

  .area-card {
    flex: 0 0 220px
  }

  .area-card:first-child {
    margin-left: 6%
  }

  .area-card:last-child {
    margin-right: 6%
  }

  .area-grid {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 44px -6%0
  }

  .area-card--title {
    font-size: 20px
  }

  .our-values-image-item>img {
    width: 30px;
    height: 30px
  }
}