*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body{
    background-color: #f6f6f6;
    font-family: "Open Sans", sans-serif;
}


.contnt-pricing img {
width: 25%;
}

.hero-pricing{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 padding: 10px;
 margin-block: 25px;
 gap: 25px;
 margin-block: 10%;


}
.hero-pricing h3{
    font-size: 2rem;
}
.hero-pricing p{
    font-weight: 400;
    font-size: 1rem;
}

.free-plan{
    display: flex;
    flex-direction: column;
    gap: 4px;
  
}
.free-plan a{
    font-size: 1rem; 
    font-weight: 300;
}
.free-plan i{
    font-size: .8rem; 

}
.free-plan li{
    list-style: none;
}

.free-plans{
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
    font-size: 1rem; 
}
.free-plans li{
    list-style: none;
}
.free-plans a{
    color: #fff;
    font-size: 1rem; 
    font-weight: 300;
}


.grid-pricing{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.contnt-pricing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(110, 109, 109, 0.5);
    width: 280px;
    height: 400px;
    border-radius: 10px;
    margin-block: 6%;
    padding: 10px;
}
.contnt-pricing-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: #6266ea;
    box-shadow: 2px 2px 2px rgba(110, 109, 109, 0.5);
    width: 305px;
    height:520px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: -10%;
    padding: 10px;
  
}
button{
    background-color: transparent;
    padding: 10px 20px;
    font-size: 1.1rem;
    border: 1px solid #6266ea;
    border-radius: 20px;
    color: #6266ea;
    transition: ease-in 1ms;
}
button:hover{
    background-color: #3707c7f5;
    color: #ffffff;
}
#center{
    background-color: transparent;
    padding: 10px 20px;
    font-size: 1.1rem;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    transition: ease-in 1ms;
}
#center:hover{
    background-color: #f6f6f6;
    color: black;
}

.grid-our-pricing{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.cont-pricin-thre{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 13px;
}

.our-pricing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f9fe;
    margin-block: 20px;
    padding: 20px;
    gap: 8px;
}
.our-pricing h2{
    margin-top: 5%;
    font-size: 2.5rem;
    font-weight: 600;
    
}

.our-pricing p{
    font-weight: 300;
}
.grid-contnt-info{
    display: flex;
    flex-direction: column;
    width: 80vw;
    background-color: #fff;
    margin-block: 20px;
    padding: 30px 5px ;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(110, 109, 109, 0.3);
}

.grid-contnt-info-left{
    background-color: #6266ea;
    width: 15vw;
    padding: 10px;
   display:flex ;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius: 10px;

}

.free-plan{
    display: flex;
    justify-content: center;
    gap: 10px;
}
#fre{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

.buttn-price{
    display: flex;
 flex-direction: column;
 align-items: self-start;
 justify-content: center;
 align-items: center;
 gap: 10px;
}
.contnt-price-three-left img{
    width: 75%;
}
.pricing-three{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4%;
}
.pricing-three h2{
    margin-top: 8%;
    font-size: 2rem;
   font-weight: 600;
}
.story{
    text-decoration: underline;
    color: #4146e3;
}
.grid-price-three{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 10%;
}
.contnt-price-three-left{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}
.contnt-price-three-right{
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
margin-top: 15%;

}


.cont-info-price-three img{
    width: 10%;
}
.cont-info-price-three{
    display: flex;
    align-items: self-start;
    align-items: center;
    gap: 20px;
    justify-content: center;
    background-color: #ffff;
    padding: 15px;
    box-shadow: 2px 2px 5px rgba(110, 109, 109, 0.3);
  
}
#btnss{
    background-color:  #363cde;
    color: #fff;
}
#btnss:hover{
background-color: #242ad8;
color: #fff;
}

.free{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.get {
    display: flex;
    flex-direction: column;
    /* align-items: self-start; */
    justify-content: center;
    align-items: center;

}
#btno{
    padding: 7px 8px;
    background-color: #363cde;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
}

#btno:hover{
    background-color: #242ad8;
    color: #fff;
    }

 











/* responsive  pricing*/

/* tablet */

@media (max-width:850px){
    .contnt-pricing{
        width: 300px;
        height: 385px;
        margin-block: 10%;
      
    }
    .contnt-pricing-center{
        width: 300px;
        height: 420px;
        margin-block: 10%;
    
    }
    .grid-pricing{
        grid-template-columns: 1fr;
    }

    .grid-our-pricing{
        grid-template-columns: 1fr 1fr;
    }

    .grid-contnt-info-left{
        width: 30vw;
        padding: 15px;
    }

    .grid-price-three{
        grid-template-columns: 1fr;
    } 

}

/* mobile */
@media (max-width:480px){
    .contnt-pricing{
        width: 300px;
        height: 385px;
        margin-block: 10%;
      
    }
    .contnt-pricing-center{
        width: 300px;
        height: 420px;
        margin-block: 10%;
    
    }
    .grid-our-pricing{
        grid-template-columns: 1fr;
    }

    .grid-price-three{
        grid-template-columns: 1fr;
    } 

    .grid-contnt-info-left{
        width: 30vw;
        padding: 15px;
    }

}