.modal-content {
    background-color: #1b0328;
}

.bgclose {
    background-color: aliceblue;
}

.carousel-control-next {
    right: -40px;
    width: 25px;
}

.carousel-control-prev {
    left: -40px;
    width: 25px;
}

.pointerx {
    cursor: pointer;
}

.linkicon {
    width: 10px;
    height: 11px;
    margin-left: 5px;
}

#navx {
    position: fixed;
    overflow: hidden;
    bottom: 40px;
    width: 400px;
    left: 40%;
    border-radius: 30px;
}

#navx li img {
    height: 18px;
    width: 18px;
    margin-right: 4px;
}

#navx .navbar-nav {
    height: 35px;
}

#navx .navbar-nav .nav-link {
    height: 30px;
}

.txs {
    font-size: small;
}

#navy {
    position: absolute;
    width: 100%;
    visibility: hidden;
}

.imagex {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 50px;
    background-color: transparent;
}

.middlex {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: black;
}

.phd:hover .imagex {
    opacity: 0.3;
}

.phd:hover .middlex {
    opacity: 1;
    /* color: white !important; */
}

.phd:hover {
    box-shadow: 0 0 8px 2px #a63aff;
    background-color: #a63aff33;
}

.nav-item:hover img {
    border-radius: 50%;
    box-shadow: 0 0 8px 2px #a63aff !important;
}

.nav-item:hover i {
    padding: 3px;
    color: white;
    border-radius: 50%;
    box-shadow: 0 0 8px 2px #a63aff !important;
}

.phd{
    border-radius: 50px;
    border:  1px solid rgb(34, 33, 33);
}


.rbtn{
    background-color: transparent;
    border: none;
}


.boxc {
    height: 250px !important;
}

.navbar {
    padding: 10px 15px;
}

#footer {
    padding: 10px 0;
}

.tbx {
    width: 90px; 
    height: 90px; 
    border-radius: 50%; 
    margin-top: 20px; 
    /* margin-left: 39%;  */
    margin-bottom: 20px; 
    padding: 5px; 
    border: 2px solid #a63aff;
}

table{
    border: 2px solid #a63aff;
    border-collapse: collapse;
    background-color: #a63aff1c;
}
th, td {
    padding: 3px 10px;
    border: 2px solid #a63aff;
}

video {
    border-radius: 25px;
}

.carousel-indicators li{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 5px;
    border: 2px solid white;
    /* padding: 5px; */
}

.carousel-indicators .active{
    box-shadow: 0 0 5px 2px #a63aff;
    background-color: #a63aff;
}
.carousel-indicators{
    margin-bottom: 0;
}

.ca-row{
    height: 150px;
}

.cch{
    height: 200px;
}




/* 
======================
Mostofa's Portfolio
Developed By.
        Mostofa Mahin
====================== */
