.dev_main {
	display: flex;
}
.dev_body {
	display: flex;
	width: 100%;
	height: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mini_body {
	display: flex;
	background: url('/pics/minisite2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100dvh;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mini_main {
	width: 90%;
	height: 90dvh;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0,0,0,0.75);
	color: #ffffff;
	font-family: 'Assistant';
	border-radius: 25px;
	
}
.mini_content {
	display: flex;
	flex-direction: column;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	width: 100%;
	padding: 1rem;
	gap: 1rem;
	font-size: 1.3rem;
}
.mini_content h1 {
	display: flex;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	width: 100%;
	text-align: center;
}
.mini_content p {
	display: flex;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	width: 100%;
	text-align: center;
}
.mini_content hr {
	display: flex;
	color: #ffffff;
	width: 90%;
	margin: 1rem;
}

.mini_content a {
	color: #ffffff !important;
	font-weight: 900;
}


@media screen and (min-width: 1px) and (max-width: 480px) { /*Mobile devices*/
	.mini_content {
	
	gap: 0.5rem;
	font-size: 1.1rem;
}

}

:root {
    --scroll-padding-top: 100px;
    --background-color: #ffffff;
    --background-color-header: #ffffff;
    --color: #000000;
    --font-size: 1rem;
    --font-weight: 400;
    scroll-padding-top: var(--scroll-padding-top);
    --color-1: #4ac0e0;
    --color-2: #e4ca76;
	--color-3: #e0e0e0;
    --menu-font-size: 1.3rem;
    --a-color: #000000;
    --a-color-hover: #4ac0e0;
}
html {
    scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    background-color: var(--background-color);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    color: var(--color);
    direction: rtl;
    font-family: 'Alef'; /*,'Assistant', 'Roboto';	*/
    font-weight: var(--font-weight);
    font-size: var(--font-size);
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::placeholder {
    color: #666666;
}
abbr, address {
    text-decoration: none;
    font-style: normal;
}
img {
    display: block;
    max-width: 100%;
}
input, textarea {}
figure, header, footer, main, aside, section, article, div, span, figcaption, input, textarea, iframe, label, h1, h2, h3, h4, h5, p, img {
    padding: 0;
    margin: 0;
}
ul, ol, li {
    text-align: right;
    margin-right: 1rem;
    padding-right: 0;
}
iframe {}
input:focus-within, select:focus-within, textarea:focus-within, button:focus-within, a:focus-within {
    /*outline: solid 1px #00b8e9;*/
}
input:focus, select:focus, textarea:focus, button:focus, a:focus {
    /*outline: solid 1px #00b8e9;*/
}
button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-size: inherit;
}
.BackToTop {
    display: flex;
    position: fixed;
    z-index: 100;
    right: 1rem;
    bottom: 1rem;
}
.BackToTop button {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    background-color: var(--button-selected);
    color: var(--button-color);
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
}
dialog.hide {
    display: none;
}
dialog.show2 {
    background-color: rgba(255,255,255,1); 
	border: 1px #cccccc solid !important;
	height: calc(100vh - 50px);
	margin-top: 25px;
	width: 98%;
	max-width: 650px;
	overflow: hidden;
	display: flex;
	justify-content:center;
	left:1%;
	flex-direction: column;
	position: relative;
	transform: scale(0.5);
    animation: growDialog 0.3s ease-out forwards;
}
dialog.show2::backdrop {background-color: rgba(0,0,0,0.55);}
dialog.show2 #dialog_buttons {display: none;}
dialog.show::backdrop {
    background-color: rgba(0, 0, 0, 0.55);
}
dialog.show .close_button {
    position: fixed;
    display: flex;
    top: 5%;
    right: 5%;
    z-index: 10000000;
    pointer-events: none;
}
dialog.show figure {
    display: flex;
}
dialog.show figcaption {
    position: fixed;
    display: flex;
    flex: 1;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
    padding: 1rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.85);
    bottom: 5%;
    right: 5%;
    z-index: 10000000;
    pointer-events: none;
}
dialog.show figure img {
    display: block;
    height: calc(100vh - 4%);
    width: auto;
}
#dialog_buttons {
    position: fixed;
    display: flex;
    top: 45Vh;
    width: inherit;
    z-index: 10000000;
    padding: 1rem;
    justify-content: space-between;
    pointer-events: none;
}
.show2 .close_button:before {
	  content: "\2716";
	  font-weight: 900;
	  font-size: 3.2rem;
	  color: #000000;
	  text-shadow: 0px 0px 0px #ffffff;
}
.show2 .content_holder {
  display: flex;
  width: 100%;
  height: calc((100vh - 50px) - 3.4rem);
  overflow: auto;
  margin-top: 3.4rem;
  justify-content:center;
}
.show2 .content_holder iframe {
  display: flex;
  width: 90%;
  height: calc((100vh - 70px) - 3.4rem) !important;
  overflow: auto;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.show2 .content_holder form {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: calc((100vh - 70px) - 3.4rem);
  overflow: auto;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
	gap:0.4rem;
}

.show2 .content_holder form section {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
  padding: 0.3rem;
  margin: 0;
  
}
.show2 .content_holder article {
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
  gap: 1rem;
  border: none;
  width: 100%;
  
}
.show2 .content_holder form p {
  
  width: 100%;
  margin-top: 0.3rem;
  
}
.show2 .content_holder form fieldset {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border: none;
  margin: 0;
  font-size: var(--header-font-size);
  font-weight: 700;
  width: 100%;
}
.show2 .content_holder form fieldset label {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
  margin: 0;
  margin-bottom: 0.4rem;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
}
.close_button {
    font-weight: 700;
    font-size: 1.1rem;
    align-items: center;
    display: flex;
    line-height: 2rem;
    height: 2rem;
}
.close_button:before {
    content: "\2716";
    font-weight: 900;
    font-size: 3.2rem;
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
    pointer-events: auto;
}
.asterisk {
    position: relative;
    padding-right: 0.8rem;
}
.asterisk::before {
    content: '*';
    color: red;
    position: absolute;
    right: 0;
}
.error {
    color: red;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
}
.next_button {
    font-weight: 700;
    font-size: 1.1rem;
    align-items: center;
    display: flex;
    line-height: 2rem;
    height: 2rem;
    margin: 0.5rem;
}
.next_button:before {
    content: "\276F";
    font-weight: 900;
    font-size: 3.2rem;
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
    pointer-events: auto;
}
.prev_button {
    font-weight: 700;
    font-size: 1.1rem;
    align-items: center;
    display: flex;
    line-height: 2rem;
    height: 2rem;
    margin: 0.5rem;
}
.prev_button:before {
    content: "\276E";
    font-weight: 900;
    font-size: 3.2rem;
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
    pointer-events: auto;
}
@keyframes growDialog {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.Show {
    display: flex;
}
.Hide {
    display: none;
}
.hide_ {display: none;}
.NoScrolling {overflow: hidden;}
.mobile_menu {
    display: none;
}
div.socialdiv {
	display: flex;
	flex-direction: row;
	gap: 5px;
	margin-bottom: 10px;
}
a.social {
	
	background-color: var(--color-2); 
	text-align: center; 
	border-radius: 4px; 
	transition: 150ms;
	display: flex;
	align-items: center;
	width:35px;
	height: 35px;
	&:hover {
	  background-color: var(--color-1); 	
	}
	&:focus {
	  background-color: var(--color-1); 	
	}
}
.fb {
	background-image: url('/pics/facebook_.png');
	background-position: center center;
	background-size: contain;
}
.linkedin {
	background-image: url('/pics/linkedin_.png');
	background-position: center center;
	background-size: contain;
}
.insta {
	background-image: url('/pics/insta.png');
	background-position: center center;
	background-size: contain;
}
.whatsapp {
	background-image: url('/pics/whatsapp.png');
	background-position: center center;
	background-size: contain;
	background-color: #02A748 !important; 
}
.telegram {
	background-image: url('/pics/telegram.png');
	background-position: center center;
	background-size: contain;
}
.messenger {
	background-image: url('/pics/facebook2_.png');
	background-position: center center;
	background-size: contain;
}
.youtube {
	background-image: url('/pics/youtube.png');
	background-position: center center;
	background-size: contain;
}
main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
	justify-content: center;
}
header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: var(--scroll-padding-top);
    border-top: 10px var(--color-2) solid;
    border-bottom: 2px var(--color-1) solid;
    padding-right: 5%;
    padding-left: 5%;
    background-color: var(--background-color-header);
    position: fixed;
    top: 0;
    z-index: 10;
}
#logo_section figure {
    padding: 15px;
    width: 200px;
    background-color: #ffffff;
    border: 1px var(--color-2) solid;
    border-bottom: 2px var(--color-2) solid;
    border-top: 0;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 20;
	transition: 120ms;
}
#logo_section figure img {
    display: flex;
    width: 100%;
    height: auto;
	transition: 120ms;
}
header nav {
    display: flex;
    gap: 10px;
}
header a.menu_link {
    font-size: var(--menu-font-size);
	padding: 10px;
	padding-top: 30px;
}
header a.menu_link.selected {
    font-size: var(--menu-font-size);
	background-color:var(--color-2);
	color: #ffffff;
}

.Header_OnScroll #logo_section figure {
    padding: 15px;
    width: 200px;
	height: calc(var(--scroll-padding-top) - 10px);
	transition: 120ms;
}
.Header_OnScroll #logo_section figure img {
    display: flex;
    width: 100%;
    height: auto;
	transition: 120ms;
}
.topSep {
    display: flex;
    width: 100%;
    height: calc(var(--scroll-padding-top) - 5px);
}
.topSep2 {
    display: flex;
    width: 100%;
    height: calc(var(--scroll-padding-top) / 2);
}
.banner {
    display: flex;
    width: 100%;
    height: 45vh;
    background-color: #000000;
}
footer {
    padding: 5%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 10px var(--color-2) solid;
    /*border-top: 2px var(--color-2) solid;*/
}
.text-container2 {
	padding: 20px;
	background-color: var(--color-3);
}
.text-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 5%;
	width: 90%;
	max-width: 1280px;
	
}
.text-container figure {
	display: flex;
	width: 35%;
	
	
}
.text-container article {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 60%;
	
}
.text-container iframe {
	width: 100% !important;
	max-width: 560px !important;
	
}
.text-container article.article {
	display: flex;
	flex-direction: column;
	width: 100%;
	
}

.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2%;
	width: 90%;
	max-width: 1280px;
	justify-content: center;
}
.container a {
	display: flex;
	flex-direction: column;
	width: 220px;
	position: relative;
	transition: 120ms;
    margin:2%;
	&:hover figcaption {
		color: var(--color-1);
	}
	&:focus figcaption  {
		color: var(--color-1);
	}
}
.container a figure {
	display: flex;
	flex-direction: column;
	width: 220px;
	height: 220px;
	border: 1px var(--color-2) solid;
	border-radius: 100%;
	overflow: hidden;
	
}
.container a div {
	display: flex;
	flex-direction: column;
	width: 220px;
	height: 220px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top:0;
	background-color: rgba(0,0,0,0.65);
}
.container a figcaption {
	display: flex;
	flex-direction: column;
	width: 220px;
	height: 120px;
	position: absolute;
	z-index: 3;
	top:60px;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: var(--color-2);
	font-size: calc(var(--font-size) + 0.4rem);
	font-weight: calc(var(--font-weight) + 200);
	
	
}

.container2 {
	display: flex;
	flex-direction: column;
	
	gap: 25px;
	width: 90%;
	max-width: 1280px;
	align-content: flex-start;
	
}
.container2 a {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 25px;
	justify-content: center;
	transition: 120ms;
	padding: 12px;
	&:hover {
		color: var(--color-1);
		background-color: var(--color-3);
	}
	&:focus  {
		color: var(--color-1);
		background-color: var(--color-3);
	}
}
.container2 a figure {
	display: block;
	
	width: 100px;
	height: 100px;
	border: 1px var(--color-2) solid;
	border-radius: 100%;
	overflow: hidden;
	
}
.container2 a figure img {
	display: block;
	
	width: 100px;
	height: 100px;
	
	
}

.container2 a figcaption {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-content: center;
	align-items: flex-start;
	justify-content: center;
	
	color: var(--color);
	font-size: calc(var(--font-size) + 0.4rem);
	font-weight: calc(var(--font-weight) + 200);
	
	
}
.container2 a figcaption p {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	padding-bottom: 12px;
	border-bottom: 1px var(--color-2) solid;
}
.container2 a figcaption span{
	
	color: var(--color);
	font-size: var(--font-size);
	font-weight: var(--font-weight);
	
	
}

.container3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2%;
	width: 90%;
	max-width: 1280px;
	justify-content: center;
}
.container3 a {
	display: flex;
	flex-direction: column;
	width: 120px;
	position: relative;
	transition: 120ms;
	&:hover figcaption {
		color: var(--color-1);
	}
	&:focus figcaption  {
		color: var(--color-1);
	}
}
.container3 a figure {
	display: flex;
	flex-direction: column;
	width: 120px;
	height: 120px;
	border: 1px var(--color-2) solid;
	border-radius: 100%;
	overflow: hidden;
	
}
.container3 a figure img {
	width: 120px;
	height: 120px;
	display: block;
}

.container4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2%;
	width: 90%;
	max-width: 1280px;
	justify-content: center;
}
.container4 a {
	display: flex;
	flex-direction: column;
	width: 280px;
	position: relative;
	transition: 120ms;
	gap: 10px;
	&:hover figcaption {
		color: var(--color-1);
	}
	&:focus figcaption  {
		color: var(--color-1);
	}
}
.container4 a figure {
	display: flex;
	flex-direction: column;
	width: 280px;
	height: 280px;
	border: 1px var(--color-2) solid;
	
	
}
.container4 a figure img {
	width: 280px;
	height: 280px;
	display: block;
}
.container4 a p {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.Title {
	font-size: calc(var(--font-size) + 0.4rem);
	border-bottom: 2px var(--color-1) solid;
	margin-bottom: 12px;
}
.Title2 {
	font-size: calc(var(--font-size) + 0.4rem);
	border-bottom: 2px var(--color-2) solid;
	margin-bottom: 12px;
}
.SubTitle {
	font-size: calc(var(--font-size) + 0.4rem);
	color: var(--color);
}
.SubTitle2 {
	font-size: calc(var(--font-size) + 0.4rem);
	color: var(--color-1);
}
.SubTitle3 {
	font-size: calc(var(--font-size) + 0.4rem);
	color: var(--color-2);
}
a:link {
    text-decoration: none;
    color: var(--a-color);
}
a:visited {
    text-decoration: none;
    color: var(--a-color);
}
a:hover {
    text-decoration: none;
    color: var(--a-color-hover);
}
a:focus {
    text-decoration: none;
    color: var(--a-color-hover);
}
a:active {
    text-decoration: none;
    color: var(--a-color-hover);
}
a {
    text-decoration: none;
    color: var(--a-color);
}
.Show1 {
	-webkit-animation: fadein 2s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s forwards; /* Firefox < 16 */
        -ms-animation: fadein 2s forwards; /* Internet Explorer */
         -o-animation: fadein 2s forwards; /* Opera < 12.1 */
            animation: fadein 2s forwards;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

button.order_button {
	background-color: var(--color-1);
	color: #ffffff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: calc(var(--font-size) + 0.1rem);
	transition: 120ms;
	&:hover {
	  background-color: var(--color-2);	
	  color: var(--color);
	}
	&:focus {
	  background-color: var(--color-2);	
	  color: var(--color);
	}
	&:disabled {
	  background-color: var(--color-3);	
	  color: var(--color);
	  cursor: not-allowed;
	}
}
textarea {
	width: 100%;
	height: 90px;
	font-size: calc(var(--font-size) + 0.3rem);
}
input[type="text"], input[type="email"], input[type="tel"] {
	width: 100%;
	height: calc(var(--font-size) + 0.8rem);
	font-size: calc(var(--font-size) + 0.3rem);
}
select.qty {
	width: 45px;
	height: calc(var(--font-size) + 0.8rem);
	font-size: calc(var(--font-size) + 0.3rem);
}
@media screen and (min-width: 1px) and (max-width: 1280px) { /*Mobile devices*/
    .menu_button {
        font-weight: 700;
        font-size: 2.1rem;
        align-items: center;
        display: flex;
    }
    .menu_button:before {
        content: "\2630";
        font-weight: 900;
        font-size: 2.2rem;
        color: #000000 !important;
    }
    .menu_button_close {
        font-weight: 700;
        font-size: 1.1rem;
        align-items: center;
        display: flex;
        margin: 1rem;
    }
    .menu_button_close:before {
        content: "\2716";
        font-weight: 900;
        font-size: 2.2rem;
        color: #000000 !important;
    }
    .mobile_menu {
        display: flex;
        margin-right: 5%;
        margin-top: 18px;
    }
}
@media screen and (min-width: 1px) and (max-width: 1280px) { /*Mobile devices*/
    .menu_button {
        font-weight: 700;
        font-size: 2.1rem;
        align-items: center;
        display: flex;
    }
    .menu_button:before {
        content: "\2630";
        font-weight: 900;
        font-size: 2.2rem;
        color: #000000 !important;
    }
    .menu_button_close {
        font-weight: 700;
        font-size: 1.1rem;
        align-items: center;
        display: flex;
        margin: 1rem;
    }
    .menu_button_close:before {
        content: "\2716";
        font-weight: 900;
        font-size: 2.2rem;
        color: #000000 !important;
    }
    .mobile_menu {
        display: flex;
        margin-right: 5%;
        margin-top: 18px;
    }
    .Content {
        margin-top: -40px;
        display: flex;
        flex-direction: column;
        width: 90%;
        background: var(--content-bg);
        border-radius: 5px;
        border: 1px solid #cccccc;
        padding: 25px;
        gap: 50px;
        margin-bottom: 50px;
    }
	
	header #menu_section {
 display: none;
 
}
header #menu_section.show {
 display: flex;
 flex-direction: column;
 position: fixed;
 top:0;
 left:0;
 z-index: 200;
 width: 90%;
 min-width: 300px;
 max-width: 690px;
	padding: 10px;
 height: 100vh;
 background: rgba(255,255,255,0.95);
}
header #menu_section.show nav {
 display: flex;
 gap: 5px;
 flex-direction: column;
 padding-left: 5%;
}

.mobile_menu {
 display: flex;	
 margin-right: 5%;
 margin-top: 18px;
}
}
@media screen and (min-width: 1px) and (max-width: 480px) { /*Mobile devices*/
    .menu_button {
        font-weight: 700;
        font-size: 2.1rem;
        align-items: center;
        display: flex;
    }
    .menu_button:before {
        content: "\2630";
        font-weight: 900;
        font-size: 2.2rem;
        color: #000000 !important;
    }
    .menu_button_close {
        font-weight: 700;
        font-size: 1.1rem;
        align-items: center;
        display: flex;
        margin: 1rem;
    }
    .menu_button_close:before {
        content: "\2716";
        font-weight: 900;
        font-size: 2.2rem;
        color: #000000 !important;
    }
    .mobile_menu {
        display: flex;
        margin-right: 5%;
        margin-top: 18px;
    }
	header #menu_section {
 display: none;
 
}
header #menu_section.show {
 display: flex;
 flex-direction: column;
 position: fixed;
 top:0;
 left:0;
 z-index: 200;
 width: 90%;
 min-width: 300px;
 max-width: 690px;
	padding: 10px;
 height: 100vh;
 background: rgba(255,255,255,0.95);
}
header #menu_section.show nav {
 display: flex;
 gap: 5px;
 flex-direction: column;
 padding-left: 5%;
}

.mobile_menu {
 display: flex;	
 margin-right: 5%;
 margin-top: 18px;
}
	
	.text-container figure {
	display: none;
	
	
	
}
.text-container article {
	display: flex;
	flex-direction: column;
	width: 100%;
	
}
.text-container article.article {
	display: flex;
	flex-direction: column;
	width: 100%;
	
}
}