@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /*** theme colors ***/
  --blue: #000026;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

a:hover {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

.theme-button {
  background-color: #ed1c24;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  border: 0;
  font-family: "Montserrat";
  font-weight: 500;
  border: 1px solid transparent;
  transition: 0.2s all;
}

.theme-button:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #ed1c24;
}

/* Header */
section.header {
  padding: 10px;
  background: var(--blue);
}

.header-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-nav ul li {
  list-style: none;
}

.header-nav ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.header-logo img {
  width: 62%;
}

.header-right a {
  background: #1a1c1f;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  font-family: "Manrope";
  font-size: 17px;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.header-right {
  text-align: center;
}

.top-head {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* Header */
/* Footer */
section.footer {
  padding: 112px 0 64px;
  background: #1a1c1f;
  border-left: 0;
  border-right: 0;
}

section.copyright {
  padding: 12px;
  background: #000;
}

.footer-social svg {
  color: #fff;
  font-size: 18px;
}

.footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}

.copyright-text p {
  margin: 0;
  font-size: 13px;
  text-align: right;
  color: #fff;
  font-family: "Manrope";
}

.about-nav h2 {
  font-family: "Bebas Neue";
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.about-nav ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  margin-bottom: 7px;
}

.about-nav ul {
  margin: 0;
  padding: 0;
}

.about-nav ul li a {
  font-size: 14px;
  font-family: "Manrope";
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}

.about-nav ul li svg {
  color: #ed1c24;
}

.newsletter h2 {
  font-family: "Bebas Neue";
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.newsletter p {
  font-size: 14px;
  font-family: "Manrope";
  color: #fff;
  margin-bottom: 20px;
}

.newsletter input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-family: "Manrope";
  background: #edf1fc;
  margin-bottom: 8px;
}

.newsletter input:focus-visible {
  outline: none;
}

.newsletter button {
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-family: "Manrope";
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 600;
}

/* Footer */
/* Banner */
section.main-banner {
  background: #8c8d8f;
  padding: 70px 0 100px;
}

.select-sport select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #f000;
  border-radius: 3px;
  font-family: "Manrope";
  background: #edf1fc;
}

.select-city select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #f000;
  border-radius: 3px;
  font-family: "Manrope";
  background: #edf1fc;
}

select#select_city:focus-visible {
  outline: none;
}

select#select_sport:focus-visible {
  outline: none;
}

.serach-btn button {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #f000;
  background: var(--blue);
  color: #fff;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.banner-search {
  margin-bottom: 50px;
}

.banner-left h5 {
  font-size: 24px;
  font-family: "Bebas Neue";
  color: #fff;
}

.banner-left h1 {
  color: #fff;
  font-size: 72px;
  font-family: "Bebas Neue";
}

.banner-left p {
  font-size: 16px;
  font-family: "Manrope";
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

a.theme-btn {
  background: var(--blue);
  color: #fff;
  font-family: "Manrope";
  padding: 10px 30px;
  display: block;
  width: fit-content;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #f000;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.banner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-right {
  background: #1a1c1f;
  padding: 50px;
  border-radius: 10px;
  margin-left: 70px;
}

.banner-right h2 {
  font-family: "Bebas Neue";
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.banner-right input,
.banner-right select,
.banner-right textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #f000;
  font-family: "Manrope";
}

.banner-right input,
.banner-right select,
.banner-right textarea:focus-visible {
  outline: none;
}

.banner-right button {
  width: 100%;
  padding: 10px;
  border: 1px solid #f000;
  background: var(--blue);
  color: #fff;
  font-family: "Manrope";
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

/* Banner */
/* About Section */
section.about-section {
  background: #1a1c1f;
  padding: 112px 0;
}

.about-left-img img {
  width: 100%;
  height: 465px;
  object-fit: cover;
}

.about-img-right img {
  width: 100%;
  padding-top: 2rem;
}

.about-middle-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
}

.about-middle-cont h5 {
  color: #fff;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 600;
}

.about-middle-cont h2 {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 45px;
  margin-bottom: 20px;
}

.about-middle-cont p {
  color: #fff;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
}

/* About Section */
/* What we do */
section.what-we-do {
  background: url(../images/what-we-do-bg.jpg);
  padding: 180px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  position: relative;
}

.what-we-d-cont h5 {
  text-align: center;
  color: #fff;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.what-we-d-cont h2 {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
}

.what-we-d-cont p {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 60%;
  font-family: "Manrope";
}

section.what-we-do::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000040;
  width: 100%;
  height: 100%;
}

.what-we-d-cont {
  position: relative;
}

/* What we do */
/* three-boxes */
section.three-boxes {
  background: #1a1c1f;
  padding: 0 0 25rem 0;
  position: relative;
}

.box-img img {
  width: 100%;
}

.box-content {
  background: #fff;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.box-content h2 {
  font-size: 24px;
  font-family: "Bebas Neue";
  text-align: center;
  margin-bottom: 20px;
}

.box-content p {
  text-align: center;
  font-family: "Manrope";
  font-size: 14px;
}

.box-content a {
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-family: "Manrope";
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}

.box-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

section.three-boxes .container {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

/* three-boxes */
/* Coach */
section.coach {
  padding: 100px 0;
  background: #1a1c1f;
}

.coach-left img {
  width: 100%;
}

.coach-right h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Bebas Neue";
  margin-bottom: 20px;
}

.coach-right p {
  color: #fff;
  font-family: "Manrope";
  margin-bottom: 20px;
}

.coach-right img {
  background: #fff;
  padding: 10px;
}

.coach-right h5 {
  font-family: "Manrope";
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
}

.coach-right {
  padding: 20px 110px 20px 30px;
}

/* Coach */
/* Why Join Us */
section.why-join-us {
  padding: 0px 0 100px;
  background: #1a1c1f;
}

.join-left h5 {
  font-size: 14px;
  color: #fff;
  font-family: "Manrope";
  font-weight: 600;
  margin-bottom: 20px;
}

.join-left h2 {
  font-family: "Bebas Neue";
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
}

.join-left p {
  font-family: "Manrope";
  color: #fff;
  font-size: 16px;
  padding-bottom: 30px;
  position: relative;
}

.join-left p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 50px;
  height: 2px;
}

.join-left {
  padding-right: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.join-one {
  background: #fff;
  padding: 55px 32px;
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 20px 0;
  gap: 0 20px;
}

.join-img img {
  width: 100%;
}

.join-img {
  width: 40%;
}

.join-cont h2 {
  font-family: "Bebas Neue";
  font-size: 24px;
  margin: 0;
}

.join-cont p {
  margin: 0;
  font-family: "Manrope";
}

/* Why Join Us */
/* Join Team */
section.join-team {
  background-image: url(../images/join-team-bg.jpg);
  padding: 160px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}

section.join-team::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000050;
}

.join-team-cont {
  position: relative;
}

.join-team-cont h2 {
  font-size: 48px;
  font-family: "Bebas Neue";
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.join-team-cont p {
  text-align: center;
  color: #fff;
  font-family: "Manrope";
  width: 61%;
  margin: 0 auto 20px;
}

.join-team-cont a.theme-btn {
  margin: 0 auto;
}

/* Join Team */
/* Faqs */
section.faqs {
  padding: 160px 0;
  background: #1a1c1f;
}

.faqs-left h2 {
  font-size: 48px;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 20px;
}

.faqs-left p {
  color: #fff;
  font-family: "Manrope";
  width: 77%;
  margin-bottom: 20px;
}

.faqs-left h5 {
  font-size: 24px;
  font-family: "Bebas Neue";
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}

.faqs-left h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #fff;
}

.faqs-right h5 {
  font-family: "Manrope";
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.faqs-right h2 {
  font-size: 36px;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 20px;
}

.faqs-right h2.accordion-header {
  margin: 0;
}

.faqs-right h2.accordion-header button.accordion-button {
  padding: 30px;
  font-size: 18px;
}

.faqs-right .accordion-item {
  margin-bottom: 10px;
  border-radius: 0;
}

.faqs-right .accordion-button:not(.collapsed) {
  background: var(--blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0 !important;
  border-bottom: 0;
}

.faqs-right .accordion-body {
  background: #f000;
}

.faqs-right .accordion-collapse {
  background: #1a1c1f;
  color: #fff;
  font-size: 16px;
  font-family: "Manrope";
}

/* Faqs */
/*Partners*/
section.partners {
  background: #1a1c1f;
  padding: 20px 0 100px;
}

.section-heading h5 {
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: "Manrope";
  font-weight: 600;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
}

.logo-slider {
  background: #fff;
  padding: 20px;
}

.logo-one img {
  width: 200px;
  height: 50px;
  object-fit: contain;
}

/*Partners*/
/* Blogs */
section.blogs {
  padding: 100px 0;
  background: #1a1c1f;
}

.blog-img img {
  width: 100%;
  height: 260px;
}

.blog-one {
  margin-bottom: 25px;
}

.blog-cont {
  background: #fff;
  padding: 21px 21px 42px;
  height: 270px;
  position: relative;
  z-index: 1;
}

.blog-cont h2 {
  font-size: 24px;
  font-family: "Bebas Neue";
}

.blog-cont span {
  font-size: 13px;
  padding-bottom: 10px;
  display: block;
  font-family: "Manrope";
  color: #000026;
}

.blog-cont p {
  color: #777;
  font-family: "Manrope";
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-cont a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 15px;
}

/* Blogs */
.header-nav ul li a:hover {
  color: #ed1c24;
}

.header-right a:hover:before {
  width: 100%;
}

.header-right a:hover {
  border: 1px solid #1a1c1f;
  color: #1a1c1f;
  background: #fff;
}

.serach-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.serach-btn button:hover:before {
  width: 100%;
}

.serach-btn button:hover {
  color: #000026;
}

a.theme-btn:hover {
  color: #000026;
}

a.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  background: #fff;
  z-index: -1;
}

a.theme-btn:hover:before {
  width: 100%;
}

.banner-right button:hover {
  color: #000026;
}

.banner-right button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  background: #fff;
  z-index: -1;
}

.banner-right button:hover:before {
  width: 100%;
}

.box-one:hover .box-img img {
  transform: scale(1.15);
}

.box-one .box-img {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.box-one .box-img img {
  transition: all 0.3s ease-in-out;
}

.box-one:hover .box-img {
  border-radius: 10px 10px 0 0;
}

.box-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: #000026;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.box-one:hover .box-content::before {
  height: 100%;
}

.box-one:hover .box-content {
  border-radius: 0 0 11px 11px;
}

.box-one:hover .box-content h2 {
  color: #fff;
}

.box-one .box-content h2 {
  transition: all 0.3s ease-in-out;
}

.box-one:hover .box-content p {
  color: #fff;
}

.box-one .box-content p {
  transition: all 0.3s ease-in-out;
}

.box-one:hover .box-content a {
  color: #fff;
}

.box-one .box-content a {
  transition: all 0.3s ease-in-out;
}

.join-one {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.join-one:hover {
  transform: translateY(-10px);
}

.join-one::before {
  background: var(--blue);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.join-one:hover:before {
  width: 100%;
}

.join-one:hover .join-img img {
  filter: invert(1);
}

.join-one .join-img img {
  transition: all 0.5s ease-in-out;
}

.join-one:hover .join-cont h2 {
  color: #fff;
}

.join-one .join-cont h2 {
  transition: all 0.5s ease-in-out;
}

.join-one:hover .join-cont p {
  color: #fff;
}

.join-one .join-cont p {
  transition: all 0.5s ease-in-out;
}


.blog-one .blog-img {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.blog-one:hover .blog-img img {
  transform: scale(1.15);
}

.blog-one .blog-img img {
  transition: all 0.3s ease-in-out;
}

.blog-one:hover .blog-img {
  border-radius: 10px 10px 0 0;
}

.blog-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: #000026;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.blog-one:hover .blog-cont::before {
  height: 100%;
}

.blog-one:hover .blog-cont {
  border-radius: 0 0 11px 11px;
}

.blog-one:hover .blog-cont h2 {
  color: #fff;
}

.blog-one .blog-cont h2 {
  transition: all 0.3s ease-in-out;
}

.blog-one:hover .blog-cont p {
  color: #fff;
}

.blog-one .blog-cont p {
  transition: all 0.3s ease-in-out;
}

.blog-one:hover .blog-cont a {
  color: #fff;
}

.blog-one .blog-cont a {
  transition: all 0.3s ease-in-out;
}

.about-nav ul li:hover svg {
  color: #fff;
}

.about-nav ul li svg {
  transition: all 0.3s ease-in-out;
}

.about-nav ul li:hover a {
  color: #ed1c24;
}

.about-nav ul li a {
  transition: all 0.3s ease-in-out;
}

.footer-social svg:hover {
  color: #ed1c24;
  transform: scale(1.2);
}

.footer-social svg {
  transition: all 0.3s ease-in-out;
}

.blog-heading h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Bebas Neue";
}

/* Innerpage Banner */
section.innerpage-banner {
  background: url(../images/innerpage-banner.jpg);
  padding: 180px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.innerpage-title h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Bebas Neue";
}

.about-middle-cont h3 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 36px;
}

.banner-two {
  background: url(../images/innerpage-banner-two.jpg) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% 197% !important;
}

.banner-three {
  background: url(../images/innerpage-banner-three.jpg) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% 7% !important;
}

/* Innerpage Banner */
/* Contact Page */
.contact-info p {
  margin: 0;
}

.contact-info a {
  color: #fff;
  margin: 10px 0;
  display: block;
  font-family: "Manrope";
}

.contact-info {
  margin: 20px 0;
}

.contact-info p a svg {
  color: red !important;
  margin-right: 10px;
  font-size: 18px;
}

.contact-info a:hover {
  color: #ff0000;
}

.contact-info a {
  transition: all 0.3s ease-in-out;
}

.contact-info a:hover svg {
  color: #fff !important;
}

.contact-info a svg {
  transition: all 0.3s ease-in-out;
}

section.maps {
  background: #1a1c1f;
}

/* Contact Page */
/* Find-club */
section.innerpage-banner-four {
  padding: 130px 0;
  background: url(../images/innerpage-banner-four.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% 62%;
}


.innerpage-title-three h1 {
  text-align: center;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 72px;
}

.innerpage-title-three h2 {
  text-align: center;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 36px;
  width: 60%;
  margin: 0 auto;
}

section.find-club {
  background: #00000060;
  padding: 100px 0;
}

.find-club-heading h5 {
  text-align: center;
  font-family: "Bebas Neue";
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.find-club-heading h2 {
  text-align: center;
  font-size: 72px;
  font-family: "Bebas Neue";
  color: #fff;
}

.find-club-search {
  background: #000;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.find-club-search label {
  font-size: 18px;
  color: #fff;
  font-family: "Manrope";
  font-weight: 600;
}

.find-club-search input#find_club_bar {
  width: 50%;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #000;
  font-family: "Manrope";
}

.find-club-search input#find_club_bar:focus-visible {
  outline: none;
}

.find-club-search select#search_filter {
  width: 20%;
  padding: 8px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: "Manrope";
}

.find-club-search input[type="submit"] {
  width: 20%;
  background: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 8px 20px;
  color: #fff;
  font-family: "Manrope";
  font-weight: 500;
}

.find-club-map p {
  margin: 10px 0;
  font-family: "Manrope";
}

.find-club-content p {
  color: white;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Find-club */
/* Support Informaton */
.supprot-left {
  background: #fff;
  padding: 40px 30px;
}

section.support-info {
  background: #1a1c1f;
}

.supprot-left label {
  display: block;
  margin: 10px 0 3px;
  font-family: "Manrope";
  font-weight: 500;
}

.supprot-left input,
.supprot-left textarea {
  padding: 10px;
  width: 100%;
  background: #edf1fc;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.supprot-left input,
.supprot-left textarea:focus-visible {
  outline: none;
}

.supprot-left button {
  padding: 15px 30px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-family: "Manrope";
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
}

.support-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 12px;
}

.support-middle h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Bebas Neue";
  margin-bottom: 20px;
}

.support-middle p {
  font-family: "Manrope";
  color: #fff;
}

.support-map {
  height: 100%;
  padding: 50px 0;
}

/* Support Informaton */
/* Post A Blog */
section.post-a-blog {
  padding: 100px 0;
  background: url(../images/post-blog-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-form h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.blog-form {
  background: url(../images/post-form.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
}

.blog-form input,
.blog-form textarea,
.blog-form select {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 15px;
  font-family: "Montserrat";
  color: #414042;
  display: block;
  background: #fff;
  border: 0;
}

.blog-form input::placeholder,
.blog-form textarea::placeholder {
  font-size: 15px;
  font-family: "Montserrat";
  color: #414042;
}

.blog-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 5px 20px 20px;
  font-size: 15px;
  font-family: "Montserrat";
  color: #414042;
  background: #fff;
}

.blog-upload svg {
  cursor: pointer;
}

input#blog_image {
  display: none;
}

.post-box {
  transition: 0.2s all;
  margin-bottom: 15px;
}

.post-box h5 {
  font-family: "Montserrat";
  font-size: 22px;
  color: #000026;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.post-box a {
  color: #ed1c24;
  text-decoration: underline;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 500;
  display: block;
  margin: 5px 0;
}

.post-box p {
  font-family: "Montserrat";
  font-size: 9px;
  font-weight: 700;
  color: #000;
}

.post-box h6 {
  margin-left: -15px;
  position: relative;
  margin-bottom: -3px;
}

.post-box h6::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ed1c24;
  width: 29%;
  transform: rotate(130deg);
  bottom: -1px;
  left: -2px;
}

.post-wrap {
  position: relative;
  z-index: 1;
  padding: 23px 21px 1px;
  clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0 100%, 0% 26%);
}

.post-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url(../images/post-wrap.png);
  background-size: cover;
  z-index: -1;
  transition: 0.2s all;
}

.post-box:hover .post-wrap::before {
  width: 100%;
  height: 100%;
}

.post-box:hover h5,
.post-box:hover a,
.post-box:hover p {
  color: #fff;
}

p.aleart_message {
  color: white;
}

p.aleart_message a {
  color: #ed1c24;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
}

/* Post A Blog */

/* Single Blog Start */
section.single-blog-section {
  padding: 0 0 50px 0px;
}

.single-blog-image {
  padding: 10px 0;
}

.single-blog-image img {
  width: 65%;
  object-fit: cover;
  border-radius: 50px;
  box-shadow: 14px 12px 0px rgb(0 0 0 / 9%);
}

.single-blog-image img:hover {
  transform: scale(0.9);
}

.single-blog-image img {
  transition: all 0.5s ease-in-out;
}

.single-blog {
  text-align: center;
}

.single-blog-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  gap: 60px;
  color: #1a1c1f;
  padding: 10px 0;
}

.single-blog h2 {
  font-size: 45px;
  font-weight: 800;
  color: #1a1c1f;
}

.single-blog p {
  text-align: justify;
  padding: 5px 40px;
  margin: 0 !important;
  color: #1a1c1f;
  font-size: 20px;
  font-weight: 400;
}

a.blog_posting {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

a.blog_posting:hover {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: red;
}

/* Single Blog End */

/* Register Page */

.register-section {
  background: none !important;
}

.regist-left img {
  width: 100%;
}

.regist-right form input,
.regist-right form label {
  width: 100%;
  padding: 20px;
  border: 1px solid #b2b2b2;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Montserrat";
  color: #414042;
}

.regist-right form input,
.regist-right form label:focus-visible {
  outline: none;
}

.regist-right form input::placeholder {
  font-size: 15px;
  font-family: "Montserrat";
  color: #414042;
}

.regist-right h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 30px;
}
/* Register Page */
