@charset "UTF-8";
@font-face {
  font-family: 'Enchanting Celebrations';
  src: url("assets/fonts/celebration/EnchantingCelebrations.eot");
  src: url("assets/fonts/celebration/EnchantingCelebrations.eot?#iefix") format("embedded-opentype"), url("assets/fonts/celebration/EnchantingCelebrations.woff2") format("woff2"), url("assets/fonts/celebration/EnchantingCelebrations.woff") format("woff"), url("assets/fonts/EnchantingCelebrations.ttf") format("truetype"), url("assets/fonts/celebration/EnchantingCelebrations.svg#EnchantingCelebrations") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
}
body ::-moz-selection {
  color: #C2185B;
  background: transparent;
}

a {
  outline: 0 !important;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
}

.pres-slide {
  background-color: #246F97 !important;
}

.owl-nav {
  margin: 0 !important;
}

#owl-demo {
  max-height: 100vh;
  overflow: hidden;
}

.owl-prev {
  background: #fff none repeat scroll 0 0 !important;
  border: 0 none;
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 7px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.owl-prev .fa.fa-chevron-left {
  color: #ef5350;
  -webkit-font-size: 15px;
  -moz-font-size: 15px;
  -ms-font-size: 15px;
  font-size: 15px;
  margin-right: 6px;
}

.owl-next {
  background: #fff none repeat scroll 0 0 !important;
  border: 0 none;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 7px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.owl-next .fa.fa-chevron-right {
  color: #ef5350;
  -webkit-font-size: 15px;
  -moz-font-size: 15px;
  -ms-font-size: 15px;
  font-size: 15px;
  margin-left: 6px;
}

.main-heading {
  color: #fff;
  font-family: Enchanting Celebrations;
  -webkit-font-size: 66px;
  -moz-font-size: 66px;
  -ms-font-size: 66px;
  font-size: 66px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  text-align: center;
}

@keyframes movingclouds {
  0% {
    margin-left: 0%;
  }
  60% {
    margin-left: -30%;
  }
}
/*===================================
=            wecome page            =
===================================*/
.welcome-page {
  animation: 60s linear 0s normal none infinite running movingclouds;
  background-image: url("assets/images/first.png");
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  padding: 60px;
  position: relative;
}
.welcome-page:after {
  background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.welcome-page__heading {
  color: #fff;
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 190px;
  -moz-font-size: 190px;
  -ms-font-size: 190px;
  font-size: 190px;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  text-shadow: 2px 2px 0 #555;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}

/*=====  End of wecome page  ======*/
/*===================================
=            first-slide            =
===================================*/
.first-slide {
  height: 100vh;
  background: #6f830f none repeat scroll 0 0;
  padding: 50px;
  color: #fff;
  position: relative;
}
.first-slide__content-wrapper {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.first-slide__heading {
  color: #000 !important;
}
.first-slide__content-right {
  text-align: left;
}
.first-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 55px;
  -moz-font-size: 55px;
  -ms-font-size: 55px;
  font-size: 55px;
  line-height: 31px;
  position: relative;
  display: inline-block;
}
.first-slide__inner-heading:before {
  background: #fff none repeat scroll 0 0;
  bottom: -17px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.first-slide__inner-heading:after {
  background: #fff none repeat scroll 0 0;
  bottom: -14px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.first-slide__key-line {
  -webkit-font-size: 23px;
  -moz-font-size: 23px;
  -ms-font-size: 23px;
  font-size: 23px;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Enchanting Celebrations";
}
.first-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of first-slide  ======*/
/*====================================
=            second-slide            =
====================================*/
.second-slide {
  height: 100vh;
  background: #f94031 none repeat scroll 0 0;
  padding: 50px;
  color: #fff;
  position: relative;
}
.second-slide__content-wrapper {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.second-slide__content-wrapper img {
  left: -38px;
  position: absolute;
}
.second-slide__content-left {
  text-align: left;
  padding-right: 60px;
}
.second-slide__key-line {
  font-weight: bold;
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
  display: block;
}
.second-slide__inner-heading {
  -webkit-font-size: 31px;
  -moz-font-size: 31px;
  -ms-font-size: 31px;
  font-size: 31px;
  margin-top: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-family: "Enchanting Celebrations";
}
.second-slide__inner-heading:after {
  background: #fff none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 4px;
  left: -30px;
  position: absolute;
  width: 129px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.second-slide__inner-para {
  -webkit-font-size: 16px;
  -moz-font-size: 16px;
  -ms-font-size: 16px;
  font-size: 16px;
  padding: 10px;
  margin-top: 25px;
}

/*=====  End of second-slide  ======*/
/*===================================
=            third-slide            =
===================================*/
.third-slide {
  height: 100vh;
  background-image: url("assets/images/first.png");
  padding: 50px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
}
.third-slide .client__comment {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 1px 1px 4px #555;
}
.third-slide .client__comment h3 {
  color: #ffffff;
  -webkit-font-size: 40px;
  -moz-font-size: 40px;
  -ms-font-size: 40px;
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}
.third-slide .client__comment img {
  max-width: 220px;
  margin-bottom: 20px;
  width: 100%;
}
.third-slide .client__content {
  color: #ffffff;
  position: relative;
}
.third-slide .client__content p {
  -webkit-font-size: 22px;
  -moz-font-size: 22px;
  -ms-font-size: 22px;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 20px;
  text-align: center;
  font-family: "Enchanting Celebrations";
}
.third-slide .client__content:before {
  content: "“";
  display: block;
  font-family: Georgia;
  -webkit-font-size: 84px;
  -moz-font-size: 84px;
  -ms-font-size: 84px;
  font-size: 84px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

/*=====  End of third-slide  ======*/
/*====================================
=            fourth-slide            =
====================================*/
.fourth-slide {
  height: 100vh;
  background-image: url("assets/images/five.png");
  padding: 50px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.fourth-slide:after {
  background: rgba(0, 0, 0, 0.73) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fourth-slide__content-wrapper {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
  right: 0;
}
.fourth-slide__main-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 60px;
  -moz-font-size: 60px;
  -ms-font-size: 60px;
  font-size: 60px;
}
.fourth-slide__sub-heading {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
}
.fourth-slide__custom-input {
  background: transparent !important;
  border: 1px solid #fff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important;
  height: 40px !important;
  margin-bottom: 30px;
}
.fourth-slide__custom-btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold !important;
  color: #000 !important;
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  border: 2px solid #fff !important;
}

/*=====  End of fourth-slide  ======*/
/*===================================
=            fifth-slide            =
===================================*/
.fifth-slide {
  height: 100vh;
  background-image: url("assets/images/six.png");
  padding: 50px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.fifth-slide:after {
  background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fifth-slide__content-wrapper {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
  right: 0;
}
.fifth-slide__first-title {
  -webkit-font-size: 26px;
  -moz-font-size: 26px;
  -ms-font-size: 26px;
  font-size: 26px;
  display: block;
  font-family: "Enchanting Celebrations";
}
.fifth-slide__heading {
  -webkit-font-size: 75px;
  -moz-font-size: 75px;
  -ms-font-size: 75px;
  font-size: 75px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.fifth-slide__heading:before {
  background: #fff none repeat scroll 0 0;
  bottom: -17px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.fifth-slide__heading:after {
  background: #fff none repeat scroll 0 0;
  bottom: -14px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.fifth-slide__para {
  margin-top: 30px;
  -webkit-font-size: 18px;
  -moz-font-size: 18px;
  -ms-font-size: 18px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.fifth-slide__custom-btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold !important;
  color: #000 !important;
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  border: 2px solid #fff !important;
  margin-top: 30px;
}

/*=====  End of fifth-slide  ======*/
/*===================================
=            sixth-slide            =
===================================*/
.sixth-slide {
  height: 100vh;
  background-image: url("assets/images/seven.png");
  padding: 50px;
  color: #fff;
  position: relative;
  background-size: cover;
}
.sixth-slide:after {
  background: rgba(0, 0, 0, 0.76) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.sixth-slide__content-wrapper {
  z-index: 999;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
  right: 0;
  padding-bottom: 30px;
}
.sixth-slide__menu-heading {
  -webkit-font-size: 28px;
  -moz-font-size: 28px;
  -ms-font-size: 28px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 38px;
  text-transform: uppercase;
}
.sixth-slide__menu-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  width: 60px !important;
}
.sixth-slide__menu-dots {
  background: transparent radial-gradient(#d5d5d5 40%, rgba(0, 0, 0, 0) 10%) repeat-x scroll 0 0/4px 4px;
  border: 0 none;
  display: inline-block;
  height: 4px;
  left: 167px;
  position: absolute;
  right: 100px;
  top: 23px;
}
.sixth-slide__menu-price {
  position: absolute;
  right: 60px;
  top: 9px;
}
.sixth-slide__menu-wrap {
  margin-left: -26px;
}
.sixth-slide__menu-title {
  position: relative;
  font-weight: bold;
}
.sixth-slide__menu-text {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 16px;
  -moz-font-size: 16px;
  -ms-font-size: 16px;
  font-size: 16px;
}

/*=====  End of sixth-slide  ======*/
/*===================================
=            seven-slide            =
===================================*/
.seven-slide {
  height: 100vh;
  background-image: url("assets/images/grid-back.png");
  padding: 50px;
  color: #000;
  position: relative;
  background-size: cover;
}
.seven-slide:after {
  background: rgba(0, 0, 0, 0.54) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.seven-slide__content-wrapper {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.seven-slide__grid-wrap {
  background-position: left;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  padding: 13px;
  margin-bottom: 23px;
  margin-top: 23px;
  box-shadow: 2px 2px 7px #414141;
}
.seven-slide__grid-wrap--image-one {
  background-image: url("assets/images/grid-1.png");
}
.seven-slide__grid-wrap--image-two {
  background-image: url("assets/images/grid-2.png");
}
.seven-slide__grid-wrap--image-three {
  background-image: url("assets/images/grid-3.png");
}
.seven-slide__grid-wrap--image-four {
  background-image: url("assets/images/grid-4.png");
}
.seven-slide__grid-wrap--image-five {
  background-image: url("assets/images/grid-5.jpg");
}
.seven-slide__grid-wrap--image-six {
  background-image: url("assets/images/grid-6.jpg");
}
.seven-slide__key-line {
  -webkit-font-size: 24px;
  -moz-font-size: 24px;
  -ms-font-size: 24px;
  font-size: 24px;
  text-transform: uppercase;
}
.seven-slide__grid-heading {
  font-family: "Enchanting Celebrations";
  margin: 7px;
}

/*=====  End of seven-slide  ======*/
/*===================================
=            eight-slide            =
===================================*/
.eight-slide {
  height: 100vh;
  background-image: url("assets/images/event-back.png");
  padding: 50px;
  color: #000;
  position: relative;
  background-size: cover;
}
.eight-slide:after {
  background: rgba(0, 0, 0, 0.54) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.eight-slide__content-wrapper {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
  right: 0;
  z-index: 999;
}
.eight-slide__content {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  padding: 15px;
}
.eight-slide__heading {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  -webkit-font-size: 50px;
  -moz-font-size: 50px;
  -ms-font-size: 50px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.eight-slide__para {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 22px;
  -moz-font-size: 22px;
  -ms-font-size: 22px;
  font-size: 22px;
  text-align: center;
}

/*=====  End of eight-slide  ======*/
/*=====================================
=            thankyou-page            =
=====================================*/
.thankyou-page {
  height: 100vh;
  height: 100vh;
  background-image: url("assets/images/eight.png");
  padding: 50px;
  color: #000;
  position: relative;
  background-size: cover;
}
.thankyou-page:after {
  background: rgba(0, 0, 0, 0.54) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.thankyou-page__heading {
  margin-top: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-size: 190px;
  -moz-font-size: 190px;
  -ms-font-size: 190px;
  font-size: 190px;
  color: #fff;
  padding: 20px;
  font-family: "Enchanting Celebrations";
  z-index: 999;
}
.thankyou-page__ani-frst {
  display: block;
}
.thankyou-page__ani-scnd {
  display: block;
}

/*=====  End of thankyou-page  ======*/
@media only screen and (max-width: 768px) {
  /*====================================
  =            welcome-page            =
  ====================================*/
  .welcome-page__heading {
    -webkit-font-size: 100px;
    -moz-font-size: 100px;
    -ms-font-size: 100px;
    font-size: 100px;
  }

  /*=====  End of welcome-page  ======*/
  /*====================================
  =            second-slide            =
  ====================================*/
  .second-slide {
    padding: 20px;
  }
  .second-slide__content-wrapper {
    padding: 10px;
  }
  .second-slide__content-wrapper img {
    position: static;
  }
  .second-slide__inner-para {
    font-size: 11px;
  }
  .second-slide__content-left {
    padding-right: 0;
  }

  /*=====  End of second-slide  ======*/
  /*======================================
  =            thankyou-slide            =
  ======================================*/
  .thankyou-page__heading {
    -webkit-font-size: 100px;
    -moz-font-size: 100px;
    -ms-font-size: 100px;
    font-size: 100px;
  }

  /*=====  End of thankyou-slide  ======*/
}
@media only screen and (max-width: 360px) {
  /*====================================
  =            welcome-page            =
  ====================================*/
  .welcome-page__heading {
    -webkit-font-size: 64px;
    -moz-font-size: 64px;
    -ms-font-size: 64px;
    font-size: 64px;
  }

  /*=====  End of welcome-page  ======*/
  /*===================================
  =            first-slide            =
  ===================================*/
  .first-slide__inner-para {
    -webkit-font-size: 10px;
    -moz-font-size: 10px;
    -ms-font-size: 10px;
    font-size: 10px;
  }
  .first-slide__content-wrapper {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
  }

  /*=====  End of first-slide  ======*/
  /*===================================
  =            third-slide            =
  ===================================*/
  .third-slide .client__comment h3 {
    -webkit-font-size: 25px;
    -moz-font-size: 25px;
    -ms-font-size: 25px;
    font-size: 25px;
  }
  .third-slide .client__content p {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    font-size: 12px;
  }

  /*=====  End of third-slide  ======*/
  /*===================================
  =            sixth-slide            =
  ===================================*/
  .sixth-slide__menu-img {
    height: 50px;
    width: 50px !important;
  }

  /*=====  End of sixth-slide  ======*/
  /*======================================
  =            thankyou-slide            =
  ======================================*/
  .thankyou-page__heading {
    -webkit-font-size: 64px;
    -moz-font-size: 64px;
    -ms-font-size: 64px;
    font-size: 64px;
  }

  /*=====  End of thankyou-slide  ======*/
}
