:root {
  --dress-colour: #968653;
  --red-colour: #8b0224;
  --min-section-height: 600px;
}

@font-face {
  font-family: "Tomatoes";
  src: url("../webfonts/Tomatoes.woff2") format("woff2"),
    url("../webfonts/Tomatoes.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.wedding-cursive {
  font-family: "Tomatoes";
  font-weight: bold;
  font-style: normal;
  color: var(--dress-colour);
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-muted {
  color: #6c757d !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  font-weight: 400;
  overflow-x: hidden;
  background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  text-transform: none;
}

p {
  letter-spacing: 0;
  line-height: 1.8;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 100px 0;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1.8;
  font-weight: 100;
}

.section-header h3 {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto 15px;
}

.section-header h3:before {
  content: "";
  position: absolute;
  height: 2px;
  left: -70px;
  margin-top: -5.5px;
  top: 75%;
  background: #09b2c6;
  width: 50px;
}

.section-header h3:after {
  content: "";
  position: absolute;
  height: 2px;
  right: -70px;
  margin-top: -5.5px;
  top: 75%;
  background: #09b2c6;
  width: 50px;
}

.section-header img {
  width: 15%;
  margin: 0 0 25px 0;
}

.section-header p {
  line-height: 1.625em;
  font-weight: 500;
}

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #000;
  width: 100%;
  height: 100%;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: rgb(117, 117, 117);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.nav-area {
  height: 65px;
}

.nav-area.sticky_navigation {
  background: #ffffff;
  height: 55px;
}

.sticky_navigation {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0px 3px 4.6px 0.3px rgba(0, 0, 0, 0.25);
}

.sticky_navigation .main-menu {
  margin-top: 0;
}

.sticky_navigation .navbar-brand,
.sticky_navigation .navbar-brand span {
  color: var(--dress-colour);
}

.sticky_navigation .navbar-brand:hover,
.sticky_navigation .navbar-brand:focus,
.sticky_navigation .navbar-brand span {
  color: var(--dress-colour);
}

.sticky_navigation .nav li a {
  color: #333333;
}

.sticky_navigation .nav li.active a {
  color: var(--dress-colour);
}

.sticky_navigation .navbar-brand:hover {
  color: #333333;
}

.main-menu {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-top: 10px;
}

.navbar {
  border: 0;
  margin-bottom: 0;
}

.navbar-brand {
  padding: 0 0;
  font-size: 18px;
  display: block;
  color: #ffffff;
  font-weight: 800;
  line-height: 18px;
}

.navbar-brand span {
  font-weight: 900;
  color: var(--red-colour);
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
  color: #ffffff;
}

.navbar-right {
  padding-top: 5px;
}

.navbar-right li {
  display: inline-block;
  float: none;
}

.navbar-right li a {
  color: #ffffff;
  font-weight: 600;
  padding: 15px 10px;
}

.navbar-right li.active a {
  font-weight: bold;
  color: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.navbar-toggle .icon-bar {
  background: #777777;
}

.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: -160px;
  border: 2px solid #fff;
  border-radius: 16px;
  height: 50px;
  width: 30px;
  margin-left: -17px;
  display: block;
  z-index: 10;
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 4px;
  height: 10px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  30% {
    top: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 25px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  30% {
    top: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    top: 25px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.banner-area {
  background-image: url(../images/main1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
}

.banner-table {
  display: table;
  margin: 0;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner-table-cell {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 40px;
}

.welcome-text {
  color: #ffffff;
}

.welcome-text h2 {
  font-size: 6.667em;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Great Vibes", cursive;
  margin: 0;
  margin-bottom: 11px;
}

.welcome-text h2 span {
  color: var(--red-colour);
}

.welcome-text h4 {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Charmonman", cursive;
  color: var(--red-colour);
  font-size: 40px;
}

.welcome-text h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.welcome-text h5 {
  width: 315px;
  height: 46px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  margin: 0;
  font-weight: 100;
}

.welcome-des {
  width: 70%;
  margin: auto;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}

.wrapper {
  width: 300px;
}

.imageHover {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.img-text {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--red-colour);
}

.img-area {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: 95% 40%;
  transform-origin: 95% 40%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

.img-text h3 {
  color: #fff;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  font-size: 31px;
  margin: 0 auto;
  padding: 115px 0 0 0;
  height: 40px;
  font-weight: 400;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Great Vibes", cursive;
}

.img-text p {
  color: #fff;
  padding: 10px 5px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.imageHover:hover .img-area {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.5),
    0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

.line {
  border: 2px dashed #ddd;
  margin: 50px 0;
}

.socials {
  margin-top: 30px;
}

.countdown-area h2 {
  text-align: center;
  color: #fff;
  font-family: "Charmonman", cursive;
  margin: 0;
  font-size: 45px;
  letter-spacing: 5px;
}

.countdown-area {
  background: url(../images/home/2.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.countdown-area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#clock-sec {
  margin-top: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clock-sec > div {
  padding: 10px;
  display: inline-block;
}

#clock-sec div > span {
  padding: 15px;
  font-size: 60px;
  font-weight: 300;
  color: var(--red-colour);
  line-height: 0.7;
  display: inline-block;
}

.clock-text {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 0.7;
  margin: 19px 0 0;
  color: #ffffff;
  letter-spacing: 1.2px;
}

.st-area {
  border: 1px solid #dddddd;
  box-shadow: 12px 0px 14px -11px #7b7b7b;
  margin-bottom: 30px;
}

.col-md-6.cus-padd {
  padding: 0 !important;
}

.st-text {
  padding: 32px 40px;
}

.no-mb {
  margin-bottom: 0;
}

.st-text h5 {
  color: var(--red-colour);
  font-size: 18px;
}

.st-text p {
  font-family: poppins;
}

.event-area {
  position: relative;
  background: url("../images/event/event.jpeg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.event-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#event .row .box .details {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  text-align: center;
}

.single-event {
  background: rgba(255, 255, 255, 0.8);
  padding: 10%;
}

.event-area .section-header h2 {
  color: #fff;
}
.event-area .section-header p {
  color: #fff;
}

.event-area .owl-dot {
  background: #ffffff !important;
}
.event-area .owl-dot.active {
  background: var(--red-colour) !important;
}

.event-text a {
  background: var(--red-colour);
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 900;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.event-text h4 {
  color: var(--red-colour);
}

.gifts-area {
  position: relative;
  background: url("../images/event/event.jpeg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.gifts-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: -1;
}

#gifts .row .box .details {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  text-align: center;
}

.gifts-area .section-header h2 {
  color: #fff;
}
.gifts-area .section-header p {
  color: #fff;
}

.gifts-area .owl-dot {
  background: #ffffff !important;
}
.gifts-area .owl-dot.active {
  background: var(--red-colour) !important;
}

.gifts-text a {
  background: var(--red-colour);
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 900;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.gifts-text h4 {
  color: var(--red-colour);
}

.rsvp-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.form-control {
  height: 50px;
}

textarea {
  height: 250px !important;
}

.btn {
  background: var(--dress-colour);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 900;
  border-width: 0px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #7b6d3f !important;
  transition: all 0.4s;
}

.block {
  display: block;
}
