body {
  font-family: lato, sans-serif;
}

.h1 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.h2 {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* loading */
#loading {
  background: url("../image/Badminton-green.gif") no-repeat center center #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}

/* Navbar */
.sticky-top {
  position: fixed;
  width: 100%;
}

.navbar-toggler {
  border: var(--bs-border-width) solid #13b456;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0;
}

nav.navbar.navbar-expand-lg {
  box-shadow: 0px 15px 10px -15px #fdeb01;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-family: lato;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
}

button.btn.btn-outline-light {
  background: #efeb27;
  border: 0px;
  color: #000;
  text-transform: uppercase;
  font-family: lato;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  border-radius: 50px;
}

button.btn.btn-outline-light:hover {
  background: #13b456;
  color: #fff;
  transition: 0.5s;
}

/* hero-section */
.hero-section {
  height: 110vh;
  padding-top: 7rem !important;
}

.bg-green {
  background-color: #13b456;
}

.page-img1,
.page-img2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-img1 {
  background: url(../image/BT-bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.page-img2 {
  background: url(../image/Icon-badminton.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.custom-row-height {
  height: 760px;
}

.img-banner {
  width: 55%;
}

p.lato {
  font-size: 20px;
  font-family: lato;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.8px;
}

.btn-black {
  background: #000;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  font-size: 18px;
  padding: 6px 20px;
  font-weight: 600;
  font-family: lato;
  letter-spacing: 0.8px;
}

.btn-black:hover {
  background: #fdeb01;
  color: #000;
  transition: 0.5s;
}

/* slick-slide */
section.lazy {
  background: #11110f;
}

.slider {
  width: 100%;
  padding-bottom: 0;
  padding-top: 5rem;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  margin: 0px;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

button.slick-prev,
button.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.img-previous,
.img-next {
  width: 60%;
  background: #fff;
  padding: 15px;
  border-radius: 50px;
}

button.slick-prev {
  left: 50px;
  z-index: 1;
}

button.slick-next {
  right: 50px;
}

/* page-icons */

.bg-grey {
  background: #11110f;
}

.img.icon {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0px 0px 3px 3px #fdeb01a6;
}

.page-border-bottom {
  box-shadow: 0px 15px 10px -15px #fdeb01;
}

/* About */
.bg-yellow {
  background: #fdeb01;
}

.text-yellow {
  color: #fdeb01;
}

h5.lato {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.link-button {
  padding: 7px 15px;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.img-about {
  border: 3px solid #fff;
  border-radius: 20px;
  width: 100%;
}

.page-about ul {
  padding-left: 0;
  text-align: left;
}

.page-about ul li {
  display: block;
  padding-bottom: 5px;
}

/* Services */
.text-green {
  color: #13b456;
}

.horizontal-accordion {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.panel {
  flex: 1.1;
  padding: 0 20px;
  transition: flex 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 20px;
}

.panel:not(.active) p {
  display: none;
}

.panel:not(.active) .display-none {
  display: none;
}

.panel.active {
  flex: 3.5;
  background: #13b456;
  border-radius: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 15px 2px #000000a6;
  margin-left: 20px;
}

.img-accordion {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 2px #000000a6;
}

.panel.active .img-accordion {
  display: none;
}

.img.active {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #0a0a0a;
}

/* galler */
.regular.slider {
    padding-top: 20px;
}

.element {
  padding: 0 5px;
}

.img-gallery {
  padding: 0px;
  border-radius: 20px;
  border: 4px solid #fff;
}

.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fdeb01;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #cdcdcd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* footer */

.footer h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.list-unstyled li {
  display: block;
}

.list-unstyled li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  transition: 0.5s;
}

.list-unstyled li a:hover {
  color: #fdeb01;
  transition: 0.5s;
}

ul.list-left {
  padding-left: 0;
  display: inline-flex;
}

ul.list-left li {
  display: block;
}

ul.list-unstyled2 {
  padding-left: 0;
  display: inline-flex;
}

ul.list-unstyled2 li {
  display: block;
  padding-right: 10px;
}

ul.list-left li.pr-1 {
  padding-right: 10px;
}

ul.list-left li a {
  text-decoration: none;
  color: #fff;
}

.img-link {
  width: 20%;
}

.footer-border-bottom {
  border-bottom: 1px solid #fdeb01;
}

/* Custom styles for different breakpoints */
@media (max-width: 767.98px) {
  .bg-black {
    background: #11110f !important;
  }

  .navbar-brand {
    font-size: 1.2rem;
  }

  button.btn.btn-outline-light {
    margin-left: 0px !important;
    margin-bottom: 15px;
  }

  .h1 {
    font-size: 40px;
  }

  .hero-section {
    padding-top: 7rem !important;
  }

  .bg-green {
    height: auto;
  }

  .page-img1 {
    background-position: center top;
    background-size: 100%;
  }

  .page-img2 {
    background-position: center top;
  }

  .page-img3 {
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .bg-bt {
    width: 80%;
  }

  .img-banner {
    padding-bottom: 10px !important;
    padding-top: 2rem !important;
  }

  .custom-row-height {
    height: auto;
  }

  p.lato {
    font-size: 14px;
    line-height: 27px;
    padding: 0;
  }

  p.lato br {
    display: none;
  }

  .btn-black {
    font-size: 16px;
  }

  .img.icon {
    margin-bottom: 30px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block !important;
  }

  .vertical {
    padding: 20px 0;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .vertical .bg-green {
    border-radius: 20px;
    padding: 20px 20px 30px;
  }

  .img.active {
    margin-bottom: 20px;
  }

  .page-icons,
  .page-about,
  .page-service,
  .page-gallery {
    padding: 0 1.5rem;
  }

  .img-link {
    width: 11%;
  }

  button.slick-next {
    right: 0px;
  }

  button.slick-prev {
    left: 0px;
  }

  .img-previous, .img-next {
    width: 40%;
    padding: 10px;
  }

  .regular-mobile {
    padding-top: 20px;
  }

  .slick-dots li button:before {
    font-size: 40px;
  }
}

.mobile {
  display: none;
}

/* s */

@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-black {
    background: #11110f !important;
  }

  button.btn.btn-outline-light {
    margin-left: 0px !important;
    margin-bottom: 15px;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }

  .custom-row-height {
    height: 450px;
  }

  .img-banner {
    width: 40%;
  }

  .hero-section {
    padding-top: 7rem !important;
    height: 52vh;
  }

  .page-img1 {
    background-position: center top;
    background-size: 100%;
    height: 500px;
  }
  .page-img2 {
    background-position: center;
    height: 500px;
  }

  p.lato {
    font-size: 16px;
    line-height: 25px;
    padding: 0 10rem;
  }

  p.lato br {
    display: none;
  }

  .panel.active {
    flex: 5;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .page-icons,
  .page-about {
    padding: 0 1.5rem;
  }

  .regular-mobile {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    font-size: 2rem;
  }

  .img-banner {
    width: 45%;
  }
}

/* Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  button.btn.btn-outline-light {
    margin-left: 0px !important;
    margin-bottom: 15px;
  }

  .page-img1 {
    background-size: 100%;
  }
  .footer .text-lg-start {
    text-align: left !important;
  }
}

/* Portrait*/
@media only screen and (min-device-width: 820px) and (max-device-height: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  button.btn.btn-outline-light {
    margin-left: 0px !important;
    margin-bottom: 15px;
  }

  .nav-button {
    display: inline-grid;
  }

  .hero-section {
    padding-top: 3rem !important;
    height: 45vh;
  }

  .page-img1 {
    background-position: center;
    background-size: 107%;
  }

  p.lato {
    padding: 0 10rem;
  }

  p.lato br {
    display: none;
  }

  .footer .text-lg-start {
    text-align: left !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero-section {
    padding-top: 8rem !important;
    height: 50vh;
  }

  .page-img1 {
    background-position: center top;
    background-size: 100%;
  }

  .page-img2 {
    background-position: center top;
  }

  .custom-row-height {
    height: 570px;
  }

  .h1 {
    font-size: 40px;
  }

  .panel.active {
    flex: 5;
  }

  .footer .text-lg-start {
    text-align: left !important;
  }
}
