/************ // General HTML Tags // ************/

@font-face {
    font-family: montserrat;
    src: url(/wp-content/uploads/site/fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: montserratItallic;
    src: url(/wp-content/uploads/site/fonts/Montserrat-Italic-VariableFont_wght.ttf);
}

/************ // Site Structure // ************/


/************ // Header // ************/

.site-header {
    background-color: #fcfcfc;
    width: 100%;
}
body {
    color: #000;
    font-family: montserrat;
    background-color: #ffffff;
    overflow-x: hidden;
}

header.entry-header {
    display: none;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.entry {
    /* background-color: #fff; */
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

.site-inner {
    min-height: 100%;
    padding-bottom: 50px;
    padding-top: 0;
}

:focus {
    outline: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
p,
a,
label,
input,
textarea,
select,
option {
    font-family: montserrat;
}

em {
    font-family: montserratItallic;
}

p,
a,
li,
label,
input,
textarea,
select,
option {
    font-size: 18px;
    font-family: montserrat;
}

.header-image .title-area {
    margin: 0;
    max-width: 200px;
    padding: 0;
}

.site-header>.wrap {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    max-width: 1300px;
}

.limitWidth {
    max-width: 1200px;
    margin: auto;
}

.site-header>.wrap {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
}

.header-image .site-title > a {
    min-height: 100px;
}

.bannerImage img{
    width: 100%;
    height: auto;
}


/* Banner section */
ul.peppermint-dots > li > span {
    top: 0% !important;
    left: 0% !important;
    margin: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 30px !important;
    background: #808080b0 !important;
}

ul.peppermint-dots > li.peppermint-active-dot > span {
    margin: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #fff !important;
    background: #ffffff !important;
}

ul.peppermint-dots > li {
    width: 10px !important;
    margin: 0px 5px;
}

.peppermint.peppermint-active .peppermint-slides + ul.peppermint-dots {
    margin: 0.6em 0 0 0;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.peppermint-slides {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.peppermint.peppermint-active {
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: unset;
}

.leftSliderArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
}

.rightSliderArrow {
    position: absolute;
    top: 47%;
    transform: translateY(-50%) rotate(183deg);
    right: 3%;
}

.sliderArrowHolder div span, .bx-controls-direction span {
    display: inline-block;
    font-size: 36px;
    cursor: pointer;
}

.BannerWriteUpOverlay {
    position: absolute;
    top: 35%;
    left: 8%;
    text-align: left;
    color: #fff;
}

.peppermint-inactive .BannerWriteUpOverlay {
    position: absolute;
    transform: translate(20%, 100%);
    left: 0;
    text-align: left;
    top: 28%;
    color: #fff;
}

.BannerWriteUpOverlay h1 {
    font-size: 65px;
    font-weight: 800;
}

.BannerWriteUpOverlay a {
    text-decoration: none;
    color: #fff;
}

a.bannerButton {
    padding: 15px 40px;
    font-weight: 700;
    color: #ffffff;
}

a.bannerButton.yellowButtonBanner {
    color: #000;
}

.yellowButtonBanner{
    background-color: #fbb813;
}

.orangeButtonBanner{
    background-color: #fd5441;
}

.purpleButtonBanner{
    background-color: #c23b97;
}

.blueButtonBanner{
    background-color: #13a2dd;
}

span.smallTextBanner {
    font-size: 26px;
}

.BannerWriteUpOverlay p {
    margin-bottom: 80px;
}

/************ // Menu // ************/

.mobileMenuSection {
    position: fixed;
    top: 140px;
    bottom: 0;
    width: 0;
    right: 0;
    z-index: 9999;
    overflow-y: scroll;
    display: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}


.mobileMenuItemHolder {
    width: 100vw;
}

.activeMenu {
    display: block !important;
    width: 100% !important;
}

.blackBackground{
    background-color: #ffffff;
}

.mobileMenuIcon {
    color: #a9a9a9;
    font-size: 35px;
    margin-left: 28px;
    min-width: 75px;
    text-align: right;
    margin-right: 35px;
}

.mobileMenuItemHolder {
    width: 100vw;
    margin-left: 25px;
}

.mobileMenuItem {
    color: #a9a9a9;
    font-size: 25px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
}

.menuDropdownOptionMenu {
    display: none;
}

a.mobileMenuSubItem {
    display: block;
    padding: 10px 0;
    color: #a9a9a9;
    text-decoration: none;
    font-size: 20px;
    text-align: left;
    margin-left: 50px;
}

.menuDropdownOptionMenu {
    display: none;
    transition: all 0.5s;
}

.activeMobileDropdown {
    display: block;
    transition: all ease-in-out 0.5s;
}

.mobile {
    display: none;
}

.siteLogo.mobile {
    display: none;
}

.genesis-nav-menu a {
    padding: 0px 14px;
    text-transform: uppercase;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:active {
    color: #a9a9a9;
    text-decoration: none;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #a9a9a9;
    text-decoration: none;
}

.site-header .widget-area {
    width: 850px;
}

.site-header .widget {
    margin-bottom: 0px;
}
/************ // Content // ************/

.topHeading {
    text-align: center;
    padding-top: 45px;
}

h1.blueHeading {
    text-transform: uppercase;
    color: #13a2dd;
    font-weight: 800;
}

.flexingHome, .contentLogoHolder {
    display: flex;
    align-items: center;
}

.homeBoxIcon {
    width: 80%;
}

.homeMidHolder {
    width: 50%;
}

.MidhomeLogo {
    width: 35%;
}


.homeBoxIcon {
    width: 30%;
}

.homeBoxText {
    width: 100%;
}

.homeBoxText p {
    font-size: 15px;
}

.contentLogoHolder {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 180px;
}

.imageAndTextHome {
    display: flex;
    font-size: 0;
}

.imgRightHome, .textLeftHome, .textRightHome, .imgLeftHome {
    width: 50%;
}

.textLeftHome, .textRightHome{
    position: relative;
}

.purpleButtonPlusEmail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.yellowButtonAndPhone {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.purpleButton a {
    background-color: #731e79;
    display: block;
    max-width: 200px;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    text-decoration: none;
}


.yellowButton a {
    background-color: #fcb913;
    display: block;
    max-width: 250px;
    padding: 20px;
    margin: 0 auto;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    text-decoration: none;
}

.textLeftHome, .textRightHome {
    position: relative;
    background-color: #f3f3f3;
}

.homeDetails a {
    text-decoration: none;
    color: #000;
}


.homeDetails {
    display: inline-block;
    padding-top: 20px;
}

.newsHomeHeading {
    background-image: url(/wp-content/uploads/2026/06/Thin-Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
    position: relative;
}

.newsHomeimgHolder {
    position: absolute;
    bottom: 50%;
    left: 20%;
}

.overlayFlower {
    position: relative;
    display: block;
    clear: both;
    min-height: 200px;
}

.flowerHolder {
    position: absolute;
    right: 30%;
    z-index: 1;
    top: 40%;
}

.newsHomeimgHolder h2 {
    background-color: #000;
    color: #fff;
    padding: 20px 50px;
}

.flowerHolder img {
    width: 70%;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-grid-item {
    flex: 1 1 calc(33.333% - 20px); /* 3 items per row */
    margin: 10px;
    box-sizing: border-box;
}

.news-grid-item a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    max-width: 150px;
    font-weight: 600;
    color: #000;
    padding: 10px 0;
}

.news-grid-item img {
    width: 100%; /* Ensure the image fills the container */
    height: auto;
    object-fit: cover; /* Maintain aspect ratio and crop the image if necessary */
}

.news-grid-item h3 {
    margin-top: 10px;
    font-size: 1.2em;
}

.news-grid-item li {
    list-style: none;
}

.newHomeHolder {
    max-width: 1200px;
    margin: -100px auto 0 auto;
    position: relative;
}


.newsHomeimgHolder {
    position: absolute;
    bottom: 30%;
    left: 22%;
}

.news-grid-item {
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    box-sizing: border-box;
}


.writeUpHolderPurlple {
    background-color: #731e79;
    color: #fff;
    padding: 4%;
    margin-top: -10px;
}

.writeUpHolderPurlple p {
    min-height: 268px;
}

.sponspersHeading h2 {
    text-align: center;
    font-weight: 800;
    color: #6fb145;
}

.rainBowHolderHome {
    position: absolute;
    z-index: 999;
    bottom: -150px;
    left: -250px;
}

.rainBowHolderHomeMain {
    position: relative;
    display: block;
    clear: both;
    height: 10vh;
}

.homeDetails p {
    margin: 0px 5px 0;
    display: inline;
}

.swiper{
    max-width: 1200px;
}

.sponspersHolder {
    margin-bottom: 50px;
}

.swiper-button-next::after, .swiper-button-prev::after {
		font-size: 16px;
}

/************ // Contact Us Page // ************/

.headingTextHolder {
    text-align: center;
}

.headingTextHolder h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #13a2dd;
}

.socialContactIcons {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-bottom: 70px;
}

.socialIconContact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.socialIconContact img{
    width: 100px;
}

.socialIconContact a {
    text-decoration: none;
    color: #000;
}

.sunIcon {
    width: 262px;
    position: absolute;
    right: 0;
    transform: translate(0%, 100%);
    top: 100%;
}

.quform-button-submit.quform-button-submit-default.quform-button-submit-2_2 button.quform-submit {
    background-color: #731e79;
    text-transform: uppercase;
    padding: 12px 100px;
    text-align: center;
    font-size: 23px;
}

.quform-element.quform-element-submit.quform-element-2_2.quform-cf {
    margin: 0;
    left: 39%;
    width: 310px;
}

.donateButtonGreen a {
    padding: 12px 0;
    background-color: #6eb044;
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 300px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 23px;
}

.donateButtonGreen {
    margin-top: 20px;
    margin-bottom: 70px;
}

.rainbowFooter {
    position: absolute;
    transform: translate(-13%, -125%);
}

.rainbowFooter img {
    width: 300px;
}

/************ // About us Page // ************/

.textLeftAbout , .imgRightAbout, .imgLeftAbout, .textRightAbout{
    width: 49%;
}

.imgRightAbout, .imgLeftAbout{
    font-size: 0;
}

.flexAboutFirst, .flexAboutMid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.textRightAbout p, .textLeftAbout p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}

.textLeftAbout h2:first-child {
    font-weight: 800;
    text-transform: uppercase;
    color: #13a2dd;
}

.textRightAbout h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #6eb044;
}

.rulerHolder {
    position: absolute;
}

.yellowTeamBackground {
    background-color: #fbb813;
    text-align: center;
    padding: 30px;
}

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

.bottomFunding {
    text-align: center;
    padding: 45px 0;
}

.bottomFunding h2 {
    color: #6f2777;
    font-weight: 800;
}

.bottomFunding p {
    max-width: 520px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.greenButtonFunding a {
    background-color: #6eb044;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

h2.purpleHeading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #c23c97;
    padding-bottom: 30px;
}
/************ // Donate Page // ************/

.donateTitleHolder {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.donateTitleHolder h2{
    text-transform: uppercase;
    color: #6fb145;
    font-weight: 800;
}

.flexDonInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.paymentFlexCenter img {
    width: 290px;
}

.paymentFlexRight h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fbb813;
}

.paymentFlexLeft h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #731e79;
}

.donateImagesHolder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #e1e9ed;
}

.zapperQR img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.imgLeftDon, .zapperQR, .donText, .toyImg {
    width: 50%;
}

.imgLeftDon, .toyImg{
    font-size: 0;
}

.donText h3, .donText p {
    max-width: 390px;
    text-align: center;
    margin: 0 auto;
}

.donText h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #13a2dd;
}

.zapperQR p {
    text-align: center;
    font-weight: 800;
}

.projectsBottom h2 {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #13a2dd;
}

.yellowSectionBackground {
    background-color: #fbb813;
    padding: 40px 0;
}

.yellowSection {
    display: flex;
    justify-content: center;
  	flex-wrap: no-wrap;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.flexYellowImages {
    display: flex;
    gap: 65px;
  	justify-content: center;
}

.heartLogo {
    text-align: center;
}

.heartLogo h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 5rem;
}

.projectHolder {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.flexProjects {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.imagetextHolderProj {
    font-size: 0;
}

.TextHolderProj {
    background-color: #000;
    font-size: 8px;
    color: #ffffff;
    min-height: 265px;
    padding: 20px;
}

.TextHolderProj p {
    font-size: 15px;

}

.quform-element.quform-element-column.quform-element-3_9, .quform-element.quform-element-column.quform-element-3_34 {
    padding: 0;
    margin: -10px 0;
}

.quform-input.quform-input-select.quform-input-3_13.quform-cf {
    width: 150px;
}

.quform-field-size-slim>.quform-input>.quform-field-textarea {
    height: 40px;
}

.donText a {
    color: #000;
    text-decoration: none;
}

.quform-button-submit.quform-button-submit-default.quform-button-submit-3_2 button , .quform-button-submit.quform-button-submit-default.quform-button-submit-3_35 button{
    color: #000000;
    background-color: #fff;
}

.quform-element-row>.quform-element-column.quform-element-3_9 {
    width: 19%;
}

.quform-element-row>.quform-element-column.quform-element-3_34 {
    width: 19%;
}

select#quform_3_13_9a11f5 .select2-container--quform .select2-selection {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

/************ // News Page // ************/

.single-post .site-inner{
    max-width: 1200px;
    margin: 0 auto;

}

.single-post header.entry-header {
    display: block;
}

.single-post p.entry-meta {
    visibility: hidden;
}

.single-post h1.entry-title {
    font-weight: 700;
    text-transform: capitalize;
    color: #a5a5a5;
}

.news-page-item {
    display: flex;
    gap: 27px;
    margin-bottom: 80px;
}

.newsPageTitle {
    text-align: center;
    padding: 50px;
}

.newsPageTitle h1 {
    text-transform: uppercase;
    font-weight: 800;
    color: #6fb145;
}

.mainTextHolder h3 {
    font-weight: 800;
    color: #9a9a9a;
    text-transform: capitalize;
}

a.readMorebuttonNews {
    text-decoration: none;
    background-color: #fc5441;
    color: #fff;
    display: block;
    max-width: 160px;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}

.mainTextHolder p {
    margin: 0 0 38px;
}

.limitWidthNews{
    max-width: 1400px;
    margin: 0 auto;
}

.floatingBird {
    position: absolute;
    left: -75px;
    width: 345px;
    transform: translate(-2%, 50%);
    z-index: -1;
}

.single-post .wrap.bannerSlider.peppermint.peppermint-active.peppermint-mouse {
    display: none;
}

.newsImageBackgrond {
    background-color: #fcb914;
    padding: 10px;
    transform: rotate(-3deg);
    width: 20%;
}

.imgHolder {
    transform: rotate(3deg);
}

.flecImagesNews {
    display: flex;
    flex-wrap: wrap;
}
/************ // Footer // ************/

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 28%;
    float: unset;
}

.footer-widgets .wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
}

.footer-widgets {
    background-image: url(https://sandbox7.rokkitdev.co.za/wp-content/uploads/2024/08/Footer.webp);
    background-color: #A2A4AE;
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
    padding: 85px 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.greyFooterColor, .greyFooterColor p {
    color: #fff;
    font-size: 14px;
}

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


.footerLink a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.flexFooterLogos {
    display: flex;
    padding-top: 26px;
    align-items: center;
    gap: 50px;
}

.site-footer {
    padding: 34px 0 0;
}

.footer-widgets .widget-title{
    text-transform: uppercase;
}

.rulerHolder {
    position: absolute;
    z-index: -1;
}

.imgRightAbout {
    position: relative;
    z-index: -2;
}

/************ // Responsive // ************/

@media screen and (max-width: 1800px) { /* Laptop */
    .footer-widgets .wrap {
        max-width: 1200px;
    }

    .rainBowHolderHome {
        z-index: -1;
    }

    .sunIcon {
        display: none;
    }
}

@media screen and (max-width: 1440px) {

.peppermint-inactive .BannerWriteUpOverlay {
    top: 19%;
}

.BannerWriteUpOverlay p {
    margin-bottom: 50px;
}


}

@media screen and (max-width: 1200px) { /* Laptop */
    .content, .site-header .widget-area {
        width: 100%;
    }

    .wrap {
        padding-left: 0%;
        padding-right: 0%;
    }

    .contactFormHolder {
        padding: 4%;
    }

    .rulerHolder {
        opacity: 0.5;
    }
    
}

@media screen and (max-width: 1024px) { /* Older Desktop */

    .BannerWriteUpOverlay {
        top: 20%;
    }

    .flecImagesNews {
        justify-content: center;
    }

    .socialIconContact {
        width: 40%;
    }

    .socialContactIcons {
        flex-wrap: wrap;
    }
    .writeUpHolderPurlple p {
        min-height: 350px;
    }

    .BannerWriteUpOverlay p {
        margin-bottom: 30px;
    }

    .leftSliderArrow {
        transform: translateY(50%);
        left: 0;
    }

    .rightSliderArrow {
        transform: translateY(50%) rotate(183deg);
        right: 0;
    }
    .peppermint-inactive .BannerWriteUpOverlay {
        top: 120px;
        transform: translate(8%, 100%);
    }

    .mobile {
        display: block;
    }

    section#nav_menu-2 {
        display: none;
    }

    .flexDonInfo , .donateTitleHolder{
        padding: 4%;
    }

    .donateImagesHolder {
        flex-direction: column-reverse;
        gap: 50px;
        padding: 20px;
    }

    .yellowSection {
        flex-direction: column;
        padding: 4%;
    }

    .flexProjects {
        gap: 50px;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .projectHolder {
        width: 45%;
    }
    .news-page-item {
        padding: 4%;
    }

    .peppermint {
        padding-top: 140px;
    }

    .site-header {
        position: fixed;
        top: 0;
        z-index: 9;
    }
    .single-post .content-sidebar-wrap {
        padding: 140px 40px;
    }
}

@media screen and (max-width: 768px) { /* iPad */

    .site-inner {
        padding: 0;
    }

    .flexFooterLogos {
        gap: 0;
        justify-content: space-around;
    }

    .footer-widgets .wrap {
        padding: 4%;
    }
    

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        width: 100%;
    }

    .footer-widgets .wrap {
        flex-direction: column;
    }


    .BannerWriteUpOverlay p {
        margin-bottom: 20px;
    }

    .quform-element.quform-element-submit.quform-element-2_2.quform-cf {
        left: 0;
        width: 100%;
    }

    .swiper {
        max-width: 550px;
    }

    .news-grid {
        flex-direction: column;
    }

    .homeMidHolder {
        width: 80%;
        text-align: center;
    }

    .BannerWriteUpOverlay h1 {
        font-size: 54px;
    }

    .flexingHome, .contentLogoHolder {
        flex-direction: column;
    }

    .topHeading {
        max-width: 80%;
        margin: 0 auto;
    }
    
    .rulerHolder {
        display: none;
    }

    .flexDonInfo {
        flex-direction: column;
        padding-top: 50px;
    }

    .flexYellowImages {
        gap: 65px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .imgLeftDon, .zapperQR, .donText, .toyImg {
        width: 100%;
    }
    
    .projectHolder {
        width: 60%;
    }

    .flexAboutFirst {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .flexAboutMid{
        flex-direction: column;
        gap: 20px;
    }
    
    .news-page-item {
        flex-direction: column;
    }
    .textLeftAbout, .imgRightAbout, .imgLeftAbout, .textRightAbout {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {  
    .BannerWriteUpOverlay h1 {
        font-size: 45px;
    }
}


@media screen and (max-width: 600px) {  

    .peppermint-inactive .BannerWriteUpOverlay {
        top: 60%;
        text-align: center;
        transform: unset;
    }

    .BannerWriteUpOverlay h1 {
        font-size: 39px;
        font-weight: 800;
    }
    .socialIconContact {
        width: 100%;
    }


    .peppermint-inactive .BannerWriteUpOverlay {
        top: 60%;
        text-align: center;
        transform: unset;
        width: 100%;
    }

    .BannerWriteUpOverlay {
        top: 60%;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .BannerWriteUpOverlay p {
        margin-bottom: 20px;
    }

    .textRightAbout p, .textLeftAbout p {
        padding: 4%;
    }

    .rightSliderArrow {
        top: 48%;
    }

    .imageAndTextHome:first-child {
        flex-direction: column-reverse;
        gap: 50px;
        padding-bottom: 50px;
    }
    .imageAndTextHome {
        flex-direction: column;
    }

    .yellowButtonAndPhone, .purpleButtonPlusEmail {
        text-align: center;
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
    }
    .imgRightHome, .textLeftHome, .textRightHome, .imgLeftHome {
        width: 100%;
    }

    .textLeftHome, .textRightHome {
        background-color: #fff;
    }

    .homeDetails {
        padding: 50px 0;
    }
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */

   

    .newsImageBackgrond {
        width: 80%;
    }

    .projectHolder {
        width: 85%;
    }

    .flexingHome, .contentLogoHolder {
        flex-direction: column;
    }

    .writeUpHolderPurlple p {
        min-height: 225px;
    }

    .homeMidHolder {
        width: 100%;
        text-align: center;
    }

   
    .MidhomeLogo {
        width: 100%;
    }



    .limitWidth {
        padding: 4%;
    }

    .newsHomeimgHolder {
        bottom: 46%;
        left: 27%;
    }

    .footer-widgets .wrap {
        flex-direction: column;
    }

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        float: unset;
    }

    .rainBowHolderHome {
        z-index: -1;
        opacity: 0.3;
    }


    .textLeftAbout,.textRightAbout {
        padding: 4%;
    }

    .sponserlogo img{
        width: 100%;
    }

    .quform-element.quform-element-submit.quform-element-2_2.quform-cf {
        margin: 0;
        left: 0;
        width: unset;
    }

    .rulerHolder {
        display: none;
    }

    .bottomFunding p {
        padding: 30px 20px;
    }

    .textRightAbout p, .textLeftAbout p {
        padding: 4%;
    }

}

@media screen and (max-width: 320px) { /* iPhone 4,5, Portrait Display */

}