.header-container {
    overflow: hidden;
    position: relative;
    height: 842px;
}

.header-heading {
    font-weight: 600;
    line-height: clamp(44px, 5vw, 64px);
    ;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
}

.header-container h5 {
    font-weight: 400;
    line-height: 28px;
}

.header-right-img {
    object-fit: cover;
    top: 0px;
    right: 0;
    position: absolute;
    max-width: 845px;
}

.second-section{
    padding: 75px 0;
}
.second-section .consider-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 26px;
    gap: 22px;
    width: 263px;
    height: 311px;
    background: #FFFFFF;
    box-shadow: 0px 9px 22.5px 12.75px rgba(24, 92, 255, 0.04);
    border-radius: 4.5px;
}
.consider-card svg{
    padding: 10.5px;
    width: 51px;
    height: 51px;
    border: 1px solid #E5F1FA;
    border-radius: 9px;
    flex: none;
}
.step-card{
    padding: 24px 10px;
    width: 240px;
    height: 248px;
    background: #F1F6FA;
    border: 2px solid rgba(5, 83, 240, 0.16);
    backdrop-filter: blur(20px);
    border-radius: 8px;
}
.talent-creator-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;

    width: 308.75px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #D3D4D6;
    border-radius: 15px;

}
.talent-creator-card .talent-creator-img{
    width: 62px;
    height: 62px;
    border: 0.5px solid #CDD7EA;
    border-radius: 50%;
}
.bannerContent-div {
    background: linear-gradient(273.36deg, #175FEF 0%, #17439A 113.4%);
    width: 100%;
    min-height: 320px;
    border-radius: 16px;
    position: relative;
}

.element-3Dcontent {
    position: absolute;
    width: 371px;
    height: 282px;
    right: 40px;
    top: 19px;
}
/* ======================Detail Page================================ */
.cod-header-container{
    padding: 0px 0px 24px;
    width: 100%;
    min-height: 383px;
    background: #FFFFFF;
    border: 1px solid rgba(5, 83, 240, 0.16);
    border-radius: 12px;
}
.cod-header-img{
    width: 100%;
    position: absolute;
    height: 201px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    background: #000000;
    top: 0;
    left: 0;
}
.channel-img{
    position: absolute;
    width: 160px;
    height: 160px;
    left: var(--leftMargin1);
    top: 89px;
    background: black;
    object-fit: cover;
    border: 2px solid #FFFFFF;
    border-radius: 50%;

}
.event-card {
    flex: 0 0 auto;
    padding: 24px;
    width: 562px;
    height: 396px;
    background: #FFFFFF;
    border: 1px solid rgba(5, 83, 240, 0.16);
    box-shadow: 4px 4px 16px rgba(99, 146, 239, 0.24);
    border-radius: 16px;
}
.event-card .profile-section{
    padding: 8px 16px;
    width: 100%;
    height: 56px;
    background: #F6F9FD;
    border: 1px solid #E6EEF9;
    border-radius: 8px;
}
.event-card .profile-section img{
    width: 42px;
    height: 42px;
    border: 1.69px solid #F2B200;
    border-radius: 50%;
}
.owl-carousel3 .event-card {
    width: 562px !important;   /* default fixed size */
    flex: 0 0 auto;
}
@media (max-width: 610px) {
  .owl-carousel3 .event-card {
      width: 100% !important;  /* full width on small screens */
  }
}

@media (max-width:1387px) {
    .header-right-img {
    object-fit: cover;
    top: 70px;
    position: absolute;
    max-width: 666px;
    }

}
@media (max-width:1300px) {
    .header-right-img {
    object-fit: cover;
    top: 100px;
    position: absolute;
    max-width: 566px;
    }

}
@media (max-width:1268px) {
    .header-right-img {
    object-fit: cover;
    top: 130px;
    position: absolute;
    max-width: 506px;
    }

}
@media (max-width:1024px) {
    .header-right-img {
    object-fit: cover;
    top: 194px;
    position: absolute;
    max-width: 422px;
    }

}