.h2_class{
font-size: 100px;
  line-height: .8;
  color: #fff;
  letter-spacing: -5px;
  margin-bottom: 0;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  background-size: cover;
  background-position: top center;
}

:root {
  --primary: #ff0000; /* Replace with your desired primary color */
}

/* Webkit (Chrome, Safari, Opera) */
::-webkit-scrollbar {
  width: 4px; /* Adjust the width as per your preference */
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

/* Firefox */
::-moz-scrollbar {
  width: 8px; /* Adjust the width as per your preference */
}

::-moz-scrollbar-thumb {
  background-color: var(--primary-color);
}

/* IE, Edge */
::-ms-scrollbar {
  width: 8px; /* Adjust the width as per your preference */
}

::-ms-scrollbar-thumb {
  background-color: var(--primary-color);
}

@font-face {
    font-family: 'Ethnocentric Rg';
    src: url('../fonts/ethnocentric/EthnocentricRg-Italic.eot');
    src: url('../fonts/ethnocentric/EthnocentricRg-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ethnocentric/EthnocentricRg-Italic.woff') format('woff'),
        url('../fonts/ethnocentric/EthnocentricRg-Italic.woff2') format('woff2'),
        url('../fonts/ethnocentric/EthnocentricRg-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.ethnocentric_font{
  font-family: unset !important;
    font-family: Ethnocentric Rg !important;
}

.float-right{
    float : right !important;
}

@media (max-width: 1500px)
.slider-angle-shape {
  width: 800px;
}
.slider-angle-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 899px;
  background-position: right center;
  height: 100%;
  z-index: -10;
}

/*.custom-loader-image {
  position: fixed;
  width: 96px;
  height: 136px;
  left: 45%;
  top: 40%;
}

.custom-loader-image a, img {
  outline: 0;
  width: 300px;
  top: 0;
  left: 0;
}*/