@font-face {
  font-family: 'segoeu';
  src: url('../fonts/segoeuithibd.ttf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn[wght].ttf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'Oakley';
  src: url('../fonts/fony/DFVN-Oakley-Bold.otf') format('opentype');
  font-style: normal;
}

.ggf-sale {
    padding-bottom: 20px;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family: Arial, sans-serif;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
  background:url('/assets/images/bimg.png') center center/cover no-repeat;
  overflow:hidden;
  position:relative;
}

body::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
}

.ggf-popup-wrapper{
  position:relative;
  z-index:2;
  width:780px;
  max-width:95%;
  display:flex;
  background:#b9f3f3;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 10px 40px rgba(0,0,0,0.35);
}

.ggf-popup-image{
  width:34%;
  background:url('/assets/images/d5061f2e-6549-4791-9d97-68f4695bc832.png') center center/cover no-repeat;
  min-height:500px;
}

.ggf-popup-content{
  width:66%;
  padding-top:40px;
  text-align:center;
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ggf-close-btn{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border:2px solid #24487c;
  border-radius:50%;
  background:transparent;
  font-size:32px;
  line-height:35px;
  cursor:pointer;
  color:#24487c;
}

.ggf-popup-logo{
  width:200px;
  max-width:80%;
  margin-bottom:10px;
  object-fit:contain;
}

.ggf-popup-content h1 {
    font-size: 34px;
    line-height: 1.05;
    color: #07224d;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ggf-popup-content p{
  font-size:20px;
  color:#07224d;
  line-height:1.2;
  margin-bottom:25px;
}

.ggf-email-box{
  width:100%;
  height:52px;
  border:1px solid #999;
  border-radius:4px;
  padding:0 16px;
  font-size:20px;
  margin-bottom:20px;
  outline:none;
}

.ggf-promo-code-text{
  width:100%;
  text-align:center;
  font-size:17px;
  font-weight:500;
  color:#1b1b1b;
  margin-bottom:20px;
  letter-spacing:0.3px;
}

.ggf-promo-code-text span{
  display:inline-block;
  margin-left:6px;
  padding:6px 14px;
  background:#06244d;
  color:#fff;
  border-radius:6px;
  font-weight:700;
  letter-spacing:1px;
  font-size:15px;
}

.ggf-small-text{
  font-size:13px !important;
  line-height:1.5 !important;
  margin-bottom:22px !important;
  color:#07224d;
}

.ggf-decline-btn{
  width:50%;
  height:58px;
  background:#fff;
  border:1px solid #333;
  border-radius:4px;
  font-size:25px;
  font-weight:700;
  cursor:pointer;
  transition:0.3s;
}

.ggf-decline-btn:hover{
  opacity:0.9;
}

.ggf-copy-message{
  margin-top:12px;
  text-align:center;
  font-size:14px;
  font-weight:500;
  color:#0f7b32;
  opacity:0;
  transform:translateY(5px);
  transition:0.3s ease;
}

.ggf-copy-message.show{
  opacity:1;
  transform:translateY(0);
}

.ggf-free-sample-text{
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-align: center;
  font-family:'Oakley';
}

@media(max-width:768px){

  .ggf-popup-wrapper{
    flex-direction:column;
  }

  .ggf-popup-image{
    width:100%;
    min-height:260px;
  }

  .ggf-popup-content{
    width:100%;
    padding:30px 20px;
  }

  .ggf-popup-content h1{
    font-size:42px;
  }

}
@media (max-width: 768px){
    .ggf-decline-btn{
       background-color: #f5f5f5;
        color: #06244d;
    }
}