/* success.php */
.info-container{
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.info-container p{
    max-width: 400px;
}
@media screen and (max-width:660px) {
    .info-container h1{
        font-size: 22px;
    }
}
/********** common setting **********/
html{
    scroll-behavior: smooth;
}
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}
a,
button {
    cursor: pointer;
}

.jumbotron {
    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%;
}

.text-green{
    color: #00e69c;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

.cta-gray {
    background: #eee;
    color: #192440;
}
.logo-image{
    -webkit-box-shadow: -12px 12px 0px 5px rgba(4, 200, 138, 1);
    -moz-box-shadow: -12px 12px 0px 5px rgba(4, 200, 138, 1);
    box-shadow: -12px 12px 0px 5px rgba(4, 200, 138, 1);
    display: block;
}
iframe{
    background-color: #a3d8c781;
    margin-bottom: -10px;
}
.footer-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.cta-green:hover {
    color: #ffffff;
    background: #00e69c;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost-white {
    border: 2px solid #fdfdfd !important;
    color: #ffffff;
}
.cta-ghost-white:hover {
    border: 2px solid #fdfdfd !important;
    background-color: #FFF;
    color: #46539b;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
    min-height: 700px;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** 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: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}

/********** 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;
}

.clients-bar{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.clients-bar img{
    height: 50px;
    width: auto;
    object-fit: contain;
}
.full-box{
    width: 100%;
}
.pricing-row{
    display: flex;
}
.pricing-offer{
    width: 350px;
    flex-shrink: 0;
    background-color: #0dc98d;
    color: #FFF;
}
.pricing-offer-desc{
    width: 100%;
    background-color: #FAFAFA;
    padding: 20px 40px;
    box-sizing: border-box;
}
/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}
.try-free-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    gap: 10px;
}
.try-free-container img{
    height: 70px;
    filter: invert(64%) sepia(47%) saturate(859%) hue-rotate(109deg) brightness(89%) contrast(90%);
    margin-bottom: 10px;
}
.try-free-container p{
    max-width: 400px;
    text-align: center;
}
.try-free-btn{
    background-color: #0dc98d;
    color: #FFF;
}
.bottom-info-box{
    width: 100%;
    height: auto;
    background-color: rgba(233, 233, 233, 0.685);
    padding: 20px;
    box-sizing: border-box;
}
.shield-checkmark{
    height: 200px;
    object-fit: contain;
    width: min-content;
    margin: 0;
    padding: 0;
    filter: invert(100%) sepia(0%) saturate(16%) hue-rotate(258deg) brightness(103%) contrast(105%);
}
.mouse-checkmark{
    height: 200px;
    object-fit: contain;
    width: min-content;
    margin: 0;
    padding: 0;
    filter: invert(9%) sepia(24%) saturate(1434%) hue-rotate(184deg) brightness(95%) contrast(96%);
}
.futurum-tel{
    text-decoration: none;
    color: #00e69c;
    transition: 0.3s;
}
.futurum-link{
    text-decoration: none;
    color: #00e69c;
    font-size: 36px;
    transition: 0.3s;
}
.futurum-link:hover, .futurum-tel:hover{
    padding-left: 10px;
    text-decoration: none;
    color: #09d393;
}
#about-section{
    width: 90%;
    max-width: 1100px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.about-inner-container{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}
.about-image-inner{
    width: 620px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    object-fit: cover;
}
.img-2{
    position: absolute;
    right: 0;
    top:200px;
}
.img-3{
    margin-top: 20px;
    margin-left: 40px;
}
@media screen and (max-width: 1300px) {
    .about-inner-container{
        max-width: 800px;
    }
    .about-image-inner{
        width: 420px;
    }
}
@media screen and (max-width: 850px) {
    .about-inner-container{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .img-2{
        position: static;
    }
    .img-3{
        position: static;
        margin: 0;
    }
    .about-image-inner{
        width: 90%;
    }
}
.content-box{
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 1.3s;
}
.content-box:hover{
    box-shadow: #50b39449 0px 8px 24px;
}
.img-wrapper{
    width: min-content;
    position: relative;
    height: 150px;
    width: 200px;
    margin: 20px auto;
}
.small-benefit-icon{
    height: 130px;
    padding: 25px 0;
    z-index: 10;
    top: 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    filter: invert(7%) sepia(45%) saturate(1263%) hue-rotate(191deg) brightness(99%) contrast(94%);
}
.img-fade-background{
    position: absolute;
    background-color:#00ffad;
    width: 100%;
    height: 150px;
    overflow:visible;
}
.shape-1{
    clip-path: polygon(100% 0, 0 46%, 18% 100%);
}
.shape-2{
    clip-path: polygon(100% 53%, 49% 0, 0 100%);
}
.shape-3{
    clip-path: polygon(100% 49%, 0 0, 59% 100%);
}
@media (max-width: 960px) {
    .about-inner-container{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 660px) {
    .about-inner-container{
        grid-template-columns: repeat(1,1fr);
    }
}
.bubble{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    transition: all .1s ease;
    display: none;
}

.bubble.show{
    display: block;
}

@media (max-width: 770px) {
    .shield-checkmark, .mouse-checkmark{
        margin: 40px 0;
    }
    #banner h1{
        font-size: 32px;
        padding: 20px 40px;
    }
    p .lead{
        padding: 10px 30px;
    }
    .container h2{
        font-size: 22px !important;
        padding: 10px 30px;
    }
    .container .contact-us-heading{
        padding: 10px 0;
        font-size: 22px;
    }
    .futurum-link{
        font-size: 22px;
    }
}
@media (max-width: 1000px) {
    .pricing-row{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pricing-offer{
        width: 100%;
        flex-shrink: 0;
        background-color: #0dc98d;
        color: #FFF;
    }
}

/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0dc98d;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0ca574;
  }