/*
Theme Name: VujaDayDigital Theme
Theme URI: http://vujadaydigital.com
Description: VujaDayDigital Child Theme
Author: VujaDayDigital
Author URI: http://vujadaydigital.com/
Template: twentytwentyfour
Version: 1.0.0
*/

/*
	#7DD6F6
	#797EF6
	#45E3D5
	#1BA7EC
	#1E2F98
*/
/* general */
body {
	background: #fff;
}
a {
	
}
a:hover {
	
}
:where(.wp-site-blocks *:focus) {
	outline-width: 0;
	outline-style: none;
}
strong {
/*	color: #ff931d;*/
}
ul li {
/*	list-style: none;*/
}



/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.logo-tagline {
	font-size: 18px;
	font-weight: 600;
}
.cover-heading {
	color: #fff !important;
	width: 60%;
	float: left;
	font-size: 140px !important;
}
.home-cover {
	position: relative;
	height: 60vh;
}
.cover-action {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
}
.hero-bottom {
	position: absolute;
	bottom: 90px;
	width: 100%;
}

.the-word {
	perspective: 1000px; 
}

.the-word span {
	cursor: pointer;
	display: inline-block;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	user-select: none;
	line-height: .8;
	padding-left: 2px;
	padding-right: 2px;
}

.the-word span:nth-child(1).active {
	animation: balance 1.5s ease-out;
	transform-origin: bottom left;
}

@keyframes balance {
	0%, 100% {
		transform: rotate(0deg);
	}
	
	30%, 60% {
		transform: rotate(-45deg);
	}
}

.the-word span:nth-child(2).active {
	animation: shrinkjump 1s ease-in-out;
	transform-origin: bottom center;
}

@keyframes shrinkjump {
	10%, 35% {
		transform: scale(2, .2) translate(0, 0);
	}
	
	45%, 50% {
		transform: scale(1) translate(0, -150px);
	}
	
	80% {
		transform: scale(1) translate(0, 0);
	}
}

.the-word span:nth-child(3).active {
	animation: falling 2s ease-out;
	transform-origin: bottom center;
}

@keyframes falling {
	12% {
		transform: rotateX(240deg);
	}
	
	24% {
		transform: rotateX(150deg);
	}
	
	36% {
		transform: rotateX(200deg);
	}
	
	48% {
		transform: rotateX(175deg);
	}
	
	60%, 85% {
		transform: rotateX(180deg);
	}
	
	100% {
		transform: rotateX(0deg);
	}
}

.the-word span:nth-child(4).active {
	animation: rotate 1s ease-out;
}

@keyframes rotate {
	20%, 80% {
		transform: rotateY(180deg);
	}
	
	100% {
		transform: rotateY(360deg);
	}
}

.the-word span:nth-child(5).active {
/* 	animation: toplong 1.5s linear; */
	animation: balance 1.5s ease-out;
	transform-origin: top left;
}

@keyframes toplong {
	10%, 40% {
		transform: translateY(-48vh) scaleY(1);
	}
	
	90% {
		transform: translateY(-48vh) scaleY(4);
	}
}


.the-glitch {
  animation: glitch 1s linear infinite;
	font-size:clamp(57.838px, 3.615rem + ((1vw - 3.2px) * 6.475), 120px);
	color: #fff;
}
.the-glitch-small {
	font-size: 100px;
}
.the-glitch-dark {
	color: #111111;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

.the-glitch:before,
.the-glitch:after{
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
}

.the-glitch:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

.the-glitch:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}

/* the blob */
.movingsvg {
    bottom: 0;
    left: -20%;
    aspect-ratio: 1;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: -1;
}
.movingsvg svg {
    position: relative;
    width: 100%;
    height: 100%;
}
.movingsvg path {
    stroke-width: 2px;
    stroke: black;
}


.cover-text {
	
}
.cover-buttons {
	
}

.home-services {
	position: relative;
}

.home-service {
	background: #fff;
	border-radius: 25px;
	padding: 30px;
	
    transition: margin-top 0.5s ease;
    /*min-height: 250px;
    min-width: 250px;*/
    min-height: 300px;
    min-width: 280px;
/*    border: 2px solid #000;*/
	overflow: hidden;
}
.home-service h3 {
	font-size: 32px;
}
.home-service:nth-of-type(1){
	background: #7DD6F6;
}
.home-service:nth-of-type(2){
	background: #797EF6;
}
.home-service:nth-of-type(3){
	background: #45E3D5;
}
.home-service:nth-of-type(4){
	background: #1BA7EC;
}
.home-service:nth-of-type(5){
	background: #7DD6F6;
}
.home-service:hover {
    margin-top: -20px;
}

.service-content {
	display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    height: 140px;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    gap: 2rem;
    transform: translateY(6rem);
    align-items: center;
    padding-top: 20px;
}
.home-service:hover .service-content {
	opacity: 1;
    transform: translateY(1rem);
}



.services-scroll {
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
      z-index: 9999;
    position: relative;
}
.services-scroll::-webkit-scrollbar {
	display: none;
}


/* image style */
.rounded-image img{
	border-radius: 50%;
	aspect-ratio: 1/1;
	position: relative;
}
.rounded-image-anim {
	position: relative;
	z-index: 99;
}
.rounded-image-anim:before{
	content: '';
	background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	position: absolute;
	top: -10px;
	left: -10px;
	background-size: 400%;
	z-index: -1;
	filter: blur(52px);
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	animation: glowing 20s linear infinite;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	border-radius: 50%;
}

/* buttons */

.gform_button.button {
	border: none !important;
    outline: none !important;
    color: #000 !important;
    background: white !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 0 !important;
    border-radius: 25px !important;
	border: 2px solid black !important;
	padding: 12px 40px 12px 40px !important;
}
.glow-on-hover a {
    border: none;
    outline: none;
    color: #000;
    background: white;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 25px;
	border: 2px solid black;
	/*padding: 12px 40px 8px 40px;*/
	padding: 12px 40px 12px 40px;
}
.glow-on-hover a:before {
	content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 25px;
}
.gform_button.button:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 25px;
}
.glow-on-hover a:active,
.gform_button.button:active {
    color: #000
}
.glow-on-hover a:active:after,
.gform_button.button:active:after {
    background: transparent;
}

.glow-on-hover a:hover:before,
.gform_button.button:hover:before {
    opacity: 1;
}

.glow-on-hover a:after,
.gform_button.button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
    border-radius: 25px;
}
.wp-block-themeisle-blocks-font-awesome-icons.glow-on-hover a{
	padding: 10px 16px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}




/* headings */
.underline-heading:after {
	content: '';
	background: url(assets/bg-industries.svg) no-repeat top center;
/*	background-size: contain;*/
	display: block;
	height: 50px;
	width: 10%;
	background-attachment: scroll;
/*	background-size: cover;*/
	background-position: center;
	animation: maxWidth 1s ease 1 forwards;
}
@keyframes maxWidth {
  to {
    width: 100%;
  }
}

.services-provided {

}
.service-provided {
	display: block;
	position: relative;
	padding: 50px 0;
	display: flex;
	cursor: pointer;
	cursor: url("https://vujaday.wp13.net/wp-content/uploads/2024/11/logo-resized.png"), auto;
	flex-direction: row;
	justify-content: space-between;
}
.service-provided:before {
	content: '';
	border-bottom: 2px #c4c4c4 solid;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.service-provided:after {
	content: '';
	border-bottom: 2px #000 solid;
	width: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.service-provided:hover:after {
	animation: maxWidth 1s ease 1 forwards;
}
.service-provided h3 {
	font-size: 44px;
/*	text-transform: uppercase;*/
	color: #c4c4c4;
	color: gray;
	transition: color 1s ease;
}
.service-provided:hover h3 {
	color: #000;

}
.service-provided p {
	font-size: 24px;
	color: #c4c4c4;
	color: gray;
	transition: color 1s ease;
}
.service-provided:hover p {
	color: #000;
}
.service-provided .fas {
	display: inline-block;
	color: #c4c4c4;
	font-size: 32px;
	padding-right: 20px;
	transition: color 1s ease;
}
.service-provided:hover .fas {
	color: #000;
}


.service-provided-left {
	width: 45%;
}
.service-provided-right {
	width: 40%;
	display: flex;

}

/* our work */
.our-work-item {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 15px;
	position: relative;
	line-height: 0;
	margin-bottom: 20px;
}
.our-work-items {
	text-align: center;
}
.our-work-items .our-work-item {
	display: inline-block;
	width: 49%;
}
.our-work-title {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	padding: 15px;
	text-align: left;
}
.our-work-item img {
	border-radius: 15px;
	max-width: 100%;
	margin-bottom: 0;
}
.our-work-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 200px;
	font-size: 32px;
	line-height: 40px;
	border-radius: 15px;
	display: none;
}
.our-work-items .our-work-hover {
	padding: 40px;
	font-size: 24px;
	line-height: 26px;
}
.our-work-item:hover .our-work-hover {
	display: block;
}
.our-work-pills {
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 18px;
}
.our-work-pills span {
	display: inline-block;
	margin-right: 20px;
	padding: 0px 15px;
	border: 1px solid #fff;
	border-radius: 20px;
}
.our-results-wrapper {
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 80%;
}
.our-results-item {
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 25px;
	color: #fff;
	display: flex;
	align-items: flex-start;
}
.our-results-item-wrap {
	display: flex;
	align-items: flex-start;
}
.our-results-left {
/*	display: inline-block;*/
/*	width: 45%;*/
	flex-basis: 45%;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
.our-results-right {
	/*display: inline-block;
	width: 54%;*/
	flex-basis: 55%;
}
.our-results-right img {
	max-width: 100%;
}
.our-results-item .percent {
	font-size: 120px;
	line-height: 100px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	color: #1BA7EC;
}
.results-text {
	text-align: center;
	display: block;
}
.results-name {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}
.results-name-centered {
	text-align: center;
	margin-bottom: 50px;
}
.our-seo-results-item {
/*	display: block !important;*/
	background-image: url(/wp-content/uploads/2025/02/results-bg.webp);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: top right;
}

/* testimonials */
.testimonial-item {
	border: 1px solid #000;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 30px;
}

/* columns */


/* faq list */


/* newsletter */
.newsletter .wp-block-column {
	box-sizing: border-box;
	width: 50%;
}
.newsletter input[type="text"],
.newsletter input[type="email"],
.contact-wrapper input[type="text"],
.contact-wrapper input[type="email"],
.contact-wrapper textarea {
	background: none;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 20px;
	font-size: 18px;
	color: #fff;
}
.contact-wrapper .gfield_description {
	color: #fff !important;
}
.newsletter input[type="text"]::placeholder,
.newsletter input[type="email"]::placeholder,
.contact-wrapper input[type="text"]::placeholder,
.contact-wrapper input[type="email"]::placeholder {
	color: #fff;
	opacity: 1;
}
.newsletter input[type="submit"],
.contact-wrapper input[type="submit"] {
	background: #fff !important;
	text-transform: uppercase !important;
/*	font-size: 18px !important;*/
	font-size: var(--wp--preset--font-size--small) !important;
	border-radius: 0 !important;
	color: #000 !important;
	padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  border: 0 !important;
}
.contact-wrapper input[type="submit"] {
	width: 100% !important;
}
.newsletter input[type="submit"]:hover,
.contact-wrapper input[type="submit"]:hover {
	background-color: #ff931d !important;
	color: #fff !important;
}
.newsletter .gform_footer,
.contact-wrapper .gform_footer {
	justify-content: right !important;
	display: block;
	text-align: right;
}
.newsletter-form {
	position: relative;
	padding-top: 60px;
}
.newsletter-form:before {
	content: '';
	display: block;
	width: 2px;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 50px;
	height: 300px;
}



/* blog */
.wp-block-post {
	border: 1px solid #000;
	border-radius: 25px;
}
.wp-block-post .wp-block-post-title {
	padding-left: 20px;
	padding-right: 20px;
}


/* service pages */
.service-hero-heading {
	font-size: 68px;
}

/* home results */
.swiper {
/*  width: 840px;*/
  width: 100%;
  height: 420px;
}

.swiper-slide {
  display: flex;
/*  align-items: center;*/
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
}

/* text slide */
.text-slide-container {
	position: relative;
	margin: auto;
	overflow: hidden;
	min-height: 400px;
}
.text-slide-visible {
/*	margin: 0;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  left: 20px;*/
/*  right: 20px;*/
/*  top: 50%;*/
/*  transform: translateY(-20%);*/
  text-align: left;
/*  transition: 0.5s;*/
}
.text-slide-container:hover .textanim-visible {
  /*top: 10px;
  transform: translateY(0);*/
}
.text-slide-container:not(:hover) .text-slide-hidden {
	position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 999;


  font-size: 0;
  opacity: 0;
  transition: opacity .25s,
							font-size .5s .25s;
}
.text-slide-container:hover .text-slide-hidden {
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
	opacity: 1;

/*	transition: opacity 2s ease-out; */
	transition: font-size .25s,
              opacity .5s .25s;
}
.text-slide-visible:after {
	content: 'Read more';
	text-decoration: underline;
}
.text-slide-container:hover .text-slide-visible:after {
	display: none;
}

/* inner pages */
.wp-block-themeisle-blocks-flip .o-flip-content {
	padding: 20px !important;
}
.wp-block-themeisle-blocks-flip.has-light-back-bg .o-flip-back {
	font-size: 16px !important;
}

/* forms */
.gform_required_legend {
	display: none;
}

/* footer */
footer {
	margin-top: 0;
	
}


@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 600px) {
	
}
