body{
	font-family: 'Montserrat', sans-serif !important;
}
.navlink-disable{
	display: none !important;
}
.mobile-v{
	display: none;
}
.desktop-v{
	display: block;	
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#16171D;
}
.navbar{
	width: 100%;
	position: fixed;
	z-index: 555;
	left: 0px;
}
.collapse .navbar-nav .menu-btn{
	visibility: hidden;
}
.visible-title{
 	visibility: visible !important;
}
.navbar-brand{
	position: relative;
	top:5px;
}
.navbar-nav{
	padding:0px;
}
.navbar-expand-lg .navbar-collapse .navbar-nav{
	width: 100% !important;
}
.navbar-collapse{
	flex-basis: unset !important;
}
.navbar-collapse .navbar-nav a{
	font-weight:500;
	font-size: 16px;
	color:#fff;
	margin-left:30px;
	padding-top: 13px !important;
}
.navbar-toggler{
	background: #0d0aa6;
}
.head-menubar{
	background:#000;
}
.menu-btn:hover{
	color: #fff;
}
.menu-btn{
	background: linear-gradient(90deg, #1915D6 7.29%, #AF17E4 100%);
	box-shadow: 0px 4px 84px #1B2B7B;
	border-radius: 50px;
	padding: 13px 30px !important;
	font-weight:bold !important;
	font-size: 14px !important;
	position: absolute;
	right:10%;
	top:7px;
	color:#fff;
}

/*head-bg-video*/
.outter {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.video-container{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.video-container video{
  	position: absolute;
  	width: 100%;
  	object-fit: cover;
}
.video-container:after{
	content: "";
	display: block;
	height: 110%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.desc{
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	width:550px;
	margin-top:30px;
}

.start-racing-btn .inner-btn{
	background: linear-gradient(90deg, #1915D6 7.29%, #AF17E4 100%);
	box-shadow: 0px 4px 84px #1B2B7B;
	border-radius: 50px;
	padding:18px 35px;
	color:#fff;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}
.start-racing-btn{
	margin-top:60px;
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin: auto;
}


.button .inner {
  background-color: #b84647;
  padding: 15px 30px;
  border-radius: 40px;
}
/*head-bg-video*/


/*rotate image*/
.rotate-img-360-deg{
	position: relative;
}
.doge-rotation-bg{
	width:100%;
	top:0px;
	left: 50%;
	right: 50%;
	transform: translate(-50%,-35%);
	position:absolute;	
	z-index:0;
}

.rotate-img-360-deg canvas{
	width:800px;
	height:800px;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute;
	left:50%;
	right:50%;
	top:-235%;
	z-index: 5;
	transform: translate(-50%,50%);
}

.rotate-img-360-deg{
	margin-top:60px;
	margin-bottom:50px;
}
.threesixty-image-rotate {
    background: #FFFFFF;
}

.threesixty-image-rotate .loading-spinner {
    display: block;
    position: absolute;
    z-index: 10000;
    background: #FFFFFF;
    opacity: 0.5;
}

.threesixty-image-rotate .loading-spinner:after {
    display: block;
    background-image: url('/frontTheme/img/rotate-img/icons/loading.gif');
    background-size: contain;
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}

.threesixty-image-rotate .images-display:hover {
    cursor: grab;
}

.threesixty-image-rotate .images-display .images-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.threesixty-image-rotate .images-display .images-list .images-display {
    display: none;
}

.threesixty-image-rotate .images-display .images-list .images-display img {
    width: 100%;
    height: auto;
}

.active {
    display: block !important;
}

.threesixty-image-rotate .navigation-bar-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
    width: 130px;
    margin: auto;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 1px;
    background-size: contain;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div:hover {
    cursor: pointer;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-next {
    /*background-image: url("/frontTheme/img/rotate-img/icons/next.png");*/
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-previous {
    /*background-image: url("/frontTheme/img/rotate-img/icons/previous.png");*/
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-play {
    background-image: url("/frontTheme/img/rotate-img/icons/play.png");
}

.navigation-bar-stop {
    background-image: url("/frontTheme/img/rotate-img/icons/stop.png") !important;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
    /*background-image: url("/frontTheme/img/rotate-img/icons/large-size.png");*/
}

.navigation-bar-resize-small-icon {
    background-image: url("../frontTheme/img/rotate-img/icons/icons/small-size.png") !important;
}

@media screen and (max-width: 991px) {
    .active {
        display: block !important;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
        width: 100px;
        margin: auto;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
        display: none;
    }
}


/*rotate image*/

.run-dog-section{
	background:#16171D !important;
	margin-top:-5px;
}
.run-dog-section .head-title{
	padding-top:180px;
}
.run-dog-section .head-title .coin{
	position: absolute;
	top:-50px;
	right: 0px;
	width:60px;
}
.run-dog-section .head-title h2{
	color: #FFFFFF;
	font-weight:400;
	font-size: 48px;
	letter-spacing: -3px;
	margin-top:-20px;
}
.run-dog-section .head-title h1{
	position: relative;
	font-weight:900 !important;
	font-size: 118px;
	line-height: 90px;
	letter-spacing: -0.05em;
	color: #E8E9F1;
	margin-top:20px;
	margin-bottom:150px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.run-dog-img-section{
	background:#16171D;
	background: url('/frontTheme/img/line-bg.png') #16171D;
	background-repeat: no-repeat;
	background-size: cover;
}

.run-dog-img-section .left-coin{
	width:80px;
	margin-top:100px;
}
.rotate-img-360-deg{
	position: relative;
}
.run-dog-img-section .dog-random{
	position: absolute !important;
	top: -250px !important;
	left:50% !important;
	right: 50% !important;			
	transform: translate(-50%,0%);
}
.run-dog-img-section .right-coin{
	width: 180px;
    margin-top: 235px;
    margin-left: -25px;
    position: relative;
    top: -85px;
}
.run-dog-img-detail-section{
	padding-top:30px;
	background: #16171D;
}
.run-dog-img-detail-section p{
	color: #fff;
	letter-spacing: -0.02em;
	font-weight: 300;
	font-size: 17px;
}
.run-doge-run-text{
	background:#16171D;
}
.run-doge-run-text h2{
	letter-spacing: 0.05px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 156px;
	color: #16171D;
  	text-shadow:
    -1px -1px 0 #212228,
    1px -1px 0 #212228,
    -1px 1px 0 #212228,
    1px 1px 0 #212228;  
}
.marketplaces-section{
	background:#16171D;
}
.marketplaces-section .title{
	font-weight: 600;
	font-size: 28px;
	color: #FCFCF9;
}
.marketplaces-section .img img{
	width:100%;
	margin-top:25px;
}
.digital-box-section .img{
}
.digital-box-section{
	background: url('/frontTheme/img/frame-bg-dot.png') 100% 100% ,#16171D;
	background-repeat: no-repeat;
	margin-top:120px;
}
.digital-box{
	background: #1E2734;
	box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	padding:60px 50px;
}
.digital-box h2{
	line-height:70px;
	color: #FCFCF9;
	font-weight: 700;
	font-size: 68px;
	letter-spacing: -0.02em;
	text-align:left;
}
.digital-box ul{
	text-align:left;
	padding: 0px;
	margin-top:30px;
}
.digital-box ul li{
	list-style: none;
	color: #FFFFFF;
	opacity: 0.7;
	font-size:17px;
	line-height:50px;
	font-weight: 400;
}
.digital-box ul li .true{
	margin-right:10px;
}
.digital-box .left-coin{
	width:90px;
	text-align: right;
	margin-top:-140px;
	margin-right:50px;
}
.digital-box .twoDoge{
	width:100%;
	height: 100%;
}
.marketplaces-detail-section .title p{
	color: #FFFFFF;
	font-weight:300;
	font-size: 45px;
	line-height: 120%;
	letter-spacing: -0.05em;
}
.marketplaces-detail-section{
	margin-top:180px;
}
.play-our-demo-btn{
	background: linear-gradient(90deg, #1915D6 7.29%, #AF17E4 100%);
	box-shadow: 0px 4px 84px #1B2B7B;
	border-radius: 50px;
	color: #fff;
	font-weight:600;
	font-size: 16px;
	text-decoration: none;
	padding:25px 35px;
}
.play-our-demo-btn:hover{
	color:#fff;
	text-decoration: none;
}
.play-our-demo-section{
	margin:40px 0px 60px;
}

/*slider*/
.swiper-slide-center img{
	width:auto;
	height:auto;
}
.swiper-slide-center{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	/*width: 70%;*/
	margin: auto;
}
.swiper-slide-left-top{
	width:75%;
	padding-top:60px;
}
.swiper-slide-left-bottom{
	width:75%;
	padding-top:40px;
}
.swiper-slide-left-bottom-main{
	border-top: 1px solid #31343F;
}
.left-box-text-slider{
	border-right: 1px solid #31343F;
	min-height:300px;
}
.right-box-text-slider{
	padding-left:30px;
}
.right-box-text-slider{
	border-left: 1px solid #31343F;
	border-right:0px solid #31343F;
}
.swiper-slide-left-top h2{
	font-weight: 600;
	font-size: 38px;
	color: #FCFCF9;
	letter-spacing: -0.02em;
	line-height: 100%;
}
.swiper-slide-left-top p{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	opacity: 0.7;
	padding-right: 10px;
}
.swiper-slide-left-bottom h2{
	color: #FCFCF9;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-size: 68px;
}
.swiper-slide-left-bottom h2 small{
	font-size:35px;	
	font-weight:600;
	letter-spacing:1.5px;
}
.swiper-slide-right-top h2{
	color: #FCFCF9;
	letter-spacing: -0.02em;
	font-weight: 600;
	font-size: 28px;
	margin-bottom:20px;
}
.swiper-slide-right-top span{
	color: #FCFCF9;
	font-weight:600;
	letter-spacing: -0.02em;
}
.swiper-slide-right-top span img{
	position: relative;
    top: -3px;
    margin-right: 6px;
}
.swiper-slide-right-top p{
	margin-top:20px;
}
.swiper-slide-prev{
	position: relative;
	left:-60px;
}
.swiper-slide-next{
	position: relative;
	right:-60px;
}
.gallery-thumbs .swiper-slide-active{
	color: #E8E9F1;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	background: transparent !important;
}
.gallery-thumbs .swiper-slide{
	font-size: 59px !important;
	color: #E8E9F1;
	opacity: 0.2;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 68px;
	background: transparent;
	height: 100px;
}
.slider-part-section{
	background:#16171D;
	padding-top:80px;
}
.swiper-container {
  	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
}
.swiper-slide{
  	min-height:300px;
  	background-color: transparent;
  	background-size: cover;
  	background-position: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 33px;
    border-radius: 10px;
    background: #546378;
    height:5px;
    padding: 4px;
}
.roadmap-section{
	position: relative;
}
.stadium-bg-dotted-img{
	position: absolute;
	background-repeat: no-repeat;
	background-size:cover;
	left:0px;
	top:-700px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	position: relative;
    top: -100px;
    color:transparent !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 33px;
    border-radius: 10px;
    border:2px solid #2528B8;
    background: transparent !important;
}
.gallery-top {
  	height: 80%;
  	width: 100%;
}
.gallery-thumbs {
  	height: 20%;
  	box-sizing: border-box;
  	padding: 10px 0;
}
.gallery-thumbs .swiper-slide:hover{
	cursor: pointer;
}
.gallery-thumbs .swiper-slide {
  	width: 25%;
  	height: 100%;
  	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active,
.gallery-thumbs .swiper-slide-thumb-active {
  	opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
  	background-color: orange;
}
.gallery-thumbs .swiper-slide-thumb-active {
  	background-color: gold;
}
/*slider*/

/*roadmap*/
.roadmap-section{
	background:#16171D;	
	padding-top: 50px;
}
.roadmap-section .title h2{
	/*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
	color: #E8E9F1;
	letter-spacing: -0.02em;
	font-weight: 700;
	font-size: 68px;
}
.roadmap-section-part{
	margin-bottom:120px;
	margin-top:30px;
	background: transparent;
}
.road-map-box{
	background: #2528B8;
	border-radius:30px;
	padding:50px;
	margin-top:30px;
}
.road-map-box .title p{
	padding: 0px;
	color: #FCFCF9;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.road-map-box .title-counter p{
	padding: 0px;
	color: #FCFCF9;
	font-weight: 600;
	font-size: 38px;
	letter-spacing: 0.08em;
	margin-top: -15px;
}
.road-map-box .sub-title h2{
	color: #FCFCF9;
	letter-spacing: -0.02em;
	font-weight: 600;
	font-size: 28px;
	margin:-10px 0px 20px;
}
.road-map-box .detail ul{
	padding:0px;
	margin:0px;
	list-style: none;
}
.road-map-box .detail ul li{
	color: #FFFFFF;
	opacity: 0.7;
	letter-spacing: -0.02em;
	font-weight: 400;
	font-size: 18px;
	line-height:50px;
}
.road-map-box .detail ul li img{
	margin-right:15px;
}
.road-map-gray-box{
	background: #1E2734;
}
.roadmap-carousel-indicators{
	top:60px;
	position: relative;
}
.carousel-indicators .active{
	border:3px solid #2528B8 !important;
	background: transparent !important;
	border-radius: 5px;
}
.carousel-indicators [data-bs-target]{
	background:#1E2734;
	border-radius: 5px;
	height: unset;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
/*roadmap*/

/*frequently-asked-questions*/
.frequently-asked-questions-section{
	background:#16171D;
}
.frequently-asked-questions-box{
	background: #17181E;
	box-shadow: 0px 74px 74px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	margin-top:50px;
	margin-bottom:70px;
	position: relative;
	z-index:1 !important;
}
.frequently-asked-questions-box .title{
	position: relative;
}
.frequently-asked-questions-box .title .coin{
	width:100px;
	position: absolute;
	left:-100px;
}
.frequently-asked-questions-box .title h2{
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #E8E9F1;
	font-weight: 700;
	font-size: 68px;
	padding-top:60px;
}
.accordion-item{
	background:transparent !important;
	border:0px !important;
}
.accordion-button{
	background:transparent !important;
	color: #fff;
	padding:0px;
	font-weight:500;
	font-size: 24px;
}
.accordion-button:not(.collapsed){
	color: #fff;	
	padding-top: 30px;
}
.accordion-button:focus{
	box-shadow:unset !important;
}
.accordion-item:focus{
	box-shadow:unset !important;
}
.accordion-collapse .card-body{
	padding:0px;
	color: #fff;
}
.accordion-collapse .card-body p{
	border-bottom:1px solid #31343F;
	padding-top:10px;
	padding-bottom:30px;
	color: #FFFFFF;
	opacity: 0.7;
	font-weight: 300;
	font-size: 18px;
	text-align: left;
}
.accordion-button::after {
	background: url();
    content:  "\2b";
    background: #fff;
  	color:#2825BF;
  	text-align: center;
  	height:20px !important;
  	width:20px !important;
  	font-size:18px;
  	border-radius:50%;
  	padding-top:0px;
  	/*font-weight: bold;*/
}
.accordion-button:not(.collapsed)::after {
  	font-size:15px !important;
  	content: "\2212";
  	background: url();
  	background: #fff;
  	color: #2825BF;
  	text-align: center;
  	height:20px !important;
  	width:20px !important;
  	font-size: 30px;
	font-weight:bold;
}
.accordion-button:not(.collapsed)::after{
	font-weight:bold !important;
  	font-size:63px;
  	padding-top:1px;
  	padding-left:2px;
	transform: unset;
	border-radius:50%;
}
.question-part{
	padding:40px 80px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
	border-bottom:1px solid #31343F;
	padding: 30px 0px;
}
.accordion-header:last-child{
	border-bottom:0px solid #31343F;
}
.frequently-asked-questions-bottom h2{
	color: #FFFFFF;
	font-weight: 300;
	font-size: 45px;
	margin-top:50px;
}
.frequently-asked-questions-bottom .play-our-demo-section{
	margin-top:60px;
}
/*frequently-asked-questions*/

/*our-team-leaders-section*/
.our-team-leaders-section{
	background: #16171D;
	padding-top:80px;
}
.our-team-leaders-section .title h2{
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #E8E9F1;
	font-weight: 700;
	font-size: 68px;
}
.our-team-box .team-img img{
	width:100%;
}
.our-team-box .leader-designation p{
	background: #2528B8;
	border-radius: 50px;
	color: #FFFFFF;
	font-weight:500;
	font-size: 14px;
	padding: 5px 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-top:25px;
}
.our-team-box .leader-name h2{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 28px;
}
.our-team-box .leader-detail p{
	color: #FFFFFF;
	opacity: 0.7;
	font-weight: 300;
	font-size: 14px;
	margin-top:10px;
}
.our-team-box-section{
	padding-top:70px;
	padding-bottom:120px;
}
/*our-team-leaders-section*/

.footer-section{
	border-top: 1px solid #31343F;
	border-bottom: 1px solid #31343F;
	background: #16171D;	
}
.footer-section-bottom{
	border-top: 1px solid #31343F;
	background: #16171D;	
}
.left-top{
	padding:45px 0px 35px;
}
.top-footer-section .left-top h2{
	color: #FFFFFF;
	font-weight: 700;
	font-size: 38px;
}
.top-footer-section .left-top p{
	width:500px;
	margin-top:10px;
	opacity: 0.7;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 18px;
}
.top-footer-section .right-top{
	padding-top:60px;
	border-left: 1px solid #31343F;
}
.top-footer-section .right-top ul{
	list-style: none;
}
.top-footer-section .right-top ul li{
	display: inline;
	margin-left:30px;
}
.top-footer-section .right-top p{
	color: #FFFFFF;
	font-weight:300;
	font-size: 16px;
	padding-top:30px;
}
.bottom-footer-section .left-bottom ul li{
	list-style: none;
	display: inline;
}
.bottom-footer-section .left-bottom ul li a{
	color: #FFFFFF;
	font-weight:300;
	font-size: 16px;
	text-decoration: none;
}
.footer-section-bottom{
	padding:45px 0px 30px;
}
.bottom-footer-section .left-bottom ul{
	margin: 0px;
	padding:0px;
}
.bottom-footer-section .right-bottom p{
	color: #FFFFFF;
	font-weight:300;
	font-size: 16px;
}
.page-body{
	background:#16171D;
}
.system-requirements-section{
	margin-top:150px;
	margin-bottom:100px;
}
.system-requirements-box .system-requirements-box-gray,.system-requirements-box .system-requirements-box-blue{
	min-height:300px;
}
.system-requirements-box .system-requirements-box-head{
	min-height: unset;
}
.system-requirements-box-img{
	padding: 0px;
	height:80px !important;
}
.system-requirements-box-img img{
	width:90%;
	height:auto;
	position: relative;
	top:-0px;
}
.system-requirements-box-left{
	position:relative;
	top:-5px;
	padding-top:27px !important;
	padding-bottom:20px !important;
}
.line-text{
	min-height:85px;
	position: relative;
	display: flex;
    width: 100%;
    margin: auto;
    align-items:center;
}
.system-requirements-box-left h2{
	font-size:25px;
	padding-left:5px;
	margin-bottom: 0px;
}
.system-requirements-title h1{
	font-size: 68px;
    font-weight: 700;
    text-align: center;
    margin-bottom:60px;
    color: #E8E9F1;
}
.system-requirements-title h1 span{
	color: rgb(37, 40, 184);
}
.system-requirements-box-gray{
	background:#1E2734;
	border-radius:30px;
	padding:30px 25px 20px;
	color: #fff;
	font-size:18px;
	height:;
}
.system-requirements-box-blue{
	background: #2528B8;
	border-radius:30px;
	padding:30px 25px 20px;
	color: #fff;
	font-size:18px;
}
.system-requirements-box-head{
	margin-bottom:10px;
	padding: 22px 0px 15px;
	border-radius:30px;
	text-align: center;
}
.system-requirements-box-head h2{
	font-size:24px;
	color: #fff;
}
.system-requirements-box-blue p,.system-requirements-box-gray p{
	margin: 0px !important;
}
.page-navbar{
	border-bottom: 1px solid rgb(49, 52, 63);
	padding:10px 20px 30px;
}
.page-navbar-nav{
	margin-top:20px;
}
.is-mobile{
	display:none;
}
.rotate-scroll-slider .slider{
	position:relative !important;
	top:-20px;
	z-index:55;
	height:7px;
	background:#201F7F;
	border:1px solid #201F7F;
}
.rotate-scroll-slider .slider a{
	border-radius:50%;
	top:-13px;
	cursor: pointer;
	width:32px;
	background:#201F7F;
    height:32px;
    /*left: 50% !important;*/
}




@media only screen and (min-width:0px) and (max-width:700px){
	.rotate-scroll-slider .slider{
		top:40px;
	}
	body{
		/*overflow-x:hidden !important;*/
	}
	.navbar-toggler{
		background: transparent;
	}
	.navbar-toggler:focus{
		box-shadow:unset !important;
	}
	.navbar-toggler-icon img{
		width:36px;
		position: relative;
	    top: 5px;
	    left: -10px;
	}
	.menu-btn{
		text-align:center;
		top: 7px;
		right: 4%;
		padding: 11px 23px !important;
	}
	.visible-title{
	 	visibility: visible !important;
	 	top: -5px;
	}
	.navbar-collapse{
		flex-basis: 100% !important;
	}
	.navbar-collapse .navbar-nav a{
		margin-left:0px !important;
		margin-top:15px;
	}
	.collapse .navbar-nav .menu-btn{
		visibility: visible !important;
	}
	.visible-title{
		visibility: visible !important;
	}
	.navbar-collapse.flex-row-reverse.collapse.show{
		background: #16171D !important;
	    position: absolute;
	    width: 100%;
	    top: 0px;
	    left: 0px;
	    padding-left: 20px;
	    padding-top: 41px;
	    padding-bottom:30px;
	}
	[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
		z-index:555;
	}
	.navbar-collapse.flex-row-reverse.collapse.show:has + .navbar-expand-lg{
		background: #16171D !important;
	}
	.navbar-collapse .menu-btn{
		display: block !important;
	}
	.navbar.navbar-expand-lg.fixed-header .navbar-collapse.flex-row-reverse{
		background: #16171D !important;
	}
	.callout{
		width:100%;
	}
	.callout .desc{
		font-size:16px;
		width: 100%;
	}
	.callout img{
		width:80%;
	}
	.run-dog-section .head-title {
	    padding-top: 80px;
	}
	.run-dog-section .head-title h2 {
	    font-size: 28px;
	    letter-spacing: 0px;
	}
	.run-dog-section .head-title h1 {
	    font-size: 58px;
	    line-height: 60px;
	}
	.run-dog-section .head-title .coin{
		position: absolute;
    	margin-top: 125px;
	}
	.run-dog-img-section .left-coin {
	    width: 80px;
	    position: absolute;
	    left: -38px;
	    top: -60px;
	}
	.run-dog-img-section .dog-random {
	    padding-top:0px; 
	    width: 100%;
	}
	.run-dog-img-section .right-coin{
	    width:72px;
	    margin-top:0px !important; 
	    margin-left:0px !important; 
	    position: absolute;
	    right: -12px;
	    top: -50px;
	    z-index: 5;
	}
	.run-dog-img-detail-section p{
	    font-size: 14px;
	    margin-top: 100px;
	}
	.run-doge-run-text h2{
	    text-align: center;
	    font-size: 78px;
	}
	.marketplaces-section .title{
	    font-size: 22px;
	}
	.digital-box .left-coin {
	    width: 60px;
	    margin-right: 0px;
	    margin-top: -25px;
	}
	.digital-box-section {
	    margin-top: 60px;
	}
	.digital-box h2{
		font-size:41px;
		line-height: 50px;
	}
	.digital-box{
		padding: 5px 20px;
		border-radius: 20px;
	}
	.digital-box ul li{
		font-size: 14px;
    	line-height: 35px;
	}
	.marketplaces-detail-section {
	    margin-top: 0px;
	}
	.marketplaces-detail-section .title p{
		font-size:34px;
	}
	.roadmap-section .title h2{
		font-size:48px;
	}
	.road-map-box{
		padding: 45px 20px;
	}
	.road-map-box .sub-title h2{
		font-size:22px;
		margin-top: 10px;
	}
	.road-map-box .title-counter p{
		font-size:22px;	
	}
	.road-map-box .detail ul li{
		font-size:15px;
    	line-height:32px;
	}
	.frequently-asked-questions-box .title h2{
		font-size: 48px;
		margin-top: -60px;
	}
	.accordion-button{
		font-size:18px;
	}
	.question-part{
		padding: 40px 10px;
	}
	.accordion-collapse .card-body p{
		font-size:16px;
	}
	.frequently-asked-questions-bottom h2{
		font-size: 34px;
    	margin-top: 0px;		
	}
	.frequently-asked-questions-bottom h2{
		font-size:28px;
	}
	.our-team-leaders-section{
		margin-top:-2px;
	}
	.our-team-leaders-section .title h2{
		font-size:48px;	
	}
	.our-team-box .team-img img{
		width:100%;
		margin-top:35px;
	}
	.leader-designation{
		text-align: center !important; 
	}
	.our-team-box .leader-name h2{
		text-align: center !important; 
	}
	.our-team-box .leader-detail p{
		text-align: center !important; 	
	}
	.our-team-leaders-section .title h2{
		margin-bottom:-75px !important;
	}
	.our-team-box-section{
		margin-bottom: -40px;
	}
	.top-footer-section .left-top h2{
		font-size:32px;
	}
	.top-footer-section .left-top p{
		width: unset;
		font-size:16px;
	}
	.top-footer-section .right-top {
	    padding-top:0px; 
	    border-left:0px;
	    text-align: center !important; 
	}
	.top-footer-section .right-top ul{
		padding:0px;
		margin:0px;
	}
	.bottom-footer-section .left-bottom ul li a{
		font-size:12px;
	}
	.bottom-footer-section .right-bottom p{
		text-align: center !important;
    	margin-top: 30px !important;
	}
	.visible-title{
		position: absolute;
		right: 30px;
	}
	.fixed-header{
		z-index: 55555 !important;
	}
	.rotate-img-360-deg canvas {
	    width: 100%;
	    height: 344px;
	    padding: 0px !important;
	    margin: 0px !important;
	    position: absolute;
	    left: 50%;
	    right: 50%;
	    top: 8%;
	    z-index:5;
	    transform: translate(-50%,-75%);
	}
	.marketplaces-section .img img{
		width:100%;
	}
	.mobile-v{
		display:block !important;
	}
	.desktop-v{
		display: none !important;	
	}
	.frequently-asked-questions-box .title .coin {
	    width: 73px;
	    position: absolute;
	    left: -53px;
	    top: -40px;
	}
	.mv-100{
		width: 100% !important;
	}
	.swiper-slide-left-top{
		width: 100% !important;
	}
	.gallery-thumbs .swiper-slide{
		font-size:40px !important;
	}
	.gallery-thumbs{
    	height: 15% !important;
	}
	.swiper-slide-left-top h2 {
    	font-size: 32px;
	}
	.swiper-slide-left-top {
	    padding-top:25px;
	}
	.swiper-slide{
		min-height: 0px !important;
	}
	.right-coin-dog{
		text-align: right !important;
	}
	.left-box-text-slider{
		min-height:0px;
	}
	.swiper-slide-center img{
		width:100%;
	}
	.slider-part-section {
	    padding-top: 10px;
	}
	.gallery-top {
	    height:100%;
	}
	.roadmap-section {
	    padding-top:30px !important;
	    margin-top:-2px;
	}
	.stadium-bg-dotted-img img{
		width:100% !important;
	}
	.marketplaces-section {
	    margin-bottom: -1px;
	}
	.frequently-asked-questions-section {
	    margin-top: -2px;
	}
	.run-doge-run-text {
	    margin-bottom: -2px;
	}
	.run-dog-img-detail-section {
	    margin-top: -2px;
	}
	.run-dog-img-section{
		margin-top: -2px;	
	}
	.doge-rotation-bg {
	    transform: translate(-50%,-75%);
	}

	/*page detail*/
	.system-requirements-box-gray {
	    background: #1E2734;
	    border-radius: 30px;
	    padding:20px 14px 12px;
	    color: #fff;
	    font-size: 12px;
	}
	.system-requirements-box-blue{
		border-radius: 30px;
	    padding:20px 14px 12px;
	    color: #fff;
	    font-size: 12px;
	}
	.line-text{
    	min-height: 50px;
	}
	.system-requirements-box-img{
		height:unset;
	}
	.system-requirements-box-left h2 {
    	font-size:12px;
	}
	.system-requirements-box-img{
		height: unset !important;
	}
	.system-requirements-box-head h2{
		font-size:17px;
	}
	.system-requirements-box-left {
	    position: relative;
	    top: -0px;
	    padding-top: 18px !important;
	    padding-bottom:17px !important;
	}
	.system-requirements-box-left h2{
		padding-left: 0px !important;
	}
	.system-requirements-box-img img{
		top:-8px;
	}
	.system-requirements-title h1{
		font-size: 40px;
		line-height: 55px;
	}
	.mv-pr-0{
		padding-right:15px !important;
	}
	.system-requirements-box{
		margin-bottom:40px;
	}
	.system-requirements-box .system-requirements-box-gray, .system-requirements-box .system-requirements-box-blue {
    	min-height:unset;
	}
	.bottom-footer-section .left-bottom{
		text-align: center !important;
		line-height: 35px !important;
	}
	.is-mobile{
		display: block !important;
	}
	.bottom-footer-section .left-bottom ul li{
		width: 100%;
	    display: inline-block;
	    text-align: left;
	    padding-left: 30px;
	    line-height:50px;
	}
	.bottom-footer-section .right-bottom{
		border-top: 1px solid #31343F;
    	margin-top: 20px;
    	margin-bottom:-10px;
	}
	.bottom-footer-section .left-bottom ul li a{
	    font-size:17px !important;
	}
	.bottom-footer-section .left-bottom ul li:nth-child(1){
		padding-top:-10px;
	}
	.bottom-footer-section .left-bottom ul li:nth-child(2){
		display: none;
	}
	.bottom-footer-section .left-bottom ul li:nth-child(4){
		display: none;
	}
	.bottom-footer-section .left-bottom ul li:nth-child(5){
		margin-left: -30px !important;
	}

	
}
@media only screen and (min-width:0px) and (max-width:575px){
	.is-mobile{
		display:block !important;
	}
}
@media only screen and (min-width:576px) and (max-width:700px){
	.is-mobile{
		display:none !important;
	}
}
@media only screen and (min-width:700px) and (max-width:1000px){
	/*page detail*/
	.system-requirements-box-gray {
	    background: #1E2734;
	    border-radius: 30px;
	    padding:20px 14px 12px;
	    color: #fff;
	    font-size: 12px;
	}
	.system-requirements-box-blue{
		border-radius: 30px;
	    padding:20px 14px 12px;
	    color: #fff;
	    font-size: 12px;
	}
	.line-text{
    	min-height: 50px;
	}
	.system-requirements-box-img{
		height:unset;
	}
	.system-requirements-box-left h2 {
    	font-size:12px;
	}
	.system-requirements-box-img{
		height: unset !important;
	}
	.system-requirements-box-head h2{
		font-size:17px;
	}
	.system-requirements-box-left {
	    position: relative;
	    top: -0px;
	    padding-top: 18px !important;
	    padding-bottom:17px !important;
	}
	.system-requirements-box-left h2{
		padding-left: 0px !important;
	}
	.system-requirements-box-img img{
		top:-8px;
	}
	.system-requirements-title h1{
		font-size: 40px;
		line-height: 55px;
	}
	.mv-pr-0{
		padding-right:15px !important;
	}
 	.system-requirements-box{
		margin-bottom:40px;
	}
	.system-requirements-box .system-requirements-box-gray, .system-requirements-box .system-requirements-box-blue {
    	min-height:unset;
	}
	.bottom-footer-section .left-bottom{
		text-align: center !important;
		line-height: 35px !important;
	}
}
@media only screen and (min-width:1000px) and (max-width:1200px){
	.system-requirements-box-left h2{
		font-size: 20px;
	}
	.system-requirements-box-gray{
		font-size: 15px;	
	}
	.system-requirements-box-blue{
		font-size: 15px;	
	}
}




.item {
  /*width: 25%;*/
  box-sizing: border-box;
  /*min-height: 400px;*/
  /*min-width: 300px;*/
  text-align: center;
}

.item.loading {
  /*border: 1px dotted #a7a7a7;*/
  position: relative;
}

.item.loading:after {
  content: "";
  position: absolute;
  width: 20%;
  height:20%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,90%);
  /*left: 50%;*/
  /*margin-left: -25px;*/
  /*top: 50%;*/
  /*margin-top: -25px;*/
  /*background: url("https://c.tenor.com/UnFx-k_lSckAAAAM/amalie-steiness.gif");*/
  background-repeat: no-repeat;
  background-size: contain;
}