/*   Book event calendar css */
.appointment_widgets-md {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow-y: auto;
    padding-top: 1rem!important;
    background-color: black!important;
}

.appointment_widgets-md .appointment_widgets--booking .appointment_widgets--info {
    border-right: 1px solid var(--appointment_widgets-border-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem
rem
;
    width: 100%;
    background-color: black !important;
}



/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
@font-face {
  font-family: 'SF Pro Display';
  src: url(../fonts/customfonts/SFPRODISPLAYREGULAR.OTF);
  font-weight: 400;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url(../fonts/customfonts/SFPRODISPLAYBOLD.OTF);
  font-weight: 700;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url(../fonts/customfonts/SFPRODISPLAYMEDIUM.OTF);
  font-weight: 600;
} 
body {
  font-family: 'SF Pro Display'; 
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  background: #000;
}

  
button {
  cursor: pointer; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

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

a,
button {
  color: inherit;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif; 
  color: #fff;
  margin-top: 0px;  
  text-transform: normal;
 }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
 }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

img{
  max-width: 100%;
}
.container{
  max-width: 1300px;
}
.container_big{
  max-width: 1377px;
}
a {
    text-decoration: none;
}
/* .owl-nav.disabled {
  display: block !IMPORTANT;
} */




/* default-css END 
================================== */
 




.header-area {
    padding: 10px 0;
    /* padding: 25px 0; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: .3s;
}
.logo-area a {
  display: block;
  max-width: 300px;
}
.sticky{
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.533);
}
.menu-area {
  text-align: revert;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header_actions {
    display: flex;
    align-items: center;
    min-width: 385px;
    max-width: 385px;
    justify-content: space-between;
}
.menu-area ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 50px;
  padding-left: 35px;
}
.menu-area ul li a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    /* margin-left: 35px; */
    transition: .3s;
}
.menu-area ul li:first-child a{
  margin-left: 0;
}
.menu-area ul li:last-child a{
  margin-left: 10px;
}
.menu-area ul li a.active,.menu-area ul li a:hover {
    color: #FF0000;
}
.theHeader .bar {
  display: none;
}
.btn,a.btn {
    color: #fff;
    width: max-content;
    height: 55px;
    /* padding: 0 18px; */
    padding: 0 30px;
    border: 3px solid;
    border-color: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SF Pro Display'; 
    font-weight: 700;
    font-size: 20px;
    transition: .3s;
    outline: none;
}

.btn:hover,
.btn:hover,
a.btn_active,
.btn_active {
    border-color: red;
    background: red;
    color: #fff !important;
}




.theHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theHeader .menu-area {
  width: 100%;
}
.theHeader .logo-area a {
  min-width: 289px;
  max-width: 289px;
}






 

/* humbergar */
.bar a {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
} 
.bar a span {
  width: 100%;
  height: 3px;
  background: red;
  display: block;
  position: relative;
  top: 17px;
  border-radius: 30px;
  transition: .3s;
} 
.bar a span:before {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: red;bottom: 10px;border-radius: 30px;transition: .3s;} 
.bar a span:after {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: red;bottom: -10px;border-radius: 30px;transition: .3s;}
 
/* humbarger END */
 

/* mobile-menu START */

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 999;
  /* box-shadow: 0px 0px 9px -1px #737373; */
  top: 0;
  left: 0;
  transition: .3s;
  margin-left: -101%;
  padding: 30px;
  text-align: center;
  padding-top: 120px;
}
.siteBar{
  margin-left: 0; 
} 
.mobile-menu button.siteBar-btn {
  padding: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: 25px;
  right: 30px;
  max-width: 30px;
}
.mobile-menu a.mlogo {
  display: block;
  max-width: 130px;
  position: absolute;
  top: 15px;
  left: 30px;
}
.mobile-menu ul li {
  list-style: none;
  display: block;
  margin-bottom: 30px;
} 
.mobile-menu ul li a { 
  font-size: 20px;
  border-width: 2px;
}
.mobile-menu ul li a.btn {
  width: 200px;
  margin: auto;
}
.mobile-menu ul li a:hover { 
  color: red;
}
.mobile-menu ul li a.btn.btn_active {
  margin-top: 80px;
}
.mobile-menu a.bars {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: #ff4900;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  box-shadow: 0px 0px 17px -2px #0000004a;
}

/* Header section END */


.hero-item {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-item img.item_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-wrp {
  position: relative;
  padding: 380px 0;
}
.hero-wrp img.logoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: -1;
  max-height: 700px;
  max-width: 700px;
}

.hero-wrp a.btn.btn_active {
  width: max-content;
  padding: 0 50px;
  margin: auto;
  margin-top: 20px;
}
.hero-wrp h3 {
  font-weight: 800;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
}
.hero-wrp p {
  margin: 0;
  margin-top: -5px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 42px;
}

.owl-next {
  left: auto;
  right: 2%;
}
.single_step.blueTheme span {
  color: #2447FF;
}

.single_step.blueTheme a.btn.btn_active {
  background: #2447FF;
  border-color: #2447FF !IMPORTANT;
} 
.single_step.YlwTheme span {
  color: #FFC700;
}

.single_step.YlwTheme a {
  background: #FFC700;
  border-color: #FFC700;
}
.hero-item > a {
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  transform: translateX(-50%);
  transition: .3s;
}
.hero-item > a.passed {
  opacity: 0;
  visibility: hidden;
}
.hero-item > a i {
  position: relative;
  display: block;
  font-size: 40px; 
  animation: FadeUP 1s infinite;
}
@keyframes FadeUP {
  0%{
    top: 7px;
  }
  50%{
    top: -5px;
    opacity: 0;
  }
  100%{
    top: 7px;
  }
}
.hero-area {
  position: relative;
  z-index: 1;
} 
.hero-area img.hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top; */
  z-index: -1;
}
 
 

/* Hero area css END && Steps are css start */





.single_step {
  display: flex;
  align-items: center;
  padding-top: 150px;
}

.stp_img {
  margin-right: 50px;
  min-width: 569px;
  max-width: 569px;
  height: 573px;
}

.stp_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.stp_title span {
  display: block;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #FF0000;
  margin-bottom: 15px;
}

.stp_title h2 {
  font-weight: 900;
  font-size: 44px;
  line-height: 54px;
}

.stp_wrp p {
  margin-top: 20px;
  margin-bottom: 30px;
}

.stp_wrp a.btn {
  padding: 0 50px;
}

.single_step.right_mode {
  flex-direction: row-reverse;
}

.single_step.right_mode .stp_img {
  margin-left: 50px;
  margin-right: auto;
}

 

/* Steps area css END && members are css start */



.members-area {
  padding: 100px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
}

.section-title h6 {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FF0000;
}

.section-title h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
}

.creative_blk {
  width: 85%;
  height: 250px;
  background: rgba(255, 0, 0, 0.16);
  border: 8px solid #FF0000;
  border-radius: 0px 250px 250px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
  /* border-right: none; */
}
.creative_blk:not(.rightMode){
  border-left: none;
}
.creative_blk.rightMode{
  border-right: none;
}
.creative_blk .creative_blk_img_icon {
  width: 250px; 
  border: 8px solid red;
  height: 101%;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creative_blk_wrp {
  width: 60%;
  text-align: center;
  margin-left: 13%;
}

.creative_blk_wrp h5 {
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
}

.creative_blk_wrp p {
  font-size: 18px;
  line-height: initial;
}

.creative_blk_wrp > a {
  margin: auto;
  margin-top: 30px;
}

.creative_blk.rightMode {
  margin-left: auto;
  margin-right: 0;
  border-radius: 250px 0px 0px 250px;
  /* border-left: none; */
}

.creative_blk.rightMode .creative_blk_wrp {
  margin-left: 28%;
}

.creative_blk.rightMode .creative_blk_img_icon {
  right: auto;
  left: -10px;
}

.creative_blk .creative_blk_img_icon img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
  background: rebeccapurple;
  position: absolute;
  top: 0;
  left: 0; 
  opacity: .7;
}
.creative_blk .creative_blk_img_icon h5 {
  margin: 0;
  font-weight: 900;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #FF0000;
  font-style: italic;
}
/* Blue theme */
.creative_blk.blueTheme {
  border-color: #2447FF;
  background: rgba(36, 71, 255, 0.16);
}

.creative_blk.blueTheme .creative_blk_img_icon {
  border-color: #2447FF;
}

.creative_blk.blueTheme .creative_blk_img_icon h5 {
  color: #2447FF;
}

.creative_blk.blueTheme a.btn {
  background: #2447FF;
  border-color: #2447FF;
}
/* Yellow theme */
.creative_blk.ylwTheme {
  border-color: #FFC700;
  background: rgba(255, 199, 0, 0.16);
} 
.creative_blk.ylwTheme .creative_blk_img_icon {
  border-color: #FFC700;
} 
.creative_blk.ylwTheme .creative_blk_img_icon h5 {
  color: #FFC700;
} 
.creative_blk.ylwTheme a.btn {
  background: #FFC700;
  border-color: #FFC700;
}
/* Pirple theme */
.creative_blk.pirpleTheme {
  border-color: #5908AB;
  background: rgba(128, 0, 255, 0.16);
} 
.creative_blk.pirpleTheme .creative_blk_img_icon {
  border-color: #5908AB;
} 
.creative_blk.pirpleTheme .creative_blk_img_icon h5 {
  color: #5908AB;
} 
.creative_blk.pirpleTheme a.btn {
  background: #5908AB;
  border-color: #5908AB;
}


 

/* members area css END && Events are css start */


.events-area {
  padding: 50px 0;
}

.parpleThemeSection {
  border: 8px solid #5908AB;
}
.parpleThemeSection .section-title h6 {
  color: #5908AB;
}


/* Events area css END && Footer are css start */



footer {
  padding: 100px 0;
}

.footer_widgets {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.fwidget {
  width: 25%;
}

.fwidget h6 {
  font-size: 20px;
  font-weight: 800;
}

.fwidget ul li {
  display: block;
  margin-top: 15px;
  font-weight: 400;
}

.subs {
  margin-top: 30px;
}

.subs form {
  display: flex;
}

.subs form input {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 5px;
  border: none;
  padding: 10px;
  color: #fff;
  height: 48px;
  width: 210px;
}

.subs form button.btn {
  width: auto;
  font-size: 18px;
  border-radius: 5px;
  height: 47px;
  margin-left: 10px;
}

.social_icons_ftr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.social_icons_ftr a {
  display: block;
  margin: 0 15px;
}

.social_icons_ftr a img {
  max-width: 55px;
  max-height: 55px;
}
.fwidget p {
  display: block;
  margin: 0;
  line-height: initial;
  margin-top: 15px;
}







/* 

Home page css ENd && Events page css STARTED

*/



 
 


.withLeftHeading{
  position: relative;
  display: flex;
  min-height: 1000px;
  overflow: hidden;
}
.leftShapings {
  position: relative; 
  margin-left: 3%;
  min-width: 300px;
  max-width: 300px;
  overflow: hidden;
}
.leftShapings h1 {
  text-transform: uppercase;
  position: absolute;
  top: 55%;
  height: 50px;
  width: 796.7px;
  right: -300px;
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-size: 126px;
  line-height: 154px;
  text-align: center;
}

.blank_area iframe {
  display: block;
  width: 100%;
  height: 700px;
}
.withLeftHeading_wrp {
  width: 100%;
  padding: 80px 100px;
}
.withLeftHeading_wrp p.shorTitle {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 50px;
}
.withLeftHeading_wrp h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
}

.withLeftHeading_wrp .wrps > a.btn.marginingFOrmatching {
  margin: auto;
  margin-top: 130px;
}
.wrps ul.withDots {
  display: block;
  margin-top: 50px;
}

.wrps ul.withDots li {
  list-style: inside;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-top: 20px;
}




/* Yellow THeme */
.ylwThemeSection {
  border: 8px solid #FFC700;
}
.ylwThemeSection .withLeftHeading_wrp p.shorTitle,
.ylwThemeSection .leftShapings h1,
.ylwThemeSection .withLeftHeading_wrp h2 span {
  color: #FFC700;
}
.ylwThemeSection .leftShapings{
  background: rgba(255, 199, 0, 0.7);
}
.ylwThemeSection a.btn.btn_active{
  border-color: #FFC700; 
  background: #FFC700;
}


/* Red THeme */
.redThemeSection {
  border: 8px solid red;
}
.redThemeSection .withLeftHeading_wrp p.shorTitle,
.redThemeSection .leftShapings h1,
.redThemeSection .withLeftHeading_wrp h2 span {
  color: red;
}
.redThemeSection .leftShapings{
  background: rgba(255, 0, 0, 0.5);
}
.redThemeSection a.btn.btn_active{
  border-color: red; 
  background: red;
}


/* Blue THeme */
.blueThemeSection {
  border: 8px solid #2447FF;
}
.blueThemeSection .withLeftHeading_wrp p.shorTitle,
.blueThemeSection .leftShapings h1,
.blueThemeSection .withLeftHeading_wrp h2 span {
  color: #2447FF;
}
.blueThemeSection .leftShapings{
  background: rgba(36, 71, 255, 0.7);
}
.blueThemeSection a.btn.btn_active{
  border-color: #2447FF; 
  background: #2447FF;
}

/* Pirple THeme */
.pirpleThemeSection {
  border: 8px solid #5908AB;
}
.pirpleThemeSection .withLeftHeading_wrp p.shorTitle,
.pirpleThemeSection .leftShapings h1,
.pirpleThemeSection .withLeftHeading_wrp h2 span {
  color: #5908AB;
}
.pirpleThemeSection .leftShapings{
  background: rgba(89, 8, 171, 0.7);
}
.pirpleThemeSection a.btn.btn_active{
  border-color: #5908AB; 
  background: #5908AB;
}


 



/* 

Events page css ENd && Leagues page css STARTED

*/



 

.team-area {
  padding: 100px 0;
}
.section-title.inabouts {
  padding: 100px 0;
  padding-top: 170px;
}
.our-teacm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
 
.card_blk {
  width: 32%;
  background: rgba(255, 0, 0, 0.35);
  border: 8px solid red;
  border-radius: 29px;
  padding: 15px;
}
.card_blk:nth-child(2) a.btn{
  margin-top: 200px;
}
.card_blk img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.card_blk h5 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 15px;
}

.card_blk p {
  font-size: 15px;
  line-height: 22px;
}

.card_blk a.btn {
  margin: auto;
  margin-top: 30px;
  width: 95%;
}
.card_blk.blueCard,.card_blk.blueCard a.btn{
  border-color: #2447FF;
  background: rgba(36, 71, 255, 0.16);
}
.card_blk.blueCard a.btn{
  background-color: #2447FF;
}
.card_blk.pirpleCard,.card_blk.pirpleCard a.btn{
  border-color: #5908AB;
  background: rgba(128, 0, 255, 0.16);
}
.card_blk.pirpleCard a.btn{
  background-color: #5908AB;
}



 

.withLeftHeading_wrp h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
}
.lgt_blks {
  width: 780px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
.lgBlk {
  width: 350px;
  background: rgba(128, 0, 255, 0.16);
  border: 8px solid #5908AB;
  border-radius: 29px;
  padding: 50px;
  text-align: center;
  margin-top: 50px;
}

.lgBlk span {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-decoration-line: underline;
}

.lgBlk p {
  font-family: 'Montserrat';
  margin-top: 10px;
  font-weight: 500;
}
.lgBlk a.btn {
  margin: auto;
  margin-top: 15px;
  padding: 0 30px;
}






/* 

Leagues page css ENd && Menu page css STARTED

*/





.withLeftHeading_wrp h3 {
  font-weight: 900;
  font-size: 35px;
  line-height: 43px;
  margin-left: 15%;
}
.wrps ul.menus {
  margin-top: 40px;
}

.wrps ul.menus li {
  display: block;
  margin-top: 10px;
}

.wrps ul.menus li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.wrps ul.menus li > div span {
  font-weight: 800;
  font-style: italic;
  font-size: 23px;
  background: #000;
}

.wrps ul.menus li p {
  line-height: 50px;
  font-size: 18px;
}
.wrps ul.menus li > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 7px;
  left: 0;
  border-bottom: 3px dotted;
  z-index: -1;
}






/* 

Menu page css ENd && Member page css STARTED

*/









.hero-wrp.withtitles {
  padding: 250px 0;
}

.hero-wrp.withtitles h6 {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FF0000;
  font-weight: 900;
  font-style: italic;
}

.hero-wrp.withtitles h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 30px;
}

.hero-wrp.withtitles p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
}
.wrps > p {
  font-weight: 400;
  line-height: 60px;
  font-family: 'Montserrat';
}







/* 

Member page css ENd && Others page css STARTED

*/

  
.eventmores {
  padding-top: 200px;
}

/* 

Calendar Test

*/

.st-dtitle {
    border-left: 1px solid #6200ee;
    border-top: 1px solid #6200ee;
    background: #6200ee;
    color: #000000;
    padding: 0 2px 0 0;
    text-align: right;
    line-height: 16px;
    overflow: hidden;
}














