
/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap');
@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('../webfonts/BasisGrotesquePro-Regular.eot');
    src: url('../webfonts/BasisGrotesquePro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BasisGrotesquePro-Regular.woff2') format('woff2'),
        url('../webfonts/BasisGrotesquePro-Regular.woff') format('woff'),
        url('../webfonts/BasisGrotesquePro-Regular.ttf') format('truetype'),
        url('../webfonts/BasisGrotesquePro-Regular.svg#BasisGrotesquePro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('../webfonts/BasisGrotesquePro-Medium.eot');
    src: url('../webfonts/BasisGrotesquePro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BasisGrotesquePro-Medium.woff2') format('woff2'),
        url('../webfonts/BasisGrotesquePro-Medium.woff') format('woff'),
        url('../webfonts/BasisGrotesquePro-Medium.ttf') format('truetype'),
        url('../webfonts/BasisGrotesquePro-Medium.svg#BasisGrotesquePro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('../webfonts/BasisGrotesquePro-Bold.eot');
    src: url('../webfonts/BasisGrotesquePro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BasisGrotesquePro-Bold.woff2') format('woff2'),
        url('../webfonts/BasisGrotesquePro-Bold.woff') format('woff'),
        url('../webfonts/BasisGrotesquePro-Bold.ttf') format('truetype'),
        url('../webfonts/BasisGrotesquePro-Bold.svg#BasisGrotesquePro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Medium.eot');
    src: url('../webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Medium.woff2') format('woff2'),
        url('../webfonts/Gilroy-Medium.woff') format('woff'),
        url('../webfonts/Gilroy-Medium.ttf') format('truetype'),
        url('../webfonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




/*======================
   02. Basic css
========================*/
html{
	font-size: 62.5%;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}
h1,h2{
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
}
:root {
    --Yellow: #c99e67;
	--dark: #000;
}
body {
	line-height: 1.5;
	/* font-family: 'Basis Grotesque Pro'; */
	font-family: "Tiro Bangla", serif;
	background-color: #fff;
	color: #4f3f3f;
	font-weight: 400;
	font-size: 2.2rem;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 6.0rem;
	height: 6.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 6.0rem;
	height: 6.0rem;
	border-radius: 100%;
	background: #FF3583;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}
/*Hamburger-menu START CSS*/
.hamburger-menu {
	cursor: pointer;
	display: none;
	z-index: 999;
	width: 3.0rem;
	margin-left: auto;
}
.hamburger-menu span {
	background: var(--Yellow);
	width: 100%;
	height: .3rem;
	display: block;
	margin: .5rem 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0.5rem;
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(0.82rem) rotate(135deg);
	-ms-transform: translateY(0.82rem) rotate(135deg);
	transform: translateY(0.82rem) rotate(135deg);
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-0.82rem) rotate(-135deg);
	-ms-transform: translateY(-0.82rem) rotate(-135deg);
	transform: translateY(-0.82rem) rotate(-135deg);
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
	padding: 0.1rem 0;
	background-color: #fff;
}

/*sticky START CSS*/
header.sticky {
   -webkit-box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
   box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
   background-color: #fff;
}
header.sticky img{
	max-width: 10.4rem;
}
.logo img {
    max-width: 12.4rem;
}
#menu {
	text-align: center;
}

#menu li {
	display: inline-block;
	color: #fff;
}

#menu li a {
	font-size: 2rem;
	color: var(--dark);
	padding: 0 1.8rem;
	font-weight: 500;
}
#menu li a.active,
#menu li a:hover {
	background-image: url(../img/nav-shape.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 3.5rem auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	filter: grayscale(100%) brightness(0);
}
#menu li:last-child a{
	padding-right: 0;
}
main {
   padding-top: 12.3rem;
}

/* CSS */
.title h2{
	font-size: 4rem;
	color: var(--dark);
}
.title p{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}
.shop_btn {
  background-color: #fff;
  border: .2rem solid #422800;
  border-radius: 3.0rem;
  box-shadow: #422800 .4rem .4rem 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 2.4rem;
  font-weight: 600;
  font-size: 1.8rem;
  animation:bounce-top .9s both;
}
@keyframes bounce-top{0%{transform:translateY(-45px);animation-timing-function:ease-in;opacity:1}24%{opacity:1}40%{transform:translateY(-24px);animation-timing-function:ease-in}65%{transform:translateY(-12px);animation-timing-function:ease-in}82%{transform:translateY(-6px);animation-timing-function:ease-in}93%{transform:translateY(-4px);animation-timing-function:ease-in}25%,55%,75%,87%{transform:translateY(0);animation-timing-function:ease-out}100%{transform:translateY(0);animation-timing-function:ease-out;opacity:1}}
.shop_btn:hover {
  background-color: #c99e67;
  color: #fff;
}
.button-outline{
	background-color: transparent;
	border: 0.1rem solid #fff;
	color: #fff;
	font-size: 1.8rem;
	display: inline-block;
	border-radius: 3rem;
	padding: 1rem 2rem;
}
.button-outline i{
	margin-left: 1rem;
}
.button-outline:hover{
	background-color: var(--Yellow);
	border-color: var(--Yellow);
	color: #fff;
}
.select_wrap {
   position: relative;
}
.select_wrap img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 1.6rem;
	width: 1.6rem;
}
/*home_area*/
.home_area h1 {
    font-size: 5.5rem;
    font-weight: 500;
    color: #fff;
    max-width: 73.8rem;
	padding-top: 17rem;
	animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;
	font-family: "Tiro Bangla", serif;
}
@keyframes text-focus-in{0%{filter:blur(12px);opacity:0}100%{filter:blur(0);opacity:1}}
.home_area p{
	color: #FFF;
	font-size: 3rem;
	margin-top: 2.4rem;
}
.home_area{
	position: relative;
	min-height: 90vh;
	background-color: rgba(10, 30, 78, 0.25);
}	
.slider3 .owl-stage,
.slider3 .owl-stage-outer,
.slider3 .owl-item,
.slider3 .item{
	height: 100%;
	width: 100%;
}
.slider3{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.slider3 .item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.slider3 .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, rgb(33 32 32 / 54%) 0%, rgb(209 180 121 / 59%) 100%);
    z-index: -1;
}
.home_area .container{
	position: relative;
	z-index: 1;
}
.owl-nav button{
	width: 6.4rem;
	height: 6.4rem;
	background: -o-radial-gradient(50% 49.22%, 50% 50%, rgba(242, 241, 235, 0) 52.75%, #F5F4ED 100%);
	background: radial-gradient(50% 50% at 50% 49.22%, rgba(242, 241, 235, 0) 52.75%, #F5F4ED 100%);
	line-height: 1;
	padding-bottom: 0.3rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
.owl-nav button:hover{
	background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 245, 217, 0) 36.44%, #FFF5D9 100%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 217, 0) 36.44%, #FFF5D9 100%);
}
.owl-nav button:hover img {
    filter: invert(79%) sepia(130%) saturate(3542%) hue-rotate(329deg) brightness(530%) contrast(98%);
}
.owl-nav button img{
	width: 2.1rem;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	display: block;
	margin: 0 auto;
}
.slider3 .owl-nav button.owl-prev {
    left: 0rem;
    border-radius: 0 1.3rem 1.3rem 0;
}
.slider3 .owl-nav button.owl-next{
	right: 0;
	border-radius: 1.3rem 0 0 1.3rem;
}
/* .slider3 .owl-dots button{
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 0.5rem;
	padding: 0.1rem;
}
.slider3 .owl-dot.active{
	background-color: var(--Yellow);
}
.slider3 .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	bottom: 13.5rem;
	left: 0;
	width: 100%;
	position: absolute;
} */
/* inner_hero */
.inner_hero{
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative; 
	z-index: 1;
	padding: 18rem 0;
}

.inner_hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, rgb(33 32 32 / 54%) 0%, rgb(209 180 121 / 59%) 100%);
    z-index: -1;
}
.inner_hero h2{
	font-size: 4rem;
	color: #fff;
}
/* about_area */
.about_area .title h2{
	margin-bottom: 2rem;
	font-size: 3.3rem;
	font-family: "Tiro Bangla", serif;
}
.about_area p{
	text-align: justify;
	margin-bottom: 1rem;
	font-size: 2.2rem;
	font-family: "Tiro Bangla", serif;
}
.about_area img{
	border-radius: 2rem;
	overflow: hidden;
	height: 100%;
}
/* involved_area */
.involved_area {
    padding: 15rem 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 5rem 0;
}
.involved_area h2{
	color: var(--Yellow);
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	font-family: "Tiro Bangla", serif;

}
.involved_area h3 {
    color: var(--dark);
    font-size: 2.5rem;
    max-width: 81rem;
    margin: 0 auto;
	font-weight: 600;
	font-family: "Tiro Bangla", serif;
}
.details_popup_images .room_images {
    border-radius: 2.0rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1.0rem;
}
.details_popup_images .room_images a:first-child {
    height: 62.0rem;
    grid-row: 1/span 2;
}
.details_popup_images a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	width: 100%;
}
.details_popup_images .room_images a {
    height: 30.5rem;
}
/* distribution_area */
.distribution_area{
	margin: 7rem 0;
}
.distribution_area .title h2{
	font-family: "Tiro Bangla", serif;
	font-size: 3.4rem;
}
.distr_bor{
	border-radius: 1rem;
	border: 0.2rem solid var(--Yellow);
	padding: 3rem;
}
.distr_bor p{
	font-size: 2.2rem;
	text-align: justify;
	margin-top: 2rem;
	font-family: "Tiro Bangla", serif;
}
.demo_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.demo_child{
	border-left: 0.2rem solid var(--Yellow);
	padding-left: 2rem;
}
.demo_child h3{
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 1.8rem;
}
.demo_child h2{
	font-weight: 700;
	color: var(--dark);
	font-size: 2.6rem;
}
.progress-bar {
	height: 3.0rem;
	width: 100%;
	background-color: #BFADA3;
	border-radius: 2.0rem;
	overflow: hidden;
	box-shadow: .2rem 0 1.0rem inset rgba(0,0,0,0.2);
	position: relative;
  }
  
  * + .progress-bar {
	margin-top: 2rem;
  }
  
  .bar {
	width: 0;
	height: 100%;
	background-color: var(--Yellow);
	
	/*Lollipop background gradient*/
	background-image: linear-gradient(
	  -45deg,
	  rgba(255, 255, 255, .2) 25%,
	  transparent 25%,
	  transparent 50%,
	  rgba(255, 255, 255, .2) 50%,
	  rgba(255, 255, 255, .2) 75%,
	  transparent 75%,
	  transparent
	);
   
	background-size: 3.0rem 3.0rem;
	animation: move 2s linear infinite;
	box-shadow: .2rem 0 1.0rem inset rgba(0,0,0,0.2);
	transition: width 2s ease-out;
  }
  
  /*Lollipop background gradient animation*/
  @keyframes move {
	0% {
	  background-position: 0 0;
	}
	100% {
	  background-position: 3.0rem 3.0rem;
	}
  }
  
  .perc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
  }
  .distr_bor h4 {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    left: 9%;
    padding-top: 0.5rem;
}
.distr_bor h5 {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    left: 9%;
    padding-top: 2.5rem;
}
/* input css */
.input-container {
	height: 5.0rem;
	position: relative;
	width: 100%;
  }
  textarea.input {
    height: 10rem;
    resize: none;
}
.input {
	background-color: #fff;
	box-shadow: #422800 .4rem .4rem 0 0;
	border: .2rem solid #422800;
	border-radius: 3rem;
	box-sizing: border-box;
	color: #000;
	font-size: 1.8rem;
	height: 100%;
	outline: 0;
	padding: .4rem 2.0rem 0;
	width: 100%;
  }
  
  .cut {
	background-color: #15172b;
	border-radius: 1.0rem;
	height: 2.0rem;
	width: 10.5rem;
	left: 2.0rem;
	position: absolute;
	top: -2.1rem;
	transform: translateY(0);
	transition: transform 200ms;
	opacity: 0;
	font-size: 1.5rem;
  }
  .cut.transaction_id{
    width: 15.0rem;
  }
  .cut-short {
	width: 5.0rem;
  }
  
  .input:focus ~ .cut,
  .input:not(:placeholder-shown) ~ .cut {
	transform: translateY(.8rem);
	opacity: 1;
  }
  
  .placeholder {
	color: #65657b;
	font-family: sans-serif;
	left: 2.0rem;
	line-height: 1.4rem;
	pointer-events: none;
	position: absolute;
	transform-origin: 0 50%;
	transition: transform 200ms, color 200ms;
	top: 2.0rem;
  }
  
  .input:focus ~ .placeholder,
  .input:not(:placeholder-shown) ~ .placeholder {
	transform: translateY(-3.0rem) translateX(1.0rem) scale(0.75);
  }
  
  .input:not(:placeholder-shown) ~ .placeholder {
	color: #808097;
  }
  
  .input:focus ~ .placeholder {
	color: var(--Yellow);
  }
  .dist_form{
	height: 100%;
	border: 0.2rem solid var(--Yellow);
	padding: 7rem 4rem;
	border-radius:0% 20% 10% 20% / 7% 18% 0% 18% ;
	overflow: hidden;

  }
  .dist_form .shop_btn{
	width: 100%;
  }
  .dist_form img{
	height: 30rem;
	object-fit: cover;
  }
  /* quran_gift_area */
  .quran_gift_area{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 18rem 0;
	color: #fff;
  }
  .quran_gift_area h3{
	margin: 0.5rem 0;
	font-size: 2.4rem;
	color: #fff;
  }
  .quran_gift_area .title h2{
	color: #fff;
	margin-bottom: 1rem;
  }
  .gift_wrap{
	display: flex;
	align-items: center;
	column-gap: 2rem;
	margin-top: 2rem;
  }
  /* expert_area */
  .single_expert {
	position: relative;
	overflow: hidden;
	border: .1rem solid #f2f2f4;
}

.expert_details {
	position: absolute;
	bottom: -6.7rem;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.single_expert:hover .expert_details {
	bottom: 0;
}

.single_expert:hover .expert_details,
.single_expert:hover .expert_details::before {
	background-color: var(--Yellow);
	color: #fff;
}

.single_expert:hover .expert_details h4 {
	color: #fff;
}

.expert_details h4 {
	font-size: 3rem;
	color: #0b1a39;
	font-weight: 600;
	margin-bottom: .8rem;
	margin-top: -.3rem;
}

.expert_details p {
	font-size: 1.9rem;
}

.expert_details ul {
	position: relative;
}

.expert_details ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1.5rem;
	height: .1rem;
	width: calc(100% - 3.0rem);
	background-color: #fff;
}

.expert_details ul li {
	display: inline-block;
	padding: 2.0rem 1.0rem;
}

.expert_details ul li a {
	font-size: 1.9rem;
	color: #fff;
}

.expert_details::before {
	content: '';
	position: absolute;
	left: -5%;
	top: -22%;
	width: 110%;
	height: 9.0rem;
	background-color: #fff;
	-webkit-transform: skewX(-6deg) rotate(-7deg);
	-ms-transform: skewX(-6deg) rotate(-7deg);
	transform: skewX(-6deg) rotate(-7deg);
	z-index: -1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.expert_wrapper .nav{
	justify-content: center;
	column-gap: 1rem;
	margin-bottom: 2rem;
}
.expert_wrapper .nav-pills .nav-link {
    border: 0.1rem solid #000;
    width: 16rem;
    font-size: 2rem;
    text-align: center;
    min-height: 7rem;
    font-weight: 500;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--Yellow);
	border-color: var(--Yellow);
}
  
/* who_area */
.who_area{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.who_area h3{
	color: var(--Yellow);
}
.who_area h2{
	color: var(--dark);
	font-size: 3rem;
	margin: 1.5rem 0;
}
.who_area h2 span{
	color: var(--Yellow);
}
.who_area p{
	text-align: justify;
}

/* charity_area */
.text-center {
	text-align: center;
  }
  
  .color-white {
	color: #fff;
  }
  
  .box-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3.5rem 1.5rem;
	width: 100%;
	column-gap: 2.0rem;
  }
  .box-item {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 20%;
	margin-bottom: 3.5rem;
	max-width: 100%;
  }
  
  .flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
  }
  
  .flip-box-front,
  .flip-box-back {
	background-size: cover;
	background-position: center;
	border-radius: .8rem;
	min-height: 31.1rem;
	-ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  
  .flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  
  .flip-box .inner {
	position: absolute;
	left: 0;
	width: 100%;
	padding: .1rem;
	outline: .1rem solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	transform: translateY(-50%) translateZ(6.0rem) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(6.0rem) scale(.94);
	-ms-transform: translateY(-50%) translateZ(6.0rem) scale(.94);
	top: 50%;
  }
  .flip-box i{
	font-size: 5rem;
	margin-top: 3rem;
  }
  .flip-box-header {
	font-size: 4rem;
	font-family: "Philosopher", sans-serif;
	font-weight: 700;
  }
  
  .flip-box p {
	font-size: 1.8rem;
	line-height: 1.5em;
  }
/* mission_area */
.mission_area{
	margin: 3rem 0 4rem;
}
.mission_area p{
	text-align: justify;
	margin-bottom: 1.5rem;
}
.mission_area h3{
	font-size: 3rem;
	color: var(--Yellow);
}
.mission_area h2{
	font-size: 5.5rem;
	color: var(--dark);
}

/* sponsor_section */
.sponsor_section{
	padding: 5rem 0;
	background-color: #c99e673d;
	margin-top: 5rem;
}
.sponsor_section img{
	width: 27rem !important;
}
/* donate_area */
.donate_area{
	padding: 6rem 0 10rem;
	background-color: #f5f5f5;
}
.donate_cart {
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
	border: 1px solid #e8e8e8;
	display: block;
	padding-bottom: 9rem;
}
.donate_cart:hover{
	border-color: transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09);
}
.donate_img {
    overflow: hidden;
    display: block;
}
.donate_img img{
	height: 26.6rem;
	object-fit: cover;
}
.donate_cart:hover .donate_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.donate_cont {
    padding: 2.5rem 3.3rem 3.3rem;
}
.donate_cont h3 {
    font-size: 2.8rem;
    line-height: 1.20;
    font-weight: 700;
    color: var(--Yellow);
	margin-bottom: 0.7rem;
}
.donate_cont p{
	color: #828282;
	text-align: justify;
}
.donate_cart .shop_btn {
    width: calc(100% - 6.6rem);
    position: absolute;
    left: 3.3rem;
    background: 3rem;
    bottom: 4rem;
}
.donate_cart .shop_btn:hover{
	background-color: var(--Yellow);
	color: var(--dark);
}
/* archive_images */
.archive_images{
	margin: 6rem 0;
}
.archive_images img{
	height: 33rem;
	object-fit: cover;
	border-radius: 1.5rem;
}
/* address_area */
.address_area{
	margin: 5rem 0;
}
.address_wrap{
	border: 0.1rem solid var(--Yellow);
	text-align: center;
	height: 100%;
	border-radius: 1rem;
	padding: 4rem 2rem;
	transition: 0.3s;
}
.address_wrap:hover .cont_icon{
	background-color: var(--Yellow);
	color: #fff;
}
.cont_icon {
    width: 8rem;
    height: 8rem;
    border: 0.15rem solid var(--Yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
	color: var(--Yellow);
	font-size: 4rem;
	transition: 0.3s;
}
.address_wrap h3{
	color: var(--dark);
	font-size: 3rem;
	margin: 2rem 0;
	font-weight: 700;
	font-family: "Philosopher", sans-serif;
}
.address_wrap ul li a{
	color: #4f3f3f;
}
.address_wrap p{
	color: #4f3f3f;
}
i.fas.fa-phone {
    transform: rotate(96deg);
}
/* donate_from_area */
.donate_from_area{
	margin: 7rem 0 0;
}
.donate_from_cart {
    border: 0.1rem solid var(--Yellow);
    padding: 3rem;
    height: 100%;
}
.bank_wrap,
.bkash_wrap{
	display: flex;
	align-items: center;
}
.bank_wrap img {
    width: 9rem;
    object-fit: cover;
	margin-right: 3rem;
}
.bkash_wrap img{
	width: 9rem;
	object-fit: cover;
	margin-right: 3rem;
}
.donate-form-style{
	border: 0.1rem solid var(--Yellow);
    padding: 3rem;
	height: 100%;
}
.donate-form-style .shop_btn{
	width: 100%;
}
.donate-form-style .cut {
    width: 12.5rem;
}
.nice-select {
    box-shadow: #422800 .4rem .4rem 0 0;
    border: .2rem solid #422800;
    border-radius: 3rem;
    font-size: 2.2rem;
    padding: 0.95rem 1.8rem;
    color: #5f5757;
}
.nice-select .list{
	background-color: var(--Yellow);
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
	color: var(--dark);
}
/* get_area */

.iframe_area {
    padding: 5rem 0 2rem;
}
iframe {
    height: 50rem;
}
.get_area{
	background-color: #c99e673d;
	padding: 7cqmin 0;
	text-align: center;
}
.get_area h3{
    font-size: 2.2rem;
    text-transform: uppercase;
	color: var(--Yellow);
}
.get_area h2{
    font-size: 5.2rem;
	color: var(--dark);
	margin: 2rem 0;
}
/* news_blog_area */
.news_blog_area{
	padding: 6rem 0;
}
.news_blog_area h2 {
    font-size: 2.7rem;
    font-weight: 700;
    margin: 1.5rem 0;
	color: var(--Yellow);
}
.news_blog_area p {
    margin-bottom: 2rem;
    text-align: justify;
	font-size: 2rem;
}
.news_blog_area span i {
    margin-right: 1rem;
}
.news_blog_area span {
    font-size: 1.7rem;
	color: var(--Yellow);
}
.news_blog_area img{
  height: 26rem;
  object-fit: cover;
}
.news_carts {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    background-color: #F8F8F8;
    padding: 2rem;
	border-radius: 1rem;
}
/*footer*/
footer{
	background: #c3996b;
	padding: 0rem 0 0 0;
	margin-top: -0.2rem;
}
.two_line{
	column-count: 2;
}
footer h3 {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 1.6rem;
	color: #fff;
	margin-top: 3.7rem;
}
.foo_first p{
	font-size: 2rem;
	color: #fff;
	max-width: 38.8rem;
}
footer ul li a{
	color: #fff;
	font-size: 2rem;
}
footer ul li p{
	font-size: 2rem;
}
footer ul li a:hover{
	color: #000;
}
.f_logo img{
	max-width: 14rem;
	margin-bottom: 1.6rem;
	filter: brightness(0) invert(1);
}
.social_icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.social_icon a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: transparent;
	width: 5.2rem;
	height: 5.2rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 0.1rem solid #fff;
}
.social_icon a:hover img{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.social_icon a img{
	width: 3rem;
}
.social_icon a:not(:last-child){
	margin-right: 1.2rem;
}
.form_warp {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form_warp input {
	width: 100%;
	background-color: #FFF;
	padding: 1.6rem 3rem 1.6rem 4.4rem;
	border: 0;
	font-size: 1.6rem;
	line-height: 1;
	color: #575757;
	background-image: url(../img/mail.svg);
	background-size: 1.6rem;
	background-repeat: no-repeat;
	background-position: 2rem center;
}
.form_warp input::-webkit-input-placeholder{
	color: #575757;
}
.form_warp input::-moz-placeholder{
	color: #575757;
}
.form_warp input:-ms-input-placeholder{
	color: #575757;
}
.form_warp input::-ms-input-placeholder{
	color: #575757;
}
.form_warp input::placeholder{
	color: #575757;
}
.sub_button{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	background-color: #FF3583;
	font-size: 1.6rem;
	font-weight: 500;
	border: none;
	padding: 1rem 1.6rem;
}
.sub_button img{
	margin-left: 0.8rem;
	width: 3.1rem;
}
.footer_bottom {
    padding: 1.6rem 2.5rem;
    margin-top: 6.8rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    border-color: #fff;
	border-top: 0.1rem solid;
	border-left: 0.1rem solid;
	border-right: 0.1rem solid;
}
.footer_bottom a{
	color: #fff;
}
.footer_bottom a:hover{
	color: #000;
}
.footer_bottom ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_bottom ul li:not(:last-child) {
    border-right: 0.2rem solid #fff;
    padding-right: 1.2rem;
    margin-right: 1.2rem;
    line-height: 1;
}
/*return-to-top START CSS*/

.back-to-top {
	font-size: 2.4rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3.0rem;
	right: 2.0rem;
	border-radius: 1rem;
	background: var(--Yellow);
	z-index: 1000;
}

.back-to-top i {
	color: #fff;
}


/* pagination */

.wrap-pagination {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}
.wrap-pagination .pagination {
	position: relative;
	height: 60px;
	background-color: var(--background-color);
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(.3rem);
	border-radius: .2rem;
}
.wrap-pagination .pagination li {
	list-style-type: none;
	display: inline-block;
}
  .wrap-pagination .pagination li a {
	position: relative;
	padding: 20px 25px;
	text-decoration: none;
	color: var(--Yellow);
	font-weight: 500;
}
.wrap-pagination .pagination li:not(:last-child) a{
    border-right: 2px solid var(--Yellow);
}
.wrap-pagination .pagination li a:hover,
.wrap-pagination .pagination li.active a {
	background: rgba(255, 255, 255, 0.2);
}
.pagination_numbering{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.all_paginate{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    column-gap: 3px;
}
.all_paginate .prev_page,
.all_paginate .next_page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0px 30px;
    opacity: 1;
    border: 2px solid var(--Yellow);
    cursor: not-allowed;
    color: var(--white-color);
}

.all_paginate .prev_page:hover,
.all_paginate .next_page:hover {
    opacity: .7;
}
p.pagenate_info{
    text-align: center;
    color: var(--Yellow);
    opacity: 1;
    font-size: 18px;
}
.all_paginate .page_number{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    opacity: 1;
    border: 2px solid var(--Yellow);
    color: var(--Yellow);
    cursor: not-allowed;
}
.all_paginate .page_number:hover{
    opacity: .7;
}
.all_paginate .page_number.active{
    background-color: var(--Yellow)!important;
    color: #fff;
}
.all_paginate .cursor{
    cursor: pointer;
}