/* hero banner */
.pdr-hero-banner-home-product {
    background: var(--color-black);
}

.pdr-hero-banner-home-product-content {
    display: flex;
    align-items: stretch;
    gap: 50px;
}

.pdr-hero-banner-home-product-content-right{
    max-width: 50%;
    width: 585px;
    padding: 75px 0 0;
    text-align: center;
}

.pdr-hero-banner-home-product h1 {
    color: var(--color-white);
    font-size: 70px;
    font-weight: var(--font-weight-h1);
    font-family: var(--heading-font-family);
    line-height: 60px;
    margin: 0 0 30px;
    text-transform: var(--heading-text-transform);
}

.pdr-hero-banner-home-product svg {
    margin-bottom: 30px;
    max-width: 100%;
}

.pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-subtitle {
    color: var(--color-white);
    font-size: 43px;
    font-weight: var(--font-weight-h1);
    font-family: var(--heading-font-family);
    line-height: 40px;
    text-transform: var(--heading-text-transform);
    margin-bottom: 30px;
}

.pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-line3 {
    color: var(--color-white);
    font-size: 28px;
    font-weight: var(--font-weight-h1);
    font-family: var(--heading-font-family);
    line-height: 32px;
    text-transform: var(--heading-text-transform);
    margin-bottom: 40px;
}

.pdr-hero-banner-home-product h1 span,
.pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-subtitle span,
.pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-line3 span {
    color: var(--prodog-reset);
}

.pdr-hero-banner-home-product-button {
    display: flex;
    justify-content: center;
}

.pdr-hero-banner-home-product-button a.pdr-button {
    background: var(--prodog-yellow);
    border-color: var(--prodog-yellow);
    color: var(--prodog-black);
    text-transform: uppercase;
    font-size: 28px;
    border-radius: 40px;
    height: 75px;
    width: 100%;
    max-width: 325px;
}

.pdr-hero-banner-home-product-button a.pdr-button:hover {
    background: var(--prodog-reset);
    border-color: var(--prodog-reset);
    color: var(--prodog-black);
}

.pdr-hero-banner-home-product-left-image {
    width: 50%;
    display: flex;
    position: relative;
}

.pdr-hero-banner-home-product-left-image-image {
	height: 100%;
	background-size: 119%;
	background-repeat: no-repeat;
	background-position: center -125px;
	width: 650px;
	position: absolute;
	top: 0px;
	left: -120px;
}

.pdr-hero-banner-home-product-left-image-image img {
    display: none;
}

.pdr-hero-banner-home-product-image-bottom {
    width: 100%;
    display: flex;
    position: relative;
    height: 215px;
}

.pdr-hero-banner-home-product-image-bottom-image {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	width: 1000px;
	position: absolute;
	top: 0px;
	left: -110px;
}

@media (max-width: 1250px) {

    .pdr-container {
        padding: 0 25px;
    }

    .pdr-hero-banner-home-product-image-bottom-image {
    	left: 0;
    }

    .pdr-hero-banner-home-product-left-image-image {
    	background-size: contain;
    	background-position: center;
    	width: 100%;
    	left: 0;
    }

    .pdr-hero-banner-home-product-image-bottom-image {
    	background-size: contain;
    	background-position: bottom left;
    	width: 800px;
    }

    .pdr-hero-banner-home-product h1 {
    	font-size: 60px;
    	line-height: 50px;
    	margin: 0 0 30px;
    }

    .pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-subtitle {
    	font-size: 38px;
    	line-height: 36px;
    	margin-bottom: 25px;
    }

    .pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-line3 {
    	font-size: 25px;
    	line-height: 28px;
    	margin-bottom: 40px;
    }

}

@media (max-width: 1099px) {

    .pdr-hero-banner-home-product h1 {
    	font-size: 50px;
    	line-height: 50px;
    }

    .pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-subtitle {
    	font-size: 33px;
    	line-height: 30px;
    	margin-bottom: 20px;
    }

    .pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-line3 {
    	font-size: 21px;
    	line-height: 28px;
    }

    .pdr-hero-banner-home-product-image-bottom {
        display: none;
    }

    .pdr-hero-banner-home-product-content-right {
    	padding: 75px 0;
    }

    .pdr-hero-banner-home-product-button a.pdr-button {
    	font-size: 24px;
    	height: 60px;
    	max-width: 300px;
    }

}

@media (max-width: 999px) {

    .pdr-hero-banner-home-product-content-right {
    	padding: 40px 0;
    }

}

@media (max-width: 767px) {

    .pdr-container {
    	padding: 0 20px;
    }

    .pdr-hero-banner-home-product-left-image,
    .pdr-hero-banner-home-product-content-right {
    	width: 100%;
        max-width: 100%;
    }

    .pdr-hero-banner-home-product-content {
        flex-direction: column-reverse;
        gap: 0;
    }

    .pdr-hero-banner-home-product h1 {
    	font-size: 40px;
    	line-height: 40px;
        margin-bottom: 10px;
    }

    .pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-subtitle {
    	font-size: 24px;
    	line-height: 25px;
    }

    .pdr-hero-banner-home-product p.pdr-hero-banner-home-product-content-line3 {
    	font-size: 16px;
    	line-height: 20px;
        margin-bottom: 20px;
    }

    .pdr-hero-banner-home-product-left-image {
        display: block;
    }

    .pdr-hero-banner-home-product-left-image-image {
        background: none !important;
        position: static;
        display: flex;
        justify-content: center;
    }

    .pdr-hero-banner-home-product-left-image-image img {
        display: block;
        width: 500px;
        max-width: 100%;
    }

    .pdr-hero-banner-home-product-content-right {
    	padding-bottom: 0;
    }

    .pdr-hero-banner-home-product svg {
        width: 250px;
        margin-bottom: 15px;
    }

}
