*,
*:before,
*:after {
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
}
body {
    margin: 0px; /*adds 0 space on all sides*/
    font-family: "Noto Sans", sans-serif;
}
html {
    scroll-behavior: smooth; /*adds smooth scrolling when using navigation instead if instant teleport :)*/
                            /* u can assign this ti personal element if choose ?? w3cschool :)*/
}

:root {
    --main-light-blue: #2770B4;
    --text-green: #de8b61;
    --text-white: #FFF;
    --text-dark-blue: rgba(0, 0, 0, 0.8);
    --text-blue: #337ab7;
    --text-yellow: #ffd900;
    --text-primary: #183648;
    --text-secondary: #090e34;
    --text-floor-green: #fde9de;
    --main-color: #FF6633;
}

.bodycolor {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* background-color: #fde9de; */
}

.container {
    position: relative;
}
.headercontainer.bgimg {
    position: relative;
    display: flex;
    align-items: center;
    /* min-height:100vh; */
}

/* *************
 TABLE STYLES
************ */
table {
    width: 50%;
    border-collapse: collapse;
    border-radius: 6px 6px 0 0; 
    overflow: hidden;
}
th, td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}
table thead tr {
    background-color: #e6e8ea;
    font-size: 12px;
}
table thead tr th {
    padding: 10px;

}
table thead::after {
    display: none;
}
table thead th {
    border: none;
}
table tbody tr td {
    border: none!important;
    background-color: #ffffff;
    font-size: 12px;
    padding: 10px;
}
table tbody tr:nth-child(even) td {
    background-color: #f7f7f7;
}

/* *************
 info  box
************ */
.infofont {
    font-family: "Alexandria", "Alexandria Placeholder", sans-serif;
    /* font-family-bold: "Alexandria", "Alexandria Placeholder", sans-serif; */
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 180%;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    max-width: 770px
}

.infoboxes {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.infoboxes.reverse {
    justify-content: flex-end;
}

.pads {
    margin: 50px 0!important;
    padding: 0 130px!important;
    width: 60%!important;
}

.tbcontainer {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex; 
    flex-direction: row;
    align-items: center;
    max-width: 1170px;
    justify-content: space-around;
}

/* *************
 halfbox CUBES
************ */
.roundDiv {
    display: flex;
    border: 2px solid #FF6633;
    border-radius: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
p.prodfont {
    font-family: "Alexandria", "Alexandria Placeholder", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 120%;
    text-align: center;
    color: #d7d7de;
    text-decoration: none;
    text-transform: uppercase;
}
.halfBoxImage {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: -250px;
    filter: blur(50px);
    -webkit-filter: blur(50px);
}
.halfbox {
    place-content: center;
    border-radius: 44px;
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 5px;
    /* height: 800px; */
    height: fit-content;
    overflow: hidden;
    padding: 50px;
    width: 560px;
    overflow: hidden;
    padding: 50px 30px;
    position: relative;
    transform: perspective(1200px);
    margin: 15px 25px;
}
.halfbox.rhbox {
    background: rgb(247, 247, 247);
}
p.halfbfont {
    font-family: "Anek Latin", sans-serif;
    /* font-family-bold: "Anek Latin", "Anek Latin Placeholder", sans-serif; */
    font-size: 80px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0em;
    line-height: 110%;
    text-align: left;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    margin: 0;
    z-index: 2;
}

p.halfmfont {
    font-family: "Anek Latin", "Anek Latin Placeholder", sans-serif;
    /* font-family-bold: "Anek Latin", "Anek Latin Placeholder", sans-serif; */
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 130%;
    text-align: start;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    margin: 0;
}
p.halfsfont {
    font-family: "Alexandria", "Alexandria Placeholder", sans-serif;
    /* font-family-bold: "Alexandria", "Alexandria Placeholder", sans-serif; */
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 180%;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    margin: 0;
    margin-top: 50px;
}

/* *************
 CURRENCY BLOCK
************ */
.currencyBlocks {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    border: 2px solid #5486f6;
    height: fit-content;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}

.currencyBlock {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #5486f6;
}

.currencyBlock1 {
    display: flex;
    flex-direction: column;
}
.imageCurrencyContainer {
    display: flex;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    height: 30px;
    margin: 0;
}
.imageCurrencyContainer img {
    height: 100%;
}


/* *************
 FONTS
************ */
h1 {
    color: var(--text-dark-blue);
    font-family: "Roboto Slab", sans-serif;
    /* letter-spacing: -2px; */
    font-size: 58px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 13px;
    /* text-transform: uppercase; */
}
h2 {
    color: #FFF;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 300;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-family: "Roboto Slab", sans-serif;
}
h3 {
    color: #FFF;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 300;
    font-family: "Roboto Slab", sans-serif;
}
h4 {
    color: var(--text-dark-blue);
    line-height: 25px;
    font-weight: 600;
    font-family: "Roboto Slab", sans-serif;
    /* font-size: 14px; */
}
h5 {
    color: var(--text-green);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 2px;
}
h6 {
    margin-top: 0;
    margin-bottom: 0.9rem;
    font-family: 'Kanit', sans-serif;
    color: var(--text-primary);
    font-weight: 300;
}

p.ytext {
    font-weight: 500;
    font-size: 72px;
    word-spacing: 0.5px;
    color: var(--text-dark-blue);
    font-family: 'Kanit', sans-serif;
    line-height: 1em;
    letter-spacing: -2px;
    margin: 0;
    text-align: center;
}
p.wtext {
    font-weight: 500;
    font-size: 16px;
    word-spacing: 0.5px;
    color: var(--text-dark-blue);
    font-family: 'Kanit', sans-serif;
    margin: 0;
    text-align: center;
}
p.footerp {
    font-weight: 400;
    font-size: 14px;
    word-spacing: 0.5px;
    color: var(--text-primary);
    font-family: 'Kanit', sans-serif;
    margin: 20px 0;
    line-height: 1.6em;
}
p.btext {
    font-weight: 400;
    font-size: 16px;
    word-spacing: 0.5px;
    color: var(--text-primary);
    font-family: 'Kanit', sans-serif;
    cursor: pointer;
}
p.btext:hover {
    color: var(--text-green);
}
p.bbtext {
    font-weight: 500;
    font-size: 18px;
    word-spacing: 0.5px;
    color: var(--text-secondary);
    font-family: 'Kanit', sans-serif;
    line-height: 1.4em;
}
.darkerColor {
    color: var(--text-dark-blue);
}

p.ph2 {
    margin:0;
    font-size: 24px;
    margin-bottom: 10px;
}
p.ph3 {
    margin:0;
    font-size: 18px;
    /* font-weight: 600; */
    margin-left: 20px;
    margin-bottom: 10px;
}
p.ph4 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
p.ph5 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 5px;
}

li.lispace {
    margin-bottom: 5px;
}

p.fp {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #337ab7;
}

.footItem {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    word-spacing: 0.5px;
    height: 26px;
    text-decoration: none;
    font-family: "Roboto Slab", sans-serif;
    transition: .3s;
    font-size: 12px;
    font-weight: 600;
    /* color: rgba(0, 0, 0, 0.6); */
    /* color: rgba(255, 255, 255, 0.6); */
    color: #FF6633;
    /* text-transform: uppercase; */
}
.footItem:hover {
    color: #FFF;

}

.oph1 {
    margin:0;
    text-transform: uppercase;
    font-size: 18px;
}
.oph2 {
    margin:0;
    font-size: 24px;
    font-weight: 300;
}
.lh1 {
    margin:0;
    font-size: 24px;
    font-weight: 600;
}
.lh2 {
    margin:0;
    font-size: 22px;
    font-weight: 300;
}
.oph3 {
    font-family: "Anek Latin", "Anek Latin Placeholder", sans-serif;
    margin:0;
    text-transform: uppercase;
    /* font-size: 24px; */
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 600;
}
.oph4 {
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
}
.oph5 {
    margin:0;
    font-size: 19px;
    font-weight: 300;
}
.oph6 {
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
}
.lip {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.mainColor {
    color: var(--main-color);
}

p.footbottom {
    font-family: "Alexandria", "Alexandria Placeholder", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 140%;
    color: rgba(253, 253, 253, 0.5);

}
p.footcbottom {
    font-family: "Alexandria", "Alexandria Placeholder", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 140%;
    color: rgba(253, 253, 253, 0.5);
}



/* *************
 INPUTS
************ */
.inputMail {
    all: unset;
    background: var(--text-white);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--text-green );
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}


/* *************
 HEADER LOGO 
************ */
.header {
    position: fixed;
    display: flex;
    top: 0;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    z-index: 999;
}
.logo {
    position: relative;
}
.logo a img {
    width: 140px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}



/* *************
 MENU
************ */

.navItems {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    
}

.navItem {
    padding: 0 3px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    word-spacing: 0.5px;
    height: 26px;
    margin: 0 10px;
    text-decoration: none;
    font-family: "Roboto Slab", sans-serif;
    transition: .3s;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    /* text-transform: uppercase; */
}

.navItem:hover {
    color: var(--main-color);
    opacity: 0.7;
}

.navItems ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.navItems ul li {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.sub-menu {
    position: absolute;
    top: 60px;
    /* left: 20%; */
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0 0 0 /30%);
    padding: 10px;
    border-radius: 5px;
    z-index: 9;
    display: flex;
    flex-direction: row;
    margin: 0 10px;
}

.sub-menu a {
    display: flex;
    text-decoration: none;
    color: var(--main-color);
    /* margin: 5px 0; */
    font-size: 12px;
    width: max-content;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }



.navItem.menuBubble::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    opacity: 0;
    z-index: 10;
    transition: opacity 0.3s, transform 0.3s;
}
.navItem.menuBubble:hover::before {
    opacity: 1;
    /* transform: translateY(-20%); */
}

.navItem.menuBubble:hover ~ .sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-menu:hover {
    opacity: 1;
    visibility: visible;
}
.sub-menu:hover ~ .navItem.menuBubble::before {
    opacity: 1;
}

.grayBlock {
    padding: 5px
}

.grayBlock:hover {
    border-radius: 8px;
    background-color: #e0e9fd;
    padding: 5px;
}

.navItemFooter {
    padding: 0 3px;
    cursor: pointer;
    font-size: 12px;
    word-spacing: 0.5px;
    height: 26px;
    margin: 0 10px;
    text-decoration: none;
    font-family: "Roboto Slab", sans-serif;
    transition: .3s;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    /* text-transform: uppercase; */
}




.navItemFooter:hover {
    color: var(--text-dark-blue);
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
    padding: 30px 0;
}
.nav-item {
    display: flex;
    align-items: center;
    align-self: center;
    padding: 5px;
}
.nav-item.navItem {
    padding: 0 3px;
    color: var(--text-white);
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    word-spacing: 0.5px;
    height: 26px;
    margin: 0 10px;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    transition: .7s;
    width: 100%;
}
.nav-item.navItem:hover {
    color: var(--text-green);
}
#hamburger {
    display: none;
    align-items: center;
}
.navbarHamburger {
    margin-bottom: auto;
    display: none;
    position: absolute;
    background: #FFF;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}


.cancelMenu {
    position: absolute;
    top: 15px;
    right: 20px;
    height: 35px;
    width: 35px;
    font-size: 25px;
    display: flex;
    color: var(--text-primary);
    background-color: #FFF;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 10;
    cursor: pointer;
    transition-duration: .2s;
}
.cancelMenu:hover {
    transform: scale(1.1);

}



.imageOut {
    position: absolute; 
    top: -300px; 
    right: 0;
    height: 500px;
}

/* *************
 MENU jumbotron
************ */

.contSelf {
    margin: auto;
    height: 90vh;
    display: flex;
}

.spaerman-container-left {
    position: absolute;
    width: 200px;
    overflow: hidden;
    /* left: 5%; */
    top: 60%;
}
.spaerman-container-left img {
    max-width: 100%;
}
.spaerman-container-right {
    position: absolute;
    width: 200px;
    overflow: hidden;
    right: 0%;
    top: 0%;
    animation: animateSpearman 7s infinite;
}

.spaerman-container-right img {
    max-width: 100%;
}
@keyframes animateSpearman {
    0% {
      transform: translateY(0);
    }
    50% {
        transform: translateY(15%);
    }
    100% {
      transform: translateY(0);
    }
}

.cube1 {
    position: absolute;
    bottom: -200px;
    right: -100px;
    height: 400px;
    filter: blur(50px);
    z-index: -10;
}
.cube1 img {
    height: 100%;
}

.jumbotron {
    display: flex;
    position: relative;
    flex-direction: row;
    /* max-width: 700px; */
    margin: auto;
    padding: 7em 0em 7em 0em;
}
.jumbotron.end {
    justify-content: flex-end;
}
.halfCube {
    display: flex;
    flex-direction: column;
}
p.hcbn {
    font-family: "Anek Latin", sans-serif;
    /* font-family-bold: "Anek Latin", "Anek Latin Placeholder", sans-serif; */
    font-size: 146px;
    opacity: 0.5;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 100%;
    text-align: start;
    color: var(--main-color);
    text-decoration: none;
    text-transform: uppercase;
}
p.hcmn {
    font-family: "Anek Latin", "Anek Latin Placeholder", sans-serif;
    /* font-family-bold: "Anek Latin", "Anek Latin Placeholder", sans-serif; */
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.9px;
    line-height: 40px;
    text-align: start;
    color: #000000;
    text-decoration: none;
    text-transform: none;
}
p.hcln {
    font-family: "Alexandria", "Alexandria Placeholder", sans-serif;
    /* font-family-bold: "Alexandria", "Alexandria Placeholder", sans-serif; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 180%;
    text-align: start;
    color: #383838;
    text-decoration: none;
    text-transform: none;
}
.svgImageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 768px;
    margin: auto;
}
.svgImageContainer img {
    width: 100%;
}
.imagecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    margin: auto;
}
.imagecontainer img {
    height: 100%;
}
.imagecontainer1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    margin: auto;
    width: 48%;
    margin: 0;
}
.imagecontainer1 img {
    height: 100%;
}
.imagecontainer2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    margin: auto;
}
.imagecontainer2 img {
    height: 100%;
}

.animate-text {
    opacity: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Roboto Slab", sans-serif;
    transform: translateY(-100%);
    animation: animateText 2s forwards;
}
.overlay {opacity: 0.5;}

.overlay {background: rgba(76, 175, 80, 0.5);}

@keyframes animateText {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}

.buttonHeaderContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

button.button {
    color: var( --text-white );
    /* margin: 5px; */
    background-color: var( --text-green );
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: var( --text-green );
    border-radius: 5px 5px 5px 5px;
    font-size: 18px;
    padding: 20px 40px;
    /* width: 40%;
    max-width: 40%; */
    width: 100%;
    transition: .3s;
}
button.button:hover {
    color: var( --text-white );
    background-color: var( --text-dark-blue );
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: var( --text-dark-blue );
}

/* *************
 BOXES CONTAINER
************ */
.boxesmaincontainer {
    /* position: absolute; */
    bottom: 0;
    margin: 20px auto;
    margin-bottom: 10px;
}
.boxtopcontainer {
    position: relative;
    height: 340px;
    /* width: 320px; */
    padding: 10px;
    display: flex;
    justify-content: center;
}
.boxtopcontainer img {
    height: 100%;
}
.box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* *************
 TABLE PRICING
************ */

.pricingBlocks {
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: space-evenly;
}
table thead th {
    padding: 22px 6px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
}
table thead:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 10px;
    border-radius: 10px;
    background-color: #5486f6;
    color: rgba(0, 0, 0, 0.8);
}
table tbody td {
    vertical-align: middle;
    padding: 16px 0;
    border-top: 0;
    border-bottom: 1px solid #5486f6;
    color: rgba(0, 0, 0, 0.8);
}

.onboardingBlock {
    display: flex;
    margin: auto;
    position: relative;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    z-index: 10;
    background: #FFF;
    border-radius: 8px;
    padding: 50px;
    justify-content: center;
    flex-direction: column;
}
.onboardingStripe {
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    background-color: rgba(166, 193, 252, 0.09);
    position: absolute;
}

/* *************
 price container PRICING
************ */
.priceContainer {
    display: flex;
    width: 40%;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 5px 0 rgba(0 0 0 /30%);
    text-align: center;
    padding: 20px;
    flex-direction: column;
}
.priceTailed {
    max-width: 700px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* *************
 BOX STRIPE PRICING
************ */
.blueStripe {
    text-align: center;
    position: relative;
    margin-top: 140px;
    width: 100%;
    padding: 100px 0 80px 0;
    /* background-color: #5486f6; */
    background: linear-gradient(to right, #6b2eff 0%, #41b9ff 90%, #41b9ff 90%, #49eeff 100%);
}
.seperator {
    width: 0;
    height: 0;
    border-right: 98vw solid transparent;
    border-bottom: 3.8vw solid #fff;
    margin-top: -3.6vw;
    z-index: 9;
    position: relative;
}
.stripeIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

/* *************
 SECOND BOX CONTAINER
************ */
.box2 {
    display: flex;
    flex-direction: column;
    position: relative;
}
.buttonmiddleContainer {
    margin-top: 140px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}
button.payButton {
    color: #FFF;
    margin: 0 5px;
    background-color: #000;
    border-color: black;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    transition: .3s;
    width: 100%;
    /* box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 20%); */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
button.middlebutton {
    color: var( --text-white );
    /* margin: 0 5px; */
    background-color: var(--main-color);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    padding: 15px 30px;
    transition: .3s;
    /* box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 20%); */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

button.middlebutton:hover {
    color: var( --text-white );
    background-color: var(--main-color);
    opacity: 0.7;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;
}
button.middlebutton.inverse {
    color: var(--text-green);
    background-color: var( --text-white );
}
button.middlebutton.inverse:hover {
    color: var( --text-dark-blue );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --text-dark-blue );
}
button.middlebutton10 {
    color: var( --text-white );
    /* margin: 0 5px; */
    background-color: var(--main-color);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    padding: 8px 15px;
    transition: .3s;
    /* box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 20%); */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

button.middlebutton10:hover {
    color: var( --text-white );
    background-color: var(--main-color);
    opacity: 0.7;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;
}
button.middlebutton1 {
    color: var( --text-white );
    /* margin: 0 5px; */
    background-color: #00d4d4;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    padding: 15px 30px;
    transition: .3s;
    /* box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 20%); */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

button.middlebutton1:hover {
    color: var( --text-white );
    background-color: #01b6b6;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;
}
.box2 img {
    height: 100%;
}
.whitetextbox {
    position: absolute;
    bottom: -60px;
    left: -30px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--text-white);
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ticont {
    display: flex; 
    align-items: center;
    padding: 50px 100px 50px 0;
}


/* *************
 THIRD BOX CONTAINER
************ */

.box3 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 60px;
    padding-top: 110px;
    background-color: var(--text-white);
    border-radius: 10px;
    margin: 20px 5px 10px;
    
}
.box3.invert {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--text-green) 0%, var(--text-floor-green ) 100%);
}
.box3 img {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -50px;
    transition-duration: .3s;
}
.box3 img:hover {
    transform: scale(1.1) translateX(-48%);
}

button.bottombutton {
    color: var( --text-white );
    background-color: var( --text-green );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --text-green );
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    padding: 10px 30px;
    transition: .3s;
    max-width: fit-content;
    align-self: center;
    margin-top: 20px;
}
button.bottombutton:hover {
    color: var( --text-white );
    background-color: var( --text-dark-blue );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --text-dark-blue );
}




/* *************
 PATH CONTAINER
************ */
.pathimagecontainer {
    width: 100%;
    position: relative;
    margin: 100px 0;
}
.path {
    position: absolute;
    left: 0;
    top: 100px;
    right: 0;
    width: 100%;
    height: 350px;
    background-size:contain;
    background-image: url('../images/dashed1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.whitebox {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: var(--text-white);
    padding: 2em 2em 2em 2em;
    border-radius: 10px;
}
.whitebox img {
    position: absolute;
    top: -30px;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
}



/* *************
 image CONTAINER
************ */
.bgimagecontainer {
    width: 100%;
    height: 350px;
    background-size:contain;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 100px 0;
    padding: 50px;
}
.createcontainer {
    display: flex;
    position: relative;
}
.createcontainer img.topimg {
    position: absolute;
    height: 100px;
    top: -40%;
    right: 0%;
}
.createcontainer img.botimg {
    position: absolute;
    height: 200px;
    bottom: -130px;
    right: 50%;
}
.expos {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}
.textByImage {
    max-width: 700px;
    margin-left: 100px;
}
.textByImage1 {
    width: 48%;
    margin-left: 50px;
}

/* *************
 TECH
************ */

p.techBItem {
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-size: 45px;
}
p.techSItem {
    margin: 0px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #000;
    font-size: 18px;
}
.smartboxmiddle {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1479px) {
    .jumbotron.split {
        flex-direction: column;
    }
    .halfbox {
        /* height: 560px; */
        width: 49%;
        margin: 0;
    }
    .halfBoxImage {
        right: -200px;
    }
    p.prodfont {
        font-size: 24px;
    }
    .bluebox {
        max-width: 770px;
    }
    .boxwhite {
        max-width: 770px;
    }
    .transmutebox {
        max-width: 770px;
    }
    p.halfbfont {
        font-size: 64px;
    }
    p.halfmfont {
        font-size: 42px;
    }
    p.halfsfont {
        font-size: 23px;
    }
    p.hcbn {
        font-size: 198px;
    }
    p.hcmn {
        font-size: 32px;
    }
    p.hcln {
        font-size: 14px;
    }
    .pads {
        padding: 0;
        padding-left: 50px!important;
    }
    
}
@media screen and (max-width: 1400px) {
    .smartboxmiddle {
        height: 510px;
        justify-content: space-around;
    }
    .imageOut {
        top: -200px;
        height: 300px;
    }
}
@media screen and (max-width: 1200px) {
    .topimg {
        display: none;
    }
    .whitebox {
        margin: 30px 0!important;
    }
    .box3 {
        margin: 50px 5px 10px;
    }
    .ticont {
        padding: 30px;
    }
    .jumbotron.split {
        flex-direction: column;
    }
    .currencyBlocks {
        margin-top: 50px;
    }
    .footerboxleft .logo {
        margin-bottom: 20px;
    }
    .tbcontainer {
        /* flex-direction: column; */
        margin: 0;
    }
    p.halfmfont {
        font-size: 36px;
    }
    p.halfsfont {
        font-size: 19px;
    }
    /* .halfbox {
        width: 49%;
    } */
    .smartboxmiddle {
        height: 415px;
    }
    .imageOut {
        top: -150px;
        height: 250px;
    }
}
@media screen and (max-width: 992px) {
    .spaerman-container-right, .spaerman-container-left {
        display: none;
    }
    .svgImageContainer {
        width: 500px;
    }
    .navItems {
        display: none;
    }
    #hamburger {
        display: flex;
    }
    .tbcontainer {
        flex-direction: column;
    }
    .halfbox {
        width: fit-content;
    }
    .smartboxmiddle {
        height: 530px;
    }
    .imagecontainer2 {
        height: 300px;
    }
    .imageContainer1  {
        height: 300px;
    }
    
}
@media screen and (max-width: 850px) {
    .textByImage {
        margin-left: 0;
    }
    
}
@media screen and (max-width: 800px) {
    .video-container iframe {
        width: 100%; 
        height: 350px;
        margin: 0 20px;
    }
    .jumboImage {
        display: none;
    }
    .jumbotron.split {
        flex-direction: column;
    }
    .reverse {
        justify-content: flex-start!important;
    }
    .pads {
        width: 100%!important;
        padding: 30px!important;
    }
    .halfbox {
        margin: 0;
        margin-bottom: 30px;
        width: 100%;
        height: fit-content;
    }
    p.halfbfont {
        font-size: 50px;
    }
    .bluebox {
        max-width: 100%;
    }
    .boxwhite {
        max-width: 100%;
    }
    .transmutebox {
        max-width: 100%;
    }
    p.halfmfont {
        font-size: 19px;
    }
    p.halfsfont {
        font-size: 15px;
    }
    p.hcbn {
        font-size: 159px;
    }
    p.hcmn {
        font-size: 26px;
    }
    p.hcln {
        font-size: 14px;
    }
    .tbcontainer {
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .imagecontainer.topimg1 {
        display: none;
    }
    .imageContainer1.topimg1 {
        display: none;
    }
    .imageContainer2.topimg1 {
        display: none;
    }
    .textByImage1 {
        width: 100%;
    }
    .createcontainer img.botimg {
        right: 0%;
        bottom: -100px;
        height: 160px;
    }
    .bgimagecontainer {
        background-image: url('../images/bg3a.png');
        height: fit-content;
    }
    button.middlebutton {
        max-width: 70%;
    }
    
    .pricingBlocks {
        flex-direction: column;
        justify-content: center;
    }
    .pricingBlocks .priceContainer {
        width: 100%;
    }
    .pricingBlocks .priceContainer:first-child{
        margin-bottom: 50px;
    }
    .stripeIcons {
        display: none;
    }
    .smartboxmiddle {
        height: fit-content;
    }
}
@media screen and (max-width: 600px) {
    .svgImageContainer {
        width: 400px;
    }
    .imageOut {
        display: none;
    }
    .textByImage1 {
        margin-left: 0px;
    }
}
@media screen and (max-width: 500px) {
    .createcontainer img.botimg {
        display: none;
    }
    .bgimagecontainer {
        background-size: 140% auto;
    }
    .svgImageContainer {
        display: none;
    }
    
}

@media screen and (max-width: 420px) {
    .contSelf {
        margin-top: 120px;
    }
    .jumbotron {
        padding: 0;
    }
    .boxesmaincontainer {
        position: relative;
    }
}




/* *************
 FOOTER CONTAINER
************ */
.footerboxleft {
    display: flex;
    flex-direction: column;
}
.icon-cog {
    margin-right: 20px;
    color: var(--main-color);
    cursor: pointer;
}
.footerboxmiddle {
    display: flex;
    flex-direction: column;
}

button.inputbutton {
    color: var( --text-white );
    margin: 0 5px;
    background-color: var( --text-green );
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: var( --text-green );
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    transition: .3s;
}
button.inputbutton:hover {
    color: var( --text-white );
    background-color: var( --text-dark-blue );
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: var( --text-dark-blue );
}

.video-container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-container iframe {
    display: flex;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 75%);
    width: 750px; 
    height: 534px;
}




/* DAVID STYLES */
/* :root {
    --main-light-blue: #2770B4;
    --text-green: #229b99;
    --text-white: #FFF;
    --text-dark-blue: #090e34;
    --text-yellow: #ffd900;
    --text-primary: #183648;
    --text-secondary: #090e34;
    --text-floor-green: #3fff7d;
} */
button.button {
    color: var( --text-white );
    /* margin: 0 5px; */
    background-color: var( --text-green );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --text-green );
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    transition: .3s;
    /* margin-left: 0; */
    /* width:fit-content;
    max-width: fit-content; */
    /* margin-top: 10px; */
    margin: 10px 0;
    padding: 10px 20px;
}
button.button:hover {
    color: var( --text-white );
    background-color: var( --text-dark-blue );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --text-dark-blue );
}
.right-container {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 30px;
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
}
.image-container {
    flex: 0 0 50%;
    max-width: 50%;    
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image {
    text-align: center;position: relative;z-index: 1;max-width: 175px;
}
.bar {
    background-color:#dcdcde;
    height: 8px;
    border-radius: 10px 10px 10px 10px;
}
.inner-bar {
    border-radius: 10px 0px 0px 10px;background-color: transparent;background-image: linear-gradient(135deg, #cafa39 0%, #229b99 100%);height: 100%;position: relative;
}
.bar-container:hover .box-info {
    display: inline-block;
}
.box-info {
    display: none;
    font-size: 13px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 13px;
    background-color: rgba(0 0 0 /50%);
    text-align: center;
    padding: 0 11px;
    border-radius: 4.32px;
    border-bottom-left-radius: 0;
    position: absolute;
    right: -48px;
    top: -33px;
    z-index: 1;
}
.box-info::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    color: rgba(0 0 0 /50%);
    border-top: solid;
    border-right: solid transparent;
    border-left: solid ;
    border-bottom: solid transparent;
    border-width: 4px;
}
p.weapon-title {
    margin:0;font-size: 24px;font-weight: bold;line-height: 1.2em;
}