@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Inter:wght@200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;600;700;800&display=swap');
html{background: #000;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}

.login-form input[type="text"] {
    border:none;
    padding:10px;
    background:#ebebeb;
}

.login-form input[type="password"] {
    border:none;
    padding:10px;
    background:#ebebeb;
    margin-left:5px;
}

.main-section {
	position: relative;
	background: #000;
	height: 100vh;
	overflow: hidden;
}
.ekit-template-content-footer {
	display: none !important; 
}
.home .ekit-template-content-footer {
	display: block !important;
}
li.heading_cat h2 {
	color: rgba(228,33,39,1);
	text-transform: uppercase;
	font-family: 'Noto Sans';
	font-weight: 800;
	font-style: normal;
    margin-bottom: 10px;
}
 header .navbar-light {
	margin-left: 0px !important;
    margin-left: 0 !important;
}

.tabcontent::-webkit-scrollbar {
    width: 10px !important;
      overflow:scroll !important;
  } 
  .tabcontent::-webkit-scrollbar-track {
       background: #f1f1f1;
      border-radius:30px;
      box-shadow: inset 0 0 5px grey; 
  }
   
  /* Handle */
  .tabcontent::-webkit-scrollbar-thumb {
    background: #e42127; 
    border-radius:30px;
  }
  
  /* Handle on hover */
  .tabcontent::-webkit-scrollbar-thumb:hover {
    background: #555;
      border-radius:30px;
  }
  
.navbar-brand img {
	max-width: 154px;
}
.tabcontent {
	height: 100%;
	overflow-y: scroll;
    padding-bottom: 90px !important;
}
.custom_modules .tab {
	display: none;
    transition: opacity 0.3s ease, height 0.3s ease;
}
.custom_modules .active_menu .tab {
	display: block;
}
li.heading_cat:after{background:unset !important;}
.heading_cat{
    text-align: center;
}
body {
    background: #fff; 
	font-family: 'Noto Sans', sans-serif;
}
.container {max-width:1100px; margin:auto;}
.main-header-section {
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px 33px;align-items: center;
}
.active_menu .tab {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
}
.main-header-section {
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 4px 33px;
    align-items: center;
}
header {
    padding: 45px 45px 30px 45px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
}
.overlay-section {
    background: black;
    width: 100%;
    height: 130px;
    display: inline-block;
    position: fixed;
    left: 0;
    right: 0;
	z-index:9;
}
.side-bar ul {
    background: #fff;
}
ul.navigation {
    display: flex;
    gap: 35px;
    list-style: none;
}
.logo img {
    height: 44px;
    margin-top: 3px;
}
.side-bar {
    position: relative;
    z-index: 9;
}

.main-section {
    position: relative;
	background:#000;
}

.content-section {
    position: relative;
    z-index: 0;
}
ul.navigation li a {
    color: rgba(0,0,0,1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition-duration: 0.5s;
    transition-property: color,letter-spacing,text-decoration;
    padding: 0.5rem;
}
ul.navigation li a:hover {
    color: rgba(228,33,39,1);
    letter-spacing: 0.1em;
    text-decoration: underline;
}
.main-content {
    display: grid;
    grid-template-columns: 2.5fr 4fr;
    gap: 50px;
}
.side-bar ul {
    background: rgba(241,241,241,1);
    max-width: 395px;
    margin-left: auto;
    width: 100%;
    border-radius: 20px;
    height: 100%;
    padding: 15vh 8px 0 8px;
    list-style: none;
    position: sticky;
    top: 0;
}
.toggle-menu {
  display: none;
}
.side-bar li a {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 12px 10px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 7px;
    text-transform: capitalize;
    transition-duration: 0.5s;
    transition-property: color,letter-spacing,text-decoration;
    line-height: normal;
	font-weight: 600;
}
.side-bar li a:hover {
    color: rgba(228,33,39,1);
    letter-spacing: 0.1em;
    text-decoration: underline;
}
.side-bar a img {
    height: 28px;
}
.side-bar li:after {
    content: '';
    background: url(../images/ellipselarge.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    right: -33px;
    top: 11px;
}

.side-bar li {
    position: relative;
}

.content-section {
    padding-top: 16vh;
    padding-bottom: 20px;
    margin-bottom: 5px;
    height: 97vh;
}
.tab {
    display: grid;
    border: none;
    padding: 13px 0px 13px 40px;
    border-radius: 20px;
    gap: 12px;
}

.side-bar li.active_menu a {
    background: #e42127 !important;
    color: #fff !important;
}

.side-bar li.active_menu a img{
    filter: brightness(0) invert(1);
}

.icons_tab {
    padding: 14px 15px;
    border: 1px solid #fff;
    border-radius: 20px;
	margin-bottom:6px;  
}
.icons_tab button {  
    letter-spacing: 0;
}
.side-bar li:after.active{

    filter: brightness(0) invert(1);

}

.icons_tab button {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    align-content: center;
    background: none;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.15em;
    cursor: pointer;
}

.icons_tab button img {
    height: 15px;
}
.main-container {
    padding: 0 25px;
}
.tabcontent {
  display: none;
}
.icons_tab span {
    display: flex;
    align-items: center;
}
.icons_tab button div {
    transition-duration: 0.5s;
    transition-property: color,letter-spacing,text-decoration;
}
.icons_tab button div:hover {
    color: rgba(228,33,39,1);
    letter-spacing: 0.1em;
    text-decoration: underline;
}
.tabcontent {
    background: rgba(241,241,241,1);
    border-radius: 20px;
    padding: 20px 20px;
    margin-top: 20px;
}
.content_sec .tab_image {
    margin-bottom: 20px;
    display: inherit;
}

/* .content_sec p {
    background: #fff;
    box-shadow: 0 0 0 #000;
    padding: 20px;
    border-radius: 20px;
} */
.content_sec .content_part {
    background: #fff;
    box-shadow: 0 0 0 #000;
    padding: 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align: justify;
}
.tab {
    flex-wrap: wrap;
}
.side-bar li.active_menu:after {
	background-image: url(../images/white-circle_new.png);
    right: -33px;
}
.tab_image {
	position: relative !important;
}
.tab_image h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 40px;
	text-align: center;
	font-family: 'Noto Sans';
	font-weight: 800;
	font-style: normal;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 100%;
}
.content_sec.modules_box {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
} 

header .navbar-light {
    border-radius: 40px;
    margin-left: 125px;
} 

div#navbarNav {
    justify-content: end;
}

.module-navbar {
    padding-left: 20px;
    padding-right: 20px;
}

#section-4 {
    position: relative;
}

#section-4 .post_box span {
    text-transform:uppercase;
    font-size:10px;
    color:#000;
    font-weight:700;
    line-height:25px;
    padding-right:30px;
    border-bottom:2px solid #e42127
}

.content_sec .post_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 200px;
    position: relative;
}

.content_sec .post_box h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.content_sec .post_box a {
	position: absolute;
	/* margin-top: 65px; */
	text-decoration: none;
	background-color: #e42127;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	transition-duration: 0.5s;
	transition-property: color,letter-spacing;
	line-height: 13px;
	font-weight: 700;
	padding: 8px 29px;
	border-radius: 20px;
	letter-spacing: 0.15em;
	bottom: 14px;
}

.content_sec .post_box a:hover{
   letter-spacing: 0.1em;
   color: #ffffff8f;
}


.content_sec iframe {
	width: 100%;
	height: 300px;
	border-radius: 22px;
    margin-bottom: 20px;
}  
.embed_url_frame {
	height: 600px !important;
}
.top-circle {
  background: url(../images/12.png);
    background-size: auto;
  background-size: auto;
  width: 250px;
  height: 250px;
  display: inline-block;
  position: absolute;
  right: 280px;
  background-size: cover;
  top: -57px;
}
.bottom-circle {
  /* background: url(../images/12.png);
    background-size: auto;
  background-size: auto;
  background-size: auto;
  width: 220px;
  height: 220px;
  display: inline-block;
  position: absolute;
  right: 350px;
  background-size: cover;
  bottom: 180px; */
}
@media(max-width:1399px){
	.tab {
    padding: 13px 30px;
}
}

@media(max-width:991px){
.main-content {
    gap: 30px;
}
.tab {
    padding: 13px 30px;
    gap: 20px;
}
header {
    padding: 45px 15px 30px 15px;
}
.side-bar li:after {
    top: 16px;
}
}

@media (max-width:870px){
	.main-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}
.toggle-menu {
  display: block !important;
}
.menu {
  position: absolute;
  top: 110px;
  background: #fff;
  width: auto;
  left: 20px;
  right: 20px;
  border-radius: 20px;
  padding: 30px 30px;
}
ul.navigation {
  flex-wrap: wrap;
  gap: 25px;
}
.menu{display:none;}
.navigation li {
  width: 100%;
}
.side-bar ul{max-width:100%;}
.overlay-section {
    position: relative;
}
.side-bar ul {
    padding: 30px 15px;
}
.side-bar li:after {
    right: 15px;
    top: 11px;
}
.tab {
    padding: 13px 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.content-section {
    padding-top: 30px;
    padding-bottom: 50px;
}
.side-bar li a {
    padding: 12px 53px 12px 15px;
}

.content_sec.modules_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
} 

header .navbar-light {
    border-radius: 40px;
    margin-left: 0px;
}

}

section.discover-section{
max-width: 700px !important;
}
@media (max-width:767px){
    .image_sec img {
        width: 38% !important;
    }
    .main-section {
        height: 100vh;
        overflow: unset !important;
    }
    }