:root{
  --goldenBackground: #BA8838;
  --golderParaBackground: #c1934c;
  --greenColorBackground: #256028;
  --brownColorBackground: #3C1700;
  --greenCaseText: #609a5c;
  --caseGreen: #609a5c4f;
  --textGreenPrimary: #7bb676;
}
.footer-left-area button a{
  color: white;
  background-color: var(--greenColorBackground);
  padding: 20px;
  border-radius: 12px;
}
.footer-left-area button{
  margin: 30px 0px;
  width: auto;

}
.footer-left-area button a:hover{
  background-color: white;
  transition: all .5s;
  color: var(--greenCaseText);
}
.center-text{
  margin-left: auto;
  margin-right: auto;
}
.text-wrap{
  text-wrap: auto;
}
.header-wrapper .logo{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.header-wrapper .logo h4{
  /* padding: 10px 0px 0px; */
  margin: 0px !important;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
  display: inline-block;
  animation: 55s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 60px;  
}

.header-wrapper .logo h4{
	letter-spacing: .5em;
	display: inline-block;
}
  /* .header-wrapper .logo h4 span{
  	letter-spacing: 0;
	  display: block;
    font-weight: bolder;
	  margin: 0 auto;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);



	  background: url(../images/banner-animated-text.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;
    height: 100%;
    width: auto;


	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 40s linear infinite;



	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  
} */



/* Import Vogue Font */
@font-face {
  font-family: 'Vogue';
  src: url('../fonts/Vogue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Import Times New Normal Regular Font */
@font-face {
  font-family: 'Times New Normal';
  src: url('../fonts/Times New Normal Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Import Bohemian Soul Font */
@font-face {
  font-family: 'Bohemian Soul';
  src: url('../fonts/Bohemian Soul.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.font-1{
  font-family: 'Vogue', sans-serif;
}
.font-2{
  font-family: 'Times New Normal', serif;
}
.font-3{
  font-family: 'Bohemian Soul', cursive;
}



/* @font-face {
font-family: 'Acelga';
src: url('../fonts/Acelga.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
.content__title{
font-family: 'Acelga', sans-serif;
font-weight: 700;
line-height: 1.3;
} */

.para-color{
color: var(--golderParaBackground) !important;
}

.grid-lines-wrapper {
display: none;
}

.border-content-right{
border-right: 3px solid white;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
}
.border-content-left{
border-left: 3px solid white;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
}
.border-content-right p, .border-content-left p{
padding: 0px 30px;
}
.parnters-logo{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 70%;
}
.parnters-logo img{
padding: 10px 0px;
filter: brightness(10.5);
}
.item-center{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.why-choose-us{
  background-color: var(--goldenBackground);
}
.why-choose-us-para{
  color: #fff !important;
}
.border-choose-use{
  border: 1px solid #fff !important;
}
.border-none{
  border: none !important;
}
.greenBackground{
  background-color: var(--greenColorBackground)
}
.text-green{
  color: var(--greenCaseText) !important;
}
.case-green{
  color: var(--caseGreen) !important;
}
.text-green-border{
  border: 1px solid var(--greenCaseText) !important;
}
.text-green-background{
  background-color: var(--greenCaseText) !important;
}
.text-green-primary{
  color: var(--textGreenPrimary) !important;
}

.text-green-primary-background{
  background-color: var(--textGreenPrimary) !important;
}
.heading-margin{
  margin-top: 20px;
}
.brown-background{
  background-color: var(--brownColorBackground) !important;
}
.brown-border{
  border: 1px solid #976752;
}
.brown-color{
  color: #976752;
}
.hover-custom-1:hover i, .hover-custom-2:hover i, .hover-custom-3:hover i{
  background-color: white !important;
}
.hover-custom-1:hover i.custom-icon::before{
  content: "\e09f" !important;
  color: var(--brownColorBackground) !important;
}
.hover-custom-1:hover i.color-golden::before{
  color: var(--goldenBackground) !important;
}
.hover-custom-2:hover i.custom-icon-2::before{
  content: "\e09f" !important;
  color: var(--greenColorBackground) !important;
}
.hover-custom-3:hover i.custom-icon-3::before{
  content: "\e09f" !important;
  color: var(--golderParaBackground) !important;
}
.hover-custom-3:hover i.color-green::before{
  content: "\e09f" !important;
  color: var(--greenColorBackground) !important;
}
.width-adjust{
  width: 100% !important;
}
.width-adjust h3{
  font-size: 18px !important;
}
.width-adjust::before{
  content: none; /* Disable the ::before element */
  /* Alternatively, you can reset all properties */
  background: none;
  width: auto; 
  height: auto;
  z-index: auto;
  position: static;
}
.single-approach-area-start::before{
  background-image: var(--approach-bg) !important;
}



.portfolio-yu{
  background-color: #3f3f3f !important;
}
.portfolio-bar-yu{
  background-color: #fff !important;
}
.portfolio-name, .portfolio-parcent{
  color: #fff !important;
}
.yu-title{
  color: #000 !important;
  padding: 20px 0px 0px 0px;
}
.yu-progress{
  padding: 10px 0px 0px 0px;
}
.yu-parcent{
  padding-left: 93%;
}
.partners-text{
  color: #000 !important;
  padding: 20px 0px 0px 0px;  
}

.partner-logo-single {
  background: url(../images/product/64.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 30px;
  margin: 20px 0px;
  height: 40rem;
  position: relative;
  overflow: hidden;
  /* Removed the scaling effect */
}

.partner-logo-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* Initially no overlay */
  transition: background 0.6s ease; /* Smooth overlay transition */
}

.partner-logo-single:hover::after {
  background: rgba(0, 0, 0, 0.5); /* Dark overlay on hover */
}

.partners-content {
position: absolute;
bottom: -10%;
left: 40px;
width: 100%;
padding: 40px 0px;
text-align: center;
z-index: 1;
color: white;
opacity: 0;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
transition: bottom 0.6s ease, opacity 0.4s ease;
}
.partners-content h4{
margin-bottom: 10px !important;
}
.partners-content p{
margin: 0px 0px 20px !important;
}
.partner-logo-single:hover .partners-content {
  bottom: 0; /* Move content to the bottom of the container */
  opacity: 1; /* Fade the content in */
}

.single-approach-area-start {
width: 100%;
}

.approch-area-left p.disc {
font-size: 20px;
line-height: 1.6;
}
.why-choose-us-para.desc {
font-size: 16px;
line-height: 1.6;
text-wrap: auto;
}

.approch-area-left.our-journey p.disc {
font-size: 16px;
line-height: 1.4;
}

.use-case-area-start .content-wrapper {
width: 50%;
}
.use-case-area-start .img-wrapper {
width: 50%;
}
.footer-video video {
width: 340px;
height: auto;
}

.footer-single-wized-start h5.title {
width: max-content;
}
.partners-text{
color: #000 !important;
padding: 20px 0px 0px 0px;
}
.partner-logo-single {
background: url(../images/logo/Original.png);
/* background: url(https://static.wixstatic.com/media/9cf899_ac07e04dc36d452a8e33d7d5280d8b79~mv2_d_1922_1642_s_2.jpeg/v1/fill/w_832,h_544,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/9cf899_ac07e04dc36d452a8e33d7d5280d8b79~mv2_d_1922_1642_s_2.jpeg); */
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 100%;
border-radius: 30px;
margin: 20px 0px;
height: 40rem;
position: relative;
overflow: hidden;
}
.partner-right-logo-single {
background: url(https://static.wixstatic.com/media/9cf899_ac07e04dc36d452a8e33d7d5280d8b79~mv2_d_1922_1642_s_2.jpeg/v1/fill/w_832,h_544,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/9cf899_ac07e04dc36d452a8e33d7d5280d8b79~mv2_d_1922_1642_s_2.jpeg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 100%;
border-radius: 30px;
margin: 20px 0px;
height: 40rem;
position: relative;
overflow: hidden;
}
#founders-logo {
transition: opacity 0.3s ease, transform 0.3s ease;
}
.our-logo {
background: var(--brownColorBackground);
z-index: 99;
padding: 40px;
transform: translate(-50%, -50%);
position: fixed;
left: 50%;
/* Vertically centered based on the viewport height */
max-width: 100%; /* Prevents overflow on smaller screens */
width: auto;
box-sizing: border-box; /* Ensures padding is handled properly */
color: var(--golderParaBackground);
border-radius: 20px;
text-transform: uppercase;
}
.our-logo p {
color: #fff;
text-transform: capitalize;
margin-bottom: 14px;
}
.our-logo>:last-child {
margin-bottom: 0;
}
.our-logo::before {
content: '';
background-image: url(../images/white.png);
width: 240px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  opacity: 0.1;
}
.active{
opacity: 1;
transform: scale(1);
}
.inActive{
opacity: 0;
transform: scale(0.95);
}
.partner-logo-single::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0); 
transition: background 0.6s ease; 
}

.founders-section .partners-text {
color: #fff !important;
}

.art-auction-section .learn-more-btn:hover i {
mix-blend-mode: lighten;
}

.w-100 {
max-width: 100%;
/* width: 100% !important; */
}

.w-100 .col-lg-4 {
padding: 0;
}

.rts-service-area {
background-color: var(--brownColorBackground);
text-align: center;
margin-bottom: -2px;
}

.rts-service-1 {
padding-top: 100px;
}

.single-service-area-start .title-area {
flex-basis: auto;
width: 100%;
}

.rts-service-item-1 {
flex-direction: column;
text-align: center;
padding: 20px;
height: auto;
border: 1px solid #ba883817 !important;
gap: 20px;
align-content: center;
}
.rts-service-item-1:hover .title {
/* opacity: 1; */
}
.rts-service-item-1 .title {
text-wrap: auto;
color: var(--goldenBackground) !important;
/* opacity: 0.5; */
/* transition: 0.5s ease all; */
font-size: 30px !important;
font-weight: 700 !important;
padding: 0 !important;
}
.rts-service-item-1 .discription-area p.disc {
text-wrap: auto;
color: #fff;
font-size: 20px;
line-height: 1.8;
margin: 0 !important;
}
.rts-reveal-three {
max-width: 100%;
}
.history-nav {
padding: 0 !important;
height: 100%;
display: grid;
align-items: center;
gap: 0;
border: 0;
}
.nav {
display: flex;
flex-direction: column;
align-items: flex-start;
/* justify-content: space-between; */
height: 100%;
padding: 0 !important;
}
.history-nav .nav .single-tab-btn {
display: grid !important;
  align-items: center;
  padding: 40px 40px;
  width: 100%;
  border: 0;
  border-top: 0;
  border-bottom: 0 !important;
  background-color: var(--caseGreen);
  border-radius: 10px;
}
.history-nav .nav .nav-link .title {
margin-bottom: 0 !important;
}
.history-nav .nav .nav-link.active {
border-bottom: 0 !important;
background-color: var(--textGreenPrimary);
}
.history-nav .nav .single-tab-btn:first-child {
padding: 40px 40px;
}
.history-nav .nav .single-tab-btn:last-child {
padding: 40px 40px;
}
.history-conetent-5 {
display: grid;
justify-content: center;
}
.rts-use-case-area-one {
margin-bottom: -2px;
}

.about-banner {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 100vh;
background: var(--greenColorBackground);
}


.about-banner p {
text-transform: uppercase;
letter-spacing: 0;
display: inline-block;
padding: 1.5em 0em;
width: fit-content;
font-size: 50px;
font-weight: 900;
font-family: "Hanken Grotesk", sans-serif;
display: flex;
justify-content: flex-start;
flex-direction: column;
gap: 30px;
color: #fff;
}

.about-banner p>:nth-child(1) {
display: inline-block;
margin-right: auto;
}
.about-banner p>:nth-child(2) {
display: inline-block;
margin-right: left;
color: var(--);
}

.about-banner span {
/* position: absolute; */
font-size: 100px;
letter-spacing: 0;
padding: .25em 0 .325em;
display: block;
/* margin: 0 auto; */
text-shadow: 0 0 80px rgba(255, 255, 255, .5);

/* Clip Background Image */

background: url(../images/animated-text-fill.jpg) repeat-y;
-webkit-background-clip: text;
background-clip: text;

/* Animate Background Image */

-webkit-text-fill-color: transparent;
-webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;

}


/* Animate Background Image */

@-webkit-keyframes aitf {
0% {
    background-position: 0% 50%;
}

100% {
    background-position: 100% 50%;
}
}
.about-banner-grid-image{
width: 100%;
padding: 20px 0px;
}

.banner-image {
margin-top: -200px;
}

.banner-image {
background-color: var(--greenColorBackground);
padding-bottom: 150px;
}
.b1, .b2{
padding: 20px 10px;
color: white;
text-align: justify;
}

.banner-image .grid{
margin: -100px 0px 0px 0px !important;
}

.banner-ranges{
background-color:var(--goldenBackground);
padding-top: 150px;
padding-bottom: 150px;
}

.banner-ranges .container {
  padding: 2rem;
  margin: 0 auto;
  max-width: 800px;
}

.banner-ranges .top-section {
  text-align: center;
  padding: 4rem 0;
  max-width: 600px;
  margin: 0 auto;
}

.banner-ranges .timeline {
  position: relative;
  min-height: 150px;
}

.banner-ranges .timeline__line {
position: absolute;
position: absolute;
z-index: 2;
left: calc(50% - 1px);
width: 2px;
top: -50px;
bottom: -50px;
background-color: #fff;
display: none;
}

.banner-ranges .timeline__line:before,
.banner-ranges .timeline__line:after {
  position: absolute;
  display: block;
  content: '';
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.banner-ranges .timeline__line:after {
bottom: 0;
}

.banner-ranges .timeline__section {
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: 600ms ease;
  position: relative;
  z-index: 1;
  margin: 50px 0;
  padding: 1rem;
  border-radius: 1rem;
  align-items: center;
  min-height: 300px;
}

.banner-ranges .timeline__section:nth-child(odd) {
  flex-direction: row-reverse;
  transform: translateX(100%);
}

.banner-ranges .timeline__section__bead {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}

.banner-ranges .timeline__section__content {
  width: calc(50% - 2rem);
}

.banner-ranges .show-me:nth-child(n) {
transform: none;
opacity: 1;
}
.banner-ranges .timeline__section__content div{
	color: white;
}
.logo img {
  min-width: 100px;
}
.hero .content__desc{
  font-size: 22px;
}

@media screen and (max-width:991px) {
  .header-area.header-one .header-container-one{
    padding: 10px 20px !important;
  }
  .approch-area-left > .disc{
    display: inline !important;
    font-size: 16px !important;
  }
  body.art-auction .art-auction-section{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px 20px;
    width: 100%;
  }
  .grid__item{
    padding: 30px 0px 40px;
  }
  .rts-service-item-1{
    height: auto;
    gap: 40px;
  }
  .hero .content--hero .content__title{
    font-size: 60px;  
  }
}
@media screen and (max-width:570px) {
  .about-banner span{
    font-size: 40px;
  }
  .border-content-right p, .border-content-left p{
    padding: 20px 30px !important;
    }
  .about-banner p{
    font-size: 26px;
    gap: 10px;
    padding: 0px 20px;
  }
  .hero .content--hero .content__title {
    font-size: 40px !important;
    line-height: 1.4 !important;
  }
  .hero .content--hero .content__text {
    width: 100% !important;
  }
  .hero .content--hero {
    padding: 100px 30px 0 !important;
    padding-bottom: 30px !important;
  }
  .hero .content--hero .content__text {
    margin-bottom: -40px;
  }
  .use-case-area-start .content-wrapper {
    width: 100%;
  }
  .use-case-area-start .img-wrapper {
    width: 100%;
  }
  .blog-area-start{
    padding-top: 100px;
  }
  .history-conetent-5{
    margin: 50px 0px;
  }
  .history-nav{
    margin: 100px 0px;
  }
  .border-content-right,.border-content-left{
    height: 250px !important;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero .content__desc{
    font-size: 14px;
  }
  .logo-footer img{
    width: 120px;
  }
  .logo img{
    min-width: 65px;
  }
  .our-logo{
    width: 30rem;
    padding: 30px;
    left: 5%;
  }
}

@media screen and (max-width:1024px) {
  .border-content-right,.border-content-left{
    height: 350px !important;
    padding: 0px 10px;
  }
  .about-banner span{
    font-size: 60px;
  }
  .about-banner p{
    font-size: 30px;
    gap: 20px;
    padding: 0px 20px;
  }
}

@media screen and (min-width: 571px) and (max-width: 1024px) {
  .hero .content--hero .content__text {
    width: 100% !important;
  }
  .hero .content--hero {
    padding-bottom: 50px !important;
  }
  .hero .content__desc{
    font-size: 16px;
  }
  .logo-footer img{
    width: 150px;
  }
  .logo img {
    min-width: 150px;
}
  }

@media screen and (min-width: 1280px) {
  .border-content-right,.border-content-left{
    height: 300px !important;
    padding: 0px 10px;
  }
  .about-banner{
    margin: 0px 0px 70px;
  }
  .logo-footer img{
    width: 200px;
  }
}
@media screen and (max-width: 720px) {
  .raisely-donate{
    display: none;
  }
}

body.service-1 .end-arrow.discription-area {
  display: none;
}

body.service-1 .number-area span {
  border-color: #fff !important;
  color: #fff !important;
}

/* .header-right nav.nav-area.drop-down-rts{
  display: none !important;
}
.header-area.header-one .header-wrapper {
  justify-content: flex-start !important;
  gap: 60px !important;
} */

.single-approach-area-start:hover h3 {
  opacity: 0 !important;
}

.single-approach-area-start:hover p {
  opacity: 0;
}

.single-approach-area-start::before {
  background-position: 0px -40px;
}

.loading-counter {
  opacity: 0 !important;
}

.loading-image {
  width: 100px !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-one .single-service-area-start a, .index-one .single-service-area-start p{
  opacity: 1;
  transition: 0.5s ease all;
}
.index-one .single-service-area-start:hover a, .index-one .single-service-area-start:hover p{
  opacity: 0;
}
.service-1 .rts-service-1 {
  padding-top: 0 !important;
}
.service-1 .rts-service-1 .rts-service-item-1 {
  margin-top: 0 !important;
}

.service-1 .rts-service-area {
  padding-bottom: 0;
}

.banner-ranges .timeline__section__content p div {
  color: #fff !important;
}
#menu-item-113 {
  display: none !important;
}

.blog-details-main-wrapper.rts-section-gap {
  padding-bottom: 0 !important;
}
.blog-details-breadcrumb.rts-section-gap {
  padding-bottom: 20px !important;
}
.blog-details-main-wrapper.rts-section-gap {
  padding-top: 0px;
}
.container-430 {
  padding-bottom: 50px;
}
.blog-single-main-wrapper.style-one a, .blog-single-main-wrapper.style-one h4, .blog-single-main-wrapper.style-one span {
  color: #3f3f3f !important;
}
.blog-details-breadcrumb>:nth-child(2) {
  padding-bottom: 0 !important;
}
.blog-details-bd-wrapper h1 {
  margin-bottom: 0 !important;
}
.blog-details-main-wrapper .container-430.rts-section-gapTop {
  padding-top: 50px;
}
.blog-details-main-wrapper .rts-btn.btn-primary {
  background: rgb(0 0 0 / 15%);
}
body.blog .header-right .nav-area.drop-down-rts ul#menu-primary li a {
  color: #3f3f3f;
}
.blog-content-area h3 {
  color: #3f3f3f !important;
}
.blog-content-area a.read-more-bb {
  color: #3f3f3f !important;
}
.blog-list-area {
  padding-top: 150px;
}
.single-blog-list-one .blog-content-area .read-more-bb::after {
    background: #3f3f3f !important;
}
.blog .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  color: #3f3f3f;
}
.single-blog-list-one img {
  height: 400px;
  object-fit: cover;
}
.blog-area-start.why-choose-us .blog-single-main-wrapper .date {
  color: #fff !important;
}
.blog-area-start.why-choose-us .blog-single-main-wrapper .date:after {
  content: none !important;
}
.blog-area-start.why-choose-us .blog-single-main-wrapper a {
  color: #fff !important;
}
.blog-area-start.why-choose-us .blog-single-main-wrapper h4 {
  color: #fff !important;
}
.art-info {
  /* position: absolute !important; */
  bottom: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  height: auto;
}
.rts-fs-menu .art-info>:first-child {
	display: grid !important;
	align-items: center;
}
.art-info img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.art-info .rts-fs--contacts {
  display: block !important;
}
.rts-fs-menu.visible {
  display: grid !important;
    align-content: center;
}
.rts-fs-menu.visible .rts-fs-container.row {
  height: auto;
}