@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

section.podcast-section.homepage .cont {
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    background: rgba(53, 62, 74, .4);
    border-radius: 30px;
    padding: 40px;
}

section.podcast-section.homepage .heading h1 {
    font-size: 30px;
    color: #fff;
}

section.podcast-section.homepage a.btn {
    text-align: center;
    margin: 0 auto;
}

/* ----18/21-10-2024-start---- */
section.podcast-section .heading h1 {
    color: var(--light-laguna);
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}

section.podcast-section .heading p:not(:last-child) {
    margin-bottom: 15px;
}

section.podcast-section .counter-section .left-counter-image-section {
    width: 50%;
}

section.podcast-section .counter-section .right-team-logo-section {
    width: 50%;
}

section.podcast-section .counter-section .left-counter-image-section {
    display: flex;
    gap: 10px;
    align-items: center;
    border-right: 5px solid #fff;
}

section.podcast-section .counter-section {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px;
}

section.podcast-section .counter-section .left-counter-image-section .single-img {
    width: 60%;
}

section.podcast-section .counter-section .left-counter-image-section .counter-part {
    width: 40%;
}

section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text p.counter-number {
    font-size: 60px;
    font-weight: 500;
    color: var(--light-laguna);
    line-height: 70px;
}

section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text p.content {
    font-size: 15px;
    line-height: 22px;
}

section.podcast-section .counter-section .right-team-logo-section .team-part h3 {
    text-align: center;
    font-size: 30px;
    color: var(--light-laguna);
}

section.podcast-section .counter-section .right-team-logo-section .team-part .team-members {
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details {
    width: 48%;
}

section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details p span {
    font-weight: 500;
}

section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details p {
    font-size: 14px;
    line-height: 18px;
}

section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img {
    width: 100px;
}

section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img.btm-img {
    width: 60px;
    position: absolute;
    right: -65px;
    bottom: 0px;
}

section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details .two-imgs {
    position: relative;
    display: inline-block;
}

.header .navbar-nav .menu li {
    list-style-type: none;
    position: relative;
}

.header .navbar-nav .menu ul.main_menu li::before {
    content: '';
    background: #fff;
    position: absolute;
    width: 3px;
    height: 30px;
    right: 8px;
    top: -3px;
}

.header .navbar-nav .menu ul.main_menu li:nth-child(2)::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 3px;
    height: 30px;
    left: -10px;
    top: -3px;
}

.header .menu ul.main_menu {
    display: flex;
}

section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text .plus-added {
    display: flex;
    align-items: center;
    font-size: 60px;
    font-weight: 500;
    color: var(--light-laguna);
    line-height: 70px;
}

.offer__btns.btn-wrap a {
    min-width: 250px;
}

form#podcasts_filter button.podcasts-tabs__list-item {
    border: none;
    height: auto;
}

form#podcasts_filter button.podcasts-tabs__list-item::before {
    display: none;
}

form#podcasts_filter button.podcasts-tabs__list-item span {
    transform: unset;
}

form#podcasts_filter button.podcasts-tabs__list-item.active {
    background: transparent;
}

form#podcasts_filter button.podcasts-tabs__list-item:hover span img,
form#podcasts_filter button.podcasts-tabs__list-item.active span img {
    filter: grayscale(1);
}

.home-podcast-btnn {
    padding-top: 35px;
    max-width: 780px;
}

.home-podcast-btnn p {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font-secondary);
    padding-bottom: 30px;
}

form#search_form ul.checkbox-list.filters-locations li .checkbox-trigger {
    display: none;
}

form#search_form ul.checkbox-list.filters-locations li {
    padding: 0px;
}

.podcast-button-section {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.menu-link {
    font-size: 18px;
    padding: 4.5px 0;
    transition: color .25s;
}


/* 24-10-25 */
.hero-screen.hero-banner-screen {
    height: 100% !important;
    overflow: hidden;
    max-height: 700px;
}

.hero-banner-screen .hero-video-main {
    /* position: absolute; */
    /* z-index: 0; */
    height: 100%;
    width: 100%;
    /* left: 0;
    top: 0; */
    opacity: 100%;
}

.hero-banner-screen .hero-video-main::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #303E49 100%);
}

section.hero-screen.hero-banner-screen .cont {
    z-index: 1;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0px !important;
}

section.hero-screen.hero-banner-screen.blur-bg:before {
    background-image: url(../images/graphics/circles-bg-tab.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: .4;
}

.hero-video-main video {
    /* opacity: 20%; */
}

.home-podcast-title a.btn {
    min-width: 250px;
}

body.body_homepage .circle-blur-items {
    display: none;
}

.home-podcast-title {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.home-podcast-title .heading {
    max-width: 720px;
}

section.podcast-section.home-podsec .cont {
    max-width: 1255px;
    /* background: #A2D4D733;
    backdrop-filter: blur(30px); */
    padding: 70px 107px;
    position: relative;
}

section.podcast-section.home-podsec .cont::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: #A2D4D733;
    backdrop-filter: blur(30px);
    z-index: -1;
    border-radius: 30px;
}

.home-podcast-title .heading h1 {
    text-align: left !important;
    margin-bottom: 50px !important;
    font-size: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 0.744)), 35px) !important;
}

.home-podcast-title .heading a.btn {
    text-align: left !important;
    margin-left: 0px !important;
}

.home-podsec .counter-part {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

.home-podsec .left-counter-image-section {
    width: 100% !important;
    border: none !important;
}


.home-podsec .counter-part .plus-added,
.home-podsec .counter-part p.counter-number.counter {
    font-size: clamp(50px, calc(3.125rem + ((1vw - 7.68px) * 4.4643)), 80px) !important;
    line-height: clamp(50px, calc(3.125rem + ((1vw - 7.68px) * 4.4643)), 80px) !important;
}

.home-podsec .counter-part p.content {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500;
}

.home-podsec .counter-part>div {
    flex: 1 0 auto;
     width: 33.33%;
}

.guest-slide {
    padding: 40px;
    background: #1F3E45CC;
    border-radius: 30px;
    backdrop-filter: blur(40px)
}


.guest-slide-cont h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    text-align: center;
}

.guest-slide-cont p {
    font-family: Sora;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #53ACBE;
    margin-bottom: 4px;
    text-align: center;
}

.guest-slide-cont p.guest-post {
    color: #A2D4D7;
}

.guest-slide-cont .guest-logo {
    margin-top: 30px;
    text-align: center;
}

.guest-slide-cont .guest-logo img {
    margin: auto;
    max-height: 50px;
}

.guest-slide-cont .guest-img {
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 10px;
}

.guest-slide-cont .guest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.guest-btn>div {
    cursor: pointer;
}

.guest-podcast {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 70px;
}

.guest-podcast h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #A2D4D7;
}

.guest-slide .guest-slide-btn {
    padding-top: 80px;
    margin-top: auto;
}

.guest-slide-btn a.btn {
    min-width: 230px;
}

section.podcast-section.home-podsec {
    overflow: hidden;
    padding-top: 0px !important;
}

.swiper.guest-swiper {
    overflow: visible;
}

.swiper.guest-swiper .swiper-wrapper>div {
    transition: 0.8s linear !important;
}

.swiper.guest-swiper .swiper-slide.swiper-slide-active {
    position: relative;
    top: 0px;
}

.swiper.guest-swiper .swiper-slide.swiper-slide-next {
    position: relative;
    top: 40px;
}

.swiper.guest-swiper .swiper-slide {
    position: relative;
    top: 20px;
}


section.our-home-sector {
    padding: 150px 0 180px;
}

.home-sector-ul {
    margin-top: 65px;
}

li.home-sector-li::marker {
    content: none;
}


.home-sector-ul {
    margin-top: 65px;
    display: flex;
}

.home-sector-ul li.home-sector-li {
    --duration: 300ms;
    flex-grow: 1;
    margin-right: 3px;
    transition: all;
    transition-duration: var(--duration);
    min-height: 444px;
    border-right: 3px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #A2D4D7 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    /* background-image: url('/techne/app/public/images/car.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    background-color: #111111;
    position: relative;
}

.home-sector-ul li.home-sector-li:last-child {
    border: none !important;
    margin-right: 0px;
}

.home-sector-cont {
    display: flex;
    height: 100%;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    /* pointer-events: none; */
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
}

.home-sector-cont p {
    margin: 30px 0 70px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}

.home-sectr-title {
    display: flex;
}

.home-sector-box {
    height: 100%;
    position: relative;
}

.home-sectr-title {
    display: flex;
    height: 100%;
    align-items: end;
    gap: 20px;
    justify-content: center;
    padding: 60px 0;

}

.home-sectr-title img {
    width: 30px;
    height: 30px;
}

.home-sectr-title h3 {
    writing-mode: sideways-lr;
    font-family: Sora;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
}

.home-sectr-title img {
    width: 30px;
    height: 30px;
    align-self: end;
}

.home-sector-ul>li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

.home-sector-ul>li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

li.home-sector-li.active {
    flex-grow: 7.7;
}

li.home-sector-li.active .home-sectr-title {
    opacity: 0;
    visibility: hidden;
}

li.home-sector-li.active .home-sector-cont {
    opacity: 1;
    visibility: visible;
    transition: .4s linear;
    transition-delay: .4s;
}

.home-sector-ul li {
    list-style-type: none !important;
}


.hero-screen.hero-banner-screen h1.offer__title {
    margin-bottom: 0px;
    font-size: clamp(31px, calc(2.1875rem + ((1vw - 5.76px) * 2.8935)), 60px);
}

.hero-screen.hero-banner-screen .banner-content p {
    font-family: Sora;
    font-weight: 500;
    font-size: clamp(26px, calc(1.625rem + ((1vw - 5.76px) * 0.463)), 30px);
    line-height: 35px;
    letter-spacing: 0px;
    margin: 20px 0 50px;
}







/* .menu-item-has-children:hover ~ span,
.menu-item-has-children:hover span,
.menu-item-has-children:hover > span,
.menu-item-has-children:hover + span {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

.menu-item-has-children:hover ~ span,
.menu-item-has-children:hover ul.sub-menu:hover ~ span {
  pointer-events: none;
}  */

.offer__btns.btn-wrap a:first-child {
    min-width: 205px;
}

.offer__btns.btn-wrap a:last-child {
    min-width: 234px;
}

.guest-btn.mob-show {
    display: none;
    justify-content: center;
    margin-top: 60px;
}


.key-team {
    padding: clamp(140px, calc(8.75rem + ((1vw - 7.68px) * 5.9524)), 180px) 0;
}


.key-ul {
    list-style-type: none;
    display: flex;
    gap: 40px;
}

.key-ul li h4 {
    font-family: Sora;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
}


.key-team-img {
    box-shadow: 0px 0px 30px 0px #FFFFFF80;
    border-radius: 50%;
    overflow: hidden;
    width: 184px;
    height: 184px;
}

.key-team-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.key-team-cont {
    margin-top: 20px;
}

.key-team-cont h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.key-team-cont h4 {
    font-family: Sora;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #A2D4D7;
    margin: 4px 0 10px;
}

.key-team-cont .key-people__socials {
    text-align: center;
}

ul.key-team-ul {
    margin-top: 60px;
}

.key-tem-picture {
    position: relative;
    max-width: 184px;
}

/* .key-people__desc {
    width: 100%;
    height: 100%;
    padding: 40px;
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(83, 172, 190, .26);
    border-radius: 50%;
    display: flex;
} */
/* .key-people__desc p {
    max-height: 100px;
    overflow: auto;
} */

.key-team-ul li:hover .key-people__desc {
    opacity: 1;
}

.key-team-ul li .key-people__desc {
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(83, 172, 190, .26);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    height: 260px;
    width: 260px;
}

.key-team-ul li .key-people__desc-inner {
    max-height: 84%;
    width: 100%;
}

.key-tem-picture .key-people__desc-inner {
    max-height: 84%;
    width: 100%;

    .simplebar-content-wrapper {
        padding: 0 10px;
    }

    .simplebar-track.simplebar-vertical {
        width: 8px;
    }

    .simplebar-scrollbar::before {
        background-color: var(--white-main);
        border-radius: 30px;
    }
}

ul.key-team-ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0 30px;
}

ul.key-team-ul>li {
    flex: 0 0 auto;
    width: 184px;
}

ul.key-ul h4 {
    padding-right: 40px;
    padding-bottom: 14px;
    cursor: pointer;
}

.key-team-main .key-ul {
    /* margin: 0 -20px; */
}

.key-team-main .key-ul {
    /* margin: 0 -20px; */
    border-bottom: 1px solid #ffffff59;
}

.key-ul .slick-slide.slick-current.slick-active h4 {
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #A2D4D7 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
}

.key-ul.slider-nav .slick-slide.slick-current.slick-active {
    opacity: 100%;
}

.key-ul.slider-nav .slick-slide {
    opacity: 80%;
}

section.key-team .key-people__heading h2.key-people__title {
    max-width: 100%;
    margin: 0px;
}


section.key-team .key-people__graphics.graphics-gif img {
    transform: rotateX(180deg);
    width: 80%;
    margin-left: auto;
}

section.key-team .graphics-gif__item {
    top: -30px;
    right: 0px;
}

.key-team .key-graphics-gif__item.aos-init.aos-animate img {
    margin-left: auto;
    mix-blend-mode: lighten;
    position: absolute;
    right: 0px;
    top: -180px;
    width: 75%;
}

.key-team2-slider.slider-for .slick-list.draggable {
    overflow: visible;
}

section.key-team {
    overflow: hidden;
}

ul.main_menu.main-menu-active>span {
    opacity: 0 !important;
}

section.our-home-sector.setcor-single-page {
    padding-top: 0px;
}





.form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}

div#resource-download-from.active {
    opacity: 1;
    visibility: visible;
}

.form-popup .overlay-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .6;
}

.popup-form-main {
    background-color: #fff;
    padding: 0px;
    position: relative;
    max-width: 860px;
    z-index: 2 !important;
    border-radius: 20px;
    overflow: hidden;
}

.popup-form-main .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
}

.home-sector-ul li.home-sector-li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 40%;
}

.home-sector-ul li.home-sector-li.active::before {
    opacity: 60%;
}

.key-team-main .no-team-found {
    margin-top: 60px;
}

section.our-home-sector.about-page-sector {
    padding-top: 0px;
}

section.talent-searching.homepg-talent-searching .cont>div {
    max-width: 1037px !important;
}

section.talent-searching.homepg-talent-searching a.btn-ordinary span {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.744)), 25px);
}

section.talent-searching.homepg-talent-searching .cont .talent-searching__block:first-child {
    flex: 0 0 auto;
}

section.talent-searching.homepg-talent-searching .talent-searching__block p {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

section.talent-searching.homepg-talent-searching p.talent-searching__subtitle {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}


.header .menu .menu-link {
    font-size: 15px !important;
}

.header .job-btn {
    margin-left: 30px;
}

.podcasts-section .tabs-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 35px;
    max-width: 850px;
    margin: 40px auto 50px;
}

.podcasts-section .tabs-wrap li h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #A2D4D7;
    margin-bottom: 20px;
}



.blog-coonect-page .cont {
    max-width: 955px;
    text-align: center;
}

.blog-coonect-page .cont .podcasts-text a {
    margin: auto;
}

.blog-coonect-page .cont .heading p {
    /* margin-top: 20px;
    margin-bottom: 50px; */
    font-family: Sora;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px !important;
}
.blog-coonect-page .cont .heading .coonect-content {
    margin-top: 20px;
    margin-bottom: 45px;
}

.blog-coonect-page .cont .heading h1 {
    color: #fff;
}

.blog-coonect-page .cont .heading h1 span {
    color: #A2D4D7;
}

section.blog-coonect-page {
    padding-bottom: 40px;
}

section.blog-section h2.blog-section__title {
    margin-bottom: 30px !important;
    font-size: 20px !important;
}

section.blog-section span.blog-filters__item-title {
    font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.5952)), 20px) !important;
}

section.connect-hero-screen.padcast-page h1.greeting-heading__title {
    font-size: clamp(35px, calc(2.1875rem + ((1vw - 7.68px) * 3.7202)), 60px) !important;
    margin-bottom: 20px;
}

section.connect-hero-screen.padcast-page .greeting-heading__img {
    max-width: 520px !important;
}

.podcasts-section .tabs-wrap ul>li:first-child {
    flex: 0 0 auto;
    width: 100%;
}

.podcasts-section .industry-sub-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

section.podcast-section.blog-coonect-page .talent-card__graphics .circle-graphic.parallax:first-child {
    bottom: 50px;
    right: 32%;
}

section.podcast-section.blog-coonect-page .talent-card__graphics .circle-graphic.parallax:last-child {
    left: 3%;
}

.podcast-section.podcast-pgcounter .cont::before {
    content: none !important;
}

.podcast-section.podcast-pgcounter .cont {
    background-color: unset !important;
    backdrop-filter: unset !important;
    padding: 0px !important;
    max-width: 1040px !important;
    margin: auto;
}

section.podcast-section.podcast-pgcounter {
    padding-top: 50px !important;
}

section.podcast-section.podcast-pgcounter .home-podcast-title,
section.podcast-section.podcast-pgcounter .home-podcast-title h1 {
    justify-content: center;
    text-align: center !important;
}

section.podcast-section.podcast-pgcounter .counter-section {
    padding: 0px 0px;
}

section.connect-hero-screen.padcast-page {
    padding-bottom: clamp(0px, calc(5rem + ((1vw - 7.68px) * 8.9286)), 140px);
}

section.connect-hero-screen.padcast-page .talent-card__graphics .circle-graphic.parallax {
    position: absolute;
    right: 10%;
    top: 50%;
}

section.connect-hero-screen.padcast-page p.counter-number.counter {
    text-align: center !important;
}

section.connect-hero-screen.padcast-page .plus-added {
    justify-content: center !important;
}

section.connect-hero-screen.padcast-page p.content {
    text-align: center !important;
    max-width: 300px;
    margin: auto;
}
.podcasts-section h2.podcasts-section__title {
    font-size:  clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 0.8929)), 30px) !important;
}
.podcasts-section-advice h2.podcasts-section__title {
    font-size: 20px !important;
}
 .podcasts-section-advice span.blog-filters__item-title {
   font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.5952)), 20px) !important;
}


/* 
.subscribe-popup .choices__list.choices__list--single ,.subscribe-section .choices__list.choices__list--single{
    background: hsla(0,0%,100%,.15);
    border-radius: 23px;
    color: hsla(0,0%,100%,.7);
    font-family: Gotham,sans-serif;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    position: relative;
    resize: none;
    transition: all .3s ease-in-out;
    width: 100%;
    background: rgba(31,62,69,.15);
}

.subscribe-popup .choices__inner ,.subscribe-section .choices__inner{
    border-bottom: none;
}
.subscribe-popup label{
    margin-bottom: 10px !important;
}
.subscribe-popup .choices[data-type*=select-one]::after ,.subscribe-section  .choices[data-type*=select-one]::after{
    font-size: 10px ;
    right: 14px;
    top: 30%;
}
.subscribe-section  .choices {
    margin: 0px;
} */
.sector-info .graphics-gif__item {
    top: -265px;
}
.sector-advantage__img.automotive.aos-init.aos-animate {
    mix-blend-mode: color-dodge;
}

/* 24-10-25 */


/* 19-11-25 */
.choices {
    margin-right: 0px;
    margin-left: 30px;
}
.choices__item.choices__item--selectable {
    font-size: 15px;
    padding: 0px !important;
    padding-right: 7px !important;
}


.choices[data-type*=select-one]:after {
    background-image: url('../images/white-hoverarow.png') !important;
    content: "" !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 42%;
    transform: translateY(-50%);
}
.choices[data-type*=select-one].is-open:after {
    transform: translateY(-50%) rotate(180deg);
}
.choices__item.choices__item--selectable span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.choices__item.choices__item--selectable span img {
    height: 18px;
    display: none !important;
}
.choices__list.choices__list--dropdown{
    border: none !important;
}
.choices__list .choices__list {
    border: none !important;
    padding: 8px 8px 0px 8px;
    background-color: #18a1b4;
    border-radius: 0px 0px 10px 10px;
}
.choices__list .choices__list .choices__item {
    margin-bottom: 10px;
}
.choices__list .choices__list .choices__item:hover span{
    color: #000 !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: transparent !important;
    color: #000 !important;
}
/* 19-11-25 */



@media(min-width:1325px) {
    li.menu-item-has-children ul.sub-menu {
        max-width: 350px;
        width: max-content;
        position: absolute;
        left: -8px;
        top: 0px;
        padding: 10px;
        background-color: #18a1b4;
        border-radius: 10px;
        transition: .3s ease;
        opacity: 0;
        visibility: hidden;
    }

    li.menu-item-has-children:hover ul.sub-menu {
        top: 26px;
        transition: .3s ease;
        opacity: 1;
        visibility: visible;
    }

    ul.sub-menu li a:hover {
        color: #1f3e45 !important;
        transition: .2s ease;
    }

    li.menu-item-has-children ul.sub-menu li::before {
        content: none !important;
    }

    li.menu-item-has-children ul.sub-menu li::after {
        content: none !important;
    }

    li.menu-item-has-children>a {
        position: relative !important;
        padding-right: 16px !important;
    }

    li.menu-item-has-children>a::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-image: url('../images/white-hoverarow.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        transition: 0.3s ease;
    }

    li.menu-item-has-children:hover>a::before {
        /* transform: rotateX(180deg) translateY(0%); */
        transform: translateY(-50%) rotate(180deg);
        transition: 0.3s ease;
    }

 
}

@media screen and (max-width:1300px) {
    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details {
        width: 46%;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members {
        justify-content: center;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img {
        width: 80px;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img.btm-img {
        width: 50px;
        right: -55px;
    }

    section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text p.counter-number,
    section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text .plus-added {
        font-size: 50px;
        line-height: 60px;
    }

    section.podcast-section .heading h1 {
        font-size: 40px;
        line-height: 50px;
    }




}

@media(max-width:1325px) {

    li.menu-item-has-children>a::before {
        top: 50%;
        width: 15px;
    }

    li.menu-item-has-children>a {
        padding-right: 25px !important;
    }


    /* li.menu-item-has-children>a {
        background-image: url('/techne/app/public/images/white-hoverarow.png');
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 30px !important;
    }

    li.menu-item-has-children ul.sub-menu {
        width: 100%;
        position: static;
        visibility: hidden;
        max-height: 0px;
    }

    li.menu-item-has-children:hover ul.sub-menu {
        opacity: 0;
    } */
    /* li.menu-item-has-children ul.sub-menu {
        position: absolute;
        opacity: 0 !important;
    } */

    /* li.menu-item-has-children.active ul.sub-menu {
        max-height: 300px;
        opacity: 1 !important;
        visibility: visible;
        position: static;
    } */

    /* li.menu-item-has-children:hover>a::before {
        transform: none;
        transition: none;
    } */

    li.menu-item-has-children ul.sub-menu {
        max-width: 100%;
        width: max-content;
        padding: 0px 0 0 20px;
        background-color: transparent;
        max-height: 0px;
        opacity: 0;
        transition: .3s ease;
        visibility: hidden;
    }

    li.menu-item-has-children.active ul.sub-menu.mobile {
        max-height: 400px;
        height: 100%;
        opacity: 1;
        visibility: visible;
        transition: .3s ease;
    }

    li.menu-item-has-children>a {
        position: relative !important;
        padding-right: 25px !important;
    }

    li.menu-item-has-children>a::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 10px;
        background-image: url('../images/white-hoverarow.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        transition: 0.3s ease;
    }

    li.menu-item-has-children.active>a::before {
        transform: translateY(-50%) rotate(180deg);
        transition: 0.3s ease;
    }
       .choices {
    margin-right: 35px;
    margin-left: 0px;
}
}

@media(max-width:1200px) {
    section.hero-screen.hero-banner-screen .cont {
        top: 50%;
    }
}

@media screen and (max-width:991px) {
    section.podcast-section .counter-section {
        flex-direction: column;
    }

    section.podcast-section .counter-section .left-counter-image-section {
        width: 100%;
        border-bottom: 5px solid #fff;
        border-right: none;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    section.podcast-section .counter-section .right-team-logo-section {
        width: 100%;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img {
        width: 100px;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img.btm-img {
        width: 60px;
        right: -65px;
    }

    section.podcast-section {
        padding-top: 150px !important;
    }

    .hero-screen .offer__btns.btn-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-screen .offer__btns.btn-wrap a {
        margin: 0px !important;
    }


    section.podcast-section.home-podsec .cont {
        padding: 70px 30px;
    }

    section.podcast-section.home-podsec {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-podsec .counter-part {
        flex-direction: column;
        row-gap: 20px;
    }

    section.podcast-section .counter-section .left-counter-image-section {
        margin: 0;
        padding: 0px;
        padding-top: 50px;
    }

    .home-sector-cont {
        padding: 50px 30px;
    }

    .home-sectr-title {
        padding: 50px 30px;
        display: block;
    }

    .home-sectr-title h3 {
        writing-mode: unset;
        margin-bottom: 20px;
    }

    .home-sector-ul {
        display: block;
    }

    section.hero-screen.hero-banner-screen .cont {
        top: 65%;
        left: 50%;
    }

    .home-sector-ul li.home-sector-li {
        min-height: unset;
    }

    .home-sector-ul>li:first-child {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .home-sector-ul>li:last-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }


    .home-sector-ul li.home-sector-li {
        min-height: unset;
    }

    .home-sector-ul .home-sector-box {
        max-height: max-content;
    }

    li.home-sector-li.active .home-sector-box .home-sector-cont {
        max-height: 1000px !important;
        height: unset !important;
        position: static;
        transform: unset !important;
        transition: .3s linear;
    }

    li.home-sector-li.active .home-sectr-title {
        position: absolute;
        transition: .3s linear;
    }

    .hero-banner-screen .hero-video-main {
        height: 600px;
    }

    .hero-banner-screen .hero-video-main video {
        height: 100%;
        object-fit: cover;
    }

    .home-podcast-title {
        flex-direction: column-reverse;
        row-gap: 50px;
    }

    .home-podcast-title .heading h1 {
        margin-bottom: 30px !important;
    }

    .guest-podcast {
        margin-bottom: 40px;
        margin-top: 50px;
    }


    .home-sector-ul li.home-sector-li {
        border-bottom: 3px solid;
        border-image: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                #A2D4D7 50%,
                rgba(255, 255, 255, 0) 100%);
        border-image-slice: 1;
    }

    .home-sector-cont p {
        margin: 30px 0 30px;
        font-size: 18px;
    }

    .home-podcast-title .heading h1 {
        margin-bottom: 214px !important;
    }

    .home-pod-img {
        position: absolute;
    }

    .home-podcast-title .heading a.btn {
        position: relative;
        z-index: 1;
        top: 20px;
    }

    .guest-slide-btn a.btn {
        min-width: 180px;
    }

    section.hero-screen.hero-banner-screen:before {
        background-image: url(../images/hero-mob-shadowbg.png) !important;
        background-size: 100% 100% !important;
        background-position: left 0 bottom 20% !important;
        height: 100vh !important;
    }

    .guest-slide-cont h3 {
        font-size: 25px;
    }

    .guest-slide-cont p {
        font-size: 15px;
        line-height: 22px;
    }

    .hero-screen.hero-banner-screen .offer__btns.btn-wrap {
        gap: 20px;
    }

    /* section.hero-screen.hero-banner-screen.blur-bg:before {
    background-image: unset !important;
} */
    .guest-slide-cont .guest-img {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .guest-slide-cont .guest-logo {
        margin-top: 20px;
    }

    .guest-btn.desk-show {
        display: none;
    }

    .guest-btn.mob-show {
        display: flex !important;
    }

    section.podcast-section.home-podsec .cont::before {
        height: 68%;
    }

    .connect-hero-screen.padcast-page .home-podcast-title .heading h1 {
        margin-bottom: 0px !important;
    }

    section.podcast-section.home-podsec.podcast-pgcounter {
    padding-left: 0px;
    padding-right: 0px;
}
  .home-podsec .counter-part>div {
      width: 100%;
  }
}



@media screen and (max-width:767px) {
    section.podcast-section .heading h1 {
        font-size: 30px;
        line-height: 40px;
    }

    section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text p.counter-number,
    section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text .plus-added {
        font-size: 40px;
        line-height: 50px;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.podcast-section .counter-section .left-counter-image-section {
        flex-direction: column;
    }

    section.podcast-section .counter-section .left-counter-image-section .counter-part {
        width: 100%;
    }

    section.podcast-section .counter-section .left-counter-image-section .single-img {
        width: 100%;
    }

    section.our-home-sector {
        padding: 100px 0 140px;
    }

    section.key-team .key-people__graphics.graphics-gif img {
        width: 100%;
    }

    section.key-team .graphics-gif__item {
        top: -30px;
        right: 0px;
        left: 0px;
        width: 700px;
    }

    section.talent-searching.homepg-talent-searching .cont {
        width: 100%;
    }

    section.talent-searching.homepg-talent-searching .cont .talent-searching__block:first-child {
        margin-bottom: 30px !important;
    }

    .blog-coonect-page .cont .heading p {
        /* margin-bottom: 40px; */
        font-size: 16px;
    }
    .blog-coonect-page .cont .heading .coonect-content {
    margin-bottom: 40px;
}

    section.blog-coonect-page {
        padding-bottom: 0px;
    }


    section.podcast-section.blog-coonect-page .talent-card__graphics .circle-graphic.parallax:first-child {
        bottom: 0px;
        right: 12%;
    }

    section.podcast-section.blog-coonect-page .talent-card__graphics .circle-graphic.parallax:last-child {
        left: 4%;
        top: 112px;
    }

    section.connect-hero-screen.padcast-page {
        padding-bottom: 0px !important;
    }

    section.connect-hero-screen.padcast-page .talent-card__graphics .circle-graphic.parallax {
        top: 60%;
    }
    .sector-info .graphics-gif__item {
    top: 0px;
}
.hero-screen.hero-banner-screen {
        height: 100% !important;
        overflow: unset;
        max-height: unset !important;
    }
}


@media screen and (max-width:679px) {
    .hero-screen h1.offer__title {
        font-size: 35px;
        line-height: 45px;
    }

    .home-podcast-btnn p {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 20px;
    }

    .home-podcast-btnn {
        padding-top: 40px;
    }

    .popup-form-main {
        max-width: 90%;
    }
}



@media screen and (max-width:581px) {
    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details {
        width: 100%;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part h3 {
        font-size: 25px;
        line-height: 30px;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img.btm-img {
        width: 50px;
        right: -55px;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details img {
        width: 80px;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members .member-details p {
        margin-bottom: 10px;
    }

    section.podcast-section .counter-section .right-team-logo-section .team-part .team-members {
        gap: 20px 0px;
    }

    section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text p.counter-number,
    section.podcast-section .counter-section .left-counter-image-section .counter-part .number-text .plus-added {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-screen h1.offer__title {
        font-size: 30px;
        line-height: 36px;
    }

    li.home-sector-li .home-sector-cont h2 {
        font-size: 22px;
    }

    .guest-podcast {
        flex-direction: column;
        row-gap: 30px;
    }

    .hero-banner-screen .hero-video-main {
        height: 100vh;
    }

    section.hero-screen.hero-banner-screen .cont {
        top: 65%;
        left: 50%;
    }

    .hero-screen.hero-banner-screen h1.offer__title span {
        display: block;
    }

    section.hero-screen.hero-banner-screen:before {
        background-image: url(../images/hero-mob-shadowbg.png) !important;
        background-size: cover !important;
        background-position: left 0 bottom -50px !important;
        height: 130vh !important;
    }

    .home-podcast-title .heading h1 {
        font-size: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 0.744)), 35px) !important;
        letter-spacing: -1px;
    }

    section.hero-screen.blur-bg.hero-banner-screen .cont {
        padding: 0px 14px;
    }

    ul.key-team-ul>li {
        flex: 0 0 auto;
        width: 100%;
    }

    .key-tem-picture {
        max-width: 184px;
        margin: auto;
    }

    .hero-screen.hero-banner-screen .banner-content p {
        margin: 10px 0 50px;
        max-width: 370px;
    }

    .mobile-header .menu-link {
        font-size: 18px;
    }

    .connect-hero-screen.padcast-page .home-podcast-title .heading h1 {
        font-size: 25px !important;
    }

    section.connect-hero-screen.padcast-page .greeting-heading__img {
        max-width: 80% !important;
    }
    section.hero-screen.hero-banner-screen .cont {
        top: 65%;
        left: 50%;
    }
    .choices {
    margin-right: 15px;
    margin-left: 0px;
}
}
@media(max-width:360px){
    section.hero-screen.hero-banner-screen .cont {
    top: 70%;
}
}

/* ----18/21-10-2024-end---- */
/*23-04-2025 */
.cont {
    margin: 0 auto;
    max-width: 1378px;
    width: 100%;
    padding: 0px 20px;
}

.home h1.offer__title {
    font-size: min(max(calc(19.5493px + 2.25352vw), 26px), 42px);
}

.header .menu .menu-link {
    font-size: min(max(calc(7px + .41667vw), 12px), 12px);
}


.guest-img-main.jason-kline {
    filter: invert(1);
}

.guest-img-main.sarah-walter 
{
    filter: invert(1);
}
.guest-img-main.davide-montosi 
{
    filter: invert(1);
}
.guest-img-main.kevin-smith
{
     filter: brightness(0.);
}
.guest-img-main.youssef-demitri{
        filter: brightness(20.5);
}

.guest-img-main.andreas-bilhaimer{
    filter: invert(1);
}
.guest-img-main.chad-mccoy{
   filter: invert(0);
}
.guest-img-main.brent-bradbury{
    filter: invert(1);
}
/*23-04-2025 */

@media (max-width: 769px) {
    .popup-video iframe {
       Width:100% !important;
        height: 315px;
    }
}   
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}