:root {
    /*--bodyfont:'Inter', sans-serif;
    --titlefont:'Ubuntu', sans-serif;*/
    --bodyfont: 'Roboto', sans-serif;
    --titlefont: 'Oswald', sans-serif;
    --value16: 16px;
    --value18: 18px;
    --value14: 14px;
    --value20: 20px;
    --black: #000;
    --white: #fff;
    --softwhite: #D1D5DB; /* Soft light gray, easy on the eyes */;
    --softblack: #2D3748; /* Soft light black, easy on the eyes */;
    --green: #16af74;
    --blue: #1da1dc;
    --darkblue: #16af74;
    --textcolor: #D1D5DB;
    --textgray: #868686;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --transition: 400ms ease all;
    --border-radius: 0.375rem;
}

body {
    font-family: var(--bodyfont);
    font-size: var(--value16);
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: var(--black);
    color: var(--textcolor);
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    margin-bottom: 1rem;
    color: var(--white);
    font-family: var(--titlefont);
}
h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter,
p::first-letter {
    text-transform: capitalize;
}
p:last-child {
    margin-bottom: 0;
}
pre {
    background-color:#222;
    padding:9px;
    color:white;
    border-radius:5px;
    font-size:15px;
    border-left:8px solid #0d6efd;
}
pre span {
    color:orange;
}
.btn {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    font-size: var(--value16);
    font-family: var(--bodyfont);
    font-weight: var(--medium);
    text-transform: uppercase;
    /*border-radius: 100px;*/
    padding: 16px 32px 14px;
    line-height: 1;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.5);
}
.btn:hover {
    background-color: var(--white);
    color: var(--black);
}
.btn-fill {
    background: rgb(29,161,220);
    background: linear-gradient(90deg, rgba(29,161,220,1) 0%, rgba(22,175,116,1) 100%);
    border: none;
    color: var(--black);
    transition: var(--transition);
}
.btn-fill:hover {
    background: linear-gradient(215deg, rgba(29,161,220,1) 0%, rgba(22,175,116,1) 100%);
}
.btn svg {
    margin-left: 5px;
}
svg path {
    transition: var(--transition);
}
.btn-fill svg path {
    stroke: var(--black);
}
.btn:hover svg path {
    stroke: var(--black);
}
.container {
    max-width: 1200px;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
}
h2,
h1 {
    /* font-size: 62px; */
    font-size: 4.5rem;
    line-height: 1.2;
    font-weight: var(--medium);
}
h3 {
    font-size: 42px;
    line-height: 1.3;
}
h5 {
    font-size: 26px;
    line-height: 1.16;
}
h6 {
    font-size: 22px;
    line-height: 1.1;
}
section {
    overflow: hidden;
}
.section-padding {
    padding: 60px 40px;
}
.sec-pad-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pad-left-right {
    padding-left: 40px;
    padding-right: 40px;
}
.pad-bottom {
    padding-bottom: 120px;
}
nav ul,
.road-list ul,
ul.time_media,
.social_media,
.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* ========= header css =========== */
header.main_header {
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    transition: var(--transition);
    transform: translateY(-100%);
}
header.main_header.active {
    opacity: 1;
    transform: translateY(0);
}
header.main_header.sticky {
    padding: 15px 40px;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(10px);
}
header.main_header.sticky nav ul li a {
    font-size: var(--value16);
}
header.main_header.sticky .btn {
    padding: 12px 25px 10px;
    font-size: 15px;
}
.main_header a img {
/*    max-width: 200px;*/
    transition: var(--transition);
}
header.main_header.sticky a img {
/*    max-width: 150px;*/
}
.container-fluid,
.about_section .container,
.video_section .container,
header .container {
    max-width: 1440px;
}
nav ul li {
    display: inline-block;
}
nav ul li a {
    color: var(--white);
    padding: 8px 15px;
    text-decoration: none;
    font-family: var(--titlefont);
    font-size: 16px;
    transition: var(--transition);    
    line-height: 1;
    font-family: var(--bodyfont);
    border-radius: var(--border-radius);
}
nav ul li a:focus:before,
nav ul li a:hover:before {
    width: 100%;
}
nav ul li a:hover {
    background: rgb(29,161,220);
    background: linear-gradient(90deg, rgba(29,161,220,1) 0%, rgba(22,175,116,1) 100%);
    border: none;
    color: var(--black);
    transition: var(--transition);
    /*border-color: var(--white);
    color: var(--white);*/
}

.section-about {
    background:
        url('/pub/images/catalyst_logo_colour_roundel@4x.png') no-repeat top right fixed,
        #000000; /* Fallback for very old browsers */
    background:
        url('/pub/images/catalyst_logo_colour_roundel@4x.png') no-repeat top right fixed,
        -webkit-linear-gradient(top, #000000 0%, #000000 10%, rgba(30, 53, 155, 0.5) 50%, #000000 90%, #000000 100%); /* Older Safari */
    background:
        url('/pub/images/catalyst_logo_colour_roundel@4x.png') no-repeat top right fixed,
        -ms-linear-gradient(top, #000000 0%, #000000 10%, rgba(30, 53, 155, 0.5) 50%, #000000 90%, #000000 100%); /* IE 10 */
    background:
        url('/pub/images/catalyst_logo_colour_roundel@4x.png') no-repeat top right fixed,
        linear-gradient(to bottom, #000000 0%, #000000 10%, rgba(30, 53, 155, 0.5) 50%, #000000 90%, #000000 100%); /* Standard */
    background-size: 30% auto; /* Responsive scaling: 30% of section width */
    background-blend-mode: overlay; /* Blend image with gradient */
    background-position: right;
      
}

.section-about::before {
    content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
        -webkit-filter: blur(10px); /* Older Safari */
            filter: blur(10px); /* Standard */
}

.section-about::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
        -webkit-filter: blur(10px); /* Older Safari */
        filter: blur(10px); /* Standard */
}

.section-about p {
    color: var(--softwhite);
}

.section-about img {
    max-width: 75%;
    transition: var(--transition);
}

.section-about img:hover {
    transform: scale(1.1);
}

.close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
.close svg {
    width: 1.5rem;
    height: 1.5rem;
}
.close svg path {
    stroke: var(--white);
}
.menu_bar svg {
    width: 2rem;
    height: 2rem;
}
.menu_bar {
    display: none;
}
.menu_bar svg rect {
    fill: transparent;
}
.menu_bar svg path {
    stroke: var(--white);
}
/* ====== video section css ======== */
.video_section {
    position: relative;
    background: url('/pub/images/website-hero-bg-royal-blue-1920x1200.jpg') no-repeat top left fixed;
    background-color: #0267ff;
    height: 100vh;
}
.video_section .btn {
    padding: 20px 30px 18px;
}
#myVideo {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.video_section .container {
    position: relative;
    z-index: 5;
    height: 100%;
}
.social_media {
    position: absolute;
    right: 0;
    bottom: 40px;
}
.social_media li {
    display: inline-block;
    margin-left: 10px;
}
.social_media li a {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.social_media li a:hover {
    background-color: var(--white);
}
.social_media li a:hover svg path {
    fill: var(--black);
    stroke: var(--black);
}

.video_section .row {
    width: 100%;
}
.video_section h1 {
/*    max-width: 400px;*/
    margin-bottom: 40px;
}
.video_section h1 svg {
    width: 50px;
    height: 50px;
    position: relative;
}
.padd-top {
    padding-top: 100px;
}
/* ======= about section css ========== */
.right_half {
    max-width: 630px;
    margin-left: 0;
    padding: 0 40px;
}
h1 span,
h2 span,
h3 span,
h4 span {
    color: var(--blue);
}
.right_half p {
    max-width: 370px;
    margin:30px 0;
}
.right_half a {
    margin-bottom: 40px;
}
.list li {
    color: var(--white);
    font-family: var(--titlefont);
    margin-bottom: 10px;
}
.list li svg {
    margin-right: 5px;
}
.about_section .container {
    padding: 0;
}
.image_column {
    margin-right: -15rem;
}
.image_column img {
    width: 100%;
}
/* ===== video slider section css ========= */
.video_slider_section {
    padding: 0 40px;
}
.video_wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}
.video_wrapper .col-12 {
    min-height: calc(85vh - 150px);
}
.video_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #101010;
    opacity: 0.8;
    z-index: 2;
}
.video_wrapper .container {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding: 40px;
}
.video_wrapper .container .row,
.video_wrapper .container {
    height: 100%;
}
.video_wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_wrapper h2 {
    margin-bottom: 10rem;
}
.video_wrapper h2,
.video_wrapper p {
    max-width: 800px;
}
button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 2;
}
.time_slider button.slick-arrow {
    top: 65%;
    transform: translateY(-65%);
}
.video_slider button.slick-arrow  {
    left: 40px;
}
button.slick-arrow.slick-next {
    left:auto;
    right: -40px;
}
.video_slider button.slick-arrow.slick-next {
    right: 40px;
}
.title_column {
    margin-bottom: 3rem;
}
.title_column h2 {
    /*max-width: 820px;*/
    max-width: 100%;
}

.partners_row {
    border-radius: 40px;
    background: #23222a;
    margin: 0 auto;
}
.partners_column {
    padding: 30px;
    height: 100%;
    overflow: hidden;
}
.partners_column p {
/*    margin-bottom: 3rem;*/
}
.partners_column img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}
.partners_column,
.partners_column h5,
.partners_column img {
    transition: var(--transition);
}

.partners_column:hover h5 {
    color: var(--blue);
}

.partners_column:hover img {
    transform: scale(1.1);
}
.partners-mobile {
    display: none;
}
.hero_column {
    padding: 30px;
    border-radius: var(--border-radius);
    /*background: #101010;*/
    height: 100%;
    overflow: hidden;
}
.card {
    /*padding: 30px;
    border-radius: 40px;
    background: #ffffff;*/
    height: 100%;
    /*overflow: hidden;*/
}

.card-img-top {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.card-footer img {
    width: 100px;
    padding: 10px;
}

.list-group-item {
    color: var(--softblack);
}

.badge {
    font-size: inherit;
}

.hero_column p,  {
    margin-bottom: 3rem;
}

/*.verifiedcoupons_column p {
    margin-bottom: 3rem;
}*/
.hero_column img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.hero_last_column img {
    max-width: 100%;
    margin-right: -30px;
}

ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
ul.slick-dots,
ul.time_media {
    background-color: #101010;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: fit-content;
    margin: 0 auto;
}
ul.slick-dots li,
ul.time_media li {
    display: inline-block;
}
ul.slick-dots li button,
ul.time_media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: #1E1E1E;
    border-radius: 10px;
    transition: var(--transition);
    border: 1px solid transparent;
    padding: 5px;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover,
ul.time_media li a:hover {
    border-color: var(--white);
}
.title-wrapper p {
    margin: 1.5rem;
}
ul.slick-dots li.slick-active button svg path,
ul.slick-dots li button:hover svg path,
ul.time_media li a:hover svg path {
    stroke-opacity: 1;
}
/* ======= time slider ====== */
.time_slider.slick-initialized .slick-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 120px;
}
.time-image,
.time-content {
    width: 50%;
}
.title-wrapper {
    margin-bottom: 2rem;
}
.time-content {
    padding: 0 5rem;
    text-align: left;
}
.time-content .btn-fill {
    background: #ACFD00;
    border: 1px solid #ACFD00;
}
.time-content .btn-fill:hover {
    background: transparent;
    color: #ACFD00;
}
.time-content p,
.time-content h5 {
    margin-bottom: 1.5rem;
}
/* data chart section */
.right-column img {
    max-width: 240px;
    display: block;
    margin: 0 auto;
}
.left-column {
    padding-right: 60px;
}
.left-column h3 {
    max-width: 590px;
}
.right-column {
    padding-left: 60px;
    border-left: 1px solid #202020;
}
.layer,
.data_section .row {
    border: 1px solid #202020;
    border-radius: 40px;
    padding: 40px;
    margin: 0;
}
.left-column img {
    margin-bottom: 115px;
}
.data_section h5 {
    margin-bottom: 65px;
    color: #4C4C4C;
}
/* ======= roadmap section css ========== */
.roadmap_section {
    padding-bottom: 100px;
}
.roadmap-title {
    margin-bottom: 5rem;
}
.road_line {
    border-top: 1px solid #202020;
    padding: 0 40px;
}
.road-list {
    width: 20%;
    padding: 0 10px;
}
.road-list span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: -12.5px;
    transition: var(--transition);
}
.road-list:hover span {
    transform: scale(1.5);
}
.road-list:nth-child(2) span {
    background-color: #17b585;
}
.road-list:nth-child(3) span {
    background-color: #18bea5;
}
.road-list:nth-child(4) span {
    background-color: #19c4b8;
}
.road-list:nth-child(5) span {
    background-color: var(--blue);
}
.road-list:nth-child(7) span,
.road-list:nth-child(6) span {
    background-color: #000;
    border: 1px solid #202020;
}
.road-list h6 {
    margin-bottom: 20px;
}
.road-list ul li {
    margin-bottom: 15px;
}
/* ====== layer section ======== */
.layer {
    background-color: #101010;
    height: 100%;
    overflow: hidden;
}
.hero_column,
.hero_column h5,
.hero_column img,
.layer img {
    transition: var(--transition);
}

.verifiedcoupons_column,
.verifiedcoupons_column h5,
.verifiedcoupons_column img {
    transition: var(--transition);
}

.hero_column:hover h5,
.layer:hover h5 {
    color: var(--blue);
}
.verifiedcoupons_column:hover h5 {
    color: var(--blue);
}
.hero_column:hover img,
.layer:hover img {
    transform: scale(1.1);
}
.verifiedcoupons_column:hover img {
    transform: scale(1.1);
}
.top-layer,
.margin-bottom {
    margin-bottom: 30px;
}

.top-layer-content {
    padding: 85px 0;
}
.top-layer-image img {
    max-width: 425px;
    margin-left: auto;
    display: block;
    margin-bottom: -40px;
}
.layer-half:not(.one-third) {
    padding-top: 75px;
}
.layer-half img {
    max-width: 310px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
    height: 250px;
    object-fit: contain;
}
.one-third img {
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-bottom: 40px;
}
.layer_section .title-wrapper h2 {
    max-width: 800px;
}
/* ======== marquee ======== */

.marquee-section {
    overflow: hidden;
    padding: 100px 0 10px;
}
.marquee-content {
    font-size: 102px;
    font-family: var(--titlefont);
    color: var(--white);
}

.bottom-shape-wrapper img {
    display: block;
    margin: 0 auto;
}
.bottom-shape .container-fluid {
    padding: 0;
    max-width: 100%;
}
.bottom-shape-wrapper {
    position: relative;
}
.bottom-shape-wrapper .btn {
    position: absolute;
    left: calc(50% + 50px);
    transform: translateX(-50%);
    bottom: 16%;
    font-size: 32px;
    padding: 30px 50px;
}
.bottom-logo {
    display: block;
    margin-bottom: 25px;
}
.bottom-logo img {
    max-width: 333px;
}
.footer-logo-wrapper {
    margin-bottom: 30px;
}
.footer_menu a,
.footer-logo-wrapper p {
    color: #FFFFFF;
}
.footer-logo-wrapper p {
    margin-bottom: 30px;
}
.copyright-text p {
    color: #000000;
}
footer {
    background-color: var(--white);
    padding: 60px 40px;
}
.footer_menu a {
    text-decoration: none;
    transition: var(--transition);
}
.footer_menu a:hover {
    color: #000000;
}
.footer-media {
    gap: 15px;
}
.footer-media a {
    transition: var(--transition);
}
.footer-media a:hover {
    transform: scale(1.2);
}
.footer-menu a:nth-child(2) {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(0,0,0,0.05);
}
.footer-media a svg {
    width: 1.5rem;
    height: 1.5rem;
}
.footer_menu {
    gap: 20px;
}
.level-section {
    padding-bottom: 0;
}
marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 130px; 
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.marquee-content {
    display: inline-block;
    white-space: nowrap; 
}

/* ====== responsive css ========= */
@media (max-width:1024px) {
    .bottom-shape-wrapper .btn {
        font-size: 18px;
        padding: 15px 30px;
    }
    .top-layer-content {
        padding: 50px 0;
    } 
    .padd-top {
        padding-top: 50px;
    }
    .btn {
        padding: 14px 30px 12px;
        font-size: var(--value14);
    }
    .main_header a img {
        max-width: 180px;
    }
    .close {
        display: block;
    }
    .header-responsive {
        width: 100%;
    }

    .header-logo-responsive {
        display: inline-block;
    }
    .menu_bar {
        display: inline-block;
        float: right;
    }
    nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        overflow-y: auto;
        background-color: var(--black);
        padding: 60px 25px;
        width: 100%;
        max-width: 350px;
        transition: var(--transition);
        transform: translateX(-100%);
        opacity: 0;
    }
    nav.open {
        transform: translateX(0);
        opacity: 1;
    }
    nav ul li {
        display: block;
    }
    nav ul li a {
        padding:10px 0;
        display: block;
        font-size: var(--value18);
    }
    .right_half {
        padding-right: 25px;
    }
    .marquee-content {
        font-size: 65px;
    }
    .roadmap_section,
    .time_slider_section {
        padding-bottom: 0;
    }
    .marquee-section {
        padding-top: 0;
        padding-bottom: 10px;
    }
    header.main_header {
        padding: 25px;
    }
    .road_line,
    .section-padding,
    .video_slider_section,
    .pad-left-right {
        padding-right: 25px;
        padding-left: 25px;
    }
    h1 {
        font-size: 52px;
    }
    h3 {
        font-size: 36px;
    }
    h5 {
        font-size: 22px;
    }
    button.slick-arrow {
        left: -25px;
    }
    button.slick-arrow.slick-next {
        right: -25px;
    }
    .video_section h1 img {
        max-width:50%;
    }
    .time-content {
        padding-left: 0;
    }
    footer {
        padding: 50px 25px 30px;
    }
    .roadmap-title {
        margin-bottom: 3rem;
    }
    
}

@media (max-width:1023px) {
    .video_section h1 img {
        max-width: 50%;
    }
}

@media (max-width:767px) {
    .video_section .container {
        justify-content: center;
    }
    .social_media,
    .video_section .padd-top,
    .video_section h1 {
        text-align: left;
    }
    .social_media {
        left: 0;
    }
    .time_slider.slick-initialized .slick-slide {
        padding-top: 90px;
    }
    header.main_header.sticky,
    header.main_header {
        padding: 15px;
    }
    .menu_bar {
        margin-left: -10px;
       /*display: none;*/
    }
    header.main_header.sticky a img,
    .main_header a img {
        max-width: 150px;
        margin-right: -5px;
    }
    header.main_header.sticky .btn,
    header .btn {
        padding: 0;
        font-size: 14px;
        border: none;
    }
    header .btn svg {
        width: 15px;
        height: 15px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h5 {
        font-size: 22px;
    }
    .video_section h1 img {
        max-width:100%;
    }
    .image_column {
        margin-right: -6rem;
    }
    .section-padding,
    .sec-pad-top-bottom {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .right_half {
        padding: 0 25px;
    }
    .video_wrapper h2 {
        margin-bottom: 5rem;
    }
    .title_column {
        margin-bottom: 2rem;
    }
    .level-section .col-12 {
        margin-bottom: 30px;
    }
    .time_slider.slick-initialized .slick-slide {
        flex-direction: column-reverse;
    }
    .roadmap-title,
    .title-wrapper,
    .time-image {
        margin-bottom: 1rem;
    }
    .time-content {
        padding-right: 0;
    }
    .road-list,
    .time-image, .time-content {
        width: 100%;
    }
    .left-column {
        padding: 0;
    }
    .left-column img {
        margin-bottom: 40px;
    }
    .right-column {
        padding: 0;
        border: none;
    }
    .marquee-content {
        font-size: 50px;
    }
    .bottom-shape-wrapper .btn {
        bottom: 10%;
        font-size: 15px;
        padding: 15px 30px;
        width: 100%;
        max-width: 210px;
        left: 50%;
    }
    .marquee-section {
        padding-bottom: 10px;
    }
    .footer-logo-wrapper {
        margin-bottom: 20px;
    }
    .road_line {
        padding-left: 40px;
    }
    .road-list {
        padding: 40px 40px 0;
        border-left: 1px solid #202020;
    }
    .road-list span {
        margin: 0;
        margin-left: -53px;
        margin-bottom: -25px;
    }
    .copyright-text {
        margin-bottom: 15px;
    }
    .btn {
        padding: 12px 25px 10px;
        font-size: 15px;
    }
    .level-section {
        padding-bottom: 0;
    }
    .video_section h1 svg {
        width: 34px;
        height: 34px;
    }
    .video_wrapper .container {
        padding: 35px 30px;
    }
    .video_slider button.slick-arrow.slick-prev {
        left: -25px;
    }
    .video_slider button.slick-arrow.slick-next {
        right: -25px;
    }

    .partners-desktop {
        display: none;
    }
    .partners-mobile {
        display: block;
        padding: 10px 30px 30px 30px;
    }
}


/** Specific Devices */

/* iPhone XR Portrait */
@media screen and (width: 414px) and (height: 896px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 32px;
    }
}

/* iPhone XR Landscape */
@media screen and (width: 896px) and (height: 414px) {
    .video_section .padd-top {
        text-align: center;
    }
}

/* iPhone 12 Pro Portrait */
@media screen and (width: 390px) and (height: 844px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 32px;
    }
}

/* iPhone 12 Pro Landscape */
@media screen and (width: 844px) and (height: 390px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 43px;
    }
}

/* iPhone 14 Pro Max Portrait */
@media screen and (width: 430px) and (height: 932px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 32px;
    }
}

/* Pixel 7 Portrait */
@media screen and (width: 412px) and (height: 915px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 32px;
    }
}

/* iPad Mini Portrait */
@media screen and (width: 1024px) and (height: 768px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 img {
        max-width: 100%;
    }
}

/* iPad Mini Landscape */
@media screen and (width: 768px) and (height: 1024px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 img {
        max-width: 100%;
    }
}

/* Galaxy Z Fold 5 Landscape */
@media screen and (width: 882px) and (height: 344px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 45px;
    }
    .video_section h1 img {
        max-width: 50%;
    }
}

/* Asus Zendbook Fold Portrait */
@media screen and (width: 853px) and (height: 1280px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 4.5rem;
    }
    .video_section h1 img {
        max-width: 100%;
    }
}

/* Samsung Galaxy A51/71 Landscape */
@media screen and (width: 914px) and (height: 412px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 46px;
    }
}

/* Samsung Galaxy A51/71 Portrait */
@media screen and (width: 914px) and (height: 412px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 {
        font-size: 32px;
    }
}

/* Nest Hub Portrait */
@media screen and (width: 1024px) and (height: 600px) {
    .video_section .padd-top,
    .video_section h1 {
        text-align: center;
    }
    .video_section h1 img {
        max-width: 100%;
    }
}

/* Brands Slider */
.client-logos {
    background-color: #ffffff;
    max-height:240px;
    height:100%;
}
.slick-slide {
    margin: auto 20px;
}

.slick-slide img {
    width: 100%;
    max-height:240px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}