*{
    font-family: 'DM Sans', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    touch-action: manipulation;
}
body {
    user-scalable: none;
    -webkit-user-zoom: fixed;
}
@viewport {
    zoom: 1.0 !important;
    user-zoom: fixed !important;
}
.card {
    transition: 0.3s;
}
.card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@import url(https://db.onlinewebfonts.com/c/2dca5bc5177da8cb08a17db78c5ee951?family=Futura+MdCn+BT+Medium);
@font-face {
    font-family: "Futura MdCn BT Medium";
    src: url("https://db.onlinewebfonts.com/t/2dca5bc5177da8cb08a17db78c5ee951.eot");
    src: url("https://db.onlinewebfonts.com/t/2dca5bc5177da8cb08a17db78c5ee951.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2dca5bc5177da8cb08a17db78c5ee951.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2dca5bc5177da8cb08a17db78c5ee951.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2dca5bc5177da8cb08a17db78c5ee951.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2dca5bc5177da8cb08a17db78c5ee951.svg#Futura MdCn BT Medium")format("svg");
}
.dyn-font {
    font-family: "Futura MdCn BT Medium";
}
a{
    color: black!important;
    text-decoration: none!important;
    cursor: pointer;
}
p,h6 {
    font-size: 16px;
    line-height: 1.6;
}
h1{
    font-size: 28px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
.px-5 {
    padding-right: 5rem!important;
    padding-left: 5rem!important;
}
.mx-5 {
    margin-right: 5rem!important;
    margin-left: 5rem!important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem!important;
}
.row {
    --bs-gutter-x: 0rem!important;
    overflow: hidden;
}
.mbl-view {
    display: none!important;
  }
  .sys-view {
    display: block;
  }
  .hidden {
    display: none;
}

#scroll-top img,svg {
    height: 70px;
    width: 60px;
}

#scroll-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  /* background: #FBBC05; */
  border-radius: 100%;
  cursor: pointer;
  z-index: 999!important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.15!important;
}
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.fs-1 {
    font-size: 2rem!important;
}
/* #scroll-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll-top:hover {
  transition: 0.3s;
  box-shadow: 0 0 20px 4px #fff;
} */
.navbar #share a {
    width: 20%;
}
@media (min-width: 1700px) and (max-width: 2000px){
    h1 {
      font-size: 50px!important;
    }
    .fs-1 {
        font-size: 3.5rem!important;
    }
    h2 {
        font-size: 2.5rem!important;
    }
    h5 {
        font-size: 30px!important;
    }
    p, h6 {
        font-size: 21px!important;
    }
    .lh-lg {
        line-height: 2!important;
    }
}
@media (max-width: 1024px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}
@media (max-width: 992px){
    .px-5 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    h3 {
      font-size: 20px!important;
    }
    .tab-view {
        display: block!important;
    }
    .tab-view-no {
        display: none!important;
    }
}
@media (min-width: 600px) and (max-width: 768px){
    .col-md-1 {
        width: 8%;
    }
    .col-md-2 {
        width: 16%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33%;
    }
    .col-md-5 {
        width: 41%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 50%;
    }
    .col-md-8 {
        width: 66%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83%;
    }
    .col-md-11 {
        width: 91%;
    }
}
@media (max-width: 600px){
    .fs-1 {
        font-size: 1.5rem!important;
    }
    h1 {
        font-size: 20px!important;
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    p,h6 {
        font-size: 14px;
        line-height: 1.8;
    }
    .fs-3 {
        font-size: 18px!important;
    }
    .fs-6 {
        font-size: 12px!important;
    }
    .mx-5 {
        margin-right: 0.5rem!important;
        margin-left: 0.5rem!important;
    }
    .mbl-view {
        display: block!important;
    }
    .sys-view {
        display: none!important;
    }
    .shape_gf {
        display: none!important;
    }
    .animated {
        animation: none !important; /* Disable CSS animations */
        transform: none !important; /* Disable AOS transform */
        /* Add other styles to disable AOS effects */
    }
    .navbar-toggler {
        padding: 2px 7px!important;
    }
}

