.fs-5 {
  font-size: 20px !important;
}
@media (max-width: 991px) {
  .fs-5 {
    font-size: 18px !important;
  }
}

/* Center Images Thumbnail S */
.thumbnail-container, .thumbnail_container {
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.thumbnail-container.thumbnail-horizontal, .thumbnail_container.thumbnail-horizontal {
  padding-bottom: 66.66%;
}
.thumbnail-container.thumbnail-vertical, .thumbnail_container.thumbnail-vertical {
  padding-bottom: 150%;
}
.thumbnail-container.thumbnail-square, .thumbnail_container.thumbnail-square {
  padding-bottom: 100%;
}
.thumbnail-container.object-fit img.lazy, .thumbnail_container.object-fit img.lazy {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.thumbnail-container.object-fit img, .thumbnail_container.object-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-container.object-fit iframe, .thumbnail_container.object-fit iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-container.object-fit iframe.lazy, .thumbnail_container.object-fit iframe.lazy {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumbnail {
  margin: 0px;
  display: block;
  padding: 0px;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: none;
}
.thumbnail a, .thumbnail img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.thumbnail video, .thumbnail .youtube-video, .thumbnail .vimeo-video, .thumbnail iframe {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Center Images Thumbnail S */
.btn {
  position: relative;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", serif;
  line-height: 115%;
  letter-spacing: 0.36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  border: none;
  box-shadow: none;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    border-radius: 50px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .btn {
    padding: 12px 28px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 14px;
  }
}
.btn svg {
  fill: #000;
}
.btn:hover, .btn:focus, .btn:active, .btn:not([disabled]):not(.disabled):active, .btn.focus, .btn.show {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .btn:hover::before, .btn:focus::before, .btn:active::before, .btn:not([disabled]):not(.disabled):active::before, .btn.focus::before, .btn.show::before {
    transform: scaleX(1);
  }
  .btn:hover svg, .btn:focus svg, .btn:active svg, .btn:not([disabled]):not(.disabled):active svg, .btn.focus svg, .btn.show svg {
    opacity: 1;
    right: 30px;
  }
}
.btn.btn-primary {
  color: #ffffff;
  background: #E95B37;
}
.btn.btn-primary::before {
  background: rgba(0, 0, 0, 0.1);
}
.btn.btn-secondary {
  color: #ffffff;
  background: #5f5f5f;
}
.btn.btn-secondary:before {
  background: rgba(255, 255, 255, 0.15);
}

/* Center Images Thumbnail S */
.thumbnail-container, .thumbnail_container {
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.thumbnail-container.thumbnail-horizontal, .thumbnail_container.thumbnail-horizontal {
  padding-bottom: 66.66%;
}
.thumbnail-container.thumbnail-vertical, .thumbnail_container.thumbnail-vertical {
  padding-bottom: 150%;
}
.thumbnail-container.thumbnail-square, .thumbnail_container.thumbnail-square {
  padding-bottom: 100%;
}
.thumbnail-container.object-fit img.lazy, .thumbnail_container.object-fit img.lazy {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.thumbnail-container.object-fit img, .thumbnail_container.object-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-container.object-fit iframe, .thumbnail_container.object-fit iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-container.object-fit iframe.lazy, .thumbnail_container.object-fit iframe.lazy {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumbnail {
  margin: 0px;
  display: block;
  padding: 0px;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: none;
}
.thumbnail a, .thumbnail img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.thumbnail video, .thumbnail .youtube-video, .thumbnail .vimeo-video, .thumbnail iframe {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Center Images Thumbnail S */
#back-top {
  display: none;
}

#back-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  background-color: #E95B37;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  -khtml-transform: rotate(180deg);
  transform: rotate(180deg);
}

#back-top.active {
  bottom: 40px;
  transition: all 0.5s ease-in-out;
}

#back-top:hover {
  background-color: #E95B37;
}

#back-top svg {
  cursor: pointer;
  border-radius: 250px;
  font-size: 20px;
  fill: #ffffff;
  transition: all 0.5s ease 0s;
  display: block;
  height: 20px;
  width: 20px;
  transform: rotate(180deg);
}

#back-top svg path {
  fill: #ffffff;
}

@media (max-width: 1199px) {
  #back-top {
    visibility: hidden;
  }
}
/*----------------------------------------*/
/*  01. Common CSS Start
/*----------------------------------------*/
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Inter", serif;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: normal;
  line-height: 155%;
  position: relative;
  cursor: none;
}

a {
  text-decoration: none;
  color: #E95B37;
}
a:hover {
  color: #1a1a1a;
}

a,
.btn,
button,
input,
select,
textarea,
*::after,
*::before {
  transition: all 0.3s ease-in-out;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a:hover {
  color: #E95B37;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", serif;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 46px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
}
@media (max-width: 1400px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-size: 34px;
}
@media (max-width: 1400px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 28px;
}
@media (max-width: 1400px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 22px;
}

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

li {
  list-style: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

p {
  margin-bottom: 0;
}
p + p {
  margin-top: 20px;
}
@media (max-width: 991px) {
  p + p {
    margin-top: 15px;
  }
}

/*----------------------------------------*/
/*  01. Common CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. container CSS start
/*----------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1553px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container-fluid {
  max-width: 1920px;
}

/*----------------------------------------*/
/*  02. container CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. Section gap CSS Start
/*----------------------------------------*/
.section-gap {
  padding: 65px 0;
}
@media (max-width: 1440px) {
  .section-gap {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .section-gap {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .section-gap {
    padding: 30px 0;
  }
}
.section-gap.double-gap {
  padding: 130px 0;
}
@media (max-width: 1440px) {
  .section-gap.double-gap {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section-gap.double-gap {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .section-gap.double-gap {
    padding: 40px 0;
  }
}
.section-gap.double-gap-t {
  padding-top: 130px;
}
@media (max-width: 1440px) {
  .section-gap.double-gap-t {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .section-gap.double-gap-t {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .section-gap.double-gap-t {
    padding-top: 40px;
  }
}
.section-gap.double-gap-b {
  padding-bottom: 130px;
}
@media (max-width: 1440px) {
  .section-gap.double-gap-b {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .section-gap.double-gap-b {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-gap.double-gap-b {
    padding-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  03. Section gap CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. Title CSS Start
/*----------------------------------------*/
.heading-center {
  text-align: center;
}
@media (min-width: 1200px) {
  .heading-center {
    max-width: 850px;
    margin: 0 auto;
  }
}

.main-title {
  font-size: 55px;
  color: #000;
  font-family: "Rufina", serif;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .main-title {
    font-size: 46px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .main-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .main-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .main-title {
    font-size: 28px;
  }
}
.main-title .sub-title {
  display: block;
  font-size: 20px;
  color: #5f5f5f;
  font-weight: 400;
  font-family: "Inter", serif;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .main-title .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-title .sub-title {
    font-size: 16px;
  }
}
.main-title .big-title {
  font-size: 73px;
}
@media (max-width: 1399px) {
  .main-title .big-title {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .main-title .big-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main-title .big-title {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .main-title .big-title {
    font-size: 31px;
  }
}
.main-title .small-title {
  font-size: 46px;
}
@media (max-width: 1199px) {
  .main-title .small-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .main-title .small-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .main-title .small-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .main-title .small-title {
    font-size: 26px;
  }
}
.main-title .b-title {
  border-bottom: 2px solid #E95B37;
  font-weight: 700;
  color: #1a1a1a;
}
.main-title .c-title {
  color: #E95B37;
}

/*----------------------------------------*/
/*  04. Title CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  05. Section Separator CSS Start
/*----------------------------------------*/
.border-line {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 51px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.border-line span {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/border-carft.svg);
  background-repeat: repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(2852%) hue-rotate(294deg) brightness(102%) contrast(101%);
}
@media (max-width: 991.98px) {
  .border-line {
    height: 40px;
  }
  .border-line span {
    background-size: cover;
  }
}

@keyframes borderEffect {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/*----------------------------------------*/
/*  05. Section Separator CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  06. Swiper Slider Arrow & Dots CSS start
/*----------------------------------------*/
.swiper-button-prev,
.swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
  border: none;
  background-color: rgba(233, 91, 55, 0.6);
  transition: all 0.3s ease-in-out;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #E95B37;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 22px;
  height: 22px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 15px;
    height: 15px;
  }
}

.swiper-button-prev {
  left: 0;
}
@media (max-width: 991px) {
  .swiper-button-prev {
    left: 30px;
  }
}

.swiper-button-next {
  right: 0px;
}
@media (max-width: 991px) {
  .swiper-button-next {
    right: 30px;
  }
}

.swiper-pagination {
  margin-top: 30px;
  position: relative;
  line-height: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E95B37;
}

/*----------------------------------------*/
/*  06. Swiper Slider Arrow & Dots CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  07. Animation CSS Start
/*----------------------------------------*/
.turtle-animation {
  position: absolute;
  max-width: 110px;
  max-height: 85px;
  right: 0;
  bottom: -25px;
  animation: turtle-animation 120s linear infinite;
  transform: scaleX(1);
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes turtle-animation {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
.swan-animation {
  position: absolute;
  max-width: 110px;
  max-height: 75px;
  left: 0;
  bottom: -10px;
  animation: swan-animation 80s linear infinite;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes swan-animation {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
/*----------------------------------------*/
/*  07. Animation CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  08. Cursor Animation CSS Start
/*----------------------------------------*/
#cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background-color: #E95B37;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
}
#cursor.linkHover {
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #cursor {
    display: none;
  }
}

/* Larger Circle Cursor */
#cursor-border {
  --size: 20px;
  position: fixed;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #E95B37;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}
@media (max-width: 1199.98px) {
  #cursor-border {
    display: none;
  }
}

/*----------------------------------------*/
/*  08. Cursor Animation CSS End
/*----------------------------------------*/
/* Reveal block S */
.reveal-holder {
  position: relative;
  overflow: hidden;
}

.reveal-block {
  position: absolute;
  top: 0;
  width: 102%;
  height: 101%;
  background: #ffffff;
  z-index: 2;
}
.reveal-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fef5f3;
  transition-property: transform;
  transition-duration: 0.5s;
  border-radius: 10px;
}

.reveal-block.gradient::before {
  background: linear-gradient(to left, #eebf56, #f46ca3);
}

.reveal-block.gradient-two::before {
  background: linear-gradient(to left, #1b9edf, #af74c3);
}

.reveal-block.extra {
  background: #1b9edf;
}
.reveal-block.extra::before {
  background: #af74c3;
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
  transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
  transform: scaleX(1);
}

.reveal-block.top::before {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

.reveal-block.left::before {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

.reveal-block.right::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

/* AOS animate */
[data-aos=reveal-top],
[data-aos=reveal-left],
[data-aos=reveal-right],
[data-aos=reveal-bottom] {
  transition-property: transform;
  transition-delay: 0.5s;
}

[data-aos=reveal-top] {
  transform: scaleY(1);
}
[data-aos=reveal-top].aos-animate {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-left] {
  transform: scaleX(1);
}
[data-aos=reveal-left].aos-animate {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-right] {
  transform: scaleX(1);
}
[data-aos=reveal-right].aos-animate {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
  transform: scaleY(1);
}
[data-aos=reveal-bottom].aos-animate {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}
[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

/* Reveal block E */
.header-container .top-center-logo {
  max-width: 150px;
  margin: auto;
  padding: 15px 0;
}
@media (max-width: 1599px) {
  .header-container .top-center-logo {
    max-width: 120px;
  }
}
@media (max-width: 1399px) {
  .header-container .top-center-logo {
    max-width: 100px;
  }
}
@media (max-width: 1199px) {
  .header-container .top-center-logo {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .header-container .top-center-logo {
    max-width: 70px;
  }
}

.home-banner-sec {
  position: relative;
  overflow: hidden;
}
.home-banner-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/body-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  z-index: -2;
  opacity: 0.5;
}
.home-banner-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 212, 255, 0) 10%);
}
@media (min-width: 1200px) {
  .home-banner-sec .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1400px) {
  .home-banner-sec .container {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.home-banner-sec .h-banner {
  margin: 0 -25px;
  padding: 0 25px;
}
.home-banner-sec .h-banner .swiper-button-prev, .home-banner-sec .h-banner .swiper-button-next {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .home-banner-sec .h-banner .swiper-button-prev, .home-banner-sec .h-banner .swiper-button-next {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .home-banner-sec .h-banner .swiper-button-prev {
    left: 7px;
  }
}
@media (max-width: 991.98px) {
  .home-banner-sec .h-banner .swiper-button-next {
    right: 7px;
  }
}
.home-banner-sec .h-banner:hover .swiper-button-prev, .home-banner-sec .h-banner:hover .swiper-button-next {
  opacity: 1;
}
.home-banner-sec .h-banner .thumbnail-container {
  padding-bottom: 42%;
  border-radius: 50px;
}
@media (max-width: 1400px) {
  .home-banner-sec .h-banner .thumbnail-container {
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .home-banner-sec .h-banner .thumbnail-container {
    padding-bottom: 66.66%;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .home-banner-sec .h-banner .thumbnail-container {
    border-radius: 20px;
  }
}
.home-banner-sec .leaf-img {
  position: absolute;
}
.home-banner-sec .leaf-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(43%) sepia(51%) saturate(1207%) hue-rotate(334deg) brightness(95%) contrast(92%);
  opacity: 0.1;
}
.home-banner-sec .leaf-img svg {
  width: 170px;
  height: auto;
  color: #E95B37;
  opacity: 0.1;
}
.home-banner-sec .leaf-img.leaf-one {
  top: 30%;
  left: -40px;
  max-width: 140px;
  max-height: 120px;
  transform: rotate(80deg);
  animation: rotateHalfImage 8s linear infinite;
}
.home-banner-sec .leaf-img.leaf-two {
  max-width: 100px;
  max-height: 120px;
  height: 100%;
  top: 25%;
  right: -40px;
  transform: rotate(11deg);
  animation: rotateImage 30s linear infinite;
}
@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotateHalfImage {
  0% {
    transform: rotate(100deg);
  }
  50% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(100deg);
  }
}
.home-banner-sec .main-title {
  position: relative;
}
.home-banner-sec .main-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  width: 80px;
  height: 80px;
  background-image: url(../images/origami.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  transform: translate(-150px, 0px);
  transition-duration: 10s;
  opacity: 0;
}
.home-banner-sec .main-title.aos-animate::after {
  transform: translate(600px, -100px);
  opacity: 1;
}
.home-banner-sec .banner-content {
  margin: 0 auto;
}
.home-banner-sec .banner-content .main-title {
  line-height: 100%;
}
@media (min-width: 1200px) {
  .home-banner-sec .banner-content .main-title {
    max-width: 1000px;
    margin: 10px auto 30px;
  }
}
@media (min-width: 1440px) {
  .home-banner-sec .banner-content .main-title {
    margin: 20px auto 40px;
  }
}
.home-banner-sec iframe {
  transform: scale(1.35);
  border-radius: 50px;
}

.about-sec {
  position: relative;
}
@media (min-width: 1400px) {
  .about-sec .container {
    max-width: 1220px;
  }
}
@media (min-width: 1200px) {
  .about-sec .main-title {
    max-width: 750px;
  }
}
@media (min-width: 768px) {
  .about-sec .custom-gap {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1200px) {
  .about-sec .custom-gap {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1400px) {
  .about-sec .custom-gap {
    --bs-gutter-x: 80px;
  }
}
.about-sec .left-craft {
  top: 45%;
  left: -4%;
  max-width: 300px;
}
.about-sec .right-craft {
  top: 30%;
  right: -6%;
  max-width: 300px;
}
.about-sec .thumbnail-container {
  border-radius: 10px;
}
.about-sec .heading {
  z-index: 2;
}
.about-sec .big-img {
  max-width: 80%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .about-sec .big-img {
    margin-left: -100px;
  }
}
.about-sec .small-img {
  max-width: 40%;
  margin-top: -250px;
}
@media (max-width: 1399px) {
  .about-sec .small-img {
    margin-top: -180px;
  }
}
@media (max-width: 1199px) {
  .about-sec .small-img {
    max-width: 30%;
    margin-top: -150px;
  }
}
@media (max-width: 767.98px) {
  .about-sec .small-img {
    max-width: 40%;
    margin-top: -130px;
  }
}
@media (max-width: 575px) {
  .about-sec .small-img {
    max-width: 40%;
    margin-top: -90px;
  }
}
.about-sec .small-img .reveal-block::before {
  background: #ffffff;
}
.about-sec .logo-image {
  right: 14%;
  top: 2%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-sec .logo-image {
    right: 2%;
  }
}
.about-sec .logo-image .rotate-img {
  animation: rotateImage 30s linear infinite;
}
.about-sec .logo-image svg {
  width: 200px;
  height: 200px;
}
@media (max-width: 1199px) {
  .about-sec .logo-image svg {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .about-sec .logo-image svg {
    width: 100px;
    height: 100px;
  }
}
.about-sec .logo-image svg textPath {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Inter", serif;
  letter-spacing: 0.4px;
}
.about-sec .logo-image .sticky-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-sec .moretext {
  display: none;
}
.about-sec .moreless-button {
  text-decoration: none;
  color: #E95B37;
}
@media (max-width: 767.98px) {
  .about-sec .moreless-button {
    -webkit-text-decoration: underline #E95B37;
            text-decoration: underline #E95B37;
    color: #000;
  }
}
.about-sec .moreless-button:hover {
  color: #000;
}
.about-sec .carft-01 {
  top: 50%;
  opacity: 0.1 !important;
}
.about-sec .carft-01 svg {
  width: 200px;
  height: 200px;
  color: #E95B37;
}
@media (max-width: 1599px) {
  .about-sec .carft-01 svg {
    width: 100px;
    height: 100px;
  }
}

@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.border-line-about {
  background-color: #ffffff;
}
.border-line-about span {
  animation-play-state: paused;
  background-image: url(../images/border-carft.svg);
}

.craft-color {
  filter: brightness(0) saturate(100%) invert(43%) sepia(51%) saturate(1207%) hue-rotate(334deg) brightness(95%) contrast(92%);
  opacity: 0.1;
}

.gallery-sec .marquee .js-marquee {
  display: flex;
}
.gallery-sec .gallery-img {
  width: 350px;
}
@media (max-width: 1199px) {
  .gallery-sec .gallery-img {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .gallery-sec .gallery-img {
    width: 250px;
  }
}
.gallery-sec .gallery-img + .gallery-img {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .gallery-sec .gallery-img + .gallery-img {
    margin-left: 15px;
  }
}
.gallery-sec .gallery-img:hover .plus-icon {
  opacity: 1;
}
.gallery-sec .gallery-img:hover img {
  transform: scale(1.1);
}
.gallery-sec .gallery-img img {
  transition: 0.5s ease-in-out;
}
.gallery-sec .gallery-img .plus-icon {
  width: 50px;
  height: 50px;
  background: rgba(233, 91, 55, 0.8);
  z-index: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.gallery-sec .gallery-img .plus-icon svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

.treasures-sec .custom-gap-01 {
  --bs-gutter-y: 70px;
}
@media (max-width: 1640px) {
  .treasures-sec .custom-gap-01 {
    --bs-gutter-y: 50px;
  }
}
@media (max-width: 1199px) {
  .treasures-sec .custom-gap-01 {
    --bs-gutter-y: 40px;
  }
}
@media (max-width: 767px) {
  .treasures-sec .custom-gap-01 {
    --bs-gutter-y: 30px;
  }
}
.treasures-sec .craft-01 {
  right: -200px;
  bottom: 100px;
}
.treasures-sec .craft-02 {
  left: -200px;
  top: 45%;
}
.treasures-sec .craft-01 svg, .treasures-sec .craft-02 svg {
  width: 350px;
  height: 400px;
  animation: rotateImage 30s linear infinite;
  color: rgba(233, 91, 55, 0.08);
}
.treasures-sec .craft-03 {
  right: 0%;
  top: calc(100% - 2px);
}
.treasures-sec .craft-03 svg {
  transform: rotate(180deg);
  width: 150px;
  height: 150px;
  color: rgba(233, 91, 55, 0.08);
}
.treasures-sec .card-wrap {
  background-color: #fef5f3;
  border-radius: 10px;
}
.treasures-sec .card-wrap .content {
  padding: 70px 80px;
  position: relative;
}
@media (max-width: 1640px) {
  .treasures-sec .card-wrap .content {
    padding: 70px 60px;
  }
}
@media (max-width: 1399px) {
  .treasures-sec .card-wrap .content {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .treasures-sec .card-wrap .content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .treasures-sec .card-wrap .content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .treasures-sec .card-wrap .content {
    padding: 24px;
  }
}
.treasures-sec .content-img {
  border-radius: 10px;
}
.treasures-sec .custom-gap {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 80px;
}
@media (max-width: 1640px) {
  .treasures-sec .custom-gap {
    --bs-gutter-x: 60px;
  }
}
@media (max-width: 1199px) {
  .treasures-sec .custom-gap {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .treasures-sec .custom-gap {
    --bs-gutter-x: 20px;
  }
}

.services-sec .services-wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .services-sec .services-wrapper {
    flex-direction: column;
  }
}
.services-sec .nav {
  min-width: 350px;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .services-sec .nav {
    min-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .services-sec .nav {
    min-width: auto;
    flex-direction: row;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    align-items: end;
  }
}
.services-sec .nav-pills .nav-link {
  background: #f7f7f7;
  margin-top: 10px;
  padding: 30px 10px;
  font-size: 20px;
  color: #5f5f5f;
  font-weight: 500;
  transition: all 0.3s;
}
.services-sec .nav-pills .nav-link:first-child {
  margin-top: 0;
}
.services-sec .nav-pills .nav-link:hover, .services-sec .nav-pills .nav-link.active {
  background-color: #fceae6;
  color: #E95B37;
}
@media (max-width: 767.98px) {
  .services-sec .nav-pills .nav-link:hover, .services-sec .nav-pills .nav-link.active {
    background-color: #000;
    color: #ffffff;
  }
}
@media (max-width: 991.98px) {
  .services-sec .nav-pills .nav-link {
    padding: 13px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .services-sec .nav-pills .nav-link {
    padding: 13px 10px;
  }
}
.services-sec .tab-content {
  width: 100%;
  background-color: #fdf5f3;
  padding: 25px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .services-sec .tab-content {
    padding: 15px;
  }
}
.services-sec .tab-content .services-lists {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.services-sec .tab-content .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .services-sec .tab-content .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services-sec .tab-content .grid-container .item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 15px;
}
.services-sec .tab-content .grid-container .item svg {
  width: 42px;
  height: 42px;
  color: #E95B37;
}
.services-sec .tab-content .grid-container .item .title {
  font-size: 18px;
  color: #000;
}
@media (max-width: 1199px) {
  .services-sec .tab-content .grid-container .item .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services-sec .tab-content .grid-container .item .title {
    font-size: 14px;
  }
}

.testimonial-sec .wrapper {
  background-color: #fef5f3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.testimonial-sec .wrapper .left-side {
  padding: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  position: relative;
}
@media (max-width: 1599px) {
  .testimonial-sec .wrapper .left-side {
    padding: 120px 60px 60px;
  }
}
@media (max-width: 1399px) {
  .testimonial-sec .wrapper .left-side {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .wrapper .left-side {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-sec .wrapper .left-side {
    padding: 24px;
  }
}
.testimonial-sec .wrapper .left-side .main-title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .testimonial-sec .wrapper .left-side .main-title {
    margin-bottom: 20px;
  }
}
.testimonial-sec .wrapper .craft-one {
  left: -40px;
  top: -30px;
  width: 160px;
  transform: rotate(45deg);
  opacity: 0.6;
  filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(2852%) hue-rotate(294deg) brightness(102%) contrast(101%);
}
.testimonial-sec .wrapper .craft-two {
  right: -15px;
  bottom: 0px;
  width: 150px;
  opacity: 0.1;
}
.testimonial-sec .wrapper .cover-background {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.testimonial-sec .wrapper .cover-background::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.testimonial-sec .wrapper .video-icon {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
}
@media (max-width: 1599px) {
  .testimonial-sec .wrapper .video-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .testimonial-sec .wrapper .video-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .wrapper .video-icon {
    width: 50px;
    height: 50px;
  }
}
.testimonial-sec .wrapper .video-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: zooming 1.5s linear infinite;
  z-index: -1;
}
.testimonial-sec .wrapper .video-icon .n-icon {
  line-height: 0%;
}
.testimonial-sec .wrapper .video-icon svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 1699px) {
  .testimonial-sec .wrapper .video-icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .testimonial-sec .wrapper .video-icon svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .wrapper .video-icon svg {
    width: 16px;
    height: 16px;
  }
}
.testimonial-sec .wrapper .swiper-pagination {
  text-align: start;
}
.testimonial-sec .wrapper .testimonial-card .name {
  color: #000;
  font-weight: 300;
  font-size: 19px;
  margin: 0;
}
.testimonial-sec .wrapper .testimonial-card .name > span {
  font-weight: 600;
}
.testimonial-sec .wrapper .testimonial-card .title {
  color: #E95B37;
  font-weight: 600;
}
.testimonial-sec .wrapper .testimonial-card .review-text {
  margin-bottom: 20px;
  line-height: 180%;
  max-width: 70%;
}
@media (max-width: 1399px) {
  .testimonial-sec .wrapper .testimonial-card .review-text {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .testimonial-sec .wrapper .video-content {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .wrapper .video-content {
    min-height: 300px;
  }
}

@keyframes zooming {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.footer-sec .footer-wrapper {
  background-color: #fef5f3;
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 767px) {
  .footer-sec .footer-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .footer-sec .footer-wrapper {
    padding: 24px;
  }
}
.footer-sec .footer-wrapper p {
  color: #5f5f5f;
}
.footer-sec .footer-wrapper a {
  color: #5f5f5f;
  transition: all 0.3s ease-in-out;
}
.footer-sec .footer-wrapper a:hover {
  color: #E95B37;
}
.footer-sec .footer-wrapper p, .footer-sec .footer-wrapper a {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-sec .footer-wrapper p, .footer-sec .footer-wrapper a {
    font-size: 15px;
  }
}
.footer-sec .footer-wrapper ul li + li {
  margin-top: 5px;
}
.footer-sec .top-sec .title {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.footer-sec .top-sec .thumbnail-container {
  background: transparent;
  padding-bottom: 50%;
  max-width: 205px;
}
.footer-sec .top-sec .thumbnail-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-sec .top-sec a {
  color: #5f5f5f;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.footer-sec .top-sec a:hover {
  color: #E95B37;
}
.footer-sec .top-sec .detail-col:nth-of-type(1) .detail-card {
  border: 1px solid #e1eaff;
}
.footer-sec .top-sec .detail-col:nth-of-type(1) .detail-card .avatar {
  background-color: #e1eaff;
}
.footer-sec .top-sec .detail-col:nth-of-type(2) .detail-card {
  border: 1px solid #ffe1e3;
}
.footer-sec .top-sec .detail-col:nth-of-type(2) .detail-card .avatar {
  background-color: #ffe1e3;
}
.footer-sec .top-sec .detail-col:nth-of-type(2) .detail-card .avatar svg {
  color: #7b3d3d;
}
.footer-sec .top-sec .detail-col:nth-of-type(3) .detail-card {
  border: 1px solid #ffe6c0;
}
.footer-sec .top-sec .detail-col:nth-of-type(3) .detail-card .avatar {
  background-color: #ffe6c0;
}
.footer-sec .top-sec .detail-col:nth-of-type(3) .detail-card .avatar svg {
  color: #805d22;
  fill: #805d22;
}
.footer-sec .top-sec .detail-col .detail-card {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 40px 30px 150px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1599px) {
  .footer-sec .top-sec .detail-col .detail-card {
    padding: 20px 20px 20px 110px;
  }
}
@media (max-width: 1199.98px) {
  .footer-sec .top-sec .detail-col .detail-card {
    padding: 20px 20px 20px 80px;
  }
}
.footer-sec .top-sec .detail-col .detail-card .avatar {
  background-color: rgb(255, 210, 158);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  left: -20px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  .footer-sec .top-sec .detail-col .detail-card .avatar {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1199.98px) {
  .footer-sec .top-sec .detail-col .detail-card .avatar {
    width: 90px;
    height: 90px;
  }
}
.footer-sec .top-sec .detail-col .detail-card .avatar svg {
  width: 90px;
  height: 90px;
}
@media (max-width: 1599px) {
  .footer-sec .top-sec .detail-col .detail-card .avatar svg {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1199.98px) {
  .footer-sec .top-sec .detail-col .detail-card .avatar svg {
    width: 55px;
    height: 55px;
    margin-left: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .footer-sec .top-sec .detail-col .detail-card .footer_title {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .footer-sec .top-sec .detail-col .detail-card p, .footer-sec .top-sec .detail-col .detail-card a {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .footer-sec .top-sec .detail-col .detail-card .thumbnail-container {
    margin-top: 10px;
    margin-left: 10px;
  }
}
.footer-sec .footer_title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer-sec .footer_title {
    margin-bottom: 15px;
  }
}
.footer-sec .social-icon {
  margin-top: 20px;
}
.footer-sec .social-icon .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E95B37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.footer-sec .social-icon .icon:hover {
  color: #ffffff;
  background-color: #000;
}
.footer-sec .social-icon .icon:hover svg path {
  fill: #ffffff;
}

.copywrite-box {
  padding: 25px 0;
  font-size: 14px;
}
@media (max-width: 575px) {
  .copywrite-box .crafted-txt {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
.copywrite-box .crafted-txt img {
  max-width: 20px;
}/*# sourceMappingURL=main.css.map */