@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --white: #FFFFFF;
    --black: #000000;
    --footer-black: #111115;
    --green: #4B9200;
    --orang: #F9804B;
    --orang2: #FE9013;
    --orang-grad: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
    --yellow: #FFEE2E;
    --orange-grad: linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%);
    --pink-gradient: linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%),
    linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%);
    --rad: #D31414;
    --black-blue: #333B41;
    --gray: #767474;
    --icons-grey: rgba(196, 196, 196, 0.5);
    --gray-smoky: #ABABAB;
    --light-grey: #F1F3F2;
    --frosted-glass-white: rgba(253, 253, 255, 0.52);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Roboto', sans-serif;
    background: var(--white);
    position: fixed;
    height: 100%;
    overflow: hidden;
}
 
body {
    margin: 0;
    width: 100vw; 
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
}

/* Header */
.navbar {
    background-color: var(--black);
    width: 100%;
    position: relative;
    z-index: 2;
}

.navbar-container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-list-link {
    margin-right: 58px;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    line-height: 140%;
    font-size: 1rem;
}

.navbar-list-link-active {
    color: var(--orang);
}

.navbar-list-link:hover {
    color: var(--orang);
}

.credentials-text {
    margin-right: 0;
}

.hamburger-menu-container, .hamburger-navbar  {
    display: none;
}

/* Logo */
.logo {
    position: relative;
    border-radius: 2px;
    border: 1px solid var(--white);
    width: 82px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 63px;
}

.logo-text {
    position: relative;
    color: var(--white);
    font-size: 1.188rem;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    width: 72.49px;
    height: 44.91px;
    z-index: 2;
}

.logo-bamboo-icon {
    position: absolute;
    color: var(--white);
    left: 9.23px;
    top: 22.64px;
    z-index: 1;
}

/* Watch your favourite animal section */
#watch-animal-online {
    position: relative;
    height: 780px;
    width: 100%;
    margin-top: -80px;
    background-image: url(../../assets/images/Giant\ Panda.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.orange-circle {
    position: absolute;
    width: 465px;
    height: 465px;
    background: var(--orang-grad);
    border-radius: 50%;
    left: calc(50% - 465px/2 + 239.5px);
    top: 92px; 
}

.watch-animal-online-header {
    position: absolute;
    width: 500.31px;
    height: 400px;
    left: calc(50% - 500.31px/2 + 330.15px);
    top: 166px;
    font-style: normal;
    font-weight: 700;
    font-size: 6.656rem;
    line-height: 75%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.yellow-text {
    color: var(--yellow) ;
}

.round-btn {
    cursor: pointer;
    position: absolute;
    background: var(--orang-grad);
    border: none;
    width: 298px;
    height: 54px;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 140%;
    border-radius: 25px;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}

.watch-btn {
    left: calc(50% - 298px/2 + 332px);
    top: 626px;
}

.round-btn:hover {
    background: var(--orang);
}

.round-btn:active {
    background: var(--green);
}

.round-btn:disabled {
    background: var(--gray);
    cursor: not-allowed;
}
.round-btn[tabindex]:focus {
    background: var(--green);
    outline: none;
}       

.fix-position {
    position: relative;
}

/* Hero section */
#hero-header {
    position: relative;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
    margin-bottom: 180px;
}

.bamboo-cap-img {
    width: 609px;
    height: 403px;
}

.hero-right {
    margin-left: 87px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-header-h2 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 120%;
    color: var(--black-blue);
}

.hero-header-h3 {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 120%;
    color: var(--black-blue);
}

.text-small {
    font-size: 1rem;
    line-height: 130%;
    color: var(--black-blue);
    font-weight: 400;
    margin-bottom: 25px;
}

.text-small-margin {
    margin-bottom: 0;
}

.flower-foto {
    position: absolute;
    right: -98px;
    top: -128px;   
}

/* Animasls grid section */
#animals-grid-section {
    position: relative;
}

.animals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 80px;
    animation: all 0.8s ease-in-out;
}

.card-item {
    border: 1px solid var(--orang);
    border-radius: 5px;
    will-change: transform;
    transition: transform 0.5s;
    position: relative;
    animation: scaleDown 0.8s ease-in-out;
}

/* MEGA CARDS ANIMATON */
.slideLeftAnimation {
    animation: slideLeft 0.4s ease-in-out;
}
.slideRightAnimation {
    animation: slideRight 0.4s ease-in-out;
}
.slideFromRightAnimation {
    animation: slideFromRight 0.4s ease-in-out;
}
.slideFromLeftAnimation {
    animation: slideFromLeft 0.4s ease-in-out;
}

@keyframes slideFromRight {
    0% {
        transform: translateX(120%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideFromLeft {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-120%);
        opacity: 0;
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

.card-item:hover {
    cursor: pointer;
    transition: transform 0.5s;
    transform: scale(1.05);
}

.card-item:hover .card-amination-text{
    transition: opacity 0.5s;
    opacity: 100%;
}

.card-item:hover .card-img {
    transition: filter 0.5s;
    filter: brightness(50%);
}

.card-img {
    border-radius: 4px 4px 0 0; 
    width: 100%;
}

.animals-grid-btn {
    display: flex;
    justify-content: center;
    height: 54px;
    margin-bottom: 102px;
}

.card-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-item-title {
    padding: 4px 12px 13px 13px;
}

.animal-name {
    text-transform: uppercase;
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
}

.animal-subtitle {
    font-weight: 300;
    font-size: 15px;
}

.card-item-icon {
    padding-top: 2px;
    padding-right: 12px;
}

.palm-foto {
    position: absolute;
    left: -588px;
    top: 645px;
}

.strelitzia {
    position: absolute;
    right: 0;
    top: 830px;
}

.buttons-container {
    position: relative;
}

.circle-btn {
    width: 62px;
    height: 62px;
    background: var(--orang-grad);
    border-radius: 50%;
    cursor: pointer;
}

.circle-btn:hover {
    background: var(--green);
}

.next {
    position: absolute;
    top: 40%;
    right: -80px;
}

.prev {
    position: absolute;
    top: 40%;
    left: -81px;
}

.arrow-position {
    position: absolute;
    top: 25px;
    left: 22px;
    pointer-events: none;
}

.card-amination-text {
    position: absolute;
    padding: 20px;
    color: var(--light-grey);
    opacity: 0;
    z-index: 1;
}

/* pick-feed-friend */
#pick-feed-friend {
    background: var(--orange-grad);
    height: 1004px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pick-feed-friend-container {
    height: 835px;
    width: 100%;
    background: var(--frosted-glass-white);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 31px;
}

.pick-feed-friend-h2 {
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    font-size: 3rem;
    color: var(--orang2);
    margin-top: 41px;
}

.pick-feed-friend-h4 {
    font-weight: 400;
    line-height: 120%;
    font-size: 1.5rem;
    color: var(--black-blue);
    align-self: flex-start;
    margin-left: 99px;
    margin-top: 30px;
}

.pick-feed-friend-stong-text {
    font-weight: 500;
    line-height: 130%;
    color: var(--black-blue);
    font-size: 1rem;
    margin-top: 40px;
    align-self: flex-start;
    margin-left: 99px;
}

.pick-feed-friend-reg-text {
    font-weight: 400;
    line-height: 130%;
    color: var(--black-blue);
    font-size: 1rem;
    margin-top: 10px;
    align-self: flex-start;
    margin-left: 99px;
    margin-right: 198px;
    margin-bottom: 60px;
}

.h3-header {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 130%;
    color: var(--black-blue);
}

.pick-feed-friend-scheme {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.feed-friend-btn {
    display: flex;
    justify-content: center;
    height: 54px;
}

.card-icon {
    width: 168px;
    height: 244px;
    border-radius: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

.box-icon {
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid var(--orang2);
    width: 168px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-big {
    margin-bottom: 86px;
}

.arrow-green {
    display: none;
}

.undebox-text {
    font-weight: 400;
    line-height: 140%;
    color: var(--black-blue);
    margin-top: 30px;
}

.orang-underline-link {
    text-decoration: none;
    color: var(--black-blue);
    border-bottom: 1px solid var(--orang2);
    padding-bottom: 5px;
}

/* testimonials */
#testimonials {
    position: relative;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials-header {
    margin-top: 140px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: column;
    overflow: hidden;
    width: 102%;
    gap: 30px;
    padding-top: 47px;
    margin-bottom: 21px;
}

.testimonials-card-inner {
    height: 368px;
    width: 264px;
    overflow: hidden;
}

.testimonials-card {
    position: relative;
    height: 391px;
    border-radius: 22px;
    text-align: center;
    will-change: transform;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(var(--light-grey), var(--light-grey)) padding-box,
    linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%) border-box;
    border: 2px solid transparent;
}
  
.testimonials-card-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
}

.testimonials-right-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonials-subtext {
    display: flex;
}

.testimonials-profile-pic {
    margin: 12px 10px 11px 16px;
}

.testimonials-name {
    font-size: 1rem;
    line-height: 120%;
    font-weight: 400;
    color: var(--black);
}

.testimonials-light-text {
    font-weight: 300;
    line-height: 120%;
    font-size: 15px;
    color: #BDBDBD;
    margin-right: 6px;
}

.testimonials-main-text {
    font-weight: 300;
    line-height: 120%;
    font-size: 15px;
    color: var(--gray);
    text-align: left;
    margin-left: 16px;
    margin-right: 15px;
}

#slider {
    -webkit-appearance: none;
    width: 599px;
    height: 6px;
    background: #F5F7F6;
    border-radius: 5px;
    position: relative;
	display: inherit;
	border-radius: inherit;
	margin: 0;
    border: none;
    outline: none;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 115.19px;
    height: 6px;
    border-radius: 5px;
    background: var(--orang2);
    cursor: pointer;
}

.input {
    background: var(--pink-gradient);
    padding: 2px;
    border-radius: 9999em;
    margin-bottom: 31px;
}

.slight-round-btn {
    border-radius: 5px;
    position: relative;
}

.testimonials-btn {
    align-self: flex-start;
    margin-bottom: 183px;
}

.popover-cover-hidden {
    display: none;
}

.leav_foto {
    position: absolute;
    top: 645px;
    right: -165px;
    z-index: -1;
}

/* Footer */
footer {
    height: 443px;
    background: var(--footer-black);
}
 
.footer-container {
    height: 443px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-btn {
    margin-top: 32px;
    margin-bottom: 44px;
}

.footer-logo {
    margin-bottom: 40px;
}

.logo-email, .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.socials-links-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    background: var(--icons-grey);
    border-radius: 50%;
}

.socials-link-text {
    color: var(--white);
    font-weight: 400;
    font-size: 1rem;
    margin-left: 12px;
    margin-top: 6px;
}

.socials-link-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.socials-link-link:hover .socials-links-icon-container {
    background: var(--green);
}

.socials-link-link:hover .socials-link-text {
    color: var(--green);
}

.socials-link-link {
    display: flex;
}

.footer-navbar {
    margin-bottom: 14px;
    align-self: end;
    margin-left: 49px;
}

.footer-p {
    margin-bottom: -3px;
    margin-right: -5px;
    margin-left: 3px;
}

.subscribe {
    color: var(--white);
    font-weight: 400;
    line-height: 120%;
    font-size: 1.5rem;
    margin-bottom: 14px;
    margin-top: 3px;
}

.email-input {
    height: 42px;
    width: 228px;
    padding-left: 8px;
    background: transparent;
    border: 0.7px solid var(--orang);
    border-radius: 2px;
    color: #BDBDBD;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    margin-right: -4px;
}

.email-input::placeholder {
    color: #BDBDBD;
    padding: 10px 7 10px 0px;
    font-weight: 400; 
    font-size: 1rem;
    line-height: 140%;
}

.email-input:focus {
    outline: none;
    border: 0.7px solid var(--green);
}

.email-input:invalid {
    outline: none;
    border: 0.7px solid var(--rad);
}

.email-input:focus::placeholder {
    color: transparent;  
}

.email-input:focus + .email-submit-btn {
    border: 1px solid var(--green);
    color: var(--green);
}

.email-input:invalid + .email-submit-btn {
    border: 1px solid var(--rad);
    color: var(--rad);
}

.email-submit-btn {
    background: var(--light-grey);
    border: 1px solid var(--black);
    border-radius: 5px;
    height: 42px;
    width: 129px;
    margin-left: 10px;
    color: var(--black);
    font-size: 1rem;
    line-height: 140%;
    cursor: pointer;
}

.footer-credentials {
    align-self: end;
    margin-bottom: 10px;
}

.footer-credentials-text {
    margin-bottom: 10px;
    color: var(--white);
    line-height: 130%;
    font-weight: 100;
    font-size: 1rem;
    border-bottom: 1px solid transparent;
}

.footer-credentials-text:last-child {
    margin-bottom: 0;
}

.footer-navbar-list-item {
    margin-right: 0;
    margin-left: 60px;
}

.footer-credentials-link:hover .footer-credentials-text{
    border-bottom: 1px solid var(--green);
    color: var(--green);
}

/* //////////////////////////////////////////////////////////////////// */
/* DONTATE PAGE */
.navbar-donate {
    position: relative;
}

#panda-background {
    height: 386px;
    background: url(../../assets/images/panda_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#donate-section {
    padding-bottom: 150px;
    background: var(--orange-grad);
}

.donate-section-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.donate-h2 {
    color: var(--white);
    font-weight: 400;
    line-height: 130%;
    font-size: 2.25rem;
    margin-top: 40px;
}

.donate-main-text {
    color: var(--white);
    font-weight: 500;
    line-height: 140%;
    font-size: 1rem;
    margin-top: 10px;
}

.donate-h3 {
    color: var(--orang2);
    font-weight: 400;
    line-height: 130%;
    font-size: 2.25rem;
    margin-top: 44px;
    margin-bottom: 60px;
}

.pick-feed-friend-container-donate {
    height: 964px;
}

.pick-feed-friend-h2-donate {
    margin: 0;
    margin-right: 13px;
}
.pick-feed-friend-h4-donate {
    margin-left: 0;
    margin-bottom: 60px;
    margin-top: 23px;
}

.big-panda-icon {
    margin-right: 12px;
}

.donate-section-container-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 92px 62px 92px;
}

.diets-container {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.diets-for-day {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.diets-number {
    color: var(--black);
    font-weight: 500;
    line-height: 80%;
    font-size: 4.5rem;
    text-transform: uppercase;
    margin-top: 48px;
}

.diets-text {
    color: var(--black-blue);
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    margin-top: 11px;
}

.multiply-sign {
    margin-left: 11px;
    margin-right: 67px;
    margin-top: 22px;
    scale: 1.1;
}

.diets-text-bl {
    align-self: flex-start;
    color: var(--black);
    margin-top: 48px;
}

.progress-bar-amount {
    height: 27px;
    width: 100%;
    border-radius: 2px;
    background: #404950;
    margin-top: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar-amount-line {
    height: 2px;
    width: 93%; 
    background: #72828E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-bar-amount-dot {
    width: 10px;
    height: 10px;
    background: var(--yellow);
    border-radius: 50%;
}

/* .progress-bar-amount-dot-active {
    position: relative;
} */

.progress-bar-amount-dot {
    position: relative;
}

.progress-bar-amount-dot-active::after {
    content: url(../../assets/icons/roller_icon.svg);
    position: absolute;
    top: -15px;
    left: -15px;
}

.progress-bar-amounts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}

.progress-bar-amount-cash {
    color: var(--black-blue);
    line-height: 140%;
    font-size: 1.625rem;
    font-weight: 500;
    text-transform: uppercase;
    width: 72px;
    cursor: pointer;
    padding-top: 47px;
    margin-top: -47px;
    z-index: 3;
}

.progress-bar-amount-cash:hover {
    color: var(--orang2);
}

.progress-bar-amount-cash-active {
    color: var(--orang2);
}

.progress-bar-amount-dot-container {
    height: 27px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.progress-bar-amount-dot-container:first-child {
    height: 10px;
    padding-left: 0;
} 

.progress-bar-amount-dot-container:last-child {
    height: 10px;
    padding-right: 0;
}

.donate-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.donate-btn {
    position: relative;
    margin-bottom: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-amount {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #929699;
    background: transparent;
    padding-left: 9px;
    color: #929699;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
}

.input-amount:focus {
    outline: none;
    border: 1px solid var(--green);
    color: var(--green);
}

.input-amount:focus::placeholder {
    opacity: 0;
}

.input-amount:focus + .currency-sign {
    color: var(--green);
}

.input-amount:invalid {
    border: 1px solid var(--rad);
    color: var(--rad);
}

.input-amount:invalid + .currency-sign {
    color: var(--rad);
}

.donate-amount-container {
    position: relative;
    width: 268px;
    height: 54px;
}

.currency-sign {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #929699;
    font-size: 1.625rem;
    font-weight: 700;
}

.monthly-once-input {
    width: 268px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px;
    margin-bottom: 31px;
}

.custom-radio-green:checked,
.custom-radio-green:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-green:checked + label,
.custom-radio-green:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: var(--black-blue);
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    margin-right: 15px;
}
.custom-radio-green:checked + label:before,
.custom-radio-green:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--orang2);
    border-radius: 50%;
    background: transparent;
}
.custom-radio-green:checked + label:after,
.custom-radio-green:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: var(--green);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio-green:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-green:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.donate-bottom-text {
    margin-top: 0;
}

/* MEDIA QUERIES */
@media (max-width: 1500px) {
    .flower-foto {
        display: none;
    }
}

@media (max-width: 1375px) {
    .container {
        max-width: 940px;
    }

    .navbar {
        z-index: 2;
    }

    #watch-animal-online {
        height: 584px;
        background-position: center center;
    }

    .orange-circle {
        width: 367px;
        height: 367px;
        left: calc(50% - 367px/2 + 139.5px);
        top: 69px;
        z-index: 1;

    }

    .watch-animal-online-header {
        width: 400.25px;
        height: 320px;
        left: calc(50% - 400.25px/2 + 214.12px);
        top: 122.8px;
        font-weight: 700;
        font-size: 5.313rem;
        z-index: 2;
    }

    .watch-btn {
        left: calc(50% - 298px/2 + 214px);
        top: 483px;   
    }

    .navbar-list-link {
        margin-right: 48px;
    }

    .credentials-text {
        margin-right: 0;
    }

    .hero-container {
        margin-top: 109px;
        margin-bottom: 154px;
    }

    .hero-right {
        margin-left: 31px;
    }

    .text-small {
        margin-bottom: 39px;
    }

    .text-small-margin {
        margin-bottom: -6px;
    }

    .bamboo-cap-img {
        width: 455px;
        height: 408px;
        object-fit: cover;
    }

    .animals-grid {
        row-gap: 92px;
        margin-bottom: 84px;
    }

    .prev {
        top: 39.5%;
        left: 328px;
    }

    .next {
        top: 39.5%;
        right: 328px;
    }

    .animals-grid-btn {
        margin-bottom: 140px;
    }

    .palm-foto {
        width: 386px;
        height: 202px;
        left: -192px;
        top: 871px;
        z-index: -1;
    }

    .strelitzia {
        width: 241px;
        height: 180px;
        top: 894px;
        z-index: -1;
    }

    #pick-feed-friend {
        height: 876px;
    }

    .pick-feed-friend-h2 {
        margin-top: 30px;
    }

    .pick-feed-friend-container {
        height: 796px;
        margin-bottom: 19px;
    }

    .pick-feed-friend-h4, .pick-feed-friend-reg-text, .pick-feed-friend-stong-text {
        margin-left: 49px;
        margin-top: 20px;
    }

    .pick-feed-friend-reg-text, .pick-feed-friend-stong-text {
        margin-right: 78px;
    }

    .pick-feed-friend-reg-text {
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .pick-feed-friend-scheme {
        margin-bottom: 70px;
    }

    .testimonials-header {
        margin-top: 100px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
        height: 435px;
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 10px;
        padding-top: 30px;
    }

    .testimonials-card-inner {
        width: 290px;
    }

    #slider {
        width: 390px;
    }

    #slider::-webkit-slider-thumb {
        width: 75px;
    }

    .input {
        margin-bottom: 52px;
    }

    .testimonials-btn {
        margin-bottom: 140px;
    }

    .leav_foto {
        width: 330.98px;
        height: 322.62px;
        right: -134px;
        top: 604.6300000000001px;
    }

    .footer-container {
        margin-left: 15px;
    }

    .footer-navbar-list-item  {
        margin-left: 0;
        margin-right: 35px;
    }

    .logo-email {
        margin-right: 18px;
    }

    .m-r-0 {
        margin-right: 0;
    }

    .footer-navbar {
        margin-bottom: 14px;
        margin-left: 86px;
    }

    .footer-p {
        margin-left: 20px;
    }

    /* DONATE PAGE */
    #panda-background {
        height: 390px;
        background-position: 29%;
    }

    #donate-section {
        padding-bottom: 0;
    }

    .pick-feed-friend-container-donate {
        height: 918px;
        margin-bottom: 30px;
    }

    .pick-feed-friend-h2-donate {
        margin-top: 20px;
    }

    .donate-main-text {
        margin-top: 31px;
        font-size: 0.8rem;
    }

    .donate-h2 {
        margin-right: 94px;
    }

    .donate-h3 {
        margin-bottom: 40px;
        margin-top: 46px;
    }

    .donate-section-container-inner  {
        padding-top: 0;
        padding-left: 47px;
        padding-right: 47px;
    }

    .progress-bar-amount {
        width: 95%;
    }
    .pick-feed-friend-h4-donate {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .progress-bar-amount-line {
        width: 97%;
    }

    .progress-bar-amount-dot-container:first-child {
        display: none;
    }

    .progress-bar-amount-dot-container:nth-child(2) {
        padding-left: 0;
    }

    .progress-bar-amount-cash:first-child {
        display: none;
    }

    .progress-bar-amount-cash {
        width: 53px;
    }

    .footer-container-donate {
        margin-left: 0;
    }
}

@media (max-width: 980px) {
    .container {
        max-width: 820px;
    }

    .testimonials-card-inner {
        width: 248px;
    }

    .hero-header-h2 {
        font-size: 2.3rem;
    }
    .hero-container {
        margin-bottom: 180px;
    }

    .card-amination-text {
        font-size: 0.9rem;
    }

    .next {
        top: 39%;
        right: 282px;
    }

    .prev {
        top: 39%;
        left: 282px;
    }

    .palm-foto {
        top: 831px;
    }

    .strelitzia {
        top: 850px;
    }
}

/* TABLET */
@media (max-width: 840px) {
    .container {
        max-width: 600px;
    }

    .navbar {
        position: fixed;
        z-index: 5;
        width: 100%;
        overflow-x: hidden;
    }

    .navbar-container {
        height: 34px;
    }

    .navbar-list, .credentials {
        display: none;
    }

    .logo {
        border: none;
        width: 46.93px;
        height: 29.03px;
    }

    .logo-text {
        font-size: 12px;
        line-height: 120%;
        width: 46.93px;
        height: 29.03px;
    }

    .logo-bamboo-icon {
        scale: 0.6;
        left: 2.2300000000000004px;
        top: 10.64px;
    }

    #watch-animal-online {
        width: 100%;
        height: 373px;
        margin-top: 0;
    }

    .orange-circle {
        width: 237.6px;
        height: 237.6px;
        left: calc(50% - 237.6px/2 + 130.44px);
        top: 44.23px;
    }

    .watch-animal-online-header {
        width: 255.64px;
        height: 204.38px;
        left: calc(50% - 255.64px/2 + 176.76px);
        top: 82.04px;
        font-size: 54.2894px;
        line-height: 75%;
    }

    .watch-btn {
        left: calc(50% - 298px/2 - 151px);
        top: 278px;
    }

    .hero-container{
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .hero-header-h2 {
        font-weight: 400;
        font-size: 3rem;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .bamboo-cap-img {
        display: none;
    }

    .text-small {
        margin-right: 84px;
        margin-bottom: 37px;
    }

    .flower-foto {
        display: block;
        width: 231px;
        height: 476px;
        top: -62px;
        right: -102px;
    }

    .hero-container {
        margin-bottom: 47px;
    }

    .hero-right {
        margin-left: 0px;
        margin-right: 30px;
    }

    .animals-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 60px;
    }

    .next {
        right: 225px;
        top: 40%;
    }

    .prev {
        top: 40%;
        left: 225px;
    }

    .card-item:nth-child(5), .card-item:nth-child(6), .arrow-big, #slider, .input, .socials-link-text, .newsletter-email-sub-container {
        display: none;
    }

    .animal-name {
        font-size: 0.75rem;
    }
    .animal-subtitle {
        font-size: 0.688rem;
    }

    .animals-grid-btn {
        margin-bottom: 100px;
    }

    .palm-foto {
        left: -252px;
        top: 770px;
    }

    .strelitzia {
        width: 175px;
        height: 131px;
        top: 841px;
    }

    #pick-feed-spec-container {
        max-width: 100%;
    }

    .pick-feed-friend-h2 {
        font-size: 2.625rem;
        margin-top: 8px;
    }

    .pick-feed-friend-h4 {
        font-size: 1.375rem;
    }

    .pick-feed-friend-h4, .pick-feed-friend-reg-text, .pick-feed-friend-stong-text {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pick-feed-friend-reg-text {
        margin-bottom: 30px;
    }

    .pick-feed-friend-scheme {
        margin: 20px;
        position: relative;
        margin-bottom: 40px;
    }

    .card-icon {
        margin-left: 21px;
        margin-right: 21px;
    }

    #center-card-icon {
        position: relative;
    }

    .arrow-green {
        display: block;
        position: absolute;
        
    }
    .arrow-green-left {
        top: -15px;
        left: -67px;
    }

    .arrow-green-right {
        top: -15px;
        right: -67px;
    }

    .pick-feed-friend-container {
        height: 741px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #pick-feed-friend {
        height: 781px;
    }

    .testimonials-header {
        margin-top: 60px;
    }

    .testimonials-grid {
        height: 396px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 15px;
        grid-auto-flow: dense;
    }

    .testimonials-card {
        height: 109px;
    }

    .testimonials-card-inner, .testimonials-card-head, .testimonials-profile-pic, .testimonials-right-head, .testimonials-name, .testimonials-subtext, .testimonials-light-text {
        pointer-events: none;
    }

    .testimonials-card-inner {
        height: 100px;
        width: 100%;
    }

    .testimonials-btn {
        align-self: center;
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .testim-btn {
        width: 240px;
    }

    .leav_foto {
        width: 180.88px;
        height: 203.15px;
        right: -73px;
        top: 532.63px;
    }

    .footer-navbar-list {
        display: flex;
    }

    .footer-container {
        position: relative;
        margin-left: 0;
    }

    .socials-links {
        position: absolute;
        top: 13px;
        right: 0px;
    }

    .socials-link-item {
        margin-bottom: 20px;
    }

    footer {
        height: 282px;
    }

    .footer-p {
        width: 80px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .footer-navbar {
        margin-left: 0;
        margin-bottom: 0;
    }

    .footer-credentials {
        margin-bottom: 0;
    }

    .footer-container {
        height: 282px;
    }

    .footer-btn {
        margin-top: 0px;
        margin-bottom: 65px;
    }

    .tablet-footer-logo {
        position: relative;
        border-radius: 2px;
        border: 1px solid var(--white);
        width: 82px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 63px;
        margin-bottom: 35px;
    }
    
    .footer-logo-text {
        position: relative;
        color: var(--white);
        font-size: 1.188rem;
        line-height: 23px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        width: 72.49px;
        height: 44.91px;
        z-index: 2;
    }
    
    .footer-logo-bamboo-icon {
        position: absolute;
        color: var(--white);
        left: 9.23px;
        top: 22.64px;
        z-index: 1;
    }

    /* DONATE TABLET */
    #panda-background {
        height: 335px;
        background-position: 36% 64%;
        margin-top: 34px;
    }

    .donate-h2 {
        font-size: 1.5rem;
        margin-top: 30px;
        margin-right: 28px;
    }

    .donate-main-text {
        margin-top: 20px;
        font-size: 1rem;
    }

    .donate-h3 {
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .pick-feed-friend-h2-donate {
        font-size: 3rem;
        margin-top: 31px;
    }

    .pick-feed-friend-h4-donate {
        margin-bottom: 50px;
        margin-top: 22px;
        text-align: center;
        margin-right: -1px;
        margin-left: 0;
        font-size: 1.5rem;
    }

    .pick-feed-friend-container-donate {
        height: 918px;
    }

    .donate-amount-container {
        width: 180px;
        height: 40px;
    }

    .currency-sign {
        top: 5px;
    }

    .progress-bar-amount {
        width: 118.5%;
        margin-top: 7px;
    }

    .progress-bar-amount-dot-container:nth-child(2), .progress-bar-amount-dot-container:nth-child(3),
    .progress-bar-amount-cash:nth-child(2),  .progress-bar-amount-cash:nth-child(3){
        display: none;
    }

    .progress-bar-amount-dot-container:nth-child(4) {
        padding-left: 0;
    }

    .progress-bar-amounts {
        width: 114.5%;
    }

    .progress-bar-amount-line {
        width: 90%;
    }
    
    .pick-feed-friend-container-donate {
        margin-bottom: 46px;
    }

    .diets-text-bl {
        margin-left: -30px;
    }

    .diets-container {
        width: 110%;
    }

    /* HAMBURGER */
    .hamburger-menu-container {
        width: 18px;
        height: 20px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 12;
    }

    .hamburger-line {
        height: 2px;
        width: 100%;
        background-color: var(--light-grey);
        display: block;
        border-radius: 5px;
        transition: 0.3s ease;
    }

    #bar1 {
        transform: translateY(-4px);
    }
      
    #bar3 {
        transform: translateY(4px);
    }

    .change #bar1 {
        transform: translateY(2px) rotateZ(-45deg);
        background-color: var(--black-blue);
    }
      
    .change #bar2 {
        opacity: 0;
    }
      
    .change #bar3 {
        transform: translateY(-2px) rotateZ(45deg);
        background-color: var(--black-blue);
    }
      
    .hamburger-navbar {
        display: block;
        top: -340px;
        position: fixed;
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        transition: 0.3s ease;
        will-change: transform;
        z-index: 11;
    }

    .hamburger-navbar-change {
        transform: translateY(340px);
    }

    .hamburger-navbar-list {
        list-style: none;
    }

    .hamburger-navbar-list-item {
        margin-bottom: 15px;
    }

    .hamburger-navbar-list-link {
        color: var(--black-blue);
        font-weight: 400;
        font-size: 1rem;
        line-height: 140%;
    }

    .hamburger-navbar-list-link:hover, .hamburger-navbar-list-link-active {
        color: var(--orang2);
    }

    .hamburger-logo {
        border: 1px solid var(--orang2);
        margin-top: 12.84px;
        margin-bottom: 33.24px;
        width: 65.6px;
        height: 41.6px;
    }

    .hamburger-text {
        font-size: 15.2116px;
        line-height: 120%;
        width: 57.99px;
        height: 35.93px;
    }

    .hamburger-bamboo-icon, .hamburger-text{
        color: var(--orang2);
    }

    #hamburger-bamboo-icon {
        filter: brightness(0) saturate(100%) invert(55%) sepia(96%) saturate(1178%) hue-rotate(350deg) brightness(102%) contrast(99%);
        top: 17px;
        left: 7px;
    }

    .hamburger-navbar-list-item:last-child {
        margin-bottom: 40px;
    }

    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        background-color: rgba(0, 0, 0, .5);
        will-change: transform;
        transition: 0.3s ease;
        z-index: 10;
    }

     /* POPOVER */
    .popover {
        position: fixed;
        top: 50%;
        left: 50%;
        will-change: transform;
        transform: translate3d(-50%, -50%, 0);
        z-index: 12;
        height: 391px;
        overflow-y: scroll;
    }

    .popover .testimonials-card-inner {
        width: 267px;
        height: 391px;
        overflow-y: scroll;
        pointer-events: all;
        padding-bottom: 10px;
    }

    .popover-cover-hidden {
        display: block;
        opacity: 0;
        pointer-events: none;
        will-change: transform;
        transition: all 0.3s ease-in-out;
    }

    .popover-cover {
        opacity: 1;
        position: fixed;
        top: 50%;
        left: 51.5%;
        will-change: transform;
        transform: translate3d(-50%, -50%, 0);
        width: 320px;
        height: 428px;
        background: #F5F7F6;
        z-index: 11;
        pointer-events: all;
        transition: all 0.3s ease-in-out;
    }

    .popover-cover__cross {
        position: absolute;
        font-size: 14px;
        top: 12px;
        right: 10px;
        background: var(--orang-grad);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: pointer;
    }
}

@media (max-width: 620px) {
    .container, #pick-feed-spec-container {
        max-width: 500px;
    }

    #watch-animal-online {
        height: 187px;
        margin-top: 34px;
    }

    .orange-circle {
        width: 119.09px;
        height: 119.09px;
        left: calc(50% - 119.09px/2 + 62.45px);
        top: 22.17px;
    }

    .watch-animal-online-header {
        width: 128.13px;
        height: 102.44px;
        left: calc(50% - 128.13px/2 + 85.67px);
        top: 41.12px;
        font-size: 1.75rem;
    }

    .watch-btn {
        left: calc(50% - -6px/2 - 152px);
        top: 207px;
    }

    .hero-container {
        margin-bottom: 40px;
    }

    .hero-header-h2 {
        font-size: 1.5rem;
        margin-top: 45px;
        margin-bottom: 10px;
    }

    .flower-foto {
        width: 105px;
        height: 217px;
        top: -19px;
        right: -74px;
    }

    .hero-right, .text-small {
        margin-right: 0;
    }

    .text-small {
        margin-bottom: 19px;
    }

    .prev, .next, .pick-feed-friend-stong-text, .pick-feed-friend-reg-text{
        display: none;
    }

    .animals-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
        margin-bottom: 20px;
        margin-right: 15px;
        margin-top: -18px;
    }

    .animals-grid-btn {
        margin-bottom: 60px;
    }

    .palm-foto {
        width: 138px;
        height: 72px;
        left: -81px;
        top: 2259px;
    }

    .strelitzia {
        width: 85px;
        height: 71px;
        top: 2255px;
        right: -19px;
    }

    #pick-feed-friend {
        height: 1082px;
    }

    .pick-feed-friend-h2, .h3-header {
        font-size: 1.5rem;
        margin-top: 20px;
    }

    .pick-feed-friend-h4 {
        font-size: 1.125rem;
        text-align: center;
        margin: 0;
        margin-top: 10px;
    }

    .pick-feed-friend-container {
        width: 100%;
    }

    .pick-feed-friend-scheme {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .undebox-text {
        margin-top: 10px;
    }

    .pick-feed-friend-container {
        height: 1042px;
    }

    .arrow-green-left {
        top: -52px;
        left: 140px;
        transform: rotate(80deg);
    }

    .arrow-green-right {
        top: 190px;
        left: 140px;
        transform: rotate(80deg);
    }

    .testimonials-header {
        margin-top: 30px;
    }

    .testimonials-grid {
        padding-top: 20px;
        row-gap: 15px;    
        height: 385px;
        margin-bottom: 20px;
    }

    .testimonials-btn {
        margin-bottom: 60px;
        margin-top: 0;
    }

    .leav_foto{
        width: 115.88px;
        height: 120.15px;
        right: -44px;
        top: 500.63px;
    }

    footer, .footer-container {
        height: 334px;
    }

    .footer-container {
        justify-content: space-around;
    }

    .footer-p {
        width: auto;
        margin-right: -12px;
        margin-left: 14px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-navbar {
        order: 3;
        align-self: center;
    }

    .footer-credentials {
        order: 2;
    }

    .footer-navbar-list-item {
        margin-right: 26px;
    }

    .footer-credentials-text:last-child {
        margin-bottom: 30px;
    }

    .footer-credentials-text {
        font-size: 0.938rem;
    }

    .footer-btn {
        margin-bottom: -20px;
        align-self: center;
    }

    .socials-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        order: 1;
        top: 20%;
        left: 7%;
    }

    .socials-link-item {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .tablet-footer-logo {
        margin: 0;
        border: none;
        width: 128px;
    }

    .logo-email {
        justify-content: center;
    }

    .footer-logo-text {
        font-size: 1.188rem;
        width: 128px;
        margin-bottom: 16px;
    }

    .footer-logo-bamboo-icon {
        left: 74.23px;
        top: -4.36px;
    }

    /* DONATE PAGE */
    #panda-background {
        height: 187px;
    }

    .donate-main-text {
        font-weight: 400;
        margin-top: 11px;
    }

    .donate-h2 {
        margin-right: 0;
    }

    .donate-h3 {
        font-size: 1.5rem;
        margin-top: 29px;
        margin-bottom: 27px;
    }

    .pick-feed-friend-container-donate {
        margin-top: 0;
        height: 591px;
        margin-bottom: 21px;
    }

    .donate-section-container-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .pick-feed-friend-h4-donate {
        font-size: 1rem;
    }

    .big-panda-icon {
        width: 160.15px;
        height: 138.72px;
        margin-right: -5px;
    }

    .diets-container {
        margin-top: 16px;
    }

    .diets-number {
        font-size: 2.5rem;
    }

    .diets-text {
        font-size: 0.563rem;
    }

    .multiply-sign {
        width: 7.89px;
        height: 7.89px;
        margin-left: 10px;
        margin-right: 33px;
    }

    .donate-form-container {
        margin-top: 25px;
    }

    .progress-bar-amount-cash {
        font-size: 0.813rem;
        width: 33px;
    }

    .progress-bar-amounts, .progress-bar-amount {
        width: 100%;
    }

    .progress-bar-amounts {
        margin-left: 10px;
    }

    .progress-bar-amount {
        height: 13px;
    }

    .progress-bar-amount-line {
        height: 1px;
    }

    .diets-text-bl {
        margin-top: 4px;
        margin-left: 0;
        font-size: 1rem;
    }

    .donate-amount-container {
        height: 42px;
    }

    .currency-sign {
        top: 6px;
    }

    .donate-bottom-text {
        font-size: 0.99rem;
    }

    .progress-bar-amount-dot {
        width: 5px;
        height: 5px;
    }

    .progress-bar-amount-dot-active::after {
        top: -18px;
        left: -17px;
        scale: 0.6;
    }
}

@media (max-width: 550px) {
    .container, #pick-feed-spec-container {
        max-width: 400px;
    }

    .palm-foto {
        top: 1860px;
    }

    .strelitzia {
        top: 1865px;
    }

    .leav_foto {
        top: 501.63px;
    }
}

@media (max-width: 420px) {
    .container, #pick-feed-spec-container {
        max-width: 350px;
    }

    .palm-foto, .strelitzia {
        top: 1665px;
    }
}

@media (max-width: 400px) {
    .container, #pick-feed-spec-container {
        max-width: 320px;
    }

    .palm-foto, .strelitzia {
        top: 1544px;
    }

    .leav_foto {
        top: 499.63px;
    }
}

@media (max-width: 350px) {
    .container, #pick-feed-spec-container {
        max-width: 300px;
    }

    .palm-foto, .strelitzia {
        top: 1465px;
    }
}
