@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
font-family: 'Font Awesome 6 Pro';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//creativelyewe.com/ME/wp-content/themes/CETheme/webfonts/fa-brands-400.woff2);
}
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html  {
background: #264731;
}
header
{
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 40px 100px;
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
}
header h2.logo img {
width: 350px;
height: auto;
position: relative;
top: -20px;
left: -20px;
}
.toggle
{
position: fixed;
width: 60px;
height: 60px;
background: url(//creativelyewe.com/ME/wp-content/themes/CETheme/images/icon_menu.png);
background-repeat: no-repeat;
background-size: 30px;
background-position: center;
cursor: pointer;
top: 25px;
right: 25px;
}
.toggle.active
{
background: url(//creativelyewe.com/ME/wp-content/themes/CETheme/images/close_dk.png);
background-repeat: no-repeat;
background-size: 25px;
background-position: center;
cursor: pointer;
position:fixed;
top:30px;
}
.showcase
{
position: absolute;
right: 0;
width: 100%;
min-height: 100vh;
padding: 100px;
display: flex;
justify-content: space-between;
align-items: center;
background: #111;
transition: 0.5s;
z-index: 2;
}
.showcase.active
{
right: 300px;
}
.showcase video
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}
.overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; background: #03aef4;
background: #103323d4;
mix-blend-mode: overlay;
mix-blend-mode: multiply;
opacity: 0.8;
}
.text_container, .social_container   {
max-width: 1200px;
margin: 20px auto;
}
.text, .text.med {
position: relative;
top: 10px;
z-index: 10;
}
.text 	{
display:inline-block;
}
.text.med 	{
display:none;
}
.text h2
{
font-size: 5em;
font-weight: 800;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
}
.text h3
{
font-size: 4em;
font-weight: 700;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
}
.text p
{
font-size: 1.4em;
color: #fff;
margin: 20px 0;
font-weight: 400;
max-width: 700px;
}
.text a
{
display: inline-block;
font-size: 1em;
background: #fff;
padding: 10px 30px;
text-transform: uppercase;
text-decoration: none;
font-weight: 500;
margin-top: 10px;
color: #111;
letter-spacing: 2px;
transition: 0.2s;
border-radius: 10px;
}
.text a:hover
{
letter-spacing: 6px;
}
.social
{
position: absolute;
z-index: 10;
bottom: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.social li
{
list-style: none;
}
.social li a
{
display: inline-block;
margin-right: 30px;
filter: invert(1);
transform: scale(0.75);
transition: 0.5s;
font-size: 4em;
}
.social li a:hover
{
transform: scale(0.75) translateY(-20px);
}
.menu
{
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.menu ul
{
position: relative;
}
.menu ul li
{
list-style: none;
padding-bottom: 10px;
}
.menu ul li a
{
text-decoration: none;
font-size: 24px;
color: #111;
}
.menu ul li a:hover
{
color: #03a9f4; 
}
.text h2
{
font-size: 5em;
font-weight: 800;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
}
footer.supp   {
height:50px;
position: absolute;
bottom: 0;
padding-top: 15px;
width: 100%;
}
footer.supp p   {
font-family: 'Cagliostro', 'Trebuchet MS', Arial, 'Helvetica Neue', Verdana, sans-serif;
color:#f4f4f5;
font-size: 1em;
text-align: center;
}
@media (max-width: 975px) {
.text h2
{
font-size: 8vw;
line-height:1.3em;
}
}
@media (max-width: 900px) {
header h2.logo img {
width: 250px;
height: auto;
}
}
@media (max-width: 875px) {
.text h2
{
font-size: 7vw;
line-height:1.3em;
}
}
@media (max-width: 798px) {
.showcase,
.showcase header
{
padding: 40px;
}
header h2.logo img {
width: 225px;
height: auto;
position: relative;
top: -20px;
left: -20px;
}
.text h2
{
font-size: 3.25em;
line-height:1.3em;
}
.text h3
{
font-size: 2.5em;
line-height:1.3em;
}
}