/* Custom Colors */
:root {
  --orange: #cf412b;
}

#button-addon2 {
  border: none;
  background-color: transparent;
}

#hero-author {
  width: 45px;
  height: 45px;
}
.latest-block .text-bg {
  z-index: 0;
  margin: 0;
  padding: 0;
}

.latest-block .text-bg h2 {
  font-size: 7.5rem;
  color: rgba(49, 48, 48, 0.322);
}

.latest-block .text-lb {
  z-index: 5;
}

.text-lb-bg {
  top: 10%;
}

/* ------------------- */

.soft-orange {
  color: var(--orange);
}
.bg-orange {
  background-color: var(--orange);
}

body {
  background-color: #f9f9f9;
}

.nav-form .input-group {
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
}

.nav-form input {
  border: none;
  background-color: transparent;
}

.nav-form input:focus {
  border-radius: 25px;
  border: none;
  outline: none;
  box-shadow: none;
}

.nav-form .btn:hover {
  color: #7c0707;
}

.hero-news .card-header {
  overflow: hidden;
}

.hero-news .card-img-top {
  transition: transform 0.3s ease-in-out;
}

.hero-news:hover .card-img-top {
  transform: scale(1.1) rotateZ(-1deg);
}

.top-five-news div:hover {
  border-color: black !important;
}

.category-index .cat-item:hover .cat-arrow {
  display: inline-block !important;
}

.bg-blurred {
  backdrop-filter: blur(10px);
}

.btn-orange {
  background-color: var(--orange);
}

#newsletter {
  color: #fff;
}

.input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.input-group svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #fff;
  pointer-events: none;
}

.input-group input {
  padding-left: 35px;
  box-sizing: border-box;
}

#newsletter::placeholder {
  color: #fff;
  opacity: 0.7;
}

.footer-menu-list li a:hover {
  color: #fff !important;
}

.footer-social {
  margin-left: 60px;
}
.footer-social li {
  border-bottom: 1px solid #464646 !important;
}

.footer-social-icon {
  background-color: #464646;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}
