.circo-video-header {
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
}
.circo-video-header:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 10vh;
-webkit-box-shadow: inset 0px -75px 25px -15px #ECECEC;
box-shadow: inset 0px -75px 25px -15px #ECECEC;
}
.circo-video-header:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -25px;
height: 50px;
background-color: #ECECEC;
}
.circo-video-header video {
min-width: 100%;
height: 100vh;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.circo-video-header h1 {
display: flex;
flex-direction: column;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.circo-video-header h1 span {
font-family: "Anomique";
color: #fff;
}
.circo-video-header h1 span:first-of-type {
font-size: 52px;
line-height: 52px;
font-weight: 200;
}
.circo-video-header h1 span:last-of-type {
font-size: 78px;
line-height: 78px;
font-weight: 300;
}
@media screen and (min-width: 1200px) {
.circo-video-header {
min-height: 100vh;
}
.circo-video-header video {
height: auto;
min-height: 100vh;
}
}
.wp-admin .circo-video-header {
position: relative;
height: auto;
}
.wp-admin .circo-video-header video {
position: relative;
top: unset;
left: unset;
transform: unset;
height: auto;
}.circo-text {
padding: 60px 25px;
}
.circo-text .circo-text-wrapper {
width: 100%;
margin: 0 auto;
}
.circo-text .circo-text-wrapper p {
text-align: center;
margin: 35px 0;
font-family: "Anomique";
font-size: 24px;
line-height: 38px;
font-weight: 200;
}
.circo-text .circo-text-wrapper p:last-of-type {
margin: 35px 0 0 0;
}
@media screen and (min-width: 992px) {
.circo-text .circo-text-wrapper {
max-width: 800px;
width: 60vw;
margin: 0 auto;
}
}
.wp-admin .circo-text {
padding: 0;
}.circo-skills {
padding: 60px 25px;
}
.circo-skills .circo-skills-wrapper svg {
display: none;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item {
margin-bottom: 75px;
text-align: center;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item h2 {
margin: 0 0 35px 0;
text-transform: uppercase;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item p {
margin: 0 0 5px 0;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item p:last-of-type {
margin: 0;
}
@media only screen and (min-width: 992px) {
.circo-skills .circo-skills-wrapper {
position: relative;
}
.circo-skills .circo-skills-wrapper svg {
display: block;
position: absolute;
left: 50%;
top: 0;
width: 75vw;
max-width: var(--site);
transform: translateX(-50%);
}
.circo-skills .circo-skills-wrapper svg path {
stroke-dasharray: 2150;
stroke-dashoffset: 0;
}
@keyframes strokeAnim {
0% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: -2150;
}
}
.circo-skills .circo-skills-wrapper svg.trigger path {
animation: strokeAnim 7s linear forwards;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item {
text-align: left;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item:nth-child(1) {
max-width: 800px;
width: 60vw;
margin: 0 auto;
transform: translate(0, 130px);
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item:nth-child(2) {
width: 40vw;
margin: 400px 0 150px auto;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item:nth-child(3) {
max-width: var(--site);
margin: 0 auto 30vh auto;
width: 70vw;
}
.wp-admin .circo-skills .circo-skills-wrapper .circo-skills-list {
display: flex;
}
.wp-admin .circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item {
flex: 1;
}
}.circo-works .circo-works-wrapper {
padding: 0 25px;
}
.circo-works .circo-works-wrapper h2 {
margin: 0 0 75px 0;
}
.circo-works .circo-works-wrapper .circo-works-items {
transition: all 500ms;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item {
display: block;
margin: 0 0 75px 0;
transition: all 500ms;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img {
display: flex;
overflow: hidden;
aspect-ratio: 0.75;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img img {
width: 100%;
height: auto;
object-fit: cover; }
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item h3 {
font-size: 22px;
font-weight: 300;
line-height: 30px;
margin: 25px 0 0 0;
text-align: right;
text-transform: uppercase;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item h4 {
font-size: 16px;
font-weight: 200;
line-height: 24px;
margin: 5px 0 0 0;
text-align: right;
text-transform: uppercase;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
flex: 0 0 calc(50% - 14px);
margin-bottom: 20px;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item h3 {
font-size: 14px;
line-height: 20px;
font-weight: 300;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item h4 {
font-size: 12px;
line-height: 24px;
font-weight: 200;
margin: 0;
}
.circo-works .circo-works-wrapper .circo-works-actions {
display: none;
}
@media screen and (min-width: 1360px) {
.circo-works .circo-works-wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
position: relative;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img {
display: flex;
overflow: hidden;
aspect-ratio: 0.75;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img img {
object-fit: cover; }
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item {
width: calc(var(--size-site) / 3);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item h3 {
padding-left: 125px;
text-align: right;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item h4 {
padding-left: 125px;
text-align: right;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-5) {
margin: 150px auto 200px 0;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-4) {
margin: 0 0 0 auto;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-3) {
margin: 0 0 0 auto;
height: 0;
transform: translate(calc((var(--size-site) / 3 * -1) + 90px), -500px);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-2) {
margin: 300px 0 0 0;
width: calc(var(--size-site) / 3 * 2);
aspect-ratio: unset;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-2) .circo-works-item-img {
aspect-ratio: 1.5;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) {
transform: translateX(calc(var(--size-site) / 5 * 2.5)) translateY(150px);
margin: 0 0 300px 0;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n) {
transform: translateX(calc(var(--size-site) / 5 * 1.25)) translateY(-675px);
margin: 0;
height: 0;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:last-of-type {
margin-bottom: 0 !important;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 {
display: flex;
flex-wrap: wrap;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
flex: 0 0 calc((var(--size-site) - 50px) / 3);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item:nth-child(3n-1) {
margin: 0 25px 25px 25px;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 {
display: flex;
flex-wrap: wrap;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
flex: 0 0 calc((var(--size-site) - 80px) / 5);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3:nth-child(3n-1) {
margin: 0 10px 10px 10px;
}
.circo-works .circo-works-wrapper .circo-works-actions {
text-align: center;
padding: 150px 0;
display: block;
margin-top: 25vh;
}
.home .circo-works-wrapper:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom: 1px solid var(--color-primary);
height: 1px;
}
}.circo-awards {
padding: 130px 25px 0;
}
.circo-awards .circo-awards-wrapper h2 {
margin: 0 0 75px 0;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item {
display: block;
margin: 0 0 75px 0;
position: relative;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div {
position: relative;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h3 {
font-size: 22px;
font-weight: 300;
line-height: 30px;
margin: 25px 0 0 0;
text-transform: uppercase;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h4 {
font-size: 16px;
font-weight: 200;
line-height: 24px;
margin: 20px 0 0 0;
text-transform: uppercase;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item p {
font-size: 16px;
font-weight: 200;
line-height: 24px;
margin: 20px 0 0 0;
}
@media screen and (min-width: 1200px) {
.circo-awards .circo-awards-wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
}
.circo-awards .circo-awards-wrapper .circo-awards-items {
display: flex;
flex-wrap: wrap;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item {
width: 25%;
margin: 50px 0 0 0 !important;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h3 {
padding-right: 25px;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h4 {
padding-right: 25px;
margin-top: 10px;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item p {
padding-right: 25px;
margin-top: 10px;
}
.circo-awards .circo-awards-wrapper .circo-btn {
margin-top: 50px;
}
}