.brand-left-section {
    width: 56%;
    border-radius: 25px;
    position: absolute;
    padding: 60px 115px 85px 110px;
    top: -50px;
    left: 12px;
    z-index: 99;
}
.brand-gallary {
    width: 83%;
    box-shadow: -15px 15px 0px #EFF5F9;
    border-radius: 15px;
	margin: 13px 0;
	overflow: hidden;
}
.brand-section-row {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    position: relative;
    margin-top: 45px;
}
.brand-section-row.media-text{
	justify-content: left;
}
.brand-section-row.media-text .brand-gallary {
    box-shadow: 15px 15px 0px #EFF5F9;
    border-radius: 15px;
}
.brand-section-row.media-text .brand-left-section {
    right: 12px;
    left: unset;
}
.gallery-image {
	/* border-radius: 15px; */
}
.gallery-image img {
    border-radius: 15px;
    width: 100%;
    max-height: 800px;
    object-fit: cover;
	position: relative;
}
.gallery-image {
	position: relative;
}
.gallery-image:after {
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
    top: 0;
    left: 0;
	border-radius: 15px;
}
.brand-left-section img{
	margin-bottom: 55px;
	max-width: 215px;
}
.brand-left-section.schlotzskys img{
	max-width: 218px;
}
.brand-left-section h3{
	margin-bottom: 20px;
}
.brand-left-section h2 {
    margin-bottom: 20px;
    font-family: var(--wp--preset--font-family--graphik);
    font-size: clamp(1.125rem, 0.9588rem + 0.4624vw, 1.375rem);
    line-height: var(--wp--custom--typography--line-height--medium);
}
.brand-left-section p {
    margin-bottom: 30px;
    line-height: 26px;
}
.btn-wrap {
    display: flex;
    justify-content: space-between;
}
.btn-wrap .link-btn{
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.btn-wrap .link-btn svg{
	margin-left: 15px;
	color: #fff;
}
.gallery-video video {
    border-radius: 15px;
    min-height: 800px;
	position: relative;
}
.gallery-video {
	position: relative;
}
.gallery-video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
    top: 0;
    left: 0;
	border-radius: 15px;
}
.mcalister .btn-wrap .link-btn{
	color: var(--wp--preset--color--black-web);
}
.brand-left-section.mcalister .btn-wrap .link-btn svg path{
	fill: var(--wp--preset--color--black-web);
}

.brand-left-section.mcalister .btn-wrap .link-btn:hover svg path{
	fill: var(--wp--preset--color--black-web) !important;
}

.schlotzskys .btn-wrap .link-btn{
	color: var(--wp--preset--color--black-web);
}
.brand-left-section.schlotzskys .btn-wrap .link-btn:hover{
	color: var(--wp--preset--color--red) !important;
}
.brand-left-section.schlotzskys .btn-wrap .link-btn svg path{
	fill: var(--wp--preset--color--black-web);
}

.brand-left-section.schlotzskys .btn-wrap .link-btn:hover svg path{
	fill: var(--wp--preset--color--red) !important;
}


.cinnabon .btn-wrap .link-btn{
	color: var(--wp--preset--color--black-web);
}
.brand-left-section.cinnabon .btn-wrap .link-btn:hover{
	color: var(--wp--preset--color--red) !important;
}
.brand-left-section.cinnabon .btn-wrap .link-btn svg path{
	fill: var(--wp--preset--color--black-web);
}

.brand-left-section.cinnabon .btn-wrap .link-btn:hover svg path{
	fill: var(--wp--preset--color--red) !important;
}

.carvel .btn-wrap .link-btn{
	color: var(--wp--preset--color--black-web);
}
.carvel .btn-wrap .link-btn svg path{
	fill: var(--wp--preset--color--black-web);
}

.brand-left-section.carvel .btn-wrap .link-btn:hover{
	color: var(--wp--preset--color--red) !important;
}
.brand-left-section.carvel .btn-wrap .link-btn:hover svg path{
	fill: var(--wp--preset--color--red) !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-arrow .swiper-button-next:after {
    background: url(../../assets/images/left-arrow.png);
    content: "";
    width: 50px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	transition: 0.1s ease-in-out;
	left: -25px;
}
.swiper-arrow .swiper-button-next:hover:after {
    width: 65px;
    height: 15px;
	background-size: contain;
}
.swiper-arrow .swiper-button-next:before {
    content: "Next";
    position: absolute;
    bottom: -4px;
    font-size: 16px;
    line-height: 26px;
    right: -20px;
}
.swiper-arrow .swiper-button-prev:before {
	content: "Prev";
	position: absolute;
    bottom: -4px;
    font-size: 16px;
    line-height: 26px;
    left: -20px;
}
.swiper-arrow .swiper-button-prev:after {
    background: url(../../assets/images/left-arrow.png);
    content: "";
    width: 50px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: rotate(180deg);
	transition: 0.1s ease-in-out;
	right: -25px;
}
.swiper-arrow .swiper-button-prev:hover:after {
    width: 65px;
    height: 15px;
	background-size: contain;
}
.swiper-arrow {
    position: absolute;
    bottom: 35px;
	width: 100%
}
.swiper-button-prev{
	left: 75px !important;
}
.swiper-button-next {
    right: 75px !important;
}
.swiper-pagination {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 35px !important;
    width: 100% !important;
    font-size: 0;
}
.swiper-pagination span{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.swiper-pagination .swiper-pagination-total {
    display: none;
}
.swiper-scrollbar-wrap {
    padding: 0;
}
.swiper-scrollbar-wrap .swiper-scrollbar {
    opacity: 0.6;
    position: absolute;
    left: auto;
    bottom: 0;
    z-index: 50;
    height: 3px;
    width: 50%;
    margin-left: auto;
    cursor: pointer;
    background: #fff;
}
.swiper-scrollbar-wrap .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
	opacity: 1;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1 !important;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 2px !important;
    display: inline-block;
    border-radius: 50%;
    background: #fff !important;
    opacity: .5 !important;
    margin: 0 5px !important;
}
/*
.brand-gallary .swiper-pagination .swiper-pagination-total {
    display: block;
}
.brand-gallary .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

.brand-left-section.mcalister .btn-wrap .link-btn:hover{
	color: var(--wp--preset--color--red) !important;
}
.brand-left-section.mcalister .btn-wrap .link-btn:hover svg path{
	fill: var(--wp--preset--color--red) !important;
}
.brand-left-section .btn-wrap .link-btn:hover{
	color: var(--wp--preset--color--medium-gray) !important;
}
.brand-left-section .btn-wrap .link-btn:hover svg path{
	fill: var(--wp--preset--color--medium-gray) !important;
}
.brand-left-section .btn-wrap .link-btn:hover:after{
	width: 75%;
	transition: 0.1s ease-in-out;
}
.brand-left-section .btn-wrap .link-btn{
	position: relative;
}
.brand-left-section .btn-wrap .link-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
	width: 0%;
    background: var(--wp--preset--color--medium-gray);
    transition: 0.5s ease-in-out;
}
.brand-left-section.mcalister .btn-wrap .link-btn:after{
	background: var(--wp--preset--color--red);
}
.brand-left-section.schlotzskys .btn-wrap .link-btn:after{
	background: var(--wp--preset--color--red);
}
.brand-left-section.cinnabon .btn-wrap .link-btn:after{
	background: var(--wp--preset--color--red);
}

.brand-left-section.carvel .btn-wrap .link-btn:after{
	background: var(--wp--preset--color--red);
}

.brand-left-section .btn-wrap .link-btn:first-child svg {
    transition: 0.2s ease-in-out;
}
.brand-left-section .btn-wrap .link-btn:first-child:hover svg {
    transform: scale(1.2);
}
.brand-left-section .btn-wrap .link-btn:first-child:after{
	content: none;
}
.brand-left-section.mcalister .btn-wrap .link-btn:hover svg path{
	/* filter: invert(1); */
}
@media only screen and (max-width:1399px) {
.brand-left-section {
	padding: 60px 50px;
}	
}
@media only screen and (max-width:1199px) {
.brand-left-section {
    width: 100%;
	position: unset;
	padding: 60px;
	border-radius: 25px 25px 0 0;
}
.brand-gallary {
    width: 100%;
	margin-top: 0;
	border-radius: 0 0 15px 15px !important;
}
.brand-gallary .gallery-image img{
	border-radius: 0 0 15px 15px;
}
}
@media only screen and (max-width:1024px) {
.brand-left-section {
	padding: 60px 40px;
}
.gallery-video video {
    min-height: 500px;
}
.gallery-image img{
	min-height: 500px;
	max-height: 500px;
}
}
@media only screen and (max-width:767px) {
.brand-left-section {
	padding: 40px 15px;
}
.gallery-video video {
    min-height: 350px;
}
.gallery-image img{
	min-height: 350px;
	max-height: 350px;
}
.btn-wrap {
    display: block;
}
.btn-wrap .link-btn{
	margin-bottom: 10px;
}
.swiper-arrow{
	display: none;
}
}