/* 
--- 01 TYPOGRAPHY SYSTEM

- FONT SIZES (px) 10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

-FONT WEIGHT
DEFAULT: 400
MEDIUM: 500
SEMI-BOLD: 600
BOLD: 700
-LINE HEIGHT
DEFAULT: 1
SMALL: 1.05
MEDIUM: 1.2
LARGE: 1.8
PARAGRAPH DEFAULT:1.6

-- LETTER SPACING
-0.5PX
0.75PX
--- 02 COLOUR SYSTEM

- PRIMARY: #FA6700
- TINT:


- SHADES:
Dark
#e15d00 10%
#c85200 20%
#af4800 30%
#4b1f00 70%
#321500 80%
#190a00 90%

Light
#fb761a
#fb8533
#fc954d
#fed1b3
#fdb380
- ACCENT:
- GREYS
#555
#767676

--- 05 SHADOWS

0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);

--- 06 BORDER-RADIUS
DEFAULT: 9px
MEDIUM: 11PX

--- 07 WHITESPACE

--- SPACING SYSTEM (px) 2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

*/

/* **************************** */
/* NAv*/
/* **************************** */

.header {
  padding: 1rem 6.4rem;
  height: 5.6rem;
  background-color: #fa6700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-size: 2.4rem;
  text-transform: uppercase;
}

.logo a {
  text-decoration: none;
}

.lost {
  color: #fff;
  font-weight: 900;
}

.found {
  background-color: #fff;
  color: #fa6700;
  font-weight: 600;
  padding: 0.2rem;
}

.main-nav {
  list-style-type: none;
  display: flex;
  /* gap: 1.4rem; */
  justify-content: center;
  align-items: center;
}

.nav-items {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem;
  color: #fff;
  transition: all 0.1s;
}

.active {
  transition: all 0.1s;
  border-bottom: 2px solid #fff;
}

.modal-header {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fa6700;
  text-transform: uppercase;
  border: none;
}

.modal-label {
  color: #555;
}

.modal-footer {
  border: none;
}

.btn-primary {
  background-color: #fff;
  color: #fa6700;
  border: none;
  font-size: 1.46rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary:first-child {
  margin-right: 2rem;
}

.btn-primary:hover,
.btn-primary:active {
  color: #e15d00;
  background-color: #fff !important;
}

/* Mobile */
.btn-mobile-nav {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
.icon-mobile-nav {
  width: 2.8rem;
  height: 2.8rem;
  color: #222;
}

/* STICKY NAVIGATION */
.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 6.4rem;
  padding-top: 0;
  padding-bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.97); */
  z-index: 9999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
}

/* ******************* */
/* Section Hero */
/* ******************* */

.section-hero {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  justify-content: center;
  align-items: center;

  height: 80vh;
}

.header-primary {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1.4;
  color: #222;
  /* color: #0d6efd; */

  animation-name: header;
  animation-duration: 1s;
}

@keyframes header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    /* color: #555; */
  }
}

.hero-lost {
  color: #fa6700;
}
.hero-found {
  background-color: #fa6700;
  color: #fff;
  padding: 2px;
}

.hero-slide {
  position: relative;
  overflow: hidden;
}

.carousel-container {
  position: relative;
}

.slide-1 {
  background-image: url("/img/hero-img-1.jpg");
  /* background-color: #fa6700; */
}

.slide {
  height: auto;
  transition: all 1s;
}

.slide-2,
.slide-3 {
  position: absolute;
  top: 0;
}

.carousel-img {
  width: 100%;
  height: 100%;

  position: relative;
}

.hero-text {
  font-size: 2rem;
  /* color: #fa6700; */
  background-color: #fff;
  padding: 0.5rem 1rem;

  position: absolute;
  z-index: 1000;

  top: 90%;
  transform: translate(40%);
}

.feedback {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-top: 1.6rem;
  margin-bottom: 2.4rem;
}

.arrow-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 43%;
}

.arrow {
  width: 4.8rem;
  height: 4.8rem;
  border: none;
  background-color: #fff;
  font-size: 1.8rem;
  /* color: #fff; */
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}

.arrow:active,
.arrow:hover {
  background-color: #e15d00;
  color: #fff;
}

.btn--left,
.btn--right {
  background-color: transparent;
  border: none;
}

/* ******************* */
/* Lost and found section */
/* ******************* */

.nav-item {
  font-size: 1.8rem;
}

.nav-link {
  color: #fa6700;
  transition: all 0.5s;
}

.nav-link:hover,
.nav-link:active {
  color: #222;
}

.nav-link.active {
  background-color: #fa6700 !important;
  color: #fff !important;
}
.nav-pills {
  justify-content: space-around;
  align-items: center;
}

.nav-pills .nav-link {
  padding: 1rem 6rem;
}

.tab-pane {
  font-size: 2.4rem;
}

/* Found */
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-evenly;
  gap: 2.4rem;

  font-size: 1.8rem;
}

.form-label {
  display: block;
  font-size: 1.8rem;
}

.form-input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 1.2rem;
}

.btn-submit {
  background-color: #fa6700;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
}

.btn-submit:hover,
.btn-submit:active {
  background-color: #e15d00;
}

/* ********************** */
/* Testimonial */
/* ********************** */

.section-testimonial {
  max-width: 108rem;
  margin: 0 auto;
  padding: 9.6rem 0;
}

.testimonial-header {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;

  margin-bottom: 3.2rem;
}

.testimonial-slides {
  position: relative;
  overflow: hidden;
}

.testimonial-carousel-container {
  position: relative;
}

.testimonial-slide {
  height: auto;
  transition: all 1s;
}

.testimonial-slide-2,
.testimonial-slide-3 {
  position: absolute;
  top: 0;
}

.testimonial {
  background-color: #fa6700;
  padding: 2.4rem !important;

  max-width: 108rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}

.testimonial-text {
  grid-column: 2 / -1;
}

.testimonial-img-box {
  width: 100%;
  height: 100%;
}

.testimonial-img {
  width: 100%;
  height: 100%;
}

.header-testimonial {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  color: #fff;
}

.testimonial-text blockquote {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.8;
  color: #fed1b3;
  margin-bottom: 2.4rem;
}

.testimonial-author {
  font-size: 1.6rem;
  color: #fdb380;
}

/**********************/
/* Section Fact */
/**********************/
.section-fact {
  background-color: #fa6700;
  color: #fff;
  /* color: #fa6700; */
  text-align: center;
  margin-bottom: 20rem;
  padding: 2.4rem 4.8rem;

  border-top: 2px solid #fa6700;
  border-bottom: 2px solid #fa6700;
}

.fact-header {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  /* color: #fa6700; */
  margin: 4.8rem auto;
}

.fact-text {
  font-size: 1.8rem;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.fact-text span {
  /* display: block; */
  font-size: 6.4rem;
  background-color: #fff;
  color: #fa6700;
  padding: 0.2rem 1.6rem;
}

/**********************/
/* FOOTER */
/**********************/
.footer {
  padding-top: 12.8rem;
  border-top: 1px solid rgba(136, 136, 136, 0.349);
}

.footer-container {
  /* margin: 0 9.6rem 9.6rem 9.6rem; */
  max-width: 96rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;
}

.footer--grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  column-gap: 6.4rem;
}

.header-footer {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.footer-logo a {
  margin-bottom: 3.2rem;
  text-decoration: none;
  display: block;
  font-size: 2.4rem;
  text-transform: uppercase;

  color: #fa6700;
}

.footer-lost {
  font-weight: 900;
}
.footer-found {
  font-weight: 900;
  background-color: #fa6700;
  color: #fff;
  padding: 0.2rem;
}

.copyright {
  font-size: 0.8rem;
  color: #767676;
}

.contact {
  font-style: normal;
}

.address {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 2.4rem;
  color: #767676;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;

  padding: 0;
  margin: 0;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.2rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #333;
}

.donation-text {
  font-size: 1.4rem;
  color: #767676;
}

.donation-btn {
  background-color: red;
  color: #fff;
  padding: 0.5rem 3rem;
  font-size: 1.4rem;
}

.donation-btn:hover,
.donation-btn:active {
  background-color: rgb(223, 0, 0);
  color: #fff;
}
