@charset "UTF-8";
/* CSS Document */
.container, .table-like {
  box-sizing: border-box; /* Ensures padding and border are included in the total width and height */
}
body {
		max-width: 1000px;
		margin: 0;
		margin-left: auto;
    	margin-right: auto;
		padding: 0 5px;
		font-family: 'Myriad Pro', Helvetica, Arial, 'Proxima Nova', sans-serif;
		background-color: #f7f7f9;
		color: #023047;
	}
h2, h1 {
	all: unset; 
	font-size: 1.5em; 
	font-weight: bold;
	color: #FFFFFF; 
}
.type_of_speech {
    padding: 0 10px;
    font-size: 1.5em; 
    font-weight: bold;
    color: #FFFFFF; 
    display: flex;
    align-items: center;  /* Centers vertically */
    justify-content: center; /* Centers horizontally */
}
.banner-img {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1000 / 429;
  height: auto;
  display: block;
  margin: 0 auto;
}
.container {
	display: flex;
	justify-content: space-between; /* Distribute space evenly between sections */
	align-items: center; /* Center vertically */
	margin-bottom: 8px;

}
.left, .middle, .right {
	display: flex;
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	padding: 10px;
	height: 60px; /* Set a fixed height for alignment */
	background-color: #023047;
}
.left, .right  {
	width: 50px;
}
.middle {
	flex-grow: 1;
}
.search-container {
    display: flex;
    align-items: stretch; /* This will make the children stretch to fill the container height */
	width: 100%; /* Set the form to take up 100% of the container's width */
 	margin: 0; /* Remove default margins */
  	padding: 0; /* Remove default paddings */
		
  }
  .search-bar {
	flex: 1; /* This shorthand property ensures the search bar is flexible */
    flex-grow: 1; /* Allows the search bar to take up the remaining space */
    border: 1px solid #ffb703; /* Adds a border to the search bar */
	text-align: left;
	 padding: 0 10px;
    border-radius: 5px; /* Rounds the corners of the search bar */
	font-size: 1em;
	  background-color: #ffffff;
  }
  .search-button {
	background: url('images/lingolifto.png') 0px -270px;
    border: none; /* Removes the default border */
    width: 50px; /* Width of the search button */
    height: 50px; /* Height of the search button */
    cursor: pointer; /* Changes the cursor to a pointer when hovering over the button */
    margin-left: 10px; /* Adds space between the search bar and button */
  }
.search-button:hover {
    background: url('images/lingolifto.png') -50px -270px;
  }
#slovniky {
	text-align: center;
	background-color: #ffb703;
	padding: 10px;
}

.table-like {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden; 
  margin-bottom: 20px; /* Adds space between the tables */
}

/* Base row and cell styles */
.row {
  display: flex;
	align-items: center; 
	padding: 10px;
}
.row:first-child {
    margin-top: 0; 
  }
.row:last-child {
    margin-bottom: 5px;
  }
.cell {
  flex-grow: 1;
}


.edu {
  display: flex;
  flex-wrap: wrap; /* allows stacking on small screens */
  gap: 10px;       /* space between divs */
}

.edu .eduleft {
  flex: 0 0 353px; /* fixed width for image container */
}

.edu .eduleft img {
  width: 353px;
  height: 500px;
  object-fit: cover; /* keeps proportions, fills space */
}

.edu .eduright {
  flex: 1;         /* take remaining space */
  min-width: 200px; /* ensures it wraps earlier if needed */
  background: #f5f5f5;
  padding: 10px;
}
.eduright a {
    color: #000000;
	padding: 4px;
    text-decoration: underline;
}

.eduright a:hover {
    background-color: #ffb703;
}


.table1 .first-row  {
	background: linear-gradient(to right, #007058, #005c48);
}
.table2 .first-row{
	background: linear-gradient(to right, #DA402D, #b33525);	
}
.table3 .first-row {
	background: linear-gradient(to right, #408fb4, #357796);
}
.table4 .first-row {
	background: linear-gradient(to right, #C44381, #a5386d);
}
.table5 .first-row {
	background: linear-gradient(to right, #fb8500, #c96a00);
}
.table6 .first-row {
	background: linear-gradient(to right, #994C30, #743a24);
}
.table7 .first-row {
	background: linear-gradient(to right, #634F9E, #493a74);
}
.table8 .first-row {
	background: linear-gradient(to right, #676767, #424242);
}


.fixed-width {
  width: 50px;
  flex-grow: 0; /* Prevents the cell from growing */
}
.english_sentence {
    font-weight: bold; 
}
.translated_sentence {
    display: block; 
    font-style: italic; 
    margin: 10px 0 0 20px; 
}
 .word_line {
    display: flex;
    margin:  0; 
  }
  .section {
    height: 50px; /* Example height, adjust as needed */
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
  }
  .first {
    width: 50px;
  }
 .second {
  flex-grow: 1;
  justify-content: flex-start; /* Aligns content to the left */
  margin-left: 5px; /* Adds padding on the left side */
}
  .fourth {
    width: 40px;
	margin-left: 5px;
  }
  .fifth {
    width: 40px;
    margin: 0 5px 0 30px;
  }

  .image-container {
    width: 50px;
    height: 50px; 
    overflow: hidden; /* Hides the parts of the image that overflow the container */
    display: flex;
    justify-content: center; /* Centers the image horizontally */
  }
.logo-image {
    width: 151px;
    height: 50px;
    background: url('images/lingolifto.png') 0px 0px;
	
  }
.play-image {
    width: 40px;
    height: 40px;
    background: url('images/lingolifto.png') 0px -50px;
	margin-bottom: 5px;
  }

.play-image:hover {
    background: url('images/lingolifto.png') -40px -50px;
  }
.plus-image {
    width: 40px;
    height: 40px;
    background: url('images/lingolifto.png') 0px -90px;
	margin-bottom: 5px;
  }

.plus-image:hover {
    background: url('images/lingolifto.png') -40px -90px;
  }
.minus-image {
    width: 40px;
    height: 40px;
    background: url('images/lingolifto.png') 0px -130px;
	margin-bottom: 5px;
  }

.minus-image:hover {
    background: url('images/lingolifto.png') -40px -130px;
  }
.menu-image {
    width: 40px;
    height: 40px;
    background: url('images/lingolifto.png') 0px -220px;
	margin-bottom: 5px;
  }

.menu-image:hover {
    background: url('images/lingolifto.png') -40px -220px;
  }
.bin-image {
    width: 40px;
    height: 40px;
    background: url('images/lingolifto.png') 0px -170px;
	margin-bottom: 5px;
  }

.bin-image:hover {
    background: url('images/lingolifto.png') -40px -170px;
  }
.grey-background {
    background-color: #f2f2f2; /* Slight grey background */
}
input, button {
  all: unset; /* This will remove all default styles */
  /* Add your custom styles below */
}
input[type=submit] {
	background-color: #FB8500;
	color: #FFFFFF;
}

input[type=password], input[type=email], input[type=submit], input[type=text], #contactus {
	border-radius: 5px;
	font-size: 1.5em;
	padding: 10px;
}
input[type=password], input[type=email], input[type=text], #contactus {
	background-color: #FFFFFF;
	border: solid 1px #a3a3a3;
}
#contactus {
	width:  80%;               /* 80% of the viewport */
    height: auto;              /* Adjusts height based on content */
    display: block;            /* Ensure it's treated as a block element */
    box-sizing: border-box; 
}
#contact-form {
    width: 100%;
    box-sizing: border-box; /* Ensure padding is part of width calculation */
}
.small-blue {
	background-color: #408fb4;
	margin: 10px 0;
	border-radius: 3px;
	padding: 10px;
	color: #ffffff;
}
.problem {
    width: calc(100% - 150px);
}
input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right:30px;
  position: relative;
  cursor: pointer;
}

input[type='checkbox']::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #a3a3a3;
}

input[type='checkbox']:checked::after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 4px;
  color: #fb8500;
  font-size: 20px;
}
.responsive-iframe {
position: relative;
overflow: hidden;
padding-top: 75%; /* 4:3 Aspect Ratio */
width: 80%;
max-width: 600px;
margin: auto; /* Center the iframe */
}

.responsive-iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.no_deco {
 text-decoration: none;
 color: #000;
}
.section a {
	padding: 0 10px;
	text-decoration: none;
	color: #000000;
}
.section a:hover {
	text-decoration: underline;
}
.flag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Adjust the space between flags */
}

.flag {
  min-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 3px solid transparent; /* Added for smooth transition on hover */
  border-radius: 5px; /* Predefined border-radius */
  flex-direction: column; /* Stack the emoji and text vertically */
}

.flag a {
  text-decoration: none;
  color: black; /* Text color */
  font-size: 1em; /* Adjust text size as needed */
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 5px;
}

.flag a div {
  font-size: 3em; /* Flag emoji size 3 times the text */
  line-height: 1; /* Adjust line height to prevent extra vertical space */
}

.flag:hover, .flag-selected {
  background-color: #e0e0e0; /* Background color on hover */
  border-color: #007058; /* Border color on hover */
}





.lang {
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent; /* Added for smooth transition on hover */
  border-radius: 3px; /* Predefined border-radius */
  flex-direction: column; /* Stack the emoji and text vertically */
}
.lang a {
  text-decoration: none;
  color: #fff; /* Text color */
  font-size: 0.75em; /* Adjust text size as needed */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 5px;
}
.lang a div {
  font-size: 1.5em; /* Flag emoji size 3 times the text */
  line-height: 1; /* Adjust line height to prevent extra vertical space */
}
.lang:hover, .lang-selected {
  border-color: #fff; /* Border color on hover */
}

.center {
	display: flex;
	align-items: center; 
	justify-content: center;
}
.warning {
	background-color: #DA402D; /* Background color on hover */
	font-weight: bold;
	color: #ffffff;
}
.orange {
	background-color: #fb8500; /* Background color on hover */
	font-weight: bold;
	color: #ffffff;
}
.green {
	background-color: #007058; /* Background color on hover */
	font-weight: bold;
	color: #ffffff;
}
.tandc {
	padding-top: 10px;
}
ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; 
    gap: 5px; 
    align-items: center; 
    justify-content: center;
    padding: 0;
    margin: 0 auto;
	margin-bottom: 5px;
    width: 100%; 
    box-sizing: border-box; 
}
li {
    height: 40px;
    background-color: #fb8500;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
li a {
	text-decoration: none;
	color: white;
	padding: 15px;
	box-sizing: border-box;
}
li:hover {
    background-color: #007058; 
}
/* Reset default styles for ul and li */
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    list-style: none; /* Remove bullet points */
}

.menu {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center;    /* Center items horizontally */
    padding: 0;            /* Remove default padding */
    margin: 0;             /* Remove default margin */
    list-style: none;      /* Remove bullet points */
}

.menu li {
	height: 20px; 
    line-height: 20px;
    width: 100%;            /* Ensure li items take full width of the container */
    text-align: center;     /* Center text horizontally */
    margin: 15px 0;              /* Remove default margin */
}

.menu a {
    display: block;         /* Ensure anchor tags take full width of li */
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 15px 30px;    /* Adjust padding */
    background-color: #fb8500;
    box-sizing: border-box; /* Include padding in width */
}

.menu a:hover {
    background-color: #007058;
}
.rekl-background {
	padding: 10px;
	margin-bottom: 5px;
    position: relative;
    height: 300px;
    min-width: 336px;
    overflow: hidden;
    background: repeating-linear-gradient(
        -45deg,
        #f2f2f2,
        #f2f2f2 20px,
         #f7f7f9 1px,
        #f7f7f9 40px
    );
	display: flex;
    align-items: center;
    justify-content: center;
}
.subnav {
	width: 40px; /* Fixed width for the div */
	display: flex; /* Center content */
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
}

.subnav a {
	font-size: 1.8em; /* Size of the arrow */
	color: #fff; /* White color */
	text-decoration: none; /* Remove underline */
	transition: text-shadow 0.3s ease; /* Smooth transition for glow effect */
}
.emoji {
	font-size: 1.25em;
	padding: 0 5px;
}
.subnav a:hover, .emoji {
	text-shadow: 0 0 10px #fff; /* White glow effect */
}
.clear {clear: both;}
.footer {
	padding: 10px;
	color: #fff;
	background-color: #023047;
}
.footer_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.footer_item {
    flex: 1;
    min-width: 200px; /* This ensures they wrap if space is too small */
    margin: 10px;
}

/* Footer-specific ol and li styling */
.footer_item ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_item li {
    margin: 10px 0; /* Space between the list items */
    background-color: transparent; /* Remove background color */
    height: auto; /* Remove height constraint */
    line-height: normal; /* Reset line height */
    text-align: left; /* Reset text alignment */
}

/* Footer-specific link styling */
.footer_item li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 0; /* Remove padding */
    box-sizing: border-box;
}

/* Underline on hover */
.footer_item li a:hover {
    text-decoration: underline;
    background-color: transparent; /* Prevent hover background change */
}

.premium {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 20px;
}
.box {
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	width: 300px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.box .green, #green {
	background-color: #2E7D32;
	color: white;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}
.box .red {
	background-color: #D32F2F;
	color: white;
	padding: 10px;
	font-size: 20px;
	margin: 10px;
	border-radius: 5px;
}
.box .price {
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0;
}
.box .original-price {
	font-size: 20px;
	text-decoration: line-through;
	margin: 10px 0;
}
.box .discount {
	font-size: 16px;
	font-weight: bold;
}
.box form {
	margin-top: 20px;
}
.paypal-slot {
    max-width: 280px;
    width: 100%;
    margin: 10px auto; /* add bottom spacing between buttons */
  }
.box .paypal-button {
	background-color: #1C3D72;
	color: white;
	padding: 10px;
	border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
#premium table {
    width: 100%;
    border-collapse: collapse;
  }
#premium th, #premium td {
text-align: center; /* Centers horizontally */
vertical-align: middle; /* Centers vertically */
padding: 10px; 
}
#premium th {
background-color: #f2f2f2; 
}
#share {
    background-color: #fb8500;
    padding: 0 10px;
    text-align: center;
}
#share span { 
	color: #fff;
    font-weight: bold;
}
#share a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: 0;
}
#share a:hover {
    background-color: #ffb703;
	color: #023047;
}


#share2 {
    background-color: #000;
    padding: 0;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
    text-align: center;
}
#share2 span { 
	color: #fff;
    font-weight: bold;
}
#share2 a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: 0;
}
#share2 a:hover {
    background-color: #ffb703;
	color: #023047;
}


.plus-sign {
	display: inline-block;
	width: 20px;
	height: 20px; 
	background-color: #007058;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	border-radius: 3px;
	font-size: 16px;
	margin: 0 3px;
}
@media (max-width: 400px) {
 .premium {
	flex-direction: column;
	align-items: center;
}
.footer_section {
	flex-direction: column; /* Stack items vertically on smaller screens */
}
.footer_item {
	min-width: 100%; /* Allow each item to take full width on small screens */
	margin-bottom: 10px; /* Optional margin between items */
}
}