@font-face {
    font-family: 'StratosLCWeb Bold';
    src: url(fonts/stratos-lc-web/StratosLCWeb-Bold.woff) format("woff"),
         url(fonts/stratos-lc-web/StratosLCWeb-Bold.woff2) format("woff2");
}
@font-face {
    font-family: 'StratosLCWeb Medium';
    src: url(fonts/stratos-lc-web/StratosLCWeb-Medium.woff) format("woff"),
         url(fonts/stratos-lc-web/StratosLCWeb-Medium.woff2) format("woff2");
}
@font-face {
    font-family: 'StratosLCWeb Regular';
    src: url(fonts/stratos-lc-web/StratosLCWeb-Regular.woff) format("woff"),
         url(fonts/stratos-lc-web/StratosLCWeb-Regular.woff2) format("woff2");
}
@font-face {
    font-family: 'StratosLCWeb Light';
    src: url(fonts/stratos-lc-web/StratosLCWeb-Light.woff) format("woff"),
         url(fonts/stratos-lc-web/StratosLCWeb-Light.woff2) format("woff2");
}

*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: 'StratosLCWeb Regular';
    background-color: #F3F6FD;
}
.overflow-hidden{
    overflow: hidden;
}
h2{
    padding-left: 25px;
    color: #ee6724;
    font-family: 'StratosLCWeb Medium';
}

/* Edit panel */
.edit-panel{
    display: flex; ustify-content: space-between;
    background-color: #F3F6FD;
}
.edit-panel .panel-option {
    width: 16%;
    display: flex; flex-direction: column;
    padding: 25px;
    position: relative;
}
.edit-panel .panel-option.download{
    display: flex; align-items: center; justify-content: center;
}
.edit-panel .panel-option label{
    font-size: 20px; font-weight: 600; font-family: 'StratosLCWeb Regular';
    color: #1d1d1b;
    margin-bottom: 15px; padding-left: 10px;
}
.edit-panel .panel-option select{
    height: 35px;
    padding: 5px 10px;
    font-weight: 600; font-family: 'StratosLCWeb Regular';
    border: none;
}
.edit-panel .panel-option.download a{
    position: absolute; top: 0; left: 0;
    height: 100%; width: 100%;
    display: flex; justify-content: center; align-items: center;
    font-size: 26px; font-weight: 600;
    color: #fff; letter-spacing: 5px;
    text-decoration: none; outline: none;
    background-color: #1d1d1b;
}
.how-it-works{
    padding: 0 25px 0;
}
.how-it-works a{
    color: #000144;
}
.how-it-works .how-it-works-list{
    padding-left: 18px; margin: 0;
    list-style-type: number;
    transition: .2s all;
    height: 0;
    opacity: 0;
}
.how-it-works .how-it-works-list.visible{
    display: block;
    height: 155px;
    opacity: 1;
    padding-top: 15px; margin-bottom: 70px;
}
.how-it-works .how-it-works-list span{
    display: block;
    margin-top: 10px; margin-left: -18px;
}
/* End Edit panel */

/* Main Block */
#block,
#block-mobile{
    display: flex; flex-direction: column; justify-content: space-around;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    position: relative;
}
body.insta-story #block{
    height: 1920px; width: 1080px;
    padding: 400px 50px;
}
body.insta-post #block,
body.insta-post #block-mobile{
    height: 1080px; width: 1080px;
    padding: 50px;
}
body.facebook-post #block,
body.facebook-post #block-mobile{
    height: 630px; width: 1200px;
    padding: 25px 50px;
}
.top{
    display: flex; justify-content: center; align-items: center;
    width: fit-content; min-width: 775px;
    margin: 0 auto; padding: 20px 50px;
    background-color: #F3F6FD;
    border: 2px solid #fff; border-radius: 100px;
    position: relative;
    z-index: 1;
}
.top .logo{
    display: block;
    height: 70px; width: 60px;
    margin-right: 25px;
}
.teams{
    width: 100%;
    display: flex; justify-content: space-around;
    position: relative;
    z-index: 1;
}
.teams .team{
    display: flex; flex-direction: column;
    width: 450px;
}
.teams .team .team-img{
    height: 450px;
    display: flex; justify-content: center; align-items: center;
    background-color: #F3F6FD;
    border-radius: 100px; border: 2px solid #fff;
}
.teams .team .team-img img{
    object-fit: cover; object-position: center;
    height: 300px; width: 300px;
}
.teams .team .team-name{
    height: 76px; max-width: 100%;
    padding: 15px 10px; margin-top: 25px;
    background-color: #F3F6FD;
    border: 2px solid #fff; border-radius: 55px;
    text-align: center;
    color: #000144; text-transform: uppercase; letter-spacing: 0.5px;
    font-size: 30px; font-weight: 800; font-family: 'Poppins', sans-serif;
}
.top textarea{
    max-width: 100%;
    color: #000144;
    text-align: left !important; text-transform: capitalize; outline: none !important; letter-spacing: 0;
    font-size: 32px; font-weight: 800; font-family: 'Poppins', sans-serif;
    background: none !important;
    border: none !important; border-radius: 0;
    margin: 0; padding: 0;
    width: 100%;
    resize: none; overflow: hidden;
}
.location{
    width: 100%;
    background-color: #000144;
    border-radius: 35px; border: 2px solid #fff;
    padding: 15px 50px; margin: 0 auto;
    position: relative;
    z-index: 1;
}
.location textarea{
    width: 100%;
    text-align: center; outline: none !important;
    font-size: 48px; font-weight: 600; font-family: 'Poppins', sans-serif;
    color: #F3F6FD;
    background: none !important;
    border: none !important;
    resize: none; overflow: hidden;
}
.block-background{
    position: absolute; top: 0; left: 0;
    height: 100%; width: 100%;
    object-position: center; object-fit: cover;
}
.trademark{
    position: absolute; bottom: 1px; right: 1px;
    height: 55px;
    z-index: 1;
}
/* End Edit Block */

/* Popup loader */
.popup{
    display: none;
    position: fixed;
    top: 0; left: 0;
    height: 100%; width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7539390756302521) 30%, rgba(0,0,0,0.7511379551820728) 50%, rgba(0,0,0,0.7483368347338936) 50%, rgba(0,0,0,0.7539390756302521) 70%, rgba(0,0,0,1) 100%);
    z-index: 10;
}
.loader {
    color: #ffffff;
    font-size: 20px;
    margin: 100px auto;
    width: 1em; height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute; left: calc(50% - .5em); top: calc(50% - 5em);
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

body.insta-post #block .top{
    padding: 10px 40px;
    min-width: 600px;
}
body.insta-post #block .top .logo{
    height: 60px;
}
body.insta-post #block .top textarea{
    font-size: 24px;
}
body.insta-post #block .teams .team{
    width: 400px;
}
body.insta-post #block .teams .team .team-img{
    height: 325px;
}
body.insta-post #block .teams .team .team-img img{
    height: 200px; width: 200px;
}
body.insta-post #block .teams .team .team-name{
    font-size: 22px;
    height: 65px;
}
body.insta-post #block .location textarea{
    font-size: 36px;
}
body.insta-post #block .trademark{
    height: 35px;
}

body.facebook-post #block .top{
    padding: 10px 40px;
    min-width: 450px;
}
body.facebook-post #block .top .logo{
    height: 45px; width: 45px;
}
body.facebook-post #block .top textarea{
    font-size: 16px;
}
body.facebook-post #block .teams{
    padding-top: 40px;
}
body.facebook-post #block .teams .team{
    width: 325px;
}
body.facebook-post #block .teams .team .team-img{
    height: 275px;
    border-radius: 50px;
}
body.facebook-post #block .teams .team .team-img img{
    height: 175px; width: 175px;
}
body.facebook-post #block .teams .team .team-name{
    height: 54px;
    font-size: 20px;
    padding: 10px;
}
body.facebook-post #block .location{
    width: 90%;
    padding: 10px 50px;
}
body.facebook-post #block .location textarea{
    font-size: 26px;
}
body.facebook-post #block .trademark{
    height: 35px;
}

@media screen and (max-width: 1100px) {
    .edit-panel{
        flex-wrap: wrap;
    }
    .edit-panel .panel-option{
        width: 30%;
        padding: 20px;
    }
}
@media screen and (max-width: 576px) {
    h2,
    .how-it-works{
        padding: 0px 15px 0;
    }
    .how-it-works .how-it-works-list span{
        padding-right: 15px;
    }
    .edit-panel{
        padding-top: 35px;
    }
    .edit-panel .panel-option{
        width: 30%;
        padding: 15px 10px;
    }
    .edit-panel .panel-option label{
        font-size: 16px;
    }
    .edit-panel .panel-option.download a{
        font-size: 18px;
        position: relative;
    }
}
@media screen and (max-width: 426px) {
    .edit-panel .panel-option{
        width: 50%;
        padding: 10px;
    }
    .edit-panel .panel-option label{
        font-size: 16px;
    }
    .edit-panel .panel-option.download a{
        font-size: 22px;
    }
}



/* mobile */
.mobile{
    display: none !important;
    width: 100% !important; height: 100% !important;
    padding: 25px 10px !important;
}
.mobile .top{
    min-width: unset !important; width: 85%;
    padding: 10px 25px;
}
.mobile .teams{
    padding-top: 15px;
}
.mobile .teams .team{
    width: 45%;
}
.mobile .teams .team .team-img{
    height: 175px;
    border-radius: 25px;
}
.mobile .teams .team .team-img img{
    height: 100px;
    width: 100px;
}
.mobile .teams .team .team-name{
    height: 40px;
    font-size: 10px;
    padding: 5px; margin-top: 10px;
    display: flex; justify-content: center; align-items: center;
}
.mobile .location{
    margin-top: 15px; padding: 5px 10px;
    width: 90%;
    border-radius: 15px;
}
.mobile .location textarea{
    font-size: 16px !important;
    padding-left: 0; padding-right: 0;
}
.mobile .top .logo{
    height: 30px; width: 25px;
    margin-right: 10px;
}
.mobile .top textarea{
    font-size: 12px;
    line-height: 1.1;
}
.mobile .trademark{
    height: 20px;
}


@media screen and (max-width: 1100px) {
    #block-mobile{
        display: block !important;
    }
    #block{
        display: none;
    }
}