/*@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&family=Nanum+Gothic:wght@400;700;800&family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

:root{
    --primary-color:#4673E1;
    --Secondary-color:#000000;
    --accent-color: #FDBB11;
    --txt-accent-color:#26448F;
    --fc-grey:#bbbbbb;
    --fc-white:#FFFFFF;
    --fc-black:#000000;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x:hidden ;
    font-family: Mulish;
    padding-right: 0px !important;

}

a{
    text-decoration: none;
}
.c-pointer{
    cursor:pointer;
}
/**** Font Color Classes Starts ****/

.fc-blue{
    color:var(--primary-color)
}
.fc-grey{
    color: var(--fc-grey);
}
.fc-white{
    color: var(--fc-white);
}
.fc-black{
    color: var(--fc-black);
}
.fc-dark-blue{
    color: var(--txt-accent-color);
}

/**** Font Color Classes Ends ****/



/**** Font Weight Classes Starts ****/

.fw-light{
    font-weight: 300;
}
.fw-regular{
    font-weight: 500;
}
.fw-semi-bold{
    font-weight: 600;
}
.fw-extra-bold{
    font-weight: 800;

}
/* the slides */


/**** Font Weight Classes Ends ****/



/**** Font Size Classes Starts ****/

.fs-2-2{
    font-size: 2.2rem !important;

}
.fs-6{
    font-size: 1.15rem !important;
}

/**** Font Color Classes Ends ****/



/**** Background Color Classes Starts ****/

.bg-accent{
    background: var(--accent-color);
}
.bg-black{
    background: var(--Secondary-color);
}
.bg-white{
    background: #fff;
}
/**** Background Color Classes Ends ****/


/**** Classes for spacing between Sections Starts****/

.medium-mt-section{
    margin-top:30px;
}
.high-mt-section{
    margin-top:200px;
}

/**** Classes for spacing between Sections Ends****/



h2{
    font-weight: 700;
}

.bd-r{
    border-radius: 20px;
}

.contact-strip{
    border-top: 2px dashed rgb(190, 190, 190);
}


/**** Nav bar Styling Starts ****/

.navbar{
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);

    /* Making the navbar Fixed */
    position:relative;
    left: 0;
    top: 0;
    z-index: 9;
    background:white
}


.navbar-nav > li > .dropdown-menu { 
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);

}

/* Changing Nav Bar Active link */
.navbar-light .navbar-nav .nav-link.active{
    color: #26448F;
}
.navbar-light .navbar-nav .nav-link{
    color: #000000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
}
.btn-sign-up{
    margin-left: 10px;
    text-decoration:  underline;
    font-size: 1rem;
}
/* Removing the Bootstrap by Default Dropdown icon */
.dropdown-toggle::after {
    display: none;
}


.header-search-field{
    border: 1px solid #aaa;
    border-radius: 5px;
    width: 100%;
    max-width: 290px;
    margin-right: 20px;
}


input:focus{
    border:none !important;
    outline: none !important;
}

input[type="search"]::-webkit-search-cancel-button{
 display: none;
}

.header-search-field input[type="search"]{ 
    box-shadow: none !important;
    outline: none;
    border:none;
}

.log-in-btn{
    padding-left:2rem !important;
    padding-right:2rem !important;
    padding-top: 0.35rem!important;
    padding-bottom: 0.35rem!important;

}


/**** Nav bar Styling Ends ****/



/* Logged In Navbar Styling Starts*/
.profile-stuff{
    position: absolute;
    top: 65px;
    left: -120px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 10px 10px 11px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: .5s;
    visibility: hidden;

}
.profile-stuff-appear{
  opacity: 1;
  transition: .5s;
  visibility: visible;
}
.logged-in-contents-responsive{
    display: none !important;
}

.logged-in-res-search-icon{
    margin-top: 5px;
    border: none;
    outline: none;
}


.dashboard-icon{
    padding: 12px;
    border-radius: 25px;
}
.dashboard-icon-clicked{
    background: rgb(202, 202, 202);
   
}


/* Logged IN Navbar Styling Ends */



/***----* Hero Section Styling starts ***----*/

.hero-Section{
    background: url('../images/Background Images/Hero Bg.jpg') no-repeat center center;
    background-size: cover;
}
.hero-Section .hero-sub-container{
    padding-top: 5.2rem !important;
}


/* Pulling the Hero section Content to the the top (Desktop Only) */
.home-page-hero-content{
    margin-top: -3rem;
}

.modal-dialog {
    max-width: 1500px
}
.modal-content{
    /*height: 80vh;*/
}

/***----* Hero Section Styling Ends ***----*/


/* The Slides */
.slick-slide {
    margin: 0 17px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}


.slick-dots li button:before {
    font-size: 12px !important;
    line-height:0 !important;
}




/****** Custom Button Classes  Starts ******/
.btn-rounded{
    border-radius: 500px;
    background: var(--primary-color);
    color:white;
}
.btn{
    box-shadow: none !important;
}
.btn:hover{
    color:#FFFFFF;
}

.accent-btn-rounded{
    border-radius: 500px;
    background: var(--accent-color);
    color:black;
}
.accent-btn-rounded:hover,.accent-btn-sharp:hover{
    color:black;
   
}
.accent-btn-sharp{
    border-radius: 0;
    background: var(--accent-color);
    color:black;
    border: none;
}
.primary-btn-sharp{
    background: var(--primary-color);
    color:white;
    border-radius: 0;

}
.primary-btn-semi-rounded{
    background: var(--primary-color);
    color:white;
    border-radius:3px;
    padding:8px 42px;

}


/****** Custom Button Classes  Ends ******/


/*****  Canvas bg images Styling Starts ******/

.Godsends-canvas-bg-lt{
    position:absolute;
    left: -150px;
    z-index: -1000;
}
.Godsends-dotted-bg-rt-container{
    position: absolute;
    right: 170px;
    z-index: -1000;
    top: 420px;
}
.Godsends-dotted-bg-lt-container{
    position: absolute;
    left: 170px;
    z-index: -1000;

}

.Godsends-canvas-bg-rt{
    position:absolute;
    right: -150px;
    bottom: 440px;
    z-index: -1000;
}

/*****  Canvas bg images Styling Ends ******/




/*****  Cards Styling Starts ******/

/* Card Icons*/
.volunteer-icon{
    width:128px !important;
}
.inspire-icon{
    width:100px !important;

}
.paypal-icon{
    margin-right:20px;
}

.card{
    border: none;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
}


.card-text{
    font-size: 1.1rem;
}
.card-body a{
    font-size: 1rem;
}
.urgent-projects .card{
    overflow: hidden;
}
.urgent-projects .card-body{
    padding: 1rem .5rem;
    overflow: hidden;
}
.label{
  position: absolute;
  color: white;
  width: 300px;
  left: -90px;
  padding:.7em 1.5rem;
  transform: rotate(-40deg);
  line-height: 20px;
}

/* Label Colors */
.volunteers{
    background-color: #ED7D31;
}
.funds{
    background-color: #70AD47;
}
.prayers{
    background-color: #5B9BD5;
}

.charity-with-difference .card img{
    width: 90px;
}
.charity-with-difference .card{
    padding-top:4rem !important; 
    padding-bottom:4rem !important; 

}

/*****  Cards Styling Ends ******/


.start-project-cta{
    border: 2px solid var(--primary-color);
    
}
.join-project-cta{
    border: 2px solid var(--accent-color);
}


.start-project-cta-home {
    border: 2px solid var(--primary-color);
    
}
.join-project-cta-home {
    border: 2px solid var(--accent-color);
}



/****** Footer God Sends Styling Starts  *****/

.donations-for-GodSends{
    background: url('../images/Background Images/Donation-background.svg') no-repeat center center;
    background-size: cover;

}


.footer-container{
    background-color: #252628;
}
footer h5{
    color:white;
}
footer .social-icon a{
 margin-right:10px;
 
}




.footer-logo-container{
    margin-right:60px;
}
footer .nav-link {
    color:var(--fc-grey)
}
footer .nav-link:hover {
    color:#aaaaaa;
}


.contact-icon-boxes-container{
    top:-50px;
}
.footer-col-subcontainer{
    padding: 4rem 0;
}

/* Styling of Select Box in the footer {Language Change Select Box} */

footer select {
    /* styling */
    background-color: white !important;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    radial-gradient(#FDBB11 70%, transparent 72%);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
    background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
  
}
  
footer select .round:focus {
    background-repeat: no-repeat;
    outline: 0;
    border: none;
}


/****** Footer God Sends Styling Ends  *****/


/*------------------------------ Search Results Css Starts --------------------------------*/
.dashed-bd{
    border: 2px dashed #AFAFAF;
}
.accordion-button{
    padding: 20px 0;
}
.accordion-body{
    padding: 10px 0;
}

/**** Css Check Box Styling Starts ****/

/* The checkbox container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #AFAFAF;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
  }
.horizontal-cards{
    max-width:100%;
}
.horizontal-card .horizontal-card-image{
  max-width: 90%; 
}


.filter-responsive-btn-container{
    display: none !important;
}
.responsive-filter-bar-appear{
    transform: translateX(0px) !important;
    .filteration
}

.project-detail-cards .card{
    overflow: hidden;
}
.project-detail-cards .card-body{
    padding: 1rem .5rem;
    overflow: hidden;
}
.urgent{
    background: red;
}
  
  /* On mouse-over, add a grey background color */
  /* .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  } */
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    border: 1px solid #FDBB11;

    background-color: #FDBB11;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
  }

/**** Css Check Box Styling Ends ****/

.Search-results-bg{
    background: url('../images/Background Images/Search-results-bg.svg') no-repeat center center;
    background-size: cover;

}
.pagination .page-item{
  margin-right: 10px;
}
.pagination .page-item a{
    border-radius: 4px;
    border: 1px solid #999999;
    color: #000000;
}
  

/*------------------------------ Search Results Css Ends --------------------------------*/


/*------------------------------ Project Detail Css Starts --------------------------------*/

.mr-1{
 margin-right: 6px;
}
.mr-2{
    margin-right: 10px;
}
.mr-3{
    margin-right: 16px;
}
.mr-4{
    margin-right: 20px;
}

.mr-5{
    margin-right: 30px;
}
.mt-6{
    margin-top: 5rem;
}
.mt-7{
    margin-top: 7rem;
}

.bd-left-accent{
 border-left: 10px solid var(--accent-color);
}
.bd-grey{
    border: 1px solid #D3D3D3;
}

/* .main-project-image {
    height: 480px;
    overflow: hidden;

} */


.main-project-image img{
    object-fit: cover;
}

.project-sub-image{
    cursor: pointer;

    width:100px;
    margin-right: 10px;
}
.project-sub-image img{
    width: 100%;
}
.project-join-btns{
    position: absolute;
    left: 200px;
    top: -70px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    background-color: white;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
}
.angle{
    position: absolute;
    top: 90px;
    left: -22px;
    z-index: -5;
}
.project-join-btns-appear{
    opacity: 1;
    visibility: visible;
    transition:opacity .5s;
}
.join-btn-image{
    position: absolute;
    right: -2px;
    top: -8px;
}   
.sub-join-prjct-btns{
    padding-right: 70px;
}   

   

/*------------------------------ Project Detail Css Ends --------------------------------*/



.navbar-toggler {
    border: 0px;
}












.responsive-search-field{
   display:none !important;
   max-width: 100%;
   margin-right: 0px;
    margin-top: 10px;
}
.responsive-search-field-appear{
    display:flex !important;
}



/* Bootstrap Code manipulation and Media Queries Starts */
/*none: phone*/


.hero-Section .hero-sub-container{
    padding-top: 1rem !important;
}
.Godsends-hero-image{
    margin-top: 0px;
}
.joining-cta{
   padding: 0 25px;    
}
.donations-for-GodSends-container{
    padding: 0 25px;
}
.project-join-btns{
    left: 0;
    top: 80px;
}
.angle{
    top: -22px;
    left: 38px;
    z-index: -5;
    transform: rotate(90deg);
}

.navbar-brand{
    margin-right:0;
}

.desktop-search-field{
    display: none !important;
}

.home-page-hero-content{
    margin-top: 2rem !important;
}

.how-btn-icon-text{
    margin-top: 10px;
}

.btn-hamburger {
    font-size: 1.25rem;
    cursor: pointer;
}

.container {
    max-width:  97%;
}

.left-slide-menu {
    display: none;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 10;
    padding: 0px;
}

.left-slide-content {
    position: absolute;
    /*margin-top: 20px !important;*/
    width: 80%;
    min-height: 100%;
    padding: 20px;
    background-color: white;
    filter: drop-shadow(0px 0px 6px #00000033);
}

.btn-hamburger-close {
    background-image: url("/images/hamburger_menu.svg");
    font-size: 1.25rem;
    cursor: pointer;
    margin: 5px;
    margin-bottom: 30px;
}

.hamburger-header {
    height: 30px;
    margin-bottom: 3rem;
}

.hamburger-content {
    margin-top: 0rem;
    padding-left: 0.5rem;
}

.one-hamburger-line {
    margin-bottom: 1.3rem;
    min-height: 1.5rem;
}

.hamburger-menu-icon {
    display: inline-block; /*inline-flex*/
    margin-right:  0.7rem;
    height: 1.5rem;
    margin-top: 0rem;
}

.hamburger-menu-icon img {
    height:  100%;
}

.hamburger-menu-text {
    display: inline-block;/*block*/
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-top: 0.2rem;
}

.hamburger-language {
    margin-left: 0px;
    height: 2.5rem;
    max-width: 100%;
}


.profile-stuff-overlay {
  display: none;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0);
  position: fixed;
  z-index: 50;
  
}

.profile-stuff-content {
  position: absolute;
  /*margin-top: 20px !important;*/
  z-index: 60 !important;
  
  
  display: flex;
  display: none;
  flex-direction: column;
  min-height: 300px;
  padding: 2rem;
  align-items: center;
  border-radius: 10px;
  background-color: white;
  margin: auto;
  filter: drop-shadow(0px 0px 6px #00000033);
}

.profile-image img {
    width: 2.5rem;
    border-radius: 300px;
}

.profile-image-popup {
    width:150px;
    height:150px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.profile-image-popup img {
    height: 100%;
    /*border-radius: 300px;*/
}

.profile-no-thumb {
    background-color: #2e9eef;
    border-radius: 300px;
    text-align: center;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    width: 2.5rem;
    height: 2.5rem;
}

.dashboard-items {
  position: absolute;
  /*margin-top: 20px !important;*/
  left: 0px;
  top: 0px;
  z-index: 60 !important;
  min-width: 20px;
  display: none;
  min-height: 100px;
  padding: 2rem;
  border-radius: 10px;
  background-color: white;
  margin: auto;
  filter: drop-shadow(0px 0px 6px #00000033);
  /*flex-wrap: wrap;*/
  align-items: stretch;
  padding: 1.2rem 0.8rem 1.2rem 0.8rem;
  /*display: grid;*/
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.dashboard-icon-text {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dash-text {
    width: 130px;
    text-align: center;
    line-height: 1.4em;
    margin-top: 13px;
    font-size: 1em;
    font-weight: 500;
}

.dash-icon {
    text-align: center;
    height: 35px;
}

.dash-icon img {
    height: 100%;
}

.username, .email {
    font-size: 1em;
    min-width: 150px;
    text-align: center;
}

.joining-cta{
    padding: 0 10px;    
}

.card {
    width:  100%;
}


.urgent-projects {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.urgent-project .card {
    width: calc(100% - 20px);
    
}

.featured-projects {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.featured-project .card {
    width: calc(100% - 20px);
    
}


.donations-for-GodSends {
    padding-bottom: 0px !important;
}

.content-holder {
    padding-right: 0rem;
}

.donation-illustration {
    position: relative;
    width: 250px;
    height: 250px;
}

.donation-illustration img {
    width: 250px;
    position: absolute;
    bottom: 0px;
}

.home-subcategory-title {
    font-size: 1rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*padding: 0px 15px;*/
    max-width: 200px;
    flex-wrap: wrap;
}

.social-icon img {
 /*margin-right:20px;*/
 width: 30px;
 
}

.social-icon-label {
    width:100%;
    color:#a7a7a7;
    text-align: center;
    /*position: absolute;
    bottom: 20px;*/
}

.social-icon-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-icon {
    display: flex;

}

.contact-icon img {
    width: 57px;
}

.project-summary-div {
    /*font-size: 1.2rem !important;*/
    font-weight: 400;
}

.project-user-name {
    font-size: 1.4rem !important;
}

.project-title-div {
    font-size: 1.6rem !important;
    font-weight: bold !important;
}

 .prayer-team{
   margin-top: 30px;
 }

.project-username-title {
    font-size: 1.2rem;
    font-weight: 500;
} 

.project-organization-title {
    font-size: 0.8rem;
}

.p-username {
    line-height: 1.2rem;
}

.position-title {
    font-size: 1.2rem;
}

.position-description {
    font-size: 1rem !important;
}

.overlay-partition {
    z-index: 10;
}

/* for HowGodsendsWorks.php*/

.youtube-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    margin-top: 2em;
    clip-path: inset(2px 2px);
    /*border-radius: 20px;*/
}
.youtube-wrapper iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 20px;
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.54);*/
}



/*sm : phone landscape*/
@media (min-width: 576px){


    


    .horizontal-card .horizontal-card-image {
        max-width: 100% !important;
        width: 100%;
    }
    .joining-cta{
        padding: 0 50px;    
     }
    .desktop-search-field{
        display: none !important;
    }

    .container {
        max-width:  97%;
    }

    .donation-illustration {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .content-holder {
        padding-right: 6rem;
    }

    .btn-donate-now {
        margin-bottom: 50px !important;
    }

    .home-subcategory-title {
        font-size: 1.2rem;
    }
}

/*md : tablet*/
@media (min-width: 768px){
    .home-page-hero-content{
        padding-left: 4rem !important;
        padding-right:  4rem;
    }

    .how-btn-icon-text{
        margin-top: 0px;
    }
     /* This Media Query if for Search Results page */
     
     

     /* This Media Qurey is for project Detail Page */


     /* Media Query For Logged In header */

     .logged-in-contents-responsive{
        display: flex !important;
    }

    .joining-cta{
        padding: 0 85px;    
    }




    .desktop-search-field{
        display: none !important;
    }

    .container {
        max-width:  97%;
    }

    .contact-icon {
     
        margin-left: 0px !important;
    }

    .email-font {
        font-size: 1rem !important;
    }


    .project-user-name {
        font-size: 1.7rem !important;
    }

    .project-title-div {
        font-size: 2rem !important;
        font-weight: bold !important;
    }

}


/*lg : pc*/
@media (min-width: 992px){

    



    .cards-container .col-lg-3 {
        flex: 0 0 auto;
        width: 30% !important; 
    }
  
    .header-search-field{
        max-width: 290px;
        
     }

     .header-search-icon-res{
     display: none !important;
    }
    #search-res{
        display: none;
    }

    .responsive-login-icon{
        display: none;
    }
    
    .desktop-search-field{
        display: flex !important;
    }

    .navbar-brand{
        margin-right:40px;
    }

    .home-page-hero-content{
        margin-top: 0rem !important;
    }

    .container {
        max-width:  960px;
    }

    .display-6 {
        font-size: calc(1.275rem + 1.3vw) !important;
    }

    .joining-cta{
        padding: 0 25px;    
    }

    .contact-icon {
        display: flex;
        margin-left: 1.5rem !important;
    }

    .email-font {
        font-size: 1.25rem !important;
    }

     .prayer-team{
       margin-top: 0px;
     }

    .start-project-cta-home {
        width: calc(50% - 20px);
        
    }
    .join-project-cta-home {
        width: calc(50% - 20px);
    }



}



/*xl : large pc*/
@media (min-width: 1200px){


    .desktop-search-field{
        max-width: 350px;
    }
    .navbar-brand{
        margin-right:70px;
    }
    .container {
        max-width:  1140px;
    }
}

@media (min-width: 1400px){
    .desktop-search-field{
        max-width: 450px;
    }
    .container {
        max-width:  1320px;
    }
    
}






@media (max-width: 992px){
    
     /* This Media Query if for Search Results page */
     
     .filteration-bar{
         width: 80%;
         position: absolute;
         right: 0;
         top: 0;
         z-index: 100;
         background: white;
         transform: translateX(1000px);
         transition: all .3s;

        
     }
     .filter-responsive-btn-container{
        display: block !important;
    }
    .filter-responsive-btn{
        float: right;
    }
    .filteration-bar-bg-container-dark{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 33%);
    z-index: 10;
    }
    .filteration-bar-subcontainer{
        min-height: 100vh;
    }

    
     

}


@media (max-width: 768px){
    /*.horizontal-card .horizontal-card-image {
        max-width: 100% !important;
        width: 100%;
    }
    .joining-cta{
        padding: 0 50px;    
     }*/
    
}
@media (max-width: 576px){
    /*.donation-illustration {
        position: relative;
        right: 0px;
        top: 50px;
    }
    .hero-Section .hero-sub-container{
        padding-top: 1rem !important;
    }
    .Godsends-hero-image{
        margin-top: 0px;
    }
    .joining-cta{
       padding: 0 50px;    
    }
    .donations-for-GodSends-container{
        padding: 0 25px;
    }
    .project-join-btns{
        left: 0;
        top: 80px;
    }
    .angle{
        top: -22px;
        left: 38px;
        z-index: -5;
        transform: rotate(90deg);
    }*/

}


/* @media(max-width:1200px)  {

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        overflow-x: visible !important;
    }

    .navbar-collapse.in {
      overflow-y: auto !important;
    }

    .collapse.in {
      display: block !important;
    }

} */
