*,dl,ol,ul { margin: 0; padding: 0 }
body,p { color: var(--atf-text-body) }
.back-to-top,.hamburger,button:hover { cursor: pointer }
.blogpost-comment ul li,.post-slide .post-bar,dl,ol,ul { list-style: none }
* { box-sizing: border-box }
html { scroll-behavior: smooth }
.transition-3,a,button,input,li,p,select,textarea { -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -ms-transition: .3s ease-out; -o-transition: .3s ease-out; transition: .3s ease-out }
:root { --atf-ff-body: 'Open Sans',sans-serif; --atf-ff-heading: 'Rajdhani',sans-serif; --atf-ff-p: 'Open Sans',sans-serif; --atf-ff-fontawesome: "Font Awesome 6 Free"; --atf-thm-white: #ffffff; --atf-thm-black: #000000; --atf-thm-color: #EBCE91; --atf-grey-1: #f9f9f9; --atf-grey-2: #f5f5f5; --atf-grey-3: #f6f6f6; --atf-text-body: #7a8a9e; --atf-thm-base: #c0392b; --atf-border-1: #dddddd; --atf-box-shadow: 0 0 15px rgba(0,0,0,0.2) }
body { font-size: 16px; line-height: 28px; font-weight: 400; font-family: var(--atf-ff-body); letter-spacing: -.03em }
.atf-hero-content .title,.atf-section-title .title,h1,h2 { font-family: var(--atf-ff-heading) }
.m-img img,img { max-width: 100% }
a { text-decoration: none }
h1,h2,h3,h4,h5,h6 { margin-top: 0; font-weight: 700; line-height: 1.2; -webkit-transition: color .3s ease-out; -moz-transition: color .3s ease-out; -ms-transition: color .3s ease-out; -o-transition: color .3s ease-out; transition: color .3s ease-out; color: var(--atf-thm-black) }
h1 { font-size: 40px }
h2 { font-size: 36px }
h3,h4 { font-family: var(--atf-ff-body) }
h3 { font-size: 28px }
h4 { font-size: 20px; line-height: 1.4 }
@media only screen and (max-width:1200px) {
  h4 { font-size: 18px }
}
h5 { font-size: 20px; font-family: var(--atf-ff-body) }
h6,p { font-size: 16px; font-family: var(--atf-ff-body) }
p { font-weight: 400; margin-bottom: 0; line-height: 1.8 }
a:focus,a:hover,a:not([href]):not([class]),a:not([href]):not([class]):hover { color: inherit; text-decoration: none }
.button:focus,a:focus { text-decoration: none; outline: 0 }
a,button { color: inherit; outline: 0; border: none; background: 0 0 }
button:focus { outline: 0 }
.uppercase { text-transform: uppercase }
.atf-themes-btn,.capitalize,.post-slide .post-title a,.read { text-transform: capitalize }
input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],textarea { outline: 0; height: 56px; width: 100%; line-height: 56px; font-size: 14px; padding-left: 15px; padding-right: 26px; color: var(--atf-thm-black); border: 1px solid rgba(0,0,0,.1); background-color: transparent }
input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: var(--atf-text-body); font-size: 16px }
input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder { color: var(--atf-text-body); font-size: 16px }
input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=url]:-moz-placeholder,textarea:-moz-placeholder { color: var(--atf-text-body); font-size: 16px }
input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder { color: var(--atf-text-body); font-size: 16px }
input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,textarea::placeholder { color: var(--atf-text-body); font-size: 16px }
input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus { border: 1px solid var(--atf-thm-white) }
input[type=email]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::placeholder,input[type=url]:focus::placeholder,textarea:focus::placeholder { opacity: 0 }
textarea { line-height: 1.4; padding-top: 17px; padding-bottom: 17px }
input[type=color] { appearance: none; -moz-appearance: none; -webkit-appearance: none; background: 0 0; border: 0; cursor: pointer; height: 100%; width: 100%; padding: 0; border-radius: 50% }
::-moz-selection { background: var(--atf-thm-color); color: var(--atf-thm-white); text-shadow: none }
::selection { background: var(--atf-thm-color); color: var(--atf-thm-white); text-shadow: none }
::-moz-placeholder { color: var(--atf-thm-color); font-size: 14px; opacity: 1 }
::placeholder { color: var(--atf-thm-color); font-size: 14px; opacity: 1 }
.atf-cover-bg,.z-index-1 { position: relative; z-index: 1 }
button,input,optgroup,select,textarea { font-family: var(--atf-ff-body); border-color: inherit }
.w-img img { width: 100% }
.fix { overflow: hidden }
.clear { clear: both }
.z-index-2 { z-index: 2 }
.z-index-3 { z-index: 3 }
.z-index-4 { z-index: 4 }
.z-index-5 { z-index: 5 }
.z-index-6 { z-index: 6 }
.z-index-7 { z-index: 7 }
.z-index-8 { z-index: 8 }
.z-index-9 { z-index: 9 }
.z-index-10 { z-index: 10 }
.overflow-y-visible { overflow-x: hidden; overflow-y: visible }
.atf_owl_nav_slider,.bg-image-right,.p-relative,.post-slide .post-img,.sidebar-search-input { position: relative }
.back-to-top i,.p-absolute { position: absolute }
.atf-fixed-bg { background-position: center; background-size: cover; background-repeat: no-repeat }
.page-wrapper { position: relative; margin: 0 auto; width: 100%; min-width: 270px; z-index: 9; overflow: hidden }
.atf-black-bg { background-color: #150035 }
.border-left { border-left: 2px solid var(--atf-thm-color) }
.blogpost-text p,.mb-30,.sidebar-widget:not(:last-child) { margin-bottom: 30px }
.atf-box-shadow { -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1); -moz-box-shadow: 0 0 15px rgba(0,0,0,.1); box-shadow: 0 0 15px rgba(0,0,0,.1); transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; border-radius: 10px }
.atf-box-shadow:hover { -webkit-box-shadow: 0 0 15px rgba(0,0,0,.4); -moz-box-shadow: 0 0 15px rgba(0,0,0,.4); box-shadow: 0 0 15px rgba(0,0,0,.4) }
.atf-preloader { background: var(--atf-thm-white); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 99999 }
.atf-themes-btn,.back-to-top,.loader,.loader:after,.loader:before { background: var(--atf-thm-color) }
.loader { width: 100px; height: 100px; position: relative; transform: translate(-50%,-50%); border-radius: 50px; top: 50%; left: 50%; text-indent: -12345px }
.loader .inner_loader,.loader:after,.loader:before { border-radius: 50px; transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50% }
.loader:after,.loader:before { content: ""; width: 90px; height: 90px; animation: 3s linear infinite animate }
.loader:after { width: 60px; height: 60px; animation: 3s linear infinite animate_1 }
.loader .inner_loader { background: var(--atf-thm-white); width: 40px; height: 40px; z-index: 1; animation: 3s .2s infinite animate_1 }
@keyframes animate {
  0%,100% { transform: translateX(-50%) translateY(-50%) scale(.6) }
  50% { transform: translateX(-50%) translateY(-50%) scale(1) }
  to { background-position: 150px }
}
@keyframes animate_1 {
  0%,100% { transform: translateX(-50%) translateY(-50%) scale(.4) }
  50% { transform: translateX(-50%) translateY(-50%) scale(1) }
}
.atf-themes-btn {
display: inline-block;
border-radius: 18px;
border: 1px solid #FBECDD;
background: linear-gradient(180deg, #FFF4E9 0%, #D7A465 100%);
padding:20px 10px;
color: #0B313A;
font-family: "Noto Sans CJK";
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 900;
line-height: 35px;
letter-spacing: 5px;
margin: 20px 0px;
}
.atf-themes-btn span{
color: #0B313A;
font-family: Gilroy;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 64.286% */
letter-spacing: -1.5px;
display: block;
margin: 10px;
}
.atf-themes-btn:hover {color: #0B313A;background: linear-gradient(0deg, #FFF4E9 0%, #D7A465 100%);}

.atf-themes-btn2 {
display: inline-block;
border-radius: 10px;
border: 1px solid #FEFFC2;
background: linear-gradient(180deg, #FFF4E9 0%, #D7A465 100%);
padding:20px 20px;
color: #0B313A;
font-family: "Noto Sans CJK";
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 900;
line-height: 30px;
margin: 20px 0;
}
.atf-themes-btn2:hover {color: #0B313A;background: linear-gradient(0deg, #FFF4E9 0%, #D7A465 100%);}

.atf-themes-btn3 {
display: inline-block;
border-radius: 10px;
border: 1px solid #DB0000;
background: linear-gradient(90deg, #650000 0%, #AD0000 51.44%, #891616 100%);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
padding:10px 40px;
color: #F5F5F5;
font-family: "Noto Sans CJK";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 18px;
margin: 20px;
text-decoration: underline;
position: relative;
}
.atf-themes-btn3:hover {color: #F5F5F5;background: linear-gradient(0deg, #650000 0%, #AD0000 51.44%, #891616 100%);}

.atf-themes-btn3::after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../image/hend.png");
	background-repeat: no-repeat;
	position: absolute;
	right: -10px;
	bottom: -20px;
		
}

.atf-themes-btn4 {
display: inline-block;
border-radius: 10px;
border: 1px solid #FEFFC2;
background: linear-gradient(90deg, rgba(173, 149, 96, 0.79) 0%, rgba(235, 206, 145, 0.79) 100%);
padding:5px 20px;
color: #fff;
font-family: "Noto Sans CJK";
text-align: left;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 30px;
margin-bottom:15px;
}
.atf-themes-btn4:hover {color: #fff;background: linear-gradient(0deg, rgba(173, 149, 96, 0.79) 0%, rgba(235, 206, 145, 0.79) 100%);}

.atf-themes-btn5 {
display: inline-block;
border-radius: 18px;
border: 1px solid #FBECDD;
background:#E35728;
padding:15px 50px;
color: #fff;
font-family: "Noto Sans CJK";
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 35px;
margin: 20px 100px;
}
.atf-themes-btn5 span{
color: #fff;
font-family: Gilroy;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 64.286% */
letter-spacing: 1.12px;
display: block;
margin: 10px;
}
.atf-themes-btn5:hover {color: #fff;background:#ff4000;}

.atf-themes-btn6 {
display: inline-block;
padding:20px 20px;
color: #fff;
font-family: "Noto Sans CJK";
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 900;
line-height: 30px;
margin: 40px 0;
border-radius: 18.6px;
border: 1px solid #034854;
background: #E35728;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);	
}
.atf-themes-btn6:hover {color: #fff;background:#ff4000;}


.atf-section-title { margin-bottom: 50px }
.atf-section-title .sub_title { display: inline-block; padding: 0 10px; border-radius: 2px; font-size: 16px; color: var(--atf-thm-color); border-left: 3px solid var(--atf-thm-color) }
.atf-section-title .title { color: var(--atf-thm-color); font-weight: 700; font-size: 40px }
.atf-hot-deal-content,.atf-section-padding { padding-top: 100px; padding-bottom: 100px }
.back-to-top.active { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; right: 3%; top: 84%; -webkit-transform: scale(1); transform: scale(1) }
.back-to-top { position: fixed; right: 3%; top: 85%; box-shadow: 0 0 10px rgb(0 0 0/31%); z-index: 4; width: 50px; text-align: center; height: 50px; line-height: 42px; border-radius: 50px; -webkit-transform: scale(0); transform: scale(0); visibility: hidden; -webkit-transition: .9s; transition: .9s }
.atf-slider-bg,.atf__overlay_1 { background-position: center; background-size: cover }
.back-to-top i { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; color: var(--atf-thm-white); -webkit-transition: .5s; transition: .5s; font-size: 20px }
@-webkit-keyframes bounce {
  0%,to { transform: translateY(5%); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out }
  50% { transform: translateY(0); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out }
}
@keyframes bounce {
  0%,to { transform: translateY(5%); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out }
  50% { transform: translateY(0); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out }
}
@-webkit-keyframes pulse {
  0% { border-color: #48e9d1; box-shadow: 0 0 rgba(72,233,209,.66) }
  70%,to { border-color: #48e9d1; box-shadow: 0 0 0 10px rgba(72,233,209,0) }
}
@keyframes pulse {
  0% { border-color: #48e9d1; box-shadow: 0 0 rgba(72,233,209,.66) }
  70%,to { border-color: #48e9d1; box-shadow: 0 0 0 10px rgba(72,233,209,0) }
}
.atf-site-header.atf-style1 { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; transition: .3s ease-out }
.atf-site-header.atf-style1.atf-sticky-active { position: fixed; top: 0; left: 0; width: 100%; opacity: 1; z-index: 999; visibility: visible; color: var(--atf-thm-black); background-color: var(--atf-thm-white); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: rgba(149,157,165,.2) 0 8px 24px; -webkit-animation: .95s forwards stickyDown; -khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown; -moz-animation: .95s forwards stickyDown; -ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown; -o-animation: .95s forwards stickyDown; animation: .95s forwards stickyDown }
@keyframes stickyDown {
  0% { margin-top: -150px }
  100% { margin-top: 0 }
}
.atf-site-header.atf-style1.atf-sticky-active .atf-nav .atf-nav-list,.form-message { color: var(--atf-thm-black) }
.atf-site-branding img { max-width: 150px; height: auto }
.atf-site-header.atf-style1 .logo-black,.atf-site-header.atf-style1.atf-sticky-active .atf-site-branding .logo-white { display: none }
.atf-site-header.atf-style1.atf-sticky-active .atf-site-branding .logo-black { display: block }
.atf-nav { display: flex; align-items: center; justify-content: center; padding: 36px 0 }
.atf-nav .atf-nav-list { display: flex; align-items: center; gap: 40px; font-size: 16px; font-weight: 600; transition: .3s ease-out; color: var(--atf-thm-white) }
.atf-nav .atf-nav-list li>a:active,.atf-nav .atf-nav-list li>a:focus,.atf-nav .atf-nav-list li>a:hover,.blogpost-comment-reply a:hover,.lp-post-title:hover,.post-slide .post-bar h4:hover,.post-slide .post-title a:hover,.read:hover,.sidebar-widget-content ul li a:hover { color: var(--atf-thm-color) }
.atf-nav .dropdown-toggle { font-weight: 600 }
.atf-nav .dropdown-menu li { margin-bottom: 5px }
.atf-nav .dropdown-menu li a { color: var(--atf-thm-black); font-weight: 600 }
.atf-nav .dropdown-menu.show { transition: .5s ease-out }
.atf-nav .dropdown-menu { border-top: 2px solid var(--atf-thm-color); border-radius: 0; padding: 15px }
.hamburger { display: none }
.bar { display: block; width: 25px; height: 3px; margin: 5px auto; -webkit-transition: .3s; transition: .3s; background-color: var(--atf-thm-white) }
@media only screen and (max-width:1199px) {
  .atf-nav .atf-nav-list { gap: 24px }
}
@media only screen and (max-width:991px) {
  .atf-main-menu { padding: 40px 0 }
  .hamburger { display: block }
  .hamburger.active .bar:nth-child(2) { opacity: 0 }
  .hamburger.active .bar:first-child { transform: translateY(8px) rotate(45deg) }
  .hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg) }
  .atf-nav { position: fixed; top: 0; left: 0; flex-direction: column; background-color: var(--atf-thm-white); z-index: 99999; padding: 30px 20px!important; transform: translateX(-100%); transition: transform .3s ease-out; box-shadow: 0 2px 20px rgba(0,0,0,.3) }
  .atf-nav .atf-nav-list { flex-direction: column; border-top: 1px solid rgba(0,0,0,.2); margin-top: 30px!important; padding-top: 30px!important; align-content: start; align-items: start; padding-left: 0; gap: 5px; width: 300px; height: 250px; overflow-x: hidden; color: var(--atf-thm-black) }
  .atf-nav .atf-nav-list>li a { display: block; padding-top: 1px; padding-bottom: 1px }
  .atf-nav.active { transform: translateX(0) }
  .atf-header-btn.atf-hero-btn { margin-right: 30px }
  .atf-nav .dropdown-menu.show { transition: .3s ease-out }
  .atf-site-header.atf-style1.atf-sticky-active .bar { background-color: var(--atf-thm-black) }
}
@media screen and (min-width:320px) and (max-width:479px) {
  .atf-nav .atf-nav-list { width: 200px!important }
}

.logo-img{margin-bottom: 50px;}
.atf-cover-bg::before,.atf-slider-bg { width: 100%; z-index: -1; left: 0; position: absolute; top: 0 }
.atf-cover-bg::before { content: ''; height: 100%; background: rgba(0,0,0,.3) }
.atf-hero-two.atf-cover-bg::before { background: rgba(0,0,0,.5) }
.atf-gallery-img::before,.atf-hero-content .sub_title,.atf-slider .swiper-button-next:hover,.atf-slider .swiper-button-prev:hover { background: var(--atf-thm-color) }
.atf-hero-area { background-color: #000;padding: 80px 0;}
.atf-hero-area2 { background-color: #000;padding-top: 100px;}
.atf_align_item_details { display: flex; align-items: center; justify-content: center }
.atf-hero-content { align-items: start; justify-content: start }
.atf-hero-content .sub_title { display: inline-block; padding: 5px 10px; border-radius: 4px; font-size: 16px; color: var(--atf-thm-white) }
.atf-hero-content .title {
font-family: "ui-serif";
font-size: 75px;
font-weight: 900;
line-height: 96px;
background: linear-gradient(91deg, #FDF0E3 9.48%, #D9A76B 100.91%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0;
}

.atf-hero-area2 .title {
font-family: "ui-serif";
font-size: 48px;
font-weight: 900;
line-height: 96px;
background: linear-gradient(0deg, #D9A76B 9.48%, #FDF0E3 100.91%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 40px;
}

.atf-hero-content p { margin: 15px 0 30px!important;}
@media only screen and (max-width:1199px) {
  .atf-hero-content .title { font-size: 50px }
}
.animation-1,.swiper-slide-active .atf-slider-content .sub_title { -webkit-animation: .5s .3s both fadeInDown; animation: .5s .3s both fadeInDown }
.animation-2,.swiper-slide-active .atf-slider-content .title { -webkit-animation: .5s .5s both fadeInUp; animation: .5s .5s both fadeInUp }
.atf-hero-content .describtion {
color: #F7F8F8;
font-family: Gilroy;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 36px;
letter-spacing: 4px;
}
.atf-hero-content .describtion2{
color: #F7F8F8;
font-family: Gilroy;
font-size: 22px;
font-style: normal;
font-weight: 200;
line-height: 24px;
}
.atf-hero-content .describtion3{
color: #DAAA70;
font-family: Gilroy;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 90% */
}
.atf-content .atf-btn{ -webkit-animation: .5s .9s both fadeInUp; animation: .5s .9s both fadeInUp }

.atf-hero-content2{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 100px;
	gap: 30px;
}
.atf-hero-bq{
color: #F7F8F8;
text-align: left;
font-family: Gilroy;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 92.308% */
}
.atf-hero-bq img{
	max-height: 45px;
	margin: 0 5px;
}

#hero2{
	padding:100px 0;
}

.title2{
color: #F5F5F5;
font-family: "Noto Sans CJK";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
margin-bottom: 40px;
}
.title2 span{
color: #F5F5F5;
font-family: "Noto Sans CJK";
font-size: 40px;
font-style: normal;
font-weight: 300;
}

.hero01_img_m{display: none !important;}

.dp3{
color: #F5F5F5;
font-family: "Noto Sans CJK";
font-size: 24.872px;
font-style: normal;
font-weight: 400;
line-height: 39px;
margin-bottom: 10px;
}
.dp3 span{
color: #F00;
}
.dp3 img{
	margin-right: 10px;
}

.dp4{
color: #FFF;
font-family: "Noto Sans CJK";
font-size: 36px;
font-style: normal;
font-weight: 300;
line-height: 76px;
}

.dp_tl {
font-family: "ui-serif";
font-size: 30px;
font-weight: 500;
background: linear-gradient(0deg, #D9A76B 9.48%, #FDF0E3 100.91%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.dp_tl2 {
color: #000;
font-size: 32px;
font-weight: 500;
}

.title3{
color: #034854;
font-family: "Noto Sans CJK";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
margin-bottom: 40px;
text-align: left;
}

.dp5{
color: #fff;
font-family: "Noto Sans CJK";
font-size: 36px;
font-style: normal;
font-weight: 500;
margin-bottom: 30px;
text-align: left;
padding:5px 20px;
border-radius: 10px;
background: linear-gradient(90deg, #E35728 0%, #7D3016 100%);	
}

.dp6{
color: #000;
font-family: "Noto Sans CJK";
font-size: 24px;
font-style: normal;
font-weight: 200;
text-align: left;
}

.dp7{
color: #fff;
font-family: "Noto Sans CJK";
font-size: 36px;
font-style: normal;
font-weight: 400;
text-align: left;
margin-bottom: 50px;
}

.dp8{
color: #fff;
font-family: "Noto Sans CJK";
font-size: 36px;
font-style: normal;
font-weight: 700;
text-align: left;
}

.dp9{
color: #034854;
font-family: "Noto Sans CJK";
font-size: 40px;
font-style: normal;
font-weight: 700;
text-align: left;
line-height: 80px;
}

.title4{
color: #fff;
font-family: "Noto Sans CJK";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

.title4 span{
background: linear-gradient(90deg, #FCEFE2 0%, #DAAA70 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.title5{
color: #034854;
font-family: "Noto Sans CJK";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
margin-bottom: 80px;
text-align: left;
}

.title6{
color: #000;
font-family: "Noto Sans CJK";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 32px;
margin-bottom: 50px;
}

.title6.split-content {
  display: flex;
  align-items: center;
  text-align: center;
}

.title6.split-content::before,
.title6.split-content::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc; /* 横线颜色 */
}

.title6.split-content::before {
  margin-right: 30px; /* 左线与文字间距 */
}

.title6.split-content::after {
  margin-left: 30px; /* 右线与文字间距 */
}


.title7{
color: #FFF;
font-family: "Noto Sans CJK";
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 76px;
}

.title7 span{
color: #E35728;
font-family: Gilroy;
font-size: 133.333px;
font-style: normal;
font-weight: 500;
line-height: 14.946px;
}

.atf-slider-bg { height: 100%; background-repeat: no-repeat; -webkit-transition: opacity 2.5s ease-in,-webkit-transform 7s; transition: transform 7s,opacity 2.5s ease-in,-webkit-transform 7s }
.atf-slider-spacing { padding-top: 200px; padding-bottom: 200px }
.atf-slider-content .title { color: var(--atf-thm-white); font-size: 60px; font-weight: 700; line-height: 1.1; text-transform: capitalize }
.atf-slider-content .sub_title { display: inline-block; margin-bottom: 10px; color: var(--atf-thm-white) }
.atf-slider-content .describtion { color: var(--atf-thm-white); font-size: 18px; margin: 20px 0 45px }
.swiper-pagination-fraction { color: var(--swiper-pagination-fraction-color,var(--atf-thm-white)) }
.atf-slider .swiper-pagination { font-size: 25px }
.atf-slider .swiper-button-next::after,.atf-slider .swiper-button-prev::after { font-size: 16px }
.atf-slider .swiper-button-next,.atf-slider .swiper-button-prev { color: var(--atf-thm-white); background: var(--atf-thm-color); width: 50px; height: 50px; border-radius: 7%; transition: .3s ease-out; -webkit-transition: .3s ease-out; opacity: 0 }
.atf-slider:hover .swiper-button-next,.atf-slider:hover .swiper-button-prev { opacity: 1 }
.atf-slider .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction { bottom: 40px }
@media only screen and (max-width:480px) {
  .atf-slider-content .title { font-size: 35px!important }
}
.swiper-slide-active .atf-slider-content .describtion { -webkit-animation: .5s .7s both fadeInUp; animation: .5s .7s both fadeInUp }
.swiper-slide-active .atf-slider-content .atf-main-btn { -webkit-animation: .5s .9s both fadeInUp }
.atf-about-img img { border-radius: 30px }
.atf-hot-area.atf-cover-bg::before { background: rgba(0,0,0,.7); z-index: -1 }
.atf-hot-deal-content .title { line-height: 1.1; margin-bottom: 30px; color: var(--atf-thm-white); font-size: 60px }
.post-slide .post-title,.read { color: var(--atf-thm-black); transition: .3s ease-in-out }


#atf-timer{
	display: flex;
	justify-content: space-between;
color: #034854;
font-family: "Noto Sans CJK";
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 45px;
margin-bottom: 80px;
}

#atf-timer img{
	margin-bottom: 20px;
}

#atf-timer span{
color: #034854;
font-family: "Noto Sans CJK";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 30px;
margin: 10px 0;
}


#atf-timer2{
	display: flex;
	justify-content: space-around;
color: #fff;
font-family: "Noto Sans CJK";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 28px;
text-align: left;
margin-bottom: 100px;
}

#atf-timer2 .zt{
    position: relative;
	border-radius: 10px;
    background: #034854;
	min-height: 88px;
	padding: 15px 15px 20px 60px;
	display: flex;
    align-items: center;
	margin-left: 50px;
}

#atf-timer2 .zt img{
	position: absolute;
    left: -60px;
    top: -10px;
}

#atf-faq{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
color: #034854;
font-family: "Noto Sans CJK";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 50px;
	gap:40px;
}

#atf-faq .faq-item{
padding: 15px;
border-radius: 10px;
background: rgba(234, 236, 239, 0.60);
}

#atf-faq .faq-item span{
color: #F5F5F5;
text-align: center;
font-family: "Noto Sans CJK";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 40px;
padding: 5px 30px;
border-radius: 10px;
background: #E35728;
}

.atf__overlay_1 { position: absolute; top: 0; left: 0; width: 100%; height: 60%; background-image: url(../image/bg-3.jpg); z-index: -1 }
.atf__overlay_1.atf-cover-bg::before { background: rgba(0,0,0,.7) }
.atf-gallery-img { transition: .3s ease-out; position: relative }
.atf-gallery-img img { border-radius: 20px }
.atf-gallery-img::before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; transition: .3s ease-out; overflow: hidden; border-radius: 20px }
.atf-gallery-img:hover::before { opacity: .3 }
.atf-gallery-img .icon { opacity: 0; transform: translate(-50%,-50%); position: absolute; left: 50%; bottom: 50%; transition: .3s ease-out }
.atf-gallery-img:hover .icon { opacity: 1; bottom: 40% }
.atf-gallery-img .icon a { color: var(--atf-thm-black); font-size: 20px; text-align: center; line-height: 38px; display: block; transition: .3s ease-out; background: var(--atf-thm-white); padding: 10px 20px; border-radius: 0 }
.atf-gallery-img .icon a:hover { background: var(--atf-thm-color); color: var(--atf-thm-white); border-radius: 50% }
.post-slide { transition: .3s; margin: 20px 0 }
.post-slide .post-img img { width: 100%; height: auto }
.post-slide .post-review { text-align: left; padding: 25px }
.author-img img,.blogpost-comment-avater img { border-radius: 50% }
.post-slide .post-bar { padding: 0 }
.post-slide .post-bar h4 { margin-bottom: 0; -webkit-transition: .3s ease-out; transition: .3s ease-out }
.post-slide .post-bar li i { color: var(--atf-thm-color); margin-right: 8px }
.post-slide .post-title { font-weight: 600; margin-bottom: 10px }
.post-slide .post-title a { transition: .3s ease-in-out; line-height: 1.4 }
.post-content { padding-top: 10px }
.read { -webkit-transition: .3s ease-in-out; font-weight: 700; position: relative; font-size: 18px }
.read::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--atf-thm-color); -webkit-transition: .3s ease-out; transition: .3s ease-out; color: var(--atf-thm-color) }
.blogpost-title,.tagcloud a { -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -ms-transition: .3s ease-out; -o-transition: .3s ease-out }
.read:hover::before { width: 0% }
.breadcrumb-cover-bg::before { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: .5; content: ""; background-color: var(--atf-thm-black) }
.breadcrumb-single-content { position: relative; font-size: 16px; padding: 10px 16px; display: inline-block; background: var(--atf-thm-color); border-radius: 5px }
.bg-image-right::before,.breadcrumb-bg-attach { background-size: cover; background-repeat: no-repeat }
.breadcrumb-single-content span { font-weight: 700; padding-right: 10px; color: var(--atf-thm-white) }
.breadcrumb-sub-title { color: var(--atf-thm-white); margin-left: 7px }
.breadcrumb-title { font-size: 60px; font-weight: 700; color: var(--atf-thm-white); line-height: 1.3 }
.breadcrumb-bg-attach { background-position: top right }
.breadcrumb-spacing { padding-top: 190px; padding-bottom: 190px }
.breadcrumb-single-content .divide::after { position: absolute; top: 50%; width: 6px; height: 6px; content: ""; display: inline-block; transform: translateY(-50%); background: var(--atf-thm-white); border-radius: 50% }
@media only screen and (max-width:991px) {
  .atf-hot-deal-content .title { font-size: 50px }
  .breadcrumb-bg-attach { background-position: left center }
}
.blogpost-thumb { position: relative; display: inline-block; margin-bottom: 30px }
.blogpost-thumb img { width: 100%; border-radius: 15px }
.blogpost-meta-icon { font-size: 18px; margin-right: 8px; color: var(--atf-thm-color) }
.blogpost-title { font-size: 36px; font-weight: 700; color: var(--atf-thm-black); transition: .3s ease-out }
.atf-blog-details-blockquote { position: relative; padding: 40px; border-radius: 15px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.06) }
.atf-blog-details-blockquote blockquote { margin-bottom: 0 }
.atf-blog-details-blockquote .quote-icon { font-size: 36px; color: var(--atf-thm-color); text-align: start; margin-bottom: 15px; display: block }
.atf-blog-details-blockquote p { font-size: 22px; font-weight: 600; line-height: 1.4; color: var(--atf-thm-black); margin-bottom: 15px }
.atf-blog-details-blockquote .blockquote-info { position: relative; font-size: 14px; padding-left: 30px }
.atf-blog-details-blockquote .blockquote-info::before { position: absolute; width: 15px; height: 2px; top: 50%; left: 0; transform: translateY(-50%); content: ""; background: var(--atf-thm-black) }
.blogpost-details-title { font-size: 30px; font-weight: 700; margin-bottom: 30px; color: var(--atf-thm-black) }
.blogpost-details-list-thumb { margin-right: 30px }
.blogpost-details-list-thumb img { border-radius: 15px }
@media only screen and (max-width:767px) {
  .atf-themes-btn { margin-bottom: 30px }
  .blogpost-details-list { margin-top: 30px }
}
@media only screen and (max-width:576px) {
  .atf-slider .swiper-button-next,.atf-slider .swiper-button-prev,.atf-slider-content br { display: none }
  .atf-slider-content h1 { font-size: 50px!important; line-height: 1.1 }
  .blogpost-details-social { margin-top: 30px }
}
@media only screen and (max-width:479px) {
  .atf-hot-deal-content .title { font-size: 36px }
  .atf-hot-deal-content #atf-timer div,.blogpost-comment-avater { margin-bottom: 10px }
  .blogpost-comment-title,.blogpost-title { font-size: 28px }
}
.blogpost-details-list ul li { list-style: none; position: relative; padding-left: 28px; margin-bottom: 15px; color: var(--atf-common-black) }
.blogpost-details-list ul li i { position: absolute; left: 0; top: 5px; color: var(--atf-thm-color); font-size: 20px }
.blogpost-details-share { padding: 30px 0; border-bottom: 1px solid var(--atf-border-1); border-top: 1px solid var(--atf-border-1) }
.blogpost-details-tag-title { font-size: 22px; font-weight: 700; margin-right: 30px; color: var(--atf-thm-black) }
.tagcloud a { font-size: 14px; padding: 5px 13px; border-radius: 5px; margin-right: 8px; margin-bottom: 10px; display: inline-block; border: 1px solid var(--atf-border-1); transition: .3s ease-out }
.blogpost-comment-reply a,.blogpost-details-social a { color: var(--atf-thm-black); -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -ms-transition: .3s ease-out; -o-transition: .3s ease-out; font-size: 16px }
.tagcloud a:hover { color: var(--atf-thm-white); background-color: var(--atf-thm-color); border: 1px solid var(--atf-thm-color) }
.blogpost-details-social a { width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; margin-right: 10px; background: var(--atf-grey-1); transition: .3s ease-out }
.blogpost-details-social a:hover { color: var(--atf-thm-white); background: var(--atf-thm-color) }
.blogpost-comment { box-shadow: 0 0 15px rgba(0,0,0,.06); padding: 40px }
.blogpost-comment-title { font-size: 36px; font-weight: 700; color: var(--atf-thm-black) }
.blogpost-comment-box { padding-bottom: 50px; margin-bottom: 30px; border-bottom: 1px solid var(--atf-border-1) }
.border-none { border: inherit }
.blogpost-comment-avater { flex: 0 0 auto }
.blogpost-comment-name { font-size: 20px; font-weight: 700; color: var(--atf-thm-black) }
.blogpost-comment-text p { margin-bottom: 15px }
.blogpost-comment-reply a { font-weight: 700; display: inline-block; transition: .3s ease-out }
.lp-post,.lp-post-title { -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -ms-transition: .3s ease-out; -o-transition: .3s ease-out }
.sidebar-widget { padding: 50px; background: var(--atf-grey-1); border-radius: 15px }
.sidebar-widget-title { font-size: 22px; font-weight: 700; line-height: 1.5 }
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .sidebar-widget { padding: 40px }
}
.sidebar-search-input input:focus { border: 1px solid var(--atf-thm-color) }
.sidebar-search-input input { border: 1px solid transparent; height: 58px; border-radius: 15px; background-color: var(--atf-thm-white) }
.sidebar-search-input button { position: absolute; right: 0; width: 58px; height: 58px; color: var(--atf-thm-white); background: var(--atf-thm-color); border-radius: 0 15px 15px 0; font-size: 16px; line-height: 58px; text-align: center; color: var(--atf-thm-white) }
.lp-post { padding: 15px 0; border-radius: 15px; transition: .3s ease-out }
.lp-post-thumb { margin-right: 15px; flex: 0 0 auto }
.lp-post-thumb a img { width: 70px; height: 70px; border-radius: 5px }
.lp-meta { font-size: 14px; margin-top: 5px }
.lp-meta i { font-size: 14px; color: var(--atf-thm-color); margin-right: 10px }
.lp-post-title { font-size: 16px; font-weight: 700; color: var(--atf-thm-black); transition: .3s ease-out; margin-bottom: 0 }
.sidebar-widget-content ul li { position: relative; display: block }
.sidebar-widget-content ul li a { font-size: 16px; font-weight: 700; padding: 0; color: var(--atf-thm-black); display: inline-block; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -ms-transition: .3s ease-out; -o-transition: .3s ease-out; transition: .3s ease-out; border-radius: 15px; margin: 5px 0 }
.sidebar-widget-content ul li a i { position: absolute; right: 30px; top: 50%; transform: translateY(-50%) }
.bg-image-right::before { position: absolute; content: ""; background-position: center center; background-image: url(https://themesfamily.com/2024/christmass/assets/img/about/bg-1.jpg); height: 100%; width: 50%; left: auto; right: 0; top: 0 }
.atf-contact-form label { font-weight: 600; color: var(--atf-thm-black) }
.atf-contact-form .button { margin: 0 }
.atf-contact-form .atf_contact_input input,.atf-contact-form .atf_contact_input select,.atf-contact-form .atf_contact_input textarea { border: 1px solid rgba(0,0,0,.2)!important; transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; margin: 10px 0; background: var(--atf-thm-white); outline: 0; padding-left: 26px }
.atf-contact-form .atf_contact_input input:focus,.atf-contact-form .atf_contact_input select:focus,.atf-contact-form .atf_contact_input textarea:focus { box-shadow: 0 0 15px rgba(0,0,0,.2); border: 1px solid var(--atf-thm-color)!important }
.atf-contact-form .atf_contact_input input:active,.atf-contact-form .atf_contact_input select:active,.atf-contact-form .atf_contact_input textarea:active { box-shadow: 0 0 15px rgba(0,0,0,.2); border: 1px solid var(--atf-thm-color)!important; border-color: var(--atf-grey-1) }
.atf-contact-form .atf_contact_input textarea { height: 120px; width: 100% }
.atf-contact-area .atf-themes-btn { margin-top: 10px }
.atf-contact-icon { width: 60px; height: 60px; line-height: 60px; background-image: var(--atf-gradient2); text-align: center; margin-right: 20px; color: var(--atf-thm-white); border-radius: 5px; border: 1px solid var(--atf-border-1); box-shadow: 0 0 15px rgba(255,255,255,.2) }
.atf-contact-content .title { color: var(--atf-thm-white); margin-bottom: 2px }
.atf-contact-content { margin-bottom: 10px }
.atf-contact-details { display: flex; margin-bottom: 15px; align-items: center; border-bottom: 1px solid #eaeaea; padding-bottom: 15px; margin-top: 10px; max-width: 350px }
.atf-contact-details:last-child { border-bottom: inherit; margin: 0; padding: 0 }
.atf-contact-details i { font-size: 20px; width: 50px; height: 50px; line-height: 50px; color: var(--atf-thm-white); text-align: center; border-radius: 5px; background: var(--atf-thm-color) }
.atf-contact-address { margin-left: 14px }
.atf-contact-address h5 { margin-bottom: 0; line-height: 1.3; font-weight: 600 }
.atf-footer-area { background: linear-gradient(180deg, #012329 0%, #010101 100%); padding: 30px 0 ;}
.atf-footer-area p{color: #F5F5F5; text-align: center;font-size: 20px;}
.atf-footer-social-icon,.atf-footer-social-icon li { display: flex; align-items: center; gap: 10px }
.atf-footer-social-icon li a { display: inline-block; font-size: 16px; width: 50px; height: 50px; line-height: 50px; color: var(--atf-thm-white); background: 0 0; text-align: center; border-radius: 50%; box-shadow: 0 0 15px rgba(255,255,255,.4); transition: .3s ease-out; -webkit-transition: .3s ease-out }
.atf-footer-social-icon li a:hover { background: var(--atf-thm-color); color: var(--atf-thm-white); box-shadow: 0 0 15px rgba(255,255,255,.1) }
.atf-footer-bottom a { color: var(--atf-thm-color); -moz-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; text-decoration: underline; font-weight: 700 }
.atf-footer-bottom a:hover { color: var(--atf-thm-white); text-decoration: inherit }
@media only screen and (max-width:575px) {
  .atf-single-footer { margin: 15px 0; justify-content: center!important }
  .atf-footer-bottom p { text-align: center }
}
.owl-theme .owl-controls { margin-top: 30px }
.owl-theme .owl-controls .owl-pagination { width: 140px; padding: 10px; margin: 0 auto; line-height: 13px; background: #fe7f8b }
.owl-theme .owl-controls .owl-page span { width: 12px; height: 12px; border-radius: 0; background: 0 0; border: 1px solid var(--atf-thm-white) }
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span { border: 4px solid var(--atf-thm-white) }
.atf_owl_dot_slider.owl-theme .owl-dots,.owl-theme .owl-nav { margin-top: 10px!important }
.atf_owl_dot_slider.owl-theme .owl-nav.disabled+.owl-dots { margin-left: 0; line-height: .7 }
.atf_owl_dot_slider .owl-controls { margin-top: -25px }
.atf_owl_dot_slider.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0 8px; border-radius: 5px; background: var(--atf-thm-color); border: 1px solid var(--atf-thm-color); transition: .3s ease-in-out }
.atf_owl_dot_slider.owl-theme .owl-dots .owl-dot.active span { width: 35px; transition: .3s ease-in-out; border: 1px solid var(--atf-thm-color); background: var(--atf-thm-color) }
.atf_owl_nav_slider .owl-nav .owl-next,.atf_owl_nav_slider .owl-nav .owl-prev { position: absolute; top: 50%; transform: translateY(-50%); text-align: center; color: var(--atf-thm-white)!important; opacity: 1; font-size: 20px!important; -webkit-transition: .4s ease-out; transition: .4s ease-out; width: 50px; height: 50px; line-height: 48px!important; background: var(--atf-thm-color)!important; border-radius: 50% }
.atf_owl_nav_slider .owl-nav .owl-prev { left: -15px }
.atf_owl_nav_slider .owl-nav .owl-next { right: -15px }
.atf_owl_nav_slider1:hover .owl-nav .owl-prev { left: -38px; opacity: 1 }
.atf_owl_nav_slider1:hover .owl-nav .owl-next { right: -38px; opacity: 1 }
