@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

*, *:after, *:before { -webkit-box-sizing: inherit; box-sizing: inherit; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Cairo';
	src:url('/assets/fonts/Cairo/static/Cairo-Bold.ttf');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
}

html{
  background: rgba(17, 17, 17, 1);
  overflow-x: hidden;
  overscroll-behavior: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* overscroll-behavior-block: none; */
}
a{
color: rgba(117, 117, 117, 1);
}
a:hover {
  color: rgba(255, 255, 255, 1);
text-shadow: 0 0 5px rgba(190, 208, 241, 1);
}
a:link {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;

}
.logo {
  width: 100%;
  height: 100px;
  text-align: center;
  margin-bottom: 60px;

}
.logo svg {
  transform: scale(.5);
  border-radius: 0.5rem !important;
  transition: all 1s ease;
  margin-top: 70px;
}
 .icons img{
  animation: fadeIn ease 2s ;
 visibility: visible; 

}
 @keyframes fadeIn {
  70% {
 transform: rotate(180deg);
    visibility: hidden;
  }
 0% {
    visibility: hidden;

  }

} 

#textarea{
  animation: bottom ease 3s;
  background-color: transparent;
  border: none;
  color: transparent;
}

body nav.tab {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  transform: rotate(180deg);
  margin-bottom: 1rem;
  border-radius: 2rem;
  z-index: 2;
  background: rgba(17, 17, 17, 1);
}
body nav.tab.moving .icon {
  pointer-events: none;
}
body nav.tab[data-selected="1"] .icon:nth-child(1), body nav.tab[data-selected="2"] .icon:nth-child(2), body nav.tab[data-selected="3"] .icon:nth-child(3) {
  top: -1.2rem;
  color: rgba(19, 132, 150, 1);
  font-size: 2rem;
  transition: 0.25s 0.375s;
  pointer-events: none;
transition: all 1s ease;
}
body nav.tab[data-selected="1"] .icon:nth-child(1).initialised, body nav.tab[data-selected="2"] .icon:nth-child(2).initialised, body nav.tab[data-selected="3"] .icon:nth-child(3).initialised {
  -webkit-animation: hide 0.9s forwards;
          animation: hide 0.9s forwards;	
}
body nav.tab[data-selected="1"] .bar .middle .side:first-child, body nav.tab[data-selected="3"] .bar .middle .side:last-child {
  flex-grow: 0;
		  transform: rotate(180deg);
}
body nav.tab .icons {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 5rem);
  padding: 0 2.5rem;
  color:rgba(117, 117, 117, 1);
  margin-bottom: 25px;
}
body nav.tab .icons .icon {
  position: relative;
  top: -.1rem;
  width: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 1);
  transform: rotate(180deg);
  animation: fadeIn ease 3s ;

}
body nav.tab .icons .icon.initialised {
  -webkit-animation: hide2 0.375s;
          animation: hide2 0.375s;         
}
body nav.tab .bar {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: stretch;
  /* filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.1)); */
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  transition: 0.75s ease;
  animation: bottom ease 1.2s;
}
body nav.tab .bar .cap {
  background:  #05494d;
  width: 1rem;

}
body nav.tab .bar .cap:first-child {
  /* border-bottom-left-radius: 1rem; */
  border-top-left-radius: 2rem;

}
body nav.tab .bar .cap:last-child {
  /* border-bottom-right-radius: 1rem; */
  border-top-right-radius: 2rem;

}
body nav.tab .bar .middle {
  flex-grow: 1;
  position: relative;
  display: flex;
}
body nav.tab .bar .middle .circle {
  position: relative;
  top: -1.75rem;
  width: 7rem;
  height: 5.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='92' viewBox='0 0 112 92'%3E%3Ccircle cx='56' cy='36' r='36' fill='%23191919'/%3E%3Cpath d='M104 35.2L104 35.2c0 26.3-20.9 48.3-47.2 48.8C29.9 84.4 8 62.8 8 36v-0.8c0-4-3.2-7.2-7.2-7.2H0v64h112V28h-0.8C107.2 28 104 31.2 104 35.2z' fill='%23191919'/%3E%3C/svg%3E");
}
body nav.tab .bar .middle .side {
  flex-grow: 1;
  background: rgba(25, 25, 25, 1);
  /* transition: 0.75s ease; */
  box-shadow: 0 1px 10px rgba(0,0,0,1);
}



footer{
	position: fixed;
	bottom: 0;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  height: max-content;
  animation: bottom ease 1s;
}
.footer-distributed{
	background-color: rgba(27, 27, 27, 1);
	box-shadow: 0 1px 10px rgba(0,0,0,1);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: bold 16px sans-serif;
	padding: 10px;
}
 
.footer-distributed .footer-company-name{
  color: rgb(117, 117, 117);
	font-size: 14px;
	font-weight: normal;
  display: inline-block;
  margin-top: -10;
}

 
.footer-logo{
width: 64.6px;
height: 19px;
}
 

@media screen and (max-width: 796px) {
  body nav.tab {
    width: 100%;
    transform: scale(-.9);
    margin-top: -.2rem;
  }
 .logo svg  {
	display:none;
    transform: scale(.9);
    transition: all 1s ease;
  }
.tox-tinymce {
		margin-bottom: 100px !important;
	}

}