html {
    margin-top: 0 !important;
}

body {
    margin: 0;
    color: #000;
}

h1, h2 {
    font-family: "Cormorant", serif;
}

h2 {
    margin: 0;
    padding: 0;
}

main {
    display: none;
}

p {
    font-family: "Montserrat", serif;
    font-size: 16px;
    line-height: 2;
}

a {
    text-decoration: none;
    color: goldenrod;
}

a.btn {
    width: 10%;
    min-width: 150px;
    display: block;
    padding: 15px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    /* background: #93B1A6; */
    font-family: "Montserrat", serif;
    font-size: 15px;
    text-transform: lowercase;
    color: white;
    border: 1px solid #5C8374;
    border-radius: 5px;
}

a.btn:hover {

}

/* Border to line */
.btn-border-to-line{
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}

.btn-border-to-line-text{
    cursor: pointer;
    font-size:15px;
    width: 200px;
    position: relative;
    padding: 10px;
    padding-top: 15px;
    padding-left:30px;
    padding-right:30px;
    text-decoration: none;
    transition: all .6s ease-in;
    background: transparent;
    outline: none;
    border: 0;
    font-family: "Montserrat", serif;
}

.btn-border-to-line-text:hover {
    font-weight:bold;
}

.btn-border-to-line-text svg {
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-border-to-line-text rect {
    fill: none;
    stroke-width: 2;
    stroke-dasharray: 412, 0;
    transition: all 0.5s linear;
}

.btn-border-to-line-text:hover rect {
    stroke-width: 5;
    stroke-dasharray: 23, 365;
    stroke-dashoffset: 58;
    transition: all 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-border-to-line-text--gray {
    color: #93B1A6;
}

.btn-border-to-line-text--gray rect {
    stroke: #93B1A6;
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: inherit;
    padding: 30px;
    box-sizing: border-box;
    background: white;
    position: sticky;
    top: 0;
    z-index: 2;
}

.description {
    width: 30%;
    text-align: right;
    font-family: "Montserrat", serif;
    font-size: 14px;
}

.split-text-container {
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    font-family: "Cormorant", serif;
}

.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    font-family: "Cormorant", serif;
}

.text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
    padding-right: 10px;
}

.text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

.banner {
    width: 100%;
    margin-bottom: 70px;
}

.banner-inner {
    width: 1300px;
    display: flex;
    height: 650px;
    margin: 0 auto;
    position: relative;
}

.banner-inner .left {
    background: black;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-inner .left img {
    height: 350px;
}

.banner-inner .right {
    background: #183D3D;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
}

.right img {
    width: 50px;
}

.right h2 {
    font-size: 40px;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 25px;
    text-align: center;
}

.right h3 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #93B1A6;
    text-align: center;
    font-weight: 100;
}

.two-block {
    width: 100%;
    display: flex;
    align-items: center;
}

.two-block .left {
    width: 35%;
    padding: 50px;
    box-sizing: border-box;
    color: white;
}

.two-block .left h1 {
    margin: 0;
    font-size: 5vw;
    line-height: 1;
    color: #93B1A6;
}

.two-block .left h2 {
    color: #183D3D !important;
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-weight: 300;
}

.two-block .right {
    width: 65%;
    color: #040D12;
    padding: 50px;
    box-sizing: border-box;
}

.block {
    width: 100%;
    padding: 5% 10%;
    box-sizing: border-box;
}

.block.black {
    background: black;
    color: white;
    margin-top: 70px;
}

.block.black h2 {
    font-size: 3vw;
    font-weight: 100;
    width: 50%;
    margin: 0 auto;
    color: #93B1A6;
}

.block.white {
    color: #3d3d3d;
}

.block.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0% 10%;
    position: relative;
    z-index: 1;
    padding-top: 70px;
    border-top: 1px solid black;
}

.block .logo {
    width: 15%;
}

.block.logos img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
}

.block.logos img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    filter: none; 
}

.cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col {
    width: 30%;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #93B1A6;
}

.col.top {
    margin-bottom: 50px;
}

.col h2 {
    color: #5C8374;
    letter-spacing: 2px;
}

.contact {
    width: 100%;
    box-sizing: border-box;
    padding: 5% 20% 1% 20%;
    text-align: center;
    color: #3d3d3d;
}

.contact img {
    max-width: 200px;
}

.contact-info {
    padding: 5% 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}

.wpforms-form label {
    display: none;
}

.fields {
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0;
}

.fields .left,
.fields .right {
    width: 47%;
}



div.wpforms-container-full input[type=text]:focus-visible,
div.wpforms-container-full input[type=text]:focus-visible {
    outline: 0;
}

/*textarea.wpforms-field-medium {
    width: 100%;
    background: black !important;
    box-sizing: border-box;
    padding: 20px 15px;
    height: 140px;
    font-size: 15px;
    font-family: "Montserrat", serif;
    letter-spacing: 2px;
    color: #93B1A6;
    border: 1px solid #93B1A6;
}*/

.bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #93B1A6 !important;
    border: 1px solid #93B1A6 !important;
    box-sizing: border-box;
}

button#wpforms-submit-17 {
    padding: 20px 10px 30px 10px;
    width: 30% ;
    background: black ;
    border-radius: 0 ;
    border: 1px solid black;
    color: white ;
    text-transform: lowercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: "Montserrat", serif;
}

button#wpforms-submit-17:hover {
    border: 1px solid black;
    background: white;
    color: black;
}


.footer {
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    box-sizing: border-box;
    background: black;
    color: #676767;
    font-family: "Cormorant", serif;
    font-size: 4vw;
    letter-spacing: 5px;
    font-weight: 900;
}

p.small {
    font-family: "Montserrat", serif;
    line-height: 0;
    font-weight: 400;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  margin-top: 250px;
  width: 100%;
}

.marquee span {
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
    font-size: 100px;
    font-family: "Cormorant", serif;
    font-weight: 900;
    color: #f7f7f7;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #183D3D;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #93B1A6;
    color: white;
}

.thanks {
    padding: 30px;
    background: #93B1A6;
    font-weight: bold;
    color: white;
}

.failed {
    padding: 30px;
    background: red;
    font-weight: bold;
    color: white;
}


/* mobile styles */
@media only screen and (max-width: 1400px) {
    .banner-inner {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1100px) {
  .color-block {
      padding:2% 10% 5% 10%;
      width: 100%;
      box-sizing: border-box;
    }

    .color-block.white {
        padding: 7% 10%;
        width: 100%;
        box-sizing: border-box;
    }

    .banner-inner {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 800px) {
    .block {
        padding: 5% 5%;
    }
}

@media only screen and (max-width: 700px) {
  .contact {
        padding: 30px 40px;
    }

    .cols {
        flex-direction: column;
    }

    .col {
        width: 100%;
        margin-bottom: 60px;
    }

    .col.top {
        margin-bottom: 60px;
    }

    .two-block {
        flex-direction: column;
    }

    .two-block .left,
    .two-block .right {
        width: 100%;
    }

    .two-block .left {
        padding-bottom: 0;
    }

    .two-block .left h1 {
        font-size: 35px;
    }

    .block.black h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 570px) {
    .col {
        width: 100%;
    }

    .fields .left,
    .fields .right {
        width: 100%;
    }

    .fields {
        flex-wrap: wrap;
    }

    .block.logos {
        flex-wrap: wrap;
        padding: 60px 10% 60px 10%;
    }

    .block.logos .logo {
        width: 45%;
        margin-bottom: 20px;
    }

    .banner-inner {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .banner-inner .left {
        background: black;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .banner-inner .left img {
        height: 70px;
    }

    .banner-inner .right {
        background: #183D3D;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px;
        box-sizing: border-box;
        margin-left: -40px;
        margin-top: 50px;
    }

    .block.black {
        margin-top: 0;
    }

    .bottom {
        padding: 0px;
    }

    .bottom button {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .col {
        width: 100%;
    }

    .split-text-container {
        font-size: 1.5rem;
    }

    .block.logos .logo {
        width: 100%;
        margin-bottom: 20px;
    }
}