/*
Theme Name: Athlacer Converted Theme
Theme URI: http://example.com/
Author: Converted by Farrukh Shehzad Subhnai
Description: A starter WordPress theme converted from static HTML/CSS/JS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: athlacer
*/
/* =============================================
			Theme Reset Style					
============================================= */
:root {
  --themeColor: #c3ff3d;
  --themeBlackColor: #000;
  --transition: all 300ms ease-in-out;
  /* font-family: "Oswald", sans-serif;
  font-family: "Qwitcher Grypen", cursive; */
}
@font-face {
  font-family: "Gilroy-Bold ☞";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Heavy ☞";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Light ☞";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-Light.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Medium ☞";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular ☞";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-Regular.woff") format("woff");
}
* {
  margin: 0px;
  padding: 0px;
}
*:after,
*:before {
  transition: var(--transition);
}
html {
  scroll-behavior: smooth;
}
body,
html {
  display: flex;
  flex-direction: column;
}
body {
  color: #666;
  position: relative;
  background: #fff;
  font: 400 14px/23px "Gilroy-Regular ☞", Arial, Helvetica, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #0f0f0f;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  text-transform: capitalize;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0f0f0f;
}
p a {
  transition: var(--transition);
}
p a,
p a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 20px;
  line-height: 20px;
  letter-spacing: normal;
}
a {
  text-decoration: none;
  transition: var(--transition);
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
ul {
  margin: 0;
}
figure {
	margin: 0;
  margin-bottom: 6px;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
strong {
  color: #414141;
}
iframe {
  width: 100%;
  float: left;
  border: none;
}
button {
  border: none;
}
textarea,
select,
.ath-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.form-control {
  resize: none;
  height: 210px;
}
.form-control::-webkit-input-placeholder {
  color: #666;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #666;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #666;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #666;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #666;
} /* Microsoft Edge */
input:focus,
.select select:focus,
.form-control:focus {
  color: #666;
  border-color: #666;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-group {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
label {
  color: #666;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
form p {
  float: left;
  position: relative;
  width: 100%;
}
form p span i {
  top: 13px;
  left: 16px;
  color: #474747;
  position: absolute;
}
option {
  padding: 5px 15px;
}
li {
  line-height: 28px;
  list-style: disc inside none;
}
ul ul {
  margin-left: 20px;
}
ol {
  float: none;
  list-style: decimal;
  padding-left: 15px;
}
ol ol {
  margin-left: 20px;
}
ol li {
  list-style: decimal;
  width: 100%;
}
table {
  background-color: transparent;
  max-width: 100%;
}
th {
  text-align: left;
}
table {
  width: 100%;
  margin-bottom: 15px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}
table thead tr th {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dbdbdb;
}
table > thead > tr > th {
  border-bottom: 2px solid #dbdbdb;
  vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dbdbdb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 10px;
}
p ins {
  color: #666;
}
dl dd {
  margin-left: 20px;
}
address {
  font-style: italic;
}
/* =============================================
			Theme Global Elements				
============================================= */
.ath-haslayout {
  width: 100%;
  float: left;
}
.ath_sectionspace {
  padding: 50px 0;
}
.ath-btn-sm {
  padding: 0 20px;
  line-height: 30px;
}
.ath-btn {
  color: #666;
  padding: 0 50px;
  background: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: capitalize;
  font: 400 13px/38px "Montserrat", Arial, Helvetica, sans-serif;
}
.ath-btn:hover {
  color: #fff;
}
.ath-btn-lg {
  width: 100%;
}
.ath-verticalmiddle {
  margin: 0 -1px;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}
.ath-description {
  width: 100%;
  float: left;
}
.ath-bglight {
  background: #f7f7f7;
}
.ath-bgdark {
  background: #373542;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggle {
  border: 0;
  margin: 3px 0;
  border-radius: 0;
  padding: 10px 12px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
/*==========================================================================================
		For Mobile Nav use this code in Responsive.css desired Query
==========================================================================================*/
/*
.navbar-toggle{display: block;}
.navbar-collapse.collapse {display: none!important;}
.collapse.in{display:block !important;}
*/
/*==========================================================================================
			For Mobile Nav use this code in Responsive.css desired Query
==========================================================================================*/
/* =============================================
			Theme Styling						
============================================= */
.ath-home {
}
.ath-wrapper {
  /* z-index: 1;
  position: relative; */
}
.ath-main {
  background: #fff;
}
.ath-footer {
}
/* =============================================
			Header Style					
============================================= */
.ath-header {
  z-index: 1;
  position: relative;
  background: #fff;
}
.ath_logoarea {
  display: flex;
  padding: 70px 0 0;
  align-items: center;
  justify-content: center;
}
.ath_logoarea a{width: 235px;}
.ath_logoarea a,
.ath_logoarea a img {
  display: block;
}
.ath_logoarea a img {
  width: 100%;
  height: auto;
}
/* =============================================
			Banner Style					
============================================= */
.ath_banner {
  z-index: 2;
  position: relative;
}
.ath_bannercontent {
  display: flex;
  align-items: center;
  padding: 92px 0 50px;
  flex-direction: column;
  justify-content: center;
}
.ath_bannercontent h1 {
  margin: 0;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  font-size: 6.667vw;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.ath_bannercontent h1 span {
  display: block;
}
.ath_bannercontent h1 span strong {
  color: var(--themeColor);
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--themeBlackColor);
  -webkit-text-fill-color: var(--themeColor);
}
.ath_bannercontent p {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
  color: var(--themeBlackColor);
  font-family: "Gilroy-Regular ☞";
}
.ath_store_buttons {
  gap: 12px;
  width: 100%;
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}
.ath_store_buttons .ath_btn {
  gap: 8px;
  width: 100%;
  display: flex;
  padding: 0 24px;
  font-size: 24px;
  min-height: 68px;
  max-width: 228px;
  font-weight: 400;
  position: relative;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
  border: 1px solid var(--themeBlackColor);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ath_store_buttons .ath_btn:after {
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  background: var(--themeColor);
}
.ath_store_buttons .ath_btn:hover {
  border-color: var(--themeColor);
}
.ath_store_buttons .ath_btn:hover:after {
  height: 100%;
}
.ath_store_buttons .ath_btn img,
.ath_store_buttons .ath_btn span {
  z-index: 2;
}
/* =============================================
			Images Style					
============================================= */
.ath_Images_section {
  gap: 60px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 1820px;
  align-items: flex-start;
  justify-content: center;
}
.ath_Image {
  margin: 0;
  width: 100%;
  float: left;
  overflow: hidden;
  animation: floatUpDown 3s ease-in-out infinite;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px); /* move slightly up */
  }
}
.ath_Image:nth-child(1) {
  animation-delay: 0s;
}
.ath_Image:nth-child(2) {
  animation-delay: 0.5s;
}
.ath_Image:nth-child(3) {
  animation-delay: 1s;
}
.ath_Image:nth-child(4) {
  animation-delay: 1.5s;
}
.ath_Image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* .ath_Image:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ath_Image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} */
.ath_Image:nth-child(1) {
  margin-top: 60px !important;
}
.ath_Image:nth-child(2) {
  margin-top: 150px !important;
}
.ath_Image:nth-child(4) {
  margin-top: 78px !important;
}
.scrollParagraph {
  text-align: left;
}
.scrollParagraph span {
  color: rgba(0, 0, 0, 0.2);
}
.scrollParagraph span:first-child {
  padding-left: 210px;
}
/* =============================================
			About Style					
============================================= */
.ath_about_us {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  position: relative;
  word-break: break-all;
  padding: 40px 16px 175px;
}
.ath_about_heading {
  top: 0;
  left: 16px;
  position: absolute;
}
.ath_about_heading h2 {
  font-size: 16px;
  line-height: 19px;
  font-family: "Oswald", sans-serif;
}
.ath_about_us p {
  margin: 0;
  color: #ccc;
  font-size: 48px;
  line-height: 1.3;
  transition: color 0.1s linear;
  font-family: "Oswald", sans-serif;
}
.circle-wrapper {
  right: 0;
  bottom: 0;
  width: 132px;
  height: 132px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.circle-text {
  width: 100%;
  height: 100%;
  animation: spin 12s linear infinite;
}
.arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  animation: bounce 1.5s ease-in-out infinite;
}
/* Infinite rotation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Arrow bounce */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/* =============================================
			Game On Style					
============================================= */
.ath_gameon_steps {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1760px;
}
.ath_gameon_steps:after {
  content: "";
  clear: both;
  display: block;
}
.ath_gameon_heading {
  gap: 28px;
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  padding: 20px 0 0 260px;
}
.ath_gameon_heading h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
}
.ath_gameon_heading img {
  width: 120px;
  height: auto;
  display: block;
  margin: -50px 0 0;
}
.ath_gameon_heading h3 {
  font-size: 48px;
  font-weight: 400;
  margin: 0 -20px 0;
  line-height: 48px;
  text-transform: math-auto;
  font-family: "Qwitcher Grypen", cursive;
}
.ath_gameon_steps_content_holder {
  width: 100%;
  margin: 0 auto;
  max-width: 1760px;
  padding-top: 100px;
}
.step_1_bg,
.step_one_bg {
  background: #f4f0ef;
}
.step_2_bg,
.step_two_bg {
  background: var(--themeColor);
}
.step_3_bg,
.step_three_bg {
  background: #625fe5;
}
.ath_gameon_steps_content {
  gap: 50px;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
  align-items: center;
  justify-content: center;
}
.ath_gameon_steps_heading {
  display: flex;
  max-width: 430px;
	width: 430px;
  flex-direction: column;
}
.ath_gameon_steps_heading > span {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_gameon_steps_heading h4 {
  margin: 24px 0 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: math-auto;
  font-family: "Oswald", sans-serif;
}
.ath_gameon_steps_heading h4 span {
  display: block;
}
.ath_step_image {
  margin: 0 auto;
  max-width: 320px;
	overflow: hidden;
	border-radius: 32px 32px 0 0;
}
.ath_gameon_steps_content p {
  margin: 0;
  font-size: 20px;
  max-width: 414px;
  width: 414px;
  line-height: 34px;
  color: var(--themeBlackColor);
  font-family: "Gilroy-Regular ☞", sans-serif;
}
/* =============================================
			Counter Style					
============================================= */
.ath_counter_area_holder {
  z-index: 4;
  width: 100%;
  display: flex;
  max-width: 1770px;
  position: relative;
  padding: 140px 16px;
  align-items: center;
  margin: 0 auto 100px;
  flex-direction: column;
  justify-content: center;
}
.ath_counter_content {
  width: 100%;
  float: left;
  text-align: center;
}
.ath_counter_content span {
  display: block;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_counter_content h5 {
  margin: 0;
  font-weight: bold;
  font-size: 15.625vw;
  line-height: 15.625vw;
	font-family: "Oswald", sans-serif;
  -webkit-text-stroke: 1px var(--themeBlackColor);
  -webkit-text-fill-color: var(--themeColor);
}
.ath_counter_imge {
  margin: 0;
	overflow: hidden;
  border-radius: 50%;
  position: absolute;
}
.image_one {
  left: 0;
  top: 150px;
  width: 9%;
  height: auto;
}
.image_top_one {
  top: 0;
  left: 30%;
  width: 6%;
  height: auto;
}
.image_bottom-left {
  left: 21%;
  bottom: 0;
  width: 15%;
  height: auto;
}
.image_bottom-right {
  right: 0;
  bottom: 6.8%;
  width: 11%;
  height: auto;
}
.image_top-right {
  top: 5%;
  width: 8%;
  height: auto;
  right: 12.881%;
}
.ath_testimonials {
  z-index: 2;
  position: relative;
  /* background-color: #fff; */
}
.ath_testimonials,
.ath_testimonial_Slider,
.ath_testimonial_Slider .owl-item,
.ath_testimonial_Slider .owl-item .item {
  width: 100%;
  float: left;
}
.ath_testimonial {
  width: 100%;
  float: left;
  padding: 40px 24px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}
.slick-list {
  overflow: initial;
}
.ath_testimonial_content {
  width: 100%;
  float: left;
}
.ath_testimonial_content h6 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 23px;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_testimonial_content span {
  gap: 6px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.ath_testimonial_content span img {
  height: 20px;
  display: block;
  width: 20px !important;
}
.ath_testimonial_content p {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  min-height: 276px;
  color: var(--themeBlackColor);
}
.ath_testimonial_content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Oswald", sans-serif;
}
.owl-dots,
.owl-nav {
  display: none;
}
/* =============================================
			Blogs Style					
============================================= */
.ath_blog_container {
  z-index: 3;
  width: 100%;
  float: left;
  position: relative;
}
.ath_blog_container .container {
  max-width: 1280px;
}
.ath_blog_heading {
  display: flex;
  margin: 0 0 48px;
  align-items: flex-end;
  justify-content: space-between;
}
.ath_blog_heading h4 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_view_all {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_view_all:hover {
  color: #625fe5;
  text-decoration: underline;
}
.ath_all_blogs {
  gap: 40px;
  width: 100%;
  float: left;
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ath_blog {
  width: 100%;
  float: left;
}
.ath_blog a {
  display: block;
}
.ath_blog_image {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  overflow: hidden;
}
.ath_blog_image a {
  display: block;
  overflow: hidden;
}
.ath_blog_image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ath_blog a:hover .ath_blog_image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ath_blog_content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ath_blog_content time {
  display: block;
  font-size: 14px;
  margin: 0 0 16px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Gilroy-Regular ☞";
}
.ath_blog_content h5 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 31px;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_blog_content h5 a {
  display: block;
}
.ath_blog_content p {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  color: var(--themeBlackColor);
  font-family: "Gilroy-Regular ☞";
}
.ath_blogs_page {
  padding: 50px 0 0;
}
/* =============================================
			Blog Detail Style					
============================================= */
.ath_blog_details {
  width: 100%;
  float: left;
  padding: 50px 16px;
}
.ath_blog_detail_content_holder {
  width: 100%;
  margin: 0 auto;
  max-width: 870px;
}
.ath_blog_detail_content {
  width: 100%;
  float: left;
}
.ath_blog_detail_content time {
  display: block;
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Gilroy-Medium ☞";
}
.ath_blog_detail_content h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 20px;
	color: #000;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
}
.ath_blog_detail_image {
  width: 100%;
  float: left;
  margin: 0 0 24px;
}
.ath_blog_detail_image img {
  width: 100%;
  height: auto;
  display: block;
}
.ath_description {
  width: 100%;
  float: left;
}
.ath_description + .ath_description {
  margin: 40px 0 0;
}
.ath_description p {
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Gilroy-Regular ☞";
}
.ath_description h2 {
  color: #333;
  font-size: 28px;
  font-weight: 400;
	line-height: 40px;
  margin: 0 0 8px;
  font-family: "Oswald", sans-serif;
}
.ath_detail_lists {
  padding: 0;
  width: 100%;
  float: left;
  color: #333;
  font-size: 18px;
  margin: 0 0 48px;
  list-style: none;
  line-height: 32px;
  font-family: "Gilroy-Regular ☞";
}
.ath_detail_lists li {
  gap: 8px;
  width: 100%;
  float: left;
  display: flex;
  padding: 8px 0;
  align-items: flex-start;
}
.ath_detail_lists li:last-child {
  padding-bottom: 0;
}
.ath_detail_lists li img {
  margin: 4px 0 0;
}
.ath_term_service .ath_description p {
  margin: 0;
}
.wp-block-list,
.ath_detail_lists {
  padding: 0;
  width: 100%;
  float: left;
  color: #333;
  font-size: 18px;
  margin: 0 0 10px;
  list-style: none;
  line-height: 32px;
	position: relative;
  font-family: "Gilroy-Regular ☞";
}
.wp-block-list:last-child{margin-bottom: 40px;}
.wp-block-list li,
.ath_detail_lists li {
  gap: 8px;
  width: 100%;
  float: left;
  display: flex;
  padding: 8px 0;
	padding: 8px 0 8px 30px;
	position: relative;
  align-items: flex-start;
}
.wp-block-list li:first-child,
.ath_detail_lists li:last-child {
  padding-bottom: 0;
}
.wp-block-list li img,
.ath_detail_lists li img {
	top: 7px;
	left: 0;
	position: absolute;
  margin: 4px 0 0;
}
/* =============================================
			Footer Style					
============================================= */
.ath-footer {
  left: 0;
  bottom: 0;
  /* z-index: 1; */
  position: sticky;
  background: var(--themeColor);
}
.ath_download_app {
  width: 100%;
  float: left;
  display: flex;
  padding: 100px 0;
  padding: 0 0 5vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ath_download_app h5 {
  margin: 0;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 4.5vw;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  -webkit-text-stroke: 1px var(--themeBlackColor);
  -webkit-text-fill-color: var(--themeColor);
}
.ath_download_app .ath_store_buttons {
  margin-top: 4vh;
}
.ath_download_app .ath_store_buttons .ath_btn {
  font-size: 26px;
  /* font-size: 2.083vw; */
  max-width: 300px;
  min-height: 70px;
  padding: 16px;
}
.ath_download_app .ath_store_buttons .ath_btn:hover {
  border-color: var(--themeBlackColor);
}
.ath_download_app .ath_store_buttons .ath_btn img {
  width: 40px;
}
.ath_social_icons {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--themeBlackColor);
  border-bottom: 1px solid var(--themeBlackColor);
}
.ath_social_icons a {
  width: 33.33%;
  display: flex;
  padding: 16px;
  font-size: 40px;
  font-size: 2vw;
  min-height: 70px;
  line-height: 43px;
  position: relative;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_social_icons a + a {
  border-left: 1px solid var(--themeBlackColor);
}
.ath_social_icons a:after {
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  background: var(--themeBlackColor);
}
.ath_social_icons a:hover:after {
  height: 100%;
  color: var(--themeColor);
}
.ath_social_icons a span {
  z-index: 2;
}
.ath_social_icons a:hover span {
  color: var(--themeColor);
}
.ath_copyright_area {
  width: 100%;
  float: left;
}
.ath_copyright_content {
  display: flex;
  padding: 0 16px;
  max-width: 1280px;
  margin: 5vh auto;
  align-items: center;
  justify-content: space-between;
}
.ath_copyright_content p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: var(--themeBlackColor);
  font-family: "Gilroy-Medium ☞";
}
.ath_footer_links {
  gap: 60px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.ath_footer_links li {
  list-style-type: none;
}
.ath_footer_links li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--themeBlackColor);
  font-family: "Oswald", sans-serif;
}
.ath_footer_shape {
  margin: 0;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.ath_footer_shape:after {
  clear: both;
  content: "";
  display: block;
}
.ath_footer_shape img {
  width: 100%;
  height: 46vh;
  height: auto;
  display: block;
}
.rotate-circle {
  right: 0;
  bottom: 0;
  width: 132px;
  height: 132px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: linear-gradient(45deg, #1a1a1a, #2a2a2a);
  border-bottom: 1px solid #333;
}
.section:nth-child(even) {
  background: linear-gradient(45deg, #2a2a2a, #1a1a1a);
}
.Projects {
  clear: both;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0 0 500px;
  align-items: center;
  justify-content: center;
}
.project {
  width: 100%;
  display: flex;
  padding: 100px 0 0;
  height: fit-content;
}
.project2 {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  transform: translateX(-50%) translateY(100vh);
}
.project3 {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translateX(-50%) translateY(100vh);
}
.step_3_bg p,
.step_3_bg h4,
.step_three_bg p,
.step_three_bg h4,
.step_3_bg .ath_step,
.step_three_bg .ath_step {
  color: #fff;
}
.ath_padding_bottom_zero {
  padding-bottom: 0 !important;
}
.ath_section_margin {
  z-index: 1;
  position: relative;
  margin: -280px 0 0;
}

.ath_book_now_image {
  right: 0;
  bottom: 0;
  width: 132px;
  height: 132px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  animation: bounce_book_now 2s ease-in-out infinite;
}
@keyframes bounce_book_now {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.cards-container {
  width: 100%;
  float: left;
  z-index: 5;
  position: relative;
}
/* .pin-spacer {
  margin: 0 !important;
  width: 100% !important;
  height: 815px !important;
} */
/* .card-wrapper {
  left: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  position: relative;
  width: 100% !important;
  margin: auto !important;
  max-height: max-content !important;
  max-width: 100% !important;
}
.card-wrapper:last-of-type {
  height: 100vh;
} */
.card {
  border: 0;
  width: 100%;
}
.owl-carousel {
  z-index: 5;
}
.owl-carousel .owl-stage {
  padding: 15px 0;
}
.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}
.ath_devider_one,
.ath_devider_two,
.ath_devider_three,
.ath_devider_four,
.ath_devider_five {
  top: 0;
  z-index: 2;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.ath_devider_one {
  left: 1%;
}
.ath_devider_two {
  left: 25%;
}
.ath_devider_three {
  left: 50%;
}
.ath_devider_four {
  left: 75%;
}
.ath_devider_five {
  right: 1%;
}
.scrollParagraph span {
  color: transparent;
}
.ath_gameon_steps_content_two {
  display: none;
}
.ath_main_wrapper {
  z-index: 2;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.testimonial-slider .slick-slide {
  background: #fff;
  margin: 0 15px; /* 15px gap on left/right */
}

.testimonial-slider .slick-list {
  margin: 0 -15px; /* compensate so the slider aligns correctly */
}
.ath_term_service .wp-block-heading{margin-top: 48px !important;}
.ath_term_service .ath_description p + p{margin-top: 36px !important;}


.marquee-wrapper {
/*   overflow: hidden; */
  width: 100%;
  cursor: grab;
	
}
.marquee-inner {
  display: flex;
	gap: 28px;
  will-change: transform;
}
.marquee-inner .ratio {
  flex-shrink: 0;
  margin-right: 30px;
  width: clamp(300px, 20vw, 500px);
  object-fit: cover;
  overflow: hidden;
}
/* .marquee-inner .ratio img {
  object-fit: cover;
  transition: all 0.5s;
}
.marquee-inner .ratio:hover img {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(50%);
} */
.ath_ration{
	width: 450px;
	flex-shrink: 0;
	background: #fff;
}

 #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
	 padding: 0 50px;
      background: #c3ff3d; /* background color */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    /* Animation effect (optional pulse) */
    #loader img {
      width: 419px;
      height: auto;
/*       animation: pulse 2s infinite ease-in-out; */
    }

    @keyframes pulse {
      0% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.1); opacity: 0.7; }
      100% { transform: scale(1); opacity: 1; }
    }


.ath_Images_section.slider{display: none;}
.ath_Images_section .ath_Image {
    margin: 0 10px;
}
.ath_Images_section img {
    width: 100%;
    height: auto;
    display: block;
}
.ath_slider_show{display: none;}
@media (max-width: 768px){
	
}

.scrollParagraph .scroll-word {
  display: inline-block;
  transition: color 150ms linear;
}