@import url("../../commons/css/fonts.css");

:root {
    font-family: "Rakuten SansUI Regular";
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;

    /* color-scheme: light dark; */
    /* color: rgba(255, 255, 255, 0.87); */
    /* background-color: #242424; */

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color:black;
}

.link {
    color: rgb(13, 110, 253);
    text-decoration: underline;
}

p, div, span, label {
    font-family: 'Rakuten SansUI Regular';
    margin: 0;
}
li {
    font-family: 'Rakuten SansUI Regular';
    }

.font-regular {
    font-family: "Rakuten SansUI Regular" !important;
}

.font-semibold {
    font-family: "Rakuten SansUI Semibold";
}

.font-bold {
    font-family: "Rakuten SansUI Bold";
}

em {
    font-family: "Rakuten SansUI Italics";
}

.card-img-top {
    height: 180px;
}

.font-12 {
    font-size: 0.75rem;
}
.font-13{
    font-size: 0.8125rem;
}
.font-14 {
    font-size: 0.875rem;
}
.font-16 {
    font-size: 1rem;
}
.font-18 {
    font-size: 1.125rem;
}
.font-20 {
    font-size: 1.125rem;
}
.font-24 {
    font-size: 1.5rem;
}
.font-26 {
    font-size: 1.625rem;
}
.font-32 {
    font-size: 2rem;
}
.font-36 {
    font-size: 2.25rem;
}
.font-48 {
    font-size: 3rem;
}
.font-56 {
    font-size: 3.5rem;
}
.font-72 {
    font-size: 4.5rem;
}
.color-blue {
    color: #007B8F;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-justify {
    text-align: justify;
}
.full-width {
    width: 100%;
}
.fw {
    width: 100%;
}
.mr-5 {
    margin-right: 5rem;
}
.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.no-margin {
    margin: 0px;
}
.no-margin-top, .mt-0 {
    margin-top: 0px;
}
.justify-center {
    justify-content: center;
}
.justify-left {
    justify-content: left;
}
.justify-right {
    justify-content: right;
}
.justify-end {
    justify-content: flex-end;
}
.justify-space-around {
    justify-content: space-around;
}
.align-start {
    align-items: start;
}
.align-stretch {
    align-items: stretch;
}
.align-flex-end{
    align-items: flex-end;
}
.align-flex-start{
    align-items: flex-start;
}

.blue {
    color: #40A2E3;
}

.privacy_notice-download {
    text-decoration: underline;
}

.btn {
    color: #FFFFFF;
    background-color: #40A2E3;
    border-color: #40A2E3;
    font-size: 1rem;
}

.btn-secondary, .btn-secondary:hover {
    color: #40A2E3;
    background-color: #FFFFFF;
    border-color: #40A2E3;
}

.btn:disabled {
    color: #FFFFFF;
    background-color: grey;
    border-color: grey;
}

.form-control {
    font-size: 0.75rem;
    height: 35px;
}

.form-select {
    font-size: 0.75rem;
}

.form-group label {
    font-size: 0.75rem;
}

.modal {
    padding-top: 25vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.rakuten-nav-logo {
    height: 1.875rem;
}

.rpc-logo {
    height: 3rem;
}

.rakuten-logo {
    height: 4rem;
}

.logo-container {
    display: flex;
    justify-content: center;
}

.logo-divider {
    height: 3rem;
    background-color: rgb(180, 180, 180);
    width: 1.5px;
    margin: 0 0.7rem;
}

.navbar, .nav-background {
    background-color: #001222;
    height: 5rem;
}

/* .navbar-collapse.collapse.show { */
.navbar-collapse {
    background-color: #001222;
}

.nav-link {
    font-size: 1.125rem;
    color: #FFFFFF;
}

.nav-link:hover {
    color: #40A2E3;
}

.nav-item .active {
    font-family: "Rakuten SansUI Semibold";
    border-bottom: 4px solid #40A2E3;
}

.navbar-collapse {
    flex-grow: 1;
}

#navbarSupportedContent {
    justify-content: center;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

#who-should-attend, #speakers, #agenda {
    padding-top: 80px;
}

#contact {
    padding-top: 20px;
}

#blogs {
    margin-bottom: 6.25rem;
}

.home-heading {
    color: #001222;
    /* font-size: 2rem;
    line-height: 2.25rem; */
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: 'Rakuten SansUI Bold';
    font-weight: 900;
}

.home-heading-underline {
    height: 1.25rem;
    width: 8.75rem;
    background: linear-gradient(to right, #40A2E3, rgba(0,0,0,0));
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.home-heading-overlay {
    margin-bottom: 5rem;
}

.home-banner {
    width: 100%;
}

.home-banner-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.home-banner-logo {
    text-align: center;
    /* width: 12.85rem; */
    height: 9.15rem;
    /* background-color: #001222; */
}

.home-banner-dates {
    color: #40A2E3;
    font-size: 1rem;
    font-family: 'Rakuten SansUI Bold';
}

.home-banner-button {
    color: #001222;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.home-banner-button:hover {
    color: #FFFFFF;
    background-color: #40A2E3;
    border-color: #FFFFFF;
}

.home-banner-footer {
    background: linear-gradient(to right, #40A2E3, #FFFFFF);
    height: 1.25rem;
}

/* .home-side-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
} */

.br-1 {
    height: 1em;
}

.br-2 {
    height: 2rem;
}

.br-3 {
    height: 3rem;
}

.summary-container {
    display: flex;
    align-items: center;
    padding: 0 2.5rem 5.25rem 2.5rem;
}

.summary-text {
    max-width: 789px;
}

.summary-image-web {
    height: 35rem;
}

.summary-image-mobile {
    width: 90%;
}

.summary-heading > p {
    font-family: 'Rakuten SansUI Bold';
    font-size: 2rem;
    line-height: 2.25rem;
}

.summary-heading {
    padding-bottom: 0.75rem;
}

/* .summary-subheading {
    margin-bottom: 1rem;
} */

.summary-subheading > p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'Rakuten SansUI Semibold';
}

.summary-heading-blue {
    color: #40A2E3;
    font-family: 'Rakuten SansUI Bold';
}

.summary-heading-bold {
    font-family: 'Rakuten SansUI Bold';
}

.summary-content {
    font-size: 1.125rem;
}

.summary-content-blue-bold {
    color: #40A2E3;
    font-family: 'Rakuten SansUI Bold';
}

.summary-content-blue{
    color: #40A2E3;
    font-family: 'Rakuten SansUI Regular';
}

.themes-container {
    background-color: #F0F9FF;
    padding: 5.625rem 0;
}

.themes-head {
    color: #FFFFFF;
    background-color: #40A2E3;
    border-radius: 3.125rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
    height: 4.75rem;
    padding: 1rem 1.5rem;
}

.themes-head-mobile {
    color: #FFFFFF;
    background-color: #40A2E3;
    border-radius: 3.125rem;
    padding: 1rem;
    font-size: 2rem;
}

.theme-images-col {
    text-align: center;
}

.theme-image {
    width: 14.7rem;
}

.theme-title {
    color: #001222;
    font-size: 1.5rem;
    font-family: 'Rakuten SansUI Bold';
    line-height: 1.9rem;
    letter-spacing: -2%;
    margin-top: 2rem;
}

.who-should-attend-row, .themes-row {
    margin-top: 0;
}

/* .who-should-attend-row > * {
    margin-top: 0;
} */

.who-should-attend-card {
    text-align: left;
}

.who-should-attend-card-description {
    font-family: 'Rakuten SansUI Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #001222;
}


.text-style{
    color: #001222;
    font-family: 'Rakuten SansUI Bold';
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top:1rem;
    margin-bottom:1rem;
}

.text-body{
    font-family: 'Rakuten SansUI Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #001222;
}

.text-panel{
    text-align: left;
}

.speaker-container {

}

.speaker-row {
    text-align: center;
}

.speaker-image {
    /* height: 15rem;
    width: 15rem; */
    width: 180px
}

.speaker-image-x-small {
    width: 60px;
}

/* .speaker-card {
    padding: 0rem;
} */

/* .speaker-name {
    color: #00B900;
    font-family: 'Rakuten SansUI Semibold';
    font-size: 2rem;
    margin-top: 1rem;
}

.speaker-role {
    font-size: 0.875rem;
    flex-wrap: wrap;
} */

.speaker-name {
    color: #001222;
    font-family: 'Rakuten SansUI Bold';
    font-size: 21px;
    text-align :center;
}

.speaker-role {
    font-size: 13.41px;
    line-height: 20px;
    flex-wrap: wrap;
    text-align :center;
    color: #001222;
}

.panel-speakers-row {
    margin-bottom: 1rem;
}

.check-speaker-button {
    color: white;
    background-color: #FFC107;
    border-radius: 4rem;
    padding: 1rem 2rem;
    font-family: 'Rakuten SansUI Semibold';
    font-size: 1rem;
}
.check-speaker-button:hover {
    color: white;
    background-color: #FFC107;
}

.blog-image {
    width: 100%;
    /* height: 15rem; */
    object-fit: cover;
}

.home-blog-card {
    text-align: left;
    height: 100%;
}

.blog-card-title {
    font-family: 'Rakuten SansUI Semibold';
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.75rem;
    color: #40A2E3;
}

.blog-card-description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: -2%;
    color: #001222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.card-header {
    padding: 0;
}

.card-footer {
    background-color: #FFFFFF;
    border: none;
}

.social-media-container {
    text-align: center;
    margin: 1rem 0 3rem 0;
}

.social-media-icon {
    height: 2rem;
    margin: 1rem;
}

/* .footer-container {
    margin-top: 3rem;
}
*/

.footer-logo-social-container {
    /* margin: 10rem 0 6.25rem 0; */
    margin-bottom: 6.25rem;
    text-align: center;
}

.footer-disclaimer-container {
    background-color: #F0F9FF;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-disclaimer {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.75rem;
}

.modal-content {
  background-color: #f8f9fa;
}

.popup-card {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.speaker-image-small, .blog-author-image {
    height:5rem;
    width:5rem;
    border-radius: 50%;
}

#schedule {
    background-color: rgb(245,245,245);
}

.white{
    background-color: rgb(255,255,255);
}

/* .agenda-container-head {
    display: flex;
    justify-content : left;
    align-items: center;
    color: #FFFFFF;
    background-color: #40A2E3;
    padding: 1.5rem;
} */

.agenda-container-head {
    display: flex;
    flex-direction: column;
    justify-content : center;
    align-items: left;
    color: #000000;
    background-color: #FFFFFF;
    padding: 1.5rem;
    border: 1px solid #40A2E3;
    cursor: pointer;
}

.agenda-container-head.active {
    color: #FFFFFF;
    background-color: #40A2E3;
}


.agenda-disclaimer-web {
    line-height: 1.375rem;
}

.agenda-calendar-icon {
    height: 1.5rem;
    margin-right: 1rem;
}

.agenda-day-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: 14px;
    line-height: 15.14pxpx;
}

.agenda-day-heading-date {
    font-size: 8px;
    line-height: 20px;
    font-family: 'Rakuten SansUI Semibold';
}

.agenda-heading-day-theme {
    font-size: 14px;
    line-height: 15.14px;
    font-family: 'Rakuten SansUI Bold';
}

/* .agenda-card-container {
    background-color: #F0F9FF;
}

.agenda-card {
    padding: 1rem;
    border-bottom: 1px solid lightgrey;
}
*/

/* NEW DESIGN */
.agenda-card-container {

}

.agenda-card {
    display: flex;
    align-items: start;
    justify-content: left;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
}

.agenda-card-time {
    margin-bottom: 0.5rem;
    margin-right: 0;
    color: #FFFFFF;
    background-color: #40A2E3;
    font-size: 20px;
    line-height: 25.24px;
    text-align: center;
    padding: 0.5rem;
}

.agenda-card-speaker {
    padding-left: 0;
    padding-right: 0;
}

.agenda-card-title{
    color: #FFFFFF;
    background-color: #001222;
    font-family: 'Rakuten SansUI Bold';
    font-size: 20px;
    line-height: 25.24px;
    text-align: left;
    padding: 0.5rem;
}

.agenda-card-speaker-name{
    color: #40A2E3;
    font-family: 'Rakuten SansUI Bold';
}

.agenda-panel-card {
    padding: 1.5rem;
    border-bottom: 1px solid lightgrey;
}

.agenda-moderator {
    color: #FFFFFF;
    background-color: #40A2E3;
    font-size: 0.625rem;
    line-height: 1.125rem;
    border-radius: 12px;
    padding: 0.2rem 0.4rem;
}

.agenda-details-card {
    width: 50%;
}

.agenda-day-navigation {
    color: #FFFFFF;
    background-color: #40A2E3;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Rakuten SansUI Semibold';
    text-align: center;
    cursor: pointer;
    width: fit-content;
}

.contact-container-mobile {
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    background-color: #40A2E3;
    border-radius: 50px;
    overflow: hidden;
    /* height: 26.938rem; */
    /* max-width: 85%; */
    /* position: relative; */
}

.contact-container-web {
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #40A2E3;
    border-radius: 386px;
    overflow: hidden;
    height: 24.125rem;
}

.contact-details-mobile {
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 2rem 0 0 1rem;
    color: #FFFFFF;
    text-align: left;
    max-width: 85%;
    /* max-width: 311px; */
    /* position: absolute;
    top: 0; */
}

.contact-details-web {
    margin-top: 3.5rem;
    margin-left: 8rem;
    color: #FFFFFF;
    text-align:left;
    max-width: 564px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contact-heading-mobile {
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.contact-heading-web {
    font-size: 2.25rem;
    line-height: 2.625rem;
    letter-spacing: -2%;
}

.contact-text-mobile {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.contact-text-web {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -2%;
}

.contact-image-mobile {
    width: 100%;
    /* position: absolute;
    bottom: 0; */
}

.contact-image-web {
    position: absolute;
    top: 0;
    right: 0;
}

.rpc-email {
    color: #FFFFFF;
}

.blog-card-row{
    margin-bottom:4rem
}

.blog-heading-text{
    font-size: 32px;
    padding: 2rem 0;
    font-weight: 900;
    font-family: 'Rakuten SansUI Bold';
    letter-spacing: -0.02em;
    color: #001222;
}

.blog-image-layout{
    border-radius: 4px 0px 0px 0px;
}

.blog-content {
    text-align: left;
    max-width: 994px;
}

.blog-content > p, .blog-content > ul > li, .blog-content > ol > li, .blog-content > ul > ul > li, .blog-content > ul > ul > ul > li, .blog-content> ol > ul> li, .blog-content>ul>p, .blog-content>ul>ol>li, .blog-content>ol>ol, .blog-content>ol>ol>ol>li, .blog-content>ol>p  {
    font-size: 1.125rem;
}

.blog-content > a, .blog-content > p > a, .blog-content > ul > li > a, .blog-content > ol > li > a {
    color: #40A2E3;
    text-decoration: underline;
    cursor: pointer;
}

.blog-content > figure > figcaption {
    text-align: center;
    font-family: "Rakuten SansUI Italics";
}

.blog-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.blog-heading-background {
    background-image: url("../images/blogs-heading-background.png");
    background-position: top center;
    background-position-y: -2.75%;
    background-repeat: no-repeat;
    margin-bottom: 5rem
}

.blog-heading {
    padding: 4rem;
    font-size: 5rem;
    font-family: 'Rakuten SansUI Bold';
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5rem;
}

.blog-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 994px;
    margin-top: 1rem;
}

.blog-footer > div {
    text-align: left;
}

.blogs-row {
    text-align: center;
}

.blog29-image {
    width: 100%;
}

.theme-blue{
    background-color: #40A2E3;
}


.invitation-background {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #40A2E3;
    min-height: calc(100vh - 80px);
    margin-bottom: 6.25rem;
}
.invitation-form-container {
    width: 19rem;
    height: fit-content;
    padding: 1rem 2rem;
    background-color: white;
    border: 1px solid grey;
    border-radius: 8px;
    margin: 5rem 0;
}

.registration-form-background, .feedback-form-background {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/registration-background.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.registration-form-container, .feedback-form-container {
    height: fit-content;
    padding: 1rem 2rem;
    margin-top: 6rem;
    margin-bottom: 6.25rem;
    background-color: white;
    border: 1px solid grey;
    border-radius: 8px;
    width: 19.313rem;
}

.registration-form-btn, .feedback-form-btn {
    padding: 12px 24px; /* Adjust padding to increase button size */
    font-size: 18px; /* Adjust font size to increase button size */
    width: 100%;
}

.registration-form-title, .feedback-form-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: 'Rakuten SansUI Semibold';
    margin-bottom: 1.5rem;
    text-align: center;
}

#registration-form-footer, #feedback-form-footer {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

#invitation-form-footer {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
}

#registration-form-success, #registration-form-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#registration-form-success-message {
   color: #1D8653;
}

#registration-form-error-message, #invitation-form-error-message {
    color: #C33C54;
}

#feedback-form-error-message {
    font-size: 0.875rem;
    color: #C33C54;
    text-align: center;
}

#privacy-policy-disclaimer {
    font-size: 0.875rem;
}

.qrcode-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

#qr-link-container {
    border-radius: 12px;
    border: 1px solid #40A2E3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

#qrcode img {
    padding: 1rem;
}

#qr-link {
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    border: none;
}

.copy-link-button {
    background-color: #40A2E3;
    height: 100%;
    padding: 0.5rem;
    cursor: pointer;
}

.not-found-title {
    font-size: 10rem;
    line-height: 11rem;
    color: #40A2E3;
}

.not-found-subtitle {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #40A2E3;
    font-family: 'Rakuten SansUI Semibold';
}

.feedback-form-option {
    margin: 1rem 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

    .btn {
        font-size: 1.125rem;
    }

    .home-banner-logo {
        height: 15rem;
    }

    .home-banner-dates {
        font-size: 1.375rem;
    } 
    
    .summary-container {
        padding-bottom: 8.125rem;
    }

    .form-control, .form-select {
        font-size: 1rem;
    }

    .form-group label {
        font-size: 1rem;
    }

    #privacy-policy-disclaimer {
        font-size: 1.125rem;
    }

    /* .contact-details-mobile{
        max-width: 450px;
    } */

    .contact-heading-mobile {
        font-size: 30px;
        line-height: 33px;
    }

    .contact-text-mobile {
        font-size: 24px;
        line-height: 30px;
    }

    .registration-form-container, .feedback-form-container {
        padding: 2rem 5rem;
        margin-top: 8rem;
        width: 590px;
    }

    .invitation-form-container {
        width: 450px;
    }

    .registration-form-title, .feedback-form-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
    }

    /* .speaker-card{
        padding: 0 2rem
    } */

    .not-found-title {
        font-size: 12rem;
        line-height: 15rem;
    }

    .not-found-subtitle {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
         margin-top:2rem;
         margin-left:6rem;
    }

    #feedback-form-error-message {
        font-size: 1rem
    }

    /*
    .blog-card-title {
        min-height: 84px;
    }
    */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .agenda-day-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .agenda-heading-day-theme {
        font-size: 28px;
        line-height: 36px;
    }

    .agenda-day-heading-date {
        font-size: 18px;
        line-height: 22.72px;
    }

    .blog-heading-background {
        background-position-y: -4%;
        margin-bottom: 5rem;
    }

    .blog-heading {
        font-size: 9rem;
        padding: 4rem;
        margin-bottom: 15rem;
    }
    /* .speaker-card{
        padding: 0 2rem
    } */

    /* .contact-container-mobile {
        max-width: 90%;
    } */
    .g-recaptcha {
        transform: scale(1.2); /* Adjust the scale factor as needed */
        transform-origin: 0 0;

    }

    #feedback-form-error-message {
        font-size: 1.125rem;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar {
        padding: 0 4rem;
    }

    .home-heading {
        font-size: 3.75rem;
        line-height: 4.25rem;
        /* margin-top: 6rem; */
    }

    .home-heading-underline {
        margin-bottom: 3rem;
    }

    .home-heading-overlay {
        margin-bottom: 0rem;
    }

    .agenda-card {
        margin-top: 2rem;
    }

    .agenda-card-time {
        margin-bottom: 0;
        /*
        margin-right: 1rem;
        */
    }

    .summary-container {
        padding-left: 7.5rem;
        padding-right: 0rem;
    }

    .summary-heading > p {
        font-size: 3.75rem;
        line-height: 4.75rem;
    }

    /*.summary-subheading > p {
        font-size: 2rem;
        line-height: 2.5rem;
    }*/

    /* .themes-container {
        height: calc(100vh - 80px);
        display: flex;
        align-items: center;
    } */

    .theme-image {
        width: 23rem;
    }

    .theme-title {
        font-size: 2.5rem;
        line-height: 1.75rem;
    }

    .who-should-attend-card {
        max-width: 17.25rem;
    }

    .blog-heading-text{
        font-size: 60px;
        padding: 6rem 0;
    }

    .blog29-image {
        width: 60%;
    }

    /* .speaker-card{
        padding: 0 3rem
    } */
    .g-recaptcha {
        transform: scale(0.77);
         margin-top:2rem;
         margin-left:6rem;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar {
        padding: 0 4.5rem;
    }

    .home-banner-logo {
        height: 25.625rem;
    }

    .home-banner-dates {
        font-size: 2rem;
    }

    /* .speaker-card{
        padding: 0 5rem
    } */

    /* .summary-container {
        padding-left: 7.5rem;
        padding-right: 0rem;
    } */
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .blog-heading-background {
        background-position-y: -6%;
        /* margin-bottom: 20rem; */
    }
}

@media (min-width: 1600px) {
    .summary-image-web {
        height: 40rem;
    }
}

@media (min-width: 1920px) {
    .summary-image-web {
        height: 45rem;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .themes-row {
        margin-top: 3rem;
    }
    .g-recaptcha {
        transform: scale(0.77);
         margin-top:2rem;
         margin-left:6rem;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .agenda-card-time {
        width: 205px;
    }
}

#qr-image > canvas {
    width:100%;
}


.g-recaptcha {
    transform: scale(0.77); /* Adjust the scale factor as needed */
    transform-origin: 0 0;
}
.conclusion-font{
    font-family: "Rakuten SansUI Italics"
}

.blog-sub-title {
    font-family: 'Rakuten SansUI Semibold';
    font-size: 1.35rem !important;
    font-weight: 700;
    line-height: 1.75rem;
    color: #40A2E3;
    margin-bottom:0.8rem;
}
.no-text-decoration{
    text-decoration: none !important;
    color:#40A2E3 !important;
}
.box {
    width: 100%;
    max-width: 300px;
    border: 3px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 30px;*/
    font-weight: bold;
    color: black !important;
    background: linear-gradient(to right, #40A2E3, #ADD8E6, #FFFFFF);
    border-radius: 10px;
}

}

.particles-js-canvas-el {
    width: 100% !important;
    height: 100% !important;
}

/* Utility classes for removing inline styles */
.min-h-page {
    min-height: calc(100vh - 80px);
}

.w-63 {
    width: 63px;
}

/* Cursor pointer for clickable agenda elements */
#agendaDay1Heading,
#agendaDay2Heading,
#navigateToDay1Agenda,
#navigateToDay2Agenda {
    cursor: pointer;
}
