* {
    margin: 0;
    padding: 0;  
    box-sizing: border-box;   
}


body {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    background-color: 244, 244, 244;
}

.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .menu-wrap .toggler {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  
  .menu-wrap .hamburger {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    background: white ;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Hamburger Line */
  .menu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  
  /* Hamburger Lines - Top & Bottom */
  .menu-wrap .hamburger > div::before,
  .menu-wrap .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
  }
  
  /* Moves Line Down */
  .menu-wrap .hamburger > div::after {
    top: 10px;
  }
  
  /* Toggler Animation */
  .menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
  }
  
  /* Turns Lines Into X */
  .menu-wrap .toggler:checked + .hamburger > div:before,
  .menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  
  /* Rotate On Hover When Checked */
  .menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  
  /* Show Menu */
  .menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
  }
  
  .menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
  }
  
  .menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition:  opacity 0.4s ease 0.4s;
  }
  
  .menu-wrap .menu {
    position: fixed;
    top: 0;
    right:0;
    width: 80%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 20px 5px black;
  }
  
  .menu-wrap .menu > div {
    background: white;
    border-radius: 0%;
    width: 200vw;
    height: 250vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: translate(-50,-50);
    transition: all 0.4s ease;
    z-index: 99;
  }
  
  .menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  
  .menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: black;
    background-color: #fff;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    padding: 1rem;
  }
  
  .menu-wrap .menu > div > div > ul > li > a {
    background-color: #fff;  
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
  }
  
  .menu-wrap .menu > div > div > ul > li :hover {
    list-style: none;
    color: #fdb6d9;
    background-color: #fff;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    padding: 1rem;

  }

  .description {

    margin-top: 150px;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 55%;

  }  

  .button-box {

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .text-button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
  }

  .button1 {

    height: 80px;
    width: 80px;
    border-radius: 30%;
    border-color: none;
    color: #000000;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    
  }

    .button1:hover {

    height: 80px;
    width: 80px;
    border-radius: 0%;
    border-color: none;
    color: #000000;
    background-color: #fdb6da;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease 0.1s;
   
  }

p {

  font-family: Arial, Helvetica, sans-serif;
  color: rgb(44, 44, 44);
  letter-spacing: 1px;
  font-size: 12px;
  justify-content: center;

}

.FrameTitle {

  margin-left: 30%;
  margin-right: 29%;
  font-size: 80px;
  margin-top: 50px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  color: black;
  letter-spacing: 2px;
  font-weight: 500;
  
}

.FrameText1 {

  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #000000;
  margin-right: 30%;
  margin-left: 31%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 25px;
}

.FrameText2 {

  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #616161;
  margin-right: 30%;
  margin-left: 31%;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 25px;
}


.container {

    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    

}

.title {


  margin-left: 20px;
  font-size: 70px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  color: black;
  letter-spacing: 30px;
  
}

.Frame {
  display: flex;
  justify-content: center;
  z-index: 0;
  
}


.Work {

   width: 800px;
   height: auto;
   z-index: 0;

}

.icons {

    width: 50vw;
    display: flex;
    justify-content: center;
  
  }
  
  .icons a  {
      
      position: fixed;
      bottom: 50px;
      z-index: 98;
      font-size: 15px;
      color: rgb(0, 0, 0);
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      
  }
  
  img {
  
      object-fit: cover;
      z-index: 1;
  }



  .icon {
    
    background-color:rgb(0, 0, 0) ;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    transition: all 0.7s ease 0s;
  }

  .social {
    padding-top: 15px;
    width: 30px;
  }

  .fa-facebook {
    
    left: 34%;
    color: white;
  }

  .fa-linkedin {
    
    left: 44%;
    color: white;
  }

  .fa-instagram {

    left: 53%;
    color: white;
  }

  .fa-pinterest {

    left: 63%;
    color: white;
  }

  .icons a:hover {

    background-color: #fdb6da;
    color:#fdb6da;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:#000000;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
  }
  
  #myBtn:hover {
    background-color: #fdb6da;
    
  }


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

    .cliccable {

        height: 200px;
        width: 200px;
        margin: 30px 30px;
    }

    .icons {

        width: 50vw;
        display: flex;
        justify-content: center;
      
      }
      
      .icons a  {
          
          position: fixed;
          bottom: 30px;
          z-index: 98;
          font-size: 15px;
          color: rgb(0, 0, 0);
          text-align: center;
          font-family: Arial, Helvetica, sans-serif;
          
      }


.Work {
  margin-top: 28px;
  width: 100%;
  height: auto;
  z-index: 0;

}

.FrameTitle {


  margin-left: 16%;
  margin-right: 15%;
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  color: black;
  letter-spacing: 5px;
  font-weight: 500;
  
}

.FrameText1 {

  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #000000;
  margin-right: 15%;
  margin-left: 16%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 25px;
}

.FrameText2 {

  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #616161;
  margin-right: 15%;
  margin-left: 16%;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 25px;
}
      
      img {
      
          object-fit: cover;
      }
    
      .icon {
        
        background-color:rgb(0, 0, 0) ;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        transition: all 0.7s ease 0s;
      }
    
      .social {
        padding-top: 6px;
        width: 18px;
      }
    
      .fa-facebook {
        
        left: 10%;
        color: white;
      }
    
      .fa-linkedin {
        
        left: 25%;
        color: white;
      }
    
      .fa-instagram {
    
        left: 40%;
        color: white;
      }
    
      .fa-pinterest {
    
        left: 55%;
        color: white;
      }
    
      .icons a:hover {
    
        background-color: #000000;
        color:#fdb6da;
      }

      #myBtn {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 10px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color:#000000;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
        transition: all 0.5s ease 0s;
      }
      
      #myBtn:hover {
        background-color: #fdb6da;
        
      }


}

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

    .grid {

        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    
    }


.Work {

  width: 100%;
  height: auto;
  z-index: 0;

}

.FrameTitle {


  margin-left: 16%;
  margin-right: 15%;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  color: black;
  letter-spacing: 5px;
  font-weight: 500;
  
}

.FrameText1 {

  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #000000;
  margin-right: 15%;
  margin-left: 16%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
}

.FrameText2 {

  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #616161;
  margin-right: 15%;
  margin-left: 16%;
  margin-bottom: 100px;
  font-size: 16px;
}

    .cliccable {

    
        height: 300px;
        width: 300px;
        margin: 100px 100px;
        overflow: hidden;
        object-fit: cover;
    }

    .cliccable {

    
        height: 300px;
        width: 300px;
        margin: 50px auto;
        overflow: hidden;
        object-fit: cover;
    }

    .title {


  margin-left: 20px;
  font-size: 20px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  color: black;
  letter-spacing: 10px;
  
}

  .description {

    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 55%;

  }  

p {

  font-family: Arial, Helvetica, sans-serif;
  color: rgb(44, 44, 44);
  letter-spacing: 1px;
  font-size: 12px;
  justify-content: center;

}



}

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

  .container {

    margin-top: 150px;
    margin-bottom: 150px;

}

.cliccable {

    
  height: 620px;
  width: 400px;
  margin: 0px 0px;
  overflow: hidden;
  object-fit: cover;
}

.Image img {

  display: block;
  width: 620px;
  height: auto;
  cursor: pointer;
  
}

.Image #zoom-in img {

    transform: scale(1);
    transition: 0.9s ease-in-out;

}

.Image #zoom-in:hover img {

     transform: scale(1.2);

}



}


