
.navbar {
background: rgb(29, 56, 71) ; 
}
    .pricing-container {
        display: flex;
        justify-content: center;
        align-items: center;
        
        height: 90dvh;
        font-family: 'Open Sans', sans-serif;
        background-image: url(../img/lik1.jpg?v=2);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
       
    }
    .pricing-container:hover{
        
    }

    .pricing-plan {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 1px solid #D2B67F;
        border-radius: 2px;
        
        transition: transform 0.5s, width 0.5s;
        height: 500px;
        min-height: 400px;
        min-width: 300px;
        margin: 50px;
        background-size: cover;
        background-position: center center;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        opacity: .95;
    }
   
    .pricing-plan .top-part{
        display: flex;
        align-items: center;
        justify-content:center;
        flex-direction: column;
        width: 100%;
        height: 90%;
        max-width: 250px;
    }
    .textContainerPricing{
       /*  background-color: rgba(27, 25, 25, 0.214); */
      /*   background-color: rgba(243, 239, 239, 0.8); */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin: 10px;
        color: rgb(219, 205, 166);
    }
    .textContainerPricing:first-child{
   /*      background-color: rgba(27, 25, 25, 0.251); */
      /*   background-color: rgba(243, 239, 239, 0.8); */
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin: 10px;
    }
    .textContainerPricing:last-child{
       background-color: rgba(3, 3, 3, 0.555);
      /*   background-color: rgba(243, 239, 239, 0.8); */
        width: auto;
        display: flex;
        font-size: auto;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        
    }
  
    .textContainerPricing span{
        margin: 5px 0;
        padding:  2px 10px;
        font-size: 20px;
        color: rgb(241, 209, 118);
        font-weight: 400;
        
        text-shadow: 1px 1px black;
    }
    .part1{
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .part2{
        height: 10%;
    }
    .pricing-plan .bottom-part{
        width: 100%;
        height: 10%;
        
    }

    .pricing-plan:hover {
        transform: scale(1.1);
        border: 2px solid #7F9BD2;
        z-index: 1;
        opacity: 1;
    }
  


    .pricing-plan.huge {
        transform: scale(1.1);
        border: 2px solid #7F9BD2;
        z-index: 3;
    }

    .pricing-plan h3 {
        margin: 20px 0 10px;
        font-size: 25px;
        color: rgb(241, 209, 118);
        text-shadow: 0 1px 6px #333;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 2px 2px black;
 
    }
    /* .pricing-plan h4{
        color: rgb(219, 205, 166);
     } */
    .pricing-plan:nth-child(even) h3 {
        font-size: 30px;
    }

    .pricing-plan p {
        margin: 0;
        font-size: 15px;
        color: rgb(219, 205, 166);
    
        text-shadow: 0 1px 6px #333;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 2px 2px black;
    }

    .pricing-plan button {
        background-color: #D2B67F;
        color: #333;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        text-decoration: none;
        padding: 15px;
        width: 95%;
        border-radius: 6px;
        border: 1px solid #7F9BD2;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 4;
    }

    .pricing-plan button:hover {
        background-color: #C5A059;
        color: black;
        transition: all 0.5s ease-out;
    }
    
    .bottom-part2{
        margin-top: 510px;
        max-width: 250px;
        height: auto;
        max-height: 140px;
        font-size: 14px;
        text-align: center;
        position: absolute;
        color: wheat;
        background-color: rgba(0, 0, 0, 0.753);
        padding-bottom: 10px;
        border-radius: 5px;
        padding: 15px;
    }
    .bottom-part2 span{
        margin: 10px;
      
    }
    .bottom-part2 b{
        font-weight: 700;
    }
    .description{
       
        padding-bottom: 10px;
        font-weight: 500;
    }

    /* Media mobile */
    @media (max-width: 768px) {
        body{
            height: auto;
        }
        .pricing-container {
            width: 90%;
            flex-direction: column;
            height: auto;
        }
        .pricing-containerParent{
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pricing-plan {
            padding-top: 30px;
            margin: 0px;
            margin-bottom: 150px;
            
        }

        .pricing-plan.larger {
           /*  transform: scale(1.1); */
        }
        .bottom-part2{
        margin-top: 480px;
        max-width: 250px;
        height: auto;
        max-height: 120px;
        }

              
        @media (max-width: 768px) {
          
            .pricing-container {
                flex-direction: column;
                margin-top: 100px;
            }
            .animated{
                margin-bottom: 30px;
            }
        }
    }
