body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    /*added to fix ios css font/word/letter spacing issue*/
    /*-webkit-font-smoothing: subpixel-antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-feature-settings: "kern" !important;*/
}
/*added center*/
.center {
    text-align: center;
}

.header-font {
    font-size: 60px !important;
}

.faq-font-size {
    margin-top: 100px !important;
}

.roadmap-margin-top {
    margin-top: 50px;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}
/*added gradient bg*/
.white-green-gradient {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(98, 207, 158, 0.15));
}

.white-green-gradient-2 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(164, 219, 199, 1));
}

.grey-green-gradient {
    background-image: linear-gradient(to bottom, rgba(232, 238, 237, 1), rgba(164, 219, 199, 1));
}
/*******************************************************************************************************/
.green-bg {
    background-color: #009A88;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: white;
    overflow: hidden;
    position: relative;
}

.nav-bg {
    background-color: rgba(0,0,0, 0.25);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,0) !important;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
/*added top bg cover*/
.top-bg-cover {
    background-image: url(/img/bg_top.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: auto;
    color: white;
    overflow: hidden;
    position: relative;
}

.top-bg-cover-nav-sive {
    background-image: url(/img/bg_top.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 135px;
    color: white;
    overflow: hidden;
    position: relative;
}
/*added welcome img*/
.welcome-to-arah-bg {
    background-image: url(/img/Welcome.png);
    background-size: 105% 100%;
    height: 600px;
    padding-top: 160px;
    margin-top: -230px;
    color: white;
    position: relative;
    top: 150px;
}

.welcome-bg-tablet-mobile {
    background-image: url(/img/welcome-bg-only.png);
    background-size: 100% 100%;
    display: none;
    height: auto;
}
/**************************************************/
/*added bg curve break point*/
.curve-bg {
    background-image: url(/img/BG_Curve1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 150px;
    width: 100%;
}

.curve-bg-2 {
    background-image: url(/img/BG_Curve2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 350px;
    width: 100%;
    margin-top: -75px;
}
/**************************************************/
.green-btn {
    background-color: #0c9;
    padding: 10px 25px;
    display: inline-flex;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 0px;
}

.green-text {
    color: #00CC99 !important;
}

.grey-text {
    color: #777;
}

.white-text {
    color: white !important;
}

.lightgreen-text {
    color: #ccffff !important;
}

.dark-green-text {
    color: #30afaf !important;
}
/*added*/
.nav-font-size {
    font-size: 14px !important;
    letter-spacing: 1px;
}

.navbar {
    z-index: 12;
}

.navbar-brand {
    width: 120px;
}

.nav-link {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.navbar-brand img {
    width: 90px;
    margin-top: 20px;
}

.nav-tablet-mobile {
    display: none;
}

.tablet-mobile-ul {
    list-style-position: inside;
    display: none;
}

.clear-both {
    clear: both;
}

.display-block {
    display: block;
}

.overflow-auto {
    overflow: auto;
}

.mb-0px {
    margin-bottom: 0px;
}

.mt-0px {
    margin-top: 0px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-40px {
    margin-top: 40px;
}

.mb-40px {
    margin-bottom: 40px;
}

.app-wrapper {
    margin-bottom: 80px;
}

.mt-150px {
    margin-top: 150px;
}

.large-h1-new {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 2px;
    margin: 25px 10px 10px;
}

.large-h1 {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 120px;
}
/*added new*/
.large-h1-margin-top {
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 70px;
    margin-bottom: -5px;
    margin-left: 10px;
}
/*added new*/
.banner-h2 {
    margin-left: 10px;
}
/*added new font*/
.arah-font {
    font-family: 'El Messiri';
    font-size: 52px;
}

.privacy-text p, .privacy-text li {
    font-size: 20px;
    line-height: initial;
    color: dimgray;
    margin: 20px 0;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-align: left;
}

.privacy-text h1, .privacy-text h2, .privacy-text h4 {
    font-family: 'El Messiri';
    text-align: left;
}

select.form-control {
    border-radius: 10px;
}

.title-desc-white {
    font-size: 20px;
    line-height: initial;
    color: white;
    margin: 20px 10px;
    word-spacing: 2px;
}

.title-desc-roadmap {
    font-size: 20px;
    line-height: initial;
    font-weight: 700;
    color: #33cc99;
    margin: 20px 10px;
    word-spacing: 2px;
}

.title-desc-new {
    font-size: 20px;
    line-height: initial;
    font-weight: 700;
    color: dimgray;
    margin: 20px 10px;
    word-spacing: 2px;
}

.title-desc {
    font-size: 24px;
    line-height: initial;
}

.smaller-desc-new {
    color: #575757;
    font-size: 18px;
    line-height: initial;
    height: 45px;
    clear: both;
    font-weight: 700;
    margin: 10px;
}

.smaller-desc {
    font-size: 22px;
    line-height: initial;
    clear: both;
}

.large-h2-new {
    font-size: 24px;
    font-weight: 700;
    margin: 0px 15px;
    color: dimgray;
    height: 60px;
}

.large-h2 {
    font-size: 52px;
    font-weight: 700;
}
/*added arah app-box img and setting*/
.app-box {
    background-image: linear-gradient(to bottom, rgba(242, 242, 242, 1), rgba(222, 222, 222, 1));
    margin: 20px 0px;
    padding: 1px;
    height: 360px;
    /* border-radius */
    border-radius: 20px;
    /* box-shadow */
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
}
/*added paragrah desc*/
.app-box-desc {
    font-size: 16px;
    font-weight: 700;
    margin: 30px 20px 45px;
    color: #575757;
}
/*added app-box row*/
.app-box-row {
    margin-top: -100px;
}
/*added app-box img*/
.app-box-img {
    margin: 15px 5px 0px;
}

.app-box-h2 {
    color: #575757;
}
/*added motto row 1*/
.motto {
    font-size: 20px;
    line-height: initial;
    font-weight: 700;
    height: 25px;
    margin-top: 20px;
    margin-left: 10px;
    color: #ccffff;
}
/*reposition*/
.chart-row-reposition {
    margin-top: -300px;
    position: relative;
    z-index: 10;
    top: 400px;
}

    .chart-row-reposition img {
        position: relative;
        bottom: 75px;
    }

.coming-soon-new {
    font-weight: 700;
    width: 160px;
    font-size: 7px;
    margin: -5px auto -2px;
    color: #30afaf;
    opacity: 0.8;
}
/*****************************************/
/*Fade animation*/
.fade-in {
    transition: opacity 0.5s ease-in;
    opacity: 0;
}

    .fade-in.appear {
        opacity: 1;
    }

.from-left {
    transform-origin: top right;
    transform: scale(0,1);
}

.from-right {
    transform-origin: top left;
    transform: scale(0,1);
}

.from-bottom {
    transform-origin: bottom;
    transform: scale(1,0);
    transition: opacity 0.25s ease-in, transform 0.25s ease-in;
    opacity: 0;
}

.from-left,
.from-right {
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
    opacity: 0;
}

    .from-left.appear,
    .from-right.appear {
        transform: scale(1,1);
        opacity: 1;
    }

.from-bottom.appear {
    transform: scale(1,1);
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, -25px);
    }

    100% {
        transform: translate(0, 0px);
    }
}
/*****************************************/

.subicons {
    max-width: 33.33%;
    float: left;
}

.coming-soon {
    font-size: 48px;
    font-weight: 700;
    margin-top: 40px;
}

.divider-new {
    background-image: url("/img/BG_Bottom.png");
    background-repeat: no-repeat;
    background-position-x: center;
    height: 780px;
    width: 100%;
}

.divider {
    width: 100%;
    color: white;
}

.white-bg {
    background-color: white;
}

.new-social-wrapper img {
    /* max-width:80px;
    max-height:80px; */
    width: 68px;
    height: 68px;
    margin: 75px 10px;
}

.social-wrapper img {
    max-width: 36px;
    max-height: 36px;
    margin: 0px 5px;
}

.brand-logo-wrapper-new img {
    max-width: 150px;
    max-height: 100%;
    margin: 25px;
}

.copyright-new {
    font-size: 20px;
    padding-right: 225px;
}

    .copyright-new a {
        color: white;
        text-decoration: none;
    }

.copyright a {
    color: white;
    text-decoration: none;
}

.copyright {
    margin-top: 20px;
}

.success {
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    clear: both;
}

.alert {
    padding: 0px;
    color: rgb(200,50,50);
    font-size: 20px;
    clear: both;
    font-weight: 700;
}

.dropdown-menu.show {
    margin-left: 15px;
}
/**************************************************************/
/*Alfred's footer*/
.get-involved {
    font-size: 50px;
    margin-top: 240px;
}

.join-community {
    /* basic */
    background-color: transparent;
    color: #009A88;
    font-weight: 700;
    width: 215px;
    height: 60px;
    margin: 25px auto 10px;
    /* border-radius */
    border-width: 3px;
    border-radius: 50px;
    border-color: #009A88;
    border-style: solid;
    /* box-shadow */
    box-shadow: rgba(0,102,102,0.8) 0 0 10px;
}

    .join-community:hover {
        color: white;
    }

    .join-community:focus {
        outline: none;
    }

.learn-how-to-build {
    margin-top: 30px;
    font-size: 25px;
}

.arah-logo-footer {
    width: 60px;
    bottom: 15px;
    position: relative;
}

.footer-curve {
    position: relative;
}

.new-footer {
    margin-top: -185px;
}
/**********************************************************/
/*added btn border*/
.btn-border-1 {
    background-image: url(/img/Botton_06.png);
    color: white;
    font-weight: 700;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 70px;
    width: 200px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 20px;
}

.btn-border-2 {
    background-image: url(/img/Botton_01.png);
    color: #00CC99;
    font-weight: 700;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 70px;
    width: 200px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-top: 23px;
}

a.btn-border-2 :visited {
    color: #00CC99;
}

.btn-border-3 {
    background-image: url(/img/Botton_03.png);
    color: white;
    font-weight: 700;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 70px;
    width: 160px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 20px;
}

.btn-border-4 {
    background-image: url(/img/Botton_04.png);
    color: #30afaf;
    font-weight: 700;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 70px;
    width: 160px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 20px;
}

.btn-border-5 {
    background-image: url(/img/Botton_05.png);
    color: #30afaf;
    font-weight: 700;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 70px;
    width: 200px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 20px;
}

.btn-border-6 {
    background-image: url(/img/Botton_07.png);
    color: white;
    font-weight: 700;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 75px;
    width: 210px;
    font-size: 14px;
}

.btn-border-7 {
    /* basic */
    background-image: linear-gradient(to bottom, rgba(242, 242, 242, 1), rgba(222, 222, 222, 1));
    max-width: 600px;
    width: 100%;
    min-height: 65px;
    margin: 15px auto;
    padding: 0px 40px;
    color: #006666;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    position: relative;
    z-index: 10;
    /* border-radius */
    border-radius: 25px;
    /* box-shadow */
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
}

.btn-border-nav {
    /* basic */
    background-color: white;
    width: 180px;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #30afaf;
    position: relative;
    top: 45px;
    right: 20px;
    /* border-radius */
    border-radius: 50px;
    /* box-shadow */
    box-shadow: rgba(0,0,0,0.4) 0 0 10px;
}

.btn-hide {
}

.btn-pos {
    position: relative;
}

.btn-pos-2 {
    position: relative;
}

.btn-pos-3 {
    position: relative;
}

.nav-padding {
    margin: 25px 5px 0px;
    padding-top: 15px;
    padding-right: 10px;
}

.btn-hover-green:hover {
    color: #006666;
}

.btn-hover-green:focus {
    outline: none;
}
/**********************************************************/
.btn-subscribe {
    background-color: #009A88;
    border-radius: 0px;
    padding: 10px 40px;
    border: 0px;
    float: left;
}

.white-circle {
    background-color: white;
    height: 800px;
    width: 800px;
    border-radius: 800px;
    position: absolute;
    top: -420px;
    right: 50px;
    z-index: 0;
}
/******************************************************************************/
/*custom drop down*/
.custom-popup h6 {
    line-height: 60px;
    font-weight: 700;
    font-size: 22px;
}

.custom-popup p {
    font-size: 18px;
    color: #575757;
    padding-bottom: 20px;
}

.popup-content {
    display: none;
    overflow: hidden
}

.caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 10px solid transparent;
    float: right;
    position: relative;
    bottom: 45px;
}

    .caret.down {
        border-top-color: #15998b;
    }

    .caret.up {
        border-bottom-color: #15998b;
        position: relative;
        bottom: 55px;
        display: none;
    }
/******************************************************************************/
/*added roadmap-box img and setting*/
.roadmap-box {
    /* basic */
    background-image: linear-gradient(to bottom, rgba(242, 242, 242, 1), rgba(222, 222, 222, 1));
    margin: 0px -5px;
    padding-top: 1px;
    height: 320px;
    /* border-radius */
    border-radius: 20px;
    /* box-shadow */
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
}
/*added roadmap desc*/
.roadmap-box-desc {
    font-size: 14px;
    font-weight: 700;
    margin: 30px 10px 0px;
    color: #575757;
}
/*added strect box*/
.strect-box {
    position: relative;
    margin: 0px -30px;
}
/*added roadmap img*/
.roadmap-img {
    background-image: url(/img/Roadmap.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 70px;
    margin: 25px 0px;
}
/*added arah coin new img and setting*/
.arah-coin-new {
    padding: 15px 0px;
    width: 550px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 25px;
    animation: float 5s ease-in-out infinite;
}

.arah-coin-new-2 {
    width: 550px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    animation: float 4s ease-in-out infinite;
}

.arah-coin-new-3 {
    width: 550px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    animation: float 3s ease-in-out infinite;
}

.arah-coin {
    max-width: 400px;
    width: 100%;
}
/*added landing phone new img and setting*/
.landing-phone-new {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    margin-top: 50px;
    animation: float 6s ease-in-out infinite;
}

.landing-phone-new-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 600px;
    animation: float 8s ease-in-out infinite;
}

.landing-phone-new-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 600px;
    animation: float 4s ease-in-out infinite;
}
/*added landing phone arah app img and setting*/
.landing-phone-arah-app {
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    animation: float 6s ease-in-out infinite;
}

.landing-phone-arah-app-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 600px;
    animation: float 8s ease-in-out infinite;
}

.landing-phone-arah-app-3 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 600px;
    animation: float 4s ease-in-out infinite;
}

.landing-phone {
    width: 450px;
    position: absolute;
    top: 100px;
    right: 200px;
}

.about-phone {
    position: absolute;
    z-index: 1;
    right: 120px;
    width: 410px;
    top: 85px;
}

.coin-row {
    margin-top: 40px;
}

    .coin-row .large-h2 {
        margin-top: 18px;
    }

.subscribe-form {
    width: 100%;
    background-color: #00CC99;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    margin: 40px 0px;
    position: relative;
    z-index: 0;
}

.subscribe-title {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 40px;
}

.subscribe-btn-wrapper {
    max-width: 550px;
    width: 100%;
    overflow: auto;
    margin: auto;
}

.subscribe-input {
    padding: 10px 20px;
    border: 0px;
    width: calc(100% - 132px);
    float: left;
}

.subscribe-desc {
    font-size: 20px;
}

.about-white-circle {
    top: -480px;
    background-color: white;
    height: 800px;
    width: 800px;
    border-radius: 800px;
    position: absolute;
    right: 85px;
    z-index: 0;
}

.arah-white-circle {
    top: -480px;
    background-color: white;
    height: 800px;
    width: 800px;
    border-radius: 800px;
    position: absolute;
    right: 85px;
    z-index: 0;
}

.company-wrapper {
    width: 23%;
    float: left;
    margin: 0px 1%;
}

.company-logo {
    width: 100%;
}

.company-name {
    color: white;
    padding: 10px 0px 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.company-location {
    color: white;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
}

.navbar-nav .nav-link.lang-nav {
    border: 2px solid;
    border-radius: 25px;
    padding: 10px 25px;
}

.arah-app-icons {
    max-width: 16.66%;
    float: left;
    height: 183px;
    width: 153px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
}

.hall {
    width: 100%;
}

.arah-h2-title {
    margin-top: 80px;
}

.coin-top-icons-wrapper {
    float: left;
}

    .coin-top-icons-wrapper .icons {
        height: 149px;
        width: 400px;
        background-size: 100%;
        background-position: center;
        margin-top: -20px;
        margin-left: -15px;
        background-repeat: no-repeat;
    }

.large-coin {
    background-image: url("/img/large-coin.png");
    height: 450px;
    width: 450px;
    background-size: 100%;
    float: right;
    background-repeat: no-repeat;
}

.coin-app {
    background-image: url("/img/profile.png");
    height: 653px;
    width: 350px;
    background-size: 105%;
    float: left;
    background-position: -15px top;
    background-repeat: no-repeat;
}

.coin-text {
    float: right;
    width: calc( 100% - 350px );
    padding-top: 40px;
}

.white-hr {
    border-color: white;
}

.news-article img {
    width: 100%;
}

.article-text {
    background-color: white;
    min-height: 75px;
    padding: 10px 20px;
    color: #00CC99;
    font-weight: 700;
    line-height: 18px;
}

.article-date {
    background-color: white;
    padding: 0px 20px 20px;
    color: black;
    font-size: 12px;
}

.news-article {
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.register-form input.form-control {
    border: 2px solid #0c9;
    height: unset;
    padding: 10px 20px;
    border-radius: 15px;
}

.register-form .form-check {
    float: left;
    border: 2px solid #0c9;
    padding: 20px 20px 20px 40px;
    width: 40%;
    box-sizing: border-box;
    margin: 0px 5%;
    border-radius: 15px;
}

.add-email {
    background-color: transparent;
    text-align: left;
    color: white;
    border: 2px solid #0c9;
    padding: 10px 20px;
    height: unset;
    border-radius: 15px;
}

.height-verify {
    height: calc(100vh - 340px);
}

.thank-you-register {
    text-align: center;
    margin-top: 20%;
}

@media only screen and (min-width: 1800px) {
    .about-white-circle {
        right: 150px;
    }

    .white-circle {
        right: 135px;
    }

    .arah-white-circle {
        right: 150px;
    }

    .landing-phone {
        right: 350px;
    }

    .about-phone {
        right: 350px;
    }
}

/*bootstrap xl at 1200 - (1025-1199 screen will be out of place without this)*/
@media only screen and (max-width: 1199px) {
    .top-bg-cover-nav-sive {
        height: 70px;
    }

    .nav-tablet-mobile {
        display: block;
    }

    .nav-pc {
        display: none;
    }

    .navbar-brand img {
        width: 50%;
        margin-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        margin: -5px auto;
    }

    .nav-padding {
        margin: 0px;
        padding: 12px 10px;
    }

    .green-bg {
        background-size: 140% auto;
        background-position-x: 70%;
    }

    .landing-phone {
        right: 60px;
    }

    .white-circle, .about-white-circle {
        right: -230px;
    }

    .arah-white-circle {
        right: -230px;
        top: -525px;
    }

    .nav-link {
        color: white !important;
    }

    .navbar-nav .nav-link.lang-nav {
        padding: 0px;
        border: 0px;
    }

    .btn-border-nav {
        display: none
    }

    .dropdown-menu.show {
        margin-left: 0px;
    }

    .about-phone {
        top: 100px;
        width: 380px;
        right: 40px;
    }

    .coin-row .large-h2 {
        margin-top: 0px;
    }

    .company-mobile {
        float: left;
        width: 100%;
    }

    .company-wrapper {
        width: 44%;
        float: left;
        margin: 0px 3% 20px;
    }

    .company-name, .company-location {
        font-size: 16px;
    }

    .hall {
        margin-top: 50px;
    }

    .arah-h2-title {
        margin-top: 20px;
    }

    .coin-top-icons-wrapper .icons {
        width: 350px;
        height: 135px;
    }

    .large-coin {
        width: 400px;
        height: 400px;
    }

    .coin-text {
        padding-top: 0px;
    }

        .coin-text .green-btn {
            margin-bottom: 20px;
        }

    .large-h1 {
        margin-top: 50px;
    }

    .large-h1-new {
        margin-top: 50px;
        text-align: center;
    }

    .large-h1-margin-top {
        text-align: center;
        margin-top: 50px;
    }

    .banner-h2 {
        text-align: center;
        width: 450px;
        margin: 0 auto;
    }

    .motto {
        text-align: center;
    }

    .btn-pos {
        text-align: center;
    }

    .btn-pos-2 {
        text-align: center;
        width: 200px;
        margin: auto;
    }

    .btn-hide {
        display: none;
    }

    .btn-show {
        display: block;
        margin: 10px auto 140px;
        position: relative;
        right: 0px;
    }

    .btn-border-1 {
        padding-top: 20px;
    }

    .btn-border-5 {
        padding-top: 20px;
    }

    .title-desc-new {
        text-align: center;
        margin: 20px 50px;
    }

    .title-desc-white {
        margin: 20px auto;
        width: 600px;
        margin-bottom: 60px;
    }

    .arah-coin-new {
        top: 15px;
        bottom: -10px;
    }

    .welcome-to-arah-bg {
        display: none;
    }

    .welcome-bg-tablet-mobile {
        display: block;
        width: 100%;
        position: relative;
        top: 125px;
        margin-top: -100px;
        color: white;
        text-align: center;
    }

    .btn-pos-3 {
        text-align: center;
        margin-top: -30px;
    }

    .app-box-row {
        margin-top: 0px;
    }

    .app-box {
        margin: 20px auto;
        height: 400px;
        width: 500px;
        text-align: center;
    }

    .app-box-img img {
        width: 165px;
    }

    .large-h2-new {
        font-size: 36px;
        margin: 10px 15px;
    }

    .app-box-desc {
        font-size: 20px;
        margin: 45px auto 10px;
    }

    .chart-row-reposition {
        text-align: center;
        margin-top: -350px;
    }

        .chart-row-reposition img {
            position: relative;
            bottom: 50px;
        }

    .curve-bg-2 {
        margin-top: -60px;
    }


    .tablet-mobile-ul {
        display: block;
    }

    .roadmap-img {
        display: none;
    }

    .strect-box {
        margin: 0px auto;
    }

    .roadmap-box {
        margin: 15px auto;
        height: 385px;
        width: 500px;
        text-align: center;
    }

    .title-desc-roadmap {
        font-size: 50px;
        margin-top: 35px;
    }

    .smaller-desc-new {
        font-size: 28px;
    }

    .roadmap-box-desc {
        font-size: 18px;
        margin: 60px 40px 20px;
    }

    .brand-logo-wrapper {
        margin: 0px 150px;
    }

    .brand-logo-wrapper-new img {
        width: 130px;
    }

    .arah-logo-footer {
        display: none;
    }

    .copyright-new {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .top-bg-cover-nav-sive {
        height: 70px;
    }

    .nav-tablet-mobile {
        display: block;
    }

    .nav-pc {
        display: none;
    }

    .navbar-brand img {
        width: 50%;
        margin: -5px auto -5px 60px;
    }

    .nav-padding {
        margin: 0px;
        padding: 12px 10px;
        width: max-content;
    }

    .green-bg {
        background-size: 140% auto;
        background-position-x: 70%;
    }

    .landing-phone {
        right: 60px;
    }

    .white-circle, .about-white-circle {
        right: -230px;
    }

    .arah-white-circle {
        right: -230px;
        top: -525px;
    }

    .nav-link {
        color: white !important;
    }

    .navbar-nav .nav-link.lang-nav {
        padding: 0px;
        border: 0px;
    }

    .btn-border-nav {
        display: none
    }

    .dropdown-menu.show {
        margin-left: 0px;
    }

    .about-phone {
        top: 100px;
        width: 380px;
        right: 40px;
    }

    .coin-row .large-h2 {
        margin-top: 0px;
    }

    .company-mobile {
        float: left;
        width: 100%;
    }

    .company-wrapper {
        width: 44%;
        float: left;
        margin: 0px 3% 20px;
    }

    .company-name, .company-location {
        font-size: 16px;
    }

    .hall {
        margin-top: 50px;
    }

    .arah-h2-title {
        margin-top: 20px;
    }

    .coin-top-icons-wrapper .icons {
        width: 350px;
        height: 135px;
    }

    .large-coin {
        width: 400px;
        height: 400px;
    }

    .coin-text {
        padding-top: 0px;
    }

        .coin-text .green-btn {
            margin-bottom: 20px;
        }

    .large-h1 {
        margin-top: 50px;
    }

    .large-h1-new {
        margin-top: 50px;
        text-align: center;
    }

    .large-h1-margin-top {
        text-align: center;
        margin-top: 50px;
    }

    .banner-h2 {
        text-align: center;
        width: 450px;
        margin: 0 auto;
    }

    .motto {
        text-align: center;
    }

    .btn-pos {
        text-align: center;
    }

    .btn-pos-2 {
        text-align: center;
        width: 200px;
        margin: auto;
    }

    .btn-hide {
        display: none;
    }

    .btn-show {
        display: block;
        margin: 10px auto 140px;
        position: relative;
        right: 0px;
    }

    .btn-border-1 {
        padding-top: 20px;
    }

    .btn-border-5 {
        padding-top: 20px;
    }

    .title-desc-new {
        text-align: center;
        margin: 20px 50px;
    }

    .title-desc-white {
        margin: 20px auto;
        width: 600px;
        margin-bottom: 60px;
    }

    .arah-coin-new {
        top: 15px;
        bottom: -10px;
    }

    .welcome-to-arah-bg {
        display: none;
    }

    .welcome-bg-tablet-mobile {
        background-size: auto;
        background-position: center;
        display: block;
        width: 100%;
        position: relative;
        top: 125px;
        margin-top: -100px;
        color: white;
        text-align: center;
    }

    .btn-pos-3 {
        text-align: center;
    }

    .app-box-row {
        margin-top: 0px;
    }

    .app-box {
        margin: 20px auto;
        height: 400px;
        width: 500px;
        text-align: center;
    }

    .app-box-img img {
        width: 165px;
    }

    .large-h2-new {
        font-size: 36px;
        margin: 10px 15px;
    }

    .app-box-desc {
        font-size: 20px;
        margin: 45px auto 10px;
    }

    .chart-row-reposition {
        text-align: center;
        margin-top: -350px;
    }

        .chart-row-reposition img {
            position: relative;
            bottom: 50px;
        }

    .curve-bg-2 {
        margin-top: -60px;
    }


    .tablet-mobile-ul {
        display: block;
    }

    .roadmap-img {
        display: none;
    }

    .strect-box {
        margin: 0px auto;
    }

    .roadmap-box {
        margin: 15px auto;
        height: 385px;
        width: 500px;
        text-align: center;
    }

    .title-desc-roadmap {
        font-size: 50px;
        margin-top: 35px;
    }

    .smaller-desc-new {
        font-size: 28px;
    }

    .roadmap-box-desc {
        font-size: 18px;
        margin: 60px 40px 20px;
    }

    .brand-logo-wrapper {
        margin: 0px 150px;
    }

    .brand-logo-wrapper-new img {
        width: 130px;
    }

    .arah-logo-footer {
        display: none;
    }

    .copyright-new {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .top-bg-cover-nav-sive {
        height: 60px;
    }

    .large-h1 {
        font-size: 48px;
    }

    .large-h1-new {
        font-size: 36px;
    }

    .large-h1-margin-top {
        font-size: 36px;
    }

    .top-bg-cover {
        background-size: auto 100%;
    }

    .arah-font {
        font-size: 40px;
    }

    .header-font {
        font-size: 56px !important;
    }

    .navbar-brand img {
        width: 45%;
        margin: -7px auto -7px 60px;
    }

    .nav-tablet-mobile {
        top: 25px;
    }

    .landing-phone {
        right: -20px;
    }

    .white-circle, .about-white-circle, .arah-white-circle {
        right: -380px;
    }

    .about-phone {
        top: 90px;
        width: 270px;
        right: 55px;
    }

    .subscribe-wrapper {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .arah-app-icons {
        max-width: 33.33%;
        height: 227px;
        width: 189px;
    }

    .coin-top-icons-wrapper .icons {
        width: 280px;
        height: 115px;
    }

    .large-coin {
        width: 300px;
        height: 300px;
    }

    .coin-app {
        width: 270px;
        background-position: -15px bottom;
    }

    .coin-text {
        width: calc(100% - 270px);
    }

    .banner-h2 {
        margin: 10px auto;
        width: 450px;
    }

    .btn-show {
        margin-top: -20px;
        margin-bottom: 165px;
    }

    .btn-pos {
        bottom: 100px;
    }

    .landing-phone-new {
        width: 80%;
    }

    .landing-phone-new-2 {
        width: 80%;
    }

    .landing-phone-new-3 {
        width: 80%;
    }

    .title-desc {
        margin: 50px 100px 25px;
    }

    .arah-coin-new {
        width: 70%;
    }

    .arah-coin-new-2 {
        width: 70%;
    }

    .arah-coin-new-3 {
        width: 70%;
    }

    .btn-pos-2 {
        top: 0px;
    }

    .landing-phone-arah-app {
        height: 100%;
        width: 80%;
    }

    .landing-phone-arah-app-2 {
        height: 100%;
        width: 80%;
    }

    .landing-phone-arah-app-3 {
        height: 100%;
        width: 80%;
    }

    .curve-bg {
        height: 100px;
        margin-top: 30px;
    }

    .app-box {
        margin: 15px auto;
        height: auto;
        width: 400px;
    }

        .app-box img {
            height: 100%;
            width: 20%;
        }

    .large-h2 {
        font-size: 32px;
        margin: 10px 150px;
        letter-spacing: 1px;
    }

    .large-h2-new {
        font-size: 28px;
        margin: 10px 15px;
    }

    .app-box-desc {
        font-size: 18px;
        margin: 30px 10px 50px;
    }

    .title-desc-new {
        text-align: center;
        margin: 20px auto;
    }

    .title-desc-white {
        margin: 20px auto 60px;
        width: 100%;
    }

    .title-desc-roadmap {
        font-size: 36px;
    }

    .chart-row-reposition img {
        bottom: 40px;
    }

    .curve-bg-2 {
        height: 300px;
        margin-top: 60px;
    }

    .roadmap-margin-top {
        margin-top: -10px;
    }

    .roadmap-box {
        margin: 15px auto;
        height: auto;
        width: 400px;
    }

    .title-desc-roadmap {
        font-size: 36px;
    }

    .roadmap-box-desc {
        margin: 0 auto;
        padding: 50px 10px;
    }

    .faq-font-size {
        font-size: 32px;
    }

    .btn-border-7 {
        padding: 0px 25px;
    }

    .brand-logo-wrapper {
        margin: 0px 20px;
    }

    .get-involved {
        font-size: 38px;
    }
}

@media only screen and (max-width: 500px) {
    * {
        text-align: center;
    }

    .b {
        display: block;
    }

    .green-bg {
        background-image: unset;
    }

    .header-font {
        font-size: 40px !important;
    }

    .top-bg-cover-nav-sive {
        height: 55px;
    }

    .navbar-brand img {
        width: 40%;
        margin: -10px auto -10px 60px;
    }

    .navbar-nav .nav-link {
        text-align: left;
    }

    .nav-tablet-mobile {
        top: 35px;
    }

    .btn-border-nav {
        width: 160px;
        margin-bottom: 215px;
    }

    .landing-phone, .about-phone {
        display: none;
    }

    .white-circle, .about-white-circle, .arah-white-circle {
        display: none;
    }

    .title-desc {
        text-align: center;
    }

    .subscribe-input {
        width: calc(100% - 90px);
    }

    .subscribe-title {
        font-size: 26px;
    }

    .btn-subscribe {
        padding: 10px 20px;
    }

    .coin-row {
        margin-top: 0px;
    }

        .coin-row .green-btn {
            margin-right: 0px;
        }

    .arah-coin {
        width: 70%;
        margin: auto;
        display: block;
    }

    .large-h1 {
        font-size: 40px;
        text-align: center;
    }

    .large-h2 {
        font-size: 40px;
        text-align: center;
    }

    .subscribe-wrapper {
        flex: unset;
        max-width: unset;
    }

    .arah-app-icons {
        max-width: 50%;
    }

    .coin-top-icons-wrapper {
        float: unset;
    }

        .coin-top-icons-wrapper .icons {
            margin: -20px auto;
        }

    .large-coin {
        float: unset;
        margin: 20px auto;
    }

    .coin-app {
        width: 100%;
        background-size: auto 100%;
        background-position: center;
        height: 550px;
    }

    .coin-text {
        width: 100%;
    }

        .coin-text .green-btn {
            margin-right: 0px;
        }

    .large-h1-new {
        margin: 30px 4px 15px;
        font-size: 28px;
    }

    .large-h1-margin-top {
        font-size: 28px;
    }

    .banner-h2 {
        margin: 15px auto;
        font-size: 22px;
        width: 300px;
    }

    .title-desc-new {
        font-size: 15px;
    }

    .btn-pos {
        bottom: 200px;
    }

    .btn-border-3 {
        width: 200px;
    }

    .btn-border-4 {
        width: 200px;
    }

    .title-desc {
        margin: 50px 30px 25px;
    }

    .arah-coin-new {
        left: 0px;
        width: 80%;
    }

    .arah-coin-new-2 {
        left: 0px;
        width: 80%;
    }

    .arah-coin-new-3 {
        left: 0px;
        width: 80%;
    }

    .btn-pos-2 {
        top: 0px;
    }

    .curve-bg {
        height: 70px;
        margin-top: 60px;
    }

    .title-desc-white {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .landing-phone-arah-app {
        width: 90%;
    }

    .landing-phone-arah-app-2 {
        width: 90%;
    }

    .landing-phone-arah-app-3 {
        width: 90%;
    }

    .app-box {
        margin: 15px auto;
        width: 90%;
    }

        .app-box img {
            width: 125px;
        }

    .large-h2-new {
        font-size: 28px;
        margin: 10px auto;
        letter-spacing: 1px;
    }

    .app-box-desc {
        margin: 30px 10px 25px;
        font-size: 16px;
    }

    .chart-row-reposition img {
        width: 100%;
        bottom: 20px;
    }

    .tablet-mobile-ul {
        margin-left: -45px;
        margin-top: 35px;
    }

    .curve-bg-2 {
        height: 120px;
        margin-top: 250px;
    }

    .roadmap-margin-top {
        margin-top: 50px;
    }

    .roadmap-box {
        margin: 15px auto;
        width: 100%;
    }

    .chart-row-reposition {
        margin-top: -350px;
    }

    .title-desc-roadmap {
        font-size: 28px;
    }

    .smaller-desc {
        font-size: 24px;
        margin: auto;
    }

    .smaller-desc-new {
        font-size: 20px;
        margin: 0 15px;
    }

    .roadmap-box-desc {
        font-size: 16px;
        margin: 0px auto;
        padding: 40px 10px;
    }

    .brand-logo-wrapper {
        margin: 0px 20px;
    }

    .brand-logo-wrapper-new {
        margin: 0px 20px;
    }

    /*.faq-font-size {
        font-size: 23px !important;
    }*/

    .btn-border-7 {
        padding: 5px 35px 0px 15px;
    }

    .btn-border-7 {
        min-height: 50px;
    }

    .custom-popup h6 {
        line-height: 35px;
        font-size: 14px;
        text-align: left;
    }

    .custom-popup p {
        font-size: 14px;
        text-align: left;
    }

    .caret {
        bottom: 30px;
        left: 20px;
    }

        .caret.up {
            bottom: 40px;
        }

    .social-wrapper {
        margin: -40px 0;
    }

    .new-social-wrapper img {
        width: 55px;
        height: auto;
        margin: 75px 0px;
    }

    .arah-font {
        font-size: 28px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .copyright-new {
        font-size: 16px;
        /*background-color: rgb(32,32,32);*/
    }

    .copyright {
        margin-top: 0px;
    }

    .brand-logo-wrapper-new img {
        margin: 12px;
        width: 85px;
    }

    .learn-how-to-build {
        font-size: 16px;
    }

    .get-involved {
        font-size: 24px;
    }

    .join-community {
        width: 180px;
        height: 50px;
        font-size: 12px;
    }
    /*coin*/
    #sugar_daddy {
        width: 100%;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .large-h1-new, .large-h1-margin-top{
        letter-spacing: -2px;
    }
}
