﻿@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&display=swap";
@import"https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800";
@import"https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic";
@import"https://fonts.googleapis.com/css?family=Nunito:400,300,700";

h1 {
    font-family: "Alegreya SC", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #3d4351
}

h2 {
    font-size: 40px;
    font-weight: 500;
    color: #3d4351
}

h3 {
    font-size: 30px;
    font-weight: 500;
    color: #3d4351
}

h4 {
    font-size: 26px;
    font-weight: 500;
    color: #3d4351
}

h5 {
    font-size: 22px;
    font-weight: 500;
    color: #3d4351
}

p {
    color: #3d4351;
    line-height: 29px;
    padding-bottom: 20px
}

.btn {
    font-size: 13px;
    border: solid 2px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase
}

.btn:hover,
.btn:focus {
    color: #fff;
    border-color: #4a5042;
    background-color: #4a5042
}

.btn-white {
    font-size: 13px;
    border: solid 2px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    border-color: #3d4351
}

.btn-white:hover,
.btn-white:focus {
    color: #4a5042;
    border-color: #4a5042
}

.btn-fill {
    color: #fff;
    border: solid 2px #3E4A59;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #3E4A59
}

.btn-fill:hover,
.btn-fill:focus {
    color: #fff;
    background-color: #373b31;
    border-color: #373b31
}

.btn-small {
    padding: 8px 30px
}

.btn-large {
    padding: 15px 40px
}

.btn-margin-right {
    margin-right: 20px
}

section.intro,
section.features-extra,
section.rsvp {
    background: #fff
}

section.features,
section.events,
section.blog {
    background: #f8f9fd
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

a {
    color: #4a5042;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color
}

a:hover,
a:focus {
    color: #ffffff;
    text-decoration: none
}

body {
    font-family: "Crimson Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%
}

*:focus {
    outline: none !important
}

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

ul li {
    list-style: none
}

section .header {
    padding-bottom: 30px;
    font-family: "Alegreya SC", sans-serif;
    font-weight: 700
}

.section-padding {
    padding: 15px 0
}

.section-border {
    border-bottom: 1px solid #e6e9ea
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #000;
    border-radius: 4px
}

.pulse2 {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes pulse2 {
    0% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

.floating-arrow {
    animation-name: floating-arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes floating-arrow {
    from {
        transform: translate(-50%, 0)
    }

    65% {
        transform: translate(-50%, 15px)
    }

    to {
        transform: translate(-50%, 0)
    }
}

.floating-logo {
    animation-name: floating-logo;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes floating-logo {
    from {
        transform: translate(-50%, 0)
    }

    50% {
        transform: translate(-50%, 10px)
    }

    to {
        transform: translate(-50%, 0)
    }
}

.wp1,
.wp2,
.wp3,
.wp4,
.wp5A,
.wp5B,
.wp6,
.wp7,
.wp8,
.wp9 {
    visibility: hidden
}

.animate__fadeInUp,
.animate__fadeInDown,
.animate__fadeInLeft,
.animate__fadeInRight,
.animate__fadeIn {
    visibility: visible
}

section.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #3e4a595d;
    transition: transform .3s ease, background-color .3s ease, padding .3s ease, border-bottom .3s ease;
    will-change: transform
}

section.navigation header {
    padding: 15px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    transition: padding .3s ease, border-bottom .3s ease
}

.nav-toggle {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 25px;
    cursor: pointer;
    z-index: 11001
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #3d4351;
    border-radius: 2px;
    content: "";
    display: block;
    transition: all .3s ease;
    cursor: pointer
}

.nav-toggle span {
    top: 50%;
    transform: translateY(-50%)
}

.nav-toggle span::before {
    top: -10px
}

.nav-toggle span::after {
    bottom: -10px
}

.nav-toggle.active span {
    background-color: rgba(0, 0, 0, 0)
}

.nav-toggle.active span::before {
    top: 0;
    transform: rotate(45deg)
}

.nav-toggle.active span::after {
    top: 0;
    transform: rotate(-45deg)
}

.hero {
    min-height: 960px;
    background: url("../img/eng_pics/8.jpg");
    background-position: 50% 32%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative
}

.hero .down-arrow a {
    color: #3d4351
}

.hero h1 {
    color: #3d4351;
    margin-bottom: 40px
}

.navigation {
    transition: all 300ms ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 999
}

.fixed {
    position: fixed;
    background-color: rgba(46, 81, 53, .88);
    z-index: 999;
    width: 100%
}

header {
    padding: 30px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    position: relative;
    width: 1170px;
    margin: 0 auto;
    transition: padding 300ms ease-in-out;
    text-align: center
}

header .logo {
    display: inline-block
}

header .logo img {
    height: 50px
}

header ul.primary-nav {
    font-family: "Alegreya SC", sans-serif;
    font-weight: 500;
    font-size: 18px
}

header ul.primary-nav li {
    display: inline-block
}

header ul.primary-nav li a {
    color: #1b1e25;
    padding-left: 20px;
    padding-right: 20px
}

header ul.primary-nav li a:hover {
    color: #ffffff
}

header .header-nav {
    display: inline-block
}

.down-arrow {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.features {
    position: relative
}

.features p {
    margin-bottom: 0;
    padding-bottom: 0
}

.features h3 {
    margin: 0 0 20px 0
}

.features span.icon {
    font-size: 35px;
    color: #4a5042;
    font-weight: bold
}

.features .feature-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 35px
}

.features .feature-content {
    display: inline-block;
    width: 75%
}

.features .intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px
}

.features .intro-content {
    display: inline-block;
    width: 80%
}

.features ul.features-stack {
    margin-top: 50px
}

.features ul.features-stack li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e9ea
}

.features ul.features-stack li:last-child {
    padding-bottom: 0px;
    border-bottom: none
}

.features .responsive-feature-img,
.features-extra .responsive-feature-img {
    display: none
}

.features-extra {
    position: relative;
    z-index: 3
}

.features-extra .btn {
    margin-top: 20px
}

.events .leftcol {
    padding-left: 25px;
    padding-right: 25px
}

.events .middlecolborder {
    padding-left: 25px;
    padding-right: 25px;
    border-left: solid 2px #e6e9ea;
    border-right: solid 2px #e6e9ea
}

.events .rightcol {
    padding-left: 25px;
    padding-right: 25px
}

.events .leftcolborder {
    padding-left: 33px;
    padding-right: 33px;
    border-right: solid 1px #e6e9ea
}

.events .rightcolborder {
    padding-left: 33px;
    padding-right: 33px;
    border-left: solid 1px #e6e9ea
}

.events .time {
    font-size: 13px;
    font-style: italic;
    text-transform: lowercase;
    color: #3d4351
}

.gallery-carousel-container {
    width: 100%
}

.swiper-counter {
    font-family: "Alegreya SC", sans-serif;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    color: #3d4351;
    margin-bottom: 2px;
    user-select: none
}

.swiper-slide {
    position: relative;
    display: block;
    text-align: center;
    height: 88vh;
    overflow: hidden
}

.swiper-slide img {
    max-height: 88vh;
    max-width: 100%;
    object-fit: contain;
    border-radius: 2px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .13)
}

.swiper-button-prev,
.swiper-button-next {
    color: #3d4351 !important
}

#video-bg {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden
}

#video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    object-fit: cover
}

#video-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: block
}

#video-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
    color: #fff;
    background: rgba(17, 17, 17, .5);
    padding: 0
}

#video-content h4 {
    font-family: "Alegreya SC", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2.5px;
    pointer-events: auto
}

#video-content h5 {
    font-family: "Alegreya SC", sans-serif;
    color: #fff;
    pointer-events: auto
}

a[href^=tel],
a[href^=tel]:link,
a[href^=tel]:visited,
a[href^=tel]:hover,
a[href^=tel]:active,
a[href^=tel]:focus {
    color: #fff !important;
    text-decoration: none
}

.phone-link {
    color: #fff !important
}

.map-container {
    position: relative;
    height: 600px;
    width: 100%
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rsvp {
    padding-bottom: 140px
}

.rsvp .rsvp-form .rsvp-btn {
    padding: 15px 0;
    border-radius: 3px;
    width: 100%;
    font-size: 13px
}

.rsvp .rsvp-form .form-input-group {
    width: 100%;
    height: 55px;
    margin: 0 auto 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e6e9ea;
    text-align: left;
    position: relative
}

.rsvp .rsvp-form .form-input-group select {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.rsvp .rsvp-form .form-input-group select option[value=""] {
    color: #bcc1c3
}

.rsvp .rsvp-form .form-input-group i {
    color: #4a5042;
    font-size: 14px
}

.rsvp .rsvp-form .form-input-group i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #e6e9ea;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
}

.rsvp .rsvp-form .form-input-group i.fa-user,
.rsvp .rsvp-form .form-input-group i.fa-users,
.rsvp .rsvp-form .form-input-group i.fa-envelope,
.rsvp .rsvp-form .form-input-group .fa-key,
.rsvp .rsvp-form .form-input-group i.fa-pencil,
.rsvp .rsvp-form .form-input-group i.fa-cutlery {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px
}

.rsvp .rsvp-form .form-input-group input {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none
}

.rsvp .rsvp-form .form-input-group input::-webkit-input-placeholder {
    color: #bcc1c3
}

.rsvp .rsvp-form .form-input-group input:-moz-placeholder {
    color: #bcc1c3
}

.rsvp .rsvp-form .form-input-group input::-moz-placeholder {
    color: #bcc1c3
}

.rsvp .rsvp-form .form-input-group input:-ms-input-placeholder {
    color: #bcc1c3
}

.rsvp .rsvp-form .form-input-group.select-group::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #4a5042;
    font-size: 12px
}

footer .content {
    border-top: 1px solid #e6e9ea;
    padding-bottom: 20px
}

footer .to-top-wrapper {
    font-size: 30px;
    display: block;
    cursor: pointer;
    margin: -25px auto 30px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e9ea;
    background: #fff
}

footer .to-top-wrapper .to-top {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

footer .to-top-wrapper .to-top:hover {
    margin-top: -5px
}

footer span.fa-heart {
    color: #ff415c;
    font-size: 18px;
    margin: 0 2px
}

body.modal-open {
    padding-right: 0 !important
}

.modal-body {
    padding: 25px
}

/* Responsive Registry Button */
.knot-brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3E4A59; /* Slate Blue */
  color: #ffffff !important;
  border-radius: 12px; /* Increased rounding to match the larger scale */
  text-decoration: none;
  font-weight: 800; /* Extra bold for the larger size */
  border: 4px solid #3E4A59; /* Thicker border to keep it from looking "thin" */
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Snappy "pop" transition */
  
  /* QUADRUPLE PADDING: Massive internal spacing */
  padding: clamp(24px, 4vw, 40px) clamp(48px, 8vw, 80px);
  
  /* QUADRUPLE FONT: Very large, readable text */
  font-size: clamp(22px, 4.5vw, 36px); 
  
  width: auto;
  margin-top: 30px; /* Gives it space from the text above */
}

/* Scaling the logo to match the massive text */
.knot-brand-btn img {
  width: 1.5em; 
  height: auto;
  margin-right: 25px; /* Significant gap for the larger scale */
}

.knot-brand-btn:hover {
  background-color: #8C6046; /* Terracotta */
  border-color: #8C6046;
  transform: scale(1.08); /* A more noticeable "growth" on hover */
  box-shadow: 0 15px 30px rgba(0,0,0,0.2); /* Adds depth when hovered */
}

/* Mobile full-width override */
@media screen and (max-width: 600px) {
  .knot-brand-btn {
    width: 100%;
    border-width: 3px;
    padding: 24px 20px; /* Keeps it tall but fits within screen width */
  }
}