/*-----------------------------------------------------------------------------------

    Theme Name: Preview
    Author: Bdevs
    Support: https://www.devsnews.com/support/
    Description: Preview
    Version: 1.0
	Developer: Sagor Khan Omi

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



/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Archivo:wght@700&family=Gilda+Display&display=swap");
:root {
  /**
  @font family declaration
  */
  --bd-ff-body: 'Barlow', sans-serif;
  --bd-ff-heading: 'Gilda Display', serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --clr-common-white: #ffffff;
  --clr-common-black: #000;
  --clr-common-placeholder: #8E8E8E;
  --clr-common-heading: #141414;
  --clr-common-body-text: #222222;
  --clr-theme-1: #EEC78C;
  --clr-text-1: #4D4D4D;
  --clr-text-2: #484848;
  --clr-text-3: rgb(124, 124, 124);
  --clr-bg-1: #141414;
  --clr-bg-2: #FFF0F1;
  --clr-border-1: rgba(20, 20, 20, 0.1);
  --clr-border-2: #141414;
  --clr-footer-1: #878787;
  --clr-gradient-1: linear-gradient(180deg, #C51F2C 0%, #FE5C53 100%);
  /**
  @font weight declaration
  */
  --bd-fw-normal: normal;
  --bd-fw-thin: 100;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  /**
  @font size declaration
  */
  --bd-fs-body: 16px;
  --bd-fs-p: 16px;
  --bd-fs-h1: 70px;
  --bd-fs-h2: 55px;
  --bd-fs-h3: 30px;
  --bd-fs-h4: 24px;
  --bd-fs-h5: 16px;
  --bd-fs-h6: 16px;
}

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

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  font-family: var(--bd-ff-body);
  font-size: var(--bd-fs-body);
  font-weight: normal;
  color: var(--clr-common-heading);
  line-height: 26px;
  font-weight: var(--bd-fw-medium);
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bd-ff-heading);
  color: var(--clr-common-heading);
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: var(--bd-fw-medium);
  letter-spacing: 1px;
}

h1 {
  font-size: var(--bd-fs-h1);
}

h2 {
  font-size: var(--bd-fs-h2);
}

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

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

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

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

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

p {
  font-size: var(--bd-fs-p);
  font-weight: var(--bd-fw-normal);
  color: var(--clr-text-3);
  margin-bottom: 15px;
  line-height: 26px;
}

a {
  text-decoration: none;
}

a,
.btn,
button,
span,
svg,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -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;
}

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

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

*::-moz-selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

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

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

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

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

/*----------------------------------------
   Flaction customize
-----------------------------------------*/
i[class^=flaticon-] {
  line-height: 1;
  top: 2px;
  position: relative;
  -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;
}

/*----------------------------------------
   Gutter customize
-----------------------------------------*/
.g-20 {
  --bs-gutter-x: 20px;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.fix {
  overflow: hidden;
}

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

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

/*----------------------------------------
   Basic-pagaination
-----------------------------------------*/
.basic__pagination {
  padding: 40px 0 20px;
  border-top: 1px solid var(--clr-border-2);
}
.basic__pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .basic__pagination ul {
    justify-content: start;
  }
}
.basic__pagination ul li {
  list-style: none;
}
.basic__pagination ul li:last-child {
  margin-left: 15px;
}
.basic__pagination ul li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  color: var(--clr-common-white);
  right: 0;
  top: 50%;
  font-size: 14px;
  background-color: var(--clr-black-6);
  overflow: hidden;
  z-index: 5;
}
.basic__pagination ul li a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--clr-gradient-4);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -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;
}
.basic__pagination ul li a:hover {
  border-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.basic__pagination ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.basic__pagination ul li span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  right: 0;
  top: 50%;
  font-weight: var(--bd-fw-sbold);
  font-size: 16px;
  background: var(--clr-gradient-4);
  overflow: hidden;
  color: var(--clr-common-white);
  z-index: 5;
}

/*----------------------------------------*/
/*  BACKGROUND COLOR CSS START
/*----------------------------------------*/
/*--- Background color
-----------------------------------------*/
.white-bg {
  background-color: var(--clr-common-white);
}

.black-bg {
  background-color: var(--clr-common-black);
}

.dark-bg {
  background-color: var(--clr-bg-2);
}

.grey-bg {
  background-color: var(--clr-bg-4);
}

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

/*----------------------------------------*/
/*  BUTTTON CSS START
/*----------------------------------------*/
/* theme btn */
.bd-btn {
  text-transform: uppercase;
  display: inline-flex;
  padding: 15px 30px;
  font-weight: var(--bd-fw-medium);
  color: #fff;
  border: 1px solid #fff;
  -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;
  position: relative;
  padding-right: 60px;
  height: 52px;
  align-items: center;
  line-height: 52px;
}
.bd-btn.dark-btn {
  color: var(--bd-common-black);
  border: 1px solid var(--bd-common-black);
  padding-right: 55px;
}
.bd-btn i {
  transform: rotate(-45deg);
}
.bd-btn.fill-btn {
  background-color: #EEC78C;
  color: #000;
  border-color: #EEC78C;
}
.bd-btn.unfill-btn {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.bd-btn.white-border {
  border-color: #fff;
  color: #fff;
}
.bd-btn:hover, .bd-btn:focus {
  background-color: #EEC78C;
  color: #000;
  border-color: #EEC78C;
}
.bd-btn:hover span i, .bd-btn:focus span i {
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}
.bd-btn:hover span::after, .bd-btn:focus span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
  transform: translate(20px, -20px) rotate(-45deg);
}
.bd-btn span {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.bd-btn span i {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bd-btn span::after {
  position: absolute;
  content: "\f178";
  font-family: var(--bd-ff-fontawesome);
  font-weight: 900;
  left: -20px;
  bottom: -20px;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*----------------------------------------*/
/* OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__close button {
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-common-heading);
  font-size: 18px;
  background-color: var(--clr-theme-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.offcanvas__close button i {
  color: var(--clr-common-white);
}
.offcanvas__info {
  background: none #F9F5F0 repeat scroll 0 0;
  border-left: 3px solid var(--clr-theme-1);
  position: fixed;
  right: 0;
  top: 0;
  width: 370px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media (max-width:450px) {
  .offcanvas__info {
    width: 300px;
  }
}
.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas__logo a img {
  max-width: 180px;
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--clr-border-1);
}
.offcanvas__color {
  margin-bottom: 40px;
}
.offcanvas__color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__color input {
  display: none;
}
.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: var(--clr-theme-1);
}
.offcanvas__color label:hover {
  cursor: pointer;
}
.offcanvas__color-2 label {
  background-color: var(--bd-theme-1);
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--clr-border-1);
  font-size: 16px;
  color: var(--clr-common-heading);
}
.offcanvas__search input::placeholder {
  color: var(--clr-common-heading);
}
.offcanvas__search input:focus {
  border-color: var(--clr-common-heading);
}
.offcanvas__search 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: 16px;
  color: var(--clr-common-heading);
}
.offcanvas__search button:hover {
  color: var(--clr-theme-1);
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: var(--bd-fw-bold);
  color: var(--clr-common-white);
}
.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact ul li:hover i {
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
  background-color: var(--clr-theme-1);
}
.offcanvas__contact-icon i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  border: 1px solid var(--clr-border-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -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;
  overflow: hidden;
  color: var(--clr-common-white);
  position: relative;
  z-index: 5;
}
.offcanvas__contact-text a {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-white);
}
.offcanvas__contact-text a:hover {
  color: var(--clr-theme-1);
}
.offcanvas__social {
  margin-bottom: 30px;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--clr-border-1);
  color: var(--clr-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-color: transparent;
}
.offcanvas__social ul li a:hover {
  color: var(--clr-common-white);
  border: 1px solid var(--clr-theme-1);
  background-color: var(--clr-theme-1);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--clr-common-heading);
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--clr-theme-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--clr-common-heading);
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--clr-common-heading);
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: var(--clr-theme-1);
}
.offcanvas__notification-text p a {
  color: var(--clr-theme-1);
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--clr-common-black);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 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;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas .signin-area.open {
  opacity: 0.6;
  visibility: visible;
  -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;
}

.sidebar__toggle {
  cursor: pointer;
}

@media (max-width: 992px) {
  .app__offcanvas-overlay.overlay-open {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
  }
}

/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.section__title {
  font-size: 55px;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  .section__title {
    font-size: 28px;
  }
}

.section__subtitle {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section__subtitle span {
  position: relative;
  font-size: 18px;
}

.section__title-wrapper.is-white .section__title {
  color: var(--clr-common-white);
}
.section__title-wrapper.is-white .section__subtitle span {
  color: var(--clr-common-white);
}

.theme__description-content .title {
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  ANIMATION CSS START
/*----------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  Populer animation
/*----------------------------------------*/
@-webkit-keyframes circleMove {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes circleMove {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes imageMove1 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes imageMove1 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@-webkit-keyframes imageMove2 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@keyframes imageMove2 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@-webkit-keyframes imageMove3 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@keyframes imageMove3 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@-webkit-keyframes imageMove4 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@keyframes imageMove4 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@-webkit-keyframes imageMove5 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@keyframes imageMove5 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@-webkit-keyframes imageMove6 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
@keyframes imageMove6 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
.movingX {
  -webkit-animation: movingX 35s linear infinite;
  animation: movingX 35s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw - 100%));
    transform: translateX(calc(100vw - 100%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
    transform: translateX(calc(100vw - 100%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw - 100%));
    transform: translateX(calc(100vw - 100%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
    transform: translateX(calc(100vw - 100%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}
/*----------------------------------------*/
/*  Float Bob X Animation Css
/*----------------------------------------*/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*======================================
click-pulse animation
========================================*/
@-webkit-keyframes click-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes click-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*======================================
Marquee animation
========================================*/
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee2 {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marquee2 {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*======================================
underline hover animation
========================================*/
@-webkit-keyframes underline_hover_on2 {
  0% {
    -webkit-background-size: 0 2px;
    background-size: 0 2px;
  }
  100% {
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
  }
}
@keyframes underline_hover_on2 {
  0% {
    -webkit-background-size: 0 2px;
    background-size: 0 2px;
  }
  100% {
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
  }
}
@-webkit-keyframes underline_hover_off2 {
  0% {
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
  }
  100% {
    -webkit-background-size: 0 2px;
    background-size: 0 2px;
  }
}
@keyframes underline_hover_off2 {
  0% {
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
  }
  100% {
    -webkit-background-size: 0 2px;
    background-size: 0 2px;
  }
}
/*======================================
Button icon hover animation
========================================*/
@keyframes iconltr {
  49% {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
/*----------------------------------------*/
/* PRELODER CSS START
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  display: none;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 60%;
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.object {
  width: 20px;
  height: 20px;
  background-color: #5f3afc;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

#object_one {
  -webkit-animation: object 2s linear infinite;
  animation: object 2s linear infinite;
}

#object_two {
  -webkit-animation: object 2s linear infinite -0.4s;
  animation: object 2s linear infinite -0.4s;
}

#object_three {
  -webkit-animation: object 2s linear infinite -0.8s;
  animation: object 2s linear infinite -0.8s;
}

#object_four {
  -webkit-animation: object 2s linear infinite -1.2s;
  animation: object 2s linear infinite -1.2s;
}

#object_five {
  -webkit-animation: object 2s linear infinite -1.6s;
  animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
.loading-icon .loading-logo {
  width: 64px;
  height: 64px;
  -webkit-animation: ghurche 4s linear infinite -1.2s;
  animation: ghurche 4s linear infinite -1.2s;
}

@media (max-width: 575px) {
  .loading-icon .loading-logo {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes ghurche {
  0% {
    left: 100px;
    top: 0;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes ghurche {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  MEAN MENU CSS START
/*----------------------------------------*/
/* Mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: var(--clr-common-heading);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-top: 1px solid var(--clr-border-1);
}
.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--clr-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid var(--clr-border-1) !important;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-common-heading);
  line-height: 30px;
  top: 0;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}

.mean-container .mean-nav ul li > a > i {
  display: 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;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  border-color: var(--clr-theme-1) !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -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;
}

/*----------------------------------------*/
/*  HEADER CSS START
/*----------------------------------------*/
.header__transparent {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.sticky {
  position: fixed !important;
  top: 0;
  background: var(--clr-bg-2);
  z-index: 800;
  right: 0;
  left: 0;
  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;
  -webkit-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header__area {
  background-color: #000;
  opacity: 1;
  position: relative;
  z-index: 800;
  -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;
}
.header__area .container {
  max-width: 1640px;
}
.header__grid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__grid {
    grid-template-columns: auto auto;
  }
}
.header__logo {
  max-width: 190px;
}
.header__logo img {
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__right {
    gap: 40px;
  }
}

.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 30px;
  }
}
.main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: var(--bd-fw-medium);
  -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;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 0;
}
.main-menu ul li.active a {
  color: #EEC78C;
}
.main-menu ul li.has-dropdown a i {
  font-size: 14px;
  margin-left: 5px;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 220px;
  padding: 15px 0;
  padding-bottom: 15px;
  background: var(--clr-common-white);
  border-top: 3px solid var(--clr-theme-1);
  -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(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  visibility: hidden;
  opacity: 0;
  z-index: 50;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li > a {
  width: 100%;
  display: block;
  padding: 10px 25px;
  text-transform: capitalize;
  color: var(--clr-common-heading);
  font-weight: var(--bd-fw-medium);
  position: relative;
}
.main-menu ul li .submenu li > a::after {
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li > a::before {
  display: none;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: #EEC78C;
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--clr-theme-1);
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  -o-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > a {
  color: #EEC78C;
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.bar-icon {
  width: 36px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: inline-block;
}
.bar-icon span:nth-child(2) {
  margin-left: 20px;
  -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;
}
.bar-icon span:nth-child(3) {
  margin-left: 10px;
  -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;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 10px;
}
.bar-icon:hover span:nth-child(3) {
  margin-left: 0;
}

.header-topbar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  min-height: 132px;
  display: flex;
  align-items: center;
}

.header-topbar::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  width: 100%;
  position: absolute;
  opacity: 0.75;
}

.header-logo {
  max-width: 200px;
}

.header-logo img {
  width: 100%;
}

.header-top-btn {
  text-align: right;
}

/*----------------------------------------*/
/*  BANNER CSS START
/*----------------------------------------*/
.banner__height {
  overflow-x: clip;
  padding-top: 280px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__height {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}
@media (max-width: 575px) {
  .banner__height {
    padding-top: 190px;
    padding-bottom: 150px;
  }
}
@media (max-width:450px) {
  .banner__height {
    padding-bottom: 120px;
  }
}
.banner-bg {
  position: relative;
  z-index: 1;
}
.banner-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(160deg, #FFF0F1 0%, rgba(255, 240, 241, 0) 100%);
  z-index: -1;
}
.banner__shape-wrapper .shape-1 {
  position: absolute;
  left: 0;
  top: 101px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape-wrapper .shape-1 {
    display: none;
  }
}
.banner__shape-wrapper .shape-2 {
  position: absolute;
  right: 0;
  top: 100px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape-wrapper .shape-2 {
    display: none;
  }
}
.banner__shape-wrapper .shape-3 {
  position: absolute;
  left: 13.54%;
  bottom: 15%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape-wrapper .shape-3 {
    left: 5%;
    bottom: 3%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape-wrapper .shape-3 {
    display: none;
  }
}
.banner__shape-wrapper .shape-4 {
  position: absolute;
  right: 15%;
  top: 40%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__shape-wrapper .shape-4 {
    top: auto;
    bottom: 5%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__shape-wrapper .shape-4 {
    display: none;
  }
}
.banner__title {
  position: relative;
  font-size: 76px;
  color: var(--clr-common-heading);
  line-height: 1.2;
  margin-top: -30px;
  text-transform: capitalize;
  font-weight: var(--bd-fw-medium);
}
.banner__title .highlight {
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .banner__title {
    font-size: 36px;
  }
}
@media (max-width:450px) {
  .banner__title {
    font-size: 32px;
  }
}
.banner__title-wrapper {
  position: relative;
  z-index: 5;
}

.title__shape {
  position: absolute;
  top: -20px;
  left: -35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .title__shape {
    top: -10px;
    left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title__shape {
    left: -10px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .title__shape {
    display: none;
  }
}

.btn__groupe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 20px;
}

.btn__shape {
  position: absolute;
  right: -14px;
  top: -12px;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn__shape {
    right: 0%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .btn__shape {
    display: none;
  }
}

.banner__slider-area {
  max-width: 1569px;
  margin: 0 auto;
}

.banner__slider-area {
  position: relative;
  margin-top: -70px;
}

.banner__slider-thumb img {
  width: 100%;
}

.banner__slider-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.banner__slider-wrapper .swiper-slide:nth-child(2n+1) .banner__slider-item {
  margin-top: 30px;
}

.banner__slider-item {
  background: linear-gradient(0.14deg, #FFEDD1 0.03%, #FFFFFF 99.79%);
  padding: 15px;
  padding-top: 7px;
}
.banner__slider-item .home__dot {
  line-height: 1;
  margin-bottom: 12px;
  white-space: nowrap;
}

/*----------------------------------------*/
/*  FEATUREAS CSS START
/*----------------------------------------*/
.features__area {
  padding-top: 145px;
  padding-bottom: 150px;
  background: #F9F5F0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features__area {
    padding: 80px 0;
  }
}

.features__list-area {
  padding: 150px 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features__list-area {
    padding: 80px 0;
  }
}

.features__list-title {
  font-size: 20px;
}

.features__list {
  display: grid;
  grid-template-columns: auto auto auto;
  border-left: 1px solid var(--clr-border-1);
  border-top: 1px solid var(--clr-border-1);
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features__list {
    grid-template-columns: auto;
  }
}

.features__list-content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 35px 60px;
  border-right: 1px solid var(--clr-border-1);
  border-bottom: 1px solid var(--clr-border-1);
}
@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__list-content {
    padding: 35px 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features__list-content {
    justify-content: center;
  }
}

.features__title {
  margin-bottom: 20px;
}

.features__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .features__wrapper {
    grid-template-columns: auto;
  }
}

.features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 356px;
  padding: 30px 30px;
  -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;
  z-index: 5;
}
.features__item::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 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;
  z-index: -1;
}
.features__item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  opacity: 0;
  top: 0;
  left: 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;
  z-index: -1;
}
.features__item:hover {
  background: var(--clr-clr-common-white);
}
.features__item:hover .features__icon {
  transform: translateY(-6px) translate3d(0, -3px, 0);
}
.features__item:hover::after {
  opacity: 0;
}
.features__item:hover::before {
  opacity: 1;
}

.features__icon {
  margin-bottom: 25px;
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.features__tag span {
  padding: 4px 10px;
  background: rgba(227, 76, 38, 0.2);
  border-radius: 30px;
  font-size: 14px;
  color: rgb(227, 82, 45);
}
.features__tag.green span {
  background: rgba(12, 115, 184, 0.2);
  color: rgb(12, 115, 184);
}
.features__tag.purple span {
  color: rgb(137, 18, 252);
  background: rgba(136, 18, 252, 0.2);
}
.features__tag.lilac span {
  color: rgb(205, 103, 153);
  background: rgba(205, 102, 153, 0.2);
}
.features__tag.lime span {
  background: rgba(52, 168, 83, 0.2);
  color: rgb(52, 168, 83);
}
.features__tag.red span {
  color: rgb(255, 30, 90);
  background: rgba(255, 30, 90, 0.2);
}
.features__tag.lemon span {
  background: rgba(136, 206, 2, 0.2);
  color: rgb(82, 124, 1);
}
.features__tag.green-dark span {
  background: rgba(0, 128, 255, 0.2);
  color: rgb(0, 128, 255);
}

/*----------------------------------------*/
/*  DEMO CSS START
/*----------------------------------------*/
.home__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home__content-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: var(--bd-fw-bold);
}
@media (max-width:450px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__content-title {
    font-size: 20px;
  }
}
.home__content-title a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home__content-title a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home__content-title a:hover {
  color: var(--clr-theme-1);
}
.home__content-title a:hover span i {
  animation: iconltr 0.5s forwards;
}
.home__item {
  position: relative;
}
.home__inner {
  border: 1px solid var(--clr-border-1);
  padding: 10px 20px 0 20px;
  margin-bottom: 30px;
}
.home__item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  max-width: 1785px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home__item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home__item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home__item-number {
  font-size: 22px;
  font-weight: var(--bd-fw-sbold);
  font-family: var(--bd-ff-heading);
}
.home__content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.home__content-inner:hover .home__item-link {
  background-color: var(--clr-theme-2);
  border-color: var(--clr-theme-2);
}
.home__dot {
  line-height: 1;
  margin-bottom: 20px;
  white-space: nowrap;
}
.home__dot span {
  height: 7px;
  width: 7px;
  display: inline-block;
  background: #DFDFDF;
  border-radius: 50%;
}

.tag__new {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #EEC78C;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
}

.home__thumb img {
  width: 100%;
  aspect-ratio: 100/90;
  object-fit: cover;
  object-position: top;
}

.inner__page-area {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .inner__page-area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.inner__slide-thumb {
  padding-top: 130%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.inner__slide-thumb a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner__page-active .inner__slide-item:nth-child(2n+1) .inner__slide-thumb {
  padding-top: 136%;
}

.inner__slide {
  padding: 7px 17px 17px;
  border: 1px solid var(--clr-border-1);
  margin-bottom: 30px;
}

.inner__slider-pagination {
  margin-bottom: -85px;
}
.inner__slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid #141414;
}
.inner__slider-pagination .swiper-pagination-bullet-active {
  background: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .inner__pages-navigation {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
  }
}
.inner__pages-navigation button {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--clr-border-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .inner__pages-navigation button {
    position: sticky;
    transform: inherit;
  }
}
.inner__pages-navigation button:hover {
  border-color: var(--clr-theme-1);
  background: var(--clr-theme-1);
}
.inner__pages-navigation button:hover svg * {
  fill: var(--clr-common-white);
}

.inner__pages-button-prev {
  left: -80px;
}

.inner__pages-button-next {
  right: -80px;
}

.demo__click {
  width: 96px;
  height: 96px;
  display: inline-block;
  background: var(--clr-common-white);
  text-align: center;
  line-height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  animation: click-pulse 1.5s infinite linear;
}
.demo__click-bg {
  position: absolute;
  top: -47px;
  left: -14px;
}
.demo__install-content {
  margin-left: 90px;
  margin-top: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .demo__install-content {
    margin-top: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .demo__install-content {
    margin-left: 0;
  }
}
.demo__install-icon {
  position: relative;
  margin-bottom: 65px;
}
.demo__install-thumb {
  padding: 10px 15px;
  background: var(--clr-common-white);
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}
.demo__shape-1 {
  position: absolute;
  top: -40px;
  left: -120px;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .demo__shape-1 {
    display: none;
  }
}
.demo__shape-2 {
  position: absolute;
  bottom: -60px;
  right: -50px;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .demo__shape-2 {
    display: none;
  }
}

.demo__slider-area {
  padding-top: 145px;
  background-color: #141414;
  position: relative;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .demo__slider-area {
    padding-top: 75px;
  }
}
.demo__slider-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #141414 0%, rgba(20, 20, 20, 0.8) 100%);
  top: 0;
  left: 0;
}

.demo__slide-thumb {
  margin-top: 0px;
}
.demo__slide-thumb img {
  width: 100%;
}

.home__demo-area {
  padding-top: 95px;
  padding-bottom: 145px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__demo-area {
    padding-top: 30px;
    padding-bottom: 75px;
  }
}

.demo__content-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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) {
  .demo__content-wrapper {
    position: static;
    padding-top: 0px;
    padding-bottom: 75px;
  }
}
.demo__content-wrapper .container {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  left: 0;
  right: 0;
}

/*----------------------------------------*/
/*  EXPLORE CSS START
/*----------------------------------------*/
.explore__wrapper {
  background: #F9F5F0;
  padding: 45px 50px 50px;
  position: relative;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .explore__wrapper {
    padding: 45px 30px 50px;
  }
}

.explore__pages {
  display: inline-flex;
  align-content: center;
  background: var(--clr-common-white);
  flex-wrap: wrap;
}
@media (max-width:450px) {
  .explore__pages {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}

.explore__thumb {
  width: 56%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .explore__thumb {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore__thumb {
    width: 45%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .explore__thumb {
    display: none;
  }
}

.explore__item > p {
  margin-bottom: 162px;
  max-width: 300px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .explore__item > p {
    max-width: 100%;
    margin-bottom: 60px;
  }
}

.explore__content {
  padding: 10px 25px;
  border-left: 1px solid var(--clr-border-1);
}
@media (max-width:450px) {
  .explore__content {
    border-left: 0;
  }
}
.explore__content h3 {
  font-size: 32px;
  line-height: 1;
  color: var(--clr-theme-1);
}
.explore__content span {
  font-size: 14px;
}

.explore__title {
  font-size: 36px;
  margin-bottom: 20px;
}

.explore__test {
  padding: 45px 50px 50px;
  border: 1px solid var(--clr-border-1);
  background: #F9F5F0;
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .explore__test {
    padding: 45px 30px 50px;
  }
}

.explore__test > p {
  margin-bottom: 45px;
}

/*----------------------------------------*/
/*  Description CSS START
/*----------------------------------------*/
.theme__description-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #F9F5F0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .theme__description-grid {
    grid-template-columns: auto;
  }
}

.title__inner {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
}

.theme__description-item {
  padding: 35px 60px 30px 60px;
}
.theme__description-item:not(:last-child) {
  border-right: 1px solid var(--clr-border-1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .theme__description-item {
    padding: 35px 30px 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme__description-item {
    border-bottom: 1px solid var(--clr-border-1);
    border-right: 1px solid var(--clr-border-1);
  }
  .theme__description-item:nth-child(2) {
    border-right: 0;
  }
  .theme__description-item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .theme__description-item {
    border-bottom: 1px solid var(--clr-border-1);
  }
  .theme__description-item:not(:last-child) {
    border-right: 0;
  }
  .theme__description-item:last-child {
    border-bottom: 0;
  }
}

.theme__description-content > p {
  margin-bottom: 0;
}

/*----------------------------------------*/
/* PROMOTION CSS START
/*----------------------------------------*/
.promotion__area {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .promotion__area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.promotion__item {
  border: 1px solid var(--clr-border-1);
  padding: 45px 50px 50px;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .promotion__item {
    padding: 35px 30px 30px;
  }
}

.header__element ul li {
  list-style: none;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}
.header__element ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__element ul li {
    width: 100% !important;
  }
}
.header__element ul li:nth-child(1) {
  width: 75%;
}
.header__element ul li:nth-child(2) {
  width: 80%;
}
.header__element ul li:nth-child(3) {
  width: 85%;
}
.header__element ul li:nth-child(4) {
  width: 90%;
}
.header__element ul li:nth-child(5) {
  width: 95%;
}
.header__element ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion__content span {
  color: var(--clr-theme-1);
}
.promotion__content h3 {
  margin-bottom: 20px;
  font-size: 26px;
}
@media (max-width:450px) {
  .promotion__content h3 {
    font-size: 22px;
  }
}
.promotion__content > p {
  margin-bottom: 40px;
  max-width: 330px;
  font-size: 18px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .promotion__content > p {
    max-width: 100%;
  }
}

.footer__element ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.footer__element ul li {
  list-style: none;
}
.footer__element ul li img {
  width: 100%;
}

/*----------------------------------------*/
/*  ELEMENTS CSS START
/*----------------------------------------*/
.elements__area {
  padding-bottom: 120px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .elements__area {
    padding-bottom: 50px;
  }
}

.elements__item {
  width: 177px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  padding: 16px 20px;
  background: var(--clr-common-white);
  box-shadow: 0px 10.7708px 26.9271px rgba(0, 0, 0, 0.07);
}
.elements__item span {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clr-text-3);
}

/*----------------------------------------*/
/*  DEVICE CSS START
/*----------------------------------------*/
.device__content-wrapper {
  padding-right: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .device__content-wrapper {
    padding-right: 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .device__content-wrapper {
    padding-right: 0px;
  }
}

.device__friendly-area {
  padding-top: 145px;
  padding-bottom: 100px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .device__friendly-area {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}

.device__content p {
  margin-bottom: 55px;
}

/*----------------------------------------*/
/*  LAYOUT CSS START
/*----------------------------------------*/
.layout__area {
  padding-bottom: 150px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .layout__area {
    padding-bottom: 80px;
  }
}
.layout__area .layout__wrapper:before {
  background: #F9F5F0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.layout__wrapper {
  position: relative;
  padding: 45px 50px 50px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout__wrapper {
    padding: 45px 30px 50px;
  }
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .layout__wrapper {
    padding: 35px 30px 35px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .layout__wrapper {
    margin-bottom: 50px;
  }
}

.animation__thumb {
  height: 351px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.animation__content {
  margin-bottom: 50px;
}
.animation__content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.animation__content h3 span {
  color: #527C01;
}
.animation__content p {
  max-width: 429px;
}

.layout__shape-1 {
  position: absolute;
  width: 367px;
  height: 367px;
  background: #9BD428;
  opacity: 0.1;
  border-radius: 636.595px;
  bottom: -260px;
  left: -70px;
}

.layout__shape-2 {
  position: absolute;
  width: 76.78px;
  height: 326.8px;
  right: 60px;
  background: #9BD428;
  opacity: 0.1;
  border-radius: 465px;
  bottom: -160px;
}

.layout__wrapper-2 {
  height: 100%;
  position: relative;
  padding: 50px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout__wrapper-2 {
    padding: 50px 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .layout__wrapper-2 {
    background-image: none !important;
  }
}
.layout__wrapper-2:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #F9F5F0;
  top: 0;
  z-index: -1;
  left: 0;
}

.layout__shape-3 {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .layout__shape-3 {
    top: auto;
  }
}

.layout__content h3 {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  FOOTER CSS START
/*----------------------------------------*/
.footer__title {
  font-size: 76px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__title {
    font-size: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__title {
    font-size: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__title {
    font-size: 40px;
  }
}
@media (max-width:450px) {
  .footer__title {
    font-size: 36px;
  }
}
.footer__overlay {
  position: relative;
  z-index: 5;
  background: #141414;
}
.footer__overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.8) 0%, #141414 100%);
  z-index: -1;
  opacity: 0.7;
}
.footer__shpae {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.footer__content > p {
  color: var(--clr-common-white);
  max-width: 603px;
  margin: 0 auto;
  margin-bottom: 55px;
  font-size: 18px;
}

.footer__area {
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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