/* 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(--body-color);
}

.heading {
    position: absolute;
    font-size: 6vw;
    text-shadow: 2px 2px 0 #bcbcbc, 4px 4px 0 #9c9c9c;
    color:black;
    top: 8vw;
    left: 31.5%;
	
}

.sub-text {
    display: block;
    position: absolute;
    font-size: 2vw;
    text-shadow: 2px 2px 0 #bcbcbc, 4px 4px 0 #9c9c9c;
    color:black;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
}

.top-div {
    background-color: #a5a2a2;
}

.top-img {
    opacity: 1;
}

.navbar a.active {
    color: var(--text-white);
}

.content {
    padding: 16px;
}

.link-no-deco {
    text-decoration: none;
    color:var(--text-black);
    font-size: 1.1vw;
    margin: 0;
    padding: 0;
	height: auto;
	line-height: 2vw;
}

    .link-no-deco:hover {
        text-decoration: none;
        color: var(--text-black);
    }

.popular-download-table:hover {
    background-color: var(--hover-color);
    cursor: pointer;
}
#vedio {
    width: 100%;
    height: 35vw;
    opacity: 0.5;
    overflow: hidden;
    object-fit: initial;
}

.h1 {
    font-size: 5vw !important;
}

.parallax2 {
    height: 40vw;
    background-image: url("../home-images/Home-Images/bg-image.jpg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--text-black);
    display: flex;
    align-items: center;
}

    .parallax2 h2 {
        color: black;
        padding-bottom: 5vh;
    }

    .parallax2 p {
        color: var(--text-black);
        font-size: 1.3vw;
    }

.btn1 {
    float: left;
    background-color: transparent !important;
    color: var(--text-white) !important;
}

.btn2 {
    float: right;
    background-color: transparent !important;
    color: var(--text-white) !important;
}

.parallax3 {
    height: 40vw;
    background-image: url("../home-images/Home-Images/angry_birds_terence_wallpaper_by_tomefc98-d542kzv.png");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    display: flex;
    align-items: center;
}

.myImg:hover {
    opacity: 0.7 !important;
    border: 3px solid #000;
}
/*action animation start*/
.actionzid {
    position: relative;
}
/*action animation end*/
.slideinup {
    position: relative;
}

.rotatein {
    position: relative;
}

.roatadown {
    position: relative;
}

.flipInX {
    position: relative;
}

.footer-div {
    width: 100%;
    background-color: black;
    vertical-align: bottom;
    color: var(--text-white);
    line-height: 60px;
    text-align: center;
}

.row-heading {
    position: relative;
    width: 70%;
    color: var(--text-black);
    border-bottom: double;
    border-radius: 30%;
    font-size: 2.5vw;
    padding-bottom: 5px;
    text-align: center;
}

.parallax {
    height: 30vw;
    background-image: url("../home-images/3d-bars-wallpapers-55199-5160651.jpg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--text-white);
    display: flex;
    align-items: center;
}

.btn {
    color: var(--text-white);
    margin-top: 3%;
}

    .btn:hover {
        position: relative;
        animation: heartBeat 5s infinite;
    }

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

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

.ancer-about {
    text-decoration: none;
    color: var(--text-black);
}

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

.mega-menu {
	width: 700px;
}

.rightblock {
	list-style-type: none;
	color: var(--text-black);
	line-height: 4.5vw;
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
	font-size: 1.2vw;
	margin: 0;
	padding: 0;
}
.rightblock:hover{
	color: var(--hoer-color);
}
.rightblocka:hover{
	text-decoration: none;
	color: var(--hover-color);
}

.rightblocka {
	text-decoration: none;
}



