body{
    background: linear-gradient(to left, lightblue, white);
}

nav{
    width: 100%;
    height: 80px;
    color: #1b9bff;
    display: flex;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav ul li{
    height: 50px;
}


nav ul li a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    text-transform: uppercase;
}

nav a:hover{
    background-color: #f0f0f0;
}

.navBar li:first-child{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    margin-right: auto;
    text-decoration: solid;
    font-size: 40px;    
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar li a{
    width: 100%;
}

.bg {
    height: 100%;
    width: 100%;
    
}
.container{
    width: 85%;
    height: 450px;
    margin-left: 7%;
    margin-top: 5px;
    box-shadow: 0px 0px 3px red;
    position: relative;
    overflow: scroll;
   
}
.slider{
   
    display: flex;
    position: absolute;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0,0%,0%,0.25);
    border-radius: 0.5 rem;
    
}

.slider-wapper{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.imageSliderBtn{
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.imageSliderBtn button{
    padding: 1 0px 10px;
    font-size: 15px;
    border: none;
    border-radius: 20px;
}

.slider img{
    display: flex;
    flex: 1,0 100%;
    background-size: cover;
    overflow-x: hidden;
    object-fit: cover;
    
}
.slider-nav a{
    
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    opacity: 0.75;
    transition: opacity ease 250ms;
}
.slider-nav a:hover{
    opacity: 1;
}

.text{
    
    padding: 5% 10%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    font-size: larger;
}

.connect{
    width: 100%;
    height: 100%;
    background-color: lightgray;
    
}

.ConnectHeading {
    text-align: center;
}

.ConnectText{
    text-align: center;
}

.contact{
    width: 30%;
    height: 300px;
    margin: 30px 340px;
    box-shadow: 0px 0px 3px black;
    border-radius: 5%;
    padding: 40px 100px;
    
}

.contact input{
    margin: 10px 20%;
    width: 50%;
}

.contact textarea{
    margin: 10px 20%;
    width: 50%;
}

.contact button{
    margin: 10px 20%;
    width: 50%;
}

footer{
    width: 100%;
    
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
    border-top-left-radius: 200%;
    border-top-right-radius: 50%;
}
.col img{
    width: 100px;
    height: 100px;
}
.row{
    width: 85%;
    margin: auto;display: flex;flex-wrap: wrap;
    align-items: flex-start; justify-content: space-between;
}
.col{
    /* flex-basis uses 25% amount of sapce*/
    flex-basis: 25%;
    padding: 10px;
}
.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}

.e-mail{
    width: fit-content;    
}

ul li{
    list-style: none;
    
}

ul li a{
    text-decoration: none;
    color: white;
}

@media(max-width: 880px){
    .hideOnMoblie{
        display: none;
    }
}

@media(min-width: 880px){
    .morePx{
        display: none;
    }
}
.active{
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

.productBar{
    color: #00093c;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    width: 25%;   
    display: flex;
    padding: 0;
    height: calc(100vh - 100px); /* Full height minus navbar/footer */ 
}

.productBar li{
    width: 100%;
    font-size: 20px;
    margin-top: 5%;
}
.icon{
    width: 30px;
    height: 30px;
}
.productBar button{
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font: 1em sans-serif;
    cursor: pointer;
}
.subMenu{
    display: grid;
    color: #00093c;
    grid-template-rows: 0fr;
    transition: 300ms ease-in-out;
    >div{
        overflow: hidden;
    }
}
.subMenu show{
    grid-template-rows: 1fr;
}

.rotate .down{
    rotate: 180deg;
    transition: 200ms ease;
}
.productBar a span, .dropdownBtn span{
    flex-grow: 1;
}
.productBar svg{
    flex-shrink: 0;
    fill: var(--text-clr);
}


/* Sidebar */
.sidebars {
    width: 250px;
    height: 100vh;
    background: #333;
    color: white;
    padding-top: 20px;
    position: fixed;
}

.menu-item {
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #444;
    background: #444;
}

.menu-item:hover {
    background: #575757;
}

/* Submenu */
.submenu {
    display: none;
    background: #555;
    padding-left: 20px;
}

.submenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    border-bottom: 1px solid #666;
}

.submenu a:hover {
    background: #666;
}

/* Show first submenu by default */
.submenu.open {
    display: block;
}
