/*!
Theme Name: Ashley Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Ashley - Creative Potfolio WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: ashley
Text Domain: ashley-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

:root {
  --light-border: rgb(0 0 0 / 13%);
}

@font-face {
	font-family: 'Gill Sans';
	font-style: normal;
	font-weight: 700;
	src: url('assets/gill-sans-bold.otf') format('opentype');
}

@font-face {
	font-family: 'Gill Sans';
	font-style: normal;
	font-weight: 500;
	src: url('assets/gill-sans-medium.otf') format('opentype');
}

@font-face {
	font-family: 'Gill Sans';
	font-style: normal;
	font-weight: 400;
	src: url('assets/gill-sans-regular.otf') format('opentype');
}

@font-face {
	font-family: 'Gill Sans';
	font-style: normal;
	font-weight: 100;
	src: url('assets/gill-sans-light.otf') format('opentype');
}


h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: 'Gill Sans', sans-serif !important;
	font-weight: 700;
}

body {
	font-family: 'Gill Sans', sans-serif !important;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
}

body .mil-light-soft {
	color: rgba(255, 255, 255, 0.8);
}

.network-item__overlay {
	opacity: 0;
}

.network-item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background-color: #fdd140;
	z-index: 2;
	transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.network-item:hover::after {
	width: 100%;
	transition: width 0.4s;
}

.network-item__overlay .network-item__name:hover a {
	color: #fdd140 !important;
}

.network-item__overlay .elementor-widget-container {
	transition: transform 0.3s;
}

.network-item__overlay:hover {
	opacity: 1;
	transition: opacity 0.3s;
}

.network-item__overlay:hover .elementor-widget-container {
	transform: translateY(0);
}

#site-logo {
	transition: transform 0.5s, opacity 0.5s;
}

.hide-logo {
	transform: translateY(-100px); /* Adjust the value to hide the logo above the viewport */
	opacity: 0;
}
/*
.network-swiper .swiper-wrapper {
	box-shadow: 28px 0 12px #000000c4;
	background-image: url(https://nine71.elogyc.com/wp-content/uploads/2025/11/realistic-vector-icon-film-tape-strip-with-white-square-isolated-white-cinema-concept.png);
    transition-duration: 3000ms;
    transform: translate3d(-1866.67px, 0px, 0px);
    background-size: contain;
    background-repeat: repeat-x;
}*/

.cf-footer input::placeholder, .cf-footer textarea::placeholder {
	color: #fff;
	font-weight: 100;
}

.cf-multiplerows .wpcf7-form-control-wrap {
	width: 50%;
}

.custom-button a {
	box-shadow: 0 3px 4px -2px #0000001a !important;
}

.custom-button a:hover {
	box-shadow: 0 2px 6px 0 #fdd140 !important;
}

.cf-footer input, .cf-footer textarea {
    height: 60px;
    padding: 0 20px;
    background-color: transparent;
    color: #fdd140;
    border-bottom: solid 1px #fff;
    margin-bottom: 0px;
}

.cf-multiplerows {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.cf-footer textarea {
	padding-top: 20px !important;
}

.cf-footer .wpcf7-submit:hover {
    background-color: #fdd140;
    cursor: pointer;
    color: #000;
	border-bottom: solid 1px #fdd140;
    box-shadow: 0px 0px 22px #fdd140;
}

.cf-footer .wpcf7-submit {
	transition: 0.5s;
}

.cf-footer .wpcf7-submit {
	color: #fff;
}

.whitebg-section .mil-services-grid .mil-services-grid-item {
	border-right: solid 1px var(--light-border);;
}

.whitebg-section .mil-services-grid {
	border-top: solid 1px var(--light-border);
}

.whitebg-section .mil-services-grid .mil-services-grid-item:first-child {
	border-left: solid 1px var(--light-border);
}

.whitebg-section .mil-suptitle:before {
	opacity: 1;
	background-color: var(--light-border);
}

.map-section .elementor-widget-container {
	max-width: 54vw;
	margin: auto;
}

/* start hidden */
.celebrity-item-des,
.celebrity-item-heading,
.celebrity-item-title {
    opacity: 0;
}

.celebrity-item-heading img {
	border-radius: 100px !important;
}


/* fade-in when Swiper marks slide as next */
.swiper-slide-next + .swiper-slide .celebrity-item-heading,
.swiper-slide-next + .swiper-slide .celebrity-item-title,
.swiper-slide-next + .swiper-slide .celebrity-item-des{
    animation: fadeIn 1s ease forwards;
    animation-delay: 1.5s;
}

/* animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



