/*
Theme Name: Portfolio
Author: Test
*/
:root {
  --color-background: #232221;
  --ca: #D3C9C0;
  --bc: #232221;
  --la: #F9F7F6;
}
body{
  background-color: var(--color-background);
}
body[data-template="default"]{
  background-color: var(--color-background);
  margin: 0;
}
body[data-template="default"].noscroll {
  overflow: hidden;
}
html[data-template="default"], body[data-template="default"] {
  overflow: hidden;
  height: 100%;
}

body[data-template="default"] main {
  display: block;
}
body[data-template="default"] section {
  width: 100%;
  max-width: 100%;
}
body[data-template="default"] .container {
  width: 100%;
  margin: 0 auto;
}
body[data-template="default"] html {
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
  font-size: calc(15.36px + 25.6 * ((100vw - 360px) / 600));
}
body .site-header {
  width: 100%;
  display: flex;
  justify-content: center; 
  align-items: center;
  position: fixed;
	opacity: 0;
	z-index: 50;
}
body .site-footer {
  width: 100%;
  display: flex;
  justify-content: center; 
  align-items: center;
  position: fixed;
  bottom: 0;
  opacity: 0;
	z-index: 50;
}
body .site-footer .container,
body .site-header .container{
  display: flex;
  justify-content: space-between; 
  width: 100%;
  padding: 2.5rem;
}
body .site-logo {
  height: 3.125rem; 
  width: auto;
}

@media screen and (min-width: 960px) {
  html {
    font-size: calc(8px + 8 * ((100vw - 960px) / 960));
  }
}
body[data-template="default"] [hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
@font-face {
    font-family: "Sinistre S Caroline";
    src: url("https://db.onlinewebfonts.com/t/3b258766c27e77dda35c920b5e3ecd9f.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/3b258766c27e77dda35c920b5e3ecd9f.woff")format("woff");
    font-style: normal;
    font-display: swap;  
    font-weight: 400;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("https://db.onlinewebfonts.com/t/9c443ad7c0f391c4854a6b7c0f52788b.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/9c443ad7c0f391c4854a6b7c0f52788b.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


.heading-1,
h1 {
  font-family: "Sinistre S Caroline";
  font-size: 14rem;
  line-height: auto;
  letter-spacing: 0em;
  font-weight: 400;	
}

.circle-button__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.circle-button__image {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
}


.circle-button__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
}

.circle-button__text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
  transform-origin: center center;
}

.circle-button__text .text-button {
  letter-spacing: 0.12em;
  font-size: 0.449rem;
}

@media (min-width: 3700px) {
  .circle-button__text .text-button {
    font-size: 13.528px;
  }
}

@media (min-width: 768px) {
  .circle-button__text .text-button {
    font-size: 6.928px;
  }
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
.circle-button:hover .circle-button__text {
  animation-play-state: paused;
}
*/
.circle-button .circle-button__text {
  transition: transform 0.8s ease, scale 0.8s ease; 
}

.circle-button:hover .circle-button__text {
  scale: 1.1;
  transition: transform 0.8s ease, scale 0.8s ease;
}



@font-face {
    font-family: 'Sinistre';
    src: url('assets/fonts/Sinistre-SCaroline.woff2') format('woff2'),
         url('assets/fonts/Sinistre-SCaroline.woff') format('woff'),
         url('assets/fonts/Sinistre-SCaroline.ttf')  format('truetype');
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body[data-template="default"]::before{
  content:"";
  background-image: url('assets/images/noise.gif');
  opacity: 0.04;   
  width: 100vw;
  height: 100vh; 
  position: absolute;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}

/* LOADING SCREEN */

.ls{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  color: var(--ca);
  background-color: var(--bc);
  pointer-events: none;
  font-weight: 400;
  font-size:80px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Sinistre';
  text-align: center;
	z-index: 10;
}

.counter{
  position: relative;
  display: flex;
  height: 100px;
  font-size:80px;
  line-height:102px;
  clip-path: polygon(0 0, 105% 0, 110% 100px, 0 100px);
  top:15px;
  font-style: italic;
  font-feature-settings: 'salt' on;
}

.c1, .c2, .c3{
  position: relative;
  top:-15px;
}

.C1 .num1{
  position: relative;
  left: 8px;
}
.c2 .num1{
  position: relative;
  left: 14px;
}

.text{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  font-kerning: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;    
  opacity:0;  
}

.text1{
    flex-basis: 100%;
}

.char{
  position: relative;
}

.plusc{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}
.plus {
  top: 0;
  position: relative;
  margin:0 20px 0 24px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
body[data-template="default"] #site-content {
  opacity: 0; 
  pointer-events: none; 
}


body[data-template="default"] { 
  overflow: hidden; 
}

.fullscreen-menu { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100vw; 
  height: 100vh; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  overflow: hidden; 
}
.fullscreen-menu-scroll { 
  height: 100%; 
  width: 100%; 
  overflow-y: scroll; 
  scrollbar-width: none;      
  -ms-overflow-style: none;   
}

.fullscreen-menu-scroll::-webkit-scrollbar {
  display: none;              
}
.fullscreen-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(50vh - 2rem); 
  padding-bottom: calc(50vh - 2rem);
}

.fullscreen-menu-list { 
  list-style: none; 
  margin: 0; 
  padding: 4rem 0; 
  display: flex; 
  flex-direction: column; 
  gap: 5rem; 
  align-items: center; 
}

.fullscreen-menu-list a {
  font-size: 3.75rem;
  color: #D9D9D9;
  text-decoration: none;
  font-family: "Sinistre S Caroline", sans-serif;
  display: inline-block;
  text-align: center;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  transition: font-size 0.35s ease;
}


.fullscreen-menu-list li {
  position: relative;
  overflow: visible; 
  opacity: 0.6;
  transform: scale(1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem; 
}

.menu-loader {
  height: 0.1875rem;
  width: 21.875rem; 
  background: #ffffff;
  border-radius: 0.1875rem;
  margin-top: 0.5rem;
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  position: relative;
  z-index: 1;
}

.menu-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: center center;
  width: 21.875rem; 
  height: 13.75rem;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  display: block;
}

@media (min-width: 1440px) {

  .fullscreen-menu-list a {
    font-size: 6.363rem; 
  }

  .fullscreen-menu-list li {
    gap: 1rem;
  }

  .menu-loader {
    width: 78.5rem; 
  }

  .menu-image {
    width: 78.5rem; 
    height: 46.6rem; 
  }
}

.wp-block-image{
  display: none;
}