
@import './components/slick.css';
@import './components/card-row.css';

.sp-layer{
	text-shadow: 0 1px 10px #00000096;
}


.home-search{
	background: transparent;
	position: absolute;
	bottom: 180px;
	width: 100%;
}
.home-search .radio-holder{
	justify-content: center;
	align-items: center;
}
.home-search .inputs-holder .input-group{
	flex-wrap: unset;
}
.home-search.error .inputs-holder .input-group:first-child{
	background: #ff00001c;
	border-radius: 55px;
}
/*.home-search.error .error-txt{
	display: block;
}*/
.home-search .error-txt{
	background: var(--danger);
	text-align: center;
	border-radius: 30px;
	width: 50%;
	margin: 0 auto;
	position: relative;
	bottom: -10px;
	color: #fff;
	padding: 10px 0px;
	margin-bottom: -40px;
	display: none;
}
.home-search .inputs-holder{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 55px;
	display: flex;
	flex-flow: row;
	align-items: center;
	gap: 5px;
	padding: 10px;
}
.home-search .custom-raido .switch{
	width: auto;
	min-width: 20%;
}
.home-search .custom-raido{
	width: auto;
	justify-content: center;
}
.home-search .inputs-holder .input-group:first-child{
	min-width: 40%;
}
.home-search .inputs-holder .input-group:not(.last){
	border-right: 1px solid #efefef;
}
.home-search .inputs-holder button{
	max-width: 10%;
	border-radius: 55px;
	height: 55px;
}
.home-search .custom-raido .switch .on{
	background: #0000006e;
	color: #fff;
	border-color: transparent;
}
.home-search .custom-raido .switch input:checked + .on {
	background-color: #fff;
	color: var(--dark-blue);
	font-weight: 600;
}
.home-search .input-group input.form-control{
	border-color: transparent !important;
	height: 65px;
}

.home-search .select2-container .select2-selection--single{
	height: 65px !important;
}
.home-search .input-group .input-group-prepend .input-group-text {
	border-top-left-radius: 55px;
	border-bottom-left-radius: 55px;
	background-color: transparent;
	border: 1px solid transparent !important;
}
.home-search .input-group .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 60px;
}
.home-search .input-group .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid transparent;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 55px !important;
	border-bottom-right-radius: 55px !important;
}
.home-search .select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}

.home-search .form-control:focus,
.home-search .form-control
{
	border-color: transparent !important;
	outline-color: transparent !important;
	-webkit-box-shadow:unset !important;
	-moz-box-shadow:unset  !important;
	box-shadow:unset !important;
	background-color: transparent !important;
	border-radius: 0px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}
.home-search ::placeholder {
	color: #333;
	opacity: 1; /* Firefox */
}

.home-search ::-ms-input-placeholder { /* Edge 12 -18 */
	color: #333;
}
.home-search .select2-container--default .select2-selection--single .select2-selection__placeholder,
.home-search .select2-selection__rendered{
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.home-search .select2-search__field{
	border-radius: 25px;
	text-align: center;
}
.home-search .select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 63px;
	margin-right: 20px;
	padding-right: 0px;
	color: var(--danger);
}
.home-search .select2-dropdown,.home-search .select2-dropdown {
	top: 20px;
}

.home-search .input-group{
	transition: all .5s;
}
.home-search .input-group.active{
	background-color: #efefef;
	border-radius: 55px;
	border-right-color: transparent;
}

.item-cont{
	padding:0 10px;
}
.home-type-carousel-item{
	width: 100%;
	height: 250px;
	border-radius: 20px;
	background-size: cover !important;
	background-position: center !important;
	background-origin: border-box;

}
.home-type-carousel-item .text-holder{
	padding: 20px 15px 10px 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	height: 100%;
	background: linear-gradient(0deg, #124e90bf 26%, transparent 40%);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;

}
.home-type-carousel-item .text-holder * {
	color: #fff;
	margin-bottom: 5px;
}


.sp-image{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: bottom;

}
.sp-slides .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	/*background: linear-gradient(180deg, rgb(18 78 144 / 80%) 0%, rgb(159 211 255 / 0%) 100%);*/
	background: linear-gradient(180deg, rgb(18 78 144 / 81%) 20%, rgb(159 211 255 / 0%) 100%);
	top: 0;
}



.b-reviews-slider {
	background: #fff;
	padding: 50px;
	margin-top: 50px;
	margin: 50px 10% -50px 10% !important;
	box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.12);
	border-radius: 55px;
	max-height: 472px;
	overflow-y: hidden;

}

.b-reviews {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.b-reviews .b-seller__img {
	margin-bottom: 20px;
}

.b-reviews__text {
	font-size: 15px;
	line-height: 1.89;
	position: relative;
	z-index: 8;
	font-family: "Lato";
}

.b-reviews__footer {
	margin-top: 35px;
	position: relative;
}

.section-goods-offers {
	padding: 30px 5% 30px;
	min-height: 300px;
	overflow: hidden;
}
.section-progress {
	min-height: 520px;
	height: 100%;
	overflow-x: auto;
}

.section-progress .dw-wrap,.section-goods-offers .item-cont{
	display: none;
}
.section-progress .slick-slider .dw-wrap,.section-goods-offers .slick-slider .item-cont{
	display: block;
}


.section-progress .slick-arrow{
	top: 80%;
}
.section-progress .slick-prev{
	left: 42%;
} 
.section-progress .slick-next{
	right: 42%;
}

/*masaüstü için*/
@media	screen and  (min-width:1200px){

	.b-main-slider__slide-1 {
		padding-top: 180px;
	}
	.b-main-filter-content{
		border-radius: 140px;
	}
	.b-main-slider__title {
		font-size: 48px;
		font-weight: 700;
		line-height: 56px;
		letter-spacing: -2.75px;
		padding-bottom: 35px;
	}
	.section-goods-offers {
		min-height: 350px;
	}
}
/*eski laptoplar için ve büyük tabletler için*/
@media	screen and (max-width:1200px) and (min-width:991px){
	/*body{
		color: green !important;
	}*/
	.b-main-slider__title-wrap{
		position: absolute;
		bottom: -90px;
	}
	.b-main-slider__title {
		font-size: 47px;
		font-weight: 700;
		line-height: 58px;
		letter-spacing: -2.75px;
		padding-bottom: 5px;
	}
}
/*tabletler ve büyük ekran telefonalr için*/
@media	screen and (max-width:991px) and (min-width:768px){
	
	.b-main-slider__title-wrap{
		position: absolute;
		bottom: -80px;

	}
	.home-search {
		background: transparent;
		position: absolute;
		bottom: 60px;
		width: calc(100% - 30px);
	}
	.home-search .inputs-holder {

		border-radius: 25px;
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 5px;
		padding: 10px;

	}
	.home-search .inputs-holder .start,
	.home-search .inputs-holder .end{
		width: 40%;
	}
	.home-search .inputs-holder .input-group:not(.last) {
		border-right: 0;
	}
	.home-search .inputs-holder button {
		max-width: calc(20% - 10px);
		border-radius: 55px;
		height: 55px;
	}


}
/*mobil telefonlar için*/
@media	screen and (max-width:768px){
	/*body{
		color: red;
	}*/
	.b-offers-slider {
		padding-top: 20px;
	}
	.section-goods-offers {
		min-height: 576px;
	}
	.section-goods-offers .item-cont{

		padding: 0px;
	}
	.section-progress {
		min-height: 862px;
	}
	.section-progress .slick-arrow{
		top: 90%;
	}
	.section-progress .slick-prev{
		left: 22%;
	} 
	.section-progress .slick-next{
		right: 22%;
	}

	.home-search {
		background: transparent;
		position: absolute;
		bottom: 60px;
		width: 95%;
	}

	.home-search .inputs-holder {

		border-radius: 25px;
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 5px;
		padding: 10px;

	}
	.home-search .inputs-holder button {
		max-width: 100%;
		border-radius: 55px;
	}
	.home-search .inputs-holder .start,
	.home-search .inputs-holder .end{
		width: calc(50% - 5px);
	}
	.home-search .inputs-holder .input-group:not(.last) {
		border-right: 0;
	}
	.daterangepicker.show-calendar .drp-buttons{
		display: flex !important;
	}
}

.b-advantages__title{
	font: 700 19px/1.2 Montserrat;
	margin-bottom: 1px;
}
.b-advantages{
	
	box-shadow: 0 7px 10px #124e904f;
	padding-bottom: 20px;
	border-radius: 25px;
	padding-right: 10px;
	height: 100%;
	margin-bottom: 15px;
}
.b-advantages .ic {
	position: absolute;
	top: 25%;

	left: 0;
}



/*anasayfa-tekne-detay tekne karasolleri*/
.boat-single-item{
	margin-bottom: 20px;
}
.boat-single-item .card-row{

	grid-template-columns: unset;
	height: 100%;

}
.marine-section{
	padding: 30px 5% 30px 8%;
}

.marine-card{
	position: relative;
	background:var(--primary);
	height: 260px;
	display: block;
	border-radius: 20px;
	margin-bottom: 25px;
	transition: all 1s;
}
.marine-card .marine-card-body{
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 20px;
}
.marine-card .marine-card-body span.card-badge{
	position: relative;
	top: 20px;

	background: #124e90c7;
	border-radius: 30px;
	padding: 5px 20px;
}
.marine-card .marine-card-body .card-title-cont{
	position: absolute;
	top: 205px;
	min-width: 200px;
}
.marine-card .marine-card-body .card-title-cont *{
	color: #fff;
}
.marine-card figure{
	border-radius: initial;

}
.marine-card figure img{
	width: 100%;
	height: 260px;
	object-fit: cover;
	aspect-ratio:141 / 52 ;
	border-radius: 20px;
}

.marine-card figure::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	border-radius: 20px;



	background: -webkit-gradient(linear, left bottom, left top, color-stop(27.99%, rgba(18, 78, 144, .4)), color-stop(53.21%, rgba(0, 0, 0, 0))) no-repeat;
	background: linear-gradient(0deg, rgba(18, 78, 144, .4) 27.99%, rgba(0, 0, 0, 0) 53.21%) no-repeat;

	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
.marine-card figure:hover::before{

	background: -webkit-gradient(linear, left bottom, left top, color-stop(27.99%, rgba(18, 78, 144, .6)), color-stop(53.21%, rgba(0, 0, 0, 0))) no-repeat;
	background: linear-gradient(0deg, rgba(18, 78, 144, .6) 27.99%, rgba(0, 0, 0, 0) 53.21%) no-repeat;

}