body {
    font-family: 'Ubuntu', sans-serif !important;
}
#headerSection,
#teamSection {
    background: url("../images/header-background.png");
    background-size: cover;
}

.batuphatScript {
    font-family: "BatuphatScript" !important;
}

.parisienne {
    font-family: "Parisienne", cursive !important;
}

.textColor {
    color: #234a58 !important;
    opacity: 0.75 !important;
}

.navbar-nav .nav-link {
    margin-right: 30px;
    color: #234a58 !important;
    font-size: 20px;
}

.navbar .navbar-brand {
    margin-left: 7rem;
}

.pl-10 {
    padding-left: 10rem !important;
}

.btn-danger,
.bg-danger {
    background-color: #ea6f2b !important;
    border-color: #ea6f2b !important;
    color: #fff !important;
}
.btn-light-danger{
    background-color:  #fff !important;
    border-color: #ea6f2b !important;
    color: #ea6f2b!important;
}
.btn-success,
.bg-success {
    background-color: #3a7d21 !important;
    border-color: #3a7d21 !important;
    color: #fff !important;
}

.text-success {
    color: #3a7d21 !important;
}

.text-danger {
    color: #ea6f2b !important;
}

.contactButton {
    width: 150px;
    border-radius: 30px;
    color: #fff !important;
    margin-right: 30px;
}

.bgtext {
    position: relative;
    text-align: center;
    bottom: 300px;
}

.bgtext:before {
    margin: 3rem;
    content: "EARTH";
    position: absolute;
    color: #eff7e9;
    top: 0;
    left: 10%;
    z-index: -1;
    font-size: 20rem;
    font-weight: bold;
}

.bgtext p {
    position: absolute;
    top: 220px;
    left: 12%;
}

.bgtext span {
    position: absolute;
    top: 300px;
    left: 300px;
    font-size: 30px;
}

.susBox {
    border: 1px solid #999;
    border-radius: 25px;
    color: #fff;
    width: 80%;
}

#sustainibilitySec {
    background: rgb(0, 110, 173);
    background: linear-gradient(
        180deg,
        rgba(0, 110, 173, 1) 0%,
        rgba(39, 125, 40, 1) 100%
    );
}

.susIcon {
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 50px;
    padding: 10px;
    height: 50px;
    margin-top: 15px;
}

#susBackground {
    background: url("../images/sustainability-background.svg") no-repeat;
    background-size: cover;
}

ul {
    list-style-type: none;
}

#metaverseSec {
    background: url("../images/metaverse-background.png") no-repeat;
    background-size: cover;
    margin-top: -120px;
}

.boxShadow {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    height: 220px;
    width: 200px;
    border-radius: 25px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#partners,
#blockchainSec,
#aboutSection,
#eventsSection {
    background-color: #eff7e9;
}

#blockchainSec {
    margin-top: -100px;
}

#buytokenSec {
    background-image: linear-gradient(
            180deg,
            rgba(0, 110, 173, 0.9) 0%,
            rgba(39, 125, 40, 0.75) 100%
        ),
        url("../images/buytoken-background.svg");
    background-size: cover;
}

.tokenBox {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    padding-bottom: 2rem;
}

.roundBox {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 2rem;
}

hr {
    width: 90%;
}

.teamImages {
    position: relative;
}
#girlImage {
    position: absolute;
    top: 15%;
    left: 37.5%;
}

.prizeParticipantBox {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    background-color: #fff;
    padding: 20px;
}

.partnersBox {
    display: flex;
    justify-content: center;
}

.partnersBox img {
    width: 200px;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 25px;
    padding: 20px;
}

#footerSection {
    background-color: #16323d;
    color: #ccc;
}

#footerSection a {
    color: #ccc;
    text-decoration: none;
}

.cloud1 {
    top: 30%;
    left: -30%;
}
.cloud2 {
    bottom: 30%;
    left: 60%;
}

.cloud3 {
    top: 20%;
    left: -15%;
}
.cloud4 {
    bottom: 15%;
    right: 0%;
}

.ellipse1 {
    right: 10%;
    top: -6%;
}

.text-grey {
    color: #ccc;
}

.pl-5 {
    padding-left: 5rem !important;
}

.gradientButton {
    background: rgb(0, 110, 173);
    background: linear-gradient(
        90deg,
        rgba(0, 110, 173, 1) 0%,
        rgba(39, 125, 40, 1) 100%
    );
    color: #fff;
    border-radius: 10px !important;
}

.ellipse2 {
    left: -15%;
    top: -10%;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.ellipse3 {
    right: 10%;
    top: -10%;
}

.keyFeature1 {
    background-color: #dbe8d6;
    padding: 10px 100px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 2rem;
}

.keyFeature2 {
    background-color: #fdf0ea;
    padding: 10px 100px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 2rem;
}

.buyBtn {
    border-radius: 10px !important;
    margin-top: 10px;
    padding: 10px 40px;
}

.prizeParticipantBox ul li {
    margin-bottom: 10px;
}

.quickLinks li,
.contacts li {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
}

.quickLinks li a,
.contacts li a,
.contacts span,
.footerLast {
    opacity: 0.5;
}

.socialIcons {
    display: flex;
}

.socialIcons a {
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
}

.leftArrow {
    top: 25%;
    left: 8%
}

.rightArrow {
    top: 22%;
    right:8%
}
.symbol.rightImage {
    top: 50%;
    position: absolute;
    right: 13%;
    transform: translate(0, 15%);

}
.symbol-label.bgLeftImage{
    background-image: url('/images/ronny.png');
    background-size:cover;
    border-radius: 50% !important;
}
.symbol-label.bgRightImage{
    background-image: url(/images/mb.png);
    background-size: 145% !important;
    border-radius: 50% !important;
    background-position: top !IMPORTANT;
}

.ronny {
    top: 30%;
    left: 3%
}

.mb {
    top: 25%;
    right: 5%;
}
.cursorNo{
    cursor: unset !important;
}
.symbol.centerImage{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 2%);
}

.symbol-label.bgCenterImage{
    background-image: url('/images/mona.png');
    background-size:cover;
    border-radius: 50% !important;
    background-position: top !important;
}
.nameCenter{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -135%);
}

.mona {
    left: 49%;
    bottom: 7%;
}

.halfCircle {
    bottom: 20%;
    right: 0%;
}

.greenCircle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #1c9946;
    top: -10%;
    left: -10%;
}

/* Trigger  */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* Optional Delays, change values here  */
.one {
    animation-delay: 0.2s;
}
.two {
    animation-delay: 0.6s;
}
.three {
    animation-delay: 1s;
}
.four {
    animation-delay: 1.4s;
}

/* Animations start here  */

/* FADE IN  */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}

/* FADE IN DOWN */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}

/* FADE IN UP */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}

/* FADE IN UP BIG */

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}

/* FADE IN LEFT */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0) rotateZ(30deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}

/* FADE IN LEFT BIG */

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

/* FADE IN RIGHT */

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}

/* @end standaard animaties  */

/* .callout {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 100px;
} */

.first.in-view {
    animation: fadeInUp 3s;
}

.second.in-view {
    animation: fadeInLeftBig;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

.letterSpacing {
    letter-spacing: 5px;
}

.buyBtn:focus-within {
    box-shadow: none !important;
}

.firstTokenBox {
    padding-right: 2rem;
}

.secondTokenBox {
    padding-left: 2rem;
}

.footerText {
    padding-right: 10rem;
}

.prizeParticipantBox ul li {
    display: flex;
    align-items: baseline;
}

.prizeParticipantBox ul li img {
    margin-right: 5px;
}

.quickLinks,
.contacts {
    margin-top: 2rem;
}

.footerLast {
    font-size: 14px;
}
#teamSection{
    height: 400px
}
@media (min-width: 576px) {
    .symbol.symbol-sm-100 .symbol-label {
        width: 100px;
        height: 100px;
    }
    #teamSection{
        height: 500px
    }

}
@media (min-width: 768px){
    .symbol.symbol-md-200 .symbol-label {
        width: 200px;
        height: 200px;
    }
    #teamSection{
        height: 640px
    }
}
@media (min-width: 992px){
    .symbol.symbol-md-300 .symbol-label {
        width: 300px;
        height: 300px;
    }
    #teamSection{
        height: 640px
    }
}
@media (min-width: 1200px){
    .symbol.symbol-xl-300 .symbol-label {
        width: 300px;
        height: 300px;
    }
    #teamSection{
        height: 640px
    }
}
/*#teamSection{*/
/*    height: 640px*/
/*}*/
@media (min-width: 1400px){
    .symbol.symbol-xxl-300 .symbol-label {
        width: 300px;
        height: 300px;
    }
    #teamSection{
        height: 640px
    }
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 0;
    color: #808080;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}
.symbol .symbol-label {
    width: 100px;
    height: 100px;
}

.symbol.leftImage{
    top: 50%;
    position: absolute;
    left: 13%;
    transform: translate(-0%, 15%);
}
