/*********************      NAV STYLE SHEET - BEGINS     *******************/
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900");
.nav-wrapper {
  word-spacing: 4vw;
  padding: 4vh;
}

nav ul li {
  font-family: 'Poppins';
  font-size: 2.5vh;
  letter-spacing: 0.3vh;
  /*display: inline-block;*/
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  color: #000;
}

nav ul li a:hover {
  color: #d30000;
  -webkit-transition: .90s;
  transition: .90s;
}

/*********************      NAV STYLE SHEET - ENDS     *******************/
* {
  margin: 0;
  padding: 0;
  font-family: 'cursive';
}

.banner {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -100;
  margin-top: -30vh;
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-banner {
  position: absolute;
  width: 30%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -100;
  float: right;
}

.nav-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-banner h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 5vw;
  text-align: center;
  /*text-transform: uppercase;*/
  color: #000;
  line-height: 100vh;
  mix-blend-mode: screen;
}

.banner h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 15vw;
  text-align: center;
  /*text-transform: uppercase;*/
  color: #000;
  line-height: 100vh;
  mix-blend-mode: screen;
}

/*********************      VIDEO IN TEXT STYLE SHEET - ENDS     *******************/
.videowrapper {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
}

.videowrapper iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}

.videowrapper2 {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
}

.videowrapper2 iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}

/*********************      LAST NAME STYLE SHEET - BEGINS     *******************/
.lastname {
  background-color: #d30000;
  color: #fff;
  text-align: center;
  margin-top: 35vh;
  font-size: 5vh;
  padding: 5px 200px 5px 5px;
  width: 40%;
  float: right;
}

/*********************      LAST NAME STYLE SHEET - ENDS     *******************/
/*********************      PARAGRAPH STYLE SHEET - BEGINS     *******************/
.aboutme-wrapper {
  text-align: center;
  position: absolute;
  width: 70%;
  margin-top: 53vh;
  margin-left: 35vh;
  letter-spacing: .05vh;
  font-size: 15px;
}

.about-me {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 1vh auto;
  letter-spacing: .05vh;
  font-size: 15px;
}

/*********************        PARAGRAPH STYLE SHEET - ENDS     *******************/
/****************************       VIEW MORE STYLE SHEET - BEGINS        *************************/
.box {
  margin-top: 40.5vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.box span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.box span:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

/*********************      LAST NAME ANIMATION - BEGINS     *******************/
#last-name {
  background-color: red;
  position: relative;
  -webkit-animation-name: lastname;
          animation-name: lastname;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-direction: left;
          animation-direction: left;
}

@-webkit-keyframes lastname {
  0% {
    background-color: #fff;
    left: -1000px;
    top: 0px;
  }
  50% {
    background-color: #ffee02;
    left: 0px;
    top: 0px;
  }
}

@keyframes lastname {
  0% {
    background-color: #fff;
    left: -1000px;
    top: 0px;
  }
  50% {
    background-color: #ffee02;
    left: 0px;
    top: 0px;
  }
}

/*********************      LAST NAME ANIMATION - ENDS     *******************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: auto;
  overflow: auto;
  padding: 0 2rem;
}

.main-header {
  margin-top: 70vh;
  height: 15vh;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.main-header h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.main-header h1 span {
  color: #b50d10;
}

.main-header p {
  font-size: 1.5rem;
}

img {
  width: 100%;
}

.card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  background: #f1f1f1;
  margin-bottom: 2rem;
}

.card h3 {
  margin-bottom: 2rem;
}

.card img {
  height: 400px;
}

.card > div {
  padding: 2rem;
}

.card:nth-child(even) img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.btn {
  display: inline-block;
  background: #ffee02;
  color: #000;
  padding: 0.8rem 1.8rem;
  margin-top: 2rem;
  cursor: pointer;
}

.btn:hover {
  background: #b50d10;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.downloadbtn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #d30000;
  font-size: 14px;
  letter-spacing: 2.5px;
  color: #fff;
  padding: 10px 30px 9px;
  line-height: 1.5;
  cursor: pointer;
  border: none;
  float: right;
  right: 0;
}

.downloadbtn:hover {
  background: #ffee02;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/********************** WEDDING PAGE STYLESHEET BEGINS ***************************/
.wedding-title {
  display: block;
  text-align: center;
  font-size: 2em;
}

.carissa {
  margin: auto;
  display: block;
  padding-bottom: 50px;
  margin-top: 10vh;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carissa-patrick {
  text-align: center;
  font-size: 20px;
  margin-top: 5vh;
}

.wedding-description {
  text-align: left;
  width: 87.5%;
  padding-left: 13%;
  margin-bottom: 5vh;
}

.wedding-description-work {
  text-align: left;
  width: 87.5%;
  padding-left: 13%;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.christilene {
  margin: auto;
  display: block;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.christiline-mark {
  text-align: center;
  font-size: 20px;
  margin-top: 5vh;
}

.wedding2-description {
  text-align: left;
  width: 87.5%;
  padding-left: 13%;
}

/********************** WEDDING PAGE STYLESHEET ENDS ***************************/
.motion {
  margin: auto;
  display: block;
  padding-bottom: 50px;
  margin-top: 10vh;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.motion-videos {
  text-align: center;
  font-size: 20px;
  margin-top: 5vh;
}

.motion-graphics {
  text-align: center;
  font-size: 20px;
  margin-top: 5vh;
}

.motion-description {
  text-align: left;
  width: 87.5%;
  padding-left: 13%;
  margin-top: 10vh;
  margin-bottom: 5vh;
}

/*******************START FOOTER SECTION STYLES********************/
footer {
  background: #fff;
  padding: 8rem 0;
}

footer .flex {
  padding-bottom: 6rem;
  border-bottom: 1px solid #777;
}

footer h5 {
  color: #000;
  margin-bottom: 1rem;
  font-weight: 300;
  font-weight: bold;
}

footer h5.follow-us {
  margin-top: 2rem;
  margin-right: 5rem;
  float: left;
}

footer .footer-about {
  width: 55%;
  float: left;
  padding-left: 140px;
}

footer .footer-about p {
  width: 65%;
  color: #000;
}

footer .footer-quick-links {
  width: 10%;
  float: left;
  padding-left: 10px;
  margin: 0;
}

footer .footer-quick-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .footer-quick-links ul li {
  margin: 10px 0;
}

footer .footer-quick-links ul li a {
  color: #000;
  text-decoration: none;
}

footer .footer-quick-links ul li a:hover {
  color: #d30000;
}

footer .footer-subscribe {
  width: 25%;
  padding-right: 100px;
  margin: 0;
  float: right;
}

.subscribe-container {
  position: relative;
  float: left;
}

footer .footer-subscribe input {
  border-radius: 30px;
  height: 43px;
  font-family: "Roboto", "Helvetica", "Sans-serif";
  border: 1px solid #000;
  background-color: transparent;
  font-size: 1rem;
  padding: 10px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
}

footer button.right-rounded {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #d30000;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px 9px;
  line-height: 1.5;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
}

footer button.right-rounded:hover {
  color: #ffee02;
}

footer .footer-subscribe ul {
  list-style-type: none;
  padding: 0;
  letter-spacing: 0.7rem;
  margin-top: 7.5rem;
}

footer .footer-subscribe ul li {
  display: inline-block;
  margin: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

footer .footer-subscribe ul li:first-child {
  margin-left: 0;
}

footer .footer-subscribe ul li a {
  text-decoration: none;
  color: #000;
}

footer .footer-subscribe ul li a:hover {
  color: #d30000;
}

footer .follow-us ul li a:hover {
  color: #fff;
}

footer small {
  margin-top: 20rem;
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #919191;
}

footer small a {
  color: #777;
  text-decoration: none;
}

footer small a:hover {
  color: #ffee02;
}

/*******************  END FOOTER SECTION STYLES   **********************/
/*******************  BEGIN CONTACT SECTION STYLES   **********************/
.contact {
  margin: 0 auto;
  width: 60%;
  padding: 50px 0;
  z-index: 99;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.contact-info .textField {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  padding: 15px 15px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 16px;
}

.contact-info .messageField {
  height: 200px;
}

.contact-info .submitButton {
  background-color: #d30000;
  color: #fff;
  height: 50px;
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.contact-info .submitButton:hover {
  background-color: #ffee02;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*******************  END CONTACT SECTION STYLES   **********************/
.instagram,
.linkedin-in {
  border-radius: 6px;
  color: black;
}

/************************************    MEDIA QUERIES BEGINS    **********************************/
@media (max-width: 600px) {
  .card {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */