@font-face {
    font-family: 'Suboleya'; /*a name to be used later*/
    src: url('/public_html/fonts/SuboleyaRegular-qZeV1.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Toruk'; /*a name to be used later*/
    src: url('/public_html/fonts/Toruk.ttf'); /*URL to font*/
}

:root{
    color-scheme: dark;
    --cursor1: url("/public_html/cursor/cursor(1).ico"), auto;
    --cursor2: url("/public_html/cursor/cursor(2).ico"), auto;
}

@media print
{
    #otherMain, select, button, br
    {
        display:none;
    }
    .content-section, table
    {
        padding:0;
        margin:0;
    }
    tr, textarea, td
    {
        page-break-inside:avoid;
    }
}
button
{
    user-select: none;
}

button, a, input
{
    cursor: var(--cursor2); /* pointer */
}
label, p
{
    cursor: var(--cursor1); /* default */
}
body
{
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom, #17343f, #17343f, #17343f, black);
    /* background-image: linear-gradient(to bottom, #99c5ff, black); */
    min-height: 100vh;

    box-sizing: border-box;
	font-family: 'Suboleya','Lato', sans-serif;
	font-size: 16px;
    /* margin-bottom: 20px; */
    scrollbar-color: #0A4C95 #C2D2E4;
    cursor: var(--cursor1); /* default */
    /* display: grid;
    grid-template-rows: auto 1fr auto; */
}
body::-webkit-scrollbar
{
    width: 5px;
}
body::-webkit-scrollbar-thumb
{
    margin: 0 2px;
    border-radius: 15px;
    background-color: #047091;
}
body::-webkit-scrollbar-track
{
    background-color: #17343f;
}

#characterTable textarea
{
    width: 60vw;
    min-height: 75px;

    max-width: 1100px;
}

a
{
    text-decoration: none;
    color: gold;
}
#secondSearchInput
{
    padding: 5px 10px;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 90% !important;
    margin: auto;

}
.btn
{
    font-size: initial;
}
.searchItem
{
    border-radius: 10px;
    background-color: #919191;
    background-color: #047091;
    color: gold;
    padding: 15px;
    margin: 10px 15px;
}
.searchItem h6, .searchItem p
{
    color: black;
    overflow-wrap: break-word;
}
.searchInput
{
	float: right;
    clear: both;
    margin-right: 20px;
    border-radius: 15px;
    margin-top: 10px;
    padding: 4px;
    width: 15%;
    border: 3px solid black;
	background-color: #525252;
	color: darkgrey;
	
}
.tabcontent {
    color: white;
    display: none;
    padding: 100px 20px 5px 20px;
    /* height: 100%; */
    border: 7px solid black;
    border-radius: 0 0 20px 20px;
    border-top: 0;
    background-color: rgb(28, 28, 28);
  }
.tablink {
    background-color: #777777;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: var(--cursor2); /* pointer */
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
    border-bottom: 7px solid black;
}
.tabFlex
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#page-container
{
    position: relative;
    min-height: calc(100vh - 3rem - 30px);

}
.content-wrap
{
    /* min-height: calc(100vh - 45vh - 3rem); */
    /* min-height: calc(100vh - 45vh - 3rem); */
    padding-bottom: 3rem; 
    display: grid;
    justify-content: center;
    padding: 0 35px;
}
/* .main
{
} */
.SlidePic {
    display: none;
}
.large
{
    padding-top: 22px;
}
#firstMain
{
    /* background-image: url("/images/backgrounds/background.jpg"); */
    background-image: url("/images/backgrounds/stripes.svg");
    /* z-index: -10; */
    /*height: 48vh;*/
	padding-bottom: 15px;
    /* min-height: 500px; */
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;

}
#otherMain
{
    background-image: url("/images/backgrounds/stripes.svg");
    /* background-image: url("/images/backgrounds/background.jpg"); */
    /* z-index: -10; */
    /*height: 20vh;
    min-height: 330px;*/
	padding-bottom: 15px;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;

}
.productLogo
{
    /* width: 12vw;
    height: 12vw; */
    width: 250px;
    height: 250px;
    border: 2px solid black;
    padding: 10px;
    border-radius: 30px;
    background-color: #525252;
}
#presentation h3
{
	
    /* margin-top: 0; */
}
.main > div
{
    color: gold;
    text-align: center;
    /* font-size: larger; */
    /* font-weight: 700; */
    font-size: 45px;
	/*text-shadow: 2px 2px 0 #bcbcbc, 4px 4px 0 #9c9c9c;*/
    /* cursor: var(--cursor2); /* pointer */ */
}
.main > div > h1, #presentation > h2
{
	text-shadow: 2px 2px 0 #3a3a3a, 4px 4px 0 #000;
	font-family: 'Toruk','Lato', sans-serif;
}
#aboutMyWorkContent
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#aboutMyWorkContent div
{
    width: calc(100% / 3 - 20px);
    min-width: 200px;
    padding: 10px;
}

#aboutMyWorkContent img
{
    max-width: 22%;
    min-width: 50px;
    height: 20%;
}

/* #aboutMyWorkContent:nth-child(2) > img, #aboutMyWorkContent:nth-child(2) > h3
{
    fill: red;
    color: red;
}
#aboutMyWorkContent > div:nth-child(2) > h3:nth-child(1) {
    fill: red;
    color: red;
}
#aboutMyWorkContent > div:nth-child(3) > h3:nth-child(1) {
    fill: green;
    color: green;
}#aboutMyWorkContent > div:nth-child(4) > h3:nth-child(1) {
    fill: purple;
    color: purple;
} */
/* #aboutMyWorkContent:nth-child(3) > img, #aboutMyWorkContent:nth-child(3) > h3
{
    fill: green;
    color: green;
}

#aboutMyWorkContent:nth-child(4) > img, #aboutMyWorkContent:nth-child(4) > h3
{
    fill: purple;
    color: purple;
} */


.main div h1 
{
    margin-bottom: 5px;
    /* color:white; */
    /* font-size: 25px; */
}
.main div span 
{
    color:white;
    font-size: 25px;
    text-shadow: 2px 2px 0 #000;
	
}
.main div button, .btn
{
    background-color: #525252;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: white;
}
.main div button:hover, .btn:hover
{
    background-color: #999999;
    color:gold;
}
.main a, .main a button
{
    cursor: var(--cursor2); /* pointer */
}
#logo
{
    display: inline-block;
    border: 2px solid black;
    border-radius: 55px;
    background-color: #525252;
    margin-left: 20px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
#logoV2
{
    display: inline-block;
    border: 2px solid black;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 55px 0;
    background-color: #525252;
    /* margin-left: 20px; */
    /* margin-top: 20px; */
    padding-left: 20px;
    padding-top: 20px;
    align-items: center;
    justify-content: center;

}
#logo img, #logoV2 img
{
    /* margin: 10px; */
    /* width: 150px; */
    /* height: 99px; */
    height: 7vh;
    min-height: 54px;
    padding: 10px 10px 5px 10px;

}

#flagMenu
{
    padding: 0 !important;
    display: grid !important;
    justify-content: center !important;
    align-content: bottom !important;

}
#flagMenu img
{
    height: calc(7vh + 16px) !important;
    vertical-align: bottom !important;
    width: 120px !important;

}

#menu
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    /* height: 114px; */
    height: calc(7vh + 16px);
    min-height: 70px;
    border: 2px solid black;
    border-radius: 55px;
    background-color: #525252;
    overflow: hidden;
	font-family: 'Toruk', 'Lato', sans-serif;
}
#menu a
{
    text-decoration: none;
    padding: 2px 20px;
    height: auto;
    display: grid;
    justify-content: center;
    align-content: center;
    /* line-height: 60px; */
    /* font-weight: 60px; */
    font-size: 25px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    /* line-height: 80px; */
    height: 70%;
    color: white;
    background-color: transparent;
}

#menu a:hover
{
    background-color: #999999;
    color:gold;
    height: 100%;
}
#menu a:first-child
{
    border-left:none;
}
#menu a:last-child
{
    border-right:none;
}

footer
{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: grid;
	margin-top: 20px;
    /*position: absolute;*/
    /* bottom: 0; */
    width: 100%;
    /* padding: 30px; */
    height: calc(3rem + 10px);
    background-color: transparent/*#222222*/;
    clear: both;
    font-size: 22px;
    color: white;
    font-family: 'Toruk';
}

.biggerFont
{
    font-size: 19px;
}

.content-section
{
    width: 80vw;
    padding: 20px;
    max-width: 1330px; /* 960px */
    color: white;
    background-color: #111111;
    text-align: center;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 20px;
    margin: 20px auto 0;
    clear: both;
    font-size: 19px;   
}
.content-justify
{
    text-align: justify !important;
}
.contentForm
{


}
.contentForm input[type=text], .contentForm input[type=email], .contentForm textarea
{
    width: 80%;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 8px;
}

.contentForm textarea
{
    height: 18vh;
}

.contentForm button, #characterTable button, select
{
    padding: 8px 13px;
    background-color: #525252;
    border-radius: 13px;
    color: white;
    margin-top: 6px;
    font-size: 15px;
    border: none;
}

.contentForm button:hover
{
    background-color: #999999;
    color: gold;
}

.content-min
{
    min-height: 60vh;
}

.QrCode
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#formContactState
{
    color: goldenrod;
    margin-bottom: 4px;
}
/* #region products*/
.productPresentation
{
  clear: both;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  text-align: start;
}

.smallProduct
{
  /* background-color: red; */
  /* width: calc(25% - 11px); */
  /* text-align: center; */
  /* float: left; */
  height: 200px;
  /* border: 2px solid black; */
  /* display: inline-block; */
  /* position: relative; */
  /* right: calc(-50% + 14px); */
}
.smallProduct img:hover
{
    transform: scale(1.15);
    border-color: black;
    background-color: #353535;
    color: #ececec;
    z-index: 9;
}
.smallProduct p
{
  display: none;
}


.bigProduct
{
  padding: 0 10px;
  width: calc(50% - 14px);
  /* float: left; */
  border: 2px solid black;
  /* display: inline-block; */
  height: 200px;
  min-width: 150px;
  overflow: hidden;
  border-radius: 40px;
  margin: 0 10px;
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.5));
  /* position: relative; */
}

.smallProduct img
{
  height: 100px;
  width: 100px;
  margin-top: 86px;
  padding: 5px 10px;
  border-radius: 20%;
  overflow: hidden;
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.5));
  /* text-align: left; */
}

.bigProduct img
{
  height: 140px; /* 150 */
  width: 140px; /* 150 */
  margin-right: 10px;
  float: left;
  margin-top: 25px;
}

.bigProduct p
{
  float: left;
  width: calc(100% - 150px);
  height: 200px;
  overflow: hidden;
}
.product-item:hover
{
    transform: scale(1.15);
    border-color: black;
    background-color: #353535;
    color: #ececec;
    z-index: 9;
}
.product-item
{
    padding: 20px 5px;
    width: calc(100% / 3 - 40px);
    min-width: 200px;
    background-color: #919191; /* 99c5ff */
    border: 4px solid gold;
    border-radius: 5px;
    color: black;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    display: grid;
    align-content: center;
}
.full-width
{
    width: calc(100% - 40px);
}
.product-item img
{
    width: calc(100% / 3 - 40px);
    min-width: 180px;
    min-height: 180px;
}
.flex-list
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;

}
.badges
{
    margin: auto;
    clear: both; 
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    flex-wrap: wrap;
}
/* #endregion */

.mobile-block
{
	display:none;
}

@media only screen and (max-width: 900px) { /* 750px */
	
    #characterTable td
    {
        display: table-row;
    }
    /* #region burger */
	.mobile-block
	{
		display: block;	
	}
#burgerCheck, .burger input
{
display: none;
}


.hamburger-lines {
display: block;
height: 26px;
width: 32px;
position: absolute;
top: 22px;
right: 20px;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-between;
}


.hamburger-lines .line {
display: block;
height: 4px;
width: 100%;
border-radius: 10px;
background: #2ca5eb;
}


.hamburger-lines .line1 {
transform-origin: 0% 0%;
transition: transform 0.4s ease-in-out;
}


.hamburger-lines .line2 {
transition: transform 0.2s ease-in-out;
}


.hamburger-lines .line3 {
transform-origin: 0% 100%;
transition: transform 0.4s ease-in-out;
}


#burgerCheck:checked ~ .hamburger-lines .line1 {
transform: rotate(45deg);
}


#burgerCheck:checked ~ .hamburger-lines .line2 {
transform: scaleY(0);
}


#burgerCheck:checked ~ .hamburger-lines .line3 {
transform: rotate(-45deg);
}


#main
{
width: auto;
}


#menu11 {
/* padding-top: 120px; */
position: fixed;
box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
height: 100vh;
width: calc(100% - 20px);
transform: translateX(150%);
/* display: flex; */
/* flex-direction: column; */
/* margin-left: -40px; */
/* padding-left: 50px; */
transition: transform 0.5s ease-in-out;
text-align: center;
/* display: none; */
}
#menu a {
 /* padding: 2px 20px; */
 height: 100%;
 max-height: 80px;
 color: gold;
 border: 0;
}

#menu {
 position: fixed;
 display: grid;
 text-align: center;
 width: 100vw;
 height: 100vh;
 /* background-color: #52525; */
 top: 0;
 transform: translateX(150%);
 margin: 0;
 border-radius: 0;
}
.navMove
{
display: block;
transform: translateX(0) !important;
transition: transform 0.75s ease-in-out;

}

/* #endregion */

.buttonMobile
{
    display: inline-block;
    width: calc(50% - 20px);
    /* height: 20px; */
    font-size: x-large;
    border-radius: 10px;
    border: none;
    background-color: #2b7eff;
    color: white;
}

.buttonMobile:hover
{
    background-color: #2ca5eb;
}

.productPresentation
{
    height: auto;
}

.smallProduct
{
    display: none;
}

.bigProduct
{
    width: 100%;
    height: auto;
    overflow: initial;
    text-align: center;
    padding: 16px;
    margin-top: 15px;
}

.bigProduct span, .bigProduct a
{
    text-align: center !important;
}

.bigProduct img, .bigProduct p
{
    float: none;
    clear: both;
    margin: 0;
}

.bigProduct img
{
    /* text-align: center;
    margin: auto; */
}
.bigProduct p
{
    height: auto;
    width: auto;
}
.content-wrap
{
    padding: 0 10px;
}
.badges
{
    display: none;
}
.searchInput
{
    display: none;
}
#menu .searchInput
{
	display: block;
	width: 80%;
	text-align: center;
}
/*#menu{
    display:  none;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    min-height: 70px;
    border: 2px solid black;
    border-radius: 55px;
    background-color: #525252;
    overflow: hidden;

}*/
.main
{
	
/*min-height: 515px;*/
text-align:center;

}
.main div
{
font-size: 30px;
}
#logo
{
margin: 20px auto 0;
text-align:center;

}
#logo img
{
height: 80px;
}

}

#form_body
{
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
}
#form_login
{
    margin: auto;
    text-align: center;
    background-color: slategray;
    width: 35vw;
    min-width: 350px;
    padding-bottom: 16px;
    border: 2px solid lightblue;
    border-radius: 10px;
}
#form_login table
{
    margin: 3vh auto;
}
#form_login input[type=submit], #form_login button
{
    margin-top: 10px;
    width: 200px;
    border-radius: 5px;
    border: none;
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 18px;
}
#form_login img
{
    max-width: 450px;
    width: 14vw;
    min-width: 200px;
}
#admin-cms
{
    height: 100px;
    margin: 0;
    padding: 0;
    background-color: darkblue;
}
#admin-cms h1
{
    height: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    /* margin: auto; */
    /* display: flex;
    flex-direction: row; */
}
#admin-cms button
{
    /* float: right; */
    width: 100px;
    height: 100px;
    position: absolute;
    top:0;
    right: 0;
}

#index-edit
{
    width: 75vh;
    /* margin: auto; */
    margin-top: 80px;
    margin-left: 20vh;
    border: 5px solid black;
    border-radius: 20px;
    /* margin-right: calc(5vh / 2); */
    background-color: white;
    height: 100%;
    min-height: calc(100vh - 100px - 80px - 100px);
    padding: 20px;   
}

#nav-edit
{
    position: absolute;
    right: 0;
    top: 100px;
    /* min-width: 200px; */
    width: 20vw;
    background-color: white;
    border-left: 2px solid black;
    height: calc(100vh - 100px);
}
#nav-edit table
{
    margin: auto;
    text-align: center;
}
#WordPressImg2
{
    width: 80%;
    min-width: 250px;
}
.publicationHaiku
{
	padding: 10px 10px;
    border: 2px solid white;
    width: min(60vw, 300px);
    margin: auto;
	margin-bottom: 15px;
    border-radius: 25px;
    color: black;
    background-color: #ededa0;
    font-family: 'Toruk','Lato', sans-serif;
}
#topReturn
{
    display: block;
    position: fixed;
    bottom: 20px;
    transform: rotate(-90deg);
    width: 35px;
    height: 35px;
    text-align: center;
    right: 20px;
    border: 3px solid gray;
    background-color: #444444;
    color: white;
    border-radius: 11px;
    font-size: 20px;
}
.consent-mode
{
    display: grid;
    justify-content: center;
    align-content: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}
.consent-mode-btn-change
{
    position: fixed;
    bottom: 20px;
    left: 2%;
    width: fit-content;
    background-color: #11111183;
    padding: 0px 12px 0;
    border-radius: 20px;
    white-space: nowrap;
    overflow: hidden;
    max-height: 100px;
    max-width: 400px;
}
.consent-mode-btn
{

}