@charset "utf-8";

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}




/* -------------------------- FOTKAJ.ME 2024 CSS---------------------------------- */

/*------- ROOT STANDARDS-------*/


	
:root {

/*STANDARD COLOR - GOLD*/
--CLR-GoldLight: #b6924c;
--CLR-GoldDark: #69542c;
	
/*STANDARD COLOR - BLUE*/
--CLR-BlueLight: #3b536a;
--CLR-BlueDark: #071c2f;

/*STANDARD COLOR - VIOLET*/
--CLR-VioletLight: #6e4369;
--CLR-VioletDark: #2a0c28;

/*STANDARD COLOR - GREEN*/
--CLR-GreenLight: #4f6648;
--CLR-GreenDark: #16250f;

/*STANDARD COLOR - GRAY*/
--CLR-GrayLight: #505050;
--CLR-GrayDark: #151515;



}


/*-----------RESET GLOBAL SECTION-------------*/




*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

html{
	font-size: 62.5%;
	background-color: #000000;	
	scroll-behavior: smooth;
	
}

img{
	width: 100%;
	display: block;
}
a {
	color: var(--CLR-GoldLight);
	text-decoration: none;
}

a:link {color: var(--CLR-GoldLight);}
a:focus {color: var(--CLR-GoldLight);}

a:hover{
	color: var(--CLR-GoldLight);
	text-decoration: none;
	transform: scale(1.01);
	filter: saturate(150%) brightness(120%);
}

input:focus, textarea:focus {
	outline: double thick var(--CLR-GoldLight)!important;
}


hr {
	height: 1px;
	background-color: var(--CLR-GoldLight);
	border-style: none;
}

body {
	background-size: auto auto;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-attachment: scroll;
	position: relative;
	background-clip: border-box;
	z-index: 0;
	opacity: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #1F1F1F;
	
}
section {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
p {
	color: var(--CLR-GoldLight);
	font-family: "Roboto";
	font-weight: normal;
	font-size: 1.6rem;
	text-decoration: none;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	word-spacing: 0.1rem;
	letter-spacing: 0.02rem;
}
h1 {
	font-family: Roboto;
	font-size: 6.4rem;
	font-weight: bold;
	color: var(--CLR-GoldLight);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1.5rem;
	text-align: left;
	letter-spacing: -0.1rem;
}
h2 {
	font-family: "Roboto";
	font-weight: bold;
	font-size: 4rem;
	color: var(--CLR-GoldLight);
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: "Roboto";
	font-weight: bold;
	font-size: 2.5rem;
	color: var(--CLR-GoldLight);
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: normal;
}
.ButtonElipse {
	font-family: "Roboto";
	width: auto;
	border-radius: 69px;
	border: 0.2rem solid;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 0px;
	display: inline-flex;
	padding-right: 23px;
	padding-left: 23px;
	justify-content: center;
	align-items: center;
	margin-inline: 5rem;
	padding-top: 22px;
	padding-bottom: 22px;
	letter-spacing: 1px;
	margin-left: 1rem;
	margin-right: 1rem;
}

.ButtonElipse:hover {
	background-color: #00000022;
}


.PagesButton{
	font-family: "Roboto";
	font-size: 2rem;
	border: thin solid #88631E;
	padding-top: 0.8rem;
	padding-right: 2.5rem;
	padding-bottom: 0.8rem;
	border-radius: 0.2rem;
	margin-top: 5px;
	margin-bottom: 6px;
	padding-left: 2.5rem;
	height: auto;
	display: inline-block;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
}

.pagesNav {
	padding: 2rem;
	width: 100%;
	z-index: 500;
}
.pages {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	text-align: center;
}


header {
	width: 100%;
	height: 150px;
	display: block;
	position: fixed;
	z-index: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	border-width: 1px;	
}

/*<--Section for mini galleries -->*/






.halfDivider {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5%;
	
}
.TextPadder {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 10px;
	padding-top: 10px;
}
#LogoWSC_X {
	width: 35%;
}


.halfSection{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
.halfSection h1{
	text-align: center !important;	
}








.BlankME {
	height: 150px;
	opacity: 1;
}
#ControlNAV {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 450px;
	height: auto;
	position: static;
	z-index: 200;
	padding-right: 450px;
	
}
.ChangeColor_Mobile {
	display: none;
}
#MainNav {
	width: 100%;
	height: 40px;
	margin-bottom: -40px;
	justify-content: space-between;
	gap: 10px;
	display: flex;
	margin-top: -39px;
	position: relative;
}

#FastINFO {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 604px;
	height: 115px;
	display: none;
	z-index: 1000;
}
#ControlNAV nav a {
	font-family: "Roboto";
	font-weight: bold;
	text-decoration: none;
	display: flex;
	font-size: 16px;
	color: var(--CLR-GoldLight);
	align-items: center;
	justify-content: center;
	width: auto;
	margin-right: auto;
	z-index: 501;
	height: 39px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
}
#ControlNAV nav a:hover{
	transform: scale(1.09);
	filter: saturate(150%) brightness(120%);
	transition: 80ms;	
}
.navLINK-ON {
	border-bottom: 4px solid var(--CLR-GoldLight);	
}

#ControlNAV nav p {
	display: none;
	text-align: center;
	font-size: medium;
}

#ControlHeader {
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	backdrop-filter: blur(50px)!important;
	-webkit-backdrop-filter: blur(50px);
	border-bottom: thin solid var(--CLR-GoldLight);
}



#Hdrleft {
	width: 30%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	position: relative;
}
#FastInfoDesktop {
	
}

#FastInfoDesktop a {
	font-family: "Roboto";
	color: var(--CLR-GoldLight);
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 5px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	width: 49%;
	display: block;
}
.F1::before{
	content: "";
	position: absolute;
	left: 0px;
	width: 22px;
	height: 22px;
	margin-right: 72px;
	display: block;
	margin-top: 0px;
	background-image: url(images/Icon_MAIL_500px.png);
	background-clip: content-box;
	background-position: 0% 0%;
	background-size: contain;
	background-repeat: no-repeat;
}

.F2::before{
	content: "";
	position: absolute;
	left: 0px;
	width: 22px;
	height: 22px;
	margin-right: 72px;
	display: block;
	margin-top: 0px;
	background-image: url(images/Icon_PHONE_500px.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#icon-FastInfo   {
	display: none;
}

#HdrMiddle {
	width: 40%;
	display: flex;
	align-items: center;
	height: 120px;
}
#HdrMiddle img {
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	position: static;
	margin-top: -3px;
}

#HdrRight {
	width: 30%;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	display: flex;
	margin-left: auto;
	margin-right: 0px;
	height: auto;
}
#Icon-Menu {
	display: block;
	visibility: hidden;
	width: 25%;
	z-index: 1000;
}
#ChangeCLR {
	width: 100%;
	height: 103px;
	margin-right: 15px;
	margin-top: 8px;
}
#ChangeCLR a {
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px -1px #000000;
	box-shadow: 0px 1px 3px -1px #000000;
	border: thin solid #00000033;
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: right;
	margin-right: 4px;
	margin-left: 4px;
}
#ChangeCLR a:hover{
	-webkit-box-shadow: 0px 0px 0px 1px #C19536;
	box-shadow: 0px 0px 0px 1px #C19536;
	filter: saturate(150%) brightness(130%);

}
.BlackBack {
	background-color: #000000;
	background-image: -webkit-linear-gradient(270deg,rgba(62,62,62,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(62,62,62,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(62,62,62,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(62,62,62,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
}


.VioletBack {
	background-image: -webkit-linear-gradient(270deg,rgba(165,29,203,1.00) 0%,rgba(96,13,132,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(165,29,203,1.00) 0%,rgba(96,13,132,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(165,29,203,1.00) 0%,rgba(96,13,132,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(165,29,203,1.00) 0%,rgba(96,13,132,1.00) 100%);
}
.NeutralBack {
	background-color: #5C5C5C;
	background-image: -webkit-linear-gradient(270deg,rgba(148,148,148,1.00) 0%,rgba(78,78,78,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(148,148,148,1.00) 0%,rgba(78,78,78,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(148,148,148,1.00) 0%,rgba(78,78,78,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(148,148,148,1.00) 0%,rgba(78,78,78,1.00) 100%);
}
.GreenBack {
	background-image: -webkit-linear-gradient(270deg,rgba(73,131,4,1.00) 0%,rgba(3,86,79,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(73,131,4,1.00) 0%,rgba(3,86,79,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(73,131,4,1.00) 0%,rgba(3,86,79,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(73,131,4,1.00) 0%,rgba(3,86,79,1.00) 100%);
}
.BlueBack {
	background-color: #0B3CA0;
	background-image: -webkit-linear-gradient(270deg,rgba(40,101,196,1.00) 0%,rgba(19,29,136,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,101,196,1.00) 0%,rgba(19,29,136,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,101,196,1.00) 0%,rgba(19,29,136,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,101,196,1.00) 0%,rgba(19,29,136,1.00) 100%);	
}
.WhiteBack {
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(228,228,228,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(228,228,228,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(228,228,228,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(228,228,228,1.00) 100%);
}

.RedBack {
	background-image: -webkit-linear-gradient(270deg,rgba(179,56,27,1.00) 0%,rgba(96,27,10,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(179,56,27,1.00) 0%,rgba(96,27,10,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(179,56,27,1.00) 0%,rgba(96,27,10,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(179,56,27,1.00) 0%,rgba(96,27,10,1.00) 99.48%);
}







/*-----------STANDARD CSS-------------*/


.container {
	width: 1600px;
	/* [disabled]background-color: #FFFFFF22; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
}


#Animator {
	width: 100%;
	aspect-ratio: 16 / 8;
	background-image: url("images/Animator_1.jpg");
	background-size: cover;
	background-color: #3B3B3B;
	object-fit: contain;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	display: block;
	animation-name: HeroAnimator;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	background-repeat: no-repeat;
}

@keyframes HeroAnimator{
	20%{background-image: url("images/Animator_1.jpg");}
	40%{background-image: url("images/Animator_2.jpg");}
	60%{background-image: url("images/Animator_3.jpg");}
	80%{background-image: url("images/Animator_4.jpg");}
	
}

#Animator img {
	
	
}
main {
	width: 100%;
	display: block;
}
#Home  {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 20px;
	margin-top: 0px;
	padding-top: 50px;
}

.MainHome h1, .MainHome p {
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;

}

#Home img  {
	background-color: #D0AAAB;
	width: 100%;
	object-fit: cover;
	height: 430px;
	border-radius: 16px;
}

#Home div {
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: right;
}
#Home .startColorSheme {
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: auto;
	display: block;
	margin-right: auto;
}
#Home .startColorSheme div {
	display: grid;
	grid-template-columns: 10% 90%;
	grid-column-gap: 10px;
	background-color: #FFFFFF22;
	background-image: none;
	width: 77%;
	height: 63px;
	margin-bottom: 0px;
	margin-top: 4px;
	padding-top: 10.5px;
	padding-right: 10.5px;
	padding-bottom: 10.5px;
	padding-left: 10.5px;
	border-radius: 51px;
	margin-left: auto;
	cursor: pointer;
	transition: 200ms;
	-webkit-box-shadow: 0px 2px 14px #00000033;
	box-shadow: 0px 2px 14px #00000033;
	margin-right: auto;
}

#Home .startColorSheme div:hover{
	filter: saturate(150%);
	transform: translatex(15px);
	transition: 200ms;
}

#Home .startColorSheme a {
	display: block;
	border-radius: 44px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 42px;
	aspect-ratio: 1/1;

}
#Home .startColorSheme a:hover {
	transform: scale(1.07);
		
}

#Home .startColorSheme h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5px;
	text-align: left;
	margin-left: 22px;
	font-weight: bold;
	font-size: 2.6rem;
	letter-spacing: 0.15rem;
}



.Presenter {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	grid-column-gap: 50px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.PresenterImage {
	display: flex;
	width: 100%;
	aspect-ratio: 16/9;
}
.PresenterImage img {
	object-fit: cover;
}











.GallerySTD {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	width: 100%;
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
	margin-top: 30px;
	
}
.GallerySTD> img {
	aspect-ratio: 1/1;
	object-fit: cover;
	background-color: #00000022;
	cursor: pointer;
	border-radius: 1px;
}

.GallerySTD img:hover{
	transform: scale(1.02);
	border: thin solid #C49B41;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
}

.ReviewSection {
	display: grid;
	grid-column-gap: 0.8rem;
	grid-row-gap: 0.8rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 0;
	margin: 0;
	width: 100%;
}


.ReviewDIV  {
	width: 100%;
	background-color: #FFFFFF22;
	-webkit-box-shadow: 0px 6px 10px #00000055;
	box-shadow: 0px 6px 10px #00000055;
	padding-left: 0px;
	border-radius: 5px;
	display: flex;
}
.ReviewImage  {
	display: grid;
	justify-content: center;
	width: 25%;
	aspect-ratio: 1/1;
	margin-top: 0px;
	height: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
.ReviewImage img {
	border-radius: 80px;
	aspect-ratio: 1/1;
	width: 100%;
	-webkit-box-shadow: 0px 4px 14px #00000044;
	box-shadow: 0px 4px 14px #00000044;
	border: 1.8px solid #E5AF4A88;
	}

.ReviewText {
	width: 75%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: auto;
	text-align: justify;
	padding-left: 5px;
}
.ReviewText p {
	font-size: 1.2rem;
	line-height: 13px;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}


footer {
	background-color: #00000022;
	position: static;
	height: auto;
	width: 100%;
	border-top: thin solid var(--CLR-GoldLight);
}
#ControlFooter {
	width: 1600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-decoration: none;
	border-top-width: thin;
}

#ControlFooter a {
	font-family: "Roboto";
	color: var(--CLR-GoldLight);
	font-weight: 300;
	font-size: 2rem;
	margin-top: 1px;
	line-height: 28px;
	margin-bottom: 5px;
}
#ControlFooter a:hover {
	text-decoration: none;
}

#ControlFooter div {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}




#Ftrleft {
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 23px;
	margin-top: 0px;
	text-align: center;
}
#Ftrleft p {
	text-align: left;
}

#Ftrleft img {
	width: 50%;
	margin-bottom: 17px;
}
#FtrMiddle {
	width: 40%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#FtrMiddle img {
	width: 40%;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
}

#FtrRight {
	width: 30%;
	height: 100%;
	text-align: right;
	display: flex;
	flex-direction: column;
}
#FtrRight img {
	width: 175px;
}
.SectionUnit {
	width: 100%;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
}
.Icone {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	-webkit-box-shadow: 0px 5px 16px -4px #00000088;
	box-shadow: 0px 5px 16px -4px #00000088;
	display: grid;
	align-content: flex-start;
	flex-direction: column;
	justify-content: center;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	border-radius: 10px;
	background-color: #FFFFFF22;
	margin-bottom: 0px;
	height: auto;
}
.Icone a {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.Icone h2{
	font-size: 2.7rem;
	text-align: center;
	margin-bottom: 10px;
}
.Icone p {
	text-align: center;
	background-color: #BC27C0;
}

.darkSection {
	background-color: #00000022;
		
}
.lightSection   {
	background-color: #FFFFFF22;
}
#extender {
	background-color: #F11418;
	width: 100%;
	height: 52px;
}

#SendMeMail {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 2%;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#SendMeMail input, #SendMeMail textarea {
	border: thin solid var(--CLR-GoldLight)!important;
}
#SendMeMail div:nth-of-type(1) {


}
#SendMeMail div:nth-of-type(2) {
	margin-top: 5px;

}

#SendMeMail label {
	font-family: "Roboto";
	color: var(--CLR-GoldLight);
	font-size: 3rem;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: -5px;
	padding-bottom: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 0px;
}
#SendMeMail div:nth-of-type(1) input  {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 0px;
	height: 45px;
	border-width: thin;
	border-radius: 5px;
	background-color: #FFFFFF22;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	font-size: 2rem;
	color: var(--CLR-GoldLight);
}

#SendMeMail textarea {
	background-color: #FFFFFF22;
	width: 100%;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	resize: vertical;
	height: 214px;
	font-size: 2rem;
	border-radius: 5px;
	margin-top: 0px;
	color: var(--CLR-GoldLight);
	margin-bottom: 8px;
}





















/*-------------------LAPTOPS ETC----1600px-------------*/

@media (max-width:1600px){

	.container {
	width: 100%;
}
header {
	width: 100%;
	height: 115px;
}
#ControlNAV {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	padding-left: 250px;
	padding-right: 250px;
}
#ControlHeader {
	width: 100%;
}
#ControlFooter {
	width: 100%;
}
.BlankME {
	height: 115px;
}
#HdrMiddle img {
	width: 55%;
	margin-top: -33px;
}

.GallerySTD{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#AbsolutNavCLR {
	display: none;
}

	
	
}




/*-------------------TABLETS ETC----1300px-------------*/


@media (max-width:1300px){
#HdrMiddle img {
	width: 66%;
	margin-top: -35px;
}
.GallerySTD {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#Home .startColorSheme div {
	width: 100%;
}
#FastInfoDesktop a {
	width: 64%;
}
#ControlNAV {
	padding-left: 100px;
	padding-right: 100px;
}
.ReviewSection {
	grid-template-columns: 1fr 1fr 1fr;
}
#AbsolutNavCLR {
	display: none;
}
	

	
	
	
.SectionUnit {
	grid-template-columns: 1fr 1fr; 
}
#SendMeMail {
	width: 100%;
}
.Icone h2 {
	font-size: 3.7rem;
	margin-bottom: 10px;
}
.Icone a {
	width: 40%;
}






	
}









/*-------------------MOBILE VERSION-----------------*/

@media (max-width:1000px){
.container {
	width: 100%;
}

.halfSection {
	width: 100%;
}
	
	
p {
	font-size: 2.6rem;
	line-height: 40px;
	text-align: left;
}
h1 {
	font-size: 7rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
	text-align: center;
}
h2 {
	font-size: 5.5rem;
	text-align: left;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
h3 {
	font-size: 3.5rem;
}
.ButtonElipse {
	font-size: 3rem;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 0px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}


	

#ControlHeader {
	width: 100%;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	height: 130px;
	z-index: 500;
	border-bottom: thin solid var(--CLR-GoldLight);
}
.BlankME {
	height: 130px;
}
header {
	z-index: 500;
}

#Hdrleft {
	width: 18%;
}
#FastInfoDesktop {
	display: none;
}

#Hdrleft a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}
#Hdrleft a img {
	width: 25%;
	opacity: 1;
}



#HdrMiddle {
	width: 64%;
}
#HdrMiddle img {
	width: 90%;
	margin-top: 12px;
}


#HdrRight {
	width: 18%;
	margin: 0px;
	padding-top: 0px;
}
#ChangeCLR  {
	display: none;
}
#Icon-Menu {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
}
#Icon-Menu a  {
	width: 100%;
	opacity: 1;
	height: 100%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
		
}
#Icon-Menu a img {
	width: 48%;
}




#FastINFO {
	display: none;
	justify-content: space-around;
	position: fixed;
	margin-top: 0px;
	width: 100%;
	height: 183px;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	background-color: #00000088;
	border-bottom: thin solid var(--CLR-GoldLight);
	transition: 500ms;
}
.activateFastInfo {
	display: flex!important;
	transition: 2000ms;
}

#FastINFO a {
	height: 160px;
	width: 160px;
	display: flex;
	margin-top: 14px;
	flex-direction: column;
	opacity: 1;
	text-decoration: none;
	justify-content: flex-end;
		
}
#FastPhone img {
	width: 52%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#FastSms img {
	margin-top: 0px;
	padding-top: 12px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 1/1;
	padding-bottom: 11px;

}
#FastEmail img {
	padding-top: 4px;
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#FastINFO p {
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 9px;
	color: var(--CLR-GoldLight);
}





#ControlNAV {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-right: 0px;
	margin-top: -2px;
	padding-top: 20px;
	border: thin solid var(--CLR-GoldLight);
	backdrop-filter: blur(50px)!important;
	-webkit-backdrop-filter: blur(50px);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: 50ms;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.activateNav {
	display: flex!important;
	transition: 20ms;
	padding-bottom: 0px;
}
#MainNav  {
	right: auto;
	left: auto;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 34px;
	border-bottom-style: none;
	height: auto;
	padding-bottom: 0px;
	flex-direction: column;
	margin-bottom: 0px;
	display: flex;
	}
#AbsolutNavCLR {
	background-color: #00000077;
	display: block;
	position: absolute;
	width: 100%;
	height: 98%;
	bottom: 0px;
	z-index: -1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ChangeColor_Mobile {
	width: 90%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	margin-top: 0px;
	padding-bottom: 30px;
}
#ControlNAV nav a {
	font-size: 4rem;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 80px;
	display: flex;
	width: 70%;
}
#ControlNAV .ChangeColor_Mobile a {
	margin-left: 5px;
	margin-right: 5px;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	display: block;
	background-color: #FFFFFF;
}
#ControlNAV .ChangeColor_Mobile a:hover {
	border-radius: 5px;
}

#ControlNAV nav p  {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	border-top: thin dotted #BC8935;
	padding-top: 30px;
	font-size: 3rem;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
footer {
	display: block;
	width: auto;
	height: auto;
}
#ControlFooter {
	width: auto;
	display: flex;
	flex-direction: column-reverse;
	border-top: thin solid var(--CLR-GoldLight);
}
#ControlFooter a {
	font-size: 4rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Ftrleft {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 10px;
}
#Ftrleft p {
	text-align: center;
}

#Ftrleft img {
	width: 80%;
	margin-bottom: 50px;
	margin-top: 50px;
}
	
#FtrMiddle {
	width: 100%;
	height: auto;
	text-align: center;
	}
#FtrMiddle p {
	text-align: center;
}

#FtrMiddle a {
	margin-top: 40px;
	margin-bottom: 40px;
}

#FtrRight {
	width: 100%;
	height: auto;
	text-align: center;
}
#FtrRight a {
	margin-top: 30px;
	margin-bottom: 30px;
}

main {
	border-style: none;
}
#SectionUnit {
	grid-template-columns: 1fr;
	grid-row-gap: 30px;
}

.Icone h2{
	font-size: 4.5rem;
	margin-bottom: 0px;
	margin-top: 20px;
	}
.Icone a {
	font-size: 3rem;
	width: 45%;
}

	
	
.Presenter {
	grid-template-columns: 1fr;
}
	
.ReviewImage img {
	width: 100%;
	background-color: transparent;
}
.ReviewSection {
	grid-template-columns: 1fr;
	grid-row-gap: 40px;
	
	}

.ReviewImage {
	width: 21%;
}
.ReviewDIV {
	width: 100%;
	display: flex;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
}

.ReviewText {
	width: 80%;
	padding-inline: 20px;
	padding-block:8px;
}
.ReviewText p {
	font-size: 2.8rem;
	line-height: 42px;
	text-align: justify;
}
.GallerySTD {
	grid-template-columns: 1fr 1fr 1fr;
}
#Home {
	width: 100%;
	padding-left: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 100px;
	grid-template-columns: 1fr;
	text-align: center;
}
#Home div {
	text-align: center;
}


	
.MainHome h1, .MainHome p{
	text-align: center;	
	} 
#Home .startColorSheme {
	width: 80%;
}
#Home .startColorSheme div {
	width: 100%;
	height: 100px;
	margin-top: 4px;
	margin-bottom: 12px;
}
#Home .startColorSheme div a {
	width: 78px;
}
#Home .startColorSheme div h3 {
	font-size: 3rem;
	margin-top: 0px;
	display: flex;
	height: 100%;
	width: 90%;
	justify-content: center;
}
.PresenterImage {
	height: auto;
}
.halfDivider {
	grid-template-columns: 1fr;
	grid-gap: 5%;
}
	
#SendMeMail {
	width: 100%;
	grid-template-columns: 1fr;
}
#SendMeMail div:nth-of-type(1) input {
	height: 100px;
	font-size: 4rem;
	padding-left: 20px;
	letter-spacing: 0.1rem;
}
#SendMeMail textarea {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 4rem;
	letter-spacing: 0.2rem;
	height: 450px;
}
.TextPadder {
	background-color: #FFFFFF11;
	padding-bottom: 4rem;
	padding-top: 2rem;
}






}
