/*Personal and the modal for lighbox slides*/

/* Styling modal 
  
    input
    {
    background-image: linear-gradient(to right, pink, lightgreen);
    
    }
     input.subz
    {
    background-image: linear-gradient(to right, #31542c, lightgreen);
    border-radius: 5rem;
    padding:0.3rem;
    margin-bottom:1rem;
    }
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  border-radius: 5rem;*/

/*neon glass color button*/
.glassgo {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  background-color: #5443dc; /*for compatibility with older browsers*/
  background-image: linear-gradient(#6d1cc3,#e28fef);
 border: 0.2rem solid #8d9f00;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

  /* text styles */
  text-decoration: none;
  /* color: #fff;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: 100;

  border-radius: 2rem;*/
  box-shadow: 0px 1px 4px -2px #333;
  text-shadow: 0px -1px #333;
}
.glassgo:after{
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 5px);
  height: 48%;
  background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
  border-radius: 1rem;
 
  text-shadow: 0px -1px #333;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);


}
.glassgo:hover
{
  background: linear-gradient(#7665fa,#5443dc);
  border: 0.2rem solid #3f71ff;
   -webkit-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}


.glassgo:hover::after {
    opacity: 1;
}

/*GLASS BOX EFFECT*/
.modal {
  position: absolute;
margin-top:12rem;
 margin-left:50%;
 margin-right:50%;

width:100vw;

 /* border: 1rem solid red;*/
  transform: translate(-50%, -50%);
}
.modal video{
  position: relative;
margin-top:120rem;
 margin-left:50%;
 margin-right:50%;

width:100vw;

  border: 1rem solid red;
  transform: translate(-50%, -50%);
}

/*
button
    {
    background-image: linear-gradient(to right, pink, blue);
     border-radius: 50rem;
     border: 1ps solid black;
  }  */
.modal-dialog {
 max-width: 900px;
width:100%;
 margin:auto;
z-index:10000;
/*margin-top:2rem;*/
}

.modal-sm {
  max-width: 400px;
}

.modal-lg {
  max-width: 900px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}

@media (min-width: 420px) {
  .modal-sm {
    margin-right: auto;
    margin-left: auto;
  }
}

/*@media (min-width: 400px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}*/
@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
}

}

@media (min-width: 600px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}


@media (min-width: 800px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}


.btn-close-x {
  
    width: 2em;
    height: 2em;
    padding: .25em .25em;
    color: #ff0!important;
    background: transparent 
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 
    center/1em auto no-repeat;
    border: 0;
    border-radius: 50rem;
    opacity: .5;
}
.btn-close-x:hover {
    color: #fff!important;
    text-decoration: none;
    opacity: .75;
}
.btn-close-x:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
}


.modal-content {  

    display: inline-block;
 /**/ background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    background-color: rgba(207.19, 207.19, 207.19, 0.04);
     border-radius: 50rem;
        }

.modal-header {
    overflow: auto;
    
     width:100%
    background: -webkit-linear-gradient(rgba(185.39, 209.18, 13.945, 0.88), rgba(25.334, 0, 223.13, 0.76));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(185.39, 209.18, 13.945, 0.88), rgba(25.334, 0, 223.13, 0.76));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(185.39, 209.18, 13.945, 0.88), rgba(25.334, 0, 223.13, 0.76));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(185.39, 209.18, 13.945, 0.88), rgba(25.334, 0, 223.13, 0.76));
    /* Standard syntax */
}
.modal-footer {
    overflow: auto;
     width:100%
    background: -webkit-linear-gradient(rgb(185.39, 209.18, 13.945, 0.88), rgba(93.683, 17.93, 173.32, 0.85));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(185.39, 209.18, 13.945, 0.88), rgba(93.683, 17.93, 173.32, 0.85));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(185.39, 209.18, 13.945, 0.88), rgba(93.683, 17.93, 173.32, 0.85));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(185.39, 209.18, 13.945, 0.88), rgba(93.683, 17.93, 173.32, 0.85));
    /* Standard syntax */
}
/*the modal for lighbox slides sparkle.me.small.ani*/

.modal-body img {
   
    
    width: 100%;


}
.modal-body {

    vertical-align: middle;


}


.modal-backdrop.show {
    opacity: 0.5;
    display: block!important;
}
.modal-backdrop {
    z-index: -1!important;
    background-color: background-color: rgb(0, 0, 0, 0.3);
}

.show {
    display: block !important;
}



/* Add Animation */

.modal-content {
    -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)
    }
}
/* End new Modal content here */