@import url("./common.css");





/* hero section */
.shope-banner-plano {
    background-image: url(../images/hero-section/bg-plano.PNG);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: bottom center;
}

.plano-banner-inner {
    max-width: 1800px;
    padding: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}


/* / ------ left section ------  / */
.plano-banner-inner .left_section {
    width: 50%;
    position: relative;
}


.plano-banner-inner .heading {
    font-size: 54px;
    line-height: 1.2;
    font-weight: bold;
    margin: 100px 0 40px 0;
    color: var(--white);
}



/* / ------------- right section ------  / */


.plano-banner-inner .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    max-width: 200px;
    margin: 40px 0px 20px 0px;
    color: var(--white);
}

.plano-banner-inner .item_price {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: baseline;
    margin: 0px 0 0 0;
}

.plano-banner-inner .sale_price {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: var(--yellow-text);
}

.plano-banner-inner .price {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white);
    text-decoration: line-through;
}





.plano-details-section{
 width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  background: url("../images/gradient.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: -1;
}
.plano-details-conatiner {
  width: 100%;
  display: flex;
  justify-content: center;

}

.plano-details-conatiner-inner{
  max-width: 1800px;
  width: 100%;
  padding: 0 100px; 
  gap: 50px;
}

.plano-details-conatiner-inner .description{
font-size: 24px;
margin-top: 100px;
}


.plano-details-conatiner-inner form .input-lable {
    margin-top: 10px;
    color: var(--aqua-color);
    font-size: 16px;
    padding-left: 5px;
}

.plano-details-conatiner-inner form .input-filed {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    margin: 5px 0px 15px 0px;
}
.plano-details-conatiner-inner .field-group{
display: flex;
justify-content: start;
align-items: center;
gap: 10px;
}

.plano-details-conatiner-inner .fields{
    width: 100%;
}
.massage .heighlight{
    color: var(--pink-border);
}

.plano-details-conatiner-inner .checkbox-text {
    color: var(--pink-border);
}

.form-btn {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}


@media(max-width: 1200px) {
    .plano-details-conatiner-inner{
    padding: 0 50px;
  }
    .shope-banner-plano {
        background: var(--dark-blue-violet);
    }

    .plano-banner-inner {
        padding: 100px 50px;
    }

    

    .plano-banner-inner .title {
        max-width: 60%;
        margin: 10px auto 20px auto;
    }

    .plano-banner-inner .item_price {
        width: 60%;
        margin: 0px auto;
    }
    .plano-banner-inner .left_section,
    .plano-banner-inner  {
        width: 100%;
    }
}

@media(max-width: 992px) {

    .plano-banner-inner {
        flex-direction: column;
    }

    .plano-banner-inner .left_section,
    .plano-banner-inner  {
        width: 100%;
    }



    .plano-banner-inner  {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 40px;
    }

    .plano-banner-inner .title {
        max-width: 100%;
        margin: 10px 0 0px 0;
    }

    .plano-banner-inner .item_price {
        width: 100%;
    }
    .plano-details-conatiner-inner .description{
        font-size: 20px;
        margin: 50px 0;

    }
 
}

@media (max-width: 768px) {
     .plano-details-conatiner-inner {
    flex-direction: column;
    padding: 0 20px;
  }
  .shope-banner-plano{
    min-height: auto;
  }
    .plano-banner-inner {
        padding: 50px 20px;
    }



    .plano-banner-inner .heading {
        font-size: 34px;
        line-height: 42px;
        margin: 100px 0 20px 0;
    }

    .plano-banner-inner .description {
        font-size: 17px;
        line-height: 25px;
    }

    .plano-banner-inner .title, .prodcut_section_heading {
        font-size: 22px;
        line-height: 30px;
    }

    .plano-banner-inner .sale_price {
        font-size: 22px;
        line-height: 30px;
    }

    .plano-banner-inner .price {
        font-size: 18px;
        line-height: 28px;
    }
.plano-details-conatiner-inner .field-group{
flex-direction: column;  
gap :0;      
    }
}