:root {
	--primary-color: #2f5bb1;
	--primary-color-rgb: 47, 91, 177;

	--secondary-color: #396cd6;
	--secondary-color-rgb: 56, 106, 214;
}

#section-hero .owl-dots {
	padding-bottom: 10px;
}

.topbar-widget {
	align-items: center;
}

.lang-dropdown {
	display: flex;
	flex-direction: column;
	gap: .25rem;

	padding: 8px;
	margin: 0;
	margin-top: 36px;
	border-radius: 8px;
	min-width: 120px;
	position: absolute;
	top: 0;
	z-index: 99999;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;


	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease;
}

.lang-dropdown a {
	border: none;
	background: none;
	width: 100%;
	padding: 6px;
	text-align: center;
	color: #171c2c;
	font-weight: 600;
	border-radius: 6px;
}

.lang-dropdown .selected {
	color: var(--primary-color) !important;
	font-weight: bold !important;
	background-color: rgba(0, 0, 0, 0.05);
}

.lang-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.lang-dropdown--show {
	opacity: 1 !important;
	visibility: visible !important;
}

.nav-pills .nav-link {
	border-radius: 8px;
}

.info-box {
	width: 100%;
	background: #fff;
	border: 1px solid #e4e9f5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 0 20px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #6f7b8e;
}

.info-box>span {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(47, 91, 177, 20%);
	border-radius: 5px;
	margin-right: 20px;
	color: #2f5bb1;
	flex-shrink: 0 !important;
}


.info-box>div>p {
	margin-bottom: 0;
	font-weight: 600;
	color: #171c2c;
	margin-top: -8px;
	line-height: 1.3;
}


.inner-footer {
	display: flex;
	flex-direction: row;
}

.footer-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: 3rem;
}

.details-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* gap: .5rem; */
	margin-bottom: 2rem;

	gap: 1rem;
	width: fit-content;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.details-card {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.details-card span {
	width: 48px;
	height: 48px;
	display: flex !important;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	background-color: rgba(60, 91, 174, 0.25);
	margin-right: 1rem;
	flex-shrink: 0;
}

.details-card span i {
	color: rgb(60, 91, 174);
	font-size: 24px;
}

.details-card p {
	margin: 0;
	line-height: 1.25;
}

.details-card .details-card-title {
	color: #171c2c;
	font-weight: 600;
}

.details-card .details-card-desc {
	color: #6f7b8f;
	font-size: 14px;
}

#subheader {
	margin-top: 130px;
	padding-bottom: 180px;
	text-align: left;
}

#subheader>.container>.row {
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.try-rate {
	font-weight: bold;
}

.de_pricing-table .d-price h4 span.try-rate {
	font-size: 36px;
}

.eur-rate,
.usd-rate {
	color: #6d7c90;
	font-size: 14px !important;
	font-weight: 500;
}

.de_pricing-table .d-head,
.de_pricing-table .d-group,
.de_pricing-table .d-action {
	margin-bottom: 20px !important;
}

.contact-boxes {
	display: flex;
	gap: 2rem;
}

.contact-boxes>div {
	border-radius: 12px;
	width: 100%;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.contact-boxes>div address {
	margin-bottom: 0;
}

.contact-boxes>div i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.contact-boxes>div h4 {
	margin-bottom: 0.25rem;
}

.table-pricing thead {
	background: linear-gradient(to right, var(--primary-color), #1a3263) !important;
}

.contact-form-container {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: space-between;
}

.contact-form-container>div:nth-child(1) {
	border-radius: 12px;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
	height: auto;
}

.concact-form-container input[type="submit"]:disabled {
	background-color: #ccc;
	border-color: #ccc;
}

.concact-form-container .field-set textarea,
.concact-form-container .field-set input:not([type="submit"]) {
	border-radius: 8px;
}

.contact-form-image-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.calisma-saatleri {
	border-radius: 12px;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.p-tagline {
	left: 20px !important;
	right: auto !important;
}

.post-image-container {
	display: flex;
	justify-content: center;
}

.post-image-container img {
	width: 100%;
	max-width: fit-content;
	text-align: center;
	border-radius: 8px;
	box-shadow: rgba(31, 45, 61, 0.125) 0px .75rem 2rem;
}

.post-text .download-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 1rem;
	border: 1px solid rgba(var(--primary-color-rgb), 0.3);
	border-radius: 6px;
}

.post-text .download-btn>span {
	margin-right: 1rem;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--primary-color-rgb), 0.15);
	border-radius: 4px;
}

.post-text .download-btn>div {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.post-text .download-btn>div span {
	font-size: 14px;
}

.post-text .download-btn>div>div>span:nth-child(1) {
	font-weight: 600;
	color: #222;
	margin-right: .5rem;
	font-size: 16.5px;
}

.post-text .download-btn>div>div>span:nth-child(2) {
	font-weight: 500;
}

.post-text .download-btn:hover {
	border-color: var(--primary-color);
	box-shadow: rgba(0, 0, 0, 0.05) 0px .5rem 1rem;
	transform: translateY(-2px);
}

@media screen and (max-width: 992px) {
	.heroimg {
		display: none !important;
		visibility: hidden !important;
	}

	.de_pricing-tables {
		border: none !important;
		gap: 1rem;
	}

	.lang-dropdown {
		flex-direction: row !important;
	}

	.inner-footer,
	.footer-links {
		flex-direction: column;
	}

	.footer-links {
		margin-left: 0;
	}

	.heroimg {
		display: none !important;
		visibility: hidden !important;
	}

	.details-grid {
		grid-template-columns: 1fr;
	}

	#subheader {
		margin-top: 100px;
	}

	#subheader>.container>.row {
		max-width: unset;
	}

	#about-tabs>.container>.row {
		flex-direction: column;
	}

	#about-tabs>.container>.row>.col-3,
	#about-tabs>.container>.row>.col-9 {
		width: 100%;
	}

	#about-tabs>.container>.row>.col-3 {
		margin-bottom: 1rem;

	}

	#about-tabs>.container>.row>.col-9 .double-box {
		flex-direction: column;
	}

	#about-tabs>.container>.row>.col-9 .double-box>div,
	#about-tabs>.container>.row>.col-3>.nav,
	#about-tabs>.container>.row>.col-3>.nav .nav-link {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.info-section-image {
		display: none !important;
	}

	.contact-boxes {
		flex-direction: column;
		gap: 0;
	}

	.table-responsive-sm {
		overflow-x: scroll !important;
	}

	.contact-section .padding40 {
		padding: 30px !important;
	}

	.contact-form-image-container {
		display: none !important;
	}

	.calisma-saatleri {
		display: none !important;
	}
}