html{
    font-size: 16px; 
}
body{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #111111;
    font-family: 'Open Sans',sans-serif;
}
*{
    box-sizing: border-box;
}
.wrapper{
    color: #ffffff;
    background-color: #F47216;
    min-height: 100vh;
    padding-bottom: 59px;
}
.white_bg{
    color: #111111;
    background-color: #ffffff;
    height: 269px;
    margin-top: 0;
    margin-bottom: 0;
}
.container{
    max-width: 977px;
    margin:0 auto;
    width: 100%;
}
.block-box{
    min-height: 402px;
    color: #111111;
    background-color: #fef4e9;
    padding: 70px 30px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    margin: -167px auto 60px;
}
h1{
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;

}
.block-heading {
display: flex;
align-items: center;
justify-content: center;
gap: 28px;
}
.btn{
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.125rem;
    text-transform: none;
    align-self: center;
    margin: 10px auto;
    padding: 19px 36px 21px 34px;
    color: #ffffff ;
    background-color: #F47216;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s;
}
.btn:hover{
    background-color: #F47216 ;
}
.u-icon {
    position: relative;
    display: inline;
    line-height: inherit;
    font-size: 1em;
    fill: currentColor;
    vertical-align: middle;
    white-space: nowrap;
}
.u-icon svg{
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    line-height: 1;
    vertical-align: -0.15em;
}
.qr_code{
    max-width: 172px;
    border: 2px solid #000;
    margin-top: 25px;
  }
  .info-text{
    position: absolute;
    right: 36px;
    bottom: 17px;
    color: #2e937a;
  }
  .info-text:hover{
      text-decoration: none;
  }
  .info-text svg{
    width:15px;
  }
  .footer{
    color: #ffffff;
    background-color: #333333;
  }
  .footer p {
    max-width: 417px;
    padding: 49px 0;
    margin: 0 auto;
    text-align: center;
}
@media (max-width:767px) {
    .wrapper{
        padding-bottom: 20px;
    }
    .container{
        padding: 0 25px;
    }
    h1{
        font-size: 2.1rem;
    }
    .block-box{
        padding: 17px 22px;
    }
    .footer p{
        padding: 28px 0;
    }
    .btn{
        padding: 14px 29px 11px 27px;
    }
    .info-text{
        position: static;
        margin-top: 20px;
        display: inline-block;
    }
}


/* Popup CSS */
.hide {
   display: none;
  
   
  }
  
  .close {
      position: absolute;
      right: -3px;
    top: -9px;
      width: 51px;
      height: 51px;
      font-size: 0;
      cursor: pointer;
  }
  
  .close:before, .close:after {
    content: '';
      position: absolute;
      background: #767676;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      left: 14px;
      right: 14px;
      top: 30px;
      height: 3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: all 100ms ease-in;
      -moz-transition: all 100ms ease-in;
      -webkit-transition: all 100ms ease-in;
      -o-transition: all 100ms ease-in;
  }
  
  .close:after {
       -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  
  .popup {
      position: fixed;
      top:0;
      left: 50%;

      transform: translateX(-50%);
      background: #FAFDFF;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 600px;
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
      -moz-transition: all 120ms;
      -webkit-transition: all 120ms;
      -o-transition: all 120ms;
      transition: all 120ms;
      z-index: 99;
    padding: 20px;
    color: #5E5E5E;
    margin: 20px 0;
    overflow: hidden;
    height: calc(100vh - 40px);
    opacity: 1;
   
  }
  .popup-body{
    max-height: 100%;
    overflow-y: scroll;
  }
  div#myPopup img {
    max-width: 100%;
}
#overlay{
    content: '';
    position: fixed;
    left: 0;
    top:0;
    width: 100vw;
    height: 100vh;
    background: #000;
    background: rgb(0 0 0 / 83%);

}
  @media screen and (max-width: 1000px) {
    .popup {
        width: 92%;
    }
  }
  
  .popup-header {
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .popup-body {
    padding: 25px 0;
  }
  
  .button {
    padding: 10px 15px;
    border: 1px solid #F5F5F5;
    text-transform: uppercase;
    box-shadow: 1px 2px 3px #F5F5F5;
    color: #5E5E5E;
    cursor: pointer;
    transition: all 120ms ease-in;
    outline:none;
  }
  
  .button:hover {
    box-shadow: 1px 3px 5px #E9E9E9;
    transform: translateY(-1px);
  }
  
  .button:active, .button:visited {
    transform: translateY(1px);
    outline:none;
    box-shadow: 1px 2px 3px #F5F5F5;
  }
  