/* Banner CSS */

.banner h1 + p{
  font-size: 1.325em;
  margin-bottom: 30px;
}
.banner_mask_1 {
  /*clip-path: url(#shape_1);*/
   -webkit-mask-image: url(/wp-content/themes/briighter-care/assets/images/mask-1.svg);
    mask-image: url(/wp-content/themes/briighter-care/assets/images/mask-1.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.banner_mask_2 {
    /*clip-path: url(#shape_2);*/
    -webkit-mask-image: url(/wp-content/themes/briighter-care/assets/images/mask-2.svg);
    mask-image: url(/wp-content/themes/briighter-care/assets/images/mask-2.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.banner_mask_3 {
    /*clip-path: url(#shape_2);*/
    -webkit-mask-image: url(/wp-content/themes/briighter-care/assets/images/mask-3.svg);
    mask-image: url(/wp-content/themes/briighter-care/assets/images/mask-3.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.banner{
	overflow: hidden;
	overflow: unset;
	padding: 170px 0 140px;
}

.banner .flex{
	align-items: flex-start!important;
}
.banner img.primary{
	max-width: 500px;
	right: 300px;
	top: -10px;
	position: absolute;
}
.banner img.secondary{
	max-width: 274px;
	right: 300px;
	top: 450px;
	z-index: 99;
	position: absolute;
}
.banner img.tertiary{
	max-width: 361px;
	right: 50px;
	z-index: 99;
	top: 220px;
	z-index: 9991;
	position: absolute;
}
.banner .shape.o{
	position: absolute;
	right: 49%;
	bottom: 60px;
}
.banner .shape.c{
	position: absolute;
	right: 44%;
	bottom: 70px;
}
.banner .shape.double-waves{
	position: absolute;
	left: 53%;
	bottom: 50px;
	width: 208px;
	transform: rotate(50deg);
}
.banner .shape.full-star{
	position: absolute;
	right: 125px;
	top: 70px;
	width: 113px;
}
.banner .shape.short-swirl{
	width: 300px;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 999;
}

@media screen and (max-width: 1780px){
	.banner .shape.double-waves{
		left: 50%;
	}
}

@media screen and (max-width: 1600px){
	.banner .shape.double-waves{
		left: 48%;
		width: 190px;
	}
}

@media screen and (max-width: 1520px){
	.banner .shape.double-waves{
		left: 45%;
		width: 160px;
		bottom: 120px;
	}
	.banner img.primary{
		max-width: 460px;
		right: 280px;
	}
}

@media screen and (max-width: 1320px){
	.banner img.primary{
		max-width: 380px;
		right: 200px;
	}
	.banner .shape.star{
		position: absolute;
		right: 20px;
		top: 0;
		width: 80px;
	}
	.banner .shape.m{
		width: 100px;
		bottom: 100px;
	}
	.banner img.tertiary{
		max-width: 200px;
		right: 60px;
		top: 210px;
		position: absolute;
	}
	.banner img.secondary {
	    max-width: 220px;
	    right: 200px;
	    top: 350px;
	}
	.banner .shape.short-swirl{
		width: 200px;
		bottom: 0;
	}
	.banner .shape.full-star{
		width: 80px;
		right: 80px;
		top: 50px;
	}
	.banner .shape.double-waves{
		width: 120px;
		left: auto;
		right: 450px;
	}
	.banner{
		padding-bottom: 70px;
	}
	.banner .shape.c{
		right: 32%;
		width: 100px;
	}
	.banner .shape.o{
		right: 38%;
		width: 60px;
	}
}

@media screen and (max-width: 1199px){
	.banner img.primary{
		max-width: 320px;
		top: 0;
		right: 160px;
	}
	.banner img.secondary{
		max-width: 200px;
		top: 320px;
	}
	.banner img.tertiary{
		right: 50px;
		top: 200px;
	}
	.banner .shape.full-star{
		right: 50px;
		width: 70px;
	}
	.banner .shape.double-waves{
		width: 100px;
		right: 400px;
		bottom: 90px;
	}
	.banner .shape.short-swirl{
		width: 150px;
		bottom: 0;
	}
	.banner{
		padding-top: 70px;
	}
}

@media screen and (max-width: 991px){
	.banner{
		padding-top: 80px;
	}
	.banner img.primary{
		max-width: 300px;
		right: 100px;
	}
	.banner .shape.star{
		right: 20px;
		width: 60px;
	}
	.banner img.tertiary{
		max-width: 170px;
		right: 20px;
		top: 190px;
	}
	.banner img.secondary {
	    max-width: 180px;
        right: 140px;
        top: 290px;
	}
	.banner .shape.double-waves{
		right: 340px;
		bottom: 100px;
	}
	.banner .shape.full-star{
		width: 60px;
		right: 30px;
	}
    .banner h1 + p{
	    font-size: 1em;
	}
}

@media screen and (max-width: 767px){
	.banner h1 + p{
	    margin-bottom: 20px;
	}
	.banner img.primary{
		position: relative;
		right: 0;
		top: -30px;
		left: 30px;
	}
	.banner img.secondary{
		right: auto;
        left: 150px;
        top: auto;
        bottom: -90px;
	}
	.banner img.tertiary{
		right: auto;
		top: 155px;
		left: 265px;
	}
	.banner .static{
		position: relative;
	}
	.banner .shape.full-star{
		right: 70px;
	}
	.banner .shape.double-waves{
		right: auto;
		left: 10px;
		top: auto;
		bottom: 0;
	}
	.banner{
		padding-top: 40px;
	}
}

@media screen and (max-width: 480px){
	.banner img.primary{
		max-width: 220px;
		top: -10px;
		left: 15px;
	}
	.banner img.secondary{
		max-width: 120px;
		left: 110px;
		bottom: -70px;
	}
	.banner img.tertiary{
		max-width: 140px;
		left: 190px;
		top: 120px;
	}
	.banner .shape.star{
		right: 50px;
	}
	.banner .shape.m{
		width: 60px;
	}
	.banner .shape.c{
		width: 60px;
		left: 15px;
		bottom: -30px;
	}
	.banner .shape.o{
		width: 35px;
	}
	.banner .shape.double-waves{
		width: 70px;
		bottom: -20px;
	}
	.banner .shape.short-swirl{
		width: 110px;
		bottom: -40px;
	}
	.banner .shape.full-star{
		right: 50px;
		width: 50px;
		top: 30px;
	}
	.banner{
		padding-bottom: 85px;
	}
}

@media screen and (max-width: 379px){
	.banner img.primary{
		max-width: 200px;
	}
	.banner img.secondary{
		max-width: 100px;
		bottom: -55px;
	}
	.banner img.tertiary {
        max-width: 120px;
        left: 170px;
        top: 110px;
    }
    .banner .shape.m {
        width: 50px;
    }
    .banner .shape.star {
        right: 40px;
        width: 50px;
    }
    .banner .shape.c {
        width: 50px;
        left: 20px;
        bottom: -22px;
    }
}








