html{
	
	height: 100%;
	position: relative;
	--html_gray_accent_1: rgba(149, 149, 149, 0.9);
	--html_background_color: white;
    display: flex;
    flex-direction: column;
	max-width: 100%;
	align-items: center;
	justify-content: center;
    background-color: #353536;
	background-color: #242424;
	background-color: rgba(156, 155, 155, 0.9);
	background-color: rgba(215, 214, 214, 0.9);
	background-color: rgba(149, 149, 149, 0.9);
	background-color: var(--html_background_color);
	
	padding-top: 0px;

	overflow-x: hidden;
	--header_div_height: 120px;
	--sample_div_opacity_1: 1;
	--sample_div_opacity_0: 0;
	--sample_div_opacity: 1;
	--sample_label_blur_color: rgba(128, 128, 128);
	--theme_purple: #78206E;
	--theme_purple_2: rgba(88, 5, 88, 0.979);
	--theme_general_font_color: white;
	--theme_general_font_color: black;
	--theme_header_background_color:rgba(230, 230, 230, 0.6);
	--theme_title_color: black;
    --theme_font: Andale Mono, monospace;
	--theme_font_2: Noto Sans, sans-serif;
	--theme_div_background_color: rgba(98, 98, 98, 0.2);
    --complemented_width: 40%;
    --complementing_width: calc(100% - var(complemented_width));
	--animation_step_jump_duration: 8s;
	--blur_20: 0px;
	--slide_in_transition: opacity 0.6s, transform 0.9s;
	background-image: url('../media/images/graphics/blue_purple_on_light_flow_lines.jpg');
	 background-size: cover;
	animation: fadeIn 1s ease forwards;
}

body{
    display: flex;
    flex-direction: column;
	background-color: transparent;
	align-items: center;
	margin: 0px;
	width: 80%;
	height: 100%;
	padding-bottom: 3%;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* .logo{
	width: 15%;
	cursor: pointer;
} */

.header_div{
    display: flex;
    flex-direction: row;
	background-color: transparent;
	color: var(--theme_general_font_color);
    width: 90%;
	position: fixed;
	top: 0%;
	/* left: 8vw; */
	background-color: #242424;
	background-color: gray;
	z-index: 9999;
	align-items: center;
	border: solid 2px var(--theme_purple);
	border-radius: 25px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
	background-color: var(--theme_header_background_color);
	box-shadow: 0px 0px 80px 10px rgb(69, 66, 68);
	backdrop-filter: blur(40px);

	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 100px;
	border-bottom-right-radius: 40px;
	border-left: 0px;
	margin-left: 0px;
	/* height: 12%; */
	padding-bottom: 0%;
	align-items: top;
}

.header_btn_div{
    display: flex;
    position: relative;
	background-color: transparent;
	justify-content: center;
	padding-right: 15%;
    border-radius: 5px;
    color: white;
	color: var(--theme_general_font_color);
    width: 100%;
	z-index: 9999;
	/* margin-left: 8vw; */
	/* height: ; */
}

.header_btn_wrapper{
	display: flex;
	/* border: solid 2px #78206E; */
	border-radius: 20px;
	height: 50px;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	
	/* TEST */
	/* border: none; */
}

.nav_btn{
	font-size: 20px;
	font-size: 1.1vw;
	text-align: center;
	line-height: 45px;
	line-height: 100%;
	justify-content: center;
	width: 160px;
	width: 12vw;
	height: 3vh;
	background-color: transparent;
	color: white;
	color: black;
	color: #78206E;
	color: var(--theme_purple);
	font-family: Andale Mono, monospace;
	border: solid 2px #78206e0c;
	text-decoration: none;
	transition: color 0.5s ease, background-color 0.5s ease, padding 0.5 ease;
	/* font-size: 100%; */
	
	/* TEST */
	border: none;
	border-right:  solid 2px #78206e0c;
	/* border-bottom: 0px; */
}

#id_case_studies_btn{
	/* background-color: goldenrod; */
}
@media (max-width: 768px) {
	.nav_btn{ font-size: 1.1vw;}
}

.nav_btn:hover{
	background-color: #994e90;
	/* color: var(--theme_general_font_color); */
	color: white;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s, border 0.5s;
}

#information_div_btn{
	/* background-color: rgb(38, 77, 44); */
	/* background-color: rgba(88, 5, 88, 0.979); */
	/* color: var(--theme_purple); */
	animation: pulse 10s infinite;
	/* box-shadow: 0 0 10px 1px #78206E; */
}

@keyframes font_color_pulse {
	0%{color: white;
	color: var(--theme_general_font_color);}
	50%{color: goldenrod}
	100%{color: white;
	color: var(--theme_general_font_color);}
}

@keyframes color_pulse {
	20% {
		padding-bottom: 70px;
		height: 50px;
		color: goldenrod;
    }
	
	60% {
		padding-bottom: 70px;
		color: goldenrod;
    }
	100% {
		padding-bottom: 70px;
		color: goldenrod;
    }
}

.first_btn{
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	border-top-right-radius: 0px;
	BORDER-RADIUS: 0px;
	border-right: none;
	border-left: none;

	/* TEST */
	border: none;
	border-right:  solid 2px #78206e0c;
	/* border-bottom: 0px; */
}

.last_btn{
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-right: none;
	border-left: none;

	/* TEST */
	border-radius: 0px;
}

.active{
	background-color: #78206E;
	background-color: var(--theme_purple);
	/* color: var(--theme_general_font_color); */
	color: white;
}

.active:hover{
	background-color: #78206E;
}

/***************** BANNER *****************/
.banner_div{
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: transparent;
	background-color: #b7b7b7;
	justify-content: center;
	background-color: var(--bgc);
	/* padding-bottom: 1vh; */
	height: 100dvh;
	margin-top: 15%;
	/* background-image: url('../media/images/graphics/circuit_pattern_horizontal.jpg'); */
	/* background-image: url('../media/images/graphics/dar_on_light_flow_lines.jpg'); */
	/* background-size: cover; */
	background-color: transparent;
	/* backdrop-filter: blur(50px); */
	/* width: 100dvw; */
	z-index: 1;
	margin-bottom: 10%;
}

.banner_div_overlay{
	position: absolute;
	height: 100dvh;
	width: 100dvw;
	width: 100%;
	backdrop-filter: blur(var(--blur_20));
	z-index: 999;
}

#id_body_overlay{
	position: fixed;
	height: 100%;
	width: 100%;
	max-width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	inset: 0;
	/* background-color: rgba(255, 255, 255, 0.5); */
}

#id_banner_container{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100dvw;
	width: 100%;
	height: 55vh;
	height: 100%;
	justify-content: center;
	align-items: center;

	/* /* background-color: rgba(190, 188, 188, 0.268); */
	/* background-color: rgb(230, 228, 228); */
	/* background-color: white; */
	/* background-color: rgba(190, 188, 188, 1); */
	top: -7vh;
	/* background-color: white; */
	/* background-image: url('../media/images/graphics/dar_on_light_flow_lines.jpg'); */
	
	background-color: transparent;
	z-index: 1500;
	/* backdrop-filter: blur(50px); */
}

#id_cta{
	display: flex;
	justify-content: center;
	padding-bottom: 1vh;
	background-color: transparent

}

#id_cta_btn{
	appearance: none;
	border: none;
	font-family: Andale Mono, monospace;
	cursor: pointer;
	text-align: center;
	justify-content: center;
	width: 18vw;
	height: 7vh;
	font-size: 60%;
	font-size: 2.5vh;
	font-size: 1.57vw;
	line-height: 7vh;
	background-color: #78206E;
	color: white;
	border-radius: 50px;
	transition: scale 0.3s ease;
	animation: pulse 10s infinite;
}

#id_cta_btn:hover{
	scale: 1.1;
	transition: scale 0.3s ease, background-color 1s ease;
	
}

.banner{
	font-family: Andale Mono, monospace;
	text-align: center;
	
	color: var(--theme_general_font_color);

	justify-content: center;
	padding: 2vw;
	padding-top: 5vh;
	padding-bottom: 5vh;
	
	align-items: center; 
	font-size: 2.4vw;
	font-size: 2.5rem;
	/* font-size: 1.0rem; */
	width: 100dvw;
	width: 100%;
	background-color: transparent;
	margin-bottom: 0;
	/* font-weight: 500; */
	/* font-weight:800 */
}

.banner_span{
	color: var(--theme_purple);
}

#id_sub_banner_div{
    display: flex;
	justify-content: left;
    height: 4%;
    width: 100%;
    font-size: 150%;
    justify-content: center;
    font-family: var(--theme_font);
	margin-bottom: 8%;
}

#id_sub_banner{
	/* width: 75.3dvw; */
	margin-top: 0vh;
	margin-bottom: 0;
	font-family: var(--theme_font_2);
	font-size: 1.5rem;
	font-weight: 100;
	/* margin-left:2vw; */
	text-align: center;
}

.sub_banner{
    --complemented_width: 40%;
    margin-right: 2%;
    width: var(--complemented_width);
   	/* background-color: rgba(190, 188, 188, 0.268);
    background-color: var(--theme_purple); */
    /* color: white; */

    /* padding: 5%; */
    text-align: right;
}

#id_sub_banner_span_1{
    /* width: 50%; */
    /* width: var(--complementing_width); */
    width: 60%;
    width: var((--complementing_width));
    /* height: 100%; */
    color: var(--theme_purple);
    /* background-color: black; */
    transition: opacity 0.5s;
    
}

.sub_banner, #id_sub_banner_span_1{
    font-size: 2vw;
}

.banner_fade{
    animation: banner_fade_animation 3s infinite;
}

@keyframes banner_fade_animation {
    0%{}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

#id_hero_span_1, #id_hero_span_2, #id_hero_span_3{
	color: var(--theme_purple);
}

.about_div{
	display: flex;
	flex-direction: column;
	height: 60dvh;
	/* width: 100dvw; */
	margin-bottom: 30dvh;
	/* padding-top: 6%; */
	margin-top: 15vh;
	background-color: var(--theme_div_background_color);
	/* background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgb(209, 208, 208) 20%, rgba(234, 233, 233, 1) 40%, rgba(234, 233, 233, 1) 60%, rgba(209, 208, 208, 1) 80%, rgba(255, 255, 255, 1) 100%); */
	background-color: transparent;
	transition: transform 0.3s, opacity 0.3s;
	transition: var(--slide_in_transition)
}

.about_div_lets_talk_btn{
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	justify-content: center;
	
	width: 160px;
	height: 80px;
	background-color: transparent;
	background-color: var(--theme_purple);
	border: solid 2px white;
	border: solid 2px var(--theme_purple);
	color: white;
	/* color: var(--theme_general_font_color); */
	font-family: Andale Mono, monospace;
	border-radius: 50px;
	animation: pulse 6s infinite;
}

/********************* HOW IT WORKS *********************/
#id_how_container{
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	font-family: var(--theme_font);
	width: 100dvw;
	height: 70dvh;
	/* padding-left: 2vw; */
	/* margin-right: 2vw; */
	margin-bottom: 21vh;
	/* background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(232, 230, 230, 1) 20%, rgba(234, 233, 233, 1) 40%, rgba(234, 233, 233, 1) 60%, rgba(232, 230, 230, 1) 80%, rgba(255, 255, 255, 1) 100%); */
	background-color: transparent;
}

#id_how_it_works_title{
	/* background-color: var(--theme_div_background_color); */
	/* padding-left: var(--left_right_margins); */
	margin: 0px;
	padding-top: 4vh;
	padding-bottom: 4vh;
	padding-left: 2vw;
	/* background-color: var(--theme_div_background_color); */
}

.how_it_works_div{
	display: flex;

	flex-direction: column;
	
	/* background-color: var(--theme_div_background_color); */
	width: 50vw;
	width: 23.4vw;
	height: 34vh;
	border: solid 2px var(--theme_purple);
	border: solid 2px gray;
	border-radius: 25px;
	/* background-color: var(--theme_purple);
	background-color: #616061; */
	color: white;
	color: black;
	margin-right: 0.5vw;
	transition: border 0.5s;
	padding-top: 0vh;
	align-items: center;
	/* border: none; */
	/* font-size: 1.8dvh; */
}

#id_how_it_works_step_text_4{
	margin-right: 0px;
}

#id_how_steps_div{
	display: flex;
	justify-content: space-evenly;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-bottom: 5vh;
	height: 40dvh;
	/* background-color: var(--theme_div_background_color); */
	/* background-color: var(--theme_div_background_color); */
	/* padding-left: 2vw; */
}

.step_text_div{
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	/* background-color: rgb(78, 76, 76); */
	/* width: 33dvw; */
	width: 60%;
	height: 15dvh;
	height: 100%;
	margin-bottom: 1dvh;
	font-family: var(--theme_font);
	font-size: 100%;
	/* padding-left: 1vw;
	padding-right: 2vw; */
	overflow-wrap: break-word;
	word-break: break-word;
	font-weight: 100;
}

.how_it_works_img{
	width: 10vw;
	height: 10vh;
	/* margin-right: 1vw; */
}

.step_title{
	align-items: center;
	width: 100%;
	justify-content: center;
	font-size: 1vw;
	/* padding-right: 1vw; */
	text-align: center;
}

.step_line{
	width: 80%;
	width: 100%;
	font-weight: 100;
	margin-top: 0px;
	/* overflow-wrap: break-word;
	word-break: break-word; */
	height: 20%;
}

.step_line{
	align-items: center;
	/* width: 90%; */
	/* justify-content: center; */
	font-size: 1vw;
	text-align: center;
}

.jump_1{
	animation: step_jump var(--animation_step_jump_duration) ease-in-out 3s infinite;
	/* animation: fadeMove 1.5s ease-in-out 2s infinite; */
}

.jump_2{
	animation: step_jump var(--animation_step_jump_duration) ease-in-out 4s infinite;
	/* animation: fadeMove 1.5s ease-in-out 2s infinite; */
}

.jump_3{
	animation: step_jump var(--animation_step_jump_duration) ease-in-out 5s infinite;
	/* animation: fadeMove 1.5s ease-in-out 2s infinite; */
}

.jump_4{
	animation: step_jump var(--animation_step_jump_duration) ease-in-out 6s infinite;
	/* animation: fadeMove 1.5s ease-in-out 2s infinite; */
}

@keyframes step_jump {
	12.5%{
		/* border: solid 2px var(--theme_purple); */
		transform: translateY(-1vh);
		/* transform: scale(1.2); */
	}
	25%{
		/* border: solid 2px gray; */
		transform: translateY(0vh);
		/* transform: scale(1); */
	}
	100%{
		transform: translateY(0vh);
	}
}

.how_it_works_text{
	margin-left: 2vw;
	font-weight: 100;
}
/********************************************************/


/********************* WHY CF *********************/
#id_why_cf_title{
	z-index: 9000;
}

#id_guarantee_div{
	display: flex;
	margin-left: 2vw;
	margin-top: 0%;
	width: 100%;
	backdrop-filter: blur(var(--blur_20));
}

#id_guarantee_text{
	/* font-family: var(--theme_font); */
	font-weight: 100;
	font-size: 1.3vw;
	margin-top: 3vh;
	width: 100%;
}

.guarantee_span{
	color: #78206E;
}

.guarantee_span, .guarantee_span2{
	font-size: 1.7vw;
}
/**************************************************/
.samples_parent_div{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	/* align-items: center; */
	padding-top: 1%;
	padding-bottom: 5vh;
	background-color: var(--theme_div_background_color);
	height: 78dvh;
	/* box-shadow: 0px 30px 73px 20px rgb(125, 125, 125); */
	margin-bottom: 26dvh;
	width: 100%;
	transition: var(--slide_in_transition);
}

#if_samples_parent_div_title{
	width: 100%;
	margin-bottom: 4%;
}

.in_div_title{
	text-align: left;
	/* text-align: center; */
	font-size: 40px;
	color: var(--theme_title_color);
	color: black;
	font-weight: 500;
}

.samples_div{
	display: flex;
	justify-content: space-evenly;
	opacity: var(--sample_div_opacity);
}

.sample_div{
	display: grid;
	border: solid 2px #78206E;
	border-radius: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.base_div{
	background-size: cover;
	grid-area: 1/1;
	opacity: 0.1;
	width: 400px;
	height: 400px;
}

.overlay_div{
	grid-area: 1/1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}

.information{
	display: flex;
	flex-direction: column;
	/* height: 100dvh; */
	padding-top: 2%;
	margin-top: 3%;
	/* height: 25vh; */
	/* margin-bottom: 10%; */
	font-size: 6%;
	background-color: var(--theme_div_background_color);
	padding-bottom: 1%;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(232, 230, 230, 1) 20%, rgba(234, 233, 233, 1) 40%, rgba(234, 233, 233, 1) 60%, rgba(232, 230, 230, 1) 80%, rgba(255, 255, 255, 1) 100%);
	width: 100%;
	transition: var(--slide_in_transition);
}

#contact_btn{
	appearance: none;
	font-family: Andale Mono, monospace;
	cursor: pointer;
	text-align: center;
	justify-content: center;	
	width: 16vw;
	height: 7vh;
	font-size: 2.5vh;
	line-height: 7vh;
	color: black;
	background-color: transparent;
	border-radius: 50px;
	color: white;
	/* color: var(--theme_general_font_color); */
	/* animation: pulse 3s infinite; */
	text-decoration: none;
	border: none;
	background-color: #78206E;
	transition: color 0.5s ease, background-color 0.5s ease, scale 0.5s;
    font-size: 1.5vw;
	display: inline-flex;
	margin-top: 5%;
	/* width: auto; */
}

#contact_btn:hover{
    background-color: rgb(200, 151, 204);
	background-color: #78206E;
	color: white;
	/* color: var(--theme_general_font_color); */
	scale: 1.1;
	animation: pulse_og 3s forwards;
	transition: color 0.5s, background-color 0.5s, border 0.5s, scale 0.5s;
}

/* @keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #78206e;
    }

    70% {
        transform: scale(1);
        box-shadow: 0px 0px 10px 25px rgba(222, 84, 72, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
    }
} */
@keyframes pulse_og {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #78206e;
    }

    70% {
        transform: scale(1);
        box-shadow: 0px 0px 10px 25px rgba(222, 84, 72, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #78206e;
    }

    23% {
        transform: scale(1);
        box-shadow: 0px 0px 10px 25px rgba(222, 84, 72, 0);
    }

    33% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
    }
	100%{
		
        transform: scale(1);
        box-shadow: 0 0 0 0 #78206e;
    
	}
}
/* animations */

#information_div_btn,#id_cta_btn,.about_div_lets_talk_btn,#contact_btn{
	animation: pulse 10s infinite;
}

.information_div_text{
	color: white;
	color: var(--theme_general_font_color);
	font-size: 30px;
	font-size: 2.25vh;
	font-size: 3.25vh;
	font-weight: 100;
}

.about_text{
	font-size: 1.6vw;
    font-weight: 100;
}

.intro_span{
    font-size: 2vw;
    color: #78206e;
    font-weight: bold;
}

.samples_text, .sample_info_lines, .why_cf_container_card_text, #id_guarantee_text, .information_div_text,
.about_text{
	font-family: var(--theme_font_2);
	color: #78206E;
	color: white;
	color: var(--theme_general_font_color);
	color: black;
}

.in_div_title{
	font-size: 60px;
	font-size: 4.5vh;
	color: white;
	color: var(--theme_title_color);
	font-family: var(--theme_font);
	
}

.title_span{
    color: var(--theme_purple);
    font-size: 4.5vh;
}

#img_agentic_ai_workflows{
	background-image: url("../media/CF Logo 2.png");
	background-size: cover;
}

.invert_bg{
	background-color: #78206E;
	border-radius: 22px;
}

.invert_color{
	color: white;
	color: var(--theme_general_font_color);
}

.samples_text{
	text-align: center;
	text-wrap: pretty;
	word-wrap: normal;
	color: white;
	color: var(--theme_general_font_color);
}

.services_and_samples_div{
	display: flex;
	flex-direction: column;
	width: 100%;
	/* border: solid 3px rgba(120, 32, 110, 0.5); */
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	/* box-shadow: 0px 0px 33px 13px rgba(120,32,110,0.62);
    box-shadow: 0px 0px 33px 13px rgb(125, 125, 125); */
	padding-top: 1vh;
	padding-bottom: 4%;
	/* background-color: var(--theme_div_background_color); */
	align-items: center;
	padding-left: 1%;
	padding-right: 1%;
	/* height: 600px; */
	height: 90dvh;
	border-radius: 0px;
}

.services_div{
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	align-items: flex-start;
}

.services_buttons_div{
	display: flex;
	margin-bottom: 4vh;
	justify-content: center;
	align-items: left;
	margin-top: 1vh;
	padding-top: 1%;
	padding-bottom: 0.5%;
	border-bottom: solid 1px rgb(184, 182, 182);
	border-top: solid 1px rgb(184, 182, 182);
	
	/* padding-right: 1vw; */
	/* justify-content: space-evenly; */
}

.samples_info_div{
	display: flex;
	justify-content: center;
	width: 100%;
	/* height: 100%; */
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
    transition: opacity 0.5s;
	padding-bottom: 1vh;
	/* margin-left: 10px; */
}

.text_samples_info_div{
	display: flex;
	flex-direction: column;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 3%;
	margin-left: 3%;
	width: 40%;
}

.text_samples_info_div_no_video{
	width: 100%;
}

.sample_info_title{
	white-space: nowrap;
	margin: 0px;
	color: #571650;
	text-wrap: wrap;
	font-family: var(--theme_font_2);
	font-size: 3.5vh;
    font-size: clamp(1.0rem, 2.4vw, 2.5rem);
	font-weight: 500;
}

.sample_info_lines{
	display: flex;
	flex-direction: column;
	font-size: 2.5vh;
	font-size: 100%;
    font-weight: 100;
	color: white;
	color: var(--theme_general_font_color);
    font-size: clamp(1.0rem, 1.5vw, 3rem);
	
	
}

.sample_label {
  position: relative;
  display: inline-block;
  color: white;
  color: var(--theme_general_font_color);
  font-size: 20px;
  z-index: 1;
  font-family: Andale Mono, monospace;
  text-align: center;
  cursor: pointer;
  margin: 3vw;
  margin-top: 1vh;
  margin-bottom: 1vh;
  scale: 1;
  border: none;
  font-size: 2.5vh;
  /* font-size: 3wh; */
  width: 8vw;
  width: 15%;
  font-size: clamp(1.0rem, 2vw, 1.5rem);
  transition: color 1s ease, scale 1s ease;
}

.sample_label:hover{
	--sample_label_blur_color:rgb(137, 119, 135);
	transition: background-color 1s ease;
}

.sample_active, .sample_active:hover{
	--sample_label_blur_color:rgb(120, 32, 110);
	scale: 1.2;
	color: white;
	color: var(--theme_general_font_color);
	/* box-shadow: 0 0px 40px -500px #78206E; */
	color: #78206E;
	transition: background-color 0.3s ease, scale 0.3s ease;
	animation: grow_and_pulse 0.5s forwards;
	animation-iteration-count: 1;
}

.sample_inactive{
	--sample_label_blur_color:rgba(120, 32, 110, 0.4);
	--sample_label_blur_color:white;
	color: #78206E;
	color: white;
	color: var(--theme_general_font_color);
	scale: 0.95;
	transition: background-color 1s ease, color 0.3s ease, scale 0.3s ease;
}

.sample_inactive:hover{
	--sample_label_blur_color:rgba(120, 32, 110, 0.4);
	--sample_label_blur_color:white;
	color: #78206E;
	scale: 1.1;
	transition: scale 0.3s ease, background-color 1s ease;
}

.video-card {
  background: #181b22;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
  width: 35%;
  height: 100%;
  margin-right: 1vw;
  margin-top:0.5vw;
}

.video_card_active{
	display: flex;
}

.video_card_inactive{
	display: none;
}

.video-card:hover {
  transform: scale(1.01);
  box-shadow: 0 18px 40px rgba(0,0,0,.55);
}

.video-wrapper {
  position: relative;
}

 .video-wrapper video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: fill;
}

@keyframes grow_and_pulse {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.2);
		
    }
    100% {
        transform: scale(1.1);
    }
}

/* #id_footer_div{
	margin-top: 5%;
	width: 100%;
}

.footer_div_img{
	display: flex;
	justify-content: center;
	width: 100%;
	
}

.footer_img{
	--height: 25vh;
	height: var(--height);
	width: var(--height);
}

.footer_logo{
	width: 25%;
	height: 25%;
} */

.about_text, .in_div_title, .information_div_text, #contact_btn, #about_div_lets_talk_btn{
	--left_right_margins: 2vw;
	margin-left: var(--left_right_margins);
	margin-right: var(--left_right_margins);
}

#id_trusted_by_div_container{
	display: flex;
	flex-direction: column;
	margin-bottom: 3%;
}

#id_trusted_by_div{
	display: flex;
	justify-content: space-evenly;

}

.trusted_by_sub_div{
	display: flex;
	flex-direction: column;
}

.trusted_by_sub_div_logo{
	width: 100px;
	height: 100px;
	width: 10vw;
	height: 10vw;
	/* width: 200px;
	length: 200px; */
}

.trusted_by_sub_div_name{
	width: 100%;
	margin-top: 10%;
	text-align: center;
}

.footer_div_img, .banner_div_overlay, .samples_parent_div, #information_div, #id_how_container, .about_div{
	z-index: 5000;
	background: none;
	background-color: transparent;
	backdrop-filter: blur(var(--blur_20));
}

.banner_div_overlay{
	z-index: 1000;
}

#id_how_container{
	margin-bottom: 50vh; /*REMOVE THIS*/
}

#id_why_cf_container{
	display: flex;
	position: relative;
	flex-direction: column;
	height: 60vh;
	height: 80dvh;
	/* border: solid 3px black; */
	padding-top: 1vh;
	margin-bottom: 10%;
	background-color: transparent;
	backdrop-filter: blur(var(--blur_20));
	transition: var(--slide_in_transition);
}

#id_why_cf_container_card_logo_div{
	position: absolute;
	/* background-image: url('../media/logos/cf_logo_no_text.PNG'); */
	background-size: cover;
	width: 9vw;
	height: 19vh;
	left: 44.90vw;
	top: 21.5vh;
	/* border: solid 2px green;
	padding-right:0.6vw;
	padding-bottom:0.45vw; */
	/* border-radius: 500px; */
	z-index: 9999;
}

#id_why_cf_container_card_logo{
	width: 100%;
	height: 100%;
	/* background-color: gray; */
	background-color: white;
	border: solid 4px #78206E;
	/* border-radius: 30px; */
}

#id_why_cf_cards_div{
	display: flex;
	flex-direction: row;
	/* flex-direction: column; */
	justify-content: space-evenly;
	justify-content: flex-start;
	height: 65%;
	margin-left: 2vw;
	margin-right: 2vw;
	margin-top: 3vh;
	justify-content: space-evenly;
}

.why_cf_card_div_row{
	display: flex;
	flex-direction: row;
	margin-bottom: 5vh;
	height: 100%;
	justify-content: space-evenly;
	width: 50%;
}

.why_cf_card{
	--left_factor: 0.75vw;
	--width_factor: 0vw;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 15vw;
	height: 50vh;
	height: 100%;
	width: 50%;
	margin-right: 1vw;
	background-color: gray;
	background-color: rgb(247, 246, 246);
	background-color: #78206e0b;
	background-color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 9999;
	background-color: (98,98,98,1);
	color: black;
	/* border-radius: 10px; */
	box-shadow: 0px 0px 11px 1px rgb(165, 165, 165);
	background-color: #eae7e2;
	/* background-color: rgba(120, 32, 110, 1); */
}

#id_underlay_div_container{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15vh;
	height: 35%;
	overflow-y: hidden;
	overflow-x: hidden;
}

.why_cf_card_icon{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	/* background-color: rgba(255,255,255,0.94);
	border-radius: 30px; */
}

.title_img_div{
	display: flex;
	position: relative;
	width: 100%;
	height: 5vh;
	/* border: solid 2px #78206E; */
	/* background-color: rgba(120, 32, 110, 0.7); */
}

.img_bg{
	/* position: absolute; */
	/* position: absolute; */
	
	height: 100%;
	width: 33%;

	/* width: 8vw; */
	/* height: 15vh; */
	min-width: 189px;
	min-height: 179px;
	/* scale: 0.8; */
	/* left: 37%;
	top: 23.8vh; */
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.8;
	opacity: 1;
	/* border-bottom: solid 1px #78206E ; */
	z-index: 99999;
	opacity: 0.5;
	/* opacity: 00.5; */
	/* border-radius: 50%; */
	/* border: solid 2px gray; */
	
}

.why_cf_container_card_title{
	text-align: center;
	font-size: 0.9vw;
	font-family: var(--theme_font);
	background-color: transparent;
	z-index: 9999;
}

.why_cf_container_card_title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0vh;
	margin-top: 0;
	width: 100%;
	height: 7vh;
	height: 10%;
	padding-top: 0.5vh;
	padding-bottom: 0.5vh;
	/* height: 100%; */
	/* height: 10vh; */
	/* border-top-right-radius: 10px;
	border-top-left-radius: 10px; */
	color: #78206E;
	color: white;
	background-color: rgba(120, 32, 110, 1);
	font-size: 1.0vw;
	font-weight: 100;
}

.why_cf_container_card_text{
	font-family: var(--theme_font_2);
	font-weight: 100;
	padding: 1vw;
	/* padding-top: 4.5vh; */
	padding-bottom: 0;
	height: 28vh;
	font-size: 1vw;
	font-size: 85%;
	height: 45%;
}

.why_cf{
	height: 18vh;
	width: 33vw;
}

#id_process_flow_div{
	display: flex;
	justify-content: center;
	margin-top: 20vh;
}

#id_proccess_steps_img{
	width: 50vw;
}

#id_why_cf_container_card_1{
	/* position: absolute; */
	/* height: 58vh; */
	/* width: calc(21vw + var(--width_factor)); */
	/* left: calc(6.5vw + var(--left_factor)); */
}

/* #id_why_cf_container_card_1_line{
	position: absolute;
	width: 5.7vw;
	border: solid 2px #78206E;
	left: 39.85vw;
	top: 18.8vh;
	transform: rotate(30deg);
} */

#id_why_cf_container_card_2{
	/* position: absolute; */
	/* height: 28vh; */
	/* width: calc(23vw + var(--width_factor)); */
	/* left: calc(2vw + var(--left_factor));
	top: 21.5vh; */
}

/* #id_why_cf_container_card_2_line{
	position: absolute;
	width: 9.3vw;
	border: solid 2px #78206E;
	left: 35.75vw;
	top: 31vh;
} */

#id_why_cf_container_card_3{
	/* height: 28vh; */
	/* width: calc(36vw + var(--width_factor)); */
	/* top: 42vh;
	left: calc(6.5vw + var(--left_factor)); */
}

/* #id_why_cf_container_card_3_line{
	position: absolute;
	width: 5.7vw;
	border: solid 2px #78206E;
	left: 39.9vw;
	left: 39.9vw;
	top: 43.5vh;
	transform: rotate(-30deg);
} */

#id_why_cf_container_card_4{
	/* position: absolute; */
	/* height: 28vh; */
	/* width: calc(32vw + var(--width_factor)); */
	/* left: calc(46vw + var(--left_factor)); */
	/* left: calc(58.1vw + var(--left_factor)); */
}

/* #id_why_cf_container_card_4_line{
	position: absolute;
	width: 5.7vw;
	border: solid 2px #78206E;
	left: 53.5vw;
	top: 18.8vh;
	transform: rotate(-30deg);
} */

#id_why_cf_container_card_5{
	/* position: absolute; */
	/* height: 28vh; */
	/* width: calc(19vw + var(--width_factor)); */
	/* left: calc(62vw + var(--left_factor)); */
	/* top: 21.5vh; */
}

/* #id_why_cf_container_card_5_line{
	position: absolute;
	width: 9.3vw;
	border: solid 2px #78206E;
	left: 53.4vw;
	top: 31vh;
} */

#id_why_cf_container_card_6{
	/* position: absolute; */
	/* height: 58vh; */
	/* width: calc(18vw + var(--width_factor)); */
	/* top: 42vh; */
	/* left: calc(57.5vw + var(--left_factor)); */
}

/* #id_why_cf_container_card_6_line{
	position: absolute;
	width: 5.5vw;
	border: solid 2px #78206E;
	left: 53vw;
	top: 43vh;
	transform: rotate(30deg);
} */

.before_slide_in{
	opacity: 0;
	transform: translateX(15%);
}

@media (max-width: 768px) { /*Galaxy and iphone*/
	@keyframes grow_and_pulse {
		0% {
			transform: scale(1), ;
		}

		70% {
			transform: scale(1.2), rotate(-22.5deg);
			
		}
		/* 80%{
			transform: rotate(-22.5deg);
		} */
		100% {
			transform: scale(1.1), rotate(-45deg);
		}
	}
	.header_div{
		/* height: 6%; */
		width: 100%;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 0;
		z-index: 99999;
		backdrop-filter: blur(80px);
		background-color: rgba(255,255,255,0.95);
	}
	.header_btn_div{
		width: 100%;
		padding-right: 2%
	}
	.nav_btn{
		font-size: 0.5rem;
		font-weight: 900;
		width: 50%;
	}
	.last_btn{
		width: 100%;
	}
	.banner{
		font-size: 110%;
		width: 120%;
	}
	#id_sub_banner{
		font-size: 100%;
	}
	#id_cta{
		width: 150%;
	}
	#id_cta_btn{
		width: 35%;
		font-size: 85%;
	}
	.about_text{
		font-size: 90%;
	}
	.intro_span{
		font-size: 140%;
	}
	.services_and_samples_div{
		
	}
	.services_buttons_div{
		width: 100%;
		/* margin-top: 8%; */
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.sample_label{
		transform: rotate(-45deg);
		font-size: 1rem;
		overflow-wrap: normal;
	}
	.samples_info_div{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.text_samples_info_div{
		/* margin: 0;
		padding: 0; */
	}
	.sample_inactive{
		color: gray;
	}
	.services_buttons_div{
		border-top: none;
		margin-bottom: 8%;
	}
	.sample_info_title, .sample_info_lines{
		width: 250%;
		/* height: 50%; */
		margin: 0;
	}
	.sample_info_title{
		margin-bottom: 12%;
	}
	.video-card {
		position: relative;
		/* background: #181b22; */
		border-radius: 14px;
		/* overflow: hidden; */
		box-shadow: 0 10px 30px rgba(0,0,0,.35);
		transition: transform .25s ease, box-shadow .25s ease;
		cursor: pointer;
		width: 100%;
		height: 30%;
		margin-top: 5%;
		
		/* margin-right: 1vw; */
	}
	.video-wrapper {
		position: relative;
		height: 100%;
	}
	video{
		height: 100%;
	}
	#id_why_cf_container{
		height: 80%;
		width: 100%;
		margin-left: 0;
		justify-content:left;
		align-items: left;
		margin-bottom: 10%;
	}
	#id_why_cf_cards_div{
		flex-direction: column;
		align-items: flex-start;
		justify-content:initial;
		position: relative;
		height: 100%;
		margin-top: 1%;
	}
	.why_cf_card_div_row{
		margin: 0;
		justify-content: center;
		flex-direction: row;
		height: 50%;
		margin: 0;
		padding: 0;
		width: 100%;
		margin-bottom: 6%;
	}
	#id_why_cf_card_div_row_1{
		
	}
	.why_cf_card{
		/* width: 30%;
		height: 35%; */
		width: 50%;
		height: 100%;
	}
	#id_why_cf_title{
		margin-left: 0;
	}
	#id_underlay_div_container{
		position: relative;
		height: 25%;
		width: 50%;
		min-width: 100%;
		min-height: 25%;
		/* background-color: blue; */
	}
	.img_bg{
		position: relative;
		/* min-width: none;
		min-height: none; */
		height: 100%;
		width: 80%;
		min-height: 100%;
		min-width: 80%;
	}
	.why_cf_container_card_title{
		font-size: 0.7rem;
		height: 15%;
	}
	.why_cf_container_card_text{
		font-size: 0.5rem;
		height: 50%;
	}
	#id_guarantee_div{
		margin-top: 1%;
	}
	.guarantee_span{
		font-size: 1rem;
	}
	.guarantee_span2{
		font-size: 1rem;
	}
	#id_guarantee_text{
		font-size: 0.8rem;
	}
	#information_div{
		margin-top: 35%;
	}
	#contact_btn{
		font-size: 0.9rem;
		width: 50%;
	}
	.footer_logo{
		width: 65%;
		margin-top: 10%;
	}
}

@media (min-width: 427px) and (max-width: 768px){ /* iPhone only */
	.banner_div{
		margin-bottom: 0%;
	}
	#id_about_div{
		margin-bottom: 90%;
	}
}

@media (max-width: 427px) { /* Galaxy only */
	.banner_div{
		margin-bottom: 10%;
		margin-left: 3%;
	}
	.banner{
		font-size: 100%;
		margin-top: 50%;
		/* width: 120%; */
	}
	#id_sub_banner{
		font-size: 90%;
	}
	#id_cta_btn{
		width: 35%;
		font-size: 85%;
	}
	.about_text{
		font-size: 80%;
	}
	.video-card {
		height: 100%;
	}
	.samples_text, .sample_info_lines, .why_cf_container_card_text, #id_guarantee_text, .information_div_text,
	.about_text, #id_sub_banner, .sample_info_title, .why_cf_container_card_text{
		font-weight: 400;
	}
}