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

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #0c0c0c;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #0c0c0c;
  white-space: initial;
  font-family: "Poppins", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0c0c0c;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

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

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bold-font";
  src: url(../fonts/bold-font.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

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

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bold-font";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 56px;
  line-height: 1.2;
  color: #0c0c0c;
  font-weight: 500;
}

h2 {
  font-size: 73px;
  line-height: 1.2;
  color: #0c0c0c;
  font-weight: 500;
}

h3 {
  font-size: 50px;
  line-height: 1.2;
  color: #0c0c0c;
  font-weight: 600;
}

h4 {
  font-size: 38px;
  line-height: 1.2;
  color: #0c0c0c;
  font-weight: 500;
}

h5 {
  font-size: 25px;
  line-height: 1.2;
  color: #0c0c0c;
  font-weight: 500;
}

h6 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  font-weight: 500;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #0c0c0c;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}

.black {
  color: #0c0c0c;
}

.white {
  color: #fff;
}

.orange {
  color: #ff7b06;
}

.green {
  color: #88e789;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.bold-font {
  font-family: "bold-font";
}

:root {
  --black: #0c0c0c;
  --white: #fff;
  --orange: #ff7b06;
  --green: #88e789;
  --poppins: "Poppins", sans-serif;
  --bold-font: "bold-font";
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1%;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #0c0c0c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  z-index: -1;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #ff7b06;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 30px;
}

.nav.stroke ul li a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.nav.stroke ul li a.active:after {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #fff !important;
}

.nav.stroke ul li a:hover {
  color: #fff !important;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 5px 5px 30px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  text-transform: uppercase;
  color: #Ffff;
  gap: 20px;
  border-radius: 30px;
  overflow: hidden;
  font-weight: 500;
}

span.theme-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffff;
  color: #f77721;
  border-radius: 50%;
  font-size: 18px;
}

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

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

.theme-btn:hover::after {
  transition: 0.3s ease-in-out;
  width: 110%;
  height: 110%;
}

.theme-btn:hover {
  transition: 0.3s ease-in-out;
  color: #0c0c0c;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

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

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 20px 0;
  display: block;
  width: fit-content;
}

section.header {
  position: relative;
  z-index: 2;
  padding: 10px 0;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  height: 900px;
}

.banner_sec::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner-grid.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.banner-top {
  padding: 50px 0;
}

.banner-bottom-slider .slick-slide {
  margin: 0;
}

/* banner-connection start */
.banner_sec {
  height: auto !important;
  min-height: 900px;
}

.banner-connection svg {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: -1px;
}

.curved-text {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  fill: var(--black);
  letter-spacing: 1px;
  dominant-baseline: middle;
}

.ribbon-bg {
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
}

.banner-connection .dot {
  font-size: 35px;
}

.banner-connection {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53%;
}

.banner-bottom {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

.banner-bottom-main {
  background-image: url(../images/banner-bottom.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

img.banner-img {
  border-radius: 30px;
}

/* banner-connection end */

/* Banner end*/

/* section start */
.banner-bottom-slider {
  overflow: visible !important;
}

.banner-bottom-slider .slick-list {
  padding: 140px 0 220px 0 !important;
}

.banner-bottom-slider .slick-slide {
  transition: none;
  /* Let GSAP handle transitions for smoothest scaling */
  opacity: 1 !important;
  z-index: 1;
  cursor: pointer;
  margin: 0 !important;
  position: relative !important;
}

.banner-bottom-slider .banner-image {
  padding: 0 15px;
}

.banner-bottom-slider .banner-image img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
}

/* section end */

/* section start */
section.work-sec{
  position: relative;
  z-index: 1;
}

section.work-sec::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background-image: url(../images/banner-grid.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.05;
}

img.pin {
  width: fit-content;
  object-fit: scale-down;
  height: auto;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.work-item {
  position: relative;
  z-index: 1;
  padding: 80px 20px 50px 20px;
  box-shadow: 0 0 12px 0 #0000001c;
  border-radius: 20px;
  margin: 40px auto;
  width: 85%;
}

.work-image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #88e789;
  border-radius: 20px;
  justify-self: center;
  margin: 10px 0 30px 0;
}

img.work-img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(8%) hue-rotate(56deg) brightness(103%) contrast(100%);
}

.work-text {
  text-align: center;
}

.work-item.left {
  transform: rotate(5deg);
}

.work-text p {
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}

a.underline {
  text-transform: uppercase;
  color: #694180;
  font-weight: 500;
  text-decoration: underline;
}

.work-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 0;
  content: '';
  transition: 0.3s ease-in-out;
  background: #ff7b06;
  border-radius: 20px;
}

.work-item:hover:before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.work-item:hover * {
  color: #ffff;
  transition: 0.3s ease-in-out;
}

.work-item.right {
  transform: rotate(-5deg);
}

.work-item:hover .work-image {
  background: #fff;
}

.work-item:hover .work-image img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(50%) saturate(4521%) hue-rotate(353deg) brightness(102%) contrast(109%);
}

/* section end */

/* section start */

img.feel-img1 {
    width: 80%;
    height: 470px;
    border-radius: 50px;
    border: 15px solid #fff;
    transform: rotate(-15deg);
    margin: 0 0 0 -100px;
    box-shadow: 0 0 12px 0 #0000001c;
}

img.feel-img2 {
    width: 80%;
    height: 470px;
    border-radius: 50px;
    border: 15px solid #fff;
    transform: rotate(15deg);
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: -1;
}

.feel-image {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}
/* section end */


/* Testi Css */



p.auto {
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
}

ul.stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 0 10px;
}

ul.stars li a i {
    color: #fd8f00;
    font-size: 15px;
}

.testi-content h6 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: #4e4e4e;
}

.test-row p {
    font-size: 14px;
    margin: 0 !important;
    text-transform: uppercase;
    opacity: 1;
}

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

.test-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testi-card p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.8;
}

.testi-card {
    padding: 60px 20px;
    margin: 50px 10px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.testi-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: #ffff;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
    transform: rotate(-5deg);
    opacity: 0;
    box-shadow: 0 0 5px 0 #00000030;
}

.testi-card::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background: #f47606;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
    opacity: 0;

}

.testi-card:hover::before {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.testi-card:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide {
    opacity: 1 !important;
}

.testi-slider .slick-slide.slick-current.slick-active+.slick-slide .testi-card::after {
    opacity: 1 !important;
}


.testi-slider .slick-slide.slick-current.slick-active+.slick-slide .testi-card::before {
    opacity: 1 !important;
}

/* Testi Css */



/* section start */
.footer-box {
    padding: 100px 60px 30px 60px;
    border-radius: 20px;
    margin: 0 0 8px 0;
    background: #1a1a1a;
}

.footer-left-text h3 {
    color: #fff;
    font-size: 42px;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 500;
}

.footer-links h6 {
    text-transform: uppercase;
    color: #ffff;
}

.footer-links {
    margin: 0 0 60px 0;
    height: 100px;
}

.footer-links a {
    color: #fff;
}

.footer-links p {
    color: #fff;
    margin: 0 0 5px 0;
    opacity: 1;
}

form.footer-form {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 40px 0 0 0;
}

form.footer-form input {
    background: transparent;
    border-bottom: 1px solid #ffffff59 !important;
    border: navajowhite;
    border-radius: 0;
    height: 100px;
    color: #fff;
    font-size: 20px;
    font-family: poppins;
}

form.footer-form input::placeholder {
    color: #fff;
    font-size: 20px;
    font-family: poppins;
}


button.footer-button {
    background: transparent;
    border: navajowhite;
    position: absolute;
    top: 50%;
    right: 0;
}

ul.follow-ftr-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover {
    background-color: #fff;
    transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover i {
    color: #000;
    transition: 0.5s ease-in-out;
}


ul.follow-ftr-list {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

ul.footer-nav-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
}

ul.footer-nav-list a {
    color: #fff;
    text-transform: uppercase;
}

.ftr-bottom {
    margin: 70px 0 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dee2e65c !important;
}

.ftr-copyright p {
    color: #fff;
    font-weight: 400;
}


.work-item:hover img.pin {
    height: 0;
    transition: 0.5s ease-in-out;
}
img.pin1{
  height: 0;
  transition: 0.5s ease-in-out;
}

.work-item:hover img.pin1 {
    height: auto;
    transition: 0.5s ease-in-out;
}
/* section end */




/* section start */
.your-next-collection-section{
  position: relative;
}
.your-next-collection-section .container{
  position: relative;
}
.your-next-collection-section::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 75%;
    left: 50%;
    bottom: 0;
    background: #88e789;
    transform: translateX(-50%);
    border-radius: 40px;
}
.your-next-collection-content {
    padding-bottom: 40px;
}

.speaker_image img {
    width: 70%;
}

.speaker_image {
    text-align: end;
}
.your-next-collection-content ul {
    display: flex;
    gap: 10px;
}
.your-next-collection-content p{
  opacity: 1;
  color: #000;
}
/* section end */

/* section start */
section.loveit-here-section {
    position: relative;
    padding: 80px 0;
}
section.loveit-here-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/square-lines.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: -1;
}
section.loveit-here-section {
    position: relative;
}

.loveit-here-image-mobile img {
    width: 50%;
}

.loveit-here-image-mobile {
    text-align: center;
    position: relative;
}
.love-it-here-content p {
    font-weight: 400;
    color: #000;
    opacity: 1;
}
.loveit-here-image-mobile::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: #ff7b06;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.love-it-here-content p {
    font-weight: 400;
    color: #000;
    opacity: 1;
}


.love-it-here-content ul li:not(:last-child) {
    margin-bottom: 15px;
}

.love-it-here-content ul li {
    color: #88e789;
    font-size: 17px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

.love-it-here-content ul li::before {
    content: '\f138';
    position: absolute;
    left: 0;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

.love-it-here-content ul {
    margin: 30px 0;
}
/* section end */

/* section start */
.meet_people_section h2 {
    border-bottom: 1px solid #e6e6e6;
}
.slider-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: -20px; /* Cards ko overlap karne ke liye */
    height: 400px;
}

.card {
    width: 26%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    border: 7px solid white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #ccc;
}

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

/* Fan-out effect logic */
.card-1 {transform: rotate(-8deg) translateY(60px) scale(0.95) translateX(30px);z-index: 1;filter: grayscale(100%);}
.card-2 {transform: rotate(-8deg) translateY(15px) translateX(10px);z-index: 2;}
.card-3 { transform: scale(1.1); z-index: 3; } /* Center card */
.card-4 {transform: rotate(8deg) translateY(15px) translateX(-10px);z-index: 2;}
.card-5 {transform: rotate(9deg) translateY(60px) scale(0.95) translateX(-30px);z-index: 1;filter: grayscale(100%);}


/* section end */

/* section start */
section.download_app {
    position: relative;
    margin: 100px 0 50px 0;
}
.mt-10{
  margin-top: 100px;
}
.card a {
    display: block;
    height: 100%;
}
.card:hover {
    transform: scale(1.2);
    transition: 0.3s ease-in-out;
}
section.download_app::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 75%;
    left: 50%;
    bottom: 0;
    background: #88e789;
    transform: translateX(-50%);
    border-radius: 40px;
}

section.download_app .container {
    position: relative;
}

.download_app_image img {
    width: 70%;
}

.download-app-content ul {
    display: flex;
    gap: 10px;
}

.download-app-content ul li {
    width: 45%;
}
.download-app-content {
    padding-bottom: 40px;
}
.download-app-content ul li img {
    border-radius: 12px;
}

.download-app-content h2 {
    color: #fff;
}

.theme-btn.style1::before {
    background: #FFF;
}

.theme-btn.style1 {
    color: #694180;
}

.theme-btn.style1 span.theme-btn-icon {
    background: #88e789;
    color: #fff;
}
/* section end */

/* Home Page end*/

/* Home Page end*/ 