* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: rgb(44, 44, 53);
  font-family: "Montserrat", sans-serif !important;
}

nav {
  height: 80px;
  width: 100%;
}

ul {
  float: right;
  margin-right: 20px;
}

nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

.center_menu {
  float: left;
  margin-right: 22vw;
}

.side_menu {
  float: left;
}

nav ul li a {
  color: #fff !important;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

a:hover {
  color: rgb(133, 133, 133) !important;
}

.checkbtn {
  font-size: 30px;
  color: #fff;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

label.logo {
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}

section {
  background-color: #fff;
}

p {
  line-height: 150%;
}

.pimg1 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;

  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment: fixed;
}

.pimg1 {
  background-image: url("./img/main.jpg");
  min-height: 100%;
}

#main_head {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 10vw;
  text-align: left;
}

.button {
  display: inline-block;
  border-radius: 45px;
  background-color: rgb(133, 2, 2);
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 215px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.fixed p {
  padding-right: 30px;
}
.fixed > a:link,
.fixed > a:visited {
  text-align: right;
  text-decoration: none;
  color: #000;
}

.fixed > a:hover,
.fixed > a:active {
  text-decoration: underline;
}

#scroll a {
  right: 50%;
  top: 90%;
  transform: translate(0%, 90%);
  position: absolute;
}
#scroll a span {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.section {
  text-align: left;
  padding: 80px 40px;
}

@media (max-width: 568px) {
  .pimg1 {
    background-attachment: scroll;
  }
}

html,
body {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: #fff;
  font-weight: 400;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

h1.heading {
  color: #fff;
  font-size: 1vh;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #505050;
  text-align: left;
  padding: 1em;
}

.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}
.img-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.25s ease;
}
.card-content {
  padding: 25px;
  text-align: left;
}
.card-title {
  margin-top: 0px;
  font-size: 1.1em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.show-info {
  padding: 0px;
  margin-bottom: 0rem;
  font-family: "Montserrat", sans-serif;
}

.show-info span {
  font-style: italic;
  font-size: 14px;
  color: rgb(194, 192, 192);
}
.card-read-more {
  border-top: 1px solid #d4d4d4;
}
.card-read-more a {
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(133, 2, 2) !important;
}

.container2 {
  position: relative;
  /*height: 100vh;*/
  width: 100%;
  padding-bottom: 30px;
}

.container2 h3 {
  font-family: "Montserrat:700", sans-serif;
  text-align: left;
  padding-top: 30px;
  padding-left: 100px;
  font-weight: 500;
}

.container2 .gallery {
  position: relative;
  height: auto;
  width: 60%;
  margin: auto;

  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 2vmin;
  grid-auto-flow: dense;
}

.container2 .gallery .img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.container2 .gallery .img:first-child {
  grid-column-start: span 2;
  grid-row-start: span 2;
}

.container2 .gallery .img:nth-child(2) {
  grid-column-start: span 2;
  grid-row-start: span 2;
}

.container2 .gallery .img:nth-child(3) {
  grid-column-start: span 4;
  grid-row-start: span 3;
}

.container2 .gallery .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.email-section {
  background: url(img/email.png) no-repeat left;
  background-size: 55%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 100px 0;
}

.inner-container {
  width: 55%;
  float: right;
  background-color: #fdfdfd;
  padding: 150px;
}

.inner-container h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
}

.text {
  font-size: 13px;
  color: #545454;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}

.email-box {
  height: 40px;
  display: flex;
  justify-content: center;
}

.email-box i {
  background: #2f3542;
  color: #fff;
  text-align: center;
  width: 40px;
  line-height: 40px;
}

.tbox,
.tbtn {
  border: none;
  outline: none;
}

.tbox {
  background: #2f3542;
  color: #fff;
  width: 0;
  transition: 0.6s;
}

::placeholder {
  color: #fff;
}

.email-box:hover > .tbox,
.tbox:focus {
  width: 260px;
  padding: 0 10px;
}
.tbtn {
  background: #2f3542;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.upcoming-section {
  background: url(img/rectangle-11.png) no-repeat;
  background-size: 100%;
  background-color: #fdfdfd;
  overflow: hidden;
}

.upcom-container {
  width: 55%;
  float: right;
  color: #fdfdfd;
  padding: 100px;
}

.upcoming-options {
  height: 80px;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

#nextcoming {
  font-size: 1.3rem;
}

#name {
  font-size: 2rem;
}

.left-option {
  float: left;
  padding-top: 14px;
  margin-left: 5vw;
}
.left-option li {
  display: inline-block;
  margin-right: 3vw;
}

.right-option {
  float: right;
  padding-top: 14px;
  margin-right: 8vw;
}

.right-option li a {
  color: rgb(133, 2, 2) !important;
}

.heading {
  float: left;
  font-family: "Montserrat:700", sans-serif;
  text-align: left;
  padding-left: 100px;
  font-weight: 500;
  font-size: 30px;
  padding-top: 10px;
}

.text-block {
  font-size: 13px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}

.ad-section {
  background: url(img/festival.png) no-repeat 75% 25%;
  background-color: #e3e3e3;
  overflow: hidden;
}

.ad-container {
  width: 55%;
  float: left;
  padding: 100px;
}

.ad-text {
  font-size: 13px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}

/* footer */
.footer {
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 70px 0;
  box-sizing: border-box;
  background-color: #1d1d1d;
}

.inner-footer {
  display: block;
  margin: 0 auto;
  width: 1100px;
  height: 100%;
}

.inner-footer .logo-container {
  width: 35%;
  float: left;
  height: 100%;
  display: block;
}
.inner-footer .footer-third {
  width: calc(21.6666666667% - 20px);
  margin-right: 10px;
  float: left;
  height: 100%;
}

.inner-footer .footer-third:last-child {
  margin-right: 0;
}

.inner-footer .footer-third p {
  font-size: 16px;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.inner-footer .footer-third li {
  display: inline-block;
  padding: 0 5px;
  font-size: 22px;
}
.inner-footer .footer-third a {
  color: #fff;
}

.footer-bottom {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  background-color: #1d1d1d;
  padding: 5px;
}

/*====Media query=====*/

@media (min-width: 295px) and (max-width: 840px) {
  .email-section {
    padding: 0;
  }

  .ad-section {
    background: url(img/festival.png) no-repeat;
    height: 250px;
    background-position: center;
  }
  .ad-container h3 {
    display: none;
  }

  .ad-text {
    display: none;
  }
}
@media (min-width: 295px) and (max-width: 720px) {
  .left-option li,
  .right-option li {
    display: none;
  }
  .heading {
    padding-left: 35px;
    font-size: 22px;
  }

  .inner-container {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button {
    padding: 15px;
    width: 170px;
  }

  .text-block {
    display: none;
    position: absolute;
  }
  .container2 h3 {
    padding-left: 35px;
    text-align: left;
    font-weight: 500;
    font-size: 22px;
    padding-top: 10px;
  }

  .text {
    text-align: left;
    margin-bottom: 10px;
    line-height: 20px;
  }
}

@media (max-width: 800px) {
  .footer .inner-footer {
    width: 90%;
  }

  .inner-footer .logo-container,
  .inner-footer .footer-third {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-bottom {
    text-align: left;
    padding-left: 30px;
  }
}

@media screen and (max-width: 1000px) {
  label.logo {
    position: absolute;
    padding-left: 50px;
  }

  nav ul li a {
    font-size: 13px;
  }

  .inner-container {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .checkbtn {
    display: block;
  }
  .main-menubar {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav .main-menubar li {
    display: block;
    margin: 35px 0;
    line-height: 25px;
  }

  .center_menu,
  .side_menu {
    float: none;
    margin-right: 0;
  }

  nav .main-menubar li a {
    font-size: 20px;
  }
  a:hover,
  a.active {
    background: none;
    color: rgb(133, 133, 133);
  }
  #check:checked ~ .main-menubar {
    left: 0;
  }

  .text-block {
    line-height: 17px;
  }

  .upcom-container #nextcoming {
    font-size: 12px;
    margin-bottom: 0;
  }

  .upcom-container #name {
    font-size: 25px;
    margin-bottom: 0;
  }

  .inner-container h1 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900;
  }
}

@media (max-width: 410px) {
  .upcom-container {
    padding: 20px;
  }
}

@media (min-width: 410px) and (max-width: 1200px) {
  .upcom-container {
    padding: 50px;
  }

  .inner-container {
    padding: 80px;
  }
}

@media screen and (min-width: 1750px) {
  label.logo img {
    width: 150px;
  }

  .center_menu {
    margin-right: 30vw;
  }

  nav ul li a {
    color: #fff !important;
    font-size: 25px;
  }

  .heading {
    font-size: 40px;
    padding-top: 0px;
  }

  .upcoming-options {
    font-size: 25px;
  }

  .upcom-container {
    padding: 150px;
  }

  .text-block {
    font-size: 20px;
  }

  #name {
    font-size: 2.5rem;
  }

  .container2 h3 {
    font-size: 40px;
  }

  .inner-container h1 {
    font-size: 40px;
  }
  .text {
    font-size: 19px;
  }

  .ad-container h3 {
    font-size: 2.2rem;
  }

  .ad-text {
    font-size: 20px;
  }

  .logo-container img {
    width: 170px;
  }

  .footer-third p {
    font-size: 18px;
  }
  .inner-footer .footer-third a {
    padding: 0 10px;
    font-size: 25px;
  }
}
