/*
Theme name: Worlds of thee truth 2
Author: Diana & Mihail
*/

@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.main_content {
	/* margin-top: 80px; Move down to compensate Menu height */
	/* max-width: 1920px;  for extra big screens */
	margin: 0 auto;
}

html {
	margin-top: 0px;
	scroll-behavior: smooth;
}

body {
  	font-family: 'Vollkorn', 'Segoe UI Symbol', 'Arial Unicode MS', sans-serif;
  	font-optical-sizing: auto;
	/*background-image: none !important;*/
	background-color: black;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
	color: #032F6A; 
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.title_h1 {
	font-size: 90px;
	font-weight: 800;
	line-height: 84px;
	color: #ffffff;
	margin-bottom: 0;
}
h2 {
	color: #23262F;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 20px;
}

p, span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #23262F;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  margin-bottom: 20px;
}
a {
	font-weight: 800;
	color: #E1BF00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
footer {
	padding: 50px;
	background-color: #000000;
	position: relative;
}


.block_heading {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2em;
  color: #23262F;
	/*	padding-bottom: 20px; */
}

.block_text {
    width: 100%;
    padding: 85px;
    flex-grow: 1;
}

.block_pic {
  width: 100%;
  padding: 85px;
  background-color: none;
  flex-grow: 1;
  background-position: center;
  background-size: cover;
}

.block_1 {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-align: left;
}

.block_2 {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  text-align: left;
}

.block_3 {
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: white;
  text-align: center;
}
.block_3 .block_1 .block_text {
	padding: 5px;
}
.block_3 .block_pic {
  padding-bottom: 15%
}

.block_4 {
	display: grid;
	width: 100%;
	flex-direction: column-reverse;
  	align-items: stretch;
  	background-color: white;
  	text-align: center;
	position: relative;
	padding: 85px;
}
.block_4 .block_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	&:before {
    	content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right,black,black);
        opacity: .7; 
  }
}
.block_4 .block_text {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 20px;	
}
/*.block_4 .block_text div {
	display: inline-block;
    margin: 0 10px;
}*/
.block_4 .block_text img {
	width: 80px;
	height: 80px;
	clear: both;
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 16px;
}
.features {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 25px;
  align-items: baseline;
	width: 100%;
}

.block_5 .features div {
	width: 270px;
}

/* This is to remove Block 4 overlay for title block */

.title_block {
	display: grid;
	width: 100%;
	flex-direction: column-reverse;
  	align-items: stretch;
  	background-color: white;
  	text-align: left;
	position: relative;
	padding: 120px 160px;
}
.title_block .block_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center bottom;
}
.title_block .block_text {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;	
	padding-top: 260px;
    min-height: 807px;
}
.title_block p {
	font-size: 26px;
}

/* ------ */

.block_5 {
	display: grid;
	width: 100%;
	flex-direction: column-reverse;
  	align-items: stretch;
  	background-color: white;
  	text-align: center;
	position: relative;
	padding: 85px;
}
.block_5 .block_text {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 20px;	
}
/*.block_5 .block_text div {
	display: inline-block;
	vertical-align: top;
	width: 25%;
    margin: 0 10px;
}*/
.block_5 .block_text img {
	width: 62px;
	height: 62px;
	clear: both;
	display: block;
	margin: auto;
	margin-bottom: 12px;
}

.block_6 {
	display: grid;
	width: 100%;
	flex-direction: column-reverse;
  	align-items: stretch;
  	background-color: white;
  	text-align: center;
	position: relative;
	padding: 85px;
}
.block_6 .block_text {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 20px;	
}
.block_6 .block_text div {
	/*display: inline-block;
	vertical-align: top;
	width: 33%;*/
	padding: 20px;
	flex-grow: 2;
    width: 200px;
}
.block_6 .block_text img {
	width: 62px;
	height: 62px;
	clear: both;
	display: block;
	margin: auto;
	margin-bottom: 12px;
}
.block_7 {
	display: grid;
	width: 100%;
	flex-direction: column-reverse;
  	align-items: stretch;
  	background-color: white;
  	text-align: center;
	position: relative;
}

.block_7 .block_pic {
	width: 62px;
	height: 62px;
	margin: 20px;
	padding: 0;
	vertical-align: middle;
	float: left;
}
.block_7 .block_text {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
	font-size: 16px;
	text-align: left;
}
.block_8 {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-align: left;
}
/*
.divider {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg,rgba(135, 112, 22, 1) 0%, rgba(255, 225, 77, 1) 50%, rgba(135, 112, 22, 1) 100%);
}
*/
.divider {
	background-size: 10px 5px;
	background: linear-gradient(90deg, rgba(148, 106, 0, 1) 0%, rgba(225, 191, 0, 1) 50%, rgba(148, 106, 0, 1) 100%);
	height: 10px;
	color: rgba(225, 191, 0, 1);
	text-align: center;
	text-anchor: middle;
	font-size: 0 !important;
	overflow: visible;
	margin-top: -4px !important;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 20;
}
.divider:before {
	position: relative;
	top: -6px;
	content:url('https://wott.karuklubi.ee/wp-content/uploads/2025/05/nail-a03663.svg');
}
/*
.divider::before {
	position: relative;
	left: 12px;
	top: -18px;
	content: "⏶";
	font-size: 20px;
	color: #E1BF00 !important;
}
.divider::after {
	position: relative;
	left: -9px;
	top: -4px;
	content: "⏷";
	font-size: 20px;
	color: #E1BF00 !important;
}*/



#menu-item-1972,
#menu-item-2350,
button {
	color: #E1BF00 !important;
	font-family: "Vollkorn", serif;
	background-color: #022F6A;
	padding: 17px 35px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 10px;
	border-width: 0;
	cursor: pointer;
}
#menu-item-1972 a,
#menu-item-2350 a,
button a {
	color: #E1BF00 !important;
	text-decoration: none;
	font-weight: 600;
}
#menu-item-1972, #menu-item-2350 {
	padding: 10px;
}


.shadow {
	text-shadow:
        1px 1px 2px black,
        0 0 1em black,
        0 0 0.2em black;
}

.text_gold,
.text_gold p {
	color: #E1BF00 !important;
}
.text_black,
.text_black p {
	color: #000000 !important;
}

.block_black {
	background-color: #000 !important;
}
.block_blue {
	background-color: #032F6A !important;
}
.block_gold {
	background-color: #E1BF00 !important;
}

.block_gold a {
	color: #000 !important;
}

.link_black a {
	color: #000 !important;
}
.link_blue a {
	color: #032F6A !important;
}


/*** TOGGLE MORE BUTTON ***/
.btn-more {
	background: url("https://wott.karuklubi.ee/wp-content/uploads/2025/05/arrow-close.png") no-repeat;
}
.btn-more div.more-content {
	display: block;
}
.btn-more.open {
	background: url("https://wott.karuklubi.ee/wp-content/uploads/2025/05/arrow-open.png") no-repeat;
}
.btn-more.open div.more-content {
	display: none;
}
.btn-more .tab {
	padding-left: 100px;
	font-style: italic;
}
#btn-go-top {
	background-image: url('https://wott.karuklubi.ee/wp-content/uploads/2025/05/Icons8-Windows-8-Arrows-Up-Circular.512.png');
	background-size: 100%;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 200;
	cursor: pointer;
	filter: drop-shadow(20px 20px 30px black) drop-shadow(20px 20px 40px black) drop-shadow(20px 20px 70px black);
}
.hidden {
	display: none !important;
}

/*** PRICE TABLE ***/
table.table_price {
	/* min-width: 500px; */
	margin: 40px auto;
	border-collapse: collapse;
}
table.table_price th {
	border: 0;
	padding: 10px;
	font-weight: normal;
}
table.table_price td {
	border: 1px solid #E1BF00;
	padding: 10px;
	font-weight: bold;
}

/*** SOCIAL MEDIA ***/

.block_contacts {
	
}

.socials {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
	position: absolute;
	right: 50px;
	top: 54px;
}
.socials a {
  margin-right: 15px;
}
.socials img,
.socials .socialImage {
  width: 40px;
  height: 40px;
  fill: #E1BF00;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
	cursor: pointer;
}
.socials .socialImage:hover, .socials img:hover {
  /* fill: #858b9c; Commented: this is working only for SVG icons and is not consistent with hovering over images */
  -webkit-transition: fill 1s ease;
  transition: fill 1s ease;
  -webkit-filter: drop-shadow(0 0 10px #E1BF00);
  filter: drop-shadow(0 0 10px #E1BF00); 
  cursor: pointer;
}

/*** EXTENDABLE BLOCKS ***/

.extend_button {
  position: relative;
  top: 55px;
  font-weight: 800;
  text-align: center;
}

.hide_button {
  font-weight: 800;
  margin-top: 85px;
  text-align: center;
}

.extend_button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.hide_button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.hidden_info {
  display: none;
  padding: 25px 85px;
  background-color: white;
  color: #23262F;
}

.highlight {
  padding: 25px 85px;
  font-style: italic;
}

/* CLASS DESCRIPTION BLOCKS */

.block_class {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  background-color: white;
  text-align: center;
}

.block_class .block_text {
  flex-shrink: 2;
}

.block_class p {
  max-width: 250px;
  margin: 1em auto;
}

iframe {
	border: 15px #E1BF00 double;
}
#pricing img {
	display: none;
}

.block_3:first-of-type .block_text {
  padding-top: 120px !important;
}


@media only screen and (max-width: 1000px) {
	p, a, ol, ul, li, table, tr, th {
		font-size: 14px;
	}
	.block_3:first-of-type .block_text {
	  padding-top: 85px !important;
	}
	h1, h2, .block_heading {
		font-size: 20px;
	}
	h1 a {
		font-size: 20px;
	}
	h3 a {
		font-size: 18.72px;
	}
	.block_text, .block_4, .hidden_info, .block_5 .block_text, .block_6 .block_text {
		padding: 50px;
	}
	.hidden_info {
		font-size: 14px;
	}
	.block_1, .block_2, .block_class {
		flex-direction: column-reverse;
	}
	.block_1 .block_pic {
		padding-bottom: 50%
	}
	.block_2 .block_pic {
		padding-bottom: 50%
	}
	.block_class .block_pic {
		padding-bottom: 50%;
	}
	.title_block {
		padding: 0px;
		text-align: center;
	}
	.title_block p {
		font-size: 20px;
	}
	.title_h1 {
		font-size: 60px;
		line-height: 1em;
		margin-bottom: 20px;
	}
	.title_block a {
		font-size: 20px;
	}
	.title_block .block_text {
		padding: 150px 40px;
		min-height: auto;
	}
	.title_block .block_pic {
		background-position: left 70% bottom 10%;
		background-size: auto;
	}
	.block_4 .block_text {
		padding: 0px;
	}
	.features {
		font-size: 14px;
		gap: 10px;
	}
	.block_4 .block_text img {
 	   width: 70px;
 	   height: 70px;
	}
	.features div {
		width: 100px;
	}
	footer {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		gap: 20px;
	}
	.socials {
		position: static;
	}
	.highlight {
		padding: 30px;
	}
	.block_5 .features div {
		width: 180px;
	}
	.block_5, .block_6 {
		padding: 0px;
	}
	.block_5, .block_6 {
		display: block;
	}
	.block_6 .block_text div {
		padding: 0px;
	}
	.block_6 .block_text div div {
		padding: 20px;
	}
	button {
		font-size: 20px;
	}
	.block_7 h3 {
		margin-bottom: 16px;
	}
	#time .block_pic {
		padding: 0px;
	}
	#navigator .features {
		flex-flow: column;
		padding: 20px;
		align-items: center;
	}
	iframe {
		border: none;
	}
	#pricing img {
		display: block;
	}
	#hide_table {
		display: none;
	}
	#navigator .features div {
		width: auto;
	}
}

@media only screen and (min-width: 1500px) {
	/*.block_text {
		padding: 150px;
	}
	.block_pic {
		padding: 150px;
	}*/
	.block_1 a, .block_1 p, .block_1 h1, .block_1 h2, .block_1 h3, .block_1 h4 {
		max-width: 500px;
		margin: 20px auto;
	}
	.block_2 a, .block_2 p, .block_2 h1, .block_2 h2, .block_2 h3, .block_2 h4 {
		max-width: 500px;
		margin: 20px auto;
	}
	.block_3 a, .block_3 p, .block_3 h1, .block_3 h2, .block_3 h3, .block_3 h4, ol {
		max-width: 1100px;
		margin: 20px auto;
	}
	
	.block_4 a, .block_4 p, .block_4 h1, .block_4 h2, .block_4 h3, .block_4 h4 {
		max-width: 1100px;
		margin: 20px auto;
	}
	.block_5 a, .block_5 p, .block_5 h1, .block_5 h2, .block_5 h3, .block_5 h4 {
		max-width: 1100px;
		margin: 20px auto;
	}
	
	.block_6 a, .block_6 p, .block_6 h1, .block_6 h2, .block_6 h3, .block_6 h4 {
		max-width: 1100px;
		margin: 20px auto;
	}
	
	body {
		max-width: 1920px;
    	margin: 0px auto;
    	background: url("https://wott.karuklubi.ee/wp-content/uploads/2025/05/488350460_1205401458261069_1717146726165221419_n.jpg");
    	background-position: center;
    	background-size: 100%;
    	background-attachment: fixed;
    	box-shadow: 0px 0px 500px black, 0px 100px 100px  black;
	}
	footer {
		box-shadow: black 0px 200px 200px 100px;
	}
	.block_4 .block_text img {
		height: 100px;
		width: 100px;
	}
	.block_class .block_text {
    	min-height: 700px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
