/************************** GENERAL **************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    overflow-x: hidden;
}

body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

img{
    height: 100%;
    object-fit: contain;
}

section{
    background-color: #fff;
}

.icons {
    width: 30px;
    height: 30px;
}

*{
    outline: none;
}

a{
    color: #ff8a00;
}

a:hover{
    color: #ff8a00;
}

.primary-bg-color {
    background-color: transparent;
}

.space-fix{
    padding: 30px;
    min-height: 60vh;
}

/************************** POPUP SPECIFIC **************************/
/* Remove item from cart */

.modal-title i.fas {
    font-size: 18pt;
}

/************************** BUTTONS **************************/

.btn{
    border-radius: 0px;
}

.btn-default:hover {
    color: #fff;
    background-color: #ff8a00;
    border-color: #ff8a00;
}

.btn-success.disabled {
    font-weight: bolder;
    color: #ff8a00;
    background-color: #eee;
    border: solid 3px #ff8a00 ;
}

success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #ff8a00;
    border-color: #ff8a00;
}

.btn-success {
    font-weight: bolder;
    color: #ff8a00;
    background-color: #fff;
    border: solid 3px #ff8a00;
}

.btn-success:hover {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-primary {
    font-weight: bolder;
    color: #4e2f90;
    background-color: #fff;
    border: solid 3px #4e2f90;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-info {
    font-weight: bolder;
    color: #4e2f90;
    background-color: #fff;
    border: solid 3px #fff;
}

.btn-info:hover {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-info.focus, .btn-indo:focus {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #4e2f900;
    border-color: #4e2f90;
}

.btn-warning {
    font-weight: bolder;
    color: #4e2f90;
    background-color: #fff;
    border: solid 3px #fff;
}

.btn-warning:hover {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-warning.focus, .btn-indo:focus {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.btn-link {
    color: #4e2f90;
}

.btn-link:hover {
    color: #ff8a00;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    color: #fff;
    background-color: #4e2f90;
    border-color: #4e2f90;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active, .show>.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.dropdown-toggle, .show>.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.dropdown-toggle {
    color: #fff;
    background-color: #4e2f90;
    background-image: none;
    border-color: #4e2f90;
}

/************************** HEADER **************************/

header{
    position: fixed;
    z-index: 100;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}

header.header .logo-img {
    max-width: 200px;
    max-height: 30px;
}

header.header .navbar .nav-item .nav-link {
    font-weight: bolder;
    color: #000;
}

header.header .navbar .nav-item .nav-link:hover {
    color: #4e2f90;
}

#header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 80vw;
    margin: 0vh 10vw;
    height: 10vh;
}

header.header .toolbar .nav-link{
    border: none;
}

.nav-item{
    list-style: none;
}

.menu-icon{
    padding-left: 25px;
    padding-right: 25px;
    color: #000;
    font-size: x-large;
}

.menu-icon:hover{
    color: #4e2f90;
    font-size: x-large;
}

.badge-info {
    color: #fff;
    background-color: #4e2f90;
}

.bi:hover {
    fill: #4e2f90;
}

.ExtraMargin{
    height: 10vh;
}

.nav-menu{
    display: flex;    
}

.only-mobile{
    display: none;
}

@media only screen and (max-width: 1200px) {

header.header .logo-img {
    max-width: 100px;
    max-height: 20px;
}

.nav-item{
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.mobile-hidden{
    display: none;
}

.only-mobile{
    display: flex;
}
}


/************************** MOBILE HEADER **************************/
/* Mobile Hamburger Menu*/



@media only screen and (max-width: 1200px) {
    
.hamburger-menu{
    display: block;    
    z-index: 100;
}

.logo-img {
    width: 75px;
}

.hamburger-menu.active .top-bar{
    transform: translate(-50%, -90%) rotate(-315deg);
    top: 50%;
    background-color: #4e2f90;
}
    
.hamburger-menu.active .bottom-bar{
    transform: translate(-50%, -90%) rotate(-225deg);
    top: 50%;
    background-color: #4e2f90;
}
    
.hamburger-menu.active .mid-bar{
    background-color: #4e2f90;
    opacity: 0;
}

.hamburger-bar{
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 25px;
    position: absolute;
    transform: translate(-50%, -90%);
    transition: transform 0.6s, opacity 0.8s, background-color 0.2s, top 0.6s;
    background-color: #4e2f90;
    right: 30px;
    cursor: pointer;
}
    
.top-bar{
    top: 30%;
}

.bottom-bar{
    top: 70%;
}

.nav-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    font-size: 30pt;
    top: 0;
    right: -100%;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    transition: right 0.5s;
    color: #4E2F90;
    overflow-y: scroll;
    overflow-x: hidden;
}

.nav-menu.active{
    right: 0;
    
}

}

/************************** FOOTER **************************/

footer.footer{  
    background-color: #8b8b8b;
    padding: 5vh 0vw;
    width: 100vw;
}

#newsletter1{
    border: solid 1px #4e2f90;
    border-radius: 20px 0px 0px 20px;
}

#newsletter1:focus-visible{
    outline: none;
    border: solid 1px #4e2f90;
}

input#newsletter1{
    padding-left: 20px;
    padding-right: 10px;
    height: 40px;
}

input#newsletter1::placeholder{
    color: #666;
}

button.newsletter{
    border: solid 1px #4e2f90;
    border-radius: 0px 20px 20px 0px;
    padding-right: 20px;
    padding-left: 10px;
    background-color: #4e2f90;
    color: #fff;
    font-weight: bold;
    height: 40px;
}

.footer-row{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: baseline;
    flex-wrap: wrap;
}

.row-col{
    min-width: 300px;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.row-col:nth-of-type(1){
    text-align: left;
}

.row-col:nth-of-type(1) li p{
    width: 100%;
}

.row-col:nth-of-type(2){
    text-align: center;
}

.row-col:nth-of-type(2) li{
    text-align: center;
    width: 100%;
    justify-content: center;
}

.row-col:nth-of-type(3){
    text-align: right;
}

.row-col:nth-of-type(3) form{
    text-align: right;
}

.row-col:nth-of-type(3) form div{
    display: flex;
    justify-content: end;
}

.row-col ul{
    list-style: none;
    padding: 0px;
}

.row-col ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13pt;
}

.row-col ul li{
    display: flex;
    font-size: 13pt;
    padding: 5px;
}

.row-col img{
    height: 25px;
    margin-right: 10px;
}

@media only screen and (max-width: 920px) {
.row-col:nth-of-type(1){
    text-align: center;
}

.row-col:nth-of-type(1) li {
    max-width: 240px;
}


.row-col:nth-of-type(3){
    text-align: center;
}

.row-col:nth-of-type(3) form{
    text-align: center;
}
}

/************************** HOMEPAGE **************************/
/* About */

h1.site-header {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #000000;
    padding-top: 200px;
    padding-left: 20px;
}

h6.site-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #000000;
    padding-left: 20px;
}

.section-header h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 65px;
    margin-bottom: 40px;
}

.section-header h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    color: #000000;
}

.section-header p {
    font-weight: normal;
    font-size: 16px;
    line-height: 185%;
    color: #000000;
}

.laptop{
    width: 100%;
}

.img-container{
    padding: 100px;
    background-image: url('../media/landing page background image.png') ; 
    background-size: cover;
    height: 90vh;
    z-index: -1;
}

/* Features */

.feature-text h3 {
    font-weight: 600;
    font-size: 25px;
    color: #1D1D1D;
}

.feature-text p {
    font-weight: normal;
    font-size: 17px;
    line-height: 190.18%;
    color: #000000;
}

.feature-text a {
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    transition: .2s color ease;
}

.feature-text a:hover {
    color: #4e4e4e;
}

.feature-img img {
    width: 110px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 30px;
}

.single-features {
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
}

.img-card{
    width: 50%;
    padding: 0px 10px;
}

.usecase-image {
    object-fit: fill;
    object-position: center;
    width: 100%;
    height: 40vh;
    transition: height ease-in-out 0.3s;
}

.usecase-text{
    font-style: normal;
}

.icons-row{
    font-weight: bold;
    font-size: 11pt;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.icons-row div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.Cases{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
    h1.site-header {
    font-weight: 700;
    font-size: 20pt;
    line-height: 30px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #000000;
    padding-top: 200px;
    padding-left: 1vw;
}

h6.site-sub {
    font-weight: 500;
    font-size: 10pt;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #000000;
    padding-left: 2vw;
}

}

@media only screen and (max-width: 1000px) {
  .Cases{
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .img-card{
        width: 100%;
    }
    .usecase-image {
        border-radius: 30px;
        object-fit: fill;
        object-position: center;
        width: 100%;
        height: 50vh;
    }
}
@media only screen and (max-width: 600px) {
    .usecase-image {
        height: 40vh;
    }
}
@media only screen and (max-width: 350px) {
    .usecase-image {
        height: 30vh;
    }
}

/************************** PARTNER PAGE **************************/

.partner-container{
    width: 100vw;
    padding: 5vh 10vw;
    background-color: #4e2f90;
    color: #fff;
}

.display-col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
}

.partner-container-bottom{
    width: 100vw;
    padding: 5vh 10vw; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#contact-form{
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact-form h3{
    width: 80%;
    text-align: center;
    padding: 10px;
}

.controls{
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.controls .btn{
    margin: 20px;
}

.align-inputs{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.form-space{
    margin: 5px;
}

.form-m-space{
    width: 100%;
    margin: 10px;
}

.partner-page-map{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    padding: 1vh 10vw;
    flex-wrap: wrap;
}

.get-in-touch{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.inframe-map{
    height: 500px;
    max-width: 800px;
    width: 100%;
    min-width: 300px;
}

/************************** ORDERFORMS **************************/
/* Products */
#order-symbiiot-theme{
    background-color: #fff; 
}

.symbi-cart-body{
    display: flex;
    flex-direction: column;
}

.products{
    display: flex;
    justify-content: center;
    padding: 0px 15vw;
}

.product.clearfix{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

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

.product-name{
    font-weight: bold;
}

.product > div > :first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    background-color: #fff;
    padding-bottom: 20px;
}

.product img{
    height: 250px;
    width: 250px;
}

.header-lined{
    display: flex;
    justify-content: center;
    padding: 8vh 0vw;
    font-weight: bolder;
    font-size: 50px;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-btn{
    padding: 1vh;
    display: flex;
    justify-content: space-around;
    background-color: #FFF;
    border: solid 3px #FF8A00;
    color: #FF8A00;
    align-items: center;
    width: 60%;
    font-weight: bold;
}

.product-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #ff8a00;
}


/* Plans */
.plans-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
}

.plan.clearfix{
    width: 20vw;
    min-width: 400px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    padding-bottom: 20px;
    margin: 0px 30px 50px 30px;
    background-color: #fff;
}

.plan > :first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ff8a00;
    height: 10vh;
}

.plans-btn{
    padding: 1vh;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border: solid 3px #ff8a00;
    color: #ff8a00;
    align-items: center;
    width: 50%;
    font-weight: bold;
}

.plans-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #ff8a00;
}

.center-btn{
    display: flex;
    justify-content: center;
}

#features-div{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 0px;
    padding: 0px 30px;
}

.price-month{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    color: #eee;
    align-items: center;
}

.price-month span{
    font-weight: bold;
    font-size: 16pt;
    color: #fff;
}

.product-plan-name{
    font-size: 15pt;
    font-weight: bold;
    color: #fff;
}

.plan-head-con{
    width: 100%;
}

@media only screen and (max-width: 1000px){
    .plan.clearfix{
    min-width: 300px;
    width: 100%;
    max-width: 400px;
    margin: 0px 0px 50px 0px;
}

.plans-main {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    width: inherit;
    align-items: center;
}
}

/************************** CART **************************/
#order-standard_cart{
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.cart-banner{
    width: 80vw; 
    margin-bottom: 20px;
}

.cart-sidebar{
    display: none;
}

.sidebar-collapsed{
    display: none;
}

.small.font-weight-bold {
    color: #4e2f90;
}






