@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');
@import url("https://necolas.github.io/normalize.css/3.0.2/normalize.css");

.title
{
  z-index: 2;
  width: 40%;
  height: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
}

.smalltitle
{
  z-index: 2;
  width: 40%;
  height: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image{
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.smallimage{
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.detail {
  width: 100%; 
  background-color: #1d1d1d; 
  position: relative;
  margin: 0;
  height:1200px;
}

html {
  background-color: #1d1d1d; 
}

.smallcont {
  background-color: #101010;
  width: 210px;
  height: 300px;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 87px -9px rgba(0,0,0,0.59);
}

.longcont {
  background-color: #101010;
  width: 550px;
  height: 300px;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 87px -9px rgba(0,0,0,0.59);
}

.bigcont {
  background-color: #101010;
  width: 500px;
  height: 800px;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 87px -9px rgba(0,0,0,0.59);
  transition: opacity 0.2s;
}

.cont {
  background-color: #101010;
  width: 400px;
  height: 600px;
  margin: 30px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 87px -9px rgba(0,0,0,0.59);
}

.cont:hover, .longcont:hover, .smallcont:hover, .bigcont:hover{
  transition: 1s;
  background-color: #080808;
}

.contit{
  color: white;
  font-family:  'Comfortaa', cursive;
}

.cl{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}

.detailtitle{
  position: relative;
  text-align: center;
  color: white;
  font-family:  'Comfortaa', cursive;
  font-size:  40px;
  background-color: #161616;
  box-shadow: 0px 0px 87px -9px rgba(0,0,0,0.3);
  padding: 20px;
}

.contcont {
  position: relative;
  top: 10px;
  color: white;
  font-family:  'Comfortaa', cursive;
  font-size:  18px;
  width: 300px;
  margin: 0 auto;
}

.contlist {
  position: relative;
  top: 10px;
  color: white;
  font-family:  'Comfortaa', cursive;
  font-size:  18px;
  text-align: left;
  width: 300px;
  margin: 0 auto;
}

.contconts {
  position: relative;
  top: 10px;
  color: white;
  font-family:  'Comfortaa', cursive;
  font-size:  18px;
  width: 200px;
  margin: 0 auto;
}

.contdown{
  position: relative;
  margin-top: 40px;
  padding: 20px;
  border: 2px solid white;
  color: white;
  background: none;
  font-family:  'Comfortaa', cursive;
}

.contdownl{
  margin-top: 40px;
  padding: 20px;
  border: 2px solid white;
  color: black;
  background: white;
  font-family:  'Comfortaa', cursive;
}

.contl {
  position: relative;
  text-align: center;
}

.contdate{
  color: white;
  margin-top: 40px;
  font-family:  'Comfortaa', cursive;
  font-size: 12px;
}

.contimg{
  height: 200px;
}

@media only screen and (max-width: 800px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  [class*="sbdlb"] {
    width: 75%;
    height: 50%;
    vertical-align: top;
    margin-top: 85%;
    margin-left: 25%;
    margin-right: auto;
  }
  [class*="phq"] {
    margin-top: 15%;
  }
}

/* Download buttons */
.btn {
  background-color: #cc66ff;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 1em;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #ff99ff;
}

.navbar {
  position: sticky;
  z-index: 98;
  top: 0;
  width: 100%;
  font-size: 1em;
  word-spacing: 0.1;
  box-shadow: 0px 0px 87px -9px rgba(0,0,0,0.6);
}

.navbar::before {
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 20vh;
  height: 20vh;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0%);
          clip-path: polygon(0 0, 0% 100%, 100% 0%);
  background-color: #1d1d1d;
  content: "";
  z-index: -1;
}

.navbar::after {
  position: absolute;
  right: 0;
  bottom: -50%;
  width: 20vh;
  height: 20vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%);
  background-color: #1d1d1d;
  content: "";
  z-index: -1;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1d1d1d;
  text-align: center;
}

li {
  display: inline-block;
  margin: 0;
}

.navbar li a {
  display: block;
  color: #f1f1f1;
  font-family:  'Comfortaa', cursive;
  text-align: center;
  padding: 1.2em 3.9em;
  text-decoration: none;
  white-space: initial;
  /* -- nav button hover animation */
}

.navbar li a:hover {
  -webkit-box-shadow: inset 0px 0.5em 0px 0px rgb(187, 29, 174);
  box-shadow: inset 0px 0.5em 0px 0px rgb(187, 29, 174);
  -webkit-transition: box-shadow 0.3s ease-in-out 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out 0s;
  transition: -webkit-box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
}

.navbar li a.active {
  -webkit-box-shadow: inset 0px 0.5em 0px 0px purple;
  box-shadow: inset 0px 0.5em 0px 0px purple;
  -webkit-transition: box-shadow 0.3s ease-in-out 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out 0s;
  transition: -webkit-box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
}

::-webkit-scrollbar {
  width:12px;
  background-color: #1d1d1d;
}

::-webkit-scrollbar-thumb:hover {
  background: #121212; 
}

::-webkit-scrollbar-thumb {
  background: #0c0c0c;
  border-radius: 10px;
}