:root {
    --primary-text-color: #FAFAFA;
    --secondary-text-color: #E5E5E5;
    --border-color: #292929;
}

h1, h2, h3, h4, h5, h6, p{
    padding: 0 !important;
    margin: 0 !important;
}

body {
    background-color: #090909 !important;
}

.cfibreOrangeBtn {
    margin: 0 !important;
    font-family: 'Poppins-medium' !important;
}

.horizontal-section-breaker{
    background-color: #292929;
    width: 70%;
    height: 1px;
    border: none;
    margin: 0 auto;
    padding: 0;
}

#top-element{
    margin-top: calc(130px + 24px);
}

.hero{
    padding: 85px 44px 85px 80px;
    display:flex;
    flex-direction: column;
    gap: 24px;
}

.hero__brand-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
 
.hero__title{
    font-family: 'CellCSans-bold';
    font-size: 60px;
    color: var(--primary-text-color);
    line-height: 120%;
}
 
.hero__logo{
    flex: 0 0 auto;
    height:44px;
    width:auto;
    margin-top: 11px;
}

.hero__content{
    display:flex;
    gap: 47px;
}

.hero__col{
    color: var(--secondary-text-color);
}

.hero__col--left{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero__col--left h4{
    color: var(--primary-text-color);
    font-family: 'CellCSans-semibold';
    font-size: 32px;
}

.hero__col--left h4.reg{
    font-family: 'Cell C Sans' ;
}

.hero__col--right{
    display: flex;
    flex-direction: column-reverse;
}

.hero__col--left p, .hero__col--right p{
    color: var(--secondary-text-color);
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 140%;
}

/* top deals */

.top-deals{
    display: flex;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 128px;
    padding: 79px 81px 100px 81px;
}

.top-deals__bg{
    background: url(/cellc/img/oem/orange-supergraphic.webp) center/cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    top: -100px;
}

.top-deals__header{
    display: flex;
    gap: 48px;
    flex-direction: column;
    align-items: center;
}

.top-deals__header--title{
    font-size: 60px;
    line-height: 120%;
    font-family: 'CellCSans-semibold';
    color: var(--primary-text-color);
}

.top-deals__header--cta{
    width: max-content;
}

.top-deals__content{
    display: flex;
    gap: 32px;
    justify-content: center;
}

.top-deals__card{
    margin-top: 279px;
    border: 2px solid var(--border-color);
    background-color: #141414;
    border-radius: 16px;
    position: relative;
    padding: 154px 24px 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
    width: 405px;
}

.top-deals__card--image{
    height: 360px;
    position: absolute;
    top: 0;
    z-index: 3;
    margin: 0 auto;
    top: -230px;
    left: 0;
    right: 0;
    width: 75%;
    display: flex;
    align-items: flex-end;
}

.top-deals__card--image img{
    max-width: 100%;
}

.top-deals__card__header--pill{
    background-color: #292929;
    border: 1px solid #525252;
    border-radius: 4px;
    padding: 2px 8px;
    color: #F5F5F5;
    font-family: 'Inter';
    font-size: 12px;
    width: max-content;
}

.top-deals__card__header--title{
    font-size: 26px;
    font-family: 'CellCSans-semibold';
    line-height: 130%;
    color: var(--primary-text-color);
    margin-top: 16px !important;
}

.top-deals__card__content{
    display: flex;
    flex-direction: column;
}

.top-deals__card__content p{
    color: var(--secondary-text-color);
    font-size: 16px;
    font-family: 'Poppins';
}

.top-deals__card__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-deals__card__footer--price{
    display: flex;
    gap: 6px;
    font-family: 'CellCSans-bold';
    font-size: 54px;
    color: #ED6920;
}

.top-deals__card__footer--price-details{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #525252;
    font-family: "Poppins";
    justify-content: center;
    line-height: 140%;
    color: var(--secondary-text-color);
}

.top-deals__card__footer--cta{
    color: var(--primary-text-color);
    border: 0.86px solid #FDFDFD;
    padding: 14px 27px;
    font-size: 16px;
    font-family: 'Poppins';
    border-radius: 99px;
    background-color: transparent;
    height: max-content;
}


/* top deals ends */


/* Other devices */
.other-devices{
    display: flex;
    flex-direction: column;
    gap: 96px;
    padding: 56px 80px;
    text-align: center;
    padding-bottom: calc(56px + 24px);
}

.other-devices__title{
    font-size: 60px;
    line-height: 120%;
    font-family: 'CellCSans-semibold';
    color: var(--primary-text-color);
}

.other-devices__list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.card{
    width: 100%;
    /* max-width: 1280px; */
    height: 400px;
    border-radius: 16px;
    border: 2px solid var(--border-color);
    background: #0F0F0F;
    display:flex;
    gap: 104px;
    overflow:hidden;
    position:relative;
    padding: 0 56px;
}

.card__bg{
    position: absolute;
    inset: 0;
    background: url(/cellc/img/oem/supergraphic.webp) no-repeat bottom / auto 500%;
    z-index: 1;
    pointer-events: none;
    background-position-x: 232px;
    background-position-y: -1055px;
}    

.card__left{
    flex: 60%;
    display:flex; 
    flex-direction:column; 
    z-index: 2;
    text-align: left;
    justify-content: center;
}

.card__title{
    font-size: 54px;
    line-height: 130%;
    font-family: 'CellCSans-semibold';
    color: var(--primary-text-color);
    margin-bottom: 8px !important;
}

.card__desc{
    font-size: 18px;
    line-height: 140%;
    font-family: 'Poppins';
    color: var(--secondary-text-color);
    margin-bottom: 32px !important;
}

.card__cta{
    width: max-content;
}


.card__right{ 
    flex: 40%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 28px;
    overflow: hidden;
    z-index: 2;
    top: 0;
    height: auto;
    padding-top: 79px;
}

.card__device{ 
    height: max-content;
    width: 351px;
    transform: translateY(5%);
    user-select: none;
    -webkit-user-drag: none;
}

/* Other devices ends */