/*
Theme Name: newtask
Author: the Waydigit team
Description: Waydigit theme
Text Domain: waydigit
*/

/* Montserrat font */
.montserrat {
	font-family: "Montserrat", sans-serif;
	font-weight: 400; /* Choose specific weights between 100 and 900 */
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

a {
	cursor: pointer;
}

h1 {
	color: #2b2b2b;
	font-weight: 700;
	font-size: 43px;
	line-height: 60px;
	font-family: "Montserrat", Sans-serif;
	margin-bottom: 20px;
}

h2,
h3 {
	color: var(--dark-blue-color);
}
.header,
h2 {
	width: 100%;
}

.header li a {
	color: #1f3a55;
	font-family: "Montserrat";
	transition: all 0.2s ease;
}

.header li a:hover {
	color: #1596dd;
}

/* Polylang Switcher Styles */
.pll-parent-menu-item {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pll-parent-menu-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 5px 10px;
}

.pll-parent-menu-item a img {
	margin-right: 5px; /* Add space between flag and text if needed */
}

.pll-parent-menu-item .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	min-width: 100px;
}

.pll-parent-menu-item:hover .sub-menu {
	display: block;
}

.pll-parent-menu-item .sub-menu li {
	padding: 5px 10px;
	white-space: nowrap;
}

.pll-parent-menu-item .sub-menu li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333; /* Text color */
}

.pll-parent-menu-item .sub-menu li a:hover {
	background-color: #f0f0f0; /* Hover effect */
}

.pll-parent-menu-item .sub-menu li img {
	margin-right: 5px; /* Add space between flag and text */
}

.pll-parent-menu-item .current-lang a {
	font-weight: bold; /* Highlight the current language */
	background-color: #e0e0e0; /* Current language background */
}

.pll-parent-menu-item .sub-menu li.current-lang a:hover {
	background-color: #e0e0e0; /* Prevent hover effect on current language */
}

.contact-subtitle,
.content-section,
.white-link,
.menu-white-link a {
}
.author a,
.big-post-link,
.contact-form__flex-text a,
.gradient-link,
.post__data a,
.transparent-link,
.white-link,
.menu-white-link a,
.white-link-transparent,
.white-link-transparent-menu a,
.menu-gradient-link a {
	text-decoration: none;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-weight: 400;
	font-family: "Montserrat";
}
h2,
h3 {
	font-weight: 500;
}
body.active {
	overflow: hidden;
}

.blue-text,
.white-link,
b,
strong,
.menu-white-link a {
	font-weight: 600;
}
.blue-text {
	color: var(--blue-color);
}
.bg-gray {
	background-color: var(--gray-color);
}

.container {
	margin: 0 auto;
	position: relative;
}
.container__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gradient-link,
.menu-gradient-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	overflow: hidden;
}
.transparent-link {
	font-size: 18px;
	color: var(--white-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gradient-link,
.menu-gradient-link a {
	color: var(--white-color);
	position: relative;
	z-index: 0;
	height: 50px !important;
	width: 159px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
}

.transparent-link:hover,
.white-link,
.menu-white-link a {
	color: var(--blue-color) !important;
}

.white-link,
.menu-white-link a {
	background-color: var(--white-color) !important;
	border-radius: var(--rounded-small) !important;
	font-size: 14px !important;
	border: var(--border-sm) solid var(--white-color) !important;
	padding: var(--white-link-padding) !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-wrap: nowrap !important;
}

.gradient-link,
.menu-gradient-link a {
	font-weight: 600;
	line-height: 22px;
	border-radius: var(--rounded-small);
}
.white-link-transparent,
.white-link-transparent-menu a {
	color: var(--white-color);
}
.white-link:hover,
.menu-white-link:hover a {
	background-color: rgba(0, 0, 0, 0) !important;
	color: var(--white-color) !important;
}

.white-link.purple-bg:hover {
	background-color: var(--purple-color);
}

.gradient-link::before,
.menu-gradient-link a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	z-index: -1;
	display: flex;
	background: var(--gradient-webkit);
	background: var(--gradient);
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
}
.gradient-link:hover::before {
	top: -20px;
}

.submit {
	cursor: pointer !important;
}

.blue-line {
	width: 50px;
	height: 4px;
	background-color: var(--blue-color);
	border-radius: var(--rounded-large);
	margin-bottom: 20px;
}

.depth-2 {
	margin-top: var(--sm-margin-top-2);
}

.gradient-link.submit {
	width: 220px;
}

.footer-top,
.stars {
	display: -webkit-box;
	display: -ms-flexbox;
}

.burger,
.get-started,
.post,
.question {
	position: relative;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

@media (max-width: 1024px) {
	h3 {
		font-size: 18px;
	}
}
@media (max-width: 800px) {
	.gradient-link,
	.gradient-link.submit,
	.menu-gradient-link a,
	.white-link-transparent-menu a,
	.white-link-transparent-menu {
		width: 100%;
		display: flex;
	}

	.white-link-transparent-menu a {
		justify-content: center;
		color: var(--dark-blue-color);
	}

	#white-link,
	.big-section-img,
	.footer-top__block3,
	.footer-top__block4,
	.mark,
	.mark-2,
	.menu-white-link a {
		display: none;
	}

	.burger,
	.mobile-img,
	.navigation__list-item.hide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.custom-logo {
		width: 100px;
		margin-bottom: 0;
	}

	.transparent-link {
		color: var(--dark-blue-color);
		font-size: 18px;
		line-height: 20px;
		width: 100%;
		display: block;
		text-align: center;
	}
}
