@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

body {
  background-color: #f7f7f7;
}

.containerB {
  margin: 115px auto 0px auto;
  padding-right: -15px;
  padding-left: -15px;
}

.containerA {
  padding: 0px 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

header {
  background-color: #fff;
  color: #2da333;
  padding: 20px 0;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container img {
  max-width: 180px;
  height: auto;
}

.intro-section {
  background-color: #f5f5f5;
  padding: 100px 0 50px 0;
}

.intro-section h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

footer {
  background-color: #262D42;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.margin-top-130{
  margin-top: 80px;
}

.border-bottom-x{
  border-bottom: 10px solid #0072CE;
}

img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  
  .skills {
    padding: 50px 0px;
  }
  .skills .skills-flex-container {
    /* display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%; */
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
  }

  @media (max-width: 600px) {
    .skills .skills-flex-container {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
  }

  /* @media (max-width: 1500px) {
    .skills .skills-flex-container {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
  } */


  a{
    text-decoration: none;
    flex: 1 1 30%;
  }
  a:hover {
    text-decoration: none;
  }
  .skills .skills-flex-container .box {
    background: #fff;
    border-radius: 30px;
    box-shadow:#979393 0px 1px 4px 0px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .skills .skills-flex-container0072CE .box .image {
    transition: all 0.3s ease-in-out 0.1s;

  }
  .skills .skills-flex-container .box .image img {
    max-width: 75px;
    object-fit: contain;
    border-radius: 20px;
    /* border: 0px solid #2da333; */
    border: 0px solid #0072CE;
    box-shadow:#ffffff 0px 0px 0px 0px;
    transition: all 0.3s ease-in-out;
  }
  .skills .skills-flex-container .box .title {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    color: black;
    transition: all 0.3s ease-in-out;
  }
  .skills .skills-flex-container .box:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 10px 20px 20px;
    transform: scale(1.1);
    /* border: 2px solid #2da333; */
    border: 2px solid #0072CE;
  }
  .skills .skills-flex-container .box:hover .image {
    transform: scale(1.5) translateY(-20px);
  }
  .skills .skills-flex-container .box:hover .image img {
    animation: bouncing 0.5s 0.3s;
    /* border: 2px solid #2da333; */
    border: 2px solid #0072CE;
    box-shadow:#979393 0px 6px 4px 0px;
  }
  .skills .skills-flex-container .box:hover .title {
    letter-spacing: 2px;
    /* color: #2da333; */
    color: #0072CE;
  }


  
.hero-two {
    /* background-blend-mode: multiply; */
    opacity: 0.8;
    /* background-color: #2da333; */
    background-color: #0072CE;
    width: 100%;
    text-align: center;
    margin-top: -1%;
    padding: 60px;
    /* -webkit-font-smoothing: antialiased;
    background-image: url("http://brewery.themerex.net/wp-content/uploads/2015/10/Brewery.jpg");
    background-position: center;
    background-size: cover; */
  }
  
  .beer-lover-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: 7px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .beer-lover-text {
    margin-top: -4.5%;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 20px auto 0;
    text-align: center;
    width: 50%;
  }


  
  @media (max-width: 1100px) {
    .skills .skills-flex-container .box {
      flex: 1 0 25%;
    }
  }
  @media (max-width: 630px) {
    .skills .skills-flex-container .box {
      flex: 1 0 35%;
      padding: 15px;
    }
    .skills .skills-flex-container .box .image img {
      max-width: 50px;
    }
  }
  @media (max-width: 700px) {
    .skills .skills-flex-container {
      gap: 30px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1441px) {
    .containerA {
      max-width: 1250px;
      padding: 0px 45px;
    }
  }
  @media (max-width: 767px) {
    .containerA {
      padding: 0px 30px;
    }
  }
  @media (max-width: 479px) {
    .containerA {
      padding: 0px 30px 0px 20px;
    }
  }

  
  
  @keyframes bouncing {
    from, to {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(0.9, 1.1);
    }
    50% {
      transform: scale(1.1, 0.9);
    }
    75% {
      transform: scale(0.95, 1.05);
    }
  }
  
@keyframes fade-up {
    0% {
      opacity: 0;
      transform: translateY(3em);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .fade-up {
    animation: fade-up 4s cubic-bezier(.05, .98, .17, .97) forwards;
  }