@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;1,900&display=swap');
body{
	font-family: 'Nunito', sans-serif;
	font-size:18px;
	color:#ffffff;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}

.row{
	margin:0;
}
.bgbody{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
.bgbody:after{
	position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 52%;
    background: #ffffff;
    opacity: 0.5;
}
.videobg{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.videobg:after{
	content:'';
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: #000000;
    opacity: 0.6;
}
video{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
    will-change: transform;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.videobg iframe{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.5) translate3d(0, 0, 0);
    transform: scale(1.5) translate3d(0, 0, 0);
    will-change: transform;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.textbg{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
	
}

.rktaba{
	padding:0;
	margin:0;
	
	display:block;
	width: 100%;
	transition: .4s;
	text-align:center;
}

.rktaba img{
	margin: 0 auto;
}
.rktaba .rnkli{
	display:none;
}
.rktaba:hover{
	background:#ffffff;
}
.rktaba:hover .syhbyz{
	display:none;
}
.rktaba:hover .rnkli{
	display:block;
}
.tab-content{
	padding-right: 50px;
}
.tab-content img{
	width: 75%;
	margin-bottom:75px;
}
.tab-content p {
	color:#ffffff;
	margin-bottom:18px;
}
.list-group{
	padding-left:100px;
}
.footer{
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	right:0;
	bottom:50px;
}
.footer p {
	font-size:16px;
}
.list-group ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.list-group ul li{
	margin: 2px 1px;
    border: 1px solid #ffffff;
    width: 49%;
    float: left;
}

.footp{
	margin-top:25px;
	text-align:right;
	font-size:16px;
}






@media (max-width: 575.98px) {
	.bgbody{
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.textbg{
		top:25px;
		align-items: start;
	}
	.tab-content img {
		width: 100%;
		margin-bottom: 25px;
		margin-top: 1rem !important;
	}
	.tab-content{
		padding-right:0;
	}
	.tab-content p{
		font-size: 14px;
		margin-bottom:10px;
	}
	.footer p{
		font-size: 14px;
	}
	.list-group ul{
		margin-top:5px;
	}
	.list-group ul li{
		width: 48%;
	}
	.footp{
		font-size:14px;
	}
	.rktaba img {
		width:90%;
	}
	.bgbody:after{
		display:none;
	}
	video{
		-webkit-transform: scale(2) translate3d(0, 0, 0);
		transform: scale(2) translate3d(0, 0, 0);
	}
	.list-group {
		padding-left: 0;
	}
}


@media (min-width: 576px) and (max-width: 767.98px) {
	.bgbody{
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.tab-content{
		padding-right:0;
	}
	.tab-content img{
		margin-bottom: 25px;
		margin-top: 1.5rem !important;
	}
	.tab-content p{
		font-size: 16px;
	}
	.rktaba img {
		width:90%;
	}
	.list-group ul{
		margin-top:50px;
	}
	.bgbody:after{
		display:none;
	}
	video{
		-webkit-transform: scale(2) translate3d(0, 0, 0);
		transform: scale(2) translate3d(0, 0, 0);
	}
	.list-group {
		padding-left: 0;
	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.textbg{
		top:0px;
	}
	.tab-content img{
		margin-bottom: 25px;
	}
	.tab-content p{
		font-size: 16px;
		margin-bottom:10px;
	}
	.rktaba img {
		width:90%;
	}
	.bgbody:after{
		display:none;
	}
	.tab-content {
		padding-right: 50px;
	}
	.bgbody:after{
		display:none;
	}
	.list-group {
		padding-left: 0;
	}
	.list-group ul li{
		width: 47%;
	}
}


@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	.tab-content img{
		width:90%;
		margin-bottom: 25px;
	}
	.tab-content p{
		font-size: 16px;
		margin-bottom:10px;
	}
	.rktaba img {
		width:90%;
	}
	.list-group {
		padding-left: 50px;
	}
	.list-group ul li{
		width: 48%;
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) { 
	.textbg{
		top:0;
	}
	.tab-content img{
		width:90%;
		margin-bottom: 25px;
	}
	.tab-content p{
		font-size: 16px;
		margin-bottom:12px;
	}
	.rktaba img {
		width:90%;
	}
}
