@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap");

/********** common setting **********/
body, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Montserrat', sans-serif !important;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

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

a,
button {
    cursor: pointer;
}

.jumbotron {
    background-color: #fff !important;
    margin-bottom: 0 !important;
}
img.logo {
    max-width: 30%;
}
.nube {
    text-align: center;
    padding-top: 80px;
}
.nube img {
    display: inline-block;
}
@media (min-width: 576px) {
    .container-right > .jumbotron {
        padding-top: 1rem;
    }
    .container-left .jumbotron {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.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%;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

.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:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    /*overflow: hidden; @3ddmoo */ 
    padding-bottom: 64px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}
.feature__title {
    font-weight: 400;
}

#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-color: #0C1D37 !important;
    padding: 14px 3rem;
}

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

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

#copyright #social-media a:hover {
    background: #0084fe;
}

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

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

    .blocks h2 {
        font-size: 1.8rem !important;
    }
}

/**/
.btn-airtm {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #007AFF;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.5s;
}
.btn-airtm:hover {
    background-color: #0050ac;
    color: #eee;
    text-decoration: none;
}
.btn-airtm-border {
    display: inline-block;
    padding: 4px 7px !important;
    padding-right: 80px !important;
    border-radius: 30px !important;
    border: 2px solid #007AFF !important;
    color: #000;
    font-weight: 500;
    font-size: 18px !important;
    vertical-align: middle;
}
.btn-airtm-border i {
    color: #007AFF;
    font-size: 42px !important;
    vertical-align: middle;
}

/********** CONTAINERS **********/
.hero {

}
.hero__left {  }
.hero__left img {
    position: relative;
    margin-bottom: -100px;
}
.hero__right {

}
h1.hero__title {
    font-size: 3.6rem;
    font-weight: 400;
}
.hero__description {
    font-size: 1.1rem;
    font-weight: 400;
}
@media(max-width: 991px) {
    .hero__left img {
        margin-bottom: 0;
    }
    [data-aos^=fade][data-aos^=fade].aos-animate.jumbotron__text {
        transform: translate(13px);
    }
}

.container-left {
    padding-top: 80px;
}
.container-left .content {
    padding-bottom: 200px;
}
.container-left,
.container-right {
    position: relative;
}
.container-left .line,
.container-right .line {
    position: absolute;
    bottom: 0;
    border: 3px solid #D6DADC;
    border-radius: 20px;
    z-index: 9999;
}
.container-right {
    overflow: hidden;
}
.container-left .line {
    top: -20px;
    left: -22px;
    width: 50px;
    bottom: 30px;
    border-bottom: 0;
    border-bottom-right-radius: 0;
}
.container-left .content {
    overflow: hidden;
    margin-left: 25px;
    padding-right: 25px;
    border-bottom: 3px solid #D6DADC;
    border-left: 3px solid #D6DADC;
    border-bottom-left-radius: 20px;
}

.container-right {
    padding-bottom: 20px;
}
.container-right > .line {
    top: -25px;
    right: -25px;
    width: 50px;
    bottom: 60px;
}
.container-left > .line .bill {
    right: -12px;
    top: -22px;
}
.container-right > .line .bill {
    left: -12px;
    top: -40px;
}
.line .bill {
    position: absolute;
    width: 21px;
    height: 40px;
    background-color: #03C712;
    border-radius: 2px;
    /* animation: .8s infinite beatHeart; */
}

@keyframes beatHeart {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@media(max-width: 790px) {
    .container-left .line,
    .container-right .line,
    .container-left .content {
        border: 0;
    }
    .container-left .content {
        padding-bottom: 0;
    }
    .line .bill {
        opacity: 0;
    }
}

.line .bill:before {
    content: " ";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.line-h {
    display: none !important;
    width: 100%;
    left: 0;
    position: relative;
}
.mobile .line-h {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    display: block !important;
    border-radius: 0;
}
.mobile .line-h:before {
    content: " ";
    border-bottom: 2px solid #D6DADC;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
}
.mobile .line-h .bill {
    position: absolute;
    width: 40px;
    height: 21px;
    left: -40px;
    top: 10px;
    opacity: 1;
}

/********** TRY **********/
.try {
    padding: 150px 0;
}

@media(max-width: 770px) {
    img.logo {
        max-width: 80%;
    }
    .nube {
        padding-top: 40px;
    }
    .try {
        padding-top: 100px;
    }
}

.try img {
    display: inline-block;
}
.try .cell {
    margin-top: 40px;
}

/********** PEOPLE **********/
.people {
    position: relative;
    min-height: 440px !important;
    color: #fff;

    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.people__social img {
    display: inline-block;
    width: 25px;
}
.people__content {
    position: relative;
    height: 100%;
    z-index: 1;
    margin-top: 40px;
}
.people__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.5);
}
.people__name {
    font-weight: 500;
    font-size: 24px;
}
.people__job {
    font-weight: 100;
    font-size: 16px;
}
.people__play {
    transition: opacity 0.5s;
}
.people__play:hover {
    opacity: 0.6;
}
.people__social {
    font-weight: 100;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}
.people__social:hover {
    color: #fff;
}


.bubble{
    border-radius: 50%;
    position: absolute;
}

.smallBubble{
    width:20px;
    height:20px;
    background-color:#007AFF;
}

.mediumBubble{
    width:40px;
    height:40px;
    background-color:#007AFF;
}

.largeBubble{
    width:80px;
    height:80px;
    background-color:#007AFF;
}


/**
 * AIRTM
 */
.navigation__items {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #a9b1b9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 35rem;
  list-style-type: none;
}

.dropdown {
  margin-left: 16px;
}

.dropdown__text {
  color: #7d8b97;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
}

.dropdown__text-icon {
  width: 1.5rem;
  transform: translateY(0.2rem);
  margin-left: 0.3rem;
  margin-top: .2rem;
  transform: rotate(0deg);
  transition: all .3s ease;
}

.dropdown.show .dropdown__text-icon { 
  transform: rotateZ(180deg);
  margin-bottom: .6rem;
}

.dropdown__text:hover {
  color: #1783fa;
  text-decoration: none;
}

.dropdown__text:hover img {
  color: #1783fa;
}

.dropdown__menu {
  /*position: absolute;*/
  background-color: #ffffff;
  margin-top: .5rem;
  width: 60px;
  box-shadow: 0 6px 30px 0 #d4d8dc;
  /*z-index: 1000;*/
  margin-left: -20px;
  border-radius: 6px;
}

.dropdown__menu__list {
  text-decoration: none;
}
.dropdown__menu__list-item {
  padding: 18px 28px;
  color: #7d8b97;
  font-weight: 500;
  letter-spacing: -0.2px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  width: 60px;
}

.dropdown__menu__list-item  a {
  display: block;
}

.dropdown__menu__list-item:not(:last-child) {
  border-bottom: 1px solid #f6f9fb;
}

.dropdown__menu__list-item:hover {
  color: #1783fa;
}