* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.g_underline {
    position: relative;
}

.g_underline::before {
    content: '';
    position: absolute;
    width: 83%;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 40px;
}
.navbar {
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, -2.5);
}

.g_underline::after {
    content: '•';
    position: absolute;
    bottom: -5px;
    right: -25px;
    font-size: 12px;
    color: #8251FF;
}

.title_text h2 {
    text-transform: uppercase;
    text-align: center;
}

.title_text h2,
p {
    color: white;
    text-align: center;
}

.sj_gradient {
    background: linear-gradient(32deg, #161414 82%, #C850C0);
}
.sj_gradient2 {
    
    background-image: radial-gradient(farthest-corner at 0% 42%, #C850C0, #161414, #161414);
}
.sj_gradient3 {
    background-image: radial-gradient(farthest-corner at 109% 58%, #C850C0, #161414, #161414);

}


.sj_underline {
    position: relative;
}

.sj_underline::before {
    content: '';
    position: absolute;
    width: 49%;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 145px;
}

.sj_underline::after {
    content: '.';
    position: absolute;
    bottom: -2px;
    right: -26px;
    font-size: 12px;
    color: #8251FF;
}

/* add my pranctis css start */
.outline_before {
    margin-top: inherit;
}

/* row 1 */
.img_box {
    padding: 21px;
    background: black;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}

.img_box h2 {
    text-transform: uppercase;
    color: aliceblue;
    text-align: right;
    font-size: 18px;
}

.img_box img {
    border-bottom-right-radius: 49%;
    width: -webkit-fill-available;
}

.box {
    margin: 10px;
    box-shadow: -7px 7px 1px 1px #251c44;
    border: 1px solid white;
    border-right: 1px solid white;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    padding-top: 6px !important;
    padding-right: 6px !important;
    border-left: none;
    border-bottom: none;
}

.padding_top_nav{
    padding-top:140px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: linear-gradient(to right top, #4158D0, #C850C0, #FFCC70) !important;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    border-radius: 50%;
  }
  
  .owl-dot.active {
    background: linear-gradient(to right top, #4158D0, #C850C0, #FFCC70) !important;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 15px;
    border: 1px solid white !important;
    border-radius: 40% !important;
  }
.team_section{
    background-image: radial-gradient(farthest-corner at 83% 35%,#6a1164,#220420,#020824,#01020a);
}
/* ................................................................ */


@media screen and (max-width:768px) {
     .menu_mobile_y {
        padding-top: 129px !important;
        padding-left: 30px;
        background: linear-gradient(37deg, #161414 47%, #C850C0);
        box-shadow: 3px -1px 19px 0px #C850C0;
    }
    .g_p {
        line-height: 29px;
    }

    .sj_fontsize {
        font-size: 24px;
    }


    .sj_text_ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis !important;
        -webkit-line-clamp: 4;
    }

    .sj_underline::before {
        content: '';
        position: absolute;
        width: 49%;
        height: 2px;
        background-color: #8251FF;
        bottom: 0;
        left: 118px;
    }
}

@media screen and (max-width:425px) {
    .g_underline::before {
        display: none;
    }

    .g_underline::after {
        display: none;
    }

    
}
