@import url('https://fonts.googleapis.com/css2?family=Hubot+Sans:ital,wght@0,200..900;1,200..900&display=swap');
h1,h2,h3,h4,h5,h6 {
  font-family: "Hubot Sans", sans-serif;
}
.comments-area {
    display: none;
}
.p-0{
    padding:0px;
}
.post-meta {
    display: none;
}
.breadcrumb__title {
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    font-family: "Hubot Sans", sans-serif;
}
.hero-style .xb-hero-heading .title {
    font-family: "Hubot Sans", sans-serif;
}
.hero-style .xb-hero-heading .title {
    font-size: 56px;
    line-height: 70px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 20px;
}
.hero-style .xb-hero-heading .sub-title {
    font-family: "Hubot Sans", sans-serif;
    line-height: 30px;
}
.btn-group{
    margin: auto;
}
.btn-row {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 12px 35px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}

.book-btn {
    border: 1px solid #fff;
    background: #007bff; /* Blue */
}

.exhibit-btn {
    border: 1px solid #fff;
    background: #ff8932; /* Green */
    color:#000;
}

.sponsor-btn {
    border: 1px solid #fff;
    background: #ffd147; /* yellow  */
    color:#000;
}
.book-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}
.exhibit-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}
.sponsor-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}
.sec-title .title {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 50px;
}
.main-menu ul li a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
}
.accordion_box .block .acc-btn {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}





