* {
  color: white;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

a {
  text-decoration: none;
}

/* SCORLLBAR | START */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0a0b1a;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #181b3d;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(223, 81, 164);
}
/* SCORLLBAR | END */

/* Utilities | START */

.container {
  padding: 0 20px;
  max-width: 1100px;
  margin: auto;
  overflow: auto;
}
.bg-color {
  background-color: #0a0b1a;
}

/* Utilities | END */

/* clear float | START */

.clear {
  clear: both;
}

/* clear float | END */

/* HEADER | START */

#main-header {
  background: url(../img/bg.png) no-repeat center center/cover;
  height: 100vh;
  width: 100%;
}

#main-header .container .navbar h1 {
  float: left;
  padding-top: 30px;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
}

#main-header .container .navbar ul {
  list-style: none;
  float: right;
  overflow: auto;
}

#main-header .container .navbar ul li {
  float: left;
  overflow: auto;
}

#main-header .container .navbar ul li a {
  display: block;
  padding: 30px 15px;
}

#main-header .container .navbar ul li a:hover,
.fa-lock:hover {
  color: rgb(236, 99, 179);
}

#main-header .container .about {
  padding-top: calc(100vh / 2.2);
}
#main-header .container h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 4rem;
  font-weight: 200;
}

#main-header .container p {
  font-size: 1.8rem;
  color: rgba(214, 213, 213, 0.63);
}
/* HEADER | END */

/* SECTION-1 | START */

#info {
  padding: 60px 0;
}

#info .container .box {
  display: inline-block;
  text-align: center;
  width: calc((100vw - 40px) / 6);
  margin: 1vw 1rem;
  padding: 6vw 1vw;
  border: 1px solid rgba(121, 121, 121, 0.281);
  border-radius: 100%;
}

.box-color {
  border-right: 2px solid rgb(238, 81, 173) !important;
  border-bottom: 2px solid rgb(238, 81, 173) !important;
}

.fa-heart {
  color: #252d86;
}

/* SECTION-1 | END */

/* section-2 | START */

#shows .container h2 {
  float: left;
  text-transform: capitalize;
  font-family: "Libre Baskerville", serif;
  font-size: 1.875rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

#shows .container a.view-all {
  float: right;
  text-transform: capitalize;
  font-weight: bold;
  color: goldenrod;
}

#shows .container .show-article {
  float: left;
  width: 23.1%;
  height: 400px;
  margin: 0 10px;
  border-right: 10px solid #252d86;
  border-top: 10px solid #252d86;
  border-radius: 8px;
  background-color: #0f1129;
  margin-bottom: 50px;
}

#shows .container .show-article img {
  width: 100%;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

#shows .container .show-article p {
  float: left;
  color: #0a0b1a;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  margin: 20px 20px 0px 20px;
  background-color: goldenrod;
}
#shows .container .show-article h3 {
  padding: 10px 0 20px 20px;
  text-transform: capitalize;
  font-family: "Libre Baskerville", serif;
  font-weight: 200;
}

#shows .container .show-article a {
  color: #3443ee;
  font-size: 16px;
  font-weight: bold;
  margin: 20px;
}
#shows .container .show-article .fa-arrow-right-long {
  padding: 15px 10px;
  color: #3443ee;
}
#shows .container .show-article .fa-bookmark {
  float: right;
  padding: 20px 20px 20px 0;
  color: rgb(238, 81, 173);
}

/* section-2 | END */

/* section-3 | START */

#reviews .container h2 {
  float: left;
  text-transform: capitalize;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  margin-bottom: 50px;
}
#reviews .container .browse i {
  margin-top: 2px;
}

#reviews .container .browse i,
#reviews .container .browse p {
  float: right;
  padding: 0px 10px;
  color: rgba(255, 255, 255, 0.377);
}

#reviews .container .review-box {
  float: left;
  border-top: 10px solid #2882bec0;
  border-right: 10px solid #2882bec0;
  border-radius: 15px;
  width: 30%;
  margin: 1.6%;
}

#reviews .container .review-box .bg {
  border: 2px solid goldenrod;
  border-radius: 10px;
  padding: 30px 20px;
}
#reviews .container .review-box img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 15px 20px 20px 0;
  border-radius: 100%;
}

#reviews .container .review-box h3 {
  padding: 20px 0 10px 0;
  text-transform: capitalize;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
}
#reviews .container .review-box p.address {
  font-size: 11px;
  font-weight: bold;
  color: goldenrod;
}
#reviews .container .review-box p {
  font-weight: 200;
  font-size: 17px;
  color: rgb(182, 182, 182);
}

/* section-3 | END */

/* footer | START */
#footer {
  background-color: #0f1129;
  text-align: center;
  padding: 20px;
}
/* footer | END */

/* go-top | START */

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #0f1129;
  border-radius: 100%;
}

.go-top:hover {
  background-color: #181c3f;
}
.go-top i {
  color: rgb(238, 81, 173);
  position: absolute;
  top: 16px;
  right: 20px;
}

/* go-top | END */
