html{position: relative;}
body {background:#031a22 !important;}
#bg {display: inline; background: #031a22;}
/* #deskImg{width: 45%; float: right;} */
/* #deskImg{width: 49%; float: right;} */
#deskImg{width: 45%; float: right; margin-top: -20px; position: absolute; right: 0;}
#mobileImg{display: none;}
#mobileBtns{display: none;}
#mobileTxt{display: none;}
#mobileText{display: none;}
#header {display: inline-block;width: 50%;text-align: center;}
#get_started_btn img{padding-bottom: 5px; padding-left: 10px;}

#get_started_btn {
    color: white;
    cursor: pointer;
    font-size: 2vw;
    font-weight: bold;
    background-image: linear-gradient(135deg, #23aebf, #1496a6);
    margin: 4% auto;
    width: 40%;
    padding: 2%;
}

#quote {
    color: white;
    margin: 0 auto;
    padding: 0 0 1% 0;
    font-size: 1vw;
    line-height: 1.8vw;
    width: 100%;
}

#quote2 {
    color: white;
    margin: 0 auto;
    /* padding: 0 0 7% 0; */
    /* padding: 0 0 5% 0; */
    font-size: 1vw;
    line-height: 1.8vw;
    width: 100%;
}

#tag_text {
    font-size: 1.5vw;
    line-height: 125%;
    color: #FFF; 
    /* padding: 4% 10% 0 10%; */
    padding: 4% 15% 0 15%;
}

#exampleWrapper {
    /* width: 55%; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    margin: 0 auto;
    font-size: 12px;
}

#social_img {
    width:16vw;
}

/* #lock_img {
    width: 14vw;
    max-width: 180px;
    padding-top: 6vw;
} */
#lock_img {
    width: 9vw;
    max-width: 180px;
    padding-top: 4vw;
}

#titleImg {    
    max-width: 730px;
    width: 32vw;
    margin-top: 3.25vw;
    margin-left: 6vw;
}

#aiImg {
    max-width: 730px; 
    width:5vw; 
    margin-top:4vw;
}

#outerBar {
    width: 200%; 
    background-color: #0a2f41;    
    margin: 4% 0;
    padding: 1% 0;
}
#innerBar{width: 50%;}


@media (max-width:768px) {
    #get_started_btn{display: none;}
    #header{width: 100%; margin-top:4%;}
    #title_text{margin-bottom: 7vw;}
    #deskImg{display: none;}
    #mobileImg{display: block; width: 95%; margin: 10vw 5px 30px 5px;}
    #mobileBtns{display: block;  margin-bottom: 100px; text-align: center; margin-top: 4vw;}
    #mobileTxt{display: block; color: #FFF; width: 100%; margin: 0 5vw;  font-size: 3.5vw; line-height: 4vw; text-align: left;}
    #mobileTxt img{width: 8vw; vertical-align: unset; display: inline-block; margin-right: 15px;}
    #mobileTxt span{display: inline-block; width: 80%;}
    #mobileBtns img {width: 40%; margin: 0 15px;}
    #social_img{display: none;}
   
    #quote { font-size: 3vw; line-height:4.8vw; width:95%; margin: 0 auto;}
    #quote2 { font-size: 2.8vw; line-height:3.8vw; width:95%; margin: 0 auto;}
    #lock_img{display: none;}

    #tag_text { font-size: 4.5vw; padding: 5% 5% 0 5%; display: none;}
    #titleImg{width: 90%; margin-left: 0;}
    #aiImg {position: absolute; top: -2px; left: 80%; width: 15vw;}
    #omt_text {position: relative;}
    #exampleWrapper {display: none;}

    #outerBar{ background-color: transparent;  width: 100%; margin: 0 0 6vw 0;}
    #innerBar{width: 100%;}
    #mobileText {  
        display: block;  
        font-size: 3vw;
        line-height: 4.8vw;
        width: 95%;
        margin: 0 auto;
        margin-top: 7vw;
        text-align: center;
        color: #FFF;
    }
}