
.home-title {
    height: 60vh;
    align-content: center;
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
}


    .home-title button {
        background: rgb(255, 255, 255);
        color: rgb(7, 7, 7);
        border: none;
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s ease;
        box-shadow: 2px 2px 10px #011627;
    }

    .home-title button:hover {
        background: #000000;
        color: rgb(255, 255, 255);
        border: 2px solid rgb(255, 255, 255);

    }

    .overlap-buttons {
        display: block;
        position: relative;
        margin-top: 20px;
    }

    .overlap-buttons button {
        position:absolute;
        top: 0;
        
    }

    .overlap-buttons button:first-child {
        background: black;
        color: rgb(255, 255, 255);
        border: 2px solid rgb(168, 155, 155);
        margin: auto;
        z-index: 2;
      
    }

    .overlap-buttons button:first-child:hover {
        background: rgb(255, 255, 255);
        color: #000000;
        border: 2px solid black;
        z-index: 2;
       
    }

    .overlap-buttons button:last-child {
        background: rgb(255, 255, 255);
        right: 46.8%; /* Adjust this value for the overlap */
        border: 2px solid rgb(141, 136, 136);
        z-index: 1;
        color: rgb(0, 0, 0);
        
    }

    .overlap-buttons button:last-child:hover {
        background: #000000;
        border: 2px solid rgb(255, 255, 255);

        color: white;
    }


    

    .overlap-buttons button:last-child i, .overlap-buttons button:first-child i {
        margin-left: 5px;
        font-size: 14px;
    }

    .tittle{
        transform: scale(0.9);
        justify-content: center;
        justify-items: center;
    
    }


    ul{
        margin-top: 10px;
        list-style: none;    
    }



h1 {
    font-family: 'Orbitron', monospace;
    font-size: 35px;
    font-weight: 800;
    font-size: 2.5rem;
    margin: 10px 0;
}


a{
    text-decoration: none;
}



.plans-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
    flex-wrap: wrap;
}


   .plan {
    background: #fff;
    border: 3px solid #2aa5e1;
    border-radius: 10px;
    width: 300px;
    height: fit-content;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    transition: transform 0.2s;
    position: relative;
}


.plan:hover {
    transform: scale(1.05);
}

   .plan-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.plan-header-tittle{
    width: 100%;
    height: 100%;
    padding-top: 10px;

}

 
.plans-container  img {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}


   .badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #2aa5e1;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.9rem;
    border-radius: 20px;
    font-weight: bold;
}

   .price {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    margin: 10px 0;
}

   .discount {
    font-size: 0.9rem;
    text-decoration: line-through;
    color: #706d6d;
    margin-right: 5px;
}

   .subtext {
    width: 100%;
    color: #0e0e0e;
    font-size: 0.7rem;
    margin-bottom: 20px;
}

   .free-header {
    width: 100%;
    text-align: center;
    color: #18992b;
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.choice{
    width: 95%;
    text-align: center;
    font-size: 1rem;  
    font-weight: 500;
    text-decoration: none;
    padding: 2px 2px;
    background-color: #008fe8;
    color:  #ffffff;
    margin: 10px auto;
    border-radius: 18px;
    border: 3px solid rgba(6, 18, 113, 0.543);
    font-weight: 800;
}

.choice:hover{
    background-color:  #ffffff;
    color:  #008fe8;
    cursor: pointer;
}



.arrow{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}



   .features {
    text-align: left;
    margin: 20px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}



   .features li {
    font-size: 12px;
    margin-bottom: 10px;
    list-style: none;
}

   .features li::before {
    content: '\2713';
    color: #2aa5e1;
    margin-right: 10px;
}

.read_more{
    width: 100%;
    margin-top: 20px;
    text-align: end;

}

.read_more .button {
    font-size: 12px;
    display: inline-block;
    padding: 2px 4px;
    color: #2aa5e1;
    background-color: #ffffff;
    border: 2px solid #2aa4e1d1;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s;
}

   .button:hover {
    background-color: #2aa5e1;
    border: 2px solid #2aa5e1;
    color: #ffffff;

}

   .most-popular {
    border: 2px solid #2aa5e1;
}

   .most-popular .plan-header {
    color: #2aa5e1;
}

   .see-features {
    color: #2aa5e1;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

   .see-features:hover {
    text-decoration: underline;
}


.message {
    font-size: 1rem;
    margin: 20px auto;
    color: #555;
    text-align: center;
}

.load-more {
    text-align: center;
    margin-top: 20px;
}

.load-more {
    background-color: #010c2a;
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.load-more:hover {
    background-color: #082173;
    transform: scale(1.05);
}






/* this is for the second card */

.second  {
    background: #2aa4e18b;
    border: none;
}


.second .choice{
    background-color: #000000;
    color:  #ffffff;
    border: 3px solid rgba(255, 255, 255, 0.908);

}

.second .choice:hover{
    background-color:  #ffffff;
    color:  #2AA5E1;
}


.second .read_more .button {

    color: #ffffff;
    background-color: #000000;
    border: 3px solid #000000d1;

}

.second .read_more .button:hover {
    background-color: #ffffff;
    border: 2px solid #000000;
    color: #000000;

}


/* this is for the third card */

.third {
    background: #000000;
    color: #ffffff;
    border: none;
}

.third .price {
    color: #ffffff;

}

.third .subtext{
color: #fffefe;
}

.third  .choice{
    background-color: #ffffff;
    color:  #000000;

}

.third .choice:hover{
    background-color:  #2aa4e1d1;
    color:  #feffff;
}


.third .read_more .button {

    color: #000000;
    background-color: #ffffff;
    border: 3px solid #000000d1;

}



.third .read_more .button:hover {
    background-color: #2aa4e18b;
    border: 2px solid #ffffff;
    color: #ffffff;
}


/* Tiny phones */
@media (max-width: 320px) {
    .home-title {
        height: auto;
        padding: 10px;
    }

    h1 {
        font-size: 1.5rem;
    }

    .home-title button {
        font-size: 12px;
        padding: 6px 12px;
    }

    .overlap-buttons button {
        position: static;
        margin: 5px 0;
    }
}

/* Phones */
@media (min-width: 321px) and (max-width: 480px) {
    .home-title {
        padding: 15px;
    }

    h1 {
        font-size: 1.8rem;
    }

    .home-title button {
        font-size: 14px;
    }

    .overlap-buttons {
        text-align: center;
    }

    .overlap-buttons button {
        position: static;
        margin: 6px 5px;
    }
}

/* Phones landscape and small tablets */
@media (min-width: 481px) and (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }

    .home-title button {
        font-size: 15px;
    }

    .overlap-buttons {
        text-align: center;
    }

    .overlap-buttons button {
        position: static;
        margin: 6px 10px;
    }
}

/* Tablets portrait */
@media (min-width: 768px) and (max-width: 834px) {
    h1 {
        font-size: 2.2rem;
    }

    .home-title button {
        font-size: 16px;
        padding: 8px 16px;
    }

    .overlap-buttons button {
        position: static;
        margin: 8px 10px;
    }
}

/* Tablets landscape */
@media (min-width: 835px) and (max-width: 1023px) {
    .home-title {
        height: auto;
        padding: 30px;
    }

    .overlap-buttons {
        text-align: center;
    }

    .overlap-buttons button {
        position: static;
        margin: 8px;
    }
}

/* Small laptops */
@media (min-width: 1024px) and (max-width: 1279px) {
    .home-title {
        height: 55vh;
    }

    .overlap-buttons button {
        right: 40%;
    }
}

/* Medium desktops */
@media (min-width: 1280px) and (max-width: 1439px) {
    .overlap-buttons button:last-child {
        right: 45%;
    }
}

/* Large desktops */
@media (min-width: 1440px) and (max-width: 1919px) {
    .home-title {
        height: 60vh;
    }

    .overlap-buttons button:last-child {
        right: 46.8%;
    }
}

/* Full HD and 2K screens */
@media (min-width: 1920px) and (max-width: 2559px) {
    .home-title {
        height: 65vh;
    }

    h1 {
        font-size: 3rem;
    }

    .home-title button {
        font-size: 18px;
        padding: 12px 24px;
    }

    .overlap-buttons button:last-child {
        right: 48%;
    }
}

/* 4K and up */
@media (min-width: 2560px) {
    .home-title {
        height: 70vh;
        padding: 40px;
    }

    h1 {
        font-size: 3.5rem;
    }

    .home-title button {
        font-size: 20px;
        padding: 14px 28px;
    }

    .overlap-buttons button:last-child {
        right: 49%;
    }
}



