*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    text-align: center;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #161619;

    position: relative; /* This makes the div the reference for absolutely positioned children */
}

/* uiverse.io */
.button_01 {
    padding: 21px 35px;
    border-radius: 10px;
    border: 0;
    background-color: rgb(52, 152, 219);
    letter-spacing: 1.5px;
    font-size: 19px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: rgb(41, 128, 185) 0px 10px 0px 0px;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    text-decoration: none;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
  }
  
  .button_01:hover {
    box-shadow: rgb(41, 128, 185) 0px 7px 0px 0px;
  }
  
  .button_01:active {
    background-color: rgb(52, 152, 219);
    /*50, 168, 80*/
    box-shadow: rgb(41, 128, 185) 0px 0px 0px 0px;
    transform: translateY(5px);
    transition: 200ms;
  }

  .button_02 {
    padding: 25px 35px;
    border-radius: 11px;
    border: 0;
    background-color: #673bb7;
    letter-spacing: 1.5px;
    font-size: 19px;
    font-weight: bold;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    text-decoration: none;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
  }
      
  /* uiverse.io */

.shit{
    text-align: center;
    padding-top: .5cm;
    padding-bottom: 1cm;
    font-weight: bold;
    color: rgb(17, 17, 17);
    font-size: 36px;
    font-family: 'Roboto', sans-serif;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
}

.home-text{
    text-align: center;
    color: #ecf0f1;
    padding-top: 0.9cm;
    font-size: 35px;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
    margin-bottom: 1.5cm;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
}

.button {
    background-color: rgb(17, 17, 17);;
    border: none;
    color: white;
    padding: 15px 32px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;

}

.home-button{
    margin: auto;
    width: 46.5%;
    height: 25px;
    padding: 30px;
    /*background-color: DodgerBlue;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.btn_x {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 29px 35px;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px;
}

.btn_m {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 15px 35px;
  font-size: 19px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 17px;
  border-radius: 15px;

  /*position*/
    position: absolute;
    bottom: 19px; /* distance from bottom of the .project-app div */
    left: 50%;
    transform: translateX(-50%);
}

.btn_m_footer {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 15px 35px;
  font-size: 19px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 17px;
  border-radius: 15px;
}

.cube-container{
    margin: auto;
    padding-top: 79px;

    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*.shit-box{
    padding-top: .8cm;
    border: 1px solid #4CAF50;
}*/

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 18vh;
    background-color: #161619;
    font-family: 'Roboto', sans-serif;
}

.logo{
    height: 100px;
    width: 100px;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 30%;
}
.nav-links li{
    list-style: none;
}
.nav-links a{
    color: rgb(236, 240, 241);
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 22px;
}

.nav-links a:hover{
    color: #673BB7;
}

.gameImg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .3cm;
    
    width: 100px;
    height: 100px;

    clip-path: circle(50% at 50% 50%);
}

.gameText{
    color: rgb(65, 65, 65);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 1cm;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13vh;
    background-color:rgba(17, 17, 17, 0);
    color: white;
    text-align: left;   
    text-justify: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.foot-txt{
    color: #000000;
    font-size: medium;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: .2cm;
    padding-left: .2cm;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;  
}

/* YouTube & Google Play Buttons */
.container {
  position: relative;
  width: 313px;
  /*  choose your size */
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  /*background-color: #2ecc71;*/
}

.container button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: #27272C;
  transition: 0.3s;
  cursor: pointer;
}

.icon {
  width: 35px;
  height: 35px;
  fill: #fff;
  margin-bottom: -33px;
}

.container button:nth-child(1):hover {
  background-color: #cd242b;
}

.container button:nth-child(2):hover {
  background-color: #2ecc71;
}

.container button:nth-child(3):hover {
    background-color: #0A66C2;
}

.title {
  color: gray;
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  top: -35px;
  left: 0;
}

.hire_container{
  background-color: #86888a00;
  border: 2px solid #ffffff00;
  border-radius: 15px;
  width: 409px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 35px;
}

.hireME_h2 {
  font-size: 25px;
  font-weight: 300;
  color: rgb(236, 240, 241);
  margin-top: 25px;
  margin-bottom: -15px;
  font-family: 'Roboto', sans-serif;
}

/* Projects Section */
.projects {
  margin: 40px 20px;
  /*background-color: #2ecc71;*/

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px; /* Add space between project cards */
}

.projects_h2 {
  font-size: 25px;
  font-weight: 600;
  color: rgb(236, 240, 241);
  margin-top: 25px;
  margin-bottom: -15px;
  font-family: 'Roboto', sans-serif;
}

.project {
  display: inline-block;
  background-color: #ecf0f1;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 400px;

  /*box-sizing: border-box;*/
}

.project-app {
  display: inline-block;
  background-color: #ecf0f1;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 400px;

  position: relative; /* This makes the div the reference for absolutely positioned children */

  /*box-sizing: border-box;*/
}

.project-game {
  display: inline-block;
  background-color: #ecf0f1;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 400px;

  position: relative; /* This makes the div the reference for absolutely positioned children */

  /*box-sizing: border-box;*/
}

.project-web {
  display: inline-block;
  background-color: #ecf0f1;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  max-width: 400px;

  position: relative; /* This makes the div the reference for absolutely positioned children */

  /*box-sizing: border-box;*/
}

.project-image {
  background-color: #ecf0f1;
  height: 205px;
  margin-bottom: 10px;
  border-radius: 15px;
  line-height: 150px;
  font-size: 14px;
  color: #555555;

  position: relative;
  /*display: inline-block;*/
}

.projectImg{
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: .3cm;*/
  
  width: 99%;
  height: auto;

  border-radius: 11px;
  /*clip-path: circle(50% at 50% 50%);*/

  /*border: 3px solid #4CAF50;*/
}

.project-info{
  margin-bottom: 69px;
}

.project-info h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  margin: 10px 0;
  color: #191916;
}

.project-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #191916;

  /*limits*/
  display: -webkit-box;
  /*line-clamp: 3;*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_footer {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #ecf0f180;
  margin-top: 25px;
  margin-bottom: 15px;
}

.filter-container{
  /*background-color: #555555;*/
  align-items: center;
  margin: auto;
  margin-top: 25px;
  margin-bottom: -19px;

}

.filter-container .btn_x{
  background-color: #1E1E21;
  padding: 9px 15px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: normal;
  font-size: 19px;
}

/*image magnify - start*/
.magnify-icon {
  position: absolute;
  bottom: 9px;
  right: 7px;
  background: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 0.75);
  padding: 9px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 19px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 0px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
/*image magnify - end*/

/**/

@media screen and (max-width:1000px){
    .nav-links{
        width: 50%;
    }
}

@media screen and (max-width:768px){
    body{
        overflow-x: hidden;
    }
    
    .nav-links a{
        font-size: 14px;
    }
    .nav-links{
        width: 60%;
    }

    nav{
        min-height: 14vh;
    }

    .home-text{
        padding-top: 0.75cm;
        margin-left: 0.5cm;
        margin-right: 0.5cm;
        margin-bottom: 1.5cm;
        font-size: 29px;
    }
    .home-button{
        margin: auto;
        margin-top: -25px;
        width: 100%;
        
        /*display: flex;
        flex-direction: column;
        gap: 37px; */
    }
    .footer{
        height: 11vh;
    }
    .foot-txt{
        color:#000000;
        padding-top: .2cm;
        padding-left: .2cm;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;

        -webkit-user-select: none;  /* Chrome all / Safari all */
        -moz-user-select: none;     /* Firefox all */
        -ms-user-select: none;      /* IE 10+ */
        user-select: none;  
    }

    .cube-container{
        margin: auto;
        padding-top: 125px;
    
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .project-image {
      height: 169px;
      margin-bottom: 10px;
      border-radius: 11px;
      line-height: 150px;
      font-size: 14px;
      color: #555555;
    }
    
    .projectImg{
      /*display: block;*/
      margin-left: auto;
      margin-right: auto;
      /*margin-bottom: .3cm;*/
      
      width: 99%;
      height: auto;
    
      border-radius: 11px;
      /*clip-path: circle(50% at 50% 50%);*/
    }

    .wwweb{ /*web filter button*/
      margin-top: 15px;
    }

    .hire_container{
    width: 309px;
    }
}