.home-container {
    position: relative;
    min-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
}
.capital-content {
    gap: 20px;
    font-size: 20px;
}
.capital-content a {
    min-width: 210px;
}
.flex-content {
    gap: 60px;
}
.flex-content .col {
    flex: 1;
    min-width: 310px;
}
/* 
.flex-content a {
    padding: 10px;
    flex: 1;
    min-width: 310px;
    line-height: 1.3;
}
.flex-content a::after {
  content: '';
  display: block;
  height: 28px;
  visibility: hidden;
  transition: height 0.3s ease;
}
.flex-content a:hover::after {
    height: 0;
}
.content-title{
    padding: 5px 0 0 0;
    color: #5ce1e6;
    font-size: 25px;
    position: relative;
    transition: all 0.3s ease;
}
.content-detail {
    font-size: 20px;
    color: #fff;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    transition: padding-top 0.3s ease;
}
.flex-content a:hover .content-title {
    padding-top: 15px;
    scale: 1.2;
}
.flex-content a:hover .content-detail {
    padding-top: 18px;
}
.flex-badge {
    position: absolute;
    background: linear-gradient(to right, #0a0a0a, #444);
    border-radius: 0 47px 47px 0;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
    max-width: 330px;
    height: 94px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    left: 50%;
    transform: translate(-50%,0);
    z-index: 0;
}

.flex-content a .shine {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 50%;
    height: 94px;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    pointer-events: none;
    opacity: 0;
}
.flex-content a:hover .shine {
    animation: shine-left 0.9s forwards;
} */

@keyframes shine-left {
    0% {
        right: 0;
        opacity: 1;
    }
    100% {
        right: 50%;
        opacity: 0;
    }
}

.main-module{
    position: relative;
    width: 250px;
    height: 250px;
    background: #fff;
    box-shadow: 0 15px 60px rgba(0,0,0, .5);
    border-radius: 15px;
  }
  
  .main-module .face{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .main-module .face.face1{
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    color: #000;
    background: #fff;
  }
  
  .main-module .face.face1 h2{
    margin: 0;
    padding: 0;
    font-size: 28px;
  }
  
  .main-module .face.face1 .content{
    font-size:22px;
    margin:0;
    padding:0 0 1em 0;
    font-weight:500;
    margin-top: -55px;
  }
  
  .main-module .face.face2{
    background: #111;
    transition: 0.5s;
  }
  
  .main-module .face.face2{
    background: linear-gradient(90deg, #0097b2, #7ed957);
    border-radius: 15px;
    border: 10px solid #2e765e;
  }
  
  .main-module:hover .face.face2{
    height: 100px;
    border-radius: 0 0 15px 15px;
  }
  
  .main-module .face.face2:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 50%;
    height: 100%;
    /* background: rgba(255,255,255, 0.1); */
    border-radius: 15px 0 0 15px;
  }
  
  .main-module .face.face2 h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    color: #fff;
    transition: 0.5s;
    text-shadow: 0 2px 5px rgba(0,0,0, .2);
  }
  
  .main-module:hover .face.face2 h2{
    font-size: 30px;
  }

   .main-module.hovered .face.face2 {
        height: 100px;
        border-radius: 0 0 15px 15px;
   }
    .main-module.hovered .face.face2 h2 {
        font-size: 30px;
    }

.circle-flex .circle {
    display: flex;
    align-items: center;
}
@media screen and (max-width:590px) {
    .home-container {
        padding-top: 72px;
    }
    .simplify {
        font-size: 28px !important;
    }

}
@media screen and (max-width:715px) {
    .capital-content a {
        min-width: fit-content;
        font-size: 16px;
    }
    .capital-content {
        gap: 25px
    }
}
@media screen and (max-width:920px) {
    .circle-flex .circle {
        max-width: 130px;
    }
    .circle-flex .circle img {
        width: 100%;
        height: auto;
    }
}

/* Ticker */
.marqueePan {
	max-height: 70px;
	overflow: hidden;
}

.tickercontainer {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

.tickercontainer .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.marqueePan ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;

}

.marqueePan ul li {
	margin: 0 3px;
	padding: 0;
}

.marqueePan ul li a {
	padding: 13px 20px;
	display: flex;
	align-items: flex-start;
	min-width: 225px;
	background: #2e765e;
	height: 60px;
	position: relative;
	white-space: nowrap;
    /* border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray; */
    font-family: "Lexend Deca", sans-serif;
}

.marqueePan ul li a h5 {
	font-size: 12px;
	margin: 0;
	margin-top: 0px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.marqueePan ul li a span {
	display: block;
	line-height: normal;
	font-size: 13px;
	margin-left: 0;
	color: #fff;
	font-weight: 400;
	line-height: 19px;
}

.marqueePan ul li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3.5px;
	background: #0570e4;
	top: 0;
	left: 0;
	opacity: 1;
}
.blurred {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
}

.marqueePan ul li a:after { background: darkgray; }

.marqueePan ul li a span { color: lightgray; } 
.marqueePan ul li a h5 {
    color: lightgray;
}
@media screen and (max-width: 720px) {
    .logoMarqueeSection {
        display: none;
    }
}