/*============================================

   Theme Name: ATW Travels - Tour & Travel Booking website
   Author : ATW Travels
   Support: https://atwtravels.com
   Description: ATW Travels - Tour & Travel Booking website
   Version: 1.0.0

==============================================*/
/* CSS Index
==============================================

	// components

	01. Animation
	02. background
	03. Breadcrumb
	04. Button
	05. minicart
	06. Mobile Menu
	07. Nice Select
	08. OffCanvas
	09. pagenation
	10. Preloader
	11. Scroll Top
	12. Search
	13. Section Title
	14. spacing default responsive

	// layout

    01. about
	02. ads
	03. banner
	04. blog
	05. booking
	06. brand
	07. chose
	08. contact
	09. counter
	10. cta
	11. destination
	12. error
	13. faq
	14. filter
	15. flatpicker
	16. foods
	17. footer
	18. Header
	19. hero
	20. listing
	23. location
	24. map
	25. shop
	26. shop
	27. team
	28. testimonial
	29. listing
	30. login

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Outfit:wght@100..900&amp;display=swap");
@font-face {
  font-family: "segoepr";
  src: url("../fonts/Segoe-Print-Font.html") format("trueType");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chillax";
  src: url("../fonts/Chillax-Semibold.html") format("trueType");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.html") format("trueType");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rage";
  src: url("../fonts/RAGE_1.html") format("trueType");
  font-weight: normal;
  font-style: normal;
}
:root {
  --tg-ff-body: "Poppins", sans-serif;
  --tg-ff-outfit: "Outfit", sans-serif;
  --tg-ff-segoepr: 'segoepr', sans-serif;
  --tg-ff-chillax: 'chillax', sans-serif;
  --tg-ff-quentin: 'quentin', sans-serif;
  --tg-ff-rage: 'rage', sans-serif;
  --tg-ff-fontawesome: "Font Awesome 7 Free";
  --tg-common-white: #fff;
  --tg-common-black: #020615;
  --tg-common-black-2: #000;
  --tg-common-yellow: #ff9901;
  --tg-grey-1: #353844;
  --tg-grey-2: #454546;
  --tg-grey-3: #f3f3f4;
  --tg-grey-4: #737374;
  --tg-grey-5: #f8f8f8;
  --tg-grey-6: #666;
  --tg-grey-7: #f6f6f7;
  --tg-grey-8: #f6f4fa;
  --tg-theme-primary: #f99914;
  --tg-theme-secondary: #f74a1f;
  --tg-border-1: #e1e1e1;
  --tg-border-2: #c5c5c5;
  --tg-border-3: #e6e6e6;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-ff-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-grey-1);
  line-height: 26px;
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-common-black);
  text-decoration: none;
}

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

li {
  list-style: none;
}

.scrool-bar::-webkit-scrollbar {
  width: 5px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-left: 5px;
}

.scrool-bar::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  outline: 1px solid #e1e1e1;
}

.scrool-bar::-mos-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  outline: 1px solid #e1e1e1;
}

.scrool-height {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
}

button:focus,
input:focus,
input:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
  outline: none;
  background-color: #fff;
  height: 40px;
  width: 100%;
  line-height: 56px;
  font-size: 15px;
  color: var(--tg-grey-1);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #a2a9ac;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
  color: var(--tg-grey-1);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder {
  color: var(--tg-grey-1);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder {
  color: var(--tg-grey-1);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder {
  color: var(--tg-grey-1);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder {
  color: var(--tg-grey-1);
}


h2,
h3,
h4,
h5 {
  color: var(--tg-common-black);
  font-weight: 700;
  line-height: 1.1;
  text-transform: unset;
}


h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

p {
  margin-bottom: 15px;
}

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(--tg-theme-primary);
  color: var(--tg-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-white);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input {
  color: var(--tg-grey-1);
}

*::-moz-placeholder {
  color: var(--tg-grey-1);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--tg-grey-1);
  font-size: 16px;
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.tg-round-15 {
  border-radius: 15px;
}

.tg-round-25 {
  border-radius: 25px;
}

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

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

/*=============================
    - Bootstrap Custom
=============================*/
.include-bg {
  background-color: #1b1616;
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}
@media (min-width: 1400px) {
  .container-1545 {
    max-width: 1545px;
  }
}
/*=============================
	04. Button
===============================*/
.tg-btn {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tg-common-white);
  border-radius: 6px;
  padding: 12px 27px;
  background: var(--tg-theme-primary);
  display: inline-block;
}
.tg-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-white);
}
.tg-btn-switch-animation .btn-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tg-btn-switch-animation .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.tg-btn-switch-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tg-btn-switch-animation:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.tg-btn-switch-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.tg-btn-switch-animation:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 225ms;
}
.tg-btn-header {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  border: 1px solid var(--tg-common-white);
  border-radius: 100px;
  padding: 6px 20px;
  display: inline-block;
  background: transparent;
}
.tg-btn-header:hover {
  color: var(--tg-common-white);
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.tg-btn-header span {
  transform: translateY(-2px);
  display: inline-block;
  margin-right: 4px;
}
.tg-btn-gray {
  background: var(--tg-grey-7);
  color: var(--tg-theme-primary);
}
.tg-btn-gray:hover {
  color: var(--tg-common-white);
}

/*=============================
    10. Preloader
===============================*/
#loading {
  background-color: var(--tg-common-white);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0px;
  top: 0px;
  left: 0;
}

@keyframes l40-1 {
  0%, 10%, 90%, 100% {
    inset: 0;
  }
  40%, 60% {
    inset: -10px;
  }
}
@keyframes l40-2 {
  0%, 40% {
    transform: rotate(0);
  }
  60%, 100% {
    transform: rotate(90deg);
  }
}
/*=============================
    02. background
===============================*/
.tg-grey-bg {
  background: var(--tg-grey-5);
}

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

/*=============================
	 08. OffCanvas
===============================*/

.offCanvas__info {
  background: var(--tg-common-white) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.offCanvas__info.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offCanvas__info::-webkit-scrollbar {
  width: 0px;
}
.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}
.offCanvas__close-icon button {
  background: transparent;
  color: var(--tg-theme-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--tg-theme-primary);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.offCanvas__close-icon button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-white);
}
.offCanvas__logo img {
  max-height: 34px;
}
.offCanvas__side-info {
  border-top: 1px solid var(--tg-theme-primary);
  padding-top: 25px;
}
.offCanvas__side-info .contact-list h4 {
  color: var(--tg-common-black);
  font-weight: 700;
  font-size: 18px;
}
.offCanvas__side-info .contact-list p {
  color: var(--tg-grey-1);
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}
.offCanvas__social-icon a {
  color: var(--tg-theme-primary);
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--tg-theme-primary);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.offCanvas__social-icon a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-white);
}
.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
}

/*=========================
      03. Breadcrumb
===========================*/

/*=============================
    11. Scroll Top
===============================*/
.scroll__top {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 0;
  z-index: 99;
  color: var(--tg-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s ease;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .scroll__top {
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-white);
}

/*=============================
	13. Section Title
===============================*/
.tg-section-subtitle {
  font-family: var(--tg-ff-segoepr);
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tg-theme-primary);
}

/*=============================
	06. Mobile Menu
===============================*/
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 9991;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 60px 10px 25px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tg-common-black);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  letter-spacing: 1px;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 23px;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-theme-primary);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 0;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-white);
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-common-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}

/*=============================
    01. Animation
===============================*/
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@-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%;
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-infinite-2 {
  -webkit-animation: rotate-infinite-2 15s linear infinite;
  animation: rotate-infinite-2 15s linear infinite;
}

@-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);
  }
}
.rotate-infinite {
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*=============================
	12. Search
===============================*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tg-common-white);
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.search__input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tg-common-black);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::placeholder {
  font-size: 24px;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tg-theme-primary);
  border: none;
  padding: 0 0;
  background: transparent;
}
.search__close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 2;
}
.search-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  background: transparent;
}
.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}

.search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition: all 0.5s;
}
.search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s;
}

/*=============================
	05. minicart
===============================*/
.minicart {
  background: var(--tg-common-white);
  padding: 25px;
  position: absolute;
  width: 350px;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.3);
  visibility: hidden;
  opacity: 0;
  top: 100%;
  right: 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9;
}

.cart-thumb {
  padding-right: 15px;
}

.tg-header-cart:hover .minicart {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

/*=============================
	14. spacing default responsive
===============================*/

@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) {
  .pt-140 {
    padding-top: 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) {
  .pt-135 {
    padding-top: 95px;
  }
}

@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) {
  .pt-130 {
    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: 575px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@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) {
  .pt-100 {
    padding-top: 60px;
  }
}

@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) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@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) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@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) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@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) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

/*=============================
	07. Nice Select
===============================*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 58px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  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: auto;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  color: var(--tp-grey-1);
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select:focus {
  border-color: var(--tg-theme-primary);
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 20px;
  font-size: 18px;
  font-family: var(--tg-ff-fontawesome);
  color: var(--tg-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*=============================
	09. pagenation
===============================*/

/*=============================
    	18. Header
===============================*/
@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) {
  .tg-header-lg-space {
    padding: 14px 0px;
  }
}
.tg-header-cart .cart-button {
  color: var(--tg-common-white);
  position: relative;
}
.tg-header-cart-count {
  position: absolute;
  right: -6px;
  top: -5px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  background: var(--tg-theme-secondary);
  text-align: center;
  line-height: 17px;
  border-radius: 20px;
}
.tg-header-contact-icon {
  color: var(--tg-common-white);
  border: 1.2px solid var(--tg-border-2);
  border-radius: 100px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
}
.tg-header-contact-icon svg {
  margin-left: 2px;
}
.tg-header-contact-number span {
  font-size: 12px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  display: block;
  line-height: 1;
  font-weight: 500;
}
.tg-header-contact-number a {
  text-transform: capitalize;
  color: var(--tg-common-white);
  font-weight: 600;
}
.tg-header-contact-number a:hover {
  color: var(--tg-border-2);
}
@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) {
  .tg-header-logo {
    text-align: left !important;
  }
}
.tg-header-logo-bg {
  width: 179px;
  height: 111px;
  border-radius: 27px;
  background: var(--tg-grey-5);
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 40px;
  }
}
.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}
.tgmenu__navbar-wrap ul li a {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  padding: 35px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tgmenu__navbar-wrap ul li a {
    padding: 42px 18px;
  }
}
.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  background: var(--tg-common-white);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 0;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 6px 15px 6px 25px;
  display: block;
  color: var(--tg-common-black);
  font-size: 15px;
}
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a, .tgmenu__navbar-wrap ul li .sub-menu li.active > a {
  color: #b38ef7;
}
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a {
  color: #e2d6f8;
}
.tgmenu__navbar-wrap-2 ul li a {
  color: var(--tg-common-black);
  padding: 37px 11px;
}
.tgmenu__navbar-wrap-2 ul li:first-child a {
  padding-left: 0;
}
.tgmenu__navbar-wrap-2 > ul > li.active a, .tgmenu__navbar-wrap-2 > ul > li:hover a {
  color: var(--tg-theme-primary);
}
.tgmenu__main-menu li.menu-item-has-children > a::after {
  content: "\f078";
  display: block;
  font-family: var(--tg-ff-fontawesome);
  font-size: 12px;
  font-weight: 700;
  margin-left: 4px;
}
.tgmenu-offcanvas-open-btn {
  line-height: 0;
}
.tgmenu-offcanvas-open-btn span {
  height: 2px;
  width: 34px;
  background-color: var(--tg-common-white);
  display: block;
  border-radius: 6px;
}
.tgmenu-offcanvas-open-btn span:not(:last-child) {
  margin-bottom: 6px;
}
.tgmenu-offcanvas-open-btn.mobile-nav-black span {
  background-color: var(--tg-common-black);
}
@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) {
  .tgmenu-1-space {
    margin-left: 0;
  }
}

.tg-menu-right-action-2 .tg-btn-header {
  color: var(--tg-common-white);
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.tg-menu-right-action-2 .tg-btn-header:hover {
  background: var(--tg-common-black);
  border-color: var(--tg-common-black);
}
.tg-menu-right-action-2 .tg-header-contact-number span {
  color: var(--tg-grey-1);
}
.tg-menu-right-action-2 .tg-header-contact-number a {
  color: var(--tg-common-black);
}
.tg-menu-right-action-2 .tg-header-contact-icon {
  color: var(--tg-common-black);
  border-color: #dadada;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: var(--tg-common-white);
}
.tg-menu-right-action-2 .tg-header-cart .cart-button {
  border: 1px solid #dadada;
  border-radius: 100px;
  width: 40px;
  display: inline-block;
  height: 40px;
  color: var(--tg-common-black);
  text-align: center;
  background: var(--tg-common-white);
  line-height: 36px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.152);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  backdrop-filter: blur(10px);
}
.header-sticky-gradient {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background: linear-gradient(to bottom, #ffffff, #ffffffe8, #ffffff);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-sticky-gradient .tgmenu__main-menu ul > li > a,

.header-sticky .tgmenu__main-menu ul > li > a {
  padding: 21px 12px;
  color: var(--tg-common-black);
}
.header-sticky .tg-header-contact-number a {
  color: var(--tg-common-black);
}
.header-sticky .tg-header-contact-icon {
  color: var(--tg-common-black);
  border: 1.2px solid #dadada;
}
.header-sticky .tg-header-contact-number span {
  color: var(--tg-grey-1);
}
.header-sticky .tg-header-cart .cart-button {
  color: var(--tg-common-black);
}
.header-sticky .tg-btn-header {
  color: var(--tg-common-white);
  border: 1px solid var(--tg-theme-primary);
  background: var(--tg-theme-primary);
}
.header-sticky .tg-btn-header:hover {
  color: var(--tg-theme-primary);
  background: transparent;
}
.header-sticky-gradient .tgmenu-offcanvas-open-btn span {
  background-color: var(--tg-common-black);
}
.header-sticky .tgmenu-offcanvas-open-btn span {
  background-color: var(--tg-common-black);
}
.header-sticky .tg-header-logo-bg {
  display: none !important;
}
.header-sticky .tgmenu__navbar-wrap-2 ul li > a {
  padding: 21px 11px;
}
.header-sticky .tgmenu__navbar-wrap > ul > li.active > a, .header-sticky .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-theme-primary);
}

/*=============================
    	19. hero
===============================*/
.tg-hero-3-spacing {
  padding-top: 244px;
  padding-bottom: 135px;
}
.tg-hero-3-title {
  font-weight: 600;
  font-size: 54px;
  text-transform: capitalize;
  color: var(--tg-common-white);
}
@media (max-width: 575px) {
  .tg-hero-3-title {
    font-size: 40px;
  }
}

/*=============================
    	05. booking
===============================*/
.tg-booking-form-input-group {
  flex-wrap: wrap;
}
@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) {
  .tg-booking-form-input-group {
    justify-content: flex-start !important;
  }
}
.tg-booking-form-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tg-grey-2);
  display: block;
}
.tg-booking-form-location-list {
  width: 220px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  background: var(--tg-common-white);
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
.tg-booking-form-location-list.tg-quantity {
  width: 320px;
  left: auto;
  right: 0;
}
@media (max-width: 575px) {
  .tg-booking-form-location-list.tg-quantity {
    width: 285px;
  }
}
.tg-booking-form-location-list.tg-quantity ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tg-booking-form-location-list.tg-list-open {
  opacity: 1;
  visibility: visible;
  margin-top: 6px;
  position: absolute;
  top: 100%;
  z-index: 9;
}
.tg-booking-form-location-list ul li {
  padding: 10px 18px;
  color: var(--tg-grey-4);
  -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;
  border-radius: 10px;
  cursor: pointer;
}
.tg-booking-form-location-list ul li:hover {
  background: var(--tg-grey-3);
}
.tg-booking-form-location-list ul li span {
  font-size: 14px;
  margin-left: 5px;
}
.tg-booking-form-location-list ul li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  font-size: 14px;
}
@media (max-width: 575px) {
  .tg-booking-form-search-btn {
    width: 100%;
  }
}
.tg-booking-form-search-btn .bk-search-button {
  background: var(--tg-theme-secondary);
  font-weight: 600;
  font-size: 15px;
  color: var(--tg-common-white);
  border-radius: 8px;
  padding: 10px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tg-booking-form-search-btn .bk-search-button {
    padding: 10px 40px;
  }
}
@media (max-width: 575px) {
  .tg-booking-form-search-btn .bk-search-button {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tg-booking-form-parent-inner {
    width: 100%;
    margin-right: 0;
  }
}
.tg-booking-form-3 {
  background: var(--tg-common-white);
  padding: 23px 30px 14px 30px;
  /* box-shadow: 10px 12px 0 0 #003a97; */
  border-radius: 15px;
}
.tg-booking-quantity-item {
  width: 130px;
  position: relative;
}
.tg-booking-quantity-item .tg-quantity-input {
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  background-color: var(--tg-common-white);
  padding: 0 45px;
  width: 100%;
  border-radius: 6px;
}
.tg-booking-quantity-item span {
  width: 35px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tg-common-black);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease;
  margin: 0 3px !important;
}
.tg-booking-quantity-item span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #e1e1e1;
}
.tg-booking-quantity-item span.decrement {
  right: auto;
  left: 0;
}
.tg-booking-quantity-item span.decrement::before {
  left: auto;
  right: 0;
}
.tg-booking-title-value {
  margin-right: 10px;
}
.tg-booking-add-input-field {
  background: var(--tg-grey-3);
  border-radius: 8px;
  padding: 9px 17px;
  width: 216px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-booking-add-input-field {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .tg-booking-add-input-field {
    width: 100%;
  }
}
.tg-booking-add-input-field span {
  font-size: 13px;
  color: var(--tg-grey-4);
}
.tg-booking-add-input-field span.location {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.tg-booking-add-input-date .input {
  display: inline-block;
  background: var(--tg-grey-3);
  border-radius: 8px;
  padding: 9px 18px;
  padding-right: 50px;
  cursor: pointer;
  border: none;
  width: 216px;
  font-size: 13px;
  height: 44px;
  color: var(--tg-grey-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-booking-add-input-date .input {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .tg-booking-add-input-date .input {
    width: 100%;
  }
}
.tg-booking-add-input-date .input::placeholder {
  font-size: 13px;
  color: var(--tg-grey-4);
}
.tg-booking-add-input-date span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

/*=============================
    15. flatpicker
===============================*/

/*=============================
    	01. about
===============================*/

/*=============================
    	20. listing
===============================*/
.tg-listing-card-thumb {
  border-radius: 12px 12px 0px 0px;
  position: relative;
}
.tg-listing-card-thumb::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 98px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 75%);
  transform: rotate(180deg);
  z-index: 1;
  -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;
}
.tg-listing-card-thumb .shape {
  background-image: url(../img/listing/angle.html);
  background-repeat: no-repeat;
  background-size: cover;
}
.tg-listing-card-thumb .shape-2 {
  background-image: url(../img/listing/angle-2.html);
  background-repeat: no-repeat;
  background-size: cover;
}
.tg-listing-card-thumb .shape-3 {
  background-image: url(../img/listing/angle-3.html);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.tg-listing-card-thumb .shape-3 svg {
  margin-right: 4px;
}
.tg-listing-card-thumb .tg-card-border {
  border-radius: 12px 12px 0px 0px;
  -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;
}
.tg-listing-card-thumb img {
  -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;
  border-radius: 12px 12px 0px 0px;
}
.tg-listing-card-duration-tour span {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--tg-common-black);
  display: flex;
  align-items: center;
}
.tg-listing-card-duration-tour span svg {
  margin-right: 5px;
}
.tg-listing-card-title {
  font-weight: 600;
  line-height: 133%;
  text-transform: capitalize;
}
.tg-listing-card-title:hover a {
  color: var(--tg-theme-primary);
}
.tg-listing-card-item {
  background: var(--tg-common-white);
  border: 1px solid var(--tg-border-3);
  border-radius: 12px;
}
.tg-listing-card-item:hover .tg-listing-card-thumb::before {
  opacity: 1;
  visibility: visible;
}
.tg-listing-card-item:hover .tg-listing-card-thumb img {
  transform: scale(1.1);
}
.tg-listing-card-content {
  padding: 0px 18px 14px 25px;
}
.tg-listing-rating-percent {
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--tg-common-black);
}
.tg-listing-item-price-discount {
  position: absolute;
  top: 17px;
  left: 0;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  padding: 6px 20px 6px 14px;
  line-height: 1;
  display: inline-block;
}
.tg-listing-item-wishlist a {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--tg-common-white);
  text-align: center;
  line-height: 33px;
}
.tg-listing-item-wishlist a:hover {
  color: var(--tg-theme-primary);
}
.tg-listing-2-price {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tg-common-white);
  border: 1px solid var(--tg-common-white);
  border-radius: 100px;
  padding: 1px 15px;
  display: inline-block;
  background: var(--tg-theme-primary);
  position: relative;
}
.tg-listing-2-price span {
  display: inline-block;
}
.tg-listing-2-price del {
  color: #dbe6f7;
  font-size: 12px;
  font-weight: 500;
}
.tg-listing-3-card-item .tg-listing-card-thumb::before {
  opacity: 1;
  visibility: visible;
}
.tg-listing-3-card-item .tg-listing-card-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 70%;
  background: var(--tg-theme-primary);
  z-index: 1;
}
.tg-listing-3-card-item .tg-listing-2-price {
  position: absolute;
  bottom: 0;
  left: 24px;
  z-index: 2;
  background: none;
  border: none;
  background-image: url(../img/listing/listing-3/rectangle.html);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  width: auto;
  font-size: 18px;
  padding: 5px 25px 2px 10px;
}
.tg-listing-3-card-item .tg-listing-2-price del {
  font-size: 14px;
  transform: translateY(-1px);
  display: inline-block;
  color: #dbe6f7;
}
.tg-listing-3-shape {
  position: absolute;
  right: 63px;
  bottom: 135px;
  z-index: -1;
  width: 13%;
}

/*=============================
    	07. chose
===============================*/
.tg-chose-list-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .tg-chose-section-title h2 br {
    display: none;
  }
}
.tg-chose-3-left {
  padding-right: 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) {
  .tg-chose-3-left {
    padding-right: 0;
  }
}
.tg-chose-3-map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -52px;
}
.tg-chose-3-shape {
  position: absolute;
  right: 32px;
  bottom: 0;
  width: 17%;
  z-index: -1;
}
.tg-chose-3-rounded {
  display: inline-block;
  margin-left: 63px;
}
@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) {
  .tg-chose-3-rounded {
    margin-left: 0;
  }
}
.tg-chose-3-star {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.tg-chose-3-thumb .main-thumb {
  box-shadow: -10px 13px 20px 0 rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  transform: rotate(-4deg);
  border: 8px solid var(--tg-common-white);
  border-radius: 20px;
  max-width: 288px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .tg-chose-3-thumb .main-thumb {
    max-width: 100%;
  }
}
.tg-chose-3-thumb-2 {
  box-shadow: -10px 13px 20px 0 rgba(0, 0, 0, 0.1);
  border: 8px solid var(--tg-common-white);
  border-radius: 20px;
  background: #f2f2f2;
  transform: rotate(3deg);
}
@media (max-width: 575px) {
  .tg-chose-3-thumb-2 {
    max-width: 100%;
  }
}
@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) {
  .tg-chose-content {
    margin-left: 0;
  }
}

/*=============================
    	03. banner
===============================*/
.tg-banner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tg-banner-content {
  background: #071952;
  height: 100%;
  padding: 73px 20px;
  border-radius: 0px 12px 12px 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) {
  .tg-banner-content {
    border-radius: 0;
  }
}
.tg-banner-subtitle {
  font-weight: 600;
  font-size: 18px;
  color: var(--tg-common-white);
}
.tg-banner-title {
  font-weight: 800;
  font-size: 26px;
  color: var(--tg-common-white);
}
.tg-banner-space {
  margin-bottom: -140px;
  position: relative;
  z-index: 1;
}
.tg-banner-space-2 {
  margin-bottom: -116px;
}
.tg-banner-transparent-bg {
  height: 140px;
  width: 100%;
  display: inline-block;
  background: var(--tg-grey-5);
  margin-bottom: -10px;
}
.tg-banner-3-big-content {
  border-radius: 0px 30px 30px 0px;
  padding: 55px 20px;
  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) {
  .tg-banner-3-big-content {
    border-radius: 0 0 30px 30px;
  }
}
.tg-banner-3-big-content h2 {
  font-family: var(--tg-ff-quentin);
  font-size: 60px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--tg-common-white);
  margin: 0;
}
@media (max-width: 575px) {
  .tg-banner-3-big-content h2 {
    font-size: 44px;
  }
}
.tg-banner-3-big-content span {
  color: var(--tg-common-white);
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.tg-banner-3-content {
  border-radius: 30px 0px 0px 30px;
  padding: 63px 20px;
  height: 100%;
  margin-right: -9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tg-banner-3-content {
    border-radius: 30px 30px 0 0;
    margin-right: 0;
  }
}
.tg-banner-3-content .tg-btn {
  padding: 8px 27px;
}
.tg-banner-3-content .tg-banner-shape {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  border-radius: 30px 0px 0px 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) {
  .tg-banner-3-content .tg-banner-shape {
    border-radius: 30px 30px 0 0;
  }
}

/*=============================
    	23. location
===============================*/
.tg-location-time {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  background: var(--tg-theme-primary);
  border-radius: 4px;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  transform: translateY(-13px);
}
@media (max-width: 575px) {
  .tg-location-section-title p br {
    display: none;
  }
}
.tg-location-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.tg-location-title:hover a {
  color: var(--tg-theme-primary);
}
.tg-location-thumb {
  border-radius: 12px;
  overflow: hidden;
}
.tg-location-thumb img {
  border-radius: 12px;
  transition: all 0.5s ease;
}
.tg-location-border {
  position: absolute;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  width: 97%;
  height: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.tg-location-shape {
  position: absolute;
  bottom: 0;
  left: 70px;
}
.tg-location-shape.shape-3 {
  margin-bottom: -135px;
}
@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) {
  .tg-location-shape {
    left: 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) {
  .tg-location-3-btn {
    text-align: left !important;
  }
}
.tg-location-3-wrap:hover .tg-location-thumb img {
  transform: scale(1.1);
}
.tg-location-3-wrap::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(2, 6, 21, 0) 0%, #000 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 1;
  border-radius: 13px;
}
.tg-location-3-wrap .tg-location-content {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 2;
}
.tg-location-3-wrap .tg-location-title {
  color: var(--tg-common-white);
}
.tg-location-3-wrap .tg-location-border {
  width: 92%;
  height: 94%;
  bottom: 12px;
  opacity: 0.5;
  border-radius: 15px;
  border: 1.2px solid var(--tg-common-white);
  z-index: 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) {
  .tg-location-3-wrap .tg-location-border {
    height: 92%;
  }
}

/*=============================
    	28. testimonial
===============================*/
.tg-testimonial-2-shape-1 {
  top: 94px;
  right: 136px;
}
@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) {
  .tg-testimonial-2-shape-1 {
    right: 0;
  }
}
.tg-testimonial-3-shape {
  position: absolute;
  bottom: 0;
  left: 135px;
}
@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) {
  .tg-testimonial-3-shape {
    left: 0;
  }
}

/*=============================
    	04. blog
===============================*/
.tg-blog-item {
  border: 1px solid #e7e7e7;
  background: var(--tg-common-white);
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 20px;
}
.tg-blog-item:hover .tg-blog-thumb img {
  transform: scale(1.1);
}
.tg-blog-tag {
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  border-radius: 4px;
  background: var(--tg-theme-primary);
  padding: 1px 14px;
  top: -16px;
  z-index: 1;
  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) {
  .tg-blog-tag {
    position: absolute;
  }
}
.tg-blog-content {
  padding: 32px 10px 10px 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) {
  .tg-blog-contents {
    padding: 32px 10px 10px 10px;
    position: relative;
  }
}
.tg-blog-thumb {
  border-radius: 12px;
}
.tg-blog-thumb img {
  border-radius: 12px;
  transition: all 0.4s ease;
}
.tg-blog-date span {
  font-size: 14px;
  line-height: 1.71;
  text-transform: capitalize;
  display: inline-block;
}
.tg-blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
}
.tg-blog-title.title-2 {
  font-size: 22px;
  line-height: 1.36;
}
.tg-blog-title a:hover {
  color: var(--tg-theme-primary);
}

/*=============================
    	10. cta
===============================*/
.tg-cta-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tg-cta-title {
    font-size: 26px;
  }
}
@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) {
  .tg-cta-title {
    font-size: 22px;
  }
  .tg-cta-title br {
    display: none;
  }
}
.tg-cta-3-shape {
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: -1;
}
.tg-cta-3-shape-2 {
  position: absolute;
  bottom: 0;
  right: 19%;
  z-index: -1;
}
.tg-cta-3-content p {
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tg-cta-3-apps {
    padding-bottom: 70px;
  }
}

/*=============================
    	17. footer
===============================*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tg-footer-widget {
    margin-left: 0;
  }
}
.tg-footer-widget p {
  line-height: 24px;
  text-transform: capitalize;
  color: #acadb5;
  font-size: 15px;
}
.tg-footer-widget-title {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--tg-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tg-footer-link {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .tg-footer-link {
    margin-left: 0;
  }
}
.tg-footer-link ul li a {
  text-transform: capitalize;
  color: #acadb5;
  display: inline-block;
  padding: 6px 0px;
}
.tg-footer-link ul li a:hover {
  color: var(--tg-common-white);
}
.tg-footer-info {
  margin-left: -33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tg-footer-info {
    margin-left: 0;
  }
}
.tg-footer-info ul li {
  text-transform: capitalize;
  color: #acadb5;
  display: inline-block;
  font-weight: 500;
  padding: 10px 0px;
}
.tg-footer-info ul li a:hover {
  color: var(--tg-common-white);
}
.tg-footer-form {
  position: relative;
}
.tg-footer-form-btn {
  width: 55px;
  height: 45px;
  background: var(--tg-theme-primary);
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
.tg-footer-form input {
  border-radius: 5px;
  height: 45px;
  width: 100%;
  background: var(--tg-common-white);
  font-size: 15px;
  color: var(--tg-grey-1);
  padding: 10px 50px 10px 16px;
  box-shadow: none;
  border: 1px solid transparent;
}
.tg-footer-form input:focus {
  border-color: var(--tg-theme-primary);
}
.tg-footer-social {
  display: flex;
}
.tg-footer-social a {
  border-radius: 31px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  background: var(--tg-grey-1);
  display: inline-block;
  color: var(--tg-common-white);
  margin-right: 10px;
  flex: 0 0 auto;
}
.tg-footer-social a:hover {
  background: var(--tg-theme-primary);
}
.tg-footer-copyright {
  border-top: 1px solid #212635;
  padding: 43px 10px;
}
.tg-footer-copyright span {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #7b7e88;
  display: inline-block;
}
.tg-footer-copyright span a:hover {
  color: var(--tg-common-white);
}

/*=============================
    	06. brand
===============================*/

/*=============================
    	11. destination
===============================*/

/*=============================
    	09. counter
===============================*/
.tg-counter-title {
  font-size: 90px;
  text-transform: capitalize;
  color: #f5f5f5;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tg-counter-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-counter-title {
    font-size: 55px;
  }
}
.tg-counter-subtitle {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tg-common-black);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.tg-counter-2-item .tg-counter-title {
  color: #ebebeb;
}

/*=============================
    	02. ads
===============================*/
.tg-ads-wrap {
  border-radius: 20px;
  padding: 0px 45px 45px 20px;
  height: 100%;
}
.tg-ads-wrap-2 {
  border-radius: 20px;
  padding: 37px 30px 30px 30px;
  height: 100%;
}
.tg-ads-wrap-3 {
  border-radius: 20px;
  padding: 34px 30px 27px 42px;
  height: 100%;
}
.tg-ads-wrap-3 .tg-btn {
  background: var(--tg-theme-primary);
}
.tg-ads-wrap-3 .tg-ads-discount {
  margin-top: -4px;
}
.tg-ads-wrap-3 .tg-ads-discount-inner h2 {
  color: var(--tg-common-white);
}
.tg-ads-wrap-3 .tg-ads-discount-inner h3 {
  color: var(--tg-common-white);
}
.tg-ads-wrap-3 .tg-ads-discount-inner span {
  color: var(--tg-common-white);
}
.tg-ads-upto {
  background: var(--tg-theme-primary);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: -50px;
  padding-top: 66px;
}
.tg-ads-upto h2 {
  font-size: 45px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tg-common-white);
}
.tg-ads-upto .saving {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: var(--tg-common-white);
  display: inline-block;
  transform: translateY(-8px);
}
.tg-ads-upto .upto {
  font-weight: 700;
  font-size: 9px;
  text-transform: capitalize;
  color: var(--tg-common-white);
  transform: rotate(-90deg);
  position: absolute;
  top: 49%;
  right: 16px;
}
.tg-ads-btn .tg-btn {
  font-size: 12px;
  padding: 3px 16px;
  border-radius: 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) {
  .tg-ads-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tg-ads-content {
    text-align: left !important;
  }
}
.tg-ads-content-2 h5 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #003486;
}
.tg-ads-content-2 a {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tg-common-white);
  background: #003385;
  border-radius: 50px;
  padding: 2px 12px;
  display: inline-block;
  transform: translateY(-12px);
}
.tg-ads-discount {
  margin-top: 8px;
}
.tg-ads-discount-inner {
  transform: translateY(-6px);
}
.tg-ads-discount-inner h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
}
.tg-ads-discount-inner h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
}
.tg-ads-discount-inner span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  display: inline-block;
  line-height: 1;
  transform: translateY(-7px);
}
.tg-ads-space {
  margin-bottom: -130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tg-ads-space {
    margin-bottom: 70px;
  }
}

/*=============================
    	16. foods
===============================*/

/*=============================
    	14. filter
===============================*/

/*=============================
    	24. map
===============================*/

/*=============================
    	29. listing
===============================*/

/*=============================
    	26. shop
===============================*/

/*=============================
    	25. shop
===============================*/

/*=============================
    	13. faq
===============================*/

/*=============================
    	27. team
===============================*/

/*=============================
    	08. contact
===============================*/

/*=============================
    	12. error
===============================*/

/*=============================
    	30. login
===============================*/
