/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body { color: #444444; }
#header { grid-area: head !important; }
@media (max-width: 992px) { #header.header-scrolled, #header .header-container { background-color: #fff !important; } }
#logo a { display: flex !important; flex-direction: row !important; gap: 15px; padding: 15px 10px; }
#logo img { object-fit: contain; height: 55px; padding: 0; margin: 0; }
#ph { display: none; }

a {
  color: #990a00d2;
  text-decoration: none;
}

a:hover {
  color: #990a00d2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #990a00d2;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #990a00d2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}
#header .header-container {
  background: #fff;
}
#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}
#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  background: #990a00d2;
}
#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #ffffff;
  }
  #header.header-scrolled, #header .header-container {
    background: #ffffff;
  }
  #header .logo {
    padding-left: 0;
  }
  #header .logo h1 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar1 {
  padding: 0;
}
.navbar1 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar1 li {
  position: relative;
}
.navbar1 a, .navbar1 a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  color: #36343a;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar1 a i, .navbar1 a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar1 a:hover, .navbar1 .active, .navbar1 .active:focus, .navbar1 li:hover > a {
  color: #990a00d2;
}
.navbar1 .getstarted, .navbar1 .getstarted:focus {
  background: #990a00d2;
  padding: 10px 25px !important;
  margin-left: 15px;
  /* margin-right: 15px; */
  border-radius: 50px;
  color: #fff;
}
.navbar1 .getstarted:hover, .navbar1 .getstarted:focus:hover {
  color: #fff;
  background: #990a00d2;
}
.navbar1 .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar1 .dropdown ul li {
  min-width: 200px;
}
.navbar1 .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}
.navbar1 .dropdown ul a i {
  font-size: 12px;
}
.navbar1 .dropdown ul a:hover, .navbar1 .dropdown ul .active:hover, .navbar1 .dropdown ul li:hover > a {
  color: #990a00d2;
}
.navbar1 .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar1 .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar1 .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
/* @media (max-width: 1366px) {
  .navbar1 .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar1 .dropdown .dropdown:hover > ul {
    left: -100%;
  }
} */
@media (max-width: 767px){
  #logo a { gap: 30px !important; padding: 0 !important; }
  #logo img { height: 65px !important; }
}
@media (max-width: 575px) {
  #logo a { gap: 30px !important; padding: 0 !important; }
  #logo img { height: 40px !important; }
}
@media (min-width: 992px) {
  .navbar1 a { font-size: 9px; padding: 8px 10px; }
  #logo img { height: 25px !important; }
  /* #header  #logo a { padding: 10px 5px; } */
  .navbar1 .dropdown ul li a { font-size: 11px; }
}
@media (min-width: 1200px) {
  .navbar1 a { font-size: 10px; padding: 8px 10px; }
  #logo img { height: 45px !important; }
  .navbar1 .dropdown ul li a { font-size: 12px; }
}
@media (min-width: 1400px) {
  .navbar1 a { font-size: 13px; padding: 10px 15px; }
  #logo img { height: 55px !important; }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  #ph { display: block; }
  #logo { width: 90%; }
  #logo a { gap: 0 !important; justify-content: space-around; padding: 0 !important; }
  #logo img { padding: 0 !important; margin: 0 !important; }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar1 ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 50px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #990a00d2;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  width: fit-content;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  text-wrap: wrap;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #990a00d2;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}