@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@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://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@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");

:root {
  /*** theme colors ***/
  --green: #697565;
}

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

body {
  font-family: "Instrument Sans", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Instrument Sans";
}

a:hover {
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
section.header-bar {
  background: url(../images/nav-bg.png);
  background-repeat: no-repeat;
  padding: 20px 0;
  background-size: cover;
  margin-top: 40px;
  position: relative;
}
.main-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

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

.main-nav ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.main-nav ul li a i {
  font-size: 12px;
  margin-left: 8px;
}
section.battle-section {
  background: url(../images/battle-bg.png);
  padding: 200px 0 70px;
  margin-top: -120px;
  background-size: cover;
  background-repeat: no-repeat;
}
.player-one {
  background: #0000f9;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.player-img img {
  width: 100%;
}
.player-img {
  position: relative;
  z-index: 1;
}
.player-img::before {
  content: "";
  position: absolute;
  top: -95px;
  left: -100px;
  width: 410px;
  height: 580px;
  background: url(../images/player-shadow.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.player-vote {
  position: relative;
  z-index: 1;
}
.player-vote a.blue-btn {
  display: block;
  background: #000;
  color: #fff;
  font-weight: 500;
  width: 85%;
  margin: 10px auto;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.2s all;
}

a.blue-btn:hover {
  background: #fff;
  color: #000;
}

.player-vote a.red-btn {
  display: block;
  background: #000;
  color: #fff;
  font-weight: 500;
  width: 85%;
  margin: 10px auto;
  padding: 7px;
  border-radius: 5px;
}
.player-details p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
}
.player-details {
  position: relative;
  z-index: 1;
}
.player-two {
  background: #ef000d;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.battle-day h3 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  position: relative;
  letter-spacing: -4px;
}

.battle-day h3 span {
  font-size: 100px;
  color: #cf001f;
}

.battle-day h3::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 8.9rem;
  background: #fff;
  width: 90px;
  height: 1px;
}
.battle-time {
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  border: 1px dashed #fff;
  border-radius: 5px;
}
.battle-time h4 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
}
.battle-time h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.battle-day {
  margin-bottom: 20px;
}
.comment-section {
  margin: 180px 0;
  background: #cf001f;
  padding: 170px 0;
  position: relative;
  border: 1px solid #6a6d78;
  border-radius: 10px;
}

.comment-box {
  background: #fff;
  padding: 40px 50px;
  position: absolute;
  top: -5.7rem;
  border: 1px solid #85787f;
  border-radius: 10px;
  z-index: 1091;
  display: block;
  transform: translateX(-50%) !important;
  left: 50%;
  width: 67%;
}

.comment-box-top h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}
.comment-one {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 20px;
}

.comment-one input {
  margin: 0;
  color: #000;
  opacity: 80%;
  outline: none;
  border: 0;
  width: 100%;
}
/*.comment-section::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -20rem;*/
/*  left: 14rem;*/
/*  background: url(../images/comment-shadow.png);*/
/*  z-index: 1;*/
/*  width: 800px;*/
/*  height: 790px;*/
/*  z-index: -1;*/
/*}*/

.comment-box-foot {
  margin-top: 50px;
  text-align: center;
}
.comment-box-foot button {
  background: #266bc9;
  color: #fff;
  padding: 7px 90px;
  border: transparent;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: 0.2s all;
}

.comment-box-foot button:hover {
  border: 1px solid #255bc9;
  background: transparent;
  color: #000;
}

/* login Page */
section.login {
  background: url(../images/login-bg.png);
  margin-top: -106px;
  padding: 171px 0 70px;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-form {
  background: #fff;
  padding: 50px 50px 25px;
  border-radius: 5px;
  border: 1px solid #aeaeae;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  box-shadow: -5px 5px 40px 1px #327adc;
}
.login-form h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
}
.login-form form input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #0000001c;
  padding: 10px 20px;
  border-radius: 5px;
}
input.submit_btn {
  background: #327adc;
  border-radius: 40px !important;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.2s all;
}

input.submit_btn:hover {
  border: 1px solid #255bc9;
  background: #FFF;
  color: #000;
}

input.submit_btn_2:hover {
  /*color: #fff;*/
}

.login-form form a {
  text-align: center;
  display: block;
  font-weight: 700;
}
.signup-form {
  background: #1e4e8fd4;
  padding: 50px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  position: relative;
}
.signup-form h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}
.signup-form form input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #0000001c;
  padding: 10px 20px;
  border-radius: 5px;
}
.login-form::before {
  content: url(../images/signin-box.png);
  position: absolute;
  left: -1.5rem;
  top: -27px;
  width: 41%;
  height: 59%;
  z-index: -1;
}
.signup-form::before {
  content: url(../images/register-box.png);
  position: absolute;
  bottom: -4rem;
  right: -3rem;
  width: 43%;
  height: 45%;
}
/* login Page */

/* Profile Page */
section.user-profile {
  padding: 200px 0 400px;
  margin-top: -106px;
  background: url(../images/user-background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.user-detail-top {
  background: #327adc;
  padding: 15px;
  border-radius: 5px;
}

.user-detail-top h3 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.user-deatils-img {
    background: #cf001f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.user-deatils-img-left {
  position: relative;
}

.user-deatils-img-left button {
  background: none;
  border: none;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.user-deatils-img-right a {
  display: block;
  color: #fff;
  margin-bottom: 11px;
  font-size: 14px;
}
.user-deatils-img-right .setting-btns {
  background: #327adc;
  width: 75%;
  padding: 7px 20px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #327adc;
  border-radius: 20px;
  transition: 0.2s all;
}

.user-deatils-img-right .setting-btns:hover {
  border: 1px solid #327adc;
  background-color: transparent;
  /* color: ; */
}

.user-idno {
  background: #fff;
  padding: 20px 9px 70px 9px;
  border-radius: 5px;
}

.id-row {
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  border-bottom: 1px solid #c1c1c1;
}

.id-row p {
  margin: 0;
  color: #000;
  font-weight: 600;
}

.id-row p.heading-one {
  color: #b2b2b2;
}

.id-row a {
  font-weight: 600;
}

.user-settings button {
  width: 35%;
  background: #327adc;
  color: #fff;
  font-weight: 600;
  border: 1px solid #327adc;
  padding: 7px 0;
  border-radius: 5px;
  transition: 0.2s all;
}

.user-settings button:hover {
  border: 1px solid #327adc;
  color: #000;
  background-color: transparent;
}

.user-settings {
  display: flex;
  gap: 50px;
  margin: 25px 20px;
}

.user-likes {
  display: flex;
  justify-content: space-between;
  margin: 25px 20px;
  align-items: center;
}

.user-likes button {
  width: 30%;
  background: #327adc;
  color: #fff;
  font-weight: 600;
  border: 1px solid #327adc;
  padding: 7px 0;
  border-radius: 5px;
  transition: 0.2s all;
}

.user-likes button:hover {
  border: 1px solid #327adc;
  color: #000;
  background-color: transparent;
}

.user-likes p {
  margin: 0;
  font-weight: 600;
}
/* Toogle yes no */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #327adc;
  border-radius: 5px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "Yes";
  height: 34px;
  width: 50px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: black;
  transition: 0.4s;
  font-weight: 600;
}

input:checked + .slider {
  background-color: #327adc;
}

input:checked + .slider:before {
  transform: translateX(44px);
  content: "No";
  box-shadow: -15px 0px 20px 0px #cf001f;
  /* background-color: red;
  color: #fff; */
}
/* Toogle yes no */

.user-arena {
  display: flex;
  justify-content: space-between;
  margin: 10px 20px;
  align-items: center;
}

.user-arena p {
  margin: 0;
  color: #b2b2b2;
  font-weight: 600;
}
.chng-pswd {
  padding: 10px 20px;
  border-bottom: 1px solid #c1c1c1;
}

.chng-pswd input {
  margin: 0;
  font-weight: 600;
  border: 0;
  outline: 0;
  color: #b2b2b2;
}

.chng-pswd input::placeholder {
  color: #b2b2b2;
}

.user-desc-top {
  background: #2c5eb4a6;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #616275;
  border-bottom: none;
}

.user-desc-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}
.user-desc-nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.user-desc-nav button.green-btn {
  background: #55d84f;
  color: #fff;
  font-weight: 500;
  padding: 7px 10px;
  border: none;
  font-size: 15px;
  border: 1px solid transparent;
  transition: 0.2s all;
}

.user-desc-nav button.green-btn:hover {
  border: 1px solid #55d84f;
  background-color: transparent;
}

.user-desc-nav button.red-btn {
  background: #e40c36;
  color: #fff;
  font-weight: 500;
  padding: 7px 10px;
  border: none;
  font-size: 15px;
  border: 1px solid transparent;
  transition: 0.2s all;
}

.user-desc-nav button.red-btn:hover {
  border: 1px solid #e40c36;
  background-color: transparent;
}

.tab-name h3 {
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-top: 40px;
}
.user-desc-main {
  background: #ff002694;
  padding: 50px 30px;
  border-radius: 5px;
}

/*.main-user-cont {*/
/*  height: 350px;*/
/*}*/

.create-pots label {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.create-pots textarea {
  width: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  padding: 10px 15px;
}

.create-pots input[type="button"] {
  display: block;
  margin: 15px auto;
  color: #000;
  font-size: 18px;
  padding: 7px 20px;
  border: 1px solid #bcbcbc;
  font-weight: 600;
  transition: 0.2s all;
}

.create-pots input[type="button"]:hover {
  background-color: #000;
  color: #fff;
}

/* Profile Page */

/* Member Page Start*/

section.member-section {
  background: url(../images/battle-bg.png);
  padding: 200px 0 70px;
  margin-top: -120px;
  background-size: cover;
  background-repeat: no-repeat;
}

.member-box {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.member-wrap h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.member-wrap a {
  background: #327adc;
  padding: 8px 15px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 20px;
  display: inline-block;
  transition: 0.2s all;
}

.member-wrap a:hover {
  border: 1px solid #327adc;
  background-color: transparent;
}

.member-head {
  text-align: center;
  margin-bottom: 80px;
}

.member-head h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 55px;
  border-bottom: 2px solid #cf001f;
  display: inline-block;
  padding-bottom: 15px;
}

.member-head-2 h2 {
  border-color: #fff;
  width: 46%;
}

.member-head h2 span {
  color: #cf001f;
}

.member-head a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #327adc;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid #327adc;
  transition: all 0.2s ease-in-out;
}
.member-head a:hover {
  background: #cf001f;
}

/* Member Page end*/

/* Active Battle Page Start*/

.player-1 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.player-1 img {
  width: 43%;
}

.player-1 p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.vs-badge {
  text-align: center;
}

.player-btn {
  width: 100%;
}

.player-btn a {
  background-color: #cf001f;
  color: #fff;
  width: 100%;
  display: block;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.battle-row {
  margin: 0 auto;
  width: 100%;
}

.borderer {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}



.member-img::before {
  content: "";
  box-shadow: 2px -3px 20px 16px #fff;
  height: 80%;
  width: 30%;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border-radius: 50%;
  z-index: -1;
  transform: rotate(351deg);
}
.member-img {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
}
.member-img img {
   width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px; 
}

table.profile-table tr th {
  border: 1px solid #e0e0e0;
  width: 27%;
  text-align: center;
  padding: 7px 30px;
}

table.profile-table tr td {
  border: 1px solid #e0e0e0;
  width: 28%;
  text-align: center;
  padding: 7px 30px;
}

.responsive-header {
    display: none !important;
}

.vs-badge.responsive-small {
    display: none !important;
}


/*RESPONSIVE__START__*/



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

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

.signup-form::before {
    right: 1rem !important;
}

.member-box {
    gap: 30px !important;
}

.member-wrap h4 {
    font-size: 16px;
}

.user-settings button {
    width: 40% !important;
}


}

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

.signup-form {
    padding: 20px !important;
}

.user-settings {
    display: flex;
    gap: 50px;
    margin: 25px 0px !important;
}

.member-wrap h4 {
    font-size: 15px;
}

.login-form {
    padding: 50px 20px 25px !important;
}

.main-nav ul li a {
    color: #fff;
    font-size: 14px !important;
    font-weight: 500;
}

.signup-form::before {
    right: 1rem !important;
}

section.header-bar {
    display: block !important;
}

.member-box {
    gap: 15px !important;
}

    
}

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

.signup-form {
    margin: 20px 0 0;
}

.member-head h2 {
    font-size: 38px !important;
}

.player-1 {
    margin: 10px 0 10px;
}

.signup-form::before {
    right: 3rem !important;
}

section.header-bar {
    display: none;
}

.responsive-header {
    display: block !important;
    z-index: 99999;
    position: sticky;
}

.responsive-header {
    display: none !important;
}
    
    
}

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

.signup-form::before {
    right: -1rem !important;
}

div#hide_div {
    margin: 40px 0 0 !important;
}

.vs-badge.responsive-small {
    display: block !important;
}

.vs-badge.responsive-small img {
    width: 100%;
}

.player-1 p {
    font-size: 15px;
}

.member-head h2 {
    font-size: 28px !important;
}

section.member-section {
    padding: 145px 0 70px;
}

.responsive-big {
    display: block !important;
    margin: 10px 0 10px;
}

section.header-bar {
    display: none !important;
}

.responsive-header {
    display: block !important;
}
    
    
}

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

.signup-form::before {
    right: 3rem !important;
    bottom: -4rem;
} 

.login-form::before {
    left: -0.5rem;
}

.member-head h2 {
    font-size: 22px !important;
}

.member-head {
    margin-bottom: 25px !important;
}

.comment-box {
    padding: 40px 5px !important;
}

.comment-section {
    margin: 115px 0 !important;
}

section.battle-section {
    padding: 200px 0 0px;
}   

.comment-box {
    background: #fff;
    padding: 40px 50px;
    position: absolute;
    top: -5.7rem;
    border: 1px solid #85787f;
    border-radius: 10px;
    z-index: 1091;
    display: block;
    transform: translateX(-50%) !important;
    left: 50%;
    width: 85%;
}


    
}



/*RESPONSIVE__END__*/


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #2b4b8b;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


div#main {
    margin: 0 !important;
}





