@import "https://fonts.googleapis.com/css2?family=Rokkitt&display=swap";

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

.brDesktop {
    display: block;
}

.container {
    padding: 0
}

button:focus {
    outline: 0;
    box-shadow: none !important
}

.headerContainer {
    display: grid;
    grid-template-columns: 10fr 9fr;
    place-items: start;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    padding-top: 80px
}

@media (min-width: 576px) {
    .headerContainer {
        max-width: 540px
    }

    
}

@media (min-width: 768px) {
    .headerContainer {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .headerContainer {
        max-width: 960px
    }
    .hero {
        padding: 120px 90px 0;
    }
}

@media (min-width: 1200px) {
    .headerContainer {
        max-width: 1280px
    }
}

.hero .headerContainer h1 {
    color: #9B9A9A;
    line-height: 28px;
    font-size: 23px;
    font-family: Asap, sans-serif;
    font-weight: 400;
    margin: 0
}

.hero .headerContainer h2, .aboutContent h2 {
    color: #163560;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    margin: .5em 0 .8em;
    letter-spacing: -.03em
}

.hero .headerContainer h2 span, .aboutContent h2 span {
    color: #FC7E00
}

.hero .headerContainer h3 {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 1rem 0
}

.hero .headerContainer p,
.aboutDivider .content p,
.emSugo p,
.emFeatures p,
.serviceSect p {
    color: #7A7A7A;
    font-family: Asap, sans-serif;
    font-size: 19px;
    font-style: normal;
    line-height: 23px;
    font-weight: 400;
    max-width: 580px;
    padding: 0;
    margin: 0 1em 2em 0
}

.heroDivider {
    width: 100%;
    margin-top: -1%;
    user-select: none
}

.small-title-head {
    color: #fff;
    font-family: Asap, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px
}

.small-title-head b {
    font-weight: 700
}

@media (max-width: 992px) {
    .hero .headerContainer {
        width: 100%
    }

    .hero .headerContainer h2 {
        font-size: 30px;
        line-height: normal
    }

    .hero .headerContainer h1 {
        font-size: 15px;
        line-height: normal
    }

    .hero {
        padding: 90px 0px 0;
    }
}

@media (max-width: 420px) {
    .hero .headerContainer h2 {
        padding-right: 0 !important;
        font-size: 8.4vw
    }

    .headerContainer button {
        display: inline-block;
        text-align: center;
        justify-content: center !important;
        min-width: auto !important;
        width: 100%;
        margin-left: 0
    }
}

.headerContainer button {
    cursor: pointer;
    text-decoration: none;
    background: #FC7E00;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, 0.1);
    transition: all .6s;
    font-size: 20px;
    font-family: Roboto, sans-serif
}

.headerContainer button a {
    text-decoration: none;
    text-decoration-line: none;
    color: #fff !important
}

.headerContainer button a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff !important
}

@media (max-width: 420px) {
    .headerContainer button {
        display: inline-block;
        text-align: center;
        width: 100%;
        min-width: auto !important;
        font-size: 4.78vw
    }
}

.headerContainer button {
    font-family: Roboto, sans-serif
}

.headerContainer button img {
    margin-left: 12px;
    height: 20px
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@media (min-width: 768px) and (max-width: 1800px) {
    body {
        zoom: .85
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    justify-self: start;
}

.illus {
    justify-self: end;
    align-self: start
}

.animated.delay-500ms {
    animation-delay: .2s
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

@media (max-width: 992px) {
    .headerContainer h1 {
        font-size: 5.7vw !important;
        line-height: normal !important
    }
}

/**************************/

.aboutDivider {
    margin-top: 10vh;
    background: #002643;
    padding: 3% 0
}

.aboutDivider .container .infoItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    column-gap: 50px;
    max-width: 1090px;
    margin: auto
}

.aboutDivider .container h2 {
    text-align: center;
    color: #FC7E00;
    font-family: Montserrat;
    font-size: 35px;
    line-height: 32px;
    padding-bottom: 45px;
}

.aboutDivider .container .infoItems .infoItem {
    border-radius: 10px;
    border: 1px solid #FC7E00;
    position: relative;
    padding: 30px
}

.aboutDivider .container .infoItems .infoItem p {
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.aboutDivider .container .infoItems .infoItem p span{
    color: #FC7E00;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

/**************************/

/*VIDEO*/

.col-md-6{
    margin: 5em auto 2em;
}

.video-container {
    text-align: center;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: transparent;
    cursor: pointer
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

.video-container:before {
    content: url("https://www.embluemail.com/images/success-cases/play.png");
    margin-top: 7px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: transform .2s, opacity .2s;
    -moz-transition: transform .2s, opacity .2s;
    -webkit-transition: transform .2s, opacity .2s
}

.video-container:hover:before {
    color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(.8);
    -moz-transform: translate3d(-50%, -50%, 0) scale(.8);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8)
}

.video-container:after {
    content: "";
    position: absolute;
    margin-top: 6px;
    height: 90px;
    width: 90px;
    border: none;
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, .2);
    cursor: pointer;
    top: 50%;
    left: 50%;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: background-color .2s, transform .2s, opacity 1.2s;
    -moz-transition: background-color .2s, transform .2s, opacity .2s;
    -webkit-transition: background-color .2s, transform .2s, opacity 1.2s
}

.video-container:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(.9);
    -moz-transform: translate3d(-50%, -50%, 0) scale(.9);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.9)
}

.video-container.reveal:after,
.video-container.reveal:before {
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s, opacity .4s;
    -moz-transition: visibility .4s, opacity .4s;
    -webkit-transition: visibility .4s, opacity .4s
}

.video-container:before {
    font-weight: 900
}

.video-container:after {
    background-color: rgba(32, 36, 45, .7)
}

.video-container:hover:after {
    background-color: #00c9cb !important
}

@media (max-width:768px) {
    img.img-fluid.mx-auto {
        margin: 20px 0
    }
}

/**************************/

.about .container .aboutMain {
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 10%
}

.about .container .aboutMain .left-column .aboutTitle h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    color: #163560
}

.about .container .aboutMain .left-column .aboutTitle .autor,
.text-jet {
    font-family: 'Roboto';
    color: #7A7A7A;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 23px;
    color: #58595B
}

.about .container .aboutMain .left-column .aboutContent {
    padding-top: 5%
}

.about .container .aboutMain .left-column .aboutContent img {
    padding: 0 0 7%;
    margin: auto;
    max-width: 100%;
}

.about .container .aboutMain .left-column .aboutContent h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}

.about .container .aboutMain .left-column .aboutContent p {
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 25px;
    color: #7A7A7A;
    padding-bottom: 20px
}

.about .container .aboutMain .left-column .aboutContent .cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about .container .aboutMain .left-column .aboutContent .cards .card{
    padding: 35px;
    background: #002643;
    border-radius: 15px;
}

.about .container .aboutMain .left-column .aboutContent .cards .card p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 0;
    margin: 0;
}

.about .container .aboutMain .left-column .aboutContent .cards .card p span{
    color: #FC7E00;
}


.about .container .aboutMain .left-column .aboutTitle .quote,
.about .container .aboutMain .left-column .aboutContent .quote {
    display: grid;
    grid-template-columns: 100%;
    padding: 5% 5% 5% 0;
    place-items: center;
    align-items: start
}

.about .container .aboutMain .left-column .aboutTitle .quote {
    padding: 5% 5% 80px 0;
    border-bottom: solid 1px #FC7E00;
}

.mobi-img {
    display: none
}

.desktop-img {
    display: block
}

.about .container .aboutMain .left-column .aboutTitle .quote .quote-text,
.about .container .aboutMain .left-column .aboutContent .quote .quote-text {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #043260;
    padding-bottom: 0
}

.about .left-column .desktop-bttn {
    display: block
}

.about .right-column .mobi-bttn {
    display: none
}

.about .container .aboutMain .about-end,
.about .container .aboutMain .right-column .about-end {
    margin: 0 0 10%
}

.about .container .aboutMain .about-end h2,
.about .container .aboutMain .right-column .about-end h2 {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 34px;
    color: #163560
}

.about .container .aboutMain .about-end a,
.about .container .aboutMain .right-column .about-end a {
    font-family: 'Asap';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFF
}

.about .container .aboutMain .about-end a button,
.about .container .aboutMain .right-column .about-end a button {
    border: 0;
    margin: 15px 0 0;
    padding: 0;
    background: #FC7E00;
    text-transform: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Asap';
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: none
}

.about .container .aboutMain .about-end button:hover,
.about .container .aboutMain .right-column .about-end button:hover {
    background: #E26B04
}

.about .container .aboutMain .right-column .moving-box {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 10% 10% 5%;
    margin-bottom: 15%;
    top: 120px
}

.about .container .aboutMain .right-column .moving-box h2 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 22px;
    color: #FC7E00
}

.about .container .aboutMain .right-column .moving-box p {
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 22px;
    color: #163560;
    margin: 20px 0
}

.about .container .aboutMain .right-column .moving-box .client-description {
    border-bottom: .75px solid #878787;
    padding-bottom: 30px
}

.about .container .aboutMain .right-column .desktop-img {
    text-align: center;
    margin-top: -15%
}

.desktop-break {
    display: block
}

.mobi-break {
    display: none
}

.quote img {
    width: 158px
}

@media (min-width: 300px) and (max-width: 750px) {
    .hero {
        background-position: bottom;
        display: grid;
        min-height: 75vh
    }

    .headerContainer {
        grid-template-columns: 1fr;
        padding: 0 40px 15vw;
        justify-items: center;
        row-gap: 1em
    }

    .aboutDivider {
        margin: 0
    }
}

.quote-mob {
    display: none
}

@media (max-width: 768px) {
    .brDesktop {
        display: inline;
    }

    .quote {
        display: inherit !important
    }

    .quote-desk {
        display: none
    }

    .mobi-break,
    .quote-mob {
        display: block
    }

    .desktop-break {
        display: none
    }

    .container {
        padding-right: 40px;
        padding-left: 40px
    }

    .footer .container {
        padding-right: 20px;
        padding-left: 20px
    }

    .hero .headerContainer p,
    .aboutDivider .content p,
    .emSugo p,
    .emFeatures p,
    .serviceSect p {
        margin: 0 0 2em
    }

    .hero .headerContainer {
        padding-top: 5vh;
        padding-right: 25px;
        padding-left: 25px
    }

    .small-title-head {
        text-align: center
    }

    .headerContainer button {
        margin: 0
    }

    .hero .headerContainer h2 {
        line-height: 35px;
        text-align: center !important;
        letter-spacing: -.01em
    }

    .hero .headerContainer p {
        text-align: center;
        font-size: 17px;
        line-height: 21px
    }

    .video-container{
        padding-bottom: 60%;
    }

    .aboutDivider {
        padding: 10% 0
    }

    .aboutDivider .container .infoItems {
        grid-template-columns: 1fr;
        justify-content: center;
        column-gap: 10px;
        row-gap: 40px;
        max-width: 200px
    }

    .aboutDivider .container h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .aboutDivider .container .infoItems .infoItem p,
    .aboutDivider .container .infoItems .infoItem p span{
        text-align: center;
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px
    }

    .about .container .aboutMain {
        grid-template-columns: none;
        grid-template-rows: auto auto;
        padding-bottom: 50px
    }

    .about .container .aboutMain .left-column {
        text-align: center
    }

    .about .container .aboutMain .left-column .aboutTitle .quote{
        padding: 0 0 50px;
    }

    .about .container .aboutMain .left-column .aboutTitle {
        padding-bottom: 5%;
        margin-bottom: 1.5em
    }

    .about .container .aboutMain .left-column .aboutTitle h2 {
        font-size: 33px;
        line-height: 38px
    }

    .about .container .aboutMain .left-column .aboutTitle p {
        font-size: 16px;
        line-height: 20px
    }

    .quote-text {
        font-size: 31px;
        line-height: 40px
    }

    .jet-desk,
    .paula-desk {
        display: none
    }

    .quote img {
        margin-bottom: 1em;
        width: 120px !important
    }

    .about {
        margin-top: 8vh
    }

    .about .container .aboutMain .left-column .aboutContent {
        padding-top: 5%
    }

    .about .container .aboutMain .left-column .aboutContent p {
        font-size: 17px;
        line-height: 25px
    }

    .about .container .aboutMain .left-column .aboutContent .results {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 1.5em
    }

    .about .container .aboutMain .left-column .aboutContent h3 {
        font-size: 17px;
        line-height: 25px
    }

    .about .container .aboutMain .left-column .aboutContent img {
        width: 100%
    }

    .about .container .aboutMain .left-column .aboutContent .quote {
        padding: 5% 0;
        grid-template-columns: 2fr 2fr
    }

    .desktop-img {
        display: none
    }

    .hero .mobi-img {
        display: block;
        max-width: 100%;
    }

    .animated {
        justify-self: center;
        align-self: center
    }

    .about .container .aboutMain .left-column .aboutContent .quote .mobi-img {
        display: block;
        align-self: center;
        justify-self: center
    }

    .about .container .aboutMain .left-column .aboutContent .quote .quote-text {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 0;
        align-self: center;
        justify-self: center;
        margin-bottom: 1em
    }

    .about .left-column .desktop-bttn {
        display: none
    }

    .about .right-column .mobi-bttn {
        display: block;
        text-align: center;
        margin: 25% 0 10%
    }

    .about .container .aboutMain .about-end h2 {
        font-size: 30px;
        line-height: 34px
    }

    .about .container .aboutMain .about-end a {
        font-size: 17px;
        line-height: 28px
    }

    .about .container .aboutMain .right-column .moving-box {
        padding: 25% 10% 5%;
        position: inherit;
        top: 0
    }

    .about .container .aboutMain .right-column .moving-box h2 {
        font-size: 20px
    }

    .about .container .aboutMain .right-column .moving-box p {
        font-size: 14px;
        line-height: 19px;
        margin: 30px 0
    }

    .about .container .aboutMain .right-column .moving-box .client-description {
        padding-bottom: 30px
    }

    .about .container .aboutMain .right-column .mobi-img {
        text-align: center;
        margin-bottom: -20%
    }

    .about .container .aboutMain .left-column .aboutContent .cards{
        grid-template-columns: 100%;
    }
}