.order-2 table thead td {
    text-align: center;
    color: black;
    font-weight: bold!important;
    background: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ffffff;
}
.order {
    color: #fbfbfb;
    justify-content: center;
    text-align: center;
}
.table-order thead td {
    background: #fbfbfb;
    height: 9vh;
    font-size: 19px;
    font-weight: bold!important;
}
/*#myModal{*/
/*    justify-content: center;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*    color: white;*/
/*}*/
#track_btn{
    cursor: pointer;
    background: #1f1e1ed4;
    border: white;
    padding: 5px;
    color: white;
    border-radius: 5px;
}
#track_id_input{  padding: 5px;
    border-radius: 5px;
    background: #a4a4a43b;
    /* z-index: 1000; */
    border: none;
}
.order-2 {
    justify-content: center;
    margin: auto;
    text-align: center;
    color: #fbfbfb;
}
.order-2 .card-header h1 , .impdia-table .card-header h1 , .cart-order .card-header h1  ,.order .card-header h1{
    font-weight: 500!important;

}
.impdia-table svg{
    cursor: pointer;
    fill: white;
margin-left: 10px;
width: 30px;
}
.impdia-table #input_div [type=button] {
    border-radius: 5px;
    background: white;
    border: none;
    color: black;
}
.cart-order table thead th {
    height: 9vh;
    background: white;
    color: black;
    font-size: 19px;
    font-weight: bold!important;
}
.cart-order {border-collapse: collapse;
    text-align: center;
    padding: 8px;
    justify-content: center;
    margin: auto;
    color: white;
    text-align: center;
    justify-content: center;
    margin: auto;
    border-collapse: collapse;
}
.cart-order form .btn {
    background: white;
    border: none;
    color: #000000;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}
.cart-order tr{
    color: white;
}
.wrapper {
    text-align: center;
    color: #9175a8;
}
.shows{
    margin-top: 5%;
    margin-bottom: 5%;
}
.show-img h2{
    font-weight: 500!important;
}
.show-img {position: relative;
    justify-content: center;
    color: black;

    text-align: center;
    /* font-weight: 600!important; */
    width: 40%;
    margin: auto;
    box-shadow: 0px 3px 20px #292828a1;
    background: white;
    /* border: 2px solid white; */
    border-radius: 10px;
}
.overlay{    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 10px;
    z-index: 0;
    opacity: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    right: 15px;
    /* width: 100%; */
    transition: all 0.3s;
    color: white;
    background: rgb(0 0 0 / 73%);
    padding: 10px 15px;
}
.overlay i{height: 50px;
    cursor: pointer;
    color: white;
    align-items: center;
    font-size: 40px;

}
.show-img:hover .overlay{
opacity: 1;
transition-duration: 1s;
}
.show-img img {
    width: 95%;
    text-align: center;
}
#input_div input {
    text-align: center;
    cursor: pointer;
    width: 40px;
    overflow: visible;
    margin-right: 4px;
}
#myModal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

  .modal-content p{
    font-size: 20px;
  }
  .modal-content p svg{
    width: 40px;
    height: 40px;
    fill: #454444;
    margin-right: 10px;
  }

  .close{color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    float: right;
  }
  .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#myBtn{
    cursor: pointer;
}


@media (max-width: 800px){
    .show-img{
        width: 70%;
    }
    .comp {
        text-align: center;
        display: block;
        align-items: center;
        width: 100%;
    }
.cart {
    float: revert;
    position: absolute;
    right: 10%;
}}
@media only screen and (max-width: 670px){
    .impact .slider-img img {
        position: absolute;
        z-index: -1;
        height: 100vh;
        width: 100% !important;
        right: 0;
        object-fit: cover;
        object-position: 55% 50%;
    }

    .slider-text .s1-head h1 {
        font-size:23px;
      }
      .slider-text .s1-text .s1-text2 {
          width: 22vh;
          font-size: 30px;
          left: 20px;
      }
      .slider-text .s1-text .explorr {
          font-size: 30px;
          left: 20px;
      }


 }

/* #btn-01:-moz-full-screen img,#btn-01:-ms-full-screen img, #btn-01:-webkit-fullscreen img, #btn-01:fullscreen img {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  :-webkit-full-screen {
    width: 100%; height: 100%;
  }
  *:-moz-full-screen {
    background: #fff;
  }
  *:-webkit-full-screen {
    background: #fff;
  } */
  /* .splide__slide img { cursor:zoom-in; }
  .splide__slide img :-webkit-full-screen { cursor:zoom-out; }
  .splide__slide img:-moz-full-screen { cursor:zoom-out; }
  .splide__slide img:-ms-fullscreen { cursor:zoom-out; }
  .splide__slide img:fullscreen { cursor:zoom-out; } */
  .sub_title {
    display: inline-block;
    margin-left: 50px;
    color: #9f6b9f!important;
    font-size: 19px;
    font-weight: bold !important;
}
.descsss a:hover {
    font-weight: 300 !important;
    font-size: 14px;
    background: #000000b5;
    color: white;
    padding: 6px;
    border-radius: 6px;
}
.modal {
    z-index:15;
    display:none;
    padding-top:10px;
    justify-content: center;
    position: fixed;
    text-align: center;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.8)
    }

    .modal-content{
    margin: auto;
    display: block;

     
    }


    .modal-hover-opacity {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-backface-visibility:hidden
    }

    .modal-hover-opacity:hover {
    opacity:0.60;
    filter:alpha(opacity=60);
    -webkit-backface-visibility:hidden
    }


    .close {
    text-decoration:none;float:right;font-size:24px;font-weight:bold;color:white
    }
    .container1 {
    width:200px;
    display:inline-block;
    }
    .modal-content, #caption {

        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }


    @-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)}
        to {-webkit-transform:scale(1)}
    }

    @keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
    }
.img-event img{
    width: 240px;
    text-align: center;

}
.img-event{    width: 100%;

    justify-content: center;
    display: flex;
}
.events{
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    width: 100%;

    display: flex;
}
@media (max-width: 768px){
.events {
    text-align: center;
    justify-content: center;
    display: block;
}}