/* OPEN BUTTON */

    .open-modal-btn{
      padding:16px 35px;
      border:none;
      border-radius:50px;
      background:linear-gradient(135deg,#7c3aed,#06b6d4);
      color:#fff;
      font-size:18px;
      font-weight:600;
      cursor:pointer;
      transition:0.4s;
      position:relative;
      overflow:hidden;
    }

    .open-modal-btn:hover{
      transform:translateY(-3px) scale(1.03);
      box-shadow:0 15px 30px rgba(0,0,0,0.35);
    }

    /* MODAL */

    .modal{
      position:fixed;
      inset:0;
      background:rgba(0,0,0,0.65);
      backdrop-filter:blur(6px);
      display:flex;
      justify-content:center;
      align-items:center;
      opacity:0;
      visibility:hidden;
      transition:0.4s;
      z-index:999;
      padding:20px;
    }

    .modal.active{
      opacity:1;
      visibility:visible;
    }

    /* MODAL BOX */

    .modal-box{
      width:100%;
      max-width:520px;
      background:#1a1c20;
      border-radius:30px;
      padding:40px;
      position:relative;
      overflow:hidden;
      transform:translateY(40px) scale(.9);
      transition:0.4s;
      box-shadow:0 20px 60px rgba(0,0,0,0.35);
    }

    .modal.active .modal-box{
      transform:translateY(0) scale(1);
    }

    /* BEFORE AFTER DESIGN */

    .modal-box::before{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      background:linear-gradient(135deg,#7c3aed,#06b6d4);
      border-radius:50%;
      top:-100px;
      right:-80px;
      opacity:.15;
    }

    .modal-box::after{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      background:linear-gradient(135deg,#06b6d4,#7c3aed);
      border-radius:50%;
      bottom:-90px;
      left:-70px;
      opacity:.12;
    }

    /* CLOSE BUTTON */

    .close-btn{
      position:absolute;
      top:15px;
      right:18px;
      font-size:30px;
      cursor:pointer;
      color:#ffffff;
      transition:.3s;
    }

    .close-btn:hover{
      transform:rotate(180deg);
      color:#8a8888;
    }

    /* HEADING */

.modal-box h2 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.modal-box p{
      color:#ffffff;
      margin-bottom:30px;
      position:relative;
      z-index:2;
}
.mod-hed-bef {
    position: relative;
    padding-left: 20px;
}
.mod-hed-bef::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 73px;
    background-color: #fbb980;
    left: 4px;
    top: 10px;
    border-radius: 10px;
}

    /* FORM */

    .form-group{
      margin-bottom:20px;
      position:relative;
      z-index:2;
    }

    .form-group input,
    .form-group textarea{
      width:100%;
      padding:16px 20px;
      border:2px solid #e5e7eb;
      border-radius:16px;
      outline:none;
      font-size:15px;
      transition:.3s;
      background:#f9fafb;
    }

    .form-group textarea{
      resize:none;
      height:130px;
    }

    .form-group input:focus,
    .form-group textarea:focus{
      border-color:#7c3aed;
      background:#fff;
      box-shadow:0 0 0 4px rgba(124,58,237,.12);
    }

    /* SUBMIT BUTTON */

    .submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #782200, #ff5f1f);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
    position: relative;
    z-index: 2;
}
.submit-btn:hover{
      transform:translateY(-2px);
      box-shadow:0 15px 30px rgba(124,58,237,.25);
}
section.passion {
    padding: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step2-title.container h1 i {
    /* position: absolute; */
    font-size: 54px;
    font-weight: 900;
    color: rgba(204, 204, 204, 0.3411764705882353);
    z-index: 0;
    top: -42px;
    width: 250px;
    left: 50%;
    /* margin-left: -123px; */
}
input.btn-step2 {
    background: #2d2b53 !important;
    width: 200px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    margin-top: 23px;
    margin-bottom: 33px;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    font-weight: 600 !important;
}
.step-top-area ul li label {
    text-align: left;
    display: block;
    margin-bottom: 7px;
    margin-top: 25px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.step2-title h1 span {
    font-size: 40px;
    line-height: 50px;
}
.step2-title h1 {
    text-align: center;
}
.step2-title p {
    text-align: center;
}
.passion h2{
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
    margin-bottom: 15px;
    font-style: italic;
}
.passion p{
    font-size: 18px;
    line-height: 33px;
}
.policy-content h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 14px 0 3px;
}
.policy-content h4 {
    font-size: 26px;
    line-height: 35px;
    margin: 14px 0 3px;
}
.policy-content p {
    font-size: 18px;
    line-height: 28px;
}
.policy-content li {
    font-size: 17px;
    list-style-type: disc;
}
.policy-content ul {
    padding-left: 30px;
}
.fot-lst li:first-child{
  position: relative;
}
.fot-lst li:first-child::before {
    content: "";
    position: absolute;
    top: 3px;
    right: -8px;
    width: 1px;
    height: 18px;
    background: #fff;
    border-radius: 0;
}

@media(max-width:600px){

      .modal-box{
        padding:30px 20px;
      }

      .modal-box h2{
        font-size:28px;
      }
      .policy-content h3 {
       font-size: 23px;
       line-height: 42px;
      }
      .policy-content h4 {
       font-size: 18px;
       line-height: 35px;
      }
}
