/*Main Css */

::selection {
    background: #6f3595;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #6f3595;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Sofia Pro";
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #D28F0A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

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

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #fff;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Sofia Pro";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hidden {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.hding-2 h2 {}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para {}

.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    position: absolute;
    padding: 25px 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.main-header {}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}

.header-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.header-chat {
    background-image: linear-gradient( 90deg, rgba(100, 51, 148, 0.99608) 0%, rgb(218, 77, 155) 100%);
    width: 170px;
    height: 40px;
    border-radius: 35px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.header-chat:hover {
    background-image: linear-gradient( 90deg, rgb(218, 77, 155) 0%, rgba(100, 51, 148, 0.99608) 100%);
    color: #fff;
}

.header-cta {
    width: 170px;
    height: 40px;
    border-radius: 35px;
    text-align: center;
    line-height: 36px;
    color: #1850a7;
    border: 2px solid #1850a7;
    background-color: #fff;
    font-weight: bold;
}

.header-cta:hover {
    background-color: #1850a7;
    color: #fff;
}


.header-socials>li{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.header-socials a{
    color:#fff;
    font-size:18px;
}

/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #0f4c97;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}

.menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.menu li:hover a,
.menu li.active a {
    color: rgb(240, 90, 35);
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.main-banner {
    height: 1660px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 175px;
    z-index: 0;
}

.banner-img {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
object-fit: cover;
}

.banner-content-wrap {
    max-width: 1440px;
    margin: auto;
    position: relative;
    z-index: 3;
}

.banner-content {
    /* padding-top: 75px; */
    /* max-width: 400px; */
}

.banner-content .subscribe-wrap {
    /*max-width: 450px;*/
    justify-content: flex-start;
    margin-left: 0;
}

.banner-content h6 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}

.banner-content h1 {
    color: #fff;
    font-size: 90px;
    line-height: 80px;
    font-weight: bold;
    padding-bottom: 15px;
}

.banner-content p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 35px;
}

.banner-content a {
    color: #fff;
    font-size: 30px;
}

.banner-content a span {
    margin-left: 10px;
}

#main-char {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}


/* .banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #03031c;
    z-index: 10;
} */


/* why barterup sec */

.why-barterup-main {
    height: 770px;
display: flex;
align-items: center;
position: relative;
text-align: center;
margin-top: 150px;
margin-bottom: 0;
padding-top: 100px;
}

.why-barterup-main h2 {
    font-size: 170px;
    font-weight: bold;
    padding-bottom: 35px;
}

.why-barterup-main p {
    font-size: 40px;
    padding-bottom: 75px;
}

.center-line {
    height: 175px;
    width: 1px;
    background-color: #fff;
}


/* why barterup slider */

.why-barter-slider-sec {
    height: 100vh;
}

.why-slider-content {
    /* padding-top: 70px; */
    padding-left: 110px;
    /* height: 700px; */
    /* padding-bottom: 50px; */
    position: relative;
}

.why-slider-content::before{
    content: attr(data-pagination);
    width: 70px;
    height: 70px;
    color: #121028;
    font-weight: bold;
    font-size: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
top: 30px;
}

.why-slider-content .subscribe-wrap {
    justify-content: flex-start;
    margin-left: 0;
  }

.why-slider-pagination {
    width: 70px;
    height: 70px;
    color: #121028;
    font-weight: bold;
    font-size: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-slider-content h3 {
    padding: 0 0 50px;
    font-size: 120px;
    font-weight: bold;
}

.why-slider-content p {
    font-size: 34px;
    line-height: 42px;
    padding-bottom: 65px;
}

.why-slider-content a {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}


.why-barter-secs.why-three {
    padding-bottom: 150px;
    position: relative
  }


  .why-barter-secs.why-three::before{
    content: "";
    background-image: url(../images/yellow-fade.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    height: 333px;
  }

/* vision sec */

.barter-vision-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    /* margin: 100px 0; */
    text-align: center;
}

.vision-content-wrap {
    padding: 50px 75px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 15px;
    position: relative;
    z-index: 2;
  }

/* .barter-vision-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #03031c;
    content: "";
    transition: all 0.9s cubic-bezier(0.35, 0.755, 0.42, 0.95);
    transform: scale(1);
    width: 25%;
    height: 100%;
    z-index: 1;
}

.barter-vision-sec::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #03031c;
    content: "";
    transition: all 0.9s cubic-bezier(0.35, 0.755, 0.42, 0.95);
    transform: scale(1);
    width: 25%;
    height: 100%;
    z-index: 1;
} */

.bg-active::before {
    left: -30%;
    /* transform: scale(0); */
}

.bg-active::after {
    right: -30%;
    /* transform: scale(0); */
}

.barter-vision-sec h3 {
    font-size: 130px;
    line-height: 121px;
    font-weight: bold;
    padding-bottom: 35px;
}

.barter-vision-sec p {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 50px;
    max-width: 1000px;
    margin: auto;
}

.barter-visin-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.btn-theme {
    width: 350px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    gap: 10px;
}

.btn-theme:hover {
    color: #000;
}

.btn-chat {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.btn-chat span {
    margin-right: 10px;
}

#vision-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    transition: all 0.9s cubic-bezier(0.35, 0.755, 0.42, 0.95);
}

.bg-active #vision-image {
    opacity: 0.7;
}

.subscribe-text {
    font-size: 18px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
/* who can barter sec */

.who-can-barter {
    /* height: 100vh; */
    background-color: #03031C;
    height: auto;
    padding: 150px 0 150px;
    position: relative;
}

.who-can-barter::before {
    content: "";
    background-image: url(../images/blue-fade.png);
    position: absolute;
    left: 0;
    right: 0;
    top: -210px;
    height: 311px;
  }

.pin-spacer-join-pin {
    background-color: #03031C;
  }

.who-can-barter-head {
    padding-bottom: 100px;
}

.who-can-barter-head h2 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 25px;
}

.who-can-barter-head p {
    font-size: 30px;
}

.who-slider-content {
    padding-left: 50px;
}

.who-slider-content h2 {
    font-size:40px;
    font-weight:bold;
    padding-bottom:15px;
}
.who-slider-content h3 {
    /*font-size: 130px;*/
    font-size: 104px;
    line-height: 104px;
    font-weight: bold;
    padding-bottom: 35px;
}

.who-slider-content p {
  font-size: 34px;
  line-height: 42px;
  padding-bottom: 65px;
  max-width: 600px;
}

.starred-text {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding-left: 65px;
    position: relative;
}

.starred-text::before {
    content: "";
    background-image: url(../images/rotate-star.png);
    position: absolute;
    left: 0;
    top: 28px;
    animation: rotation 6000ms infinite linear;
    width: 32px;
    height: 32px;
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.nextSlide {
    margin-left: -360px;
}

.who-slider .slick-slide {
    transition: all 0.3s ease-in-out;
}


/* join cause sec */

.join-cause-sec {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    /* padding-top: 100px; */
    z-index: 0;
    background-color:#03031C;
}

.join-cause-sec h3 {
    color: #fff;
    font-size: 106px;
    font-weight: bold;
    padding-bottom: 45px;
}

.join-cause-sec h5 {
    font-size: 28vw;
    line-height: 20vw;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

#join-main-heading {
    z-index: 2;
    position: relative;
}

#join-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

#join-mountain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

#join-land {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 570px;
    object-fit: cover;
}


/* join cause scene end */

.what-can-you-barter-head {
    padding: 100px 0;
    text-align: center;
    background-color:#03031C;
}

.what-can-you-barter-head h2 {
    color: #fff;
    font-size: 170px;
    font-weight: bold;
    line-height: 151px;
    padding-bottom: 35px;
}

.what-can-you-barter-head p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    max-width: 780px;
    margin: auto;
}


/* what slider */


.what-barter-carousel {
    background-color: #03031C;
    padding-bottom: 100px;
    padding-top: 150px;
  }

.what-slider-content {
    padding-left: 50px;
}

.what-slider-content h2 {
   font-size: 40px;
font-weight: bold;
padding-bottom: 15px;
}

.what-slider-content h3 {
    font-size: 104px;
line-height: 104px;
font-weight: bold;
padding-bottom: 35px;
}

.what-slider-content p {
    font-size: 32px;
    line-height: 42px;
    max-width: 600px;
    padding-bottom: 75px;
}

.what-btns {
    display: flex;
    align-items: center;
    gap: 30px;
}

.what-slider-img {
    font-size: 0;
}

.what-slider-img>li {
    display: inline-block;
    vertical-align: bottom;
}

.what-slider-img>li:nth-child(1) {
    width: 32%;
}

.what-slider-img>li:nth-child(2) {
    width: 68%;
}

.what-slider-img>li:nth-child(3) {
    width: 100%;
}

.what-slider-content .subscribe-wrap {
    margin-left: 0;
  }
/* footer */

.subscribe-sec {
    height: 120vh;
    /* margin-top: 100px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-top: -800px; */
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    background-color: #03031C;
}

.subscribe-sec h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding: 40px 0 75px;
}

.subscribe-wrap {
    display: flex;
    align-items: center;
    /*border-radius: 35px;*/
    gap: 15px;
    max-width: 560px;
    height: 70px;
    /* border: 2px solid #d94d9b; */
    background-color: #f8f7f5;
    margin: auto;
    /*padding: 0 10px;*/
}

.email-input {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 25px;
    width: 60%;
    height: 100%;
}

.email-input span {
    font-size: 24px;
    color: #460FB4;
}

.email-input input {
    color: #1f1533;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

.email-input input::placeholder {
    color: #000;
}

.subscribe-wrap input[type="submit"] {
    width: 40%;
    text-align:center;
    height:100%;
    /*border-radius: 35px;*/
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color:#460FB4;
    /* background-image: linear-gradient( 90deg, rgba(100, 51, 148, 0.99608) 0%, rgb(218, 77, 155) 100%); */
}

.subscribe-sec .subscribe-wrap {
    margin-bottom: 50px;
  }

.footer-navigation {
    padding: 50px 0 50px;
}

.footer-navigation>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.footer-navigation a {
    color: #fff;
    font-size: 18px;
}

.footer-para {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
}

.footer-para::before {
    content: "";
    background-color: #fff;
    max-width: 470px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.footer-socials {
    padding-top: 40px;
}

.footer-socials>li {
    display: inline-block;
    margin-right: 10px;
}

.footer-socials a {
    font-size: 20px;
    color: #fff;
}

.footer-socials a:hover {
    color: #fff;
}


/* cursor styling */

.cursor {
    position: fixed;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}

.cursor.active {
    opacity: 1;
    transform: scale(0);
}

.cursor.vert-active,
.cursor.who-active {
    opacity: 1;
    width: 0;
    height: 0;
    /* transform: scale(0); */
}

.cursor.email-active
{
    background-color:#000;
    opacity:0.6;
}
.cursor.menu-active {
    opacity: 1;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(2px, 2px);
}

.cursor-follower.active {
    opacity: 1;
    transform: scale(3);
}

.cursor-follower.email-active{
    border-color:#000;
}

.cursor-follower.vert-active,
.cursor-follower.who-active {
    opacity: 1;
    transform: scale(3);
}

.cursor-follower.menu-active {
    opacity: 1;
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 1;
}

body,
* {
    cursor: none;
}

.cursor-hover {
    position: relative;
}

.vert-active .cursor-hover::before {
    content: "\f07d";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 30px;
    mix-blend-mode: darken;
}

.who-active .cursor-hover::before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 30px;
}

.subscribe-sec {
    overflow: hidden;
}

.tickerwrapper {
    /* the outer div */
    position: relative;
    left: 0%;
    width: 100%;
    height: 230px;
    /* must match text */
    /*  overflow: hidden;*/
    cursor: pointer;
    white-space: nowrap;
}

.tickerwrapper ul.list {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tickerwrapper ul.list.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
}

.tickerwrapper ul.list li {
    float: left;
    padding-left: -5px;
    font-size: 12vw !important;
    color: #e51313;
}


/* .tickerwrapper ul.list li span {
    font-size: 12vw!important;
      text-transform: uppercase;
      color: #000000;
  } */

.listitem span {
    font-size: 12vw;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    padding: 0 25px;
}


/* .marquee-container {
    position: relative;
    overflow: hidden;
} */

#star-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;
    top: 0;
}

.star {
    position: absolute;
    width: 5px;
    height: 5px;
    background: white;
    visibility: hidden;
    opacity: 0;
}

.mobile-only {
    display: none;
}


.tickerwrapper {

    margin-bottom: 60px;
  }

  .flexCenter{
      display: flex;
      align-items: center;
      justify-content: center;
      gap:30px;
  }

  .dot-one,
  .dot-two,
  .dot-three,
  .dot-four,
  .dot-five{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color:#fff;
  }



.why-barter-secs.why-two {
  padding: 50px 0;
}



.thankyou-pop{
    position: fixed;
    top:0;
    right:0;
    left:0;
    height: 100vh;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    transform:translateY(-300%);
    transition:all 0.5s ease-in-out;
}

.popactive{
    
    transform:translateY(0)
}

.popup-body {
    width: 920px;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin: auto;
    text-align: center;
    padding: 50px 35px;
    transform: translateY(-40%);
    position: relative;
    top: 40%;
  }

  .popup-body h2{
      font-size: 110px;
      color:#fff;
      font-weight: bold;
      padding-bottom: 50px;
      padding-top: 15px;
  }
  .popup-body p{
      color:#fff;
      font-size:24px;
      line-height: 40px;
      padding-bottom: 35px;
  }

  .social-share{
      font-size:0;
  }

  .social-share>li{
      padding:0 15px;
      display: inline-block;
      vertical-align: top;
  }

  .social-share a{
      color:#fff;
      font-size:20px;
  }
  
  .pop-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  right: 15px;
top: 15px;
}

.btn-blue {
  width: 100%;
  height: 75px;
  background-color: #007EC8;
  color:#fff;
  max-width: 400px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 75px;
  border: 2px solid #007EC8;
}

.btn-blue:hover{
    background-color:transparent;
}

.btn-footer {
  width: 100%;
  max-width: 400px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #070A35;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
  border:2px solid #070A35;
}

.btn-footer:hover{
    background-color:transparent;
}

.btn-mobile{
    display:none;
}


@media (min-width:1441px) and (max-width:1660px){


    .why-slider-content h3 {
        font-size: 100px;
      }

}

  @media (min-width:1280px) and (min-width:800px){
            .banner-content {
  margin-top: -80px;
}
  }

@media (max-width: 1440px) {
    .main-banner {
        height: 1350px;
    }
    .why-barterup-main {
        height: 670px;
        margin-top: 150px;
        margin-bottom: 100px;
        padding-top: 100px;
    }
    .why-slider-content h3 {
        font-size: 80px;
    }
    .why-slider-content p {
        font-size: 26px;
        line-height: 38px;
        padding-bottom: 50px;
    }
    .why-barter-slider-sec {
        height: 840px;
    }
    .barter-vision-sec h3 {
        font-size: 90px;
        line-height: 100px;
    }
    .who-slider-content h3 {
        font-size: 76px;
        line-height: 100px;
    }
    .what-can-you-barter-head h2 {
        font-size: 100px;
        line-height: 100px;
    }
    .what-slider-content h3 {
        font-size: 60px;
        line-height: 65px;
    }
    .what-slider-content p {
        font-size: 22px;
        line-height: 34px;
    }
    /* .join-cause-sec h5 {
        padding-bottom: 330px;
      } */
}

@media (max-width: 1366px) {
    .why-barterup-main h2 {
        font-size: 120px;
    }
    .center-line {
        height: 85px;
    }
    .why-barterup-main {
        height: auto;
    }
    .why-barter-slider-sec {
        height: auto;
    }
    .who-slider-content h3 {
        font-size: 54px;
        line-height: 76px;
    }
    .what-btns {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    /* .menu-Bar {
        display: block;
        top: 0px;
    } */
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #0f4c97;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 50%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
    .banner-content h6 {
        font-size: 30px;
    }
    .banner-content h1 {
        font-size: 66px;
        line-height: 70px;
    }
    .banner-content p {
        font-size: 20px;
        line-height: 36px;
    }
    .why-barterup-main p {
        font-size: 36px;
    }
    .why-slider-content h3 {
        font-size: 54px;
    }
    .why-slider-content p {
        font-size: 22px;
        line-height: 38px;
        padding-bottom: 40px;
    }
    .barter-vision-sec {
        height: 770px;
    }
    .barter-vision-sec h3 {
        font-size: 70px;
        line-height: 80px;
    }
    .barter-vision-sec p {
        font-size: 22px;
        line-height: 36px;
        max-width: 700px;
    }
    .who-can-barter {
        height: auto;
    }
    .main-banner {
        height: 1040px;
    }
    .join-cause-sec {
        height: 1000px;
    }
    .subscribe-sec {
        height: 1060px;
    }
}

@media (max-width: 824px) {
    .banner-content h6 {
        font-size: 24px;
    }
    .banner-content h1 {
        font-size: 44px;
        line-height: 50px;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 30px;
    }
    .banner-content .subscribe-wrap {
        max-width: 100%;
    }
    .email-input {
        width: 75%;
    }
    .banner-content .subscribe-wrap {
        gap: 0;
    }
    .subscribe-wrap input[type="submit"] {
        width: 25%;
    }
    .main-banner {
        height: 860px;
    }
    .why-barterup-main {
        margin-top: 100px;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .why-barterup-main h2 {
        font-size: 54px;
    }
    .why-barterup-main p {
        font-size: 20px;
        padding-bottom: 50px;
    }
    .why-slider-content {
        padding-top: 70px;
        padding-left: 15px;
        height: auto;
    }
    .why-slider-content h3 {
        font-size: 50px;
        line-height: normal;
        padding: 25px 0 20px;
    }
    .why-slider-content p {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 30px;
    }
    .why-barter-slider-sec .row {
        align-items: center;
    }
    .barter-vision-sec h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .barter-vision-sec p {
        font-size: 20px;
        line-height: 34px;
    }
    #our-vision-btns {
        flex-wrap: wrap;
    }
    .who-can-barter-head {
        padding-bottom: 50px;
    }
    .who-slider-content {
        padding-left: 15px;
    }
    .who-slider-content h3 {
        font-size: 44px;
        line-height: 66px;
    }
    .starred-text {
        font-size: 20px;
        line-height: 30px;
    }
    .starred-text::before {
        top: 8px;
    }
    .nextSlide {
        margin-left: 0;
    }
    .what-can-you-barter-head h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .what-can-you-barter-head p {
        font-size: 20px;
        line-height: 30px;
    }
    .what-can-you-barter-head {
        text-align: center;
    }
    .what-slider-content {
        padding-left: 25px;
    }
    .what-slider-content h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .what-slider-content p {
        font-size: 20px;
        line-height: 34px;
        padding-bottom: 40px;
    }
    .btn-theme {
        width: 300px;
        height: 55px;
        font-size: 26px;
    }
    
    
    .popup-body {
        width: 767px;
    }
    
    .email-input {
  width: 60%;
  padding-left: 10px;
}
    .subscribe-wrap input[type="submit"] {
  width: 40%;
  font-size: 16px;
}

.banner-content {
  margin-top: -80px;
}
}

@media (max-width: 767px) {
    
    html,
body {
    overflow-x: hidden !important;
}

    
    .header-btns {
        display: none;
    }
    .main-header .text-left {
        text-align: center !important;
    }
    .logo img {
        margin: auto;
    }
    .mobile-only {
        display: block !important;
    }
    .main-banner .banner-content {
        display: none;
    }
    .main-banner {
        /*height: 360px;*/
        height: 280px;
    }
    
    .banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

#main-char {
  bottom: -20px;
}
    .mobile-only {
  text-align: center;
  padding: 40px 0 35px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
    
    .subscribe-wrap{
        flex-direction:column;
        height:auto;
    }
    .email-input {
        padding-left: 5px;
        width: 100%;
        height:50px;
    }
    
    .email-input input{
        width:100%;
        text-align:center;
    }
    .subscribe-wrap input[type="submit"] {
        width:100%;
        font-size: 16px;
        height:50px;
    }

    .why-barterup-main {
        margin: 0;
      }

      .banner-content h1 {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 0;
      }

      .why-barterup-main h2 {
        font-size: 32px;
      }

      .center-line {
        height: 50px;
      }

      .why-slider-content h3 {
        font-size: 28px;
      }

      .why-slider-content {
        text-align: center;
      }

      .why-slider-pagination {
        margin: auto;
      }

      .barter-vision-sec {
        height: auto;
        padding: 100px 0;
      }

      .barter-vision-sec h3 {
        font-size: 34px;
        line-height: 42px;
        padding-bottom: 25px;
      }

      .barter-vision-sec p {

        padding: 0 15px 35px;
      }

      .barter-vision-sec::after,
      .barter-vision-sec::before {
          content:none;
      }

      .who-can-barter-head h2 {
        font-size: 34px;
      }

      .who-can-barter-head p {
        font-size: 20px;
        line-height: normal;
      }

      .who-slider-content h3 {
        font-size: 26px;
        line-height: 42px;
      }

      .who-slider-content {
        padding-bottom: 30px;
      }

      .join-cause-sec h3 {
        font-size: 36px;
      }

      .join-cause-sec h5 {
        font-size: 25vw;
        line-height: 18vw;
      }

      #join-mountain {
        width: 100%;
        object-fit: cover;
        height: 310px;
      }

      .join-cause-sec {
        height: 500px;
      }

      .what-can-you-barter-head h2 {
        font-size: 34px;
        line-height: 50px;
      }

      .what-slider-content {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
      }

      .who-slider-content {
        text-align: center;
      }

      .starred-text {
        padding-left: 0;
      }

      .starred-text::before {
        top: 7px;
        left: 0px;
        width: 15px;
        height: 15px;
        background-size: contain;
      }

      .what-can-you-barter-head {
        padding-bottom: 50px;
      }

      .what-btns {
        justify-content: center;
        padding-bottom: 30px;
      }

      .why-slider-content {
        padding-left: 0;
      }

      .subscribe-sec {
        height: auto;
        padding: 100px 0 50px;
        text-align: center;
      }

      .subscribe-wrap {
  max-width: 100%;
  width: 100%;
  gap: 0;
}

.subscribe-sec h5 {
    font-size: 30px;
    padding: 30px 0 55px;
  }

  /*.tickerwrapper {*/
  /*  display: none;*/
  /*}*/

  .footer-navigation a {
    font-size: 13px;
  }

  .subscribe-sec .container {
    width: 100%;
  }

  .tickerwrapper {
  margin-bottom: 20px;
    height:70px;

  }

  .email-input input {
    font-size: 14px;
  }

  .why-slider-content::before {
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .why-barter-secs.why-two .row {
    flex-direction: column-reverse;
  }

  .why-slider-content h3 br{
      display: none;
  }

  .vision-content-wrap {
    padding: 30px 15px;
  }

  .barter-vision-sec p {
    padding: 0 0 35px;
  }

  .why-barter-secs.why-three {
  padding-bottom: 50px;
}

.who-can-barter {
    padding-top:60px;
  }

  .what-slider-content {
    padding-bottom: 35px;
  }
  
  
  .why-barter-secs.why-three img {
  padding-top: 30px;
}

.who-slider-content p {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
}
  
  .what-barter-carousel {
  padding-top: 50px;
}

.what-slider-content h2 {
  font-size: 30px;
  padding-top: 25px;
}

.banner-content p {
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.banner-content {
  margin-top: 0px;
}

.popup-body {
  width: 100%;
  top: 0;
  transform: none;
}

.popup-body h2 {
  font-size: 44px;;
  padding-bottom: 10px;
}

.popup-body p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 25px;
}

.btn-blue {
  height: 55px;
  line-height: 55px;
  font-size: 16px !important;
}
.btn-footer{
    background-color:#007EC8;
    border-color:#007EC8;
}

.btn-desktop{
    display:none;
}

.btn-mobile{
    display:block;
    margin-top:20px;
}

}