:root{
      --primary-light: #ffffff;
      --secondary-light: #f5f5f5;
      --primary-dark:#1C1C1C;
      --secondary-dark: #0D0D0D;
      --primary-color: #FFCC00;
}
.inter-regular {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.inter-Bold {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
*:focus{
    box-shadow: none;
    outline: none;
}
.img-fluid{
    width:100%;
    height:auto;
}
html{
    font-size: 16px;
}
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: var(--primary-dark);
    overflow-x: hidden;
}
.shadow {
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.text-shadow{
    text-shadow: 2px 4px 8px var(--primary-dark);
}
hr{
    border-top: 1px solid var(--primary-dark);
}
a{
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    padding-top:10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    color: var(--primary-color);
}
a:hover{
    color: var(--secondary-dark);
}
h1{
    font-size: 2.2rem;
}
h2 {
    font-size:1.9rem;
}
h3 {
    font-size:1.6rem;
}
h1 span, h2 span, h3 span {
	color: var(--primary-color) !important;
}
h4 {
    padding: 12px 2px;
    font-size:1.3rem;
}
h5 {
    font-size:1.2rem;
}
h6 {
    font-size:1.1rem;
}
.personal {
    margin: 0px 0px;
    width: 156px;
    height: 51px;
}
.personal:hover {
	opacity: 0.8;
}
.title {
    position: relative;
    text-align: center;
    left: 40px;
    padding-bottom: 20px;
}
.title sup {
    position: relative;
    top: -60px;
    left: -80px;
    font-size: 12px;
}
.coming-next {
    position: relative;
    left: 15px;
}
.coming-next sup {
position: relative;
    top: -35px;
    left: -45px;
    font-size: 12px;
}
iframe{
    left:50%;
    border:none;
    width:805px;
    height:605px;
}
@media all and (max-width: 320px) {
}
@media all and (min-width: 321px) and (max-width: 360px) {
}
@media all and (min-width: 361px) and (max-width: 480px) {
}
@media all and (min-width: 481px) and (max-width: 576px) {
}
@media all and (min-width: 577px) and (max-width: 768px) {
}
@media all and (min-width: 769px) and (max-width: 991px) {
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    .personal {
        margin-bottom: 10px;
    }
}
@media all and (min-width: 1201px) and (max-width: 1400px) {
    .personal {
        margin-bottom: 10px;
    }
}