a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 7px; }

::-webkit-scrollbar:horizontal {
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a; }

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); }

.container-fluid {
  padding: 0 80px; }

ul {
  padding-inline-start: 0;
  list-style: none; }

@media (max-width: 1199.98px) {
  body {
    font-size: 15px; }

  .container-fluid {
    padding: 0 24px; } }
.section-title {
  color: #752016;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
  position: relative;
  z-index: 1; }

.secondary-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 32px;
    font-weight: 600; }

  .section-title {
    font-size: 24px; }

  .secondary-title {
    font-size: 16px; } }
.logo {
  width: auto;
  height: 50px;
  transition: all 0.3s ease; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2a2a2a;
  font-weight: 600;
  padding: 12px 20px;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #752016;
    position: relative; }

.navbar-toggler:focus {
  outline: 0; }

.dropdown-toggle::after {
  display: none !important; }

.header .sub-menu {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 4px solid #752016;
  list-style: none;
  position: absolute;
  background: #616161;
  padding: 0;
  left: -15px;
  z-index: 5;
  min-width: 350px;
  top: 48px; }
  .header .sub-menu .nav-link {
    padding: 12px 8px !important; }
    .header .sub-menu .nav-link:after {
      width: 100% !important;
      left: 0 !important; }

.dropdown .icon {
  display: inline-block;
  transform: rotate(270deg);
  transition: all 0.4s ease; }

.dropdown.show .icon {
  transform: rotate(90deg); }

.top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link {
  color: #fff; }

.top_header .sub-menu {
  top: 57px; }

@media (max-width: 991.98px) {
  .menu-1 {
    padding-top: 80px; }

  .top_header {
    padding: 12px 0; }
    .top_header .logo {
      height: 40px; }

  .h-menu {
    position: relative;
    z-index: 1; }

  /* hamburger menu */
  .wrapper-menu {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out; }

  .wrapper-menu.open {
    transform: rotate(-45deg); }

  .line-menu {
    background-color: #752016;
    border-radius: 5px;
    width: 100%;
    height: 3px; }

  .line-menu.half {
    width: 100%; }

  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right; }

  .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px); }

  .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left; }

  .open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px); }

  .wrapper-menu:hover .line-menu.half {
    width: 100%;
    transition: all 0.2s ease-out; }

  .wrapper-menu.open:hover .line-menu.half {
    width: 50%;
    transition: all 0.2s ease-out; }

  /* .navbar-collapse {
      margin-top: 40px;
  }*/ }
.btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 2px; }

.btn-primary {
  transition: all 0.3s ease-in; }
  .btn-primary:hover {
    background-color: transparent;
    color: #752016;
    border: 2px solid #752016; }

.custom-btn {
  font-size: 18px;
  color: #752016;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: all 0.5s; }
  .custom-btn:before {
    content: "";
    background-color: #000249;
    position: absolute;
    left: -24px;
    top: -10px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    z-index: -1;
    transition: all 0.2s; }
  .custom-btn:hover {
    color: #fff; }
    .custom-btn:hover:before {
      width: calc(100% + 48px);
      border-radius: 25px; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px; } }
.top_header {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px;
  z-index: 2; }

.header {
  padding: 16px 0; }

@media (max-width: 991.98px) {
  .header {
    padding: 8px 0; }

  .logo {
    height: 40px; } }
.footer {
  background-color: #752016;
  padding: 40px 0;
  font-weight: 500; }
  .footer a:hover {
    color: #f5b2aa; }

.footer-logo {
  height: 60px;
  margin-bottom: 40px; }

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-nav .nav-link {
    font-size: 16px;
    font-weight: 600; }

.footer-top {
  border-bottom: 1px solid #ffffff4d; }

.footer-bottom {
  font-size: 18px; }

.f-link {
  display: flex;
  color: #fff; }
  .f-link .f-icon {
    margin-right: 8px;
    margin-top: 4px;
    font-size: 14px; }
  .f-link .footer-number {
    font-weight: 500; }

@media (max-width: 991.98px) {
  .footer-nav,
  .m-flex-direction {
    flex-direction: column; }

  .f-link {
    justify-content: center; }

  .footer-bottom {
    font-size: 16px; } }
.section-space {
  padding: 100px 0; }

.section-bottom-space {
  padding-bottom: 80px; }

.bg-light {
  background-color: #FAFAFA !important; }

.relative {
  position: relative; }

.mb-60 {
  margin-bottom: 60px; }

.text-underline {
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; } }

/*# sourceMappingURL=global.css.map */
