@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+25&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

main {
    margin: 40px;
}

h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

.button_container {
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    padding: 20px;
    width: 300px;
    height: 300px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}



a#btn_spotify {
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    margin: auto;
    margin-top: 100px;
    padding: 10px 40px 0 40px;
    background-color: #2ebd59;
    border: 2px solid #2ebd59;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s;
}

a#btn_spotify:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}

a#btn_amazon {
    display: block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50px;
    margin: auto;
    margin-top: 75px;
    padding-top: 8px;
    background-color: #232f3e;
    color: #fff;
    text-align: center;
    font-size: 60px;
    transition: all .2s;
}

a#btn_amazon:hover {
    background-color: #fc9a18;
}

a#btn_twitter {
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: auto;
    margin-top: 105px;
    padding: 10px 30px 0 30px;
    background-color: #56cdf1;
    color: #fff;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a#btn_twitter:hover {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ebfec+0,28a5cb+100 */
    background: rgb(46, 191, 236);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(46, 191, 236, 1) 0%, rgba(40, 165, 203, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(46, 191, 236, 1) 0%, rgba(40, 165, 203, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(46, 191, 236, 1) 0%, rgba(40, 165, 203, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebfec', endColorstr='#28a5cb', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}

a#btn_indiegogo {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    padding: 8px 16px;
    background-color: #fff;
    color: #eb1478;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -2px;
    transition: all .2s;
}

a#btn_indiegogo:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #eb1478;
    transition: all .5s;
}

a#btn_indiegogo:hover {
    color: #fff;
}

a#btn_indiegogo:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a#btn_indiegogo span {
    position: relative;
    z-index: 10;
}

/* FACEBOOK */
.facebook-button {
    display: inline-block;
    padding: 15px 30px;
    position: relative;
    margin: auto;
    margin-top: 100px;
    background-color: #1877F2;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    border-radius: 8px; 
    transition: background-color 0.3s ease;
    font-size: 20px;
    letter-spacing: 1px;
  }
  
  .facebook-button:hover {
    background-color: #2d4373;
  }
  
  .facebook-button i {
    margin-right: 10px;
  }
  
  /* Animation */
  .facebook-button:hover i {
    animation: bounce 0.5s infinite alternate;
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-5px);
    }
}

/* THE NEW YORKER*/
.new-yorker-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fff; 
    color: #000; 
    text-decoration: none;
    font-family: Arial, sans-serif;
    border: 2px solid #000; 
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 100px;
  font-size: 20px;
  }
  
  .new-yorker-button:hover {
    background-color: #000; 
    color: #fff; 
  }
  
  .new-yorker-button i {
    margin-right: 10px;
  }
  
  /* Animation */
  .new-yorker-button:hover i {
    animation: shake 0.5s ease-in-out infinite alternate;
  }
  
  @keyframes shake {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(5px);
    }
  }

/*PASTARIA*/
.pastaria-button {
    display: inline-block;
    margin-top: 100px;
    padding: 10px 20px;
    background-color: transparent;
    color: #FF0000; /* Red font color */
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .pastaria-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FF0000; /* Red underline color */
    transition: width 0.3s ease;
  }
  
  .pastaria-button:hover::before {
    width: 100%;
  }
  


/* LYFT */

a#btn_lyft {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    font-size: 50px;
    background-color: rgb(241, 8, 218);
    color: white;
    padding: 0px 40px;
    border-radius: 75px;
}

a#btn_lyft:hover {
    background-color: #5741e1;
    transition: all .5s;
}

/*IBM*/
.ibm-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0062ff; /* IBM Blue */
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: 2px solid #0062ff; /* IBM Blue */
    border-radius: 50px; /* Round shape */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  }
  
  .ibm-button:hover {
    background-color: transparent;
    color: #0062ff;
    border-color: #0062ff;
    transform: scale(1.05); /* Scale up on hover */
  }
  
  .ibm-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: width 0.3s ease;
    z-index: -1;
  }
  
  .ibm-button:hover::before {
    width: 100%;
  }

/*FITBIT*/
a#fitbit-button{
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    margin: auto;
    margin-top: 100px;
    padding: 10px 40px 0 40px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s;
}

a#fitbit-button:hover {
    background-color: black;
    border: 2px solid black;
    color: #fff;
}

/*OLD NAVY*/
a#oldnavy-button{
    border: 1px solid #003764;
  background: none;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  cursor: pointer;
  margin: 10px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: inline-block;
    margin-top: 100px;
    text-decoration: none;
    border-radius: 40px;
}

a#oldnavy-button:hover {
    color: #003764;
}

a#oldnavy-button::before{
content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #003764;
  z-index: -1;
  transition: 0.8s;
  top: 0;
  border-radius: 0 0 50% 50%;
  height: 180%;
}

a#oldnavy-button:hover::before{
    height: 0%;
}

/*HSN*/
a#hsn-button {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    padding: 8px 16px;
    background-color: #fff;
    color: #0f7dd1;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -2px;
    transition: all .2s;
}

a#hsn-button:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #0f7dd1;
    transition: all .5s;
    border-radius: 50%;
}

a#hsn-button:hover {
    color: #fff;
}

a#hsn-button:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a#hsn-button span {
    position: relative;
    z-index: 10;
}

/*MICHAEL KORS*/
a#mk-button {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    padding: 8px 16px;
    background-color: #fff;
    color: #000;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .3s;
    border: 2px solid transparent;
    border-radius: 4px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    overflow: hidden; 
}

a#mk-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

a#mk-button:hover::before {
    opacity: 1;
    animation: shimmer 1s infinite linear;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/*MOO*/
#moo-button {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: #00A99D; 
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 30px;
    border: none; 
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease; 
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  
  #moo-button:hover .raindrop {
    color: #00A99D; 
  }
  
  #moo-button .raindrop {
    font-size: 30px;
    margin-right: 10px;
    color: transparent;
    transition: color 0.3s ease; 
  }

  /*US ARMY*/

  #army-button {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    background-color: black; 
    color: white;
    padding: 10px 20px;
    border: 2px solid black;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease; /* Smooth transition */
    font-family: "Oswald", sans-serif;
    font-size: 25px;
  }
  
  #army-button:hover {
    animation: fadeBackground 0.5s ease; 
    animation-fill-mode: forwards;
    border-color: rgb(255, 221, 0); 
  }
  
  @keyframes fadeBackground {
    from {
      background-color: black; 
    }
    to {
      background-color: rgb(95, 95, 95); 
    }
  }