/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

html, body {
    scroll-behavior: smooth;
	background-color:var(--bg-color);
}

.image-hover {
    opacity: 0.1;
}

@media (min-width:1007px) {
    .left-sc-fix {
		width: 23%;
        overflow-y: scroll;
        height: calc(100vh - 20px);
        position: fixed;
        top: 65px;
        left: 0 ;
		
    }
}

.left-block {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.left-block h3 {
		color: var(--text-black);
        font-size: 2vw;
        margin: 7% 3%;
        font-weight: bolder;
}

.left-block h3:hover {
       cursor: pointer;
}

.left-block ul {
        list-style-type: none;
        margin-left: -15%;
}

@media (max-width:767px) {
    .left-block ul {
        margin-left: 0px;
    }
}

.left-block ul li ul li:hover {
    box-sizing: border-box;
    cursor: pointer;
    background-color:var(--hover-color);
    color: var(--text-white);
    transition: all 1s;
    transform: scale(1.1);
    overflow: hidden;
}

.left-block ul li ul li {
	color: var(--text-black);
    display: block;
    font-size: 1.2vw;
    text-align: left;
    padding: 2% 7%;
    transform: scale(1);
    margin: 0 15% 0 6%;
    transition: all 1s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    overflow: hidden;
}

.right-view {
    display: flex;
    flex-wrap: wrap;
}

    .right-view > div {
        width: 250px;
        padding: 8px 5px;
        box-shadow: 0 4px 8px 0 #ccc;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #fff;
		color: var(--text-white);
		background-color: var(--bg-color);
    }

        .right-view > div:hover {
            box-shadow: 0 6px 12px 0 #383838;
            cursor: pointer;
        }

.cd-img-p img {
    width: 100%;
    height: auto;
    transition: 1s all;
}

.cd-img-p > img:hover + .card-overlay {
    display: block;
}

.card-overlay:hover {
    display: block;
}


.cd-img-p {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.card-heading h3, .card-heading h4 {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
}

.card-heading h4 {
    float: right;
    font-size: 1.2vw;
    padding-top: 7px;
}

.card-heading h3 {
    font-size: 1.7vw;
}

.card-heading {
    padding: 1px 5px;
}

.right-view div a {
    color: var(--text-white) !important;
    text-decoration: none;
    font-size: 0.8vw;
    font-size: 400;
    transition: 0.5s all;
    border: 1px solid #000;
    border-radius: 10%;
    margin: 5px 3px;
    overflow: hidden;
    background-color: #474545;
}

    .right-view div a:hover {
        transition: 0.1s all;
        transform: scale(1.1);
    }

.right-view div hr {
    margin: 8px 0 0 0;
    background-color: #E9E9E9;
}

.card-hover:hover {
    opacity: 0.3;
}

.heading {
    color:var(--text-white);
}

.card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: none;
}

.right-page button {
    margin-top: 10px;
}
.screenshot {
    width: 15%;
    height: 8vw;
}

.card-hoverr:hover {
    opacity: 0.7;
    border: 3px solid #000;
}

.card-hoverr {
    border-radius: 5%;
    margin-top: 10px;
}

.main-scs {
    width: 100%;
    height: 30vw;
    border-radius: 1%;
    margin-top: 15px;
}

    .main-scs:hover {
        opacity: 0.8;
        border: 2px solid #000;
    }

.w-heading {
    width: 40%;
    color: var(--text-black);
    border-bottom: double;
    border-radius: 15%;
    font-size: 2.5vw;
    padding-bottom: 5px;
    margin-top: 15px;
}

.htp-heading {
    width: 40%;
    color: var(--text-black);
    border-bottom: double;
    border-radius: 15%;
    font-size: 2.5vw;
    padding-bottom: 5px;
    margin-top: 15px;
}

.desc-p {
    text-align: justify;
    font-size: 1.2vw;
	color: var(--text-black);
}

.prg {
    font-size: 1.2vw;
	color: var(--text-black);
}

.btns {
    font-size: 2.5vw;
}

.pog {
    overflow: hidden;
    width: 50%;
    display: inline-block;
}

.btn-dis-inl-blk {
    /*	display: inline-block;*/
    width: 50%;
    /*	float: right;*/
    overflow: hidden;
}

.btnss {
    overflow: hidden;
    width: 50%;
}

.w-ancer {
    color:var(--text-black);
    text-decoration: none !important;
}

    .w-ancer:hover {
        color: var(--text-white) !important;
        text-decoration: none !important;
    }

.container-fluid {
	background-color: var(--bg-color);
}
