.fw-700{
    font-weight: 700;
}

.fw-500{
    font-weight: 500;
}

#get-start-section{
    margin-bottom: 0 !important; /*Need to adjust this css in style.css for this section*/
}

#new-with-dunkany-section .container {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: inherit;
}

#new-with-dunkany-section{
    background-image: url(../img/bio_links/new-dunkany-bg.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-top: 130px;*/
    padding-bottom: 120px;
    overflow: hidden;
    margin-bottom: 110px;
}
.new-dunkany-banner-wrapper {
    z-index: 2;
    position: relative;
}
.new-dunkany-container {
    text-align: center;
    max-width: 1064px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.new-dunkany-heading-wrapper {
    margin-bottom: 30px;
}

.new-dunkany-small-title{
    font-size: 20px;
    color: #A2A2A2;
    font-weight: 500;
    margin-bottom: 12px;
}

.new-dunkany-title, .new-dunkany-yellow-bg-title-wrap{
    color: #222151;
    font-size: 50px;
    font-weight: 800;
}

.new-dunkany-yellow-bg-title-wrap{
    background-color: #FFDD22;
    border-radius: 5px;
    padding: 4px 40px 4px 25px;
    position: relative;
}
html[dir="rtl"] .new-dunkany-yellow-bg-title-wrap{
	padding: 4px 40px 4px 0px !important;
}
.new-dunkany-yellow-bg-title-badge{
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new-dunkany-details-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.new-dunkany-details {
    color: #777777;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 34px;
}
.new-dunkany-banner-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.primary-button.primary-color-two.two {
    border-radius: 5px;
    transition: all .3s;
}
.primary-button.primary-color-two {
    border-color: #FFDD22;
    background-color: #FFDD22;
    font-weight: 600;
    transition: all .3s;
}
.primary-button {
    z-index: 2;
    border: 1px solid #FFDD22;
    background-color: #FFDD22;
    color: #000;
    text-transform: capitalize;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 16px 34px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    transition: background-color 1s ease;
}
.primary-button:hover{
    background-color: rgba(255, 221, 34, 0.8);
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.new-dunkany-bottom-wrapper {
    position: relative;
}
.new-dunkany-image-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 597px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.new-dunkany-img-01 {
    z-index: 5;
    width: 310px;
    transition: all .2s;
    position: relative;
    box-shadow: 50px 0 70px #4747471c;
}

.new-dunkany-img-float-content{
    max-width: 294px;
    background: #FFF5BD;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 500;
    color: #222151;
    line-height: 25px;
}
html[dir="rtl"] .new-dunkany-img-float-content{
	max-width: 300px;
}

.new-dunkany-img-float-content-01 {
    z-index: 6;
    /*border-radius: 20px;*/
    position: absolute;
    inset: 100px auto auto -235px;
    /*box-shadow: 0 3px 50px #47474726;*/
}
.new-dunkany-img-float-content-02 {
    z-index: 7;
    position: absolute;
    /*inset: auto -120px 110px auto;*/
    inset:auto -236px 328px auto;
}

.new-dunkany-img-float-content-03 {
    z-index: 6;
    /*border-radius: 20px;*/
    position: absolute;
    inset: 475px auto auto -210px;
    /*box-shadow: 0 3px 50px #47474726;*/
}

.mobile-img-content-wrapper{
    position: relative;
}

.mobile-content-wrapper {
    position: absolute;
    top: 0;
    z-index: 5;
    margin: 0 auto;
    display: grid;
    /*align-items: center;*/
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    color: #fff;
}

.mobile-profile-img{
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 70px;
}

.mobile-title-text{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: max-content;
    margin-top: -12px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-desc-text{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: max-content;
    margin-top: -15px;
    /*max-width: 226px;*/
    margin-left: auto;
    margin-right: auto;
}

.mobile-buttons-link{
    box-shadow: 4px 4px 0px 0px #03544A;
    background: #F2F2F2;
    height: 38px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    line-height: 37px;
    margin-bottom: -10px;
}

.mobile-buttons-link:hover{
    background: rgb(242 242 242 / 91%);
}

.mobile-footer-logo-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 20px;
}

/* Keyframe animation */
@keyframes growShrink {
    0% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1.3); /* Grows to 120% of its original size */
    }
    100% {
        transform: scale(0.7); /* Shrinks back to original size */
    }
}


/*Pill CSS*/
.new-dunkany-pills-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    column-gap: 8px;
}
.new-dunkany-pill {
    border: 1px solid #E0E2D9;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    width: max-content;
    padding: 10px 15px;
}



/*Responsive CSS*/
@media (max-width: 991.98px) {
    .new-dunkany-heading-wrapper{
        margin-bottom: 20px;
    }
    .new-dunkany-title, .new-dunkany-yellow-bg-title-wrap{
        font-size: 40px;
    }
    .new-dunkany-details{
        font-size: 22px;
    }

    .new-dunkany-img-float-content{
        font-size: 16px;
        padding: 5px 20px;
        max-width: 230px;
    }
    .new-dunkany-img-float-content-01{
        inset: 60px auto auto -170px;
    }
    .new-dunkany-img-float-content-02{
        inset:  auto -150px 230px auto;
    }
    .new-dunkany-img-float-content-03{
        inset: 490px auto auto -150px;
    }
}

@media (max-width: 767.98px) {
    .new-dunkany-heading{
        display: grid;
        width: max-content;
        margin: 0px;
    }

    .new-dunkany-heading-wrapper{
        margin-bottom: 15px;
    }

    .new-dunkany-small-title{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .new-dunkany-title, .new-dunkany-yellow-bg-title-wrap{
        font-size: 28px;
    }

    .new-dunkany-yellow-bg-title-badge{
        width: 56px;
    }
    .new-dunkany-yellow-bg-title-wrap{
        width: max-content;
        /*margin: 0 auto;*/
		/*margin: 5px 1px 0px 30px;*/
		margin: 0px 0px 0px 5rem;
        padding: 4px 15px 4px 20px;
    }
	html[dir="rtl"] .new-dunkany-yellow-bg-title-wrap{
		margin: 5px 4rem 0px 0px;
	}
	html[dir="rtl"] .new-dunkany-yellow-bg-title-wrap {
		padding: 4px 12px 4px 0px !important;
	}
	
    .new-dunkany-details{
        font-size: 18px;
        line-height: 24px;
    }

    .mobile-img-content-wrapper{
        max-width: 185px;
    }

    .new-dunkany-img-01{
        width: 100%;
    }

    .new-dunkany-img-float-content{
        font-size: 10px;
        padding: 4px;
        line-height: 18px;
        border-radius: 10px;
        max-width: 120px;
    }

    .new-dunkany-img-float-content-01{
        inset: 35px auto auto -75px;
    }
	html[dir="rtl"] .new-dunkany-img-float-content {
		max-width: 130px;
	}
    .new-dunkany-img-float-content-02{
        inset: auto -80px 163px auto;
    }

    .new-dunkany-img-float-content-03{
        inset: 315px auto auto -80px;
    }

    .mobile-profile-img{
        width: 45px;
    }

    .mobile-title-text{
        font-size: 12px;
    }

    .mobile-title-text, .mobile-desc-text{
        max-width: 160px;
        margin-top: 0;
    }

    .mobile-desc-text, .mobile-buttons-link{
        font-size: 10px;
    }

    .mobile-buttons-link{
        line-height: 18px;
        height: 20px;
        margin: 2px 0;
        box-shadow: 2px 2px 0px 0px #03544A;
    }

    .mobile-footer-logo-wrap{
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .mobile-footer-logo-wrap a img{
        width: 14px;
    }
	#new-with-dunkany-section{
	  padding-bottom: 84px !important;	
	  margin-bottom: 77px !important;
	}

}