/* General Start */

body {
    padding: 0;
    margin: 0 auto;
    font-size: .95rem;
}

.container-fluid {
    padding: 0 .75rem;
    margin: 0 auto;
}

@font-face {
  font-family: 'Poppins';
  src: url(../font/poppins-regular.woff2) format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(../font/poppins-medium.woff2) format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url(../font/poppins-bold.woff2) format('woff2');
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, span, a, ul, li {
    font-family: 'Poppins';
	font-size: .95rem;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

a {
    cursor: pointer;
}

.btn-primary {
    background: #f9d124;
    color: #000;
    border: 1px solid #eee;
	font-weight: bold;
}

.btn-secondary {
    background: #fff;
    color: #000;
    border: 1px solid #eee;
	font-weight: bold;
}

.btn-gallery {
    font-weight: bold;
    font-size: .75rem;
    position: absolute;
    bottom: 1rem;
    left: 1.25rem;
    padding: .25rem .5rem;
}

/* General End */

/* Desktop Header Start */

.desktop-header header ul.nav li a {
    font-weight: 500;
    padding: .25rem 1rem;
}

/* Desktop Header End */




/* Single Tour Start */
.single-tour .tour-title {
	margin-bottom: 1.75rem;
}
.single-tour .tour-title h1 {
    font-size: 1.75rem;
    font-weight: bold;
}

.tour-spot-header {
	font-weight: bold;
	font-size: 1.75rem;
	text-align: center;
}

.single-tour .tour-featured-info {
	margin-bottom: 1rem;
}
.single-tour .tour-featured-info span {
    margin-left: .25rem;
    color: #555;
	font-weight: 500;
}

.single-tour .tour-featured-info svg {
    transform: translateY(-2px);
	margin-right: .15rem;
}

.tour-gallery .tour-image {
    border-radius: .75rem;
    border: 5px solid #fff;
	background-size: cover;
	background-repeat: no-repeat;
}

.tour-gallery .tour-image#main-tour-image {
	height: 450px;
}

.tour-gallery .tour-image#thumbnail-tour-image {
	height: 225px;
}

.single-tour .single-tour-menu {
	background: #fff;
	border-bottom: 2px solid #eee;
	padding: 1rem 0;
	z-index: 10;
	position: sticky;
	top: 0;
}

.single-tour .tour-price-area {

    border: 1px solid #eee;
    border-radius: .75rem;
	background: #ffff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		
}

.sticky-sidebar {
	z-index: 9;
	position: sticky;
	top: 5rem;
}


.single-tour .single-tour-menu ul.nav li a {
    color: #555;
    font-weight: 500;
    padding: .25rem 2rem;
}


.single-tour .tour-price-area p.tour-register-form {
    text-align: center;
    background: #e91e63;
    padding: .5rem 0;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    font-weight: bold;
    color: #fff;
	margin-bottom: 0;
}


.single-tour .tour-price-area p.price {
    font-weight: bold;
    font-size: 1.75rem;
}

.single-tour .tour-price-area p.price span s {
	padding: 0 .5rem;
}

.single-tour .tour-price-area select.date-select {
	border-radius: 0;
	padding: .5rem 1rem;
}

.single-tour .tour-price-area .btn-register {
    padding: 1rem 0;
	border-radius: 0;
    font-weight: bold;
	background: #e91e63;
	color: #fff;
}

.tour-price-area .row {
	margin-bottom: 2rem;
}

.single-tour p.tour-details-header {
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
}

.single-tour p.tour-title {
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
}
.single-tour h5 {
	font-weight: bold;
    font-size: 1.25rem;
}


.accordion-item:last-of-type {
	border-radius: 0;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button {
	background-color: transparent;
}

.accordion-header  {
	background-color: #f3f3f3;
	border-bottom: 1px solid #eee;
}


ul.list-group-price-include li.list-group-item {
	background: #34b23335;
	border: none;
	line-height: 1.25;
	font-size: .85rem;
	border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

ul.list-group-price-include li.list-group-item svg, ul.list-group-price-exclude li.list-group-item svg {
	margin-right: 1rem;
}

ul.list-group-price-exclude li.list-group-item {
	background: #ed1b2e25;
	border: none;
	line-height: 1.25;
	font-size: .85rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

ul.list-group-price-include li.list-group-item:last-child, ul.list-group-price-exclude li.list-group-item:last-child {
	padding-bottom: 2rem;
}

p.price-include-head {
	font-weight: 500;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 0;
	padding-top: 1rem;
	padding-bottom: .75rem;
	background: #34b23335;
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
}

p.price-exclude-head {
	font-weight: 500;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 0;
	padding-top: 1rem;
	padding-bottom: .5rem;
	background: #ed1b2e25;
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
}


	.accordion-item {
	border: none;
		
		padding: .5rem 0;
	}
	
	.accordion-button:not(.collapsed) {
	box-shadow: none;
	background: transparent;
	}
	
.price-content {
	margin-bottom: 2rem;

}

ul li {
	line-height: 1.75;
}
	

	h5.tour-general-information-head {
	font-weight: bold;
		font-size: 1.5rem;
	}




.tour-spot, .tour-program, .custom-content-item, .tour-price, .tour-general-information {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #999;
}

/* Single Tour End */



.carousel-item .ratio {
	background-color: #0000 !important;
}



.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 4rem;
	height: 4rem;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg fill="%23000000" width="100px" height="100px" viewBox="0 0 24 24" id="right-2" data-name="Flat Line" xmlns="http://www.w3.org/2000/svg" class="icon flat-line" transform="rotate(180)"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><polyline id="primary" points="7.5 3 16.5 12 7.5 21" style="fill: none; stroke: %23f9d124; stroke-linecap: round; stroke-linejoin: round; stroke-width:2.4;"></polyline></g></svg>') !important;
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg fill="%23000000" width="100px" height="100px" viewBox="0 0 24 24" id="right-2" data-name="Flat Line" xmlns="http://www.w3.org/2000/svg" class="icon flat-line"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><polyline id="primary" points="7.5 3 16.5 12 7.5 21" style="fill: none; stroke: %23f9d124; stroke-linecap: round; stroke-linejoin: round; stroke-width:2.4;"></polyline></g></svg>') !important;
}



#ayrintilar, #gezi-programi, #degerlenirme, #ucret, #kayit-ol  {
	 scroll-margin-top: 75px; 
}
