/*as*/
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(224, 223, 223, 0.521);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(224, 223, 223, 0.521);
}


body {
  font-family: 'Rubik', sans-serif;
  /* color: #303136;
  background: #F0F3F7 */
}

a {
  color: #FDAF19;
  text-decoration: none;
}

a:hover {
  color: #303136;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}
/*.row {
    --bs-gutter-x: 1.1rem;
    --bs-gutter-y: 0;
}*/
.img-fluid {
  width: 100%
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2487ce;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
	padding:20px 0px;
}
.form-search{
    margin:0px auto 0px;
    text-align: center;
    font: bold 13px sans-serif;
     max-width: 100%;
    position: relative;
}

.form-search input {
    width: 90%;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 40%);
    padding: 11px 15px 11px 15px;
    border: 0px solid #b6c3cd;
    border-right: 0;
    color: #4E565C;
    outline: none;
    -webkit-appearance: none;
    font-size: 18px;
}

.form-search button{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color:#212529;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 13px 22px 13px;
    margin-left: -4px;
    cursor: pointer;
    border: none;
    outline: none;
}

.form-search i{
    font-size: 16px;
    color: #fff;
}

header {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 0px 0px;
  max-width: 360px;
  border-radius: 10px;
  z-index: 999;
  background: rgba(0, 0, 0, .8);

}

header .nav-bg {
  box-shadow: 0px 3px 8px #00000017;
  border-radius: 9px;
  background: #FFFFFF;
  padding: 0px 5px 0px 5px;
  line-height: 64px;
  text-align: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


.header-box {
  position: absolute;
  top: -45px;
  width: 50%;
  height: 73px;
  border-radius: 16px;
  margin: 0 auto;
  text-align: center;
  align-items: c;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  z-index: -1;
}

#ib-content {

  padding: 15px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;

}

.login a{color:#fff}
.login a:hover{color:#FDAF19}
.hide {
  display: none;
}

.show {
  display: block !important;
  animation: showMe 1.2s forwards;

}
iframe {
  border: 0;
  width: 100% !important;
}
/**
* Desktop Navigation 
*/
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.padding-top{padding-top:40px}

.search-container input[type=text] {
  padding: 6px 10px;
  margin-top: 8px;
  font-size: 18px;
  border: none;
  width: 88%;
  border-radius: 5px 0px 0px 5px;
}

.search-container button {
  float: right;
  padding: 6px 10.3px;
  margin-top: 8px;
  margin-right: 0px;
  background: #4363EA;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  width: 12%;
}

.search-container button:hover {
  background: #000;
}

.menu-box {
  padding: 15px 15px 0px
}

.menu-box ul {
  padding: 0px;
  margin: 15px 5px;
}

.menu-box ul li {
  padding: 5px 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none
}

.menu-box ul li a {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase
}

.menu-box ul li a:hover {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #EC6C5A;
  font-weight: 500;
  text-transform: uppercase
}

.login {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}

.social {
  color: #fff;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding: 0px 18px 20px;
}

.social a {
  font-size: 28px;
  color: #CECCCF;
  font-weight: 500;
  width: auto;
}

.social a:hover {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  width: auto;
}

.more-link {
  padding: 0px 15px 0px
}

.more-link ul {
  padding: 0px;
  margin: 0px 5px;
}

.more-link ul li {
  padding: 5px 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  list-style: none
}

.more-link ul li a {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.more-link ul li a:hover {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #EC6C5A;
  font-weight: 500;
}

.copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  padding: 15px 18px 0px
}


@media screen and (max-width: 600px) {
  .search-container {
    float: none;
  }

  .topnav a,
  .topnav input[type=text],
  .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}

/**
* Mobile Navigation 
*/


.ib-active {
  /* min-height: 400px ;
animation: showMe 1.2s forwards; */

}

.nav-box {
  cursor: pointer;
  /* transition: 0.8s; */
}

#imgplus {
  transition: 1s;
}

#blur-bg {
  background: linear-gradient(180deg, rgb(250 116 66 / 75%) 0%, rgb(56 23 73 / 75%) 100%);
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: fixed;

}

.bg-black {
  background-color: #181819;
  border-radius: 0 6px 6px 0;

}

.blur-ib {
  /* animation: showMe 2s forwards; */
}

@keyframes showMe {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-r-7 {
  padding-right: 7px;
}

.active22 {
  background: #626EFF;
  padding: 23px 23px 23px;
  border-radius: 0px 0px 0px 0px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.addbuzz{padding:0px 0px 170px}
.addbuzz .box-card {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
    /* margin: 0px 15px 15px 15px; */
    position: relative;
    color: var(--font-color);
    height: 314px;
}
.addbuzz .box-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    padding-right: 0px;
}

.addbuzz .box-card .box-body {
    position: absolute;
    padding: 25px 0px;
    bottom: 0px;
    z-index: 10000000;
    color: var(--font-color);
	width: 100%;
}
.addbuzz .box-body .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 15px;
    color: #fff !important;
    border-left: 6px solid #626EFF;
    padding: 0px 10px;
}
.addbuzz .small, small {
    font-size: 0.6em;
    color: #ccc;
    padding: 0px 15px;
}
.play {
    height: 40px;
    width: auto;
    position: absolute;
    bottom: 15px;
    z-index: 10000000;
    right: 15px;
    text-align: right;
}
.play img {
    border-radius: 0px !important;
    height: 30px !important;
}
.play {
    height: 30px;
    width: auto;
    position: absolute;
    bottom: 12px;
    z-index: 10000000;
    right: 10px;
    text-align: right;
}


.card-rk {
 border: none;
 padding-bottom: 8px;
}
.card-rk img{
  width:100%;
  vertical-align: inherit;
  border-radius: 10px;
}
.card-img-top img{
  border-radius: 12px;
  margin-bottom: 15px;
  width:100%
}

.buzzdetail-page{padding:0px 0px}
.buzzdetail-page .box-card {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
    /* margin: 0px 15px 15px 15px; */
    position: relative;
    color: #fff;
    height: 340px;
}
.buzzdetail-page .box-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    padding-right: 0px;
}
.pbz{padding:0px}
.buzzdetail-page .box-card .box-body {
    position: absolute;
    padding: 25px 0px;
    bottom: 0px;
    z-index: 10000000;
    color: #fff;
}
.box-body {
    position: absolute;
    top: 65%;
    width: 40%;
}
.buzzdetail-page .box-body .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 26px;
    color: #fff !important;
    border-left: 6px solid #626EFF;
    padding: 5px 10px;
}
.buzzdetail-page .small, small {
    font-size: 0.6em;
    color: #ccc;
    padding: 0px 15px;
}

    .box-body {
        top: 55%;
        background: #000000c7;
    }

@media (min-width: 300px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 4;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 4;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 5;
  }
}
  .allnewsmobile{position:fixed; right:0px; display:none;top:50%;}
@media (max-width: 768px) {
 .allnewsmobile{position:fixed; right:0px; display:block;top:50%;}
 .active-2 {
    background: #EA4356;
    padding: 22px 30px 23px;
    border-radius: 8px 0px 0px 8px;
    margin-left: -13px;
}
.play {
    height: 30px;
    width: auto;
    position: absolute;
    bottom: 0px;
    z-index: 10000000;
    right: 10px;
    text-align: right;
	display:none;
}

.buzzdetail-page .box-body .card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 24px;
    color: #fff !important;
    border-left: 6px solid #626EFF;
    padding: 0px 10px;
}

.box-body {
    position: absolute;
    top: 65%;
    width: 100%;
    background: transparent;
}
}
.addClass .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}	
.form-control {
    width: 100%;
    padding: 10px 10px;
    border: #ccc solid 1px;
    border-radius: 5px;
	font-weight:500;
    margin-bottom:12px;
}
.form-control-textarea {
    width: 100%;
    padding: 10px 10px;
    border: #ccc solid 1px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 6px;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  padding: 10px 12px;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border:1px solid #000;
  width: 100%;
}
.ptf{padding: 10px 0px 10px 10px;}
.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.btn-black {
    background: #000000;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 0px 0px 0px 5px;
    font-size: 22px;
}
.btn-green {
    background: #43B934;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 0px 0px 5px 0px;
    font-size: 22px;
}
.p-0 {
    padding: 0px;
}
.mb-3{padding-bottom: 14px;}
.buzz-dtails{height:auto !important;}


/* slider buzz  */
.sliderContainer {
  position: relative;
}

.slider {
  width: 100%;
}
.single-item div img{width:100%;    height: 100vh}
.slick-slide {
  color: white;
  padding: 0px 0 0px;
  font-size: 30px;
  font-family: "Arial", "Helvetica";
  text-align: center;
  height: 100vh;
}
.text-white{color:#fff}
.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}
/*
.slick-slide:nth-child(odd) {
  background: #e84a69;
}*/
.yellow-text h3{
  color :yellow;
}
.progressBarContainer {
    position: absolute;
    top: 20px;
    width: 330px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.progressBarContainer div {
  display: block;
  width: 19%;
  padding: 0;
  cursor: pointer;
  margin-right: 1%;
  float: left;
 color: #EACC2B;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color:#EACC2B;
  width: 0%;
  height: 4px;
}

/* slider buzz end  */
.buzzdetail{
	position: absolute;
    top: 45%;
    right: 0;
}

.m-hide{display:block}
.d-hide{display:none}

@media (max-width: 767px){
.m-hide{display:none}
.d-hide{display:block}
.addbuzz .box-card {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
    /* margin: 0px 15px 15px 15px; */
    position: relative;
    color: #fff;
    height: 240px;
}
.addbuzz .small, small {
  font-size: 0.9em;
  color: #ccc;
  padding: 3px 15px;
}
.layer {
  background: rgb(25, 27, 100);
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 15px !important;
  left: 0;
  width: 100%;
  height: 134px;
  border-radius: 10px;
}
.addbuzz .box-body .card-title {
  font-size: 16px;
  line-height: 18px;
}
.addbuzz {
    padding: 20px 0px 160px;
}
.addbuzz .box-card .box-body {
  position: absolute;
  padding: 0px 0px;
  top: 220px !important;
  z-index: 100;
  color: #fff;
}
.progressBarContainer {
    position: absolute;
    top: 20px;
    width: 90%;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.slick-slide img {
    height: 100vh;
    overflow: hidden;
    /* width: 800px !important; */
}
	.box-body {
    position: absolute;
    top: 58%;
    width: 100%;
}
}

@media (min-width: 1024px){
	.box-body {
    position: absolute;
    top: 68% !important;
    width: 100%;
	padding:5px 0px;
	
}
.single-item div img {
    width: 100%;
    height: 100vh;
}
}
@media (min-width: 1920px){
.single-item div img {
    width: 100%;
    height: 76vh;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{background:#303136; padding:0px 0px 100px;color:#fff; font-size:16px; font-weight:400;}
footer .newsletter{background: #fff;padding: 0px 0px;color: #000;font-size: 16px;font-weight: 400;width: 400px; position: relative;
    top: -30px;margin: 0 auto; border-radius: 8px;}
	
.description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}


.input {
	width: 100%;
    padding: 15px 0px 0px 15px;
    text-align: center;
	letter-spacing: 0px;
    font-weight: 600;
}


.button {
  height: 36px;
  border: none;
}

  
#email {
  width: 96%;
  background: #fff;
  color: #737373;
  border-radius: 0px 0 0 0px;
  border-bottom: 2px solid #D6D4D4;
  text-align: center;
  font-size: 16px;
  margin:0px 5px;
}


#submit {
    width: 100%;
    height: 90px;
    background: #FFE200;
    font-family: inherit;
    font-weight: bold; 
    color: inherit;
    letter-spacing: 1px;
    border-radius: 0 7px 7px 7px;
    cursor: pointer;
    transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #000;
  color:#fff;
}
  

input:focus {
  outline: none;
  box-shadow: 0 0 2px #fff;
}	
	
section.buzzdetail-page .slick-slide {
  height: unset;
}

section.buzzdetail-page .sliderContainer {
    margin: 30px;
}

	
footer {
    background: #303136;
    padding: 0px 0px 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}	
	
footer .logo{padding-bottom:30px;padding-top: 20px;}
footer p{line-height:26px; opacity:0.6}
.text-center{text-align:center}
footer ul{margin:20px 0px; padding:0px;}
footer ul li{padding:0px;margin:0px 15px;display:inline; list-style:none; text-transform:uppercase; font-size:16px;font-weight:500;}
footer ul li a{color:#fff}
footer ul li a:hover{color:#FDAF19}

footer .social {padding: 0px 0px 0px;}
footer .social ul{padding: 0px 0px 0px;margin: 10px 0px;}
footer .social ul li{font-size: 22px;color: #fff;font-weight: 500; padding: 0px 5px 0px !important;margin: 0px;}
footer .social ul li a {font-size: 22px;color: #CECCCF;font-weight: 500;}
footer .social ul li a:hover {font-size: 22px;color: #fff;font-weight: 500;}

footer .flink ul { padding: 0px!important;margin: 0px;}
footer .flink ul li{font-size: 12px;color: #fff; padding: 0px 8px 0px 5px !important ;margin: 0px; text-transform:capitalize; border-right:1px solid #fff}
footer .flink ul li a {font-size: 12px;color: #CECCCF;}
footer .flink ul li a:hover {font-size: 12px;color: #fff;}
footer .flink ul li:last-child{  border-right: 0px solid #fff;}
footer .copyright{font-size: 12px; padding-top:30px; padding-bottom:30px;line-height:20px;}

/* 06-07-2023 tanvik */


.box-card.ad-left {
    min-height: 300px;
}
video#videoPlayer0 {
    object-fit: cover;
    margin-top: 0px !important;
}
video#videoPlayer1 {
    object-fit: cover;
    margin-top: 0px !important;
}
section#addbuzz .box-card.ad-left img.mt-3 {
    object-fit: cover;
    margin-top: 0px !important;
}
.btn-black {
    width: 90%;
    border-radius: 11px;
} 


/* 06-07-2023 tanvik */
