
@media screen and (max-width: 767px) {
    .cta_card-wrapper {
	padding: 50px 30px;
}
.mobile-width-adjust {
	max-width: 90%;
	margin: 0 auto;
}
.navbar-expand-md .container {
	justify-content: center;
}
.page-crypt-address .btn-page-2::before {
	background-image: linear-gradient(45deg,#FF0000,#FFEF00) !important;
}
.page-crypt-address {
	background: #0060aa;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 10px 0 !important;
}
.page-crypt-address .mobile-fixed-btn {
    margin: 20px auto 0;
	box-shadow: 0 0 6px 0 rgba(255, 255, 240, 0.8);
	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);*/
	color: #fff;
	background: linear-gradient(to right,#4d4d4d 0,#fff 10%,#4d4d4d 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine1 3s infinite linear;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	max-width: 70%;
	border-radius: 6px;
	overflow: hidden;
}

@-moz-keyframes shine1 {
 0% {
  background-position:-10px
 }
 100% {
  background-position:250px
 }
}
@-webkit-keyframes shine1 {
 0% {
  background-position:-10px
 }
 100% {
  background-position:250px
 }
}
@keyframes shine1 {
 0% {
  background-position:-10px
 }
 100% {
  background-position:250px
 }
}
.page-crypt-address .mobile-fixed-btn::before {
	position: absolute;
	content: '';
	background-image: linear-gradient(45deg,#FF0000,#FFEF00);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	/*animation: bg-animations 5s infinite alternate;*/
}
	.third__section 

	{
		margin-bottom: unset !important;
		overflow: hidden;
	}
	.gallery-relative .g1 {
	width: 140px;
	left: 0;
	top: -20px;
}
.gallery__section
{
	background: url('img/gallery-bg-m.jpg');
	background-size: cover ;
	background-repeat: no-repeat;
}
.page__three-modal .modal-dialog {
	max-width: 95%;
	margin: 0 auto;
}
.user_gal
{
	margin-bottom: 1rem;
}
.marquee__container {
	margin-top: -60px;
	max-width: 30%;
	overflow: hidden;
}
.thumb__text {
	font-size: 70px;
	font-weight: 900;
	opacity: 0.5;
	line-height: 1.1;
}
.gallery-relative .g2
{
	width: 140px;
	bottom: -98px;
	
}
.gallery-relative .g3 {
	width: 160px;
	bottom: -85px;
	left: 30%;
	transform: translateX(-90%);
}
.gallery-relative .g4 {
	width: 120px;
	bottom: -98px;
	right: 0;
}
.gallery-relative .g5 {
	width: 160px;
	top: -90px;
	right: 0;
}
.mobile-width
{
	max-width: 90%;
	margin: 0 auto;
}
.third__section .margin__bottom-5 {
	margin-bottom: 45px !important;
}

.hero-carousal .owl-next,
.hero-carousal .owl-prev {
	width: 40px;
	height: 30px;
	}

.hero-carousal .owl-nav span {
	font-size: 22px;
	color: #fff !important;
}
.hero-carousal .owl-nav {
	right: 0px;
	bottom: -50px;
}
}
@media screen and (max-width: 575px) {
	.play {
		left: 50%;
		transform: translate(-50%);
	}
}