* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Anuphan";
}

:root {
  --main-color: #00040d;
}

/* header */
header .nav-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 5px 0;
  background-color: #00040d;
}

header .nav-blur.action {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(15, 15, 16, 0.6);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
  padding: 5px 0;
}

header .flex-heder {
  display: flex;
  flex-wrap: nowrap;
}

header .flex-heder .header-logo {
  margin: 0;
}

header .flex-heder .header-logo a {
  text-decoration: none;
}

header .flex-heder .header-logo a h1 {
  color: #fff;
  font-family: "Dancing Script";
}

header .flex-heder .header-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: -webkit-fill-available;
}

header .flex-heder .header-menu ul.flex-menu {
  display: flex;
  flex-wrap: nowrap;
  margin: auto 0;
  padding: 0;
}

header .flex-heder .header-menu ul.flex-menu li.menu {
  list-style: none;
}

header .flex-heder .header-menu ul.flex-menu li.menu a {
  text-decoration: none;
  padding: 5px 15px;
  color: #fff;
}

header .flex-heder .header-menu ul.flex-menu li.menu a:hover {
  color: #c4c9ce;
}

header .flex-heder .header-menu ul.flex-menu-login {
  display: flex;
  flex-wrap: nowrap;
  margin: auto 0;
  padding: 0;
  margin-left: 25px;
}

header .flex-heder .header-menu ul.flex-menu-login li.menu {
  list-style: none;
}

header .flex-heder .header-menu ul.flex-menu-login li.menu a {
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
}

header .flex-heder .header-menu ul.flex-menu-login li.menu.login a {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
}

header .flex-heder .header-menu ul.flex-menu-login li.menu.login a:hover {
  background: rgba(15, 15, 16, 0.6);
  color: #fff;
}



/* dropdown */
li.menu.dropdown ul.dropdown-menu li a.dropdown-item {
  color: var(--main-color);
}



/* end dropdown */









header .conten-header .container {
  display: grid;
  place-items: center;
  height: 100vh;
  margin: auto;
}

header .conten-header .container .layout-content {
  text-align: left;
  background: rgba(15, 15, 16, 0.6);
  padding: 50px 100px;
  border-radius: 10px;
}

header .conten-header .container .layout-content span.text-title {
  font-size: 72px;
  color: #fff;
}

header .conten-header .container .layout-content .layout-btn-casual {
  text-align: center;
}

header .conten-header .container .layout-content .layout-btn-casual a.btn.btn-casual {
  background-color: #fff;
  padding: 10px 30px;
}

header .conten-header .container .layout-content .layout-btn-casual a.btn.btn-casual:hover {
  background-color: #c4c9ce;
}

.mobile-menu {
  display: none;
}

.mobile-footer-menu {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  header .nav-blur .container {
    max-width: 1200px;
  }

  header .conten-header .container .layout-content {
    text-align: center;
    background: rgba(15, 15, 16, 0.6);
    padding: 30px 50px;
    border-radius: 10px;
  }

  header .conten-header .container .layout-content span.text-title {
    font-size: 48px;
    color: #fff;
  }
  header .flex-heder .header-menu ul.flex-menu li.menu{
    text-wrap: nowrap;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  header .flex-heder .header-logo a h1 {
    color: #fff;
    font-family: "Dancing Script";
    font-size: 38px;
  }

  header .flex-heder .header-menu ul.flex-menu,
  header .flex-heder .header-menu ul.flex-menu-login {
    display: none;
  }

  .mobile-menu {
    display: flex;
    flex-wrap: nowrap;
    margin: auto 0;
  }

  .mobile-menu .btn-icon {
    padding: 0 10px;
    width: 100%;
  }

  .mobile-menu .btn-icon a {
    font-size: 18px;
    color: #fff;
  }

  header .conten-header .container .layout-content {
    text-align: center;
    background: rgba(15, 15, 16, 0.6);
    padding: 30px 50px;
    border-radius: 10px;
  }

  header .conten-header .container .layout-content span.text-title {
    font-size: 38px;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  header .flex-heder .header-logo a h1 {
    color: #fff;
    font-family: "Dancing Script";
    font-size: 32px;
  }

  header .flex-heder .header-menu ul.flex-menu,
  header .flex-heder .header-menu ul.flex-menu-login {
    display: none;
  }

  .mobile-menu {
    display: flex;
    flex-wrap: nowrap;
    margin: auto 0;
  }

  .mobile-menu .btn-icon {
    padding: 0 10px;
    width: 100%;
  }

  .mobile-menu .btn-icon a {
    font-size: 18px;
    color: #fff;
  }

  header .conten-header .container .layout-content {
    text-align: center;
    background: rgba(15, 15, 16, 0.6);
    padding: 30px 10px;
    border-radius: 10px;
  }

  header .conten-header .container .layout-content span.text-title {
    font-size: 28px;
    color: #fff;
  }

  header .conten-header .container .layout-content .layout-btn-casual a.btn.btn-casual {
    background-color: #fff;
    padding: 5px 30px;
  }

  /* ============= mobile-footer-menu =================== */
  .mobile-footer-menu {
    display: block;
    position: fixed;
    width: 100%;
    bottom: -2px;
    background: #fff;
    z-index: 100;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .mobile-footer-menu a {
    color: var(--main-color);
    font-size: 18px;
  }

  .mobile-footer-menu a.active {
    color: #041e42;
  }

  .mobile-footer-menu .p-2 {
    text-align: center;
    margin: auto;
  }

  .mobile-footer-menu .p-2 a {
    text-decoration: none;
  }

  .mobile-footer-menu .p-2 a span {
    display: block;
    font-size: 12px;
  }
}

#offcanvasMenu .offcanvas-body {
  text-align: center;
}

#offcanvasMenu .offcanvas-body ul.flex-menu li.menu {
  list-style: none;
  margin-bottom: 10px;
}

#offcanvasMenu .offcanvas-body ul.flex-menu li.menu a {
  text-decoration: none;
  font-size: 18px;
  color: var(--main-color);
}

#offcanvasMenu .offcanvas-body ul.flex-menu li.menu.login {
  background: var(--main-color);
  padding: 5px 10px;
  width: fit-content;
  border-radius: 20px;
  margin: auto;
}

#offcanvasMenu .offcanvas-body ul.flex-menu li.menu.login a {
  color: #fff;
}