/*----------------------------------------------
*
* [Font Import]
*
* Poppins : https://fonts.google.com
*
----------------------------------------------*/
@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
/*----------------------------------------------

[ALL CONTENTS]

1. Import
2. Root
3. Reset
4. General
5. Section
6. Helper Class
7. Header
8. Feature
9. Footer
10. Modal
11. Blog
12. All Media Queries

----------------------------------------------*/
/*----------------------------------------------
1. Import
----------------------------------------------*/
/* #region Import */
@import url(vendor/bootstrap.min.css);
@import url(vendor/animate.min.css);
@import url(vendor/aos.css);
@import url(vendor/all.min.css);
@import url(vendor/bootstrap-icons.min.css);
@import url(vendor/icons.min.css);
@import url(vendor/slider.min.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/gallery.min.css);
/* #endregion Import */
/*----------------------------------------------
2. Root
----------------------------------------------*/
/* #region Root */
:root {
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Poppins", sans-serif;
  --h1-size: 4rem;
  --h1-weight: 600;
  --h2-size: 3rem;
  --h2-weight: 600;
  --h3-size: 2rem;
  --h3-weight: 600;
  --h4-size: 1.5rem;
  --h4-weight: 600;
  --h5-size: 1.2rem;
  --h5-weight: 600;
  --h6-size: 1rem;
  --h6-weight: 600;
  --p-size: 1rem;
  --p-weight: 400;
  --header-bg-color: #121117;
  --nav-brand-height: 55px;
  --top-nav-item-color: #f5f5f5;
  --nav-item-color: #121117;
  --primary-color: #203d52;
  --secondary-color: #dfdddb;
  --white-color: #f9f9f9;
  --black-color: #040402;
  --grey-color: #f3f5f7;
  --dark-grey-color: #191919;
  --primary-t-color: #222;
  --secondary-t-color: #f5f5f5;
  --primary-p-color: #565656;
  --secondary-p-color: #e1e1e1;
  --primary-b-color: #f5f5f5;
  --primary-l-color: rgba(0, 0, 0, 0.12);
  --secondary-l-color: rgba(45, 49, 54, 0.09);
  --border-radius-sm: 0.5rem;
  --border-radius-md: 1rem;
  --border-radius-lg: 2rem;
  --valid-color: #007a4d;
  --invalid-color: #e34f4f;
  --primary-bg-color: #ffffff;
  --primary-bg-color-2: #f6f9fe;
  --primary-bg-color-3: #e5e5e5;
  --secondary-bg-color: #040402;
  --secondary-bg-color-2: #111111;
  --secondary-bg-color-3: #191919;
  --card-bg-color: #16182d;
  --footer-bg-color: #121117;
  --transform-scale: scale3d(1.06, 1.06, 1.06);
  --transition-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  --transition-duration: 0.35s;
  --transition-duration-short: 0.25s;
}

/* #endregion Root */
/*----------------------------------------------
3. Reset
HTML5 display-role reset for older browsers
----------------------------------------------*/
/* #region Reset */
a,
address,
b,
body,
canvas,
caption,
center,
cite,
code,
details,
div,
dt,
em,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
legend,
li,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

details,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  padding: 0 !important;
  background-color: var(--primary-bg-color);
  font-family: var(--secondary-font);
  color: var(--primary-p-color);
}
body.odd {
  background-color: var(--secondary-bg-color);
  color: var(--secondary-p-color);
}

ol,
ul {
  padding-left: 20px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

pre,
code {
  display: block;
  margin: 1rem 0;
  color: var(--primary-color);
}

q {
  display: block;
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border-left: 5px solid var(--primary-bg-color-3);
  quotes: none;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--primary-color);
}

q {
  border-left: 5px solid var(--secondary-bg-color-3);
}

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

q p {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 10px;
}
table tr:not(:last-child) {
  border-bottom: 1px solid;
  border-color: var(--primary-l-color);
}
table .odd tr:not(:last-child) {
  border-color: var(--secondary-l-color);
}
table td {
  padding: 10px 0;
}
table th {
  padding: 10px 0;
}

/* #endregion Reset */
/*----------------------------------------------
4. General
----------------------------------------------*/
/* #region General */
::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a:not(.btn),
a:link:not(.btn),
a:visited:not(.btn),
a:hover:not(.btn),
a:active:not(.btn) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.4s ease-out 0s;
}

a:not([href]),
a:not([href]):hover,
a:not([href]) i,
a:not([href]) i:hover {
  color: var(--primary-b-color);
}

p {
  margin: 1.5rem 0;
  font-size: var(--p-size);
  font-weight: var(--p-weight);
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.odd:not(.comment) p {
  color: var(--white-color);
}

.swiper-wrapper.odd p {
  opacity: 0.8;
}

h1 {
  margin-bottom: 1.5rem;
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 em {
  display: block;
  font-size: var(--h2-size);
  font-weight: 300;
}

h2 {
  margin: 1.5rem 0;
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.odd h2 {
  color: var(--white-color);
}

h3 {
  margin: 1.5rem 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4 {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.odd h4 {
  color: var(--secondary-t-color);
}

h5 {
  margin: 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 {
  margin: 1.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: 700;
}

li {
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

dt {
  margin: 15px 0;
}

address {
  margin-bottom: 1rem;
}

form {
  width: 100%;
}

input,
textarea,
select {
  width: 100%;
  height: 50px;
  background: no-repeat;
  box-shadow: none;
  padding: 0.7rem 1rem;
  border-color: var(--primary-l-color);
  border-width: 2px;
  border-radius: 0.375rem;
}

input {
  border-color: var(--primary-p-color);
  color: var(--primary-p-color);
}
input:focus {
  border-color: var(--primary-t-color);
  color: var(--primary-t-color);
}
input[type="radio"] {
  height: initial;
}
input[type="submit"] {
  border: 1px solid;
  padding: 2.5px 10px;
  display: block;
  width: fit-content;
  max-width: 200px;
  text-align: center;
  color: var(--primary-color);
}
input[type="submit"]:hover {
  background-color: var(--primary-color);
  color: var(--primary-b-color);
  border-color: var(--primary-color);
}
input[type="checkbox"] {
  padding: 0;
}

textarea {
  height: 100px;
  resize: none;
  border-color: var(--primary-p-color);
  color: var(--primary-t-color);
}
textarea:focus {
  border-color: var(--primary-t-color);
  color: var(--primary-t-color);
}

select {
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  line-height: 1.2;
  border-color: var(--primary-l-color);
  color: var(--primary-t-color);
}
select option {
  color: #2f323a;
}
select:focus {
  border-color: var(--primary-t-color);
  color: var(--primary-t-color);
}

hr {
  margin: 35px 0;
  border-top: 1px solid var(--primary-l-color);
}

.odd hr {
  margin: 35px 15px;
  border-top: 1px solid var(--secondary-l-color);
}

/* #endregion General */
/*----------------------------------------------
5. Section
----------------------------------------------*/
/* #region Section */
section {
  width: 100%;
  padding: 130px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
section#slider:not(.bg-inherit) {
  background-color: var(--hero-bg-color);
}

main {
  padding: 0;
}

.container {
  padding: 0;
  max-width: 1170px;
}
.container.header {
  max-width: 1140px;
}
.container.full {
  max-width: 100%;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* #endregion Section */
/*----------------------------------------------
6. Helper Class
----------------------------------------------*/
/* #region Helper Class */

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

@keyframes swap {
  0% {
    transform: translateX(0);
  }
  25% {
    opacity: 0;
  }
  30% {
    transform: translateX(1rem);
  }
  35% {
    transform: translateX(-1rem);
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes ripple {
  0% {
    border-width: 4px;
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.intro {
  margin-bottom: 60px;
}
.intro .title:not(.layout-2) {
  position: relative;
}
.intro .title:not(.layout-2)::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: var(--primary-color);
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.intro .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.intro .badge i {
  color: var(--primary-color);
}

.list-group-item {
  margin: 0;
  background: none;
  font-size: 1rem;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border-color: var(--card-bg-color);
}
.list-group-item a {
  transition: 0.3s;
}
.list-group-item .badge.circle {
  background-color: var(--card-bg-color);
}

.list-group .list-group-item {
  margin: 0.25rem 0;
}
.list-group .list-group-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #fff;
  border-radius: var(--border-radius-sm);
  font-size: 1.5rem;
  color: var(--primary-color);
}
.list-group .list-group-item .icon span {
  font-size: 2rem;
}
.list-group .list-group-item .icon.layout-2 {
  background-color: transparent;
}

.btn {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white-color);
  line-height: 1;
  text-align: center;
  padding: 16px 34px;
  border: 0 none;
  border-radius: 100px;
  outline: 0 none;
  cursor: pointer;
  z-index: 1;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: var(--white-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 30px;
}

/* #endregion Helper Class */
/*----------------------------------------------
7. Header
----------------------------------------------*/
/* #region Header */
header {
  position: relative;
  z-index: 5;
}
header .navbar-expand {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 25px;
}
header .navbar-expand .navbar-brand {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 0;
  color: var(--nav-item-color);
}
header .navbar-expand .navbar-brand i {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: initial;
  color: var(--primary-color);
}
header .navbar-expand .navbar-nav.toggle {
  display: none;
}
header .navbar-expand .navbar-nav.toggle i {
  font-size: 20px;
}
header .navbar-expand .navbar-nav .nav-item {
  margin: 0;
}
header .navbar-expand .navbar-nav .nav-item a:not(.btn) {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 500;
  color: #000000;
}
header
  .navbar-expand
  .navbar-nav
  .nav-item
  .nav-link:not(.btn):not(.title):hover,
header
  .navbar-expand
  .navbar-nav
  .nav-item
  .nav-link.active:not(.btn):not(.title) {
  color: var(--primary-color);
}
header .navbar-expand .navbar-nav .dropdown .dropdown-menu {
  display: block;
  width: max-content;
  min-width: 14.375rem;
  padding: 0.625rem 0;
  border: none;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
header .navbar-expand .navbar-nav .dropdown .dropdown-menu::before {
  content: "";
  position: absolute !important;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
header .navbar-expand .navbar-nav .dropdown .dropdown-menu .nav-link:not(.btn) {
  justify-content: space-between;
  padding: 0.625rem;
  color: var(--nav-item-color);
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
}
header .navbar-expand .navbar-nav .dropdown .dropdown-menu .nav-link.title {
  font-weight: 600;
  color: var(--primary-t-color);
  opacity: 0.8;
}
header
  .navbar-expand
  .navbar-nav
  .dropdown
  .dropdown-menu
  .nav-link:not(.btn):not(.title):hover {
  background-color: rgba(1, 114, 128, 0.05);
  color: var(--primary-color);
}
header .navbar-expand .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
  top: -8px;
  left: 100%;
}
header
  .navbar-expand
  .navbar-nav
  .dropdown
  .dropdown-menu
  .dropdown-menu::before {
  content: none;
}
header .navbar-expand .navbar-nav .dropdown i.icon-arrow-down {
  position: relative;
  top: 1.5px;
  margin: 0 0 0 0.3rem;
  font-size: 12px;
  font-weight: 600;
}
header .navbar-expand .navbar-nav .dropdown i.icon-arrow-right {
  position: relative;
  top: 0;
  left: 5px;
  margin: 0 0 0 0.3rem;
  font-size: 10px;
  font-weight: 600;
}
header .navbar-expand .navbar-nav .dropdown:hover > .dropdown-menu {
  visibility: unset;
  opacity: 1;
  margin: 0;
  transform: translateY(0px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
header .navbar-expand .icons i {
  font-weight: 400;
}
header .navbar-sticky {
  background-color: rgba(255, 255, 255, 0.69);
  backdrop-filter: blur(10px);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
header .navbar-sticky .navbar-nav .nav-item a:not(.btn) {
  color: #000000;
}

.dropdown .dropdown-menu > li {
  padding: 0 0.625rem;
}

.menu .items {
  margin-left: -5px;
  width: calc(100% + 10px);
}
.menu .navbar-nav {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.menu .navbar-nav .nav-item {
  margin: 0;
}
.menu .navbar-nav .nav-item .nav-link:not(.btn) {
  width: calc(100% - 12px);
  padding: 0.5rem 1rem;
  margin: 0 5px;
  border-radius: var(--border-radius-sm);
}
.menu .navbar-nav .nav-item .nav-link:not(.btn):hover {
  background-color: #e5e6f6;
  color: var(--primary-color);
}
.menu .navbar-nav .nav-item .nav-link:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-t-color);
}
.menu .navbar-nav .dropdown .dropdown-menu {
  display: none;
  width: 100%;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  background: none;
  border: none;
  visibility: visible;
  opacity: 1;
}
.menu .navbar-nav .dropdown .dropdown-menu.show {
  display: block;
}
.menu .navbar-nav .dropdown .dropdown-menu .nav-link {
  padding: 0.625rem;
  margin: 5px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--nav-item-color);
  text-align: left;
  text-transform: uppercase;
}
.menu .navbar-nav .dropdown .dropdown-menu .nav-link:hover,
.menu .navbar-nav .dropdown .dropdown-menu .nav-link.active {
  color: var(--primary-color);
}
.menu .navbar-nav .dropdown .dropdown-menu .nav-link.title {
  font-weight: 600;
  color: var(--primary-t-color);
  border: none;
  opacity: 0.8;
}
.menu .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
  position: relative;
  top: initial;
  left: initial;
}
.menu .navbar-nav .dropdown .dropdown-menu .left,
.menu .navbar-nav .dropdown .dropdown-menu .right {
  width: 50%;
}
.menu .navbar-nav .dropdown:first-child {
  margin-top: 0;
}
.menu .navbar-nav i.icon-arrow-down {
  font-size: 18px;
}

.dropdown .nav-link i {
  transition: transform 0.3s ease-in-out;
}

.rotate-arrow {
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out; /* Smooth transition for the rotation */
}

.navbar-nav .dropdown-menu {
  transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.navbar-nav .show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* #endregion Header */
/*----------------------------------------------
8. Feature
----------------------------------------------*/
/* #region Feature */
.preloader-main {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.preloader-main .preloader-wapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader-main .loader-section {
  position: fixed;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  background-color: var(--primary-bg-color);
}
.preloader-main .loader-section.section-left {
  left: 0;
}
.preloader-main .loader-section.section-right {
  right: 0;
}
.preloader-main .preloader {
  position: relative;
  display: block;
  height: 80px;
  width: 170px;
  top: -40px;
  z-index: 99;
}
.preloader-main .loaded .section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-main .loaded .section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-main .loaded .preloader {
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.preloader-main circle.dot:nth-of-type(1) {
  animation: slide 2s ease infinite;
}
.preloader-main circle.dot:nth-of-type(2) {
  transform: translateX(55px);
  animation: slide 2s ease infinite;
  animation-delay: 1s;
}

@keyframes slide {
  0%,
  100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(70px);
  }
}
.icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 44px;
  display: block;
  margin: auto;
}
.icon.circle {
  border-radius: 100px;
  font-size: 28px;
}

.icons {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
}

.items .item {
  margin-top: 30px;
}

.card {
  background-color: transparent;
  border: none;
  border-radius: var(--border-radius-sm);
}
.card .image-holder {
  position: relative;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}
.card .image-holder img {
  transition: all var(--transition-function) var(--transition-duration);
}
.card .card-overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  padding: 3vh;
  color: var(--white-color);
}
.card .card-overlay.top {
  top: 0;
  bottom: auto;
  background: 17, 16, 19;
  background: linear-gradient(
    180deg,
    rgba(17, 16, 19, 0.5) 0%,
    rgba(17, 16, 19, 0) 100%
  );
}
.card .card-overlay:not(.top) {
  bottom: 0;
}
.card.scale:hover .card-thumb img {
  transform: var(--transform-scale);
}
.card.layout-2 .card-overlay {
  color: var(--white-color);
}
.card.layout-2 .card-overlay .title,
.card.layout-2 .card-overlay .badge {
  color: var(--white-color);
}
.card.layout-2 .card-overlay:not(.top) {
  background: 17, 16, 19;
  background: linear-gradient(
    360deg,
    rgba(17, 16, 19, 0.5) 0%,
    rgba(17, 16, 19, 0) 100%
  );
}

.has-overlay {
  position: relative;
  z-index: 1;
}
.has-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.88;
  z-index: -1;
}
.has-overlay.overlay-gradient::after {
  background: linear-gradient(
    -47deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
}
.has-overlay.overlay-dark::after {
  background: rgba(16, 16, 45, 0.9);
}

.clip-text,
.text-effect {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn,
.text-effect {
  background-image: linear-gradient(
    150deg,
    var(--secondary-color) 0%,
    var(--primary-color) 78%
  );
}

a.badge:not(.btn),
.badge {
  display: inline-flex;
  gap: 0.25em;
  margin: 0.25rem 0;
  padding: 0.35rem 0.62rem;
  border-radius: 50rem;
  font-size: 0.94em;
  font-weight: 500;
  transition: all var(--transition-function) var(--transition-duration);
}
a.badge:not(.btn).small,
.badge.small {
  padding: 0.35rem 0.65rem;
}
a.badge:not(.btn):not(.outlined),
.badge:not(.outlined) {
  background-color: #e5e6f6;
}
a.badge:not(.btn):hover,
.badge:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
}

.social-icons i {
  display: block;
  height: 100%;
  margin: 0 auto;
  line-height: 2.5rem;
  transition: all var(--transition-function) var(--transition-duration-short);
}
.social-icons > a.icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 5px;
  background-color: var(--white-color);
  border-radius: calc(var(--border-radius-sm) / 2);
  color: var(--primary-color);
  transition: all var(--transition-function) var(--transition-duration-short);
  overflow: hidden;
}
.social-icons > a.icon:hover i:first-child {
  margin-top: -2.5rem;
}

.swiper-pagination-bullet {
  width: 40px !important;
  height: 5px !important;
  border-radius: 0 !important;
  background-color: var(--primary-p-color);
  border: none !important;
  opacity: 0.25 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  opacity: 1 !important;
}

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

.scroll-to-top {
  position: fixed;
  z-index: 5;
  right: 25px;
  bottom: 25px;
  display: none;
  width: 40px;
  height: 45px;
  border-radius: 4px;
  background-color: rgba(35, 35, 35, 0.65);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  line-height: 45px;
  text-align: center;
  opacity: 0.85;
  transition: all var(--transition-function) var(--transition-duration);
}
.scroll-to-top a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px !important;
}
.scroll-to-top i {
  font-size: 22px;
  font-weight: 600;
  color: var(--white-color);
}
.scroll-to-top:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.primary-bg {
  background-color: var(--primary-bg-color-2);
}
.primary-bg .badge {
  background-color: #fff !important;
}

.download-button img {
  max-width: 190px;
}

.hero-section {
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-section .hero-content {
  position: relative;
  z-index: 1;
}
.hero-section .hero-content .sub-heading {
  font-size: 1.2rem;
  line-height: 1.6;
}
.hero-section .hero-thumb.animate img {
  position: relative;
  animation: bounceHero 3s infinite;
}
.hero-section.layout-1 {
  background-image: url("../img/images/hero.jpg");
}
.hero-section.layout-1 .hero-thumb {
  max-width: 300px;
}
@media (max-width: 767px) {
  .hero-section.layout-1 .hero-thumb {
    max-width: 270px;
  }
}
@media (max-width: 575px) {
  .hero-section.layout-1 .hero-thumb {
    max-width: 230px;
  }
}
.hero-section.layout-2 {
  background-image: url("../img/images/hero.jpg");
}

@keyframes bounceHero {
  0% {
    top: 0px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0px;
  }
}
.counter:not(.is-visible) {
  visibility: hidden;
}

.counter-area {
  padding: 50px 0;
}
.counter-area .item .counter-item {
  position: relative;
}
.counter-area .item .counter-item span {
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  background-image: linear-gradient(
    -47deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .counter-area .item .counter-item span {
    font-size: 2.5rem;
  }
}
.counter-area .item .counter-item::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background-color: var(--primary-t-color);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.15;
}
@media (max-width: 767px) {
  .counter-area .item .counter-item::after {
    height: 45%;
  }
}
.counter-area .item:last-of-type .counter-item::after {
  display: none;
}
@media (max-width: 575px) {
  .counter-area .item:nth-child(2) .counter-item::after {
    display: none;
  }
}

.image-box {
  padding: 45px;
  border-radius: 1rem;
  box-shadow: 0 3px 20px 0px var(--primary-l-color);
  transition: transform 0.3s ease 0s;
}
.image-box .icon {
  color: var(--primary-color);
  transition: transform var(--transition-function)
    var(--transition-duration-short);
}

/* Custom icon color classes */
.icon-primary {
  color: var(--primary-color) !important;
}

.image-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
.image-box:hover .icon {
  transform: var(--transform-scale);
}
.image-box.layout-2 {
  box-shadow: none;
}
.image-box.layout-2.center {
  display: flex;
  gap: 1rem;
}
.image-box.layout-2:hover {
  transform: inherit;
  box-shadow: inherit;
}

.features-section {
  overflow: hidden;
}

.work-section .item {
  position: relative;
}
.work-section .item::after {
  position: absolute;
  content: "\f054";
  font-size: 45px;
  font-weight: 900;
  color: var(--white-color);
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .work-section .item::after {
    content: none;
  }
}
.work-section .item:hover::after {
  transform: translateX(5px) translateY(-50%);
}
.work-section .item:last-of-type::after {
  content: none;
}

/* Center slider content */
.slider-mid .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-mid .swiper-slide img {
  max-width: 100%;
  height: auto;
}

/* Center team members when only one is visible */
@media (max-width: 767px) {
  .team-area .items {
    justify-content: center;
  }

  .team-area .col-md-6 {
    max-width: 400px;
    margin: 0 auto 30px auto;
  }

  .team-area .col-md-6:last-child {
    margin-bottom: 0;
  }
}

/* Fix list item alignment */
.list-group-item.d-flex {
  align-items: flex-start;
}

.list-group-item .icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.list-group-item span {
  flex: 1;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .app-screenshots-slides .item {
    transform: scale(0.9);
  }
}

.reviews {
  position: relative;
  border: 1px solid var(--primary-l-color);
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.reviews .quot-icon {
  position: absolute;
  top: 5%;
  right: 5%;
}
.reviews .review-meta {
  position: relative;
}
.reviews .review-meta::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: var(--primary-bg-color-2);
  bottom: calc(100% - 10px);
  left: 15%;
  transform: rotate(45deg);
}
.reviews .review-meta .reviewer span {
  font-weight: 500;
}
.reviews:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.pricing-table {
  position: relative;
  padding: 45px;
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 575px) {
  .pricing-table {
    padding: 30px;
  }
}
.pricing-table .package-type {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: var(--primary-t-color);
}
.pricing-table .package-price {
  font-size: 3rem;
  font-weight: 700;
}
.pricing-table .package-price small {
  font-size: 0.75em;
}
.pricing-table .package-list li {
  margin: 0;
  padding: 1rem 0;
  border-color: var(--primary-l-color);
}

.notice,
.notice > a {
  font-weight: 500 !important;
}

.team-item {
  border-radius: var(--border-radius-md);
}
.team-item .image-holder {
  border-radius: var(--border-radius-md);
}
.team-item .card-overlay {
  top: 0;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-md);
  opacity: 0;
  transform: scale(0);
  transition: all var(--transition-function) var(--transition-duration);
}
.team-item .card-overlay::after {
  border-radius: var(--border-radius-md);
}
.team-item .card-overlay .social-icons i {
  line-height: 2.2rem;
}
.team-item .card-overlay .social-icons > a.icon {
  width: 2.2rem;
  height: 2.2rem;
}
.team-item .card-overlay .social-icons > a.icon:hover i:first-child {
  margin-top: -2.2rem;
}
.team-item:hover .card-overlay {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/* Make team cards smaller */
.team-item {
  max-width: 280px;
  margin: 0 auto;
}

.download-area {
  position: relative;
  background-image: url("../img/images/hero.jpg");
  background-repeat: no-repeat;
  z-index: 1;
}

.subscribe-area {
  background-image: url("../img/images/hero.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.contact-info .list-group .list-group-item {
  margin: 0;
  padding: 1rem 0;
  border-color: var(--primary-l-color);
}
.contact-info .list-group .list-group-item .icon {
  background-color: var(--primary-color);
  color: #fff;
}
.contact-info .list-group .list-group-item span,
.contact-info .list-group .list-group-item a {
  font-size: 1.2rem !important;
}
.contact-info .list-group .list-group-item span:not(:hover),
.contact-info .list-group .list-group-item a:not(:hover) {
  color: var(--primary-t-color) !important;
}

.height-emulator {
  float: left;
  height: 500px;
}

.accounts {
  background-image: url("../img/images/hero.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.coming-soon {
  background-image: url("../img/images/hero.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.download {
  background-image: url("../img/images/hero.jpg");
  background-repeat: no-repeat;
}

@keyframes grow {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

/*----------------------------------------------
9. Footer
----------------------------------------------*/
/* #region Footer */
.footer-area .footer-top {
  padding: 80px 0;
}
.footer-area .footer-top hr {
  margin: 25px 0;
  border-style: solid;
}
.footer-area .footer-top .social-icons a.icon {
  color: var(--white-color);
}
.footer-area .nav-item {
  margin: 0;
}
.footer-area .nav-item a.nav-link {
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 500;
}
.footer-area .nav-item a.nav-link:not(:hover) {
  color: var(--nav-item-color);
}
.footer-area .copyright-area {
  border-top: 1px solid var(--primary-l-color);
}
@media (min-width: 992px) {
  .footer-area.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .footer-area .items .item:first-child {
    margin-top: 0;
  }
}

/* #endregion Footer */
/*----------------------------------------------
10. Modal
----------------------------------------------*/
/* #region Modal */
.modal-open {
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  height: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  display: flex;
  align-items: start;
  height: 100%;
  transform: translate(0, 0);
}

.modal-content {
  overflow-x: hidden;
  border: none;
  border-radius: 0;
  background-color: var(--primary-bg-color);
}
.modal-content.full {
  height: 100%;
}

.modal-header {
  align-items: center;
  padding: 25px;
  border: none;
  border-radius: 0;
  font-weight: 600;
  color: var(--primary-t-color);
}
.modal-header .icon-close {
  font-size: 24px;
  cursor: pointer;
}

.modal-body {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 25px 75px;
}

/* #endregion Modal */
/*----------------------------------------------
11. Blog
----------------------------------------------*/
/* #region Blog */

/* #endregion Blog */
/*----------------------------------------------
12. All Media Queries
----------------------------------------------*/
/* #region All Media Queries */
@media (max-width: 1199px) {
  /* #region Section */
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  /* #endregion Section */
  /* #region Header */
  header .navbar-expand .navbar-nav.toggle {
    display: flex;
  }

  header .navbar-expand .navbar-nav.items {
    display: none;
  }
  /* #endregion Header */
}
@media (max-width: 991px) {
  /* #region General */
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2rem;
  }
  /* #endregion General */
  /* #region Helper Class */
  .intro {
    margin-bottom: 50px;
  }
  /* #endregion Helper Class */
}
@media (max-width: 767px) {
  /* #region General */
  body {
    overflow-x: hidden;
  }
  h1 {
    font-size: 2.8rem;
  }
  /* #endregion General */
  /* #region Section */
  section {
    padding: 90px 0;
  }
  /* #endregion Section */
  /* #region Header */
  .navbar-brand {
    margin: 0;
  }
  /* #endregion Header */
}
@media (max-width: 600px) {
  /* #region Header */
  header .navbar-sticky {
    margin-top: 0 !important;
  }
  /* #endregion Header */
}
@media (max-width: 576px) {
  /* #region Helper Class */
  /* #endregion Helper Class */
  /* #region Modal */
  .modal-body {
    align-items: start;
  }
  /* #endregion Modal */
}
/* #endregion All Media Queries */

/*----------------------------------------------
13. Mail Section Styles
----------------------------------------------*/
/* #region Mail Section */
.mail-section {
  padding: 60px 0;
}

.mail-icon-box {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.mail-description {
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.mail-button {
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mail-button:hover {
  background: white !important;
  color: var(--primary-color) !important;
}
/* #endregion Mail Section */

/* #region Privacy Policy Styles */
.privacy-policy-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
  padding-top: 100px !important;
}

.privacy-content {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .privacy-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 20px 0;
  }
}

@media (max-width: 575px) {
  .privacy-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 15px 0;
  }
}

.privacy-header {
  text-align: center;
  margin-bottom: 3rem;
}

.privacy-title {
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.privacy-divider {
  width: 100px;
  height: 4px;
  background: #333;
  margin: 0 auto 20px;
}

.privacy-date {
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 500;
}

.privacy-section {
  padding-left: 20px;
  margin-bottom: 40px;
}

.privacy-section h2 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.privacy-section p {
  color: #495057;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.privacy-section ul {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.8;
  padding-left: 20px;
}

.privacy-section li {
  margin-bottom: 8px;
}
/* #endregion Privacy Policy Styles */
