/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */




html {
	--main-bg-color:  #fffcf8;
	--main-text-color: #050300;
	--main-link-color: #0085ff;
	--main-link-inverted-color: #FF8F00;
	/*For 100% Lighthouse score*/
/*	--main-link-color: #0070d8;*/
	--primary-pricing-bg-color: #fff;
	--primary-inverted-pricing-text-color: #fffcf8;

	color: var(--main-text-color);
	font-size: 16px;
	line-height: 1.4;
}

html[data-theme="night"] {
	--main-bg-color:  #0a0500;
	--main-text-color: #fffcf8;
	--main-link-color: #FF8F00;
	--main-link-inverted-color: #0085ff;
	--primary-pricing-bg-color: #050300;
	--primary-inverted-pricing-text-color: #050300;

}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */

/* ==========================================================================
	 Helper classes
	 ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
	 Print styles.
	 Inlined to avoid the additional HTTP request:
	 https://www.phpied.com/delay-loading-your-print-css/
	 ========================================================================== */

@media print {
	*,
	*::before,
	*::after {
		background: #fff !important;
		color: #000 !important;
		/* Black prints faster */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

@font-face {
	font-family: "Ubuntu Light";
	src: url("fonts/Ubuntu/Ubuntu-Light.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Ubuntu";
	src: url("fonts/Ubuntu/Ubuntu-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Ubuntu Medium";
	src: url("fonts/Ubuntu/Ubuntu-Medium.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Ubuntu Bold";
	src: url("fonts/Ubuntu/Ubuntu-Bold.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Light";
	src: url("fonts/Roboto/Roboto-Light.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("fonts/Roboto/Roboto-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Italic";
	src: url("fonts/Roboto/Roboto-Italic.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Medium";
	src: url("fonts/Roboto/Roboto-Medium.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Bold";
	src: url("fonts/Roboto/Roboto-Bold.ttf");
	font-display: swap;
}

body {
	background-color: var(--main-bg-color);
	font-family: 'Roboto', sans-serif;
	transition: background 0.5s linear;
}

a {
	color: var(--main-link-color);
}

a:link {
	color: var(--main-link-color);
}

a:active {
	color: var(--main-link-color);
}

a:visited {
	color: var(--main-link-color);
}

a:hover{
	color: var(--main-link-color);
}

.link-inverted > a {
	color: var(--main-link-inverted-color);
}

.link-inverted > a:link {
	color: var(--main-link-inverted-color);
}

.link-inverted > a:active {
	color: var(--main-link-inverted-color);
}

.link-inverted > a:visited {
	color: var(--main-link-inverted-color);
}

.link-inverted > a:hover{
	color: var(--main-link-inverted-color);
}

h1 {
	font-family: 'Ubuntu Bold', sans-serif;
	font-size: 56px;
	color: var(--main-text-color);
}

.h1 {
	font-family: 'Ubuntu Bold', sans-serif;
	font-size: 56px;
	color: var(--main-text-color);
}

h2 {
	font-family: 'Ubuntu Light', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: var(--main-text-color);
	margin-block-end: 0px; 
}

h3 {
	font-family: 'Ubuntu Bold', sans-serif;
	font-size: 49px;
	color: var(--main-text-color);
	margin-block-end: 0px; 
}

.roboto-light {
	font-family: "Roboto Light", sans-serif;
}

.roboto-medium {
	font-family: "Roboto Medium", sans-serif;;
}

.roboto-italic{
	font-family: "Roboto Italic", sans-serif;;
}

.ubuntu-medium {
	font-family: "Ubuntu Medium", sans-serif;;
}

.d-flex {
	display: flex;
}

.wrap-inherit {
	flex-wrap: inherit;
}

.align-center {
	align-items: center;
}

.align-top {
	align-items: flex-start;
}

.align-bottom {
	align-items: flex-end;
}

.space-between {
	justify-content: space-between;
}

.space-evenly {
	justify-content: space-evenly;
}

.space-end {
	justify-content: flex-end;
}

.container {
	max-width: 1126px;
	padding-right: 45px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
}

.flex-wrap {
	flex-wrap: wrap;
}

.direction-column {
	flex-direction: column;
}

.display-h {
	display: hidden;
}

.mt-7 {
	margin-top: 7px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-17 {
	margin-top: 17px;
}

.mt-22 {
	margin-top: 22px;
}

.mt-26 {
	margin-top: 26px;
}

.mt-28 {
	margin-top: 28px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-38 {
	margin-top: 38px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-61 {
	margin-top: 61px;
}

.mt-112{
	margin-top: 112px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-22 {
	margin-right: 22px;
}

.mr-31 {
	margin-right: 41px;
}

.large-mr-53 {
	margin-right: 53px;
}

.mr-3 {
	margin-right: 3px;
}

.ml-3 {
	margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-16 {
	margin-left: 16px;
}

.mb-auto {
	margin-bottom: auto;
}

.mb-116 {
	margin-bottom: 116px;
}

.p-26{
	padding: 26px;
}

.pr-32 {
	padding-right: 32px;
}

.pl-32 {
	padding-left: 32px;
}

.pb-4 {
  padding-bottom: 4px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-21 {
	font-size: 21px;
}

.lh-26 {
	line-height: 26px;
}

.lh-1 {
	line-height: 1;
}

.lh-1-7 {
	line-height: 1.7;
}

.theme-toggle{
	height: 48px;
}

.logo {
	width: 149px;
	height: 40px;
}

.dot {
	width: 7px;
	height: 7px;
	border-radius: 5px;
}

.red {
	background-color: #e73300;
}

.blue {
	background-color: #0085ff;
}

.green {
	background-color: #4fb600;
}

a.{
	color: var(--main-link-inverted-color) !important;
}

.email {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	color: var(--main-text-color);
}

.vertical-s {
	width: 2px;
	height: 32px;
	margin: 0 10px;
	background-color: var(--main-text-color);
}

.mobile-number {
	font-family: 'Ubuntu Bold', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: var(--main-text-color);
}

.tag {
	margin-top: 180px;
	line-height: 66px;
}

.description {
	font-family: 'Ubuntu Bold', sans-serif;
	font-size: 29px;
	color: var(--main-text-color);
	margin-block-end: 0px; 
}

.tabs-container {
	margin-top: 52px;
	position: relative;
}

.tab-title {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: var(--main-text-color);
	border-bottom: 4px solid transparent;
	padding-bottom: 3px;
	margin-bottom: -5px;
	z-index: 1;
}

.tab-title:hover {
	color: var(--main-link-color);
}

.tab-title.active{
	color: var(--main-link-color);
}

.tabcontent {
	display: none;
	animation: fadeEffect 0.8s;
}


@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}

.tabcontent-item {
	width: 446px;
	margin-right: 133px;
}

.pointer {
	cursor: pointer;
}

.active-tab-indicator {
	position: absolute;
	bottom: -5px;
	transition: left 0.2s ease-in-out, width 0.2s 0.10s;
	height: 4px;
	background-color: var(--main-link-color);
	left: 0;
	width: 123px;
	pointer-events: none;
}

.line {
	flex-grow: 1;
	border: solid 1px var(--main-text-color);
}

.triangle {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 9px solid var(--main-text-color);
	border-bottom: 4px solid transparent;
}

.advantage-container {
	flex: 1 0 20%;
}

.advantage-block {
	padding-top: 23px;
	border-top:1px solid var(--main-text-color);
	font-size: 16px;
}

.pricing-container{
	position: relative;
}

.pricing-pane {
	box-sizing: border-box;
	width: 290px;
	border-radius: 20px;
	border: solid 1px var(--main-text-color);
	background-color: var(--primary-pricing-bg-color);
}

.price-digits {
  font-size: 72px;
  font-family: 'Ubuntu Bold', sans-serif;
  color: var(--primary-text-color);
}

.price-digits-inverted {
	color: var(--primary-inverted-pricing-text-color);
}

.p-vertical-s {
	width: 1px;
	height: auto;
	background-color: var(--main-text-color);
}

.consultant-description {
	width: 299px;
}

.no-hover:hover {
	color: var(--main-text-color);
}

.pricing-pane-inverted {
	border: solid 1px var(--main-text-color);
	background-color: var(--main-text-color);
	color: var(--primary-inverted-pricing-text-color);
}

.consultants-pic {
	width: 360px;
	height: 360px;
	border-radius: 20px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.small-show {
	display: none;
}

.large-ml-18{
	margin-left: 18px;
}

.large-text-align-right {
	text-align: right;
}

.small-link {
	text-decoration: none !important;
	color: var(----main-text-color) !important;
}

@media (max-width: 1180px) {
	.tab-title {
		font-size: 25px;
	}

	.pr-32 {
		padding-right: 23px;
	}

	.pl-32 {
		padding-left: 21px;
	}

	.pr-32 {
		padding-right: 21px;
	}
}


@media (max-width: 900px) {
	.small-no-show {
		display: none;
	}

	.small-show {
		display: block;
	}

	.tab-title {
		font-size: 16px;
	}

	.direction-column-small{
		flex-direction: column;
	}

	.pl-32 {
		padding-left: 9px;
	}

	.pr-32 {
		padding-right: 9px;
	}

	.container {
		padding-right: 35px;
		padding-left: 35px;
	}

	.mobile-number{
		font-size: 16px;
	}

	h1, .h1, .tag{
		font-size: 49px;
		letter-spacing: -1px;
	}

	h2 {
		letter-spacing: -1px;
	}

	h3 {
		font-size: 42px;
	}

	.tabcontent-item {
		max-width: 100%;
		margin-right: 0;
	}

	.consultant-description {
		width: 100%;
	}

	.sm-mt-48{
		margin-top: 48px;
	}

	.large-ml-18 {
		margin-left: 0;
	}

	.large-text-align-right {
		text-align: left;
	}

	.large-mr-53 {
		margin-right: 0;
	}
    
    .consultants-pic {
    	width: 100% !important;
    	height: 100% !important;
    }

    .pricing-pane {
    	width: 100%;
    }

	.small-link {
		text-decoration: underline  !important;;
		color: var(--main-link-color)  !important;;
	}
}


/*//  Theme Toggler \\*/

#toggle_checkbox {
	/*display: none;*/
}

.illustration {
	margin-top: 48px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}


.buy-section-inverted {
	display: flex;
	text-align: center;
	align-items: center;
	background: var(--main-link-inverted-color);
	border-radius: 0 0 19px 19px;
}

.buy-section-inverted a{
	display: block;
	width: 100%;
	line-height: 50px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}


.buy-section {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: var(--main-link-color);
	border-radius: 0 0 19px 19px;
}

.buy-section a{
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	line-height: 50px;
}

.buy-section>a:hover, .buy-section-inverted>a:hover{
	text-decoration: underline;
}



