body {
  background-image: url("../../assets/img/coc-background.jpg");
  background-size: cover;
}

@media (min-width: 1201px) {
  .card {
    margin: auto;
    width: 25%;
    margin-top: 50px;
    background: #00000000;
    border: 0px solid;
    box-shadow: -1px 15px 30px -12px black;
    text-align: center;
    border-radius: 30px;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .card {
    margin: auto;
    width: 30%;
    margin-top: 50px;
    background: #00000000;
    border: 0px solid;
    box-shadow: -1px 15px 30px -12px black;
    text-align: center;
    border-radius: 30px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .card {
    margin: auto;
    width: 35%;
    margin-top: 50px;
    background: #00000000;
    border: 0px solid;
    box-shadow: -1px 15px 30px -12px black;
    text-align: center;
    border-radius: 30px;
  }
}

@media (max-width: 768px)  and (min-width: 577px) {
  .card {
    margin: auto;
    width: 50%;
    margin-top: 50px;
    background: #00000000;
    border: 0px solid;
    box-shadow: -1px 15px 30px -12px black;
    text-align: center;
    border-radius: 30px;
  }
}

@media (max-width: 576px) {
  .card {
    margin: auto;
    width: 95%;
    margin-top: 50px;
    background: #00000000;
    border: 0px solid;
    box-shadow: -1px 15px 30px -12px black;
    text-align: center;
    border-radius: 30px;
  }
}

.image {
  background-size: cover;
  display: inline-block;
  margin: auto;
  position: relative;
  border-radius: 28px 26px 0px 0px;
  text-align: center;
  z-index: 9999;
  width: 100%;
  min-height: 250px;
  z-index: 0;
}

img {
}

.word {
  min-height: 100px;
  background-color: var(--bs-card-bg);
}

.img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

h1 {
  margin-top: 25px;
}

.card-middle {
  display: none;
  padding: 1em 1em 1em 1em;
  font-size: 23px;
  font-family: initial;
background:#ffffff;

z-index:-1;
border-radius:30px ;

}




.card-middle .more {
  font-family: Open Sans;
  font-weight: 900;
}

audio {
  z-index: 999;
  margin-bottom:10px;
}

.circle-button {
  position: absolute;
  top: -20px;
  right: -25px;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.275);
  outline: none;
  cursor: pointer;
  transition: all 1000ms ease;
  z-index: 2;
}

.circle-button2 {
  position: absolute;
  top: -20px;
  left: -25px;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.275);
  outline: none;
  cursor: pointer;
  transition: all 1000ms ease;
  z-index: 2;
}

.circle-button .close {
  transition: transform 1000ms ease;
}

.close2 {
  transition: transform 1000ms ease;
  color:red;
  font-size:30px;
  margin:auto;
  margin-top:10px;
}

.circle-button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
}

.closeRotate {
  transform: rotate(45deg);
}

.but {
  width: 100%;
  margin: auto;
}

.col-md-3 {
  margin: 0px;
  padding: 0px;
}

.btnx {
  margin: 0px;
  width: 100%;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: -10px;
  font-size: 16px;
  background: none;
  border: 0px;
}

.btnx p {
  font-weight: 750;
  font-size: 14px;
}

.left {
  border-radius: 0 0 0 30px;
}

.right {
  border-radius: 0 0 30px 0;
  border: 0px solid;
}

.col-md-3 {
  width: 25%;
}

input {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 70%;
  border: 3px solid #bebebe;
  border-radius: 30px;
  font-size: 15px;
  padding: 12px 20px 12px 40px;
  margin: 10px 5px;
}

.inputtext {
  background-image: url("../../assets/img/user.png");
  margin-top: 20px;
}

.inputpassword {
  background-image: url("../../assets/img/pass.png");
}
.input{
    display:none;
}
.inputsubmit {
  background-repeat: no-repeat;
  background-color: #fff;
  width: 50%;
  border: 3px solid #bebebe;
  border-radius: 50px;
  font-size: 25px;
  text-align: center;
  background-color: #418E8E;
  color: white;
  margin: 4px 4px 10px 4px;
  padding: 10px;
}

.barbarian .but .col-md-3 {
  background: #EC9B3B;
  border-right: 1px solid #BD7C2F;
}

.barbarian .image {
  background-image: url("../../assets/img/barbarian-bg.jpg");
}

.archer .but .col-md-3 {
  background: #EE5487;
  border-right: 1px solid #2B164C;
}

.archer .image {
  background-image: url("../../assets/img/archer-bg.jpg");
}

.giant .but .col-md-3 {
  background: #7F41DB;
  border-right: 1px solid #120921;
}

.giant .image {
  background-image: url("../../assets/img/giant-bg.jpg");
}

.goblin .but .col-md-3 {
  background: #82BB30;
  border-right: 1px solid #71a32a;
}

.goblin .image {
  background-image: url("../../assets/img/goblin-bg.jpg");
}

.wizard .but .col-md-3 {
  background: #4FACFF;
  border-right: 1px solid #309eff;
}

.wizard .image {
  background-image: url("../../assets/img/wizard-bg.jpg");
}

.barbarian .butx {
  background: #EC9B3B;
}

.archer .butx {
  background: #EE5487;
}

.giant .butx {
  background: #7F41DB;
}

.goblin .butx {
  background: #82BB30;
}

.wizard .butx {
  background: #4FACFF;
}

.butx {
  min-height: 100px;
  width: 100%;
  border-radius: 0 0 30px 30px;
}

.circle-setting {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  position: absolute;
}

.circle-setting a img {
  width: 60px;
  margin: 5px;
}

.load {
  text-align: center;
  font-size: x-large;
  font-weight: 600;


  position: absolute;
  z-index: 4;
  margin: auto;
  margin-top:150px;
  left: 0px;
  right: 0px;
  max-width: 80%;
  border-radius: 25%;


}




.loading{
    background-color: #ffffff60;  
      border-radius: 25px;
}









