html{
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

.nav img{
    height: 2rem;
    border-radius: 100% 100%;
    padding: 3px;
    margin-right: 1rem;
    position: relative;
}

.page{
    min-height: 100vh;
    box-shadow: 0px 0px 5px 0px 10px #EEE;
  }

.carousel-item{
    height: 100vh;
    width: 100%;
    background-clip: border-box;
}

.carousel-item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.product{
    position: relative;
    display: grid;
    min-height: 15rem;
    padding-left: -5px;
    padding-right: -5px;
    padding-top: 2rem;
    padding-bottom: 3rem;
    transition: all 300ms ease-in-out;
}

.product:hover{
    transform: scale(1.01);
    background: #FFF;
    box-shadow: 5px 10px 30px #000 ;
}

.product ul{
    margin-left: 1rem;
}

.product li{
    margin-right: 1rem;
}

.product h5{
    margin-left: 1rem;
    margin-right: 1rem;
}

.products{
    background-color: #d8f4fd;
    background-image: linear-gradient(62deg, #d8f4fd 0%, #eee4f5 100%);
    padding: 0px !important;
    margin-top: -2rem;
}

.container img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.about{
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.about p{
    text-shadow: #000;
}

.about i{
    padding-bottom: 1rem;
}

.about li{
    text-decoration: none;
    list-style: none;
}

.about ul{
    padding: 0px;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin: 0px;
}

.contact{
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color: #FFF;
}

.contact a{
    text-decoration: none;
    color: #FFF;
    transition: all 300ms ease-in-out;
}

.contact a:hover{
    color: #000;
}

.contact li{
    list-style: none;
}

.big-text{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 15%);
    font-size: 4rem;
}

.intro{
    background:  black;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider{
    background: rgb(7, 81, 146);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateY(100%);
}

.intro-text{
    color: rgb(95, 163, 223);
    font-size: 3rem;
}

.list-group-item{
    border: none;
}

.hide{
    background: white;
    overflow: hidden;
}

.hide span{
    position: absolute;
    Top: 10rem;
    left: 5rem;
    transform: translateY(100%);
    display: inline-block;
}