/* REMINDER: if I change anything on root I must to change it on custom.css too */
:root {
  --accent-color: #ee362d;
  --sec-color: #b04025;
  --title-font: "Lexend", serif;
  --subtitle-font: "Open Sans", serif;

  --accent-color-op1: rgba(0, 102, 102, 0.806);
  --accent-color-op2: #797d6279;
}

/* h1, h2, h3, h4, h5, h6, div, button{
    font-family: var(--title-font);
}
a, p, li{
    font-family: var(--subtitle-font);
} */

body {
  background-color: white !important;
}

/* VARIABLES*************************************************************** */

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: capitalize;
}

.space3 {
  letter-spacing: 3px;
}
.space5 {
  letter-spacing: 5px;
}

.cus-btn1 {
  border: 1px solid black;
  background-color: transparent;
  padding: 0.6rem 3rem;
  border-radius: 9px;
  color: black !important;
  transition: all 150ms ease;
}

.cus-btn2 {
  border: 1px solid white;
  background-color: transparent;
  padding: 0.6rem 3rem;
  border-radius: 5px;
  transition: all 150ms ease;
}

.cus-btn3 {
  padding: 0.6rem 1.7rem !important;
  margin-top: 15px;
  background-color: var(--accent-color);
  border-radius: 8px;
  background-color: #383838;
  color: white;
  transition: all 150ms ease;
}

header.smaller .cus-btn3 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.cus-btn1:hover,
.cus-btn2:hover,
.cus-btn3:hover {
  color: white;
  background-color: #919191;
}

.cus-btn2:hover,
.cus-btn3:hover {
  opacity: 0.7;
  transform: scale(1.02);
}

.custom-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.relative {
  position: relative;
}

.primary {
  color: var(--accent-color) !important;
}
.secondary {
  color: var(--sec-color) !important;
}

.text-dark1 {
  color: rgb(54, 54, 54);
}
.text-dark2 {
  color: rgb(155, 155, 155);
}

.text-bg {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.3rem;
}

.shadow-sm {
  padding: 0.6rem;
  box-shadow: 0px 12px 32px -6px rgba(94, 94, 94, 0.2);
}

.rounded-sm {
  border-radius: 3px;
}

.rounded-md {
  border-radius: 10px;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-25 {
  font-size: 25px !important;
}

.font-1rem {
  font-size: 1rem;
}
.font-2rem {
  font-size: 2rem;
}
.font-2-5rem {
  font-size: 2.5rem;
}
.font-3rem {
  font-size: 3rem;
}
.font-4rem {
  font-size: 4rem;
}
.font-5rem {
  font-size: 5rem;
}

.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}

.pt10 {
  padding-top: 10px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}

.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}

.ml-50 {
  margin-left: -50px;
}

.no-right {
  padding-right: 0 !important;
}
.no-left {
  padding-left: 0 !important;
}

.z-10 {
  z-index: 10;
}
.cf-pad {
  padding-inline: 180px;
}
.mt-230 {
  margin-top: -230px;
}

.overlay-bg.bg1 {
  background-color: rgba(255, 255, 255, 0.4);
}

.overlay-bg.bg2 {
  background-color: var(--accent-color-op1);
}

.overlay-bg.bg3 {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay-bg.bg4 {
  background-color: var(--accent-color-op2);
}

.overlay-bg.bg5 {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-bg.bg6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-bg.bg7 {
  background-color: rgba(0, 0, 0, 0.8);
}
.blur {
  backdrop-filter: blur(5px);
}

.d-none {
  display: none;
}

a.text-dark1:hover {
  color: #00539f !important;
}

/* (default from bootstrap) */

@media (max-width: 1500px) {
  .font-3rem {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .cus-btn3 {
    padding: 0.4rem 0.8rem !important;
  }
}

/* (default from bootstrap) */

@media (max-width: 992px) {
  .mobile-d-none {
    display: none;
  }

  .font-3rem {
    font-size: 2.5rem;
  }
  .font-4rem {
    font-size: 3rem;
  }
  .font-5rem {
    font-size: 4rem;
  }

  .d-none {
    display: block !important;
  }
}

/* (default from bootstrap) */

@media (max-width: 768px) {
  .cus-btn1,
  .cus-btn2,
  .cus-btn3 {
    padding-inline: 1rem;
  }
  .cf-pad {
    padding-inline: 18px;
  }
  .news-container {
    padding-inline: 1rem;
  }
}

/* (default from bootstrap) */
@media (max-width: 576px) {
  .font-3rem {
    font-size: 2rem;
  }
  .font-4rem {
    font-size: 2.5rem;
  }
  .font-5rem {
    font-size: 2rem;
  }
}
