/***
 Theme Name: Carento
 Description: Car rental HTML template
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.htm
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap);
@import url(../css/vendors/bootstrap.min.css);
@import url(../css/plugins/swiper-bundle.min.css);
@import url(../css/plugins/magnific-popup.css);
@import url(../css/plugins/animate.css);
@import url(../css/plugins/carouselTicker.css);
:root {
  --bs-border-color: #dde1de;
  --bs-color-white: #ffffff;
  --bs-color-black: #000000;
  --bs-color-700: #4d4d4d;
  --bs-background-1000: #000000;
  --bs-background-white: #ffffff;
  --bs-color-1000: #000000;
  --bs-background-body: #ffffff;
  --bs-background-1: #fff0ec;
  --bs-background-2: #d8f4db;
  --bs-background-3: #e3f0ff;
  --bs-background-4: #f6f3fc;
  --bs-background-5: #ffec88;
  --bs-background-6: #9dd3fb;
  --bs-background-7: #fcf2fa;
  --bs-background-8: #f6f3fc;
  --bs-background-9: #fcfcf3;
  --bs-background-12: #a8e2ef;
  --bs-background-card: #ffffff;
  --bs-neutral-0: #ffffff;
  --bs-neutral-100: #f2f4f6;
  --bs-neutral-200: #e4e6e8;
  --bs-neutral-300: #d6d7d8;
  --bs-neutral-400: #8e8e8e;
  --bs-neutral-500: #737373;
  --bs-neutral-600: #575756;
  --bs-neutral-700: #4d4d4d;
  --bs-neutral-800: #454545;
  --bs-neutral-900: #313131;
  --bs-neutral-1000: #000000;
  --bs-button-bg: #70f46d;
  --bs-button-bg-2: #f2f4f6;
  --bs-button-text: #101010;
  --bs-button-text-2: #000000;
  --bs-brand-2: #70f46d;
  --bs-brand-2-dark: #70f46d;
  --bs-brand-2-darken: #5edd5b;
  --bs-brand-2-light: #2d4a2c;
  --bs-link-hover-color: #235922;
  --bs-brand-1: #8acfff;
  --bs-warning: #ffc700;
  --bs-success: #34d674;
  --bs-danger: #fc7272;
  --bs-color-grey: #afafaf;
  --bs-color-2: #c5ff41;
  --bs-color-grey-2: #f0f0f0;
  --bs-neutral-950: #1e1e1e;
  --bs-primary-rgb: 112, 244, 109;
}

/*import vendors*/
/*import plugins*/
/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: var(--bs-neutral-1000);
}
a:hover {
  color: var(--bs-link-hover-color) !important;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-placeholder {
  color: var(--bs-neutral-600);
  opacity: 1;
}
::placeholder {
  color: var(--bs-neutral-600);
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: var(--bs-neutral-600);
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

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

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

body {
  background: #fff;
  background-size: contain;
}

.form-control {
  border: 1px solid var(--bs-neutral-200);
  border-radius: 8px;
  background-color: var(--bs-background-card);
  padding: 11px 15px 13px 15px;
  width: 100%;
  color: var(--bs-neutral-600);
}
.form-control::-moz-placeholder {
  color: var(--bs-neutral-400);
}
.form-control::placeholder {
  color: var(--bs-neutral-400);
}

.form-group {
  position: relative;
}
.form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: var(--bs-neutral-600);
}

textarea.form-control {
  height: auto;
}

.form-icons {
  padding-left: 41px;
}

.text-white {
  color: #ffffff;
}

.brand-1 {
  color: var(--bs-brand-1);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1248px;
  }
}
strong {
  font-weight: bold;
}

.divider {
  border-top: 1px solid var(--bs-neutral-200);
  margin: 20px 0px;
}

a {
  text-decoration: none;
}

*:hover {
  transition-duration: 0.2s;
}

.section-box,
.box-section {
  display: block;
  width: 100%;
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

.link-green {
  color: #319f1f;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu.show {
  border: thin solid var(--bs-neutral-200);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 100, 0.05);
  background-color: var(--bs-neutral-0);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: var(--bs-neutral-900);
  font-size: 14px;
}
.dropdown .dropdown-menu.show .dropdown-item.active {
  color: var(--bs-neutral-0);
  text-decoration: none;
  background-color: var(--bs-neutral-700);
}
.dropdown .dropdown-menu.show .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--bs-neutral-700);
}
.dropdown .dropdown-menu.show.small .dropdown-item {
  padding: 5px 2px;
}
.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}

.display-1 {
  font-size: 96px;
  line-height: 76px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}

.display-2 {
  font-size: 82px;
  line-height: 76px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}

h1,
.heading-1 {
  font-size: 64px;
  line-height: 76px;
}

h2,
.heading-2 {
  font-size: 52px;
  line-height: 76px;
}

h3,
.heading-3 {
  font-size: 44px;
  line-height: 58px;
}

h4,
.heading-4 {
  font-size: 36px;
  line-height: 48px;
}

h5,
.heading-5 {
  font-size: 28px;
  line-height: 36px;
}

h6,
.heading-6 {
  font-size: 24px;
  line-height: 32px;
}

.heading-1-regular {
  font-weight: 400;
}

.heading-1-medium {
  font-weight: 500;
}

.heading-2-regular {
  font-weight: 400;
}

.heading-2-medium {
  font-weight: 500;
}

.heading-3-regular {
  font-weight: 400;
}

.heading-3-medium {
  font-weight: 500;
}

.heading-4-regular {
  font-weight: 400;
}

.heading-4-medium {
  font-weight: 500;
}

.heading-5-regular {
  font-weight: 400;
}

.heading-5-medium {
  font-weight: 500;
}

.heading-6-regular {
  font-weight: 400;
}

.heading-6-medium {
  font-weight: 500;
}

p {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}

.text-sm,
.text-md,
.text-lg,
.text-xl,
.text-label {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}

.text-xs,
.text-xs-medium,
.text-xs-bold {
  font-size: 12px;
  line-height: 18px;
}

.text-sm,
.text-sm-medium,
.text-sm-bold {
  font-size: 14px;
  line-height: 22px;
}

.text-md,
.text-md-medium,
.text-md-bold {
  font-size: 16px;
  line-height: 26px;
}

.text-lg,
.text-lg-medium,
.text-lg-bold {
  font-size: 18px;
  line-height: 28px;
}

.text-xl,
.text-xl-medium,
.text-xl-bold {
  font-size: 20px;
  line-height: 32px;
}

.text-xs-bold,
.text-sm-bold,
.text-md-bold,
.text-lg-bold,
.text-xl-bold {
  font-weight: 700 !important;
}

.text-xs-medium,
.text-sm-medium,
.text-md-medium,
.text-lg-medium,
.text-xl-medium {
  font-weight: 500;
}

/*page loading*/
.preloader {
  background-color: #ecf0f1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}
.preloader img {
  max-width: 250px;
}

.bdrd8 {
  border-radius: 8px;
}

.color-white {
  color: var(--bs-color-white) !important;
}

.neutral-0 {
  color: var(--bs-neutral-0) !important;
}

.neutral-100 {
  color: var(--bs-neutral-100) !important;
}

.neutral-200 {
  color: var(--bs-neutral-200) !important;
}

.neutral-300 {
  color: var(--bs-neutral-300) !important;
}

.neutral-400 {
  color: var(--bs-neutral-400) !important;
}

.neutral-500 {
  color: var(--bs-neutral-500) !important;
}

.neutral-600 {
  color: var(--bs-neutral-600) !important;
}

.neutral-700 {
  color: var(--bs-neutral-700) !important;
}

.neutral-800 {
  color: var(--bs-neutral-800) !important;
}

.neutral-900 {
  color: var(--bs-neutral-900) !important;
}

.neutral-1000 {
  color: var(--bs-neutral-1000) !important;
}

.light-mode {
  display: inline-block !important;
}

.dark-mode {
  display: none !important;
}

.divider-line {
  margin: 20px 0px;
  border-bottom: 1px solid var(--bs-border-color);
}

.fs-7 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.875rem !important;
}

@media screen and (max-width: 480px) {
  h3,
  .heading-3 {
    font-size: 34px;
    line-height: 1.2;
  }
}
/*TYPOGRAPHY*/
body {
  color: var(--bs-color-1000);
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.btn {
  font-family: "Urbanist", sans-serif;
  border-radius: 0px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1;
  transition: 0.2s;
}
.btn:hover {
  color: var(--bs-brand-2);
}
.btn.btn-dropdown {
  padding: 8px 35px 8px 18px;
  border-radius: 50px;
  border: 1px solid var(--bs-neutral-200);
  color: var(--bs-neutral-1000);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  background: var(--bs-neutral-200) url(../imgs/template/icons/arrow-down.svg) no-repeat right 15px center;
}
.btn.btn-dropdown:after {
  display: none;
}
.btn.btn-dropdown:hover {
  background-color: var(--bs-neutral-100);
}
.btn.btn-black {
  padding: 8px 18px !important;
  color: var(--bs-neutral-0) !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 700 !important;
  background-color: var(--bs-neutral-1000);
  border-radius: 12px;
  border: 0;
}
.btn.btn-black:hover {
  color: var(--bs-neutral-1000) !important;
  background-color: var(--bs-neutral-100);
}
.btn.btn-small {
  padding: 1px 10px !important;
  font-weight: 500 !important;
  border-radius: 20px !important;
  border: 0 !important;
}
.btn.btn-gray {
  padding: 8px 18px !important;
  color: var(--bs-neutral-1000) !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 700 !important;
  background-color: var(--bs-button-bg-2);
  border-radius: 12px;
  border: 1px solid var(--bs-border-color);
}
.btn.btn-gray svg {
  stroke: var(--bs-neutral-1000);
  margin-left: 13px;
}
.btn.btn-gray:hover {
  color: #000000 !important;
  background-color: var(--bs-brand-2);
  border: 1px solid var(--bs-brand-2);
}
.btn.btn-gray:hover svg {
  stroke: var(--bs-neutral-0);
}
.btn.btn-gray2 {
  padding: 12px 22px 12px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--bs-neutral-1000) !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 700 !important;
  background-color: var(--bs-button-bg-2);
  border-radius: 8px;
}
.btn.btn-gray2 svg {
  stroke: var(--bs-neutral-1000);
}
.btn.btn-gray2:hover {
  color: #000000 !important;
  background-color: var(--bs-brand-2);
  border: 1px solid var(--bs-brand-2);
}
.btn.btn-gray2:hover svg {
  stroke: #000;
}
.btn.btn-primary {
  padding: 12px 22px 12px 28px;
  color: #101010 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 700 !important;
  background-color: var(--bs-brand-2);
  border: 0;
  border-radius: 12px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-primary svg {
  stroke: #101010;
}
.btn.btn-primary:hover {
  color: #101010 !important;
  background-color: var(--bs-neutral-200);
}
.btn.btn-primary:hover svg {
  stroke: #101010;
}
.btn.btn-primary2 {
  padding: 12px 22px 12px 28px;
  color: var(--bs-neutral-1000) !important;
  font-size: 14px !important;
  line-height: 26px !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 700 !important;
  background-color: var(--bs-background-2);
  border: 1px solid var(--bs-brand-2);
  border-radius: 12px;
  gap: 8px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-primary2 svg path {
  fill: var(--bs-neutral-1000);
}
.btn.btn-primary2:hover {
  color: #101010 !important;
  background-color: var(--bs-brand-2);
}
.btn.btn-primary2:hover svg path {
  fill: #000000;
}
.btn.btn-tag {
  padding: 12px 22px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  background-color: var(--bs-neutral-100);
  border-radius: 12px;
  color: var(--bs-neutral-1000);
}
.btn.btn-brand-2 {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  background-color: var(--bs-brand-2);
  border-radius: 12px;
  color: var(--bs-color-1000) !important;
  display: flex;
  align-items: center;
  border: 1px solid var(--bs-brand-2-darken);
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-brand-2 .first {
  margin-left: 0px;
  margin-right: 8px;
}
.btn.btn-brand-2:hover {
  color: #000000 !important;
  background-color: var(--bs-brand-2-darken);
}
.btn.btn-mode {
  padding: 11px 18px;
  border-radius: 12px;
  background-color: var(--bs-neutral-100);
  color: var(--bs-neutral-1000);
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.btn.btn-mode img {
  display: block;
  vertical-align: middle;
}
.btn.btn-white {
  background-color: var(--bs-neutral-0);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  min-width: 140px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
}
.btn.btn-white:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.btn.btn-white-md {
  padding: 10px 21px 10px 21px;
  background-color: var(--bs-neutral-0);
  border: 1px solid var(--bs-border-color);
  border-radius: 38px;
  min-width: auto;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: var(--bs-neutral-1000);
}
.btn.btn-white-md:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.btn.btn-white-md img {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 1px;
}
.btn.btn-signin {
  padding: 11px 18px;
  background-color: transparent;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}
.btn.btn-signin:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
  background-color: var(--bs-brand-2-darken) !important;
  color: var(--bs-neutral-900) !important;
}
.btn.btn-signin:hover svg path {
  fill: var(--bs-neutral-900);
}
.btn.btn-label-tag {
  padding: 8px 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  background-color: var(--bs-background-3);
  border-radius: 12px;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-neutral-1000);
}
.btn.btn-label-tag:hover {
  background-color: var(--bs-neutral-1000) !important;
  color: var(--bs-neutral-0);
}
.btn.btn-login {
  background-color: var(--bs-neutral-100);
  border-radius: 8px;
  padding: 14px;
  min-width: 56px;
  color: var(--bs-neutral-1000);
  font-size: 14px;
  line-height: 22px;
  border: 1px solid var(--bs-neutral-200);
  height: 56px;
}
.btn.btn-login img {
  display: block;
  margin: auto;
}
.btn.btn-login:hover {
  background-color: var(--bs-neutral-900);
  color: var(--bs-neutral-0);
  border-color: var(--bs-neutral-900);
}
.btn.btn-google {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.btn.btn-google img {
  margin-right: 10px;
  margin-left: 0px;
}
.btn.btn-sort {
  padding: 8px 10px;
}
.btn.btn-sort svg {
  stroke: var(--bs-neutral-1000);
}
.btn.btn-sort:hover {
  background-color: var(--bs-neutral-200);
}
.btn.btn-sort:hover svg {
  stroke: var(--bs-brand-2);
}
.btn.btn-share {
  padding: 9px 18px;
  border: 1px solid var(--bs-border-color);
  border-radius: 50px;
  background-color: var(--bs-background-card);
  color: var(--bs-button-text-2);
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.btn.btn-share svg {
  fill: var(--bs-neutral-1000);
  margin-right: 6px;
}
.btn.btn-wishlish {
  padding: 9px 18px;
  border-radius: 50px;
  background-color: var(--bs-button-bg-2);
  color: var(--bs-button-text-2);
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.btn.btn-wishlish svg {
  fill: var(--bs-neutral-1000);
  margin-right: 6px;
}
.btn.btn-book {
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  background-color: var(--bs-brand-2);
  color: var(--bs-neutral-1000);
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-book svg {
  stroke: var(--bs-neutral-1000);
  margin-left: 10px;
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#scrollUp {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 40px;
  border-radius: 50%;
  padding: 0px;
  width: 40px;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  text-align: center;
  z-index: 999 !important;
  border: 0;
  background: var(--bs-neutral-900);
  line-height: 40px;
}
#scrollUp svg {
  fill: var(--bs-brand-2);
  height: 14px;
  position: relative;
  z-index: 123;
}

#scrollUp {
  animation: scale-up-center 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}

@keyframes pulse-border {
  0% {
    transform: translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/*button switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-neutral-1000);
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background: linear-gradient(236deg, #22d1ee 0%, #c5ff41 100%);
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #70f46d;
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--bs-brand-1);
}

input:checked + .slider:before {
  transform: translateX(34px);
}

/*End button Switch On Off*/
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
}

.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
}

.avatar-xxl {
  width: 7rem;
  height: 7rem;
}

.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-xxs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

.icon-xs {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.icon-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.icon-xxl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.icon-xxxl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.icon_50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.icon_65 {
  width: 65px;
  height: 65px;
  line-height: 65px;
}

.icon_70 {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.icon_120 {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.icon_160 {
  width: 160px;
  height: 160px;
  line-height: 160px;
}

.icon_150 {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.icon_140 {
  width: 140px;
  height: 140px;
  line-height: 140px;
}

.icon_80 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.icon_400 {
  width: 400px;
  height: 400px;
  line-height: 400px;
}

.icon_200 {
  width: 200px;
  height: 200px;
  line-height: 200px;
}

.header {
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  z-index: 123;
}
.header .container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .header .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .main-header .header-left {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header .main-header .header-left .header-logo {
  margin-right: 0px;
  min-width: 170px;
}
.header .main-header .header-left .header-nav {
  width: 100%;
  text-align: center;
}
.header .main-header .header-right {
  text-align: right;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.header .nav-main-menu {
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.header .main-menu li {
  float: left;
  position: relative;
  padding: 0px 7px;
}
.header .main-menu li.has-children > a::after {
  content: "";
  height: 10px;
  width: 10px;
  background: url(../imgs/template/icons/arrow-down.svg) no-repeat center;
  opacity: 1;
  margin-left: 0px;
  position: absolute;
  top: 28px;
  right: 0px;
  opacity: 0.6;
}
.header .main-menu li.has-children > a:hover::after {
  background: url(../imgs/template/icons/arrow-down.svg) no-repeat center;
}
.header .main-menu li.arrow-white > a::after {
  background: url(../imgs/template/icons/arrow-down-white.svg) no-repeat center;
}
.header .main-menu li.arrow-white > a:hover::after {
  background: url(../imgs/template/icons/arrow-down-white.svg) no-repeat center;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: #ececec;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--bs-neutral-1000);
  display: block;
  padding: 20px 18px 20px 18px;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.header .main-menu li a:hover {
  color: var(--bs-brand-2) !important;
  transition-duration: 0.2s;
}
.header .main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  min-width: 200px;
  border-radius: 8px;
  padding: 10px 0px 10px 0px;
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 100, 0.05);
}
.header .main-menu li ul.sub-menu {
  background-color: var(--bs-neutral-0);
}
.header .main-menu li ul::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  left: 35px;
  border-top: 10px solid var(--bs-neutral-0);
  border-right: 10px solid transparent;
  transform: rotate(45deg);
}
.header .main-menu li ul li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.header .main-menu li ul li a {
  color: var(--bs-neutral-900);
  position: relative;
  padding: 8px 25px 8px 15px;
  transition: 0.3s;
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  min-width: 182px;
}
.header .main-menu li ul li a:hover {
  transition: 0.3s;
  color: var(--bs-link-hover-color) !important;
  padding-left: 20px;
}
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}
.header .main-menu li.mega-li {
  position: static;
}
.header .main-menu li.mega-li .mega-menu {
  position: absolute;
  top: 96%;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 12345;
}
.header .main-menu li.mega-li .mega-menu::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  left: 35px;
  border-top: 10px solid var(--bs-neutral-0);
  border-right: 10px solid transparent;
  transform: rotate(45deg);
}
.header .main-menu li.mega-li-small .mega-menu {
  position: absolute;
  top: 96%;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 12345;
}
.header .main-menu li.mega-li-small .mega-menu::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  left: 35px;
  border-top: 10px solid var(--bs-neutral-0);
  border-right: 10px solid transparent;
  transform: rotate(45deg);
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small {
  border: 0px solid var(--bs-neutral-0);
  border-radius: 8px;
  padding: 20px 25px 20px 25px;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
  background-color: var(--bs-neutral-0);
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: none;
  border-radius: 12px 12px 12px 12px;
  max-width: 400px;
  min-width: 400px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small.mega-menu-inner-destinations {
  max-width: 220px;
  min-width: 220px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small h6 {
  margin-bottom: 4px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul {
  display: inline-block;
  box-shadow: none;
  padding: 0px;
  border: 0px;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 8px;
  min-width: 100%;
  background-color: transparent;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li {
  padding: 0px;
  margin-bottom: 12px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a {
  padding: 0px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a:after {
  display: none;
  transition-duration: 0.2s;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a:hover {
  padding-left: 5px;
  transition-duration: 0.2s;
}
.header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.header .main-menu li:hover > ul li {
  width: 100%;
}
.header .main-menu li:hover.mega-li .mega-menu, .header .main-menu li:hover.mega-li-small .mega-menu {
  display: block;
}
.header.stick {
  padding: 0px;
}
.header.stick .top-bar {
  display: none;
}
.header.header-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}
.header.header-fixed.header {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.header.header-fixed.header .icon-lang {
  color: #fff;
}
.header.header-fixed.header .icon-lang span {
  background: url(../imgs/template/icons/arrow-lang.svg) no-repeat right center;
}
.header.header-fixed.header .icon-cart {
  color: #fff;
}
.header.header-fixed.header .icon-cart span {
  background: url(../imgs/template/icons/arrow-lang.svg) no-repeat right center;
}
.header.header-fixed.sticky-bar.stick {
  background-color: rgba(45, 74, 44, 0.6);
  border-bottom: 0;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.bg-neutral-100 {
  background-color: #f2f4f6;
}

.bg-neutral-200 {
  background-color: #e4e6e8;
}

.bg-green {
  background-color: #c9e4d0;
}

.block-banner-home1 {
  min-height: 892px;
  padding-top: 180px;
}
@media (min-width: 992px) {
  .block-banner-home1 {
    padding-top: 220px;
  }
}
.block-banner-home1 .bg-shape::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/landding/img-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.block-banner-home1 .bg-shape::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: var(--bs-neutral-1000);
}

.custom-container-lannding-sec-3 {
  max-width: 1412px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.box-section-service {
  padding: 27px 0;
  background-color: #173317;
}

.box-section-homepage .card-page.comming-soon {
  margin-top: 55px;
}
.box-section-homepage .card-page.comming-soon .card-page__img {
  position: relative;
}
.box-section-homepage .card-page.comming-soon .card-page__img img {
  opacity: 0.6;
}
.box-section-homepage .card-page.comming-soon .card-page__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.box-section-homepage .card-page.comming-soon .card-page__img .btn-signin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: text;
}

@media (min-width: 992px) {
  .box-section-feature .row {
    --bs-gutter-y: 55px;
    --bs-gutter-x: 55px;
  }
}

.box-section-utilities {
  background: #1b3122;
}

.box-image-section-4 {
  border-radius: 27.833px;
  box-shadow: 0 0 27.833px 0 rgba(0, 0, 0, 0.8);
}

.img-decorate {
  margin-right: 70px;
  margin-top: 43px;
  z-index: 0;
}

.text-32-medium {
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
}

.swiper-pagination {
  transform: translateY(55px);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5edd5b;
}

.box-section-woo-commerce {
  background-color: #dbcad7;
  background-image: url(../imgs/landding/woo-commerce-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 150px;
}

.footer-landding {
  background-color: #171b18;
  background-image: url(../imgs/landding/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 150px;
}

.footer-bottom {
  background: #1b3122;
}
/*# sourceMappingURL=main.css.map */
