@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  color: #222;
}

section {
  padding: 75px 0;
}

section .section-title {
  text-align: left;
  margin-bottom: 30px;
}

section .section-title h2 {
  line-height: 40px;
  margin: 0;
  font-size: 24px;
}

section .section-title h2 a {
  font-size: 14px;
}

section .section-title h2 a i {
  margin-left: 3px;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1400px;
  }
}

.btn-red {
  background-color: #dc273f !important;
  border-color: #dc273f !important;
}

.btn-outline-red {
  background-color: transparent !important;
  border-color: #dc273f !important;
}

.text-red {
  color: #dc273f !important;
}

.bg-dark {
  background-color: #222 !important;
}

.b-left {
  border-left: 1px solid #ddd !important;
}

.b-right {
  border-right: 1px solid #ddd !important;
}

@media (max-width: 991px) {
  .b-left,
  .b-right {
    border: 0 !important;
  }
}

/* css for navbar */
.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-brand img {
  max-width: 120px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: .5rem 1rem;
  color: #fff;
}

.navbar .navbar-nav .nav-item.enabled .nav-link,
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #dc273f;
}

.navbar .form-inline {
  background-color: #dc273f;
  padding: 8px 20px;
  border-radius: 2px;
  text-align: center;
}

.navbar .form-inline span {
  color: #fff;
  padding: 0 .5rem;
}

.navbar .user-profile .btn,
.navbar .user-profile .btn:focus,
.navbar .user-profile .btn:active,
.navbar .user-profile .btn:active:focus {
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  font-family: 'Roboto', sans-serif;
  font-size: inherit !important;
}

.navbar .user-profile .btn:after {
  vertical-align: .155em;
}

.navbar .user-profile .btn img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: .2em;
}

.navbar .user-profile .dropdown-menu {
  top: 55px;
  min-width: 100%;
  border-radius: 3px;
}

.navbar .user-profile .dropdown-menu .dropdown-item {
  padding: .35rem 1.5rem;
}

.navbar .user-profile .dropdown-menu .dropdown-item i {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .navbar .form-inline {
    margin: .5rem 0 0 0 !important;
    display: block;
  }

  .navbar .navbar-toggler {
    border-color: #fff;
  }

  .navbar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 0.5rem;
  }

  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .navbar .navbar-nav .nav-item:last-child {
    border: 0;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: .5rem 0;
  }

  .navbar .user-profile {
    position: absolute;
    top: 18px;
    right: 88px;
  }
}

/* css for top section */
#hero-section {
  padding: 75px 0 45px;
  margin-top: 74px;
}

/* css for home */
#home {
  padding: 75px 0;
  /* margin-top: 74px; */
  background-color: #222;
  /* height: calc(100vh - 75px); */
}

#home .swiper-container {
  height: calc(100vh - 225px);
}

#home .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  position: relative;
}

#home .swiper-container.event-view iframe,
#home .swiper-container.event-view img,
#home .swiper-container.event-view video {
  width: 100%;
  height: 100%;
}

#home .swiper-container.event-view .swiper-slide {
  z-index: 1;
}

#home .swiper-container.event-view .swiper-slide:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(255 138 1 / 0.90) 0%,rgb(225 19 123 / 0.90) 100%);
  background: -webkit-linear-gradient(45deg, rgb(255 138 1 / 0.90) 0%,rgb(225 19 123 / 0.90) 100%);
  border-radius: 3px;
  z-index: -1;
}

#home .swiper-container.event-view .swiper-slide .middle {
  display: table;
  width: 100%;
  height: 100%;
}

#home .swiper-container.event-view .swiper-slide .inner-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 60px;
}

#home .swiper-container.event-view .swiper-slide span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}

#home .swiper-container.event-view .swiper-slide h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#home .swiper-container.event-view .swiper-slide .info-list {
  margin: 0 0 45px 0;
}

#home .swiper-container.event-view .swiper-slide .info-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-right: 15px;
  padding-right: 20px;
  text-transform: uppercase;
}

#home .swiper-container.event-view .swiper-slide .info-list li:last-child {
  margin: 0;
  padding: 0;
}

#home .swiper-container.event-view .swiper-slide .info-list li:before {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  content: "|";
}

#home .swiper-container.event-view .swiper-slide .info-list li:last-child:before {
  display: none;
}

#home .swiper-container.event-view .swiper-slide .info-list li .icon {
  color: #fff;
  margin-right: 10px;
  float: left;
  font-size: 18px;
  line-height: 26px;
}

#home .swiper-container.event-view .swiper-slide .btn {
  padding: 12px 35px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  background-color: #fff;
}

#home .swiper-container.event-view .swiper-slide .btn.live {
  background-color: #f02018;
}

#home .swiper-container.event-list .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  height: 98px !important;
}

#home .swiper-container.event-list .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#home .swiper-container.event-list .swiper-slide .date {
  width: 100px;
  height: 100%;
  float: left;
  position: relative;
  background-color: #222;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 8px 0;
  text-align: center;
}

#home .swiper-container.event-list .swiper-slide .date .middle {
  display: table;
  width: 100%;
  height: 100%;
}

#home .swiper-container.event-list .swiper-slide .date .middle .inner-middle {
  display: table-cell;
  vertical-align: middle;
}

#home .swiper-container.event-list .swiper-slide .date span {
  font-size: 35px;
  line-height: initial;
  font-weight: 600;
  color: #fff;
}

#home .swiper-container.event-list .swiper-slide .date p {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: initial;
  color: #fff;
}

#home .swiper-container.event-list .swiper-slide .caption {
  padding-left: 115px;
}

#home .swiper-container.event-list .swiper-slide .caption .title {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .3rem;
}

#home .swiper-container.event-list .swiper-slide .caption .location {
  margin-bottom: .3rem;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}

#home .swiper-container.event-list .swiper-slide .caption #countdown {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

#home .swiper-container.event-list .swiper-slide .caption #countdown span {
  padding: 0 8px 0 2px;
  font-weight: 300;
  opacity: .7;
  font-size: 12px;
}

#home .swiper-container.event-list .swiper-slide .caption #countdown a {
  background-color: #f02018;
  display: inline-block;
  padding: 3px 16px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}

@media screen and (max-width: 1188px) {
  #home .swiper-container.event-view .swiper-slide .inner-middle {
    padding: 0 30px;
  }

  #home .swiper-container.event-list .swiper-slide {
    height: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .pl-0 {
    padding-left: 15px !important;
  }

  #home {
    height: 100%;
  }

  #home .swiper-container.event-list {
    margin-top: 30px;
    height: auto;
  }

  #home .swiper-container.event-list .swiper-slide .date {
    width: 80px;
    height: 80px;
  }

  #home .swiper-container.event-list .swiper-slide .date span {
    font-size: 30px;
  }

  #home .swiper-container.event-list .swiper-slide .date p {
    font-size: 18px;
  }

  #home .swiper-container.event-list .swiper-slide .caption {
    padding-left: 95px;
  }

}

@media screen and (max-width: 768px) {
  #home .col-lg-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #home .swiper-container.event-view .swiper-slide .inner-middle {
    padding: 30px;
  }

  #home .swiper-container.event-view .swiper-slide span {
    font-size: 16px;
  }

  #home .swiper-container.event-view .swiper-slide h1 {
    font-size: 25px;
    line-height: 35px;
  }

  #home .swiper-container.event-view .swiper-slide .info-list li,
  #home .swiper-container.event-view .swiper-slide .info-list li .icon {
    font-size: 12px;
  }
}

/* css for wrapper */
#wrapper {
  background-color: #f3f3f3
}

/* css for upcoming-event / club-meeting / mastermind / hero-section */
#hero-section .grid-widget,
#upcoming-event .grid-widget,
#club-meeting .grid-widget,
#mastermind .grid-widget {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
  background-color: #fff;
  border-radius: 3px;
  height: 292px;
}

#hero-section .grid-widget .widget-header,
#upcoming-event .grid-widget .widget-header,
#club-meeting .grid-widget .widget-header,
#mastermind .grid-widget .widget-header {
  position: relative;
}

#hero-section .grid-widget .widget-header .opacity,
#upcoming-event .grid-widget .widget-header .opacity,
#club-meeting .grid-widget .widget-header .opacity,
#mastermind .grid-widget .widget-header .opacity {
  display: block;
  position: relative;
}

#hero-section .grid-widget .widget-header .opacity:after,
#upcoming-event .grid-widget .widget-header .opacity:after,
#club-meeting .grid-widget .widget-header .opacity:after,
#mastermind .grid-widget .widget-header .opacity:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}

#hero-section .grid-widget .widget-header img,
#upcoming-event .grid-widget .widget-header img,
#club-meeting .grid-widget .widget-header img,
#mastermind .grid-widget .widget-header img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#hero-section .grid-widget .widget-header .widget-category,
#upcoming-event .grid-widget .widget-header .widget-category,
#club-meeting .grid-widget .widget-header .widget-category,
#mastermind .grid-widget .widget-header .widget-category {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  right: 20px;
}

#hero-section .grid-widget .widget-header .widget-category a,
#upcoming-event .grid-widget .widget-header .widget-category a,
#club-meeting .grid-widget .widget-header .widget-category a,
#mastermind .grid-widget .widget-header .widget-category a {
  display: inline-block;
  line-height: 10px;
  padding: 7px 11px 6px;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 20px;
  font-size: 10px;
  background: #d60000;
  color: #fff;
}

#hero-section .grid-widget .widget-header .widget-category a:hover,
#upcoming-event .grid-widget .widget-header .widget-category a:hover,
#club-meeting .grid-widget .widget-header .widget-category a:hover,
#mastermind .grid-widget .widget-header .widget-category a:hover {
  background: #fff;
  color: #222;
}

#hero-section .grid-widget .widget-body,
#upcoming-event .grid-widget .widget-body,
#club-meeting .grid-widget .widget-body,
#mastermind .grid-widget .widget-body {
  padding: 20px;
}

#hero-section .grid-widget .widget-body .date,
#upcoming-event .grid-widget .widget-body .date,
#club-meeting .grid-widget .widget-body .date,
#mastermind .grid-widget .widget-body .date {
  font-size: 12px;
  color: #818181;
  margin: 0 0 3px 0;
  display: inline-block;
  width: 100%;
}

#hero-section .grid-widget .widget-body h3,
#upcoming-event .grid-widget .widget-body h3,
#club-meeting .grid-widget .widget-body h3,
#mastermind .grid-widget .widget-body h3 {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 39px;
}

#club-meeting .grid-widget .widget-body #countdownwebinarall,
#mastermind .grid-widget .widget-body #countdownwebinar,
#upcoming-event .grid-widget .widget-body #countdownbig1,
#upcoming-event .grid-widget .widget-body #countdownbig2 {
  margin-top: 8px !important;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  color: #818181;
}

#upcoming-event .grid-widget .widget-body #event,
#club-meeting .grid-widget .widget-body #countdownwebinarall,
#mastermind .grid-widget .widget-body #countdownwebinar {
  color: #818181;
  margin: 0;
  font-size: 16px;
}

#upcoming-event .grid-widget .widget-body #event span,
#club-meeting .grid-widget .widget-body #meeting span,
#mastermind .grid-widget .widget-body #mind span {
  padding: 0 8px 0 1px;
  color: #818181;
  font-size: 12px;
}

#upcoming-event .grid-widget .widget-body #event a,
#club-meeting .grid-widget .widget-body #meeting a,
#mastermind .grid-widget .widget-body #mind a {
  background-color: #f02018;
  display: block;
  padding: 3px 16px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
}

/* css for advertisement */
.advertisement .adv {
  margin-bottom: 30px;
}

.advertisement .adv img {
  border-radius: 3px;
  width: 100%;
}

/* css for testimonials */
#testimonials .section-title {
  margin-bottom: 75px;
}

#testimonials .section-title h2 {
  font-size: 34px;
  font-weight: 700;
}

#testimonials .section-title p {
  color: #818181;
  font-size: 16px;
  margin: 5px 0 0 0;
}

#testimonials .swiper-container {
  width: 100%;
  height: 100%;
}

#testimonials .swiper-slide {
  text-align: center;
}

#testimonials .swiper-slide .testimonial {
  padding: 0 50px;
}

#testimonials .swiper-slide .testimonial .testimonial-description {
  font-size: 15px;
  line-height: 28px;
  color: #818181;
  margin-bottom: 34px;
}

#testimonials .swiper-slide .testimonial img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: auto;
}

#testimonials .swiper-slide .testimonial .testimonial-author {
  margin: 25px 0 15px;
  font-size: 16px;
  line-height: 5px;
}

#testimonials .swiper-slide .testimonial .testimonial-meta {
  font-size: 14px;
  color: #818181;
  margin: 0;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
  color: rgb(102, 102, 102);
}

#testimonials .swiper-button-next:after,
#testimonials .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #testimonials .swiper-slide .testimonial {
    padding: 0;
  }
}

/* css for clubs */
#clubs {
  margin-top: 75px;
}

#clubs .section-title {
  margin-bottom: 75px;
}

#clubs .section-title h2 {
  font-size: 34px;
  font-weight: 700;
}

#clubs .section-title p {
  color: #818181;
  font-size: 16px;
  margin: 5px 0 0 0;
}

#clubs #myBtnContainer {
  text-align: center;
  margin-bottom: 30px;
}

#clubs .row:after {
  content: "";
  display: table;
  clear: both;
}

#clubs .column {
  margin-bottom: 30px;
  float: left;
  width: 25%;
  display: none;
  padding: 0 15px;
}

#clubs .show {
  display: block;
}

#clubs .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 3px;
}

#clubs .btn:hover {
  background-color: #ddd;
}

#clubs .btn.all,
#clubs .btn.active {
  background-color: #222;
  color: #fff;
}

#clubs .column .img {
  overflow: hidden;
}

#clubs .column .img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#clubs .column img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#clubs .column h4 {
  margin: 30px 0 0 0;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  #clubs .column {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  #clubs .column {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  #clubs .column {
    width: 100%;
  }
}

/* css for events */
#events {
  font-family: 'Nunito', sans-serif;
  background-color: #f3f3f3;
  margin-top: 75px;
}

#events .btn-primary:not(:disabled):not(.disabled).active,
#events .btn-primary:not(:disabled):not(.disabled):active,
#events .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #dc273f;
    border-color: #dc273f;
}

@media screen and (max-width: 768px) {
  #events {
    height: calc(100vh - 150px);
  }
}

@media screen and (max-width: 767px) {
  #events {
    height: auto;
  }
}

/* css for footer */
footer {
  background-color: #222;
  color: #fff;
  padding: 27px 0;
}

footer p {
  margin: 0;
  text-align: center;
  font-size: 14px;
}

footer p a {
  color: #dc273f;
}

footer p a:hover {
  color: #dc273f;
  text-decoration: underline;
}
