@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Turie – Travel & Tour Booking HTML Template
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Turie – Travel & Tour Booking HTML Template
    Version: 1.0

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

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

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classe
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Animations
		2.2 Background
		2.3 Back to top
		2.4 Breadcrumb
		2.5 Buttons
		2.6 Nice Select
		2.7 Pagination
		2.8 Preloader
		2.9 Search css start
		2.10 Section Title


	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style
		3.2 Header Style


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 dropdown menu css
		4.2 Main menu css
		4.3 Main menu css
		4.4 offcanvas

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 blog css
		5.2 Postbox css
		5.3 Recent Post css
		5.4 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about
		7.2 booking-sidebar css start
		7.3 Booking css start
		7.4 brands
		7.5 carrer
		7.6 Cart css
		7.7 category
		7.8 Checkout css
		7.9 chose
		7.10 contact
		7.11 counter
		7.12 cta css
		7.13 Datepicker css start
		7.14 destination
		7.15 faq css
		7.16 feature
		7.17 filter Style
		7.18 gallery
		7.19 Hero css start
		7.20 Instagram Style
		7.21 Login Css
		7.22 offer
		7.23 policy
		7.24 pricing
		7.25 process css
		7.26 product css start
		7.27 review css
		7.28 service
		7.29 team css start
		7.30 testimonial
		7.31 tour details css start
		7.32 tour css start
		7.33 video



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&family=Kalam:wght@300;400;700&display=swap" rel="stylesheet');
.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -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;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Onest', sans-serif;
  --tp-ff-heading: 'Onest', sans-serif;
  --tp-ff-p: 'Onest', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-kalam: 'Kalam', cursive;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #071516;
  --tp-common-red: #e52700;
  --tp-grey-1: #5f556a;
  --tp-grey-2: #faf2ea;
  --tp-theme-1: #FD4621;
  --tp-border-1: rgba(17, 17, 17, 0.08);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-common-black);
  background: var(--tp-grey-2);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

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

p {
  font-family: var(--tp-ff-p);
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid var(--tp-border-1);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-grey-1);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-grey-1);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-grey-1);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-grey-1);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-grey-1);
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gx-25 {
  --bs-gutter-x: 25px;
}

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

.gx-35 {
  --bs-gutter-x: 35px;
}

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

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 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), (max-width: 574.98px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 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: 574.98px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.gx-100 {
  --bs-gutter-x: 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: 574.98px) {
  .gx-100 {
    --bs-gutter-x: 40px;
  }
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

.tp-fix {
  overflow-x: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute !important;
}

.p-inherit {
  position: inherit !important;
}

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

.common-underline {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.common-underline:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}

.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (min-width: 1400px) {
  .container-1478 {
    max-width: 1478px;
  }
}
@media (min-width: 1400px) {
  .container-1230 {
    max-width: 1230px;
  }
}
/* Font weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

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

.tp-ff-heading {
  font-family: var(--tp-ff-heading);
}

.tp-ff-p {
  font-family: var(--tp-ff-p);
}

.tp-ff-inter {
  font-family: var(--tp-ff-inter);
}

.tp-ff-kalam {
  font-family: var(--tp-ff-kalam);
}

.tp-ff-fontawesome {
  font-family: var(--tp-ff-fontawesome);
}

.hover-thumb-wrap:hover .hover-thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-thumb-wrap .hover-thumb {
  position: relative;
  overflow: hidden;
}
.hover-thumb-wrap .hover-thumb::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
@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: 574.98px) {
  .tp-section-pt {
    padding-top: 90px;
  }
}
@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: 574.98px) {
  .tp-section-pb {
    padding-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  2.3 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 574.98px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  border-radius: 50%;
  -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;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.5 Buttons
/*----------------------------------------*/
.tp-btn {
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  padding: 18px 27px;
  border-radius: 12px;
  line-height: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  height: 60px;
}
.tp-btn:hover {
  background: var(--tp-common-red);
  box-shadow: none;
  color: var(--tp-common-white);
}
.tp-btn .icon {
  margin-right: 5px;
  transform: translateY(-2px);
}
.tp-btn .price {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.tp-btn .price::before {
  position: absolute;
  content: "";
  width: 1.4px;
  height: 18px;
  background: var(--tp-common-white);
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}
.tp-btn-black {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-black:hover {
  background: var(--tp-common-red);
  color: var(--tp-common-white);
}
.tp-btn-border {
  border: 1px solid var(--tp-common-red);
  backdrop-filter: blur(22px);
  background: rgba(253, 70, 33, 0.05);
  color: var(--tp-common-black);
}
.tp-btn-border:hover {
  color: var(--tp-common-white);
}
.tp-btn-border:hover .price::before {
  background: var(--tp-common-white);
}
.tp-btn-border .price::before {
  background: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
/*----------------------------------------*/
/*  2.8 Preloader
/*----------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tp-common-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 17rem;
  height: 16rem;
  margin: 0 auto;
}

.plane {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}

.plane-img {
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.earth-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding-top: 2.7rem;
}

.earth {
  width: 160px;
  height: 160px;
  background: url(../img/preloader/map.png);
  border-radius: 100%;
  background-size: 340px;
  animation: earthAnim 12s infinite linear;
  margin: 0 auto;
  border: 1px solid rgba(221, 65, 33, 0.0901960784);
}

@keyframes earthAnim {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -340px;
  }
}
/*----------------------------------------*/
/*  2.10 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-black);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 23px;
  line-height: 1;
  padding: 7px 16px;
}
.tp-section-title {
  font-weight: 700;
  font-size: 82px;
  line-height: 112%;
  letter-spacing: -0.05em;
  text-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.tp-section-title span {
  color: var(--tp-theme-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) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media (max-width: 574.98px) {
  .tp-section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title.fs-72 {
  font-size: 72px;
}
@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) {
  .tp-section-title.fs-72 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title.fs-72 {
    font-size: 45px;
  }
}
@media (max-width: 574.98px) {
  .tp-section-title.fs-72 {
    font-size: 40px;
  }
}
.tp-section-title.fs-46 {
  font-weight: 900;
  font-size: 46px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title.fs-46 {
    font-size: 30px;
  }
}
.tp-section-dec {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.04em;
  color: #353432;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-dec br {
    display: none;
  }
}
.tp-section-dec.fs-18 {
  font-size: 18px;
}
.tp-section-dec-two {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #505055;
}
@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: 574.98px) {
  .tp-section-dec-two br {
    display: none;
  }
}
.tp-section-two-subtitle {
  font-family: var(--tp-ff-kalam);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-section-two-subtitle span {
  background: #eaff48;
  border-radius: 6px;
  display: inline-block;
  padding: 4px 5px 0px 5px;
  line-height: 1;
}

/*----------------------------------------*/
/*  4.2 Main menu css
/*----------------------------------------*/
.tp-main-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
.tp-main-menu nav ul li:not(:last-child) {
  margin-right: 35px;
}
.tp-main-menu nav ul li:hover > a {
  color: var(--tp-theme-1);
}
.tp-main-menu nav ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  padding: 45px 0;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 574.98px) {
  .tp-header-contact .tp-btn {
    font-size: 15px;
    padding: 18px 13px;
    height: 50px;
  }
}
@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: 574.98px) {
  .tp-header-lg-ptb {
    padding: 25px 0;
  }
}

/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
.tp-footer-price {
  backdrop-filter: blur(22px);
  background: #eaff48;
  border-radius: 12px;
  display: inline-block;
  padding: 28px 52px 25px 52px;
}
.tp-footer-dec {
  font-weight: 500;
  font-size: 17px;
  color: var(--071516);
}
.tp-footer-text {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
}
.tp-footer-text .price {
  position: relative;
  margin-left: 4px;
  padding-left: 8px;
}
.tp-footer-text .price::before {
  position: absolute;
  content: "";
  width: 1.4px;
  height: 18px;
  background: var(--tp-common-black);
  left: 0;
  top: 5px;
  transition: all 0.4s ease;
}
.tp-footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0px 10px 0px;
}
.tp-footer-copyright-text p {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-footer-copyright-text p a {
  font-weight: 600;
  color: var(--tp-theme-1);
}
.tp-footer-shape {
  top: 70px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.tp-footer-shape-2 {
  top: 150px !important;
  left: 0 !important;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0 8px 8px 0;
  width: 16%;
}
.tp-footer-shape-3 {
  top: 260px !important;
  left: 250px !important;
  z-index: -1;
  width: 15%;
}
.tp-footer-shape-4 {
  top: auto !important;
  bottom: 130px;
  left: 30px !important;
  z-index: -1;
  width: 14%;
}
.tp-footer-shape-5 {
  top: auto !important;
  bottom: 90px;
  left: 18% !important;
  z-index: -1;
  width: 17%;
}
.tp-footer-shape-6 {
  top: 150px !important;
  left: auto !important;
  right: 5% !important;
  z-index: -1;
  width: 20%;
}
.tp-footer-shape-7 {
  top: auto !important;
  bottom: 90px;
  left: auto !important;
  right: 8% !important;
  z-index: -1;
  width: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-section-title {
    padding-bottom: 120px;
  }
}

/*----------------------------------------*/
/*  3.1 Hero Style 1
/*----------------------------------------*/
.tp-hero-spacing {
  padding-top: 180px;
  padding-bottom: 340px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-spacing {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-spacing {
    padding-bottom: 120px;
  }
}
.tp-hero-bottom-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
}
.tp-hero-shadow {
  border-radius: 100%;
  background: #ffe3de;
  filter: blur(50px);
  width: 388px;
  height: 388px;
  display: inline-block;
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: -7;
}
.tp-hero-shadow.two {
  width: 316px;
  height: 316px;
  background: #6bffb5;
  filter: blur(210px);
  top: auto;
  right: auto;
  left: -100px;
  bottom: -100px;
  z-index: -8;
}
.tp-hero-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}
.tp-hero-shape-2 {
  position: absolute;
  bottom: 0;
  left: auto !important;
  right: -15px;
  z-index: -2;
}
.tp-hero-shape-3 {
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: -30px !important;
  z-index: -3;
}
.tp-hero-shape-4 {
  position: absolute;
  bottom: 0;
  right: -20px;
  left: auto !important;
  z-index: -4;
  height: 100%;
  object-fit: cover;
}
.tp-hero-shape-5 {
  position: absolute;
  bottom: 0;
  right: -20px;
  left: auto !important;
  z-index: -5;
  height: 100%;
  object-fit: cover;
}
.tp-hero-shape-6 {
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: auto !important;
  right: 0;
  z-index: -6;
}
.tp-hero-shape-7 {
  position: absolute;
  left: auto !important;
  top: 117px !important;
  right: 10%;
  z-index: -7;
}
.tp-hero-demo-tag span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 538%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  3.1 demo Style 1
/*----------------------------------------*/
.tp-demo-tag {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tp-demo-tag span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 7px 21px;
  display: inline-block;
}
.tp-demo-thumb {
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid var(--tp-common-white);
}
.tp-demo-thumb .thumb {
  transition: 0.9s;
  width: 100%;
}
.tp-demo-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.06em;
  color: var(--tp-common-black);
}
.tp-demo-item:hover:hover .tp-demo-figma {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.tp-demo-item:hover:hover .tp-demo-thumb .thumb {
  transform: scale(1.1);
}
.tp-demo-figma {
  margin: 25px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  gap: 9px;
  opacity: 0;
  visibility: hidden;
  padding: 7px 18px;
  transition: 0.3s;
  border-radius: 42px;
  border: 1px solid #FFF;
  background: var(--tp-common-white);
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.2);
}
.tp-demo-figma span {
  color: #0E0F11;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.tp-inner-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: #f2eae2;
  padding: 16px 16px 20px 16px;
}
.tp-inner-item:hover .tp-inner-thumb img {
  transform: scale(1.1);
}
.tp-inner-title {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
}
.tp-inner-thumb {
  margin-bottom: 22px;
  border-radius: 12px;
  overflow: hidden;
}
.tp-inner-thumb img {
  transition: 0.9s;
}
.tp-inner-demo-count {
  font-weight: 700;
  font-size: 290px;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: #ff5b00;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-inner-demo-count {
    font-size: 70px;
  }
}
.tp-inner-pages-thumb {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 16px;
  overflow: hidden;
}
.tp-inner-pages-thumb img {
  border-radius: 12px;
}

.tp-feature-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 80px 70px 35px 70px;
}
@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: 574.98px) {
  .tp-feature-item {
    padding: 40px 30px 5px 30px;
  }
}
.tp-feature-icon {
  width: 80px;
  height: 80px;
  background: rgba(253, 70, 33, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.tp-feature-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.tp-feature-dec {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #85868b;
}

.icon-animetion-wrap:hover .icon-animetion-icon {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.icon-animetion-icon {
  transition: all 0.4s ease;
}

/*----------------------------------------*/
/*  tp-shop-area-start
/*----------------------------------------*/
.tp-shop-bg {
  background: #F3EFE9;
}
.tp-shop-thumb img {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 574.98px) {
  .tp-shop-thumb img {
    border-radius: 14px 0px 0px 14px;
  }
}
.tp-shop-slider-wrap {
  background: rgba(232, 224, 213, 0.4);
  border-radius: 0 20px 20px 0;
  padding: 35px 0px 22px 40px;
  overflow: hidden;
}
@media (max-width: 574.98px) {
  .tp-shop-slider-wrap {
    padding: 35px 0px 22px 20px;
  }
}
.tp-shop-slider-active {
  margin-right: -550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-shop-slider-active {
    margin-right: 0;
  }
}
.tp-shop-title {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@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: 574.98px) {
  .tp-shop-title-wrap {
    margin-left: 20px;
  }
}
.tp-shop-para {
  font-size: 17px;
  line-height: 165%;
  color: var(--tp-common-black);
}
.tp-shop-navigation {
  display: flex;
  justify-content: end;
  margin-right: 22px;
}
.tp-shop-navigation span {
  border-radius: 40px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5A5A67;
  transition: all 0.4s ease;
}
.tp-shop-navigation span:hover {
  background: #e8e0d5;
  color: var(--tp-common-black);
}
@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: 574.98px) {
  .tp-shop-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-main-wrap {
    padding-top: 150px;
  }
}
.tp-blog-slider-wrap {
  border-radius: 24px 0 0 24px;
}
.tp-blog-slider-wrap .tp-shop-slider-2-active {
  margin-right: -550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-slider-wrap .tp-shop-slider-2-active {
    margin-right: 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: 574.98px) {
  .tp-blog-main-wrap {
    padding-top: 80px;
  }
}

.fraction-wrapper {
  position: absolute;
  bottom: 43px;
  left: 44px;
  width: 100px;
  z-index: 1;
  height: 12px;
}
@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: 574.98px) {
  .fraction-wrapper {
    margin-top: 22px;
    bottom: auto;
  }
}
.fraction-wrapper #paginations span,
.fraction-wrapper #paginations-2 span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #5a5a67;
}
.fraction-wrapper #paginations span:last-child,
.fraction-wrapper #paginations-2 span:last-child {
  float: right;
}
.fraction-wrapper #paginations-2 span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #5a5a67;
}
.fraction-wrapper #paginations-2 span:last-child {
  float: right;
}

#paginations,
#paginations-2 {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.shop-slider-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  z-index: 11;
  background-color: var(--tp-border-1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-slider-progress-bar span {
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 100%;
  background-color: var(--tp-common-black);
  transform: scaleX(1);
  transform-origin: left;
}

.tp-faq-item {
  margin-bottom: -1px;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.tp-faq-item.active .tp-faq-button::before, .tp-faq-item.active .tp-faq-button:after {
  color: var(--tp-theme-1);
}
.tp-faq-body {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  padding-bottom: 13px;
  padding-right: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-body {
    padding-right: 0;
  }
}
.tp-faq-body p {
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
}
.tp-faq-button {
  background: transparent;
  letter-spacing: -0.4px;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  position: relative;
  line-height: 1.3;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-theme-1);
  display: flex;
  padding-right: 50px;
}
.tp-faq-button.collapsed {
  color: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .tp-faq-button {
    font-size: 18px;
  }
}
.tp-faq-button span {
  font-weight: 500;
  margin-right: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-button span {
    margin-right: 30px;
  }
}
.tp-faq-button::before, .tp-faq-button:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  transition: all 0.5s ease;
}
.tp-faq-button.collapsed:after {
  content: "\f067";
}

/*----------------------------------------*/
/*  7.12 exclusive css
/*----------------------------------------*/
.tp-exclusive-fea-subtitle {
  color: #0E0F11;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  font-family: var(--tp-ff-kalam);
}
.tp-exclusive-fea-subtitle i {
  border-radius: 6px;
  background: var(--tp-theme-1);
  padding: 3px 6px;
  display: inline-block;
}
.tp-exclusive-fea-btn {
  margin-right: -18px;
}
@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: 574.98px) {
  .tp-exclusive-fea-btn {
    margin-right: 0;
  }
}
.tp-exclusive-fea-btn ul.nav {
  display: inherit;
}
.tp-exclusive-fea-btn ul li:not(:last-child) {
  margin-bottom: 17px;
}
.tp-exclusive-fea-btn ul li button {
  gap: 15px;
  display: block;
  padding: 17px 25px;
  display: flex;
  align-items: center;
  color: #4B4B52;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  transition: 0.3s;
  border-radius: 6px;
  background: transparent;
  text-align: left;
  border: 1px solid rgba(17, 17, 17, 0.2);
}
.tp-exclusive-fea-btn ul li button.active {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-exclusive-fea-btn ul li button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-exclusive-fea-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tp-exclusive-fea-bg img {
  border-radius: 20px;
}
.tp-exclusive-fea-tab {
  height: 575px;
}
@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: 574.98px) {
  .tp-exclusive-fea-tab {
    height: 480px;
  }
}
@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: 574.98px) {
  .tp-exclusive-fea-tab {
    margin-left: 0;
    margin-top: 50px;
    height: auto;
  }
}
.tp-exclusive-fea-spacing {
  padding: 100px 90px 28px 100px;
  border-radius: 16px;
}
@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: 574.98px) {
  .tp-exclusive-fea-spacing {
    padding: 50px 40px 28px 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), (max-width: 574.98px) {
  .tp-exclusive-fea-spacing {
    padding: 40px 20px 18px 20px;
  }
}

/*----------------------------------------*/
/*  7.12 slider css
/*----------------------------------------*/
.tp-text-slide-active .swiper-slide {
  display: inline-block;
  width: auto !important;
}
.tp-text-slide-item h2 {
  font-size: 162px;
  font-weight: 700;
  color: #ded6ce;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  font-family: var(--tp-ff-heading);
}
@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) {
  .tp-text-slide-item h2 {
    font-size: 100px;
  }
}
@media (max-width: 574.98px) {
  .tp-text-slide-item h2 {
    font-size: 170px;
  }
}
.tp-text-slide-para p {
  font-family: var(--tp-ff-kalam);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tp-common-black-2);
}
@media (max-width: 574.98px) {
  .tp-text-slide-para p {
    font-size: 14px;
  }
}
@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: 574.98px) {
  .tp-text-slide-shape img {
    width: 200px;
  }
}
.tp-text-slide-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 11%;
  right: 358px;
  z-index: 1;
}
@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: 574.98px) {
  .tp-text-slide-content {
    right: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-text-slide-content {
    right: 20px;
  }
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.slide-transtion .swiper-slide {
  width: auto;
}

/*----------------------------------------*/
/*  3.1 review Style
/*----------------------------------------*/
.tp-review-content {
  background: #f9e6d8;
  border-radius: 12px;
  padding: 52px 52px 52px 52px;
  margin-left: 60px;
  margin-right: 75px;
}
@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: 574.98px) {
  .tp-review-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-review-content {
    padding: 32px 32px 32px 32px;
  }
}
.tp-review-title {
  font-weight: 600;
  font-size: 20px;
}
.tp-review-dec {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-review-dec br {
    display: none;
  }
}
.tp-review-avatar span {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  3.1 plugin Style 1
/*----------------------------------------*/
.tp-plugin-bottom-logo {
  width: 130px;
  height: 130px;
  display: inline-block;
  border: 1px solid rgba(14, 15, 17, 0.1);
  border-radius: 400px;
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 574.98px) {
  .tp-plugin-bottom-logo {
    margin-bottom: 10px;
  }
}
.tp-plugin-bottom-title {
  font-weight: 600;
  font-size: 18px;
}
.tp-plugin-bottom-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  display: inline-block;
  text-align: center;
  color: #71717b;
  background: #efe7df;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 27px;
  width: 160px;
  max-width: 160px;
  font-family: var(--tp-ff-inter);
}
@media (max-width: 574.98px) {
  .tp-plugin-bottom-btn {
    width: 148px;
    max-width: 148px;
  }
}
.tp-plugin-popular-dec {
  font-weight: 500;
  font-size: 14px;
  color: #505055;
  font-family: var(--tp-ff-inter);
}
.tp-plugin-popular-dec span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  border-radius: 50px;
  width: 74px;
  height: 28px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background: var(--tp-theme-1);
  display: inline-block;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-plugin-para br {
    display: none;
  }
}

.strb-hero-bg {
  padding: 100px 80px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .strb-hero-bg {
    padding: 80px 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .strb-hero-bg {
    padding: 80px 40px;
    padding-bottom: 0px;
  }
}
.strb-hero-list span {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  display: table;
  border-radius: 30px;
  padding: 15px 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 574.98px) {
  .strb-hero-list span {
    font-size: 14px;
    padding: 15px 16px;
  }
}
.strb-hero-list span:not(:last-child) {
  margin-bottom: 8px;
}
.strb-hero-thumb {
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .strb-hero-thumb {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strb-hero-thumb {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strb-hero-thumb {
    margin-bottom: 80px;
    transform: scale(0.8);
  }
}
@media (max-width: 574.98px) {
  .strb-hero-thumb {
    transform: scale(0.9);
    margin-bottom: 80px;
  }
}
.strb-hero-thumb-inner-1 {
  position: absolute;
  top: 11%;
  left: -20%;
}
.strb-hero-thumb-inner-2 {
  position: absolute;
  top: 3%;
  right: -17%;
}
.strb-hero-play-btn {
  position: absolute;
  top: 38%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.strb-hero-play-btn a {
  height: 100px;
  width: 100px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  color: var(--tp-common-white);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #5082ff 0%, #004aff 100%);
}
.strb-hero-play-btn a svg {
  margin-left: 4px;
}
.strb-hero-play-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 100%;
  transform: scale(1.3);
  display: inline-block;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.3);
  animation: animate-pulse 3s linear infinite;
  z-index: -1;
}

/*# sourceMappingURL=main.css.map */
