* {
    font-family: "Space Grotesk";
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    box-sizing: border-box !important;
}
body {
     /* background-color: #23bdfa;  */
      transition: linear .2s;

}
.bg-body-tertiary {
    box-shadow: 2px 2px 2px 2px rgb(126, 126, 126);
    /* border-radius:50px; */
    background-color: rgba(101, 187, 252, 0.5) !important;
    /* background-color: rgb(1, 154, 243) !important; */
    backdrop-filter: blur(4px);
   /* height: 15vh; */
    font-size: 1.2em;
    /* margin-top:20px ; */
    /* position: fixed !important; */
    /* top: 200px !important; */

}

.nav-link:hover {
    transform: scale(.9);
    transition: ease-in .2s;
    background-color: #050505;
    color: #f6f5f7 !important;
    /* box-shadow: 2px 2px 2px 2px rgba(85, 142, 241, 0.791); */
}


.navbar-brand {
    /* transform: scale(1); */
    height: 100px !important;
    margin: 0 !important;
    padding: 0% !important;
}

.nav-link {
    /* transition: linear .2s; */
    /* padding-right: 30px !important; */
    margin: 0px 5px !important;
    margin-bottom: 0 !important;
    color: #0318fc !important;
    border-radius: 5px;
}


.btn-purple {
    background-color: #ceeefb;
    color: #6003ff !important;
    border-radius: 10px 0px;

}

.btn-purple:hover {
    transform: scale(.9);
    transition: ease-out .2s;
    background-color: #00b7ff;
    color: #f5f3f7 !important;

}


.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.bi-list {
    font-size: 38px !important;
}

.bi-x-lg {
    font-size: 28px !important;
}

form .bi {
    font-size: 1.7em;
    cursor: pointer;
}


.carousel-inner {
    /* border: 5px solid green; */
    height: 100% !important;
}

.carousel {
    height: 80vh !important;
    /* position: relative !important; */
    /* top: 95px !important; */
    /* z-index: 2; */
    margin-top: 110px;
    /* border: 5px solid red; */

}

.carousel-caption ,.sec-div {
    background-color: rgba(105, 182, 230, 0.469);
    color: #1238a7 !important;
    backdrop-filter: blur(3px);
    border-radius: 20px;
}

.carousel-item,
.carousel-item img {
    width: 100% !important;
    height: 100% !important;
    /* border: 5px solid blue; */
}

.bi-arrow-left-circle-fill,
.bi-arrow-right-circle-fill {
    font-size: 2em;
    color: rgb(8, 4, 87);
    /* background-color: orange; */
}

.card {
    height: 100% !important;
    margin: 0% !important;
    padding: 0% !important;
    /* background-color: #cae6fc; */
    background-color: #ffffff;
    border: none;
    box-shadow: 2px 2px 2px 2px rgb(53, 53, 53);
    perspective: 500px; 
  transform-style: preserve-3d;
  overflow: hidden;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}
/* .f-card{
    height: 100% !important;
} */

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.card img:hover {
    /* transform: translateZ(10px); */
    transform:translateZ(20px);
    /* transform: scale(1.05); */
    
    cursor: pointer;
    transition: ease-in .3s;

}

.i {
    font-style: italic;
}
i{
    font-style: italic !important;
}

.bg-color {
    background: linear-gradient(to right, #60B5FF, #AFDDFF);
}

.color-bg {

    background: linear-gradient(to left, #60B5FF, #AFDDFF);
}

body {
    /* background-color: #e7dcfb; */
    scroll-behavior: smooth;
}


@media (max-width: 992px) {
    .nav-link {
        border-bottom: 5px solid rgb(48, 27, 206);
        /* margin-bottom: 5px !important; */
    }

    .navbar-collapse {
        max-height: 70vh !important;
        overflow: auto;
    }
    .first-carousel {
    height: 50vh !important;
    /* border: 5px solid red; */

}
.h-carousel{
    height: 50vh !important;
    margin: 0 !important;
    background-color: rgba(125, 178, 231, 0.659);
    border-radius: 20px;
    backdrop-filter: blur(3px);
   
}
.w{
    width: 100% !important;
}
.product-img-section{
    height: 50vh !important;
}

    

}


.dropdown-menu{
    /* background-color: rgb(145, 211, 249); */
    /* backdrop-filter: invert(80%); */
    text-align: center;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 3px  rgb(103, 102, 102);
}




@media (min-width:992px) {
    .dropdown-menu {
        width: 200px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: ease-in .1s;
        
    }
    
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); 
         transition: ease-in .1s;
        transform: translateY(10px);
    }
    .h-carousel{
    height: 30vh !important;
    margin-top: 0%;
    background-color: rgba(125, 178, 231, 0.659);
    border-radius: 20px;
    backdrop-filter: blur(3px);
}
    
}
.auto-show {
    animation: text-appear both;
    animation-timeline: view();
    animation-range: entry 10% cover 50%;
}
@keyframes text-appear {
    from{
        opacity: 0;
        transform:  scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);

    }
    
}

.h-w {
    padding: 0%;
    width: 100%;
    height: 150px;
    border-radius: 20px;
}

.font {
    font-family: serif !important;
    text-align: center;
}


.btn-floating{
    /* display: flex; */
    /* flex-direction: column; */
    border-radius: 50%;
}
footer .btn {
    margin: 0;
    padding: 0;
}

.margin {
    margin-top: 110px;
}
.dollar{
    background-image: url(../assets/dollar-page-img.png);
} 
.staples {
    background-image: url(../assets/staples-page-img.png);
}
.faber {
    background-image: url(../assets/faber-page-img.png);
}
.product-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-img-section {
    height: 80vh;
    margin-top: 110px;

}

