/*#region hero section*/

.hero__section {
    padding: 3vw 0 6vw;
}
.hero_section_text_head {
    position: relative;
    max-width: 65vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fload-left{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 8vw;
}
.flaod-middle{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 4vw;
}
.float-right{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 6vw;
}
.hero_section_text_head>h1 {
    margin: 0 auto;
    font-size: 6.25vw;
    font-weight: 500;
    max-width: 68.542vw;
    text-align: center;
    /* line-height: 1.3; */
    background: linear-gradient(530deg, #FFFFFF, #A4A4A4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Alumni Sans", sans-serif;
}

.hero_section_text_head>p {
    padding-top: 2.813vw;
    margin: 0 auto;
    font-size: 1.042vw;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 50.177vw;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 8.958vw;
}

.input_link {
    padding: 0 18.75vw;
}

.quick_links ul {
    margin-bottom: 1.354vw;
}

.quick_links ul li a {
    font-size: 1.042vw;
    font-weight: 400;
    color: #868686;
    display: list-item;
    list-style: disc;
    transition: 0.4s ease;
    padding: 12px;
}

.quick_links ul li a:hover {
    text-decoration: none;
    margin-left: 10px;
    color: #FFFFFF;
}

.search_input {
    border: 1px solid #5554D3;
    width: 100%;
    max-width: 62.5vw;
    padding: 0.8vw;
    border-radius: 0.6vw;
    display: flex;
    align-items: center;justify-content: center;
}
.search_input>input{
    background-color: transparent;
    border: none;
    outline: none;
    width: 95%;
    color: #fff;
    font-size: 1vw;
}
.search_input>button{
    background-color: transparent;
    border: none;
    outline: none;
}
.search_input>button>svg{
    width: 2vw;
}

.text_slider {
    margin-top: 1.25vw;
    display: flex;
    gap: 0.521vw;
    align-items: center;
}



.text_slider span {
    margin: 0 1vw;
    font-size: 1.042vw;
    font-weight: 300;
    font-family: "Alumni Sans", sans-serif;
    background: linear-gradient(176deg, #FFFFFF, #5554D3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .hero_section_text_head {
        max-width: 75vw;
    }
    .hero_section_text_head>p {
        font-size: 1.455vw;
        max-width: 60.177vw;
    }

    .quick_links ul li a {
        font-size: 1.542vw;
    }

    .text_slider span {
        font-size: 1.942vw;
    }
    .search_input> input{
        font-size: 1.455vw;
    }
    .search_input>button>svg {
        width: 2.5vw;
    }
    .search_input {
        padding: 1vw;
        border-radius: 0.8vw;
    }
}

@media (max-width: 766px) {
    .hero__section {
        padding: 2rem 0;
    }
    .quick_links ul li a {
        display: none
    }
    .search_input> input{
        font-size: 14px;
    }
    .search_input>button>svg {
        width: 22px;
    }
    .input_link {
        padding: 0 1rem;
    }
    .search_input {
        padding: 12px;
        border-radius: 12px;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .hero_section_text_head {
        max-width: 90%;
    }
    .fload-left {
        width: 14vw;
    }
    .float-right {
        width: 10vw;
    }
    .flaod-middle {
        width: 7vw;
    }
}

@media (max-width: 740px) {
    .hero_section_text_head>h1 {
        font-size: 7.25vw;
        max-width: 71.542vw;
    }

    .hero_section_text_head>p {
        font-size: 1.755vw;
        max-width: 60.177vw;
    }

    .quick_links ul li a {
        font-size: 1.842vw;
    }

    .text_slider span {
        font-size: 2.2vw;
    }
}

@media (max-width: 600px) {

    .hero_section_text_head>h1 {
        font-size: 8.25vw;
        max-width: 79.542vw;
    }

    .hero_section_text_head>p {
        font-size: 2.255vw;
        max-width: 55.177vw;
    }

    .quick_links ul li a {
        font-size: 2.242vw;
    }

    .text_slider span {
        font-size: 2.5vw;
    }
}

@media (max-width: 490px) {
    .hero_section_text_head>h1 {
        font-size: 10.25vw;
        max-width: 79.542vw;
    }

    .hero_section_text_head>p {
        font-size: 2.955vw;
        max-width: 79.177vw;
    }

    .quick_links ul li a {
        font-size: 2.642vw;
    }

    .text_slider span {
        font-size: 2.8vw;
    }
    .fload-left {
        top: 2rem;
        width: 60px;
    }
    .float-right {
        width: 10vw;
        top: 4rem;
        width: 50px;
    }
    .flaod-middle{ 
        width: 30px;
    }
   
}

@media (max-width: 410px) {

    .hero_section_text_head {
        padding: 3vw;
    }

    .hero_section_text_head>h1 {
        font-size: 11.568vw;
        max-width: 9642vw;
    }

    .hero_section_text_head>p {
        font-size: 3.455vw;
        max-width: 90.177vw;
    }

    .quick_links ul li a {
        font-size: 3vw;
    }

    .text_slider span {
        font-size: 3.2vw;
    }
}

@media (max-width: 370px) {
    .quick_links ul li a {
        font-size: 4vw;
    }

    .text_slider span {
        font-size: 5.2vw;
    }

}


/*#endregion */


/*#region Welcom section*/
.welcome_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 5vw 0;
}

.welcome_section:before {
    content: '';
    display: flex;
    aspect-ratio: 1/1;
    width: 60vw;
    background: radial-gradient(#5653ff42, 50%, #00000000, #00000000);
    left: -30vw;
    position: absolute;
    z-index: -1;
}

.welcome_section:after {
    content: '';
    display: flex;
    aspect-ratio: 1/1;
    width: 60vw;
    background: radial-gradient(#5653ff42, 50%, #00000000, #00000000);
    right: -30vw;
    position: absolute;
    z-index: -1;
}

.welcome_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12vw;
}

.para_abt {
    text-align: center;
    line-height: 1.9;
    color: #fff;
    max-width: 62vw;
    font-size: 1.3vw;
    margin: 0 auto;
    margin-top: 3.5vw;
}

.row_download {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-top: 3vw;
}

.row_download img {
    height: 2.6vw;
}


.welcome_float {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.row_float_top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 0 10vw;
}

.row_float_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 30vw;
}

.row_float_top>img,
.row_float_bottom>img {
    border-radius: 2vw;
    width: 12vw;
}

.row_float_bottom>img:nth-child(1) {
    margin-left: -5vw;
    margin-top: -30vw;
}

.row_float_bottom>img:nth-child(2) {
    border-radius: 1.5vw;
}

.row_float_bottom>img:nth-child(4) {
    margin-top: -18vw;
}

.row_float_bottom>img:nth-child(5) {
    margin-right: -5vw;
    margin-top: -26vw;
}

@media (max-width:991px) {

    .row_float_top>img,
    .row_float_bottom>img {
        width: 14vw;
    }

    .row_float_top {
        padding: 0 5vw;
    }

    .para_abt {
        max-width: 60vw;
        font-size: 1.8vw;
        margin-top: 3vw;
    }

    .row_download img {
        height: 3.5vw;
    }

    .row_float_bottom {
        margin-top: 35vw;
    }
}

@media (max-width:600px) {
    .para_abt {
        max-width: 500px;
        font-size: 14px;
        margin-top: 2rem;
    }

    .row_download img {
        height: 30px;
    }

    .row_download {
        gap: 6px;
        margin-top: 2rem;
        max-width: 325px;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .welcome_inner {
        top: 8rem;
        padding: 1rem;
    }

    .row_float_top>img,
    .row_float_bottom>img {
        width: 100px;
        border-radius: 15px;
    }


    .row_float_bottom>img:nth-child(1) {
        margin-left: 1rem;
        margin-top: -10rem;
    }

    .row_float_bottom>img:nth-child(5) {
        margin-right: 1rem;
        margin-top: -6rem;
    }

    .row_float_bottom {
        margin-top: 25rem;
    }
}

@media (max-width:450px) {
    .para_abt {
       font-size: 15px;
    margin-top: 1rem;
    line-height: 19px;    }

    .welcome_section {
        padding: 3rem 0;
    }
}

@media (max-width:375px) {
    .row_float_bottom>img:nth-child(3) {
        display: none;
    }

    .row_float_bottom>img:nth-child(5) {
        margin-top: -3rem;
    }
}

/*#endregion*/


/*#region Discover Brands section*/
.discover__brands {
    padding: 8vw 1vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.discover__brands:before{
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    width: 100vw;
    background: radial-gradient(#5653ff48, #00000000 , #00000000);
    z-index: -1;
}

.exclusive___offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vw;
    margin: 0 auto;
    margin-top: 5vw;
    max-width: 65vw;
}

.unified__shopping {
    padding: 1.8vw;
    border: 1px solid #ffffff15;
    border-radius: 1vw;
    transition: 0.5s ease;
    width: 100%;
    max-width: 20vw;
}

.unified__shopping:hover {
    transform: scale(1.08);
}

.unified__shopping img {
    width: 5vw;
}

.unified__shopping h2 {
    padding-top: 1.667vw;
    width: 100%;
    line-height: 1.4;
    font-size: 1.25vw;
    color: #fff;
}

.unified__shopping p {
    padding-top: 0.729vw;
    font-size: 0.833vw;
    color: #ffffffc4;
    width: 100%;
    line-height: 1.4;

}

@media (max-width:991px) {
    .unified__shopping img {
        width: 7vw;
    }

    .unified__shopping h2 {
        padding-top: 1.5vw;
        font-size: 2vw;
    }

    .unified__shopping p {
        padding-top: 0.5vw;
        font-size: 1.5vw;
    }

    .unified__shopping {
        padding: 2.1vw;
        max-width: 30vw;
        border-radius: 1.5vw;
    }
}

@media (max-width:767px) {
    .unified__shopping {
        padding: 1.5rem;
        max-width: 100%;
        border-radius: 18px;
    }

    .unified__shopping img {
        width: 60px;
    }

    .unified__shopping h2 {
        padding-top: 12px;
        font-size: 22px;
    }

    .unified__shopping p {
        padding-top: 5px;
        font-size: 14px;
    }

    .exclusive___offers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
        margin: 0 auto;
        margin-top: 4rem;
        max-width: 450px;
    }

    .discover__brands {
        padding: 4rem 1rem 8rem;
    }
    .discover__brands:before{
        width: 250vw;
    }
}

/*#endregion*/


/*#region portfolio section*/

.portfolio__highlights {
    padding: 3vw 1vw;
}

.ueg_spaces {
    padding: 6vw;
}

.ueg-lyve {
    width: 100%;
    max-width: 36vw;
    border-radius: 1.4vw;
    overflow: hidden;
    position: relative;
    margin-top: -13vw !important;
}

.ueg-lyve:first-child {
    margin-top: 0 !important;
}

.ueg-lyve:nth-child(2n + 2) {
    margin-left: auto;
}

.ueg-lyve>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ueg-lyve:hover>img {
filter: blur(8px);
  -webkit-filter: blur(8px);
opacity:0.6;
}
.ueg-lyve a{
 position: absolute;
width:100%;
height:100%;
left:0px;
right:0px;
top:0px;
z-index:9;
background:none; 
background-position:center;
background-size:80px;

}
.ueg-lyve:hover a{
background:url(../images/hover-over-arrow.png) no-repeat;
background-position:center;
background-size:80px;
}
.card_inner {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    right: 0vw;
    z-index: 9;
    padding: 30px 25px;
}

.card_inner>h2 {
    font-size: 3.5vw;
    color: #fff;
    font-family: "Alumni Sans", serif;
}

.card_inner>p {
    font-size: 1.3vw;
    color: #fff;
    line-height: 1.5;
    opacity: 0.8;
}

.port_link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 0 4rem;
}

.port_link>p {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    margin-top: 1.5rem;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .ueg_spaces {
        padding: 6vw 1vw;
    }

    .ueg-lyve {
        max-width: 46vw;
        border-radius: 2vw;
    }

    .card_inner>h2 {
        font-size: 4.5vw;
    }

    .card_inner>p {
        font-size: 1.6vw;
    }

    .card_inner {
         padding:20px;
    }
}

@media (max-width: 575px) {
    .ueg-lyve {
        margin-top: 2rem !important;
    }

    .ueg-lyve {
        max-width: 370px;
        border-radius: 20px;
    }

    .card_inner {
        padding:20px;
    }

    .card_inner>h2 {
        font-size: 40px;
    }

    .card_inner>p {
        font-size: 14px;
        margin-top: 10px;
    }

    .ueg_spaces {
        padding: 3rem 0;
    }

    .portfolio__highlights {
        padding: 3rem 1rem;
    }

    .port_link>p {
        font-size: 14px;
    }
}

/*#endregion */


/*#region Strategic Investments */
.Strategic__investments {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Strategic__investments:before{
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    width: 80vw;
    background: radial-gradient(#5653ff48, #00000000 , #00000000);
    z-index: -1;
}

.row_strategic {
    display: flex;
    align-items: center;
    gap: 1vw;
    padding: 6vw;
}

.card_strategic {
    width: 100%;
    border-radius: 1.4vw;
    overflow: hidden;
    position: relative;
}
.card_strategic:after {
content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 2px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(86,83,255,0.15) 100%);
  border-radius: 1.4vw;}

.card_strategic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
position:relative;
z-index:2; 
}

.card_strategic_inner {
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    right: 1.5vw;
z-index:5;
}

.card_strategic_inner>h2 {
    font-size: 2vw;
    color: #fff;
}

.card_strategic_inner>p {
    font-size: 1vw;
    color: #fff;
    line-height: 1.5;
    opacity: 0.8;
}

.section_offer_card>h3 {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-family: "Alumni Sans", serif;
}

.row_offer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    padding: 2vw 0 4vw;
}

.offer_card {
    padding: 1.2vw;
    border: 1px solid #ffffff15;
    border-radius: 1vw;
    transition: 0.5s ease;
    width: 100%;
    max-width: 25vw;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.offer_card img {
    width: 3.5vw;
}

.offer_card p {
    width: 100%;
    line-height: 1.5;
    font-size: 1vw;
    color: #fff;
    font-weight: 300;
}

@media (max-width:991px) {
    .row_strategic {
        padding: 6vw 1vw;
    }

    .offer_card p {
        font-size: 1.2vw;
    }

    .offer_card img {
        width: 4.5vw;
    }

    .offer_card {
        max-width: 30vw;
    }
}

@media (max-width: 767px) {
.card_strategic::after {
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.95) 100%);
    border-radius: 15px;
  }
    .row_strategic {
        gap: 1rem;
        flex-direction: column;
    }

    .card_strategic {
        border-radius: 15px;
        max-width: 500px;
    }

    .card_strategic_inner>h2 {
        font-size: 24px;
    }

    .card_strategic_inner>p {
        font-size: 14px;
        margin-top: 1rem;
    }

    .card_strategic_inner {
        bottom: 2rem;
        left: 1rem;
        right: 1rem;
    }

    .section_offer_card>h3 {
        font-size: 32px;
    }

    .row_offer {
        gap: 1rem;
        padding: 1rem 0 2rem;
        flex-direction: column;
    }

    .offer_card img {
        width: 38px;
    }

    .offer_card p {
        font-size: 14px;
    }

    .offer_card {
        max-width: 500px;
        padding: 1rem;
        border-radius: 12px;
    }

    .Strategic__investments {
        padding: 0 1rem;
    }
}

@media (max-width:500px) {
    .card_strategic_inner>p {
        font-size: 14px;
    }

    .card_strategic_inner>h2 {
        font-size: 18px;
    }

    .Strategic__investments {
        padding: 0 8px;
    }
}

/*#endregion */