@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: "Roboto", 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;
}

/*===================================
=            wecome-page            =
===================================*/
.welcome-page {
  height: 100vh;
  background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
  position: relative;
  padding: 50px;
}
.welcome-page:after {
  background-image: url("assets/images/pattarn.png");
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.welcome-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: 136px;
  -moz-font-size: 136px;
  -ms-font-size: 136px;
  font-size: 136px;
  color: #fff;
  font-family: "Enchanting Celebrations";
  padding: 20px;
  text-shadow: 2px 2px 0px #FC6175;
}
.welcome-page__ani-frst {
  display: block;
}
.welcome-page__ani-scnd {
  display: block;
}
.welcome-page__ani-thrd {
  display: block;
}

/*=====  End of wecome-page  ======*/
/*===================================
=            first-slide            =
===================================*/
.main-page {
  background: transparent linear-gradient(to right bottom, #ff125f 0%, rgba(169, 171, 32, 0.35) 100%) repeat scroll 0 0;
  color: #fff;
  height: 100vh;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}
.main-page__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-page__content-wrap {
  position: relative;
}
.main-page__heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 124px;
  -moz-font-size: 124px;
  -ms-font-size: 124px;
  font-size: 124px;
  text-align: center;
  text-shadow: 2px 2px 3px #b71c1c;
  line-height: 135px;
}
.main-page__tag-line {
  background-color: #ff1560;
  -webkit-font-size: 24px;
  -moz-font-size: 24px;
  -ms-font-size: 24px;
  font-size: 24px;
  font-style: italic;
  padding: 9px;
  text-align: center;
}

/*=====  End of first-slide  ======*/
/*====================================
=            second-slide            =
====================================*/
.main-page-second {
  background: linear-gradient(to right bottom, #ffd75a 0%, #E95339 100%);
  color: #fff;
  height: 100vh;
  padding: 60px;
  position: relative;
}
.main-page-second__content-wrap {
  content: "";
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.main-page-second__heading {
  text-align: right;
}
.main-page-second__heading .span-one {
  display: block;
}
.main-page-second__heading .span-two {
  display: block;
  -webkit-font-size: 90px;
  -moz-font-size: 90px;
  -ms-font-size: 90px;
  font-size: 90px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 16px;
  text-transform: uppercase;
  color: #d9452a;
}
.main-page-second__heading .span-three {
  display: block;
  -webkit-font-size: 19px;
  -moz-font-size: 19px;
  -ms-font-size: 19px;
  font-size: 19px;
  position: relative;
}
.main-page-second__heading .span-three:after {
  background: #fff none repeat scroll 0 0;
  bottom: -35px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 136px;
}
.main-page-second__last-heading {
  background: #d9452a;
  content: "";
  -webkit-font-size: 16px;
  -moz-font-size: 16px;
  -ms-font-size: 16px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 100px;
  padding: 9px 25px;
  text-transform: uppercase;
  position: relative;
}
.main-page-second__last-heading:after {
  border-width: 18px 10px;
  border-style: solid;
  border-color: #fff #fff #fff transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}

/*=====  End of second-slide  ======*/
/*====================================
=            third-slide            =
====================================*/
.third-slide {
  height: 100vh;
  background-image: linear-gradient(to right, #f44336 0%, #f9a11f 100%);
  color: #fff;
  text-align: center;
  position: relative;
}
.third-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.third-slide__center-img {
  margin: 30px auto 0;
  width: 40% !important;
}
.third-slide__heading-one {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 40px;
  -moz-font-size: 40px;
  -ms-font-size: 40px;
  font-size: 40px;
  line-height: 60px;
}
.third-slide__heading-two {
  text-align: right;
  position: absolute;
  right: 0;
  top: 5px;
  background-color: #F44436;
  padding: 10px;
  -webkit-font-size: 18px;
  -moz-font-size: 18px;
  -ms-font-size: 18px;
  font-size: 18px;
  font-style: italic;
}

/*=====  End of third-slide  ======*/
/*=====================================
=            fourth-section            =
=====================================*/
.fourth-slide {
  height: 100vh;
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  position: relative;
}
.fourth-slide:after {
  background-image: url("assets/images/pattarn.png");
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding: 50px;
}
.fourth-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.fourth-slide__list-wrap {
  margin-top: 80px;
}
.fourth-slide__animate-icon {
  position: absolute;
  top: 0px;
  width: 30px !important;
}
.fourth-slide__icon {
  width: 30px !important;
  position: relative;
}
.fourth-slide__para {
  color: #fff;
  -webkit-font-size: 19px;
  -moz-font-size: 19px;
  -ms-font-size: 19px;
  font-size: 19px;
  line-height: 35px;
}
.fourth-slide__content-wrapper {
  margin-bottom: 25px;
}

/*=====  End of fourth-section  ======*/
/*===================================
=            fifth-slide            =
===================================*/
.fifth-slide {
  height: 100vh;
  background-image: linear-gradient(to top, #007adf 0%, #00ecbc 100%);
  padding: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.fifth-slide__quote-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
.fifth-slide__quote-para {
  -webkit-font-size: 49px;
  -moz-font-size: 49px;
  -ms-font-size: 49px;
  font-size: 49px;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: "Enchanting Celebrations";
}
.fifth-slide__icon-one {
  display: block;
  -webkit-font-size: 44px;
  -moz-font-size: 44px;
  -ms-font-size: 44px;
  font-size: 44px;
  left: -309px;
  position: absolute;
  width: 100%;
}
.fifth-slide__icon-two {
  bottom: 0;
  display: block;
  -webkit-font-size: 44px;
  -moz-font-size: 44px;
  -ms-font-size: 44px;
  font-size: 44px;
  position: absolute;
  right: -151px;
  width: 100%;
}

/*=====  End of fifth-slide  ======*/
/*===================================
=            sixth-slide            =
===================================*/
.sixth-slide {
  height: 100vh;
  background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);
  color: #fff;
  position: relative;
}
.sixth-slide:after {
  background-image: url("assets/images/pattarn.png");
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding: 50px;
}
.sixth-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.sixth-slide__heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 57px;
  -moz-font-size: 57px;
  -ms-font-size: 57px;
  font-size: 57px;
  text-align: center;
  position: relative;
}
.sixth-slide__content-wrapper {
  margin-top: 60px;
}
.sixth-slide__content-right {
  text-align: center;
  padding: 20px;
}
.sixth-slide__content-left {
  text-align: center;
  padding: 20px;
}
.sixth-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
}
.sixth-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of sixth-slide  ======*/
/*===================================
=            seven-slide            =
===================================*/
.seven-slide {
  height: 100vh;
  background-image: linear-gradient(to top, #c71d6f 0%, #d09693 100%);
  color: #fff;
  position: relative;
}
.seven-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.seven-slide__heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 57px;
  -moz-font-size: 57px;
  -ms-font-size: 57px;
  font-size: 57px;
  text-align: center;
  position: relative;
}
.seven-slide__content-wrapper {
  margin-top: 60px;
}
.seven-slide__content-right {
  text-align: center;
  padding: 20px;
}
.seven-slide__content-mid {
  text-align: center;
  padding: 20px;
}
.seven-slide__content-left {
  text-align: center;
  padding: 20px;
}
.seven-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
}
.seven-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of seven-slide  ======*/
/*===================================
=            eight-slide            =
===================================*/
.eight-slide {
  height: 100vh;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  color: #000;
  position: relative;
}
.eight-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.eight-slide__heading {
  color: #000 !important;
}
.eight-slide__content-right {
  text-align: center;
}
.eight-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
  line-height: 31px;
}
.eight-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of eight-slide  ======*/
/*============================================
=            eight-slide-opposite            =
============================================*/
.eight-slide-opposite {
  height: 100vh;
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  color: #fff;
  position: relative;
}
.eight-slide-opposite__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.eight-slide-opposite__content-wrapper img {
  left: -38px;
  position: absolute;
}
.eight-slide-opposite__content-left {
  text-align: left;
}
.eight-slide-opposite__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
  line-height: 31px;
}
.eight-slide-opposite__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of eight-slide-opposite  ======*/
/*==================================
=            nine-slide            =
==================================*/
.nine-slide {
  height: 100vh;
  background-image: linear-gradient(to right, #F44336 0%, #F9A11F 100%);
  position: relative;
}
.nine-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.nine-slide__full-img {
  width: 50% !important;
  margin: 0 auto;
}

/*=====  End of nine-slide  ======*/
/*=================================
=            ten-slide            =
=================================*/
.ten-slide {
  height: 100vh;
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
  color: #fff;
  position: relative;
}
.ten-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.ten-slide__para {
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
  text-align: center;
  padding: 30px;
  line-height: 45px;
}

/*=====  End of ten-slide  ======*/
/*====================================
=            eleven-slide            =
====================================*/
.eleven-slide {
  height: 100vh;
  background-image: linear-gradient(to right, #f9a11f 0%, #f44336 100%);
  text-align: center;
  position: relative;
}
.eleven-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.eleven-slide__full-img {
  width: 83% !important;
  margin: 0 auto;
}

/*=====  End of eleven-slide  ======*/
/*====================================
=            twelve-slide            =
====================================*/
.twelve-slide {
  height: 100vh;
  background-image: linear-gradient(to right, #F44336 0%, #F9A11F 100%);
  position: relative;
}
.twelve-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.twelve-slide__full-img {
  width: 50% !important;
  margin: 0 auto;
}

/*=====  End of twelve-slide  ======*/
/*======================================
=            thirteen-slide            =
======================================*/
.thirteen-slide {
  height: 100vh;
  background: transparent linear-gradient(to right bottom, #ff125f 0%, rgba(169, 171, 32, 0.35) 100%) repeat scroll 0 0;
  position: relative;
}
.thirteen-slide__content {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.thirteen-slide__heading {
  margin: 0 0 100px !important;
}
.thirteen-slide__block-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
}
.thirteen-slide__block {
  background-color: #FD1F64;
  color: #fff;
  display: inline-block;
  height: 160px;
  margin-left: 46px;
  position: relative;
  width: 10%;
}
.thirteen-slide__block:after {
  border-bottom: 80px solid transparent;
  border-left: 35px solid #FD1F64;
  border-top: 80px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -35px;
  width: 0;
}

/*=====  End of thirteen-slide  ======*/
/*=====================================
=            thankyou-page            =
=====================================*/
.thankyou-page {
  height: 100vh;
  background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);
  position: relative;
  padding: 50px;
}
.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";
}
.thankyou-page__ani-frst {
  display: block;
}
.thankyou-page__ani-scnd {
  display: block;
}

/*=====  End of thankyou-page  ======*/
@media only screen and (max-width: 1199px) {
  /*=================================
  =            first-page            =
  =================================*/
  .main-page__content {
    padding: 50px;
  }
  .main-page__heading {
    -webkit-font-size: 63px;
    -moz-font-size: 63px;
    -ms-font-size: 63px;
    font-size: 63px;
    line-height: 100px;
  }
  .main-page__tag-line {
    -webkit-font-size: 19px;
    -moz-font-size: 19px;
    -ms-font-size: 19px;
    font-size: 19px;
    padding: 6px;
    margin-top: 4px;
  }

  /*=====  End of first-page  ======*/
  /*====================================
  =            second-slide            =
  ====================================*/
  .main-page-second__heading .span-two {
    -webkit-font-size: 54px;
    -moz-font-size: 54px;
    -ms-font-size: 54px;
    font-size: 54px;
  }

  /*=====  End of second-slide  ======*/
}
@media only screen and (max-width: 768px) {
  .main-heading {
    -webkit-font-size: 29px;
    -moz-font-size: 29px;
    -ms-font-size: 29px;
    font-size: 29px;
  }

  /*===================================
  =            wecome page            =
  ===================================*/
  .welcome-page__heading {
    -webkit-font-size: 100px;
    -moz-font-size: 100px;
    -ms-font-size: 100px;
    font-size: 100px;
  }

  /*=====  End of wecome page  ======*/
  /*=================================
  =            first-page            =
  =================================*/
  .main-page__heading {
    -webkit-font-size: 68px;
    -moz-font-size: 68px;
    -ms-font-size: 68px;
    font-size: 68px;
    line-height: 69px;
    margin-right: 60px;
  }
  .main-page__tag-line {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    font-size: 12px;
    margin-top: 0;
    padding: 11px;
    right: 60px;
  }

  /*=====  End of first-page  ======*/
  /*====================================
  =            second-slide            =
  ====================================*/
  .main-page-second__heading .span-two {
    -webkit-font-size: 25px;
    -moz-font-size: 25px;
    -ms-font-size: 25px;
    font-size: 25px;
  }

  /*=====  End of second-slide  ======*/
  /*====================================
  =            third-slide            =
  ====================================*/
  .third-slide__center-img {
    width: 100% !important;
    margin: 30px auto 0;
  }
  .third-slide__heading-one {
    -webkit-font-size: 22px;
    -moz-font-size: 22px;
    -ms-font-size: 22px;
    font-size: 22px;
    line-height: 34px;
  }
  .third-slide__heading-two {
    -webkit-font-size: 13px;
    -moz-font-size: 13px;
    -ms-font-size: 13px;
    font-size: 13px;
  }

  /*=====  End of third-slide  ======*/
  /*====================================
  =            fourth-slide            =
  ====================================*/
  .fourth-slide__para {
    -webkit-font-size: 15px;
    -moz-font-size: 15px;
    -ms-font-size: 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .fourth-slide__list-wrap {
    margin-top: 25px;
  }

  /*=====  End of fourth-slide  ======*/
  /*===================================
  =            fifth-slide            =
  ===================================*/
  .fifth-slide__quote-para {
    -webkit-font-size: 29px;
    -moz-font-size: 29px;
    -ms-font-size: 29px;
    font-size: 29px;
    max-width: 250px;
  }
  .fifth-slide__icon-one {
    -webkit-font-size: 25px;
    -moz-font-size: 25px;
    -ms-font-size: 25px;
    font-size: 25px;
    left: -140px;
  }
  .fifth-slide__icon-two {
    -webkit-font-size: 25px;
    -moz-font-size: 25px;
    -ms-font-size: 25px;
    font-size: 25px;
    right: -76px;
  }

  /*=====  End of fifth-slide  ======*/
  /*===================================
  =            sixth-slide            =
  ===================================*/
  .sixth-slide__content {
    padding: 10px;
  }

  /*=====  End of sixth-slide  ======*/
  /*===================================
  =            seven-slide            =
  ===================================*/
  .seven-slide__content {
    padding: 10px;
  }

  /*=====  End of seven-slide  ======*/
  /*===================================
  =            eight-slide            =
  ===================================*/
  .eight-slide__content {
    padding: 10px;
  }
  .eight-slide__inner-para {
    -webkit-font-size: 10px;
    -moz-font-size: 10px;
    -ms-font-size: 10px;
    font-size: 10px;
  }

  /*=====  End of eight-slide  ======*/
  /*============================================
  =            eight-slide-opposite            =
  ============================================*/
  .eight-slide-opposite__content {
    padding: 10px;
  }
  .eight-slide-opposite__content-wrapper img {
    position: static;
    width: 45% !important;
  }
  .eight-slide-opposite__inner-para {
    -webkit-font-size: 13px;
    -moz-font-size: 13px;
    -ms-font-size: 13px;
    font-size: 13px;
  }

  /*=====  End of eight-slide-opposite  ======*/
  /*==================================
  =            nine-slide            =
  ==================================*/
  .nine-slide__full-img {
    width: 100% !important;
  }

  /*=====  End of nine-slide  ======*/
  /*=================================
  =            ten-slide            =
  =================================*/
  .ten-slide__content {
    padding: 10px;
  }
  .ten-slide__para {
    -webkit-font-size: 13px;
    -moz-font-size: 13px;
    -ms-font-size: 13px;
    font-size: 13px;
    line-height: 23px;
    padding: 10px;
  }

  /*=====  End of ten-slide  ======*/
  /*====================================
  =            twelve-slide            =
  ====================================*/
  .twelve-slide__full-img {
    width: 100% !important;
  }

  /*=====  End of twelve-slide  ======*/
  /*======================================
  =            thirteen-slide            =
  ======================================*/
  .thirteen-slide__content {
    padding: 10px;
  }
  .thirteen-slide__block {
    margin-left: 42px;
    width: 28%;
    height: 110px;
    margin-top: 24px;
  }
  .thirteen-slide__block:after {
    border-bottom: 56px solid transparent;
    border-left: 36px solid #FD1F64;
    border-top: 56px solid transparent;
  }

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

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

  /*=====  End of welcome-page  ======*/
  /*=================================
  =            first-page            =
  =================================*/
  .main-page {
    padding: 0 !important;
  }
  .main-page__content {
    padding: 20px !important;
  }
  .main-page__tag-line {
    position: static;
    -webkit-font-size: 10px;
    -moz-font-size: 10px;
    -ms-font-size: 10px;
    font-size: 10px;
  }
  .main-page__heading {
    -webkit-font-size: 36px;
    -moz-font-size: 36px;
    -ms-font-size: 36px;
    font-size: 36px;
    line-height: 54px;
    margin-top: 20px;
  }
  .main-page__chef-img {
    width: 85% !important;
    margin: 0 auto;
  }

  /*=====  End of first-page  ======*/
}
