/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.logo-mb {
    width: 85%;
    height: 100%;
    margin-top: -2.75rem;
}

.padding-10 {
    padding-top: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-50 {
    padding-left: 50px;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}

.color-red {
    color: red;
}

.font-b {
    font-weight: bold;
}

.text-size-18 {
    font-size: 18px;
}

.text-size-19 {
    font-size: 19px;
}

.text-size-20 {
    font-size: 20px;
}

.text-size-21 {
    font-size: 21px;
}

.text-center {
    text-align: center;
}

.cursor-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.tasks {
    min-height: 450px;
}

.btn-pinned {
    position: absolute;
    top: 1.2rem;
    right: .7rem;
}

.timeline-hidden {
    display: none;
}

.card-api-doc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
}

:root {
    --dark: #333;
    --light: #fff;
    --neutral: #f6f6f6;
    --neutral-dark: #d1d1d1;
    --color: #5607d7;
    --color-light: #941ed2;
    --color-dark: #2719cd;
    --font-stack: "Josefin Sans", "Montserrat", "sans-serif";
}

.hero__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.hero__wrapper:before {
    content: "";
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, var(--color-light), var(--color-dark));
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: -1;
}

.hero__wrapper>* {
    margin: 15px;
}

.hero__header {
    flex: 0 1 1px;
    padding-right: 50px;
    color: var(--dark);
    font-size: 8vmax;
}

.hero__phone {
    width: 399px;
    height: 812px;
    background: var(--light);
    background-color: #ffffff;
    background: #fff url("https://www.guidebits.com/") center/250px no-repeat;
    border: 12px solid var(--dark);
    border-radius: 36px;
    position: relative;
    overflow: hidden;
}

.hero__phone:before {
    content: "";
    width: 175px;
    height: 25px;
    background: var(--dark);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    /* z-index: 1000; */
}

.hero__phone:after {
    content: "";
    width: 100px;
    height: 5px;
    background: var(--dark);
    border-radius: 2px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1000;
}

.menu__button {
    --x: -50%;
    --y: 0;
    --z: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, var(--color-light), var(--color-dark));
    padding: 10px 20px;
    border-radius: 28px;
    box-shadow: 0 2px 40px -10px var(--color);
    color: var(--light);
    font-size: 16px;
    white-space: nowrap;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate3d(var(--x), var(--y), var(--z));
    cursor: pointer;
    z-index: 105;
    transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
}

.menu__button[hidden] {
    --y: 200%;
}

.menu__button div {
    display: flex;
    align-items: center;
    width: 12px;
    height: 12px;
    margin-right: 20px;
}

.menu__button div div {
    display: table;
    height: 1px;
    background: var(--light);
    box-shadow: 0 4px 0 var(--light), 0 -4px 0 var(--light);
}

.menu__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 100;
}

.menu__body {
    --x: 0;
    --y: 0;
    --z: 0;
    display: block;
    width: 100%;
    background: var(--light);
    padding-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -9px 50px -30px black;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom: 0;
    z-index: 105;
    transform: translate3d(var(--x), var(--y), var(--z));
    transition: 0.2s cubic-bezier(0.33, 1, 0.53, 1);
}

.menu__body[hidden] {
    --y: 150%;
}

.menu__body>*:not(:last-child) {
    border-bottom: 2px solid var(--neutral);
}

.menu__header {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}

.menu__header label div {
    width: 15px;
    height: 15px;
    border: 2px solid var(--dark);
    border-radius: 50%;
    position: relative;
    transform: rotate(5.5rad);
}

.menu__header label div:after {
    content: "";
    width: 2px;
    height: 10px;
    background: var(--dark);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.menu__header p {
    font-size: 18px;
    font-weight: bold;
    vertical-align: center;
    white-space: nowrap;
}

.menu__header h3 {
    font-weight: normal;
}

.menu__header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: var(--neutral-dark);
    border-radius: 50%;
    cursor: pointer;
}

.menu__header button div {
    width: 15px;
    height: 3px;
    background: var(--light);
    position: relative;
    transform: rotate(5.5rad);
}

.menu__header button div:before {
    content: "";
    width: 3px;
    height: 15px;
    background: var(--light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu__links {
    display: flex;
    padding: 10px 15px;
    font-weight: bold;
    overflow-x: auto;
}

.menu__links a {
    flex: 1 1 1px;
    padding: 10px 8px;
    color: var(--dark);
    text-decoration: none;
    white-space: nowrap;
}

.menu__contact {
    display: flex;
    padding: 8px;
}

.menu__contact svg {
    width: 100%;
    fill: var(--color);
}

.menu__contact a {
    flex: 1 1 30%;
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    background: var(--neutral);
    color: var(--color);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.iframe-site {
    height: -webkit-fill-available;
    width: 375px;
}

@media (max-width: 380px) {
    .hero__phone {
        width: 326px;
        height: 620px;
    }
    .iframe-site {
        height: -webkit-fill-available;
        width: 316px;
    }
}