*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  /* font-family: 'Vollkorn SC', serif; */
}

.navbar{
  transition: .5s;
  position: fixed;
  padding: 15px 0;
  right: 0;
  left: 0;
  background-color: transparent;
  z-index: 99999;

}
.navbar-brand{
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.navbar-brand:hover{
color: #fff;
}

.nav-link{
    position:relative;
    display:inline-block;
    padding: 0;
    color: #fff !important;
    text-transform: uppercase;
}
.nav-link:hover{
  color: #B33F40 !important;
}

.nav-link:before{
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 2px;
  background-color: #B33F40;
  transition: all 0.5s linear;
}
.nav-link:hover:before{
  width: 100%;
  background-color: #B33F40;
}

/*THIS CSS CODE LINK TO JS CODE*/
.BgColour {
  padding: 0;
  color: #fff;
  transition: .5s;
  background-color: #fff;
  z-index: 1;
}
/***********************************HOME SECTION CSS***********************************/
#navhead {
  background-color: #171717;
}
#home{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.image-color{
  height: 100%;
  width: 100%;
  background-color: rgb(255,255,255);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}
.banner-part{
  padding-top: 30vh;
}

.baner-description{
  color: #171717;
  text-align: justify;
  /* font-size: 1.6rem; */
  /* font-family: 'Cookie', cursive; */
}

.header_paragraph-title {
  /* font-family: 'Cookie', cursive; */
  font-size: 4rem;
  color: #171717;
}

.form-title {
  /* font-family: 'Cookie', cursive; */
  font-size: 2.5rem;
}

.filmwithus-form input,
.filmwithus-form textarea {
  margin-bottom: 1rem;
  border-radius: 0;
}

.genre{
  color: #171717;
  text-transform: capitalize;
  /* font-family: 'Cookie', cursive; */
}
.movie-types{
  /* text-transform: uppercase; */
  color: #171717;
  /* font-family: 'Cookie', cursive; */
  font-size: 1.8rem;
}
.btn-getstart{
  text-transform: uppercase;
  background: #6577B3;
  text-transform: capitalize;
  border: 2px solid #6577B3;
  /* font-family: 'Cookie', cursive; */
}

.btn-getstart:hover {
  background: transparent;
  color: #171717;
  border: 2px solid #171717;
}

.button-play{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.button-play-info {
  /* font-family: 'Cookie', cursive; */
  font-size: 1.3rem;
}

.button-form{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.rating{
	font-size: 16px;
	margin-left: 20px;
}
.deep-qoute{
  padding-top: 20px;
  /* text-transform: uppercase; */
  color: #171717;
  font-size: 1.8rem;
  /* font-family: 'Cookie', cursive; */
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    box-shadow:0 !important;
    border:0;
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active{
    border-color:transparent;
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: none;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow:none;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow:0!important;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none!important
}

/***********************************ABOUT US CSS***********************************/
.aboutus-img{
  height: auto;
  width: 100%;
}
.zero{
  font-size: 180px;
  margin-left: 50px;
}
.bi-plus-lg{
  position: relative;
  bottom: 100px;
  font-size: 45px;
  color: #bbb;
}
.aboutus-txt{
  text-align: justify;
  color: #6c757d;
}

.our-film h1 {
  /* font-family: 'Cookie', cursive; */
}

.our-film h3 {
  font-size: 15px;
  margin: 1rem 0 0.4rem 0;
  font-weight: 700;
  color: #B33F40;
  /* font-family: 'Roboto', sans-serif; */
}

.our-film p {
  text-transform: capitalize;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 13px;
}

/*SERVICES CSS*/
#service{
   background-color: #fff;
   margin-top: 50px;
}

#service h1 {
  /* font-family: 'Cookie', cursive; */
}

.service_icon{
  font-size: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-top: 5px;
}
.card{
  height: 450px;
  width: 100%;
  padding: 3rem 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px #E2E9ED;
  position: relative;
  z-index: 0;
  transition: 0.2s all;
}
.card:hover{
  z-index: 0;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
/***********************************OUR FILM CSS***********************************/
.img-box{
  /*height: 500px;*/
  overflow: hidden;
}
.img-box iframe {
  height: 200px;
  width: 100%;
}
.img-box iframe {
  background-position: center;
   pointer-events: none;
  object-fit: cover;
}
/*.img-box iframe {*/
/*  transition: transform .5s ease;*/
/*}*/
/*.img-box:hover iframe {*/
/*  transform: scale(1.1);*/
/*}*/
.bi-camera-reels{
  font-size: 100px;
  color: #000000;
  padding-top: 25px;
}

/***********************************LARGE VIDEO CSS***********************************/
.embed-responsive-item{
  height: 70vh;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

/***********************************TRSTIMONIAL CSS***********************************/
.testimonial-section{
  background-color: #bbbbbb36;
  min-height: 50vh;
}

.testimonial-section h3 {
  /* font-family: 'Cookie', cursive; */
}

.testimonial-section .carousel-control-next, 
.testimonial-section .carousel-control-prev{
  position: relative;
  height: 35px;
  width: 35px;
  background-color: #fb9c9a;   
  display: inline-flex;
  border-radius: 50%;
}
.testimonial-section .carousel-control-prev img,
.testimonial-section .carousel-control-next img{
  width: 15px;
  }
  .testi-item h3,
  .testi-item p{
  font-size: 18px;
}
.testi-item h3{
  text-transform: capitalize;
  }
.testi_img{
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.inner-testimonial{
margin: auto;
}
/***********************************COUNTER SECTION CSS***********************************/
.count{
  font-size: 36px;
  color: #000000;
}

.counter-wrapper-inner i{
  font-size: 25px;
}

.counter-box p {
  font-size: 1.6rem;
  /* font-family: 'Cookie', cursive; */
}

/***********************************FOOTER CSS***********************************/
.footer-text li{
  list-style: none;
  display: inline-block;
  margin: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
}

.bi-facebook, .bi-youtube{
  margin: 10px;
  font-size: 1.2rem;
  color: #ffffff;
}

/******************** Film with us css start *****************************/
.banerimgheight{
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footerbotm{
    padding-top: 5rem;
}
.fotertxt{
    color:#fff;
}
.header_paragraph{
  margin-top:25vh;
  text-align: justify;
}
.header_paragraph1{
    margin-top: 7rem;
}
.banertxt{
    font-size:18px;
    text-align:justify;
    color:#171717;
    /* font-family: cursive; */
}
.bgsh{
  background: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}
.form-control:focus {
  box-shadow: none;
  border-color: unset;
}

.bttnhover:hover .btn{
  transition: .3s ease-in-out;
  background: #E7E9EB;
  color: #000000;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/******************** Film with us css end *****************************/


/************************* Media Queries ************************/

/************************* Desktop and laptops ************************/
/*@media (min-width: 1024px){*/

/*}*/
/************************* tablet and ipads  ************************/
/*@media (min-width: 769px) and (max-width: 1023px){*/
 
/*}*/
/************************* mobile phones ************************/
@media (max-width: 768px){
 .navbar{
    background:rgba(0, 0, 0, 1);
    padding: 0;
  }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 }
  .aboutus-img {
    height: 100%;
    width: 100%;
}
.banner-part {
    padding-top: 85px;
}
.bi-play-circle{
    display: inline-block;
}
  .rating {
    font-size: 18px;
}
.genre{
  padding-top: 70px;
}
.movie-types{
  padding-top: 35px;
  font-size: 20px;
  text-transform: uppercase;
  /* color: #ffffff; */
}
.deep-qoute{
  /* color: #ffffff; */
  text-transform: uppercase;
  font-size: 20px;
}
.btn-getstart {
    font-size: 16px;
}

.bi-play-circle::before {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.play-txt {
  align-items: center;
    margin-left: 5px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 1rem;
}
.button-play{
  margin: 0;
  padding-top: 0;
  display: flex;
}

.button-form{
  margin: 0;
  padding-top: 0;
  display: flex;
}
.bi-play-circle::before {
    color: #fff;
}
.card-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.banertxt {
    font-size:16px;
}
.banerimgheight {
    width: 100%;
    height: 80vh;
}
.mb-1 h4{
    text-transform:uppercase;
}
.header_paragraph1{
    margin-top: 5rem;
}

.fotertxt{
    color:#000;
}
.footerbotm{
    padding-top: 3rem;
}

}
/************************* small mobile phones ************************/
@media (max-width: 576px){
.banerimgheight {
    height: 87vh;
}
}
@media (max-width: 468px){

.button-play{
  margin: 0;
  padding-top: 0;
  display: flex;
}

.button-form{
  margin: 0;
  padding-top: 0;
  display: flex;
}
.bi-play-circle::before {
    color: #fff;
}
.btn-group-lg>.btn, .btn-lg {
     padding:5px; 
     font-size: 1rem;
}
.genre {
    padding-top: 0;
}
.header_paragraph {
    padding: 6rem 0 2rem 0;
}

}
@media (max-width: 375px){
.genre {
    padding-top: 0;
}
.banerimgheight {
    width:100%;
    height: 100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
}
.button-form{
    margin: -22px;
}
.fotertxt{
    color:#fff;
}
}
@media (max-width: 320px){
.movie-types{
    padding-top: 0;
}
}