 .normal {
     color: #fff;
}
 .dark .normal {
     color: #141834;
}

   .active1 {
     color: #fff;
    background: #192229;
  font-weight: 600;
 }
   .trailer-tab {
  font-weight: 600;
     color: #fff;
    background: #192229;
 }
 
 
    .active2 {
     color: #fff;
    background: 6b6b6b81;
  font-weight: 600;
 }

 .sect-bg1 {
background-color: #fff;
 padding: 30px; 

  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.50);
  background-size:cover;
  padding:2rem;
  background-color:#eee;
	  cursor:pointer;
  justify-content:space-between;
	  
}
  .dark .sect-bg1 {
  border-radius: 12px;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 0.6) 0%,
  rgba(19, 22, 47, 0.6) 10%);
}











.content1 {
width: 227px;
height: 140px;
backdrop-filter: blur(0px);
border-radius: 8px;
}
.content1:hover {
transform: scale(1.04) rotate(1deg);
}
.image-box100 {
width: 227px;
height: 140px;
backdrop-filter: blur(0px);
border-radius: 8px;
}
.image-box100:hover {
transform: scale(1.04) rotate(1deg);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
vertical-align: baseline;
outline: 0;
}
.mobile-menu-icon, 
.mobile-search-icon {
display: none!important;
}
header .top .logo a {
color: #fff;
text-decoration: none;
}
header .top .logo img {
	max-width: 100%;
	max-height: 100%;
	margin: -10px auto;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.logo-content {
	padding-top: 7px;
}
.logo-content span {
	color: #fff;
	background-color: #ff1151;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 20px;
}
a.logo-text {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
header a.logo-image {
	margin-top: -13px;
	float: left;
}
header .menu {
	width: 100%;
	height: 55px;
	float: left;
	background-color: #171A21;
	border-bottom: 3px solid #6c5ce7;
	position: relative;
	display: block;
	padding: 0px 27px;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}
#nav li {
	position: relative;
	float: left;
	list-style: none;
}
#nav li a {
	color: #fff;
	display: block;
	line-height: 55px;
	padding: 0px 16px 0px 16px;
	height: 55px;
	transition: .3s all;
	letter-spacing: -0.3px;
	font-weight: 500;
	font-size: 16px;
}
#nav li a:hover {
	color: #6c5ce7;
	text-decoration: none;
}
#nav li.menu-item-has-children:hover > a {
	background: #171a21;
	box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.58);
	transition-delay: 0.1s;
}
header .top .search {
	width: 100%;
	height: 45px;
	float: left;
	position: relative;
}
header .top .search input {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.15);
	outline: none;
	border: none;
	border-radius: 100px;
	font-family: 'Source Sans Pro';
	padding-top: 0px;
	color: #474747;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 46px;
	text-indent: 19px;
	transition: .3s all;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
header .top .search input:not(:focus)::placeholder {
	color: #fff;
	opacity: .8;
	font-size: 14px;
}
header .top .search form {
	height: 45px;
}
header .top .search input:focus {
	background-color: #fff;
	box-shadow: 0 12px 25px 0 rgba(0,0,0,0.21);
}
#search-button {
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 3px;
	background: 0;
	border: 0;
	border-radius: 5px;
	height: 38px;
	width: 38px;
cursor: pointer;
outline: none;
}
.btn {
padding: 0 15px;
}
.btn.header {
background-color: #6c5ce7;
border-radius: 100px;
color: #fff !important;
font-size: 14px;
letter-spacing: 0.17px;
border-radius: 100px;
line-height: 40px;
}
.btn.showmore {
text-transform: uppercase;
font-size: 12px;
padding: 3px 30px 0 30px;
margin: 0 auto;
float: none;
}
.btn.showmore:hover {
background: #FFA900;
box-shadow: 0 11px 29px 0 rgba(255,169,0,0.36);
border-color: #FFA900;
}
.guest-buttons {
float: right;
}
.guest-buttons a {
transition: .3s all;
text-decoration: none;
}
.guest-buttons a:first-child {
margin-right: 10px;
border: 0;
background-color: rgba(0, 0, 0, 0.15);
}
.guest-buttons a:first-child span {
color: #ff6600;
}
.guest-buttons a span {
font-size: 16px;
padding-right: 5px;
position: relative;
top: 1px;
transition: .3s all;
}
.link {
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(173, 255 255, 0.35);
  border: 1px solid rgba(200, 200, 255, 0.8);
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;  
  display: inline-flex;
  gap: 5px;
  left: 200px;
  padding: 10px 20px;
  position: fixed;
  text-decoration: none;
  z-index: 100;
}
.link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.link > i, .link > span {
  height: 20px;
  line-height: 20px;
}

.link > span {
  color: white;
  font-family: "Rubik", sans-serif;
}
.article-card{
    border:3px solid #777777;
}
.btn {
  color: #fff;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.btn:before {
  content: "";
  position: absolute;
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: -0px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}
.btn:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 10s linear infinite;
}
.image-gallery1{
  max-width: 1100px;
  min-height: 20vh;
  width: 100%;
  margin: auto;
}
.dark .image-gallery1 header{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background: #24292d;
  padding: 20px 0;
  letter-spacing: 1px;
}
.image-gallery1 header{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background: #092c3e;
  padding: 20px 0;
  letter-spacing: 1px;
}
section .logo_icons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
section .logo_icons a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
section .logo_icons .logoImg{
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

section .logo_icons .text_content{
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  color: #333;
}

section .logo_icons .icons i{
  height: 35px;
  width: 35px;
  background: #ccc;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.logos img{
opacity: 0.3;
margin: 0 7px;
}
.clocktext {
display:block;
margin:0;
padding:1px 0 0 0;
width:100%;
text-align:center;
line-height:1.2;
white-space:nowrap;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 0.6) 0%,
  rgba(19, 22, 47, 0.6) 10%);
}
#date {
font-size:1.3rem;
padding-top:15px;
}
#time {
font-size:5rem;
margin:1px 0 0 0;
}
#time span {
display:inline-block;
padding:0;
vertical-align: baseline;
text-align:left;
width: 2em;
margin:0 0 0 0.5em;
font-size:1.5rem;
line-height:1.5;
white-space:normal;
}
.edit {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--color-bg2);
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 1em;
}
body {
    border-radius: 10px
}

.job-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
   box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  padding: 15px 60px;
}
ul {
  list-style: none; 
}
.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}
.list-disk li:last-child {
  margin-bottom: 0;
}
.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  border-radius: 65px;
}
@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.mb-30 {
    margin-bottom: 30px;
}

.fa-picture-o:before {
  content: "\f03e";
}
.fa-file-audio-o:before {
  content: "\f03e";
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 10px;
}
.footer-row .footer-col h4 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
}

.dark .footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .links li a {
  text-decoration: none;
  color: #000;
}

.dark .footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}
.footer-col .links li a:hover {
  color: #fff;
}
.dark .footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

 .footer-col p {
  margin: 20px 0;
  color: #000;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}
  .container { max-width: 1150px; }
.dark .content{
  display: flex;
  margin-left: 1rem;
    margin-bottom: 1rem;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 1.6) 0%,
  rgba(19, 22, 47, 1.6) 10%);
  border-radius: 12px;
  position: relative;
   float: left;
  width: calc(54% - 54px);

}
.content{
  display: flex;
  margin-left: 1rem;
    margin-bottom: 1rem;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
   float: left;
  width: calc(54% - 54px);

}
.image-box {
  height: 150px;
  width: 240px;
  border-radius: 12px;
  padding: 3px;
  background: #092c3e;
    transition: transform 0.25s;
	  overflow: hidden;
}
.image-box img {
  height: 100%;
  width: 150%;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 12px;
}

.image-box100  {
  height: 100%;
  width: 35%;
  object-fit: cover;
  border: 5px solid #24292d;
  border-radius: 12px;
}

.dark .image-box100  {
  height: 100%;
  width: 35%;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 12px;
}

#switch:checked ~ .outer .image-box{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#switch:checked ~ .outer .image-box img{
  border-color: transparent;
}
.dark .content .details{
  color: #fff;
}
.content .details{
  width: 50%;
  margin: 10px 0 20px 20px;
}
.content .details p{
 font-size: 15px;
   font-weight: 600;
 margin-top: 6px;
}
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap');

.card-list {
    display: flex;
    padding: 3rem;
    overflow-x: scroll;
}
.card-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.card-list::-webkit-scrollbar-thumb {
    background: #201c29;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}

.card-list::-webkit-scrollbar-track {
    background: linear-gradient(90deg,#201c29,#201c29 1px,#17141d 0,#17141d);
}

.dark .content {
    border-radius: 16px;
    box-shadow: -1rem 0 3rem #000;
    transition: 1.2s;
}
.content {
    border-radius: 16px;
    box-shadow: -1rem 0 3rem #000;
    transition: 1.2s;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9);
  
}
header .navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .menu{
  display: flex;
  flex-wrap: wrap;
}
.navbar .logo a{
  text-decoration: none;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.navbar .menu li{
  list-style: none;
  margin: 0 6px;
}
.navbar .menu a{
  color: #000;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar .menu a:hover{
  color: #f2f2f2;
}
.navbar .buttons input{
  outline: none;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  padding: 6px 15px;
  border: none;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: linear-gradient( 135deg, #ff9a9e  10%, #F6416C 100%);
}
.navbar .buttons input:hover{
  transform: scale(0.97);
}
 header .text-content{
   width: 40%;
   margin: 100px 0 0 50px ;
 }
.text-content h2{
  font-size: 27px;
  font-weight: 600;
}
.text-content p{
font-size: 15px;
margin-top: 10px;
}
header .play-button{
position: absolute;
right: 50px;
bottom: 40px;
}
.play-button .play{
font-size: 18px;
font-weight: 500;
}
 .play-button .play::before{
content: '';
position: absolute;
height: 3px;
width: 50px;
top: 50%;
transform: translateY(-50%);
left: -58px;
background: #000;
 }
.play-button i{
height: 40px;
width: 40px;
border: 2px solid #000;
  line-height: 38px;
text-align: center;
  margin-left: 10px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width:850px) {
  header .navbar{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
  }
  .navbar .menu {
    margin: 10px 0 20px 0;
  }
  header .text-content{
    margin: 30px 0 0 20px ;
    width: 70%;
  }
  header .text-content h2{
    font-size: 20px;
  }
}
@media (max-width:410px) {
  header{
    height: 100vh;
    width: 100%;
    border-radius: 0px;
  }
  header .navbar{
    padding: 15px 10px;
}
}
*{

  font-family: 'Poppins',sans-serif;
  transition: all 0.9s ease;
}
.collection-title{
  font-family: 'Poppins',sans-serif;
  transition: all 0.9s ease;
}
body.dark{
    --primary-color: #3A3B3C;
}

.dark .edit26 {
      background: #1E90FF;
}
.edit26 {
	background: var(--color-bg4);
    color: var(--color-highlight);
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
	font-size: 0.7rem;
  position: relative;
}

.h3 {
  font-size: var(--fs-3);
  font-weight: 700;
}
.h4 {
  font-size: var(--fs-4);
  font-weight: 700;
}
.loading {
    background-color: var(--gray);
    color: transparent;
    background-image: linear-gradient(to right, transparent, #55555565, transparent);
    background-size: 200% 100%;
    animation: loading 1.6s linear infinite;
}
@keyframes loading {
    100% {
        background-position: -200% 0%;
    }
}
.row > * {
  width: 100%;
  max-width: 100%;

}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9);
}

body {
color: #888da8;
--gradient: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
}
.anim2{

  animation: show_toast 2s ease forwards;
}
@keyframes show_toast {
  0%{
    transform: translateX(-100%);
  }
  40%{
    transform: translateX(10%);
  }
  80%, 100%{
    transform: translateX(0px);
  }
}

@keyframes hide_toast {
  0%{
    transform: translateX(0px);
  }
  40%{
    transform: translateX(10%);
  }
  80%, 100%{
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
  }
}

.btndark{
color:  #000000;
font-size: 25px;
cursor: pointer;
top: 6px;
left: 50px;
}

.dark .btndark{
color:  #1E90FF;
font-size: 25px;
cursor: pointer;
top: 6px;
left: 50px;
}
.btn.showmore:hover {
background: #FFA900;
box-shadow: 0 11px 29px 0 rgba(255,169,0,0.36);
border-color: #FFA900;
}

.btn.showmore {
text-transform: uppercase;
font-size: 12px;
padding: 3px 30px 0 30px;
margin: 0 auto;
float: none;
}

.lightBox .logo_icons .icons i:hover{
  color: #fff;
  background: #7d2ae8;
}
section .image-gallery{
  max-width: 1300px;
  min-height: 100vh;
  width: 100%;
  background: #fffff;
  margin: auto;
}
.dark .image-gallery{
  max-width: 1300px;
  min-height: 100vh;
  width: 100%;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 1.6) 0%,
  rgba(19, 22, 47, 1.6) 10%);
  margin: auto;
}
.image-gallery header{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background: #092c3e;
  padding: 20px 0;
  letter-spacing: 1px;
}
.dark .image-gallery header{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background: #24292d;
  padding: 20px 0;
  letter-spacing: 1px;
}

.image-gallery .image-container{
  columns: 3;
  margin-top: 20px;
  gap: 15px;
}
.image-container img{
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.image-container .image-box{
  position: relative;
  cursor: pointer;
  margin: 10px 0;
}
.image-box .logo_icons{
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.image-box:hover .logo_icons{
  opacity: 1;
  pointer-events: auto;
}
.image-box .logo_icons .icons i{
  color: #b4b4b4;
  background: #fff;
}
.logo_icons .icons i:hover{
  color: #707070;
}
section .image-gallery .logo_icons .text_content{
  color: #fff;
  font-size: 14px
}
section .image-gallery .text_content .followers{
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
}
.dark .wrapper9 .title9 {
    color: #fff;
    line-height: 40px;
    text-align: center;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 1.6) 0%,
  rgba(19, 22, 47, 1.6) 10%);
    font-size: 25px;
    font-weight: 500;
    border-radius: 4px 4px 0 0
}
.wrapper9 .title9 {
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #2775ff;
    font-size: 25px;
    font-weight: 500;
    border-radius: 4px 4px 0 0
}

.article-card {
  width: 400px;
  height: 212px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 300ms;
 float: left;
 margin-left: 8px;
}

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card .content {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  padding: 0px 0px 10px 0px;
  height: 30px;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.article-card .date,
.article-card .title {
  margin: 0;
}

.article-card .date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
}

.article-card .title {
  font-size: 13px;
  color: #fff;
}