:root {
    --primary-color:#111;
    --secondary-color:#E2390C;
    --light-gray:#999;
}
.relative,
body,
html {
    position: relative
}

body,
ul {
    margin: 0;
    padding: 0
}
html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-weight: normal;
    line-height: 1.6 !important;
    font-size: calc(15px + (17 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-family: 'be_vietnam_prolight';
    color: var(--bs-white);
    background:var(--primary-color);
    overflow: hidden;
    padding-left: 90px;
}

html {
    height: 100%
}

ul {
    list-style: none
}

.btn,
a,
button {
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.btn,
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    outline-style: none
}
.btn {
    padding: 12px 30px; 
    font-family: 'be_vietnam_prosemibold';
     text-transform: uppercase; 
     border-radius: 0;
     letter-spacing: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.1
}
.p-v-60 {
    padding: 60px 0;
}
h1 {
    font-size: calc(30px + (55 - 30) * ((100vw - 300px) / (1920 - 300))); font-family:'Orbitron';
}

h2 {
    font-size: calc(27px + (45 - 27) * ((100vw - 300px) / (1920 - 300))); font-family:'Orbitron';
}

h3 {
    font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1920 - 300)));font-weight: 700;
}

h4 {
    font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300))); font-family: 'be_vietnam_probold';
}

h5 {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));font-family: 'be_vietnam_probold'; 
}

h6 {
    font-size: calc(20px + (18 - 20) * ((100vw - 300px) / (1920 - 300)))
}
.p-v-50 {
    padding: 50px 0;
}
.tshadow {
    text-shadow: 2px 7px 4px rgba(0, 0, 0, .5)
}
.logo a {
    display: inline-block;
    text-align: center;
    line-height: 1;
    color: var(--primary-color);
    font-family:'Orbitron';
}
.body-line {
    position: fixed;
    top: 0;
    width:1px;
    height: 100%;
    right: 15%;
    background: rgba(255,255,255,0.1);
    z-index: 1;
}
.body-line:nth-child(2) {
    right: 44%;
}
.body-line.last {
    right:70%;
}
header {
    background: var(--bs-white);
    padding: 15px 0;
    position: fixed;
    top: 0;
    width:90px;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    color: var(--primary-color);
    z-index: 99;
}
nav{
    font-family: 'be_vietnam_promedium';
}
nav ul {
    position: fixed;
    background: var(--bs-white);
    padding:3% 6%;
    left:-50%;
    width: 50%;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
nav ul li a {
    font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
    padding: 10px 0;
    color: var(--primary-color);
    font-family: 'be_vietnam_proregular';
}
nav ul li a:hover {
    color: var(--secondary-color);
}
.closeNav {
    position: absolute;
    top: 20px;
    right:30px;
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    cursor: pointer;
}
nav.open ul {
    left: 0;
}
.logo_icon {
    display:block;
    -moz-transform: rotate(-90deg) translateX(30px);
    -webkit-transform: rotate(-90deg) translateX(30px);
    -o-transform: rotate(-90deg) translateX(30px);
    -ms-transform: rotate(-90deg) translateX(30px);
    transform: rotate(-90deg) translateX(30px);
    cursor: pointer;
}
.followus {
    display:block;
    -moz-transform: rotate(-90deg) translateX(70px);
    -webkit-transform: rotate(-90deg) translateX(70px);
    -o-transform: rotate(-90deg) translateX(70px);
    -ms-transform: rotate(-90deg) translateX(70px);
    transform: rotate(-90deg) translateX(70px);
    cursor: pointer;
}
.followus ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.followus ul li:first-child{
    flex: 0 0 100px;
}
.followus li a{
    display: block;
    color: var(--primary-color);
    padding: 0 6px;
}
.bannerPart {
    background: url(../images/banner.jpg) var(--primary-color) no-repeat center; background-size: cover; position: relative; z-index: 1;
}
.bannerPart .row{
    height: 100vh;
}
.bannerPart::before {
    background: linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(226,57,12,0.53) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.bannerPart h1{
    margin-bottom: 10px;
}
.bannerPart p{
    margin: 20px 0;
}
.bannerPart small{
    font-family: 'be_vietnam_probold';
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    color: var(--bs-white) !important;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: var(--secondary-color) solid 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
      top: -12px;
      right: -12px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
    }
  }
  @keyframes hvr-ripple-out {
    100% {
      top: -12px;
      right: -12px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
    }
  }
  .film_list {
    background: url(../images/lines.png) var(--primary-color) no-repeat center; background-size: cover; background-attachment: fixed; position: relative; z-index: 1;
  }
  .film_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding:10px;
    border: rgba(255,255,255,0.1) 5px solid;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .film_box a {display: block;}
  .film_content {
    position: absolute;
    left: 0;
    bottom:0;
    padding:10px 25px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .film_box img , .galleryimg img{
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.film_box:hover img , .galleryimg:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.film_box:hover {
    border-color: var(--secondary-color);
}
.film_box a {color: var(--bs-white); font-size: 80%;}
.film_box h4 {margin-bottom: 10px;}
.video_banner {
    background: url(../images/video-banner.jpg) var(--primary-color) no-repeat center; background-size: cover; position: relative; z-index: 1; 
}
.video_banner .row {
    height: 100vh;
}
.video_banner a {
    color: var(--bs-white);
}
.video_banner .row p , .entertainment p{
    margin-bottom: 0;
}
.entertainment a {
    color: var(--light-gray); font-weight: bold;
}
.entertainment h5 {
    margin-bottom: 8px; color: var(--bs-white);
}
.entertainment_content {
    padding: 20px 10px;
} 
.entertainment .d-flex {
    flex-direction: column;
    padding: 10px;
    backdrop-filter: blur(20px);
    background-color: rgba(255,255,255,.1);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.entertainment a:hover .d-flex{
    border-color: var(--secondary-color); position: relative; z-index: 1;
}
.entertainment a:hover {
    color: var(--bs-white);
}
.entertainment .d-flex::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #e23a0ca6;
    content: "";
    height: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: -1;
}
.entertainment a:hover .d-flex::before{
    height: 100%;
}
.entertainment .swiper-button-next, .entertainment .swiper-button-prev {
    color: var(--bs-white);
    padding: 20px;
    border: rgba(255,255,255,0.3) 1px solid;
    top: 22px;
    right: 15px;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: 60px !important;
}
.entertainment .swiper-button-next:after, .entertainment .swiper-button-prev:after {
    font-size: 20px;
}
.entertainment .swiper-button-next:hover, .entertainment .swiper-button-prev:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.gridmain {
    background: url(../images/grid-banner.jpg) var(--primary-color) no-repeat center; background-attachment: fixed; background-size: cover; position: relative; z-index: 1; 
}
.gridmain::before {
    background: linear-gradient(to bottom,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.83) 1%,rgba(0,0,0,0.31) 76%,rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
footer {padding: 50px 0 0; color: var(--light-gray);}
footer .logo a {color: var(--bs-white); font-size: 24px;}
footer p {margin:15px 0;}
footer h5 {font-family:'Orbitron'; color: var(--bs-white); margin-bottom: 20px;}
footer  a {color: var(--light-gray); font-size: 90%; margin-bottom: 10px;}
footer li a:hover {color: var(--secondary-color); padding-left: 15px; text-transform: capitalize;}
footer p a:hover , footer small a:hover {color: var(--secondary-color);}
.call-btn {
    display: block;
    position: relative;
    width: 200px;
    height: 150px;
}
.call-btn .tada {
    background: var(--secondary-color);
    border-radius: 100px;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -37px;
    margin-left: -37px;
}
.call-btn .tada:before {
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 25px;
    text-decoration: none;
    color: var(--bs-white);
    margin-left: 10px;
    position: absolute;
    top: 50%;
    /* margin-top: -17px; */
    left: 50%;
    transform: translate(-100%, -50%);
}


@keyframes tada {
    from {
        transform: rotate(-20deg);
    }
    to {
        transform: rotate(20deg);
    }
}
.call-btn .pulse {
    width: 130px;
    height: 130px;
    background: rgb(223 8 6 / 61%);
    border-radius: 100px;
    position: absolute;
    top: 44%;
    left: 55%;
    /* margin-top: -103px; */
    /* margin-left: -114px; */
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    left: 44%;
    right: 0;
    margin: 0 auto;
}
.call-btn .zoomIn {
    width: 250px;
    height: 250px;
    border: 2px solid var(--secondary-color);
    border-radius: 100px;
    position: absolute;
    top: 44%;
    left: 45%;
    margin-top: -33px;
    margin-left: 14px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes zoomIn {
    from {
        width: 60px;
        height: 60px;
        margin-top: -20px;
        margin-left: -20px;
    }
    to {
        width: 100px;
        height: 100px;
        margin-top: -40px;
        margin-left: -40px;
    }
}
.gallerysec {position: relative; z-index: 2;}
/* sohail */
.socailsec{
    padding-bottom: 2rem;
}

.socail-media-tittle h1{
    color: var(--secondary-color);
   
}
  .galleryimg {
    position: relative; overflow: hidden;
  }
  
  .galleryimg .image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
  
  .galleryimg .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .4s ease;

  }
  
  .galleryimg:hover .overlay {
    bottom: 0;
    height: 100%;
    overflow: hidden;
  }
  
  .galleryimg .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    text-align: center;
    margin: 0 auto;
    right: 0;
}
  .img-tittle {
    margin-top: 20px;
  }
  .img-tittle h4{
    color: var(--secondary-color);
  }


.social_icons,
.social_icons *{
	display: flex;
    justify-content: center;
}

.social_icons{
	list-style: none;
	flex: 1;
}

.social_icons li {
    width: 80px;
    height: 80px;
    margin: 40px 48px;
}

.social_icons a{
	text-decoration: none;
	background: #fff;
	flex: 1;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	transform: perspective(1000px) rotate(-30deg) skew(30deg) translate(0,0);
	box-shadow: -20px 20px 10px rgba(0,0,0,.5);
    
	transition: all .35s;
}


.social_icons a:before,
.social_icons a:after{
	position: absolute;
	content: "";
	background: #ccc;
}

.social_icons a:before{
	width: 20px;
	height: 100%;
	left: -20px;
	top: 10px;
	transform: skewY(-45deg);
}

.social_icons a:after{
	width: 100%;
	height: 20px;
	left: -11px;
	bottom: -20px;
	transform: skewX(-45deg);
}

.social_icons a:hover{
	transform: perspective(1000px) rotate(-30deg) skew(30deg) translate(25px,-25px);
	box-shadow: -30px 30px 10px rgba(0,0,0,.3);
}

.social_icons i{
	font-size: 2em;
	color: #222;
}

.social_icons a i.fa-twitter{
    color: #3cf;
}
.social_icons .btn.twitter{
    border: 1px solid #3cf;
}

.social_icons .btn.twitter:hover::after{
    background-color: #3cf;
}
.social_icons .btn.twitter:hover::before{
    background-color: #3cf;
}
.social_icons .btn.twitter:hover{
    background-color: #3cf;
    color: #fff;
}
.social_icons .btn.twitter:hover .fa-twitter{
    color: #fff;
}

.social_icons a i.fa-facebook{
    color: #3b5998;
}

.social_icons .btn.facebook{
    border: 1px solid #3b5998;
}

.social_icons .btn.facebook:hover::after{
    background-color: #3b5998;
}
.social_icons .btn.facebook:hover::before{
    background-color: #3b5998;
}
.social_icons .btn.facebook:hover{
    background-color: #3b5998;
    color: #fff;
}
.social_icons .btn.facebook:hover .fa-facebook{
    color: #fff;
}
.social_icons a i.fa-instagram{
    color: #d62976;
}

.social_icons .btn.instagram{
    border: 1px solid #d62976;
}

.social_icons .btn.instagram:hover::after{
    background-color: #d62976;
}
.social_icons .btn.instagram:hover::before{
    background-color: #d62976;
}
.social_icons .btn.instagram:hover{
    background-color: #d62976;
    color: #fff;
}
.social_icons .btn.instagram:hover .fa-instagram{
    color: #fff;
}


.social_icons a i.fa-google-plus{
    color: #dc4a38;
}
.social_icons .btn.googles{
    border: 1px solid #dc4a38;
}

.social_icons .btn.googles:hover::after{
    background-color: #dc4a38;
}
.social_icons .btn.googles:hover::before{
    background-color: #dc4a38;
}
.social_icons .btn.googles:hover{
    background-color: #dc4a38;
    color: #fff;
}
.social_icons .btn.googles:hover .fa-google-plus{
    color: #fff;
}
/* entertainment */
.bannerPart.innerBanner .row {height:300px;}
.breadcrumb {font-size:80%; color: var(--bs-white);}
.breadcrumb a {color: #ddd;}
.breadcrumb-item.active {color: var(--bs-white); text-decoration: underline;}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ddd;
}
.e_video {width: 100%; max-width: 500px; float: left; margin: 0 15px 15px 0;}
.newsBox .newsPic {width: 50%; flex: 0 0 50%;}
.newsBox a {width: 100%; color: var(--bs-white);}
.newsBox h4 {line-height: 1.4; margin: 0.5rem 0; color: var(--secondary-color);}
.newsPic img {height: 300px; object-fit: cover;}
.news_details {background: #222;padding: 25px; border: #333 2px solid;
}
.newsDetails li{position: relative; padding-left: 30px; margin-bottom: 10px;}
.newsDetails li i{position: absolute;  left: 0; top: 3px; color: var(--secondary-color);}
.newsDetails blockquote {
    border-left: 4px solid rgba(102,102,102,.3);
    background: rgba(153,153,153,.2);
    padding: 30px 40px !important;
    margin: 25px 0 25px 0;
    line-height: 2.1em !important;
    max-width: 100%;
    letter-spacing: 0;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    font-style: italic;
    font-family:'Orbitron';
}
.newsDetails blockquote p {
    margin: 0;
}
.n_detail_pic {height: 300px; object-fit: cover; border: #333 2px solid;
}

/* isotope */
.filters ul{
    display: flex;
    justify-content: center;
    list-style: none;
    border-bottom: 2px solid #D9D9D9;
    margin: 30px 15px
  }
  .filters ul li{
    display: inlnie-block;
    text-align: center;
    margin-right: 12px;
    padding: 0 10px 8px 10px;
    font-weight: 700;
    font-size: 16px; 
    cursor: pointer;
    position: relative;
    margin-bottom: -2px;
    color: #777;
    transition: 0.3s;
    text-transform: uppercase;
    font-family:'Orbitron';
  }
  .filters ul li:hover , .filters ul li.is-checked{
    color: var(--secondary-color);
  }
  .filters ul li.is-checked{
    border-bottom: 2px solid var(--secondary-color);
  }
  .filters ul li:last-child{
    margin-right: 0;
  }
   
  .grid .grid-item {width:25%; padding: 0 10px; margin-bottom: 20px;}

  .archive_pic {width: 100%; max-width:300px; float: left; margin:0 15px 15px 0;}
  .awards {
    padding: 50px 30px;
    margin-bottom: 30px;
    position: relative;
    background: var(--secondary-color);
    color: var(--bs-white);
    font-size: 90%;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
}
  .awards h5 {position: relative; margin-bottom: 20px; padding-bottom: 10px;}
  .awards h5:after{position:absolute; left: 0; top: 100%; background: rgba(255,255,255,0.6); width: 15px; height: 2px; content: "";}
  .awards ul {padding-left:30px; margin: 10px 0;}
  .awards li {list-style-type: circle;}
  .nav-item a , .nav-item a:hover {color: #ddd;}
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:var(--secondary-color);
}
.press .galleryimg {border: #666 1px solid; margin-bottom: 30px;}
.press .galleryimg:hover {border-color: var(--secondary-color);}