/* 0D6EFD */

:root {
  --Primary: #0d6efd;
  --Secondary: #6c757d;
  --Success: "#198754";
  --Danger: "#DC3545";
  --Warning: "#FFC107";
  --Info: "#0DCAF0";
  --Dark: "#212529";
}

body {
  background: url(img/bg1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* overflow-y: hidden; */
}

/* @import url("https://fonts.googleapis.com/css?family=Kanit:900"); */

.main {
  background-color: #eecccc;
}

h1 {
  color: #fff;
  font-family: "Kanit";
  font-size: 7vw;
  line-height: 1em;
  text-align: center;
  /* transform: translateY(-50%); */
  /* width: 100%; */
  text-shadow: 0 1px 0 #dba1a1, 0 2px 0 #d89999, 0 3px 0 #d59292,
    0 4px 0 #d28a8a, 0 5px 0 #cf8383, 0 6px 0 #cd7c7c, 0 7px 0 #ca7474,
    0 8px 0 #c76d6d, 0 0 5px rgba(230, 139, 139, 0.05),
    0 -1px 3px rgba(230, 139, 139, 0.2), 0 9px 9px rgba(230, 139, 139, 0.3),
    0 12px 12px rgba(230, 139, 139, 0.3), 0 15px 15px rgba(230, 139, 139, 0.3);
}

.bg-transparent {
  background-color: transparent;
}

.items {
  margin-top: -135px;
}

.item img {
  border-radius: 5%;
  width: 24.4vw;
}

.name {
  font-size: 3vw;
  text-transform: uppercase;
  text-decoration: none;
}
.logo {
  position: relative;
  width: 20%;
  /* z-index: 1; */
}
.iitm-logo {
  position: relative;
  /* z-index: 9; */
}

.item .min-logo {
  width: 20%;
}

/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.progress-container {
  width: 80%;
  max-width: 600px;
  text-align: center;
}

#progress-bar {
  width: 0%;
  height: 20px;
  background-color: var(--Primary);
  border-radius: 10px;
  transition: width 0.2s ease;
}

#progress-text {
  margin-top: 10px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #555;
}

.hover1 {
  background-color: transparent;
  position: absolute;
  left: 7.5%;
  height: 100%;
  width: 35%;
  z-index: 9;
}

.hover2 {
  background-color: transparent;
  position: absolute;
  right: 7.5%;
  height: 100%;
  width: 35%;
  z-index: 9;
}

.ncmrwf-logo,
.iitm-logo {
  position: relative;
  z-index: 1;
}
