@font-face {
  font-family: 'DingTalkJinBuTi';
  src: url('../font/DingTalkJinBuTi.woff2');
}
*,
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: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.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: #008000;
  --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: -0.03em;
}
.atf-hero-content .title,
.atf-section-title .title,
h1,
h2 {
  /* font-family: var(--atf-ff-heading); */
  font-family: 'Microsoft YaHei';
}
.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 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.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, 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, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  border-radius: 10px;
}
.atf-box-shadow:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 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 0.2s infinite animate_1;
}
@keyframes animate {
  0%,
  100% {
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  to {
    background-position: 150px;
  }
}
@keyframes animate_1 {
  0%,
  100% {
    transform: translateX(-50%) translateY(-50%) scale(0.4);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.atf-themes-btn {
  color: var(--atf-thm-white);
  font-size: 14px;
  font-weight: 200;
  /* padding: 14px 20px; */
  padding: 5px 6px;
  border-radius: 4px;
  border: none;
  transition: 0.3s ease-in-out;
}
.atf-themes-btn:hover {
  color: var(--atf-thm-white);
  /* background-image: linear-gradient(
    to right,
    #fa5252,
    #fa5252 16.65%,
    #be4bdb 16.65%,
    #be4bdb 33.3%,
    #4c6ef5 33.3%,
    #4c6ef5 49.95%,
    #40c057 49.95%,
    #40c057 66.6%,
    #fab005 66.6%,
    #fab005 83.25%,
    #fd7e14 83.25%,
    #fd7e14 100%,
    #fa5252 100%
  );
  animation: 2s linear infinite animate; */
}
.atf-section-title {
  margin-bottom: 20px;
}
.atf-section-title .sub_title {
  display: inline-block;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 28px;
  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: 16px;
}
.atf-hot-deal-content,
.atf-section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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: 0.9s;
  transition: 0.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: 0.5s;
  transition: 0.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, 0.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, 0.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: 0.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, 0.2) 0 8px 24px;
  -webkit-animation: 0.95s forwards stickyDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
  -moz-animation: 0.95s forwards stickyDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
  -o-animation: 0.95s forwards stickyDown;
  animation: 0.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: 0.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: 0.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: 0.3s;
  transition: 0.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 0.3s ease-out;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }
  .atf-nav .atf-nav-list {
    flex-direction: column;
    border-top: 1px solid rgba(0, 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: 0.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;
  }
}
.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, 0.3);
}
.atf-hero-two.atf-cover-bg::before {
  background: rgba(0, 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: #ccc;
  height: 700px;
}
.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-size: 60px;
  color: var(--atf-thm-white);
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.atf-hero-content p {
  margin: 20px 0 45px !important;
  font-size: 18px;
  color: var(--atf-thm-white);
}
@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: 0.5s 0.3s both fadeInDown;
  animation: 0.5s 0.3s both fadeInDown;
}
.animation-2,
.swiper-slide-active .atf-slider-content .title {
  -webkit-animation: 0.5s 0.5s both fadeInUp;
  animation: 0.5s 0.5s both fadeInUp;
}
.atf-hero-content .describtion {
  -webkit-animation: 0.5s 0.7s both fadeInLeft;
  animation: 0.5s 0.7s both fadeInLeft;
}
.atf-hero-content .atf-hero-btn {
  -webkit-animation: 0.5s 0.9s both fadeInUp;
  animation: 0.5s 0.9s both fadeInUp;
}
.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: 0.3s ease-out;
  -webkit-transition: 0.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: 0.5s 0.7s both fadeInUp;
  animation: 0.5s 0.7s both fadeInUp;
}
.swiper-slide-active .atf-slider-content .atf-main-btn {
  -webkit-animation: 0.5s 0.9s both fadeInUp;
}
.atf-about-img img {
  border-radius: 30px;
}
.atf-hot-area.atf-cover-bg::before {
  background: rgba(0, 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: 0.3s ease-in-out;
}
.atf-hot-deal-content #atf-timer {
  margin-bottom: 35px;
}
.atf-hot-deal-content #atf-timer div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: var(--atf-thm-color);
  background-color: var(--atf-thm-white);
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border: 3px solid var(--atf-thm-color);
}
.atf-hot-deal-content #atf-timer div span {
  display: block;
  margin-top: 0;
  color: var(--atf-thm-color);
  font-size: 15px;
  font-weight: 600;
}
.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, 0.7);
}
.atf-gallery-img {
  transition: 0.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: 0.3s ease-out;
  overflow: hidden;
  border-radius: 20px;
}
.atf-gallery-img:hover::before {
  opacity: 0.3;
}
.atf-gallery-img .icon {
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  bottom: 50%;
  transition: 0.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: 0.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: 0.3s;
  margin: 20px 0;
}
.post-slide .post-img img {
  /* width: 100%;
  height: auto; */
  height: 200px;
  object-fit: cover;
}
.post-slide .post-review {
  text-align: left;
  padding: 10px 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: 0.3s ease-out;
  transition: 0.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: 0.3s ease-in-out;
  line-height: 1.4;
}
.post-content {
  padding-top: 10px;
}
.read {
  -webkit-transition: 0.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: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: var(--atf-thm-color);
}
.blogpost-title,
.tagcloud a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.read:hover::before {
  width: 0%;
}
.breadcrumb-cover-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.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: 0.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, 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: 0.3s ease-out;
}
.blogpost-comment-reply a,
.blogpost-details-social a {
  color: var(--atf-thm-black);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.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: 0.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, 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: 0.3s ease-out;
}
.lp-post,
.lp-post-title {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.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: 0.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: 0.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: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.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, 0.2) !important;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.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, 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, 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, 0.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-color: var(--atf-thm-black);
  padding: 30px 0;
}
.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, 0.4);
  transition: 0.3s ease-out;
  -webkit-transition: 0.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, 0.1);
}
.atf-footer-bottom a {
  color: var(--atf-thm-color);
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.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: 0.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: 0.3s ease-in-out;
}
.atf_owl_dot_slider.owl-theme .owl-dots .owl-dot.active span {
  width: 35px;
  transition: 0.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: 0.4s ease-out;
  transition: 0.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;
}


.atf-single-counter {
  border: 1px solid var(--atf-border-1);
  padding: 40px 0;
  text-align: center;
  border-radius: 20% 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .12) inset;
}
.atf-counter-icon {
  width: 70px;
  height: 70px;
  background-color: var(--atf-thm-color);
  line-height: 70px;
  color: var(--atf-thm-white);
  font-size: 25px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .atf-single-counter {
      margin: 0 auto 24px ! important;
  }
}



.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
