.wsum-one, .wsum-two, .wsum-three {
	margin-right: 5px;
}

.peg-layers {
    position: relative;
    padding: 200px 0 250px 0;
    min-height: 100vh;
    overflow: hidden;
}

.peg-layers .container {
    position: relative;
    z-index: 10;
}
.section-one__box > span{
    min-width: 115px;
    margin: 0 15px 0 0;
}
.peg-layers h1 {
    margin: 0 0 5px 0;
    font-family: Spaceland;
    font-size: 82px;
    line-height: 120%;
    color: var(--yellow);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.peg-layers strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 95px 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 150%;
    color: #fff;
    max-width: 575px;
}

.peg-layers p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}

.peg-layers .input-wrap {
    height: 60px;
}

.peg-layers .box-wrap p {
    font-size: 14px;
    text-align: center;
}

.peg-layers .btnn {
    height: 60px;
    background-color: var(--yellow);
    color: #00151e;
}

.peg-layers .section-one__box::after {
    display: none;
}

.peg-layers .box-wrap {
    margin: -1px 20px -45px 0;
}

.layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    bottom: 0;
    right: 0;
    will-change: transform;
    width: 100%;
}

.peg-layers__base {
    -webkit-transform: translate3d(0, calc(var(--scrollTop) / 1.6), 0);
    transform: translate3d(0, calc(var(--scrollTop) / 1.3), 0);
}

.peg-layers__middle {
    -webkit-transform: translate3d(0, calc(var(--scrollTop) / 2), 0);
    transform: translate3d(0, calc(var(--scrollTop) / 2), 0);
}

.peg-layers__front {
    -webkit-transform: translate3d(0, calc(var(--scrollTop) / 10), 0);
    transform: translate3d(0, calc(var(--scrollTop) / 10), 0);
}

.peg-layer__text {
    -webkit-transform: translate3d(0, calc(var(--scrollTop) / 3), 0);
    transform: translate3d(0, calc(var(--scrollTop) / 3), 0);
    will-change: transform;
}

/*start peg-important==============*/
.peg-important {
    padding: 70px 0 50px;
}

.peg-important h2 {
    font-family: Spaceland;
    position: relative;
    padding: 0 110px 0 0;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
}

.peg-important h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #fff;
    top: 40px;
    right: 0;
}

.peg-important p {
    color: #fff;
}

/*end peg-important==============*/
/*start peg-scroll================*/
.peg-scroll {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.peg-scroll .peg-layers__base {
    -webkit-transform: translate3d(0, calc(var(--scrollTop) / 5), 0);
    transform: translate3d(0, calc(var(--scrollTop) / 15), 0);
}

.peg-scroll .peg-layers__middle {
    -webkit-transform: translate3d(0, calc(var(--scrollTop) / 6), 0);
    transform: translate3d(0, calc(var(--scrollTop) / -95), 0);
}

.peg-scroll .peg-layers__front {
    -webkit-transform: translate3d(0, calc(var(--scrollTop) / 15), 0);
    transform: translate3d(0, calc(var(--scrollTop) / 55), 0);
}

/*end peg-scroll================*/
/*start peg-donate================*/
.peg-donate {
    padding: 100px 0 150px;
}
.peg-donate form .section-one__box{
    margin: 30px 0 0 0;
}

.peg-donate .row{
    justify-content: space-between;
}
.peg-donate h2 {
    font-family: Spaceland;
    position: relative;
    padding: 0 110px 0 0;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
}

.peg-donate h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #fff;
    top: 40px;
    right: 0;
}

.peg-donate p,
.peg-donate strong {
    color: #fff;
}

.peg-donate .peg-donate__box {
    margin: 0 0 30px 0;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 30px;
}

.peg-donate h3 {
    margin: 0 0 20px 0;
    font-family: Spaceland;
    font-size: 36px;
    line-height: 120%;
    color: var(--yellow);
    text-transform: uppercase;
}

.peg-donate .section-one__box > span {
    margin: 0 10px 0 0;
    font-family: Spaceland;
    font-size: 28px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.peg-donate .input-wrap {
    margin: 0 20px 0 0;
    width: 90px;
    height: 50px;
}

.peg-donate .input-wrap input {
    padding: 0 20px;
    font-size: 22px;
}

.peg-donate .input-wrap button {
    width: 20px;
    font-size: 16px;
    color: #fff !important;
    background-color: transparent;
}

.peg-donate .btnn {
    font-family: Spaceland;
    background-color: var(--yellow);
    height: 50px;
    color: #00151E;
    font-size: 26px;
    padding: 10px 20px;
    margin: 0 0 0 auto;
    width: 100%;
}

.peg-donate .section-one__box::after {
    display: none;
}

.peg-donate__input-wrap {
    width: 100%;
    margin: 0 0 10px 0;
}

.peg-donate__input-wrap input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 15px;
    height: 50px;
    font-size: 16px;
    color: #fff !important;
    background-color: transparent;
}

.peg-donate__input-wrap input::-webkit-input-placeholder {
    color: #fff;
}

.peg-donate__input-wrap input::-moz-placeholder {
    color: #fff;
}

.peg-donate__input-wrap input:-ms-input-placeholder {
    color: #fff;
}

.peg-donate__input-wrap input::-ms-input-placeholder {
    color: #fff;
}

.peg-donate__input-wrap input::placeholder {
    color: #fff;
}

.peg-donate__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Spaceland;
    background-color: #fff;
    height: 55px !important;
    color: #00151E !important;
    font-size: 26px;
    padding: 10px 20px;
    border-radius: 50px;
    width: 100% !important;
    text-transform: uppercase;
}

/*end peg-donate================*/
/*start line========*/
.wrapp{
    overflow: hidden;
}
.swiper-line .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.swiper-line .swiper-slide{
    padding: 0 30px;
    background-color: #3593BA;
    height: 80px;
    display: flex;
    align-items: center;
    font-family: Spaceland;
    font-weight: 550;
    font-size: 45px;
    color: #fff;
    white-space: nowrap;
    min-width: 580px;
    margin: 0 0 0 -1px;
}
.swiper-line .swiper-slide span{
    color: var(--yellow);
}

/*end line========*/
/*start peg-about==========*/
.peg-about {
    padding: 120px 0 75px;
}

.peg-about__img {
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
}

.peg-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.peg-about h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Spaceland;
    position: relative;
    padding: 0 130px 0 0;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 50px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
}

.peg-about h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #fff;
    top: 40px;
    right: 0;
}

.peg-about p {
    color: #fff;
}

.peg-about__btn {
    display: flex;
    width: fit-content;
    font-family: Spaceland;
    background-color: var(--yellow);
    height: 50px !important;
    color: #00151E !important;
    font-size: 26px;
    line-height: 100%;
    padding: 10px 70px;
    margin: 40px 0 0 0;
    border-radius: 50px;
    height: 55px;
}

/*end peg-about==========*/
/*start peg-buy================*/
.peg-buy {
    padding: 75px 0 75px;
}

.peg-buy h2 {
    font-family: Spaceland;
    position: relative;
    padding: 0 110px 0 0;
    font-weight: 800;
    font-size: 54px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
}

.peg-buy h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #fff;
    top: 40px;
    right: 0;
}

.peg-buy__item {
    display: none;
    margin: 0 0 30px 0;
    width: 50%;
    padding: 0 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.peg-buy__item:nth-child(1),
.peg-buy__item:nth-child(2),
.peg-buy__item:nth-child(3),
.peg-buy__item:nth-child(4),
.peg-buy__item:nth-child(5),
.peg-buy__item:nth-child(6),
.peg-buy__item:nth-child(7),
.peg-buy__item:nth-child(8) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.peg-buy .col-md-6:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.peg-buy__items.show .peg-buy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.peg-buy__item strong {
    font-family: Spaceland;
    display: block;
    color: #FFCA3A;
    font-size: 28px;
    line-height: 120%;
}

.peg-buy__item span {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 150%;
}

.peg-buy__btn {
    margin: 85px 0 0 0;
    font-family: Spaceland;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 60px;
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
}

.peg-buy__btn.active {
    display: none;
}

/*end peg-buy================*/
.youtube-embed {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    text-align: left;
}

.youtube-embed iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.youtube-video {
    padding: 75px 0 150px;
}

.youtube-video h2 {
	font-family: Spaceland;
	position: relative;
	padding: 0 110px 0 0;
	font-weight: 800;
	font-size: 54px;
	margin-bottom: 50px;
	color: #fff;
	text-transform: uppercase;
	width: fit-content;
	text-align: center;
}
.youtube-video h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #fff;
    top: 40px;
    right: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    .peg-layers h1 {
        font-size: 72px;
        letter-spacing: 4px;
    }
    .peg-layers strong {
        margin: 0 0 75px 0;
        font-size: 22px;
        max-width: 475px;
        font-weight: 800;
    }
    .peg-important h2,
    .peg-donate h2,
    .peg-about h2,
    .peg-buy h2,
	.youtube-video h2{
        font-size: 45px;
    }
    .peg-important h2:after,
    .peg-donate h2:after,
    .peg-about h2:after,
    .peg-buy h2:after
	..youtube-video h2:after{
        top: 27px;
    }
    .peg-donate .btnn{
        font-size: 16px;
        padding: 10px 5px;
    }
    .peg-donate h3 {
        font-size: 22px;
    }
    .peg-buy__item strong {
        font-size: 24px;
    }
    .peg-buy__item span {
        font-size: 16px;
    }
    .peg-scroll .peg-layers__middle{
        background-size: cover;
    }
    .peg-layers .peg-layers__middle {
        -webkit-transform: translate3d(0, calc(var(--scrollTop) / 1), 0);
        transform: translate3d(0, calc(var(--scrollTop) / 1), 0);
        background-position: 20px 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .peg-layers {
        padding: 190px 0 250px 0;
    }

    .peg-donate .section-one__box{
        flex-wrap: wrap;
    }
    .peg-donate .btnn{
        margin: 15px 0 0 0
    }
    .peg-important h2,
    .peg-donate h2,
    .peg-about h2,
    .peg-buy h2,
	.youtube-video h2{
        width: fit-content;
        font-size: 40px;
    }
    .peg-important h2:after,
    .peg-donate h2:after,
    .peg-about h2:after,
    .peg-buy h2:after,
	.youtube-video h2:after{
        top: 20px;
        right: 0;
    }
    .peg-layers h1 {
        font-size: 56px;
    }
    .peg-layers strong {
        margin: 0 0 55px 0;
        font-size: 18px;
        max-width: 405px;
    }
    .peg-scroll .peg-layers__middle{
        background-size: cover;
    }
    .peg-layer__text{
        -webkit-transform: translate3d(0, calc(var(--scrollTop) / 8), 0);
        transform: translate3d(0, calc(var(--scrollTop) / 8), 0);
    }
    .peg-layers .peg-layers__middle{
        -webkit-transform: translate3d(0, calc(var(--scrollTop) / 1), 0);
        transform: translate3d(0, calc(var(--scrollTop) / 1), 0);
    }
    .peg-donate {
        padding: 100px 0 100px;
    }
    .peg-scroll {
        min-height: 50vh;
    }
    .peg-donate .peg-donate__box {
        padding: 15px;
    }
    .peg-donate h3 {
        font-size: 34px;
    }
    .peg-scroll .peg-layers__middle{
        bottom: -20px;
    }
    .peg-scroll .peg-layers__front {
        transform: translate3d(0, calc(var(--scrollTop) / 80), 0);
    }
    .peg-layers .peg-layers__middle {
        background-position: right bottom;
        bottom: 0;
        background-size: 900px;
        bottom: 0;
        background-repeat: no-repeat;
        webkit-transform: translate3d(0, calc(var(--scrollTop) / 25), 0);
        transform: translate3d(0, calc(var(--scrollTop) / 25), 0);
    }
}

@media screen and (max-width: 767px) {
    .peg-scroll .peg-layers__middle{
        background-size: cover;
        background-position: center 150px;
        background-repeat: no-repeat;
    }
    .peg-layers {
        padding: 150px 0 300px 0;
    }
    .peg-layers .peg-layers__base{
        background-position: 0 -50px;
    }
    .peg-layers p {
        font-size: 14px;
    }
    .peg-layers h1 {
        font-size: 44px;
    }
    .peg-layers strong {
        font-size: 18px;
        max-width: 575px;
        margin: 0 0 40px 0;
    }
    .peg-donate .btnn{
        margin: 15px 0 0 0;
        width: 100%;
    }
    .peg-donate .section-one__box{
        flex-wrap: wrap;
    }
    .peg-important h2,
    .peg-donate h2,
    .peg-about h2,
    .peg-buy h2,
	.youtube-video h2{
        width: fit-content;
        font-size: 36px;
        margin: 0 0 30px 0;
    }
    .peg-important h2:after,
    .peg-donate h2:after,
    .peg-about h2:after,
    .peg-buy h2:after,
	.youtube-video h2:after{
        width: 20%;
        top: 20px;
        right: 0;
    }
    .peg-layer__text{
        -webkit-transform: translate3d(0, calc(var(--scrollTop) / 8), 0);
        transform: translate3d(0, calc(var(--scrollTop) / 8), 0);
    }
    .peg-layers .peg-layers__middle{
        -webkit-transform: translate3d(0, calc(var(--scrollTop) / 1), 0);
        transform: translate3d(0, calc(var(--scrollTop) / 1), 0);
        background-position: 20px 45px;
    }
    .peg-donate .col-md-5:first-child{
        margin: 0 0 30px 0;
    }
    .peg-donate .peg-donate__box {
        padding: 15px;
    }
    .peg-buy__item strong {
        font-size: 22px;
    }
    .peg-buy__item {
        margin: 0 0 25px 0;
    }
    .peg-buy__item span {
        font-size: 16px;
    }
    .peg-layers .btnn {
        margin: 40px 0 0 0;
    }
    .peg-about__img {
        margin: 0 0 30px 0;
    }
    .peg-about {
        padding: 100px 0 75px;
    }
    .peg-buy__btn {
        margin: 55px 0 0 0;
    }
    .peg-buy {
        padding: 50px 0 50px;
    }
    .youtube-video {
        padding: 50px 0 80px;
    }
    .peg-about__img {
        width: 100%;
    }
    .peg-scroll {
        min-height: 90vh;
    }
    .peg-layers .box-wrap {
        width: 50%;
        margin: -1px 0 -45px auto;
    }
    .peg-donate .box-wrap {
        margin: 0 0 0 auto;
        width: 50%;
    }
    .peg-donate .input-wrap{
        width: 100%;
        margin: 0;
    }
    .peg-about__btn{
        width: 100%;
        justify-content: center;
    }
    .peg-layers .peg-layers__middle {
        background-position: right bottom;
        bottom: 0;
        background-size: 900px;
        bottom: 0;
        background-repeat: no-repeat;
        webkit-transform: translate3d(0, calc(var(--scrollTop) / 25), 0);
        transform: translate3d(0, calc(var(--scrollTop) / 25), 0);
    }
    .peg-layers__front{
        background-size: 100% 100%;
    }
    .peg-layers__front {
        background-size: 100% 400px;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .peg-important {
        padding: 70px 0 0;
    }
    .peg-scroll .peg-layers__middle{
        bottom: -20px;
    }
    .peg-scroll .peg-layers__front {
        transform: translate3d(0, calc(var(--scrollTop) / 80), 0);
    }
}

