@font-face {
  font-family: "georgiaregular";
  src: url("../fonts/georgia-webfont.woff2") format("woff2"), url("../fonts/georgia-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "great_vibesregular";
  src: url("../fonts/greatvibes-regular-webfont.woff2") format("woff2"), url("../fonts/greatvibes-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "georgiaregular";
}

img {
  width: 100%;
  display: block;
}

.main {
  width: 100%;
  background: url(../images/bg.png) repeat;
}

#header {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #820009;
  z-index: 1;
}

.top-name {
  text-align: center;
  padding: 20px;
}
.top-name h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0px;
  font-family: "great_vibesregular";
  color: #820009;
  font-weight: bold;
  padding-bottom: 0px;
}
@media screen and (max-width: 750px) {
  .top-name h1 {
    font-size: 11vw;
    line-height: initial;
  }
}
.top-name p {
  font-size: 20px;
  margin: 0px;
  line-height: 26px;
  color: #df9f07;
}
@media screen and (max-width: 750px) {
  .top-name p {
    font-size: 16px;
    margin: 0px;
    line-height: 20px;
  }
}

.banner {
  width: 100%;
}
.banner .slick-dots {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  margin: 0px;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
@media screen and (max-width: 750px) {
  .banner .slick-dots {
    bottom: 20px;
  }
}
.banner .slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0px 5px;
}
.banner .slick-dots li.slick-active button {
  transform: scale(1.5);
}
.banner .slick-dots li button {
  border: 1px solid #FFF;
  outline: none;
  text-indent: -100px;
  width: 12px;
  height: 12px;
  background: #820009;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px #000;
}

#timer {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.0823529412);
}
#timer #count-text {
  font-size: 20px;
  width: 150px;
  line-height: 20px;
}
@media screen and (max-width: 750px) {
  #timer #count-text {
    display: none;
  }
}
#timer > div {
  display: inline-block;
  margin: 0px 20px;
  font-size: 30px;
  color: #df9f07;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  #timer > div {
    font-size: 25px;
    margin: 0px 6px;
  }
}
#timer > div span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  #timer > div span {
    font-size: 14px;
  }
}

.function-head {
  padding-bottom: 30px;
  background: url(../images/head.png) no-repeat center bottom;
  font-size: 40px;
  color: #df9f07;
  text-align: center;
  padding-top: 50px;
  letter-spacing: 5px;
}
@media screen and (max-width: 750px) {
  .function-head {
    font-size: 30px;
  }
}

.event-img {
  border: 8px solid #a8701b;
}

.eventy-container {
  max-width: 900px;
  padding: 50px 20px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .eventy-container {
    padding: 30px 20px;
  }
}

.event-description-container {
  background-image: url(../images/left-top.png), url(../images/right-top.png), url(../images/left-bottom.png), url(../images/right-bottom.png);
  background-position: 5px 5px, 99% 5px, 5px 99%, 99% 99%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 2px solid #df9f07;
  position: relative;
  z-index: 1;
}
.event-description-container.rh {
  margin-left: -70px;
}
@media screen and (max-width: 750px) {
  .event-description-container.rh {
    margin-left: 0px;
  }
}
.event-description-container.lh {
  margin-right: -70px;
}
@media screen and (max-width: 750px) {
  .event-description-container.lh {
    margin-right: 0px;
  }
}

.align-centere {
  align-self: center;
}

.event-description {
  padding: 50px 93px 50px 80px;
}
@media screen and (max-width: 767px) {
  .event-description {
    padding: 30px;
    text-align: center;
  }
}

.event-name, .travel-head {
  font-size: 30px;
  text-transform: capitalize;
  color: #df9f07;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .event-name, .travel-head {
    font-size: 25px;
  }
}

.event-date, .event-map, .event-details {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 30px;
}

.event-icon::before {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  left: -25px;
  text-align: center;
}

.event-txt {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .event-txt {
    margin-top: 10px;
  }
}
.event-txt a {
  color: #a8701b;
}

.event-img2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .event-img2 {
    display: block;
    margin: 20px 0px;
  }
}

.eve-margin {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .eve-margin {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dis-none {
    display: none;
  }
}

.gal-img {
  margin-bottom: 20px;
  cursor: pointer;
}

.fancybox {
  border: 5px solid #a8701b;
  display: block;
}

.video {
  position: relative;
}
.video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 100px;
  color: #FFF;
  cursor: pointer;
}
.video video {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: #000;
}/*# sourceMappingURL=style.css.map */