/*
    Theme Name: MWD
    Author:  Move with Digital
    Author URL: https://movewith.digital/
    Description: ---- 2024.
    Document   : Framework 
*/

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-size: 100%;
    color: #FFFFFF;
    background: #242323;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}


::placeholder {

    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;

}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

/* div {
    transition: all 0.3s ease-in-out;
} */


a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    border: none;
    max-width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}

p {
    margin: 0;
    line-height: 1.5;
    font-size: 1.2em;
    color: #969696;
    padding: 10px 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;

}









h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 8.5em;
    line-height: 0.9;
    font-weight: 800;
}

h2 span {
    display: block;
}

h3 {
    margin: 0;
    padding: 100px 0 20px 0;
    color: #727272;
    font-size: 1.3em;
    line-height: 1.1;
    font-weight: 600;

}

h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 3em;
    line-height: 1.1;
    font-weight: 600;
}

h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 400;
}

h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #000;
    font-size: 2.5em;
    line-height: 1.3;
}

.alig-center {
    align-items: center;
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;

}


.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1270px;
}



.flex {
    display: flex;
}

.logo {
    width: 250px;
}

.full-width {
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
    width: 100%;
    padding: 100px 0 0 0;

}

.justify-end {

    width: 100%;
    max-width: 700px;
    background: url(../images/emerj.svg) no-repeat 0 10px /100px;
    padding: 0 0 0 150px;
}

.footer {
    padding: 20px 0;
    margin: 50px 0 0 0;
    width: 100%;
    text-align: left;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
}
.footer ul:nth-child(1) img {
    width: 100px;
    padding: 0 5px 0 0;
    margin: 20px 0 20px 0;
    display: inline-block;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    vertical-align: bottom;
    position:relative; 
}
.footer ul:nth-child(1).flex {
        display: flex;
    justify-content: flex-end;
    align-items: end;
} 

.footer .justify-end {

    width: 100%;
    max-width: 700px;
    background: none;
    padding: 0 0 0 200px;
}

.footer .full-width {
    padding: 0 0 0 0;

}

.footer a {
    color: #ccc;
    text-tranform: uppercase;
    font-size: 1em;
}

.footer h3 {
    padding: 25px 0;
    color: #383838;
}

p a {
    color: #efefef !important;
}


.footer img {
    width: 60px;
    padding: 0 5px 0 0;
    margin: 20px 0 20px 0;
    display: inline-block;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    vertical-align: bottom;
}

iframe {
    position: fixed;
    top: 20px;
    right: 20px;
    filter: saturate(0);

}

.tagline {
    padding: 100px 0 20px 0;
    display: block;
    width: 50%;
}

.twitter {
    max-width: 20px;
    position: relative;
    top: 4px;
}

.small {
    font-size: 13px;
    padding: 0 0 0 0;
}

@media screen and (min-width:200px) and (max-width:1200px) {
    h2 {
        font-size: 4em;
    }

    h3 {
        font-size: 1.2em;
    }

    .tagline {
        padding: 100px 0 20px 0;
        display: block;
        width: 100%;
    }

    .full-width {
        padding: 20px 0 0 0;
    }

    .justify-end {

        width: 100%!important;
        max-width: 100%!important;
        background: none;
        padding: 0 0 0 0!important;

    }

    .footer {
        margin: 50px 0 0 0;
            border-top: 1px solid rgba(239, 239, 239, 0.17);
    }

    iframe {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 300px;
        margin: 50px 0 0 0;


    }
}