/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
    position: relative;
    display: block;
    background-color: var(--chioary-black);
    padding: 250px 0 520px;
    z-index: 1;
    background: rgb(170,33,100);
    background: -moz-linear-gradient(56deg, rgba(170,33,100,1) 0%, rgba(0,0,0,1) 30%);
    background: -webkit-linear-gradient(56deg, rgba(170,33,100,1) 0%, rgba(0,0,0,1) 30%);
    background: linear-gradient(56deg, rgba(170,33,100,1) 0%, rgba(0,0,0,1) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa2164",endColorstr="#000000",GradientType=1);
}

.banner-one__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .30;
    z-index: -1;
}
.hero-img {
    display: block;
    margin: 0 auto;
    max-width:75%;
    height: auto;
}

.banner-one__shape-1 {
    position: absolute;
    top: 215px;
    right: 475px;
}

.banner-one__shape-1 img {
    width: auto;
}

.banner-one__shape-2 {
    position: absolute;
    top: 525px;
    right: 456px;
}

.banner-one__shape-2 img {
    width: auto;
}

.banner-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.banner-one__sub-title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-one__sub-title-shape {
    position: relative;
    display: block;
    height: 10px;
    width: 10px;
    background-color: var(--chioary-primary);
    border-radius: 50%;
}

.banner-one__sub-title {
    font-size: 16px;
    color: var(--chioary-gray);
    font-weight: 400;    
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.banner-one__title {
    position: relative;
    display: block;
    font-size: 26px;
    color: var(--chioary-extra);
    font-weight: 500;
    line-height: 1.2; /* or line-height: 83.2px; */    
    margin-top: 50px;
    margin-bottom: 20px;
}

.banner-one__title span {
    font-weight: 500;
}
.banner-one__title_text-color  {
    color:var(--chioary-primary);
}

.banner-one__title .split-line {
    text-transform: none;
}

.banner-one__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.banner-one__round-text-box {
    position: absolute;
    top: -16px;
    right: 70px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid var(--chioary-white);
    z-index: 5;
}

.banner-one__round-text-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 104px;
    width: 104px;
    border: 1px solid var(--chioary-white);
    background-color: var(--chioary-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
}

.banner-one__round-text-icon img {
    width: auto;
}

.banner-one__round-text-box-inner {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
}

.banner-one__curved-circle {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: var(--chioary-white);
    font-size: 14px;
    font-weight: 400;    
    letter-spacing: .17em;
    word-spacing: -1px;
    transform: rotate(0deg);
    height: 165px !important;
    font-family: var(--chioary-font-two);
}

/*--------------------------------------------------------------
# Banner Bottom
--------------------------------------------------------------*/
.banner-bottom {
    position: relative;
    display: block;
    height: 500px;
    margin-top: -400px;
    z-index: 2;
    
}

.banner-bottom .slider-bg-slide {
    max-width: 1485px;
    width: 100%;
    height: 100% !important;
    margin: 0 auto 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px 100px 0px 180px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/