/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.gform_confirmation_message {
    color: #000;
}
.row-bg-wrap {
	margin-left: calc(-50vw + 0px / 2) !important;
	width: calc(100vw - 0px) !important;
}
html body h1, html body h2, html body h3{
	font-family:'gilroy_eb';
}
html body p{
	color:#4D6777 !important;
}
span.gd {
	background: linear-gradient(to right, #F6339A, #F0B100);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
span.big {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
a#b1 {
	font-size: 18px;
	padding: 16px 55px;
	border-radius: 50px !important;
	font-weight: 400;
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	border: 1px solid #fff;
}
a#b1:hover {
	background: transparent !important;
}
a#b1 .icon-button-arrow:before, a#b2 .icon-button-arrow:before{
	font-size: 20px;
	right: 20px !important;
	position: relative;
}
a#b2{
	font-size: 18px;
	padding: 16px 55px;
	border-radius: 50px !important;
	font-weight: 400;
	background:transparent !important;
	border: 1px solid #fff;
}
a#b2:hover {
	background: linear-gradient(to right, #18B7D6, #0A4D68) !important;
}
h4 span {
	background: #d6f0fb;
	border-radius: 50px;
	padding: 8px 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	/*   font-size: 14px; */
	/*   letter-spacing: 1.5px; */
}

h4 span img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-bottom:0px !important;
}
/*--------- Header -----------*/
header#top .container .row {
	padding: 5px 10px;
	border-radius: 15px !important;
	top: 20px;
	border: 1px solid #e4bdfd82;
	background: #ffffffb8;
}

header#top ul.sf-menu > li.current-menu-item > a > span {
	font-weight:bold;
}
header#top ul.sf-menu .btn_01 a {
	padding: 10px 20px !important;
	background: linear-gradient(to right, #18B7D6, #0A4D68) !important;
	border: 1px solid #fff;
	border-radius:50px !important;
	margin-left: 0px !important;
}
header#top ul.sf-menu .btn_01 a span{
	color:#fff !important;
}
header#top ul.sf-menu .btn_02 a {
	padding: 10px 20px !important;
	background: #fff !important;
	border: 1px solid #004a69;
	border-radius:50px !important;
}
header#top ul.sf-menu li a {
	opacity: 1 !important;
}
/*-------------Animations------------*/
@keyframes floatUp {
	0% {
		transform: translateY(0px) scale(1);
		filter: drop-shadow(0px 10px 20px rgba(173, 70, 255, 0.3));
	}
	50% {
		filter: drop-shadow(0px 20px 35px rgba(246, 51, 154, 0.5));
	}
	100% {
		transform: translateY(-18px) scale(1.03);
		filter: drop-shadow(0px 30px 40px rgba(240, 177, 0, 0.4));
	}
}
@keyframes fadeInLine {
	0% {
		opacity: 0;
		width: 0%;
	}
	100% {
		opacity: 1;
		width: 65%;
	}
}

/* Keyframes for .m1 */
@keyframes floatM1 {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(0px);
	}
}


@keyframes floatM2 {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes fadeInLine {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/*Bubbles Animation*/
@keyframes bubbleFloatLeft {
	0%   { transform: translateY(0px) scale(1); opacity: 0.8; }
	50%  { transform: translateY(-20px) scale(1.05); opacity: 1; }
	100% { transform: translateY(0px) scale(1); opacity: 0.8; }
}
@keyframes bubbleFloatRight {
	0%   { transform: translateY(0px) scale(1); opacity: 0.8; }
	50%  { transform: translateY(-20px) scale(1.05); opacity: 1; }
	100% { transform: translateY(0px) scale(1); opacity: 0.8; }
}
/*---------------- Banner Section -------------*/
div#ban_sec {
	padding-block: 260px 155px !important;
}
div#ban_sec p {
	color: #fff !important;
}
div#ban_sec a#b1{
	margin-right:15px;
}
div#ban_sec .img1, div#ban_sec .img2, div#ban_sec .img3{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
div#ban_sec .img1{
	position: absolute;
	z-index: 2;
	transform: scale(1.15) !important;
	top: -30px;	
}
div#ban_sec .img2{
	animation: floatUp 3.5s ease-in-out infinite alternate;
	animation-delay: 0.5s;
}
div#ban_sec .img3 {
	z-index:999;
	transition: 2s;
	position: absolute;
	bottom: 0;
	right: -150%;
}
div#ban_sec:hover .img3{
	position: absolute;
	bottom: 0;
	z-index: 999;
	right: -35px;
}
div#ban_sec .rating{
	margin-top: 20px;
}
/*----------Milestone Section----------*/
div#mile_sec .number.default {
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-family: 'gilroy_eb';
	font-size: 55px !important;
}
div#mile_sec .subject {
	font-size: 18px;
	line-height: 28px;
	color: #4D6777;
}
/*----------Feature Section----------*/
div#feature_sec div#innr_02 h3 {
	font-size: 21px !important;
	line-height: 30px !important;
}
div#feature_sec::before, div#feature_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 0;
}
div#feature_sec::before {
	left: -30px;
	top: 10%;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#feature_sec::after {
	right: -30px;
	top: 30%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
.home div#feature_sec div#innr_02 img {
	width: 130px;
	transition: 0.5s ease all;
}
.home div#innr_02 .vc_col-sm-3 .vc_column-inner:hover img {
	transform: scale(1.05);
}
/*----------Music Competition Section----------*/
div#music_com_sec div#innr_02::before, div#music_com_sec div#innr_02::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 0;
}
div#music_com_sec div#innr_02::before {
	left: -10%;
	bottom: 50px;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#music_com_sec div#innr_02::after {
	right: -15%;
	top: -25%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#music_com_sec div#innr_02 p {
	padding-bottom:0px !important;
}
div#music_com_sec div#innr_02 p strong {
	font-family: Nunito !important;
	font-weight: 800;
}
div#music_com_sec div#innr_02 img {
	margin-bottom: 50px;
	transition:0.5s ease all;
}
div#music_com_sec div#innr_02 img:hover {
	transform: scale(0.9);
}
div#music_com_sec div#innr_02 .col_02::before, div#music_com_sec div#innr_02 .col_03::before {
	content: '';
	position: absolute;
	top: 23%;
	left: -18%;
	width: 171px;
	height: 30px;
	background-image: url(https://mytank.net/wp-content/uploads/2026/07/arrows.webp);
	background-repeat: no-repeat;
	background-size: contain;
	animation: fadeInLine 1.5s linear infinite;
}
/*--------Talent Section---------*/
div#talent_sec {
	padding-block: 240px !important;
}
div#talent_sec div#innr_01 .nectar-fancy-ul li i:before {
	border-radius: 50px;
	padding: 2px;
	line-height: 27px;
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	color: #fff;
}
div#talent_sec div#innr_01 .img_blk p {
	display: flex;
	gap:15px;
}
/*--------Artist Section---------*/
div#artist_sec {
	padding-block: 100px 60px !important;
}
div#artist_sec::before, div#artist_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 0;
}
div#artist_sec::before {
	left: -3%;
	top: 55px;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#artist_sec::after {
	right: -9%;
	top: 13%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#artist_sec a#b2 {
	color: #004A69 !important;
	margin-left: 15px;
	outline: 2px solid #004A69;
	outline-offset: -2px;
}
div#artist_sec a#b2:hover {
	color: #fff !important;
	outline: 1px solid #004A69;
	outline-offset: -3px;
}
div#artist_sec .img_01 {
	animation: floatUp 3.5s ease-in-out infinite alternate;
	animation-delay: 0.5s;
}
div#artist_sec .img_02 {
	position: absolute;
	bottom: 0;
	animation: floatM1 6s ease-in-out infinite;
}
div#artist_sec a#b1:hover {
	color: #004A69;
	border:1px solid #004A69;
}
div#artist_sec div#innr_01 .iwithtext img {
	width: 50px;
}
div#artist_sec div#innr_01 .iwithtext .iwt-text {
	padding-left: 60px;
}
div#artist_sec div#innr_01 .iwithtext .iwt-text h3 {
	font-size: 22px;
	line-height: 32px;
}
/*--------Ready Section---------*/
div#ready_sec::before, div#ready_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 2;
}
div#ready_sec::before {
	left: 12%;
	top: 75px;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#ready_sec::after {
	right: 7%;
	top: 13%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#ready_sec div#innr_01 .grad_col{
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	border-radius: 50px !important;
	padding: 30px;
}
div#ready_sec div#innr_01 img{
	margin-bottom:0px !important;
}
div#ready_sec div#innr_01 p {
	color: #fff !important;
}
div#ready_sec div#innr_01 a#b1 {
	background: #fff !important;
	color:#0E6985 !important;
}
/*--------Testimonials Section---------*/
div#test_sec::before, div#test_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 0;
}
div#test_sec::before {
	left: -13%;
	bottom: 50px;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#test_sec::after {
	right: -15%;
	top: 25%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#test_sec .owl-carousel .owl-stage {
	padding-top: 0px;
}
/*--------Contact Section---------*/
div#con_sec p {
	color: #fff !important;
}
div#con_sec h4 {
	background: #FFFFFF26;
	border-radius: 50px;
	padding: 8px 20px;
	display: inline-flex;
	align-items: center;
	border: 1px solid #FFFFFF33;
}
div#con_sec .gform_body.gform-body label {
	font-family: 'Nunito';
	font-weight: 300;
	color:#004A69 !important;
	font-size:15px;
	margin-top:5px;
}
div#con_sec .cntr_col .vc_column-inner {
	background: #ffffffcc;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 16px;
	backdrop-filter: blur(12px);
	box-shadow: 0px 0px 8px rgba(173, 70, 255, 0.2);
}
div#con_sec .gform_body.gform-body .ginput_container input, div#con_sec .gform_body.gform-body .ginput_container select, div#con_sec .gform_body.gform-body .ginput_container textarea {
	background: #FFFFFF26 !important;
	font-family: 'Nunito';
	font-weight: 300 !important;
	color: #004A69 !important;
	border-radius: 10px;
	border: 1px solid rgb(255 255 255 / 24%) !important;
	padding: 9px 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 0px 0px;
	font-size:15px;
}
div#con_sec .gform_body.gform-body .ginput_container input::placeholder, div#con_sec .gform_body.gform-body .ginput_container select::placeholder, div#con_sec .gform_body.gform-body .ginput_container textarea::placeholder {
	color:#3E7F94;
}
div#con_sec .gform_body.gform-body .ginput_container select option{
	color:#000;
}
div#con_sec .gform_body.gform-body span.gfield_required.gfield_required_text {
	display: none;
}
div#con_sec .gform_body.gform-body input#input_1_17 {
	margin-top: 37px;
}
div#con_sec input#gform_submit_button_1, div#con_pg input#gform_submit_button_2{
	font-size: 18px;
	padding: 16px 55px !important;
	border-radius: 15px !important;
	font-weight: 400;
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	/* 	border: 1px solid #0A4D68 !important; */
	border-radius:50px !important;
}
/*--------Footer Section---------*/
div#footer_sec div#innr_01 h2 {
	font-size: 20px !important;
	font-family: 'Nunito';
	line-height: 30px !important;
	margin-bottom: 25px;
}
div#footer_sec .widget.widget_nav_menu{
	display:table;
	margin:0 auto;
}
div#footer_sec div#innr_01 ul {
	margin-left: 0px !important;
}
div#footer_sec div#innr_01 ul li {
	list-style: none;
	padding-bottom: 15px;
	font-family: 'Nunito';
	font-size: 16px;
}
div#copy_sec {
	padding-top: 50px;
	border-top: 1px solid #ffffff1f;
}
div#footer_sec div#copy_sec .icn ul {
	margin: 0px;
	text-align: right;
}
div#footer_sec div#copy_sec .icn ul li {
	display: inline-block;
	margin-right: 10px;
	font-size:22px;
}
div#footer_sec div#copy_sec .icn ul li a i {
	top: 0;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100px;
	background-color: #ffffff21;
	transition:0.5s ease all;
}
div#footer_sec div#copy_sec .icn ul li:hover a i {
	background: #004A69;
}
div#footer_sec p {
	color: #fff !important;
}
div#footer_sec div#copy_sec p a {
	color: #ffffff;
}
div#footer_sec div#copy_sec p a:hover {
	color: #ad46ff;
}

/*----------Inner Pages Banner------*/
div#innr_ban_sec {
	padding-block: 270px 220px !important;
}
div#innr_ban_sec h3, div#abt_innr_ban_sec h3, div#early_innr_ban_sec h3, div#con_innr_ban_sec h3, div#terms_innr_ban_sec h3{
	font-size: 60px;
	line-height: 66px;
}
div#innr_ban_sec p, div#abt_innr_ban_sec p, div#early_innr_ban_sec p, div#con_innr_ban_sec p, div#terms_innr_ban_sec p{
	color:#FFFFFFD9 !important;
	font-size:20px;
	line-height:30px;
}
div#abt_innr_ban_sec {
	padding-block: 340px 300px !important;
}
div#early_innr_ban_sec {
	padding-block: 300px 260px !important;
}
div#con_innr_ban_sec {
	padding-block: 370px 330px !important;
}
div#terms_innr_ban_sec {
	padding-block: 190px 150px !important;
}
/*---------Features Page----------*/
div#digital_home_sec::before{
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 9;
}
div#digital_home_sec::before {
	left: 210px;
	top: 30px;
	right: 0;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
	margin: 0 auto;
}
div#digital_home_sec div#innr_01 .iwithtext h3 {
	font-size: 20px;
}
div#digital_home_sec div#innr_01 .lft_img{
	left:-6px;
}
div#species_coll_sec::before, div#species_coll_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 9;
}
div#species_coll_sec::before {
	left: -15%;
	bottom: 0;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#species_coll_sec::after {
	right: -15%;
	top: 20%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#species_coll_sec div#innr_02 p {
	text-transform: uppercase;
	font-size: 14px;
}
div#species_coll_sec div#innr_02 h5 {
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
div#tank_cus_sec::before, div#tank_cus_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 9;
}
div#tank_cus_sec::before {
	left: -15%;
	bottom: 0;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#tank_cus_sec::after {
	right: -15%;
	top: 20%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#tank_cus_sec .row-bg.viewport-desktop.using-image {
	background-size: contain;
}
div#tank_cus_sec div#innr_02 .tank_img {
	width: 100%;
}
div#tank_cus_sec div#innr_02 .innr_col .vc_column-inner {
	background: linear-gradient(to bottom, #F2FCFF, #fff) !important;
	transition:0.5s ease all;
	border:1px solid #D7E8EE;
}
div#tank_cus_sec div#innr_02 .innr_col .vc_column-inner:hover{
	transform:scale(1.05);
	background:#fff !important;
}
div#tank_cus_sec div#innr_02 h3 {
	display: flex;
	font-size: 20px !important;
	line-height: 20px !important;
	gap: 10px;
}
div#tank_cus_sec div#innr_02 h3 img{
	margin-bottom:0px;
}
div#roadmap_sec {
	padding-block: 70px 50px !important;
}
/* Roadmap section */
#rm-roadmap .rm-stage {
	position: relative;
	width: 100%;
	min-height: 680px;
}
#rm-roadmap .rm-stage::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/direction.webp');
	background-repeat: no-repeat;
	background-position: center;
	/* 	background-size: contain; */
	z-index: 0;
	top: -80px;
}
#rm-roadmap .rm-item {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 0;
	z-index: 1;
	width: 54%;
	opacity: 0;
	animation: rm-rise 0.6s ease forwards;
}
#rm-roadmap .rm-item[data-pos="1"] { top: 2%;  left: 0%; }
#rm-roadmap .rm-item[data-pos="2"] { top: 17%; left: 60%; }
#rm-roadmap .rm-item[data-pos="3"] { top: 34%; left: 0%; }
#rm-roadmap .rm-item[data-pos="4"] { top: 49%; left: 60%; }
#rm-roadmap .rm-item[data-pos="5"] { top: 66%; left: 0%; }
#rm-roadmap .rm-item[data-pos="6"] { top: 81%; left: 60%; }
#rm-roadmap .rm-num {
	top: -40px;
	flex: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #32AAD2;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: -25px;
	z-index: 2;
	border: 2px solid;
}
#rm-roadmap .rm-card {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #ffffff;
	border-radius: 14px;
	padding: 14px 18px 14px 20px;
	width: 100%;
	box-shadow: 0 6px 18px rgba(20, 60, 90, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#rm-roadmap .rm-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(20, 60, 90, 0.14);
}
#rm-roadmap .rm-icon {
	flex: none;
	width: 75px;
	height: 75px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	background: #eaf6fd;
}
#rm-roadmap .rm-icon img {
	margin-bottom: 0px;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}
#rm-roadmap .rm-text p.des {
	font-size: 14px;
	line-height: 20px;
	color: #002337 !important;
	margin: 0;
}
#rm-roadmap .rm-text p.title {
	font-size: 18px !important;
	font-weight: 700;
	color: #004A69 !important;
	padding-bottom: 10px;
	margin: 0;
}
@keyframes rm-rise {
	from { opacity: 0; transform: translateY(14px); }
	to   { opacity: 1; transform: translateY(0); }
}
/*----------How It Works Page--------*/
div#journey_sec div#innr_01::before, div#journey_sec div#innr_01::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 9;
}
div#journey_sec div#innr_01::before {
	left: -15%;
	bottom: 0;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#journey_sec div#innr_01::after{
	right: -15%;
	top: 20%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#journey_sec div#innr_row .txt_num p {
	font-size: 30px;
	line-height: 90px;
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	display: table;
	border-radius: 50px;
	height: 90px;
	width: 90px;
	text-align: center;
	color: #fff !important;
	z-index: 2;
}
div#journey_sec div#innr_row .txt_num::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 21%;
	transform: translateX(-50%);
	width: 3px;
	height: 300px;
	background: repeating-linear-gradient(to bottom,#18B7D6 0 4px,transparent 4px 10px);
}
div#journey_sec div#innr_row .txt_num.lst_num::after{
	display: none;
}
div#journey_sec div#innr_row .txt_blk{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: nowrap;
}
div#journey_sec div#innr_row .txt_blk > p{
	margin: 0;
	flex: 0 0 auto;
	padding-bottom:0px;
}
div#journey_sec div#innr_row .txt_blk > p img{
	display: block;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	margin-bottom:0px;
}
div#journey_sec div#innr_row .txt_blk > .text h3{
	font-size:40px;
	line-height:50px;
}
div#journey_sec div#innr_row .txt_blk > .text{
	flex: 1;
	min-width: 0;
}
div#journey_sec div#innr_row .txt_blk > .text p{
	font-size:22px;
	line-height:32px;
}
/*-----About Us---------*/
div#abt_sec_01::before, div#abt_sec_01::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 999;
}
div#abt_sec_01::before {
	left: -15%;
	top: 5%;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#abt_sec_01::after {
	right: -15%;
	top: 5%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#abt_sec_01 div#innr_01 p{
	font-size:20px;
	line-height:30px;
	padding-bottom:10px;
}
div#abt_sec_01 div#innr_02 h4 {
	font-size: 21px;
	line-height: 28px;
}
div#abt_sec_01 div#innr_02 p{
	font-size:24px;
	line-height:43px;
}
div#core_val_sec::before, div#core_val_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 999;
}
div#core_val_sec::before {
	left: 0;
	top: 5%;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#core_val_sec::after {
	right: -15%;
	bottom: 0;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
/*-----Early Access---------*/
div#early_access_sec_01::before, div#early_access_sec_01::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 2;
}
div#early_access_sec_01::before {
	left: -10%;
	bottom: 50px;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#early_access_sec_01::after {
	right: -10%;
	top: 10%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#early_access_sec_01 div#innr_02 h3 {
	font-size: 20px;
	line-height: 30px;
}
div#early_access_sec_02 div#innr_02 .grad_col {
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	border-radius: 50px !important;
	padding: 30px;
}
div#early_access_sec_02 div#innr_02 .gform_body.gform-body label {
	font-family: 'Nunito';
	font-weight: 300;
	color: #fff !important;
	font-size: 15px;
	margin-top: 5px;
}
div#early_access_sec_02::before, div#early_access_sec_02::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 2;
}
div#early_access_sec_02::before {
	left: -10%;
	top: -10%%;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#early_access_sec_02::after {
	right: -10%;
	top: 0;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#early_access_sec_02 p.gform_required_legend {
	display: none;
}
div#early_access_sec_02 div#innr_02 .gform_body.gform-body .ginput_container input, div#early_access_sec_02 div#innr_02 .gform_body.gform-body .ginput_container select, div#early_access_sec_02 div#innr_02 .gform_body.gform-body .ginput_container textarea {
	background: #FFFFFF26 !important;
	font-family: 'Nunito';
	font-weight: 300 !important;
	color: #fff !important;
	border-radius: 10px;
	border: 1px solid rgb(255 255 255 / 24%) !important;
	padding: 9px 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 0px 0px;
	font-size: 15px;
}
div#early_access_sec_02 div#innr_02 .gform_body.gform-body .ginput_container input::placeholder, div#early_access_sec_02 div#innr_02 .gform_body.gform-body .ginput_container select::placeholder, div#early_access_sec_02 div#innr_02 .gform_body.gform-body .ginput_container textarea::placeholder {
	color:#FFFFFF99;
}
div#early_access_sec_02 div#innr_02 input#gform_submit_button_3, div#early_access_sec_02 div#innr_02 input#gform_submit_button_3 {
	font-size: 18px;
	padding: 16px 55px !important;
	border-radius: 15px !important;
	font-weight: 400;
	background: #fff;
	border-radius: 50px !important;
	color:#0E6985;
}
div#faq_sec::before, div#faq_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 0;
}
div#faq_sec::before {
	left: 12%;
	top: 75px;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#faq_sec::after {
	right: 7%;
	bottom: 0;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#faq_sec .toggles.accordion{
	max-width:60%;
	margin:0 auto;
}
div#faq_sec .toggles.accordion .toggle.default h3.toggle-title a {
	border-radius: 20px;
	background: linear-gradient(to bottom, #F2FCFF, #FFFFFF);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	font-size: 18px;
	color: #004A69;
	font-weight: bold;
	padding-inline: 40px !important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border: 1px solid #D7E8EE;
}
div#faq_sec .toggle>.toggle-title a i {
	color: #09B7DC;
}
div#faq_sec .toggle.default.open h3.toggle-title a.nectar-inherit-h3.toggle-heading {
	color: #004A69;
}
div#faq_sec .toggle.default.open h3.toggle-title a{
	border-radius: 20px 20px 0px 0px !important;
}
div#faq_sec .toggle.default i.fa{
	position: relative !important;
}
div#faq_sec .inner-toggle-wrap p {
	font-size: 16px !important;
	padding: 15px;
}
/*-----Contact Us---------*/
div#con_pg::before, div#con_pg::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 0;
}
div#con_pg::before {
	left: -10%;
	top: 10%;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#con_pg::after {
	right: 0;
	top: 5%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#con_pg .gform_body.gform-body label {
	font-family: 'Nunito';
	font-weight: 300;
	color: #004A69 !important;
	font-size: 15px;
	margin-top: 5px;
}
div#con_pg .gform_body.gform-body .ginput_container input, div#con_sec .gform_body.gform-body .ginput_container select, div#con_pg .gform_body.gform-body .ginput_container textarea {
	background: #FFFFFF26 !important;
	font-family: 'Nunito';
	font-weight: 300 !important;
	color: #004A69 !important;
	border-radius: 10px;
	border: 1px solid #DDEFF5 !important;
	padding: 9px 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 0px 0px;
	font-size: 15px;
}
div#con_pg .colm .vc_column-inner {
	background: linear-gradient(to right, #18B7D6, #0A4D68);
	border-radius: 25px;
	padding: 20px;
}
div#con_pg .colm img {
	margin-bottom: 0px;
	border-radius: 50px !important;
}
div#con_pg .colm .txt_blk h3 {
	font-size: 18px !important;
	line-height: 28px !important;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
/*-----Policies---------*/
div#pol_pg::before, div#pol_pg::after {
	content: '';
	position: absolute;
	background-image: url('https://mytank.net/wp-content/uploads/2026/07/bubble_effect.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	pointer-events: none;
	z-index: 0;
}
div#pol_pg::before {
	left: -10%;
	top: 20%;
	animation: bubbleFloatLeft 6s ease-in-out infinite;
}
div#pol_pg::after {
	right: -10%;
	bottom: 15%;
	animation: bubbleFloatRight 6s ease-in-out infinite 1.5s;
}
div#pol_pg p {
	font-size: 20px;
	line-height: 35px;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	div#innr_ban_sec {
		padding-block: 200px 150px !important;
	}
	div#abt_innr_ban_sec {
		padding-block: 270px 230px !important;
	}
	div#early_innr_ban_sec {
		padding-block: 240px 200px !important;
	}
	div#con_innr_ban_sec {
		padding-block: 300px 260px !important;
	}
	div#talent_sec {
		padding-block: 160px !important;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	/* 	div#talent_sec div#innr_01 .img_02 {
	top: -350px;
	left: -50px;
} */
	div#talent_sec {
		padding-block: 110px !important;
	}
	div#ban_sec {
		padding-block: 200px 100px !important;
	}
	#rm-roadmap .rm-stage::before {
		top: -60px;
	}
	#rm-roadmap .rm-card {
		padding: 14px 10px 14px 10px;
	}
	#rm-roadmap .rm-num {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	#rm-roadmap .rm-text p.title {
		font-size: 16px !important;
		line-height: 26px;
	}
	#rm-roadmap .rm-text p.des {
		font-size: 13px;
		line-height:19px;
	}
	div#journey_sec div#innr_row .txt_num::after {
		left: 25%;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	html body h1{
		font-size: 60px !important;
		line-height: 70px !important;
	}
	div#digital_home_sec div#innr_01 .iwithtext h3 {
		font-size: 18px !important;
	}
/* 	header#top ul.sf-menu.sf-js-enabled li a {
		font-size: 14px;
	} */
	div#innr_ban_sec {
		padding-block: 170px 120px !important;
	}
	div#abt_innr_ban_sec {
		padding-block: 240px 200px !important;
	}
	div#early_innr_ban_sec {
		padding-block: 210px 170px !important;
	}
	div#con_innr_ban_sec {
		padding-block: 265px 225px !important;
	}
	div#terms_innr_ban_sec {
		padding-block: 150px 110px !important;
	}
	div#innr_ban_sec h3, div#abt_innr_ban_sec h3, div#early_innr_ban_sec h3, div#con_innr_ban_sec h3, div#terms_innr_ban_sec h3 {
		font-size: 50px;
		line-height: 56px;
	}
	div#innr_ban_sec p, div#abt_innr_ban_sec p, div#early_innr_ban_sec p, div#con_innr_ban_sec p, div#terms_innr_ban_sec p {
		font-size: 18px;
		line-height: 28px;
	}
	div#talent_sec div#innr_01 .nectar-fancy-ul li i:before {
		line-height: 34px;
	}
	span.big {
		font-size: 18px;
		line-height:28px;
	}
	div#talent_sec div#innr_01 .img_02 {
		top: -350px;
		left: -40px;
	}
	div#music_com_sec div#innr_02 .col_02::before, div#music_com_sec div#innr_02 .col_03::before {
		left: -21%;
	}
	div#con_pg .nectar-fancy-ul ul li {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 15px;
	}
	div#journey_sec div#innr_row .txt_blk > .text h3 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	div#journey_sec div#innr_row .txt_blk > .text p {
		font-size: 19px;
		line-height: 29px;
	}
	div#journey_sec div#innr_row .txt_blk{
		gap: 25px;
	}
	div#journey_sec div#innr_row .txt_blk > p:first-child img{
		width: 100px !important;
		height: auto !important;
	}
	div#journey_sec div#innr_row .txt_blk > p:last-child img{
		width: 250px !important;
		height: auto !important;
	}
	div#journey_sec div#innr_row .txt_blk > .text{
		flex: 0 0 50%;
	}
	div#abt_sec_01 div#innr_01 p {
		font-size: 18px;
		line-height: 28px;
	}
	div#abt_sec_01 div#innr_02 h4 {
		font-size: 19px;
		line-height: 26px;
	}
	div#abt_sec_01 div#innr_02 p {
		font-size: 21px;
		line-height: 40px;
	}
	div#journey_sec div#innr_row .txt_num::after {
		height: 190px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	header#top ul.sf-menu .btn_01 a, header#top ul.sf-menu .btn_02 a {
		padding: 10px 10px !important;
	}
	div#mile_sec .number.default {
		font-size: 45px !important;
	}
	div#mile_sec .subject {
		font-size: 16px;
		line-height: 26px;
	}
	div#music_com_sec div#innr_02 .col_02::before, div#music_com_sec div#innr_02 .col_03::before {
		left: -23%;
	}
	div#talent_sec {
		padding-block: 90px !important;
	}
	div#ready_sec div#innr_01 h2 br {
		display: none;
	}
	div#journey_sec div#innr_row .txt_num::after {
		left: 28%;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	html body h1, html body h2 {
		font-size: 45px !important;
		line-height: 55px !important;
	}
	html body h3 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	html p br {
		display: none;
	}
	div#digital_home_sec h2 br {
		display: none;
	}
	div#digital_home_sec div#innr_01 .iwithtext h3 {
		font-size: 16px !important;
	}
	div#abt_innr_ban_sec {
		padding-block: 220px 180px !important;
	}
	div#innr_ban_sec h3, div#abt_innr_ban_sec h3, div#early_innr_ban_sec h3, div#con_innr_ban_sec h3, div#terms_innr_ban_sec h3 {
		font-size: 40px !important;
		line-height: 46px !important;
	}
	div#innr_ban_sec p, div#abt_innr_ban_sec p, div#early_innr_ban_sec p, div#con_innr_ban_sec p, div#terms_innr_ban_sec p {
		font-size: 16px;
		line-height: 26px;
	}
	div#footer_sec p {
		font-size: 14px;
	}
	a#b1, a#b2, div#con_sec input#gform_submit_button_1, div#con_pg input#gform_submit_button_2, div#early_access_sec_02 div#innr_02 input#gform_submit_button_3, div#early_access_sec_02 div#innr_02 input#gform_submit_button_3 {
		padding: 16px 35px !important;
	}
	div#ban_sec {
		padding-block: 150px 70px !important;
	}
	div#ban_sec p br{
		display:none;
	}
	div#talent_sec div#innr_01 .nectar-fancy-ul li i:before {
		line-height: 30px;
	}
	div#talent_sec div#innr_01 .img_02 {
		top: -250px;
		left: -40px;
		width: 70%;
	}
	div#ban_sec .img3 {
		right: 0;
	}
	div#ban_sec:hover .img3 {
		right: unset;
	}
	div#trust_sec .img_02, div#art_sec .img_02 {
		left: 0;
	}
	div#fan_sec .img_02 {
		right: 0;
	}
	div#music_com_sec div#innr_02 .col_02::before, div#music_com_sec div#innr_02 .col_03::before{
		display:none;
	}
	div#art_sec .iwithtext img, div#fan_sec .iwithtext img {
		width: 40px;
	}
	div#art_sec .iwithtext .iwt-text, div#fan_sec .iwithtext .iwt-text {
		padding-left: 60px !important;
	}
	div#faq_con_sec {
		padding-block: 200px !important;
	}
	div#ready_sec {
		padding-block: 20px !important;
	}
	div#journey_sec div#innr_row .txt_num::after {
		left: 36%;
	}
	div#journey_sec div#innr_row .txt_blk > .text {
		flex: 0 0 42%;
	}
	#rm-roadmap .rm-stage::before {
		top: -10px;
		left: -40px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#innr_ban_sec {
		padding-block: 80px 50px !important;
	}
	div#abt_innr_ban_sec {
		padding-block: 175px 135px !important;
	}
	div#early_innr_ban_sec {
		padding-block: 160px 120px !important;
	}
	div#con_innr_ban_sec {
		padding-block: 210px 170px !important;
	}
	div#terms_innr_ban_sec {
		padding-block: 100px 70px !important;
	}
	div#innr_ban_sec .vc_col-sm-12, div#abt_innr_ban_sec .vc_col-sm-12, div#early_innr_ban_sec .vc_col-sm-12, div#con_innr_ban_sec .vc_col-sm-12{
		backdrop-filter: blur(3px);
		border-radius: 15px;
		padding: 15px;
		background: #0000001c;
	}
	div#innr_ban_sec .vc_col-sm-6, div#abt_innr_ban_sec .vc_col-sm-6, div#early_innr_ban_sec .vc_col-sm-6, div#con_innr_ban_sec .vc_col-sm-6, div#terms_innr_ban_sec .vc_col-sm-6{
		margin-bottom: 0px !important;
	}
	div#ban_sec div#innr_row, div#talent_sec div#innr_01{
		backdrop-filter: blur(3px);
		border-radius: 15px;
		padding: 15px;
		background: #0000001c;
	}
	div#ban_sec div#innr_row .vc_col-sm-6, div#talent_sec div#innr_01 .vc_col-sm-6{
		margin-bottom: 0px;
	}
	div#talent_sec div#innr_01 .img_blk p {
		display: flex;
		justify-content: center;
	}
	span.big {
		font-size: 17px;
		line-height: 27px;
	}
	div#innr_ban_sec {
		padding-block: 110px 70px !important;
	}
	div#ban_sec, div#talent_sec, div#innr_ban_sec, div#abt_innr_ban_sec, div#early_innr_ban_sec, div#con_innr_ban_sec{
		text-align: center;
	}
	.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
		padding-right: 15px !important;
	}
	div#ban_sec {
		padding-block: 70px !important;
	}
	div#ban_sec .rating {
		display: table;
		margin: 0 auto;
		margin-block: 20px;
	}
	div#music_com_sec div#innr_02::before {
		display:none;
	}
	div#music_com_sec div#innr_02 img {
		margin-block: 20px !important;
		width:120px;
	}
	div#talent_sec .nectar-fancy-ul.animated-in ul {
		display: table;
		margin: 0 auto;
		text-align: left;
	}
	div#talent_sec .app_btn {
		display: table;
		margin: 0 auto;
	}
	div#talent_sec div#innr_01 .img_01 {
		width: 80%;
	}
	div#talent_sec div#innr_01 .img_02 {
		top: unset;
		width: 60%;
		bottom: 0;
	}
	a#b1 .icon-button-arrow:before, a#b2 .icon-button-arrow:before {
		right: 5px !important;
	}
	div#ready_sec div#innr_01 h2 br {
		display: none;
	}
	div#footer_sec .widget.widget_nav_menu {
		margin: unset;
	}
	div#copy_sec, div#footer_sec div#copy_sec .icn ul{
		text-align: center;
	}
	div#faq_con_sec {
		padding-block: 110px !important;
	}
	div#con_pg .nectar-fancy-ul ul li {
		font-size: 17px;
		line-height: 27px;
	}
	div#digital_home_sec {
		text-align: center;
	}
	div#digital_home_sec .right_col {
		padding: 30px !important;
	}
	div#digital_home_sec div#innr_01 .iwithtext h3 {
		display: table;
	}
	div#digital_home_sec .right_col div#innr_01 .iwt-icon img {
		width: 25px;
		margin-top: 5px;
	}
	div#digital_home_sec .right_col div#innr_01 .vc_col-sm-6 {
		margin-bottom: 0px;
	}
	div#digital_home_sec .right_col div#innr_01 .iwithtext {
		display: table;
		left: 0;
		width: 35%;
		margin: auto;
	}
	div#species_coll_sec div#innr_02 h5 {
		font-size: 40px;
		line-height: 50px;
	}
	div#digital_home_sec div#innr_01 .lft_img {
		left: unset;
		width: 60%;
		display: table;
		margin-left: 0 !important;
	}
	div#journey_sec div#innr_row .txt_blk > .text h3 {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	div#journey_sec div#innr_row .txt_blk > .text p {
		font-size: 17px;
		line-height: 27px;
	}
	div#journey_sec div#innr_row .txt_num::after {
		display:none;
	}
	div#journey_sec div#innr_row .txt_num p {
		font-size: 24px !important;
		line-height: 60px !important;
		height: 60px;
		width: 60px;
		position:absolute;
	}
	div#journey_sec div#innr_row .txt_blk > .text h3 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	div#journey_sec div#innr_row .txt_blk > .text p {
		font-size: 16px;
		line-height: 26px;
	}
	div#abt_sec_01 {
		text-align: center;
	}
	div#abt_sec_01 div#innr_02 h4 {
		font-size: 18px !important;
		line-height: 27px !important;
	}
	div#abt_sec_01 div#innr_02 p {
		font-size: 20px !important;
		line-height: 39px !important;
	}
	div#abt_sec_01 div#innr_01 p {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	div#artist_sec div#innr_01 h2 br {
		display: none;
	}
	div#faq_sec .toggles.accordion {
		max-width: 100%;
	}
	#rm-roadmap .rm-stage::before{
		display:none;
	}
	
	#rm-roadmap .rm-item[data-pos="2"] {
    top: 20%;
    left: 20%;
}
	#rm-roadmap .rm-item {
    position: unset;
    margin-bottom: 30px;
}
	#rm-roadmap .rm-item:nth-child(even) {
    left: 50% !important;
    position: relative;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	div#innr_ban_sec h3, div#abt_innr_ban_sec h3, div#early_innr_ban_sec h3, div#con_innr_ban_sec h3, div#terms_innr_ban_sec h3 {
		font-size: 27px !important;
		line-height: 33px !important;
	}
	div#abt_innr_ban_sec {
		padding-block: 100px 60px !important;
	}
	div#early_innr_ban_sec {
		padding-block: 100px 60px !important;
	}
	div#con_innr_ban_sec {
		padding-block: 140px 100px !important;
	}
	div#terms_innr_ban_sec {
		padding-block: 70px 50px !important;
	}
	div#ban_sec .img3 {
		right: 0;
		width: 75%;
	}
	div#innr_ban_sec {
		padding-block: 70px 20px !important;
	}
	a#b1, a#b2, div#con_sec input#gform_submit_button_1, div#con_pg input#gform_submit_button_2, div#early_access_sec_02 div#innr_02 input#gform_submit_button_3, div#early_access_sec_02 div#innr_02 input#gform_submit_button_3 {
		padding: 12px 35px !important;
	}
	div#artist_pg_sec_01 .img_02 {
		width: 85%;
	}
	html body h1 br, html body h2 br, html body h3 br{
		display: none;
	}
	html body h1, html body h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	html body h3 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	/* 	html body h4 {
	font-size: 17px !important;
	line-height: 27px !important;
} */
	html body p{
		font-size:14px !important;
		line-height:24px !important;
	}
	span.big {
		font-size: 16px;
		line-height: 26px;
	}
	div#mile_sec .number.default, div#mile_sec span.symbol{
		font-size: 35px !important;
		line-height: 45px !important;
	}
	div#talent_sec div#innr_01 .img_02 {
		left: 0;
	}
	div#ban_sec a#b1 {
		margin-right: 8px;
	}
	a#b1, a#b2, div#con_sec input#gform_submit_button_1, div#con_pg input#gform_submit_button_2, div#early_access_sec_02 div#innr_02 input#gform_submit_button_3, div#early_access_sec_02 div#innr_02 input#gform_submit_button_3 {
		font-size: 14px;
	}
	a#b1 .icon-button-arrow:before, a#b2 .icon-button-arrow:before {
		font-size: 18px;
	}
	div#artist_sec a#b2, div#ready_sec a#b2 {
		margin-left: 8px;
	}
	div#con_sec .gform_body.gform-body input#input_1_17{
		margin-top: unset;
	}
	div#artist_sec div#innr_01 .iwithtext img {
		width: 30px;
	}
	div#artist_sec div#innr_01 .iwithtext .iwt-text {
		padding-left: 45px;
	}
	div#talent_sec {
		padding-block: 80px !important;
	}
	div#footer_sec div#innr_01 ul li {
		font-size: 14px;
		line-height: 24px;
	}
	div#footer_sec div#innr_01 h2 {
		font-size: 18px !important;
		line-height: 28px !important;
		margin-bottom: 15px;
	}
	div#innr_ban_sec {
		padding-block: 70px !important;
	}
	div#trust_sec .img_02, div#art_sec .img_02, div#fan_sec .img_02{
		left: 0;
		width: 80%;
		right: 0;
	}
	div#faq_con_sec {
		padding-block: 90px 70px !important;
	}
	div#con_pg .nectar-fancy-ul ul li {
		font-size: 16px;
		line-height: 26px;
	}
	div#faqs_pg a.nectar-inherit-h4.toggle-heading {
		font-size: 18px;
		line-height: 28px;
	}
	div#digital_home_sec div#innr_01 .lft_img {
		width: 100%;
	}
	div#digital_home_sec .right_col div#innr_01 .iwithtext {
		width: 78%;
	}
	div#digital_home_sec div#innr_01 .lft_img {
		width: 100%;
	}
	div#species_coll_sec div#innr_02 h5 {
		font-size: 30px;
		line-height: 40px;
	}
	div#journey_sec div#innr_row .txt_blk {
		flex-wrap: wrap;
	}
	div#journey_sec div#innr_row .txt_blk > .text {
		flex: 0 0 100%;
	}
	div#journey_sec div#innr_row .txt_blk > p:first-child img {
		width: 60px !important;
	}
	div#abt_sec_01 div#innr_02 h4 {
		font-size: 16px !important;
		line-height: 25px !important;
	}
	div#abt_sec_01 div#innr_02 p {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	div#faq_sec .toggles.accordion .toggle.default h3.toggle-title a {
		font-size: 16px;
	}
	#rm-roadmap .rm-item:nth-child(even) {
    left: unset !important;
}
	#rm-roadmap .rm-item {
    width: 100%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 390px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}