/* CSS Document */


body {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
    padding: 0;
    word-wrap: break-word !important;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 24px
}

html,
body {
    scroll-behavior: smooth;
}

h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

h3 a {
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
}


p {
    text-align: left;
    font-size: 16px;
    color: #808080;
}

.mainmenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: 100%;
    z-index: 999;
}

.header_showcase {
    padding-top: 50px;
    background: url(../images/header-bg.jpg) top center no-repeat;
    background-size: cover;
    height: 80vh;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainmenu img.logo {
    height: 52px;
    display: block;

}

.mainmenu #logo {
    padding: 15px 0;

}

.toggle,
[id^=drop] {
    display: none;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, .4);
}


.button_top {
    margin-right: 0;
    margin-left: auto;
}

#logo a {
    display: block;
}

#logo {
    display: block;


    font-size: 20px;
    margin-left: 0;
    margin-right: auto;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

.inner_box_top {
    display: flex;
    width: 100%;
    align-items: center;
}

nav {
    margin: 0 auto;
}

.button_top a {
    display: flex;
    border: #21D0B2 1px solid;
    padding: 5px 20px;
    color: #21D0B2;
    font-size: 14px;
    text-decoration: none;
}

.readmore {
    display: flex;
    padding: 10px 0;
}

.readmore a {
    display: flex;
    background: #21D0B2;
    padding: 6px 20px;
    color: #000;
    font-size: 14px;
    border: #21D0B2 1px solid;
    text-decoration: none;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav li>a {
    display: block;
    padding: 12px 30px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}


nav ul li ul li:hover {
    background: #000000;
}

/* Background color change on Hover */
nav a:hover {
    background-color: #000000;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 60px;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


 
.he-con-t {
    text-align: left;
    color: #fff;
}

.he-con-t h1 {
    text-align: left;
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
}

.he-con-t p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

img {
    max-width: 100%;
}

.textheader {
    padding: 80px 0;
    background-color: #03111A;

}

.title_mod h3 {
    color: #fff;
}

.Partners_area .title_mod h3 {
    color: #000;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.textheader h2 {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20px 7vw;
}

.Industries_sec {
    padding: 70px 0;
    background: url(../images/indus.jpg) center center no-repeat;
    background-size: cover;
}

.Solutions_Geosystems_sec {
    padding: 70px 0;
    background: #03111A;
    color: #fff;
}

h2 {
    font-weight: bold;
}

.box_list {
    padding: 30px 0;
}

.box_list .list {
    box-shadow: rgba(0, 0, 0, .1) 0px 0px 10px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.txt_b {

    color: #000;
    padding: 15px 20px 20px;
    font-size: 14px;

}

.pic-img_b {
    border-radius: 100%;
    height: 300px;
    width: 300px;
    background: url(../images/profile-pic.jpg) center 0 no-repeat;
    background-size: cover;
}

.author_box {
    font-size: 16px;
}

.box_list h3 {
    font-size: 16px;
}

.readmore_b {
    display: none;
    align-items: center;
}

.readmore_b a {
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #21D0B2;
}

.readmore_b img {
    height: 12px;
    margin-left: 10px;
    margin-top: 2px;
    display: inline-flex;
    line-height: 22px;
}

.img_b {
    overflow: hidden;
}

.img_b img {
    transition: all 0.6s;
    display: block;
    width: 100%;
}

.img_b img:hover {
    transform: scale(1.2);
}

.Solutions_Geosystems_sec .list {
    margin-bottom: 30px;
}

.box_list .col-md-6,
.box_list .col-md-5,
.box_list .col-md-12 {
    display: flex;
}

.subcat {
    padding: 20px 0 5px;
    color: #808080;
}

.more_button {
    display: flex;
    padding-top: 00px;
    justify-content: center;
}

.more_button a {
    display: flex;
    border: #21D0B2 1px solid;
    padding: 10px 30px;
    color: #21D0B2;
    font-size: 14px;
    text-decoration: none;
}

.he-con-t p {
    color: #FFF;
}

.client_logo {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.client_logo .logo img {
    height: 120px;
}

.Partners_area {
    background: #fff;
    padding: 70px 0;
}

.Partners_area .title_mod h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-bottom: 30px;
}

.about_snsk {
    padding: 70px 0;
    background-color: #03111A;
}
.about_snsk.bg_light{background-color: #ebf1f5;}
.text_area h2 {
    text-align: left;
}

/*.about_box {
    background: url(../images/about-bg.jpg) right 0 no-repeat;
    background-size: auto 100%;
    padding-top: 100px;
}*/
.text_area p {
    font-weight: 400;
}

.about_snsk .about_snsk h2 {
    line-height: 48px;
    font-size: 36px;
}

.about_snsk .about_box {
    background-size: 100% auto;
    padding: 0px 5vw;

}

.t-line span {
    color: #64F8DF;
}

.text_area h2,
.text_area p {
    text-align: center;
}

.about_snsk .about_box .text_area {
    background: #fff;
    padding: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #000;

}

.form_bottom {
    padding: 70px 0;
}

.innrer_contrent {
    flex: 0 0 50%;
    max-width: 50%
}


.material-form-group textarea {
    width: 100%;
    border: 1px solid #b6cbe2;
    border-radius: 5px;
    min-height: 85px;
    font-size: 14px;
    font-weight: 500;
    resize: none;
    outline: 0;
    padding: 15px
}

.innrer_contrent {
    flex: 0 0 50%;
    max-width: 50%
}

.box_area_list h3 {
    font-size: 22px;
    font-weight: 600;
}

.box_area_list {
    font-size: 16px;
    ;
}

.box_area_list ul {
    padding: 0px;
    margin: 0;
}

.box_area_list ul li {
    list-style: none;
    padding: 10px 0px 0px 30px;
    position: relative;
}

.box_area_list ul li a {
    color: #333;
    line-height: 26px;
}

.box_area_list ul li img {
    position: absolute;
    left: 0;
    top: 15px;
}

.r-t-b {
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 0;
    background: #B7E5FF;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 50px;
}

.client_logo {
    margin-bottom: 20px;
}

.overflauto_div {
    padding-bottom: 25px;
}

.content_mmi {
    background: #fff;

    padding: 50px 100px
}

.content_mmi h2 {
    text-align: center;
    font-size: 46px;
    margin: 0;
    padding-bottom: 40px
}

.material-form-group {
    position: relative;
    padding-top: 12px;
    padding-bottom: 6px;
    transition: all .25s ease-out
}

.material-form-group label {
    z-index: 2;
    position: absolute;
    font-size: 15px;
    top: 10px;
    font-weight: 500;
    transition: all .25s ease-out;
    pointer-events: none
}

.material-form-group.focus label,
.material-form-group:not(.pristine) label {
    top: -3px;
    font-size: 12px;
    pointer-events: all
}

.material-form-group.focus label {
    color: #f18f4a !important
}

.material-form-control:focus label {
    color: #f18f4a !important
}

.material-form-group:not(.pristine) .reveal-password-toggle {
    display: block
}

.material-form-group.focus,
.material-form-group.has-error {
    margin-bottom: 0
}

.material-form-group.has-error .material-form-control {
    border-bottom-color: #f22f46;
    box-shadow: 0 1px 0 #f22f46;
    margin-bottom: 0
}

.material-form-group.has-error {
    padding-bottom: 30px
}

.material-form-control {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding: 6px 0 4px;
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #b6cbe2;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    transition: all .25s ease-out;
    border-radius: 0;
    background: #fff;
    font-family: Montserrat, sans-serif
}

.material-form-control:focus {
    border-bottom-color: #f18f4a;
    outline: 0
}

.material-form-control:fill {
    background: #fff
}

.material-form-control:-webkit-autofill,
.material-form-control:-webkit-autofill:active,
.material-form-control:-webkit-autofill:focus,
.material-form-control:-webkit-autofill:hover {
    background: #fff
}

#rama_roll .splide__pagination {
    display: none
}

.box_area_list p {
    color: #000;
}

.content_mmi {
    padding-bottom: 20px
}

.content_mmi h2 {
    padding-bottom: 40px
}

.submit-bt {
    padding-top: 40px;
    display: flex;
    justify-content: center
}

.submit-bt .button-btn {
    cursor: pointer;
    padding: 9px 55px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    background: #21D0B2;
    border: 0;
    color: #fff
}

.innrer_contrent {
    border: #018E95 1px solid;

    border-radius: 0;
    overflow: hidden;
    border-left: none;
}


.footerArea {
    background: #000;
    text-align: center;
    padding: 6px 0;
}

.footerBottom {
    display: flex;
    font-size: 14px;
    color: #fff;
    align-items: center;
    color: #fff;
}

.footerBottom p {
    color: #fff;
    font-size: 14px;
}

.footerArea .leftfooter {
    margin-right: auto;
}

.Rightfooter {
    margin-left: auto;
    display: flex;
    justify-items: center;
}

.footermenu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.footermenu li a {
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 20px;
    font-size: 14px;
}

.readmore a {
    margin-right: 40px;
}

.readmore .outerline {
    background: none;
    border: #21D0B2 1px solid;
    color: #21D0B2;
}


/*******Industrie page********/

body.dark-bg {
    background-color: #03111A;
}

.mmi-industries .Industries_sec {
    padding: 70px 0;
    background: none;
    background-size: cover;
}

.mmi-industries .Industries_sec h2 {
    color: #fff;
    text-align: left;
}

.mmi-industries .Industries_sec p {
    color: #E1E1E1;
    text-align: left;
}

.breadcrumb {
    background: #0B2739;
    padding: 20px 0;
}

.breadcrumb_list {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: flex;
    align-items: center;

}

.breadcrumb_list li a {
    color: #fff;
}

.breadcrumb_list li {
    color: #018E95;
    display: flex;
    padding: 6px 20px;
}

#mappls_contact {
    background: #fff;
}

.mmi-industries .list {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.mmi-industries .col-md-3 {
    display: flex;
}

.mmi-industries .box_list h3 {
    display: flex;
    line-height: 26px;
    font-size: 16px;
}

/******Solutions*******/



.mmi-industries .Solutions_Geosystems_sec h2 {
    color: #fff;
    text-align: left;
}

.mmi-industries .Solutions_Geosystems_sec p {
    color: #E1E1E1;
    text-align: left;
}

.mmi-industries .Solutions_Geosystems_sec .txt_b p,.txt_b ul li  {
    color: #808080;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.mmi-industries .col-md-4 {
    display: flex;
}

/********************End Solutions******************/
/***********************about Us**********************/
.about_sec {
    background: #fff;
    padding: 70px 0;
}

.about_info_sec {
    background: #03111A;
    padding: 20px 0 70px;
}

.about_sec h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    text-align: center;
    padding: 20px 0;
}

/*.image_bg{background: url(../images/about_page_bg.jpg) center top no-repeat; padding: 300px  200px 0; }*/
.image_bg {
    background: ;
    padding: 20px;
}

.image_bg .content_mod {
    padding: 40px;
}

.image_bg .content_mod p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.content_mod {
    background: #018E95;
    padding: 30px;
}

.content_mod h2 {
    color: #fff;
    font-size: 32px;
}

.content_mod p {
    color: #fff;
    font-size: 16px;
}

.about_bg_quates_sec {
    padding: 00px 0 70px;
    text-align: center;
}

.about_Strategic_sec {
    padding: 40px 0 0;
    text-align: center;
    margin-bottom: 80px;
    background-color: #fff;
}

.straegic_mod {
    background-color: #fff;
    padding: 50px 10vw;
}

.straegic_mod h2 {
    font-size: 40px;
    font-weight: ;
}

.straegic_mod p {
    font-size: 18px;
    color: #808080;
    line-height: 32px;
    text-align: center;
    margin: 30px 0;
}

.about-im-c {
    padding: 20px 0;
}

.about_Our {
    margin-bottom: 50px;
    padding: 60px 0;
    background-color: #B7E5FF;
}

.about_Our h2 {
    padding-bottom: 40px;
}

.about_Our p {
    margin-top: 0;
    font-weight: 600;
    color: #03111A;
}

.author_de {
    padding: 0px 0 0;
    margin-top: 0;
}

/********************/

.modal_shadow {
    position: fixed;
    top: 0;
    padding: 50px;
    z-index: 99999;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-size: 16px;

}

.modal_shadow.addC_show {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    display: flex;
    align-items: center;
}

.close_box {
    text-align: right;
    height: 32px;
}

.inner_divBox .content_mmi {
    max-height: 70vh;
    overflow: auto;
    padding: 0 20px 0 0;
}

.close_box img {
    height: 16px;
    cursor: pointer;
}

.inner_divBox .content_mmi p {
    margin: 0 0 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.inner_divBox {
    box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
    border-radius: 10px;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    width: 100%;
}

.inner_thums {
    float: left;
    margin-right: 50px;
    min-width: 250px;
    width: 400px;
    margin-bottom: 20px;
    max-width: 100%;
}

.content_mmi .inner_thums p {
    font-size: 14px;
}

.content_mmi .inner_thums img {
    margin-bottom: 25px;
}
.get_intouch {margin: 0px; padding:20px 0px;}
.box_area_list  .get_intouch  li{padding: 0px;
}
.get_intouch  h3{font-size: 16px;}
.get_intouch  a.icons_i{position: relative; padding:10px  0px 5px 30px; display: block; p}
/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

    .about_snsk .about_box,
    .textheader h2 {
        padding: 0;
    }

    .inner_thums {
        margin-bottom: 40px;
    }

    .modal_shadow {
        padding: 15px;
    }

    .inner_thums {
        float: none;
        margin-right: 0;
        min-width: 250px;
        text-align: center;
        display: block;
        margin: auto;
    }

    .inner_divBox .content_mmi p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .image_bg .content_mod p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;

    }

    .image_bg {
        padding: 0;
    }

    .image_bg .content_mod {
        padding: 15px;
    }

    .content_mod h2 {
        font-size: 26px;
    }

    .straegic_mod h2 {
        font-size: 24px;
    }

    .about_sec h3 {
        font-size: 18px;
    }

    .image_bg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header_showcase {
        height: auto;
    }

    .textheader h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .button_top {
        order: 2;
    }

    .formobilemenu {
        order: 3;
        margin-right: -2px;
        margin-left: 46px;
        position: relative;
    }

    .herobanner {
        padding-top: 50px;
    }

    .he-con-t h1 {
        font-size: 26px;
        line-height: 32px;
    }

    #logo {}

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {}

    .menu {


        position: fixed;
        top: 73px;
        background-color: #fff;
        max-height: calc(100vh - 73px);
        transition: all 0.5s;
        right: -301px;
        left: auto;
        width: 300px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
        padding-bottom: 51px;
    }

    /* Stylinf the toggle lable */

    .inner_box_top {
        position: relative;
    }

    .toggle:hover {
        background-color: #000000;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        right: 0;
    }

    label[for=drop] {
        padding: 20px;
        cursor: pointer;
        display: block;

    }

    .bar {
        width: 30px;
        height: 2px;
        position: absolute;
        top: 18px;
        background-color: white;
        right: 20px;
        cursor: pointer;
    }

    .bar:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: white;
        bottom: 10px;
    }

    .bar:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: white;
        top: 10px;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav ul li a {
        color: #03111A;
        font-weight: bold;
    }

    nav ul li:hover a {
        color: #fff;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #000000;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

    .innrer_contrent {
        flex: 0 0 100%;
        max-width: 100%;
        border: none;
        border: 0;
    }

    .r-t-b {
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .herobanner .row .col-md-5 {
        order: 1;
        padding-bottom: 30px;
    }

    .herobanner .row .col-md-7 {
        order: 2;
    }

    .list {
        margin-bottom: 30px;
    }

    .Partners_area,
    .about_snsk,
    #mappls_contact,
    .Industries_sec,
    .Solutions_Geosystems_sec {
        padding: 40px 0;
    }

    .about_snsk .about_box .text_area {
        width: 100%;
        padding: 20px;
        border-radius: 0px;
    }

    .content_mmi {
        padding: 20px 30px;
    }

    .title_mod h2,
    .Partners_area .title_mod h2 {
        font-size: 24px;
    }

    .box_list h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .button_top a {
        padding: 4px 16px;
    }

    .herobanner {
        padding-bottom: 0px;
        padding-bottom: 0px;
        min-height: 450px;
        align-items: center;
        display: flex;
    }

    .readmore {
        flex-wrap: wrap;
        justify-content: center;
    }

    .readmore a {
        margin-bottom: 20px;
    }

    .mainmenu img.logo {
        height: 42px;
    }

    .mainmenu {
        position: fixed;
        background: #03111A;
    }

    .readmore a {
        margin: 0 20px 30px;
        line-height: 30px;
        padding: 5px 20px;
    }

    body .form_bottom {
        padding: 40px 0;
    }

}

@media all and (max-width : 715px) {

    .box_list {
        padding: 10px 0 20px;
    }

    .textheader {
        padding: 20px 0px 30px;
    }

    .about_Strategic_sec {
        padding: 0px;
        margin: 0 0 40px;
    }

    .about_info_sec {
        padding: 40px 0;
    }

    .our_clientS_list {
        width: 100%;
    }

    .he-con-t h1 {
        text-align: center;
    }

    .img_b {
        width: 100%;
    }

    .mmi-industries .col-md-4 {
        display: block;
    }

    nav ul li {
        display: block;
        width: 100%;
    }

}

.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px 10px;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header a.logo {
    font-size: 25px;
    font-weight: bold;
}

.header a:hover {
    background-color: #ddd;
    color: black;
}

.header a.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    float: right;
}
.herobanner{animation: visible 0.8s backwards;}
 
@keyframes visible {
  from {
       opacity: 0;
      transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 500px) {
    .readmore.pt-5 {
        padding-top: 20px !important;
    }

    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

.reveal {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.8s all cubic-bezier(0.08, 0.09, 0, 1.06);
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
