@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*!
 * Start Bootstrap - Agency Bootstrap Theme (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


 
 :root {
    --font-family: 'Gemunu Libre', cursive;
    --maincolor: #fbff00;
    --neonshadowcolor: 0 0 20px #b701ff;
    --neoncolor: #eb50ff;
  }






 body{
    background: rgb(0,17,48);
    background-image: url("images/bg.png");
    
}

.one {
  width: 300px;


    /* background: rgb(56,47,106);
    background: radial-gradient(circle, rgba(56,47,106,1) 0%, rgba(12,11,22,1) 100%); */
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  @media screen and (max-width:900px){
    body{
    padding-top: 30px;
    }
  }

  @media screen and (max-width:560px){
    body{
    padding-top: 60px;
    }
  }




 .toplogo{
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

 


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: var(--maincolor);
}

a:hover,
a:focus,
a:active,
a.active {
    color: var(--maincolor);
}


.img-centered {
    margin: 0 auto;
}


.btn-primary {
    border-color: var(--maincolor);
    text-transform: uppercase;
    font-family: var(--font-family);
    font-weight: 700;
    color: #fff;
    background-color: var(--maincolor);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: var(--maincolor);
    color: rgb(0, 0, 0);
    background-color: var(--maincolor);
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: var(--maincolor);
    background-color: var(--maincolor);
}

.btn-primary .badge {
    color: var(--maincolor);
}


.navbar-default {
    border-color: transparent;

}


.navbar-default .navbar-brand {
  color: var(--maincolor);
  font-family: var(--font-family);
  font-weight: 600;
	font-size: 5rem;
    text-transform: uppercase;
  padding-left: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.nav{
  padding-right: 50px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #066ff0;
}

.navbar-default .navbar-collapse {
    border-color: black;
}

.navbar-default .navbar-toggle {
    border-color: var(--maincolor);
    background-color: var(--maincolor);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(0, 0, 0);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: var(--maincolor);
}

.navbar-default .nav li a {
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
    text-transform: uppercase;
    font-family: var(--font-family);
    font-weight: 400;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: var(--maincolor);
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: rgb(0, 0, 0);
    background-color: var(--maincolor);
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgb(0, 0, 0);
    background-color: var(--maincolor);
}


.navbar{
  font-family: var(--font-family);
}

.navbar-default.navbar-shrink {
    background-color: rgba(0, 0, 0, 0.35);
}

@media screen and (max-width:900px) {
  .navbar-default .navbar-brand {
    font-weight: 100;
    font-size: 3rem;
    padding-left: 10px;

  }
}
@media screen and (min-width:768px) {

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default {
        font-size: 3rem;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
 
    }

    .navbar-default.navbar-shrink {
        font-size: 1.8em;
    }
}




/*---------------------------*/









.hero {
	height: 900px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-style: bold;
	font-display: swap;
	font-family: var(--font-family);
    color: #ffffff;
}

@media screen and (min-width: 10px){
  .hero {
    height: 100vh;
    min-height: 100vh;
  }
}

.heading {
	font-size: 7rem;
  font-weight: 800;
	display: inline;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.myjob{
  font-size: 5rem;
  font-weight: 500;
  color: #fbff00;
  margin-bottom: 15px;
}

.paragraph {
  font-weight: 500;
	font-size: 3.5rem;
	padding-top: 1rem;
	display: inline;
}

.leftSection {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 7rem;
	flex: 1;
}



.borderhero{
    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: double;
    border-width: 5px;
    border-color: var(--neoncolor);
    box-shadow: var(--neonshadowcolor);
    margin-left: 70px;
}

@media screen and (max-width: 1500px){
    .borderhero{
        margin-left: 40px;
    }
}

@media screen and (max-width: 1300px){
    .borderhero{
        margin-left: 0px;
    }
}


/* .contactbut{
    margin-top: 15px;
}


.contact-button {
	align-self: flex-start;
    border-style: solid;
    border-color: var(--maincolor);
    border-width: 5px;
	*background-color: var(--maincolor);
	color: rgb(0, 0, 0);
	font-size: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.4rem;
	padding-bottom: 0.25rem;
	margin-bottom: 2rem;
}

.contact-button:hover {
  font-weight: 500;
  color: #cbe2ff;
    cursor: pointer;
	background-color: #0d2b50;
  text-decoration: none;
}

 */


/*-----------Contact Me-----------*/
  
  
  
  
  


.cybr-btn {
    --primary: yellow;
    --shadow-primary: rgb(255, 0, 0);
    --primary-hue: 0;
    --primary-lightness: 50;
    --color: black;
    --font-size: 26px;
    --shadow-primary-hue: 180;
    --label-size: 9px;
    --shadow-secondary-hue: rgb(0, 26, 255);
    --shadow-secondary: rgb(0, 81, 255);
    --clip: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);;
    --border: 4px;
    --shimmy-distance: 5;
    --clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
    --clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
    --clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
    --clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
    --clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
    font-family: var(--font-family);
    color: var(--color);
    cursor: pointer;
    background: transparent;
    text-transform: uppercase;
    font-size: var(--font-size);
    outline: transparent;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    border: 0;
    min-width: 300px;
    height: 75px;
    line-height: 75px;
    transition: background 0.2s;
  
  }
  
  .cybr-btn:hover {
    --primary: yellow;
  }
  .cybr-btn:active {
    --primary: rgb(255, 255, 0);
  }
  
  .cybr-btn:after,
  .cybr-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: var(--clip);
            clip-path: var(--clip);
    z-index: -1;
      align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
  }
  
  .cybr-btn:before {
    background: var(--shadow-primary);;
  }
  
  .cybr-btn:after {
    background: var(--primary);
  }
  
  
  .cybr-btn__glitch {
    position: absolute;
    top: calc(var(--border) * -1);
    left: calc(var(--border) * -1);
    right: calc(var(--border) * -1);
    bottom: calc(var(--border) * -1);
    background: var(--shadow-primary);
    text-shadow: 2px 2px var(--shadow-primary), -2px -2px var(--shadow-secondary);
    -webkit-clip-path: var(--clip);
            clip-path: var(--clip);
    -webkit-animation: glitch 2s infinite;
            animation: glitch 2s infinite;
    display: none;
  }
  
  .cybr-btn:hover .cybr-btn__glitch {
    display: block;
  }
  
  .cybr-btn__glitch:before {
    content: '';
    position: absolute;
    top: calc(var(--border) * 1);
    right: calc(var(--border) * 1);
    bottom: calc(var(--border) * 1);
    left: calc(var(--border) * 1);
    -webkit-clip-path: var(--clip);
            clip-path: var(--clip);
    background: var(--primary);
    z-index: -1;
  }
  
  @-webkit-keyframes glitch {
    0% {
      -webkit-clip-path: var(--clip-one);
              clip-path: var(--clip-one);
    }
    2%, 8% {
      -webkit-clip-path: var(--clip-two);
              clip-path: var(--clip-two);
      transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    6% {
      -webkit-clip-path: var(--clip-two);
              clip-path: var(--clip-two);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    9% {
      -webkit-clip-path: var(--clip-two);
              clip-path: var(--clip-two);
      transform: translate(0, 0);
    }
    10% {
      -webkit-clip-path: var(--clip-three);
              clip-path: var(--clip-three);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    13% {
      -webkit-clip-path: var(--clip-three);
              clip-path: var(--clip-three);
      transform: translate(0, 0);
    }
    14%, 21% {
      -webkit-clip-path: var(--clip-four);
              clip-path: var(--clip-four);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    25% {
      -webkit-clip-path: var(--clip-five);
              clip-path: var(--clip-five);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    30% {
      -webkit-clip-path: var(--clip-five);
              clip-path: var(--clip-five);
      transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    35%, 45% {
      -webkit-clip-path: var(--clip-six);
              clip-path: var(--clip-six);
      transform: translate(calc(var(--shimmy-distance) * -1%));
    }
    40% {
      -webkit-clip-path: var(--clip-six);
              clip-path: var(--clip-six);
      transform: translate(calc(var(--shimmy-distance) * 1%));
    }
    50% {
      -webkit-clip-path: var(--clip-six);
              clip-path: var(--clip-six);
      transform: translate(0, 0);
    }
    55% {
      -webkit-clip-path: var(--clip-seven);
              clip-path: var(--clip-seven);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    60% {
      -webkit-clip-path: var(--clip-seven);
              clip-path: var(--clip-seven);
      transform: translate(0, 0);
    }
    31%, 61%, 100% {
      -webkit-clip-path: var(--clip-four);
              clip-path: var(--clip-four);
    }
  }
  
  @keyframes glitch {
    0% {
      -webkit-clip-path: var(--clip-one);
              clip-path: var(--clip-one);
    }
    2%, 8% {
      -webkit-clip-path: var(--clip-two);
              clip-path: var(--clip-two);
      transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    6% {
      -webkit-clip-path: var(--clip-two);
              clip-path: var(--clip-two);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    9% {
      -webkit-clip-path: var(--clip-two);
              clip-path: var(--clip-two);
      transform: translate(0, 0);
    }
    10% {
      -webkit-clip-path: var(--clip-three);
              clip-path: var(--clip-three);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    13% {
      -webkit-clip-path: var(--clip-three);
              clip-path: var(--clip-three);
      transform: translate(0, 0);
    }
    14%, 21% {
      -webkit-clip-path: var(--clip-four);
              clip-path: var(--clip-four);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    25% {
      -webkit-clip-path: var(--clip-five);
              clip-path: var(--clip-five);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    30% {
      -webkit-clip-path: var(--clip-five);
              clip-path: var(--clip-five);
      transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    35%, 45% {
      -webkit-clip-path: var(--clip-six);
              clip-path: var(--clip-six);
      transform: translate(calc(var(--shimmy-distance) * -1%));
    }
    40% {
      -webkit-clip-path: var(--clip-six);
              clip-path: var(--clip-six);
      transform: translate(calc(var(--shimmy-distance) * 1%));
    }
    50% {
      -webkit-clip-path: var(--clip-six);
              clip-path: var(--clip-six);
      transform: translate(0, 0);
    }
    55% {
      -webkit-clip-path: var(--clip-seven);
              clip-path: var(--clip-seven);
      transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }
    60% {
      -webkit-clip-path: var(--clip-seven);
              clip-path: var(--clip-seven);
      transform: translate(0, 0);
    }
    31%, 61%, 100% {
      -webkit-clip-path: var(--clip-four);
              clip-path: var(--clip-four);
    }
  }
  
  .cybr-btn:nth-of-type(2) {
    --primary-hue: 260;
  }
  
  .cybr-btn-border{
    width: 300px;
    height: 75px;
    background-color: black;
    position: relative;
    color: black;
    -webkit-clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);
            clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);
  }











/*--------------------------------*/




.social-links-hero {
	font-size: 4rem;
	color: rgb(20, 59, 20);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.social-links-hero .icon {
  color: #1e5daa;
  width: 4.1rem;
	height: 4.1rem;
	/* background-color: rgb(245, 245, 245);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
  box-shadow: #222 1px 1px 3px; */
	margin-right: 0.5rem;
	cursor: pointer;
  text-decoration: none;
  
}

.social-links-hero .icon:hover {
	/* background-color: rgb(0, 0, 0); */
	color: #0d2b50;
}

.rightSection {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
    
}

.person_image {
	/* width: 50rem;
	height: 50rem;
	border-radius: 0;
	object-fit: cover;
    object-position: center; */
	*width: 20%;
    min-width: 300px;
	height: auto;
    max-width: 100%;
	object-fit: cover;
	object-position: center;
	flex: 1;
}

@media screen and (max-width: 700px){
    .person_image {
        border: 5px solid var(--neoncolor);
        box-shadow: var(--neonshadowcolor);
    }
}

/* @media screen and (max-width: 600px){
    .person_image {
        width: 30rem;
        height: 30rem;
    }
} */

@media screen and (max-width: 1000px) {
  .heading {
    font-weight: 800;
    font-size: 4.5rem;
    display: inline;
    margin-bottom: 0px;
  }

  .myjob{
    font-weight: 800;
    font-size: 3.5rem;
  }

  .paragraph {
    font-weight: 500;
    font-size: 2.5rem;
    margin-top: 0rem;
    display: inline;
  }

}


@media screen and (max-width: 580px) {
  .heading {
    font-weight: 500;
    font-size: 4rem;
    display: inline;
  }

  .myjob{
    font-size: 3rem;
    font-weight: 500;
  }

  .paragraph {
    font-weight: 50000;
    font-size: 2.2rem;
    margin-top: 0rem;
    display: inline;
  }

  .leftSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    flex: 1;
  }
}






.breakline{
    width: 90%;
    border-width: 3px;
    margin-bottom: -10px;
    transform: translateY(-20px);
    border-color: var(--neoncolor);
    box-shadow: var(--neonshadowcolor);
}





@media screen and (max-width: 700px){
    .breakline{
    width: 0%;
    }
}















/*-----------------*/



@media screen and (max-width: 1025px){
    .popup{  
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      ;
	  }
}
@media screen and (min-width: 1025px){
  .popup{  
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    
	}
}
.popup img{
    cursor: pointer;
}
.imageshow{
    z-index: 999;
    display: none;
    object-fit: scale-down;
}
.imageshow .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
}
.imageshow>.img-show{
    width: auto;
    height: auto;
    max-height: 85%;
    object-fit: scale-down;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden
  }
.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    text-shadow: 0.5px 0.5px #ffffff;
    font-size: 25px;
    font-family: var(--font-family);
    font-weight: 10px;
}

/*End style*/

.img-show img{
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    *position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 700px) {

  .show .img-show{
    width: 99%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
  }
  .img-show img{
    width: 0%;
    height: 0%;
  }
  .img-show span{
    display: none;
  }
  .imageshow .overlay{
    display: none;
  }
}

/*-----------------*/


.gallerytext, .skillstext{
  padding-top: 50px;
  margin-bottom: 30px;
  text-align:center;
  text-decoration: underline;
  text-decoration-color:#fbff00;
  font-size: 6rem;
  background: -webkit-linear-gradient(#fbff00, #fbff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family);
}

@media screen and (max-width: 700px) {
  .gallerytext{
    font-size: 3.5rem;
  }
}
.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: grayscale(0);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s linear;
}

.column img:hover {
  filter: grayscale(1) brightness(0.5);
}

@media screen and (max-width: 700px) {
  .column {
    *flex: 100%;
    *min-width: 100%;
    padding: 0 1px;
  }
  .column img {
    filter: grayscale(0) brightness(1);
  }
  .column img:hover {
    filter: grayscale(0) brightness(1);
  }
  .column img {
    margin-top: 2px;
  }
}





/*-----------------*/
/*skills*/
:root {
  --primary: #efeada;
  --secondary: lightblue;
  --dark: #000000;
  --light: #f7f7f7;
  --shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; ;
}



.skillsection {
  padding-bottom: 30px;
  text-align: center
  
}
.skillcontainer {
  max-width: 1200px;
  margin: auto;
  margin-left: 20%;
  margin-right: 20%;
}
/* 
.grid-row {
  cursor: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 250px));
  grid-gap: 40px 100px;
  justify-content: center;
  align-items: baseline;
}

.grid-row .grid-item span {
  color: black;
  *padding-bottom: 10px;
}
.grid-row .grid-item h3 {
  font-family: 'Staatliches', cursive;

  font-size: 30px;
  *margin-bottom: 0;
}
*/
.grid-row .grid-item {
  border-radius: 10px;
  height: 250px;
  transition: filter 0.5s ease;
  display: flex;
  background: #fafafa;
  box-shadow: var(--shadow);
  color: var(--dark);
  text-align: center;
  flex-direction: column-reverse;
  align-items: stretch;
} 

.grid-row .grid-item h3 {
  font-family: var(--font-family);
  font-size: 30px;
  margin-bottom: 20px;
}

.skillcard{
  text-align: center;
  width: 220px;
  padding-bottom: 20px;
  margin: 10px;
}

.grid-row {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.grid-row img {
  padding-top: 10px;
  padding-bottom: 30px;
  max-height: 150px;
  object-fit: contain;
}


@media screen and (max-width: 800px) {
  .skillsection {
    padding: 70px 30px;
  }
  .skillcontainer {
    max-width: 1200px;
    margin: auto;
  }
  .grid-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    /* cursor: auto;
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(100px, 120px));
    grid-gap: 30px 20px;
    justify-content: center;
    align-items: baseline; */
  }

  .skillcard{
    text-align: center;
    width: 130px;
    
  }

  .grid-row .grid-item span {
    color: black;
    *padding-bottom: 10px;
  }
  .grid-row .grid-item h3 {
    font-family: var(--font-family);
    font-size: 15px;
    margin-bottom: 10px;
  }

  .grid-row .grid-item {
    font-family: var(--font-family);

    border-radius: 10px;
    height: 120px;
    transition: filter 0.5s ease;
    display: flex;
    background: #fafafa;
    box-shadow: var(--shadow);
    color: var(--dark);
    text-align: center;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .grid-row img {
    padding-bottom: 0px;
    padding-top: 25px;
    max-height: 80px;
    object-fit: contain;
  }
} 

/*-----------------*/







.footer-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: rgb(24, 25, 26);
	gap: 4rem;
}

.footer-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0.5rem;
}

.footer-left .name {
	font-size: 4rem;
	font-weight: bold;
  color:rgb(253, 246, 255);
}

.footer-left .copyright {
	font-size: 1.3rem;
  color: rgb(168, 158, 43);
}

.footer-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0.25rem;
}

.footer-middle .header {
	font-size: 2.5rem;
	font-weight: bold;
  color: rgb(253, 246, 255);
}

.footer-right .header {
	font-size: 2.5rem;
	font-weight: bold;
  color: rgb(253, 246, 255);
}

.footer-middle a {
	font-style: normal;
	text-decoration: none;
	color: rgb(255, 251, 202);
	font-size: 2rem;
	gap: 0.5rem;
	cursor: pointer;
}

.footer-middle a:hover {
	color: rgb(255, 234, 0);
}

.footer-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
}

.social-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 3rem;
}

.social-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
}

.social-link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-style: normal;
	text-decoration: none;
	color: rgb(255, 251, 202);
	font-size: 2rem;
	gap: 0.5rem;
}

.icon{
  height: 3rem;
}

.social-link:hover {
	cursor: pointer;
	color: rgb(255, 234, 0);
  text-decoration: none;
}

@media screen and (min-width: 200px) {
	.footer-left {
		width: 100%;
	}
}

@media screen and (min-width: 1000px) {
	.footer-left {
		width: auto;
	}

	.footer-container {
		padding-left: 10%;
		padding-right: 10%;
	}
}


  
  
  
  .icon-bar {
    
    color: rgb(176, 0, 211);
   position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -7rem;
    padding: 0;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: rgb(255, 251, 0);
    font-size: 30px;
  }
  
  .icon-bar a:hover {
    background-color: #890096;
    color: #ffffff;
  }
  
  .iconhero{
    
  }

  
  @media screen and (max-width: 1000px){
  .icon-bar {
    margin-left: 0rem;
    justify-content: center;
    align-items: center;
    display: flex;
    color: black;
    position: static;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  }
  