.new-hero {
    margin-bottom: 30px;
}

.new-hero img {
    max-width: 100%;
    height: auto;
}

.new-hero__wrapper {
    max-width: 1444px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
     margin-right: auto;
     display: flex;
     column-gap: 10px;
}

.new-hero__wrapper-left {
    max-width: 61%;
    flex: 0 0 61%;
}

.new-hero__wrapper-left-item {
    display: block;
    height: 430px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.new-hero__wrapper-right-first-item {
    height: 210px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.new-hero__wrapper-right-first-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-hero__wrapper-right-second-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-hero__wrapper-right-second-item {
    display: block;
    height: 210px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.new-hero__wrapper-left-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-hero__wrapper-right {
    max-width: calc(39% - 10px);
    flex: 0 0 calc(39% - 10px);
}
.new-hero * {
    box-sizing: border-box;
}


.new-hero__wrapper-left-item-top {
    position: absolute;
    top: 75px;
    left: 72px;
    padding: 15px 48px 25px 48px;
}
.new-hero__wrapper-left-item-top::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 60% 100px 100px 70% / 500% 70px 70px 90%;
}

.new-hero__wrapper-left-item-top-circle {
    width: 35px;
    height: 80px;
    position: absolute;
    left: calc(100% - 1px);
    top: 20px;
    z-index: 1;
    overflow: hidden;
}

.new-hero__wrapper-left-item-top-circle::after {
    content: '';
    width: 70px;
    height: 75px;
    top: 0;
    left: -35px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    border-radius: 50%;
}

.new-hero__wrapper-left-item-top-icon {
    width: 54px;
    height: 54px;
    position: absolute;
    left: calc(100% - 30px);
    top: 30px;
    z-index: 1;
    overflow: hidden;
    border-radius: 60px;
    background: #D1AC5A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-hero__wrapper-left-item-top-icon svg {
    display: block;
    width: 15px;
    height: 15px;
}

.new-hero__wrapper-left-item-top-text {
    z-index: 1;
    position: relative;
}

.new-hero__wrapper-left-item-top-text-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 15px;
}

.new-hero__wrapper-left-item-top-text-description {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-hero__wrapper-left-item-top-text-description p {
    padding: 0px;
    margin: 0px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-hero__wrapper-left-item-bottom {
    position: absolute;
    right: 130px;
    bottom: 40px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}


.new-hero__wrapper-left-item-bottom-wrapper {
    display: flex;
    align-items: center;
}

.new-hero__wrapper-left-item-bottom-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.new-hero__wrapper-left-item-bottom-icon::after {
    content: '';
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    transform: translate(-50%,-50%);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    border-radius: 50%;
}

.new-hero__wrapper-left-item-bottom-icon-wrapper {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #D1AC5A;
    z-index: 1;
    position: relative;
}

.new-hero__wrapper-left-item-bottom-text {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px 10px 0;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    margin-left: -5px;
    padding-left: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.new-hero__wrapper-right-first-item-box {
    z-index: 1;
    position: absolute;
    top: 25px;
    right: 21px;
    max-width: 411px;
    padding: 18px 13px 30px 23px;
    left: 15px;
}

.new-hero__wrapper-right-first-item-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 40px 40px 40px 40px / 40px 40px 40px 40px;
}

.new-hero__wrapper-right-first-item-box-text {
    z-index: 1;
    position: relative;
}

.new-hero__wrapper-right-first-item-box-text-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.new-hero__wrapper-right-first-item-box-text-description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.new-hero__wrapper-right-first-item-box-text-description p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.new-hero__wrapper-right-first-item-box-icon {
    position: absolute;
    bottom: -19px;
    right: 75px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #D1AC5A;
    z-index: 2;
}

.new-hero__wrapper-right-first-item-box-icon svg {
    display: block;
}

.new-hero__wrapper-right-first-item-box-circle {
    width: 70px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 60px;
    z-index: 1;
}

.new-hero__wrapper-right-first-item-box-circle::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    bottom:0;
    right: 0;
}

.new-hero__wrapper-right-second-item-box {
    position: absolute;
    max-width: 230px;
    width: 100%;
    right: 9px;
    top: 19px;
    text-align: center;
    padding: 20px 12px 30px 12px;
}

.new-hero__wrapper-right-second-item-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 40px 40px 40px 40px / 40px 40px 40px 40px;
}

.new-hero__wrapper-right-second-item-box-text {
    z-index: 1;
    position: relative;
}

.new-hero__wrapper-right-second-item-box-text-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new-hero__wrapper-right-second-item-box-text-description p {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(133, 109, 97, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-hero__wrapper-right-second-item-box-circle {
    width: 70px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,0);
}

.new-hero__wrapper-right-second-item-box-circle::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    bottom:0;
    right: 0;
}

.new-hero__wrapper-right-second-item-box-icon {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%,0);
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #D1AC5A;
    z-index: 2;
}

.new-hero__wrapper-right-second-item-box-icon svg {
    display: block;
}

.new-hero__wrapper-right-second-item-logo {
    z-index: 1;
    position: absolute;
    bottom: 6px;
    left: 0;
}

@media(max-width: 1300px) {
    .new-hero__wrapper-left-item {
        height: 500px;
    }
    .new-hero__wrapper-right-first-item {
        height: 245px;
    }
    .new-hero__wrapper-right-second-item {
        height: 245px;
    }
}

@media(max-width: 1024px) {
    .new-hero__wrapper-right-first-item-box-text-title {
        font-size: 18px;
    }
    .new-hero__wrapper-right-second-item-box-text-title {
        font-size: 18px;
    }
    .new-hero__wrapper-left-item-top-text-title {
        font-size: 24px;
    }
}

@media(max-width: 991px) {
    .new-hero__wrapper {
        flex-wrap: wrap;
    }
    .new-hero__wrapper-left {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .new-hero__wrapper-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .new-hero__wrapper-left-item {
        height: 300px;
        margin-bottom: 15px;
    }
    .new-hero__wrapper-right-first-item {
        height: 300px;
        margin-bottom: 15px;
    }
    .new-hero__wrapper-right-second-item {
        height: 300px;
    }
}

@media(max-width: 767px) {
    .new-hero__wrapper-left-item-bottom {
        left: 15px;
    }
}

@media(max-width: 500px) {
    .new-hero__wrapper-left-item-top {
        top: 15px;
        left: 15px;
        padding: 15px 40px 15px 15px;
        right: 40px;
    }
    .new-hero__wrapper-left-item-top-circle {
        top: 10px;
    }
    .new-hero__wrapper-left-item-top-icon {
        top: 20px;
    }
    .new-hero__wrapper-left-item-bottom {
        right: 15px;
    }
}