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

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

html,
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.overflow{
    /* overflow: hidden; */
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    transition: 0.7s;
}

.container-fluid {
    max-width: 1820px;
    width: 100%;
}

.container {
    margin-right: auto !important;
}

section {
    padding: 5rem 0;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 2rem;
}

.navi-link[aria-current="page"]{
    color: #0BBC1B;
    font-weight: 800;
}

.green {
    color: #0BBC1B;
}

.miniBar {
    padding: 0.5rem 0;
    border-bottom: 1px solid #707070;
}

.miniBar a {
    color: white;
}

.miniEmail,
.miniLang {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

header {position: absolute;width: 100%;height: 10vh;z-index: 9999999;top: 0;left: 0;}

nav {
    max-width: 100%;
    margin-top: 2rem;
    padding: 0 60px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
}

.menu {
    margin: 0;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

.menu a {
    color: white;
}

.tle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}



.download {padding: 5px !important;
           background-color: red !important;
           color: white !important;
           font-size: 16px;
           border-radius: 100%;
           display: inline-block;
           transition: all 0.5s;
           font-weight: 900;
          }

.download i {
    padding: 5px;
}


.Btn-b {
    position: relative;
    margin-top: 0.5rem;
    display: inline-block;
    padding: 1rem 1rem;
    background: #CA1515;
    border-radius: 10px;
    text-transform: uppercase;
    color: white;
    transition: all 0.4s ease;
}

.Btn-b:hover {
    background: #0BBC1B;
}

.btnImg {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.btn-a {
    position: relative;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
    border: 1px solid white;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    transition: all 0.4s ease;
}

.btn-a:hover {
    flex-direction: row-reverse;
    padding: 0.5rem 3rem 0.5rem 1rem;
}

.btn-a:hover .btnImg {
    left: 77%;
    transition: all 0.4s;
}

.btn-a img {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.cart {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

/* Mobile Nav */
.mobileBtn {
    position: relative;
    /* top: 1rem;
    right: 2rem; */
    display: none;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    z-index: 99999;
}

.mobileBtn .bar,
.mobileBtn::before,
.mobileBtn::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.mobileBtn.is-active::before {
    transform: rotate(-45deg) translate(-9px, 6px);
}

.mobileBtn.is-active .bar {
    opacity: 0;
}

.mobileBtn.is-active::after {
    transform: rotate(45deg) translate(-9px, -6px);
}


.mobile-nav {
    overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: -7rem;
    left: 100%;
    width: 100%;
    height: 100%;
    min-height: 110vh;
    z-index: 98;
    background: #EFEBE1;
    padding-top: 120px;
    transition: 0.4s;
}

.mobile-nav li {
    border-bottom: 1px solid #2d2d2d;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav a {
    /* margin: 0 auto 16px; */
    display: block;
    width: 100%;
    /* max-width: 200px; */
    /* text-align: center; */
    /* padding: 12px 16px; */
    padding: 0.5rem 0;
    /* background: black; */
    font-size: 1.2rem;
    color: black;
}

.mobileBtnIcons {
    margin: 0 auto;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


.mobileBtnIcons .fa-phone,
.mobileBtnIcons .fa-user,
.mobileBtnIcons .fa-cart-shopping {
    font-size: 2rem;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
.mobile-nav a:hover {
    background-color: #24104f;
} */

/* Mobile Nav */


.btn-b {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 1.5rem; */
    padding: 0.7rem 3rem;
    border: 1px solid white;
    border-radius: 50px;
    text-transform: uppercase;
    color: black;
    transition: 0.7s ease;
}

.crimson {
    background: #CA1515;
}

.lightGreen {
    background: #59BD0D;
}

.btn-c {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 1.5rem; */
    padding: 0.7rem 3rem;
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    transition: 0.7s ease;
}

.logoBranding {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-nav {
    display: none;
}

.mobileBtn {
    display: none;
}

.hero {
    /* background: url(../images/Group\ 425.png) no-repeat; */
    background-size: cover;
    min-height: 100vh;
    padding: 0;
    position: relative;
}

.heroContent video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    aspect-ratio: auto;
    min-height: 100vh;
}



.hero::before {
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
}

.hero::after {
    content: '';
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    z-index: -1;
}

/* Gear Section */
.gear {
    background: url(../images/Group\ 427.png) no-repeat;
    color: white;
    background-size: cover;
    background-position: center;
}

.gear .slick-slide {
    padding: 0 0.5rem;
}

.gearContent h1 {
    color: white;
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 400;
}

.gearInfo p {
    width: 65%;
}

/* Contribution */
.contribution {
    padding-bottom: 7rem;
    overflow-x: hidden;
    background: url(../images/contributionBg.png) no-repeat;
    background-size: cover;
}

.contributionContent h1 {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
}

.contributionContent p {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.contributionBtnGroup {
    position: relative;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}


.conBtn {
    width: 250px;
    background: none;
    outline: none;
    border: 1px solid #2d2d2d;
    padding: 12px 100px;
    border-radius: 50px;
    margin-bottom: 0.5rem;
}

.conBtn:hover {
    background: #2D2D2D;
    color: white;
}

.ctBtn {
    padding: 12px 0;
    background: #59BD0D;
}

/* Contest Section */
.contest {
    background: url(../images/contestBg.png) no-repeat;
    background-size: cover;
    color: white;
}

.contestHeading h1 {
    margin: 2rem 0;
    text-transform: uppercase;
}

.formWrapper {
    display: flex;
    flex-direction: column;
}

.formWrapper input {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.8rem;
    border-radius: 50px;
    border: none;
    outline: none;
    width: 100%;
}

.formBtnGroup {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.formBtnGroup button {
    flex-grow: 1;
}

.subBtn {
    outline: none;
    border: none;
    background: #59BD0D;
    color: white;
}

.trophyImage {
    margin-top: 4.2rem;
}

.contestRules {
    padding-top: 3rem;
    text-align: center;
}

/* Environmental Videos Section */
.environmental {
    padding-bottom: 5rem;
    background: url(../images/environmentBg.png) no-repeat;
    background-position-y: 28rem;
    background-size: cover;
}

.actionContent .smallHeadline {
    margin-top: 5rem;
    font-size: 20px;
    margin-left: 10rem;
}

.envBigVideo img {
    width: 100%;
}

.environmentalHeading h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 300;

}

.actionContent {
    text-align: center;
}

.actionContent h1 {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.actionContent h1 span {
    font-weight: 300;
}

.actionList {
    padding: 0;
}

.actionList li {
    margin-bottom: 1rem;
    font-weight: 600;
}

.actionCard {
    position: relative;
}

.actionCardIcon {
    position: relative;
    width: 104px;
    height: 104px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2.5rem;
    font-weight: 700;
    /* z-index: 9; */
}

.actionCardAfter {
    display: flex;
    transition: 0.7s ease;
    width: 30px;
    height: 30px;
    background: #0BBC1B;
    position: absolute;
    top: 0;
    left: 5rem;
    border-radius: 50%;
    z-index: -1;
}

.actionCard:hover .actionCardAfter {
    transform: translateY(5rem);
}

.actionCardDetails h3 {
    margin-top: 2rem;
    border-bottom: 15px solid #0BBC1B;
    padding-bottom: 2rem;
}

.actionCardIcon span {
    color: #0BBC1B;
}

#actionCardTwo .actionCardAfter {
    background: #FDC115;
}

#actionCardTwo .actionCardIcon span {
    color: #FDC115;
}

#actionCardTwo .actionCardDetails h3 {
    border-bottom: 15px solid #FDC115;
}

#actionCardThree .actionCardAfter {
    background: #CA1515;
}

#actionCardThree .actionCardIcon span {
    color: #CA1515;
}

#actionCardThree .actionCardDetails h3 {
    border-bottom: 15px solid #CA1515;
}



#actionCardFour .actionCardAfter {
    background: #1852FE;
}

#actionCardFour .actionCardIcon span {
    color: #1852FE;
}

#actionCardFour .actionCardDetails h3 {
    border-bottom: 15px solid #1852FE;
}


#actionCardFive .actionCardAfter {
    background: #FD5901;
}

#actionCardFive .actionCardIcon span {
    color: #FD5901;
}

#actionCardFive .actionCardDetails h3 {
    border-bottom: 15px solid #FD5901;
}

/* Frequently Asked Questions */
.faqs {
    background: url(../images/faqsBg.png) no-repeat;
    background-size: cover;
    color: white;
}

.faqInfo span {
    color: #0BBC1B;
}



.headliner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

/* Accordion */
.accordionWrapper {
    margin-top: 2rem;
}

.accordion {
    position: relative;
    background-color: #eee;
    border-radius: 50px;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 1rem;
}

.accordion::after {
    content: '\2b';
    font-family: 'fontawesome';
    font-weight: 800;
    position: absolute;
    right: 1rem;
    top: 1.2rem;

}

.active,
.accordion:hover {
    background-color: #CA1515;
    color: white;
}

.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Accordion Ends */

/* Email Registration */
.registrationInfo {
    text-align: center;
}

.registrationInfo h1 {
    padding: 1rem 0 0.5rem;
    font-size: 60px;
    font-weight: 300;
}

.formWrapperRegistration form {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 1rem;
}




.regisBtnGroup {
    display: flex;
}

.formWrapperRegistration input {
     margin-right: 10px;
     width: 48%;
     padding: 0.8rem;
     border-radius: 50px;
     margin-bottom: 1rem;
     outline: none;
     border: 1px solid #707070;
}

.formWrapperRegistration select {
    /* width: 100%; */
    padding: 0.8rem;
    border-radius: 50px;
    margin-bottom: 1rem;
    outline: none;
    border: 1px solid #707070;
}

/* Footer */
footer {
    padding-top: 5rem;
    background: #000;
}

.fMenu {
    margin-top: 3rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.fMenu li a {
    color: white;
    font-size: 20px;
}

.fBMenu {
    margin-top: 1rem;
    padding: 0.5rem 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.fBMenu a {
    color: white;
}

.fBtn {
    width: 204px;
    height: 50px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
}

.fSocialDetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    color: white;
}

.fSocialIcons {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.fSocialIcons a {
    display: inline-flex;
    background: #CA1515;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 0.7s ease;
}

.fSocialIcons a:hover {
    background: #0BBC1B;
}

.fSocialIcons i {
    font-size: 1.5rem;
    color: white;
}

hr {
    color: white;
}

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

.miniFooter {
    padding-bottom: 0.5rem;
    background: #000;
    color: white;
}

/* Actions Page */
.actionBanner {
    min-height: 37.5rem;
    background: url(../images/actionBanner.png) no-repeat;
    filter: brightness(1.75);
    background-size: cover;
}

.actionBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

/* Gears Page */
.gearBanner {
    min-height: 37.5rem;
    background: url(../images/gearBanner.png) no-repeat;
    background-size: cover;
}

.gearBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.gearIcons {
    display: flex;
    gap: 0.5rem;
    display: none;
    transition: 0.7s ease;
}

.gearProduct {
    position: relative;
    transition: 0.7s ease;
}

.gearProduct img {
    transition: 0.7s ease;
}

.gearProductOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.7s ease;
    text-align: center;
}

.gearProduct:hover .gearProductOverlay {
    transition: 0.7s ease;
    background-image:
        linear-gradient(to bottom, rgba(202, 21, 21, 0.52), rgba(89, 189, 13, 0.73));
    border-radius: 10px;
}

.gearProduct:hover .gearProductOverlay .gearIcons {
    display: block;
    transition: 0.7s ease;
}

/* Environment Videos Page */
.environmentBanner {
    min-height: 37.5rem;
    background: url(../images/environmentalBanner.png) no-repeat;
    background-size: cover;
    filter: brightness(1.75);
}

.environmentBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.environmentBanner .actionContent h1 {
    margin-top: 7rem;
    margin-left: 3rem;
    font-size: 50px;
}

/* Displaying the Symbol Page */
.symbolBanner {
    min-height: 37.5rem;
    background: url(../images/symbolBanner.png) no-repeat;
    background-size: cover;
    background-position: center;
    filter: brightness(1.75);
}

.symbolBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.bestSymbols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bestSymbols h2 {
    text-transform: uppercase;
    font-weight: 800;
}

.bestSymbols h2 span {
    font-weight: 300;
}

.symbolBtn {
    position: relative;
    /* margin-top: 0.5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    /* border: 1px solid white; */
    background: #CA1515;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    transition: all 0.7s ease;

}

.symbolBtn:hover {
    background: #0BBC1B;
}

/* Who We Are Page */

.whoWeAreBanner {
    min-height: 37.5rem;
    background: url(../images/whoWeAreBanner.png) no-repeat;
    background-size: cover;
}

.whoWeAreBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.rotate {
    transition: 0.4s ease;
    position: relative;
    top: 5.5rem;
}

.rotate:hover {
    transform: rotate(180deg);
}

/* Contribute Page */
.contributeBanner {
    min-height: 37.5rem;
    background: url(../images/contributeBanner.png) no-repeat;
    background-size: cover;
}

.contributeBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.contributionPage {
    background: none;
}

.contributionPage .ctBtn {
    color: white;
}

/* Purpose Page */
.purposeBanner {
    min-height: 37.5rem;
    background: url(../images/pbbanner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.purposeBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.purposeStatementInfo .red {
    font-style: italic;
}

.purposeStatementInfo p {
    font-size: 35px;
    text-align: left;
}

.coolBtnBox {
    border: 1px solid #2d2d2d;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 10px;
    background: #CA1515;
    color: white;
    font-weight: bold;
    font-size: 5rem;
}

.red {
    color: #CA1515;
}

/* Environmental Organizations */
.environmentalOrgsBanner {
    min-height: 37.5rem;
    background: url(../images/contributeBanner.png) no-repeat;
    background-size: cover;
}

.environmentalOrgsBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.envOrgList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    /* align-items: center; */
}

.links-page-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    /* gap: 1rem; */
}

.links-page-list li {
    padding: 10px 0;
    width: 48%;
    background: #E6F8D1;
    margin: 0.5rem;
}

.links-page-list li a {
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.4s;
}


.envOrgList li {
    padding: 0.5rem 0;
    text-align: center;
    background: #E6F8D1;
}

.envOrgList li a {
    text-transform: uppercase;
    color: #000;
}

/* Environmental Advocates */
.environmentalAdvBanner {
    min-height: 37.5rem;
    background: url(../images/envAdvBanner.png) no-repeat;
    background-size: cover;
}

.environmentalAdvBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

/* Environmental Links Page */
.environmentalLinksBanner {
    min-height: 37.5rem;
    background: url(../images/environmentalLinksBanner.png) no-repeat;
    background-size: cover;
}

.environmentalLinksBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

/* New Symbol Page */
.newSymbolBanner {
    min-height: 37.5rem;
    background: url(../images/newSymbolBanner.png) no-repeat;
    background-size: cover;
}

.newSymbolBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.newSymbolForm input {
    border: 1px solid #707070 !important;
}

/* Terms & Condition Page */
.termsBanner {
    min-height: 37.5rem;
    background: url(../images/terms&ConditionBanner.png) no-repeat;
    background-size: cover;
}

.termsBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.termsInfo {
    padding: 3rem 0;
    text-align: left;
}

/* Global Warming Page */
.globalWarmingBanner {
    min-height: 37.5rem;
    background: url(../images/globalWarmingBanner.png) no-repeat;
    background-size: cover;
}

.globalWarmingBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.globalWarmingContent p {
    font-size: 30px;
}

.globalWarmingContent p span {
    font-weight: 800;
}

/* About Us Page */
.aboutUsBanner {
    min-height: 37.5rem;
    background: url(../images/aboutUsBanner.png) no-repeat;
    background-size: cover;
}

.aboutUsBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.aboutUsInfo p:nth-child(1) {
    font-size: 35px;
    padding-top: 5rem;
}

.aboutUsInfo p:nth-child(1) span {
    font-weight: bold;
}

.aboutUsInfo p:nth-child(2) {
    font-size: 30px;
    color: #CA1515;
    font-style: italic;
}

.aboutUsInfo p:nth-child(3),
.aboutUsInfo p:nth-child(4) {
    font-size: 20px;
}

/* Frequently Asked Questions Page */
.faqsBanner {
    min-height: 37.5rem;
    background: url(../images/faqBanner.png) no-repeat;
    background-size: cover;
}

.faqsBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.faccordion {
    position: relative;
    background-color: #eee;
    border-radius: 50px;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 1rem;
}

.faccordion::after {
    content: '\2b';
    font-family: 'fontawesome';
    font-weight: 800;
    position: absolute;
    right: 1rem;
    top: 1.2rem;

}

.faccordion.factive,
.faccordion:hover {
    background-color: #0BBC1B;
    color: white;
}

.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.faqPage .faccordion:hover {
    background: #0BBC1B;
}

/* Contact Us Page */
.contactUsBanner {
    min-height: 37.5rem;
    background: url(../images/contactUsBanner.png) no-repeat;
    background-size: cover;
}

.contactUsBanner .actionContent {
    padding-top: 10rem;
    color: white;
}

.contactUs {
    padding: 14rem 0 0;
    position: relative;
}
.contactUs .contactImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.contactUsInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    background: #CA1515;
    text-align: center;
    min-height: 400px;
}

.contactUsInfo p {
    font-size: 35px;
    color: white;
    line-height: 40px;
}

.contactUsInfo a {
    font-size: 35px;
    color: white;
    font-weight: 600;
}

.mailImage {
    position: relative;
    bottom: -8rem;
}

/* Gear Detail Page */
.gearDetailBanner {
    min-height: 37.5;
    background: #000;
    background-size: cover;
}

.modal-header {
    border-bottom: none;
}

.gearTiny {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.gearTiny img {
    width: 90px;
    height: 90px;
    border: 1px solid #707070;
}

.gearTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gearTitle span {
    color: #CA1515;
    font-size: 2rem;
    font-weight: 700;
}

.quantityVariableButton {
    display: flex;
    gap: 1rem;
}

.minus,
.plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #707070;
    padding: 1rem;
    font-size: 2rem;
    cursor: pointer;
    user-select: none;
}

.num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 50px;
    border: 1px solid #707070;
    padding: 1rem;
    font-size: 2rem;
}

.gearDescList {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

.gearDescList li::before {
    content: "\2022";
    color: #CA1515;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    margin-left: -1rem;
    position: relative;
    top: 3px;
    left: -10px;
}

.gearInfoDetailsrs span {
    font-size: 2rem;
    color: #CA1515;
    font-weight: bold;
}

.gearSize,
.gearColor,
.gearQuantity {
    margin-bottom: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.gearsize {
    font-size: 1.5rem;
}

.gearSizeList {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
    padding-left: 0;
}

.gearSizeActive {
    background: #59BD0D;
}

.gearSizeLinkActive {
    color: white !important;
}

.gearSizeList li {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /* padding: 1rem; */
    border: 1px solid #C4C4C4;
}

.gearSizeList li a {
    color: #000;
}


.gearColorList {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
    padding-left: 0;
}

.gearColorList li {
    cursor: pointer;
    width: 150px;
    height: 50px;
    border: 1px solid #c4c4c4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gearColorList li a {
    color: #000;
}

.gearColorList .plus {
    width: 50px;
}

.gearColorList .minus {
    width: 50px;
}

.gearNotes textarea {
    padding: 0.5rem 1rem;
}

textarea#gearNotes {
    width: 100%;
}

.gearBtnGroup {
    display: flex;
    gap: 1rem;
}

/* Icon */
.iconSymbol {
    position: relative;
}

.iconSymbolOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(202, 21, 21, 0.8), rgba(120, 13, 13, 0.8));
    transition: all 0.7s;
}

.iconSymbol:hover .iconSymbolOverlay {
    opacity: 1;
    visibility: visible;
}



.blob {
    /* background: #CA1515; */
    border-radius: 10px;
    margin: 10px;
    height: 20px;
    width: 20px;
    /* color: rgb(204, 20, 20); */
    /* box-shadow: 0 0 0 0 rgba(204, 20, 20, 1); */
    transform: scale(0);
    animation: pulse 2s infinite;
}

a.blob {
    color: #59BD0D;
    font-weight: 800;
}

@keyframes pulse {
    0% {
        /* transform: scale(0.95); */
        /* box-shadow: 0 0 0 0 rgba(204, 20, 20, 0.7); */
    }

    70% {
        /* transform: scale(1); */
        /* box-shadow: 0 0 0 10px rgba(204, 20, 20, 0); */
    }

    100% {
        /* transform: scale(0.95); */
        /* box-shadow: 0 0 0 0 rgba(204, 20, 20, 0); */
    }
}


@media (max-width: 1725px) {

    nav {
        padding: 0 30px;
    }

    .menu {
        gap: 1.75rem;
    }
}

@media (max-width:1560px) {

    nav {
        padding: 0 15px;
    }

    .menu {
        gap: 1rem;
    }
}

@media (max-width:1366px) {

    nav {
        padding: 0 15px;
    }

    .menu {
        gap: 0.5rem;
    }
}

@media (max-width: 1200px) {


    .miniBar {
        display: none;
    }

    .logoBranding {
        top: 2.5rem;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .miniEmail,
    .miniLang {
        display: none;
    }

    .menu {
        margin-top: 2.5rem;
        gap: 0.5rem;
    }

    .tle {
        gap: 1rem;
    }
}

@media (max-width: 1024px) {

    .formWrapperRegistration form {
        gap: 1rem;
        flex-wrap: wrap;
        width: 200%;
        justify-content: flex-start;
    }

    .fBMenu {
        justify-content: center;
    }

    .gearTiny {
        flex-direction: row;
        justify-content: space-between;
    }

    .logoBranding {
        display: none;
    }

    .links-page-list li {
        width: 100%;
    }

    .mobileBtn {
        display: block;
    }

    .mobile-nav {
        display: block;
    }

    .menu {
        display: none;
    }

    nav {
        justify-content: flex-end;
        padding: 0 30px;
    }

    .tle {
        display: none;
    }
}

@media (max-width: 768px) {

    /* Banners */
    .actionBanner {
        min-height: 0;
        filter: brightness(1.75);
    }

    .gearBanner {
        min-height: 0;
    }

    .environmentBanner {
        min-height: 0;
    }

    .symbolBanner {
        min-height: 0;
    }

    .whoWeAreBanner {
        min-height: 0;
    }

    .contributeBanner {
        min-height: 0;
    }

    .purposeBanner {
        min-height: 0;
    }

    .environmentalOrgsBanner {
        min-height: 0;
    }

    .environmentalAdvBanner {
        min-height: 0;
    }

    .environmentalLinksBanner {
        min-height: 0;
    }

    .newSymbolBanner {
        min-height: 0;
    }

    .termsBanner {
        min-height: 0;
    }

    .globalWarmingBanner {
        min-height: 0;
    }

    .aboutUsBanner {
        min-height: 0;
    }

    .faqsBanner {
        min-height: 0;
    }

    .contactUsBanner {
        min-height: 0;
    }

    .gearDetailBanner {
        min-height: 37.5;
        background: #000;
    }

    /* Banners Content */
    .actionBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .gearBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .environmentBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .symbolBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .whoWeAreBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .contributeBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .purposeBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .environmentalOrgsBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .environmentalAdvBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .environmentalLinksBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .newSymbolBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .termsBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .globalWarmingBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .aboutUsBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .faqsBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .contactUsBanner .actionContent {
        padding-top: 5rem;
        color: white;
    }

    .actionContent h1 {
        font-size: 30px;
    }

    .fSepLine {
        display: none;
    }
}

@media (max-width: 600px) {
    .contestRightInfo h2 {
        font-size: 1.5rem;
    }
    .actionContent .smallHeadline {
        margin-top: 0;
        font-size: 20px;
        margin-left: 0;
    }
    .contribution {
        background-position: right;
    }
    .contributionContent h1 {
        font-size: 40px;
    }
    .mbHide {
        display: none;
    }
    .gearContent h1 {
        font-size: 40px;
    }
    .gearInfo p {
        text-align: center;
        width: 100%;
    }
    .gearContent {
        display: block!important;
        text-align: center;
    }
    .mailImage {
        bottom: 0;
        width: 70%;
        margin: 0 auto;
    }
    .contactUsInfo{
        min-height: 200px;
    }
    .contactUsInfo p {
        font-size: 16px;
        line-height: 1;
    }
    .contactUs .contactImg{
        width: 70%;
    }
    .contactUsInfo a {
        font-size: 18px;
    }
    .gearTiny {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .h1, h1 {
        font-size: calc(1.375rem + -0.5vw);
    }
    .gearTitle span {
        font-size: 1rem;
    }
    .gearDescList {
        margin-top: 0rem;
    }
    ul.gearDescList li {
        font-size: 14px;
        line-height: 1;
    }
    .gearSize, .gearColor, .gearQuantity {
        display: block;
    }
    .gearSizeList li {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .gearColorList li {
        width: auto;
        height: 30px;
        padding: 10px 20px;
    }
    .minus, .plus {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    .num {
        width: 80px;
        height: 30px;
        font-size: 16px;
    }
    .gearsize {
        font-size: 1rem;
    }
    .btn-c {
        padding: 0.5rem 1rem;
        font-size: 14px;
    }
    .btn-b {
        padding: 0.5rem 1rem;
        font-size: 14px;
    }
    .environmentalHeading h1 {
        font-size: 30px;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 0 !important;
    }
    .me-5 {
        margin-right: 0 !important;
    }
    .custom-btn .btn-c {
        border: 1px solid white;
        color: white;
    }
    .environmental {
        background-size: cover;
    }
    .registrationInfo h1 {
        font-size: 30px;

    }
    .bestSymbols {
        display: block;
        text-align: center;
    }




}


/* LANGUAGE POPUP */

.select-lang-modal {
    height: 100vh;
    width: 100%;
    text-align: center;
    z-index: 99;
    background-color: #e6f8d1 !important;
    background-image: url(../images/bgmodal.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0 0;
}

.select-lang-modal.active {
	opacity: 1;
	height: 100vh;
	visibility: visible;
	position: absolute;
	top: 0;
}

.select-lang-modal-header a {
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: black;
}

.select-lang-modal-header a img {
	padding-right: 5px;
}

.select-lang-modal-content .primary-hd {
    font-weight: 700;
    font-size: 30px;
}

.select-lang-modal-footer {
	padding: 15px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	z-index: 9;
}
.select-lang-modal-header {
    z-index: 9;
}

.select-lang-modal-selection .language__el.selected {
    position: relative;
    width: 100%;
    padding: 20px 70px !important;
    background-color: #d8e9c5;
    border-radius: 10px;
    font-size: 22px;
    margin: 0;
    border: none;
}

.select-lang-modal-selection {
	background-color: transparent;
}

.languages li {
    padding: 10px 0;
}

.languages {
    padding: 0 !important;
}

.select-lang-modal::before {
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.languages li a {
    font-size: 20px;
    font-weight: 600;
    color: white;
}


.cart{
    position: fixed;
    top: 0;
    right: -100%;
    width: 30vw;
    height: 100vh;
    padding: 20px 20px;
    background-color: #e6f8d1;
    transition: all 0.8s;
    z-index: 999;
    overflow-y: auto;
}






/* CART */
.cart-btn a {
	font-size: 20px;
	font-weight: 500;
	color: var(--white);
}

.cart {
	position: fixed;
	top: 0;
	right: -100%;
	width: 30vw;
	height: 100vh;
	padding: 20px 20px;
	background-color: #e6f8d1;
	transition: all 0.8s;
	z-index: 999;
	overflow-y: auto;
}

.cart-close-btn a {
	color: var(--grey);
	font-size: 25px;
}

.cart-close-btn {
	margin-bottom: 10px;
}

.cart-item p {
	font-size: 14px;
	color: var(--grey);
	font-family: 'Poppins', sans-serif;
}

.cart.active {
	right: 0;
}

.cart-btn a span {
	font-size: 10px;
	background-color: var(--red);
	border-radius: 100%;
	color: var(--white);
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.cart-btn a {
	position: relative;
}
ul.cart-list.cartLi li {
    padding: 10px 0;
    position: relative;
    li {
    padding: 10px 0;
    position: relative;
};
}

.cart-list-item>div {
    padding: 0 5px;
}

.cart-list-item-img {
    width: 30%;
}

.cart-list-item {
    display: flex;
    margin: 0 -5px;
}

.remove_cart {
    background-color: transparent;
    border: none;
    color: red;
    position: absolute;
    top: 0px;
    right: 0px;
}

.cart-list-item-content p {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0;
}

p.primary-para {
    line-height: 1.5;
    margin: 0;
}

div#offcanvasExample{
    padding: 0 16px;
}
div#offcanvasExample .btn-a {
    background: #59BD0D;
}

input#inputTag {
    position: absolute;
    width: 100%;
    opacity: 0;
}
.loader img {
    width: 100px;
}

.loader {
    position: absolute;
}

.contentStarth {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.contentStarth span {
    font-size: 21px;
    font-weight: 600;
}

div#google_translate_element {
    display: none;
}


.miniLang.trigger ul {
    background: white;
    position: absolute;
    top: 23px;
    padding: 0;
    width: 110px;
    z-index: 1;
}

.miniLang.trigger {
    position: relative;
}

.miniLang.trigger ul * {
    color: black;
    margin-bottom: 7px;
    padding: 4px 3px;
}

.miniLang.trigger ul li:hover {
    background: black;
}

li {}

.miniLang.trigger ul li font:hover {
    color: white;
}

ul.menu li {
    font-size: 18px;
}


.video-modal {
    display: none;
}
.subBtn:hover {
    background: white;
    color: black;
}
header::after {
    content: '';
    box-shadow: -3px -19px 5px 12px rgb(243 53 53 / 68%);
    width: 100%;
    height: 150px;
}

.video-modal {
  height: 100vh;
  width: 100%;
  z-index: 99;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-modal.open {
    opacity: 1;
    display: flex;
    visibility: visible;
    justify-content: center;
    height: 100vh;
    position: fixed;
}

.close-icon-video-modal{
    position: absolute;
    top: 4%;
    right: 5%;
    font-size: 21px;
    color: white;
}
.purposeStatementInfo li {
    font-size: 35px;
        text-align: left;
    list-style: disc;
}

.over-price-flex {
    margin-top: 1rem;
}

p.overlay-price {
    color: white;
    font-size: 20px;
    font-weight: 700;
}


.right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.right i {
    color: white;
}

.cart-icon i {
    color: white;
}

button {
    background: transparent;
}

.cart-icon button {
    background: transparent;
    border: none;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
}
.cart-icon {
    position: relative;
}

span.countcart {
    position: absolute;
    height: 20px;
    background: red;
    /* text-align: -webkit-center; */
    width: 20px;
    text-align: center;
    border-radius: 10px;
    color: white;
    padding: 0;
    top: -5px;
    left: 34px;
}
.cart-icon button:hover i {
    color: black;
}

.cart-icon button:hover {
    background: white;
}
.pro-image img {
    border-radius: 10px;
}
html.overflow body {
    overflow: hidden;
}

html.overflow {
    overflow: hidden !important;
    overflow-x: hidden !important;
}
body{
    overflow: hidden;
}