@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-weight: normal;
  font-size: 18px;
  position: relative;
  line-height: 1.66em;
  color: #292929;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
}

img, svg {
    vertical-align: middle;
}

/* ================= Coming Soon Template ================== */
.creative-template {
    min-height: 100vh;
    padding: 40px 12px;
    position: relative;
    z-index: 5;
    /* Using a local background image to prevent ORB/CORS errors */
    background: url("bg-image.jpg") no-repeat center;
    background-size: cover;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}

.coming-soon-content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.coming-soon-content h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.coming-soon-content h1 {
    font-size: 60px;
    line-height: 1.18em;
    padding: 8px 0 30px;
    color: #000;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    margin-top: 0;
    margin-bottom: .5rem;
}

.coming-soon-content .row {
    display: flex;
    flex-wrap: wrap;
}

.coming-soon-content .row .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-content .row .col-md-9 p {
    font-size: 24px;
    line-height: 1.66em;
    padding-bottom: 55px;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
    color: #292929;
}

.coming-soon-content form {
    max-width: 620px;
    height: 75px;
    position: relative;
    margin: 0 auto;
}

.coming-soon-content form input {
    display: block;
    width: 100%;
    border: none;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 0 190px 0 20px;
    height: 100%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .05);
    outline: none;
    transition: all .3s ease-in-out;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-family: "Roboto", sans-serif;
}

.coming-soon-content form button {
    width: 185px;
    background: #151515;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    transition: all .3s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.coming-soon-content form button:hover {
    background: #ff2759;
}

.coming-soon-content .social-icon {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.coming-soon-content .social-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin: 0 10px;
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    transition: all .3s ease-in-out;
}

.coming-soon-content .social-icon li a:hover {
    background: #ff2759;
    color: #fff;
    transform: translateY(-5px);
}

/* Shapes */
.shapes {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.shape-one {
    top: 10%;
    left: 5%;
    animation: animationFramesOne 20s infinite linear;
}

.shape-two {
    bottom: 10%;
    left: 10%;
    animation: animationFramesTwo 20s infinite linear;
}

.shape-three {
    top: 15%;
    right: 15%;
    animation: animationFramesThree 20s infinite linear;
}

.shape-four {
    bottom: 15%;
    right: 5%;
    animation: animationFramesFour 20s infinite linear;
}

.shape-five {
    top: 40%;
    left: -50px;
    animation: animationFramesOne 15s infinite linear;
}

.shape-six {
    bottom: -50px;
    right: 30%;
    animation: animationFramesTwo 15s infinite linear;
}

@keyframes animationFramesOne {
    0% { transform: translate(0px, 0px); }
    20% { transform: translate(73px, -1px); }
    40% { transform: translate(141px, 72px); }
    60% { transform: translate(83px, 122px); }
    80% { transform: translate(-40px, 72px); }
    100% { transform: translate(0px, 0px); }
}

@keyframes animationFramesTwo {
    0% { transform: translate(0px, 0px); }
    20% { transform: translate(-73px, 1px); }
    40% { transform: translate(-141px, -72px); }
    60% { transform: translate(-83px, -122px); }
    80% { transform: translate(40px, -72px); }
    100% { transform: translate(0px, 0px); }
}

@keyframes animationFramesThree {
    0% { transform: translate(0px, 0px); }
    20% { transform: translate(50px, -50px); }
    40% { transform: translate(100px, 50px); }
    60% { transform: translate(50px, 100px); }
    80% { transform: translate(-50px, 50px); }
    100% { transform: translate(0px, 0px); }
}

@keyframes animationFramesFour {
    0% { transform: translate(0px, 0px); }
    20% { transform: translate(-50px, 50px); }
    40% { transform: translate(-100px, -50px); }
    60% { transform: translate(-50px, -100px); }
    80% { transform: translate(50px, -50px); }
    100% { transform: translate(0px, 0px); }
}

/* Responsive */
@media (max-width: 991px) {
    .coming-soon-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .coming-soon-content h1 {
        font-size: 40px;
    }
    .coming-soon-content .row .col-md-9 {
        width: 100%;
    }
    .coming-soon-content form {
        height: auto;
        padding: 10px;
        background: transparent;
        box-shadow: none;
    }
    .coming-soon-content form input {
        padding: 15px 20px;
        margin-bottom: 15px;
        border-radius: 10px;
        height: 60px;
    }
    .coming-soon-content form button {
        position: static;
        width: 100%;
        height: 55px;
        border-radius: 10px;
    }
}
