/* .popup-content{
    width:100%;
}

.popup-data{
    width:100%;
} */

/* .popup-img{
    width:100%;
} */

/* .popup-link{
    color:white;
    font-style: bold;
    background: linear-gradient(90deg, #680fd2 0%, #ee691e 100%);
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
    padding:5px 15px;
    margin-top:10px;
    border-radius:15px;
} */

/* .popup-link:hover{
    color:white;
} */

.custom-btn{
    border:none;
    background:none;
    position:absolute;
    top:2px;
    right:2px;
}

.h-text{
    padding:0px;
    margin:auto;
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    overflow: hidden;
    background: linear-gradient(0deg, #680fd2 0%, #ee691e 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    animation: animate 2s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-size:11px;
  }

  @keyframes animate {
    0% {
      text-shadow:0 0 0px balck;
    }
    100% {
        text-shadow:0 0 5px balck;
    }
  }

/* setting the model height and width */
.modal-body{
    padding:2px;
}

.modal-dialog{
    width:90vw;
    max-width:700px;
}
.modal-header{
    padding:6px;
}
iframe{
    box-sizing: border-box;
    width:100%;
    height:100%;
    /* max-height:500px; */
}

.modal-content{
    height:400px;
}


.m-main{
    background-image: url('../assets/images/customerstorysimgs/u-tube.png');
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height: 100%;
    position:relative;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.m-main a{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:3;
}
.m-main a img{
    width:80px;
    border-radius:14px;
    z-index:3;
}
.m-main a img:hover{
    box-shadow: 0 0 5px black;
}

  /* writing media queries for height */

  @media screen and (max-width:550px){
    .modal-content{
        height:250px;
    }
    .m-main a img{
        width:30px;
        border-radius:4px;
    }
  }

  @media screen and (min-width:650px) and (max-width:800px){
    .modal-dialog{
        width:90vw;
        max-width:500px;
    }
    .modal-content{
        height:350px;
    }
  }

  @media screen and (min-width:768px){
    .h-text{
        font-size:25px;
    }
  }

/* .m-image{
    width:100%;
    height:auto;
} */


/* .popup{
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:50vw;
    padding:10px;
    background-color:#fff;
    box-shadow:0 0 25px rgb(0,0,0,1);
    border-radius:15px;
    z-index: 2;
    transition: 400ms ease;
}

.first-cont{
    display: none;
    position:absolute;
    top:0;
    left:0;
}

.hide-popup{
    display:none;
}

.display-pop{
    position: relative;
    width:100vw;
    height: 100vh;
    overflow:hidden;
    pointer-events: none;
}
functiondal classes

.popup-content{
    position:relative;
    padding-top:20px;
}

.cancel-popup{
    position:relative;
}

.cancel-popup i{
    position:absolute;
    top:-15px;
    right:10px;
    cursor:pointer;
}

.popup-img{
    width:100%;
}

.popup-link{
    color:white;
    font-style: bold;
    background: linear-gradient(90deg, #680fd2 0%, #ee691e 100%);
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
    padding:5px 15px;
    margin-top:10px;
    border-radius:15px;
}

.popup-link:hover{
    color:white;
}

@media screen and (max-width:768px) {
    .popup{
        width:80vw;
    }
} */