/*--------------------------------------------------------------
# Become Volunteer
--------------------------------------------------------------*/
.become-volunteer {
    position: relative;
    display: block;
    z-index: 1;
}

.become-volunteer__shape-1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.become-volunteer__shape-1 img {
    width: auto;
}

.become-volunteer__inner {
    position: relative;
    display: flex;
    align-items: center;
}

.become-volunteer__single {
    position: relative;
    display: block;
    width: 50%;
    text-align: center;
    background-color: var(--chioary-black);
    padding: 100px 50px 100px;
    z-index: 1;
}

.become-volunteer__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.become-volunteer__single-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.become-volunteer__single-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(97, 68, 39, 0.5) 0%,
        rgba(21, 21, 23, 0.8) 49.75%,
        rgba(21, 21, 23, 0.8) 100%
    );
}

.become-volunteer__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    font-style: italic;
    color: var(--chioary-white);
    width: 100%;
    margin: auto;
}

.become-volunteer__title a {
    color: var(--chioary-white);
}

.become-volunteer__title a:hover {
    color: var(--chioary-base);
}

.become-volunteer__text {
    color: rgba(var(--chioary-white-rgb), 0.8);
    margin-top: 19px;
    margin-bottom: 20px;
}

.become-volunteer__btn-box {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Become Volunteer Two
--------------------------------------------------------------*/
.become-volunteer-two {
    position: relative;
    display: block;
    padding: 0px 0 0px;
    z-index: 1;
    margin-bottom: -25px;
}

.become-volunteer-two__single {
    position: relative;
    display: block;
    text-align: center;
    background: linear-gradient(230deg, #160b6b, #45378e);
    padding: 47px 34px 46px;
    margin-bottom: 30px;
    z-index: 1;
    outline: 5px double white;
    outline-offset: -15px;
    transition: 0.5s all ease-in-out;
    border-radius: 15px;
    overflow: hidden;
}

.become-volunteer-two__single:hover {
    outline-offset: 0;
    outline-color: transparent;
}

.become-volunteer-two__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.become-volunteer-two__single-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.become-volunteer-two__single-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(97, 68, 39, 0.5) 0%,
        rgba(21, 21, 23, 0.5) 49.75%,
        rgba(21, 21, 23, 0.5) 100%
    );
}

.become-volunteer-two__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    font-family: "lex";
}

.become-volunteer-two__title a {
    color: var(--chioary-white);
}

.become-volunteer-two__title a:hover {
    color: #ffffff;
}

.become-volunteer-two__text {
    color: rgba(var(--chioary-white-rgb), 0.8);
    margin-top: 20px;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-weight: 700;
}

.become-volunteer-two__btn-box {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
