/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Coming Soon 02
 * URL: http://LandingSumo.com
 * Version: 1.0
 */
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
/* Import fonts */
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700,900");
* {
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

html,
body {
  height: 100%;
}

.new-bg-cn {
  position: relative;
  width: 100%;
}
.new-bg-cn #social-icons {
  left: -20px;
}

.logo {
  text-align: center;
}

.logo-new {
  max-width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 100%;
}

#logo-img {
  max-width: 300px;
}

#signup-btn {
  color: #fff;
  background-color: #3bb3bb !important;
  border-color: #fff;
  padding: 15px 70px;
}

.exclusive-access-cn {
  max-width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

#cryptic-logo {
  margin-top: 30px;
  max-width: 295px;
}

#social-icons {
  bottom: 5% !important;
  max-width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#social-icons a {
  margin: 0 5px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center;
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

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

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

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

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: background-color 0.4s linear, color 0.4s linear;
  color: #F9BF3B;
}
a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

.nopadding {
  padding: 0 !important;
  margin: 0;
}

/* FORM CONFIGURATION */
input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 5px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 5px;
  margin-top: 20px;
  background-color: #fff;
  opacity: 0.9;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 100%;
  text-align: left;
  margin-right: 2px;
}
@media screen and (width <= 767px) {
  .subscribe-input {
    width: 100%;
  }
}

.subscribe-submit {
  right: 0;
}

/* Buttons Configuration */
.btn-conf {
  border-radius: 5px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px 12px;
  margin-top: 5px;
  width: 100%;
}

.btn-go {
  background: #F9BF3B;
  color: white;
}

/* HEADER SECTION */
#h {
  background: url("../img/header.jpg") no-repeat center top;
  padding-top: 140px;
  text-align: center;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  color: white;
  -webkit-background-size: cover;
  background-size: cover;
}
#h img {
  margin-bottom: 40px;
}
#h h1 {
  font-size: 40px;
  letter-spacing: 1px;
}
#h h1 b {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
}
#h h5 {
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}

/* COUNTDOWN CONFIGURATION */
.countdown-divider {
  padding: 144px 0;
}
.countdown-divider img {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 12px;
}

.countdown-header h1 {
  margin-bottom: 0;
}
.countdown-header::before {
  opacity: 0.8 !important;
}
.countdown-header .uppercase {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}
@media all and (width <= 768px) {
  .countdown-header img {
    max-width: 150px;
  }
}

.countdown {
  text-align: center;
  margin-top: 72px;
}

.countdown-row {
  color: #2f2f2f;
  font-size: 80px;
  font-weight: 300;
}

.countdown-section {
  width: 20%;
  display: inline-block;
}

.countdown-amount {
  display: inline-block;
  margin-bottom: 20px;
}

.countdown-period {
  display: block;
  font-size: 24px;
}

@media all and (width <= 767px) {
  .countdown {
    margin-top: 48px;
  }
  .countdown-row {
    font-size: 36px;
  }
  .countdown-period {
    font-size: 16px;
  }
}
/* Grey Section */
#g {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f8f8f8;
  background: url("../img/header2.jpg");
}

i {
  font-size: 60px;
}

/* FOOTER */
#f {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #2f2f2f;
  color: white;
  text-align: center;
}
#f h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  padding: 10px 0;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
}
.social-icons img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}
.social-icons img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

/* Media Queries for .new-bg-cn modifications */
@media (width <= 1366px) {
  .new-bg-cn #logo-img {
    width: 320px;
  }
  .new-bg-cn #signup-btn {
    margin-top: 135px;
    padding: 15px 80px;
  }
  .new-bg-cn #cryptic-logo {
    margin-left: 0;
    margin-right: 0;
    max-width: 315px;
  }
}
@media (width <= 768px) {
  #cryptic-logo {
    margin-left: 10px;
    margin-right: 10px;
  }
  #logo-img {
    max-width: 310px;
  }
  .new-bg-cn #logo-img {
    width: 330px;
  }
  .new-bg-cn #signup-btn {
    margin-left: 10px;
  }
  .new-bg-cn #cryptic-logo {
    margin-left: 10px;
  }
  .new-bg-cn .social-icons {
    gap: 20px;
  }
}