body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/******* banner start*******/
.banner {
    background-image: url(../images/all-plansBG.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: unset;
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.banner h1 {
    font-weight: bold;
    color: #000000;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 38px;
    position: relative;
    text-align: left;
    z-index: 1;
    margin-top: 136px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

    /* Hanging animation */
    transform-origin: top center;
    animation: hanging 4s ease-in-out infinite;
}

/* Optional: add a "rope" above the sign */
.banner .container {
    position: relative;
}

/* Rope styling */
.banner .container::before {
    content: '';
    position: absolute;
    top: 126px;
    left: 12%;
    transform: translateX(-50%) rotate(45deg);
    width: 6vmin;
    height: 6vmin;
    border-top: 4px solid var(--red);
    border-left: 4px solid var(--red);
    border-radius: 0 0 8px 0;
    z-index: 0;
}



/* Hanging swing keyframes */
@keyframes hanging {
    0% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

.banner h1 {
    font-weight: bold;
    font-weight: bold;
    color: #13046d;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    font-size: 38px;
    position: relative;
    text-align: left;
    z-index: 1;
    margin-top: 136px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@media screen and (min-width:320px) and (max-width:990px) {
    .banner {
        padding: 100px 0;
    }

    .banner h1 {
        font-weight: bold;
        color: #000000;
        font-size: 25px;
    }

    /* .banner {
        background-image: url(../images/allplan-responsive.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;

    } */
}
@media screen and (min-width:425px) and (max-width:770px){
    
    /* .banner {
        background-image: url(../images/allplan-responsive.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;

    } */
}
/* Responsive */
@media screen and (min-width:320px) and (max-width:990px) {
    .banner {
        padding: 100px 0;
    }

    .banner h1 {
        font-size: 25px;
        margin-top: 80px;
        padding: 8px 15px;
    }

    .banner .container::before {
  display: none;
    }
    .banner .container::after{
        display: none;
          }
    .banner h1{
        animation: none;
    }
}

/******* banner start*******/
/******* alplans start ******/
.all-plan {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-image: url(../images/allplan-bgg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(0deg, rgb(255 255 255) 50%, rgb(156 168 217) 50%, rgb(1, 18, 83) 87%); */
}

.all-plan .container {
    width: 80%;
    margin: auto;
}

.all-plan .plan-head {
    padding-bottom: 40px;
}

.all-plan .plan-head {
    padding-bottom: 40px;
}


.all-plan h2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.all-head {
    background: linear-gradient(90deg, #fe4a55 0%, #020e53 100%);
    display: inline-block;
    border-radius: 15px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: relative;
}

.all-head .all1 {
    position: absolute;
    top: 17px;
    left: -48px;
    width: 50px;
    height: 2px;
    background-color: var(--red);
}

.all-head .all2 {
    position: absolute;
    top: 12px;
    left: 260px;
    width: 50px;
    height: 2px;
    background-color: var(--red);
}

.all-head .all3 {
    position: absolute;
    top: 20px;
    left: 248px;
    width: 77px;
    height: 4px;
    border-radius: 8px;
    background-color: #1d006b;
}

.all-plan .plan-para {
    font-size: 13px;
    color: #3c3b3b;
    max-height: 130px;
    min-height: 120px;
}

  .card-imgALL img {
    width: 100%;
    max-height: 200px;
    min-height: 170px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }

  .card-wrapALL {
    width: 100%;
    max-height: 500px;
    min-height: 480px;
    border-radius: 10px;
    position: relative;
    top: 0px;
    margin-top: 120px;
  }

 .card-wrapALL {
    background: linear-gradient(to bottom, #5bedff, #162127);
    transform: scale(0.9);
  }

  .card-headerALL {
    width: 290px;
    height: 105px;
    background: #ffffff;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  }

  .card-headerALL h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
    color: var(--color-text1);
    margin-top: -10px;
  }

  .plan-contentALL {
    /* width: 400px; */
    width: 100%;
    background-color: rgb(255 255 255 / 17%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    margin: auto;
    border-radius: 20px;
    top: -23px;
    position: relative;
    max-height: 300px;
    min-height: 280px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .plan-contentALL-option {
    color: var(--color-text2);
    font-size: 14px;
    margin-bottom: 10px;
  }

  .plancontent-option.false {
    color: #000;
  }

  .plan-contentALL .start-price p {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    padding: 10px 0px 4px 0px;
  }

  .plan-contentALL .cut-price p {
    color: #ff9e9e;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px 0px 4px 0px;
  }

  .plan-contentALL .main-price p {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    padding: 20px 0px 8px 0px;
  }

  .plan-contentALL .plan-details {
    color: #fff;
  }

  .plan-footerALL {
    width: 290px;
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    z-index: 1;
  }

  .plan-footerALL p {
    font-size: 10px;
    text-align: center;
    margin: 10px 0;
  }
.plan-detailsALL li{
    color: #fff;
    padding-top: 10px;
}
.pricing-contentALL{
    padding: 10px 0;
}
  .plan-footerALL .btnALL {
    border: 1px solid var(--color-btn);
    border-radius: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    background:var(--red);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .plan-footerALL .btnALL:hover {
    background: var(--color-btn);
    color: #fff;
    transform: translateY(-2px);
  }



/******* plans end ******/