#prebiew-video {
    width: 100%;
    /* height: 70vh; */
    position: relative;
}
.gradiant {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.10127801120448177) 1%,
        rgba(0, 0, 0, 1) 98%
    );
}
#note {
    width: 100%;
    min-height: 70vh;
    background: rgb(33, 150, 83);
    background: linear-gradient(
        0deg,
        rgba(33, 150, 83, 0.7) 0%,
        #000000 73.41%
    );
}
.note-container {
    padding: 20px 0;
}
.stories-bg {
    width: 100%;
    height: 80vh;
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#testimonial {
    width: 100%;
    background-color: #12141c;
    padding-top: 50px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.profile {
    width: 100%;
    display: flex;
    position: relative;
    /* margin: 50px 0; */
}

.profile-img {
    border-radius: 16px;
    max-width: 386px;
    height: 458px;
    max-height: 458px;
    z-index: 1;
}

.profile-img2 {
    border-radius: 16px;
    max-width: 386px;
    height: 458px;
    max-height: 458px;
    display: block;
    margin-left: auto;
    z-index: 1;
}

.info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 648px;
    max-width: 685px;
    max-height:400px;
    background: linear-gradient(
            140.15deg,
            rgba(18, 20, 28, 0.733) 3.75%,
            rgba(18, 20, 28, 0.785) 97.1%
        ),
        rgba(255, 255, 255, 0.581);
    background-image: url("../images/insight-people-blur-bg.png");
    border-radius: 16px;
    backdrop-filter: blur(994px);
    padding: 40px;
    z-index: 2;
    background-size: cover;
}

.info2 {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(-50%, -50%);
    width: 648px;
    max-width: 685px;
    max-height:400px;
    background: linear-gradient(
            140.15deg,
            rgba(18, 20, 28, 0.733) 3.75%,
            rgba(18, 20, 28, 0.785) 97.1%
        ),
        rgba(255, 255, 255, 0.581);
    border-radius: 16px;
    backdrop-filter: blur(994px);
    padding: 40px;
    z-index: 2;
    background-image: url("../images/insight-people-blur-bg.png");
    background-size: cover;
}

.readmore {
    background: linear-gradient(
            140.15deg,
            rgba(18, 20, 28, 0.4) 3.75%,
            rgba(18, 20, 28, 0) 97.1%
        ),
        rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(54px);
    border: none;
    color: white;
    padding: 5px 10px;
    float: right;
}
.line-top {
    width: 300px;
    height: 100px;
    transform: rotate(45deg) translateX(250px) translateY(-200px);
    z-index: -1;
    background: transparent;
    border: none;
    border-top: dashed 2px #fff;
    /* padding: 40px 40px; */
    border-radius: 50%;
    /* margin: 20px -50px 0; */
}
.line-top-1 {
    width: 300px;
    height: 100px;
    /* transform: rotate(90deg) translateX(100px) translateY(-700px); */
    transform: rotate(70deg) translateX(377px) translateY(-825px);
    z-index: -1;
    background: transparent;
    border: none;
    border-top: dashed 2px #fff;
    /* padding: 40px 40px; */
    border-radius: 50%;
    /* margin: 20px -50px 0; */
}
.line-bottom {
    width: 400px;
    height: 100px;
    /* transform: rotate(-55deg) translateX(450px) translateY(600px); */
    transform: rotate(-51deg) translateX(442px) translateY(551px);
    z-index: -3;
    background: transparent;
    border: none;
    border-top: dashed 2px #fff;
    /* padding: 40px 40px; */
    border-radius: 50%;
    /* margin: 20px -50px 0; */
}

.line-bottom-1 {
    width: 300px;
    height: 100px;
    transform: rotate(-80deg) translateX(-30px) translateY(70px);
    z-index: -3;
    background: transparent;
    border: none;
    border-top: dashed 2px #fff;
    /* padding: 40px 40px; */
    border-radius: 50%;
    /* margin: 20px -50px 0; */
}

.showmore {
    width: 600px;
    height: 3px;
    background-color: #c4c4c4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.loadmore {
    background-color: #fff;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 50%;
    border: none;
    color: #c4c4c4;
    font-size: 20px;
    position: relative;
}
.showmore::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
}
.showmore::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    right: 0;
    border-radius: 50%;
    background-color: #fff;
}

#gallery {
    background-color: #12141c;
    position: relative;
}
.gallery-gradient {
    background: linear-gradient(0deg, #12141c 21.57%, rgba(0, 0, 0, 0) 89.94%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1000px;
}

#working {
    background-color: #12141c;
    background: linear-gradient(
        180deg,
        #12141c 10%,
        rgba(7, 26, 15, 0.891) 100%
    );
    padding: 50px;
    position: relative;
}
.working-day-title {
    width: 500px;
    height: 130px;
    /* background-color: #444; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 70px; */
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.contentData {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
    padding: 10px;
    border-radius: 0 16px 16px 0;
}
.subContentData {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(1px);
    /* Note: backdrop-filter has minimal browser support */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
    padding: 10px;
    border-radius: 16px 0 0 16px;
}
.seemore {
    padding: 7px 25px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    color: #219653;
    margin-top: 50px;
}
.vector {
    position: absolute;
}
.vector img {
    z-index: 2;
}
.vector-1 {
    top: 1.5%;
    right: 12rem;
}
.vector-2 {
    top: 20%;
    left: 16rem;
}
.vector-3 {
    top: 44%;
    right: 13rem;
}
.vector-4 {
    top: 64%;
    left: 19rem;
}
.vector-5 {
    top: 94%;
    right: 16rem;
}
@media only screen and (max-width: 600px) and (min-width: 250px) {
    #prebiew-video {
        /* padding-top: 25%; */
    }
    .info {
        width: 100vw;
        max-height: 450px !important;
        top: 100%;
        left: 50%;
    }
    .info2 {
        width: 100vw;
        max-height: 450px !important;
        top: 100%;
        left: 50%;
    }
    .profile {
        margin-bottom: 15rem;
    }
    .overlay1 {
        display: none;
    }
    #insight_items_trigger_show {
        margin-top: 17rem !important;
    }
    #working {
        padding: 0 !important;
        overflow:hidden;
    }
    .w-75.bg-dark,.w-100.bg-dark {
        /* width: 100vw !important;
        padding: 30px !important;
        margin:0 !important; */
    }
    .vector {
        display: none;
    }
    .fair-working {
        padding: 0 !important;
        margin-left: 0%;
    }
    .internship_title{
        font-size:30px !important;
    }
}