@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");


body {
  overflow-x: hidden;
  background-image: linear-gradient(to right, #af180a, #d5ae00);
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.vt323-regular {
  font-family: "VT323", serif;
  font-weight: 400;
  font-style: normal;
}


.hero-container {
  width: 100vw;
}

.hero {
  background-image: linear-gradient(to right, #af180a, #d5ae00);
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.hero h1,
h3,
p {
  color: white;
  
}

.hero h1 {
  font-size: 80px;
}

.hero a {
  border: none;
  color: rgb(2, 74, 175);
  font-size: 16px;
  font-weight: 500;
}

.hero a:hover {
  background-color: #ecb706 !important;
  color: #ffffff !important;
  font-weight: 500;
}

.hero .right-img {
  width: 100%;
}

.hero .btn {
  width: 500px;
}

.hero .container {
  position: relative;
}

.hero .para {
  text-align: justify;
}

.hero .para-container {
  padding-right: 5% !important;
}



.carousel {
  background-color: rgb(2, 74, 175);
  margin: 20px 0px;
}

.mario-title {
  font-family: "VT323", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

li,
p {
  font-family: "Roboto", serif;
}

.carousel-box {
  --mask: radial-gradient(42.43px at 50% 60px, #000 99%, #0000 101%)
      calc(50% - 60px) 0/120px 51% repeat-x,
    radial-gradient(42.43px at 50% -30px, #0000 99%, #000 101%) 50% 30px/120px
      calc(51% - 30px) repeat-x,
    radial-gradient(42.43px at 50% calc(100% - 60px), #000 99%, #0000 101%)
      calc(50% - 60px) 100%/120px 51% repeat-x,
    radial-gradient(42.43px at 50% calc(100% + 30px), #0000 99%, #000 101%) 50%
      calc(100% - 30px) / 120px calc(51% - 30px) repeat-x;
  -webkit-mask: var(--mask);
  background-blend-mode: hard-light;
  mask: var(--mask);
}

.mario-1985,
.mario-1988,
.mario-1989,
.mario-1990,
.mario-1991,
.mario-1992,
.mario-1996,
.mario-2002,
.mario-2006,
.mario-2007,
.mario-2009,
.mario-2010,
.mario-2011,
.mario-2012,
.mario-2012-new,
.mario-2013,
.mario-2015,
.mario-2016,
.mario-2017,
.mario-2019,
.mario-2019-new,
.mario-2020,
.mario-2021 {
  cursor: pointer;
}

.mario-1985 img:hover,
.mario-1988 img:hover,
.mario-1989 img:hover,
.mario-1990 img:hover,
.mario-1991 img:hover,
.mario-1992 img:hover,
.mario-1996 img:hover,
.mario-2002 img:hover,
.mario-2006 img:hover,
.mario-2007 img:hover,
.mario-2009 img:hover,
.mario-2010 img:hover,
.mario-2011 img:hover,
.mario-2012 img:hover,
.mario-2012-new img:hover,
.mario-2013 img:hover,
.mario-2015 img:hover,
.mario-2016 img:hover,
.mario-2017 img:hover,
.mario-2019 img:hover,
.mario-2019-new img:hover,
.mario-2020 img:hover,
.mario-2021 img:hover {
  box-shadow: 0px 0px 10px red;
  border-radius: 20px;
}


/* this displays the mario description per year */

.display-mario-1985 {
  display: block;
}

.display-mario-1988,
.display-mario-1989,
.display-mario-1990,
.display-mario-1991,
.display-mario-1992,
.display-mario-1996,
.display-mario-2002,
.display-mario-2006,
.display-mario-2007,
.display-mario-2009,
.display-mario-2010,
.display-mario-2011,
.display-mario-2012,
.display-mario-2012-new,
.display-mario-2013,
.display-mario-2015,
.display-mario-2016,
.display-mario-2017,
.display-mario-2019,
.display-mario-2019-new,
.display-mario-2020,
.display-mario-2021 {
  display: none;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: rgb(236, 235, 228);
  color: #0a8b2d;
  cursor: pointer;
  padding: 0px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: #0a8b2d 0px 0px 0px 3px;
  width: 50px;
  height: 50px;
}

#myBtn svg {
  height: 22px;
  width: 22px;
}

#myBtn:hover {
  background-color: #e3d058;
  color: rgb(255, 255, 255);
  box-shadow: 0 0 0 3px;
}



.ifooter {
  background-color: #ad1608;
}

.txt-tiny {
  font-size: 13px;
}

.video-corner {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.active-link{
  font-weight: bold;
  color: yellow !important;
  
}

/* this is for the scroll effect on the mario images */

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  
}

.marquee-container p {
  display: inline-block;
  animation: marquee 15s linear infinite;
  color: white; /* Equivalent to text-light */
  font-size: 1.4rem;  
  margin-top: 20px; /* Equivalent to mt-5 */
  font-family: 'VT323';
}

@keyframes marquee {
  from {
    transform: translateX(300%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* this is for the carousel next and prev buttons */
/* DO NOT DELETE THIS CODE 😂😂😂 */

/* .carousel-control-next-icon,
.carousel-control-prev-icon {
  background: yellow !important;
  border-radius: 100%;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background: red !important;
  border-radius: 100%;
} */

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #1cdf39 !important;
  border-radius: 10000px;
  padding: 10px !important;
  opacity: none !important;
  left: 100px !important;
}

.carousel-control-prev {
  left: -12% !important;
  top: 15% !important;
}

.carousel-control-next {
  right: -12% !important;
  top: 15% !important;
}


p{
  text-align: justify;
}



.ref:hover{
  
  background-color: rgb(0, 106, 255);
  border-radius: 3px;
  padding: 4px 5px;    
  border: 1px solid white;
}

.slideshow img {
  width: 250px;
  height: 450px;
  transition: opacity 1s ease-in-out;
}
