body {
    font-family: "Poppins", 'Microsoft YaHei', Arial;
    font-size: 14px;
    letter-spacing: 0.5px;
    position: relative;
    color:rgb(136, 138, 139);
    box-sizing: content-box;
    width: 100%;
}


a{
	text-decoration: none;
	color: #404041;
}

a:hover{
	text-decoration: none;
	color: #404041;
}

section{
	font-family: "Poppins", 'Microsoft YaHei', Arial;

}

/* Font */
@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Regular.ttf");
    src: url("../font/Poppins-Regular.ttf") format("truetype"), 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url("../font/Poppins-Medium.ttf");
    src: url("../font/Poppins-Medium.ttf") format("truetype"), 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url("../font/Poppins-Bold.ttf");
    src: url("../font/Poppins-Bold.ttf") format("truetype"), 
    font-weight: normal;
    font-style: normal;
}

#about, #token, #features, #download{
	padding-top: 100px;
}


/* navbar */
	.navbar-wrapper{
		display: block;
		justify-content: space-between;
	}

	.nav-link{
		font-size: 14px;
	}
	header .logo-2{
		display: none;
	}
	.logo-1 img, .logo-2 img{
		width: 80%;
	}
	header .scrolled .logo-1{
		display: none;
	}
	header .scrolled .logo-2{
		display: block;
	}
	header .container{
		width: 100%;
	}
	.nav-container{
		display: flex;
		max-width: 90%;
		margin: auto;
	}
	.nav-container .btn-sign{
		background: rgba(255,255,255,.75);
		color: red !important;
		border-radius: 30px;
		font-weight: 700;
	}
	.nav-container .btn-sign:hover{
		background: rgba(255,255,255,1);
	}
	.scrolled .nav-container .btn-sign{
		background: red;
		color: #fff !important;
		border-radius: 30px;
	}
	.nav-container .btn-sign{
		background: rgba(255,255,255,.75);
		color: red !important;
		border-radius: 30px;
		font-weight: 700;
	}
	.nav-container .btn-sign:hover{
		background: #ffc107;
		color: #fff !important;
	}
	.scrolled .nav-container .btn-sign{
		background: red;
		color: #fff !important;
		border-radius: 30px;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
	    padding: 10px 15px;
	}


	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 5px 15px;
	}

	.btn-signup{
		border-radius: 20px;
		padding: 5px;
		background-color: rgba(255, 255, 255, .3);
		 transition: all 0.3s linear;

	}

	.btn-signup:hover{
		background-color: rgba(255, 255, 255, .8);
		color: #555 !important;

	}

	.navbar-default{
	  transition:500ms ease;
	  background:transparent;
	}
	.navbar-default.scrolled{
	  background:#fff;
	  color: #555;
	  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075);
	}

	.scrolled .navbar-nav .nav-link {
	    color: #616161;
	}

	.scrolled .navbar-nav a.btn-signup {
	    color: #fff;
	}
	.scrolled .nav-container .btn-sign:hover{
		background: #c50606;
		color: #fff;
	}
	.scrolled .dropdown .fa {
	    color: #616161;
	}

	.scrolled .line-r{
		border-color: #616161;
	}


	.navbar-default.scrolled .nav-link:hover, .navbar-default.scrolled .nav-link:focus {
	    color: #000;
	}
	.navbar-default.scrolled .hvr-shutter-out-horizontal{
		background-color: #eb4294;
		color: #fff;
	}
	.navbar-default.scrolled .hvr-shutter-out-horizontal:hover{
		background-color: #eb4294;
		color: #fff !important;
	}
	.navbar-default.scrolled .hvr-shutter-out-horizontal:before{
		background: #cb296b !important;
		color: #fff !important;
	}

	.navbar-default.scrolled .hvr-shutter-out-horizontal:hover:before{
		background: #cb296b !important;
		color: #fff !important;
	}
	.logo-lg{
		display: block;
	}
	.logo-md{
		display: none;
	}

	.lg-dropdown{
		display: block;
	}
	.md-dropdown{
		display: none;
	}
	.dropdown-item.active, .dropdown-item:active {
	    background-color: #e9ecef;
	}
	.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	    color: #fe4350;
	}
	@media (max-width: 1199px) {
		.logo-lg{
			display: none;
		}
		.logo-md{
			display: block;
		}
		.lg-dropdown{
			display: none;
		}
		.md-dropdown{
			display: block;
		}
		.navbar-default {
		    background: rgba(49, 49, 49, 0.8);
		}
		div.line-r{
			display: none;
		}
		.align-items-baseline {
		    -ms-flex-align: center !important;
		     align-items: center !important; 
		}
		.navbar-collapse{
			padding-bottom: 20px;
		}
		.navbar-default.scrolled {
		    background: rgba(49, 49, 49, 0.8);
		    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075);
		    color: #fff;
		}
		.scrolled .navbar-nav .nav-link {
		    color: #fff;
		}
		.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
		    color: #fababa;
		}
		.navbar-default.scrolled .nav-link:hover, .navbar-default.scrolled .nav-link:focus {
		    color: #fababa;
		}
		.navbar-default.scrolled .hvr-shutter-out-horizontal{
	 	 	background: rgba(255, 255, 255, .3);
		}
		.navbar-default.scrolled .hvr-shutter-out-horizontal:hover{
	 	 	background: rgba(255, 255, 255, .3);
	 	 				color: #555 !important;

		}
		.navbar-default.scrolled .hvr-shutter-out-horizontal:before{
	 	 	background: rgba(255, 255, 255, .8) !important;
		}

		.navbar-default.scrolled .hvr-shutter-out-horizontal:hover:before{
	 	 	background: rgba(255, 255, 255, .8) !important;
	 	 	color: #555 !important;
		}
		.scrolled .hvr-shutter-out-horizontal:hover, .scrolled .hvr-shutter-out-horizontal:focus, .scrolled .hvr-shutter-out-horizontal:active{
			color: #555 !important;
		}
		.dropdown-menu{
			left: inherit;
			right: 0;
			background-color: rgba(49, 49, 49, 0.8);
			color: #fff;
			margin-top: 17px;
		}
		p.lang-txt{
			color: #fff;
		}
		.scrolled .dropdown .fa {
		    color: #fff;
		}
		header .scrolled .logo-1{
			display: block;
		}
		header .scrolled .logo-2{
			display: none;
		}

	}
	@media (max-width: 768px) {
		.navbar-default {
		    background: rgba(49, 49, 49, 0.8);
		}
		div.line-r{
			display: none;
		}
		.align-items-baseline {
		    -ms-flex-align: center !important;
		     align-items: center !important; 
		}
		.line-r{
			display: none;
		}
		.header{
			display: block;
		}
		.navbar-default .dropdown img{
			border: 0px;
		}
		.navbar-dark .navbar-toggler {
		    color: rgba(255, 255, 255, 0.5);
		    border-color: rgba(255, 255, 255, 0.1);
		}
		.dropdown-item:hover, .dropdown-item:focus {
		    background-color: rgba(248, 249, 250, .2);
		}
		.dropdown-item.active, .dropdown-item:active {
		    background-color: rgba(248, 249, 250, .2);
		}
	}
	@media (max-width: 576px) {
		body{
			font-size: 12px;
		}
		.logo-1{
			width: 50%;
		}
		.logo-1 img, .logo-2 img {
		    width: 100%;
		}
		.img-responsive {
		    height: auto;
		}
		.d-md-flex{
			display: flex;
		}
		.dropdown-menu{
			left: inherit;
			right: 0;
			background-color: rgba(49, 49, 49, 0.8);
			color: #fff;
			margin-top: 11px;
		}
		p.lang-txt{
			color: #fff;
		}
		.navbar-toggler{
			font-size: 12px;
			padding: 10px;
		}

	}


/* Header */

	/* The outermost element*/
	.header-wrapper {
	  overflow: hidden;
	  width:100vw;
	  height:88vh;
	  text-align:center;
	  position: relative;
	}

	.zoominheader {
	  width:100%;
	  height:100%;
	  text-align:center;
	  background-size: auto;
	  background-attachment: fixed;
	  background-repeat: repeat;
	  position: relative;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -webkit-animation: zoomin 10s ease-in infinite;
	  animation: zoomin 10s ease-in infinite;
	  transition: all .10s ease-in-out;
	  overflow: hidden;
	}

	/* The innermost element*/
	.zoomoutheader {
	  width:400px;
	  height:200px;
	  text-align:center;
	  background: none;
	  -webkit-animation: zoomout 10s ease-in infinite;
	  animation: zoomout 10s ease-in infinite;
	  transition: all .5s ease-in-out;
	  overflow: hidden;
	}

	/* Zoom in Keyframes */
	@-webkit-keyframes zoomin {
	  0% {transform: scale(1);}
	  100% {transform: scale(1.3);}
	}
	@keyframes zoomin {
	  0% {transform: scale(1);}
	  100% {transform: scale(1.3);}
	} /*End of Zoom in Keyframes */

	/* Zoom out Keyframes */
	@-webkit-keyframes zoomout {
	  0% {transform: scale(1);}
	  50% {transform: scale(0.67);}
	  100% {transform: scale(1);}
	}
	@keyframes zoomout {
	    0% {transform: scale(1);}
	  50% {transform: scale(0.67);}
	  100% {transform: scale(1);}
	}/*End of Zoom out Keyframes */

	/*Style for the text*/
	.header-text{
		color:#fff;
		font-weight:bold; 
		position: absolute;
    	top: 50%;
	    width: 100vw;
        transform: translateY(-50%);
	}
	#myCarousel .carousel-item .mask {
	    position: absolute;
	    top: 0;
		left:0;
		height:100%;
	    width: 100%;
	    background-attachment: fixed;
	}
	#myCarousel h2{
		font-size: 3.5em;
		font-family: "Poppins-Bold", 'Microsoft YaHei', Arial;
		margin-bottom:25px;
		line-height:5rem;
		letter-spacing:0.5px;
		font-weight:700;
	}
	#myCarousel p{
		font-size:18px;
		margin-bottom:15px;
		color: #555;
	}
	#myCarousel .carousel-item a{
		font-size:16px; 
		color:#FFF; 
		padding:10px 15px; 
		display:inline-block;
		border-radius: 50px;
		border: 2px solid #fff;
		transition: all .3s;
		margin: 50px 25px;
	}

	#myCarousel .carousel-item .text-left a{
		margin: 50px 0px;
	}
	#myCarousel .carousel-item .text-left a:nth-child(1){
		margin: 50px 25px 50px 0px;
	}
	#myCarousel .carousel-item a:hover{
		background: #ffc123;
		border: 2px solid #ffc123;
		box-shadow: 0px 4px 6px rgba(103, 79, 6, 0.5);
	  	-webkit-transform: scale(1.1);
	  	transform: scale(1.1);

	}

	#myCarousel .carousel-item h2{
		-webkit-animation-name:fadeInUp; 
		animation-name:fadeInUp;
	} 
	#myCarousel .carousel-item p{
		-webkit-animation-name:fadeInUp; 
		animation-name:fadeInUp;
	} 

	#myCarousel .carousel-item span{
		-webkit-animation-name:fadeInUp; 
		animation-name:fadeInUp;
	} 
	#myCarousel .carousel-item a{
		-webkit-animation-name:fadeInUp; 
		animation-name:fadeInUp;
		animation-delay: 1s;
	}
	#myCarousel .carousel-item .mask img{
		-webkit-animation-name:slideInRight; 
		animation-name:slideInRight; 
		display:block; 
		height:auto; 
		max-width:100%;
	}
	#myCarousel h2, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{
		-webkit-animation-duration: 1s;
	    animation-duration: 1.2s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	}
	#myCarousel .container {max-width: 80%;  }

	#myCarousel .carousel-item{height:100%; min-height:550px; }

	.carousel-control-next, .carousel-control-prev{
		height:40px; 
		width:40px; 
		padding:12px; 
		top:50%; 
		bottom:auto; 
		transform:translateY(-50%); 
		background-color: rgba(33, 33, 33, .5); 
	}

	.carousel-item {
	    position: relative;
	    display: none;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    width: 100%;
	    transition: -webkit-transform .6s ease;
	    transition: transform .6s ease;
	    transition: transform .6s ease,-webkit-transform .6s ease;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -webkit-perspective: 1000px;
	    perspective: 1000px;
	}
	.carousel-fade .carousel-item {
		opacity: 0;
		-webkit-transition-duration: .6s;
		transition-duration: .6s;
		-webkit-transition-property: opacity;
		transition-property: opacity
	}
	.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
		opacity: 1
	}
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
		opacity: 0
	}
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	@supports (transform-style:preserve-3d) {
		.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0)
		}
	}
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}


	 
	@-webkit-keyframes fadeInLeft {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	@keyframes fadeInLeft {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	.fadeInLeft {
	  -webkit-animation-name: fadeInLeft;
	  animation-name: fadeInLeft;
	}

	@-webkit-keyframes fadeInUp {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	@keyframes fadeInUp {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	.fadeInUp {
	  -webkit-animation-name: fadeInUp;
	  animation-name: fadeInUp;
	}

	@-webkit-keyframes slideInRight {
	  from {
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	    visibility: visible;
	  }

	  to {
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	@keyframes slideInRight {
	  from {
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	    visibility: visible;
	  }

	  to {
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	.slideInRight {
	  -webkit-animation-name: slideInRight;
	  animation-name: slideInRight;
	}

	.carousel-indicators {
	    position: absolute;
	    bottom: 0;
	    z-index: 15;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: end;
	    justify-content: end;
	    padding-left: 0;
	    list-style: none;
	    margin-right: 10%;
	    margin-left: 10%;
	        padding-right: 15px;
	    padding-left: 15px;
	}

	.carousel-indicators li {
	    box-sizing: content-box;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    margin-right: 3px;
	    margin-left: 3px;
	    opacity:.3;
	    transition: opacity 0.6s ease;
	    border-radius: 1px solid #555;
	}
	.carousel-indicators .active{
		background-color: #555;
	}

	.header{
		padding-top: 100px;
		display: flex;
		align-items: center;
		height: 80vh;
	}

	.hearder-img{
		width: 50%;
	}

	h2.header-title{
		font-size: 60px;
		font-family: "Poppins-Bold", 'Microsoft YaHei', Arial;
		margin-bottom: 10px;
	}

	p.header-txt{
		font-size: 30px;
		margin-bottom: 50px;
	}

	a.header-btn{
		color: white;
		font-size:25px;
		border-bottom: 2px solid #fff;
		text-decoration: none;
		font-family: "Poppins-Bold", 'Microsoft YaHei', Arial;
	}
	.slider-lg{
		display: block;
	}
	.slider-sm{
		display: none;
	}

	@media (max-width: 1300px) {
		.header-wrapper img{
			/*width: 130%*/;
			margin-left: -162px;
		}
		.header-wrapper img.slider-img-2{
			width: 164%;
			margin-left: -320px;
			margin-top: 0;
		}
	}
	@media (max-width: 768px) {
		.header-wrapper{
			height: 48vh;
		}
		.header-wrapper img{
			width: 160%;
			margin-left: -110px;
		}
		.header-wrapper img.slider-img-2{
			width: 150%;
			margin-left: -175px;
			margin-top: 50px;
		}
		#myCarousel h2{
			font-size: 2.5em;
			line-height: 3rem;
		}
		#myCarousel .carousel-item a{
		    margin: 20px 20px;
		}
		.header-text{
			padding: 0px 100px;
		}
		.header-text div{
			display: inline-flex;
		}
		.slider-left{
			background: #f50101;
		}
		.slider-left .header-text{
			width: 70%;
			top: 25%;
		}
		#myCarousel .carousel-item .text-left a:nth-child(1) {
		    margin: 20px 15px 20px 0px;
		}
		#myCarousel .carousel-item .text-left a {
		    margin: 20px 0px;
		}

	}

	@media (max-width: 576px) {
		#myCarousel .carousel-item {
		    height: 100%;
		    min-height: 360px;
		}
		#myCarousel h2{
			margin-bottom: 10px;
		}
		.header-wrapper{
			height: 40vh;
		}
		#myCarousel h2{
			font-size: 20px;
			line-height: 1.5rem;
		}
		.header-text{
			padding: 0px 20px;
		}
		.header-wrapper img{
			width: 200%;
			margin-left: -150px;
		}
		.header-wrapper img.slider-img-2{
		    width: 120%;
		    margin-left: -10px;
		    margin-top: -46px;
		}

		#myCarousel .carousel-item .text-left a:nth-child(1) {
		    margin: 0px 10px 0px 0px;
		}
		#myCarousel .carousel-item .text-left a {
		    margin: 10px 0px;
		}
		.carousel-control-next, .carousel-control-prev {
		    height: 20px;
		    width: 20px;
		    padding: 5px;
		    top: 50%;
		    bottom: auto;
		    transform: translateY(-50%);
		    background-color: rgba(33, 33, 33, .5);
		}
		#myCarousel .carousel-item a {
		    margin: 5px;
		}
		#myCarousel .carousel-item a {
		    font-size: 12px;
		    color: #FFF;
		    padding: 8px 10px;
		    display: inline-block;
		    border-radius: 50px;
		    border: 2px solid #fff;
		    transition: all .3s;
		    margin: 20px 10px;
		}
		.slider-lg{
			display: none;
		}
		.slider-sm{
			display: block;
		}
		.slider-left .header-text div {
		    display: block;
		    width: 50%;
		    margin-top: 20px;
		}
		.slider-left .header-text {
		    width: 100%;
		    top: 30%;
		    padding: 0 30px;
		}
		#about, #token, #features, #download{
			padding-top: 50px;
		}
	}

/* Section 1 */
	section.vc_row {
	    margin: 0;
	}
	.vc_custom{
	    margin-top: -80px !important;
	}
	.container {
	    position: relative;
	    z-index: 5;
	}
	.presale-box{
		width: 100%;
		margin: auto;
	}
	.vc_column_container>.vc_column-inner {
	    box-sizing: border-box;
	    padding-left: 15px;
	    padding-right: 15px;
	    width: 100%;
	}
	.vc_column-inner::after, .vc_column-inner::before {
	    content: " ";
	    display: table;
	}
	.presale-status {
	    padding: 30px 60px;
	    background: #fe4350;
	    border-radius: 0 0 6px 6px;
	    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
	        color: #fff;

	}
	.presale-status h5 {
	    font-weight: 600;
	}
	.presale-bar {
	    padding: 6px;
	    width: 100%;
	    background: #fff;
	    border-radius: 16px;
	}
	.presale-bar-percent {
	    height: 20px;
	    border-radius: 20px;
	    background: linear-gradient(45deg, #ff6c3f 0%, #fe4350 100%);
	}
	.presale-points {
	    padding-top: 6px;
	    font-weight: 0.93em;
	}

	.animate-box{
		visibility: visible; 
		animation-delay: 0.95s;
		width: 100%;
	}

	.presale-countdown {
	    background: url(../images/contdown-shape-zinnia.png) 0 0 no-repeat, #fff9f7;
	    background-size: contain, 100%;
	    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
	    border-radius: 6px 6px 0 0;
	    height: 100%;
	   	padding: 30px 30px 18px 60px;

	}
	.presale-countdown h5 {
	    background: linear-gradient(0deg, #ff6c3f 0%, #fe4350 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	}
	.presale-countdown h6 {
	    font-weight: 400;
	    margin-bottom: 6px;
	}
	.presale-countdown .token-countdown {
	    margin: 0 -70px;
	}
	.presale-countdown .col {
	    display: inline-block;
	    width: auto;
	    padding: 0 30px;
	}
	.presale-countdown .countdown-time {
	    position: relative;
	    font-weight: 600;
	    color: #fe4350;
	    font-size: 18px
	}
	.presale-countdown .countdown-text {
	    color: #a7a7a7;
	    display: block;
	    font-size: 12px;
	}
	.col {
	    -ms-flex-preferred-size: 0;
	    flex-basis: 0;
	    -webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: 100%;
	}
	.presale-countdown .countdown-time:after {
	    position: absolute;
	    right: -31px;
	    bottom: -2px;
	    content: ":";
	    color: #fe4350;
	}
	.presale-countdown .countdown-time-last:after {
	    position: absolute;
	    right: -21px;
	    bottom: -2px;
	    content: "";
	    color: #fe4350;
	}

	@media (max-width: 991px){
		.presale-countdown .token-countdown {
		    margin: 0 -59px;
		}
	}
	@media (max-width: 768px){
		.presale-countdown {
		    padding: 30px 25px 18px 25px;
		}
		.presale-countdown .col{
			padding: 0 20px;
		}
		.presale-status {
		    border-radius: 0 6px 6px 0;
		}
		.presale-countdown .token-countdown {
		    margin: 0 -60px;
		}
		.vc_custom {
		    margin-top: -110px !important;
		}
	}

	@media (max-width: 576px){
		.presale-countdown {
		    padding: 24px 30px 18px 30px;
		}
		.presale-status {
		    padding: 15px 25px;
		}
		.presale-countdown h5{
			font-size: 16px;
		}
		.presale-countdown h6{
			font-size: 12px;
		}
		.presale-countdown .countdown-time{
			font-size: 14px;
		}
		.presale-status h5{
			font-size: 16px;
		}
		.presale-countdown .token-countdown {
		    margin: 0 -20px;
		    padding: 0;
		}
		.presale-countdown .col {
		    padding: 0 25px;
		}
		.presale-countdown .countdown-time:after {
		    right: -31px;
		}
		.vc_custom{
		    margin-top: -70px !important;
		}
	}




/* Title */
	h2.section-title{
		font-family: "Poppins-Bold", 'Microsoft YaHei', Arial;
		font-size: 30px;
		text-align: center;
		margin-top: 35px;
		margin: auto;
		color: #555;
	}


	.section-line{
  		border-top: 1px dotted red;
  		margin-top: 20px;
	}
	.section-line:after{
		content: " ";
		background-image: url(../images/foodgram_section-icon.png);
		background-repeat: no-repeat;
		background-size: 20px 20px;
	    width: 20px;
	    height: 20px;
	    display: block;
	    margin: auto;
	    border-radius: 10px;
	    margin-top: -11px;
	    margin-bottom: 35px;
	}

	.mt-30{
		margin-top: 30px;
	}
	.mt-50{
		margin-top: 50px;
	}
	.mt-100{
		margin-top: 100px;
	}
	.mt-80{
		margin-top: 100px;
	}
	.mb-30{
		margin-bottom: 30px;
	}
	.mb-50{
		margin-bottom: 50px;
	}
	.mb-100{
		margin-bottom: 100px;
	}
	.s2-title{
		width: 50%;
		float: right;
	}

	@media (max-width: 991px) {
		h2.section-title{
			font-size: 25px;
		}

		.mb-md-50{
			margin-bottom: 50px;
		}
		.tab-content-wrap img {
		    width: 100%;
		    margin-top: -45px;
		    padding-right: 40px;
		}
		.s2-title{
			width: 100%;
		}
		.s2-title .nav{
			width: 50%;
			float: right;
		}
		.s2-title .nav-justified{
			text-align: right;
		}
		.s2-title .nav-tabs a{
			width: 33.33%;
		}

		.s2-title .nav-link {
		    padding: 0.5rem 0rem;
		}
		.tab-content-wrap {
		    padding-top: 20px;
		}
		.mb-100{
			margin-bottom: 0px;
		}
		h2.section-title:after{
			width: 150px;
		}
		.presale-countdown{
			    padding: 30px 30px 18px 30px;
		}
		.presale-countdown .col {
		    padding: 0 20px;
		}
	}

	@media (max-width: 576px) {
		h2.section-title{
			font-size: 20px;
		}
		h2.mt-100,
		.mt-100{
			margin-top: 100px;
		}

		.s2-title .nav{
			width: 100%;
			float: none;
		}
		.p-0{
			padding: 0px;
		}
		.tab-content-wrap > .active {
		    display: flex !important;
		    flex-direction: column-reverse;
		}
		.tab-content-wrap img{
			margin-top: 0;
			padding: 15px;

		}
		.s2-img{
			flex: 1;
		}
		.tab-content-box{
			flex:2;
		}
	}
	.section-text{
		margin-top: 15px;
		margin-bottom: 30px;
		font-size: 22px;
	    font-family: "Poppins-Bold", 'Microsoft YaHei', Arial;
	}

	a.btn-green{
		background: #00c693;
		color: white;
		padding: 5px 15px;
		border-radius: 15px;
	}
	@media (max-width: 576px) {
		.section-text {
		    font-size: 16px;
		}
	}


/* Section 2 - About us */
	.s2-about-box{
		padding-left: 100px;
	}
	.s2-wrap{
		display: flex;
	}

	.s2-wrap img{
		width: 100%;
	}
	.s2-download{
		padding: 25px;
		background: #fd5b69;
		text-align: center;
		width: 150px;
		display: inline-block;
		margin: 80px 30px 0px 0px;
   		border-radius: 15px;
   		color: #fff;
	}
	.s2-download:hover{
		background-color: red;
		box-shadow: 0px 0px 6px rgba(103, 16, 7, 0.5);
	}
	.s2-download img{
		width: 50%;
	}
	.s2-download p{
		color: #fff;
		padding-top: 25px;
		margin: 0px;
	}
	.download-box{
		display: inline-flex;
	}
	@media (max-width: 1199px) {
		.s2-download{
			margin: 30px 30px 0px 0px;
			padding: 18px;
		}
		.s2-download p {
			padding-top: 10px;
		}

	}

	@media (max-width: 991px) {
		.s2-about-box{
			padding: 0;
		}
		.s2-wrap {
		    display: flex;
		    flex-direction: row-reverse;
		}
		.download-box{
			display: block;
		}
		.s2-download{
			width: 250px;
		    margin: 15px 0 0;
		    padding: 5px 17px;
		}
		.s2-download img{
			float: left;
			width: 20%;
			margin-right: 20px;
		}
		.s2-download p{
			text-align: left;
			padding-top: 10px;
		}
	}

	@media (max-width: 576px) {
		.s2-wrap{
			display: block;
		}
		.s2-download{
			margin: 0;
			padding: 10px;
			margin: 8px 0;
		}
		.download-box {
		    display: block;
		    width: 75%;
		    margin-left: 0;
		}
		.s2-download img{
			float: left;
			width: 15%;
			margin-right: 10px;
		}
		.s2-download p {
		    text-align: left;
		    padding-top: 5px;
		}
		.s2-about-box {
		    padding-left: 25px;
		}
	}
/* Section 3 - token */
	.chart{
		padding-left: 100px;
	}
	.chart-img{
		text-align: right;
	}
	.chart-img img{
		width: 100%;
	}
	.chart-content{
		width: 80%;
		margin: auto;
		margin-top: 20px;
	}
	.chart-content div{
		margin-bottom: 5px;
	}
	.chart-content .chart-icon{
		content: "";
	    width: 14px;
	    height: 5px;
	    display: inline-block;
	    margin-right: 8px;
	    border-radius: 3px;
	}
	.chart-content .lightblue{
		background: #77c0f6;
	}
	.chart-content .purple{
		background: #6f50fd;
	}
	.chart-content .yellow{
		background: #f3d667;
	}
	.chart-content .pink{
		background: #f9778a;
	}
	.data__list {
	    font-size: 14px;
	    line-height: 22px;
	    color: #888a8b;
	    padding:0;
	}
	.data__list li {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    margin-bottom: 35px;
	}
	.data__list b {
	    color: #404040;
	    width: 60%;
	    font-size: 16px;
	}
	.data__info {
	    padding: 0px 15px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-box-shadow: 0 0 40px rgba(8,0,17,.1);
	    box-shadow: 0 0 40px rgba(8,0,17,.1);
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	    background-color: #fff;
	    font-size: 14px;
	    line-height: 1;
	    color: #888a8b;
	    margin: 30px 0 ;
	}
	.data__info-item {
	    margin-bottom: 0;
	    position: relative;
	}
	.data__info b {
	    font-size: 18px;
	    line-height: 30px;
	    text-transform: uppercase;
	    display: block;
	}
	.btn-wrapper.btn--left {
	    float: left;
	}
	.data__info-item b {
		padding-top: 10px;
	}
	.s3-wrap{
		display: flex;
		flex-direction: row-reverse;
		padding: 0 25px;
	}
	.line-h{
	    border: 1px solid #e9ecef;
	    height: 50px;
	}

	@media (max-width: 991px){
		.s3-wrap{
			display: block;
		}
		.chart {
		    padding-left: 0;
		    display: inline-flex;
		    margin-bottom: 25px;
		}
		.chart-img img {
		    width: 100%;
		}
		.data__info{
			padding: 0 50px;
		}
		.data__list{
			line-height: 10px;
		}
		.chart-content{
			margin: auto 0;
			padding-left: 50px;
		}
	}
	@media (max-width: 576px){
		.s3-wrap{
			display: block;
		}
		.data__info {
		    padding: 15px;
		    display: -webkit-box;
		    display: -webkit-block;
		    display: -ms-flexbox;
		    display: block;
		    -webkit-box-align: center;
		    -webkit-align-items: center;
		    -ms-flex-align: center;
		    align-items: center;
		    -webkit-box-pack: justify;
		    -webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		    justify-content: space-between;
		    margin: 20px 0;
		    border-radius: 10px;
		}
		.data__info-item {
		    margin-bottom: 0;
		    position: relative;
		    display: inline-flex;
    		align-items: baseline;
    		 justify-content: space-between;
    		 width: 100%;
		}
		.chart-content {
		    margin: auto 0;
		    padding-left: 0;
		    padding: 0;
		}
		.chart{
			padding: 0;
		}
		.data__list {
		    font-size: 12px;
		    line-height: 15px;
		    color: #888a8b;
		    padding:0;
		}
		.data__list b {
		    color: #404040;
		    font-size: 12px;
		    line-height: 15px;
		}
		.data__list li {
		    margin-bottom: 10px;
		}
		.data__info-item b {
		    font-size: 16px;
		    padding: 0;
		}
		.line-h {
		    border: 1px solid #e9ecef;
		    height: 0;
		    margin: 5px 0;
		}
	}


/* section 4 -features */
	.s4-features {
		display: flex;
	}
	.s4-features img{
		width: 50%;
	}
	.s4-features h3{
		font-size: 20px;
		font-weight: 700;
		color: #000;
	}
	@media (max-width: 991px) {
		.s4-features {
			display: block;
			text-align: center;
		}
		.s4-features div{
			float: right;
			margin-top: 25px;
		}

	}
	@media (max-width: 576px) {
		.s4-features h3 {
		    font-size: 14px;
		    font-weight: 700;
		    color: #000;
		}
	}

/* section 5 -screenshot */
#section-5 .container{
	padding: 0 15px;

}

#owl-example{
	transform: scale(0.97);
}
.mobile{
	position: absolute;
	text-align: center;
	left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

.mobile img{
	width: 88%;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    top: 21px;
    text-align: center;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 0px;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left;
}
.owl-carousel .owl-item .item img {
    width: 89%;
    box-shadow: 0px 4px 8px #2c31358c;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -50px;
    right: 12px;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-pagination{
	display: none;
}

.owl-buttons{
	display: inline-flex;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next{
	background: #ff0000;
	margin-left: 5px;
}
.owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover{
	background: #a90515;
	margin-left: 5px;
}
.owl-buttons .fa-stack{
	display: inline-flex;
	justify-content: center;
    align-items: center;	
}
.owl-buttons .fa-stack .fa{
	color: #fff
}

.counter {
    padding: 20px 0;
    color: #fff;
    display: inline-flex;
    width: 100%;    
    align-items: flex-end;
}

.count-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

.count-title:after{
	content: " +";
}

.count-text {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}
.counter-img{
	width: 50%;
}
.counter-img img{
	width: 100%;
	padding: 0 30px;
}
.counter-box{
	text-align: left;
}

.counter-bg{
    background-image: linear-gradient(45deg, #831112, #fe0000);
    padding: 120px 0 50px 0;
    margin-top: -100px;
}

	@media (max-width: 1199px) {
		.owl-carousel .owl-wrapper-outer {
		    padding: 23px 0px;
		}
		.owl-carousel .owl-item .item img {
    		width: 83%;
    	}
    	.counter{
    		display: inline-block;
    	}
    	.counter-img {
		    width: 80%;
		    margin: auto;
		}
		.counter-box{
			text-align: center;
		}
		.counter-img img {
	    	width: 40%;
	    	padding: 0;
	    }
	    .mobile img {
		    width: 70%;
		}
	    .owl-carousel {
	    	top: 6px;
	    }
	    .counter-bg {
	    	padding: 70px 0 50px 0;
	    }

	}
	
	@media (max-width: 991px) {
	    .owl-carousel {
            top: 20px;
        }
        .mobile img {
            width: 87%;
        }
    }
	@media (max-width: 768px) {
		.mobile img {
		    width: 87%;
		}
		.owl-carousel{
			top: 20px;
		}
    	.counter-img {
		    width: 80%;
		}
		.counter-box{
			text-align: center;
		}
		.counter-img img {
	    	padding: 0;

	    }
	}

	@media (max-width: 576px) {

		.owl-buttons {
		    padding-right: 10px;
		}
		.owl-carousel .owl-wrapper-outer {
		    padding: 17px 0px;
		}
		.owl-carousel .owl-item .item img {
		    width: 42%;
		}
		.counter-wrap{
			display: flex;
			margin:auto;
		}
		.counter-img {
		    width: 100%;
		    margin: auto;
		}
		.counter-bg {
		    padding: 85px 0 50px 0;
		}
		.count-title {
    		font-size: 22px;
    	}
    	.count-text {
		    font-size: 12px;
		}
		.col-sm{
			min-width: 50%;
		}
		.counter-img img {
	    	width: 40%;
	    }
	}


/* section 6- recent post */
	.post-overflow{
		overflow: hidden;
		display: inline-flex;
    	position: relative;
	}
	.post-box{
		width: 330px;
		text-align: center;
	}

	.post-profile{
		display: inline-flex;
		align-items: center;
		width: 80%;
		background: #fff;
	    margin-top: -16px;
	    box-shadow: 0px 0px 5px #dee2e6;
	    border-radius: 7px;
	}
	img.post-user{
		height: 20px;
	    border-radius: 50%;
	    width: auto;
	    margin-right: 5px;
	}

	img.post-like{
		height: 20px;
		margin-right: 5px;
	}

	.post-name, .post-like-count{
		margin: 0;
		font-size: 12px;
	}
	.post-name{
		font-weight: 700;
	}
	.post-content{
		display: inline-flex;
		align-items: center;
		width: 50%;
		padding: 10px;
	}

	/* Slider */
	.food-img{
		width: 100%;
	}
	button.arrow-icon{
		position: absolute;
	    top: 50%;
		padding: 6px;
    	border-radius: 50%;
	    background: #e9ecefbf;
	    border: 0px;
	    transform: translateY(-63%);
	}
	button.fa-chevron-left{
		left: 20px;
	}
	button.fa-chevron-right{
		right: 20px;
	}
	button.arrow-icon:hover{
		color: #404041;
		background: #e9ecef;
		transition: .2s all ease-in;
	}
	.slick-slider
	{
	    position: relative;

	    display: block;

	    -moz-box-sizing: border-box;
	         box-sizing: border-box;

	    -webkit-user-select: none;
	       -moz-user-select: none;
	        -ms-user-select: none;
	            user-select: none;

	    -webkit-touch-callout: none;
	    -khtml-user-select: none;
	    -ms-touch-action: pan-y;
	        touch-action: pan-y;
	    -webkit-tap-highlight-color: transparent;
	}

	.slick-list{
	    position: relative;
	    display: block;
	    overflow: hidden;
	    margin: 0;
	    padding: 0 50px 10px 50px !important;
	}
	.slick-list:focus
	{
	    outline: none;
	}
	.slick-list.dragging
	{
	    cursor: pointer;
	    cursor: hand;
	}

	.slick-slider .slick-track,
	.slick-slider .slick-list
	{
	    -webkit-transform: translate3d(0, 0, 0);
	       -moz-transform: translate3d(0, 0, 0);
	        -ms-transform: translate3d(0, 0, 0);
	         -o-transform: translate3d(0, 0, 0);
	            transform: translate3d(0, 0, 0);
	}

	.slick-track
	{
	    position: relative;
	    top: 0;
	    left: 0;

	    display: block;
	}
	.slick-track:before,
	.slick-track:after
	{
	    display: table;

	    content: '';
	}
	.slick-track:after
	{
	    clear: both;
	}
	.slick-loading .slick-track
	{
	    visibility: hidden;
	}

	.slick-slide
	{
	    display: none;
	    float: left;

	    height: 100%;
	    min-height: 1px;
	}
	[dir='rtl'] .slick-slide
	{
	    float: right;
	}
	.slick-slide img
	{
	    display: block;
	}
	.slick-slide.slick-loading img
	{
	    display: none;
	}
	.slick-slide.dragging img
	{
	    pointer-events: none;
	}
	.slick-initialized .slick-slide
	{
	    display: block;
	}
	.slick-loading .slick-slide
	{
	    visibility: hidden;
	}
	.slick-vertical .slick-slide
	{
	    display: block;

	    height: auto;

	    border: 1px solid transparent;
	}

	.slider{
	  width:100%;
	  margin:0 auto;
	  text-align: center;
	  padding:0;
	  overflow: hidden;
	  .parent-slide{padding:0;}
	  img{display: block;margin:auto;
	  }
	}
	@media (max-width: 768px) {

	}
	@media (max-width: 576px) {
		.post-name, .post-like-count {
		    margin: 0;
		    font-size: 10px;
		}
		.post-profile{
			display: block;
			margin: auto;
			margin-top: -15px;
			position: relative;
		}
		.post-content{
			width: 100%;
			padding: 5px 20px;
		}
	}


	/* section 7 - download */
	.app-bg{
		display: inline-flex;
	    background-image: linear-gradient(45deg, #831112, #fe0000);
	    align-self: center;
	    width: 100%;
	    padding: 40px 0;
	}
	.app-wrap{
		width: 100%;
		display: flex;
		justify-content: space-between;	
		margin: 0;
	}
	.app-text{
		display: flex;
		align-items: center;
		font-size: 20px;
		color: #fff;
	}
	.app-icon-box{
		width: 40%;
		display: flex;
	}

	.app-icon{
		width: 50%;
		padding-left: 15px;
	}
	.app-icon img{
		width: 100%;
	}
	@media (max-width: 991px) {
		.app-wrap{
			display: block;
		}
		.app-text{
			text-align: center;
			display: block;
		}
		.app-icon-box{
			display: flex;
			margin: auto;
			justify-content: center;
		}
		.app-icon{
			width: 100%;
			margin-top: 15px;
		}
		.app-icon-box {
		    width: 55%;
		}
	}
	@media (max-width: 576px) {
		.app-text {
		    display: flex;
		    align-items: center;
		    font-size: 18px;
		    color: #fff;
		    padding: 0 25px;
		}
		.app-icon{
			width: 100%;
			margin-top: 15px;
		}
	}




/* section 8 - journey */
	.journey-wrap{
		margin: 25px 0px 35px 0px;
	}
	.interest-btn{
		border-radius: 20px;
		background: #fd5b69;
		color: #fff;
		padding: 10px 20px;
	}
	.interest-btn:hover{
		background: #ff0018;
		color: #fff;
		box-shadow: 0px 0px 6px rgba(103, 16, 7, 0.5);
	}

	@media (max-width: 576px) {
		.journey-wrap {
		    margin: 25px 0px 50px 0px;
		}
	}

/* footer */
	#footer{
		padding: 130px 0 20px 0;
		color: #adb5bd;
		background: #323232
	}

	.site-logo img{
		width: 80%;
		padding-bottom: 20px;
	}

	h4.footer-title{
		font-size: 16px;
		font-weight: 700;
		color: #fff;
	}

	span.footer-title-shape{
	    position: absolute;
	    width: 17%;
	    height: 3px;
	    background-color: #eb4294;
	    -webkit-border-radius: 30px;
	    -moz-border-radius: 30px;
	    border-radius: 30px;
	}

	nav.navigation{
		margin-top: 25px;
	}
	#footer .fa{
		padding-right: 5px;
		color: rgba(255,255,255,.75);
	}
	#footer .fa:hover{
		color: #fff;
	}
	#footer nav.navigation {
		margin-top: 10px;
	}
	#footer .facebook{
		background-image: url(../images/foodgram_fb-w.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
	}
	#footer .facebook:hover{
		background-image: url(../images/foodgram_fb-c.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
		transition: .3s ease-in;
	}
	#footer .twitter{
		background-image: url(../images/foodgram_twitter-w.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
	}
	#footer .twitter:hover{
		background-image: url(../images/foodgram_twitter-c.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
		transition: .3s ease-in;

	}
	#footer .snapchat{
		background-image: url(../images/foodgram_snapchat-w.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
	}
	#footer .snapchat:hover{
		background-image: url(../images/foodgram_snapchat-c.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
		transition: .3s ease-in;
	}
	#footer .linkedin{
		background-image: url(../images/foodgram_in-w.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
	}
	#footer .linkedin:hover{
		background-image: url(../images/foodgram_in-c.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
		transition: .3s ease-in;
	}	
	#footer .youtube{
		background-image: url(../images/foodgram_youtube-w.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
	}
	#footer .youtube:hover{
		background-image: url(../images/foodgram_youtube-c.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 35px;
		height: 35px;
		display: inline-block;
		transition: .3s ease-in;
	}
	#footer span{
		margin: 0px 5px;
	}
	.footer-text{
		margin-bottom: 0px;
		list-style-type: none;
		padding: 0;
	}
	.footer-text a{
		color: rgba(255,255,255,.75);
	}
	.footer-text a:hover{
		color: #fff;
	}

	.footer-text li{
		margin-top: 3px;
	}
	.footer-copy{
		font-family: "Poppins", 'Microsoft YaHei', Arial;
		font-size: 14px;
	}

	.footer-risk{
		color: #eb4294;
	}

	.footer-copy-box{
		justify-content: center;
		padding-top: 15px;
		border-top: 1px solid #c8c8c8;
		margin: auto;
	    margin-top: 15px;
	}

	.mtop-3{
		margin-top: 0px;
	}
	.footer-flex{
			display: flex;
	}
	.footer-select{
		width: 33.33%;
	}
	.footer-mt-100{
		margin-top: 100px;
	}
	@media (max-width: 991px) {
		#footer{
			padding: 70px 0 15px 0;
			color: #adb5bd;
		}
		.site-logo-box{
			width: 100%;
			text-align: center;
		}
		.site-logo img {
		    width: 30%;
		    padding-bottom: 20px;
		    margin-bottom: 25px;
		    margin: auto;
		}
		nav.navigation {
		    margin-top: 15px;
		}
		.md-center{
			justify-content: center;
		}

		.mtop-3{
			margin-top: 0px;
		}
		.mt-3{
			margin-top: 0px !important;
			margin-left: 15px;
		}
		.footer-mt-100{
			margin-top: 50px;
		}

	}
	@media (max-width: 576px) {
		#footer{
			padding: 50px 0 15px 0;
			text-align: center;
			margin-top: 25px;
		}
		.site-logo img {
		    width: 50%;
		    padding-bottom: 0px;
		    margin-bottom: 25px;
		}
		.sm-flex{
			display: flex;
			margin: 30px 0;
		}
		.sm-flex div{
			padding: 0px;
		}
		.footer-text-2{
			margin-bottom: 30px;
		}

		.mtop-3{
			margin-top: 28px;
		}
		.footer-sm-flex{
			display: block;
		}
		span.footer-title-shape{
			display: none;
		}
		h4.footer-title{
			margin-top: 10px;
		}
		nav.navigation {
		    margin-top: 0px;
		}
		.footer-text-2 p{
			font-size: 12px;
			text-align: justify;
		}
		.footer-text-2 p.font-weight-bold{
			font-size: 14px;
			text-align: center;
		}
		.footer-copy-box{
			margin-top: 0px;
		}
		.footer-copy{
			font-size: 12px;
		}
		.footer-select {
		    width: 100%;
		    margin-bottom: 30px;
		}
		.footer-mt-100 {
		    margin-top: 20px;
		    margin-bottom: 10px;
		}
		.footer-flex{
			display: block;
		}
	}




