/*base styling*/

*{
	box-sizing: border-box;
}


section {
	margin-left: auto;
	margin-right: auto;
}


/*body {
	font-size: 16px;
	color:#2D2D2D;
	background-color: #F6F6F6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1 {
 	font-size: max(6vw, 60px);
	font-weight: 400;
}

h2 {
	font-size: 50px;
	font-weight: 400;
}

h3 {
	font-size: 36px;
	font-weight: 400;	
}

h4 {
	font-size: 24px;
	font-weight: 400;	
}

h5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

h6 {
	font-size: 16px;
}*/






body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400; 
  line-height: 1.7; 
}

h1 {
  font-size: clamp(56px, 8vw, 80px);
  font-weight: 600;
  line-height: 1.15;
}

h2 {
  font-size: clamp(36px, 6vw, 46px);
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  font-size: clamp(28px, 5vw, 32px);
  font-weight: 500;
  line-height: 1.35;
}

h4 {
  font-size: clamp(22px, 4vw, 24px);
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}






i {
	margin: 10px;
}

p>i {
	margin: 4px;
}

input:hover {
	cursor: pointer;
}

li {
	margin-bottom: 4px;
	margin-top: 4px;
}

hr {
	margin-top: 3%;
	padding-top: 0px;
	/*margin-bottom: 2%;*/
	padding-bottom: 0px;
	z-index: -1;
}

/*Table of content nav start*/

nav {
position: fixed;
top: 30px;
/*background-color: #F6F8FC;*/
width: 100%;
z-index: 100;
background-color: rgba(0, 0, 0, 0.5);
/*backdrop-filter: blur(2px);*/
}


nav .container {
margin: auto auto;
text-align: center;
border-radius: 0px 0px 8px 8px;
/*background-color: rgba(0, 0, 0, 0.5);*/
}

nav .container ul {
margin-bottom: 0;
}

nav .container ul li {
display: inline-block;
border-radius:8px;
}

nav .container ul li a {
text-decoration: none;
/*color: #ddd;*/
color: white;
border: none;
}

nav .container ul li.active {
background-color: #3b49df;
border-radius: 8px;
transition: 0.3s;
border: none;
}

nav .container ul li.active a {
color: white;
}


nav .container ul li:hover {
/*background-color: dimgray;*/
background-color: #555;
border-radius: 8px;
transition: 0.3s;
border: none;
}

/*Table of content nav end*/


#hoverVideo {
  cursor: url("data:image/svg+xml,\
<svg xmlns='http://www.w3.org/2000/svg' width='128' height='64'>\
  <text x='0' y='48' font-size='48'>👋</text>\
</svg>") 32 32, auto;
}

/*#hoverVideo {
  cursor: url("img/hi.svg") 64 64, auto;
}*/

/*#hoverVideo {
  cursor: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'>\
  <style>\
    @keyframes wave {\
      0% { transform: rotate(0deg); }\
      15% { transform: rotate(15deg); }\
      30% { transform: rotate(-10deg); }\
      45% { transform: rotate(12deg); }\
      60% { transform: rotate(-8deg); }\
      75% { transform: rotate(10deg); }\
      100% { transform: rotate(0deg); }\
    }\
    text {\
      transform-origin: 32px 48px;\
      animation: wave 2s infinite;\
      font-size: 48px;\
    }\
  </style>\
  <text x='0' y='48'>👋</text>\
</svg>") 32 48, auto;
}*/

.btn {
	border-radius: 30px;
	padding-left: 24px;
}

.badge {
	border-radius: 30px;
}

.bg-light {
	background-color: #F6F8FC !important;
}

.text-secondary {
	color: #1E2125 !important;
}

.italic {
	font-style: italic;
}

#logo-img {
	heigh: 24px;
	width: 24px;
	margin: 0 0 3px 0;
}

.body-dark {
	background-color: #292b2c !important;
}

.body-light {
	background-color: #F6F8FC !important;
}

.top-padding {
	padding-top: 80px;
}

.my-margin {
	margin: 32px;
}

.my-margin-tb {
	margin-top: 32px;
	margin-bottom: 32px;
}

.my-margin-b {
	margin-bottom: 32px;
}

.my-margin-t {
	margin-top: 32px;
}

.my-sec {
	padding-top: 2%;
	padding-bottom: 1%;
}

.my-padding {
	padding: 32px;
}

.my-padding-tb {
	padding-top: 32px;
	padding-bottom: 32px;
}

.my-padding-t {
	padding-top: 32px;
}

.my-padding-b {
	padding-bottom: 32px;
}

.logo-text {
	font-size: 40px;
}

.right-half {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

.full-width {
	width: 100%;
}

.nav-link {
	color: black;
	/*color: white;*/
/*	padding-top: 4px;
	padding-bottom:4px;*/
	padding: 9px 12px;
	line-height: 1; /* match this to the height of the nav container */
}

#nav-menu {
	gap:4px;
}

.my-bg-dark {
	background-color: rgba(0, 0, 0, 0.5);
}

.my-dark-stay {
	background-color: rgba(0, 0, 0, 0.5);
}

.my-bg-transparent {
	background-color: rgba(0, 0, 0, 0);
}

.my-bg-light {
	background-color: rgba(255,255, 255, 0.5) ;
}

.container-card {
	padding: 0px;
}

.container-footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
}

.intro-card {
	background-color: white;
	padding: 40px;
	text-align: center;
	height: 100%;
}

.square-card {
  aspect-ratio: 1 / 1;
}

.navbar {
	padding-top:  0px;
	padding-bottom: 0px;
	position: fixed;
	/*top: 0;*/
	/*height: 40px;*/
	width: 100%;
	top: -5px;
	height: 40px;
	transition: top 0.3s, background-color 0.3s;
	z-index: 1100;
}

ul.nav a {
	border-radius: 40px;
}


ul.nav a:hover { 
	background-color: black;
	color: white;
}

a {
	padding-top: 0px;
}

.my-shadow {
	box-shadow: 0 2rem 3rem rgba(0,0,0,.10);
/*	box-shadow: 0 1.5rem 3rem rgba(0,0,0,.10);*/
}

.my-neumorphism {
	border-radius: 20px;
	background-color: #F6F8FC !important;
	background: #e0e0e0;
	box-shadow: -4px 4px 8px #d9d9d9,
            4px -4px 8px #ffffff;
}

.my-neumorphism2 {
  color: #F6F8FC;
  background: #e0e0e0;
  text-shadow:
    -2px 2px 4px #d9d9d9,
    2px -2px 4px #ffffff;
}

.my-middle {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.my-middle2 {
	margin-top: auto;
	margin-bottom: auto;
}

.my-middle3 {
	height: 100%;
	display: flex;
	align-items: center;
}

.my-middle4 {
	display: table-cell;
	vertical-align: middle;
}

.glass {
  /* Fills (simulated with layered gradient for visual depth) */
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 15, 1) 0%,
    rgba(51, 51, 51, 0.45) 45%,
    rgba(153, 153, 153, 0.3) 100%
  );

  /* Inner Shadows */
  box-shadow:
    inset 1px 1px 0px rgba(255, 255, 255, 0.5),
    inset -1px -1px 0px rgba(255, 255, 255, 0.5),
    inset 1px -1px 1px rgba(255, 255, 255, 0.5),
    inset -1px 1px 0.5px rgba(255, 255, 255, 0.5),
    inset 0px 1px 3px rgba(255, 255, 255, 0.5),
    inset 0px 0px 16px rgba(255, 255, 255, 0.5);

  /* Background Blur */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(0px);

  /* Saturation Adjustment */
  filter: saturate(0.46);
}

.my-glass {
	text-align: center;
	min-width: 46px;
	margin-top: 8px;
	border-radius: 40px;
	padding-left: 8px;
	padding-right: 8px;

  /* Fills (simulated with layered gradient for visual depth) */
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 15, 1) 0%,
    rgba(51, 51, 51, 0.45) 45%,
    rgba(153, 153, 153, 0.3) 100%
  );

  /* Inner Shadows */
  box-shadow:
    inset 1px 1px 0px rgba(255, 255, 255, 0.5),
    inset -1px -1px 0px rgba(255, 255, 255, 0.5),
    inset 1px -1px 1px rgba(255, 255, 255, 0.5),
    inset -1px 1px 0.5px rgba(255, 255, 255, 0.5),
    inset 0px 1px 3px rgba(255, 255, 255, 0.5),
    inset 0px 0px 16px rgba(255, 255, 255, 0.5);

  /* Background Blur */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(0px);

  /* Saturation Adjustment */
  filter: saturate(0.46);
}


.box {
	height: 48px;
	width: 48px;

}






/* Glass button start */ /* Glass button start */ /* Glass button start */ /* Glass button start */
.glass-btn {
	margin-top: 8px;
  text-align: center;
  height: 44px;
	min-width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  padding: 0 6px;
  
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.8) 100%
  );
  
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.1),
    inset 0 -2px 4px rgba(255, 255, 255, 0.1),
    inset 0 0 1px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.3);


  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);

  transition: all 0.3s ease;
}

.glass-btn p {
  margin: 8px;
  line-height: 1;
}

.glass-btn img {
  padding-top: 3px;
}

.glass-btn:hover {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.7) 20%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  
   box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.2),
    inset 0 -2px 4px rgba(255, 255, 255, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.3),
    0 4px 8px rgba(0, 0, 0, 0.5);
}
/* Glass button end */ /* Glass button start */ /* Glass button start */ /* Glass button start */ /* Glass button start */





.my-bottom {
	position: absolute;
	bottom: 0;
}

.my-border {
	border-radius: 8px;
	border: 1px solid lightgray;
}


a.btn-icon:hover {
	background-color: rgba(255,255, 255, 0.1);
}

.btn-icon {
	font-size: 20px;
}

.footer-icon {
	color: #535353; /* icon color */
	background-color: white;
	width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;         /* makes it a circle */
  text-decoration: none;
  margin: 4px;                /* spacing between buttons */
}

a.footer-icon:hover {
	color: black;
}

.icon-m {
	font-size: 20px;
}

.png-icon {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	margin-top: 10px;
}

.card {
	border: none;
	padding: 0;
	background-color: inherit;
}

.card-body {
	padding: 16px;
}

.home-img {
	max-width: 100%;
	max-height: 100vh;
	margin-bottom: 40px;
}

.home-figure {
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 40px;
}

.my-purple {
	background-color: #9a72ef;
}

.my-orange {
	background-color: #ff841c;
}

.wrapper-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 5vw;
  grid-row-gap: 20px;
  margin: 0;
}

.wrapper-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-column-gap: 5vw;
  grid-row-gap: 20px;
  margin: 0;
}

#resume-image {
	width: 100%;
	background-color: white;
}

.my-rounded {
	border-radius: 8px;
}

.my-width-s {
	max-width: 280px;
}

.loader-wrapper {
	width: 100%;
	height: 100%;
	position:  fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1100;
	background-color: white;
}

.logo-rotate {
	width: 60px;
	height: 60px;
	-webkit-animation:spin 2s ease infinite;
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.jumbotron {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/*for password page image*/
.my-bg-img {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("img/sky-night.JPG"); 
	position: fixed;
	width: 100%;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	z-index: -1;
}


.my-bg-img-about {
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("img/me-4.jpg");
	position: fixed;
	width: 100%;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	z-index: -1;
}

.my-bg-vid {
	position: absolute;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	filter: blur(8px);
  	-webkit-filter: blur(8px);
}

.vid-overlay {
	position:absolute;
	height: 100%;
	width: 100%;
	background-color: black;
/*	opacity: 60%;*/
	opacity: 30%;
	z-index: -1;
}

.my-bg-img-home {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("img/sky-lg.gif"); 
	position: relative;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.minvh {
	min-height: 90vh;
}

.monochrome {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.my-bg-black {
    background-color: #111;
	position: relative;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

site { overflow-x: hidden !important;}

.blurred-box{
  position: relative;
  margin-bottom: 50%;
  padding: 16px;
  width: 300px;
  height: 100%;
  background: inherit;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
}

.z-front {
position: relative;
 z-index: 1100;  
}

.active {
	background-color: black;
	color: white;
}

/*.active {
	color: white;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: inset -0px 2px 4px rgba(0, 0, 0, 0.6),
              inset 0px -4px 8px rgba(255, 255, 255, 0.4);
}*/

.text-center {
	text-align: center;
}

/*Below are styles for projects*/

.carousel-item{
    min-height: 280px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.carousel-indicators {
	bottom: -15px;
}

.carousel-control-prev {
	left: -4vw;
}

.carousel-control-next {
	right: -4vw;
}

.bg-gray {
	background-color: #EBECED;
}

.bg-vrsignage {
	background-color: #683CAD;
}

.brief-icon {
	font-size: 64px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.my-fullw {
	width: 100%;
}

.my-fullh {
	height: 100%;
}

.toc-item {
	color: #616A72;
	margin-right: 24px;
	text-decoration: none;
	display: none;
}

/*a.toc-item:hover {
	color: black;
}*/

.my-illus {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 5%;
}

.my-center {
	margin-right: auto;
	margin-left: auto;
}

.my-color {
	color: black;
}

.intense {
	cursor: zoom-in;
}

.intense:hover {
	transform: scale(1.03);
	transition: 0.3s;
}

.persona-img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	border: 5px solid white;
	overflow: hidden;
}

.color-ant {
	background-color: #D1E0F1;
}

.color-gray {
	background-color: #E4E4E4;
}

a.card {
	text-decoration: None;
}

.break-word {
	overflow-wrap: break-word;
}

#pre-break {
	padding-top: 70px;
}

.smoke {
	background-color: /*#F6F8FC*/ whitesmoke;
	border-radius: 8px;
	padding: 16px;
/*	box-shadow: 0 1.5rem 3rem rgba(0,0,0,.10);*/
}

.bold {
	font-weight: 500;
}

.img-box {
	aspect-ratio : 1 / 1;
	max-height: 90%;
	max-width: 90%;
}

.carousel-img {
	border-radius: 4vh;
	border: 4px solid gray;
/*	box-shadow: 0 0 0 1vh lightgrey, 0 2vh 5vh rgba(0,0,0,.40);*/
	box-shadow: 0 0 0 1vh lightgrey, 0 1vh 3vh 0.5vh rgba(0,0,0,.40);
	height: 60vh;
	max-height: 600px;
	margin-top: 6vh;
	margin-bottom: 6vh;
	margin-left: auto;
	margin-right: auto;
}

.carousel {
	margin-left: auto;
	margin-right: auto;
	max-width: 40vh;
}

.gallery {
	aspect-ratio : 1 / 1;
	overflow: hidden;
	background-color: yellow;
	border-radius: 8px;

}

.gallery-item {
	object-fit: cover;
	aspect-ratio : 1 / 1;
	height: 100%;
}

.gallery-item:hover {
	transform: scale(1.05);
	transition: 0.3s;
} 


.w-32 {
	width: 32%;
	margin-bottom: 2%;
}

.pop:hover {
	cursor: zoom-in;
	overflow: hidden;
}

.font-large {
	font-size: 20px;
	padding: 0;
	margin: 0;
}


.modal-header {
	padding-top: 4px;
	padding-bottom: 4px;
}

.hero-img {
	margin-bottom: -3%;
}


.delay1 {
	animation-delay:0.3s;
 	-webkit-animation-delay:0.3s;
 	-webkit-animation-fill-mode:both;
	-webkit-animation-duration:2s;
	animation-duration:2s;
}

.delay2 {
	animation-delay:0.6s;
 	-webkit-animation-delay:0.6s;
 	-webkit-animation-fill-mode:both;
	-webkit-animation-duration:2s;
	animation-duration:2s;
}

.delay3 {
	animation-delay:0.9s;
 	-webkit-animation-delay:0.9s;
 	-webkit-animation-fill-mode:both;
	-webkit-animation-duration:2s;
	animation-duration:2s;
}

.delay4 {
	animation-delay:1.2s;
 	-webkit-animation-delay:1.2s;
 	-webkit-animation-fill-mode:both;
	-webkit-animation-duration:2s;
	animation-duration:2s;
}


.fadeDown {
	font-size: 48px;
	opacity: 0;
/*	animation-delay: 2s;*/
	-webkit-animation-name: fadeDown;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
}

/*.my-brands {
	font-size:24px;
}

.my-brands strong {
	margin-left: 1vw;
	margin-right: 1vw;
	display: inline-flex;  /* keep icon + text together */
	align-items: center;   /* vertically center icon & text */
	white-space: nowrap;   /* prevent icon and text from breaking */
}
*/

@keyframes fadeDown { 
        0% { 
        	opacity: 0;
            transform: translateY(-20px);
        } 

        50% { 
        	opacity: 1;
            transform: translateY(0px);
        }

        100% { 
        	opacity: 0;
            transform: translateY(20px);
        }
    }


#home-icon:hover {
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-color: transparent;
	/*border: 1px solid white;*/
}


/*.my-cursor {
	cursor: url("img/assets/figma_arrow3.cur"), pointer;
}*/


/*.moveAround {
	display: inline-block;
	position: absolute;
	-webkit-animation-name: moveAround;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}


@keyframes moveAround { 
        0% { 
            transform: translateY(-100px) translateX(-40px);
        } 

        30% { 
            transform: translateY(-200px) translateX(30vw);
        }

        60% { 
            transform: translateY(-20px) translateX(40vw);
        }


        100% { 
            transform: translateY(-100px) translateX(-40px);
        }
    }*/


.ratio-3x2 {
	aspect-ratio: 3 / 2;
}

.ratio-16x9 {
	aspect-ratio: 16 / 9;
}






















 /* basic animation start --------------------------------------------------------------------------------------------------------- */


.row-table {
    display: table;
}

.col-table {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}

 /* basic animation end -------------------------------------------------------------------------------------------------------------------------------------------- */


 /* carousel animation start -------------------------------------------------------------------------------------------------------------------------------------------- */

.my-brands {
  overflow: hidden;
  width: 100%;
  font-size: 24px;
  position: relative;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-left 80s linear infinite;
}

.carousel-group {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
}

.my-brands strong {
  margin-left: 1vw;
  margin-right: 1vw;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.4rem;
}

/* Infinite scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* carousel animation end -------------------------------------------------------------------------------------------------------------------------------------------- */







/* Tooltip Styles start------------------------------------------------- */

/* Add this attribute to the element that needs a tooltip */
[title] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[title]:before,
[title]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[title]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(title);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[title]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[title]:hover:before,
[title]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Tooltip Styles end------------------------------------------------- */


.ai-logo {
	aspect-ratio: 1 /1;
	border-radius: 50%;
	overflow: hidden;
	padding: 16px;
}

.checked {
	color: orange;
}

.unchecked {
	color: gray;
}

@media (min-width: 992px) {
	.border-r {
		border-right: 1px solid dimgray;;
	}
}