 *, *:before, *:after {
  box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
	font-family: "Archivo", sans-serif;
	scroll-behavior: smooth;
}
.mainwrapper{
	overflow-x: hidden
}
.w1440{
	width:100%;
	max-width:1440px;
	margin:auto;
}
a, button{
	cursor:pointer;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.text-center{
	text-align:center;
}
.red-text{
	color:#d41116;
}
.red-bg{
	background:#d41116;
}
.white-text{
	color:#fff;
}
.header{
	background:#d9d9d9;
	padding:20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
}
.successmsg{
    display:none;
    color:green;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
}
.gray-bg{
	background:#f5f5f5;
}
.w33{
	width:33.3%;
}
.w25{
	width: 25%;
}
.w20{
	width:20%;
}
.w50{
	width: 50%;
}
.w55{
	width:60%;
}
.m0{
	margin:0;
}
.w30{
	width:30%;
}
.header-btn{
	padding-top:20px;
}
.navbartoggle{
	display:none;
}
.logo img{
	margin-top:15px;
}
.navbar ul{
	padding-left:0;
}
.navbar ul li{
	list-style:none;
	display:inline-block;
	padding:22px 15px;
}
.navbar ul li a{
	color:#000;
	text-decoration:none;
}
.navbar ul li a:hover{
	color:#d41116;
	/*padding-left:15px;*/
	transition:0.5s ease-in
}
.donatebtn{
    padding: 16px 0px;
    border: transparent;
    border-radius: 35px;
    width: 155px;
    font-size: 15px;
}
.donatebtn:hover{
	background:#ab2a2e;
	transition:0.4s ease-in-out
}
.maincontent{
	padding-top:100px
}
.child-images{
	position:relative;
}
.overlay-text{
	width:100%;
	position:absolute;	
	top:-52%;
	left:0%;
}
.overlay-text h1{
	font-size:95px;
	font-weight:500;
}
.innerchildimg {
	margin:auto;
	margin-top:300px;
	position:relative;	
}
.bottom-right {
  position: absolute;
  bottom: 22px;
  right: 25px;
}
.bottomright {
  position: absolute;
  bottom: 122px;
  right: 55px;
}
.injuredchildimg{
	width:500px;
	position:relative;	
}
.injuredchildimg img{
	height:270px;
	width:100%; 
	border-radius: 40px;
	position:relative;
	top:-100px;
}
.inchimg img {
    width: 100%;
    width: 400px;
    border-radius: 40px;
}
.secendary-button{
	padding: 12px 0;
    width: 165px;
    border-radius: 35px;
    border: transparent;
}
.inner-s2{
	padding:100px 0;
	margin:auto;
}
.inner-s2 .w33{
	padding:10px;
}
.block-1{
	padding:15px 20px;
	background:#fff;
	border-radius:30px;
	height:200px;
}
.block-1 h1{
	font-size:60px;
	vertical-align:bottom;
    margin-bottom:0
}
.mt57{
	margin-top:57px;
}
.mt44{
	margin-top:44px;
}
.mt12{
	margin-top:12px;
}
.block-1 p{
	font-weight:600;
	font-size:20px;
}
.live-btn{
	margin:30px;
	border-radius:40px;
	padding:10px;
	width:95px;
	border:1px solid #000;
	font-weight:600;
}
.live-btn button{
	width:10px;
	height:12px;
	border-radius:50%;
	border:transparent;
	margin:0 5px;
}
.gtext{
	padding:100px 20px;
}
.oectext{
	font-size:45px;
	font-weight:500;
	line-height:45px;
}
.see-btn {
    padding: 16px 25px;
    border: 1px solid #d41116;
    border-radius: 10px;
    font-size: 16px;
}
.inchild{
	padding:20px;
	position:relative;
}
.inchild img{
	width:100%;
	height:400px;
	object-fit:cover;
	border-radius:20px;	
}
.leftrot-img img{
    rotate:-1deg;
}
.rightrot-img img{
	rotate:1deg;
}
.about-gaza{
	padding:50px 0
}
.cursorimg{
	width:100%;
	border-radius:40px;
	background:#f2f2f0;
}
.cursorimg img{
	width:85%;
	padding:40px;
}
.gazaabouttext{
	padding:0 124px;
}
.relief-text{	
	line-height:24px;
	letter-spacing:0.2px;
}
.aboutbtn{
	margin-left:10px;
	border:2px solid #000;
	width:120px;
}
.white-bg{
	background:#fff;
}
.galry {
    font-size: 14px;
    font-weight: 500;
}
.fs15{
	font-size:15px;
}
.tertiary-button{
	padding: 12px 0;
    width: 165px;
    border-radius: 35px;
    border: transparent;
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section5{
	padding:50px 0;
}
.collabh1 {
    font-size: 50px;
    font-weight: 500;
	padding:40px 0;
}
.hopeimg img{
	width:60%;
}
.inaraimg img{
	width:37%;
}
.rescue-img img{
	width:100%;
	padding:0 25px;
}
.donat-remark p {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
}
.donat-remark h1{
	font-size:110px;
}
.centralbtn{
	width:max-content;
	margin:auto;
}
.incentrlbtn {
    padding: 17px 0px;
    border: transparent;
    border-radius: 35px;
    width: 250px;
    font-size: 25px;
}
.donationgoods{
	width:80%;
	margin:auto;
}
.inner-dongoods{
	padding:50px 0;
}
.about-btn{
	margin:10px 0;
	border: 2px solid #000;
    width: 200px ;
	font-weight:600;
	font-size:15px;
	border:2px solid #d41116;
	border-radius:35px;
}
.updonsvg svg{
	rotate:180deg;
	position:relative;
	top:5px;
}
.upper-st-img{
	padding:40px 0;
}
.upper-st-img .w33{
	padding-right:25px;
}
.story-img{
	border-radius:35px;
}
.story-img a{
	text-decoration:none;
	color:#000;
}
.story-img img{
	width:100%;
	border-radius:35px;
}
.story-img p{
	font-size:14px;
	font-weight:500;
}
.story-img h1 {
    font-weight: 600;
}
.story-img h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
}
.team-img .w33{
	padding:20px;	
}
.team-img img{
	border-radius:35px;
	width:100%;
}
.team{
	border-radius:35px;
	padding:50px;
}
.team h1{
	font-size:50px;
	font-weight:500;
}
.upperteamimg{
	position:relative;
}
.top-right {
    position: absolute;
    top: 60px;
    right: 65px;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px 17px;
    font-weight: 500;
}
.centered {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.care-img{
	padding:100px 0;
}
.care-img p{
	font-size:50px;
	font-weight:600;
}
.footer{
	padding:100px 50px;
}
.logo-text{
    text-decoration: none;
    font-size: 50px;
    font-weight: 600;
    line-height: 40px;
}
.links a{
	text-decoration:transparent;
	padding:8px 0;
	display:block;
}
.links a:hover{
	text-decoration:underline;
	transition:0.4s ease-in
}
.hl{
	border-bottom:2px solid #fff;
}
.copyright a{
	text-decoration:none;
	margin:0 5px
}
.blog-upper{
	padding:40px 20px;
}
.clear{
	clear:both;
}
.mobilehshow{
   display:none;
}
.desktophide{
	margin:100px auto;
   display:none;
}
.resbttn{
	margin:20px 0
}
.textm{
	margin-top:15px;
}
.inner-dongoods .see-btn:hover, .respstyle .see-btn:hover, .section3 .see-btn:hover{
	background:#d41116;
	color:#fff;
	transition:0.4s ease-in
}
.centralbtn button:hover, .tertiary-button:hover{
	background: #9a272a;
	color:#fff;
	transition:0.4s ease-in
}
/*****************     contactpage css        *******************/
.message{
	
	padding-top:80px
}
.form-upper{
	width:600px;
	margin:30px auto;
	border:2px solid red;
	border-radius:10px;
	padding:0 30px;
	box-shadow:2px 2px #d41116;
}
.form-upper form{
	margin:50px 0;
}
.input-upper{
	margin:10px 0;
}
.input-upper input{
	margin:10px 0;
	width:100%;
	border-radius:5px;
	padding:10px;
	box-shadow:2px 2px;
}
.button-upper{
	width:max-content;
	margin:30px auto;
}
.input-upper button{
	padding:12px 0;
	border-radius:25px;
	border:transparent;
	width:120px;
	font-weight:700;
	
}
.mobileshow{
	display:none;
}

/*****************      responsive css        *******************/
@media only screen and (max-width : 1060px){
	.overlay-text {
		top:-26%;		
	}
	.overlay-text h1 {
       font-size: 60px;
	}
	.innerchildimg, .injuredchildimg{
		margin:0;
		float:left;
	}
	.injuredchildimg img{
		top:0;
	}
	.bottomright {
		bottom: 22px;
		right: 22px;
    }
	.innerchildimg{
		width:100%;
	}
	.child-images{
		padding:30px;
	}
	.injuredchildimg{
		width:100%;
	}
	.injuredchildimg img, .innerchildimg img{
		height:270px;
		width:100%;
	}
	.inner-s2{
		width:82%;
	}
	.inchild{
		padding:0;
	}
	.inchild img {
		height:100%;
	}
	.tertiary-button {
		top:80%;
		width: max-content;
		padding:10px;
	}
	.donationgoods {
        width: 100%;
	}
	.upper-st-img .w33 {
       padding-right: 10px;
    }
	.story-img img {
		height:290px;
	}
	.gazaabouttext {
        padding: 0 20px;
    }	
	.centered {
		top:80%;
	}
	.team-img .incentrlbtn{
		width:100%;
		padding:12px 18px;
	}
}
@media only screen and (max-width : 931px){
	.logo{
		width:12%;
	}
	.navbar{
		width:63%;
	}
	.header-btn{
		width:25%;
	}
	.cursorimg img {
        width: 100%;
	}
	.gazaabouttext {
       padding: 0 30px;
   }
   .donationgoods img{
	  width:100%; 
   }
   .about-btn {
	   width:150px;
	   font-size:10px;
   }
   .upper-st-img {
        padding: 40px 0px;
   }
   .foterlogo{
	   width:40%;
   }
   .footerlink{
	   width:60%
   }
   .footer-btn{
	   width:100%;
   }
   .footer-btn .centralbtn{
	   margin:20px auto;
   }
}


.crossicon{
    display:none;
}
@media only screen and (max-width : 768px){
    ..injuredchildimg img {
		
		height:auto
	}
	.mobilehide{
		display:none;
	}
	.mobileshow{
		display:block;
	}
	.mobileshow .donatebtn{
		background: #fff;
        color: red;
        padding: 9px 16px;
        margin-left: 33px;
	}
	.maincontent {
    padding-top: 10px;
}
	
	
	.injuredchildimg img, .innerchildimg img{
		height:auto
	}
    
    .section-2{
        background-position: 50% 73%;
    background-repeat: no-repeat;
    background-size: cover;
    }
    
	.header, .maincontent{
		background:#f2f2f0;
	}
	.header{
		padding:20px 20px 20px 40px;
	}
	.mobilehide, .disnone{
		display:none
	}
	.mobilehshow{
		display:block
	}
	.logo{
		width:50%;		
	}
	.header-btn{
		width:100%;
		padding-top:0
	}
	.crossicon{
	    display:block;
	    position: absolute;
    right: 33px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
	}
	.navbar ul {
    padding-left: 0;
    margin-top: 50px;
}
	.navbar{
		display:none;
		/*position:relative;
		z-index:1;	
		float:right;
		width:250px;
		background:#d9d9d9;*/
		position:fixed;
		z-index: 1;
    float: right;
    width: 100%;
    height: 100%;
    z-index: 222;
    background: red;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
		
		
		
	}		
	.navbar ul li{
		padding:12px;
		display:block;	
	}
	
		.navbar ul li a{
		color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding-left: 30px;
	}
	.navbartoggle {
		width: 50%;
		float: left;
		display: block;
		text-align: right;
		padding-right:20px;
		cursor:pointer;
    }
	.inner-s2{
		padding:60px 0;
		width:360px;
	}
	.inner-s2 .w33 {
		width: 100%;			
    }
	.injured-child .w25{
		width:50%;
		padding:10px;
	}
	.inchild img {
       height: 440px;
    }
	.section-2 .desktophide{
		margin:0;
		padding-top:90px;
		font-size:25px;
	}
	.section3 .see-btn{
	  margin:20px;
	}
	.injured-child .tertiary-button {
		top: 95%;
		padding: 12px 20px;
   }
   .section4{
	   background:#f5f5f5;
   }
   .respstyle{
	   border-radius:100px;
	   padding:70px 50px;
	   background:#fff
   }
   .respstyle .w50{
	   width:100%;
   }
   .gazaabouttext {
    padding: 0 45px;
   }
   .relief-text{
	   margin:30px 0
   }
   .resbttn{
	   width:100%;
	   margin:20px 0
   }  
   .ml12{
	   width:35%;
	   padding-right:12px;
   }
   .ml12 .see-btn{
	   width:100%;
	   padding:16px 0;
   }
   .resbttn .aboutbtn{	  
	  width:65%;
	  margin-left:0
   }   
   .hopeinaraimg .w30{
	   width:50%
   }
   .hopeinaraimg .w20{
	   width:50%
   }
   .blog-upper{
	   padding:80px 0;
   }
   .blog-upper .respstyle{
	   margin-bottom:40px
   }
   .blog-upper .see-btn{
	   margin:-36px 25px;
   }
   .donat-remark p {
      font-size: 22px;
      line-height: 27px;
   }
   .team{
	   padding:50px 35px;
	   background:#f5f5f5
   }
   .team h1 {
      font-size: 92px;
      text-align:left;
	  line-height:74px
   }
   .team-img .w33{
	   width:50%;
	   padding:10px
   }
   .upperteamimg.desktophide{
	   margin:0
   }
   .footer{
	   padding:100px;
   }
   .foterlogo{
	   width:100%;
   }
   .footerlink{
	   width:50%;
   }
   .footerlink .w33{
	   width:100%;
	   margin:20px 0
   }
   .footer-btn{
	   width:50%;
   }
   .links a {
    padding: 12px 0;
   }
   .copyright p{
	   margin-top:30px;
	   text-align:center;
   }
   .upper-st-img .w33 {
       width:100%;
	   margin:30px 0;
   }
   .story-img img{
		height:auto;
   }
  .upperteamimg p{
	  font-size:35px;									 
  }
  .care-img p {
	  font-size: 30px;
  }	
  .logo-text {
	  font-size: 65px;
	  line-height: 50px;
  }
	.overlay-text{
		  width:100%;
		  position:relative;
		  top:0;
		  left:0;
	}
	.header h2{
		  margin-bottom:0
	}
	.donatebtn {
		padding: 13px 7px;
		font-size: 17px;
		width: max-content;
   }
   .donat-remark h1 {
		font-size: 80px;
    }
	.inner-dongoods .w25{
	   padding:10px;
   }
   .inner-dongoods .see-btn{
	   width:100%;
	   padding:10px 0;
   }
   .child-images .childw{
	   width:100%;
   }
   .childw .innerchildimg{
	   width:60%;
	   margin-bottom:20px;
   }  
   .contact-popup{
	   padding:0 25px;
   }
   .form-upper{
	   width:100%;
   }
}
@media only screen and (max-width : 541px){
	
	.child-images .respchild {
		width: 100%;
     }
	 .childw .innerchildimg {
	 width: 100%;
	 }
	 .inchild img {
      height: 230px;
   
    }
	.overlay-text h1 {
		font-size: 30px;
   }
   .resbtn .aboutbtn {
		width: 180px;
   }
   .donat-remark p {
		font-size: 16px;
		line-height: 16px;
   }  
   .donat-remark h1 {
		font-size: 50px;
   }
   .oectext {
		font-size: 35px;
		line-height: 35px;
   }
   .blog-upper .see-btn {
		margin: 0
   }
   .respstyle {  
		padding: 50px 20px;
    }
	.team h1 {
		font-size: 30px;
		line-height:30px;
    }
	.incentrlbtn {
		padding: 17px 15px;
		width:100%;
		font-size: 18px;
	}
	.upperteamimg p {
		font-size: 20px;
	}
	.care-img p {
		font-size: 25px;
	}
	.footer {
		padding: 50px 30px;
	}
	.logo-text {
		font-size: 50px;
		line-height: 40px;
	}	 
}