/*
Author       : Themesvila
Template Name: Nifto - NFT Market Place Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    03. START HOME DESIGN

  =============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    background-color: #0c0c0c;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
	overflow-x: hidden;
}
html,
body { height: 100% ;}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #DC143C;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: normal;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a, a:hover {
    color: #DC143C;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p { margin-bottom: 15px; }
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/*START PRELOADER DESIGN*/

.preloader {
    background: #0A0A0F;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid #DC143C;
    border-radius: 50%;
    -webkit-animation: spinner 600ms infinite linear;
    animation: spinner 600ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/

/*START SCROLL TO TOP*/

#topcontrol {
	background-image: linear-gradient(25deg, #DC143C,#DC143C);
	border-radius: 50%;
	bottom: 5px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 50px;
	line-height: 54px;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 0;
	position: fixed;
	right: 5px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 50px;
	text-align: center;
	z-index: 9;
}

#topcontrol:hover {
   background-image: linear-gradient(to right, #DC143C , #DC143C);
    color: #fff;
	transform: translate(0, -10px);
	box-shadow:0px 60px 60px rgba(0,0,0,0.1);
}


.white_title h2{
	color: #fff;
}

.section-title{
	margin-bottom: 60px;
}

.section-title span {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	width: 100%;
	display: block;
	color: #DC143C;
	margin-bottom: 5px;
}
.section-title h2 {
	font-size: 33px;
	margin-top: 0px;
	line-height: 43px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

/* Buttons */

.slider_btn, 
.main-btn {
	background-image: linear-gradient(25deg, #DC143C,#DC143C);
	color: #fff;
	padding: 9px 26px;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
	transition: .5s;
	font-weight: 500;
}
.slider_btn:hover,
.slider_btn:focus,
.main-btn:hover,
.main-btn:focus{
	background-image: linear-gradient(50deg, #DC143C,#DC143C);
	color: #fff;
	text-decoration: none;
}

/*START BTN STYLE*/
img{
	max-width: 100%;
}
.pt_30{
	padding-top: 30px!important;
}
.pt_0{
	padding-top: 0!important;
}
.pb_0{
	padding-bottom: 0!important;
}

/*END SECTION OVERLAY*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP main-menu OVERRIDES
* ----------------------------------------------------------------------------------------
*/

#navigation{
	padding: 25px 0 20px;
	position: absolute;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
}
.navbar-brand {
	display: block;
	width: 100px;
	margin-top: 10px;
}
.header_right {
	display: flex;
	flex-basis: auto;
}
#main-menu{
	text-align: center;
}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li {
	display: inline-block;
	position: relative;
	padding: 10px 15px;
}
#main-menu ul li a {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	transition: .5s;
	font-size: 16px;
}

#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: #DC143C;
}

.slicknav_nav_icon{
	color: #fff;
	font-size: 24px;
}

#mobile_menu{
	display: none;
}
#navigation.navbar-fixed .slicknav_btn .slicknav_nav_icon{
	color: #fff;
}
#navigation.navbar-fixed .small_menu i{
	color: #333;
}
.small_menu{
	list-style-type: none;	
	padding-top: 10px;
}
.small_menu li{
	display: inline-block;
	padding-left: 8px;
}
.small_menu li a{
	display: inline-block;
}
.small_menu li i{
	color: #fff;
	font-size: 15px;
}


/*-------------------------------
# dropdwon menu 
--------------------------------*/

#main-menu ul li ul ,
#main-menu ul li ul li ul {	
	background: #fff;
	box-shadow: 0 0px 15px 0 rgba(255, 255, 255, 0.08);
	left: 0;
	list-style: outside none none;
	margin:  0;
	opacity: 0;
	padding:10px;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
}
#main-menu ul li  ul li{
	position: relative;
}
#main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#main-menu ul li:hover ul,
#main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
}
#main-menu ul li ul li {display: block; margin: 0; padding: 0;}
#main-menu ul li ul li a,
#navigation.navbar-fixed #main-menu ul li ul li a
 {
	color: #777;
	display: block;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	padding: 3px 12px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#main-menu ul li:hover ul.sub-menu li a:hover,
#navigation.navbar-fixed #main-menu ul li:hover ul.sub-menu li a:hover{
	color: #DC143C!important;
	background-color: #f2f6fa!important;
	text-decoration: none;
}

.right-menu ul{
	list-style-type: none;
}
.right-menu li a {
	color: #fff;
	font-weight: 600;
	border: 1px solid #DC143C;
	display: inline-block;
	border-radius: 5px;
	padding: 7px 19px;
	font-size: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 02.Start Slider
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.End Slider
* ----------------------------------------------------------------------------------------
*/

.slider_area{
	position: relative;
}
.slider_area:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #DC143C 0%, #DC143C 100%);
	border-radius: 5px;
	transform: rotate(-1.05deg);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.slider_area .single-slide img{
	width: 100%;
}
.home-slider{
	padding-top: 140px;
}

.slider_area .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 52px;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	font-size: ;
	text-align: center;
	z-index: 1;
	background-color: #DC143C;
}
.slider_area .slick-arrow::before{
	font-size: 16px;;
}
.slider-content{
	color: #fff;
}
.slider-content h2 {
	color: #fff;
	margin-bottom: 15px;
	display: block;
	font-size: 46px;
	line-height: 62px;
}
.slider-content h2 span{
	color: #DC143C;
}
.slider-content p{
	margin-bottom: 25px;
}
.counter-up{
	margin-bottom: 15px;
}
.counter-up .counter-item{
	display: inline-block;
	color: #fff;
	margin-right: 30px;
}
.counter-up .counter-item h4 {
	color: #fff;
	margin-bottom: 2px;
	font-size: 27px;
}
.counter-up .counter-item span{
	color: #ffffff;
}
.counter-up .counter-item p{
	text-transform: capitalize;
}


.vid_btn,
.vid_btn:hover,
.vid_btn:focus{
	color: #fff;
	margin-left: 15px;
	font-weight: 500;
}

.slider_area{
	position: relative;
}


.slider-bottom {
	color: #fff;
	background-color: #DC143C;
	padding: 20px;
	position: relative;
	margin-top: -10px;
	border-radius: 0 0 4px 4px;
}
.sl_author img{
	margin-right: 5px;
	border-radius: 50%;
}
.slider-bottom h2{
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.slider-bottom h3{
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
}

.slider-bottom h4{
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.sl_reserve{
	text-align:right;
}

/*
* ----------------------------------------------------------------------------------------
* START Partner
* ----------------------------------------------------------------------------------------
*/

.section-padding{
	padding: 100px 0;
}
.partner-slider{
	
}
.single-partner{
	background-color: #DC143C;
	padding: 24px 20px;
	border-radius: 4px;
}

/*
* ----------------------------------------------------------------------------------------
* Start About
* ----------------------------------------------------------------------------------------
*/

.about_img{
	padding-right: 30px;
}
.about_img img{
	border-radius: 4px;
}
.about_content{
	padding-left: 30px;
}
.about_content .main-btn{
	margin-top: 30px;
}

/*
* ----------------------------------------------------------------------------------------
* END About
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* END Partner
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* END RoadMap
* ----------------------------------------------------------------------------------------
*/

.mb_40{
	margin-bottom: 40px;
}

.single-roadmap{
	position: relative;
	color: #fff;
	display: table;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	
}
.single-roadmap:before{
	background: #DC143C;
	left: 50%;
	margin-left: -2px;
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 4px;
}
.single-roadmap .number {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-image: linear-gradient(25deg, #DC143C,#DC143C);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	position: absolute;
	left: 47%;
	outline: 4px solid #fff;
}
.roadmap-text{
	width: 42%;
	float: right;
	padding: 35px 35px 25px;
	background: linear-gradient(90deg, rgba(53, 16, 192, 0.31) 0%, rgba(217, 217, 217, 0.03) 100%);
	border-radius: 4px;
}
.roadmap-text h3 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 25px;
}
.roadmap-text span {
	position: absolute;
	width: auto;
	left: 38%;
	top: 24px;
	font-size: 16px;
}
.single-roadmap.right span {
	left: 55%;
}
.single-roadmap.right .roadmap-text{
	float: left;
	padding: 35px 35px 20px;
}

.single-roadmap.right .number  {
	right: 47% ;
	left: auto ;
}

/*
* ----------------------------------------------------------------------------------------
* END RoadMap
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* START Auction
* ----------------------------------------------------------------------------------------
*/

.single-auction {
	background-color: #DC143C;
	color: #ffffff;
	padding: 10px 10px 5px;
	display: table;
	position: relative;
	border-radius: 4px;
	margin-bottom: 30px;
}
.auction-img{
	position:relative;
}
.auction_like {
	position: absolute;
	top: 12px;
	left: 15px;
}
.auction_time {
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	background: #DC143C;
	color: #ffffff;
	border-radius: 4px;
	z-index: 1;
	font-size: 14px;
	padding: 0 9px;
	line-height: 21px;
}
.auction_time i{
	color: #2904fa;
}
.auction_like a {
	background-image: linear-gradient(25deg, #DC143C,#DC143C);
	display: inline-block;
	padding: 0px 10px;
	border-radius: 4px;
	line-height: 22px;
	font-size: 12px;
}
.auction_like,
.auction_like a{
	color: #fff;
}
.auction_like a i{
	padding-right: 3px;
}
.auction-img img{
	border-radius: 4px;
}
.single-auction h3 {
	color: #fff;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.single-auction h3 a{
	color: #ffffff;
}
.single-auction .creator{
	float: left;
}
.single-auction .creator img {
	float: left;
	margin-right: 13px;
	margin-top: 8px;
	border-radius: 50%;
}
.single-auction .creator .c_content{
	float: left;
}
.single-auction .creator h4,
.single-auction .place-bid h4 {
	font-size: 15px;
	color: #ffffff;
}
.creator span,
.place-bid span{
	font-size: 14px;
}

.single-auction .place-bid{
	float: right;
}


/*
* ----------------------------------------------------------------------------------------
* END Auction
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* Start Team
* ----------------------------------------------------------------------------------------
*/

.single-team{
	border: 1px solid #DC143C;
	padding: 10px 10px 15px 10px;
	border-radius: 5px;
	margin-bottom: 30px;
	text-align: center;
}
.single-team img{
	border-radius: 5px;
}
.single-team h4 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 20px;
	margin-top: 20px;
}
.single-team span {
	margin-bottom: 5px;
	display: block;
	color: #DC143C;
}
.single-team ul{
	list-style-type: none;
}

.single-team ul li {
	display: inline-block;
	padding: 5px;
}

.single-team ul li a{
	color: #fff;
	font-size: 14px;
}

/*
* ----------------------------------------------------------------------------------------
* END Team
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* START Blog
* ----------------------------------------------------------------------------------------
*/

.single-blog{
	position: relative;
	border-radius: 4px;
	margin-bottom: 30px;
}

.single-blog:before{
	content: '';
	position: absolute;
	background: linear-gradient(360deg, #2904fa 0%, rgba(119, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	border-radius: 4px;
	opacity: .5;
}
.single-blog img{
	border-radius: 4px;
}
.blog_content{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.blog_meta {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.blog_content a{
	color: #fff;
}
.blog_content h2{
	font-size: 20px;
	margin-bottom: 5px;
}
.blog_btn{
	font-size: 14px;
}

/*
* ----------------------------------------------------------------------------------------
* END Blog
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 18.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/


.footer {
	padding: 100px 0 20px;
	color: #fff;
}
.footer_logo{
	margin-bottom: 15px;
}
.footer-about ul li{
	display: inline-block;
	padding-right: 10px;
}
.footer h3{
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
}
.single-footer{
	margin-bottom: 30px;
}
.footer ul{
	list-style-type: none;
}
.footer a{
	color: #fff;
}
.footer-bottom {
	border-top: 1px solid #DC143C;
	margin-top: 15px;
	padding-top: 20px;
}
.copyright_text p{
	margin-bottom: 0;
}

/* Page Banner */

.page_banner {
	color: #fff;
	padding: 130px 0 100px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.page_banner:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #0A0A0F 0%, rgba(10, 10, 15, 0) 100%);
}
.page_banner .container{
	position: relative;
	z-index: 1;
}
.page_banner h2,
.page_banner a{
	color: #ffffff;
}

.page_banner ul {
	list-style-type: none;
	background-color: #DC143C;
	display: inline-block;
	padding: 3px 15px;
	font-size: 14px;
	border-radius: 4px;
}
.page_banner ul li{
	display: inline-block;
	color: #ffffff;
}

/* How IT Work */

.single-work{
	background-color: #DC143C;
	color: #fff;
	text-align: center;
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 30px;
}
.single-work i{
	font-size: 40px;
	background: -webkit-linear-gradient(50deg, #FFF,#FFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
	display: block;
}
.single-work h3{
	font-size: 20px;
	color: #fff;	
}
.single-work p{
	margin-bottom: 0;
}

/* Video Area */

.video-img{
	height: 450px;
	text-align: center;
	position: relative;
	border-radius: 4px;
}
.video_btn{
	background-image: linear-gradient(25deg, #DC143C,#DC143C);
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 25px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .5s;
}
.video_btn:hover,
.video_btn:focus{
	color: #fff;
}

/* Testimonials */

#testimonials .slick-prev{
	left: -50px;
}
#testimonials .slick-prev::before, 
#testimonials .slick-next::before{
	font-size: 16px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background-image: linear-gradient(25deg, #DC143C,#DC143C);
	display: block;
}
.single-testimonials{
	text-align: center;
	position: relative;
}

.testi_content{
	margin: 15px;		
	padding: 30px;
	border: 1px solid #DC143C;
	border-radius: 4px;
	position: relative;
}
.single-testimonials svg {
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
}
.testi_content img{
	display: inline-block;
	margin-top: 40px;
	border-radius: 50%;
}
.testi_content h4{
	color: #DC143C;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}

.testi_bottom {
	position: relative;
	z-index: 1;
}

/* Why Choose */

.why_choose_content{
	padding-left: 20px;
}
.why_img{
	padding-right: 20px;
}
.why_choose_content ul{
	list-style-type: none;
	margin-bottom: 20px;
}
.why_choose_content ul li {
	position: relative;
	padding-left: 40px;
	line-height: 40px;
}
.why_choose_content ul li::before {
	position: absolute;
	content: '\e64c';
	font-family: themify;
	left: 0;
	top: 9px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background-color: #DC143C;
}
.why_choose_content p{
	margin-bottom: 30px;
}

/* Features */

.feature{
	color: #fff;
	margin-bottom: 30px;
}

.feature i {
	background-image: linear-gradient(25deg, #DC143C,#DC143C);
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	float: left;
	margin-right: 25px;
}
.feature .fea_content{
	overflow: hidden;
}
.feature h4{
	color: #fff;
}

/* Chart */


.chart_img{
	padding-left: 15px;
}
.chart_content{
	padding-right: 15px;
}

/* Contact Form */

.contact-area{
	
}

.contact-area h3{
	color: #fff;
	margin-bottom: 30px;
}

.form-control {
	margin-bottom: 30px;
	height: 50px;
	line-height: 50px;
	background-color: #1A1A26;
	border: 1px solid #32323b;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
}
textarea.form-control{
	height: 140px;
}
.form-control:focus{
	background-color: #1A1A26;
	border: 1px solid #32323b;
	box-shadow: inherit;
	color: #fff;
	
}

.contact-area input[type="submit"]{
	border: 1px solid transparent;
	display: inline-block;
	width: auto;
}
.contact-area iframe{
	border-radius: 4px;
}

.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder {
	color: #fff;
}
input[type="submit"]{
	border: 1px solid transparent;
}

.map {
      filter: grayscale(50%); 
}
/* Login */

.login-form{
	position: relative;
}
.login-form::after {
	position: absolute;
	content: 'OR';
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-image: linear-gradient(25deg, #2904fa,#fd03e8);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	right: -57px;
	top: 50%;
	transform: translateY(-50%);
}
.login-form,
.register-form{
	background-color: #1A1A26;
	padding: 35px;
	border-radius: 4px;
}

.login-form .check_box,
.register-form .check_box{
	margin-bottom: 15px;
	display: block;
}

.login-form .check_box input[type="checkbox"],
.register-form .check_box input[type="checkbox"]{
	margin-right: 5px;
}

.login-form h3,
.register-form h3,
.register-form a{
	color: #fff;
}

.login-form h3, 
.register-form h3 {
	font-size: 23px;
	margin-bottom: 30px;
}
.login-form label, 
.register-form label {
	margin-bottom: 4px;
	cursor: pointer;
	font-size: 14px;
}
.login-form {
	margin-right: 10px;
}

.register-form {
	margin-left: 10px;
}

/* Thank You */

.thankyou-banner{
	padding: 250px 0;
	color: #fff;
}

.thankyou-banner i{
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: green;
	color: #fff;
	font-size: 40px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 30px;
}
.thankyou-banner h1{
	color: #fff;
	font-size: 35px;
	margin-bottom:40px;
}