@import url('../font/stylesheet.css');

body{
	font-family: 'Config Rounded';
}

.overlay-menu{
	height: 110vh;
	width: 550px;
	position: fixed;
	left: -550px;
    top: 0;
    z-index: 999;
    background: #000000c7;
    transition: all .3s linear;
}

.overlay-menu.showMenu{
	left: 0px;
}

.overlay-menu .close{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.overlay-menu ul{
	padding: 30px;
}

.overlay-menu ul li a{
	font-size: 20px;
	color: #fff;
}

.mobile-play{
	display: none;
}

#carouselBanner:after{
	content: '';
    position: absolute;
    width: 10%;
    height: 20%;
    background-image: url(../images/5.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 60%;
    z-index: 1;
}

#carouselBanner:before{
    content: '';
    position: absolute;
    width: 5%;
    height: 10%;
    background-image: url(../images/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 80%;
    top: 93%;
    z-index: 2;
}

.carousel-indicators{
	justify-content: start;
}

.carousel-indicators [data-bs-target]{
	width: 45px;
	height: 6px;
	background-color:  var(--red);
}

.carousel-indicators [data-bs-target].active{
	background-color:  var(--submain-color);
}

.carousel-caption{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.carousel-caption h2{
	font-size: 70px;
	color:  var(--submain-color);
	word-break: break-all;
    word-spacing: 100vw;
    text-align: left;
    line-height: 1;
}

.carousel-caption p{
	font-size: 40px;
	margin-bottom: 50px;
}

.carousel-item{
	max-height: 100vh;
	overflow: hidden;
}

#features{
	background-image: url(../images/bg-top-10.png);
	position: relative;
	z-index: 1;
	background-size: cover;
}

#features:after{
	content: '';
	position: absolute;
	width: 55%;
	height: 90%;
	top: 5%;
	left: 15%;
	background-image: url(../images/bg-top-10-2.png);
	z-index: -2;

	background-size: 100% 100%;
}

#features:before{
    content: '';
    position: absolute;
    width: 10%;
    height: 100%;
    background-image: url(../images/2.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -1%;
    top: 60%;
    z-index: 2;
}

.top-10-text{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-family: 'Armageda';
	line-height: 1;
}

.top-10-text>span:first-child{
	font-size: 40px;
}

.top-10-text>span:nth-child(2){
	font-size: 150px;
	color: var(--red);
	line-height: 1;
}

.top-10-text>span:last-child{
	font-size: 30px;
	position: relative;
	top:  -20px;
}

.features-box ul li{
	font-family: 'Armageda';
	color: #fff;
    font-size: 13px;
}

.features-box ul li span{
	color: var(--submain-color);
}

.features-box ul li:hover{
	color: var(--red);
}


.features-box small{
	font-size: 11px;
}

.top-10-text-2{
	font-size: 50px;
	color: #fff;
	font-family: 'Armageda';
	line-height: 1;
	margin-top: 20px;
}

.top-10-text-2 span{
	position: relative;
}

.top-10-text-2 span:after{
	content: '';
	position: absolute;
	width: 105%;
	height: 105%;
	top: -15%;
	left: -2%;
	background: #000;
	z-index: -1;
}

#blog .carousel-item{
	max-height: 450px;
	position: relative;
	z-index: 1;
}

#blog .carousel-item:after{
	content: '';
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
}

#blog .carousel-indicators{
	justify-content: flex-end;
	margin-right: 5%;
}

#blog .carousel-caption{
	left: 5%;
	right: 20%;
	z-index: 2;
}

#blog .carousel-caption h2{
	font-size: 30px;
    word-break: normal;
    word-spacing: inherit;
	color: #fff;
}

#blog .carousel-caption h2:hover{
	color:  #f1170f;
}

#blog .carousel-caption p {
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.1;
}

#blog .more-news *{
	border-radius: 0 !important;
}

#blog .more-news>div{
	flex: 1;
	flex-basis: 50%;
  flex-grow: 0;
  margin-bottom: 15px;
}

#blog .more-news .blog-box{
	height: 100%;
	flex-wrap: wrap;
	border-radius: 0;
}

#blog .more-news .blog-box>div{
	flex: 1;
	height: 100%;
    position: relative;
    overflow: hidden;
}

#blog .more-news .blog-box>div>img{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover
}

.blog-box .read-btn{
	color: #000 !important;
}

.section-title {
    color: var(--red);
    font-size: 55px !important;
}

.blog-box .blog-title{
	font-size: 23px;
	color: var(--red);
}

.blog-box .blog-title:hover{
	/*opacity: 0.6;*/
	color: #000 !important;
}

.tab-content{
	position: relative;
}

.tab-content .tab-pane .ratio{
	position: absolute;
	top: 0;
}

.tab-content i{
	position: absolute;
	color:  #2F0402;;
	font-size: 40px;
	background-color: var(--red) !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	/*padding-left: 5px;*/
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
    transition: all .3s linear;
}

.tab-content i:hover{
	background-color: #2F0402 !important;
	color: var(--red) !important;
}

.btn-link-news, .btn-link-news:hover{
	background-color: var(--red);
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.btn-link-news i{
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 20px;
	top: calc(100% - 15px);
	left: calc(50% - 15px);
	background-color: var(--red);
	border-radius: 50%;
	z-index: -1;
	transition: all .3s linear;
	transform: rotate(0deg);
}

.btn-link-news:hover i{
	transform: rotate(180deg);
}

#podcasts{
	min-height: 20vh;
	background-image: url(../images/bg-podcasts.png);
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
}

#podcasts h3, #promotions h3{
	font-size: 50px;
	color: #fff;
	font-weight: 900;
}

#podcasts .owl-carousel .owl-nav.disabled {
    display: flex;
    position: absolute;
    width: 110%;
    top: calc(50% - 40px);
    left: -5%;
    justify-content: space-between;
    color: #fff;
    font-size: 60px;
    z-index: -1;
}

#promotions{
	min-height: 20vh;
	background-image: url(../images/bg-promotions.png);
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
    overflow-x: hidden;
}

#promotions .item{
	position: relative;
}

#promotions .item .over{
	position: absolute;
	width: 100%;
	height:  100%;
	background-color: #ff010091;
	box-shadow: inset 0px 0px 0px 10px var(--red);
	top: 100%;
	transition: all .3s linear;
	padding: 13px;
	color: #fff;
	display: flex;
	align-items: flex-end;
	font-size: 13px;
	line-height: 1.1;
}

#promotions .item:hover .over{
	top: 0;
}


.modal-content{
	border-radius: 0;
}

.modal-content .modal-title{
	color: var(--red);
    font-family: 'Armageda';
    font-size: 1.8rem !important;
}

.modal-content .text-info{
    font-family: 'Armageda';
}

#blog:after{
	content: '';
    position: absolute;
    width: 10%;
    height: 10%;
    background-image: url(../images/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 5%;
    top: 80%;
    z-index: 1;
}

#blog:before{
    content: '';
    position: absolute;
    width: 8%;
    height: 10%;
    background-image: url(../images/6.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 80%;
    top: 95%;
    z-index: 2;
}

#blog .btn:hover{
	background-color: #000 !important;
}

#promotions:before{
    content: '';
    position: absolute;
    width: 25%;
    height: 35%;
    background-image: url(../images/4.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 85%;
    top: 45%;
    z-index: 2;
}

.footer{
	background-color: #400000;
	padding-bottom: 140px;
}

.footer .footer-list li a{
	padding-top: 0;
	font-size: 17px;
	line-height: 1;
	color: #fff;
}

.footer .footer-list li a:hover{
	color: var(--red);
}

.footer .copyright{
	font-size:  12px;
	color: #fff;
}

.footer .btn-outline-danger:hover{
	background-color: #000;
	border-color: #000;
}

.btn-outline-danger{
	display: flex;
    border-radius: 30px;
    padding: 5px;
    width: calc(97% / 3);
    margin-right: 1%;
    align-items: center;
}

.btn-outline-danger i{
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #400000;
    margin-right: 10px;
}

.btn-outline-danger p
{
	text-align: left;
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	line-height: 1;
    display: flex;
    flex-direction: column;
}

.btn-outline-danger p small{
	font-size: 60%;
	color: var(--red);
}

.address i{
	display: block;
	color: var(--red);
	font-size: 20px;
}

.address {
	margin-top: 10px;
	color: #fff;
}

.scollerText{
	max-width: 160px;
	overflow: hidden;
	animation: marquee 10s linear infinite;
	white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.scroller {
  height: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  width: 140px;
  padding-left: 10px;
}
.scroller > span {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;
  white-space: nowrap;
  color: #fff;
}
@keyframes slide {
  0% {
    top: 0;
  }
  50% {
    top: -20px;
  }
  75% {
    top: 0;
  }
  
}

.fixed-bar{
	height: 100px;
	background-color: #ff0100;
	width: 100%;
	position: fixed;
	bottom: 0;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -20px 20px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-bar i{
	font-size: 70px;
	color: #fff;
    margin-top: -15px;
}

.fixed-bar a{
	margin-top: -15px;
}

.fixed-bar>div{
	color: #fff;
	padding: 0 10px;
	line-height: 1;
    margin-top: -15px;
}

.fixed-bar>div>span{
	/*display: block;*/
	font-size: 8px;
	position: relative;
}

.fixed-bar>div>span:before{
	content: '';
    border-radius: 100%;
    background-color: #fcf23c;
    width: 7px;
    height: 7px;
    display: inline-block;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    margin-right: 0.1rem;
}

.fixed-bar .volume-control {
	width: 250px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	bottom: 8px;
	display: flex;
	align-items: center;
}

.fixed-bar .volume-control i{
	font-size: 16px;
	margin-top: 0;
}


.volume-control ::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	background-color: var(--main-color);
	overflow: visible;
	cursor: pointer;
}


.player{
	padding-top: 55px;
}

.player .banner{
	position: relative;
}

.player .banner .controls{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	background-color: #1b1b1b96;
}

.player .banner .controls p{
	font-size: 11px;
}

.player .ctrls{
	display: flex;
	align-items: center;
}


.player .ctrls>div{
	margin-right: 10px;
	display: flex;
	cursor: pointer;
}

.player .ctrls>div.disabled{
	opacity: 0.5;
}

.podcasts-list{
	display: flex;
	flex-direction: column;
}

.podcasts-list .btn-dark {
	border-radius: 18px;
	background-image: -moz-linear-gradient( -7deg, rgb(21,21,21) 0%, rgb(37,37,37) 100%);
	background-image: -webkit-linear-gradient( -7deg, rgb(21,21,21) 0%, rgb(37,37,37) 100%);
	background-image: -ms-linear-gradient( -7deg, rgb(21,21,21) 0%, rgb(37,37,37) 100%);
	border: 0;
	text-align: left;
	margin: 5px 0;
	padding: 5px 22px;
}

.podcasts-list .btn-danger {
	border-radius: 18px;
	background-image: -moz-linear-gradient( -7deg, rgb(253,18,10) 0%, rgb(144,10,6) 100%);
	background-image: -webkit-linear-gradient( -7deg, rgb(253,18,10) 0%, rgb(144,10,6) 100%);
	background-image: -ms-linear-gradient( -7deg, rgb(253,18,10) 0%, rgb(144,10,6) 100%);
	border: 0;
	text-align: left;
	margin: 5px 0;
	padding: 5px 22px;
}

.player .programs-list .col-9{
	background-image: -moz-linear-gradient( -180deg, rgb(15,15,15) 0%, rgb(34,34,34) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(15,15,15) 0%, rgb(34,34,34) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(15,15,15) 0%, rgb(34,34,34) 100%);
	border-radius: 10px;
}


.player .programs-list .col-3{
	position: relative;
}

.player .programs-list .col-3 i{
	position: absolute;
	right: 30px;
	bottom: 10px;
	color: #fff;
}

.player .programs-list .video .col-9.demand{
	border: none;
}

.player .programs-list .col-9.demand{
	border: 2px solid var(--red);
}

.player .programs-list .col-9 span{
	font-size: 12px;
	color: var(--red);
}

.player .programs-list>div{
	cursor: pointer;
}

.player .programs-list>div>div{
	cursor: pointer;
	margin:  5px 0;
}

.player .programs-list .video{
	
}

.podcasts-list, .programs-list{
	overflow-y:  scroll;
	padding-bottom:  30px;
}


.banner.fullScreen{
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #000;
    display: flex;
    align-items: center;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.slide .carousel-inner{
	/*max-height: 85vh;
	height: 85vh;*/
}


@media screen and (max-width: 600px) {
	.navbar-custom {
	    background-color: var(--main-color);
	}
	.navbar-brand img, .nav-sticky .navbar-brand img {
	    max-width: 100px;
	    transition: all .3s ease-in-out;
	    position: relative;
	    right: -30px;
	}

	.overlay-menu{
		width: 350px;
		left: -350px;
	}

	.mobile-play{
		display: flex;
	    font-size: 10px;
	    align-items: center;
	}

	.navbar-custom > .container {
	    width: 95%;
	    justify-content: flex-start;
	}

	.carousel-item img{
		/*width: 160%!important;
	    position: relative;
	    left: -30%;*/
	}

	.carousel-caption h2{
		font-size: 40px;
	}

	.carousel-caption p{
		font-size: 30px
	}

	.carousel-caption{
		padding-bottom: 0;
	}

	#features{
		padding: 20px 0;
	}

	#features:after{
		background: none;
	}


	.top-10-text>span:nth-child(2){
		font-size: 100px;
		text-shadow: 1px 1px 2px black;

	}

	.features-box{
		display: flex;
    	flex-direction: column-reverse;
	}

	#features:before{
		right: 0;
	}

	#blog .carousel-caption h2{
		font-size: 20px;	
	}


	#blog .carousel-caption p{
		font-size: 14px;
	}

	.more-news{
		flex-direction: column;
	}

	#blog .more-news .blog-box>div{
		height: 150px;
		margin-bottom: 20px;
	}

	.blog-box .blog-title{
		font-size: 15px;
	}

	.footer .d-flex{
		flex-direction: column;
	}

	.btn-outline-danger{
		width: 100%;
		margin-bottom: 10px;
	}

	.footer{
		text-align: center;
	}

	.footer-list li{
		text-align: center;
	}

	.footer img{
		display: none;
	}

	.fixed-bar>div{
		flex: 1;
	}

	.fixed-bar>div:first-child{
		text-align: end
	}
}


