
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;600;700;800&display=swap');

body {
    padding-top: 0rem;
    padding-bottom: 0rem;
    scroll-behavior: smooth;
    font-family: 'Barlow', sans-serif;
    }


.container{
    display: flex;

}

.container-fluid {
    padding-top:10vh;
}



.col:hover {
    flex-grow:3;
    transition: all 0.5s ease-in-out;
}


.navbar {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 1030;
    border-radius: 40px!important;
    transition: width 0.5s, height 0.5s, transform 0.5s;

    }

.fixed-bottom {
    position: fixed;
    margin: auto;
    right: 50px;
    bottom:10%;
    left: 50px;
    width: 250px;
    z-index: 1030;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    }

/* Navbar icon */

.navbar-auto .navbar-toggler-icon {
    background-image: url("https://umang.co.uk/images/umangdokey_back.png");
    }

.navbar-toggler-icon {
    display: inline-block;
    width:2.7em;
    height:2.7em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    }

/* Navbar icon animation */

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

.navbar-toggler.collapsed {
    transform: rotate3d(1, 1, 1, 360deg);
    }
    
.navbar-toggler {
    transform: rotate3d(2, 0, 0, 0deg); 
    transition: width 0.5s, height 0.5s, transform 0.5s;
    transition-delay: 0.1s;
    transform-origin: center;
    }

.image-animation {
    transform: rotate3d(2, 0, 0, 360deg); 
    transition: width 0.5s, height 0.5s, transform 0.5s;
    transition-delay: 0.1s;
    transform-origin: center;
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: left;
    }

/* Typography */

h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0.3rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    }

h1, .h1 {
    font-size: 5rem !important;
    margin-bottom:3rem;
    }

h2, .h2 {
    margin-bottom: 3rem;

    }

h3, .h3 {
    font-size: 1.5rem !important;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 1.2;
    }

h5, .h5 {
    font-size: 0.8rem !important;
    opacity: 0.3;
    }

h6, .h6 {
    font-size: 1rem !important;
    }



p, .p {
    font-size: 1rem !important;
    opacity: 0.5;
    }

a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: inherit;
    }

a::before {
    text-decoration: none;
    color: inherit;
    }

a:hover {
    color: inherit;
    opacity: 1;
    }
    

/* Cards */

.img-fluid {
    border-radius: 40px!important;
}

.card-img-top {
    border-radius: 40px!important;
    height:80px;
    object-fit: cover;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    }

.card-img-top:hover{
    height:400px;
    max-width:100%;
    object-fit:cover;
    z-index: 2;
     -webkit-box-shadow: 0px 0px 50px 0px rgba(250,233,190,0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(250,233,190,0.3);
    box-shadow: 0px 0px 50px 0px rgba(250,233,190,0.3), 0 -20px 50px -20px rgba(250,233,190,0.3) inset;
    -webkit-animation: snapback 0.5s cubic-bezier(0.42, 0, 0.58, 1.0) both;
	        animation: snapback 0.5s cubic-bezier(0.42, 0, 0.58, 1.0);
	    transition: width 0.5s, height 0.5s, transform 0.5s;

    }


@-webkit-keyframes snapback {
    0% {

    }
    60% {
        height:51vh;
    }
    100% {

    }
}

 @keyframes snapback {
    0% {

    }
    60% {
        height:51vh;
    }
    
    100% {

    }
}

    
.card-img-top-2{
    border-radius: 40px!important;
    height:80px;
    object-fit: cover;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    }

.card-img-top-2:hover {
    height:50vh;
    max-width: auto;
    object-fit:cover;
    z-index: 2;
     -webkit-box-shadow: 0px 0px 50px 0px rgba(253,199,0,0.1);
    box-shadow: 0px 0px 50px 0px rgba(225, 220, 210,0.5), 0 -20px 50px -50px rgba(225, 220, 210,0.5) inset;
    -webkit-animation: snapback-2 0.5s cubic-bezier(0.42, 0, 0.58, 1.0) both;
	        animation: snapback-2 0.5s cubic-bezier(0.42, 0, 0.58, 1.0);
    }

    
@-webkit-keyframes snapback-2 {
    0% {

    }
    60% {
        height:50vh;
    }
    100% {

    }
}

 @keyframes snapback-2 {
    0% {

    }
    60% {
        height:50vh;
    }
    
    100% {

    }
}



/* Light mode */

@media (prefers-color-scheme: light) {
  
body {
    color:#01010f;
    }

.navbar-auto {
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid rgba(225, 220, 210,0.3);
    box-shadow: 0px 0px 50px 0px rgba(225, 220, 210,0.5), 0 -20px 50px -20px rgba(225,220,210,0.1) inset;
    }
  
.navbar-auto .navbar-toggler-icon {
    /*filter: invert(100%);*/
    }

.nav-link, .nav-link:hover {
    text-decoration: none;
    color: black;
    }

.card {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0px solid rgba(0, 0, 0, 0);    
    }

}

/* Dark mode */

@media (prefers-color-scheme: dark) {
body {
    /*background: linear-gradient(#01010f 0%, #01010f 25%, #F63C4C 80%, #F63C4C 100%);*/
    background-repeat: no-repeat;
    background-color: #01010f;
    color: white;
    }

.navbar-auto {
    text-decoration: none!important;
    background-color: rgba(86, 86, 120, 0.1);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(250,233,190,0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(250,233,190,0.2);
    border-bottom: 3px solid rgba(250,233,190,0.15);
    box-shadow: 0px 0px 50px 0px rgba(250,233,190,0.2), 0 -20px 50px -20px rgba(250,233,190,0.2) inset;
    }

.navbar-auto .navbar-toggler-icon {
    filter: invert(0%);
    }

.nav-link, .nav-link:hover {
    color: white;
    }

.card {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0px solid rgba(0, 0, 0, 0);
    }

}






/* Footer */


.footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    z-index:1000;
   
}

.footer-background {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  z-index:900;
  color: white;
  text-align: center;
  -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  -webkit-mask-image:linear-gradient( to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%);
    mask-image:linear-gradient( to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%);
  
}




/* Animista CSS Animation */
/* ----------------------------------------------
 * Generated by Animista on 2024-10-20 0:49:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
 
 
 .jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


.slide-in-blurred-right {
	-webkit-animation: slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}


@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(200px) scaleX(2.5) scaleY(0.2);
            transform: translateX(200px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(200px) scaleX(2.5) scaleY(0.2);
            transform: translateX(200px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}


/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-10px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-10px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-10px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-10px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation vibrate-3
 * ----------------------------------------
 */
 
.vibrate-3 {
	-webkit-animation: vibrate-3 0.5s linear infinite both;
	        animation: vibrate-3 0.5s linear infinite both;
}


@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}







.glow:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-99deg, #fff7d2 -100%, #fff7d2 200% );
    transform: translate3d(0px, 0px, 0) scale(1.03);
    filter: blur(200px);
    opacity: var(1);
    transition: opacity 0.3s;
    border-radius: inherit;
}

/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/
.glow::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}









































