/********** common setting **********/
html {
    scroll-behavior: smooth;
}
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

a,
button {
    cursor: pointer;
}

.landingpage-logo {
    display: block;
    max-width: 45%;
}

.nav-link {
    color: rgba(0,0,0,.5);
}

.jumbotron {
    padding-top: 2rem;
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.intro-cta-btn {
    width: 220px;
    display: block;
    margin: auto;
}


.cta-orange {
    background: #ff9667;
    color: #000000;
}

.cta-orange:hover {
    color: #ffffff;
    background: #FF4F00;
}

.cta-blue {
    background: #2183d1;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #00699a;
}

.cta-green {
    background: #1cc88a;
    color: #ffffff;
}

.cta-green:hover {
    color: #ffffff;
    background: #007bb3;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-login {
    border: 2px solid #007bb3 !important;
    color: #007bb3;
    font-weight: 500;
}

.cta-login:hover {
    color: #ffffff;
    background: #208ad7;
    border: 2px solid #208ad7 !important;
    font-weight: 700;
}

.cta-signup {
    border: 2px solid #007bb3 !important;
    color: #007bb3;
    font-weight: 500;
}

.cta-signup:hover {
    color: #ffa34d;
    background: #208ad7;
    /*border: 2px solid #ffa34d !important;*/
    font-weight: 700;
}

/********** features **********/

.wordCarousel {
    font-size: 36px;
    font-weight: 100;
    color: #939393;
}

.wordCarousel > div {
    overflow: hidden;
    position: relative;
    float: right;
    height: 65px;
    padding-top: 10px;
    margin-top: -10px;
}

.wordCarousel > li {
    color: #ccc;
    font-weight: 700;
    padding: 0 10px;
    height: 45px;
    margin-bottom: 45px;
    display: block;
}

.flip2 { animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip3 { animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip4 { animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }

@keyframes flip2 {
    0% { margin-top: -180px; }
    5% { margin-top: -90px;  }
    50% { margin-top: -90px; }
    55% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

@keyframes flip3 {
    0% { margin-top: -270px; }
    5% { margin-top: -180px; }
    33% { margin-top: -180px; }
    38% { margin-top: -90px; }
    66% { margin-top: -90px; }
    71% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

@keyframes flip4 {
    0% { margin-top: -360px; }
    5% { margin-top: -270px; }
    25% { margin-top: -270px; }
    30% { margin-top: -180px; }
    50% { margin-top: -180px; }
    55% { margin-top: -90px; }
    75% { margin-top: -90px; }
    80% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

/********** banner **********/
#banner {
    background-size: cover;
}

#banner header img {
    max-width: 355px;
}

#lead-text {
    color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.banner-img {
    width: 100%;
}

.about-us-img {
    max-width: 100%;
    border-radius: 2%;
}

.founder-img {
    max-width: 250px;
}

/********** feature (skew background) **********/
.icon-img {
    width: 130px;
    height: 130px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.icon-img2 {
    width: 100%;
    max-width: 480px;
    margin-top: -30px;
}

.icon-title-text {
    color: rgb(7, 7, 7);
}

.linkedin-icon {
    font-size:22px;
    color: #0a66c2
}

.feature-img1 {
    width: 100%;
    max-width: 630px;
    filter: drop-shadow(10px 10px 10px #ffe26775);
    border-radius: 2%;
}

.feature-img2 {
    max-width: 70%;
}

.feature-img3 {
    width: 100%;
    max-width: 300px;
    margin-top: -30px;
}

#feature-first {
    background: linear-gradient(174deg, #ffffff 55%, #ff9667 0);
}

#feature-last {
    background: #ff9667;
}

.embed-video {
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    width: 75%    !important;
    height: 35%   !important;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: white;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #f69362;
    color: #ffffff;
}

#contact.jumbotron {
    padding-bottom: 0px;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

@media (min-width: 768px) {
    .ccta-login {
      border: 2px solid #192440 !important;
      color: #192440;
    }
}

.site-footer
{
  background-color: #11192d;
  padding:15px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:25px;
  /*letter-spacing:2px*/
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.site-footer .img-footer-icon {
  object-fit: contain;
  width: 175px;
  height: 175px;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

/********** TESTING **********/
.border-custy {
  border: 10px solid #e3e6f0 !important;
}

.border-success {
  border-color: orange !important;
}

/********** TERMS AND CONDITIONS **********/
.terms {
    margin-top:1rem;
    margin-right:auto;
    margin-bottom:1rem;
    margin-left:auto;
    word-wrap: break-word;
    width: 700px;
}



/*
playback timings (ms):
  captures_list: 97.521
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.054
  cdx.remote: 0.047
  esindex: 0.006
  LoadShardBlock: 59.167 (3)
  PetaboxLoader3.datanode: 67.64 (4)
  load_resource: 191.523
  PetaboxLoader3.resolve: 162.759
*/