.homeslider {
    padding-bottom: 140px;
}
.homeslider .headingmain,
.together .headingmain {
    margin-bottom: 5px;
}

.homeslider p,
.together p,
.homeIndus .options .option .label .info .sub p {
    font-size: 20px;
}

.together .resp-vtabs .resp-tabs-list li span {
    display: block;
}

.together .text-center a {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding: 15px 30px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 50px;
    text-decoration: none;
    background: linear-gradient(to right, #2249FF 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}

.together .text-center a:hover {
    background-position: left;
    color: #fff;
    border-color: #2249FF
}

.together .text-center a:hover img {
    filter: invert(1);
}

.together .text-center a img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

.homeslider p,
.together p,
.together,
.PartnersAI,
.numberText {
    text-align: center;
}

.aiBox {
    position: relative;
    margin: 30px 10px;
    overflow: hidden;
}

.aiBox img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.aitag {
    background: #000;
    color: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 16px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 50%);
    position: absolute;
    top: 15px;
    left: 15px;
}

.aldes {
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    line-height: 1.3;
    margin: 15px;
}
.aldes a{
    color: #000;
    text-decoration: none;
}
.aiBoxhidden {
    position: absolute;
    top: 50%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 30px;
    opacity: 0;
    transition: all .3s ease-in-out .2s;
}

.aiBoxhidden .aititle {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    line-height: 1.3;
}

.aiBoxhidden p {
    font-size: 14px;
    text-align: left;
}

.aiBoxhidden .regbtn a span img {
    width: auto;
}

.ai-slider .slick-slide {
    transform: scale(.8);
}

.ai-slider .slick-slide.slick-center {
    transform: none;
}

.ai-slider .slick-slide.slick-center .aiBox {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
}

.ai-slider .slick-slide.slick-center .aiBox:hover .aiBoxhidden {
    opacity: 1;
    top: 0;
    border-radius: 20px;
}

.aiBox .aitag,
.aiBox .aldes {
    display: none;
}

.aiBox {
    opacity: 0.8;
    transition: all 300ms ease;
}

.ai-slider .slick-center .aiBox .aitag,
.ai-slider .slick-center .aiBox .aldes {
    display: block;
}
.ai-slider .slick-prev,
.ai-slider .slick-next {
    top: inherit;
    bottom: -60px;
}

.ai-slider .slick-prev:before,
.ai-slider .slick-next:before {
    color: #000;
}
.ai-slider .slick-prev:before,
.ai-slider .slick-next:before {
    content: '';
    position: absolute;
    background: url(../img-new/slick-prev-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 9px;
    top: 9px;
}

.ai-slider .slick-prev {
    left: 30px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to right, #2249FF 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}

.ai-slider .slick-prev:hover {
    background-position: left;
    border-color: #2249FF
}

.ai-slider .slick-prev:hover:before {
    filter: invert(1);
}

.ai-slider .slick-next {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to left, #2249FF 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.2s ease-in
}
.ai-slider .slick-next {
    right: inherit;
    left: 90px;
}
.ai-slider .slick-next:hover {
    background-position: right;
    border-color: #2249FF
}

.ai-slider .slick-next:hover:before {
    filter: invert(1);
}

.ai-slider .slick-next:before {
    background: url(../img-new/slick-next-icon.svg) no-repeat;
    left: 15px;
}
.fortune {
    background: #EDEDED;
}

.fortuneSlider .slick-track .slick-slide img {
    height: 150px;
    filter: grayscale(1);
}

.fortuneSlider .slick-track .slick-slide img:hover {
    filter: none;
}

.together,
.PartnersAI,
.homeIndus,
.Impact,
.numbers,
.Voice,
.Upcoming,
.Hub {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 100%);
    overflow: hidden;
}

.together img {
    height: 100px;
    margin-bottom: 15px;
}

.together #verticalTab {
    padding-top: 15px;
    overflow: hidden;
}

.together .resp-vtabs .resp-tabs-list {
    padding-left: 0;
    margin-bottom: 0;
}

.together .resp-vtabs .resp-tabs-list li {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #9E9E9E;
    background: #fff;
    padding: 25px 20px !important;
}

.together .resp-vtabs .resp-tabs-list li.resp-tab-active {
    background: linear-gradient(150deg, rgba(255, 255, 255, 1) 35%, rgba(255, 216, 34, 1) 100%);
}

.together .resp-vtabs .resp-tabs-list li span {
    font-weight: 400;
    font-size: 16px;
}

.together .resp-vtabs .resp-tabs-container {
    float: right;
    width: 68%;
    border-radius: 0;
    border: none;
    background: transparent;
}

.together .resp-tab-content {
    padding: 0;
}

.together .resp-tabs-container video {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.together .text-center {
    margin-top: 50px;
}

.together .text-center a img {
    margin-bottom: 0;
}

.PartnersAI li {
    display: inline-block;
}

.PartnersAI li img {
    width: 200px;
    height: auto;
}

.PartnersAI li:first-child {
    margin-bottom: 30px;
}
.homeIndus .options .option .label .info .maintitle,
.homeIndus .options .option .label .info .sub p {
    color: #fff;
}

.homeIndus .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1320px;
    height: 500px;
    margin: auto;
}

.homeIndus .optionText {
    position: absolute;
    transform: rotate(270deg);
    top: 215px;
    font-size: 24px;
    left: -125px;
    font-weight: 600;
    width: 350px;
    z-index: 1;
    color: #fff;
    line-height: 1;
    height: 100px;
    padding-top: 36px;
}

.homeIndus .options .option {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin: 0 10px;
    cursor: pointer;
    transition: 1.2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    border-radius: 20px;
    background-position: center !important;
}

.homeIndus .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    cursor: auto;
}

.homeIndus .options .option.active .optionText,
.homeIndus .options .option.active .label .icon {
    display: none;
}

.homeIndus .options .option.active .label {
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.homeIndus .options .option.active .label .info>div {
    opacity: 1;
}

.homeIndus .options .option:not(.active) .label {
    top: 30px;
    left: 0px;
}

.homeIndus .options .option:not(.active) .label .info>div {
    left: 20px;
    opacity: 0;
}

.homeIndus .options .option .label {
    position: absolute;
    right: 0px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.homeIndus .options .option .label .icon{
    text-align: center;
}
.homeIndus .options .option .label .info {
    display: flex;
    visibility: hidden;
}
.homeIndus .options .option.active .label .info{
    visibility: visible;
}
.homeIndusy .options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.homeIndus .options .option .label .info .maintitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.homeIndus .options .option .label .info .sub {
    transition-delay: 0.1s;
    width: 75%;
    height: 120px;
}
.homeIndus .options .option.active .label .info .sub {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.arrowright {
    width: 25%;
}

.arrowright a {
    width: 128px;
    height: 128px;
    display: block;
    border: 2px solid #00FF68;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #00FF68 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}

.arrowright a:hover {
    background-position: left;
    border-color: #00FF68
}

.arrowright a img {
    margin-top: 55px;
}

.arrowright a:hover img {
    filter: brightness(0);
}

.homeIndus .options .option:first-child {
    margin-left: 0;
}

.homeIndus .options .option:last-child {
    margin-right: 0;
}

.homeIndus .options .option .label .info .sub p {
    line-height: 1.2;
    margin-bottom: 0;
}

.impBox {
    background: linear-gradient(160deg, rgba(255, 255, 255, 1) 70%, rgba(255, 216, 34, 1) 100%);
    border: 1px solid #A3A3A4;
    border-radius: 20px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 25px;
    padding: 30px;
}

.numbers .col-lg-3.col-md-6 {
    padding: 0;
}

.numberImg, .upBox {
    position: relative;
}

.numberText {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
}

.numberImg img {
    width: 100%;
    height: auto;
}

.numTitle {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -4px;
    margin-bottom: 10px;
}

.numberText p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.upBoxInner {
    position: absolute;
    bottom: 0;
    left: 100px;
    background: #fff;
    width: 340px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #CACACA;
    padding: 25px 50px;
}

.city,
.date {
    font-size: 12px;
    margin-bottom: 5px;
}

.upBoxInner .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.regbtn a {
    display: flex;
    font-weight: 600;
    color: #000;
    justify-content: space-between;
    align-items: center;
}

.regbtn a span {
    border: 1.5px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(to right, #2249FF 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}

.regbtn a:hover span {
    background-position: left;
    border-color: #2249FF
}

.regbtn a span img {
    margin-top: 12px;
    display: inline;
}

.regbtn a:hover span img {
    filter: invert(1);
}

.Upcoming {
    padding-bottom: 166px;
}

.upBox img {
    border-radius: 20px;
}
.upBox .upmob{
    display: none;
}

.Upcoming .slick-prev,
.Upcoming .slick-next {
    top: 110%;
}

.Upcoming .slick-prev:before,
.Upcoming .slick-next:before {
    color: #000;
}

.Upcoming .slick-next {
    right: 0;
}

.Upcoming .slick-prev {
    left: inherit;
    right: 50px;
}

.Upcoming .slick-prev:before,
.Upcoming .slick-next:before {
    content: '';
    position: absolute;
    background: url(../img-new/slick-prev-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 9px;
    top: 9px;
}

.Upcoming .slick-prev {
    left: inherit;
    right: 60px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to right, #2249FF 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}

.Upcoming .slick-prev:hover {
    background-position: left;
    border-color: #2249FF
}

.Upcoming .slick-prev:hover:before {
    filter: invert(1);
}

.Upcoming .slick-next {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to left, #2249FF 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.2s ease-in
}

.Upcoming .slick-next:hover {
    background-position: right;
    border-color: #2249FF
}

.Upcoming .slick-next:hover:before {
    filter: invert(1);
}

.Upcoming .slick-next:before {
    background: url(../img-new/slick-next-icon.svg) no-repeat;
    left: 15px;
}

.hubBox a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.hubImg img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.hubText {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.hubText .tags {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    margin-bottom: 5px;
    font-weight: 500;
}

.hubText .des {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hubText .des .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    width: 85%;
}

.hubText .des .icon {
    border: 1px solid #00FF68;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to right, #00FF68 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}

.hubBox a:hover .des .icon {
    background-position: left;
    border-color: #00FF68
}

.hubText .des .icon img {
    margin-top: 12px;
}

.hubBox a:hover .des .icon img {
    filter: brightness(0);
}

.hubImg {
    position: relative;
}

.hubImg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(181deg, rgba(255, 255, 255, 0.70) 0.65%, rgba(0, 255, 104, 0.70) 64.91%, rgba(0, 0, 0, 0.70) 103.58%);
    background-blend-mode: multiply;
    opacity: 0.7;
    transition: 0.5s all ease;
}

.hubImg.blueBox::before {
    background: linear-gradient(200deg, rgba(217, 217, 217, 0.70) 3.89%, rgba(34, 73, 255, 0.70) 56.24%, rgba(38, 38, 38, 0.70) 90.98%);
}

.hubImg.redBox::before {
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.70) 4.79%, rgba(255, 112, 0, 0.42) 50.86%, rgba(0, 0, 0, 0.70) 91.47%);
}

.hubImg.darkblackBox::before {
    background: linear-gradient(190deg, #292929 -4.91%, #000 54.88%, #000 88.51%);
    opacity: 0.5;
}

.hubImg.blackBox::before {
    background: linear-gradient(146deg, #3e3e3e 9.57%, #000 91.68%);
    opacity: 0.3;
}

.hubBox a:hover .hubImg.darkblackBox::before,
.hubBox a:hover .hubImg.blackBox::before {
    opacity: 0.6;
}

.hubBox a:hover .hubImg::before {
    opacity: 0.9;
}

.Hub .col-lg-3 .hubBox:first-child,
.Hub .col-lg-7 .hubBox {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}

.Hub .row .row .col-lg-5 {
    position: relative;
}

.expbtn {
    position: absolute;
    bottom: calc(var(--bs-gutter-x)* 1);
    display: flex;
    margin-right: calc(var(--bs-gutter-x) * .5);
    right: 0;
    text-align: center;
}

.expbtn a {
    padding: 15px 20px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #00FF68 0%, #2249FF 100%);
}

.expbtn a:hover {
    background: linear-gradient(90deg, #2249FF 0%, #00FF68 100%);
}

.voiceBox .voiceBoxpart:first-child {
    margin-bottom: 20px;
}

.voiceBoxpart {
    background: linear-gradient(160deg, rgba(255, 255, 255, 1) 70%, rgba(255, 216, 34, 1) 100%);
    border: 1px solid #A3A3A4;
    border-radius: 20px;
    padding: 20px;
    line-height: 1.3;
}

.voicetop {
    display: flex;
    margin-bottom: 15px;
}

.userimg,
.voicebottom .logos {
    margin-right: 15px;
}

.userimg img {
    border-radius: 50%;
    border: 2px solid #B6B6B6;
    width: 70px;
    height: 70px;
}

.voicebottom {
    display: flex;
}

.voicebottom .title {
    font-weight: bold;
}

.voicebottom .title span {
    font-weight: normal;
}

.voiceSlider .slick-slide {
    padding: 0px 10px;
}

.latestnews {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 100%);
    padding: 15px 0;
    overflow: hidden;
}

.latestnews .title {
    width: 115px;
    float: left;
    font-weight: 600;
    line-height: 1.3;
    margin-right: 20px;
}

.latestnews li {
    font-size: 12px;
    width: 22%;
    display: inline-flex;
    height: 41.6px;
}

.newsBar {
    border-left: 1px solid #000;
    padding-left: 8px;
    width: 80%;
}

.newsBar a {
    font-weight: 600;
    color: #000;
}

.newsBar a:hover {
    color: #2249FF;
}

.latestnews li span {
    font-size: 30px;
    line-height: 30px;
    margin-right: 8px;
}
.expmob{
    display: none;
}

#official_email-error {
    color: red;
    position: absolute;
    top: 85px;
    left: 40px;
}
@media (max-width: 1399px) {
    .aiBoxhidden {
        padding: 20px;
    }

    .homeIndus .options .option .label .info .sub {
        width: 80%;
    }

    .numberText {
        top: 90px;
    }
    .numTitle {
        font-size: 70px;
    }
    .together .resp-vtabs .resp-tabs-list li {
        padding: 20px !important;
    }

    .upBoxInner {
        padding: 25px;
    }

    .PartnersAI li img {
        width: 182px;
    }

    .Voice .card-body p:first-child {
        min-height: 192px;
    }

    .latestnews li {
        width: 21%;
        height: 54px;
    }
    .aldes{
        margin: 10px;
        font-size: 14px;
    }
    .aiBoxhidden {
        padding: 15px;
    }
    .aiBoxhidden .aititle, .regbtn a{
        font-size: 14px;
    }
    .aiBoxhidden p {
        font-size: 12px;
    }
    .regbtn a span img {
        margin-top: 15px;
    }
    .hubText .des .title{
        font-size: 18px;
        width: 80%;
    }
   
}
@media (max-width: 1280px) {
    .impBox{
        margin: 0px 10px;
    }
}
@media (max-width: 1199px) {
    .aiBoxhidden{
        display: none;
    }
    .together .resp-vtabs .resp-tabs-list li{
        padding: 15px !important;
        font-size: 18px;
    }
    .PartnersAI li img {
        width: 152px;
    }
    .homeIndus .options .option{
        width: 80px;
        margin: 0 5px; 
    }
    .homeIndus .optionText{
        left: -135px;
    }
    .homeIndus .options .option .label .info .maintitle{
        font-size: 24px;
    }
    .arrowright {
        width: 120px;
    }
    .arrowright a {
        width: 100px;
        height: 100px;
    }
    .arrowright a img {
        margin-top: 40px;
    }
    .homeIndus .options .option .label .info .sub{
        height: 114px;
    }
    .numberText {
        top: 70px;
    }
    .numTitle {
        font-size: 60px;
    }
    .numberText p {
        font-size: 18px;
    }
    .upBoxInner{
        left: 30px;
    }
    .upBoxInner .title {
        font-size: 18px;
    }
    .upBoxInner p {
        font-size: 14px;
    }
    .hubText {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .hubText .des .title{
        font-size: 16px;
        width: 70%
    }
    
}
@media (max-width: 991px) {
    .homeslider {
        padding-bottom: 110px;
    }
    .together .resp-vtabs .resp-tabs-list{
        display: none;
    }
    .together .resp-vtabs .resp-tabs-container{
        width: 100%;
    }
    .together h2.resp-accordion {
        display: block;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        padding: 30px;
        background: #fff;
        border-radius: 20px;
    }
    .together h2.resp-accordion span{
        display: block;
        font-size: 16px;
        font-weight: 400;
    }
    .together h2.resp-tab-active{
        padding: 30px !important;
        background: linear-gradient(150deg, rgba(255, 255, 255, 1) 35%, rgba(255, 216, 34, 1) 100%) !important;
        border-radius: 20px 20px 0 0;
    }
    .together .resp-tab-content {
        padding: 30px;
        border: 1px solid #c1c1c1;
        border-radius: 0 0 20px 20px;
    }
    .together h2.resp-tab-active span.resp-arrow{
        border-bottom: 12px solid #000
    }
    .PartnersAI li img {
        width: 170px;
    }
    .PartnersAI li:nth-child(5) {
        margin-bottom: 30px;
    }
    .impBox{
        height: 270px;
    }
    .numberText {
        top: 125px;
    }
    .numTitle {
        font-size: 80px;
    }
    .numTitle {
        font-size: 80px;
    }
    .hubText {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
    .hubImg.redBox {
        height: 638.88px;
    }
    .hubImg.redBox img {
        width: 100%;
        height: 100%;
    }
    .darkblackBox {
        margin-top: calc(var(--bs-gutter-x) * 1);
    }
    .expbtn{
        width: 93%;
    }
    .expbtn a{
        width: 100%;
    }
    .Upcoming {
        padding-bottom: 136px;
    }
    .upBoxInner{
        position: initial;
        width: 100%;
        border:none;
        border-radius: 0 0 20px 20px ;
    }
    .upBox img {
        border-radius: 20px 20px 0 0;
    }
    .latestnews{
        padding: 15px 0 0;
    }
    .newscroll{
        overflow: scroll;
        padding-bottom: 15px;
    }
    .scrollmob {
        width: max-content;
        overflow: auto;
    }
    .latestnews li{
        height: auto;
        width: 22%;
    }
    .newsBar{
        width: 90%;
    }
    .homeIndus .options{
        flex-direction: column;
        height: auto;
    }
    .homeIndus .options .option{
        width: 100%;
        height: 100px;
        margin: 5px 0;
        position: relative;
    }
    .homeIndus .options .option::before{
        background-color: rgb(0 0 0 / 50%);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .homeIndus .options .option.active{
        height: 400px;
    }
    .homeIndus .options .option .label .icon{
        text-align: left;
        margin-left: 30px;
    }
    .homeIndus .options .option:first-child{
        margin-top: 0;
    }
    .homeIndus .options .option:last-child{
        margin-bottom: 0;
    }
    .homeIndus .optionText{
        left: 90px;
        transform: inherit;
        top: 0;
        height: auto;
        padding-top: 8px;
    }
}
@media (max-width: 767px) {
    .aiBox{
        margin: 0 0 20px;
    }
    .ai-slider .slick-slide {
        transform: none;
    }
    .ai-slider .slick-slide.slick-center .aiBox{
        opacity: 1;
        transform: none;
    }
    .ai-slider .slick-prev{
        left: 0;
    }
    .ai-slider .slick-next{
        left: 60px;
    }
    .aldes{
        width: 90%;
        font-size: 20px;
        margin: auto;
        bottom: 30px;
        left: 0;
        right: 0;
    }
    .PartnersAI li img {
        width: 160px;
    }
    .PartnersAI li:nth-child(7){
        margin-bottom: 30px;
    }
    .arrowright a {
        width: 60px;
        height: 60px;
    }
    .arrowright a img {
        margin-top: 25px;
        width: 30px;
    }
    .homeIndus .optionText{
        font-size: 20px;
    }
    .homeIndus .options .option .label .info .sub {
        height: 95px;
    }
    .homeIndus .options .option .label .info .maintitle {
        font-size: 20px;
    }
    .homeIndus .options .option .label .info .sub p{
        font-size: 16px;
    }
    .numberText {
        top: 80px;
    }
    .numTitle {
        font-size: 60px;
    }
    .upBoxInner{
        min-height: 273px;
    }
    .hubImg.redBox {
        height: auto;
        margin-top: calc(var(--bs-gutter-x) * 1);
    }
    .together .text-center a {
        font-size: 16px;
        font-weight: bold;
    }
    .homeslider p, .together p{
        font-size: 16px;
    }
    .upBox .updesk, .expdesk{
        display: none;
    }
    .upBox .upmob{
        display: block;
    }
    .expmob{
        display: inline-flex;
        width: 100%;
        position: relative;
    }
    .Hub .col-lg-5 .hubBox:last-child{
        margin-bottom: calc(var(--bs-gutter-x) * 1);
    }
    
}
@media (max-width: 575px) {
    .voiceBox {
        font-size: 14px;
    }
    .numbers .col-lg-3.col-md-6:first-child, .numbers .col-lg-3.col-md-6:nth-child(3){
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .numbers .col-lg-3.col-md-6:last-child, .numbers .col-lg-3.col-md-6:nth-child(2){
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .numberText {
        top: 90px;
    }
    .numTitle {
        font-size: 50px;
    }
    .hubText .des .title {
        width: 250px;
    }
    .PartnersAI li img {
        width: 155px;
    }
    .arrowright {
        width: 65px;
    }
}
@media (max-width: 480px) {
    .together .resp-tab-content {
        padding: 0;
        font-size: 0
    }
    .together .resp-tabs-container video{
        border-radius: 0 0 20px 20px;
    }
    .PartnersAI li:nth-child(7) {
        margin-bottom: 30px;
    }
    .homeIndus .options .option .label .info .sub {
        height: auto;
    }
    .impBox{
        height: 250px;
    }
    .numberText {
        top: 55px;
    }
    .numTitle {
        font-size: 40px;
    }
    .numberText p {
        font-size: 16px;
    }
    .upBoxInner{
        min-height: 295px;
    }
    .together img {
        height: 60px;
    }
    .mainhome img{
        margin-left: -200%;
    }
    .PartnersAI li img {
        width: 170px;
    }
    .PartnersAI li:nth-child(3), .PartnersAI li:nth-child(9) {
        margin-bottom: 30px;
    }
    .hubText .des .title {
        width: 220px;
    }
    .latestnews li{
        width: 20%;
    }
    .newsBar {
        width: 85%;
    }
   
}
@media (max-width: 414px) {
    .hubText .des, .hubText .des .title{
        float: left;
    }
    .hubText .des .icon{
        float: right;
    }
}
@media (max-width: 390px) {
    .PartnersAI li img {
        width: 165px;
    }
    .homeIndus .optionText{
        font-size: 16px;
        left: 80px;
        padding-top: 10px;
    }
    .homeIndus .options .option .label .info .maintitle {
        font-size: 16px;
    }
    .arrowright a {
        width: 40px;
        height: 40px;
    }
    .arrowright a img {
        margin-top: 13px;
        width: 20px;
    }
    .impBox {
        height: 200px;
        margin: 0px 5px;
    }
    .numberText {
        top: 45px;
    }
    .numberText p {
        font-size: 14px;
    }
    .upBoxInner{
        min-height: 315px;
    }
    
}
@media (max-width: 374px) {
    .PartnersAI li img {
        width: 160px;
    }
}
@media (max-width: 360px) {
    .PartnersAI li img {
        width: 155px;
    }

}