/* Extra small devices (300px – 575.98px) */
@media (min-width: 300px) and (max-width: 575.98px) {
  :root {
    --heading-h1-size: 36px;
    --heading-h1-2-size: 32px;
    --heading-h2-size: 28px;
    --heading-h3-size: 24px;
    --heading-h5-size: 20px;
    --Paragraph-1-subtitle: 16px;
    --Paragraph-1: 14px;
    --button-size: 14px;
    --size-18: 16px;
  }
  
   .hero_mobile_img {
	height: 80%;
}
.gallery_card img {
	height: 40px;
	width: 40px;
}
.gallery_card {
	padding: 8px;
	width: 80px;
}
.galler_shape img {
	display: none;
}
.patha_img {
	width: 350px;
    z-index: 3;
}
.hero_mobile_img_mobile {
	display: inline;
	position: absolute;
	left: 25%;
	top: 0%;
	width: auto !important;
	bottom: 0px;
	height: 100%;
}
.hero_mobile_img {
	display: none;
}
.hero_extra_button {
	padding: 16px 14px 15px 23px;
}
#gallery_area .section_title h2 {
	max-width: 80%;
}
#connect_with_us .connect_img {
	margin-top: 0px;
	margin-bottom: 30px;
}
.galler_card_three {
	left: 65% !important;
	top: 50px !important;
}
.left_content_img {
	margin-left: 30px;
	margin-top: 30px;
	width: 65% !important;
	height: auto !important;
}
.timeline-img img {
	height: auto;
	width: 65%;
	margin-left: 39px;
	margin-bottom: 20px;
}
.my_reward_first img {
	width: 200px;
}
.hero_bottom_menu_link {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}
.galler_card_one {
	left: 50px;
}
.galler_card_two {
	left: 35%;
}
.galler_card_four {
	position: absolute;
	top: 16%;
	left: 5%;
	z-index: 3;
	bottom: unset;
}
.galler_card_five {
	position: absolute;
	bottom: 24%;
	right: 28px;
    top: unset;
}
.galler_area_div {
	height: 400px;
}
.my_reward_first p {
	font-family: var(--font-primary-bold);
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	color: var(--neutral-black-100);
	box-shadow: 0px 2px 4px 0px #52632436;
	background-color: #efe0f0;
	border: 1px solid;
	border-image-source: linear-gradient( 247.92deg, rgba(134, 143, 45, 0.2) -0.78%, rgba(77, 95, 36, 0.2) 99.33% );
	display: inline;
	padding: 11px;
	position: absolute;
	bottom: 0;
	left: 68%;
	transform: translateX(-50%);
	display: block ruby;
	border-radius: 84px;
}
.plan_card {
	margin-bottom: 30px;
}
#plan_section {
	padding-top: 42px;
	padding-bottom: 40px;
}
#app_download {
	padding-top: 40px;
	padding-bottom: 40px;
}
#gallery_area .section_title p {
	max-width: 70%;
}
.my_reward_first {
	margin-top: 50px;
	margin-bottom: 40px;
}
.mobile_for_section{
    display: grid !important;
    gap: 10px;
    justify-content: center;
}
.gallery_card h5 {
	font-family: var(--font-primary-semibold);
	font-size:8px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	color: #1e351b;
	margin-top: 6px;
}
.gallery_card p {
	font-family: var(--font-secondary);
	font-size:6px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	color: #e7c445;
	margin-bottom: 0px;
}
.app_download_bg {
	padding: 50px 20px;
}
.mobile_screen img {
	width: 94%;
	margin: 22px auto;
}
#hero_area {
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px;
	background-color: #f8f8f8;
}
.hero_main_button {
	display: grid !important;
	text-align: center;
}
.app_download_button {
	text-align: center;
	justify-content: center;
}
.app_download_button a img {
	height: 40px;
}
.subscribe_input button {
	padding: 14px 35px 14px 35px;
	position: unset;
	width: 100%;
	margin-top: 10px;
    transform: translateY(0);
}
.subscribe_input input {
	padding: 14px 8px 14px 25px;
}
.footer_content ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: grid;
	justify-content: center;
	gap: 16px;
	margin-bottom: 41px;
}
#footer_area {
	background-color: #F8F8F8;
	padding-top: 50px;
	padding-bottom: 20px;
}
.galler_big_card {
	width: unset !important;
}
}


/* Small devices (576px – 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --heading-h1-size: 42px;
    --heading-h1-2-size: 36px;
    --heading-h2-size: 32px;
    --heading-h3-size: 26px;
    --Paragraph-1-subtitle: 18px;
    --Paragraph-1: 15px;
  }

   .hero_mobile_img {
	height: 80%;
}
.gallery_card img {
	height: 75px;
	width: 75px;
}
.gallery_card {
	padding: 8px;
	width: 123px;
}
.galler_shape img {
	width: 280px;
	height: 263px;
	top: 46%;
	left: 50%;
}
.patha_img {
	width: 350px;
    z-index: 3;
}
.hero_mobile_img_mobile {
	display: inline;
	position: absolute;
	left: 25%;
	top: 0%;
	width: auto !important;
	bottom: 0px;
	height: 100%;
}
.hero_mobile_img {
	display: none;
}
.hero_extra_button {
	padding: 16px 14px 15px 23px;
}
#gallery_area .section_title h2 {
	max-width: 80%;
}
#connect_with_us .connect_img {
	margin-top: 0px;
	margin-bottom: 30px;
}
.galler_card_three {
	right: 0px;
}
.left_content_img {
	margin-left: 30px;
	margin-top: 30px;
	width: 65% !important;
	height: auto !important;
}
.timeline-img img {
	height: auto;
	width: 65%;
	margin-left: 39px;
	margin-bottom: 20px;
}
.my_reward_first img {
	width: 200px;
}
.hero_bottom_menu_link {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}
.galler_card_one {
	left: 50px;
    position: unset;
}
.galler_card_two {
	left: 35%;
}
.galler_card_four {
	position: absolute;
	bottom: 23%;
	left: 0px;
	z-index: 3;
}
.galler_card_five {
	position: absolute;
	bottom: 24%;
	right: 28px;
    top: unset;
}
.galler_area_div {
	height: 670px;
}
.plan_card {
	margin-bottom: 30px;
}
#gallery_area .section_title p {
	max-width: 70%;
}
.my_reward_first {
	margin-top: 50px;
	margin-bottom: 40px;
}
.app_download_bg {
	padding: 50px 20px;
}
.mobile_screen img {
	width: 94%;
	margin: 22px auto;
}
}


/* Medium devices (768px – 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --heading-h1-size: 48px;
    --heading-h1-2-size: 42px;
    --heading-h2-size: 36px;
    --heading-h3-size: 28px;
    --Paragraph-1-subtitle: 20px;
  }
  .hero_mobile_img {
	height: 80%;
}
.gallery_card img {
	height: 75px;
	width: 75px;
}
.gallery_card {
	padding: 8px;
	width: 123px;
}
.galler_shape img {
	width: 280px;
	height: 263px;
	top: 46%;
	left: 50%;
}
.patha_img {
	width: 350px;
    z-index: 3;
}
.hero_mobile_img_mobile {
	display: inline;
	position: absolute;
	left: 25%;
	top: 0%;
	width: auto !important;
	bottom: 0px;
	height: 100%;
}
.hero_mobile_img {
	display: none;
}
.hero_extra_button {
	padding: 16px 14px 15px 23px;
}
#gallery_area .section_title h2 {
	max-width: 70%;
}
#connect_with_us .connect_img {
	margin-top: 0px;
	margin-bottom: 30px;
}
.galler_card_three {
	right: 16px;
}
.left_content_img {
	margin-left: 30px;
	margin-top: 30px;
	width: 65% !important;
	height: auto !important;
}
.timeline-img img {
	height: auto;
	width: 65%;
	margin-left: 39px;
	margin-bottom: 20px;
}
.my_reward_first img {
	width: 200px;
}
.hero_bottom_menu_link {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}
.galler_card_one {
	left: 50px;
}
.galler_card_two {
	left: 31%;
}
.galler_card_four {
	position: absolute;
	bottom: 200px;
	left: 80px;
	z-index: 3;
}
.galler_area_div {
	height: 670px;
}
.plan_card {
	margin-bottom: 30px;
}
}


/* Large devices (992px – 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --heading-h1-size: 56px;
    --heading-h1-2-size: 48px;
    --heading-h2-size: 40px;
    --heading-h3-size: 30px;
  }
.hero_mobile_img {
	height: 80%;
}
.gallery_card img {
	height: 75px;
	width: 75px;
}
.gallery_card {
	padding: 8px;
	width: 123px;
}
.galler_shape img {
	width: 280px;
	height: 263px;
	top: 46%;
	left: 50%;
}
.patha_img {
	width: 350px;
}
.hero_mobile_img_mobile{
    display: inline;
    position: absolute;
    left: 25%;
    top: 0%;
}
.hero_mobile_img {
	display: none;
}
.hero_extra_button {
	padding: 16px 14px 15px 23px;
}
#gallery_area .section_title h2 {
	max-width: 70%;
}
#connect_with_us .connect_img {
	margin-top: 30%;
}
.galler_card_three {
	right: 16px;
}
.left_content_img {
	margin-left: 10px;
}
.my_reward_first img {
	width: 200px;
}


}


/* Extra large devices (1200px – 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --heading-h1-size: 62px;
    --heading-h1-2-size: 52px;
    --heading-h2-size: 44px;
  }
.hero_mobile_img {
	height: 80%;
}
.gallery_card img {
	height: 75px;
	width: 75px;
}
.gallery_card {
	padding: 8px;
	width: 123px;
}
.galler_shape img {
	width: 280px;
	height: 263px;
	top: 46%;
	left: 50%;
}
.patha_img {
	width: 350px;
}


}


/* Ultra large / wide screens (1400px and up) */
@media (min-width: 1400px) {
    /* CSS here */
}
