body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    /* background: #0c1421; */
    background: radial-gradient(circle, #100918 0%, #1e1528 48%, #241931 100%);
}

.theme-btn {
    width: 150px; 
    font-size: 16px;
    background: #FCA91E;
}

.responsive {
    width: 80%;
    height: auto;
}

.styled-img {
    margin-bottom: 50px; 
    max-width: 500px; 
    max-height: 500px; 
    border-radius: 50% 0px;
}

.main-subtext {
    font-size: 16px;
}

.padding-top-10 {
    padding-top: 5%;
}

.padding-bottom-10 {
    padding-bottom: 10%;
}

.padding-top-20 {
    padding-top: 20%;
}

.page-heading-container {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
}

.navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 16px;
    color: #fff;
}

.navbar-nav .nav-link.active {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.navbar-brand, .navbar-brand:focus, .navbar-brand:hover {
    font-size: 22px;
    color: #fff;
}
.navbar-collapse {
    flex-direction: row-reverse;
}

.page-heading {
    font-size: 80px;
    line-height: 120%;
    text-align: center;
    margin: 80px auto 0 auto;
    color: #FCA91E;
    font-weight: 300;
}

@keyframes mymove {
    from {
        color: #FFF
      }
      to {
        color: #FCA91E;
      }
  }

section {
    padding: 8% 8% 8% 8%;
}

section.odd {
    background: #281b38;
}

section .section-heading {
    font-size: 36px;
    padding-top: 30px;
}

.page-sub-heading {
    font-size: 22px;
    padding: 20px 0px;
}
.widget-container {
    background-color: #281b38;
    padding: 20px 30px !important;
    font-size: 15px;
    min-height: 300px;
    max-height: 500px;
    border-radius: 5px;
    color: #fff;

}

.metric-container {
    background-color: #281b38;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-right: 0px;
    margin-left: 0px;

    .number {
        font-size: 40px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    
    .metric {
        font-size: 20px;
        margin-bottom: 30px;
        color: #FFCA2B;
    }
}


.align-center {
    text-align: center;
    justify-content: center;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-40 {
    font-size: 40px;
}

.border-radius-15 {
    border-radius: 15px;
    height: 500px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-100 {
    margin-bottom: 80px;
    margin-left: 12%;
    margin-right: 12%;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.width-100 {
    width: 100%;
}

.widget-heading {
    margin-bottom: 25px;
}

.widget-container i {
    font-size: 50px;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
    color: #FFCA2B;
}

.footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    border-top: solid 1px #FCA91E;
}

.footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
}

.footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
}

.footer-dark ul a:hover {
    opacity:0.8;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align:center;
        padding-bottom:20px;
    }
}

.footer-dark .item.text {
    margin-bottom:36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom:0;
    }
}

.footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
}

.footer-dark .item.social {
    text-align:center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align:center;
        margin-top:20px;
    }
}

.footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
}

.footer-dark .item.social > a:hover {
    opacity:0.9;
}

.footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:14px;
    margin-bottom:0;
}

.highlight-block {
    padding: 50px;
    border-radius: 15px;
    background: #281b38;
    border: solid 1px #FCA91E;
}

.icon-big {
    font-size: 4em;
    color: #FCA91E;
    animation: mymove 1s infinite;
}

.small-text {
    font-size: 14px;
    color: #ccc;
}

.margin-top-30 {
    margin-top: 30px;
}

.hexagon {
    height: 20px; /* adjust to control the size  */
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    background: #3B8686;
  }