@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

body {
	padding: 0;
	margin: 0;
    font-family: 'Manrope', sans-serif;
	font-size: 14px;
	color: #220033;
}

li {
	list-style: none;
}

ul {
	margin: 0;
}

input:focus-visible, select:focus-visible, textarea:focus-visible  {
	outline-offset: 0px;
	outline: none;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.logo {
	color: #23272f;
	font-weight: bold;
	text-decoration: none;
	font-size: 70px;
	padding: 15px 0px;
	display: block;
}

.logo span {
	font-size: 20px;
	display: block;
}

.d-flex {
	display: flex;
}

.menu-bar {
	background: rgb(255, 152, 14);
	background: linear-gradient(45deg, rgba(255, 152, 14, 1) 0%, rgba(255, 56, 73, 1) 100%);
	padding: 20px 0px;
}

.menu-flex {
	display: flex;
	align-items: center;
	justify-content:center;
}

.menu-flex ul {
	display: flex;
	align-items: center;
}

.menu-flex ul li {
	padding: 0px 25px;
}

.menu-flex ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.menu-flex ul li a:hover {
	color: #000;
}

.btn-donate {
	background: #fff;
	border: none;
	color: #000;
	padding: 12px 20px;
	font-size: 15px;
	border-radius: 32px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-content {
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.hero-content h1 {
	color: #FFFFFF;
	font-size: 67px;
	font-weight: 900;
	text-shadow: 2px 1px 2px #54595f;
	margin-bottom: 0;
}

.hero-content p {
	color: #FFFFFF;
	font-size: 28px;
	text-shadow: 2px 1px 2px #54595f;
}

.hero-content .btn-donate {
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 4px;
	letter-spacing: 2px;
	background: rgb(255, 152, 14);
	background: linear-gradient(45deg, rgba(255, 152, 14, 1) 0%, rgba(255, 56, 73, 1) 100%);
	color: #fff;
}

.about-sec h1 {
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
}

.about-sec p {
	font-size: 20px;
	line-height:40px;
	color: #7a7a7a;
}

.services-area h2 {
	font-size: 40px;
}

.flex-box-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-box-row .item {
	width: calc(93% / 4);
	padding: 0px 10px;
	margin-bottom: 30px;

}

.item-thumb {
	overflow: hidden;
	line-height: 0;
}

.flex-box-row .item img {
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.flex-box-row .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-content {
	border: solid 2px #e0e0e0;
	text-align: center;
	padding: 30px;
}

.item-content h4 {
	margin: 0;
	font-size:28px;
}

.btn-donate-item {
	background: rgb(255, 152, 14);
	background: linear-gradient(45deg, rgba(255, 152, 14, 1) 0%, rgba(255, 56, 73, 1) 100%);
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	display: inline-block;
	font-size: 15px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
}


footer {
	display: flex;
	padding: 50px 0px;
	margin-top: 40px;
	background-color: #220033;
	color: #fff;
}

footer .item {
	flex: 1;
}

footer .item img {
	width: 250px;
}

footer .item p {
	font-size: 16px;
}

footer .item .social {
	display: flex;
	align-items: center;
}

footer .item .social i {
	font-size: 25px;
	margin-right: 10px;
}

footer .about-fter p {
	font-size: 14px;
	max-width: 80%;
	line-height: 25px;
}

.subscribe-input {
	display: flex;
}

.subscribe-input .form-control {
	border: solid 1px #000;
	padding: 15px;
}

.btn-subscribe {
	background: rgb(255, 152, 14);
	background: linear-gradient(45deg, rgba(255, 152, 14, 1) 0%, rgba(255, 56, 73, 1) 100%);
	color: #fff;
	border: solid 1px #000;
	/* margin-left: 5px; */
	padding: 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-left: none;
	cursor: pointer;
}


.btn-donate-item:hover {
	background: linear-gradient(45deg, rgba(255, 152, 14, 1) 50%, rgba(255, 56, 73, 1) 30%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
}


.bg-mini-header {
	position: relative;
	background: url(../images/bg-donate.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 126px 0px 140px 0px;
}

.mini-content {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.mini-content h2 {
	color: #ffffff;

	font-size: 70px;
	font-weight: 800;
	line-height: 80px;
	margin: 0px;
}

.mini-content p {
	color: #fff;
	font-size: 28px;
}


.about-donate h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.item-donate-box {
	position: relative;
	flex: 1;
	margin: 0px 50px;
}


.item-donate-box .form-container {
	width: 600px;
}

.item-donate-box h2 {
	font-size: 30px;
	position: relative;
}

.item-donate-box h2:before {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 110px;
	height: 4px;
	background-color: #ff4741;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.item-donate-box p {
	font-size: 18px;
	font-weight: 400;
	margin: 18px 40px 30px;
	color: #6f6f6f;
}

form {

	display: flex;
	overflow: hidden;


}

.form-page {
	flex: 1 0 100%;
	display: flex;
	flex-flow: column nowrap;
	transition: transform 0.3s;
	position: relative;
}

.thumb-img{height:280px;}

.thumb-img img {
	width: 100%;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}

.btn-donate-now {
    background: rgb(255, 152, 14);
    background: linear-gradient(45deg, rgba(255, 152, 14, 1) 0%, rgba(255, 56, 73, 1) 100%);
    padding: 15px 25px;
    border: none;
    /* width: fit-content; */
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.btn-donate-now svg{ 
       fill: #fff;
    width: 30px;
    height: 30px;}

.donate-wrapper {
	position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #696969;
    overflow: hidden;
    border-top:1px solid #f2f2f2;;
	width: 600px;
	margin: 0 auto;
}
.about-donate{margin-bottom: 40px;}

.form-page h6{     color: #6b6b6b;
    font-size: 16px;
    font-weight: 500;
    padding-top: 25px;
    text-align: center;
    margin: 0;}


/* BARS */

.bar {
	text-align: center;
    margin: 20px auto;
}

.bar-circle {
	display: inline-block;
	margin: 0 8px;
	height: 12px;
	width: 12px;
	background: #e4e4e4;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s;
}

.bar-circle.active {
	background: #747474;
}
.secure-notice i{margin-right:10px;}

.bar-circle.active.done {
	transition: all 1s;
	transform: scale(0);
	background: rgb(255, 255, 255);
	box-shadow: inset 0px 0px 40px rgba(1, 73, 0, 0.1);
}


.secure-notice {
	align-items: center;
	background: #fbfbfb;
	border-top: 1px solid #f2f2f2;
	color: #989898;
	display: flex;
	font-size:13px;
	height: 60px;
	justify-content: center;
   
}


.top-back-bar{border-bottom: 1px solid #f2f2f2;position: relative;    color: #424242;
    font-size: 15px;
    font-weight: 500;
    text-align: center;}
.top-back-bar i{margin-right: 10px;
    position: absolute;
    left: 20px;
    color: #424242;
    font-size: 20px;}


    .amount-box, .info-box {
        padding:10px 40px;
    }

    .big-input-amt{display: flex;position: relative;}

    .big-input-amt input{     align-items: center;
        background-color: #fff;
        border: 1px solid #979797;
        border-radius: 4px;
        box-shadow: inset 0 1px 4px rgb(0 0 0 / 22%);
        display: flex;
        margin: 5px auto 15px;
        width: 100%;
        overflow: hidden;
        padding: 10px 25px;
        position: relative;
        text-align: center;
        font-size:40px;
    }

       .seperator {    position: absolute;
            left: 25px;
            border-right: 1px dotted #aaa!important;
            padding-right: 24px;
            top: 30px;font-size: 20px;}

            .gtns-groups {
                display: flex;
                /* width: calc(100% / 2 ); */
                flex-wrap: wrap;
            }
            .gtns-groups .btn-amts {
                cursor: pointer;
                background: #2c2c2c;
                border: 2px solid #2c2c2c;
                color: #fff;
                justify-content: center;
                line-height: 1;
                padding:20px 0px;
                text-align: center;
                width: calc(96% / 2 );
                border-radius: 5px;
                font-size:20px;
                margin: 5px;
                display: flex;
            }
            .gtns-groups .btn-amts.active{    border-color: #000;
                background: #fff;    color: #000;}
                .gtns-groups .btn-amts.active{background: transparent;}
            .gtns-groups .btn-amts:hover{background:#000;border-color: #000;}
            .gtns-groups .btn-amts.active:hover{background: transparent;color: #000;}
            span.currancy-symble {
                font-size: 18px;
            }

.prev-btn{    position: absolute;
    top: 20px;
    z-index: 99;
    font-size: 20px;
    left: 15px;
    cursor: pointer;}


.check-year{      background: #fff;
    border: 1px solid hsla(0,0%,100%,0);
    border-radius: 5px;
    box-shadow: 0 0 16px rgb(0 0 0 / 12%);
    padding: 15px;    font-size: 15px;border:1px solid #2c2c2c;margin-top: 15px;}

    .check-year .form-group {
        display: block;

      }
      

      .check-year select{border: none;
        border-bottom: 1px solid #a2a3a2;
        color: #898989;
        font-size: 15px;
        padding-bottom: 3px;}


      .check-year  .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
      }
      
      .check-year .form-group label {
        position: relative;
        cursor: pointer;
      }
      
      .check-year  .form-group label:before {
        content: '';
        -webkit-appearance: none;
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right:10px;
        background-color: #fff;
        border: 1px solid #b4b9be;
        box-shadow: inset 0 1px 2px rgb(0 0 0 / 25%);
      }
      
      .check-year .form-group input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 4px;
		left: 8px;
		width: 5px;
		height: 10px;
		border: solid #f44336;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
      }

.form-row {margin-bottom: 15px;display: flex;}
.info-box .form-control {border: 1px solid #b8b8b8;border-radius: 4px;box-shadow: inset 0 1px 5px rgb(0 0 0 / 15%);width: 100%;color: #828382;font-size: 14px;padding: 14px;}
.d-flex-col .form-control:first-child{margin-right:15px;}
.informations{text-align: center;}
.grey-amount-box{background-color: #f9f9f9;color: #333;}
.donate-d-flex{display: flex;align-items: center;justify-content: space-between;padding:15px 30px;border-bottom: 1px solid #f2f2f2;}
.donate-content svg{width: 20px;margin-left: 2px;height: 20px;fill: #28c77b;}
.donate-content h6{font-size: 15px;font-weight: 500;line-height: 18px;padding-top: 10px;}
.donate-d-flex a{color: #28c77b;display: flex;align-items: center;}


.donate-content{font-weight: 500;}

.closebtn, .closenav{display: none;}



@media screen and (max-width:767px) {
	.logo{font-size: 25px;}
	.openav svg{width: 35px;height: 35px;fill: #fff;}
	.about-sec h1{line-height: inherit;font-size: 22px;}
	.container{max-width: 100%;padding: 0px 15px;}
	.btn-donate{padding: 10px 15px;font-size: 13px;}
	.about-sec p{font-size: 16px;}
	.services-area h2{font-size: 30px;}
	.flex-box-row{display:grid;}
	.flex-box-row .item{width: 100%;padding: 0;}
	.closebtn, .openav{display:block;}
	.footer-wrapper{display: grid;}
	.bg-mini-header{padding: 30px 0px 30px 0px;}
	.mini-content h2{font-size: 40px;line-height:inherit;}
	.mini-content p{font-size: 23px;margin: 0;}
	.item-donate-box .form-container, .donate-wrapper{width: 100%;}
	.item-donate-box{margin: 0px;}
	.item-donate-box p{margin: 18px 10px;}
	.amount-box, .info-box{padding: 10px 20px;}
	.gtns-groups .btn-amts{padding: 18px 0px;width: calc(93% / 2 );font-size: 16px;}
	.big-input-amt input{font-size: 35px;}
	.seperator{top: 22px;}
	.check-year .form-group label:before{padding: 8px;margin-right: 8px;}
	.check-year{padding: 10px;}
	.menu-flex ul li{padding: 20px 25px;}
	.menu-flex ul li a:hover{color: #ff9800;}
	.menu-flex ul li a{letter-spacing: 0.8px;}
	.hero-content{top: 16%;}
	.hero-content h1{margin: 0;font-size: 25px;}
	.hero-content p{font-size: 15px;margin: 5px 0px;}
	.hero-content .btn-donate{padding: 5px 10px;font-size: 14px;}
	.swiper-button-next:after, .swiper-button-prev:after{font-size:25px;}
	.swiper-slide img{height:170px;}
	.donate-content h6{font-size: 10px;padding-top: 0px;}
	.item-content h4{font-size: 20px!important;}
	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		background-color: #220033;
		overflow-x: hidden;
		transition: 0.2s;
		padding-top: 60px;
		padding-left: 0;
	  }
	  

	  
	  .sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	  }

	  .menu-flex .sidenav{display:block;    text-align: left;}

		.closebtn svg{fill: #fff;width: 30px;}

  }


  @media only screen and (min-width:768px) and (max-width:992px){

		.menu-flex ul{padding-left: 0px;}
		.menu-flex ul li{padding: 0px 13px;}
		.container{max-width: 100%;}
		.flex-box-row .item{width: calc(92% / 3);padding: 0px 10px;}

  }