*{
    margin: 0;
    padding: 0;
    font-family:  "Rubik", sans-serif;
}



.parent{
    width: 100%;
}

/* First Conatiner */

.networks{
    color: #007ab3;
}

#main-future{
    text-align: center;
}

.big-container{
    width: 100%;
    background-color: #f0f8ff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-1{
    /* width: 80%; */
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.letters{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 120px 20px 120px;
    gap: 10px;
}

.blog-1{
    position: absolute;
    right: 120px;
    top: 60px;
}

.blog-2{
    position: absolute;
    right: 30px;
    top: 380px;
}

.blog-3{
    position: absolute;
    top: 160px;
    right: 30px;
}

.blog-4{
    position: absolute;
    top: 20px;
    left: -35px;
}

.blog-5{
    position: absolute;
    left: 10px;
    top: 180px;
}

.blog-6{
    position: absolute;
    top: 360px;
    left: 40px;
}

.letters p{
    font-size: 38px;
}

.big-cards{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.big-card img{
    width: 100%;
    border-radius: 20px;
    transition: transform .4s;
}

.big-card img:hover{
    transform: scale(1.1);   
}

.big-card{
    width: 500px;
    border: none;
    cursor: pointer;
    padding: 20px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    border-radius: 20px;
}

.apr{
    font-size: 14px;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 3px;
    background-color: #cee4e1;
    color: #087a68;
    display: inline-block;
    border-radius: 5px;
}

.become-1{
    font-size: 26px;
    font-weight: bold;
}

.nextpage{
    text-decoration: none;
    color: black;
}

.letter{
    font-size: 18px;
}

.read-btn{
    border: none;
    background-color: white;
    font-size: 16px;
}

.read-btn:hover{
    text-decoration: underline;
    font-weight: bold;
}

.read-btn a{
    text-decoration: none;
    color: green;
}

/* First container end*/

/* Second container*/

.container-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}

.blogs{
    width: 80%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.blogs p{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}

.blogs input{
    padding: 15px;
    cursor: pointer;
    width: 50%;
    border: none;
    background-color: whitesmoke;
    border-radius: 8px;
    color: grey;
}
/* Second Container End */

/* Third Container */
.container-3{
    background-color: #ffffff;
    width: 100%;
}

.small-cards{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    /* display: grid;
    grid-template-columns: auto auto auto; */
    justify-content: space-evenly;
    gap: 10px;
}

.small-card{
    width: 30%;
    padding: 20px;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
}

.small-card p{
  margin-bottom: 0px;
}

.small-card img{
    width: 100%;
    border-radius: 8px;
    transition: transform .2s;
}

.small-card img:hover{
    transform: scale(1.1);
}
/* Third Container End */

.container-4{
    background-color: #cce2df;
    margin-top: 40px;
    width: 100%;
}

.two-boxes{
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-box{
    padding: 20px;
    margin: 60px;
}

.first-letter{
    font-size: 36px;
}

.lady{
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.second-box img{
    padding: 40px 0px 40px 40px;
    width: 600px;
}

.today-btn{
    padding: 10px;
    border: none;
    background-color: #087a68;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
/* Fourth Container End */


@media screen and (min-width: 320px) and (max-width: 768px){
    .blog-1{
        display: none;
    }

    .blog-2{
        display: none;
    }

    .blog-3{
        display: none;
    }

    .blog-4{
        display: none;
    }

    .blog-5{
        display: none;
    }

    .blog-6{
        display: none;
    }

    .container-1{
        width: 100%;
        padding: 10px;
    }

    .big-container{
        width: 100%;
    }

    .letters{
        padding: 10px 5px ;
        /* margin-top: 80px; */
    }

    .letters p{
        font-size: 16px;
        margin-bottom: 0px;
    }

    .big-cards{
        flex-direction: column;
        width: 100%;
        margin-top: 15px;
    }

    .become-1{
      font-size: 20px;
    }

    .blogs p{
      font-size: 24px;
    }

    .letter{
      font-size: 16px;
    }

    .big-card{
        width: 100%;
        padding: 10px;
    }

    .big-card img{
        width: 100%;
    }

    .blogs{
        width: 100%;
    }

    .blogs input{
        width: 100%;
    }

    .small-cards{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .small-card{
        width: 100%;
        padding: 0px;
        gap: 5px;
    }

    .small-card img{
        width: 100%;
    }

    .two-boxes{
        flex-direction: column;
    }

    .first-letter{
      font-size: 24px;
    }

    .first-box{
        margin: 0px;
    }

    .first-box p{
        margin-bottom: 0px;
    }

    .second-box img{
        width: 100%;
    }

    
}