/*
 * Banner Section Custom Styles
 * Scoped to #technology_software_firm_banner_section
 */

#technology_software_firm_banner_section.sale-banner {
	position: relative;
	overflow: hidden;
	background: var(--secondary-color);
	padding: 0;
	padding-bottom: 3px;
}

#technology_software_firm_banner_section.sale-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 75%);
    z-index: 9;
}

#technology_software_firm_banner_section .sale-banner__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: stretch;
	min-height: 520px;
	gap: 0;
}

#technology_software_firm_banner_section .sale-banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    left: 22%;
}

#technology_software_firm_banner_section .sale-banner__inner {
    position: relative;
}

#technology_software_firm_banner_section .sale-banner__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/banner-bg-hexagon.png");
	background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.62;
    pointer-events: none;
    z-index: 0;
}

#technology_software_firm_banner_section .sale-banner__kicker {
	margin: 0 0 22px;
	font-family: var(--font-second);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #55d9ff;
}

#technology_software_firm_banner_section .sale-banner__title {
	margin: 0;
	max-width: 650px;
	font-family: var(--font-heading);
	font-size: 56px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.01em;
	color: #f4f8ff;
}

#technology_software_firm_banner_section .sale-banner__description {
	margin: 24px 0 0;
	max-width: 540px;
	font-family: var(--font-second);
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #FFFFFF;
}

#technology_software_firm_banner_section .sale-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 70px;
	margin-top: 34px;
}

#technology_software_firm_banner_section .sale-banner__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-family: var(--font-second);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

#technology_software_firm_banner_section .sale-banner__button.is-disabled {
	pointer-events: none;
	opacity: 0.7;
}

#technology_software_firm_banner_section .sale-banner__button--primary {
	background: linear-gradient(180deg, #6DE1F8 0%, #408492 100%);
	border-color: transparent;
	color: #ffffff;
}

#technology_software_firm_banner_section .sale-banner__button--primary:hover,
#technology_software_firm_banner_section .sale-banner__button--primary:focus {
	transform: translateY(-2px);
	color: #00143f;
}

#technology_software_firm_banner_section .sale-banner__button--secondary {
	background: rgba(2, 12, 76, 0.45);
	color: #eef5ff;
	border-color: rgba(76, 228, 255, 0.65);
}

#technology_software_firm_banner_section .sale-banner__button--secondary:hover,
#technology_software_firm_banner_section .sale-banner__button--secondary:focus {
	transform: translateY(-2px);
	background: rgba(5, 21, 112, 0.76);
	color: #ffffff;
	border-color: rgba(120, 234, 255, 0.9);
}

#technology_software_firm_banner_section .sale-banner__media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    z-index: 9;
}

#technology_software_firm_banner_section .sale-banner__media-frame,
#technology_software_firm_banner_section .sale-banner__media-image {
	height: 100%;
}

#technology_software_firm_banner_section .sale-banner__model-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 270px 0 0 0;
}

#technology_software_firm_banner_section .sale-banner__accent-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 38%;
	background: linear-gradient(0deg, rgba(0, 7, 53, 0.4) 0%, rgba(0, 7, 53, 0) 100%);
	pointer-events: none;
}

@media only screen and (max-width: 1500px) {
	#technology_software_firm_banner_section .sale-banner__content {
		left: 10%;
	}
}

@media only screen and (max-width: 1300px) {
	#technology_software_firm_banner_section .sale-banner__content {
		left: 5%;
	}
	#technology_software_firm_banner_section .sale-banner__title {
		max-width: 500px;
		font-size: 44px;
	}
	#technology_software_firm_banner_section .sale-banner__description {
		max-width: 450px;
	}
}

@media only screen and (max-width: 991px) {
	#technology_software_firm_banner_section .sale-banner__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        margin-top: 40px;
        row-gap: 20px;
    }

	#technology_software_firm_banner_section .sale-banner__title {
		font-size: 40px;
		max-width: 100%;
	}

	#technology_software_firm_banner_section .sale-banner__description {
		max-width: 100%;
	}

	#technology_software_firm_banner_section .sale-banner__media,
	#technology_software_firm_banner_section .sale-banner__media-frame,
	#technology_software_firm_banner_section .sale-banner__media-image {
		min-height: 360px;
		height: 360px;
	}

	#technology_software_firm_banner_section .sale-banner__media::before {
		display: none;
	}

	#technology_software_firm_banner_section .sale-banner__content::before {
		background-size: cover;
		background-position: center;
	}
	#technology_software_firm_banner_section .sale-banner__content {
        left: 2%;
        max-width: 94%;
    }
}

@media only screen and (max-width: 575px) {
	#technology_software_firm_banner_section .sale-banner__content {
        left: 2%;
        max-width: 94%;
        text-align: center;
    }
	#technology_software_firm_banner_section .sale-banner__model-image {
		border-radius: 160px 0 0 0;
	}
	#technology_software_firm_banner_section .sale-banner__kicker {
		margin-bottom: 16px;
		font-size: 12px;
	}

	#technology_software_firm_banner_section .sale-banner__title {
		font-size: 32px;
		line-height: 1.18;
	}

	#technology_software_firm_banner_section .sale-banner__description {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.5;
	}

	#technology_software_firm_banner_section .sale-banner__actions {
		margin-top: 24px;
		gap: 10px;
	}

	#technology_software_firm_banner_section .sale-banner__button {
		width: 100%;
	}

	#technology_software_firm_banner_section .sale-banner__media,
	#technology_software_firm_banner_section .sale-banner__media-frame,
	#technology_software_firm_banner_section .sale-banner__media-image {
		height: 280px;
		min-height: 280px;
	}
}
