@import "reset.css";
@import "heebo-font.css";

/* ***********               General styles            *********** */
body {
    margin: 0;
    height: 100vh;
    color: #4A4A4A;
    font-size: 13px;;
    width: 100%;
    background-color: #ffffff;
    font-family: 'Heebo', sans-serif;
}
.clearfix {
    clear: both;
    width: 100%;
}
.separator {
    display: block;
    height: 60px;
    background-color: transparent;
    width: 100%;
    position: relative;
}
section.section{
    margin-top: 30px;
}
.green-line{
    height: 20px;
    border-top:  2px solid #46C9BD;
    width: 60px;
}
h1{
    color: #FFFFFF;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}
h2{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}
h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    padding-bottom: 34px;
}
@media (min-width: 1200px) {
    h2{
        font-size: 28px;
        line-height: 48px;
    }
}
/* ***********            End General styles         *********** */

/* ***********               Header Menu             *********** */
header {
    width: 100%;
    padding: 18px 15px 29px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    background-color: #FFFFFF;
}
#header-navigation .container {
    position: relative;
}
#header-navigation.expanded {
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
#header-navigation.expanded ul{
    display: block;
    margin-top: 60px;
}
#header-navigation.expanded ul li{
    display: block;
    text-align: left;
    margin-bottom: 2px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 76px;
    width: 89%;
}
#header-navigation.expanded ul li:first-child{
    margin-left: 30px;
}
#header-navigation.expanded ul li:last-child{
    border-bottom: none;
}
#header-navigation ul{
    display: none;
}
#header-navigation ul li:first-child{
    margin-left: 0px;
}
#header-navigation ul li{
    display: inline;
    margin-left: 30px;
}
#header-navigation ul li a{
    font-size: 17px;
    color: #4A4A4A;
    line-height: 39px;
}
#header-navigation ul li a:visited{
    color: #4A4A4A;
}
#header-navigation ul li a:hover{
    text-decoration: none;
}
#globant-logo {
    position: relative;
    top: 6px;
}
#header-navigation.expanded #globant-logo {
    top: 23px;
}
#globant-logo {
    width: 90px;
}
#header-navigation.expanded .navbar-logo-brand {
    margin-left: 15px;
}
#header-navigation.expanded .navbar-logo-brand {
    margin-top: 18px;
}
.btn {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 33px;
    color: #ffffff;
    display: inline-block;
    line-height: 39px;
    font-size: 14px !important;
    padding: 0 40px;
    text-decoration: none;
    font-weight: 700;
}
.btn:hover {
    background-color: #666666;
    border: 2px solid #666666;
    text-decoration: none;
}
.btn:visited {
    color: #ffffff;
}
body .btn.btn-green {
    background-color: #BFD732;
    border: 2px solid #BFD732;
    color: #222222 !important;
}
body .btn.btn-green:hover {
    background-color: #8CC63F;
    border: 2px solid #8CC63F;
}
body .btn.btn-green:visited {
    color: #222222;
}
#link-mobile-menu {
    display: block;
    position: absolute;
    top: 2px;
    right: 15px;
    width: 32px;
    height: 22px;
    background-image: url("../img/icons/navigation-menu.svg");
    background-size: cover;
    cursor: pointer;
    text-decoration: none;
}
#link-mobile-menu.active {
    background-image: url("../img/icons/close-menu-icon.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    top: 18px;
    right: 26px;
    height: 32px;
    width: 32px;
}
#header-navigation.expanded a.btn.btn-green {
    display: block;
    width: fit-content;
    margin: 26px auto 0;
}
/* ***********             End Header Menu           *********** */
/* ***********       Media query for Header Menu     *********** */
@media (min-width: 450px) {
    #globant-logo {
        width: auto;
        top: 1px;
    }
    #link-mobile-menu {
        top: 5px;
    }
}
@media (min-width: 1080px) {
    #header-navigation ul{
        display: block;
        position: absolute;
        right: 12px;
        top: 0;
        width: fit-content;
        height: 40px;
    }
    #link-mobile-menu {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1920px) {
    header {
        max-width: 1920px;
        margin: 0 auto;
    }
    #header-navigation ul li a{
        font-size: 24px;
    }
}
/* ***********    End Media query for Header Menu    *********** */


/* ***********    Hero banner    *********** */
#hero-banner{
    background-color: #06090e;
    background-image: url("../img/bg-hero-mobile.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 69px;
    min-height: 600px;
    color: #ffffff;
    padding-top: 66px;
}
.introducong-text{
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-top: 25px;
}

#btn-consultation{
    margin-top: 40px;
}
@media (min-width: 376px) {
    #hero-banner{
        background-image: url("../img/bg-hero-2.jpg");
    }
    #hero-banner{
        padding-top: 95px;
    }
}
@media (min-width: 450px) {
    #hero-banner{
        margin-top: 75px;
    }
}
@media (min-width: 768px) {
    h1, .introducong-text{
        max-width: 410px;
    }
}
@media (min-width: 1200px) {
    h1, .introducong-text{
        max-width: 680px;
    }
    .introducong-text{
        font-size: 24px;
        line-height: 36px;
    }
    h1{
        font-size: 64px;
        line-height: 72px;
    }
}
@media (min-width: 1400px) {
    #hero-banner{
        background-image: url("../img/bg-hero-2.jpg");
        background-size: cover;
    }
}

/* ***********     End Hero banner     *********** */


/* ***********     Trusted Section     *********** */
#trusted{
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 59px;
}
.logo-container{
    margin: 0 auto;
    max-width: 140px;
}
.logo-container img{
    width: 100%;
    height: auto;
}
#trusted h3{
    padding-bottom: 56px;
}
.sub-title, p.describ, p.how-does-it-work-describ{
    color: #4A4A4A;
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
}
p.describ{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
p.describ b, p.how-does-it-work-describ b{
    font-weight: 700;
}
.how-does-it-work-item{
    padding-top: 65px;
    margin-bottom: 30px;
    max-width: 632px;
    margin: 0 auto;
}
.how-does-it-work-item .box{
    padding: 96px 15px 30px 15px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.11);
}
.how-does-it-work-item .box img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 128px;
    height: auto;
}
.how-does-it-work-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #121212;
    padding-bottom: 10px;
}
.how-does-it-work-item .box ul{
    margin-top: 37px;
}
.how-does-it-work-item .box li{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #4A4A4A;
    padding: 12px 0 12px 48px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 11px;
}
li.cloud{
    background-image: url("../img/cloud-sync.png");
}
li.app{
    background-image: url("../img/pie-line-graph-desktop.png");
}
li.performance{
    background-image: url("../img/password-desktop-lock-approved.png");
}
li.automation{
    background-image: url("../img/cog-double.png");
}
li.infrastructure{
    background-image: url("../img/programming-monitor.png");
}
li.deployment{
    background-image: url("../img/browser-hand.png");
}

@media (min-width: 992px) {
    .how-does-it-work-item .box{
        padding: 96px 30px 30px 30px;
    }
    p.how-does-it-work-describ {
        min-height: 90px;
    }
    .sub-title, p.describ, p.how-does-it-work-describ{
        line-height: 27px;
        font-size: 16px;
    }
    .how-does-it-work-item .box li{
        font-size: 16px;
        line-height: 25px;
    }
}
@media (min-width: 1080px) {
    .logo-container{
        max-width: 218px;
    }
    .sub-title{
        line-height: 32px;
        font-size: 24px;
    }
    p.describ{
        font-size: 24px;
        line-height: 32px;
    }
    .how-does-it-work-title{
        font-size: 28px;
        line-height: 42px;
    }
    .how-does-it-work-item .box {
        padding: 140px 30px 30px 30px;
    }
    .how-does-it-work-item .box img {
        width: 200px;
    }
    .how-does-it-work-item {
        padding-top: 108px;
    }
    .how-does-it-work-item .box li {
        background-size: 36px;
        background-position: left 11px;
        padding: 20px 0 20px 52px;
    }
}
@media (min-width: 1400px) {
    p.how-does-it-work-describ {
        min-height: 72px;
    }
}
/* ***********   End Trusted Section    *********** */

/* ***********       ROC Section        *********** */
#roc h2{
    margin-bottom: 30px;
}
.good-at-item{
    padding: 0 0 30px 30px;
    box-shadow: 0 22px 29px 0 rgba(0, 0, 0, 0.17);
    background-color: #FFFFFF;
    padding: 30px 44px 30px 30px;
    color: #4A4A4A;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 64px;
    min-height: 330px;
    background-position: bottom 30px right 30px;
    max-height: 330px;
}
.good-at-item{
    font-weight: 700;
    font-size: 27px;
    line-height: 46px;
}
.top-triangle{
    position: absolute;
    top: -22px;
    right: -22px;
    height: 45px;
    width: 45px;
    z-index: 1;
    background-color: #46C9BD;
    transform: rotate(45deg);
}
.good-at-item-back .top-triangle{
    background-color: #FFFFFF;
}
.good-at-item-back{
    background-color: #46C9BD;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    color: #FFFFFF;
    position: relative;
    padding: 30px 44px 30px 30px;
    overflow: hidden;
    box-shadow: 0 22px 29px 0 rgba(0, 0, 0, 0.17);
    min-height: 330px;
}
.flexible{
    background-image: url("../img/icons/resize-expand-corner-1.png");
}
.tech{
    background-image: url("../img/icons/monitor-approve.png");
}
.world-class{
    background-image: url("../img/icons/multiple-users-2.png");
}
.follow{
    background-image: url("../img/icons/headphones-customer-support-human-1.png");
}
#roc .flip-flop-effect{
    height: 100%;
    
}
.flip-container{
    margin-top: 15px;
    margin-bottom: 15px;
}


@media (min-width: 992px) {
    .flip-container{
        margin-top: 0;
        margin-bottom: 15px;
    }
}
@media (min-width: 1080px) {
    #roc{
        margin-top: 80px;
        margin-bottom: 60px;
    }
    #roc h2{
        margin-bottom: 60px;
    }
}
/* ***********     End ROC Section      *********** */

/* ***********      Our Tech Stack      *********** */
#out_tech_stack{
    margin-top: 30px;
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 60px;
    color: #121212;
}
.logos-container{
    width: 100%;
    margin-bottom: 60px;
}
.logos-container table{
    width: 100%;
}
.icon-tech{
    vertical-align: middle;
    text-align: center;
}
.icon-tech img{
    display: block;
    width: 67px;
    height: auto;
    margin: 0 auto;
}
.tech-stack-container{
    width: 50px;
    margin: 0 auto;
}
.tech-stack-container .tech-stack-image{
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
@media (min-width: 992px) {
    .logos-container{
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 66px;
    }
    .icon-tech img{
        display: block;
        width: 96px;
    }
    .tech-stack-container{
        width: 64px;
    }
}
/* **********     End Our Tech Stack    *********** */

/* **********       Success stories     *********** */
#stories{
    padding-bottom: 30px;
}
.story-item{
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-top: 30px;
}
.story-description{
    padding: 30px 14px 20px 25px;
    border-top: 5px solid #46c9bd;
    position: relative;
    top: -3px;
}
.story-description p{
    color: #4A4A4A;
    font-weight: 300;
    line-height: 22px;
    font-size: 16px;
}
.story-description p.story-title{
    font-weight: 700;
}
.image-container img{
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    #stories{
        margin-top: 60px;
        padding-bottom: 100px;
    }
}
/* **********     End Success stories   *********** */

/* **********         Contact Us        *********** */
.contact-us-left {
    width: 100%;
    position: relative;
}
.contact-us-left img{
    width: 100%;
    height: auto;
}
.contact-us-left h4{
    position: absolute;
    bottom: 36%;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    display: block;
    left: 0;
    right: 0;
}
.contact-us-right {
    background-color: #f5f6f7;
    padding: 30px 0;
}
.contact-us-right h3 {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    color: #212121;
    font-weight: 500;
    padding: 0 15px;
    margin-bottom: 10px;
}
.form-group, .form-textarea-wrapper {
    margin-bottom: 12px;
}
.form-group.col-6 {
    float: left;
}
.form-textarea {
    width: 100%;
    background-color: #FFFFFF;
    color: #bdbdbd;
    height: 106px;
    padding: 8px 11px;
    border-radius: 5px;
    border: solid 1px #bdbdbd;
}
input[type=text], input[type=email] {
    width: 100%;
    background-color: #FFFFFF;
    color: #bdbdbd;
    padding: 8px 11px;
    border-radius: 5px;
    border: solid 1px #bdbdbd;
}
form .bt-form {
    background-color: #BFD732;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    color: #1C1927;
    font-size: 13px;
    border: 0;
    padding: 10px 43px;
    display: block;
    line-height: 19px;
    font-weight: 700;
    text-decoration: none;
}
form .bt-form:hover {
    text-decoration: none;
    transform: none;
    background-color: #BFD732;
    border: none;
}
td.checkbox-left {
    vertical-align: top;
    width: 30px;
}
.labelcheckbox {
    color: #4d4d4d;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 20px;
}
.labelcheckbox a {
    text-decoration: none;
    color: #4d4d4d;
    font-weight: 700;
}
.labelcheckbox a:visited {
    text-decoration: none;
    color: #4d4d4d;
}
#contact-us form .bt-form {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .contact-us-left h4{
        font-size: 48px;
        line-height: 56px;
    }
}
@media (min-width: 992px) {
    #contact-us {
        display: flex;
    }
    .contact-us-left {
        flex-basis: 58%;
        height: auto;
        background-image: url("../img/bg-form@2x.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .contact-us-left img {
        display: none;
    }
    .contact-us-right {
        flex-basis: 42%;
        padding-left: 19px;
        padding-right: 20px;
    }
}
/* **********       End Contact Us      *********** */

/* ***********           Dark Footer          *********** */
footer {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #000000;
}
.text-white {
    color: #ffffff !important;
}
.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
footer .media-wrap img {
    height: 26px;
}
footer p{
    color: #fff;
}
.right_footer {
    font-size: 9px;
    color: #b8b8b8;
    line-height: 2.67;
}
.links_footer a {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff !important;
    line-height: 2.08;
    margin: 0 15px;
    float: left;
}
.display-5 {
    font-size: 1.5rem !important;
    font-display: swap;
}
.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

footer .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
  }
footer .footer-lower .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
footer .footer-lower .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
}
footer .footer-lower .social-list .soc-item {
    margin: 0 .5rem;
}
footer .footer-lower .social-list a {
    margin: 0;
    opacity: 1;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
footer .footer-lower .social-list a:hover {
    opacity: .5;
}
/* ***********    End Dark Footer    *********** */
/* ***********     Media query for Footer     *********** */
@media screen and (max-width: 991px) {
    footer .footer-lower .social-list {
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .col-12.col-md-5.links_footer {
        justify-content: center;
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .col-12.col-md-9.col-sm-12.links_footer {
        justify-content: center;
        display: flex;
    }
    .media-wrap {
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .right_footer {
        text-align: center;
    }
}
/* ***********    End Media query for Footer     *********** */
