/*!
Theme Name: janazah
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: janazah
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

janazah is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic.main-widget
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Rubik:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
ul{
    margin-left:0px!important;
    padding-left:0px !important;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
.p-relative{
    position:relative;
}


		body {
			margin: 0;
			overflow-x: hidden;
		font-size:22px;
		line-height:33px;
font-family: "Rubik";
			font-weight: 500;

		}
		.inputs-login{
		        height: 46px;
		}
		.login_btn{
		        color: white;
    font-size: 21px;
    z-index: 9;
    background: #c29f51;
		}
		.login_container{
		        background: #c29f51;
    color: #fff;
		}
	.login-form {
    background: #fff;
    padding: 23px;
    display: flex;
    width: 456px;
    justify-content: center;
    flex-direction: column;
    border-radius: 0px 33px 0px 33px;
    gap: 2px;
    height: 410px;
}
.subscribe-form button{
border:none;
}
p ,li{
    font-size: 16px;
    line-height: 22px;
    font-weight:600;
}
h2, h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
	text-transform:capitalize;
}
.main-nav{
    width: 61%;
    justify-content: center;
    display: flex;
}
		a{
		    text-decoration:none !important;

		}
		h6 {
			font-size: 18px;
			font-weight: 500;
			color: #5E6282;
		}
a:hover {
  text-decoration: none;
}

header .header-logo {
  color: #001b4f;
    font-weight: 700;
    font-size: 23px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.singlepageheader h1{
    font-size:55px;
}
header {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width:100%;
	background:#000;
  z-index: 9999;
}
.fund-type{
    width: 94%;
}
.fund-raise-col{
width:61%;
}

.donate-input{
padding:8px;
    width: 36%;
}
.apealsarchive h1{
    background-color:#c29f51;
    padding:15px;
    color:#fff;
}
.logo-wrap img{
    width: 100%;
    height: auto;
    display: flex;
    height: 100%;
}
.menu{
    width: 100%;
    height: auto;
    display: flex;
    height: 100%;
}

.menu{
list-style:none;
	gap:9px;
}
header #primary-menu>li a {
padding:31px 11px;
	font-size:16px;
	text-transform: capitalize;
}
.main-pro-btn a{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 6;
    background-image: none !important;
}
.main-pro-btn a:before{
background: #0000;
    bottom: 0;
    box-shadow: inset 0 0 0 #c29f51 !important;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 1s cubic-bezier(.5,.24,0,1);
    width: 100%;
    z-index: -1;

}
.main-pro-btn a:hover:before{
    box-shadow: inset 300px 0 0 #c29f51 !important;
    color: #000 !important;
}
header #primary-menu>li .sub-menu>li a{
padding:11px 10px;
}
#Secondary_Menu li:nth-child(1){
    background: #D93117;
    color: #fff;
    padding: 0px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    width: 112px;
    justify-content: center;
}
#Secondary_Menu li:nth-child(1) a{
    color:#fff;
font-size:17px;
    
}
#Secondary_Menu li:nth-child(1) a{
     color:#fff;
	padding:21px 11px;
	font-size:17px;
}
.widget-handles input{
border-radius:0px;
 }
#primary-menu>li>a {
    text-decoration:none;
    color:#a78128;
	font-size:15px;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.basket-icon{
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    margin-top: 0px;
    margin-left:10px;;
}
#Secondary_Menu li:nth-child(1):before {
    background: #0000;
    bottom: 0;
    box-shadow: inset 0 0 0 #c29f51  !important;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 1s cubic-bezier(.5,.24,0,1);
    width: 100%;
    z-index: -1;
}
.singlepageheader h1{
    font-weight: 800;
}
#Secondary_Menu li:nth-child(1)  {
  background: #D93117;
      color: #fff;
    padding: 0px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    position:relative;
    width: 112px;
    justify-content: center;
    z-index: 6;
    background-image: none !important;
}
#Secondary_Menu li:nth-child(1):hover:before  {
    box-shadow: inset 300px 0 0 #c29f51 !important;
    color: #000 !important;
}
.login_btn{
    width:100%;
}
.gform_button:hover{
      background-color:#000;
      transition:0.8s linear;
}
.btn-checkout{
    position:relative;
}
.cc-btn{
      width:100%;
         z-index: 6;
    background-image: none !important;
    position:relative;
    color:#fff !important;
}
.kd-btn{
   border-radius:0px !important;
}
.cc-btn:before{
       background: #0000;
    bottom: 0;
    box-shadow: inset 0 0 0 #c29f51  !important;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 1s cubic-bezier(.5,.24,0,1);
    width: 100%;
    z-index: -1;
}
.cc-btn:hover:before  {
    box-shadow: inset 800px 0 0 #c29f51 !important;
    color: #fff !important;
}
.login_container{
    position:relative;
}
	.vc_toggle_title h4{
 font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    text-transform: capitalize;
}
.login_btn::before{
      background: #c29f51;
    bottom: 0;
    box-shadow: inset 0 0 0 #060606 !important;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 1s cubic-bezier(.5,.24,0,1);
    width: 100%;
    z-index: -1;
}
.login_btn:hover:before {
      box-shadow: inset 600px 0 0 #000 !important;
    color: #fff !important;
}
.donate-btn:before ,.kd-btn:before{
    background: #0000;
    bottom: 0;
    box-shadow: inset 0 0 0 #c29f51  !important;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 1s cubic-bezier(.5,.24,0,1);
    width: 100%;
    z-index: -1;
}

.kd-btn:hover:before {
    box-shadow: inset 600px 0 0 #c29f51 !important;
    color: #000 !important;
}
.package-list{
    list-style:none;
}
.package-list li{
    margin-bottom:10px;
}
.package-list li::before {
    content: "✓";
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #c29f51;
}
.donatepageheader {
    background-color: #c29f51;
    color: #fff;
    padding: 6px 20px;
}
.donate-btn ,.kd-btn {
  background: #D93117;
      color: #fff;
      border:0px;
    padding: 0px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    position:relative;
    width: 141px;
    justify-content: center;
    z-index: 6;
    background-image: none !important;
}
.donate-btn:hover:before {
    box-shadow: inset 300px 0 0 #c29f51 !important;
    color: #000 !important;
}
.bx-shadow{
    box-shadow:2px 4px 7px 0px rgba(0,0,0,0.75);

}
.bx-shadow:hover img{
         filter: grayscale(1);
         transition:0.8s ease ;
}
.basket-icon{
    cursor:pointer;
}
.basket-icon span {
    background-color: #d93117;
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-left: 0px;
    font-size: 8px;
    margin-top: -30px;
    cursor:pointer;
    margin-left: 23px;
}


header .menu>li.active>a {
   text-decoration:none;
    color:#a78128;
	font-size:15px;
}

#primary-menu>li:hover {
background: #c29f5170;
    opacity: 1;
   color:#fff;
    transition: 0.8s linear;
}
#primary-menu>li:hover i{
        transform: rotateX(150deg);
        transition:0.8s linear;
}
#primary-menu>li{
    display:flex;
    justify-content:center;
    position:relative;
    align-items:center
}
#primary-menu>li i {
    font-size: 14px;
    color: #c29f51;
    right: 5px;
    position: relative;
}
header #primary-menu>li>a>i {
  color: #03328E;
}
.last-icons{
    list-style:none;
   
}
.menu{
margin-bottom:0px;
}
.last-icons li a {
    color: #5b4c28;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
header .menu>li>a:hover>i {
  color: #fff;
}

header .menu>li:hover>a i {
  color: #fff;
}

header .menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 88px;
    border-top: 2px solid #f49306;
  list-style:none;
    background: #000;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    width: auto;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.read-more-btn {
    width: 100px;
    height: auto;
    background: #c29f51;
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none !important;
    align-items: center;
    color: #fff;
}
header .menu .sub-menu a {
  padding: 11px 10px;
  display: block;
  color: #a78128;
  font-weight: 600;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

header .menu .sub-menu a i {
  color: #03328E;
}

header .menu .sub-menu a:hover {
  background: #a78128;
  color: #fff;
}

header .menu>li:hover .sub-menu {
  display: block;
}

header .header-logo figure img {
  max-width: 200px;
}

header .demo-link {
  margin-left: 1vw;
}

header .side-menu-close {
  background: transparent;
}

header .side-menu-close span {
  background: #c29f51;
  width: 28px;
}
#Secondary_Menu{
align-items:center;
}
#call-action .call-action {
  color: #001b4f;
  font-weight: 700;
  font-size: 23px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

#call-action .call-action:hover {
  color: #10bd3b;
}
.menu{
display:flex;
}
.entry-header{
display:none}
/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap.opened {
  left: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
}

.side-menu-logo {
  border-bottom: 2px solid #FE8204;
}

.side-menu-nav .menu>li {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.side-menu-nav .menu>li>a>i {
  color: #03328E;
}

.logo-wrap {
    width: 14%;
    position: relative;
    height: 100%;
}
.side-menu-nav .menu .sub-menu {
  border-top: 1px solid #FE8204;
  background: #fff;
  display: none;
}

.side-menu-nav .menu .sub-menu li {
  border-bottom: 1px solid #eee;
}

.side-menu-nav .menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #212529;
  font-weight: 600;
  font-size: .9em;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-nav .menu .sub-menu a i {
  color: #03328E;
}
.ra-box.single{
height:100%;
}
.side-menu-nav .menu .sub-menu~i {
  font-size: .8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}

.side-menu-nav .menu .sub-menu a:hover {
  background: #F5F5F5;
}

.side-menu-nav .menu>li>a {
  color: #212529;
  padding: 15px 30px 15px 10px;
  font-weight: 600;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.side-menu-close {
  height: 40px;
  width: 40px;
  background: #21395F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #fff;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
  top: -5px;
}

.side-menu-close span:nth-child(3) {
  bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}

/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
 
/*footer*/

.site-footer{
    background:#000;
    color:#fff;
    padding:20px 20px 0px 20px;
    
}
.site-footer ul li{
    list-style:none;
    font-size: 25px;
    font-weight: normal;
font-style: normal;
text-align: left;
color: #ffffff;
}
.gform_title{
    display:none !important;
}
.footer-area p > a{
    color:#fff !important;
    
}
.footer-area p {
    font-family: "Rubik";
font-size: 16px;
font-weight: normal;
font-style: normal;
}
.footer-area ul li > a{
    color:#fff;
    
}
.footer-area ul li{
   font-family: "Rubik";
font-size: 16px;
font-weight: normal;
font-style: normal;
}

.site-footer .footer-area.footer-area-one p{
  
    margin-bottom: 10px;

}
.footer-area-four ul{
    display:flex;
    justify-content:space-between;
}
.footer-area-four ul li i{
    margin-right:5px;
}
.footer-area .wp-block-heading{
    padding-bottom:2rem;
}
.footer-area-two ul,.footer-area-three ul{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.footer-area-five{
    padding-top:30px;
}
/*footer*/
/* donate-checkout */
.fund-type{
    width: 94%;
}
.fund-raise{
width:64%;
}
.donation-modal #global-cart {
    display: contents;
}
.donate-input{

    width: 36%;
}

.wid-funds {
    display: flex;
    border-right: 2px solid #0000000D;
    /* justify-content: space-between; */
    align-items: end;
    display: flex;
    height: auto;
    align-items: end;
    display: -webkit-flex;
    align-items: -webkit-center;
    align-items: flex-center !important;
    -webkit-align-content: center;
    -webkit-align-items: flex-end;
    justify-content: center;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.donation-modal .modal-dialog {
    right: 0;
    max-width: 425px!important;
    width: 100%!important;
    margin: 0!important;
    height: 100%!important;
    position: fixed;
}
.modal.right .modal-content {
    overflow-y: auto;
    height: 100%;
}
.donation-modal .modal-content {
    height: 100%!important;
   
}
.donation-modal .modal-titles {
    color: #fff;
}
.donation-modal .modal-header {
    background: #101010;
    border-radius: unset;
}
.card-fees label{
font-size:14px;
}
.model-footer .donpg-cart-footer {
    padding: 20px!important;
    background: #000;
    color: #fff;
    border-radius: 0!important;
}
.donnow-heading h5{
font-size:14px;
}
.cart-page {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
    margin-top: 7px;
    height: 30vh;
}


.modaldx{
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    padding: 9%;
        text-align: center;
}
.modaldx .center{
    align-self: center;
    justify-content: center;
    display: block;
}

.total-heading h6{

    color: #fff;
    font-size: small;
}
.model-footer .keep-d-btn button {
    background-color: #fc0204;
    border-radius: 0!important;
    color: #fff;
    padding: 9px;
}

.donation-modal .modal-body {
    display: flex;
 
    overflow-y: auto;
}
.donation-appeals-items{
width:100% !important;
}
.donation-modal {
    z-index: 999999!important;
    height: 100vh!important;
    background: rgba(0,0,0,.84);
}
.checkout-pg {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: #f5f5f5;
}
.checkout-pg .border-btm {
    padding-left: 10px;
    line-height: 15px;
    font-size: 11px;
    margin-left: 15px;
    margin-right: 15px;
}
.donate-pgttile h3,.donate-pgttile h2 {
    font-size: 20px;
    line-height: 11px;
    font-weight: 600;
}
.donate-pgttile p{
        font-size: 13px;
    line-height: 22px;
    font-weight: 600;
}
.wid-row{
    padding:12px;
    background:#000;
    z-index:999;
    color:#fff;
    position:relative;
    
}
.border-btm {
    background: #ffffff;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding-top: 7px;
    border-bottom: 3px solid #a78128;
    color: #000;
}
.donation-modal .modal-body .appeal-row {
    padding: 5px 0;
    margin-bottom: 10px;
    border: 1px solid #101010;
    box-shadow: -7px 7px 12px -9px #000;
}
.donation-modal .mod-close-i i, .m-check-row .mod-close-i i {
    color: #c29f51;
    cursor: pointer;
}
.fund-select{
padding-bottom:3px;
}
.wid-funds{
gap:1.5rem!important
}
.donate-input{
    padding: 0px !important;
}
.donation-modal .modal-dialog {
    right: 0;
    max-width: 425px !important;
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    position: fixed;
background:#fff;
}
.btn.kd-btn{
background-color:#D93117 !important;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.donation-modal .modal-appeal-title h1 {
    font-size: large;
    color: #000 !important;
    font-weight: 700;
}
small {
    font-size: 80%;
}
.modal-appeal-para p {
     margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    font-size: 14px;
    color: #000;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.model-price{
text-align:center;
}
.donation-modal .modal-appeal-title p {
    margin: 0;
    text-align: center;
    font-weight: 700;
	color:#000;
    font-size: 16px;
    padding: 10px 0;
}
.donation-modal
.basket-icon i{
color:#a78128;
}
.basket-icon{
color:#a78128;
}
.donation-modal .increment-btns {
    display: flex;
    justify-content: flex-start;
}
.donation-modal .increment-btns .minus, .donation-modal .increment-btns .plus {
    background-color: #c29f51 !important;
    color: #fff !important;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0px;
    background: #fc0204;
	
}
.increment-btns input[type=text] {
    width: 53px;
    text-align: center;
    height: 32px;
    border: none;
   
}
.container-main{
max-width:96%;
margin:0 auto;
}
.checkout-mainpage .border-btm h2 {
    color: #283d46;
    font-size: 15px;
}
small {
    font-size: 80%;
}
.cart-page h5 {
    color: #283d46;
    font-size: 15px;
}
.cart-page {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
    margin-top: 7px;
    height: 30vh;
}
.cart-page h5 {
    color: #283d46;
    font-size: 15px;
}
.donation-summary {

    background-color: #000;
    padding: 12px 0px;
    color: white;
    text-align: center;
}
.sec-2-heading h1 {
    font-size: 22px;
    font-weight: 600;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #c29f51;
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.donate-btn-checkout-credit button, .dn-btn-checkout button {
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 8px 0px;
    border-radius: 0px;
    background: #D93117 !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}
.donate-btn-checkout-paypal button {
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 8px 0px;
    border-radius: 0px;
    background: rgb(15, 38, 90) !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}
.dn-btn-checkout button {
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 8px 0px;
    border-radius: 0px;
    background: #D93117 !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}
#payment-form h4 {
    font-size: 16px;
    font-weight: 500;
}
.total-amount {
    padding-top: 8px;
    border: 1px solid #4298cc;
    background: #000;
    color: white;
    padding-bottom: 9px;

}
/* donate-checkout */
	@media (min-width:4103px) and (max-width:5464px)
    {
        
    }

    
/*/for 33/*/
@media (min-width:2733px) and (max-width:4102px) 
    {
        .max-limit {
    left: 0px !important;
    width: 1320px !important;
    margin: 0 auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.max-limit {
    left: -12px !important;
    width: 1320px !important;
    margin: 0 auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    }
    
  /*/for 50 60/*/
@media screen and (min-width: 2000px)
{
.max-limit {
    left: 0px !important;
    width: 1320px !important;
    margin: 0 auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.singlepageheader {
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 999;
    margin-top: -369px;

}
.p-relative{
    position:relative;
}
.max-limit {
    left: -12px !important;
    width: 1320px !important;
    margin: 0 auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
/*/for 110 percent/*/
@media (min-width: 1200px) and (max-width: 1600px) {

}
/*for 125 percent */
@media (min-width: 993px) and (max-width: 1200px) 
    {
		.About-text p{
width:100% !important;
}
		.vc_custom_1705137795188{
    padding: 0px !important;
			
}
		.my-col .wpb_wrapper{
padding:28px 0px 30px !important;
}
		#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
font-size:11px !important;
}
		header .menu .sub-menu{
left: 45% !important;
}
.widget-2 .main-widget{
    
        margin-top: 0px !important;
}
p{
        font-size: 14px;
    
}
		.donate-button{
justify-content:center !important;
}
		 .wp-block-heading{
font-size:calc(1.325rem + -0.1vw) !important;
}
		.subscribehead h2{
font-size:calc(1.325rem + -0.1vw) !important;

}
		.main-widget{
    margin-top: 66px !important;
}
	.mb-nopad{
padding:0px !important;
}
    }
/*    ipad  */
    
@media (min-width: 768px) and (max-width: 992px) {
	     .About-text p {
    font-size: 16px !important;
    color: white;
    font-weight: 500;

    width: 100% !important;
}
	
	
.first-sec-text h2 {
    font-size: 27px !important;
    line-height: 36px !important;
}
	h2, h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    text-transform: capitalize;
}
	p, li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

	.wid-row{
gap:10px;
}
	.singlepageheader h1{
    font-size: 17px;
}
	.singlepageheader h2{
    font-size: 21px;
    line-height: 17px;
}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
max-width: 100vw;
width:100%;
}
	
	.side-menu-close{
    margin-left: 52%;
}
	.footer-area p{
font-size:12px !important;
}
			.basket-icon{
margin-top: 0px;
    margin-left: 10px;
			    order: 3;
}
	.singlepageheader{
    margin-top: -236px !important;
}
	
		.footer-area ul li{
font-size:12px !important;
}

	footer-tagline p{
font-size:12px !important;
}
	 .wp-block-heading{
font-size:calc(1.325rem + -0.1vw) !important;
}
		.subscribehead h2{
font-size:calc(1.325rem + -0.1vw) !important;

}
	.donate-button {
    width: 100% !important;
}
		.swift-in-viewport_{
width:50% !important;
}
			.swift-in-viewport{
width:50% !important;
}
		.donate-input{
width:100% !important;
}
	.wid-funds{
flex-direction:column;
}
	.mb-nopad{
padding-top:10px !important;
}
	.fund-raise-col{
width:100% !important;
}
	.fund-type{
width:100% !important;
}

.side-menu-wrap.opened img {
    width: 100%;
    height: auto;
}
	.menu{
gap:0px;
flex-direction:column;
}

.main-widget {
    margin-top: -120px !important;
}


	.swift-in-viewport-2{
flex-wrap:wrap;
}
	.donate-choice{

}
	.donate-input{

}
	.donate-select{

}
	.donate-button{

}
		.my-col .wpb_wrapper{

    width: 94% !important;
}
		.About-text h2{
    font-size: 33px !important;
}
		

}
 .burger-icon {
    display: none; /* Initially hide the burger icon on larger screens */
    font-size: 20px;
    cursor: pointer;
}
	.show-mb{
display:none !important;
}
@media screen and (max-width:767px) 
    {

        .desk-none{
display:block !important;
}
		.gives-pkg-col{
border-bottom:1px solid #1b1818;
}
	.widget-handles{
width:50%;
}
.modaldx .imgdx{
    width:170px;
}
		.ra-box.single{
width:100%;
}
		.About-text-2 .wpb_wrapper {
    padding: 48px 1px !important;
}
		
		.mb-text-center{
text-align:center !important;
}
		h2, h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    text-transform: capitalize;
}
		.vc_toggle_title h4{
    font-size: 16px;
    line-height: 9px;
    font-weight: 400;
    text-transform: capitalize;
}
		.mb-flex-reverse{
flex-direction:column-reverse;
display:flex;
}
		.checkout-mainpage{
flex-direction:column-reverse;
}
		.wid-row{
gap:10px;
}
	h2 {
      font-size: 18px !important;
    line-height: 26px !important;
		text-transform:capitalize;
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
max-width: 100vw;
width:100%;
}
			.singlepageheader h1{
font-size:12px;
}
		p{
font-size:14px !important;
			font-weight:400;
}

		.singlepageheader h2{
font-size:15px;
}
		.login-form{
width:90vw;
}
				.basket-icon{
margin-top: 0px;
    margin-left: 10px;
			    order: 3;
}
		.show-mb{
display:block !important;
text-align:center;
}
		.fund-type{
width:100% !important;
}
		.donate-button{
justify-content:center !important;
}
	
		.wid-funds{
flex-direction:column;
}
		.fund-raise-col{
width:100% !important;
}
		.dn-handles{
display:flex;
}
		.footer-area p{
font-size:12px !important;
}
		.footer-area ul li{
font-size:12px !important;
}
		.site-header{
position:relative;
			padding:10px;
}
		.side-menu-wrap.opened img{
width:100%;
height:auto;
}
		.menu{gap:0px;}
/* .menu{
display:none;
} */
		.swift-in-viewport-2{
flex-wrap:wrap;
			gap:5px !important;
}
		.donate-choice {
    width: 100% !important;
}
		.my-col .wpb_wrapper{
padding:0px !important;
}
		.donate-button {
    width: 100% !important;
}
		.swift-in-viewport_{
width:50% !important;
}
			.swift-in-viewport{
width:50% !important;
}
		.donate-input{
width:100% !important;
}


		.singlepageheader {

    margin-top: -133px !important;
}
		.donate-input{

			margin-left:0px !important;
}
 .menu {
       flex-direction:column; /* Initially hide the menu on smaller screens */
    }
	.logo-wrap{
		width: 24%;
	}
#primary-menu.open{
    display: block !important;
    position: absolute;
    background: black;
    /* padding: 37px; */
    width: 100%;
    right: 0;
	height:20vh;
    top: 98%;
}
		.donation-modal .modal-body {
    overflow-y: unset!important;
}
		#primary-menu li{
padding:0px ;
}
    /* Style for the open menu */
    .menu.open {
        display: flex;
    }
	.menu-wrap {
		width: 73%;
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: end;
	}
		  .burger-icon {
        display: block; /* Display the burger icon on smaller screens */
		background-color: transparent;
		color: white;
		border: 1px solid white;
		border-radius: 5px;
    }

		.logo-wrap{
width:53% !important;
}
		.mb-none{
display:none !important;
}
.top-bar__nav.collapsed{
display:block !important;
}
		.main-widget{
margin-top:0px !important;
}
    }

@media screen and (max-width:414px) 
    {
       .About-text p {
    font-size: 12px !important;
    color: white;
    font-weight: 500;
    width: 100% !important;
}
.modaldx .imgdx{
    width:170px;
}
		.About-text{
margin-bottom:0px !important;
}
		.vc_custom_1705137795188{
padding:0px !important;
}
		.singlepageheader {

    margin-top: -106px !important;
}
		.singlepageheader h1{
font-size:12px;
}

		.singlepageheader h2{
font-size:15px;
}
		
		.basket-icon{
margin-top: 0px;
    margin-left: 10px;
			    order: 3;
}

		.my-col .wpb_wrapper{
padding:27px 0px 30px !important;
    width: 94% !important;
}
		.About-text h2{
    font-size: 33px !important;
}
		
		.my-col .wpb_wrapper{
padding:27px 0px 30px !important;
}
}
@media screen and (max-width:414px) 
    {
        
    }

.my-donate-btn {
    width: 100%;
    background-color: red;
    
    border-radius: 0px;
    padding: 10px 49px 10px;
}
.my-donate-btn a{
    color: #fff !important;
    font-size: 15px;
}

.first-sec-text h2{
    font-size: 40px;
    line-height: 51px;
}
.donate-button .donate-btn{

background: #d93117;
color:#fff;
	width:154px;
	padding: 0px !important;
}

.donate-button{
    display: flex;
    justify-content: center;
}



.swift-in-viewport-2{
  
    padding: 16px 21px 6px;

}
.donate-input{
padding:0px !important;
}
.donate-input input{
padding: 0px !important;
    height: 36px;
    padding-left:10px !important;
}

.btn.amount_checkbox{
   background: #2e2e2e;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    height: 36px;
    padding: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.btn.ra-box{
color:#fff;
}

.main-widget{
   
    z-index: 999;
    position: relative;}
/* DOnation Form */


.widget-handles input[type="radio"]:checked + label {
    background-color:  #c29f51;
    color: #fff;
    border: 0px !important;
	border-radius:0px;
}
.widget-handles input[type="radio"], .widget-othr-amount input[type="radio"] {
    display: none;
}

/* DOnation Form */
/*services*/
.full-width-height {
    width: 100%;
    height: 273px;
    object-fit: cover; /* This ensures the image covers the entire container */
}
.services{
    position:relative;
}
.services h2 {
    position: absolute;
    top: 70%;
    left: 50%;
    text-align: left;
    width: 89%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0px;
    z-index:1;
    font-size: 23px !important;
    border-radius: 0;
    cursor: pointer;
    line-height: 33px;
}
.services h2 a{
    color:white;
}
.services h2:hover{

	color: #c29f51;
	transition: 1s linear;
	}
.services h2:hover a{
		color: #c29f51;
	transition: 0.5s ease;

	}
	.About-text h2{
	    font-size:30px;
	    color:white;
	    font-weight:500;
	}
	.About-text p {
    font-size: 16px;
    color: white;
    line-height:24px;
    font-weight: 500;
    width: 76%;
}



/*services*/
.my-col .wpb_wrapper {
    padding: 35px 0px 30px;
    width: 94%;
    position: relative;
    margin: 0 auto;
}
.yellow{
width: 374px;
height: 70px;
color:#fff;
position:relative;
background: #c29f51;

}
.heighlighted-text h1{
        font-size: 55px;
    line-height: 42px;
    font-weight: 600;
    text-transform: capitalize;
    
}
.heighlighted-text h2{
        text-align: center;
    color: #000;
}
.hightlight-coma{
    font-size: 49px;
    color: #1b1a18;
}
.vc_custom_1705137795188{
    background-position: 0 0 !important;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
	padding:43px;
}
.main-col-12{
padding-bottom:32px;
}

/* Programs */
.programs{
    position:relative;
/*padding-bottom:10px;*/
}
.programs h2 {
    position: absolute;
    top: 70%;
    left: 50%;
    text-align: left;
    width: 89%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0px;
    z-index: 9;
    font-size: 23px !important;
    border-radius: 0;
    line-height: 29px;
    cursor: pointer;
}
.programs h2 a{
    color:white;
}
.programs h2:hover{

	color: #c29f51;
	transition: 1s linear;
	}
.programs h2:hover a{
	color: #c29f51;
	transition: 0.5s ease;

	}


/*Programs*/



/*single pages*/

.singlepageheader{
       position: absolute;
    width: 100%;
    color: #fff;
    z-index: 999;
    margin-top: -369px;
}
.main-widget{
        margin-top: -170px;
}
    
    .toppageheader {
        
        padding-left:0px;
        padding-right:0px;
    }

.set-h-input{
    height:41px;
}
/*single pages*/

/*  DOnate Button*/
.donate-btn.addtocart{
     background: #d93117;
    color: #fff;
    ouline: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.donate-card{
background:#000;
padding:10px;
}
.donation-heading h3{
color:#fff;
}
.donation-desc {
color:#fff;
}
.m-donate-lab{
  background:#2e2e2e;
    border-radius: 0px;
    color: #fff !important;
	    height: 35px;
    width: 100%;
	    padding: 0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.appeals_div input{
font-size:17px;
}
.widget-dont-btn{
display:flex;
justify-content:center;
}
.programs::after{
    content: "";
    position: absolute;
    background: #00000094;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
/* DOnate Button



/*Main Services Pages*/
.bb-yellow::after{
    
     content: '';
    border-bottom: 3px solid #c29f51;
    width: 139px;
    height: 30px;
    position: absolute;
    left: 19px;
    margin-top: 9px;

}
.bg-wrap-about{
    width:51%;
}

/*Main Services Pages*/
.set-content-hadith{
        display: flex;
    flex-direction: column;
    align-items: center;
}
.my-col-2  .vc_column-inner{
    background-position: 41% 50%!important;
       background-size: 100% 104%;
}
.About-text-2 .wpb_wrapper{
        padding: 43px;
}
 .About-text-2 p {
  color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.About-text-2 h2{
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}
.About-text-2 .ref-red{
    color:#d93117;
}
.About-text-2 .Qouted-Ref{
    
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    font-style: oblique;
    color: #c29f51;
    font-weight: 700;
}
.gform_button {
    background:#c29f51;
    color:#fff;
    outline:none;
    border:0px;
}
.ginput_container_text input{
    outline:none;
}
.ginput_container_textarea input{
    outline:none;
}
.higlighted-text h2{
        text-align: left;
    color: #c29f51;
    font-weight: bold;

}
.higlighted-text p{
    color:#fff;
}
/*contact page*/

.my-contact-form{
        padding: 43px;
}



