﻿.Selectable {
  -webkit-touch-callout: initial;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.UnSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.HorizontalScrolling {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
@keyframes FadeIn {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeInLeft {
  from {
    opacity: 0.1;
    -webkit-transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes FadeInTop {
  from {
    opacity: 0.1;
    -webkit-transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes AppearHeight {
  from {
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.TransitionFaster {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.TransitionFast {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.TransitionMedium {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.TransitionSlow {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
:root {
  --redColor: #A41733;
  --whiteColor: #f5f5f5;
  --yellowColor: #ffd600;
  --orangeColor: #d55a29;
  --blackColor: #231f20;
  --grayColor: #cacbcc;
  --lightGray: #d5d6d6;
  --mediumGray: #a69981;
  --blueColor: #43b6ee;
  --shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
}










/*Montserrat-Black */
@font-face {
	font-family: 'GEFLOWBLACK';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-Bold */
@font-face {
	font-family: 'GEFlowBold';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-ExtraBold */
@font-face {
	font-family: 'GEFlowExtraBold';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-Light */
@font-face {
	font-family: 'GEFlowLight';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-Medium */
@font-face {
	font-family: 'GEFlowMedium';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-Regular */
@font-face {
	font-family: 'GE-Flow-Regular';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-SemiBold */
@font-face {
	font-family: 'GEFlowSemibold';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Bellarina';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}




/*Montserrat-Black */
@font-face {
	font-family: 'MontserratBlack';
	src: url('/AR/assets/fonts/Montserrat-Black.ttf');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-Bold */
@font-face {
	font-family: 'MontserratBold';
	src: url('/AR/assets/fonts/Montserrat-Bold.ttf');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-ExtraBold */
@font-face {
	font-family: 'MontserratExtraBold';
	src: url('/AR/assets/fonts/Montserrat-ExtraBold.ttf');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-Light */
@font-face {
	font-family: 'MontserratLight';
	src: url('/AR/assets/fonts/Montserrat-Light.ttf');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-Medium */
@font-face {
	font-family: 'MontserratMedium';
	src: url('/AR/assets/fonts/Montserrat-Medium.ttf');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-Regular */
@font-face {
	font-family: 'MontserratRegular';
	src: url('/AR/assets/fonts/Montserrat-Regular.ttf');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-SemiBold */
@font-face {
	font-family: 'MontserratSemiBold';
	src: url('/AR/assets/fonts/Montserrat-SemiBold.ttf');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Bellarina';
	src: url('/AR/assets/fonts/Bellarina.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



/*Montserrat-Black */
@font-face {
	font-family: 'GEFLOWBLACK';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-Bold */
@font-face {
	font-family: 'GEFlowBold';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-ExtraBold */
@font-face {
	font-family: 'GEFlowExtraBold';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
/*Montserrat-Light */
@font-face {
	font-family: 'GEFlowLight';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-Medium */
@font-face {
	font-family: 'GEFlowMedium';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-Regular */
@font-face {
	font-family: 'GE-Flow-Regular';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
/*Montserrat-SemiBold */
@font-face {
	font-family: 'GEFlowSemibold';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Bellarina';
	src: url('/AR/assets/fonts/GE Flow Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}




.ColorItem {
  max-width: 150px;
  /*margin-bottom: 20px;*/
  /*box-shadow: var(--shadow);*/
  position: relative;
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.ColorItem-content {
  padding: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ColorItem-content h4 {
  margin: 0;
  font-weight: 800;
  font-family: "MontserratBold";
  transition: all 0.5s ease-in-out;
}
.ColorItem-content span {
  font-size: 0.7rem;
  display: block;
  font-family: "MontserratBold";
  transition: all 0.5s ease-in-out;
  color: #626366;
}
.ColorItem-content span:last-child {
  font-family: "MontserratMedium";
}
.ColorItem-image {
  /*height: 50px;*/
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.ColorItem:hover {
  /*.colors-item-image {
            height: 100%;
        }*/
}
.ColorItem:hover .colors-item-content {
  /* color: var(--whiteColor);
            mix-blend-mode: difference;*/
}
.ColorItem:hover .colors-item-content h4 {
  font-size: 1rem;
}
.ColorItem:hover .colors-item-content span {
  /*font-size: .7em;*/
}
.ButtonTheme a {
  /*font-size: 1.6em;
		border: 3px solid var(--redColor);
		color: var(--redColor);
		padding: 3px 15px 6px 15px;
		border-radius: 30px;
		font-weight: 700;
		font-family: "Montserratlight";

		&:hover {
			background-color: var(--redColor);
			color: var(--whiteColor);
		}*/
  /*position: relative;
		display: flex;
		justify-content: center;
		max-width: 150px;
		width: 100%;
		padding: 5px 10px;
		font-size: 1.2rem;
		border: 2px solid var(--redColor);
		color: var(--redColor);
		border-radius: 20px;
		font-weight: 700;
		font-family: "Montserratlight";
		transition: color .3s ease-in-out;
		margin: 0 auto;*/
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  max-width: 150px;
  outline: none;
}
.ButtonTheme a span {
  color: var(--redColor);
  border: 1px solid var(--redColor);
  transition: 0.2s;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  contain: paint;
}
.ButtonTheme a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: var(--redColor);
  transition: height 0.3s ease-out;
  border-radius: 10px;
}
.ButtonTheme a:hover span {
  color: var(--whiteColor);
}
.ButtonTheme a:hover::before {
  height: 100%;
}
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.NavigationLink,
.NavigationLink:visited,
.NavigationLink:focus,
.NavigationLink:active,
.NavigationLink:hover {
  display: block;
  color: var(--blackColor);
  padding: 5px 10px;
  position: relative;
  border-radius: 10px 0 0 0;
  transition: background-color 300ms, color 400ms;
}
.NavigationLink:hover,
.NavigationLink:visited:hover,
.NavigationLink:focus:hover,
.NavigationLink:active:hover,
.NavigationLink:hover:hover {
  background-color: var(--redColor);
  color: var(--whiteColor);
}
.NavigationLink._active,
.NavigationLink:visited._active,
.NavigationLink:focus._active,
.NavigationLink:active._active,
.NavigationLink:hover._active {
  background-color: var(--redColor);
  color: var(--whiteColor);
  cursor: default !important;
}
.NavigationLink._active::after,
.NavigationLink:visited._active::after,
.NavigationLink:focus._active::after,
.NavigationLink:active._active::after,
.NavigationLink:hover._active::after {
  content: '';
  margin-top: 1px;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: var(--redColor);
  position: absolute;
  top: 100%;
}
body main section .info-title {
  text-align: center;
  position: relative;
  color: var(--blackColor);
  width: fit-content;
  margin: 50px auto;
}
body main section .info-title::after {
  content: '';
  width: 35%;
  height: 4px;
  background-color: var(--redColor);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
	body main section .info-title > span {
		font-size: 1.6em;
		font-family: "GEFlowBold";
		text-transform: uppercase;
	}
body main section .info-description {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: baseline;
	justify-content: left;
	margin: 0 auto;
	width: fit-content;
	text-align: center;
	font-family: "MontserratMedium";
}
body main section .info-description sub {
  position: relative;
  top: -10px;
}
body main section .info-description .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  box-shadow: 1px 1px 1px black;
}
body main section .room {
  position: relative;
  width: 92%;
  margin: 0 auto;
  margin-top: 30px;
}
body main section .room svg .--room {
  fill: white;
  cursor: pointer;
}
body main section .room svg .--room-bottom {
  fill: transparent;
  cursor: auto;
}
body main section .room span {
  position: absolute;
  font-size: 1rem;
  color: white;
  display: flex;
  width: fit-content;
  align-items: center;
  flex-direction: column;
}
body main section .room span span {
  position: relative;
  font-size: 0.8em;
}
body main section .room span.colortop {
  left: 45%;
  top: 10%;
}
body main section .room span.colorleft {
  top: 50%;
  left: 7%;
  transform: rotateY(45deg);
}
body main section .room span.colorright {
  top: 50%;
  right: 10%;
  transform: rotateY(45deg);
}
body main section .room span.colorback {
  top: 50%;
  left: 45%;
}
body main .popup {
  position: absolute;
  width: min(680px, 80%);
  height: 500px;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  left: 10%;
  top: 20%;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: 20;
}
body main .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
}
body main .popup-close button {
  color: var(--blackColor);
  background-color: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1rem;
}
body main .popup-color {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-inline: 10px;
}
	body main .popup-color button {
		width: 150px;
		height: 100px;
		border-radius: 0px;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		color: white;
		justify-content: end;
		padding: 6px;
		text-align: left;
		font-family: "MontserratMedium";
	}
body main .popup-color button h4 {
  font-size: 0.8rem;
  pointer-events: none;
  line-height: 3rem;
}
body main .popup-color button span {
  font-size: 0.6rem;
  pointer-events: none;
}
@media only screen and (min-width: 800px) {
  body main section .room {
    width: 80%;
  }
}
@media only screen and (min-width: 1100px) {
  body main {
    /*.popup {
                width: 680px;
                height: 500px;
            }*/
  }
  body main section .room {
    width: 70%;
  }
}
html[lang="ar"] body main section .info-description {
  direction: ltr;
}