:root {
	--primary-color: white;
	--secondary-color: #272c36;
	--black: black;
  --gradient-back:linear-gradient(to bottom, rgba(34,21,114,0.800) 0%, rgba(34,21,114,0.298) 33%, rgb(15, 15, 15) 100%);
	--red: #f9354b;
	--perpul: #3954d9;
	--margin-l: 60px;
	--margin-m: 30px;
	--margin-s: 15px;
	--btn-back-1: #1ebeb6;
	--btn-text-1: #0b534f;
  
}
 

@font-face {
    font-family: fontawesome;
    src: url(/assets/fonts/fa-brands-400.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url(/assets/fonts/Lato-Regular.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Myriad Pro;
    src: url(/assets/fonts/MyriadProRegular.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Myriad Pro;
    src: url(/assets/fonts/MyriadProBold.ttf);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Calibri;
    src: url(/assets/fonts/CalibriBold.TTF);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Calibri;
    src: url(/assets/fonts/CalibriRegular.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Calibri;
    src: url(/assets/fonts/CalibriLight.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@media (min-width: 1460px) {
.container {
    max-width: 1385px;
    width: 100%;
    padding: 0;
}
}
@media (max-width: 1460px) {
:root{
    --margin-l: 45px;
    --margin-m: 20px;
    --margin-s: 10px;
}
.container {
    max-width: 100%;
    width: 80%;
    padding: 0;
}
}
@media (max-width: 992px) {
:root{
    --margin-l: 30px;
    --margin-m: 15px;
    --margin-s: 7.5px;
}
.container {
    max-width: 100%;
    width: 90%;
    padding: 0;
}
}
html {
overflow-x: hidden;
scroll-behavior: smooth;
}

body {
margin: 0;
padding: 0;
font-family: "Myriad Pro";
overflow-x: hidden;
position: relative;
}

p,
h1,
h2,
h3,
h4,
h5, ul {
margin: 0;
padding: 0;
font-family: "Myriad Pro";
}

button.close {
background: transparent;
border: none;
}

.alert.alert-info.fade.show {
padding: 30px 8px 12px 8px;
margin-bottom: 15px;
border-radius: 5px;
}

.st-menu .btn-group a.btn {
width: 33%;
border-inline-end: 0.5px solid #d4d4d4;
text-decoration: none;
color: #000;
font-family: "Myriad Pro";
font-size: 1.8rem;
}

.accessibility__menu .text-custom-info,
.accessibility__menu .sec {
background: var(--color1) !important;
font-family: "Myriad Pro";
font-size: 1.75rem;
margin-top: 15px;
}

.text-customize button,
.alert > p,
.bgcolorbtns button,
h4.icon.icon-lab,
.classes_list .button-item {
font-size: 1.75rem;
font-family: "Myriad Pro";
}

.accessibility__btn i {
font-size: 4rem;
color: var(--color4);
}

@media (max-width: 1370px) {
.accessibility__btn i {
    font-size: 3rem;
}
}

@media (min-width: 360px) and (max-width: 1360px) {
.container {
    max-width: 96% !important;
}
}
ul.sm.sm-rtl.sm-simple ul {
min-width: 13em !important;
}
ul.sm.sm-rtl.sm-simple ul li a {
font-size: 1.8rem;
font-weight: bold;
font-family: "Myriad Pro";
color: var(--primary-color);
}
ul.sm.sm-rtl.sm-simple ul .sm-simple li li:hover,
ul.sm.sm-rtl.sm-simple ul .highlighted {
background-color: var(--color1);
}

li.menu_bar_list_item:first-child a::before {
inset-inline-start: -10px !important;
top: -9px !important;
}

li.menu_bar_list_item:last-child a::after {
inset-inline-start: -10px !important;
top: -9px !important;
}

.sm.sm-rtl.sm-simple > li:hover > a {
transition: color 0.3s;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
color: var(--color2) !important;
}

.overlay {
height: 100%;
width: 100%;
display: none;
position: fixed;
z-index: 999999;
top: 0;
inset-inline-end: 0;
flex-flow: row wrap;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.9);
}

.overlay .closebtn {
position: absolute;
top: 20px;
inset-inline-start: 45px;
font-size: 60px;
cursor: pointer;
color: white;
}

.overlay-content {
width: 100%;
text-align: center;
margin-top: 30px;
margin: auto;
}

.overlay-content form {
display: flex;
flex-flow: column wrap;
width: 50%;
align-items: center;
justify-content: center;
margin: 0 auto;
}

.overlay input[type=text],
.overlay input[type=text]:focus-visible {
padding: 15px;
font-size: 24px;
width: 80%;
color: white !important;
background: transparent;
align-items: center;
text-align: center;
border-color: transparent;
outline-offset: 0ch;
outline: transparent;
border-bottom: 2px solid var(--color2) !important;
margin-bottom: 5px;
}

.topHeader p {
color: var(--secondary-color);
}

.overlay-content p {
font-size: 1.6rem;
color: var(--secondary-color);
}

.flex-col{
display: flex;
flex-flow: column wrap;
}
.flex-row{
display: flex;
flex-flow: row wrap;
}
.flex-center {
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.flex-between{
justify-content: space-between;
align-items: center;
}

.button__style{
z-index: 99;
background-color: var(--red);
border-radius: 54px;
position: relative;
transition: 0.5s;
}
.button__style:hover , .list_item_video_box .item_video_box .btn:hover{
    box-shadow: 0px 3px 10px rgb(0 0 0 / 39%);
    filter: contrast(0.8);
}


/* header style */
.header{
padding:0  max(10vw , 75px);
height: 70px;
background-color: var(--black);
color: var(--primary-color);
position: relative;
z-index: 99;
}
.header .logo{
display: flex;
max-width: 195px;
position: relative;
}
.header .logo a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.header .logo img{width: 100%;max-height: 42px;}
.header .logo h1 {
	letter-spacing: 12px;
	line-height: 9px;
	color: #f5f5f5;
	font-weight: 300;
	font-size: 1rem;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}
.header .header__menu{
margin-inline-end: auto;
}
.header .header__menu nav ul li a{
color: var(--primary-color);
font-size: 0.6875rem;
font-size: clamp(0.6875rem, 0.6625rem + 0.125vw, 0.8125rem);
}
.header .profile{
    position: relative;
}
.header .profile .profile_img{
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}
.header .profile img{
width: 100%;
height: 100%;
object-fit: cover;
}
.header .profile .details__user{
    display: none;
    background-color: white;
    position: absolute;
    top: calc(100% + 8px);
    min-width: 180px;
    inset-inline-end: 10px;
    padding: 1rem 0.5rem;
    width: fit-content;
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 1.025rem + -0.125vw, 1rem);
}
.header .profile .details__user p , .header .profile .details__user a{
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 500;
    vertical-align: middle;
    
}
.header .profile .details__user a{
    cursor: pointer;
}
.header .profile .details__user p i, .header .profile .details__user a i{
    vertical-align: middle;
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.9rem + -0.125vw, 0.875rem);
    margin-inline-end: 5px;
}
.header .social{
height: 100%;
margin-inline-end: var(--margin-l);
}
.header .social a{
cursor: pointer !important;
height: 30px;
width: 30px;
overflow: hidden;
margin-inline-start: var(--margin-m);
transition: 0.3s;
}
.header .social a img {
    filter: invert(1) brightness(1);
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.header .social a:hover img {
    filter: invert(1) brightness(0.7);
}
.header .social a i{cursor: pointer;}
@media (max-width:1200px){
.header .social a{
    margin-inline-start: 10px;
}
.header{padding: 0 3rem;}
}
.header .social i{
font-size: 20px;
color: white;
font-family: 'fontawesome';
font-style: unset;
}
.header .social a:hover ,.header .header__menu nav ul li a:hover{
opacity: 30%;
}

header .social a{display: flex;align-items: center;justify-content: center;} 




/* style footer */
#footer {
	position: relative;
	height: 410px;
	padding-top: var(--margin-l);
	background: #000;
}
@media (min-width:1560px){
#footer .container{max-width: 1500px;margin: 0 auto;}
}
#footer::before{
content: '';
background: url('/uploads/assets/img/bg-footer.jpg');
width: 100%;
height: 100%;
background-size: cover;
position: absolute;
left: 0;
top: 0;
}
#footer .footer_col{
flex: 1;
position: relative;
z-index: 99;
}
#footer .footer_col ul{
list-style: none;
}
.social_media_footer li{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-inline-end: 5px;
    border-radius: 50%;
}
#footer .footer_col h3{
font-size: 1.4375rem;
font-size: clamp(1.4375rem, 1.4125rem + 0.125vw, 1.5625rem);
letter-spacing: 1px;
line-height: 30px;
text-transform: uppercase;
color: var(--perpul);
font-family: "Calibri";
margin-bottom: calc(var(--margin-l) - 10px);
}
#footer .footer_col li {margin-bottom: var(--margin-s);}
#footer .footer_col li a{
text-decoration: none;
font-size: 0.875rem;
font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
color: var(--primary-color);
}
.footer_col:nth-child(3){
margin-inline-start: auto;
}
.footer_col:nth-child(3) h3{margin-bottom: var(--margin-s) !important;}
.bottom_footer{width: 100%;border-top: 1px solid rgba(255,255,255,0.2196078431372549);margin-top: calc(var(--margin-m) + 5px);padding-top: var(--margin-s);position: relative;}
.bottom_footer p{
opacity: 0.322;
font-size: 0.875rem;
font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
letter-spacing: 0px;
line-height: 30px;
color: var(--primary-color);
font-family: "Calibri";
}
.social_media_footer li a i{font-family: 'FontAwesome';color: var(--black);font-size: 15px;    font-style: unset;transition: 0.3s;}
#footer .footer_col li a{transition: 0.3s;}
.social_media_footer li a:hover i , #footer .footer_col li a:hover{color: var(--red);}
@media (max-width:678px){
.header .social a img{width: 22px;height: 22px;}
.header { padding: 0.2rem 1.5rem;height: fit-content;}
.header .logo{order: -2;}
.header .profile {  order: -2;    margin-inline-start: auto;}
.header .header__menu {
    margin-inline-start: auto;
    margin-inline-end: 0;
    order: 2;
}
.header .social{height: 40px;    justify-content: start;width: 75%;margin-top: 10px;}
.header .social a {margin-inline-start: 0; margin-inline-end: 7px;}
.header .social i{font-size: 16px;}
a.mburger {margin-inline-end: 12px;}
.login_button{    order: -2; margin-inline-start: auto; margin-inline-end: 0;}
}




/* login box */
.login_button{
    color: var(--primary-color);
    cursor: pointer;
    font-size: 1rem;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
    margin-inline-end: var(--margin-s);
}
body{position: relative;}
.login-box {

	z-index: 99999;
	box-sizing: border-box;
	box-shadow: 0 15px 25px rgba(0,0,0,.6);
	border-radius: 0;
	background: #16191f;
}
  .login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
  }
  
  .login-box .user-box {
    position: relative;
  }
  
  .login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
  }
  .login-box .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
  }
  
  .login-box .user-box input:focus ~ label,
  .login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: var(--red);
    font-size: 12px;
  }
  
  .login-box form .btn-login {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: rgb(210, 56, 56);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: var(--margin-m);
    letter-spacing: 4px;
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 100%;
  }
  .login-box .btn-login:hover {
    background: var(--red);
    color: #fff;
    border-radius: 5px;
    /* box-shadow: 0 0 5px var(--red),
                0 0 25px var(--red),
                0 0 50px var(--red),
                0 0 100px var(--red); */
  }
  
  .login-box .btn-login span {
    position: absolute;
    display: block;
  }
  
  .login-box .btn-login span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--red));
    animation: btn-anim1 1s linear infinite;
  }
  
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,100% {
      left: 100%;
    }
  }
  
  .login-box .btn-login span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--red));
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .login-box .btn-login span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, var(--red));
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .login-box .btn-login span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--red));
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }
   .login-box .user-box , .login-box  .flex-row{
    margin-top: var(--margin-m);
   }
   .login-box .btn_login_style{
     color: var(--primary-color);
     opacity: 40%;
     transition: 0.3s;
     text-decoration: underline;
   }
   .login-box .btn_login_style:hover{
    opacity: 1;
   }
   .login-box .btn_login_style:nth-child(2){
    margin-inline-start: 15px;
   }


.bodyFix{
    height: 100vh;
    overflow: hidden;
}
.overlay{
    display: none;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 60%;
}
.modal-header {
	border-bottom: 1px solid var(--secondary);
}
.modal-footer {
	border-top: 1px solid var(--secondary);
}
.close {

	text-shadow:none;
}
.overload-custom {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000e0;
	z-index: 999999;
	text-align: center;
	padding-top: 200px;
	font-size: 40px;
	top: 0;
	left: 0;
	color: #fff;
}
.form-control {
	color: #adb5bd;
	background-color: #3f4241;
	background-clip: padding-box;
	border: 1px solid #1e201f;
	transition: all 0.8s ease-in-out ;
}
.form-control:disabled, .form-control[readonly],.form-control:disabled:focus,.form-control[readonly]:focus {
	background-color: #4f4d4d;
	opacity: 1;
	color: #3c3838;
	cursor: not-allowed;
	border-color: #4f4d4d;
}
.form-control:focus {
	color: #9ea3a8;
	background-color: #212222;
	border-color: rgba(255, 255, 255, 0.21);
	outline: 0;
	box-shadow: 0 0 0.4rem rgba(255, 255, 255, 0.21);
}
