.hero-section{
 /* background-image: url(../images/sample.jpg); */
 position: relative;
 margin-bottom: 6rem;
}
.hero-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.hero-content {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 50;
  padding: 0 2rem;
}
.hero-section video{
  /* object-fit: cover; */
  width: 100%;
  height: 100%; 
}
.big-text {
 font-size: 160px;
 font-family: anton;
 width: 50%;
 /* margin-top: 8rem; */
 line-height: 170px;
 text-transform: uppercase;
 /* padding: 2rem; */
 color: white;
 font-weight: 500;
}

.hero-content p {
 font-family: unbounded;
 color: #fff;
 width: 65%;
 padding: 2rem;
 line-height: 30px;
}


/* CSS */


.about-section {
  padding: 7rem 3rem;
  background-color: #fff;
  border-radius: 85px 85px 0 0;
  margin-top: -75px;
  /* margin-top: 4rem; */
  z-index: 101;
}
.about-left {
 width: 60%;
}
.al-upper {
 font-size: 55px;
 font-family: anton;
 text-align: left;
 font-size: 54px;
 font-weight: 400;
 text-transform: uppercase;
 line-height: 1.2em;
 color: #a3a3a3;
}
.al-lower {
 display: flex
;
 padding: 2rem 0;
}
.about-image {
 margin-right: 1rem;
}
.about-image img {
 border-radius: 20px;
}
.about-content {
 padding: 2rem;
 font-family: unbounded;
 font-size: 14px;
 color: #a3a3a3;
 font-weight: 300;
}
.about-content p {
 margin-bottom: 2rem;
}
.inside-about-section {
 display: flex;
 /* justify-content: space-between; */
}
.about-right {
 padding: 0rem 3rem;
 width: 40%;
 margin-left: 2rem;
}
.ar-card p:nth-child(1){
 font-size: 120px;
 font-family: anton;
 display: flex;
 align-items: center;
}
.ar-card p:nth-child(2) {
 font-family: unbounded;
 text-transform: capitalize;
}
.ar-card img{
  height: 5rem;
  margin-left: 1rem;
}
.connect-left {
 width: 40%;
 padding: 1rem;
}

.connect-left p:nth-child(2) {
 font-family: unbounded;
 font-size: 14px;
 color: #a3a3a3;
 margin: 2rem 0;
}
.inside-connect-section {
 display: flex;
 justify-content: space-between;
}
.connect-section {
 padding: 4rem;
 position: relative;
}
.connect-right{
 width: 50%;
}
.connect-right img{
 width: 100%;
}

/* .img-bg {
 position: absolute;
 right: 4%;
 top: -5%;
 animation: rotate 20s linear infinite;
} */

.scroll-section {
  display: flex;
  height: 100vh;
  overflow: hidden;
  margin-top: 6rem;
  background: #f1ece7;
  padding: 4rem 0;
  border-radius: 75px 75px 0 0;
}

.left-content {
 /* flex: 2; */
 width: 40%;
 overflow-y: auto;
 padding: 20px;
}

.scrollable {
 padding: 10px;
}

.content-block {
 margin-bottom: 40px;
}

.content-block h2 {
  font-size: 37px;
  margin-bottom: 10px;
  font-family: anton;
  font-weight: 500;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
}

.content-block p {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: unbounded;
  line-height: 28px;
  color: #252525;
}

.content-block a {
 color: #00c16e;
 text-decoration: none;
 font-weight: bold;
}

.right-content {
  /* flex: 1; */
  display: flex
;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  border-left: 4px solid #00c16e;
  width: 60%;
}

.right-content p {
  font-family: unbounded;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  line-height: 30px;
  margin: 1rem 0;
  margin-bottom: 2rem;
} 
.uper-cb {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.uper-cb img {
  width: 65px;
  margin-right: 2rem;
}
.reward-section {
  padding: 4rem;
  padding-top: 8rem;
  background-color: #252525;
  border-radius: 75px 75px 0 0;
}

.inside-reward-section{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rewards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5rem;
}
.reward{
  position: relative;
  padding: 2rem;
  width: 20%;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  transition: filter 0.5s ease;

}
.reward h4 {
  margin-bottom: 1rem;
  font-family: 'Unbounded';
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.reward p {
  font-family: 'Unbounded';
  font-size: 14px;
  text-transform: capitalize;
  color: #a3a3a3;
  font-weight: 200;
  transition: color 0.3s ease;
}
.reward:hover p{
  color: #00c16e;
}
.reward::before {
  content: '';
  height: 100%;
  width: 25%;
  left: 0;
  top: 20px;
  position: absolute;
  background-image: url(../images/h2_vector2.svg);
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.reward:hover::before{
  filter: sepia(1) saturate(4000%) hue-rotate(155deg);

}
.reward:hover::after{
  filter: sepia(1) saturate(4000%) hue-rotate(155deg);

}
.reward::after{
  content: '';
  height: 100%;
  width: 25%;
  right: 0;
  top: 20px;
  position: absolute;
  transform: rotateY(180deg);
  background-image: url(../images/h2_vector2.svg);
  background-repeat: no-repeat;

}


/* testi-section */
.testi-section{
  width: 100%;
  padding: 4rem;
  text-align: center;
  border-top: 4px solid #00c16e;
}
.inside-testi-section{
  margin-top: 4rem;
}
.testimonial-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  text-align: center;
}
.testimonial-slide i {
  font-size: 43px;
  color: rgb(45, 244, 161);
  margin: 1rem 0;
}
.testimonial-slide p {
  font-size: 1.2em;
  color: #555;
  font-size: 17px;
  font-family: unbounded;
  margin: 1rem 0;
  letter-spacing: 1px;
}

.user-img {
  height: 7rem;
}
.user-img img {
  width: auto;
  height: 100%;
}
.swiper-button-next, .swiper-button-prev {
  color: #eee !important;
  width:  40px  !important;
  height:  40px  !important;
  background-color: #00c16e;
  border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  padding: 10px !important;
  /* background: #00c16e; */
  /* border-radius: 50%; */
}



.contact-section {
  padding: 8rem 4rem;
  width: 100%;
  background: #f1ece7;
  border-radius: 65px 65px 0 0;
}
.inside-contact-section {
  display: flex;
}
.contact-left {
  width: 60%;
  display: flex;
  margin-right: 2rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
}
.contact-img {
  width: 45%;
}
.contact-img img {
  width: 100%;
}
.contact-form {
  width: 50%;
}
.contact-form h3 {
  font-size: 50px;
  letter-spacing: 1px;
  font-family: anton;
  text-transform: uppercase;
  margin: 0.5rem 0;
}
.contact-form p {
  font-family: unbounded;
  font-size: 14px;
  line-height: 23px;
  color: #535353;
}
.i-row{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1rem 0;
  border: 2px solid #a5a5a5;
  border-radius: 4px;
}
.i-row input {
  padding: 1rem;
  font-family: unbounded;
  border: none;
  outline: none;
  /* border-collapse: collapse; */
}
.i-row button{
  border: none;
  font-family: unbounded;
  padding: 0 1rem;
  transition: color 0.3s ease;
}
.i-row button:hover{
  color: #00c16e;
}

.contact-right{
  width: 40%;
  background-color: #252525;
  padding: 4rem;
  background-image: url(../images/rb_2750.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.contact-right h3 {
  font-family: anton;
  color: white;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  width: 80%;
}
.contact-right p {
  color: #fff;
  margin: 1rem 0;
  margin-bottom: 2rem;
  font-family: unbounded;
  text-transform: capitalize;
}
.contact-link{
  font-size: 15px;
  padding: 5px 10px 10px;
}
@keyframes rotate {
 100% {
  transform: rotate(360deg);
 }
}

.cards-container{
  display: none;
}

/* 
@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
} */

@media  (max-width: 1326px) {
  .big-text {
    font-size: 125px;
    line-height: 133px;
}
}

@media (max-width: 1110px) {
  .big-text {
    font-size: 115px;
    line-height: 118px;
}
  .big-text {
    width: 60%;
}
.al-upper {
  font-size: 47px;
}
.about-content {
  padding: 1rem;
}
.ar-card p:nth-child(1) {
  font-size: 100px;
}
.contact-section {
  padding: 8rem 2rem;
}
}

@media (max-width: 1024px) {
  .big-text {
    font-size: 92px;
    line-height: 55px;
}
.hero-content {
  top: 35%;
}
  .al-upper {
    font-size: 42px;
}
.about-section {
  padding: 4rem 3rem;
}
.about-content {
  padding: 0 1rem;
}
.about-left {
  width: 70%;
}
.about-right {
  padding: 0rem 1rem;
  width: 30%;
  margin-left: 2rem;
}
.thumbnail .item {
  height: 180px;
  width: 140px;
}
.caraousel {
  height: 90vh;
}
.connect-left p:nth-child(1) {
  font-size: 80px;
  line-height: 90px;
}
.connect-left {
  width: 50%;
}
.connect-section {
  padding: 4rem 2rem;
}
.heading {
  font-size: 80px;
  line-height: 90px;
}
.uper-cb img {
  width: 57px;
}
.content-block h2 {
  font-size: 32px;
}
.uper-cb {
  padding: 1rem 0;
}
.right-content {
  width: 55%;
}
.left-content {
  width: 45%;
}
.reward {
  width: 25%;
}
.contact-left {
  flex-direction: column;
}
.contact-img {
  width: 65%;
}
.contact-form {
  width: 100%;
}
.contact-right {
  padding: 2rem;
}
}

@media (max-width: 900px) {
  /* .big-text {
    font-size: 110px;
    padding-left: 0rem;
    line-height: 115px;
} */
.big-text {
  width: 90%;
}
.hero-content p {
  padding: 2rem 0;
}
  .al-upper {
    font-size: 35px;
}
.ar-card p:nth-child(1) {
  font-size: 90px;
}
.ar-card p:nth-child(2) {
  font-size: 14px;
}
.connect-left p:nth-child(1) {
  font-size: 68px;
  line-height: 77px;
}
.content-block {
  margin-bottom: 15px;
}
.uper-cb img {
  width: 50px;
}
.content-block h2 {
  font-size: 29px;
}
.content-block p {
  font-size: 13px;
  line-height: 23px;
}

.right-content p {
  font-size: 13px;
  line-height: 26px;
  margin: 0rem 0;
  margin-bottom: 2rem;
}

.ar-card {
  margin-bottom: 2rem;
}
.ar-card img {
  height: 4rem;
  margin-left: 1rem;
}
.ar-card p:nth-child(1) {
  font-size: 80px;
}
.about-section {
  padding: 4rem 2rem;
}
.about-right {
  width: 25%;
  margin-left: 1rem;
}
.inside-about-section {
  flex-direction: column;
}
.about-left {
  width: 100%;
}
.about-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reward {
  width: 40%;
}
.contact-left {
  width: 50%;
}
.contact-right {
  width: 50%;
}
}

@media (max-width: 765px) {
  .connect-left p:nth-child(1) {
    font-size: 53px;
    line-height: 60px;
}
.connect-right {
  width: 70%;
  margin: auto;
}
.inside-connect-section {
  flex-direction: column-reverse;
}
.connect-left {
  width: 100%;
}
/* .big-text {
  font-size: 95px;
  padding-top: 10rem;
  line-height: 100px;
} */
.hero-section {
  height: 100vh;
}
.hero-section source {
  height: 100%;
  display: block;
}
.hero-section video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-content p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.ar-card img {
  height: 3rem;
  margin-left: 1rem;
}
.ar-card p:nth-child(1) {
  font-size: 60px;
}
.scroll-section {
  flex-direction: column-reverse;
  height: unset;
}
.right-content {
  width: 100%;
  border-left: none;
}
.left-content {
  width: 100%;
}
.content-block {
  margin-bottom: 2rem;
}
.reward-section {
  padding-top: 5rem;
}
.inside-contact-section {
  flex-direction: column;
}
.contact-left {
  width: 100%;
  margin-bottom: 2rem;
}
.contact-img {
  margin: auto;

}
.contact-section {
  padding: 5rem 2rem;
}
.contact-right {
  width: 100%;
  padding: 3rem 2rem;
}
.testi-section {
  padding: 2rem;
}
.user-img {
  height: 5rem;
}

.testimonial-slide p {
    font-size: 14px;
}
}
@media (max-width: 600px){
  .reward-section {
    padding: 4rem 2rem;
}
.heading {
  font-size: 50px;
  line-height: 60px;
}
.button-52 {
  font-size: 15px;
  padding: 8px 15px 8px;
}
.uper-cb img {
  width: 50px;
  margin-right: 1rem;
}    .content-block h2 {
  font-size: 24px;
}
.ar-card img {
  height: 2rem;
  margin-left: 0.5rem;
}
.ar-card p:nth-child(1) {
  font-size: 45px;
}
.ar-card p:nth-child(2) {
  font-size: 11px;
}
.ar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.al-lower {
  flex-direction: column;
}
.about-image {
  margin-right: 0rem;
  margin-bottom: 1rem;
  width: 100%;
}
.about-image img {
  border-radius: 20px;
  width: 100%;
}
.about-right {
  margin-left: 0rem;
}
/* .big-text {
  font-size: 85px;
  padding-top: 7rem;
} */
.big-text {
  width: 85%;
  line-height: 90px;

}
.hero-content p {
  width: 90%;
}
}

@media (max-width: 500px) {
  .reward {
    width: 60%;
}
.uper-cb {
  padding: 0rem 0;
}
.ar-card {
  width: 30%;
  text-align: center;
}
.scroll-section {
  margin-top: 0rem;
}
.caraousel{
  display: none;
}
.cards-container {
  display: block;
  height: 75vh;
  overflow: hidden;
}

}

@media (max-width: 465px){
  .ar-card p:nth-child(1) {
    font-size: 34px;
}
.big-text {
  width: 100%;
}
.hero-content p {
  width: 100%;
}
.i-row {
  flex-direction: column;
  align-items: flex-start;
  border: none;
}
.i-row input {
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  margin-bottom: 1rem;
  width: 100%;
}
.i-row button {
  padding: 1rem;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
}
.testi-section {
  padding: 0rem;
}
.hero-content {
  top: 25%;
}

.hero-content p {
  width: 100%;
  text-align: center;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section {
  height: 75vh;
}
.big-text {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.hero-content p {
  padding: 1rem 0;
}
}


@media (max-width: 420px){
  .cards-container {
    height: 65vh;
}
}








.project-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.project-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.project-slide {
  min-width: 100%;
}

.project-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2rem;
}

/* arrows */
.project-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: rgba(0,0,0,0.6); */
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 5;
}

.project-prev { left: 15px; }
.project-next { right: 15px; }

@media screen and (max-width: 500px){
  .project-carousel{
    display: none;
  }
}
