

/* 
for width of all content -make a class "width" and apply to every div/section to have the same padding/margin
+ have it flexible - less with small screen
*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 24, 2021
*/


@font-face {
    font-family: Myfont;
    src: url(myfonts/myfont-regular-webfont.woff2) format('woff2'),
         url('myfonts/myfont-regular-webfont.woff') format('woff'),
         url('myfonts/Myfont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
 

 /* Responsive typography*/
 html {
	font-size: 1rem;
  }
 
  
  @include media-breakpoint-up(sm) {
	html {
	  font-size: 1.2rem;
	}
  }
  
  @include media-breakpoint-up(md) {
	html {
	  font-size: 1.4rem;
	}
  }
  
  @include media-breakpoint-up(lg) {
	html {
	  font-size: 1.6rem;
	}
  }


body {
   font-family:  'Open Sans', sans-serif;
   overflow-x: hidden;
  
}

.row {
    margin-right: 0;
    margin-left: 0;
  }

.center {
    padding : 9em 0;
    font-family:'Heebo';
    color:#ffffff;
    
   
}
#email {
	margin-top: 50px;
	align-self:center;
	justify-content: center;
   font-family: 'Roboto';
   color: rgb(169, 239, 248);
   text-decoration: none;
   font-style: none;
   font-size:  1em;
   
}

p {
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    color: rgb(252, 246, 233);
    letter-spacing: 1px;
   
}

.icon{
    width: 50px;
    height: 50px;
    background: white;
    margin: 10px;
    border-radius: 30%;
    color: #a20d03;
    box-shadow: 0 5px 15px -5px #00000070;
    position: relative;
   overflow: hidden;
  }
  .icon i{
    line-height: 50px;
    font-size: 25px;
    transition: 0.2s;
  }
  .icon:hover i{
    transform: scale(1.3);
    color: #f1f1f1;
  }
  .icon::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background:#023f5d;
    left: -130%;
    top: 80%;
    transform: rotate(45deg);
  }
  .icon:hover::before{
    animation: animation 0.7s 1 forwards;
  }
  @keyframes animation {
    0%{
      left: -110%;
      top: 90%;
    }50%{
      left: 15%;
      top: -30%;
    }100%{
      top: -10%;
      left: -10%;
    }
  }
  
/*
a {
    color:rgb(90, 90, 90);
}
a :hover {
    color: rgb(163, 219, 241);
}
*/
span .border-right{
    border-color: rgb(187, 69, 79);
}
/*

span:hover {
    text-decoration: underline wavy;
    color: rgb(163, 219, 241);
  }
  */
a #listnews{
    font-weight: 300;
    color: rgb(30, 30, 30);
    font-size: 16px;
    line-height: 1rem;
   
}

li {
    color: rgb(252, 246, 233);

    
}

h2 {
    font-size: 1.5rem;
    font-weight: lighter;
    color: #fff;
    line-height: 1.75rem;
    padding-bottom: 10px;
}

h3 {
    font-family: 'Potta One', sans-serif;
    font-weight: lighter;
    font-size: 1.5rem;
}
#h4{
    padding-bottom:1rem;
    color: rgba(143, 243, 209, .9);
    font-size: 1.75rem;
    align-self: center;
    background-color: transparent;
    text-decoration: underline;
}
h4 {
    color: rgb(204, 237, 250);
    
}

h5 {
    color: black;
}

h6{
    color: whitesmoke;
}

hr {
   margin-left: 10rem;
   align-items: end;
    
}


hr.style-five {
    margin: 0;
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 5px rgb(61, 70, 99);
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

footer {
font-family: 'Heebo';
 font-size: x-small;
 color: black;
}

.logo-box {
    border: 5px solid white; padding: 1rem 2rem; border-radius: 5px;}

#logo {
	min-width: 150px;
}

/*
i {
    color: #575755;
}

/* neumorphic button*/

#homebtn {

box-shadow: 10px 9px 15px 0px #00000040, -1px -1px 3px 0px #FFFFFFD4, -4px -2px 19px 0px #FFFFFF66, 3px 4px 3px 0px #00000040;

}

#homebtn:hover {

    box-shadow: 10px 9px 15px 2px #eeeaea40, -1px -1px 3px 2px #FFFFFFD4, -4px -2px 19px 2px #FFFFFF66, 3px 4px 3px 2px #f7f4f440;
    
    }
#schedule:hover
{
    font-size:x-large;
}

#git {
    color:rgba(7, 0, 0, 0.5)
}

#back {
    background-color: #3a5cd6;
    border-radius: 5px;
    color: whitesmoke;
    font-family: 'Myfont';
    letter-spacing: 2px;
    
    
}
#back:hover{
    text-decoration: none;
}



#projects {
    background-color: transparent;
    border-radius: 5px;
    color: #170900;
    font-family: 'Gabriela';
    font-weight: bold;
    letter-spacing: 3px;   
    text-decoration: none;
    font-size: 1rem;
   
    
}

#projects:hover {
    color:  rgb(49, 35, 255) ;
    font-size: large;
  
}

#projectsN {
    background: radial-gradient(circle, #003854 0%, /* lightest center */ #05273f 50%, /* mid-tone transition */ #002333 100% /* darkest edges */);
    color: #8f0a00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    width: 100%;
    
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    line-height: 3;

    font-weight: bold;
       
}

.hero-title {
    border: 2px solid white;
    padding: 1rem 2rem;
    border-radius: 5px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05); /* subtle background for visibility */
    color: white; /* or #8f0a00 if you want brand colors */
    font-size: 4rem; /* adjust as needed */
    font-weight: bold;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); /* optional glow */
}
@media (max-width: 600px) {
  .hero-title {
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }
}

#hoverbutton {
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
}

#ibutton {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
   color: tomato;
    background-color: #151b29;
    padding: 20px 40px;
    border-color: black ;
    letter-spacing: 1px;
    
   
}

#ibutton:hover {
    font-family: 'Gabriela';
    background: none;
    color: #ffa260;
    border: 2px solid;
    padding: 1em 2em;
    font-size: 1em;
    border-radius: 0% 30%;
}
/*
.uicard {
    
}
*/

/*Thumbnail frame -projects.html*/

.thumb {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  /*width: 500px; /* Set a small width */
  height: 250px;
}

/* Add a hover effect (blue shadow) */
.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.shine {
	text-decoration: none;
    color: #7ac5b9; 
	font-weight: lighter;
	font-size: 1.7 em;
}

.shine:hover {
    color: #f5f5ed;
    box-shadow: 0.3em 1em 0.9em -0.45em  #d4d4d3; /*offsetX , offsetY , blur , sprsead , color*/
    transform: translate(10px, 10px);
    transition-duration: 0.4s;
    rotate: 0deg;
    cursor: pointer;
   /* border-radius: 15% ;*/
   text-decoration: none; 
   /*width: 110%;*/
   align-self: center;

}
#carouselExampleIndicators {
  position: relative;
  height: 450px; /* keep your existing height */
   overflow: visible !important;
}

.carousel-inner {
  position: relative;
  padding-bottom: 90px; /* reserve space for indicators */
   min-height: 400px; /* or some value to ensure content shows */
}

.carousel-indicators {
  position: absolute;
  bottom:20px;  /* adjust so it's below the text */
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

 .carousel-indicators li::before,
.carousel-indicators li::after {
    content: none !important;
}

.carousel-indicators li {
  list-style-type: none;
  font-size: 0;
}

.carousel-indicators .active {
    background-color: #bd2130;  /* active line color */
}


.active li{
    background-color: #086427;
}

.slides {
    max-height: 500px;
    max-width: 243px;
}

#leonde {
    
        font-family: 'Potta One', sans-serif;
        font-weight: 200;
        font-size: 20px;
        color: black;
        padding-right: 1rem, .5rem;
                
    
}


.nav {
    font-family: 'Potta One', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgb(204, 237, 250);
    padding-right: 1rem, .5rem;
    

    
}
.navbar-toggler {
    border-color: #ffffff; 
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight:315;
    justify-content: space-around;
    
}
.navbar-light .navbar-nav .nav-link:hover {color:rgb(247, 69, 25); }

.navbar-collapse {
    flex-grow: 0;
    font-size: 13.5px;
    
}
/* to make text in projects pages nav white*/

 .nav-link {
        color: #ffffff !important; /* Ensures it overrides Bootstrap */
    }
    .nav-link:hover {
        color: #cccccc !important; /* Optional: Lighter color on hover */
    }

.container {
    max-width: 1300px;
}


.nav-item {
    padding: .450em 12px .250em;
    min-height: 3em;
}

/* leave #id here because classes ocerride them */

#graph {
	
	font-size: 1rem;
   /* color: #606062;
    padding-left: 2rem;
    letter-spacing: 3px;
	size: 10px; */
    font-family: 'Raleway' ;
	font-weight: bold;
   justify-self: center;
   
   align-self: center;
   margin: 0;
	padding: 0;
	/*display: flex;*/
  overflow: hidden;
}
.smoky {
	list-style:disc;
	color: white;
	/*font-size: 100px;*/
	font-weight: bold;
	letter-spacing: 13px;
	transition: 1.5s;
}

#graph:hover .smoky {
	
	opacity: 0;
	filter: blur(20px);
}

#graph:hover .smoky:nth-child(1) {
    transform: rotate(45deg) translateY(-200px);
	transition-delay: 0;
}

#graph:hover .smoky:nth-child(2) {
    transform: rotate(-45deg) translateY(200px);
	transition-delay: 0.4s;
}

#graph:hover .smoky:nth-child(3) {
    transform: rotate(85deg) translateY(-200px);
	transition-delay: 0.8s;
}

#graph:hover .smoky:nth-child(4) {
    transform: rotate(-85deg) translateY(200px);
	transition-delay: 1.2s;
}

#graph:hover .smoky:nth-child(5) {
    transform: rotate(180deg) translateY(-200px);
	transition-delay: 1.6s;
}

#graph:hover #design {
    
    transition-delay: 2s;
}

@media (max-width: 576px) {
  #graph ul {
    
    align-items: center;
    width: 100% !important;
  }

  #graph span {
    display: inline-block;
    margin-bottom: 10px;
  }

  #myfont {
    
    align-items: center !important;
    text-align: center;
    width: 100% !important;
  }

  #myfont > div {
    margin-bottom: 10px;
  }
}


/* GRADIENT BORDER! ----------------------- */
#box {
   
    color: white;
    width: 95%;
    height: auto;
    
  }

  .gradient-border {
    --borderWidth: 3px;
    background: linear-gradient(#002333, #003854) ;
    position: relative;
    border-radius: var(--borderWidth);
  }
  .gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #f50045, #928f92, #5073b8, #1098ad, #07b39b, #f5f8f6);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
  
  
  @keyframes animatedgradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  

  /*----------------------------------------*/
  
  
  @include media-breakpoint-up(sm) {
	#graph {
	  font-size: 1.2rem;
	}
  }
  
  @include media-breakpoint-up(md) {
	#graph {
	  font-size: 1.5rem;
	}
  }
  
  @include media-breakpoint-up(lg) {
	#graph {
	  font-size: 1.8rem;
	}
  }


#project {

    font-size: 1.2rem;
    
}
#myfont {
    font-size: 1.8rem;
    color: #97fdec; 
	size: 10px;
    font-family:  'Raleway' ; /* 'MyFont' */
   justify-self:center;
   letter-spacing: 3px;
   text-decoration: none;

}


.dropdown-menu {

    background-color: transparent;
}
/*
.dropdown-item:hover {
    background-color: rgb(255, 191, 52);
}
*/


.page-holder {
    min-height: 100vh;
   /* overflow: hidden;*/
  }
  
.bg-cover {
    background-size: cover !important;
    opacity: 90%;
    overflow: hidden; /*HERE it helps for elements NOT to show the white space beyond cover- even if the go beyond*/
  }


.hg {
    width: 30%;
   /* border: 7px solid brown;
    border-radius: 25px; */
}


#lolli {
    width: 11%;
}


#hg{
    width: 6%;
}


#news {
    font-family: 'Potta One', sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    color: rgb(255, 191, 52);
    padding-right: 30px;
    padding-left: 5px;
    
}

#news:hover{
    border-color: #f1ff5c;
    color: #f7fcc5;
    box-shadow: -0.5em -0.6em 0.7em -0.35em  #f1ff5c; /*offsetX , offsetY , blur , sprsead , color*/
    box-shadow: -0.3em 0.4em 0.8em 0.55em  #7cf8ee;
    translate: 0.5em 0.40em;
    transition-duration: 0.4s;
    rotate: 50deg;
    cursor: pointer;
    border-radius: 35% 0%;
   text-decoration: none; 
    

}


#nav_b {
    background-color: #2f2f2f;
    font-family: 'Potta One', sans-serif;
}

.card {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
  /*  width: 300px;
    height: 400px;
    background-color: black;
    box-shadow: 0px 30px 30px rgba(0,0,0,0.5);
    
    */
  }
  
  .content {
   position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: transparent;
    left: 10%;
    text-align: left;
    transition: 1s;
    overflow: hidden;
  }
    
  .sitel {
    text-decoration: none;
    background-color:transparent;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans';
    line-height: 2;
    padding: 2px 5px;
    display: list-item;
    margin-top: 5px;
   /* transition: 0.5s;*/
   left: 20%;
    opacity: 0;
    box-shadow: 25px 10px 13px -3px rgba(0,0,0,0.5);
    transition: .25s;
  }
  .sitel:hover {
  transform: translateY(10px);
    box-shadow: 50px 30px 35px -5px rgba(0,0,0,0.5);
    color: rgb(57, 255, 255);
    
  }
  
  .sitel:active {
    transform: translateY(-1px);
    box-shadow: 30px 10px 15px 0px rgba(0,0,0,0.5);
  }
  
  .card:hover .content {
    height: 100%;
    width: 100%;
    transform: translateY(80px) translateX(5%);
    
  /*  left: -10%;*/
  }
  
  
  .card:hover .sitel {
    opacity: 1;
    transition-delay: .25s;
    transform: translateX(-5%);
  }
  
  .imgbox {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }
  
  #websites {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    /*width: 100%;*/
    height:250px;
    object-fit: cover;
    transition: 0.25s;
  }
  
  .card:hover #websites {
    opacity: 0;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  }
  
#btn18 {
    background-color: transparent;
    border: none;
    position: relative;
    /*width: 200px;*/
    height: 80px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    color: white;
    font-size: 20px;
    letter-spacing: 8px;
    z-index: 1;
    overflow: hidden;
  }
  
  #btn18:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.5s;
  }
  
  #btn18:hover:before {
    left: 0;
  }
  
  #btn18:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.5s;
  }
  
  #btn18:hover:after {
    right: 0;
  }
  
  #b18:before {
    content: "";
    position: absolute;
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: white;
    transition: all 0.5s;
  }
  
  #btn18:hover #b18:before {
    top: 0;
  }
  
  #b18:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: white;
    transition: all 0.5s;
  }
  
  #btn18:hover #b18:after {
    bottom: 0;
  }

  /* bubbles animation*/
  .box {
    position: absolute;
    top: 80%;
    left: 45%;
    width: 10px;
    height: 10px;
    border: 1px white; /*1px solid #003298;*/
    border-radius: 50%; /* added radius to make circles*/
    animation: boxes 10s ease-in infinite;
    transform: scale(0);
  }
  
  /* added class gradient-border and changed border color to white - but the result is different but more beautiful - rotating linear bg - like 3d bubbles*/
  .bubbles {
    --borderWidth: 3px;
    background: linear-gradient(#002333, #003854) ;
    position: absolute;
    border-radius: 50%;
  }
  .bubbles:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    border-color: linear-gradient(60deg, #f79533, #f37055, #f50045, #928f92, #5073b8, #1098ad, #07b39b, #f5f8f6);
    border-radius: calc(2 * var(--borderWidth));
    z-index: 1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
  
  
  @keyframes animatedgradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  
  .box:nth-child(2) {
    top: 40%;
    left: 25%;
    
    animation-delay: 9s;
  }
  
  .box:nth-child(3) {
    top: 85%;
    left: 85%;
    animation-delay: 2s;
   /* border-color: red;*/
  }
  
  .box:nth-child(4) {
    top: 10%;
    left: 88%;
    /*border-color: red;*/
    animation-delay: 8s;
  }
  
  .box:nth-child(5) {
    top: 45%;
    left: 10%;
    animation-delay: 6s;
    /*border-color: red;*/
  }
  
  .box:nth-child(6) {
    top: 10%;
    left: 15%;
    
    animation-delay: 4s;
  }
  .box:nth-child(7) {
    top: 70%;
    left: 85%;
    
    animation-delay: 2s;
  }
  .box:nth-child(8) {
    top: 90%;
    left: 10%;
    
    animation-delay: 3s;
  }
  
  .box:nth-child(9) {
    top: 50%;
    left: 75%;
    
    animation-delay: 1s;
  }

  @keyframes boxes {
    0% {
      transform: scale(0) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: scale(15) rotate(960deg);
      opacity: 0;
    }
  }