table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.table {
  border: 2px solid rgb(255, 145, 77) !important;
  margin-bottom: 0;
}

.table .date {
  background: rgb(255, 145, 77);
  background: linear-gradient(90deg, rgb(255, 145, 77) 0%, rgb(239, 111, 118) 100%);
  color: #fff;
  font-size: 1.4rem;
}

.table .slot td span {
  color: rgb(239, 111, 118);
}

.table .result td {
  color: #63000c;
}

.table .result td span {
  text-align: center;
}

th,
.result td {
  padding: 0.2rem;
  text-align: center;
  white-space: nowrap;
}

.slot td {
  /*transform: rotate(30deg) !important;*/
  /*font-size: 0.55rem;*/
  font-weight: bold;
  padding: 0.2rem 0;
}

.table tr.slot td span {
  font-size: 12px;
  line-height: 0px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {

  th,
  td {
    font-size: 1rem;
  }

  .table .result td span#equal {
    font-size: 1.6rem !important;
  }
}

@media only screen and (max-width: 576px) {

  th,
  td {
    font-size: 0.8rem;
  }

  .table .result td span#equal {
    font-size: 1.1rem !important;
  }

  .table tr.slot td span {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 375px) {

  th,
  td {
    font-size: 0.7rem;
  }

  .table .result td span#equal {
    font-size: 1rem !important;
  }
}



/* Live gif */
#liveGif {
  /* border: 1px solid red; */
  position: absolute;
  top: 25px;
  left: 14px;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.banner-img {
  width: 100%;
  height: auto;
}







@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* 
font-family: "Roboto", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Manrope", sans-serif; 
font-family: "Montserrat", sans-serif;
*/

:root {
  --primary-color: #FF914D;
  --secondary-color: #343f52;
  --yellow-color: #FAB758;
  --accent-color: #FEF3E4;
  --border-color: #eaeaea;
  --black: #000;
  --white: #fff;
  --grey: #AAB0BC;
  --text-color: #60697b;
  --heading-color: #343f52;
  --red-color: #EF6F76;

  --font-12: 12px;
  --font-14: 14px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-20: 20px;
  --font-20: 20px;
  --font-21: 21px;
  --font-22: 22px;
  --font-26: 26px;
  --font-38: 38px;
  --font-50: 50px;

  --sp-120: 120px;
  --sp-90: 90px;
  --sp-70: 70px;
  --sp-30: 30px;

  --radius-3: 3px;
}

@media (max-width: 991px) {
  :root {
    --font-26: 24px;
    --font-38: 35px;
    --font-50: 45px;

    --sp-120: 100px;
    --sp-90: 80px;
    --sp-70: 60px;
  }
}

@media (max-width: 991px) {
  :root {
    --font-12: 11px;
    --font-14: 13px;
    --font-16: 15px;
    --font-17: 16px;
    --font-18: 17px;
    --font-20: 19px;
    --font-20: 19px;
    --font-21: 20px;
    --font-22: 21px;
    --font-26: 24px;
    --font-38: 30px;
    --font-50: 35px;

    --sp-120: 70px;
    --sp-90: 65px;
    --sp-70: 50px;
    --sp-30: 25px;
  }
}

body {
  font-size: var(--font-17);
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

.pop-text,
.pop-text * {
  font-family: "Poppins", sans-serif;
}

.mont-text,
.mont-text * {
  font-family: "Montserrat", sans-serif;
}

.primary-text {
  color: var(--primary-color);
}

section,
.section {
  padding: 0;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--heading-color);
  font-weight: 700;
}

h1,
.h1 {
  font-size: var(--font-50);
  line-height: 1.15;
  font-weight: 700;
  color: var(--text-color);
}

h2,
.h2 {
  font-size: var(--font-26);
  line-height: 1.35;
  margin-bottom: 10px;
}

h3,
.h3 {
  font-size: var(--font-38);
  line-height: 1.25;
  margin-bottom: 25px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
}

a {
  transition: all 0.3s ease-in-out !important;
  color: var(--primary-color);
}

a:hover {
  color: var(--text-color);
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.sub-head {
  color: var(--grey);
  font-family: "THICCCBOI", Sans-serif;
  font-size: var(--font-16);
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.4px;
  word-spacing: 0px;
  margin-bottom: 15px;
}

.para-sp {
  padding: 0px 20px 10px 0px;
}

.btn {
  color: var(--white);
  background-color: var(--primary-color);
  font-size: var(--font-17);
  font-weight: 700;
  line-height: 1.7;
  display: inline-block;
  padding: 6px 20px;
  border: solid 2px var(--primary-color);
}

.btn:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: var(--white);
}

.full-btn {
  width: 100%;
  padding: 16px 36px;
  border-radius: 5px;
  font-size: var(--font-18);
  font-weight: 500;
  line-height: 1;
}

.rounded-btn {
  border-radius: 300px;
}

.rounded-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, 0.15);
}

.banner-btn {
  background-color: var(--red-color);
  border-color: var(--red-color);
  width: 100%;
}

.banner-btn:hover {
  border-color: var(--red-color);
}

.pt-90 {
  padding-top: var(--sp-90);
}

.pb-70 {
  padding-bottom: var(--sp-70);
}

.pb-120 {
  padding-bottom: var(--sp-120);
}

.my-30 {
  margin-top: var(--sp-30);
  margin-bottom: var(--sp-30);
}

.grad-back {
  background-image: linear-gradient(transparent 60%, var(--accent-color));
}

.grad-back2 {
  background-image: linear-gradient(var(--accent-color), transparent);
}

.shape-divider {
  height: var(--sp-120);
  background-color: var(--accent-color);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  margin-top: -1px;
}

.d-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-list {
  padding: 30px 30px 30px 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 5px 35px 0px rgba(30, 34.00000000000001, 40, 0.07);
  background-color: var(--white);
}

.card-num {
  padding: 15px;
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--yellow-color);
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-listing-effect {
  position: relative;
}

.blog-listing-effect::before {
  content: '/hi';
  display: block;
  width: 100%;
  height: var(--sp-120);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(var(--accent-color), transparent);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.blog-listing-effect .container-content {
  position: relative;
  z-index: 1;
}

.blog-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  width: 100%;
  border-radius: var(--radius-3);
  border: 0 solid #69727d;
  transition: all .25s;
  overflow: hidden;
}

.blog-box:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.blog-box:hover .blog-img-box::after {
  opacity: .5;
}

.blog-img {
  width: 100%;
  aspect-ratio: 1/0.7;
  object-fit: cover;
  object-position: center;
}

.blog-img-box {
  position: relative;
  display: block;
}

.blog-img-box::after {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all .3s ease-out;
}

.blog-tag {
  position: absolute;
  background-color: #61CE70;
  font-weight: 500;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  display: inline-block;
  color: var(--white);
  font-size: var(--font-12);
  padding: .6em 1.2em;
  line-height: 1;
  border-radius: 999px;
}

.blog-author-img {
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 30px;
  transform: translateY(50%);
  z-index: 1;
}

.blog-content {
  padding: 50px 30px 20px;
  font-size: var(--font-14);
  line-height: 1.5;
}

.blog-content h4 {
  font-size: var(--font-21);
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-content a {
  color: var(--primary-color);
}

.blog-content a:hover {
  color: var(--text-color);
}

.btn-link {
  font-size: var(--font-12);
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-meta {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid var(--border-color);
  font-size: var(--font-12);
  line-height: 1.3;
  color: var(--primary-color);
  display: flex;
  flex-wrap: wrap;
}

.blog-meta>*::before {
  content: "•";
  margin: 0 5px;
}

.blog-meta>*:first-child::before {
  display: none;
}

.blog-meta a {
  color: var(--primary-color);
  text-decoration: none;
}

.blog-meta a:hover {
  color: var(--text-color);
}



.divider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-color);
  padding: 15px 0;
}

.divider::before,
.divider::after {
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px dashed var(--primary-color);
}


.acc-list {
  padding-bottom: 15px;
}

.acc-list.active .acc-question {
  color: var(--primary-color);
}

.acc-list.active .acc-answer {
  /* display: block; */
}

.acc-question {
  padding-left: 30px;
  font-size: var(--font-18);
  font-weight: 700;
  color: var(--heading-color);
  cursor: pointer;
}

.acc-question:hover {
  color: var(--primary-color);
}

.acc-answer {
  padding: 15px 0 10px 30px;
  display: none;
  transition: none;
}


.ban-para {
  font-size: var(--font-22);
}

.banner-content {
  font-size: var(--font-22);
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
}

.footer {
  background-color: #21262C;
  color: #CACACA;
  text-align: center;
  font-size: var(--font-16);
  padding: 20px 0;
}

.foot-logo {
  max-width: 280px;
  margin: auto;
}


.navmenu a {
  font-size: var(--font-17);
  color: var(--heading-color);
  font-weight: 500;
}

.navmenu li:hover>a,
.navmenu .active,
.navmenu .active:focus {
  color: var(--primary-color);
}

.navmenu li {
  position: relative;
}

.navmenu .sub-menu {
  position: absolute;
  top: 100%;
  max-height: 200px;
  display: block;
  width: 200px;
  width: fit-content;
  max-width: 300px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.navmenu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navmenu .sub-menu li {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 20.5px rgba(30, 34, 40, 0.06);
  overflow: hidden;
}

.navmenu .sub-menu a {
  padding: 30px !important;
}

.toggler {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--heading-color);
  font-size: 30px;
}

.header {
  padding: 10px 0px;
}

.scrolled .header {
  padding: 3px 0;
  background-color: var(--white);
}

@media (max-width: 991px) {
  .banner-content {
    text-align: center;
  }

}

@media (min-width: 992px) {
  .ms-lg-10 {
    margin-left: 6rem !important;
  }
}

.animated-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
}

.sidebar-logo .fs-4 {
  font-size: var(--font-26);
  font-weight: 700;
  margin-bottom: 30px;
}

.sidebar-menu .nav-link {
  padding-left: 0;
  font-weight: 600;
  color: var(--white);
}

.sidebar-contact a {
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--white);
  margin-top: 5px;
  display: inline-block;
}

.sidebar-contact a:hover {
  color: var(--primary-color);
}

@media (max-width: 575px) {
  .card-list {
    padding: 15px;
  }

}
@keyframes roll-in {
  0% {
    transform: translateX(-100%) rotate(-180deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

[data-aos="roll-in"] {
  opacity: 0;
  transform: translateX(-100%) rotate(-180deg);
  transition-property: transform, opacity;
}

[data-aos="roll-in"].aos-animate {
  animation: roll-in 1s ease-out forwards;
}
