@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;
    background-color: #fff;
    background-image: radial-gradient(circle, #575b8457 1px, transparent 1px);
    background-size: 21px 21px;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}
.coming-soon-content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.coming-soon-content h2{
	    font-family: "Roboto", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.coming-soon-content h1{
    font-size: 80px;
    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;
}

.shapes{
	    position: absolute;
    z-index: -1;
}
.creative-template .shape-one {
    top: 8%;
    left: 35%;
    animation: jumpTwo 5s infinite linear;
}
.creative-template .shape-two{
top: 6%;
    right: 45%;
    animation: jumpThree 5s infinite linear;
}
.creative-template .shape-three{
    top: 10%;
    right: -10px;	
        animation: jumpTwo 9s infinite linear;

}
.creative-template .shape-four{
    bottom: 20%;
    left: 8%;	
    animation: jumpTwo 7s infinite linear;

}
.creative-template .shape-five{
	    top: 20%;
    left: 10%;
    animation: moveclouds 10s alternate infinite;
}
.creative-template .shape-six{
	    bottom: 20%;
    right: 10%;
    animation: moveclouds2 10s alternate infinite;
}
@keyframes jumpTwo{
	0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes jumpThree{
	0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes moveclouds{
	0% {
    margin-left: 200px;
}

100% {
    margin-left: -200px;
}
}
@keyframes moveclouds2{
	0% {
    margin-right: 200px;
}
100% {
    margin-right: -200px;
}
}
.shimmer {
    color: #3b6087;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    from { -webkit-mask-position: 150%; }
    to { -webkit-mask-position: -50%; }
}

/* ==================== Responsive Ipad ===================== */
@media (max-width: 991px) {
	    .coming-soon-content h6 {
        font-size: 14px;
    }
    .coming-soon-content h1 {
        font-size: 50px;
        padding-bottom: 20px;
    }
}
/* ==================== Responsive Iphone ===================== */
@media (max-width: 460px) {
.creative-template .shape-four{
	display: none;
}
.creative-template .shape-three{
	display: none;
}
.coming-soon-content .row .col-md-9{
	width: 100%;
}
.coming-soon-content .row .col-md-9 p{
	    font-size: 20px;
    padding-bottom: 25px;
}
}
