@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

* {
  font-family: "Noto Sans Thai", serif;
  font-optical-sizing: auto;
}
html,
body {
  /* height: 100%; */
}

body {
    background-image: url(../images/main-bg-2.webp);
    background-position: top center;
    background-repeat: no-repeat;
	background-color: #d9d9d9;
    /* background-attachment: fixed; */
    /* overflow: hidden; */
}
#particles-js {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
	pointer-events: none;
}
.text-title h1 {
    font-size: 80px;
    color: #fff;
}
/* Section 1 */
.section-1 {
	position: relative;
}
.section-1 > .section-1-front {
	position: relative;
	/* z-index: 1; */
}
.section-1-bg-motion {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* background-color: #b61e1efc; */
	/* background-image: url(../images/bg-loop.webm); */
	/* background-size: cover; */
	/* background-position: center; */
	background-repeat: no-repeat;
	z-index: 0;
}
.section-1-bg-motion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.section-1-bg-motion video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	/* display: none; */
}
.pre-register-container {
	margin-top: 60px;
	text-align: center;
}
.sec-1-title {
	margin-bottom: -20px;
}
.pre-register-total {
	/* width: 450px; */
	/* height: 118px; */
	/* background-image: url(../images/pre-regiter-bar.png); */
	/* padding-top: 20px; */
	margin: 0 auto;
	position: relative;
}
.total-bar {
	/* padding-top: 20px; */
}
.total-bar img {
	/* display: none; */
}
.pre-register-total-text {
  /* position: absolute;
  top: 0; */
	color: #fff;
	/* margin-top: -100px; */
}
.pre-register-title {
	margin-bottom: 2px;
}
.pre-register-total-title {
	/* font-size: 14px; */
	/* font-weight: 600; */
}
.pre-register-result {
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	line-height: 54px;
}
.pre-register-border {
	width: 11px;
	height: 37px;
	align-self: center;
	margin-left: 5px;
	margin-right: 5px;
}
.pre-register-slot {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 76px;
	height: 119px;
	background-image: url(../images/pre-regiter-box-bg.png);
}
.pre-register-btn {
	margin-top: 45px;
}
.pre-register-btn {
	transition: 0.1s;
	display: inline-block;
}
.pre-register-btn:hover {
	transform: scale(105%);
	filter: brightness(130%);
	/* box-shadow: #fec644 10px 10px 10px; */
}
.game-download {
	margin-top: 18px;
	margin-bottom: 50px;
}
.game-download a {
	transition: 0.1s;
}
.game-download a:hover {
	transform: scale(105%);
}
/* Mileage */
.milest-normal {
	padding-top: 15px;
}
.mileage-gold {
	width: 305px;
}

.mileage-status {
	position: relative;
}
.mileage-status::before {
	content: '';
	position: absolute;
	top: 40%;
    right: -20px;
    width: 26px;
    height: 42px;
	background-image: url(../images/arrow-white.png);
	background-size: cover;
	background-position: center;
}
.mileage-gold .mileage-status::before {
	display: none;
	content: '';
	position: absolute;
	top: 40%;
    right: -20px;
    width: 26px;
    height: 42px;
	background-image: url(../images/arrow-white.png);
	background-size: cover;
	background-position: center;
}
.mileage-status a {
	transition: 0.1s;
	display: block;
}
.mileage-status a:hover {
	cursor: pointer;
	transform: scale(104%);
}
.modal-mileage-item .modal-header {
	border-bottom: 0px;
	padding-bottom: 0;
}
.modal-mileage-item .modal-footer {
	border-top: 0px;
	justify-content: center;
}
.modal-mileage-item .modal-content {
	padding: 10px;
	background-color: #ffffff60;
	border: 0;
	border-radius: 24px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.modal-mileage-item .modal-body {
	text-align: center;
	background-image: url(../images/bg-pattern.jpg);
	background-repeat: repeat;
	/* border: 7px solid rgba(0, 0, 0, 0.2); */
	border-radius: 20px;
}
.modal-mileage-item .modal-body img {
	background-color: #ffffff;
	border: 4px solid #d5d5d5;
	margin-bottom: 15px;
	padding: 10px;
}
.modal-mileage-item .modal-body h4 {
	font-weight: 700;
	color: #b61e1e;
	margin-bottom: 5px;
	margin-top: 10px;
}
.modal-mileage-item .modal-body p {
	font-weight: 600;
}
.modal-mileage-item .modal-body p:last-child {
	margin-bottom: 0;
}
/* .modal-mileage-item .modal-footer {
	padding-top: 0px;
	padding-bottom: 20px;
} */

.modal-mileage-item .modal-body .btn {
	/* text-align: right; */
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 40px;
	background-color: #fec644;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/* Section 3 */
.event-link-btn img {
	transition: 0.1s;
}
.event-link-btn img:hover {
	filter: brightness(110%);
	transform: scale(104%);
}

/* Section 4 */
.news-highlight {
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.8)
}
.news-highlight .carousel-item {
	
}
.news-highlight .carousel-inner {
	border: 3px solid #fff;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
/* .news-highlight .carousel-item a img{
	
} */
/* .carousel-news-highlight .carousel-item a img{
	border: 5px solid #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
} */
.nav-tabs-container nav {
	border-top: 1px solid rgb(0 0 0);
    border-bottom: 1px solid rgb(0 0 0);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 9px 10px;
}
.nav-tabs-container .nav-tabs {
	border-bottom: 0px;
}
.nav-tabs-container .nav-tabs .nav-link {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #111111;

}
.nav-tabs-container .nav-tabs .nav-link.active {
	background-color: rgb(182, 30, 30);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.nav-tabs-container .nav-tabs .nav-link:hover {
	background-color: rgb(182, 30, 30);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.all-news-btn a {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #111111;
	display: block;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 26px;
	transition: 0.1s;
}
.all-news-btn a:hover {
	background-color: rgb(182, 30, 30);
	color: #fff;
	border: 1px solid rgb(182, 30, 30);
}
.border-left,
.border-right {
	/* border-top: 1px solid rgb(232, 188, 186); */
	/* border-bottom: 1px solid rgb(232, 188, 186); */
}
.news-right-side .tab-content {
	padding-left: 7px;
	padding-right: 7px;
}
.news-right-side .tab-content .tab-pane {
	padding-bottom: 6px;
	border-bottom: 5px solid rgb(0 0 0);
}
.home-news-row {
	background-color: #ffffff;
	padding: 8px 10px;
	margin-top: 5px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	transition: 0.1s;
}
.home-news-row:hover {
	transform: scale(103%);
}
.home-news-row:hover .news-title {
	color: rgb(182, 30, 30);
}
.cate-tag {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #adadad;
	display: inline-block;
	width: 70px;
	text-align: center;
	position: relative;
	top: -1px;
}
.tag-promotion {
	background-color: #fec644;
}
.tag-update {
	background-color: #31db48;
}
.tag-event {
	background-color: #9834ac;
}
.news-title {
	font-size: 14px;
	color: #111111;
	line-height: 24px;
	font-weight: 600;
}
.news-date {
	font-size: 12px;
	color: #5e5d5d;
	text-align: right;
	font-weight: 500;
	line-height: 24px;
}
/* Section 4 */
.character-btn {
	cursor: pointer;
	position: relative;
	transition: 0.1s;
	z-index: 1;
	/* margin-top: -27px; */
}
.character-btn img {
	/* transition: 0.1s; */
}
.char-card {
	opacity: 1;
	transition: 0.1s;
	position: relative;
	z-index: 1;
}
.character-btn {
	background-size: contain;
	background-repeat: no-repeat;
}
.character-btn:hover{
	transform: scale(104%);
	filter: brightness(110%);
	background-size: contain;
}
.character-btn img {
	opacity: 0;
}
.card-1 {
	background-image: url(../images/character/card-1.png);
}
.card-1:hover {
	background-image: url(../images/character/card-1-active.png);
}
.card-2 {
	background-image: url(../images/character/card-2.png);
}
.card-2:hover {
	background-image: url(../images/character/card-2-active.png);
}
.card-3 {
	background-image: url(../images/character/card-3.png);
}
.card-3:hover {
	background-image: url(../images/character/card-3-active.png);
}
.card-4 {
	background-image: url(../images/character/card-4.png);
}
.card-4:hover {
	background-image: url(../images/character/card-4-active.png);
}
.character-modal .modal-header {
	border-bottom: 0px;
	padding-bottom: 0;
}
.character-modal .modal-footer {
	border-top: 0px;
	justify-content: center;
}
.character-modal .modal-content {
	padding: 10px;
	background-color: #ffffff60;
	border: 0;
	border-radius: 24px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.character-modal .modal-body {
	/* text-align: center; */
	background-image: url(../images/bg-pattern.jpg);
	background-repeat: repeat;
	/* border: 7px solid rgba(0, 0, 0, 0.2); */
	border-radius: 20px;
	position: relative;
	padding: 0;
}
.bg-clan1 {
	background-image: -moz-linear-gradient( 90deg, rgba(11,86,224,0.4) 0%, rgba(11,86,224,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(11,86,224,0.4) 0%, rgba(11,86,224,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(11,86,224,0.4) 0%, rgba(11,86,224,0.13) 67%, rgba(255,202,197,0) 100%);
	border-radius: 20px;
}
.bg-clan2 {
	background-image: -moz-linear-gradient( 90deg, rgba(133,138,2,0.4) 0%, rgba(133,138,2,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(133,138,2,0.4) 0%, rgba(133,138,2,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(133,138,2,0.4) 0%, rgba(133,138,2,0.13) 67%, rgba(255,202,197,0) 100%);
	border-radius: 20px;
}
.bg-clan3 {
	background-image: -moz-linear-gradient( 90deg, rgba(237,42,23,0.4) 0%, rgba(237,42,23,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(237,42,23,0.4) 0%, rgba(237,42,23,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(237,42,23,0.4) 0%, rgba(237,42,23,0.13) 67%, rgba(255,202,197,0) 100%);
	border-radius: 20px;
}
.bg-clan4 {
	background-image: -moz-linear-gradient( 90deg, rgba(255,204,0,0.4) 0%, rgba(255,204,0,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(255,204,0,0.4) 0%, rgba(255,204,0,0.13) 67%, rgba(255,202,197,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(255,204,0,0.4) 0%, rgba(255,204,0,0.13) 67%, rgba(255,202,197,0) 100%);
	border-radius: 20px;
}
.char-close-btn {
	top: 9px;
    right: 14px;
	position: absolute;
}
.character-modal .modal-body img {
	/* background-color: #ffffff;
	border: 4px solid #d5d5d5;
	margin-bottom: 15px;
	padding: 10px; */
}
.character-modal .modal-body h4 {
	font-weight: 700;
	color: #b61e1e;
	margin-bottom: 5px;
	margin-top: 10px;
}
/* .modal-mileage-item .modal-footer {
	padding-top: 0px;
	padding-bottom: 20px;
} */

.character-modal .modal-body .btn {
	/* text-align: right; */
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 40px;
	background-color: #fec644;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1100px;
    }
}
.char-profile-container .nav {
	position: relative;
	z-index: 1;
	top: 10px;
	left: 14px;
	height: 434px;
}
.char-profile-container .nav-link {
	background-color: transparent;
	padding: 0;
	width: 70px;
	height: 70px;
	background-size: contain;
}
.char-profile-container .nav-link.active {
	padding: 0;
	background-color: transparent;
}
.char-profile-container .nav-link img {
	opacity: 0;
	/* background-size: contain; */
}
/* ***** Clan 1 ***** */
.coming-soon-char img{
	opacity: 1 !important;
}
#clan1-char1-tab {
	background-image: url(../images/character/clan1-char1.png);
}
#clan1-char1-tab.active {
	background-image: url(../images/character/clan1-char1-active.png);
}
#clan1-char2-tab {
	background-image: url(../images/character/clan1-char2.png);
}
#clan1-char2-tab.active {
	background-image: url(../images/character/clan1-char2-active.png);
}
#clan1-char3-tab {
	background-image: url(../images/character/clan1-char3.png);
}
#clan1-char3-tab.active {
	background-image: url(../images/character/clan1-char3-active.png);
}
#clan1-char4-tab {
	background-image: url(../images/character/clan1-char4.png);
}
#clan1-char4-tab.active {
	background-image: url(../images/character/clan1-char4-active.png);
}
#clan1-char5-tab {
	background-image: url(../images/character/clan1-char5.png);
}
#clan1-char5-tab.active {
	background-image: url(../images/character/clan1-char5-active.png);
}
#clan1-char6-tab {
	background-image: url(../images/character/clan1-char6.png);
}
#clan1-char6-tab.active {
	background-image: url(../images/character/clan1-char6-active.png);
}
/* ***** Clan 2 ***** */
#clan2-char1-tab {
	background-image: url(../images/character/clan2-char1.png);
}
#clan2-char1-tab.active {
	background-image: url(../images/character/clan2-char1-active.png);
}
#clan2-char2-tab {
	background-image: url(../images/character/clan2-char2.png);
}
#clan2-char2-tab.active {
	background-image: url(../images/character/clan2-char2-active.png);
}
#clan2-char3-tab {
	background-image: url(../images/character/clan2-char3.png);
}
#clan2-char3-tab.active {
	background-image: url(../images/character/clan2-char3-active.png);
}
#clan2-char4-tab {
	background-image: url(../images/character/clan2-char4.png);
}
#clan2-char4-tab.active {
	background-image: url(../images/character/clan2-char4-active.png);
}
#clan2-char5-tab {
	background-image: url(../images/character/clan2-char5.png);
}
#clan2-char5-tab.active {
	background-image: url(../images/character/clan2-char5-active.png);
}
#clan2-char6-tab {
	background-image: url(../images/character/clan2-char6.png);
}
#clan2-char6-tab.active {
	background-image: url(../images/character/clan2-char6-active.png);
}
#clan2-char7-tab {
	background-image: url(../images/character/clan2-char7.png);
}
#clan2-char7-tab.active {
	background-image: url(../images/character/clan2-char7-active.png);
}
/* ***** Clan 3 ***** */
#clan3-char1-tab {
	background-image: url(../images/character/clan3-char1.png);
}
#clan3-char1-tab.active {
	background-image: url(../images/character/clan3-char1-active.png);
}
#clan3-char2-tab {
	background-image: url(../images/character/clan3-char2.png);
}
#clan3-char2-tab.active {
	background-image: url(../images/character/clan3-char2-active.png);
}
#clan3-char3-tab {
	background-image: url(../images/character/clan3-char3.png);
}
#clan3-char3-tab.active {
	background-image: url(../images/character/clan3-char3-active.png);
}
#clan3-char4-tab {
	background-image: url(../images/character/clan3-char4.png);
}
#clan3-char4-tab.active {
	background-image: url(../images/character/clan3-char4-active.png);
}
#clan3-char5-tab {
	background-image: url(../images/character/clan3-char5.png);
}
#clan3-char5-tab.active {
	background-image: url(../images/character/clan3-char5-active.png);
}
#clan3-char6-tab {
	background-image: url(../images/character/clan3-char6.png);
}
#clan3-char6-tab.active {
	background-image: url(../images/character/clan3-char6-active.png);
}
#clan3-char7-tab {
	background-image: url(../images/character/clan3-char7.png);
}
#clan3-char7-tab.active {
	background-image: url(../images/character/clan3-char7-active.png);
}
#clan3-char8-tab {
	background-image: url(../images/character/clan3-char8.png);
}
#clan3-char8-tab.active {
	background-image: url(../images/character/clan3-char8-active.png);
}
/* ***** Clan 4 ***** */
#clan4-char1-tab {
	background-image: url(../images/character/clan4-char1.png);
}
#clan4-char1-tab.active {
	background-image: url(../images/character/clan4-char1-active.png);
}
#clan4-char2-tab {
	background-image: url(../images/character/clan4-char2.png);
}
#clan4-char2-tab.active {
	background-image: url(../images/character/clan4-char2-active.png);
}
#clan4-char3-tab {
	background-image: url(../images/character/clan4-char3.png);
}
#clan4-char3-tab.active {
	background-image: url(../images/character/clan4-char3-active.png);
}
#clan4-char4-tab {
	background-image: url(../images/character/clan4-char4.png);
}
#clan4-char4-tab.active {
	background-image: url(../images/character/clan4-char4-active.png);
}
.char-img-box {
	width: 50%;
	position: relative;
	margin-left: -86px;
}
.clans-flag {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.char-info-box {
	width: 50%;
	margin-left: 30px;
}
.char-title {
	margin-top: 20px;
	margin-bottom: 16px;
}
.char-info {
	padding-right: 50px;
}
.character-modal .modal-body p {
	font-weight: 500;
	font-size: 14px;
	margin-top: 14px;
    margin-bottom: 14px;
    line-height: 22px;
}
.char-sub-info-title {
	margin-top: 14px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
}
.char-sub-info-detail {
	font-weight: 700;
	font-size: 16px;
	color: #b61e1e;
	margin-top: -5px;
}
.char-sub-info-detail img {
	width: 80px;
    height: 80px;
    border-radius: 40px;
	border: 5px solid rgba(255, 255, 255, 0.4);
}
.char-skill {
	margin-left: 10px;
}
.skill-detail {
	font-weight: 500;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 14px;
    line-height: 22px;
	color: #111111;
}
/* Section 5 */
.section-5 {
	margin-bottom: 100px;
}

.owl-carousel img {
	/* width: 921px; */
}
.owl-carousel .owl-item {
	/* width: 921px; */
}
.owl-carousel .owl-item img {
	/* width: 921px; */
}
/* .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 45%;
} */
.owl-carousel .owl-nav {
	position: absolute;
	top: 40%;
	width: 50%;
	margin: 0 auto;
    left: 0;
    right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background: none;
	border: none;
	color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	transition: 0.1s;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	filter: brightness(130%);
	/* transform: scale(103%); */
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0;
	transition: 0.1s;
}
.owl-item {
	opacity: 75%;
	transform: scale(0.92) !important;
	transition: 0.1s;
}
.owl-item.active {
	opacity: 75%;
	transform: scale(0.92);
	transition: 0.1s;
}
.owl-item.active.center {
	opacity: 1;
	transform: scale(1) !important;
	transition: 0.1s;
}
.owl-carousel .owl-dots .owl-dot {
	width: 30px;
	height: 12px;
	border-radius: 6px;
	background-color: #bcbcbc;
	margin-left: 3px;
	margin-right: 3px;
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color: #8a361a;
	width: 50px;
}
.owl-carousel .owl-dots {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-caption-border {
	/* background-color: rgba(255, 255, 255,0.6); */
	/* padding: 10px; */
	width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: -10.5%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
	/* box-shadow: 0px 3px 10px rgba(0, 0, 0, .2); */
}
.owl-caption {
	/* background-color: rgba(255, 255, 255,0.8); */
	/* padding: 15px; */
	/* border-radius: 8px; */
	/* border: 1px solid #ececec; */
}
.owl-caption h2 {
	font-size: 24px;
	color: #111111;
	font-weight: 700;
}
.owl-caption-border p {
	font-size: 14px;
	color: #111111;
	font-weight: 500;
	margin-bottom: 0;
}
/* ================================= */
/*          Media queries           */
/* =============================== */
/* @media (min-width: 2800px) {
	
} */
@media (min-width: 1920.98px) {
	/* Section 1 */
	.section-1-bg-motion {
		width: 1920px;
		margin: 0 auto;
        left: 0;
        right: 0;
	}
	/* Section 5 */
	.owl-carousel-container {
		width: 1900px;
		margin: 0 auto;
	}
}


@media (max-width: 1399.98px) { 

	/* Section 1 */
	.milest-normal {
		padding-top: 35px;
	}
	.section-1-bg-motion {
		/* width: 2800px; */
		height: 100%;
	}
	.section-1-bg-motion img {
		width: 100%;
		height: 100%;
		object-fit: none;
        object-position: center 0px;
	}
	/* Section 3 */
	.news-title {
		font-size: 12px;
	}
	.news-date {
		font-size: 10px;
	}
	/* Section 5 */
	.owl-caption-border {
		width: 76%;
		margin-top: -13%;
	}
	.owl-caption h2 {
		font-size: 22px;
		color: #111111;
		font-weight: 700;
	}
}
@media (max-width: 1199.98px) { 
	/* Section 1 */
	.section-1-bg-motion {
        height: 117%;
		z-index: -1;
    }
	.section-1-bg-motion img {
		width: 100%;
		/* height: 117%; */
		object-fit: none;
        object-position: center 0px;
	}
	.mileage-gold {
		width: 240px;
	}
	.milest-normal {
        padding-top: 25px;
    }
	.mileage-status::before {
		width: 20px;
		height: 30px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	/* Section 3 */
	.nav-tabs-container .nav-tabs .nav-link {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.nav-tabs-container .nav-tabs .nav-link.active,
	.nav-tabs-container .nav-tabs .nav-link:hover {
		font-size: 12px;
	}
	.news-title {
		font-size: 10px;
		padding-left: 10px;
	}
	.all-news-btn a {
		font-size: 12px;
	}
	/* Section 5 */
	.owl-caption-border {
        width: 80%;
        margin-top: -10%;
    }
	.owl-caption h2 {
		font-size: 18px;
		color: #111111;
		font-weight: 700;
	}
	.owl-caption-border p {
		font-size: 12px;
		color: #111111;
		font-weight: 500;
		margin-bottom: 0;
	}
}
@media (max-width: 991.98px) {
	body {
		background-size: auto;
		background-image: url(../images/main-bg-md.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #d7d7d7;
	}
	/* Section 1 */
	.sec-1-img-title {
		margin-top: 60px;
	}
	.pre-register-container {
		margin-top: 320px;
		text-align: center;
	}
	.mileage-gold {
		width: 160px;
		margin: 0 auto;
	}
	.milest-normal {
        padding-top: 16px;
    }
	/* Section 2 */
	.event-link-btn {
		margin-top: 10px;
        display: block;
	}
	/* Section 3 */
	.news-right-side {
		margin-top: 20px;
	}
	/* Section 4 */
	.char-close-btn {
		z-index: 10;
		top: 9px;
		right: 6px;
		position: absolute;
	}
	.char-img-box {
		width: 100%;
	}
	.char-info-box {
		width: 100%;
		margin-left: 0px;
		padding-bottom: 30px;
	}
	.char-profile-container .nav {
		left: -34px;
		position: absolute;
	}
	.char-img-box {
		margin-left: 0;
	}
	.clans-flag {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 19px;
	}
	.char-title img {
		margin: 0 auto;
	}
	.char-info {
		padding-left: 40px;
		padding-right: 40px;
		/* text-align: center; */
	}
	.chinese-underline img {
		margin: 0 auto;
	}
	.char-sub-info {
		padding-left: 40px;
		padding-right: 40px;
	}
	/* Section 5 */
	.owl-carousel .owl-nav {
		width: 90%;
		top: 34%;
	}
	.owl-caption-border {
		margin-top: 0;
	}
}
@media (max-width: 767.98px) {
	/* Section 1 */
	
	.sec-1-img-title {
		margin-top: 60px;
	}
	.pre-register-container {
        /* margin-top: -200px; */
        text-align: center;
    }
	.milest-normal {
        padding-top: 15px;
    }
	.mileage-gold {
        width: 140px;
        margin: 0 auto;
    }
	.mileage-status::before {
        width: 12px;
        height: 20px;
        right: -8px;
    }
	/* Section 4 */
	.char-profile-container .nav {
		left: -23px;
	}
	.char-profile-container .nav-link {
		width: 50px;
		height: 50px;
	}
	/* Section 5 */
	.owl-caption-border {
		width: 80%;
		margin-bottom: 20px;
	}
	.owl-caption h2 {
		font-size: 14px;
	}
	.owl-caption-border p {
		font-size: 10px;
	}
	.owl-carousel .owl-dots .owl-dot {
		width: 14px;
		height: 6px;
	}
	.owl-carousel .owl-dots .owl-dot.active {
		width: 20px;
	}
}
@media (max-width: 575.98px) {
	body {
		background-size: auto;
		background-image: url(../images/main-bg-m.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #d7d7d7;
	}
    /* All Title */
    .sec-2-title img,
    .sec-3-title img,
    .sec-4-title img,
    .sec-5-title img {
        height: 46px;
    }
	/* Section 1 */
	.pre-register-container {
        margin-top: 330px;
        text-align: center;
    }
	.pre-register-result {
		font-size: 40px;
		font-weight: 700;
		color: #fdc94d;
		line-height: 40px;
	}
	.pre-register-total {
		/* width: auto;
		height: auto;
		margin: 0 auto;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		padding-top: 0px;
		padding-bottom: 30px; */
	}
	.pre-register-border {
		display: none;
	}
	.pre-register-slot {
		margin-left: 5px;
		margin-right: 5px;
		padding-top: 5px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 40px;
		height: 60px;
		background-image: url(../images/pre-regiter-box-bg.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.pre-register-result {
        font-size: 30px;
        font-weight: 700;
        color: #fdc94d;
        line-height: 40px;
    }
	.pre-register-btn {
		margin-top: 25px;
	}
	.sec-1-title {
		margin-bottom: 0px;
	}
	.mileage-gold {
        width: 100px;
        margin: 0 auto;
    }
	.milest-normal {
        padding-top: 10px;
    }
	.mileage-status::before {
        width: 12px;
        height: 20px;
        right: -6px;
    }
	/* Section 3 */
	.section-3 {
		margin-bottom: 12px;
	}
	.news-title {
		padding-left: 0px;
		line-height: 16px;
	}

    .all-news-btn a {
        padding-left: 5px;
        padding-right: 5px;
    }
	/* Section 4 */
	.char-profile-container .nav {
        left: 10px;
        position: absolute;
    }
	.character-modal .modal-content {
		padding: 6px;
	}
	.char-info {
		padding-left: 20px;
		padding-right: 20px;
	}
	.char-sub-info {
        padding-left: 20px;
        padding-right: 20px;
		margin-top: 8px;
		text-align: center;
    }
	.char-sub-info-title {
		margin-top: 6px;
		font-size: 12px;
	}
	.char-sub-info-detail {
		margin-top: 0;
		font-size: 14px;
	}
	.char-sub-info-title,
	.char-sub-info-detail {
		text-align: center;
	}
	.character-modal .modal-body p {
		font-size: 12px;
		text-align: center;
	}
	.char-title img {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* Section 5 */
	.section-5 {
		margin-bottom: 60px;
	}
}