@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/***** General CSS *****/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important ;
}
body {
  word-break: break-word;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  color: #7c7c7c;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ffec00;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}
@font-face {
  font-family: "Cervo-italic";
  src: url(../fonts/cervo-italic.otf);
}
@font-face {
  font-family: "Cervo-light-italic";
  src: url(../fonts/cervo-light-italic.otf);
}
@font-face {
  font-family: "Cervo-light";
  src: url(../fonts/cervo-light.otf);
}
@font-face {
  font-family: "Cervo-medium-light";
  src: url(../fonts/cervo-medium-italic.otf);
}
@font-face {
  font-family: "Cervo-medium";
  src: url(../fonts/cervo-medium.otf);
}
@font-face {
  font-family: "Cervo-regular";
  src: url(../fonts/cervo-regular.otf);
}
@font-face {
  font-family: "Cervo-thin-italic";
  src: url(../fonts/cervo-thin-italic.otf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

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

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

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

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

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

.mt-2 {
  margin-top: 20px;
}

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

.pb-1 {
  padding-bottom: 10px;
}

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Cervo-regular";
  font-size: 100px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "Cervo-medium";
  font-size: 4.18vw;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "Cervo-medium";
  font-size: 60px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Cervo-medium";
  font-size: 40px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Cervo-medium";
  font-size: 25px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Cervo-medium";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #000;
  font-size: 16px;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}
.theme-padding {
  padding: 0 5%;
  max-width: 1920px;
  margin: 0 auto;
}
.theme-btn {
  height: 50px;
  width: fit-content;
  padding: 0 30px;
  background-color: #e30136;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid white;
  border-radius: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.theme-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e30136;
  border-radius: 50px;
  content: "";
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

.theme-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
  background-color: white;
  border-radius: 50px;
  content: "";
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease-in-out;
}

.theme-btn:hover {
  color: #e30136;
  border-color: #e30136;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.theme-btn:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.theme-btn:hover::after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
/* ============================ */
.theme-btn2 {
  height: 60px;
  width: fit-content;
  padding: 0 30px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 450;
  background-color: #ffec00;
  border: 2px solid white;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 50px;
  color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.theme-btn2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffec00;
  border-radius: 50px;
  content: "";
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

.theme-btn2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
  background-color: white;
  border-radius: 50px;
  content: "";
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease-in-out;
}

.theme-btn2:hover {
  color: #7c1f82;
  border-color: #7c1f82;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.theme-btn2:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.theme-btn2:hover::after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
/*header css start */
.header-logo a img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.menuSec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header {
  height: 100px;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

header .menuSection {
  height: 100%;
}

header .menuSection .container-fluid {
  height: 100%;
}

header .menuSection .container-fluid .row {
  height: 100%;
}

header .menuSection .container-fluid .row .menuSec {
  height: 100%;
}
.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menuSec ul li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  padding: 12px 30px;
  background: transparent;
  text-decoration: none;
  font-weight: 500;
}

.menuSec ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s all;
  z-index: -1;
}

.menuSec ul li a:hover::before,
.menuSec ul li a:active::before,
.menuSec ul li a:focus::before {
  background: #e30136;
  height: 100% !important;
}

.menuSec ul li a:hover,
.menuSec ul li a:active,
.menuSec ul li a:focus {
  color: #fff !important;
}
/*header css start */

/*banner css start */
.hero-banner {
  width: 100%;
  height: 100vh;
  background: url("../images/hero-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
section.hero-banner > .container-fluid {
  height: 100%;
}

section.hero-banner > .container-fluid .row {
  height: 100%;
}

section.hero-banner > .container-fluid .hero_slidder {
  height: 100%;
}

section.hero-banner > .container-fluid .hero_slidder > div {
  height: 100%;
}

section.hero-banner > .container-fluid .hero_slidder > div .hero-banner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero-banner > .container-fluid .row .hero-banner-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 25px 0 0 0;
}
section.hero-banner .col-md-6 {
  padding: 0;
}

section.hero-banner .col-md-12 {
  padding: 0;
  margin: 0;
}

section.hero-banner > .container-fluid .row .hero-banner-right img {
  height: 43vw;
  width: 100%;
  object-fit: contain;
  object-position: 0 0;
  margin: 10px 0 0 0;
}
.hero-banner-left .theme-btn2 {
  height: 50px;
  transform: rotate(-4deg);
  padding: 0 60px;
}
.hero_btn_wrapper .theme-btn2 {
  transform: rotate(0deg) !important;
  padding: 0 30px;
}
.hero_slidder .slick-track {
  height: 100%;
}
.hero-banner-left h1 {
  font-size: 4.69vw;
  padding: 7px 0 30px 0;
  line-height: 5vw;
}
.hero_btn_wrapper {
  padding: 30px 0 0 0;
  display: flex;
  gap: 30px;
}
.watch_video_btn {
  background: transparent;
  color: #e30136;
  border: none;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
}

.watch_video_btn span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
}

.watch_video_btn span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #e30136;
  border-radius: 50%;
  border-top-color: transparent;
  /* border-right-color: transparent; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 2s linear infinite;
}

.watch_video_btn img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.marques_wrapepr {
  width: 100%;
  overflow: hidden;
}

.top_marque {
  position: absolute;
  bottom: -100px;
  background-color: #ffec00;
  width: 120%;
  height: 85px;
  left: -10%;
  transform: rotate(-7deg);
  z-index: -1;
  overflow: hidden;
}

.bottom_marque {
  position: absolute;
  bottom: -100px;
  width: 120%;
  height: 85px;
  left: -10%;
  z-index: 2;
  background-color: #7c1f82;
  transform: rotate(7deg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-marque-content,
.btm-marque-content {
  position: relative;
  z-index: 9;
  display: flex;
  white-space: nowrap;
  width: 150%;
}

.top-marque-content div {
  display: inline-block;
  margin-right: 100px;
}
.btm-marque-content div {
  display: inline-block;
  margin-right: 100px;
}
.btm-marque-content div p img {
  margin: 0 20px 0 0;
}
.top-marque-content p {
  color: black;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
}
.top-marque-content p img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(7500%)
    hue-rotate(332deg) brightness(90%) contrast(96%);
  margin: 0 20px 0 0;
}
.btm-marque-content p {
  color: white;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
}

.top-marque-content {
  animation: marquee-left 20s linear infinite;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btm-marque-content {
  animation: marquee-right 20s linear infinite;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.discover-box {
  background-color: white;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  max-width: 295px;
  max-height: 95px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 28%;
  border-radius: 30px;
}

.discover-box p {
  color: #e30136;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin: 14px 0 0 -56px;
}

.discover_box_icon {
  height: 60px;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffec00;
  border-radius: 50%;
  border: 5px solid white;
  margin: -80px 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
/*banner css end*/

/* make difference sec starts  */
section.make-diff {
  margin: 12% 0 0 0;
  position: relative;
  z-index: 99999 !important;
}
.make-diff-heading .theme-btn2 {
  transform: rotate(-6deg);
  height: 55px;
  padding: 0 100px;
}

.make-diff-heading h2 {
  line-height: 90px;
}
.make_diff_slidder .slick-active {
  opacity: 1;
}

.make_diff_slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.make-diff-card-img {
  height: 135px;
  width: 135px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffec00;
  border-radius: 50%;
}
.make-diff-card-img img {
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.make-diff-heading {
  margin: 0 0 50px 0;
}
.make-diff-card-txt p {
  font-size: 17px;
}
.diff-heading-para {
  color: #871624;
  font-size: 26px !important;
  font-weight: 600;
  line-height: 30px;
  padding: 15px 0 10px;
}
.make-diff-card {
  padding: 30px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.make-diff-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e30136;
  transition: top 0.5s ease-in-out;
  z-index: 0;
}

.make-diff-card:hover::before {
  top: 0;
}

.make-diff-card > * {
  position: relative;
  z-index: 1;
}
.make_diff_slidder .slick-track {
  margin: 20px 0;
}
.make_diff_slidder
  .slick-slide.slick-current.slick-active.slick-center
  .make-diff-card {
  background-color: #e30136;
}
.make_diff_slidder
  .slick-slide.slick-current.slick-active.slick-center
  .make-diff-card
  .diff-heading-para {
  color: white;
}
.make_diff_slidder
  .slick-slide.slick-current.slick-active.slick-center
  .make-diff-card {
  background-color: #e30136;
}
.make_diff_slidder
  .slick-slide.slick-current.slick-active.slick-center
  .make-diff-card
  p {
  color: white;
}
.make_diff_slidder
  .slick-slide.slick-current.slick-active.slick-center
  .make-diff-card {
  transform: rotate(-4deg);
}
.make-diff-card:hover {
  background-color: #e30136;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.make-diff-card:hover .diff-heading-para {
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.make-diff-card:hover p {
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
/* make difference sec ends */

/* scred sec starts */
.scred-craft-heading button {
  height: 50px;
  padding: 0 120px;
  transform: rotate(-6deg);
}

section.scred-craft {
  margin: 100px 0;
}

.scred-craft-heading h2 {
  padding: 0 0 10px 0;
}

.scred-craft-heading {
  padding: 0 0 30px 0;
}

.scared_slidder .slick-active {
  opacity: 1;
}

.scared_slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.scared_slidder .scared-card {
  background-color: white;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  border: 1px solid #dedede;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.scared_slidder .scared-card::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #871624;
  transition: bottom 0.5s ease-in-out;
  z-index: 0;
}

.scared_slidder .scared-card:hover::after {
  bottom: 0;
}

.scared-card > * {
  position: relative;
  z-index: 1;
}
.scared_slidder .scared-card:hover p {
  color: rgb(218, 215, 215) !important;
}
.scared_slidder .scared-card::before {
  content: "";
  width: 93%;
  height: 2px;
  background-color: #871624;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.scared_slidder .slick-track {
  margin: 20px 0;
}

.scared-caard-txt {
  padding: 30px 20px;
}

.scared-caard-img {
  border-radius: 20px 20px 0 0;
  height: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.scared-caard-img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.scared-caard-img img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 600ms linear;
}

.scared-caard-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0%;
  background-color: rgba(135, 22, 36, 0.5);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.scared-card:hover .scared-caard-img::before {
  height: 250%;
  background-color: transparent;
  transition: all 600ms linear;
}

.scared-card:hover .scared-caard-img img {
  transform: scale(1.1);
}
.scared-prize {
  font-size: 20px;
  color: #7c1f82;
  font-weight: 600;
}

p.scard-heading {
  font-size: 17px;
  font-weight: 550;
  padding: 7px 0;
}
/* scred sec ends */
/* ecological sec starst  */

.ecological_row_wrapper {
  background-color: #7c1f82;
  padding: 100px 0;
  position: relative;
  border-radius: 40px;
}
.ecological-sec-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ecological-sec-inner h2 {
  color: white;
  font-size: 60px !important;
  padding: 5px 0 0 0;
}

.ecological-sec-inner p {
  color: white;
}
.ecological-sec-inner .theme-btn2 {
  height: 55px;
  padding: 0 50px;
  transform: rotate(-4deg);
  letter-spacing: 5px;
  word-spacing: 5px;
}
.ecological-sec-inner p {
  padding: 10px 0 15px;
  width: 63%;
}
.ecological_btn_row a {
  transform: rotate(0deg) !important;
  height: 60px !important;
  padding: 0 30px !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ecological_btn_row {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.ecological_btn_row a:nth-child(2) {
  color: white;
  text-decoration: underline;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px !important;
}
.ecological_row_wrapper::before {
  content: "";
  width: 90%;
  height: 100%;
  background-color: #ffec00;
  position: absolute;
  z-index: -1;
  bottom: -3%;
  left: 5%;
  border-radius: 30px;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgb(241, 231, 121);
  }
  100% {
    box-shadow: 0 10px 0 20px rgb(255, 251, 204);
  }
}
/* ecological sec ends */

/* Hear the hand seec starts  */
section.hear-the-hand {
  margin: 100px 0 0 0;
}
section.hear-the-hand .row {
  align-items: center;
}
.hear-the-hand-right {
  height: 440px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

.hear-the-hand-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  cursor: pointer;
  transition: all 600ms linear;
}

.hear-the-hand-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0%;
  background-color: rgba(255, 236, 0, 0.5);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  cursor: pointer;
}

.hear-the-hand-right:hover::before {
  height: 250%;
  background-color: transparent;
  transition: all 600ms linear;
  cursor: pointer;
}
.hear-the-hand-left p {
  padding: 0 0 20px 0;
}
a.read_md_btn {
  color: #871624;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 550;
}
.hear-the-hand-left {
  padding: 0 10% 0 0;
}
/* Hear the hand seec ends */
/* part ranbow starts  */

section.part_ranbow {
  margin: 100px 0;
}
section.part_ranbow .row {
  background-color: #e7e7e7;
  border-radius: 30px;
}
section.part_ranbow .col-md-6 {
  padding: 0;
  margin: 0;
}

.part_ranbow_left {
  background-color: #7d2183;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 30px;
}
.part_ranbow_left h2 {
  font-size: 41px;
  color: white;
  font-weight: 550;
}
.part_ranbow_right {
  padding: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.part_ranbow_right .theme-btn {
  padding: 0 40px;
}
/* part ranbow ends */

/* travel sec starts  */
.travel_sec_left {
  height: 440px;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}

.travel_sec_left img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}
.travel_sec_left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0%;
  background-color: rgba(255, 236, 0, 0.5);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  cursor: pointer;
}

.travel_sec_left:hover::before {
  height: 250%;
  background-color: transparent;
  transition: 600ms linear;
  cursor: pointer;
}
section.travel_sec .row {
  align-items: center;
}
.travel_sec_right {
  padding: 0 0 0 5%;
}
.travel_sec_right p {
  padding: 0 0 20px 0;
}
.read_md_btn2 {
  color: #e9345e;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 550;
}
.read_md_btn2:hover {
  text-decoration: underline;
}
section.wear-sprit {
  margin: 100px 0;
}
.wear-sprit-heaing .theme-btn2 {
  height: 50px;
  padding: 0 50px;
  transform: rotate(-8deg);
}
.wear-sprit-heaing h2 {
  line-height: 80px;
  padding: 0 0 20px 0;
}

.wear-sprit-heaing {
  padding: 0 0 15px 0;
}
/* travel sec ends */

/* testimonial sec starst  */
.testimonial-sec-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 30px 0;
}
.testimonial-sec-heading .theme-btn2 {
  height: 55px;
  padding: 0 50px;
  transform: rotate(-8deg);
  letter-spacing: 2px;
}

.testimonial-sec-heading h2 {
  line-height: 80px;
}
.testimonial_slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.testimonial_card-img img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial_card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid #bdbdbd;
  border-radius: 30px;
  background-color: white;
}

.testimonial_card-txt {
  width: 80%;
}

.testimonial_card-img {
  width: 20%;
}
.testimonial_slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testimonial_card {
  background-color: #e30137;
}
.testimonial_slidder
  .slick-slide.slick-current.slick-active.slick-center
  .testimonial_card
  p {
  color: white;
}
p.auth-name {
  padding: 8px 0 2px;
  color: black;
  font-size: 26px;
  font-weight: 500;
}
.testimonial_card:hover {
  background-color: #e30137;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.testimonial_card:hover p {
  color: white;
}
section.testimonial-sec {
  margin: 0 0 100px 0;
}
/* testimonial sec ends */
/* about us starst  */
section.about-us {
  margin: 100px 0 50px 0;
}

.about-sec-left img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: 0px 0px;
  border-radius: 30px;
}
.about-us-row-wrapper {
  padding: 60px;
  background-color: #e30136;
  border-radius: 26px;
  position: relative;
}
.about-sec-right h2 {
  color: white;
  line-height: 90px;
}

.about-sec-right p {
  color: white;
  padding: 19px 0;
}
.about-us-row-wrapper .row {
  align-items: center;
}
.about-sec-right {
  padding: 0 0 0 6%;
}
.about-sec-right .theme-btn2 {
  padding: 0 40px 0 20px;
  height: 50px;
}

.about-sec-right button {
  transform: rotate(352deg);
}
/* about us ends */
/* Footer section css start  */

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

footer.footer .container-fluid {
  padding: 0;
}

footer .colLeft {
  background: #0f0f0f;
  padding-left: 140px;
}

footer .colLeft .footerLoog {
  position: relative;
  padding-top: 0;
  margin-bottom: 10px;
  padding-bottom: 120px;
  margin-left: -8vw;
}

footer .colLeft .footerLoog:before {
  position: absolute;
  content: "";
  width: 124%;
  left: -140px;
  background: #ffff;
  height: 1px;
  bottom: 0px;
  opacity: 0.23;
}

footer .colLeft .row {
  padding-top: 30px;
  padding-bottom: 60px;
}

footer .colLeft h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  font-weight: 500;
}

footer .colLeft ul {
  gap: 0;
  margin: 0;
  column-count: 1;
}

footer .colLeft ul li a {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.9s;
  display: inline-block;
  opacity: 0.7;
  margin: 0 0 20px 0;
}

footer .colLeft ul li a:hover {
  color: #fff;
  text-decoration: underline;
  transform: translate(0px, 5px);
}

footer .colLeft .contact ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px 0;
}

footer .colLeft .Links_footer {
  margin-right: 0;
}

footer .colLeft .contact ul li a {
  text-transform: unset;
  margin: 0;
}

.footerRight {
  background: #1b1011;
  position: relative;
  padding: 60px 100px 0px 40px;
}

.footerRight .newsLater {
  position: relative;
}

.footerRight .newsLater h3 {
  font-size: 53px;
  color: #ffff;
  letter-spacing: 11px;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 500;
}

.footerRight .newsLater p {
  font-family: "Poppins";
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #fff;
}

.footerRight .newsLater form {
  position: relative;
  overflow: hidden;
}

.footerRight .newsLater form input {
  width: 80%;
  display: block;
  margin-bottom: 30px;
  border: 0;
  border-radius: 45px;
  padding: 22px 40px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 23px;
}

.footerRight .newsLater form button {
  text-transform: uppercase;
  border-radius: 45px;
  padding: 10px 30px;
  color: black !important;
  transition: 0.9s;
  height: 55px;
  padding: 0 60px;
}

.footerRight .newsLater form button:hover {
  opacity: 0.7;
  transform: translate(0px, -5px);
}

.footerRight ul.social {
  display: flex;
  gap: 10px;
  margin: 30px 0;
}

.footerRight ul.social a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  border: 1px solid #fff;
  transition: 0.9s;
  display: flex;
  object-fit: fill;
  justify-content: center;
  align-items: center;
}

.footerRight ul.social a img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 18px;
  filter: brightness(0) invert(1);
  transition: 0.9s;
  cursor: pointer;
}

.footerRight ul.social a:hover {
  background-color: #fff;
  transform: rotateY(180deg);
}

.footerRight ul.social a:hover img {
  filter: brightness(0);
}

.footerRight .copyright_text p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #ffff;
  opacity: 0.5;
}

.footerRight .copyright_text p a {
  transition: 0.9s;
  color: #ffff;
}

.footerRight .copyright_text p a:hover {
  text-decoration: underline;
  color: #fff;
}

footer .footerRight .copyright_text {
  padding: 130px 0 30px 0;
  margin-top: 20px;
  position: relative;
}

.footerRight .copyright_text:before {
  position: absolute;
  content: "";
  width: 124%;
  left: -40px;
  background: #ffff;
  height: 1px;
  top: 100px;
  opacity: 0.23;
}

.footerLoog * {
  font-size: 45px;
  color: #fff;
  width: 150px;
  height: 140px;
  object-fit: contain;
}

.footerLoog a {
  font-size: 45px;
  color: #fff;
  line-height: 1.5;
}

footer .colLeft ul img {
  object-fit: scale-down;
  width: auto;
}

.gain-image {
  position: relative;
  z-index: 9999;
}
.Links_footer.web_links ul {
  gap: 0;
  margin: 0;
  column-count: 2;
}
.hdr_logo a {
  display: inline-flex;
  min-height: 150px;
  background-color: #fff;
  min-width: 450px;
  justify-content: center;
  align-items: flex-end;
}
/* Footer section css end */

/* loader css  */
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

.loader-wrapper.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
  animation: loaderContentFadeIn 0.6s ease-out;
}
.loader-content img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@keyframes loaderContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loader-logo {
  width: 100%px;
  height: 200px;
  margin-bottom: 30px;
  animation: logoPulse 2s ease-in-out infinite;
}

@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.loader-text {
  font-family: "Blender Pro", sans-serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 500;
  animation: textGlow 2s ease-in-out infinite alternate;
}

@keyframes textGlow {
  from {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  to {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.loader-progress {
  width: 100%;
  max-width: 300px;
  height: 4px;
  background: rgba(227, 1 54, 0.1);
  border-radius: 2px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(227, 1 54, 0.1);
}

.loader-progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(227, 1 54, 0.1) 50%,
    transparent 100%
  );
  animation: shimmer 1.5s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.loader-progress-bar {
  height: 100%;
  background: linear-gradient(
    90deg,
    #e30137 0%,
    #f81248 25%,
    #fd2f5f 50%,
    #f84d75 75%,
    #f85f83 100%
  );
  width: 0%;
  border-radius: 2px;
  transition: width 0.3s ease;
  position: relative;
  box-shadow: 0 0 10px #5a4140;
}

.loader-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 100%
  );
  animation: progressGlow 1s ease-in-out infinite;
}

@keyframes progressGlow {
  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

.loader-percentage {
  font-family: "Blender Pro", sans-serif;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* loader */
/* loader css  */

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e30136;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #e30136;
  /* border: 2px solid #fff; */
}
