.headhero-bg {
  background-image: url(../img/headhero-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

/**************************/
/*        HEADER         */
/************************/

.header {
  /* background-color: #fff9db; */
  /* max-width: 180rem; */
  /* padding: 0 10rem; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
  padding-top: 1rem;
}

.header-logo{
  width: 11rem ;
}

/* .header {
  max-width: 180rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
  align-items: center;
}

.nav-link:link,
.nav-link:visited {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
}

.nav-link-btn:link,
.nav-link-btn:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  padding-top: 0;
  padding-bottom: 0.3rem;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .about-us-section {
  margin-top: 9.6rem;
}

.nav-link-btn:link,
.nav-link-btn:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
  text-decoration: none !important;
}

.nav-link:hover {
  /* text-decoration: underline; /
  border-bottom:2px solid black;
/ text-shadow:0 0 0px black; */
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
}

.nav-link-btn:hover {
  background-color: #333;
}
/***************************/
/*          HERO          */
/*************************/

.hero {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-section {
  padding-bottom: 20rem;
  /* background-color: #fff9db; */
  padding-top: 20rem;
}

.hero .heading-secondary {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}

.hero-text {
  max-width: 90rem;
  margin: 0 auto;
  font-size: 1.9rem;
}

.hero-image {
  width: 45rem;
  height: 45rem;
}

/***************************/
/*        ABOUT US        */
/*************************/

.about-us-section {
  background-image: url(../img/about-us-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.about-us-text {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.9rem;
}

.about-us-img-one,
.about-us-img-two {
  position: absolute;
  width: 25rem;
}

.about-us-img-one {
  top: 58.7%;
  right: -29%;
}

.about-us-img-two {
  top: 69%;
  left: -28%;
}

.about-us-text-secondary {
  display: none;
}

/***************************/
/*        LANGUAGE        */
/*************************/

.languages-section {
  background-image: url(../img/language-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
}

.language {
  max-width: 130rem;
  margin: 0 auto;
}
.language-heading {
  text-align: center;
  margin-top: 5rem;
}

.languageFlex {
  align-items: center;
  display: flex;
  gap: 20rem;
  margin-top: 10rem;
}

.img-languages {
  border-radius: 25px;
  width: 30rem;
  height: 20rem;
}

.language-text {
  font-size: 1.9rem;
}

/***************************/
/*          TEAM          */
/*************************/

.pt-team {
  padding-top: 4.4rem !important;
}

.team-section {
  background-image: url(../img/team-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #fff9db; */
  margin-top: 15rem;
  /* margin-bottom: 10rem; */
  padding-bottom: 15rem;
}

.team-section .heading-secondary {
  text-align: center;
  padding-top: 4.8rem;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-content: center;
  grid-column-gap: 2rem;
  max-width: 140rem;
  margin: 0 auto;
}

.team-role {
  margin-top: 3rem;
  margin-bottom: 5rem;
  font-weight: 500;
}

.team-grid-col {
  justify-self: center;
  max-width: 40rem;
  text-align: center;
}

.team-img {
  margin-top: 5rem;
  border-radius: 25px;
  width: 40rem;
  height: 35rem;
  margin-bottom: 5rem;
}

/**************************/
/*       GALLERY         */
/************************/

.gallery-section {
  padding-top: 10rem;
  background-image: url(../img/Test2.webp);
  background-repeat: no-repeat;
  background-size: 220rem;
  /* background-color: #fff9db; */
  /* background-image: url(../img/Test2.png);  SAMO TEST */
  /* background-image: linear-gradient(to top left, #fff9db, #ffe066); */
}

.gallery {
  max-width: 130rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.gallery .heading-secondary {
  text-align: center;
  padding-bottom: 9.6rem;
}

.gallery-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.4rem;
  padding-bottom: 4.8rem;
}

.gallery-img {
  width: 32rem;
  border-radius: 25px;
  transition: all 0.7s;
}

.gallery-img:hover {
  transform: scale(1.4);
}

.goolge-map-container {
  display: flex;
  justify-content: center;
}

/**************************/
/*         PRICE         */
/************************/

.price-section {
  margin: 10rem 0;
}

.price {
  max-width: 160rem;
  margin: 0 auto;
}

.price .heading-secondary {
  text-align: center;
  padding-bottom: 6.6rem;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
}

.price-card {
  position: relative;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 9px;
  overflow: hidden;
  height: 57.3rem;
}

.mid {
  position: relative;
}

.price-card-attribute {
  display: block;
  position: absolute;
  top: 4.6%;
  left: 64.3%;
  transform: rotate(45deg);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #ffe066;
  padding: 0.8rem 3.2rem;
}

.price-card-img {
  width: 32.8rem;
  height: 16rem;
}

.price-card-content {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.price-card-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}

.price-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4.8rem;
}

.price-card-list-items {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.price span {
  line-height: 1.3;
}

.price-card-icon {
  font-size: 2.4rem;
  color: #e67700;
}

.price-card-btn:link,
.price-card-btn:visited {
  position: absolute;
  bottom: 7.8%;
  left: -10.9%;
  transform: translate(50%, 0);
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  background-color: #ffe066;
  border-radius: 9px;
  padding: 1.2rem 4.8rem;
  transition: all 0.6s;
}

.price-card-btn:hover,
.price-card-btn:active {
  color: #ffe066;
  background-color: #333;
}

/**************************/
/*       DISCOUNT        */
/************************/

.discount-section {
  position: relative;
  padding: 31.5rem 0;
}

.discount {
  position: absolute;
  padding: 0px 10rem;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75rem;
  border-radius: 9px;
  background-color: rgba(255, 224, 102, 0.5);
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
}

.discount-heading {
  text-align: center;
  padding-top: 6.4rem;
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.discount-price {
  text-align: center;
  color: #444;
  font-size: 7.4rem;
  font-weight: 600;
  margin: 2.4rem 0;
}

.discount-atribute {
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5.6rem;
}

.discount-logo {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  width: 14rem;
}

/**************************/
/*        FOOTER         */
/************************/

.footer-section {
  padding-top: 9rem;
  background-color: #303030;
  /* border-top: 1px solid #eee; */
}

.footer {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  max-width: 130rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.contact-heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2.4rem;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
}

.contact-info-li {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.contact-info-icon {
  font-size: 2.4rem;
  color: #eee;
}

.contact-info {
  color: #eee;
  font-size: 1.8rem;
}

.socialnet {
  display: flex;
  gap: 3.2rem;
  filter: invert(1);
}

.socialnet-img {
  width: 5.4rem;
}

.google-map {
  justify-self: flex-end;
}

.footer-copyright {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 5rem;
  padding-bottom: 4rem;
  color: #eee;
}
