/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variables
# Utility
# Common
# Hero Section
# Feature Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
:root {
  --garlon-font: "Lato", sans-serif;
  --garlon-heading-font: "Lateef", serif;
  --garlon-special-font: "MV Boli", sans-serif;
  --garlon-text: #5E5B5B;
  --garlon-text-rgb: 94, 91, 91;
  --garlon-text-dark: #222222;
  --garlon-text-dark-rgb: 34, 34, 34;
  --garlon-text-dark2: #333333;
  --garlon-text-dark2-rgb: 51, 51, 51;
  --garlon-gray: #F2F2F2;
  --garlon-gray-rgb: 242, 242, 242;
  --garlon-base: #209D2F;
  --garlon-base-rgb: 32, 157, 47;
  --garlon-white: #fff;
  --garlon-white-rgb: 255, 255, 255;
  --garlon-black: #000000;
  --garlon-black-rgb: 0, 0, 0;
  --garlon-black2: #15161B;
  --garlon-black2-rgb: 21, 22, 27;
  --garlon-gray3: #F2F2F2;
  --garlon-gray3-rgb: 242, 242, 242;
  --garlon-gray2: #D9D9D9;
  --garlon-gray2-rgb: 217, 217, 217;
  --garlon-border-color: #DDDDDD;
  --garlon-border-color-rgb: 221, 221, 221;
  --garlon-letter-space: 0.1em;
  --garlon-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

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

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

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

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

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

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

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

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.garlon-btn {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--garlon-base, #209D2F);
  color: var(--garlon-white, #fff);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 500ms;
  padding: 17px 49px;
  border-radius: 90px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-flex;
  vertical-align: middle;
  -webkit-appearance: none;
  text-transform: capitalize;
  transition: 500ms;
  position: relative;
  overflow: hidden;
  color: var(--garlon-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  z-index: 1;
}
.garlon-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 45px;
  height: 47px;
  transition: 500ms;
  background-color: var(--garlon-white, #fff);
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.000000 45.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,45.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 234 c0 -152 3 -213 11 -208 6 3 31 50 55 103 60 128 87 155 189 186 98 30 144 59 162 103 l13 32 -215 0 -215 0 0 -216z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.000000 45.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,45.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 234 c0 -152 3 -213 11 -208 6 3 31 50 55 103 60 128 87 155 189 186 98 30 144 59 162 103 l13 32 -215 0 -215 0 0 -216z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.garlon-btn::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-100%, -100%);
  width: 100%;
  height: 100%;
  background-color: var(--garlon-white, #fff);
  border-radius: 100px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
.garlon-btn span, .garlon-btn i {
  transform: translateX(0%);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.garlon-btn:hover {
  background-color: var(--garlon-base, #209D2F);
  color: var(--garlon-white, #fff);
  color: var(--garlon-text-dark, #222222);
}
.garlon-btn:hover::after {
  transform: translate(0%, 0%);
}
.garlon-btn:hover span {
  transform: translateX(-3px);
}
.garlon-btn:hover i {
  transform: translateX(3px);
}
.garlon-btn--white {
  background-color: var(--garlon-white, #fff);
  color: var(--garlon-text-dark2, #333333);
}
.garlon-btn--white i {
  color: var(--garlon-base, #209D2F);
}
.garlon-btn--white::after {
  background-color: var(--garlon-black2, #15161B);
}
.garlon-btn--white:hover {
  color: var(--garlon-white, #fff);
}
.garlon-btn--white:hover svg path {
  fill: var(--garlon-base, #209D2F);
}
.garlon-btn--white:hover i {
  color: var(--garlon-white, #fff);
}
.garlon-btn--dark {
  background-color: var(--garlon-black2, #15161B);
  color: var(--garlon-white, #fff);
}
.garlon-btn--dark i {
  color: var(--garlon-white, #fff);
}
.garlon-btn--dark::before {
  background-color: var(--garlon-base, #209D2F);
}
.garlon-btn--dark::after {
  background-color: var(--garlon-base, #209D2F);
}
.garlon-btn--dark:hover {
  color: var(--garlon-white, #fff);
}
.garlon-btn--dark:hover i {
  color: var(--garlon-white, #fff);
}

.sec-title {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 46px;
    margin-top: -2px;
  }
}
.sec-title__tagline {
  margin: 0;
  display: inline-flex;
  align-items: center;
  color: var(--garlon-base, #209D2F);
  font-family: var(--garlon-special-font, "MV Boli", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.sec-title__tagline img {
  width: 24px;
  height: auto;
  animation: movebounce2 4s linear infinite;
}
.sec-title__title {
  margin: 0;
  font-size: 30px;
  line-height: 116.667%;
  font-weight: 700;
  margin: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 95.238%;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 42px;
  }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--garlon-font, "Lato", sans-serif);
  color: var(--garlon-text, #5E5B5B);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--garlon-base, #209D2F);
  transition: all 400ms ease;
}

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

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--garlon-heading-font, "Lateef", serif);
  color: var(--garlon-text-dark, #222222);
  font-style: normal;
  font-weight: 700;
  line-height: 95.238%;
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

p {
  color: var(--garlon-text, #5E5B5B);
  font-family: var(--garlon-font, "Lato", sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.section-space {
  padding: 0;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-space {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-space {
    padding: 80px 0;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--garlon-base, #209D2F);
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--garlon-black, #000000);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--garlon-base, #209D2F);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--garlon-black, #000000);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--garlon-base, #209D2F);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--garlon-black, #000000);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.post-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 400ms ease;
  color: var(--garlon-base, #209D2F);
  background-color: #F5F2EF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: var(--garlon-font, "Lato", sans-serif);
}
.post-pagination a:hover {
  color: var(--garlon-white, #fff);
  background-color: var(--garlon-base, #209D2F);
}
.post-pagination li:last-child a {
  width: auto;
  height: auto;
  background-color: transparent;
}
.post-pagination li:last-child a:hover {
  color: var(--garlon-base, #209D2F);
  background-color: transparent;
}
.post-pagination li.active a {
  color: var(--garlon-white, #fff);
  background-color: var(--garlon-base, #209D2F);
}

.garlon-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.garlon-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.garlon-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.garlon-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--garlon-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: var(--garlon-white, #fff);
  transition: all 500ms ease;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--garlon-white, #fff);
  background-color: var(--garlon-base, #209D2F);
  border-color: var(--garlon-base, #209D2F);
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 40px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: var(--garlon-white, #fff);
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  position: relative;
  padding: 0;
  outline: none;
  margin: 0;
  transition: all 500ms ease-in-out;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .garlon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--garlon-base, #209D2F);
  height: 10px;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  width: 65px;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.garlon-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background-color: var(--garlon-base, #209D2F);
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .hero-section {
    padding-top: 110px;
    padding-bottom: 168px;
  }
}
.hero-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-section .container {
  position: relative;
}
.hero-section__logo {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hero-section__content {
  text-align: center;
}
@media (min-width: 992px) {
  .hero-section__content {
    text-align: left;
  }
}
.hero-section__title {
  margin: 0;
  font-size: 45px;
  line-height: normal;
  color: var(--garlon-white, #fff);
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 90px;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .hero-section__title {
    margin-top: 140px;
    font-size: 65px;
    line-height: 70px;
  }
}
.hero-section__text {
  margin: 0 0 30px;
  color: var(--garlon-white, #fff);
}
@media (min-width: 1200px) {
  .hero-section__text {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 36px;
  }
}
.hero-section__text br {
  display: none;
}
@media (min-width: 768px) {
  .hero-section__text br {
    display: inherit;
  }
}
.hero-section .garlon-btn {
  padding: 18.5px 38px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--garlon-base, #209D2F);
  text-transform: uppercase;
  background-color: var(--garlon-white, #fff);
}
.hero-section .garlon-btn:hover {
  color: var(--garlon-white, #fff);
}
.hero-section .garlon-btn::before {
  background-color: var(--garlon-text-dark, #222222);
}
.hero-section .garlon-btn::after {
  background-color: var(--garlon-text-dark, #222222);
}
.hero-section__images {
  display: none;
}
.hero-section__images img {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: -5px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  .hero-section__images {
    display: block;
  }
}
.hero-section__arrow {
  width: 158px;
  height: 90px;
  background-image: url(../images/garlon-landing/hero-arrow-1.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 167px;
  left: 26%;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__arrow {
    display: block;
  }
}
@media (min-width: 1400px) {
  .hero-section__arrow {
    left: 28%;
  }
}
@media (min-width: 1500px) {
  .hero-section__arrow {
    left: 30%;
  }
}
@media (min-width: 1600px) {
  .hero-section__arrow {
    left: 32%;
  }
}
@media (min-width: 1700px) {
  .hero-section__arrow {
    left: 33.4%;
  }
}
.hero-section__badge {
  width: 120px;
  height: 120px;
  background-image: url(../images/garlon-landing/hero-badge-1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  left: 49.5%;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
  display: none;
}
@media (min-width: 1200px) {
  .hero-section__badge {
    display: block;
  }
}
@media (min-width: 1600px) {
  .hero-section__badge {
    top: 95px;
  }
}
.hero-section__hero-image {
  position: absolute;
  left: 20px;
  bottom: 0;
  animation: moveHorizontal 1s infinite alternate;
}
@media (max-width: 1799px) {
  .hero-section__hero-image {
    display: none;
  }
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-13px);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.features-two {
  background-color: var(--garlon-gray, #F2F2F2);
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .features-two {
    padding-bottom: 40px;
  }
}
.features-two__box {
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .features-two__box {
    margin-bottom: 30px;
  }
}
.features-two__box img {
  max-height: 52px;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(1);
}
.features-two__box:hover img {
  transform: scale(0.9);
}
.features-two__title {
  font-size: 20px;
  line-height: 36px;
  color: var(--garlon-black, #000000);
  margin: 17px 0 0;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Demo Section
--------------------------------------------------------------*/
.demos-one {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .demos-one {
    padding: 80px 0 50px;
  }
}
.demos-one__single {
  margin: 0 0 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-align: center;
  background-color: var(--garlon-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--garlon-black-rgb, 0, 0, 0), 0.1);
}
.demos-one__single:hover {
  transform: translateY(-10px);
}
.demos-one__single:hover .demos-one__buttons {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demos-one__single:hover .demos-one__image__hover {
  transform: translateY(0);
}
.demos-one__single:hover .demos-one__image img {
  filter: blur(2px);
}
.demos-one__image {
  overflow: hidden;
  position: relative;
}
.demos-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demos-one__image__hover {
  background-color: rgba(var(--garlon-black-rgb, 0, 0, 0), 0.7);
  height: 100%;
  top: 0;
  position: absolute;
  transform: translateY(-100%);
  transition: all 0.5s ease 0s;
  width: 20%;
}
.demos-one__image__hover--1 {
  left: 0;
  transition-delay: 0.105s;
}
.demos-one__image__hover--2 {
  left: 20%;
  transition-delay: 0.15s;
}
.demos-one__image__hover--3 {
  left: 40%;
  transition-delay: 0.2s;
}
.demos-one__image__hover--4 {
  left: 60%;
  transition-delay: 0.25s;
}
.demos-one__image__hover--5 {
  left: 80%;
  transition-delay: 0.3s;
}
.demos-one__buttons {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 1);
  transition: transform 500ms ease, opacity 600ms linear;
  transition-delay: 300ms;
  opacity: 0;
  z-index: 1;
}
.demos-one__buttons .garlon-btn {
  font-size: 14px;
  padding: 12px 25px;
  display: inline-flex;
}
.demos-one__buttons .garlon-btn::before {
  width: 35px;
  height: 35px;
}
.demos-one__buttons .garlon-btn:hover {
  color: var(--garlon-text-dark, #222222);
}
.demos-one__text {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 32px;
}
.demos-one__text__title {
  font-family: var(--garlon-font, "Lato", sans-serif);
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  color: var(--garlon-black, #000000);
  font-weight: 700;
}

/*--------------------------------------------------------------
#  Feature Section 02
--------------------------------------------------------------*/
.features-one {
  background-color: var(--garlon-gray, #F2F2F2);
  padding: 107px 0 70px;
}
@media (max-width: 767px) {
  .features-one {
    padding: 70px 0 30px;
  }
}
.features-one__title {
  font-size: 50px;
  color: var(--garlon-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 63px;
}
@media (max-width: 767px) {
  .features-one__title {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
.features-one__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1199px) {
  .features-one__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .features-one__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .features-one__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.features-one__box {
  text-align: center;
  position: relative;
  margin: 0 0 46px;
}
@media (max-width: 767px) {
  .features-one__box {
    margin-left: auto;
    margin-right: auto;
  }
}
.features-one__box__image {
  width: 131px;
  height: 135px;
  background-color: var(--garlon-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.features-one__box__image img {
  max-height: 121px;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(1);
}
.features-one__box__title {
  max-width: 131px;
  font-size: 15px;
  color: var(--garlon-black, #000000);
  font-weight: 700;
  margin: 22px 0 0;
}
.features-one__box:hover .features-one__box__image img {
  transform: scale(0.9);
}

/*--------------------------------------------------------------
#  Footer Section
--------------------------------------------------------------*/
.main-footer {
  background-color: var(--garlon-base, #209D2F);
  position: relative;
  padding-top: 108px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 70px;
  }
}
.main-footer .container {
  position: relative;
  z-index: 2;
}
.main-footer__title {
  margin: 0 0 6px;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--garlon-white, #fff);
}
@media (min-width: 1200px) {
  .main-footer__title {
    font-size: 45px;
  }
}
.main-footer__text {
  margin: 0 0 36px;
  color: var(--garlon-white, #fff);
}
@media (min-width: 1200px) {
  .main-footer__text {
    font-size: 26px;
  }
}
.main-footer .garlon-btn {
  padding: 18.5px 38px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--garlon-base, #209D2F);
  text-transform: uppercase;
  background-color: var(--garlon-white, #fff);
}
.main-footer .garlon-btn:hover {
  color: var(--garlon-white, #fff);
}
.main-footer .garlon-btn::before {
  background-color: var(--garlon-text-dark, #222222);
}
.main-footer .garlon-btn::after {
  background-color: var(--garlon-text-dark, #222222);
}
.main-footer__copyright {
  position: relative;
  border-top: 1px solid rgba(var(--garlon-white-rgb, 255, 255, 255), 0.2);
  margin: 100px 0 0;
  padding: 32px 0 34px;
}
@media (max-width: 767px) {
  .main-footer__copyright {
    margin-top: 50px;
    padding: 22px 0 24px;
  }
}
.main-footer__copyright p {
  font-size: 16px;
  line-height: 36px;
  color: var(--garlon-white, #fff);
  margin: 0;
}
.main-footer__shape-one, .main-footer__shape-two {
  position: absolute;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}
.main-footer__shape-one img, .main-footer__shape-two img {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .main-footer__shape-one, .main-footer__shape-two {
    display: none;
  }
}
.main-footer__shape-one {
  right: 0;
}
.main-footer__shap-two {
  left: 0;
}
/*# sourceMappingURL=garlon-landing.css.map */
