@charset "UTF-8";
/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

	Template Name: Natha – Personal Portfolio HTML Template
	Author: Alif Theme
	Developer: Alif Theme
	Support: themealif@gmial.com
	Description: Natha – Personal Portfolio HTML Template
	Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME SCSS
	-----------------
		1.1 section-common
		1.2 theme
		1.3 typography

	-----------------
    01. utils SCSS
	-----------------
		1.1 breakpoints
		1.2 extends
		1.3 mixins
		1.4 variables

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 animation
		2.2 backtotop
		2.3 brand
		2.4 buttons
		2.5 carousel
		2.6 color
		2.7 common
		2.8 fun-fact
		2.9 gallery
		2.10 offcanvas
		2.11 pagination
		2.12 preloader
		2.13 social
		2.14 video

	-----------------
    03. layout
	-----------------
		-----------------
		3.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2

		-----------------
		3.2 blog SCSS
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 recent-post
			3.2.5 sidebar

		-----------------
		3.3 ecommerce SCSS
		-----------------
			3.3.1 cart
			3.3.2 Checkout
			3.3.3 shop

		-----------------
		3.4 footer SCSS
		-----------------
			3.4.1 copyrights
			3.4.2 footer

		-----------------
		3.5 header SCSS
		-----------------
			3.5.1 header-common
			3.5.2 header-dark

		-----------------
		3.6 menu SCSS
		-----------------
			3.6.1 artist
			3.6.2 developer
			3.6.3 doctor
			3.6.4 fashion
			3.6.5 home-shop
			3.6.6 photographer
			3.6.7 podcast
			3.6.8 spa

		-----------------
		3.7 menu SCSS
		-----------------
			3.7.1 mean
			3.7.2 mobile-menu

	-----------------
    04. Page SCSS
	-----------------
		4.1 appointment
		4.2 award
		4.3 contact
		4.4 cta
		4.5 event
		4.6 faq
		4.7 inner-page
		4.8 light
		4.9 portfolio
		4.10 pricing-plan
		4.11 services
		4.12 team
		4.13 testimonial
		4.14 text-slider
		4.15 treatments
	-----------------
    05. Plugins SCSS
	-----------------
		5.1 Nice Select
		5.2 Range Slider

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=PT+Sans+Narrow:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap");
.ap-offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.ap-spa-appointment-bg::before {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Variables */
/* responsive variable for wordpress admin bar */
:root {
  /**  @font family declaration */
  --font-body: "Roboto", sans-serif;
  --font-p: "Roboto", sans-serif;
  --font-title: "Oswald", sans-serif;
  --font-title-2: "Unbounded", sans-serif;
  --font-title-3: "PT Sans Narrow", sans-serif;
  --font-icomoon: "icomoon";
  /** @color declaration */
  --color-white: #FFFFFF;
  --color-black: #100E09;
  --color-placeholder: #5E5E5E;
  --color-body: #000000;
  --color-doctor-bg: #19A2D0;
  --color-primary: #DD3513;
  --color-secondary: #E35D42;
  --color-rating: #FFC107;
  --color-text: #B8BCC4;
  --color-text-2: #a8a8a8;
  --color-bg-primary: #1d1d1f;
  --color-bg-secondary: #201F25;
  --color-border-primary: rgba(255, 255, 255, 0.2);
  --color-border-secondary: #2A2A2C;
  --color-gradient-1: linear-gradient(90deg, #F5F5F5 52.13%, rgba(245, 245, 245, 0.7) 100%);
  /** @font weight declaration */
  --fw-normal: normal;
  --fw-thin: 100;
  --fw-elight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-ebold: 800;
  --fw-black: 900;
  /** @font size declaration */
  --fs-body: 18px;
  --fs-p: 18px;
  --fs-h1: 130px;
  --fs-h2: 70px;
  --fs-h3: 35px;
  --fs-h4: 26px;
  --fs-h5: 24px;
  --fs-h6: 20px;
  --fs-b1: 14px;
  --fs-b2: 16px;
  --fs-b3: 18px;
  --fs-b4: 22px;
  /** @transition value declaration */
  --transition: .3s ease-in-out;
  --transition-5: .5s ease-in-out;
}

body.light-theme {
  --color-white: #000000;
  --color-black: #FFFFFF;
  --color-placeholder: #303030;
  --color-body: #F8F9FB;
  --color-body: #FFFFFF;
  --color-primary: #DD3513;
  --color-secondary: #E35D42;
  --color-rating: #FFC107;
  --color-text: #1d1d1f;
  --color-text-2: #484848;
  --color-bg-primary: #F5F5F5;
  --color-bg-secondary: #FAFAFA;
  --color-border-primary: rgba(0, 0, 0, 0.1);
  --color-border-secondary: #2A2A2C;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 40px;
}

.container {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
.row {
  --bs-gutter-x: 40px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
label .required {
  color: #dc3545;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-attach-fix {
  background-attachment: fixed;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--color-bg-primary);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--color-bg-primary);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--color-white);
}
.mfp-close::after {
  position: absolute;
  content: "\e943";
  height: 100%;
  width: 100%;
  font-family: var(--font-icomoon);
  font-size: 31px;
  font-weight: 200;
  inset-inline-end: -20px;
  margin-top: -25px;
  cursor: pointer;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    inset-inline-end: 15px;
    margin-top: -30px;
  }
}

/* Bootstrap Table */
table {
  margin-bottom: 0 !important;
  border-color: var(--color-border-primary) !important;
}

.table > thead {
  vertical-align: middle;
}

.table > tbody {
  vertical-align: middle;
}

.table > :not(caption) > * > * {
  padding: 10px 10px;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}

/*---------------------------------
	1.2 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: normal;
  line-height: 1.55;
  background: var(--color-body);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-title);
  font-weight: var(--fw-medium);
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  margin-top: 0px;
  word-break: break-word;
}

h1,
.h1 {
  font-size: clamp(52px, 8vw, var(--fs-h1));
}

h2,
.h2 {
  font-size: var(--fs-h2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: var(--fs-h3);
}

h4,
.h4 {
  font-size: var(--fs-h4);
}

h5,
.h5 {
  font-size: var(--fs-h5);
}

h6,
.h6 {
  font-size: var(--fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 25px;
  line-height: 1.55;
}
p.b1 {
  font-size: var(--fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--fs-b2);
}
p.b3 {
  font-size: var(--fs-b3);
}
p.b4 {
  font-size: var(--fs-b4);
}

.b1 {
  font-size: var(--fs-b1);
}

.b2 {
  font-size: var(--fs-b2);
}

.b3 {
  font-size: var(--fs-b3);
}

.b4 {
  font-size: var(--fs-b4);
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--color-border-primary);
  opacity: 1;
  border-width: 1px;
}

label {
  margin-bottom: 10px;
  color: var(--color-white);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
input[type=file],
input[type=url],
input[type=time],
select,
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  border: 1px solid var(--color-border-primary);
  color: var(--color-white);
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  transition: var(--transition);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=url]:focus,
input[type=time]:focus,
select:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=file]::file-selector-button {
  font: var(--font-body);
  -webkit-appearance: button;
  margin-inline-start: -17px;
  width: 115px;
  height: 50px;
  border: none;
  border-radius: 6px 0 0 6px;
  color: var(--color-black);
  cursor: pointer;
  padding: 0 30px 0 25px;
  font-size: 16px;
  font-weight: var(--fw-medium);
}

textarea {
  padding: 20px 25px;
  min-height: 180px;
}
textarea:focus {
  border-color: var(--color-primary);
}

*::placeholder {
  opacity: 1;
  color: var(--color-placeholder);
}

*::-moz-placeholder {
  opacity: 1;
  color: var(--color-placeholder);
}

*::-moz-selection {
  background: #FFFFFF;
  color: #ff0000;
  text-shadow: none;
}

::-moz-selection {
  background: #FFFFFF;
  color: #ff0000;
  text-shadow: none;
}

::selection {
  background: #FFFFFF;
  color: #ff0000;
  text-shadow: none;
}

/*---------------------------------
	1.3 Section Common CSS
---------------------------------*/
/* Section Title */
.ap-section-title-gap {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-title-gap {
    margin-bottom: 35px;
  }
}

.ap-section-subtitle.oval {
  font-size: 20px;
  font-family: var(--font-title-3);
  line-height: 1.5;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  display: inline-block;
  padding: 8px 52px 7px 52px;
  text-align: center;
  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  margin-bottom: 7px;
  font-weight: 700;
}

.ap-section-title a {
  transition: var(--transition);
}
.ap-section-title a:hover {
  color: var(--color-primary);
}
.ap-section-title .title-2 {
  display: block;
  margin-inline-start: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-title .title-2 {
    display: inline;
    margin-inline-start: 0;
  }
}
.ap-section-title .highlight {
  color: var(--color-primary);
}

.ap-section-desc {
  margin-bottom: 0;
  opacity: 1 !important;
}

.ap-section-desc-two {
  margin-bottom: 40px;
}

.ap-section-title-border-wrapper {
  display: flex;
  position: relative;
  align-items: center;
}
.ap-section-title-border-wrapper .ap-section-title {
  font-size: 26px;
  padding: 0 15px;
  width: max-content;
}

.ap-section-title-border {
  position: relative;
  background-color: var(--color-border-primary);
  width: 100%;
  height: 1px;
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

/* Section Spacing */
.ap-section-gap-inline {
  padding-inline: 4.286% 4.286%;
}

.ap-section-gap {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-section-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-section-gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.ap-section-gap-top {
  padding-top: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-section-gap-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-section-gap-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-top {
    padding-top: 65px;
  }
}

.ap-section-gap-bottom {
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-section-gap-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-section-gap-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-bottom {
    padding-bottom: 65px;
  }
}

.ap-section-gap-medium {
  padding-top: 85px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ap-section-gap-medium-top {
  padding-top: 85px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-medium-top {
    padding-top: 50px;
  }
}

.ap-section-gap-medium-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-medium-bottom {
    padding-bottom: 50px;
  }
}

.ap-section-gap-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ap-section-gap-small-top {
  padding-top: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-small-top {
    padding-top: 50px;
  }
}

.ap-section-gap-small-bottom {
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-gap-small-bottom {
    padding-bottom: 50px;
  }
}

.ap-section-gap-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ap-section-gap-top-large {
  padding-top: 150px;
}

.ap-section-gap-bottom-large {
  padding-bottom: 150px;
}

.section-title-space {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .section-title-space {
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  2.1 Animations CSS Start
/*----------------------------------------*/
@keyframes apSpinner {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes apRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes iconltr {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
@keyframes marquee_rtl {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-30%);
  }
}
@keyframes marquee_rev_rtl {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
.pulse-primary {
  animation: pulse-primary 2s infinite;
}

@-webkit-keyframes pulse-primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 53, 19, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 53, 19, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
    box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
    box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
    box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
  }
}
@keyframes pulse-secondary {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
    box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
  }
}
@keyframes white-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-danger {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* image-radius-anim */
@keyframes image-radius-anim {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
/* KidsBounce */
@keyframes KidsBounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-25px);
  }
}
/* KidsBounceTwo */
@keyframes KidsBounceTwo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-35px);
  }
}
/* Animate Play */
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(1.01);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.line-dash {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes planeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes scaleZeroOne {
  0% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes animation-upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes pulse-blur {
  from, to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.05;
    filter: blur(5px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--color-secondary);
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes bannerAnimationOne {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

@-webkit-keyframes bdtranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes bdtranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-ms-keyframes bdtranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes bdtranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes bdswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes bdswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes bdswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes bdswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes shape-rote {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes scaleUp {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    margin-inline-start: 0;
  }
  100% {
    margin-inline-start: -1600px;
  }
}
/* img-animation */
.ap-img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.ap-img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.ap-img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
/*----------------------------------------*/
/*  2.1 Animations CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.2 Back to top CSS Start
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  inset-inline-end: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--color-primary);
}
@media (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    inset-inline-end: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--font-icomoon);
  content: "\e90a";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  inset-inline-start: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  2.2 Back to top CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.3 Brand CSS Start
/*----------------------------------------*/
.apBrandSlider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ap-brand-item {
  cursor: pointer;
  width: 150px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-brand-item {
    width: 100px;
  }
}
.ap-brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----------------------------------------*/
/*  2.3 Brand CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.4 Buttons CSS Start
/*----------------------------------------*/
.ap-btn-outline-primary {
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-body);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px 11px;
  line-height: 1.5;
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
}
.ap-btn-outline-primary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  box-sizing: border-box;
  height: 25px;
  border-bottom: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
  transition: all 0.5s ease;
}
.ap-btn-outline-primary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  box-sizing: border-box;
  height: 25px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transition: all 0.5s ease;
}
.ap-btn-outline-primary:hover::before {
  width: 100%;
  height: 100%;
}
.ap-btn-outline-primary:hover::after {
  width: 100%;
  height: 100%;
}
.ap-btn-outline-primary.light::before {
  border-bottom: 1px solid var(--color-border-primary);
  border-left: 1px solid var(--color-border-primary);
}
.ap-btn-outline-primary.light::after {
  border-top: 1px solid var(--color-border-primary);
  border-right: 1px solid var(--color-border-primary);
}

.ap-light-gradient {
  position: relative;
  background: linear-gradient(to bottom, #EFB9D5 0%, #FBF0F6 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 27px 73px 20px 73px;
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-title-2);
  color: var(--color-black);
  transition: var(--transition);
  line-height: 1;
}

.ap-icon-btn {
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: var(--fw-medium);
  transition: var(--transition);
}
.ap-icon-btn i {
  font-weight: 500;
  transition: var(--transition);
}
.ap-icon-btn svg path {
  transition: var(--transition);
  fill: var(--color-white);
  stroke: var(--color-white);
}
.ap-icon-btn svg rect {
  fill: var(--color-white);
  stroke: var(--color-white);
  transition: var(--transition);
}
.ap-icon-btn:hover {
  color: var(--color-primary);
}
.ap-icon-btn:hover i {
  animation: iconltr 0.5s forwards;
}
.ap-icon-btn:hover svg {
  animation: iconltr 0.5s forwards;
}
.ap-icon-btn:hover svg path {
  fill: var(--color-text-2);
  stroke: var(--color-text-2);
}
.ap-icon-btn:hover svg rect {
  fill: var(--color-text-2);
  stroke: var(--color-text-2);
}

.ap-circle-btn {
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-body);
  line-height: 1.5;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--color-border-primary);
  transition: var(--transition);
  background-color: transparent;
  color: var(--color-white);
}
.ap-circle-btn:hover {
  color: var(--color-white);
}
.ap-circle-btn.has-big {
  width: 140px;
  height: 140px;
}
.ap-circle-btn i {
  font-size: 12px;
}

.ap-oval-btn {
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-title-2);
  line-height: 1.5;
  color: var(--color-white);
  background: var(--color-bg-primary);
  display: inline-block;
  padding: 18px 50px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
}

.ap_btn_wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.ap_hover_bg_change {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.ap_hover_bg_change span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 100%;
  transition: all 1s;
  background-color: var(--color-primary);
  transform: translate(-50%, -50%);
}
.ap_hover_bg_change:hover {
  color: var(--color-white);
}
.ap_hover_bg_change:hover span {
  width: 400px;
  height: 400px;
}

.ap-modern-btn {
  position: relative;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s ease;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
  color: var(--color-white);
}
.ap-modern-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background-color: var(--color-primary);
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  z-index: -1;
}
.ap-modern-btn .text {
  font-size: 18px;
  font-weight: var(--fw-medium);
}
.ap-modern-btn:hover {
  color: var(--color-white);
}
.ap-modern-btn:hover::before {
  width: 100%;
  background: var(--color-primary);
  opacity: 1;
}

.ap-btn-solid-primary {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: #FFFFFF;
  background-color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px 11px;
  line-height: 1.5;
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
}
.ap-btn-solid-primary:hover {
  background-color: var(--color-secondary);
}
.ap-btn-solid-primary i {
  font-size: 30px;
}

.ap-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: var(--color-primary);
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.ap-play-btn:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.ap-play-btn.primary {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.ap-play-btn.primary:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}
.ap-play-btn.secondary {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.ap-play-btn.secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.ap-social-btn {
  padding: 22px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--color-white);
  text-transform: capitalize;
  background-color: var(--color-bg-primary);
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.ap-social-btn span {
  font-size: 20px;
  position: relative;
  padding-inline-end: 30px;
}
.ap-social-btn span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  inset-inline-end: 10px;
  top: -4px;
  background-color: var(--color-white);
  transition: all 0.3s;
}
.ap-social-btn:hover {
  color: var(--color-primary);
  background-color: transparent;
}
.ap-social-btn:hover span::after {
  background-color: var(--color-primary);
}

.ap-btn-divider::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--color-bg-secondary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 1;
  z-index: -1;
}
.ap-btn-divider:hover::after {
  height: 400%;
  opacity: 1;
}

/*----------------------------------------*/
/*  2.4 Buttons CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.5 Carousel CSS Start
/*----------------------------------------*/
.ap-common-nav button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  z-index: 5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: var(--color-primary);
  background-color: var(--color-bg-primary);
  transition: var(--transition);
}
[dir=rtl] .ap-common-nav button i {
  transform: rotate(-180deg);
}
.ap-common-nav button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.ap-common-nav button:hover svg path {
  fill: var(--color-white);
  stroke: var(--color-white);
}
.ap-common-nav button:hover svg rect {
  fill: var(--color-white);
  stroke: var(--color-white);
}
.ap-common-nav button svg path {
  transition: var(--transition);
  fill: var(--color-black);
  stroke: var(--color-black);
}
.ap-common-nav button svg rect {
  fill: var(--color-black);
  stroke: var(--color-black);
  transition: var(--transition);
}

.ap-common-nav-circle button {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 22px;
  z-index: 5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  background-color: transparent;
}
[dir=rtl] .ap-common-nav-circle button i {
  transform: rotate(-180deg);
}
.ap-common-nav-circle button:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}
.ap-common-nav-circle button.ap-common-nav-prev {
  transform: rotate(-180deg);
}

/*----------------------------------------*/
/*  2.5 Carousel CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.6 Color CSS Start
/*----------------------------------------*/
.white-text {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.primary-text {
  color: var(--color-primary);
}

.text-secondary {
  color: var(--color-secondary);
}

.body-text-2 {
  color: var(--color-text);
}

/* background-color */
.theme-bg {
  background-color: var(--color-primary);
}

.primary-bg {
  background-color: var(--color-bg-primary);
}

.secondary-bg {
  background-color: var(--color-bg-secondary);
}

.theme-black {
  background-color: var(--color-black);
}

.white-bg {
  background-color: var(--color-white);
}

.gradient-bg {
  background: linear-gradient(92.77deg, rgba(7, 161, 105, 0.15) 1.33%, rgba(251, 140, 0, 0.15) 129.72%) !important;
}

/*----------------------------------------*/
/*  2.6 Color CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.7 Common CSS Start
/*----------------------------------------*/
.ap_img_parallax {
  overflow: hidden;
}
.ap_img_parallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap_img_parallax img {
    height: 420px;
  }
}

.ap_img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.ap_img_anim_reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: right;
}

.scroll__image-inner {
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 80px);
  width: 500px;
  overflow: hidden;
  margin: 0 auto;
}

.ap-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* so it doesn't block clicks */
  z-index: -1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100px 100%, 100% 100px;
  /* row height */
}

.ap-parallax-bg-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.ap-parallax-bg-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  /* 🔥 increase height */
}

.ap-parallax-bg-thumb img {
  width: 100%;
  height: 100%;
  height: 130%;
  object-fit: cover;
  will-change: transform;
}

.ap-folks-title {
  font-size: clamp(52px, 8vw, 150px);
  text-align: center;
}
.ap-folks-title.s-2 {
  font-size: clamp(36px, 8vw, 60px);
}

section {
  position: relative;
  z-index: 5;
}

.ap-section-bg {
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  inset-block-start: 0;
  width: 1720px;
  height: 100%;
  padding-inline-start: 100px;
  padding-inline-end: 100px;
  z-index: -1;
}
[dir=rtl] .ap-section-bg {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-section-bg {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-section-bg {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    width: 100%;
  }
}
.ap-section-bg img {
  width: 100%;
  height: 100%;
}

.pos-center {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.ap-list-item ul li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 12px;
  font-size: 18px;
  font-weight: var(--fw-medium);
}
.ap-list-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ap-list-item ul li i {
  color: var(--color-primary);
  margin-top: 5px;
}
.ap-list-item ul li svg {
  width: 18px;
  height: 18px;
  color: var(--color-primary);
}
.ap-list-item ul li svg path {
  fill: var(--color-primary);
}
.ap-list-item ul li img {
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.ap-list-item-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-list-item-box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-list-item-box ul li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 12px;
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--color-black);
  padding: 12px 20px 11px;
  background: #FEFEFE;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
}
.ap-list-item-box ul li i {
  color: var(--color-secondary);
  margin-top: 5px;
}
.ap-list-item-box ul li svg {
  width: 18px;
  height: 18px;
  color: var(--color-secondary);
}
.ap-list-item-box ul li svg path {
  fill: var(--color-secondary);
}
.ap-list-item-box ul li img {
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.ap-common-thumb {
  border-radius: 16px;
}
.ap-common-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.ap-text-link-primary {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.ap-text-link-primary:hover {
  color: var(--color-black);
}
[dir=rtl] .ap-text-link-primary i {
  transform: rotate(-180deg);
}

.ap-text-link-secondary {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-secondary);
  transition: all 0.3s ease-in-out;
}
.ap-text-link-secondary:hover {
  color: var(--color-primary);
}
[dir=rtl] .ap-text-link-secondary i {
  transform: rotate(-180deg);
}

.ap-text-link-white {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.ap-text-link-white:hover {
  color: var(--color-primary);
}
[dir=rtl] .ap-text-link-white i {
  transform: rotate(-180deg);
}

.ap-text-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-black);
  transition: all 0.3s ease-in-out;
}
.ap-text-link:hover {
  color: var(--color-primary);
}
[dir=rtl] .ap-text-link i {
  transform: rotate(-180deg);
}

.ap-line-hover a {
  position: relative;
}
.ap-line-hover a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.ap-line-hover a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ap-underline a {
  display: inline;
  background-image: linear-gradient(var(--color-primary), var(--color-primary)), linear-gradient(var(--color-primary), var(--color-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding-bottom: 5px;
}
.ap-underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-primary);
}

.ap-underline-white a {
  display: inline;
  background-image: linear-gradient(var(--color-white), var(--color-white)), linear-gradient(var(--color-white), var(--color-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding-bottom: 5px;
}
.ap-underline-white a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-white);
}

.ap-next-prev-button {
  border-top: 1px solid var(--color-border-primary);
  border-bottom: 1px solid var(--color-border-primary);
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .ap-next-prev-button {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    text-align: center;
    justify-content: center;
  }
}
.ap-next-prev-button::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-border-primary);
}
@media (max-width: 575px) {
  .ap-next-prev-button::before {
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
  }
}
.ap-next-prev-button .text-icon {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  color: var(--color-text);
  transition: all 0.3s ease-in-out;
}
.ap-next-prev-button .title {
  transition: all 0.3s ease-in-out;
}
.ap-next-prev-button .previous {
  margin-inline-end: 20px;
}
@media (max-width: 575px) {
  .ap-next-prev-button .previous {
    margin-inline-end: 0px;
  }
}
.ap-next-prev-button .previous:hover .title {
  color: var(--color-primary);
}
.ap-next-prev-button .next {
  margin-inline-start: 20px;
}
@media (max-width: 575px) {
  .ap-next-prev-button .next {
    margin-inline-start: 0px;
  }
}
.ap-next-prev-button .next:hover .title {
  color: var(--color-primary);
}

/* font short code */
.font-title {
  font-family: var(--font-title);
}

.font-title-2 {
  font-family: var(--font-title-2);
}

.font-title-3 {
  font-family: var(--font-title-3);
}

.font-body {
  font-family: var(--font-body);
}

/* font size short code */
.fs-24 {
  font-size: 24px;
}

/* gap short code */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

/* gap short code end */
/* Font Weight short code */
.fw-1 {
  font-weight: var(--fw-thin);
}

.fw-2 {
  font-weight: var(--fw-elight);
}

.fw-3 {
  font-weight: var(--fw-light);
}

.fw-4 {
  font-weight: var(--fw-regular);
}

.fw-5 {
  font-weight: var(--fw-medium);
}

.fw-6 {
  font-weight: var(--fw-semibold);
}

.fw-7 {
  font-weight: var(--fw-bold);
}

.fw-8 {
  font-weight: var(--fw-ebold);
}

.fw-9 {
  font-weight: var(--fw-black);
}

/* Font Weight short code end */
.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.d-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .d-grid-two {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ap-spinner img {
  -webkit-animation: apSpinner 15s infinite linear;
  animation: apSpinner 15s infinite linear;
}

.ap-error-area {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.ap-error-area .title {
  font-size: clamp(52px, 40vw, 400px);
  line-height: 1;
}
.ap-error-area .subtitle {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-error-area .subtitle {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-error-area .subtitle {
    width: 90%;
  }
}

/*----------------------------------------*/
/*  2.7 Common CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.8 Fun Fact CSS Start
/*----------------------------------------*/
.ap-fun-fact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fun-fact-box {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.ap-fun-fact-box.ap-fun-fact-padding {
  padding-inline-start: 94px;
  padding-inline-end: 94px;
}
.ap-fun-fact-box.s-3 .count {
  margin-bottom: 15px;
}

.ap-fun-fact-item {
  text-align: center;
}
.ap-fun-fact-item .count {
  font-size: 70px;
  font-family: var(--font-title);
  color: var(--color-white);
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fun-fact-item .count {
    font-size: 42px;
  }
}
.ap-fun-fact-item .count .suffix {
  margin-top: -3px;
}
.ap-fun-fact-item .ap-fun-fact-title {
  margin-bottom: 0;
}

.ap-fun-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fun-fact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}
@media (max-width: 575px) {
  .ap-fun-fact-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 40px;
  }
}
.ap-fun-fact-grid .ap-fun-fact-item {
  padding-block: 60px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fun-fact-grid .ap-fun-fact-item {
    padding-block: 0px 0px;
  }
}
.ap-fun-fact-grid .ap-fun-fact-item:not(:last-child) {
  border-inline-end: 1px solid var(--color-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fun-fact-grid .ap-fun-fact-item:not(:last-child) {
    border-inline-end: none;
  }
}
.ap-fun-fact-grid .ap-fun-fact-item .count {
  font-size: 70px;
  font-family: var(--font-title-2);
  margin-bottom: 10px;
}
.ap-fun-fact-grid .ap-fun-fact-title {
  color: var(--color-white);
  font-family: var(--font-title-2);
  line-height: 1;
}

.count {
  font-size: 70px;
  font-family: var(--font-title);
  color: var(--color-white);
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.count .suffix {
  margin-top: -3px;
}

/*----------------------------------------*/
/*  2.8 Fun Fact CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.9 Integration CSS Start
/*----------------------------------------*/
.ap-spa-gallery-area-thumb {
  position: relative;
}
.ap-spa-gallery-area-thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

/*----------------------------------------*/
/*  2.9 Integration CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Offcanvas CSS Start
/*----------------------------------------*/
.ap-offcanvas-area {
  background: var(--color-bg-primary) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 560px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.ap-offcanvas-area::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .ap-offcanvas-area {
    width: 340px;
  }
}
.ap-offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ap-offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .ap-offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.ap-offcanvas-content {
  padding-bottom: 45px;
}
.ap-offcanvas-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-primary);
}
.ap-offcanvas-logo a img {
  width: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-offcanvas-logo a img {
    max-width: 100px;
  }
}
.ap-offcanvas-logo .light-logo {
  display: none;
}
.ap-offcanvas-title {
  color: var(--color-white);
  margin-bottom: 17px;
}
.ap-offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}
.ap-offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}
.ap-offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.ap-offcanvas-contact ul li:hover .ap-offcanvas-contact-title {
  color: var(--color-primary);
}
.ap-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.ap-offcanvas-contact-title {
  color: var(--color-white);
  transition: var(--transition);
  margin-bottom: 0;
}
.ap-offcanvas-contact-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color-bg-primary);
  color: var(--color-white);
  border: 1px solid var(--color-border-primary);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* Close icon  */
.ap-offcanvas-close {
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  opacity: 0.8;
  transition: var(--transition);
}
.ap-offcanvas-close:hover {
  opacity: 1;
}

/*----------------------------------------*/
/*  2.10 Offcanvas CSS End
/*----------------------------------------*/
/*----------------------------------------
   2.11 Basic pagination CSS Start
-----------------------------------------*/
.basic-pagination {
  margin-top: 70px;
}
.basic-pagination ul {
  display: inline-flex;
  gap: 15px;
}
.basic-pagination ul li {
  list-style: none;
}
.basic-pagination ul li a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--color-bg-primary);
}
.basic-pagination ul li a:hover {
  background-color: var(--color-primary);
  color: #FFFFFF;
}
.basic-pagination ul li .current {
  background-color: var(--color-primary);
  color: #FFFFFF;
}
.basic-pagination ul li .prev,
.basic-pagination ul li .next {
  background-color: var(--color-bg-primary);
  color: var(--color-primary);
  font-size: 20px;
}

/*----------------------------------------
   2.11 Basic pagination CSS End
-----------------------------------------*/
/*----------------------------------------*/
/*  2.12 Preloader CSS Start
/*----------------------------------------*/
body.loaded {
  overflow-x: hidden !important;
  width: 102%;
  height: 101vh;
}

.ap-loader-wrap {
  position: fixed;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  height: 101vh;
  width: 102%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
}

.ap-loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110vh;
  fill: var(--color-bg-primary);
}

.ap-loader-wrap .ap-loader-wrap-heading .ap-load-text {
  font-size: 62px;
  font-size: clamp(48px, 8vw, 120px);
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  z-index: 20;
  font-family: var(--font-title);
  color: var(--color-white);
}

.ap-load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.ap-load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ap-load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ap-load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ap-load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ap-load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ap-load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.ap-load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ap-load-text span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.containers {
  position: inherit;
}

/*----------------------------------------*/
/*  2.12 Preloader CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.13 Social CSS Start
/*----------------------------------------*/
.ap-common-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ap-common-social a {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 24px;
  transition: var(--transition);
}
.ap-common-social a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 35px;
  box-sizing: border-box;
  height: 35px;
  border-bottom: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
  transition: all 0.5s ease;
}
.ap-common-social a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 35px;
  box-sizing: border-box;
  height: 35px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transition: all 0.5s ease;
}
.ap-common-social a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.ap-common-social a:hover::before {
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.ap-common-social a:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

/*----------------------------------------*/
/*  2.13 Social CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.14 Video CSS Start
/*----------------------------------------*/
.ap-spa-video-area video {
  object-fit: cover;
  height: 880px;
  width: 100%;
}

.ap-instagram-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-instagram-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ap-instagram-item {
  position: relative;
}
.ap-instagram-item:hover .ap-instagram-icon {
  opacity: 1;
}

.ap-instagram-thumb img {
  width: 100%;
}

.ap-instagram-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
  opacity: 0;
  color: var(--color-white);
  background-color: rgba(29, 31, 31, 0.83);
  font-size: 30px;
}

.ap-video-area {
  position: relative;
  height: 100%;
}
.ap-video-area:hover .ap-video-button {
  opacity: 1;
  visibility: visible;
}
.ap-video-area video {
  width: 100%;
  height: 100%;
}

.ap-video-button {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-video-button {
    opacity: 1;
    visibility: visible;
  }
}
.ap-video-button button {
  width: 100px;
  height: 100px;
  background-color: transparent;
  border: 2px solid var(--color-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-video-button button {
    width: 50px;
    height: 50px;
  }
}
.ap-video-button i {
  height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-video-button i {
    height: 36px;
  }
}
.ap-video-button i path {
  fill: var(--color-white);
}
.ap-video-button svg {
  height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-video-button svg {
    height: 36px;
  }
}
.ap-video-button svg path {
  fill: var(--color-white);
}

.ap-video-pause-btn {
  display: inline-flex;
}

.ap-video-play-btn,
.ap-video-pause-btn {
  position: relative;
}

.ap-video-play-btn::after,
.ap-video-pause-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-black);
  color: var(--color-white);
  font-size: 12px;
  padding: 4px 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.ap-video-play-btn:hover::after,
.ap-video-pause-btn:hover::after {
  opacity: 1;
}

.gallery-thumb {
  text-align: center;
}
.gallery-thumb img {
  width: 100%;
}

.gallery-active {
  text-align: center;
}
.gallery-active .col-lg-7 .gallery-thumb img {
  object-fit: cover;
}
.gallery-active .col-lg-5 .gallery-thumb img {
  object-fit: cover;
}

/*----------------------------------------*/
/*  2.14 Video CSS Start
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1.1 Banner Style 1 CSS Start
/*----------------------------------------*/
.ap-hero-slider .swiper-slide {
  overflow: hidden;
}

.apHeroSliderVertical {
  height: 100vh;
}

.ap-hero-slider-inner {
  position: relative;
  height: 100vh;
}
.ap-hero-slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background: #1d1d1f;
  opacity: 0.4;
}
.ap-hero-slider-inner.style-2::after {
  background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #000000 100%);
  opacity: 1;
}
.ap-hero-slider-inner.style-2 .ap-hero-slider-content {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: auto;
  left: 100px;
  transform: translateY(0%);
  bottom: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-hero-slider-inner.style-2 .ap-hero-slider-content {
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-hero-slider-inner.style-2 .ap-hero-slider-content {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-hero-slider-inner.style-2 .ap-hero-slider-content {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-hero-slider-inner.style-2 .ap-hero-slider-content {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.ap-hero-slider-inner.style-2 .ap-hero-slider-content .title {
  margin-bottom: 0px;
}

.ap-hero-slider-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.ap-hero-slider-thumb video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.ap-hero-slider-content {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-hero-slider-content {
    left: 50px;
    width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-hero-slider-content {
    left: 30px;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-hero-slider-content {
    left: 20px;
    right: 20px;
    width: 90%;
  }
}
.ap-hero-slider-content .tag {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.ap-hero-slider-content .title {
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  text-decoration: none;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-hero-slider-content .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-hero-slider-content .title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-hero-slider-content .title {
    font-size: 56px;
  }
}
.ap-hero-slider-content .desc {
  font-size: 20px;
  width: 680px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 50px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-hero-slider-content .desc {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-hero-slider-content .desc {
    width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-hero-slider-content .desc {
    width: 100%;
    -webkit-line-clamp: 5;
  }
}

.apHeroSlider .swiper-slide-active .tag, .apHeroSlider .swiper-slide-active .title, .apHeroSlider .swiper-slide-active .desc, .apHeroSlider .swiper-slide-active .ap-hero-slider-btn, .apHeroSliderVertical .swiper-slide-active .tag, .apHeroSliderVertical .swiper-slide-active .title, .apHeroSliderVertical .swiper-slide-active .desc, .apHeroSliderVertical .swiper-slide-active .ap-hero-slider-btn {
  animation-fill-mode: both;
  animation-name: apFadeInUp;
}
.apHeroSlider .swiper-slide-active .tag, .apHeroSliderVertical .swiper-slide-active .tag {
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.apHeroSlider .swiper-slide-active .title, .apHeroSliderVertical .swiper-slide-active .title {
  animation-delay: 1.2s;
  animation-duration: 0.7s;
}
.apHeroSlider .swiper-slide-active .desc, .apHeroSliderVertical .swiper-slide-active .desc {
  animation-delay: 1.3s;
  animation-duration: 0.8s;
}
.apHeroSlider .swiper-slide-active .ap-hero-slider-btn, .apHeroSliderVertical .swiper-slide-active .ap-hero-slider-btn {
  animation-delay: 1.4s;
  animation-duration: 0.9s;
}
.apHeroSlider .swiper-slide-active .ap-shop-slider-bg, .apHeroSliderVertical .swiper-slide-active .ap-shop-slider-bg {
  transform: scale(1.03);
}

/*----------------------------------------*/
/*  3.1.1 Banner Style 1 CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1.2 Banner Style 2 CSS Start
/*----------------------------------------*/
.ap-hero-slider-thumbs {
  position: absolute;
  inset-inline-end: 50px;
  width: 40%;
  z-index: 5;
  inset-block-end: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-hero-slider-thumbs {
    display: none;
  }
}
.ap-hero-slider-thumbs-item {
  width: 185px;
  height: 260px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-hero-slider-thumbs-item {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-hero-slider-thumbs-item {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-hero-slider-thumbs-item {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-hero-slider-thumbs-item {
    width: 100px;
    height: 100px;
  }
}
.ap-hero-slider-thumbs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-hero-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  font-weight: var(--fw-medium);
  color: var(--color-white);
  margin-top: 30px;
  gap: 30px;
  line-height: 1;
}
.ap-hero-slider-bullets-wrapper {
  width: calc(100% - 100px);
  margin-inline-start: 50px;
  margin-top: -31px;
}

.ap-swiper-pagination-bullet-active {
  display: inline-block;
  opacity: 1;
  height: 1px;
  width: 100%;
  border-radius: 0;
  position: relative;
  background: var(--color-border-primary);
  margin-inline-start: -2px !important;
}
.ap-swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border-primary);
}
.ap-swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background: #FFFFFF;
  transition: none;
  overflow: hidden;
  animation: ap-slide-progress-width 5000ms linear forwards;
}

@keyframes ap-slide-progress-width {
  from {
    inset-inline-end: 100%;
  }
  to {
    inset-inline-end: 0;
  }
}
/*----------------------------------------*/
/*  3.1.2 Banner Style 2 CSS End
/*----------------------------------------*/
/* HEADER CSS */
/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
/* Standard Blog */
.ap-blog-standard:hover .ap-blog-standard-thumb img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-blog-standard-content {
  padding: 30px;
  background: var(--color-bg-primary);
}
.ap-blog-standard-thumb {
  height: 460px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-standard-thumb {
    height: 280px;
  }
}
.ap-blog-standard-thumb img {
  width: 100%;
  height: 100%;
  transition: var(--transition);
  overflow: hidden;
}
.ap-blog-standard-title {
  transition: var(--transition);
}
.ap-blog-standard-title:hover {
  color: var(--color-primary);
}

.ap-blog-meta {
  list-style: none;
  display: flex;
  gap: 6px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.ap-blog-meta a {
  transition: 0.3s;
}
.ap-blog-meta a:hover {
  color: var(--color-white);
  opacity: 1;
}

.ap-blog-post.s-1 .ap-blog-thumb {
  margin-bottom: 33px;
  overflow: hidden;
  height: 420px;
}
.ap-blog-post.s-1 .ap-blog-thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-blog-post.s-1 .ap-blog-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.ap-blog-post.s-1 .ap-blog-title {
  font-size: 28px;
  font-weight: var(--fw-medium);
  margin-bottom: 33px;
  transition: var(--transition);
}
.ap-blog-post.s-1 .ap-blog-title:hover {
  color: var(--color-primary);
}
.ap-blog-post.s-3 .ap-blog-item {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-blog-post.s-3 .ap-blog-item {
    padding-right: 0px;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-3 .ap-blog-item {
    padding-right: 0px;
    gap: 40px;
    flex-direction: column;
  }
}
.ap-blog-post.s-3 .ap-blog-item:nth-child(2n+2) {
  padding-left: 175px;
  padding-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-3 .ap-blog-item:nth-child(2n+2) {
    padding-left: 0px;
  }
}
.ap-blog-post.s-3 .ap-blog-item:not(:last-child) {
  margin-bottom: 80px;
}
.ap-blog-post.s-3 .ap-blog-thumb {
  width: 35%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-3 .ap-blog-thumb {
    width: 100%;
  }
}
.ap-blog-post.s-3 .ap-blog-thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-blog-post.s-3 .ap-blog-thumb img {
  width: 100%;
}
.ap-blog-post.s-3 .ap-blog-thumb a {
  position: relative;
  display: block;
}
.ap-blog-post.s-3 .ap-blog-thumb a::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid rgb(190, 181, 181);
  transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  opacity: 0.2;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.ap-blog-post.s-3 .ap-blog-content {
  width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-3 .ap-blog-content {
    width: 100%;
    text-align: center;
  }
}
.ap-blog-post.s-3 .ap-blog-meta {
  justify-content: start;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-3 .ap-blog-meta {
    justify-content: center;
  }
}
.ap-blog-post.s-3 .ap-blog-meta a {
  color: var(--color-white);
  opacity: 0.8;
}
.ap-blog-post.s-3 .ap-blog-meta a:hover {
  opacity: 1;
}
.ap-blog-post.s-3 .ap-blog-title {
  font-size: 45px;
  margin-bottom: 33px;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-3 .ap-blog-title {
    font-size: 32px;
  }
}
.ap-blog-post.s-3 .ap-blog-title:hover {
  color: var(--color-primary);
}
.ap-blog-post.s-4 .ap-blog-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 25px;
  transition: var(--transition);
}
.ap-blog-post.s-4 .ap-blog-title:hover {
  color: var(--color-primary);
}
.ap-blog-post.s-4 .ap-blog-thumb {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.ap-blog-post.s-4 .ap-blog-thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-blog-post.s-4 .ap-blog-thumb img {
  width: 100%;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.ap-blog-post.s-4 .ap-blog-meta {
  justify-content: space-between;
}
.ap-blog-post.s-5 {
  display: flex;
  align-items: center;
  gap: 7.576%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-5 {
    flex-direction: column;
    gap: 40px;
  }
}
.ap-blog-post.s-5:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-5:not(:last-child) {
    margin-bottom: 50px;
  }
}
.ap-blog-post.s-5:nth-child(2n+2) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-5:nth-child(2n+2) {
    flex-direction: column;
  }
}
.ap-blog-post.s-5 .ap-blog-thumb {
  width: 51.515%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-5 .ap-blog-thumb {
    width: 100%;
  }
}
.ap-blog-post.s-5 .ap-blog-thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-blog-post.s-5 .ap-blog-content {
  width: 40.909%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-5 .ap-blog-content {
    width: 100%;
  }
}
.ap-blog-post.s-5 .ap-blog-date {
  position: relative;
  margin-bottom: 23px;
}
.ap-blog-post.s-5 .ap-blog-date::before {
  position: absolute;
  content: "";
  inset-inline-start: 150px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 178px;
  background: var(--color-border-primary);
}
@media (max-width: 575px) {
  .ap-blog-post.s-5 .ap-blog-date::before {
    width: 100px;
  }
}
.ap-blog-post.s-5 .ap-blog-title {
  font-size: 35px;
  margin-bottom: 24px;
  transition: var(--transition);
}
.ap-blog-post.s-5 .ap-blog-title:hover {
  color: var(--color-primary);
}
.ap-blog-post.s-5 .ap-blog-description {
  margin-bottom: 32px;
}
.ap-blog-post.s-6 .ap-blog-thumb {
  margin-bottom: 10px;
  overflow: hidden;
  height: 280px;
}
.ap-blog-post.s-6 .ap-blog-thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-blog-post.s-6 .ap-blog-thumb img {
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.ap-blog-post.s-6 .ap-blog-title {
  font-size: 22px;
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 15px;
  transition: var(--transition);
}
.ap-blog-post.s-6 .ap-blog-title:hover {
  color: var(--color-primary);
}
.ap-blog-post.s-6 .ap-blog-meta a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 10px 2px;
  background: var(--color-bg-primary);
  text-transform: uppercase;
}
.ap-blog-post.s-6 .ap-blog-meta a:hover {
  color: var(--color-white);
}
.ap-blog-post.s-6 .ap-icon-btn {
  text-transform: uppercase;
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
}
.ap-blog-post.s-7 .ap-blog-content p {
  margin-bottom: 15px;
  color: var(--color-white);
  opacity: 0.8;
}
.ap-blog-post.s-7 .ap-blog-title {
  font-size: 28px;
  font-family: var(--font-title-2);
  margin-bottom: 15px;
  transition: var(--transition);
}
.ap-blog-post.s-7 .ap-blog-title:hover {
  color: var(--color-primary);
}
.ap-blog-post.s-7 .ap-blog-thumb {
  height: 306px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post.s-7 .ap-blog-thumb {
    height: 100%;
  }
}
.ap-blog-post.s-7 .ap-blog-thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-blog-post.s-7 .ap-blog-thumb img {
  width: 100%;
  height: 100%;
}
.ap-blog-post.s-7 .ap-blog-meta {
  gap: 30px;
  margin-bottom: 10px;
}
.ap-blog-post.s-7 .ap-blog-meta li {
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
}
.ap-blog-post.s-7 .ap-blog-meta li a {
  color: var(--color-white);
  opacity: 0.8;
  transition: var(--transition);
}
.ap-blog-post.s-7 .ap-blog-meta li a:hover {
  opacity: 1;
}
.ap-blog-post.s-7 .ap-blog-meta li i {
  color: var(--color-white);
}
.ap-blog-post.s-7 .ap-blog-btn .ap-icon-btn {
  opacity: 0.8;
}
.ap-blog-post.s-7 .ap-blog-btn .ap-icon-btn:hover {
  color: var(--color-white);
  opacity: 1;
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.tagcloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tagcloud a {
  font-size: 16px !important;
  font-weight: 500;
  border: 1px solid var(--color-border-primary);
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 36px;
  position: relative;
  transition: var(--transition);
}
.tagcloud a:hover {
  color: #FFFFFF;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.ap-blog-meta-list {
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 20px 20px;
  flex-wrap: wrap;
}

.ap-blog-meta-item {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.ap-blog-meta-item:hover {
  color: var(--color-white);
}

.ap-blog-details-title {
  font-size: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-blog-details-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-details-title {
    font-size: 36px;
  }
}
.ap-blog-details-thumb img {
  width: 100%;
  height: 100%;
}
.ap-blog-details-meta {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid var(--color-border-primary);
  border-bottom: 1px solid var(--color-border-primary);
  padding-block: 20px;
  margin-bottom: 50px;
}
.ap-blog-details-meta-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ap-blog-details-meta-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--color-white);
  background: var(--color-bg-primary);
  font-size: 18px;
  transition: var(--transition);
}
.ap-blog-details-meta-social a:hover {
  color: #FFFFFF;
  background: var(--color-primary);
}
.ap-blog-details-meta-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ap-blog-details-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-details-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ap-postbox-single-title {
  font-size: 42px;
  margin-bottom: 35px;
}

/* Post Author */
.ap-blog-post-author-box {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-blog-post-author-box {
    flex-wrap: wrap;
  }
}
.ap-blog-post-author-thumb {
  width: 140px;
  min-width: 140px;
  height: 140px;
  border-radius: 100%;
}
.ap-blog-post-author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.ap-blog-post-author-name {
  font-size: 26px;
  margin-bottom: 7px;
}
.ap-blog-post-author-role {
  font-size: 16px;
  color: var(--color-text-2);
  margin-bottom: 10px;
}
.ap-blog-post-author-bio {
  margin-bottom: 0;
}

/* post comment */
.ap-postbox-comment {
  margin-bottom: 50px;
}
.ap-postbox-comment .children {
  padding-inline-start: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-postbox-comment .children {
    padding-inline-start: 30px;
  }
}
@media (max-width: 575px) {
  .ap-postbox-comment .children {
    padding-inline-start: 20px;
  }
}
.ap-postbox-comment li {
  list-style: none;
}
.ap-postbox-comment-box {
  display: flex;
  align-items: start;
  gap: 30px;
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .ap-postbox-comment-box {
    flex-wrap: wrap;
  }
}
.ap-postbox-comment-avatar {
  flex: 0 0 auto;
}
.ap-postbox-comment-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.ap-postbox-comment-content {
  width: 100%;
}
.ap-postbox-comment-content p {
  margin-bottom: 20px;
}
.ap-postbox-comment-content-meta {
  display: inline-block;
  margin-bottom: 10px;
}
.ap-postbox-comment-author .title {
  font-size: 26px;
  margin-bottom: 10px;
}
.ap-postbox-comment-author .comment-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-text);
  display: inline-block;
  margin-bottom: 4px;
}
.ap-postbox-comment-reply a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: var(--fw-medium);
  line-height: 1;
  color: var(--color-primary);
  background: var(--color-bg-primary);
  border-radius: 4px;
  width: 67px;
  height: 28px;
  transition: var(--transition);
}
.ap-postbox-comment-reply a:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/* Comment Form */
.ap-floating-form-input {
  position: relative;
}
.ap-floating-form-input input {
  background-color: transparent;
}
.ap-floating-form-input input:focus ~ .ap-floating-input {
  top: 0;
  inset-inline-start: 20px;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-body);
  padding: 0px 10px;
}
.ap-floating-form-input input:not(:focus):valid ~ .ap-floating-input {
  top: 0;
  inset-inline-start: 20px;
  font-size: 18px;
  font-weight: 400;
  background-color: var(--color-body);
  padding: 0px 10px;
}
.ap-floating-form-input .ap-floating-input {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  color: var(--color-text);
}
.ap-floating-form-input textarea {
  height: 220px;
  padding: 22px 20px;
  resize: none;
  background: transparent;
}
.ap-floating-form-input textarea:focus ~ .ap-floating-textarea {
  top: -12px;
  inset-inline-start: 20px;
  padding: 0px 10px;
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--color-body);
}
.ap-floating-form-input textarea:not(:focus):valid ~ .ap-floating-textarea {
  top: -12px;
  inset-inline-start: 20px;
  padding: 0px 10px;
  font-size: 18px;
}
.ap-floating-form-input .ap-floating-textarea {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 20px;
  transition: 0.2s ease all;
  color: var(--color-text);
}

.ap-blog-single-post blockquote,
.ap-blog-blockquote blockquote {
  padding: 100px 40px 40px 40px;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}
.ap-blog-single-post blockquote::before,
.ap-blog-blockquote blockquote::before {
  position: absolute;
  content: url(../images/icon/blockquote-icon.svg);
  inset-block-start: 40px;
  inset-inline-start: 40px;
}
.ap-blog-single-post blockquote p,
.ap-blog-blockquote blockquote p {
  color: var(--color-white);
  font-size: 20px;
  font-family: var(--font-title-2);
  text-transform: uppercase;
  margin-top: 15px;
}
.ap-blog-single-post blockquote cite,
.ap-blog-blockquote blockquote cite {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--color-primary);
  position: relative;
  padding-inline-start: 50px;
}
.ap-blog-single-post blockquote cite::before,
.ap-blog-blockquote blockquote cite::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  inset-inline-start: 0px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
}

.ap-blog-gallery-navigation {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
  inset-inline-start: 30px;
}
.ap-blog-gallery-navigation button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-primary);
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.ap-blog-gallery-navigation button:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

/*----------------------------------------*/
/*  3.2.4 Recent Post css
/*----------------------------------------*/
.rc-post-wrap .rc-post {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rc-post-wrap .rc-post {
    flex-direction: column;
  }
}
.rc-post-wrap .rc-post:not(:last-child) {
  margin-bottom: 20px;
}
.rc-post-wrap .rc-post-thumb {
  width: 140px;
  min-width: 140px;
  height: 140px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rc-post-wrap .rc-post-thumb {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
}
.rc-post-wrap .rc-post-thumb img {
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.rc-post-wrap .rc-post-thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.rc-post-wrap .rc-post-title {
  font-size: 20px;
  color: var(--color-white);
  transition: var(--transition);
  margin-bottom: 8px;
}
.rc-post-wrap .rc-post-title:hover {
  color: var(--color-primary);
}
.rc-post-wrap .rc-post-date {
  color: var(--color-text-2);
  font-size: 16px;
}
.rc-post-wrap .rc-post-category a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 10px 2px;
  background: var(--color-bg-primary);
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: var(--transition);
}
.rc-post-wrap .rc-post-category a:hover {
  color: var(--color-white);
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.ap-widget-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.ap-sidebar-search-form {
  position: relative;
}
.ap-sidebar-search-form input {
  width: 100%;
  background-color: var(--color-bg-primary);
  height: 50px;
  padding-inline-start: 20px;
  padding-inline-end: 55px;
}
.ap-sidebar-search-form input:focus {
  border-color: var(--color-primary);
}
.ap-sidebar-search-form button {
  font-size: 20px;
  color: var(--color-primary);
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  transition: var(--transition);
}

.widget_categories ul li {
  list-style: none;
}
.widget_categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.widget_categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-border-primary);
  padding: 9px 18px 8px;
  transition: var(--transition);
  font-size: 16px;
  font-weight: var(--fw-medium);
}
.widget_categories ul li a:hover {
  color: var(--color-primary);
}

.widget_list ul li {
  list-style: none;
}
.widget_list ul li a {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  transition: all 0.3s linear;
  width: 100%;
  background-color: var(--color-bg-primary);
}
.widget_list ul li a i {
  transition: all 0.3s ease-in-out;
}
.widget_list ul li:not(:last-child) {
  margin-bottom: 12px;
}
.widget_list ul li:hover a, .widget_list ul li.active a {
  background-color: var(--color-primary);
  color: #FFFFFF;
}

.widget_cta .content {
  position: absolute;
  top: 30px;
  width: 85%;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.widget_cta .thumb {
  position: relative;
}
.widget_cta .thumb::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: var(--color-bg-primary);
  opacity: 0.7;
}
.widget_cta .thumb img {
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/*  3.3.1 Cart css
/*----------------------------------------*/
.ap-cart-content {
  margin-inline-end: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-cart-content {
    margin-inline-end: 0;
  }
}
.ap-cart-table {
  margin-bottom: 15px;
}
.ap-cart-table thead tr th {
  font-family: var(--font-title);
  font-size: 18px;
  color: var(--color-white);
}
.ap-cart-table tbody tr td {
  font-family: var(--font-title);
  font-size: 18px;
  color: var(--color-white);
}
.ap-cart-thumb {
  width: 105px;
}
.ap-cart-thumb img {
  width: 80px;
  height: 80px;
}
.ap-cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.ap-cart-coupon-input {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ap-cart-coupon-input {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.removeRow {
  color: red;
}

/*----------------------------------------*/
/*  3.3.2 Checkout CSS
/*----------------------------------------*/
.ap-checkout-verify-reveal {
  font-size: 16px;
  color: var(--color-white);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed var(--color-white);
  padding: 12px 25px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}
.ap-checkout-verify-reveal button {
  color: var(--color-primary);
}
.ap-checkout-input input, .ap-checkout-input textarea {
  width: 100%;
}

.ap-return-customer {
  display: none;
  margin-top: 25px;
  padding: 40px 40px;
  background-color: var(--color-bg-primary);
}
@media (max-width: 575px) {
  .ap-return-customer {
    padding: 40px 30px;
  }
}
.ap-return-customer-input {
  margin-bottom: 20px;
}
.ap-return-customer-input label {
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 10px;
}
.ap-return-customer-remember input {
  display: none;
}
.ap-return-customer-remember input:checked ~ label::after {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.ap-return-customer-remember input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.ap-return-customer-remember label {
  font-size: 15px;
  color: var(--color-white);
  position: relative;
  padding-inline-start: 26px;
  z-index: 1;
}
.ap-return-customer-remember label::after {
  position: absolute;
  content: "";
  top: 2px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--color-border-primary);
  z-index: -1;
  transition: all 0.2s linear;
  border-radius: 3px;
}
.ap-return-customer-remember label::before {
  position: absolute;
  content: "\e902";
  font-family: "icomoon" !important;
  top: 3px;
  inset-inline-start: 0px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--color-white);
  transition: all 0.2s linear;
  font-size: 14px;
}
.ap-return-customer-remember label:hover {
  cursor: pointer;
}
.ap-return-customer-remember label a:hover {
  color: var(--color-primary);
}
.ap-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--color-primary);
  position: relative;
  display: inline-block;
}
.ap-return-customer-forgot a::after {
  position: absolute;
  content: "";
  inset-inline-start: auto;
  inset-inline-end: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--color-primary);
}
.ap-return-customer-forgot a:hover::after {
  inset-inline-start: 0;
  inset-inline-end: auto;
  width: 100%;
}

.create-account {
  display: none;
}

#ship-box-info {
  display: none;
}

.ap-section-faq .accordion-item {
  margin-bottom: 25px;
  color: var(--color-white);
  background: var(--color-bg-primary);
  box-shadow: none;
  border: none;
  border-radius: 0px;
}
.ap-section-faq .accordion-button {
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-title);
  text-transform: capitalize;
  border-radius: 0px !important;
  color: var(--color-white);
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
  padding: 20px 35px 20px 25px;
  margin-bottom: 0;
  outline: none;
}
.ap-section-faq .accordion-button:not(.collapsed) {
  position: relative;
}
.ap-section-faq .accordion-button:not(.collapsed)::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  inset-block-end: 0;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  height: 1px;
  background-color: var(--color-border-primary);
}
.ap-section-faq .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.ap-section-faq .accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin-inline-start: auto;
  content: "\e902";
  font-family: var(--font-icomoon);
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-end: 28px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: transparent;
  color: var(--color-white);
}
.ap-section-faq .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  width: 28px;
  height: 28px;
  background-color: transparent;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.ap-section-faq .accordion-body {
  padding: 30px 35px 30px 25px;
}
.ap-section-faq .accordion-body p {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  3.3.3 Shop CSS
/*----------------------------------------*/
/* Product Card Style 01 */
.ap-product-card {
  position: relative;
}
.ap-product-card.s-1 {
  position: relative;
}
.ap-product-card.s-1:hover .thumb img {
  transform: scale(1.05);
}
.ap-product-card.s-1:hover .ap-product-action {
  opacity: 1;
  visibility: visible;
}
.ap-product-card.s-1:hover .ap-product-action .ap-product-action-btn:nth-child(1) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ap-product-card.s-1:hover .ap-product-action .ap-product-action-btn:nth-child(2) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ap-product-card.s-1:hover .ap-product-action .ap-product-action-btn:nth-child(3) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ap-product-card.s-1:hover .ap-product-action .ap-product-action-btn:nth-child(4) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ap-product-card.s-1 .product-badge {
  display: inline-flex;
  background-color: var(--color-primary);
  color: #FFFFFF;
  padding: 5px 15px 4px;
  font-size: 16px;
  font-weight: var(--fw-semibold);
  position: absolute;
  inset-block-start: 30px;
  inset-inline-start: 30px;
  z-index: 3;
}
.ap-product-card.s-1 .title {
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
  font-family: var(--font-title-2);
  font-size: 26px;
}
.ap-product-card.s-1 .title:hover {
  color: var(--color-primary);
}
.ap-product-card.s-1 .price ins {
  text-decoration: none;
  font-size: 24px;
  color: var(--color-white);
  margin-inline-end: 2px;
}
.ap-product-card.s-1 .price del {
  font-size: 18px;
  color: var(--color-text);
}
.ap-product-card.s-1 .thumb-wrap {
  position: relative;
}
.ap-product-card.s-1 .thumb {
  margin-bottom: 25px;
  overflow: hidden;
}
.ap-product-card.s-1 .thumb img {
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.ap-product-card.s-2 {
  text-align: center;
}
.ap-product-card.s-2:hover .ap-product-thumb::before {
  opacity: 1;
  visibility: visible;
}
.ap-product-card.s-2:hover .ap-product-btn {
  opacity: 1;
  visibility: visible;
}
.ap-product-card.s-2 .ap-product-thumb-wrap {
  background: var(--color-bg-primary);
  padding: 42px 57px;
  margin-bottom: 40px;
  position: relative;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-product-card.s-2 .ap-product-thumb-wrap {
    padding: 30px 30px;
  }
}
.ap-product-card.s-2 .ap-product-thumb {
  position: relative;
  border: 10px double var(--color-rating);
  position: relative;
}
.ap-product-card.s-2 .ap-product-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: rgba(221, 53, 19, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.ap-product-card.s-2 .ap-product-thumb img {
  width: 100%;
  height: 100%;
}
.ap-product-card.s-2 .ap-product-title {
  font-size: 35px;
  margin-bottom: 10px;
  transition: var(--transition);
}
.ap-product-card.s-2 .ap-product-title:hover {
  color: var(--color-primary);
}
.ap-product-card.s-2 .ap-product-price {
  color: var(--color-text);
}
.ap-product-card.s-2 .ap-product-price ins {
  text-decoration: none;
  font-size: 18px;
  margin-inline-start: 3px;
  color: white;
}
.ap-product-card.s-2 .ap-product-price del {
  font-size: 16px;
  margin-inline-start: 2px;
}
.ap-product-card.s-2 .ap-product-btn {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.ap-product-card.s-3 {
  text-align: center;
}
.ap-product-card.s-3:hover .ap-product-thumb img {
  transform: scale(1.05);
}
.ap-product-card.s-3:hover .ap-product-action {
  opacity: 1;
  visibility: visible;
}
.ap-product-card.s-3:hover .ap-product-action .ap-product-action-btn:nth-child(1) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ap-product-card.s-3:hover .ap-product-action .ap-product-action-btn:nth-child(2) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ap-product-card.s-3:hover .ap-product-action .ap-product-action-btn:nth-child(3) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ap-product-card.s-3:hover .ap-product-action .ap-product-action-btn:nth-child(4) {
  transform: translateY(-5px);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ap-product-card.s-3 .ap-product-thumb {
  margin-bottom: 25px;
  overflow: hidden;
}
.ap-product-card.s-3 .ap-product-thumb img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: var(--transition);
}
.ap-product-card.s-3 .ap-product-title {
  margin-bottom: 10px;
}
.ap-product-card.s-3 .ap-product-price {
  color: var(--color-text);
}
.ap-product-card.s-3 .ap-product-price ins {
  text-decoration: none;
  font-size: 18px;
  margin-inline-start: 3px;
  color: white;
}
.ap-product-card.s-3 .ap-product-price del {
  font-size: 16px;
  margin-inline-start: 2px;
}

.ap-product-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.ap-product-action-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.9);
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: 0.3s;
}
.ap-product-action-btn:nth-child(1) {
  opacity: 0;
  transform: translateX(0px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-product-action-btn:nth-child(1) {
    opacity: 1;
  }
}
.ap-product-action-btn:nth-child(2) {
  opacity: 0;
  transform: translateX(0px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-product-action-btn:nth-child(2) {
    opacity: 1;
  }
}
.ap-product-action-btn:nth-child(3) {
  opacity: 0;
  transform: translateX(0px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-product-action-btn:nth-child(3) {
    opacity: 1;
  }
}
.ap-product-action-btn:nth-child(4) {
  opacity: 0;
  transform: translateX(0px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-product-action-btn:nth-child(4) {
    opacity: 1;
  }
}
.ap-product-action-btn:hover {
  color: var(--color-white);
  background-color: var(--color-bg-primary);
}
.ap-product-action-btn:hover .ap-product-tooltip {
  visibility: visible;
  opacity: 1;
  bottom: 52px;
}
.ap-product-action-btn i {
  font-size: 26px;
}
.ap-product-tooltip {
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 0 8px 2px 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s linear;
  height: 24px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ap-product-tooltip::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid var(--color-black);
  border-inline-start: 8px solid transparent;
  border-inline-end: 8px solid transparent;
}

.ap-product-nav button {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 30px;
  transform: translateY(-50%);
  z-index: 5;
}
.ap-product-nav button.ap-common-nav-next {
  inset-inline-start: auto;
  inset-inline-end: 30px;
}

.artistProductSlider {
  margin-inline-start: -115px;
  margin-inline-end: -115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .artistProductSlider {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}

.ap-artist-product-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.ap-artist-product-nav button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  z-index: 5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: var(--color-primary);
  border: 1px solid var(--color-white);
  background-color: transparent;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-product-nav button {
    width: 60px;
    height: 60px;
  }
}
[dir=rtl] .ap-artist-product-nav button i {
  transform: rotate(-180deg);
}
.ap-artist-product-nav button svg {
  width: 20px;
}
.ap-artist-product-nav button svg path {
  transition: var(--transition);
  fill: var(--color-white);
  stroke: var(--color-white);
}
.ap-artist-product-nav button svg rect {
  fill: var(--color-white);
  stroke: var(--color-white);
  transition: var(--transition);
}
.ap-artist-product-nav button:hover {
  background-color: var(--color-white);
  color: var(--color-white);
}
.ap-artist-product-nav button:hover svg path {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}
.ap-artist-product-nav button:hover svg rect {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

/* Product Details */
.ap-product-details-nav-thumb .swiper-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.ap-product-details-nav-thumb .swiper-wrapper .ap-product-details-thumb-nav {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  width: 120px;
  height: 120px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid var(--color-body);
}
@media (max-width: 575px) {
  .ap-product-details-nav-thumb .swiper-wrapper .ap-product-details-thumb-nav {
    width: 75px;
    height: 75px;
  }
}
.ap-product-details-nav-thumb .swiper-wrapper .ap-product-details-thumb-nav img {
  width: 100%;
  object-fit: cover;
}
.ap-product-details-nav-thumb .swiper-wrapper .swiper-slide-thumb-active .ap-product-details-thumb-nav {
  border-color: var(--color-primary);
}
.ap-product-details-nav-thumb .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.ap-product-details-navigation {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
  z-index: 2;
}
.ap-product-details-navigation button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-primary);
  color: var(--color-primary);
  font-size: 18px;
  transition: var(--transition);
  z-index: 9;
}
.ap-product-details-navigation button:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
.ap-product-details-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  color: #FFFFFF;
  padding: 0 15px;
  height: 30px;
  font-size: 18px;
}
.ap-product-details-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}
.ap-product-details-rating span {
  font-size: 16px;
  color: var(--color-rating);
}
.ap-product-details-review span {
  font-size: 16px;
  color: var(--color-text-2);
}
.ap-product-details-desc {
  margin-bottom: 30px;
}
.ap-product-details-price {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ap-product-details-price .price {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ap-product-details-price .price del {
  font-size: 22px;
  font-weight: var(--fw-medium);
  color: var(--color-text-2);
}
.ap-product-details-price .price ins {
  text-decoration: none;
  font-size: 28px;
  font-weight: var(--fw-medium);
  color: var(--color-primary);
  margin-inline-end: 2px;
}
.ap-product-details-price .percentage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-primary);
  color: var(--color-white);
  padding: 0 15px;
  height: 30px;
  font-size: 18px;
  font-weight: var(--fw-semibold);
}
.ap-product-details-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.ap-product-details-quantity {
  width: 200px;
  position: relative;
}
.ap-product-details-quantity .plus,
.ap-product-details-quantity .minus {
  width: 50px;
  height: 50px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--color-white);
  background-color: transparent;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  cursor: pointer;
  transition: all 0.3s 0s ease-out;
  transform: translateY(-50%);
}
.ap-product-details-quantity .cart-input[type=text] {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border: none;
  background-color: var(--color-bg-primary);
  color: var(--color-white);
  padding: 0px 50px;
}
.ap-product-details-quantity .plus {
  inset-inline-start: auto;
  inset-inline-end: 0px;
}
.ap-product-details-query-item {
  display: flex;
  align-items: center;
}
.ap-product-details-query-item p {
  margin-bottom: 0;
}
.ap-product-details-query-item span {
  color: var(--color-white);
  margin-inline-end: 10px;
  font-weight: var(--fw-medium);
}
.ap-product-details-query-item.tag a {
  font-weight: var(--fw-regular);
  border: 1px solid var(--color-border-primary);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 30px;
  transition: 0.3s;
  margin-inline-start: 5px;
  transition: var(--transition);
}
.ap-product-details-query-item.tag a:hover {
  color: #FFFFFF;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.ap-product-details-query .posted_in {
  color: var(--color-white);
  margin-inline-end: 10px;
  font-weight: var(--fw-medium);
}
.ap-product-details-query .posted_in a {
  font-weight: var(--fw-regular);
  margin-inline-start: 5px;
  color: var(--color-text);
  transition: var(--transition);
}
.ap-product-details-query .posted_in a:hover {
  color: var(--color-primary);
}
.ap-product-details-details-social span {
  color: var(--color-white);
  margin-inline-end: 10px;
  font-weight: var(--fw-medium);
}
.ap-product-details-details-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: var(--color-white);
  border: 1px solid var(--color-border-primary);
  transition: var(--transition);
}
.ap-product-details-details-social a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #FFFFFF;
}

/* post comment */
.ap-reviews-comment {
  margin-bottom: 50px;
}
.ap-reviews-comment .children {
  padding-inline-start: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-reviews-comment .children {
    padding-inline-start: 30px;
  }
}
@media (max-width: 575px) {
  .ap-reviews-comment .children {
    padding-inline-start: 20px;
  }
}
.ap-reviews-comment li {
  list-style: none;
}
.ap-reviews-comment-box {
  display: flex;
  align-items: start;
  gap: 30px;
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .ap-reviews-comment-box {
    flex-wrap: wrap;
  }
}
.ap-reviews-comment-avatar {
  flex: 0 0 auto;
}
.ap-reviews-comment-avatar img {
  width: 110px;
  height: 110px;
  border-radius: 8px;
}
.ap-reviews-comment-content {
  width: 100%;
}
.ap-reviews-comment-content p {
  font-size: 16px;
}
.ap-reviews-comment-ratings {
  font-size: 16px;
  color: var(--color-rating);
  margin-bottom: 10px;
}
.ap-reviews-comment-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .ap-reviews-comment-author {
    flex-wrap: wrap;
  }
}
.ap-reviews-comment-author .title {
  font-size: 18px;
}
.ap-reviews-comment-author time {
  font-size: 16px;
  color: var(--color-text-2);
}
.ap-reviews-comment-reply a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: var(--fw-medium);
  line-height: 1;
  color: var(--color-white);
  background: var(--color-bg-primary);
  width: 67px;
  height: 28px;
  transition: var(--transition);
}
.ap-reviews-comment-reply a:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
.ap-reviews-comment-form-rating {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ap-reviews-comment-form-rating label {
  color: var(--color-white);
  margin-bottom: 0 !important;
}
.ap-reviews-comment-form-rating .stars {
  font-size: 14px;
  color: var(--color-rating);
}

.pt-nav-tab-top .nav {
  border-bottom: 1px solid var(--color-border-primary);
  justify-content: start;
}
@media (max-width: 575px) {
  .pt-nav-tab-top .nav {
    flex-direction: column;
  }
}
.pt-nav-tab-top .nav-item {
  padding-right: 30px;
}
@media (max-width: 575px) {
  .pt-nav-tab-top .nav-item {
    padding-right: 0px;
  }
}
.pt-nav-tab-top .nav-link {
  font-size: 20px;
  color: var(--color-white);
  position: relative;
  padding: 0 0 15px 0;
}
.pt-nav-tab-top .nav-link:hover {
  color: var(--color-primary);
}
.pt-nav-tab-top .nav-link:hover::before {
  transform: scaleX(1);
  background-color: var(--color-primary);
}
.pt-nav-tab-top .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  inset-inline-start: 0;
  bottom: -1px;
  background-color: var(--color-primary);
}
@media (max-width: 575px) {
  .pt-nav-tab-top .nav-link::before {
    display: none;
  }
}
.pt-nav-tab-top .nav-link.active {
  color: var(--color-primary);
}
.pt-nav-tab-top .nav-link.active::before {
  transform: scaleX(1);
  background-color: var(--color-primary);
}

.pt-product-info-list li {
  color: var(--color-text);
  margin-inline-start: 35px;
  position: relative;
  list-style: none;
}
.pt-product-info-list li:not(:last-child) {
  margin-bottom: 16px;
}
.pt-product-info-list li::before {
  position: absolute;
  content: "";
  left: -35px;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  transform: rotate(45deg);
}

/*----------------------------------------*/
/*  3.4.2 Footer Style
/*----------------------------------------*/
/* Photographer */
.ap-photographer-footer-top {
  border-top: 1px solid var(--color-border-primary);
  border-bottom: 1px solid var(--color-border-primary);
  padding-top: 30px;
  padding-bottom: 30px;
}
.ap-photographer-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 3fr 1.5fr;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ap-photographer-footer-menu ul {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-footer-menu ul {
    gap: 30px;
  }
}
.ap-photographer-footer-menu ul li {
  list-style: none;
}
.ap-photographer-footer-menu ul li a {
  color: var(--color-white);
  font-size: 18px;
}
.ap-photographer-footer-menu ul li a:hover {
  color: var(--color-white);
}
.ap-photographer-footer-social {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.ap-photographer-footer-social a {
  color: var(--color-white);
  font-size: 20px;
}
.ap-photographer-footer-social a:hover {
  color: var(--color-white);
}

/* Photographer end */
.ap-developer-footer-wrapper {
  display: flex;
  gap: 30px 60px;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-border-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-footer-wrapper {
    flex-wrap: wrap;
  }
}

.ap-developer-footer-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-text);
  padding-bottom: 10px;
}

.ap-developer-footer-link {
  font-size: 28px;
  font-weight: 500;
  color: var(--color-white);
}

.ap-hover-zoom-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ap-hover-zoom-icon a {
  display: block;
  font-size: 28px;
  color: var(--color-white);
  transition: all 0.3s;
}

.ap-developer-footer-social a:hover {
  color: var(--color-primary);
}

.ap-footer-widget-logo {
  margin-bottom: 22px;
}
.ap-footer-widget-logo .light-logo {
  display: none;
}

.ap-footer-widget-logo img {
  max-width: 160px;
}

.ap-footer-widget-description {
  font-size: 18px;
  color: var(--color-white);
  margin-bottom: 30px;
}

.ap-footer-col-1 {
  margin-inline-end: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-footer-col-1 {
    margin-inline-end: 0px;
  }
}

.ap-footer-col-2 {
  margin-inline-start: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-footer-col-2 {
    margin-inline-start: 0px;
  }
}

.ap-footer-col-3 {
  margin-inline-start: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-footer-col-3 {
    margin-inline-start: 0px;
  }
}

.ap-footer-col-4 {
  margin-inline-start: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-footer-col-4 {
    margin-inline-start: 0px;
  }
}

.ap-footer-widget-title {
  color: var(--color-white);
  font-size: 24px;
  margin-bottom: 22px;
}

.ap-footer-widget-link ul li {
  list-style: none;
}
.ap-footer-widget-link ul li:not(:last-child) {
  margin-bottom: 8px;
}
.ap-footer-widget-link ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: var(--fw-medium);
  position: relative;
  transition: 0.3s ease-in-out;
}
.ap-footer-widget-link ul li a:hover {
  color: var(--color-white);
  opacity: 1;
}

/*----------------------------------------*/
/*  3.4.1 Copyright Style
/*----------------------------------------*/
.ap-footer-copyright {
  border-top: 1px solid var(--color-border-primary);
}

.ap-footer-copyright-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 20px;
}
.ap-footer-copyright-content a {
  color: var(--color-white);
  transition: var(--transition);
}
.ap-footer-copyright-content a:hover {
  color: var(--color-primary);
}

.ap-footer-copyright-text {
  color: var(--color-white);
  font-size: 16px;
}

/*----------------------------------------*/
/*  3.5.1 Header Common Style 
/*----------------------------------------*/
.ap-header-area {
  position: relative;
  z-index: 5;
}
.ap-header-logo .light-logo {
  display: none;
}
.ap-header-three {
  background: #018DBE;
}
.ap-header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-header-right {
    gap: 0 15px;
  }
}
.ap-header-bg {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  backdrop-filter: blur(6px);
}
.ap-header-bg .ap-main-menu li a {
  color: var(--color-white);
}
.ap-header-bg .ap-main-menu li a.active {
  color: var(--color-white);
}
.ap-header-bg .ap-main-menu > ul > li:hover > a {
  color: var(--color-white);
}
.ap-header-bg .ap-header-btn .ap-header-link {
  color: var(--color-white);
}
.ap-header-bg .ap-header-btn .ap-header-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.ap-header-bg .ap-sidebar-toggle-icon span {
  background: var(--color-white);
}
.ap-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  padding: 0 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-header-inner {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-header-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-header-inner {
    padding: 0 20px;
  }
}
.ap-header-btn {
  display: flex;
  align-items: center;
  gap: 0 38px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-header-btn {
    display: none;
  }
}
.ap-header-btn .ap-header-link {
  font-size: 18px;
  font-weight: var(--fw-medium);
  display: flex;
  align-items: center;
  gap: 0 6px;
  color: rgba(34, 34, 34, 0.9);
  transition: all 0.3s ease-in-out;
}
.ap-header-btn .ap-header-link:hover {
  color: var(--color-primary);
}
.ap-header-logo {
  padding: 17px 0px 18px 0;
  line-height: 1;
}
.ap-header-logo img {
  max-width: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-header-logo img {
    max-width: 100px;
  }
}
.ap-header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 15px 6px;
  background-color: var(--color-primary);
}
.ap-header-top .title {
  color: var(--color-white);
  line-height: 1.5;
}
.ap-header-sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running apFadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running apFadeInDown;
  transition: 0.9s;
  background-color: var(--color-bg-primary);
}
.ap-header-sticky.ap-header-dark .change-theme {
  color: var(--color-white);
}
.ap-header-sticky.ap-header-dark .ap-sidebar-toggle-icon span {
  background: var(--color-white);
}

/* Header Bar icon */
.ap-sidebar-toggle-icon {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  transition: color 0.2s ease-out;
  cursor: pointer;
  width: 62px;
  height: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-sidebar-toggle-icon {
    width: 42px;
  }
}
.ap-sidebar-toggle-icon span {
  width: 62px;
  height: 2px;
  background: var(--color-white);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-inline-end: auto;
  margin-inline-end: 0;
}
.ap-sidebar-toggle-icon span:nth-child(1) {
  transition: all 0.3s linear;
}
.ap-sidebar-toggle-icon span:nth-child(2) {
  transition: all 0.3s linear;
}
.ap-sidebar-toggle-icon span:nth-child(3) {
  transition: all 0.3s linear;
}
.ap-sidebar-toggle-icon:hover span {
  width: 100%;
}
.ap-sidebar-toggle-icon:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.ap-sidebar-toggle-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}

/*----------------------------------------*/
/*  3.5.2 Header Dark Style
/*----------------------------------------*/
/* HEADER CSS */
/*----------------------------------------*/
/*  3.6.1 artist css
/*----------------------------------------*/
/* Hero CSS Start */
.ap-artist-hero-wrapper {
  padding-left: 167px;
  padding-right: 167px;
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-artist-hero-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
  }
}
.ap-artist-hero-title {
  font-size: 220px;
  line-height: 1;
  font-family: var(--font-title-2);
}
@media (min-width: 1801px) and (max-width: 1900px) {
  .ap-artist-hero-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-artist-hero-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-artist-hero-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-artist-hero-title {
    font-size: 160px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-artist-hero-title {
    font-size: 120px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.ap-artist-hero-title .title-2 {
  padding-inline-start: 332px;
  color: var(--color-primary);
  display: block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-artist-hero-title .title-2 {
    padding-inline-start: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-title .title-2 {
    padding-inline-start: 0px;
  }
}
.ap-artist-hero-title .title-3 {
  padding-inline-start: 152px;
  position: relative;
  z-index: 2;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-title .title-3 {
    padding-inline-start: 0px;
  }
}
.ap-artist-hero-thumb-wrap {
  text-align: center;
  margin-top: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-thumb-wrap {
    margin-top: 0px;
  }
}
.ap-artist-hero-thumb-wrap .thumb {
  position: relative;
}
.ap-artist-hero-thumb-wrap .thumb::before {
  position: absolute;
  content: "";
  width: 570.02px;
  height: 184.35px;
  background: #969C83;
  inset-inline-start: 50%;
  inset-block-end: 0;
  transform: translateX(-50%);
  z-index: -1;
  filter: blur(46.5px);
  border-radius: 100%;
}
.ap-artist-hero-description {
  position: absolute;
  top: 13.6%;
  right: 258px;
  width: 333px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-artist-hero-description {
    right: 150px;
    top: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-artist-hero-description {
    right: auto;
    top: auto;
    position: inherit;
    width: 600px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-description {
    right: auto;
    top: auto;
    position: inherit;
    width: 100%;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
.ap-artist-hero-description p {
  margin-bottom: 0;
}
.ap-artist-hero-meta {
  position: absolute;
  top: 25%;
  left: 12.65%;
  width: 240px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-artist-hero-meta {
    top: 23%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-meta {
    left: auto;
    top: auto;
    position: inherit;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
.ap-artist-hero-meta .tooltip-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-hero-meta .tooltip-wrap {
    justify-content: center;
  }
}
.ap-artist-hero-meta .tooltip-wrap img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.ap-artist-hero-meta .tooltip-wrap .tooltip-2 {
  margin-inline-start: -10px;
}
.ap-artist-hero-meta .tooltip-wrap .tooltip-3 {
  margin-inline-start: -10px;
}

/* Hero CSS End */
/* About CSS Start */
.ap-artist-about-wrapper {
  display: flex;
  align-items: center;
  gap: 4.167%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-artist-about-wrapper {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-about-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.ap-artist-about-thumb {
  width: 45.156%;
  height: 750px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-artist-about-thumb {
    width: 50%;
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-about-thumb {
    width: 100%;
    height: 100%;
  }
}
.ap-artist-about-thumb img {
  width: 100%;
  height: 100%;
}
.ap-artist-about-content {
  width: 35.052%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-artist-about-content {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-artist-about-content {
    width: 100%;
    padding-inline: 20px;
    text-align: center;
  }
}

/* About CSS End */
/* Newsletter CSS Start */
.ap-newsletter-wrapper .ap-input-field {
  margin-bottom: 30px;
}
.ap-newsletter-wrapper .ap-newsletter-btn {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  font-size: 32px;
  font-weight: var(--fw-bold);
  font-family: var(--font-title);
  padding-block: 6px 12px;
  line-height: 1.5;
  padding-inline: 50px 50px;
  background: var(--color-primary);
  border-radius: 5px;
  overflow: hidden;
  transition: var(--transition);
  width: 300px;
}
.ap-newsletter-wrapper .ap-newsletter-btn:hover::before {
  height: 100%;
}
.ap-newsletter-wrapper .ap-newsletter-btn::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 6px;
  inset-inline-start: 0;
  inset-block-end: 0px;
  background: var(--color-secondary);
  transition: var(--transition);
}

/* Newsletter CSS Start */
/* Contact CSS Start */
.ap-artist-contact-area {
  background: var(--color-primary);
  padding-block: 3px 10px;
}

/* Contact CSS Start */
/*----------------------------------------*/
/*  3.6.2 developer css
/*----------------------------------------*/
/* Hero CSS Start */
.ap-developer-hero-wrapper {
  padding-left: 80px;
  padding-right: 120px;
  padding-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 120px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .ap-developer-hero-wrapper {
    padding-right: 80px;
    gap: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-developer-hero-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    gap: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-developer-hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
    padding-top: 100px;
  }
}
.ap-developer-hero-title {
  font-size: 115px;
  font-weight: var(--fw-bold);
  font-family: var(--font-title-3);
  line-height: 1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-developer-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-developer-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-developer-hero-title {
    font-size: 80px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-title {
    font-size: 60px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.ap-developer-hero-title .title-2 {
  color: var(--color-primary);
  display: block;
}
.ap-developer-hero-title .title-3 {
  padding-inline-start: 270px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-title .title-3 {
    padding-inline-start: 0px;
  }
}
.ap-developer-hero-title .title-5 {
  color: var(--color-primary);
}
.ap-developer-hero-thumb {
  max-height: 860px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-thumb {
    max-height: 100%;
  }
}
.ap-developer-hero-thumb img {
  width: 100%;
  height: 100%;
}
.ap-developer-hero-content {
  margin-top: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-content {
    margin-top: 0;
    text-align: center;
  }
}
.ap-developer-hero-btn {
  margin-top: -23%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-btn {
    margin-top: 0;
  }
}
.ap-developer-hero-project {
  position: absolute;
  right: 150px;
  top: 160px;
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 52px 50px;
  background: var(--color-bg-primary);
  border-radius: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-developer-hero-project {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-developer-hero-project {
    right: 50px;
    top: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-project {
    display: none;
  }
}
.ap-developer-hero-project .count {
  font-size: 42px;
  font-family: var(--font-title-2);
  color: var(--color-white);
  line-height: 1;
  margin-bottom: 5px;
}
.ap-developer-hero-project .title {
  font-size: 22px;
  font-family: var(--font-title-2);
  color: var(--color-white);
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.ap-developer-hero-shape {
  position: absolute;
  inset-inline-start: 127px;
  inset-block-start: 282px;
  -webkit-animation: apSpinner 15s infinite linear;
  animation: apSpinner 15s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-developer-hero-shape {
    inset-inline-start: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-developer-hero-shape {
    inset-inline-start: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-hero-shape {
    display: none;
  }
}

/* Hero CSS End */
/* About CSS Start */
.ap-developer-about-area {
  background: var(--color-bg-primary);
  padding-block: 40px 40px;
}
.ap-developer-about-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-developer-about-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-about-wrap {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.ap-developer-about-wrap .experience {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 260px;
  min-width: 260px;
}
.ap-developer-about-wrap .experience .count {
  font-size: 70px;
  font-family: var(--font-title-3);
  font-weight: var(--fw-bold);
  color: var(--color-white);
  line-height: 1;
  display: flex;
  align-items: end;
}
.ap-developer-about-wrap .experience .count .prefix {
  font-size: 16px;
  color: var(--color-text);
  display: block;
  margin-bottom: 15px;
}
.ap-developer-about-wrap .experience .title {
  font-size: 22px;
  font-family: var(--font-title-3);
  font-weight: var(--fw-bold);
  color: var(--color-white);
  line-height: 1.2;
}
.ap-developer-about-wrap .intro {
  width: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-about-wrap .intro {
    width: 100%;
  }
}
.ap-developer-about-wrap .intro p {
  color: var(--color-white);
  margin-bottom: 0;
}
.ap-developer-about-wrap .intro p span {
  color: var(--color-primary);
  font-weight: var(--fw-medium);
}
.ap-developer-about-wrap .read-more {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 140px;
}

/* About CSS End */
/* Portfolio CSS Start */
.ap-developer-portfolio-wrapper {
  padding-inline: 10% 10%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-developer-portfolio-wrapper {
    padding-inline: 5% 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-developer-portfolio-wrapper {
    padding-inline: 20px 20px;
  }
}

/* Portfolio CSS Start */
/*----------------------------------------*/
/*  3.6.3 doctor css
/*----------------------------------------*/
/* Hero CSS Start */
.ap-doctor-banner-area {
  min-height: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--color-doctor-bg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-banner-area {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    text-align: center;
    padding-top: 150px;
    padding-inline: 30px 30px;
  }
}
.ap-doctor-banner-content {
  padding-left: 5.21%;
  width: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-banner-content {
    padding-left: 0;
    width: 100%;
  }
}
.ap-doctor-banner-title {
  color: var(--color-white);
  font-size: clamp(52px, 8vw, 120px);
  font-family: var(--font-title-2);
  line-height: 1;
  margin-bottom: 25px;
}
.ap-doctor-banner-intro {
  color: var(--color-white);
  width: 600px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-doctor-banner-intro {
    margin-inline: auto auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-banner-intro {
    width: 100%;
    margin-inline: auto auto;
  }
}
.ap-doctor-banner-thumb {
  position: absolute;
  inset-inline-end: 5%;
  inset-block-end: 0px;
  width: 650px;
  height: 920px;
  max-height: 920px;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-doctor-banner-thumb {
    inset-inline-end: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-banner-thumb {
    position: initial;
    inset-inline-end: 0;
    inset-block-end: 0px;
    width: auto;
    height: auto;
    max-height: 100%;
  }
}
.ap-doctor-banner-thumb img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-banner-shape {
    display: none;
  }
}
.ap-doctor-banner-bg {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  z-index: -1;
  opacity: 0.15;
}
.ap-doctor-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-doctor-banner-line-shape {
  position: absolute;
  inset-block-end: 150px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.ap-doctor-banner-shape-1 {
  position: absolute;
  inset-block-start: 130px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}
.ap-doctor-banner-shape-2 {
  position: absolute;
  inset-block-end: 500px;
  inset-inline-start: 60%;
  opacity: 0.2;
}

/* Hero CSS End */
/* Info CSS Start */
.ap-doctor-info-area {
  background-color: #018DBE;
}
.ap-doctor-info-wrapper {
  padding-inline-start: 10.16%;
  padding-inline-end: 10.16%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4.31%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-doctor-info-wrapper {
    padding-inline-start: 5%;
    padding-inline-end: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-info-wrapper {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.ap-doctor-info-wrapper .contact-info {
  width: 20.26%;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-doctor-info-wrapper .contact-info {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-info-wrapper .contact-info {
    width: 100%;
    text-align: center;
  }
}
.ap-doctor-info-wrapper .contact-info li {
  color: var(--color-white);
  margin-bottom: 15px;
}
.ap-doctor-info-wrapper .contact-info .social {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--color-white);
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-info-wrapper .contact-info .social {
    justify-content: center;
  }
}
.ap-doctor-info-wrapper .appointment-info {
  width: 35.95%;
  background-color: var(--color-white);
  padding: 68px 68px;
  height: 455px;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-doctor-info-wrapper .appointment-info {
    padding: 68px 68px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-doctor-info-wrapper .appointment-info {
    padding: 40px 40px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-doctor-info-wrapper .appointment-info {
    width: 48%;
    padding: 30px 30px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-info-wrapper .appointment-info {
    width: 100%;
    padding: 30px 30px;
    height: auto;
    text-align: center;
  }
}
.ap-doctor-info-wrapper .appointment-info .title {
  font-size: 35px;
  font-family: var(--font-title-2);
  color: var(--color-body);
}
.ap-doctor-info-wrapper .appointment-info .description {
  color: var(--color-body);
  margin-bottom: 35px;
}
.ap-doctor-info-wrapper .appointment-info .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-inline: 40px;
  background-color: var(--color-doctor-bg);
  color: var(--color-white);
}
.ap-doctor-info-wrapper .appointment-info .shape {
  margin-top: 30px;
  margin-inline-start: 160px;
}
@media (max-width: 1399px) {
  .ap-doctor-info-wrapper .appointment-info .shape {
    display: none;
  }
}
.ap-doctor-info-wrapper .opening-info {
  width: 35.16%;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-info-wrapper .opening-info {
    width: 100%;
    text-align: center;
  }
}
.ap-doctor-info-wrapper .opening-info .opening-time {
  border-top: 1px solid var(--color-border-primary);
}
.ap-doctor-info-wrapper .opening-info .opening-time li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 20px;
  border-bottom: 1px solid var(--color-border-primary);
}
.ap-doctor-info-wrapper .opening-info .opening-time li span {
  font-size: 18px;
  color: var(--color-white);
}
.ap-doctor-info-wrapper .title {
  font-size: 35px;
  font-family: var(--font-title-2);
  margin-bottom: 27px;
}
.ap-doctor-info-wrapper li {
  list-style: none;
}

/* Info CSS End */
/* About CSS Start */
.ap-doctor-about-thumb {
  margin-inline-end: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-doctor-about-thumb {
    margin-inline-end: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-about-thumb {
    margin-inline-end: 0px;
    text-align: center;
  }
}
.ap-doctor-about-content {
  margin-inline-start: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-doctor-about-content {
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-about-content {
    margin-inline-start: 0px;
    text-align: center;
  }
}
.ap-doctor-about-content .ap-about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  list-style: none;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-doctor-about-content .ap-about-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-about-content .ap-about-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-doctor-about-content .ap-about-list li {
  color: var(--color-white);
}

/* About CSS End */
/* Chamber CSS Start */
.ap-doctor-chamber-table table {
  width: 100%;
  min-width: 720px;
}
.ap-doctor-chamber-table thead {
  border-bottom: 1px solid var(--color-border-primary);
}
.ap-doctor-chamber-table thead th {
  font-size: 28px;
  font-weight: var(--fw-medium);
  color: var(--color-white);
  font-family: var(--font-title);
  padding-bottom: 27px;
}
.ap-doctor-chamber-table tbody tr {
  border-bottom: 1px solid var(--color-border-primary);
}
.ap-doctor-chamber-table tbody td {
  font-size: 18px;
  color: var(--color-white);
  padding-block: 25px 25px;
}

/* Chamber CSS End */
/* Achievements CSS Start */
.ap-doctor-achievements-wrap {
  border-top: 1px solid var(--color-border-primary);
}
.ap-doctor-achievements-item {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr;
  gap: 40px 100px;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px 20px;
  border-bottom: 1px solid var(--color-border-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-doctor-achievements-item {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-achievements-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 40px;
    text-align: center;
  }
}
.ap-doctor-achievements-item .subtitle {
  font-size: 16px;
  font-weight: var(--fw-medium);
  font-family: var(--font-title);
  margin-bottom: 15px;
  color: var(--color-white);
  display: block;
}
.ap-doctor-achievements-item .title {
  font-size: 35px;
  font-family: var(--font-title-2);
}
.ap-doctor-achievements-item .institute-box .name {
  font-size: 30px;
  font-family: var(--font-title-2);
  margin-bottom: 15px;
}
.ap-doctor-achievements-item .institute-box .description {
  color: var(--color-white);
  margin-bottom: 0px;
}

/* Achievements CSS End */
/* CTA CSS Start */
.ap-doctor-cta-thumb {
  margin-inline: 25px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-cta-thumb {
    margin-inline: 0px 0px;
  }
}
.ap-doctor-cta-content {
  margin-inline: 25px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-cta-content {
    margin-inline: 0px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-cta-content {
    text-align: center;
  }
}
.ap-doctor-cta-content .ap-section-icon {
  margin-bottom: 30px;
}
.ap-doctor-cta-content .ap-section-desc {
  color: var(--color-black);
  margin-bottom: 45px;
  width: 464px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-cta-content .ap-section-desc {
    width: 100%;
  }
}
.ap-doctor-cta-content .ap-doctor-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #0382AD;
  padding-block: 41px 42px;
  padding-inline: 45px 45px;
  margin-inline-start: -155px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-cta-content .ap-doctor-cta-btn {
    margin-inline-start: 0px;
    padding-block: 21px 22px;
    padding-inline: 25px 25px;
  }
}
.ap-doctor-cta-content .ap-doctor-cta-btn i {
  font-size: 53px;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-cta-content .ap-doctor-cta-btn i {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-cta-content .ap-doctor-cta-btn .content {
    text-align: start;
  }
}
.ap-doctor-cta-content .ap-doctor-cta-btn .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.ap-doctor-cta-content .ap-doctor-cta-btn .meta {
  font-size: 24px;
  font-family: var(--font-title);
  color: var(--color-white);
}

/* CTA CSS End */
/* Team CSS Start */
.ap-doctor-team-wrapper {
  border-top: 1px solid var(--color-border-primary);
}
.ap-doctor-team-item {
  display: grid;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px 30px;
  border-bottom: 1px solid var(--color-border-primary);
  position: relative;
  grid-template-columns: 3fr 1.5fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-doctor-team-item {
    grid-template-columns: 2.5fr 2fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-team-item {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
}
.ap-doctor-team-item.active .link a {
  transform: rotate(0deg);
}
.ap-doctor-team-item.active .ap-doctor-team-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.ap-doctor-team-item .name-wrapper .name {
  font-size: 35px;
  font-family: var(--font-title-2);
  color: var(--color-white);
  margin-bottom: 5px;
  transition: var(--transition);
}
.ap-doctor-team-item .name-wrapper .name:hover {
  color: var(--color-primary);
}
.ap-doctor-team-item .name-wrapper .designation {
  color: var(--color-white);
}
.ap-doctor-team-item .location-wrapper .location {
  font-size: 30px;
  font-family: var(--font-title-2);
  color: var(--color-white);
  margin-bottom: 5px;
}
.ap-doctor-team-item .location-wrapper .address {
  color: var(--color-white);
}
.ap-doctor-team-item .link {
  text-align: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-team-item .link {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-team-item .link {
    grid-row: 4;
    display: none;
  }
}
.ap-doctor-team-item .link a {
  font-size: 34px;
  color: var(--color-white);
  transform: rotate(-45deg);
  transition: 0.3s;
  display: inline-block;
}
.ap-doctor-team-item .ap-doctor-team-thumb {
  object-fit: cover;
  position: absolute;
  inset-inline-start: 25%;
  inset-block-start: -50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
  transform: scale(0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-doctor-team-item .ap-doctor-team-thumb {
    position: initial;
    inset-inline-start: 0;
    inset-block-start: 0px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.ap-doctor-team-item .ap-doctor-team-thumb img {
  max-width: 100%;
}
.ap-doctor-team-item:last-child .ap-doctor-team-thumb {
  inset-block-start: auto;
  inset-block-end: -50px;
}

/* Team CSS End */
/* Testimonial CSS Start */
.ap-doctor-testimonial {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-inline: 5.2083% 5.2083%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-doctor-testimonial {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 2.60415% 2.60415%;
  }
}
@media (max-width: 575px) {
  .ap-doctor-testimonial {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 15px 15px;
  }
}

/* Testimonial CSS End */
/*----------------------------------------*/
/*  3.6.4 fashion css
/*----------------------------------------*/
/* Video CSS Start */
.ap-fashion-video {
  position: relative;
}
.ap-fashion-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: rgba(0, 0, 0, 0.4);
}
.ap-fashion-video video {
  height: 100%;
  width: 100%;
}

/* Video CSS Start */
/* Hero CSS Start */
.ap-fashion-hero-content {
  width: 48%;
  text-align: center;
  position: absolute;
  z-index: 155;
  padding: 50px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(29, 29, 29, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-fashion-hero-content {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-fashion-hero-content {
    width: 65%;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-hero-content {
    width: 90%;
    bottom: 40px;
    padding: 40px;
  }
}
.ap-fashion-hero-title {
  font-size: 100px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-fashion-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-fashion-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-fashion-hero-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-hero-title {
    font-size: 42px;
  }
}
.ap-fashion-hero-desc {
  width: 550px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-hero-desc {
    width: 100%;
  }
}
.ap-fashion-hero-thumb {
  height: 920px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-fashion-hero-thumb {
    height: 720px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-hero-thumb {
    height: 700px;
  }
}
.ap-fashion-hero-thumb::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid rgb(190, 181, 181);
  transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  opacity: 0.2;
}
.ap-fashion-hero-thumb img {
  width: 100%;
  height: 100%;
}

/* Hero CSS End */
/* About CSS Start */
.ap-fashion-about-thumb {
  position: relative;
}
.ap-fashion-about-thumb img {
  width: 100%;
}
.ap-fashion-about-thumb::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid rgb(190, 181, 181);
  transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  opacity: 0.2;
}
.ap-fashion-about-content-wrapper {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-fashion-about-content-wrapper {
    margin-inline-start: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-about-content-wrapper {
    text-align: center;
    margin-inline-start: 0;
  }
}
.ap-fashion-about-list {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-about-list {
    text-align: start;
  }
}
.ap-fashion-about-list li {
  display: flex;
  gap: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-about-list li {
    gap: 20px 20px;
  }
}
.ap-fashion-about-list li:not(:last-child) {
  margin-bottom: 20px;
}
.ap-fashion-about-list span:nth-child(2n+1) {
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-about-list span:nth-child(2n+1) {
    width: 40%;
  }
}
.ap-fashion-about-list span:nth-child(2n+2) {
  color: var(--color-white);
  width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-about-list span:nth-child(2n+2) {
    width: 60%;
  }
}

/* About CSS End */
/* Service CSS Start */
.ap-fashion-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-fashion-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Service CSS Start */
/* Gallery CSS Start */
.ap-fashion-gallery-title-wrap {
  position: relative;
  z-index: 2;
  margin-block-end: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-fashion-gallery-title-wrap {
    margin-block-end: 50px;
  }
}
.ap-fashion-gallery-title {
  font-size: clamp(52px, 8vw, 130px);
}
.ap-fashion-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-fashion-gallery-wrapper {
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-gallery-wrapper {
    gap: 20px;
  }
}
.ap-fashion-gallery-thumb {
  position: relative;
  overflow: hidden;
}
.ap-fashion-gallery-thumb:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.ap-fashion-gallery-thumb a {
  position: relative;
  display: contents;
}
.ap-fashion-gallery-thumb a:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid rgb(190, 181, 181);
  transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  opacity: 0.2;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.ap-fashion-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.ap-fashion-gallery-thumb:nth-child(1), .ap-fashion-gallery-thumb:nth-child(6), .ap-fashion-gallery-thumb:nth-child(7) {
  grid-column: span 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-gallery-thumb:nth-child(1), .ap-fashion-gallery-thumb:nth-child(6), .ap-fashion-gallery-thumb:nth-child(7) {
    grid-column: inherit;
  }
}
.ap-fashion-gallery-thumb:nth-child(1) img, .ap-fashion-gallery-thumb:nth-child(6) img, .ap-fashion-gallery-thumb:nth-child(7) img {
  aspect-ratio: 100/50;
}

/* Gallery CSS Start */
/* Award CSS Start */
.ap-fashion-award-thumb-wrap {
  display: flex;
  align-items: end;
  gap: 4.924%;
}
.ap-fashion-award-thumb {
  position: relative;
}
.ap-fashion-award-thumb::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid rgb(190, 181, 181);
  transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  opacity: 0.2;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.ap-fashion-award-thumb img {
  width: 100%;
}
.ap-fashion-award-thumb:nth-child(1) {
  width: 26.894%;
}
.ap-fashion-award-thumb:nth-child(1)::before {
  border-radius: 167px 167px 0 0;
}
.ap-fashion-award-thumb:nth-child(1) img {
  border-radius: 167px 167px 0 0;
}
.ap-fashion-award-thumb:nth-child(2) {
  width: 36.364%;
}
.ap-fashion-award-thumb:nth-child(3) {
  width: 26.894%;
}
.ap-fashion-award-thumb:nth-child(3)::before {
  border-radius: 167px 167px 0 0;
}
.ap-fashion-award-thumb:nth-child(3) img {
  border-radius: 167px 167px 0 0;
}
.ap-fashion-award-title-wrap {
  position: relative;
  z-index: 1;
  margin-top: -185px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-award-title-wrap {
    margin-top: 30px;
  }
}
.ap-fashion-award-title {
  font-size: 130px;
  font-size: clamp(52px, 8vw, 130px);
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-award-title {
    margin-bottom: 0px;
  }
}
.ap-fashion-award-title .title-2 {
  margin-inline-start: 270px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-fashion-award-title .title-2 {
    margin-inline-start: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-award-title .title-2 {
    margin-inline-start: 0;
  }
}
.ap-fashion-award-item {
  display: grid;
  grid-template-columns: 10% 40% 40% 10%;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px 30px;
  border-bottom: 1px solid var(--color-bg-primary);
  position: relative;
  z-index: 1;
  background: transparent;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-award-item {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
}
.ap-fashion-award-item:first-child {
  border-top: 1px solid var(--color-bg-primary);
}
.ap-fashion-award-item:hover {
  background: var(--color-bg-primary);
  border-color: var(--color-bg-primary);
  padding: 30px 30px;
}
.ap-fashion-award-item:hover .ap-fashion-award-thumb {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.ap-fashion-award-item .sl-number,
.ap-fashion-award-item .name,
.ap-fashion-award-item .intro,
.ap-fashion-award-item .year {
  font-family: var(--font-body);
  font-size: 24px;
  color: var(--color-white);
  margin-bottom: 0;
  display: inline-block;
}
.ap-fashion-award-item .year {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-award-item .year {
    text-align: center;
  }
}
.ap-fashion-award-item .ap-fashion-award-thumb {
  position: absolute;
  inset-inline-end: 5%;
  inset-block-start: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
  transform: translateY(-50%) scale(0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-fashion-award-item .ap-fashion-award-thumb {
    display: none;
  }
}
.ap-fashion-award-item .ap-fashion-award-thumb img {
  max-width: 100%;
  max-height: 220px;
}

/* Award CSS Start */
/*----------------------------------------*/
/*  3.6.5 Home Shop css
/*----------------------------------------*/
/* Slider CSS Start */
.ap-shop-slider-area {
  position: relative;
  z-index: 1;
  padding-top: 121px;
}
.ap-shop-slider-bg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: calc(100vh - 120px);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.ap-shop-slider-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.ap-shop-slider-wrapper {
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}
.ap-shop-slider-content .title {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-shop-slider-content .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-shop-slider-content .title {
    font-size: 42px;
  }
}
.ap-shop-slider-content .desc {
  width: 650px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-shop-slider-content .desc {
    width: 100%;
  }
}
.ap-shop-slider-content .subtitle {
  display: inline-flex;
  margin-bottom: 15px;
  background: rgba(221, 53, 19, 0.6);
  color: var(--color-white);
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-inline: 15px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.ap-shop-slider-navigation {
  position: absolute;
  z-index: 5;
  inset-inline-end: 50px;
  inset-block-end: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-shop-slider-navigation {
    inset-inline-end: 40px;
    inset-block-end: 40px;
  }
}
.ap-shop-slider-navigation button {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-black);
  background: rgba(255, 255, 255, 0.5);
  transition: var(--transition);
}
.ap-shop-slider-navigation button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.shopSliderActive .swiper-slide-active .subtitle, .shopSliderActive .swiper-slide-active .title, .shopSliderActive .swiper-slide-active .desc, .shopSliderActive .swiper-slide-active .link {
  animation-fill-mode: both;
  animation-name: apFadeInUp;
}
.shopSliderActive .swiper-slide-active .subtitle {
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.shopSliderActive .swiper-slide-active .title {
  animation-delay: 1.2s;
  animation-duration: 0.7s;
}
.shopSliderActive .swiper-slide-active .desc {
  animation-delay: 1.3s;
  animation-duration: 0.8s;
}
.shopSliderActive .swiper-slide-active .link {
  animation-delay: 1.4s;
  animation-duration: 0.9s;
}
.shopSliderActive .swiper-slide-active .ap-shop-slider-bg {
  transform: scale(1.03);
}

/* Slider CSS End */
/* Category CSS Start */
.ap-shop-category-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-shop-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-shop-category-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-shop-category-item {
  position: relative;
  overflow: hidden;
}
.ap-shop-category-item:hover .thumb img {
  transform: scale(1.1);
}
.ap-shop-category-item .thumb {
  position: relative;
  overflow: hidden;
}
.ap-shop-category-item .thumb::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #0D1B2A 100%);
  z-index: 1;
}
.ap-shop-category-item .thumb img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 700ms ease, opacity 150ms ease-in;
}
.ap-shop-category-item .content {
  position: absolute;
  z-index: 2;
  inset-block-end: 50px;
  inset-inline-start: 50px;
  width: calc(100% - 100px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-shop-category-item .content {
    inset-block-end: 20px;
    inset-inline-start: 20px;
    width: calc(100% - 40px);
  }
}
.ap-shop-category-item .content .title {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-shop-category-item .content .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-shop-category-item .content .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-shop-category-item .content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-shop-category-item .content .title {
    font-size: 28px;
  }
}
.ap-shop-category-item .content .link {
  display: inline-flex;
  align-items: center;
  padding-inline: 30px;
  height: 50px;
  background: var(--color-white);
  color: var(--color-black);
  text-transform: uppercase;
  line-height: 1;
  transition: var(--transition);
}
.ap-shop-category-item .content .link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/* Category CSS End */
/* Slider CSS Start */
.ap-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-shop-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-shop-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ap-shop-product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Slider CSS End */
/* Offer CSS Start */
.ap-shop-offer-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-shop-offer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-shop-offer-item {
  overflow: hidden;
}
.ap-shop-offer-item:hover a img {
  transform: scale(1.02);
}
.ap-shop-offer-item a {
  overflow: hidden;
}
.ap-shop-offer-item a img {
  transition: transform 700ms ease, opacity 150ms ease-in;
}

/* Offer CSS End */
/* Featured CSS Start */
.ap-shop-featured-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-shop-featured-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ap-shop-featured-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-shop-featured-item {
  text-align: center;
}
.ap-shop-featured-item .icon {
  margin-bottom: 10px;
}
.ap-shop-featured-item .title {
  font-family: var(--font-title-2);
  margin-bottom: 10px;
}
.ap-shop-featured-item .description {
  margin-bottom: 0;
}

/* Featured CSS End */
/*----------------------------------------*/
/*  3.6.6 Photographer css
/*----------------------------------------*/
/* Hero CSS Start */
.ap-photographer-hero-area {
  padding-top: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-photographer-hero-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-area {
    padding-top: 80px;
  }
}
.ap-photographer-hero-wrapper {
  position: relative;
  margin-bottom: 50px;
  margin-top: 60px;
  padding-inline: 12.5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-photographer-hero-wrapper {
    padding-inline: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-wrapper {
    margin-top: 50px;
    padding-inline: 5%;
  }
}
.ap-photographer-hero-slide-item {
  position: relative;
}
.ap-photographer-hero-slide-title-wrap {
  position: absolute;
  left: 0;
  top: -30px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.ap-photographer-hero-slide-title {
  font-family: var(--font-title-3);
  font-weight: var(--fw-bold);
  line-height: 1;
}
.ap-photographer-hero-slide-thumb {
  min-height: 820px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.ap-photographer-hero-slide-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-photographer-hero-slide-thumb {
    min-height: 620px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-photographer-hero-slide-thumb {
    min-height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-slide-thumb {
    min-height: 480px;
  }
}
.ap-photographer-hero-bottom-wrapper {
  display: grid;
  grid-template-columns: 15% 40% 15%;
  justify-content: space-around;
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-bottom-wrapper {
    grid-template-columns: 100%;
  }
}
.ap-photographer-hero-bottom-content {
  text-align: center;
  max-width: 730px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-bottom-content {
    max-width: 100%;
  }
}
.ap-photographer-hero-bottom-desc {
  margin-bottom: 40px;
}
.ap-photographer-hero-bottom-social {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.ap-photographer-hero-bottom-social a {
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--color-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.ap-photographer-hero-bottom-social a:hover {
  color: var(--color-black);
  background-color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-bottom-thumb {
    display: none;
  }
}
.ap-photographer-hero-bottom-thumb img {
  width: 100%;
}
.ap-photographer-hero-bottom-thumb-2 {
  position: relative;
  transform: translateY(70px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-bottom-thumb-2 {
    display: none;
  }
}
.ap-photographer-hero-bottom-thumb-2 img {
  width: 100%;
}

/* Hero Activation */
.photographerHeroActive.swiper {
  overflow: visible;
  overflow-x: clip;
  z-index: 999;
}
.photographerHeroActive .swiper-slide-active .ap-photographer-hero-slide-title-wrap, .photographerHeroActive .swiper-slide-active .banner-title, .photographerHeroActive .swiper-slide-active .banner-description, .photographerHeroActive .swiper-slide-active .banner-btn {
  animation-fill-mode: both;
  -webkit-animation-name: apTitleFadeInUp;
  animation-name: apTitleFadeInUp;
}
.photographerHeroActive .swiper-slide-active .ap-photographer-hero-slide-title-wrap {
  animation-delay: 1s;
  animation-duration: 1s;
}

@keyframes apTitleFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* Hero Nav Button */
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-hero-slide-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    width: calc(100% - 55px);
    align-content: center;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}

.ap-photographer-nav-prev,
.ap-photographer-nav-next {
  position: absolute;
  left: 100px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-photographer-nav-prev,
  .ap-photographer-nav-next {
    left: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-nav-prev,
  .ap-photographer-nav-next {
    position: inherit;
  }
}
.ap-photographer-nav-prev.ap-photographer-nav-next,
.ap-photographer-nav-next.ap-photographer-nav-next {
  left: auto;
  right: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-photographer-nav-prev.ap-photographer-nav-next,
  .ap-photographer-nav-next.ap-photographer-nav-next {
    right: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-nav-prev.ap-photographer-nav-next,
  .ap-photographer-nav-next.ap-photographer-nav-next {
    right: 0;
  }
}
.ap-photographer-nav-prev:hover,
.ap-photographer-nav-next:hover {
  color: var(--color-white);
}
.ap-photographer-nav-prev:hover.ap-photographer-nav-prev::before,
.ap-photographer-nav-next:hover.ap-photographer-nav-prev::before {
  opacity: 1;
}
.ap-photographer-nav-prev:hover.ap-photographer-nav-next::after,
.ap-photographer-nav-next:hover.ap-photographer-nav-next::after {
  opacity: 1;
}
.ap-photographer-nav-prev:hover svg,
.ap-photographer-nav-next:hover svg {
  opacity: 1;
  transition: 0.3s;
}
.ap-photographer-nav-prev svg,
.ap-photographer-nav-next svg {
  fill: var(--color-white);
  opacity: 0.5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-photographer-nav-prev svg,
  .ap-photographer-nav-next svg {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-nav-prev svg,
  .ap-photographer-nav-next svg {
    width: 50px;
  }
}

.ap-photographer-nav-prev::before {
  position: absolute;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: 1px solid var(--color-white);
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0.5;
}

.ap-photographer-nav-next::after {
  position: absolute;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: 1px solid var(--color-white);
  display: inline-block;
  border-radius: 50%;
  opacity: 0.5;
}

/* Hero CSS End */
/* About CSS Start */
.ap-photographer-about-area {
  position: relative;
  background: var(--color-bg-primary);
}
.ap-photographer-about-wrapper {
  display: flex;
  align-items: center;
  gap: 3.646%;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-photographer-about-wrapper {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-about-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.ap-photographer-about-thumb {
  width: 40.99%;
  width: 45%;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-photographer-about-thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-about-thumb {
    width: 100%;
  }
}
.ap-photographer-about-thumb img {
  width: 100%;
  height: 100%;
}
.ap-photographer-about-content {
  width: 34.01%;
  padding-block: 100px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .ap-photographer-about-content {
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-photographer-about-content {
    width: 45%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-photographer-about-content {
    width: 45%;
    padding-block: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-about-content {
    width: 100%;
    padding-block: 0 80px;
    padding-inline: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-about-meta {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* About CSS End */
/* Portfolio CSS Start */
.ap-photographer-portfolio-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-inline-start: 85px;
  margin-inline-end: 85px;
  row-gap: 165px;
  column-gap: 90px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .ap-photographer-portfolio-wrapper {
    margin-inline-start: 50px;
    margin-inline-end: 50px;
    row-gap: 100px;
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-photographer-portfolio-wrapper {
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    row-gap: 50px;
    column-gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-photographer-portfolio-wrapper {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    row-gap: 40px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-portfolio-wrapper {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    row-gap: 40px;
    column-gap: 20px;
    grid-template-columns: 1fr;
  }
}
.ap-photographer-portfolio-item:nth-child(2) {
  transform: translateY(-100px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-portfolio-item:nth-child(2) {
    transform: translateY(0);
  }
}
.ap-photographer-portfolio-item:nth-child(5) {
  transform: translateY(-100px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-portfolio-item:nth-child(5) {
    transform: translateY(0);
  }
}
.ap-photographer-portfolio-item:nth-child(8) {
  transform: translateY(-100px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-portfolio-item:nth-child(8) {
    transform: translateY(0);
  }
}
.ap-photographer-portfolio-item:hover .ap-photographer-portfolio-thumb img {
  transform: scale3d(1.05, 1.05, 1.05);
  animation: pulse-blur 800ms ease-in-out;
}
.ap-photographer-portfolio-thumb {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.ap-photographer-portfolio-thumb img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.ap-photographer-portfolio-content {
  text-align: center;
}
.ap-photographer-portfolio-content .title {
  font-size: 35px;
  line-height: 1;
  transition: var(--transition);
}
.ap-photographer-portfolio-content .title:hover {
  color: var(--color-primary);
}

/* Portfolio CSS End */
/* Pricing CSS Start */
.ap-photographer-pricing-wrapper {
  border-top: 1px solid var(--color-border-primary);
}
.ap-photographer-pricing-item {
  display: grid;
  grid-template-columns: 2.5fr 0.5fr 1fr;
  gap: 100px;
  align-items: center;
  border-bottom: 1px solid var(--color-border-primary);
  padding-block: 32px 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-pricing-item {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 40px;
  }
}
.ap-photographer-pricing-item .pricing-list ul {
  display: flex;
  gap: 10px 30px;
  margin-inline-start: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-photographer-pricing-item .pricing-list ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-pricing-item .pricing-list ul {
    justify-content: center;
    flex-direction: column;
  }
}
.ap-photographer-pricing-item .pricing-list ul li {
  color: var(--color-white);
  list-style: none;
  position: relative;
  padding-left: 10px;
}
.ap-photographer-pricing-item .pricing-list ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: var(--color-border-primary);
  border-radius: 10px;
  top: 50%;
  left: 110%;
  transform: translateY(50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-pricing-item .pricing-list ul li:not(:last-child)::before {
    display: none;
  }
}
.ap-photographer-pricing-item .title {
  margin-bottom: 15px;
  font-size: 40px;
}
.ap-photographer-pricing-item .price {
  font-size: 36px;
  text-align: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-pricing-item .price {
    text-align: center;
  }
}
.ap-photographer-pricing-item .ap-photographer-pricing-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-photographer-pricing-item .ap-photographer-pricing-btn {
    justify-content: center;
  }
}

/* Pricing CSS End */
/* Team CSS Start */
.ap-photographer-team-item {
  text-align: center;
}
.ap-photographer-team-thumb {
  margin-bottom: 30px;
}
.ap-photographer-team-content .name {
  margin-bottom: 10px;
}
.ap-photographer-team-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 45px;
}

/* Team CSS End */
/* Contact CSS Start */
.ap-photographer-contact-list-item {
  margin-bottom: 25px;
}
.ap-photographer-contact-list-item span a {
  color: var(--color-text);
  transition: var(--transition);
}
.ap-photographer-contact-list-item span a:hover {
  color: var(--color-white);
}
.ap-photographer-contact-list-item .title {
  font-size: 26px;
  font-family: var(--font-title-2);
  margin-bottom: 8px;
}

/* Contact CSS End */
/*----------------------------------------*/
/*  3.6.7 Podcast css
/*----------------------------------------*/
/* Banner CSS Start */
.ap-podcast-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-banner-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 120px;
  }
}
.ap-podcast-banner-grid .content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding-inline: 100px;
  padding-top: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-podcast-banner-grid .content {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-podcast-banner-grid .content {
    padding-inline: 100px;
    padding-top: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-banner-grid .content {
    padding-inline: 50px;
    padding-top: 0;
    text-align: center;
  }
}
.ap-podcast-banner-grid .content .title {
  font-size: 90px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-podcast-banner-grid .content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-banner-grid .content .title {
    font-size: 56px;
  }
}
.ap-podcast-banner-grid .content .desc {
  width: 90%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-banner-grid .content .desc {
    width: 100%;
  }
}
.ap-podcast-banner-grid .content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-banner-grid .content .btn-wrap {
    justify-content: center;
  }
}
.ap-podcast-banner-grid .thumb {
  min-height: 920px;
}
.ap-podcast-banner-grid .thumb img {
  width: 100%;
  height: 100%;
}

/* Banner CSS End */
/* About CSS Start */
.ap-podcast-about-thumb img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-about-content {
    text-align: center;
  }
}
.ap-podcast-about-content .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-border-primary);
  margin-bottom: 25px;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-about-content .info-wrapper {
    justify-content: center;
  }
}
.ap-podcast-about-content .name {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-about-content .name {
    font-size: 24px;
  }
}
.ap-podcast-about-content p {
  margin-bottom: 45px;
}
.ap-podcast-about-content .listen-wrapper .title {
  margin-bottom: 20px;
}
.ap-podcast-about-content .listen-wrapper .listen-brand {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-about-content .listen-wrapper .listen-brand {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ap-podcast-about-content .listen-wrapper .listen-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-primary);
  padding: 20px 21px;
}
.ap-podcast-about-content .listen-wrapper .listen-item img {
  filter: grayscale(1);
  transition: var(--transition);
}
.ap-podcast-about-content .listen-wrapper .listen-item:hover img {
  filter: grayscale(0);
}

/* About CSS End */
/* Episode CSS Start */
.ap-podcast-episode-item .thumb {
  height: 380px;
  width: 100%;
}
.ap-podcast-episode-item .thumb img {
  width: 100%;
  height: 100%;
}
.ap-podcast-episode-item .content {
  background: var(--color-bg-primary);
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-episode-item .content {
    padding: 30px;
  }
}
.ap-podcast-episode-item .content .title {
  font-size: 28px;
  margin-bottom: 20px;
}
.ap-podcast-episode-item .content .guest-name {
  font-size: 22px;
  color: var(--color-white);
  display: block;
  margin-bottom: 10px;
}
.ap-podcast-episode-item .content .desc {
  margin-bottom: 30px;
}
.ap-podcast-episode-item .content .listen-here {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ap-podcast-episode-item .content .listen-here a {
  text-align: center;
}
.ap-podcast-episode-item .content .listen-here a img {
  filter: grayscale(1);
  transition: var(--transition);
}
.ap-podcast-episode-item .content .listen-here a:hover img {
  filter: grayscale(0);
}
.ap-podcast-episode-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-podcast-episode-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-podcast-episode-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-podcast-episode-grid .ap-podcast-episode-item .thumb {
  height: auto;
}
.ap-podcast-episode-grid .ap-podcast-episode-item .content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

/* Episode CSS End */
/*----------------------------------------*/
/*  3.6.8 Spa css
/*----------------------------------------*/
/* Hero CSS Start */
.ap-spa-banner-area {
  padding-top: 165px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-spa-banner-area {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-spa-banner-area {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-banner-area {
    padding-top: 100px;
  }
}
.ap-spa-banner-title {
  font-size: clamp(56px, 8vw, 140px);
  text-transform: capitalize;
  font-family: var(--font-title);
  text-transform: capitalize !important;
}
.ap-spa-banner-title span {
  -webkit-text-stroke: 3px var(--color-white);
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-banner-title span {
    -webkit-text-stroke: 2px var(--color-white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-banner-title {
    grid-row: 1;
    margin-bottom: 30px;
  }
}
.ap-spa-banner-thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  place-items: center;
  margin-top: -110px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-spa-banner-thumb-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-banner-thumb-wrapper {
    grid-row: 3;
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-spa-banner-thumb-small {
  width: 310.35px;
  height: 162.88px;
  transform: rotate(-30.79deg);
  position: relative;
}
.ap-spa-banner-thumb-small::before {
  clip-path: ellipse(49% 40% at 50% 52%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #c4c4c4;
  top: 10px;
  z-index: -1;
}
.ap-spa-banner-thumb-small img {
  width: 100%;
  height: 100%;
  clip-path: ellipse(49% 40% at 50% 52%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-banner-thumb-small {
    display: none;
  }
}
.ap-spa-banner-thumb-main img {
  width: 100%;
  height: 100%;
  border-radius: 232.5px 232.5px 0px 0px;
}
.ap-spa-banner-intro {
  width: 410px;
  text-align: start;
  margin-inline-start: auto;
  margin-top: -115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-spa-banner-intro {
    width: 500px;
    text-align: center;
    margin-top: 30px;
    margin-inline-end: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-banner-intro {
    text-align: center;
    margin-top: 0px;
    grid-row: 2;
    width: 100%;
    margin-top: 40px;
    margin-inline-start: 0;
  }
}
.ap-spa-banner-shape {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 450px;
}
@media (max-width: 1599px) {
  .ap-spa-banner-shape {
    display: none;
  }
}

/* Hero CSS End */
/* About CSS Start */
.ap-spa-about-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 6.195%;
  width: 1130px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-about-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 50px;
  }
}
.ap-spa-about-thumb-wrapper {
  position: relative;
  width: 53.097%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-about-thumb-wrapper {
    width: 100%;
  }
}
.ap-spa-about-thumb-wrapper .ap-spa-badge {
  position: absolute;
  inset-inline-end: 0px;
  background: var(--color-bg-primary);
  padding: 26px 46px 26px 46px;
  top: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-about-thumb-wrapper .ap-spa-badge {
    display: none;
  }
}
.ap-spa-about-thumb-wrapper .ap-spa-badge .title {
  font-size: 26px;
}
.ap-spa-about-thumb {
  width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-about-thumb {
    margin: auto;
  }
}
@media (max-width: 575px) {
  .ap-spa-about-thumb {
    width: 100%;
  }
}
.ap-spa-about-thumb img {
  width: 100%;
  border-radius: 190px 190px 0 0;
}
.ap-spa-about-thumb-mini {
  margin-bottom: 35px;
}
.ap-spa-about-thumb-mini img {
  border-radius: 190px 0 0 0;
}
.ap-spa-about-content-wrapper {
  margin-top: -245px;
  width: 40.708%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-about-content-wrapper {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
}
.ap-spa-about-shape {
  position: absolute;
  inset-inline-start: 0px;
  inset-block-end: -100px;
}

/* About CSS End */
/* Service CSS Start */
.ap-spa-service-shape {
  position: absolute;
  inset-block-start: 199px;
  inset-inline-end: 0;
}

/* Service CSS End */
/* Offer CSS Start */
.ap-spa-offer-content {
  margin-top: -77px;
}
.ap-spa-offer-title-wrapper {
  padding: 54px 150px 55px;
  background-color: var(--color-bg-primary);
  text-align: center;
  width: calc(100% - 300px);
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-spa-offer-title-wrapper {
    padding: 54px 100px 55px;
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-offer-title-wrapper {
    padding: 30px;
    width: calc(100% - 50px);
  }
}
.ap-spa-offer-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: calc(100% - 308px);
  padding-inline: 69px 69px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-spa-offer-bottom {
    width: calc(100% - 100px);
    padding-inline: 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-spa-offer-bottom {
    padding-inline: 0 0;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-offer-bottom {
    padding-inline: 0 0;
    width: calc(100% - 50px);
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.ap-spa-offer-mini-thumb img {
  width: 100%;
}

/* Offer CSS End */
/* Why Choose CSS Start */
.ap-spa-why-choose-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.ap-spa-why-choose-title span {
  font-size: clamp(120px, 8vw, 350px);
  font-weight: var(--fw-bold);
  color: var(--color-white);
  line-height: 1;
}
.ap-spa-why-choose-video {
  margin-bottom: 80px;
}
.ap-spa-why-choose-video video {
  width: 100%;
  height: 100%;
}
.ap-spa-why-choose-section-desc {
  margin-inline-start: 46px;
}

/* Why Choose CSS End */
/* Menu index */
/*----------------------------------------*/
/*  3.7.1 Main menu css
/*----------------------------------------*/
.ap-main-menu > ul {
  display: inline-flex;
  gap: 0 48px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-main-menu > ul {
    gap: 0 30px;
  }
}
.ap-main-menu > ul > li:has(ul) > a::after {
  content: "\e902";
  font-family: var(--font-icomoon);
  margin-inline-start: 5px;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
}
.ap-main-menu > ul > li:has(ul) > a:hover::after {
  transform: rotate(180deg);
}
.ap-main-menu > ul > li:hover > a {
  color: var(--color-primary);
}
.ap-main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
}
.ap-main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
}
.ap-main-menu > ul > li:hover .mega-menu {
  transform: translateX(-50%) scale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-main-menu > ul > li:hover > ul.last-children.submenu li:hover > ul {
    inset-inline-end: 100%;
    inset-inline-start: auto;
  }
}
.ap-main-menu li {
  position: relative;
  list-style: none;
}
.ap-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  padding: 28px 0px;
  display: inline-block;
  font-family: var(--font-body);
  position: relative;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.ap-main-menu li a.active {
  color: var(--color-primary);
}
.ap-main-menu li .has-submenu > a::before {
  content: "\e902";
  font-family: var(--font-icomoon);
  font-weight: 400;
  position: absolute;
  inset-inline-end: 32px;
  transition: all 0.3s ease-in-out;
}
.ap-main-menu li .has-submenu:hover a::before {
  transform: rotate(-90deg);
}
.ap-main-menu li.has-mega-menu {
  position: static;
  transition: all 0.5s ease-in-out;
}
.ap-main-menu .submenu {
  background-color: var(--color-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 12px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: 0.5s;
  border-radius: 0 0 4px 4px;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top center;
}
.ap-main-menu .submenu ul {
  background-color: var(--color-white);
  width: 250px;
  position: absolute;
  inset-inline-start: 100%;
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: 0.5s;
  border-radius: 0 4px 4px 4px;
}
.ap-main-menu .submenu li {
  position: relative;
  padding: 0 12px;
}
.ap-main-menu .submenu li:has(ul) > a::after {
  content: "\e902";
  font-family: var(--font-icomoon);
  font-weight: 400;
  position: absolute;
  right: 10px;
  transition: 0.3s;
}
.ap-main-menu .submenu li:has(ul):hover a::after {
  transform: rotate(-90deg);
}
.ap-main-menu .submenu li:hover > a {
  color: var(--color-primary);
  background-color: rgba(221, 53, 19, 0.05);
}
.ap-main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.ap-main-menu .submenu li a {
  font-size: 16px;
  color: var(--color-black);
  padding: 8px 12px;
  border-radius: 8px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}
[dir=rtl] .ap-main-menu .submenu li a {
  text-align: right;
}
.ap-main-menu .submenu li a.active {
  color: var(--color-primary);
  background-color: rgba(221, 53, 19, 0.05);
}
.ap-main-menu .mega-menu {
  background-color: var(--color-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 30px 30px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%) scale(1, 0);
  transform-origin: 0 0;
  width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.5s;
  top: 100%;
  text-align: start;
  border-radius: 0 0 8px 8px;
}
[dir=rtl] .ap-main-menu .mega-menu {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-main-menu .mega-menu {
    width: 100%;
    column-gap: 30px;
  }
}
.ap-main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.ap-main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  padding: 5px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
}
.ap-main-menu .mega-menu li a:hover {
  color: var(--color-primary);
}
.ap-main-menu .mega-menu li a.active {
  color: var(--color-primary);
}
.ap-main-menu .mega-menu .title {
  font-weight: 500;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 10px;
  margin-bottom: 15px;
  pointer-events: none;
  border-radius: 0;
  display: block;
}
.ap-main-menu .ap-home-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  padding-bottom: 25px;
}

/* Responsive submenu right */
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .last-children.submenu ul {
    inset-inline-start: auto;
    inset-inline-end: 100%;
    border-radius: 4px 0 4px 4px;
  }
  .last-children.submenu li:has(ul):hover a::after {
    transform: rotate(90deg);
  }
}

/* Mega Menu Inner */
.ap-home-menu-item {
  position: relative;
  line-height: 1;
  padding: 0 0;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-home-menu-item {
    margin-bottom: 30px;
  }
}
.ap-home-menu-item:hover .ap-home-menu-thumb::before {
  opacity: 0.8;
}
.ap-home-menu-item:hover .ap-home-menu-button-wrapper {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.ap-home-menu-thumb {
  position: relative;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  margin-bottom: 15px;
}
.ap-home-menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-bg-7);
  opacity: 0;
  transition: all 0.3s linear;
  inset-inline-start: 0;
  bottom: 0;
  border-radius: 6px;
}
.ap-home-menu-thumb img {
  width: 100%;
  border-radius: 6px;
}
.ap-home-menu-title {
  line-height: 1;
  color: var(--color-black);
  font-size: 18px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
}
.ap-home-menu-button-wrapper {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
  gap: 10px;
}

.ap-main-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn,
.ap-offcanvas-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn {
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-body);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px 11px;
  line-height: 1.5;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  background-color: var(--color-primary);
}
.ap-main-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn:hover,
.ap-offcanvas-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

/*----------------------------------------*/
/*  3.7.2 Mobile Menu css
/*----------------------------------------*/
.ap-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.ap-offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
.ap-offcanvas-menu ul li > a {
  display: block;
  font-size: 35px;
  line-height: 1;
  color: var(--color-white);
  padding-inline-end: 30px;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-offcanvas-menu ul li > a {
    font-size: 20px;
  }
}
.ap-offcanvas-menu ul li > a.active {
  color: var(--color-primary);
}
.ap-offcanvas-menu ul li > a:hover {
  color: var(--color-primary);
}
.ap-offcanvas-menu ul li.active > a {
  color: var(--color-primary);
}
.ap-offcanvas-menu ul li.active > .ap-menu-close {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.ap-offcanvas-menu ul li.active > .ap-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ap-offcanvas-menu ul li .submenu,
.ap-offcanvas-menu ul li .mega-menu {
  display: none;
  padding-inline-start: 20px;
  margin-top: 20px;
}
.ap-offcanvas-menu ul li .submenu li,
.ap-offcanvas-menu ul li .mega-menu li {
  margin-bottom: 15px;
}
.ap-offcanvas-menu ul li .submenu li a,
.ap-offcanvas-menu ul li .mega-menu li a {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-offcanvas-menu ul li .submenu li a,
  .ap-offcanvas-menu ul li .mega-menu li a {
    font-size: 18px;
  }
}

.ap-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 0px;
  z-index: 1;
  font-size: 18px;
  width: 28px;
  height: 28px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-primary);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-menu-close {
    font-size: 14px;
    width: 20px;
    height: 20px;
  }
}
.ap-menu-close i {
  transition: all 0.3s ease-in-out;
}

/* Menu index */
/*----------------------------------------*/
/*  4.1 Appointment CSS
/*----------------------------------------*/
.ap-spa-appointment-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ap-spa-appointment-bg::before {
  background-color: rgba(34, 34, 34, 0.4);
}

/*----------------------------------------*/
/*  4.2 Award CSS
/*----------------------------------------*/
.ap-spa-award-item {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  gap: 50px 100px;
  align-items: center;
  border-bottom: 1px solid var(--color-border-primary);
  padding: 22px 0;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-spa-award-item {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-award-item {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
}
.ap-spa-award-item:first-child {
  border-top: 1px solid var(--color-border-primary);
}

.ap-spa-award-title {
  margin-bottom: 15px;
}

.ap-spa-award-desc {
  margin-bottom: 0;
}

.ap-spa-award-trophy {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-spa-award-trophy {
    text-align: center;
  }
}

.ap-award-list-wrapper {
  border-top: 1px solid var(--color-border-primary);
}

.ap-award-list-item {
  display: grid;
  grid-template-columns: 0.5fr 3fr 3fr 1fr 0.5fr;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-border-primary);
  padding-block: 15px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-award-list-item {
    grid-template-columns: 0.5fr 2.25fr 2.25fr;
    align-items: start;
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-award-list-item {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
}
.ap-award-list-item .name,
.ap-award-list-item .reason,
.ap-award-list-item .year {
  font-size: 24px;
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
}
.ap-award-list-item .year {
  text-align: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-award-list-item .year {
    text-align: center;
  }
}
.ap-award-list-item .award-logo-dark {
  display: none;
}

/*----------------------------------------*/
/*  4.3 Contact CSS
/*----------------------------------------*/
.ap-contact-form input,
.ap-contact-form textarea {
  width: 100%;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid var(--color-border-primary);
  border-radius: 0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: transparent;
}
.ap-contact-form input::placeholder,
.ap-contact-form textarea::placeholder {
  opacity: 1;
}
.ap-contact-form input:focus,
.ap-contact-form textarea:focus {
  border-bottom: 1px solid var(--color-white);
}

.ap-contact-address-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-contact-address-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.ap-address-box {
  background-color: var(--color-bg-primary);
  padding: 30px 30px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.ap-address-box .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  color: #FFFFFF;
  background-color: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.ap-address-box .title {
  font-size: 26px;
  margin-bottom: 5px;
  color: var(--color-white);
}
.ap-address-box .link {
  color: var(--color-text);
  transition: var(--transition);
}
.ap-address-box .link:hover {
  color: var(--color-primary);
}

.ap-contact-form-social {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  list-style: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-contact-form-social {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*----------------------------------------*/
/*  4.4 cta css
/*----------------------------------------*/
.ap-common-faq .accordion-item {
  border-radius: 0px;
  color: var(--color-black);
  background-color: transparent;
  border: none;
}
.ap-common-faq .accordion-item:not(:last-child) {
  padding-bottom: 40px;
}
.ap-common-faq .accordion-button {
  font-size: 22px;
  font-family: var(--font-body);
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: var(--color-white);
  padding: 19px 80px 18px 30px;
  border: 1px solid var(--color-bg-primary);
}
.ap-common-faq .accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin-inline-start: auto;
  content: "\e902";
  font-family: var(--font-icomoon);
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-end: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: transparent;
  color: var(--color-white);
}
.ap-common-faq .accordion-button:not(.collapsed)::after {
  content: "\e90a";
  font-family: var(--font-icomoon);
  transition: all 0.3s ease-in-out;
}
.ap-common-faq .accordion-button:not(.collapsed) {
  background: var(--color-bg-primary);
  box-shadow: none;
  margin-bottom: 25px;
}
.ap-common-faq .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ap-common-faq .accordion-body {
  padding: 0 30px;
  color: var(--color-white);
}
.ap-common-faq.ap-doctor--faq .accordion-button {
  border: 1px solid #0F90BC;
}
.ap-common-faq.ap-doctor--faq .accordion-button:not(.collapsed) {
  background: #19A2D0;
}

/*----------------------------------------*/
/*  4.5 event
/*----------------------------------------*/
.ap-event-wrapper:hover .ap-event-thumb img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-event-thumb {
  overflow: hidden;
}
.ap-event-thumb img {
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.ap-event-content {
  text-align: center;
  background: var(--color-bg-primary);
  padding: 32px 40px 40px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-event-content {
    padding: 32px 30px 30px 30px;
  }
}
.ap-event-content .title {
  font-size: 28px;
  margin-bottom: 17px;
  transition: var(--transition);
}
.ap-event-content .title:hover {
  color: var(--color-primary);
}
.ap-event-content .event-badge {
  margin-bottom: 17px;
  color: var(--color-white);
  opacity: 0.8;
}
.ap-event-content .location {
  margin-bottom: 5px;
}
.ap-event-content .date-time {
  font-size: 16px;
  margin-bottom: 22px;
  color: var(--color-text-2);
}
.ap-event-content span {
  display: block;
}

.ap-event-info-box {
  box-shadow: 0 1px 3px 0 rgba(22, 18, 5, 0.08);
  background: var(--color-bg-primary);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-event-info-box {
    flex-direction: column;
    text-align: center;
  }
}
.ap-event-info-box .icon {
  height: 60px;
  width: 60px;
  border: 1px solid var(--color-border-primary);
  color: var(--color-primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}
.ap-event-info-box .title {
  font-size: 26px;
  color: var(--color-white);
  margin-bottom: 10px;
}
.ap-event-info-box span {
  color: var(--color-text);
  font-weight: 500;
  line-height: 22px;
  display: block;
}
.ap-event-info-box .meta-1 {
  margin-bottom: 5px;
}

/*----------------------------------------*/
/*  4.6 faq css
/*----------------------------------------*/
.ap-skill-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-skill-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-skill-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-skill-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-skill-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ap-skill-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.ap-skill-item {
  padding: 30px 30px;
  background-color: var(--color-bg-primary);
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ap-skill-item:hover {
  border-color: var(--color-primary);
}
.ap-skill-item:hover .ap-skill-icon img {
  filter: grayscale(0);
}
.ap-skill-item .count {
  display: flex;
  align-items: center;
}
.ap-skill-item .odometer {
  color: var(--color-text);
  font-size: 35px;
  line-height: 1;
}
.ap-skill-item .prefix {
  color: var(--color-text);
  font-size: 35px;
  line-height: 1;
}
.ap-skill-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding: 15px;
  border: 1px solid var(--color-border-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ap-skill-icon img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.ap-skill-name {
  font-size: 26px;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  margin-bottom: 25px;
}

/*----------------------------------------*/
/*  4.7 inner hero CSS
/*----------------------------------------*/
.ap-inner-hero-gap {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-inner-hero-gap {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-inner-hero-gap {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.ap-inner-hero-wrapper {
  gap: 40px 50px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-inner-hero-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.ap-inner-hero-thumb img {
  width: 100%;
}

.ap-inner-hero-content {
  width: 615px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-inner-hero-content {
    width: 100%;
  }
}

.ap-inner-hero-title {
  font-size: 120px;
  line-height: 1;
  margin-top: -15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-inner-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-inner-hero-title {
    font-size: 56px;
    text-align: center;
  }
}

.ap-inner-hero-desc {
  width: 750px;
  font-size: 26px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-inner-hero-desc {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-inner-hero-desc {
    width: 100%;
    text-align: center;
  }
}

.ap-inner-hero-two .subtitle {
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.ap-inner-hero-two .desc {
  width: 750px;
  font-size: 26px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-inner-hero-two .desc {
    width: 100%;
  }
}

.ap-inner-hero-three .title {
  font-size: clamp(52px, 25vw, 100vh);
  line-height: 1;
  color: var(--color-primary);
}
.ap-inner-hero-three .subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 90px;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-inner-hero-three .subtitle {
    padding-inline: 20px;
  }
}
.ap-inner-hero-three .subtitle span {
  font-size: 30px;
  font-family: var(--font-title);
  color: var(--color-white);
}

/*----------------------------------------*/
/*  4.8 light css
/*----------------------------------------*/
.change-theme {
  color: var(--color-white);
  cursor: pointer;
}

.light-theme .change-theme {
  color: var(--color-white);
}
.light-theme .ap-header-logo .dark-logo {
  display: none;
}
.light-theme .ap-header-logo .light-logo {
  display: block;
}
.light-theme .ap-award-list-item .award-logo {
  display: none;
}
.light-theme .ap-award-list-item .award-logo-dark {
  display: block;
}
.light-theme .ap-underline-white a {
  background-image: linear-gradient(var(--color-black), var(--color-black)), linear-gradient(var(--color-black), var(--color-black));
}
.light-theme .ap-underline-white a:hover {
  color: var(--color-black);
}
.light-theme .ap-portfolio-item.style-1 .content .title {
  color: var(--color-black);
}
.light-theme .ap-portfolio-item.style-1 .content .tag a {
  border: 1px solid var(--color-black);
  color: var(--color-black);
}
.light-theme .ap-portfolio-item.style-1 .content .tag a:hover {
  background: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-black);
}
.light-theme .ap-portfolio-item.style-1 .content .link .ap-circle-btn {
  border: 1px solid var(--color-black);
  color: var(--color-black);
}
.light-theme .ap_hover_bg_change:hover {
  color: var(--color-black);
}
.light-theme .ap-spa-appointment-area .ap-section-title {
  color: var(--color-black);
}
.light-theme .ap-spa-appointment-area .ap-btn-outline-primary {
  font-size: 18px;
  color: var(--color-black);
}
.light-theme .ap-spa-appointment-area .ap-btn-outline-primary::before {
  border-bottom: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
}
.light-theme .ap-spa-appointment-area .ap-btn-outline-primary::after {
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.light-theme .ap-instagram-icon {
  color: var(--color-black);
}
.light-theme .ap-footer-widget-link ul li a {
  color: rgba(0, 0, 0, 0.75);
}
.light-theme .ap-footer-widget-logo .dark-logo {
  display: none;
}
.light-theme .ap-footer-widget-logo .light-logo {
  display: block;
}
.light-theme .ap-doctor-cta-area {
  background-color: var(--color-black);
}
.light-theme .ap-doctor-cta-content .ap-section-desc {
  color: var(--color-white);
}
.light-theme .ap-doctor-cta-content .ap-doctor-cta-btn i {
  color: var(--color-black);
}
.light-theme .ap-doctor-cta-content .ap-doctor-cta-btn .title {
  color: var(--color-black);
}
.light-theme .ap-doctor-cta-content .ap-doctor-cta-btn .meta {
  color: var(--color-black);
}
.light-theme .ap-fashion-hero-title {
  color: var(--color-black);
}
.light-theme .ap-fashion-hero-desc {
  color: var(--color-black);
}
.light-theme .ap-fashion-hero-btn .ap-btn-outline-primary,
.light-theme .ap-hero-slider-btn .ap-btn-outline-primary {
  color: var(--color-black);
}
.light-theme .ap-fashion-hero-btn .ap-btn-outline-primary::before,
.light-theme .ap-hero-slider-btn .ap-btn-outline-primary::before {
  border-bottom: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
}
.light-theme .ap-fashion-hero-btn .ap-btn-outline-primary::after,
.light-theme .ap-hero-slider-btn .ap-btn-outline-primary::after {
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.light-theme .ap-header-sticky.ap-header-dark {
  background-color: var(--color-bg-primary);
}
.light-theme .ap-podcast-episode-item .content .listen-here a img {
  filter: brightness(0);
}
.light-theme .ap-podcast-episode-item .content .listen-here a:hover img {
  filter: brightness(0);
}
.light-theme .ap-podcast-about-content .listen-wrapper .listen-item img {
  filter: brightness(0);
}
.light-theme .ap-podcast-about-content .listen-wrapper .listen-item:hover img {
  filter: brightness(0);
}
.light-theme .ap-newsletter-wrapper .ap-newsletter-btn {
  color: var(--color-black);
}
.light-theme .ap-header-top .title {
  color: var(--color-black);
}
.light-theme .ap-shop-slider-content .subtitle {
  color: var(--color-black);
}
.light-theme .ap-shop-slider-content .title {
  color: var(--color-black);
}
.light-theme .ap-modern-btn {
  color: var(--color-black);
}
.light-theme .ap-shop-category-item .content .title {
  color: var(--color-black);
}
.light-theme .ap-shop-category-item .content .link {
  background: var(--color-black);
  color: var(--color-white);
}
.light-theme .ap-shop-category-item .content .link:hover {
  color: var(--color-black);
  background: var(--color-primary);
}
.light-theme .ap-product-action-btn {
  color: var(--color-black);
}
.light-theme .ap-product-action-btn:hover {
  color: var(--color-white);
}
.light-theme .ap-hero-slider-btn .ap-circle-btn {
  color: var(--color-black);
}
.light-theme .ap-hero-slider-pagination {
  color: var(--color-black);
}
.light-theme .ap-portfolio-accordion-content .title {
  color: var(--color-black);
}
.light-theme .ap-portfolio-three-wrapper .ap-portfolio-content-three .title {
  color: var(--color-black);
}
.light-theme .ap-offcanvas-logo .dark-logo {
  display: none;
}
.light-theme .ap-offcanvas-logo .light-logo {
  display: block;
}
.light-theme .ap-grid-overlay {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
}

/*----------------------------------------*/
/*  4.9 Portfolio CSS
/*----------------------------------------*/
.ap-portfolio-item.style-1 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.ap-portfolio-item.style-1:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-1:not(:last-child) {
    margin-bottom: 50px;
  }
}
.ap-portfolio-item.style-1::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #000 100%);
}
@media (max-width: 575px) {
  .ap-portfolio-item.style-1 .thumb {
    height: 480px;
  }
}
.ap-portfolio-item.style-1 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-portfolio-item.style-1 .content {
  position: absolute;
  inset-block-end: 100px;
  width: calc(100% - 80px);
  inset-inline-start: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-portfolio-item.style-1 .content {
    inset-block-end: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-portfolio-item.style-1 .content {
    width: calc(100% - 40px);
    inset-block-end: 40px;
  }
}
@media (max-width: 575px) {
  .ap-portfolio-item.style-1 .content {
    width: calc(100% - 40px);
    inset-block-end: 30px;
  }
}
.ap-portfolio-item.style-1 .content .title {
  font-size: 70px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-portfolio-item.style-1 .content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-portfolio-item.style-1 .content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-1 .content .title {
    font-size: 32px;
  }
}
.ap-portfolio-item.style-1 .content .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  list-style: none;
}
.ap-portfolio-item.style-1 .content .tag a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  padding: 7px 12px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  opacity: 0.8;
  transition: var(--transition);
}
.ap-portfolio-item.style-1 .content .tag a:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
  opacity: 1;
}
.ap-portfolio-item.style-1 .content .link {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-1 .content .link {
    display: none;
  }
}
.ap-portfolio-item.style-1 .content .link .ap-circle-btn {
  border: 1px solid var(--color-white);
}
.ap-portfolio-item.style-2 {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2 {
    flex-direction: column;
    gap: 40px;
  }
}
.ap-portfolio-item.style-2:nth-child(2n+2) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2:nth-child(2n+2) {
    flex-direction: column;
  }
}
.ap-portfolio-item.style-2:nth-child(2n+2) .title {
  margin-right: -250px;
  margin-inline-start: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2:nth-child(2n+2) .title {
    margin-right: 0px;
  }
}
.ap-portfolio-item.style-2:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-portfolio-item.style-2:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .ap-portfolio-item.style-2:not(:last-child) {
    margin-bottom: 50px;
  }
}
.ap-portfolio-item.style-2 .thumb {
  width: 58.333%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2 .thumb {
    width: 100%;
  }
}
.ap-portfolio-item.style-2 .thumb::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid rgb(190, 181, 181);
  transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  opacity: 0.2;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.ap-portfolio-item.style-2 .thumb img {
  width: 100%;
}
.ap-portfolio-item.style-2 .content {
  width: 41.667%;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2 .content {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-portfolio-item.style-2 .content {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2 .content {
    padding-left: 0px;
    text-align: center;
  }
}
.ap-portfolio-item.style-2 .title {
  font-size: 130px;
  font-size: clamp(52px, 8vw, 130px);
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-inline-start: -250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2 .title {
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2 .title br {
    display: none;
  }
}
.ap-portfolio-item.style-2 .desc {
  margin-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-2 .desc {
    margin-bottom: 30px;
  }
}
.ap-portfolio-item.style-3 {
  width: 71.97%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-3 {
    width: 100%;
  }
}
.ap-portfolio-item.style-3:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-3:not(:last-child) {
    margin-bottom: 50px;
  }
}
.ap-portfolio-item.style-3:nth-child(2n+2) {
  margin-inline-start: auto;
}
.ap-portfolio-item.style-3 .content {
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-3 .content {
    margin-bottom: -40px;
  }
}
.ap-portfolio-item.style-3 .content .title {
  font-size: 70px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-3 .content .title {
    font-size: 42px;
  }
}
.ap-portfolio-item.style-3 .content .title span {
  color: var(--color-primary);
  display: block;
}
.ap-portfolio-item.style-4 {
  position: relative;
}
.ap-portfolio-item.style-4:hover .content {
  transform: translate(0, 0);
}
.ap-portfolio-item.style-4 .content {
  position: absolute;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  background: var(--color-body);
  width: 100%;
  padding-top: 30px;
  transition: var(--transition);
  transform: translate(0, 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-4 .content {
    transform: translate(0, 0);
  }
}
.ap-portfolio-item.style-4 .content .tag {
  font-size: 20px;
  font-weight: var(--fw-regular);
  display: block;
  margin-bottom: 10px;
  transition: var(--transition);
}
.ap-portfolio-item.style-4 .content .tag:hover {
  color: var(--color-white);
}
.ap-portfolio-item.style-4 .content .title {
  font-size: 42px;
  font-family: var(--font-title-2);
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-4 .content .title {
    font-size: 36px;
  }
}
.ap-portfolio-item.style-4 .content .title:hover {
  color: var(--color-primary);
}
.ap-portfolio-item.style-4 .thumb {
  height: 740px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-portfolio-item.style-4 .thumb {
    height: 680px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-item.style-4 .thumb {
    height: 640px;
  }
}
.ap-portfolio-item.style-4 .thumb img {
  height: 100%;
  width: 100%;
}
.ap-portfolio-item.style-5 {
  padding-bottom: 50px;
}
.ap-portfolio-item.style-5 .thumb {
  background-position: center;
  background-size: cover;
  height: 500px;
}
.ap-portfolio-item.style-5 .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-portfolio-item.style-5 .content {
  display: none;
  text-align: center;
  margin-top: 30px;
}
.ap-portfolio-item.style-5 .content .title {
  font-size: 42px;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  transition: var(--transition);
}
.ap-portfolio-item.style-5 .content .title:hover {
  color: var(--color-primary);
}

/* apCoverFlowSlider */
.ap-portfolio-slider {
  padding-bottom: 50px;
}

.apCoverFlowSlider .swiper-slide-active .title {
  animation-fill-mode: both;
  animation-name: apFadeInUp;
}
.apCoverFlowSlider .swiper-slide-active .content {
  display: block;
}

.ap-portfolio-hero-slider {
  padding-block: 100px 80px;
}

/* portfolio Accordion */
.ap-portfolio-accordion {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-accordion {
    flex-direction: column;
    height: 80vh;
  }
}
.ap-portfolio-accordion.space {
  padding-inline: 100px 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-portfolio-accordion.space {
    padding-inline: 50px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-portfolio-accordion.space {
    padding-inline: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-accordion.space {
    padding-inline: 20px 20px;
  }
}
.ap-portfolio-accordion-panel {
  height: 80vh;
  cursor: pointer;
  flex: 0.3;
  position: relative;
  transition: flex 0.7s ease-in;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-accordion-panel {
    height: 100vh;
    border-radius: 20px;
  }
}
.ap-portfolio-accordion-panel.active {
  flex: 5;
}
.ap-portfolio-accordion-panel.active .ap-portfolio-accordion-content {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in 0.4s;
}
.ap-portfolio-accordion-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ap-portfolio-accordion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-portfolio-accordion-content {
  position: absolute;
  bottom: 40px;
  inset-inline-start: 40px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-accordion-content {
    bottom: 20px;
    inset-inline-start: 20px;
  }
}
.ap-portfolio-accordion-content .title {
  font-size: 42px;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-accordion-content .title {
    font-size: 36px;
  }
}
.ap-portfolio-accordion-content .title:hover {
  color: var(--color-primary);
}

/* Modern Slider */
.ap-portfolio-slider-three-main {
  overflow: hidden;
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-thumb-wrap,
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-small-thumb-wrap {
  grid-area: main;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-thumb {
  grid-area: 1/1/-1/-1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-thumb.current {
  opacity: 1;
  z-index: 50;
  pointer-events: auto;
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-thumb-bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  grid-area: 1/1/-1/-1;
  background-size: cover;
  background-position: 50% 50%;
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap {
  grid-area: main;
  display: grid;
  place-items: center;
  z-index: 9;
  position: absolute;
  bottom: 6%;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap {
    width: 100%;
  }
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap .title {
  font-size: 120px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap .title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap .title {
    font-size: 56px;
  }
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap .content {
  grid-area: 1/1/-1/-1;
  opacity: 0;
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap .current-content {
  opacity: 1;
}
.ap-portfolio-slider-three-main .ap-portfolio-slider-three-content-wrap .char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.ap-portfolio-slider-three-main .ap-portfolio-main-bg {
  z-index: 1;
}
.ap-portfolio-slider-three-main .ap-portfolio-main-bg .ap-portfolio-slider-three-thumb-bg {
  position: relative;
}
.ap-portfolio-slider-three-main .ap-portfolio-main-bg .ap-portfolio-slider-three-thumb-bg::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 1, 0.2);
}
.ap-portfolio-slider-three-main .ap-portfolio-mini-bg {
  position: absolute;
  width: 20vw;
  min-width: 200px;
  border-radius: 30px;
  aspect-ratio: 0.75;
  height: auto;
  z-index: 2;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.ap-portfolio-slider-three-main .ap-slider-nav {
  position: absolute;
  width: calc(100% - 60px);
  line-height: 1;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ap-portfolio-slider-three-main .ap-slider-nav .ap-slider-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  color: var(--color-white);
}
.ap-portfolio-slider-three-main .ap-slider-nav .ap-slider-nav-item:hover {
  color: var(--color-primary);
}
.ap-portfolio-slider-three-main .ap-slider-nav .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ap-portfolio-slider-three-main .ap-slider-nav .icon {
  color: #FFFFFF;
}
.ap-portfolio-slider-three-main .social {
  position: absolute;
  bottom: 30px;
  inset-inline-start: 5%;
  z-index: 55;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-portfolio-slider-three-main .social {
    inset-inline-start: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-slider-three-main .social {
    display: none;
  }
}
.ap-portfolio-slider-three-main .social a {
  font-size: 20px;
  color: #FFFFFF;
}
.ap-portfolio-slider-three-main .mail {
  position: absolute;
  bottom: 30px;
  right: 5%;
  z-index: 55;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-portfolio-slider-three-main .mail {
    right: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-slider-three-main .mail {
    display: none;
  }
}
.ap-portfolio-slider-three-main .mail a {
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
}

/* Hover Image */
.ap-portfolio-three-wrapper {
  position: relative;
  height: 100vh;
}
.ap-portfolio-three-wrapper .apScreenItem {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: var(--bg-img);
  will-change: opacity;
}
.ap-portfolio-three-wrapper .ap-portfolio-thumb-three {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
  background: #000000;
  z-index: 1;
}
.ap-portfolio-three-wrapper .ap-portfolio-thumb-full {
  opacity: 0.8;
  position: relative;
}
.ap-portfolio-three-wrapper .ap-portfolio-thumb-full::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  inset-inline-start: 0;
  top: 0;
  opacity: 0.5;
}
.ap-portfolio-three-wrapper .ap-portfolio-thumb-clip {
  clip-path: polygon(37% 15%, 63% 15%, 63% 85%, 37% 85%);
}
.ap-portfolio-three-wrapper .ap-portfolio-content-wrapper-three {
  position: absolute;
  z-index: 9;
  width: 60%;
  height: 100%;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 50px 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-portfolio-three-wrapper .ap-portfolio-content-wrapper-three {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-portfolio-three-wrapper .ap-portfolio-content-wrapper-three {
    width: calc(100% - 40px);
    gap: 40px 20px;
  }
}
@media (max-width: 575px) {
  .ap-portfolio-three-wrapper .ap-portfolio-content-wrapper-three {
    grid-template-columns: repeat(1, 1fr);
    width: calc(100% - 40px);
    gap: 40px 20px;
    overflow: hidden;
    overflow-y: scroll;
    height: 85%;
  }
}
.ap-portfolio-three-wrapper .ap-portfolio-content-three .title {
  font-size: 120px;
  line-height: 1;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-portfolio-three-wrapper .ap-portfolio-content-three .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-portfolio-three-wrapper .ap-portfolio-content-three .title {
    font-size: 56px;
  }
}
.ap-portfolio-three-wrapper .ap-portfolio-content-three .link {
  display: block;
  margin-top: 15px;
  transition: 0.2s;
  color: #FFFFFF;
}
.ap-portfolio-three-wrapper .ap-portfolio-content-three .link:hover {
  color: var(--color-primary);
}
.ap-portfolio-three-wrapper .ap-portfolio-content-three .tag {
  color: #FFFFFF;
  opacity: 0.75;
}

.ap-portfolio-details-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.ap-portfolio-details-list.style2 {
  background: var(--color-bg-primary);
  padding: 40px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .ap-portfolio-details-list.style2 {
    justify-content: center;
  }
}
.ap-portfolio-details-list .list {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 5px;
}
.ap-portfolio-details-list .list .title {
  font-size: 22px;
  font-family: var(--font-title);
  font-weight: var(--fw-medium);
  color: var(--color-white);
}
.ap-portfolio-details-list .list .subtitle {
  font-size: 20px;
}

/*----------------------------------------*/
/*  4.10 pricing-plan css
/*----------------------------------------*/
.ap-pricing-plan-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-pricing-plan-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-pricing-plan-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-pricing-plan-card {
  padding: 40px 40px;
  background: var(--color-bg-secondary);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .ap-pricing-plan-card {
    padding: 20px 20px;
  }
}
.ap-pricing-plan-card.active {
  background: var(--color-bg-primary);
}
.ap-pricing-plan-title {
  margin-bottom: 15px;
}
.ap-pricing-plan-price {
  font-size: 40px;
  margin-bottom: 26px;
}
.ap-pricing-plan-price span {
  font-size: 18px;
  font-weight: var(--fw-regular);
  font-family: var(--font-body);
  color: var(--color-text-2);
}
.ap-pricing-plan-list {
  margin-bottom: 40px;
}
.ap-pricing-plan-list ul li {
  font-size: 16px;
  list-style: none;
  display: flex;
  gap: 10px;
}
.ap-pricing-plan-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
.ap-pricing-plan-list ul li i {
  font-size: 18px;
  margin-top: 3px;
}
.ap-pricing-plan-list ul li.available {
  color: var(--color-white);
}
.ap-pricing-plan-list ul li.available i {
  color: var(--color-primary);
}
.ap-pricing-plan-list ul li.unavailable {
  color: var(--color-text-2);
}
.ap-pricing-plan-list ul li.unavailable i {
  color: var(--color-text-2);
}
.ap-pricing-plan-btn {
  margin-bottom: 20px;
}
.ap-pricing-plan-badge {
  color: #FFFFFF;
  background: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  padding: 0 12px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  inset-block-start: 20px;
  inset-inline-end: 0;
}

/*----------------------------------------*/
/*  4.11 Service css
/*----------------------------------------*/
/* Service CSS Start */
.ap-service-item.style-1 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-1 {
    flex-direction: column;
    gap: 40px;
  }
}
.ap-service-item.style-1:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-1:not(:last-child) {
    margin-bottom: 50px;
  }
}
.ap-service-item.style-1:nth-child(2n+2) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-1:nth-child(2n+2) {
    flex-direction: column;
  }
}
.ap-service-item.style-1:nth-child(2n+2) .content {
  padding-inline-start: 250px;
  padding-inline-end: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-service-item.style-1:nth-child(2n+2) .content {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-service-item.style-1:nth-child(2n+2) .content {
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-1:nth-child(2n+2) .content {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.ap-service-item.style-1 .thumb {
  width: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-1 .thumb {
    width: 100%;
  }
}
.ap-service-item.style-1 .thumb img {
  width: 100%;
  transition: var(--transition);
}
.ap-service-item.style-1 .thumb:hover img {
  animation: pulse-blur 800ms ease-in-out;
}
.ap-service-item.style-1 .content {
  width: 50%;
  padding-inline-start: 100px;
  padding-inline-end: 250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-service-item.style-1 .content {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-service-item.style-1 .content {
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-service-item.style-1 .content {
    width: 80%;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-1 .content {
    width: 100%;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    text-align: center;
  }
}
.ap-service-item.style-1 .content .title {
  font-size: 60px;
  margin-bottom: 30px;
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-service-item.style-1 .content .title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-1 .content .title {
    font-size: 32px;
  }
}
.ap-service-item.style-1 .content .title:hover {
  color: var(--color-primary);
}
.ap-service-item.style-1 .content .desc {
  margin-bottom: 0px;
}
.ap-service-item.style-1 .content .ap-photographer-service-btn {
  margin-top: 40px;
}
.ap-service-item.style-2 {
  position: relative;
  z-index: 5;
  padding: 25px 0;
  border-bottom: 1px solid var(--color-border-primary);
}
.ap-service-item.style-2:first-child {
  border-top: 1px solid var(--color-border-primary);
}
.ap-service-item.style-2:hover .thumb-hover {
  opacity: 1;
}
.ap-service-item.style-2 .content {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 30px 100px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-2 .content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.ap-service-item.style-2 .content .title {
  font-size: 35px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-white);
  transition: 0.3s ease-in-out;
}
.ap-service-item.style-2 .content .title:hover {
  color: var(--color-primary);
}
@media (max-width: 575px) {
  .ap-service-item.style-2 .content .title {
    margin-bottom: 20px;
  }
}
.ap-service-item.style-2 .content .desc {
  margin-bottom: 0;
}
.ap-service-item.style-2 .content .item-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-2 .content .item-btn {
    justify-content: center;
  }
}
.ap-service-item.style-2 .thumb-hover {
  width: 300px;
  height: 400px;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-item.style-2 .thumb-hover {
    display: none;
  }
}
.ap-service-item.style-3:hover .thumb img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.ap-service-item.style-3 .thumb {
  margin-bottom: 30px;
  overflow: hidden;
}
.ap-service-item.style-3 .thumb a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.ap-service-item.style-3 .thumb a:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid rgb(190, 181, 181);
  transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  opacity: 0.2;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.ap-service-item.style-3 .thumb img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.ap-service-item.style-3 .content .title {
  margin-bottom: 15px;
  transition: var(--transition);
}
.ap-service-item.style-3 .content .title:hover {
  color: var(--color-primary);
}
.ap-service-item.style-3 .content .info-list {
  margin-bottom: 30px;
}
.ap-service-item.style-3 .content .info-list ul li {
  position: relative;
  padding-left: 15px;
  list-style: none;
  color: var(--color-text-2);
  font-size: 16px;
}
.ap-service-item.style-3 .content .info-list ul li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-text);
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0.8;
}
.ap-service-item.style-3 .content .info-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* Service CSS End */
/* Service Details CSS Start */
.ap-service-details-thumb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-details-thumb-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ap-service-details-video {
  margin-bottom: 80px;
}
.ap-service-details-video video {
  width: 100%;
  height: 100%;
}

.ap-service-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-service-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-offer-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-service-offer-grid.style2 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-service-offer-grid.style2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-service-offer-grid.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ap-service-offer-item .title {
  margin-bottom: 15px;
  font-size: 32px;
}
.ap-service-offer-item .offer-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.ap-service-offer-item .offer-icon img {
  width: 100%;
  height: 100%;
}
.ap-service-offer-item .desc {
  margin-bottom: 0;
}
.ap-service-offer-item.style2 {
  background: var(--color-bg-primary);
  padding: 30px;
}
.ap-service-offer-item.style2 .title {
  font-size: 24px;
}

/* Service Details CSS End */
/*----------------------------------------*/
/*  4.12 team css
/*----------------------------------------*/
.ap-team-wrapper.style1:hover .ap-team-social {
  opacity: 1;
}
.ap-team-wrapper.style1:hover .ap-team-social .social-icon-1 {
  transform: translateY(0px);
  opacity: 1;
}
.ap-team-wrapper.style1:hover .ap-team-social .social-icon-2 {
  transform: translateY(0px);
  opacity: 1;
}
.ap-team-wrapper.style1:hover .ap-team-social .social-icon-3 {
  transform: translateY(0px);
  opacity: 1;
}
.ap-team-wrapper.style1:hover .ap-team-social .social-icon-4 {
  transform: translateY(0px);
  opacity: 1;
}
.ap-team-wrapper.style1 .ap-team-item {
  text-align: center;
}
.ap-team-wrapper.style1 .ap-team-item .name {
  transition: var(--transition);
  margin-bottom: 10px;
}
.ap-team-wrapper.style1 .ap-team-item .name:hover {
  color: var(--color-primary);
}
.ap-team-wrapper.style1 .ap-team-thumb-wrap {
  position: relative;
  margin-bottom: 20px;
}
.ap-team-wrapper.style1 .ap-team-social {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.3s;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ap-team-wrapper.style1 .ap-team-social a {
  color: var(--color-white);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  font-size: 16px;
  background: var(--color-body);
  transition: 0.3s;
  border-radius: 50%;
}
.ap-team-wrapper.style1 .ap-team-social a:hover {
  background-color: var(--color-primary);
}
.ap-team-wrapper.style1 .ap-team-social .social-icon-1 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-team-wrapper.style1 .ap-team-social .social-icon-1 {
    opacity: 1;
  }
}
.ap-team-wrapper.style1 .ap-team-social .social-icon-2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-team-wrapper.style1 .ap-team-social .social-icon-2 {
    opacity: 1;
  }
}
.ap-team-wrapper.style1 .ap-team-social .social-icon-3 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-team-wrapper.style1 .ap-team-social .social-icon-3 {
    opacity: 1;
  }
}
.ap-team-wrapper.style1 .ap-team-social .social-icon-4 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-team-wrapper.style1 .ap-team-social .social-icon-4 {
    opacity: 1;
  }
}

.ap-team-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-team-details-grid {
    align-items: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-team-details-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ap-team-details-thumb img {
  width: 100%;
  height: 100%;
}

.ap-team-details-content .designation {
  display: block;
  margin-bottom: 5px;
  color: var(--color-primary);
}
.ap-team-details-content .descrioption {
  margin-bottom: 30px;
}
.ap-team-details-content .meta {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}
.ap-team-details-content .meta-item {
  display: flex;
  gap: 25px;
  align-items: center;
}
.ap-team-details-content .meta-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: var(--color-bg-primary);
  color: var(--color-white);
  font-size: 20px;
}
.ap-team-details-content .meta-content .title {
  font-size: 18px;
  color: var(--color-white);
  margin-bottom: 5px;
}
.ap-team-details-content .meta-content .link {
  font-weight: var(--fw-bold);
  font-size: 20px;
  transition: var(--transition);
}
.ap-team-details-content .meta-content .link:hover {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  4.13 testimonial css
/*----------------------------------------*/
.ap-testimonial.style-1 {
  text-align: center;
}
.ap-testimonial.style-1 .icon {
  margin-bottom: 15px;
}
.ap-testimonial.style-1 .icon img {
  width: 50px;
}
.ap-testimonial.style-1 .desc {
  color: var(--color-white);
  font-size: 28px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-testimonial.style-1 .desc {
    font-size: 20px;
  }
}
.ap-testimonial.style-1 .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 15px;
}
.ap-testimonial.style-1 .meta .thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.ap-testimonial.style-1 .meta .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.ap-testimonial.style-1 .meta .info {
  text-align: start;
}
.ap-testimonial.style-1 .meta .name {
  font-size: 20px;
  margin-bottom: 5px;
}
.ap-testimonial.style-2 {
  width: 760px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-testimonial.style-2 {
    width: calc(100% - 150px);
  }
}
@media (max-width: 575px) {
  .ap-testimonial.style-2 {
    width: 100%;
  }
}
.ap-testimonial.style-2 .thumb {
  width: 136px;
  height: 136px;
  margin-bottom: 50px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.ap-testimonial.style-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.ap-testimonial.style-2 .desc {
  font-size: 26px;
  text-transform: capitalize;
  color: var(--color-white);
  margin-bottom: 45px;
}
.ap-testimonial.style-2 .meta .name {
  font-size: 26px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-testimonial.style-3 {
    text-align: center;
  }
}
.ap-testimonial.style-3 .thumb {
  margin-bottom: 25px;
}
.ap-testimonial.style-3 .thumb img {
  width: 100%;
}
.ap-testimonial.style-3 .subtitle {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--color-white);
  display: block;
  margin-bottom: 10px;
}
.ap-testimonial.style-3 .title {
  font-family: var(--font-title-2);
  margin-bottom: 15px;
}
.ap-testimonial.style-3 .description {
  color: var(--color-white);
  margin-bottom: 0;
}
.ap-testimonial.style-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-testimonial.style-4 {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-testimonial.style-4 {
    gap: 40px;
    flex-direction: column;
  }
}
.ap-testimonial.style-4 .thumb {
  position: relative;
  width: 34.0909%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-testimonial.style-4 .thumb {
    width: auto;
  }
}
.ap-testimonial.style-4 .thumb img {
  width: 100%;
}
.ap-testimonial.style-4 .content {
  width: 58.3333%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-testimonial.style-4 .content {
    width: auto;
    text-align: center;
  }
}
.ap-testimonial.style-4 .content .quota-icon {
  margin-bottom: 30px;
}
.ap-testimonial.style-4 .content .description {
  font-size: 28px;
  margin-bottom: 40px;
}
.ap-testimonial.style-4 .content .name {
  font-size: 24px;
  margin-bottom: 5px;
}
.ap-testimonial.style-4 .content .designation {
  font-size: 14px;
}
.ap-testimonial.style-5 {
  padding: 40px;
  background: var(--color-bg-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-testimonial.style-5 {
    padding: 30px;
  }
}
.ap-testimonial.style-5 .rating {
  margin-bottom: 25px;
  display: inline-flex;
  gap: 5px;
  color: var(--color-rating);
}
.ap-testimonial.style-5 .icon {
  margin-bottom: 25px;
}
.ap-testimonial.style-5 .icon img {
  height: 50px;
}
.ap-testimonial.style-5 .desc {
  font-size: 28px;
  color: var(--color-white);
  margin-bottom: 40px;
}
.ap-testimonial.style-5 .name {
  font-size: 22px;
  font-family: var(--font-title-2);
  margin-bottom: 10px;
  line-height: 1;
}
.ap-testimonial.style-5 .role {
  font-size: 16px;
}

.ap-slider-pagination {
  display: flex;
  justify-content: center;
}
.ap-slider-pagination .swiper-pagination-bullet {
  height: 2px;
  width: 100px;
  border-radius: 0px;
  background: var(--color-border-primary);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s linear;
}
.ap-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.ap-testimonial-area-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  inset-block-start: 50%;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  transform: translateY(-50%);
  position: absolute;
  transition: var(--transition);
}
@media (max-width: 575px) {
  .ap-testimonial-area-nav {
    display: none;
  }
}

.ap-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ap-pagination.ap-dot-slider-pagination {
  padding-left: 41.6666%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-pagination.ap-dot-slider-pagination {
    padding-left: 0;
    justify-content: center;
  }
}
.ap-pagination .swiper-pagination-bullet-active {
  width: 18px !important;
  height: 18px !important;
  border: 3px solid var(--color-white);
}
.ap-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 !important;
  background: var(--color-border-primary);
  opacity: 1;
  transition: all 0.5 linear;
}

/*----------------------------------------*/
/*  4.14 text-slider css
/*----------------------------------------*/
.ap-text-slider-area {
  overflow: hidden;
}
.ap-text-slider-item {
  position: relative;
  width: fit-content;
  white-space: nowrap;
}
.ap-text-slider-item img {
  width: 100%;
}
.ap-text-slider-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: marquee 60s linear infinite;
  gap: 0 100px;
  width: fit-content;
}
.ap-text-slider-track:hover {
  animation-play-state: paused;
}
.ap-text-slider-track.s-1 .ap-text-slider-item {
  display: flex;
  align-items: center;
  gap: 50px;
}
.ap-text-slider-track.s-1 .ap-text-slider-title {
  font-size: clamp(52px, 8vw, 150px);
  color: var(--color-white);
  white-space: nowrap;
  line-height: 1;
}
.ap-text-slider-track.s-1 .ap-text-slider-icon {
  min-width: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-text-slider-track.s-1 .ap-text-slider-icon {
    display: none;
  }
}
.ap-text-slider-track.s-1 .ap-text-slider-icon img {
  -webkit-animation: apSpinner 15s infinite linear;
  animation: apSpinner 15s infinite linear;
}
.ap-text-slider-track.s-2 .ap-text-slider-item::after {
  position: absolute;
  content: "";
  width: 74px;
  height: 3px;
  background-color: var(--color-text-2);
  inset-inline-end: -100px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.ap-text-slider-track.s-2 .ap-text-slider-title {
  font-size: 55px;
  color: var(--color-text-2);
}
.ap-text-slider-track.s-3 .ap-text-slider-title {
  font-size: 250px;
  font-size: clamp(52px, 8vw, 250px);
  color: var(--color-text);
}
.ap-text-slider-track.s-4 .ap-text-slider-title {
  font-size: 260px;
  font-size: clamp(52px, 8vw, 260px);
  line-height: 1;
  color: var(--color-white);
}
.ap-text-slider-track.s-5 .ap-text-slider-title {
  font-size: 100px;
  font-family: var(--font-title-2);
  color: var(--color-white);
}
.ap-text-slider-track.s-5 .ap-text-slider-item:nth-child(2n+2) .ap-text-slider-title {
  -webkit-text-stroke: 1px var(--color-border-primary);
  -webkit-text-fill-color: transparent;
}
.ap-text-slider-track.s-6 .ap-text-slider-title {
  font-size: 150px;
  font-family: var(--font-title);
  line-height: 1;
  color: var(--color-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-text-slider-track.s-6 .ap-text-slider-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-text-slider-track.s-6 .ap-text-slider-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-text-slider-track.s-6 .ap-text-slider-title {
    font-size: 42px;
  }
}
.ap-text-slider-track.s-6 .ap-text-slider-title span {
  -webkit-text-stroke: 2px var(--color-primary);
  -webkit-text-fill-color: transparent;
}
.ap-text-slider-track.s-7 .ap-text-slider-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ap-text-slider-track.s-7 .ap-text-slider-title {
  font-size: 50px;
  color: var(--color-white);
  white-space: nowrap;
  font-family: var(--font-title-2);
  font-weight: var(--fw-medium);
  letter-spacing: -0.02em;
}
.ap-text-slider-track.s-7 .ap-text-slider-icon {
  min-width: 67px;
}
.ap-text-slider-track.s-7 .ap-text-slider-icon img {
  -webkit-animation: apSpinner 15s infinite linear;
  animation: apSpinner 15s infinite linear;
}
.ap-text-slider-track.s-8 .ap-text-slider-title {
  font-size: 220px;
  font-size: clamp(52px, 8vw, 220px);
  font-family: var(--font-title-3);
  font-weight: var(--fw-bold);
  line-height: 0.8;
  color: var(--color-white);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*----------------------------------------*/
/*  4.15 treatments css
/*----------------------------------------*/
.ap-treatments-item {
  display: flex;
  gap: 5.208%;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-treatments-item {
    flex-direction: column;
    gap: 50px;
  }
}
.ap-treatments-item:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-treatments-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.ap-treatments-item:nth-child(2n+2) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-treatments-item:nth-child(2n+2) {
    flex-direction: column;
    gap: 50px;
  }
}
.ap-treatments-thumb {
  width: 54.844%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-treatments-thumb {
    width: 100%;
  }
}
.ap-treatments-thumb img {
  width: 100%;
  height: 100%;
}
.ap-treatments-content {
  width: calc(39.948% - 150px);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-treatments-content {
    width: calc(39.948% - 100px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-treatments-content {
    width: calc(39.948% - 50px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-treatments-content {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-treatments-content {
    text-align: center;
    width: calc(100% - 40px);
  }
}
.ap-treatments-title {
  margin-bottom: 30px;
  display: inline-block;
  transition: var(--transition);
}
.ap-treatments-title:hover {
  color: var(--color-primary);
}
.ap-treatments-desc {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-treatments-btn {
    display: flex;
    justify-content: center;
  }
}

/*----------------------------------------*/
/*  5.1 Nice Select CSS
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: solid 1px var(--color-border-primary);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-inline-start: 25px;
  padding-inline-end: 44px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: 0;
}

.nice-select:after {
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: 18px;
  transform: translateY(-50%);
  margin-top: 0;
  height: auto;
  width: auto;
  color: var(--color-white);
  transition: 0.3s;
}

.is-white .nice-select span {
  color: var(--color-white);
}

.is-white .nice-select::after {
  color: var(--color-white);
}

.is-white:hover .nice-select::after {
  color: var(--color-white);
}

.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  max-height: 220px;
  overflow-y: scroll;
}

.df-input-field .nice-select.open .list {
  width: 100%;
}

.nice-select.disabled {
  border-color: #6c757d;
  color: #6c757d;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #6c757d;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  inset-inline-start: 0 !important;
  inset-inline-end: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  color: var(--color-white);
  background-color: var(--color-bg-primary);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  inset-inline-start: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: var(--fw-regular);
  list-style: none;
  line-height: 30px;
  min-height: 30px;
  outline: none;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-white);
}
.nice-select .option:first-child {
  margin-top: 10px;
}
.nice-select .option:last-child {
  margin-bottom: 10px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: transparent;
  color: var(--color-primary);
}

.nice-select .option.selected {
  font-weight: var(--fw-regular);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #6c757d;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  5.2 Range Slider CSS
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
/*# sourceMappingURL=../maps/main.css.map */
