@charset "utf-8";
/* CSS Document */

		/*
		Popup Background Color: #f2f2f2
		Welcome Header: #2e2e2e
		Footer One: #a0b75e
		Blog Card: #F5F5F5
		Blog Card Mouse Over: #dff1bf
		H3/Cat Color/comment card title: #d01010
		More Info Blog Card: #666 
		Reading / Cmt / Time Font: #888
		Light border color: #F0F0F0
		Comment card mouse over: #dff1bf
		*/

		@font-face {
		   font-family: bahnschrift;
		   src: url(fonts/bahnschrift.ttf);
		}

		::-webkit-scrollbar {display: none;}
		#element::-webkit-scrollbar {display: none;}
		::-webkit-scrollbar {width: 16px; background: transparent; /* Hides the scrollbar background */}
		::-webkit-scrollbar-thumb {background: linear-gradient(145deg, #ccc, #aaa); border-radius: 10px; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.5);}
		::-webkit-scrollbar-button {display: none; /* Hides the scrollbar arrows */}
		* {scrollbar-width: thin; scrollbar-color: #ccc transparent; /* Hides the scrollbar background */}
		*::-webkit-scrollbar-thumb {background: linear-gradient(145deg, #ccc, #aaa); border-radius: 10px; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.5);}

		* {box-sizing: border-box;}
		
		body {font-size: 100%; font-family: Arial; font-size: 14px; color: #383838; text-decoration:none; line-height: 24px; background-color:#fff; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}
		p {text-align: justify; letter-spacing: 1px;}

		a img {text-decoration: none;}
		a:link {text-decoration: none; color: #383838;}
		a:visited {text-decoration: none; color: #383838;}
		a:active {text-decoration: none; color: #383838;}
		a:hover, a:visited {text-decoration: none; color: #383838;}	

		h1 {font-size: 28px; font-weight: bold; color:#2e2e2e; padding:0 0 12px 0;}
		h2 {font-size: 21px; font-weight: 200; color:#29566a;}
		h3 {font-size: 18px; color:#d01010; margin-top:3px; margin-bottom:3px; font-weight: 250;}
		h4 {font-size: 16px; color:#4e94b4; margin-top:3px; margin-bottom:3px; font-weight: 250;}
		h5 {font-size: 14px; color:#595959; margin-top:12px; margin-bottom:12px; font-weight: 250;}
		h6 {font-size: 12px; color:#2e2e2e; margin-top:3px; margin-bottom:3px; font-weight: 250; line-height: 18px;}
		
		#welcomeheader {display: flex; justify-content: space-between; align-items: center; width:100%; padding: 0 9vw; background-color:#2e2e2e; text-align:left; color:#fff; height: 52px;}
		
		#logoheaderblog {display: flex; justify-content: space-between; align-items: center; width:100%; text-align:left; background:#FFF; height:auto; padding: 12px 9vw; border-bottom: 1px solid #2e2e2e;}
		#logo {width:18vw;} #menuicon {width: 4vw; cursor: pointer;}
		
		#container {width: 82vw; padding: 32px 0; margin-right: auto; margin-left: auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-items: stretch;}
		#container-left {width: 68%; display: block; height: auto;}
		#container-right {width: 29%; padding-left: 3%; border-left: 1px solid #ccc;} 
		#sidebar-box {width: 100%;} 
		#container-cover {width: 100%;}
		
		#flx-container {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-items: stretch;}
		#flx-containerplus {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-items: stretch;}
		#flx-four {width: 23.8%; height: auto; margin-bottom: 24px;}

		#scroll-cover {width: 100%; height: auto; overflow: visible;}
		#scroll-container {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-items: stretch;}
		
		#scroll-four {width: 23.8%; margin-bottom: 24px;}
		
		#sidenav {height: 100%; width: 280px; /*250px;*/ position: fixed; z-index: 1111; top: 0; left: 100%; background-color: #2e2e2e; overflow-x: hidden; transition: 0.5s; padding-top: 12px;}
		#sidenav a {padding: 8px 8px 8px 32px; text-decoration: none; font-size: 15px; color: #fff; display: block; padding: 12px 5%; margin: 0 10%; border-bottom: 1px solid #ccc;} 
		#sidenav a:hover {color: #dff1bf;}
		#sidenav img {height: 15px; width: 15px; float: left; margin-right: 10px; margin-top: 3px;}
		#sidenav-close {position: fixed; left: 100%; top: 13px; cursor: pointer;	z-index: 1111; transition: 0.5s; color: #fff; font-size: 20px; margin-right: 40px; border-radius: 50%;}
		#sidenav-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); display: none; z-index: 1110;}
		
		#footerone {display: flex; justify-content: space-between; align-items: center; width:100%; padding: 12px 9vw; background-color:#a0b75e; text-align:left; font-size: 13px; font-weight: bold; color: #2e2e2e;}
		#footertwo {display: flex; justify-content: space-between; align-items: center; width:100%; padding: 12px 9vw; background-color:#2e2e2e; text-align:left; font-size: 13px; font-weight: bold; color: #fff;}
		
		#landscapedisplay {display: block;} #portraitdisplay {display: none;}
		.mobile {display: none;} .tab {display: none;} .desktop {display: block;}
		
		#corner-popup {position: fixed; bottom: 20px; right: 20px; background-color: #f2f2f2; border-radius: 10px; padding: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); z-index: 99; width: 80%; max-width:  380px; padding: 18px; display: none;}
		#corner-popup-close {position: absolute; top: 12px; right: 18px; font-size: 20px; cursor: pointer;}
		#corner-popup-title {font-weight: bold; margin-right: 30px; /* Adjust as needed */}
		
		#ontopbtn {width: 52px; height: auto; right: 3%; bottom: 3%; cursor: pointer; position: fixed; display: none; box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; border-radius: 50%; border: 1px solid #fff; content: url('images/top.png'); background-color: #fff;}
		
		#smicon img {width: 16px; height: auto; display: inline-block; vertical-align: middle; margin-left:15px;}
		
		/* mobile landscape */
		@media all and (min-width: 414px) and (max-width: 783px) and (orientation: landscape) {
			
			#welcomeheader {padding: 0 3vw}
			#logoheaderblog {padding: 12px 3vw;} #logo {width:28vw;} #menuicon {width: 6.5vw;}
			
			#container {width: 94vw;} #container-left, #container-right {width: 100%; padding-left: 0; border-left: none;}
			
			#scroll-cover {overflow-x: scroll;} #scroll-container {width: 165vw;}
			
			#flx-four {width: 47%;}
			
			#footerone, #footertwo {padding: 12px 3vw}
			
			.mobile {display: block;} .desktop {display: none;}
			
		}
		
		/* tab landscape */
		@media all and (min-width: 784px) and (max-width: 1272px) and (orientation: landscape) {
			
			#welcomeheader {padding: 0 5vw}
			#logoheaderblog {padding: 12px 5vw;} #logo {width:24vw;} #menuicon {width: 4.5vw;}
			
			#container {width: 90vw;} #sidebar-box {width: 33%;}
			#sidebar-box {width: 100%;}
			
			#scroll-cover {overflow-x: scroll;} #scroll-container {width: 90vw;}
			
			#flx-four {width: 31%;}
			
			#footerone, #footertwo {padding: 8px 5vw}
			
			.mobile {display: none;} .desktop {display: block;}
			
		}
		
		/* mobile portrait */
		@media all and (max-width: 767px) and (orientation: portrait) {
			
			#welcomeheader {padding: 0 4vw}
			#logoheaderblog {padding: 10px 4.2vw;} #logo {width:45vw;} #menuicon {width: 10vw;}
			
			#container {width: 92vw;} #container-left, #container-right {width: 100%; padding-left: 0; border-left: none;}
			
			#scroll-cover {overflow-x: scroll;} #scroll-container {width: 325vw;}
			
			#flx-four {width: 100%;}
			
			#footerone, #footertwo {padding: 10px 4vw;} 
			#landscapedisplay {display: none;} #portraitdisplay {display: block;}
			.mobile {display: block;} .desktop {display: none;}
			
			#corner-pop {max-width: auto; right: 20%;}
		}

		/* tab portrait */
		@media all and (min-width: 768px) and (orientation: portrait) {
			
			#welcomeheader {padding: 0 2.5vw}
			#logoheaderblog {padding: 10px 2.5vw;} #logo {width:30vw;} #menuicon {width: 6vw;}
			
			#container {width: 95vw;} #container-left, #container-right {width: 100%; padding-left: 0; border-left: none;}
			
			#scroll-cover {overflow-x: scroll;} #scroll-container {width: 148vw;}
			
			#flx-four {width: 23.8%;}
			
			#footerone, #footertwo {padding: 10px 2.5vw;}
			.mobile {display: block;} .desktop {display: none;}
			
		}

		.blogcard {overflow: hidden; cursor: pointer; transition: 0.5; border-bottom: 2px solid #ADADAD; border-radius: 7px; padding: 18px; background-color: #F5F5F5;}
		.blogcard:hover {box-shadow: 0 2px 4px rgba(0,0,0,.2); background-color: #dff1bf;}
		.blogcard-img {position: relative; width: 100%; height: 0; padding-bottom: 75%; overflow: hidden; margin-bottom: 12px; border: 1px solid #ccc; background-image: url('images/loading-mitraa.gif'); background-repeat: no-repeat; background-size: auto 25%; background-position: center; border: 5px solid white; outline: 1px solid #ccc;}
		.blogcard-img img{ position: absolute; width: 100%; height: 100%; object-fit: cover;}
		.blogcard-category {font-size: 12px; color: #d01010; font-weight: 550; padding: 0 6px; text-transform: uppercase;}
		.blogcard-title {font-size: 14px; line-height: 24px; margin-top: 10px; margin-bottom: 10px; font-weight: bold; padding: 0 6px; text-align: left; letter-spacing: normal;}
		.blogcard-description {font-size: 14px; line-height: 23px; color: #666; margin-bottom: 10px; padding: 0 6px; margin-bottom: 16px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
		.blogcard-footer {display: flex; justify-content: space-between; font-size: 12px; color: #888; padding: 0 6px;}
		.blogcard-comments {color: #888; position: relative;}
		.blogcard-comments::before {content: ""; background-image: url('images/comment-icon.png'); background-size: cover; display: inline-block; width: 12px; height: 12px;
		  position: relative; top: 2px; margin-right: 5px; }
		.blogcard-views {color: #888; position: relative;}
		.blogcard-views::before {content: ""; background-image: url('images/view-icon.png'); background-size: cover; display: inline-block; width: 12px; height: 12px;
		  position: relative; top: 2px; margin-right: 5px; }
		.blogcard-readtime {color: #888; position: relative;}
		.blogcard-readtime::before {content: ""; background-image: url('images/clock-icon.png'); background-size: cover; display: inline-block; width: 12px; height: 12px;
		  position: relative; top: 2px; margin-right: 5px;}

		.commentcard {border-radius: 8px; overflow: hidden; cursor: pointer; transition: 0.5; border: 1px solid #F0F0F0; padding: 18px; padding-bottom: 6px; margin-bottom: 24px;}
		.commentcard:hover {box-shadow: 0 2px 4px rgba(0,0,0,.2); background-color: #dff1bf;}
		.commentcard-title {font-size: 16px; color: #d01010; margin-top: 5px;}
		.commentcard-description {font-size: 14px; margin-top: 10px;}
		.commentcard-info {border-top: 1px solid #ccc; margin-top: 12px; display: flex; align-items: center; padding: 10px 0;}
		.commentcard-blogname {font-size: 12px; color: #888; margin: 0;}
		
		.profilecard {border-radius: 8px; overflow: hidden; cursor: pointer; transition: 0.5; border: 1px solid #F0F0F0; padding: 18px; padding-bottom: 6px; margin-bottom: 24px;}
		.profilecard:hover {box-shadow: 0 2px 4px rgba(0,0,0,.2); background-color: #dff1bf;}
		.profilecard-picture {width: 35%; height: auto; border-radius: 50%; object-fit: cover; border: 2px solid #ccc; margin-bottom: 5px;}
		.profilecard-name {width: 100%; font-size: 20px; font-weight: bold; margin-top: 10px;}
		.profilecard-title {width: 100%; font-size: 16px; color: #d01010; margin-top: 5px;}
		.profilecard-description {width: 100%; font-size: 12px; margin-top: 10px; overflow: hidden; text-align: left; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
		.profilecard-description-all {width: 100%; font-size: 13px; margin-top: 10px; overflow: hidden;}
		.profilecard-info {width: 100%; border-top: 1px solid #ccc; margin-top: 12px; display: flex; align-items: center; padding: 10px 0;}
		.profilecard-textinfo {width: 100%; font-size: 14px; color: #888; margin: 0;}
		.profilecard-main {border-radius: 8px; overflow: hidden; transition: 0.5; border: 1px solid #F0F0F0; padding: 18px; padding-bottom: 6px; margin-bottom: 24px;}

		.lightbox-background {display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.9);}
		.lightbox-content {margin: auto; display: block; width: 92%; max-width: 450px; height: auto; background-color: white; padding: 20px; border-radius: 4px;}
		.lightbox-close {color: white; position: absolute; top: 20px; right: 20px; font-size: 20px; font-weight: bold; transition: 0.3s;}
		.lightbox-close:hover, .lightbox-close:focus {color: #FF686B; text-decoration: none; cursor: pointer;}

		#mitraaloading {width: auto; height: auto; position: fixed; top: 5%; left: 50%; border: 1px solid #ccc; transform: translate(-50%, 0); background-color: #fff; padding: 15px; border-radius: 5px;}
