.clr-white {color: white}
.clr-black {color: black}
.clr-green {color: #45f882;}
.bg-white {background: white;}
.bg-black {background-color: #122549}
.bg-dark {background-color: #000}
.bg-lite {background-color: #19171c}
.clr-heading{color: #FA462F;}
.text-uper-case{text-transform: uppercase;}
.text-decoration-none {text-decoration: none;}
.list-style-none {list-style-type: none;}
.line-height-1 {line-height: 1.7;}
.line-height-2 {line-height: 1.5;}
.line-height-3 {line-height: 1.2;}
.overflow-hidden{overflow: hidden;}
.margin-start {margin-block-start:0rem;}
.margin-end {margin-block-end:0rem;}
.max-100 {max-width: 100%;}
.w-85{width: 85%}

 .container{
	margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

p,ul {
  line-height: 1.6;
}

.content h2 {
  font-size: 53px;
  margin-block-start:0rem;
  margin-block-end:0rem;
  font-weight: 500;
}
.content h1 {
  font-size: 64px;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  .content h1 {
    font-size: 25px !important;
  }
}

.desktop {
  display: flex;
}
.phone {
  display: none;
}

.phone-nav {
  display: none;
}

.pros-content {
  padding:15px;
  border-radius: 10px;
  width: fit-content;
}

.options-content {
  padding:6px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(132, 98, 206, 0.25);
}

.options-wrapper {
  width: 25%;
}

.logo {width: 60px;}

.hero {
  background-image: url(../images/features.jpg);
  background-size: cover;
  background-position: center;
  height: 83vh;
}
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
}

.hero-content {
      position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.hero-content h1 {
  font-size: 54px;
}

.games-wrapper {
  width: 25%;
  position: relative;
}
.games-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.features-wrapper {
  width: 25%;
}


.features {
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
}
.features .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
}

@media only screen and (max-width: 850px) {
  .flex-column-md {flex-direction: column !important;}
  .w-100-md {width: 100% !important;}
  .content h2 {font-size: 25px !important;}
  
}

@media only screen and (max-width: 950px) {
  .desktop {
    display: none !important;
  }
  .phone {
    display: flex !important;
  }
  .phone-nav.show {
    display: flex !important;
    position: fixed;
    width: -webkit-fill-available;
    background: #000000eb;
    left: 0px;
    flex-direction: column;
    height: 100%;
    top: -11%;
    padding-left: 4%;
    bottom: 0;
    padding-top: 11%;
  }
  #remove {
    position: absolute;
    top: 12%;
    left: 94%;
    font-size: x-large;
  }
  .options-wrapper,.key-wrapper,.features-wrapper {width: 45% !important;}
  .games-wrapper {width: 45% !important}
}

.games-content {
  position: absolute;
  bottom: 14%;
  left:5%;
}
.right {
  background: #6390bd;
    padding: 3px 17px;
    border-radius: 5px;
    cursor: pointer;
}
.right:hover {
    transition: 0.3s linear;
    opacity: 0.8;
}

.key-wrapper {width: 26%;}

.key-content {
  padding:20px;
  border-radius: 10px;
}

iframe {
  width: 90%;
  height: 450px;
}

.features-content{
  padding:10px;
  border-radius: 10px;
  background: #0000005e;
}
.details {
      background: #d45a5a;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear;
}
.details:hover {
    transition: 0.3s linear;
    opacity: 0.8;
}


.games-wrapper .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}

@media only screen and (max-width: 750px) {
  details {width: 100% !important}
  .casino-headings h2 {
    font-size: x-large !important;
  }
  .hero-content {width: 95% !important;}
  .hero-content h1 {font-size: 35px !important}
  .flex-column-sm {flex-direction: column !important;}
  .sub-img {width: 70% !important;}
  .options-wrapper,.key-wrapper,.features-wrapper {width: 100% !important;}
}

@media only screen and (max-width: 700px) {
  .games-wrapper {width: 100% !important}
}

.box{
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

details {
  width: 70%;
  margin: auto;
  margin-bottom: 20px;
}

details>p {
  padding: 20px;
}

summary {
  cursor:pointer;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
}

summary::marker {
  content: "";
}

.plusminus {
  position: relative;
  width: 1rem;
  height: 1rem;
  padding: 10px;
  background: #3d4965;
  color: white;
  border-radius: 25px;
}

.plusminus::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1rem;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.plusminus::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 3px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

details[open]  .plusminus::before {
  width: 0;
  height: 0;
}


.casino-headings {
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 10px;
}
.casino-content {
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px solid white;
}



.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

.cancelbtn,.signupbtn {float:left;width:50%}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 15px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 90%; 
    border-radius: 15px;
}

.close {
    position: absolute;
    right: 35px;
    top: 5px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.popup-iframe {
      margin: auto;
    display: flex
;
    margin-top: 7%;
    margin-bottom: 3%;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
}