*{
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
    margin: 0%;
    padding: 0;
    font-family: Helvetica;
}

a{
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.container{
    width: 80%;
    margin: auto;
}

.back{
    background-color: rgba(5, 0, 78, 1);
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}


/* HEADER */

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
    padding: 15px 20px;
    margin-top: 74px;
}

.head-left{
    width: 25%;
}

.head-left a{
    padding: 0px 5px;
}

.head-mid{
    width: 50%;
}

.head-mid a{
    padding: 0px 15px;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.head-mid a::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: .5s;
}

.head-mid a:hover{
    color: gray;
}

.head-mid a:hover::before{
    left: 0;
}

.head-right{
    width: 25%;
    text-align: right;
}

/* LOGO */

.logo{
    text-align: center;
}

.logo img{
    width: 30%;
}

/* POST */

.postes{
    display: flex;
    justify-content: center;
    align-items: start;
}

.post{
    position: relative;
}

.post img{
    width: 100%;
}

.post-title{
    text-align: center;
    position: absolute;
    top: 38%;
    left: 11%;
    /* transform: translateY(-50%); */
    color: white;
    z-index: 1;
}

.post-title h3{
    font-size: 16px;
    font-weight: 400;
    background-color: #BD8554;
    display: inline;
    padding: 7px 10px;
}

.post-title h2{
    font-size: 20px;
    font-weight: 400px;
}

.post-title img{
    border-radius: 50%;
    width: 20px;
}

.post-title a{
    padding-left: 5px;
    padding-right: 5px;
}

.post-title2{
    text-align: center;
    position: absolute;
    top: 38%;
    left: 12%;
    color: white;
    z-index: 1;
}

.post-title2 h3{
    font-size: 16px;
    font-weight: 400;
    background-color: #BD8554;
    display: inline;
    padding: 7px 10px;
}

.post-title2 h2{
    font-size: 20px;
    font-weight: 400px;
}

.post-title2 img{
    border-radius: 50%;
    width: 20px;
}

.post-title2 a{
    padding-left: 5px;
    padding-right: 5px;
}

.post-title3{
    text-align: center;
    position: absolute;
    top: 38%;
    left: 17%;
    color: white;
    z-index: 1;
}

.post-title3 h3{
    font-size: 16px;
    font-weight: 400;
    background-color: #BD8554;
    display: inline;
    padding: 7px 10px;
}

.post-title3 h2{
    font-size: 20px;
    font-weight: 400px;
}

.post-title3 img{
    border-radius: 50%;
    width: 20px;
}

.post-title3 a{
    padding-left: 5px;
    padding-right: 5px;
}

.mask{
    position: absolute;
    top: 0%;
    left: 0;
    background-color: black;
    width: 520px;
    height: 355px;
    opacity: 30%;
}

.mask2{
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: black;
    width: 515px;
    height: 355px;
    opacity: 30%;
}
.mask3{
    position: absolute;
    top: 0%;
    right: -1%;
    background-color: black;
    width: 512px;
    height: 355px;
    opacity: 30%;
}

/* POST SOFIA */

.post-sofia{
    display: flex;
    justify-content: space-between !important;
    align-items: start;
    margin-top: 100px;
    position: relative;
}

.post-left{
    width: 70%;
}

.post-left img{
    width: 100%;
}

.post-des {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 3.5%;
    background-color: white;
    border: 1px solid lightgray;
    padding: 20px;
}

.post-des img{
    width: 4%;
    border-radius: 50%;
}

.post-des h3{
    position: absolute;
    top: -15%;
    left: 33%;
    color: white;
    background-color: #BD8554;
    padding: 7px 10px;
    font-size: 16px;
}

.post-des h2{
    font-size: 35px;
    font-weight: 400;
    margin: 5px;
}

.btn{
    color: #BD8554;
    font-weight: 600;
    font-size: 16px;
}

.post-date{
    width: 50px;
    height: 50px;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding-top: 5px;
}

.post-right{
    width: 30%;
    text-align: center;
}

.post-right img{
    border-radius: 50%;
}

.post-right h2{
    font-weight: 400;
}

.post-right h3{
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}

.post-right a{
    display: block;
    text-align: left;
    padding-top: 20px;
    padding-left: 10px;
    opacity: 70%;
}

.post-right a:hover{
    opacity: 100%;
}

/* IMAGES */

.images{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
}

.images-left{
    width: 70%;
}

.images-left img{
    margin-right: 5px;
}

.images-right{
    width: 30%;
    padding-left: 10px;
}

.images-right h3{
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
}

.recent{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 23px;
}

.recent-des h5{
    margin-top: 0;
    margin-bottom: 30px;
}

.recent-des span{
    opacity: 70%;
}

/* CARDS */

.cards{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
}

.card-left{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.card{
    width: 47%;
    text-align: center;
    position: relative;
    border: 1px solid lightgray;
    margin-top: 50px;
}

#one{
    margin-top: 0;
}

.card img{
    width: 100%;
}

.donald{
    width: 7% !important;
    border-radius: 50%;
}

.btn-card{
    color: #BD8554;
    font-weight: 600;
    padding-bottom: 15px;
}

.card h2{
    padding: 0px 10px;
    font-weight: 400;
}

.card-title{
    position: absolute;
    top: 49%;
    left: 23%;
    background-color: #BD8554;
    color: white;
    padding: 7px 10px;
    font-weight: 600;
}

.card-date{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    width: 50px;
    height: 50px;
    padding-top: 5px;
}

.card-right{
    width: 30%;
    text-align: center;
}

.img{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    padding-left: 30px;
}

.img img{
    width: 33%;
}

.instagram h3{
    text-align: left;
    padding-left: 10px;
}

.recent-comment{
    text-align: left;
    padding-left: 10px;
}

.recent-comment h3{
    font-weight: 400;
}

.recent-comment p{
    padding-left: 10px;
}

.tags{
    text-align: left;
    padding-left: 10px;
}

.tags h3{
    font-weight: 400;
}

.tags a{
    width: 30%;
    border: 1px solid lightgray;
    padding: 5px 7px;
    opacity: 70%;
}

.tags a:hover{
    background-color: #BD8554;
    color: white;
    opacity: 100%;
}

/* SUBSCRIBE */

.subscribe{
    text-align: center;
    background-image: url(img/blog-subscribe-bg-2.jpg);
    height: 500px;
    padding-top: 150px;
    margin-top: 100px;
}

.subscribe span{
    opacity: 70%;
}

.subscribe h2{
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.subscribe input{
    width: 300px;
    height: 50px;
    border: 1px solid lightgray;
    background-color: rgba(255, 255, 255, 0);
}

.subscribe input::placeholder{
    padding-left: 10px;
}

.subscribe a{
    padding: 10px 15px;
    background-color: #BD8554;
    color: white;
    font-size: 20px;
}

/* FOOTER */

footer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left{
    width: 33%;
    text-align: center;
}

.footer-left img{
    width: 30%;
}

.footer-mid{
    width: 33%;
    text-align: center;
    font-size: 16px;
}

.footer-right{
    width: 33%;
    text-align: center;
}

.footer-right a{
    background-color: lightgray;
    color: gray;
    padding: 7px 10px;
    border-radius: 50%;
}

.footer-right a:hover{
    background-color: #BD8554;
    color: white;
}

@media (max-width: 768px) {
    header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: black;
        color: white;
        padding: 15px 20px;
    }
    
    .head-left{
        width: 17%;
    }
    
    .head-left a{
        padding: 0px 5px;
    }
    
    .head-mid{
        width: 80%;
    }
    
    .head-mid a{
        padding: 0px 5px;
        padding-bottom: 5px;
        overflow: hidden;
        position: relative;
    }
    
    .head-mid a::before{
        content: "";
        width: 100%;
        height: 2px;
        background-color: white;
        position: absolute;
        bottom: 0;
        left: -100%;
        transition: .5s;
    }
    
    .head-mid a:hover{
        color: gray;
    }
    
    .head-mid a:hover::before{
        left: 0;
    }
    
    .head-right{
        width: 3%;
        text-align: right;
    }
    
    /* LOGO */
    
    .logo{
        text-align: center;
    }
    
    .logo img{
        width: 30%;
    }
    
    /* POST */
    
    .postes{
        display: flex;
        justify-content: center;
        align-items: start;
    }
    
    .post{
        position: relative;
    }
    
    .post img{
        width: 100%;
    }
    
    .post-title{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 1%;
        transform: translateY(-50%);
        color: white;
        z-index: 1;
    }
    
    .post-title h3{
        font-size: 14px;
        font-weight: 400;
        background-color: #BD8554;
        display: inline;
        padding: 7px 10px;
    }
    
    .post-title h2{
        font-size: 12px;
        font-weight: 400px;
    }
    
    .post-title img{
        border-radius: 50%;
        width: 7%;
    }
    
    .post-title a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-title span{
        font-size: 12px;
    }
    
    .post-title2{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 3%;
        transform: translateY(-50%);
        color: white;
        z-index: 1;
    }
    
    .post-title2 h3{
        font-size: 14px;
        font-weight: 400;
        background-color: #BD8554;
        display: inline;
        padding: 7px 10px;
    }
    
    .post-title2 h2{
        font-size: 12px;
        font-weight: 400px;
    }
    
    .post-title2 img{
        border-radius: 50%;
        width: 7%;
    }
    
    .post-title2 a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-title2 span{
        font-size: 12px;
    }
    
    .post-title3{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        color: white;
        z-index: 1;
    }
    
    .post-title3 h3{
        font-size: 14px;
        font-weight: 400;
        background-color: #BD8554;
        display: inline;
        padding: 7px 10px;
    }
    
    .post-title3 h2{
        font-size: 12px;
        font-weight: 400px;
    }
    
    .post-title3 img{
        border-radius: 50%;
        width: 7%;
    }
    
    .post-title3 a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-title3 span{
        font-size: 12px;
    }
    
    .mask{
        position: absolute;
        top: -1%;
        left: 0;
        background-color: black;
        width: 256px;
        height: 182px;
        opacity: 30%;
    }
    
    .mask2{
        position: absolute;
        top: -1%;
        left: 0%;
        background-color: black;
        width: 256px;
        height: 182px;
        opacity: 30%;
    }
    .mask3{
        position: absolute;
        top: -1%;
        right: 0;
        background-color: black;
        width: 256px;
        height: 182px;
        opacity: 30%;
    }

    .post-left{
        margin-right: 20px;
    }

    .post-des{
        top: 25%;
        left: 3.5%;
        width: 60%;
    }

    .post-des h3{
        top: -11%;
        left: 23%;
        font-size: 12px;
    }

    .post-des h2{
        font-size: 20px;
    }

    .post-des p{
        font-size: 12px;
    }

    .post-right h2{
        font-size: 15px;
    }

    .post-right h3{
        margin: 0;
    }

    .post-right p{
        font-size: 12px;
    }

    .post-right a{
        padding-top: 10px;
    }

    .images-left{
        margin-top: -120px;
        text-align: center;
    }

    .images-left img{
        width: 48%;
    }

    .recent-des h5{
        margin-bottom: 5px;
    }

    .recent-des span{
        font-size: 12px;
    }

    .card h2{
        font-size: 15px;
    }

    .card-title{
        font-size: 10px;
        top: 37%;
        left: 11%;
    }

    .card span{
        font-size: 12px;
    }

    .card p{
        font-size: 12px;
    }

    .btn-card{
        font-size: 12px;
    }

    .card-date{
        display: none;
    }
    
    .card-left{
        margin-right: 20px;
    }

    .img{
        padding-left: 10px;
    }

    .recent-comment h3{
        font-size: 15px;
    }

    .recent-comment p{
        padding: 0;
        font-size: 12px;
    }

    .instagram h3{
        padding: 0;
    }

    .tags a {
        width: 48%;
        font-size: 12px;
    }
}
@media (max-width: 480px) {

    header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: black;
        color: white;
        padding: 15px 20px;
    }
    
    .head-left{
        width: 17%;
    }
    
    .head-left a{
        padding: 0px 5px;
    }
    
    .head-mid{
        width: 80%;
    }
    
    .head-mid a{
        padding: 0px 5px;
        padding-bottom: 5px;
        overflow: hidden;
        position: relative;
    }
    
    .head-mid a::before{
        content: "";
        width: 100%;
        height: 2px;
        background-color: white;
        position: absolute;
        bottom: 0;
        left: -100%;
        transition: .5s;
    }
    
    .head-mid a:hover{
        color: gray;
    }
    
    .head-mid a:hover::before{
        left: 0;
    }
    
    .head-right{
        width: 3%;
        text-align: right;
    }
    
    /* LOGO */
    
    .logo{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .logo img{
        width: 30%;
    }
    
    /* POST */
    
    .postes{
        display: block;
    }
    
    .post{
        position: relative;
    }
    
    .post img{
        width: 100%;
    }
    
    .post-title{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-50%);
        color: white;
        z-index: 1;
    }
    
    .post-title h3{
        font-size: 14px;
        font-weight: 400;
        background-color: #BD8554;
        display: inline;
        padding: 7px 10px;
    }
    
    .post-title h2{
        font-size: 16px;
        font-weight: 400px;
    }
    
    .post-title img{
        border-radius: 50%;
        width: 7%;
    }
    
    .post-title a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-title span{
        font-size: 14px;
    }
    
    .post-title2{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-50%);
        color: white;
        z-index: 1;
    }
    
    .post-title2 h3{
        font-size: 14px;
        font-weight: 400;
        background-color: #BD8554;
        display: inline;
        padding: 7px 10px;
    }
    
    .post-title2 h2{
        font-size: 16px;
        font-weight: 400px;
    }
    
    .post-title2 img{
        border-radius: 50%;
        width: 7%;
    }
    
    .post-title2 a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-title2 span{
        font-size: 14px;
    }
    
    .post-title3{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-50%);
        color: white;
        z-index: 1;
    }
    
    .post-title3 h3{
        font-size: 14px;
        font-weight: 400;
        background-color: #BD8554;
        display: inline;
        padding: 7px 10px;
    }
    
    .post-title3 h2{
        font-size: 16px;
        font-weight: 400px;
    }
    
    .post-title3 img{
        border-radius: 50%;
        width: 7%;
    }
    
    .post-title3 a{
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-title3 span{
        font-size: 14px;
    }
    
    .mask{
        position: absolute;
        top: 0%;
        left: 0;
        background-color: black;
        width: 480px;
        height: 335px;
        opacity: 30%;
    }
    
    .mask2{
        position: absolute;
        top: 0%;
        left: 0%;
        background-color: black;
        width: 480px;
        height: 335px;
        opacity: 30%;
    }
    .mask3{
        position: absolute;
        top: 0%;
        right: 0;
        background-color: black;
        width: 480px;
        height: 335px;
        opacity: 30%;
    }

    .post-left{
        margin-right: 20px;
    }

    .post-des{
        top: 18%;
        left: 2.5%;
        width: 60%;
    }

    .post-des h3{
        top: -9%;
        left: 17%;
        font-size: 10px;
    }

    .post-des h2{
        font-size: 20px;
    }

    .post-des p{
        font-size: 12px;
    }

    .post-right h2{
        font-size: 15px;
    }

    .post-right h3{
        margin: 0;
        font-size: 14px;
    }

    .post-right p{
        font-size: 12px;
    }

    .post-right a{
        padding-top: 10px;
    }

    .images-left{
        margin-top: -120px;
        text-align: center;
    }

    .images-left img{
        width: 73%;
    }

    .recent{
        display: block;
    }

    .recent-des h5{
        margin-bottom: 5px;
    }

    .recent-des span{
        font-size: 12px;
    }

    .images-right h3{
        font-size: 14px;
    }

    .card{
        width: 100%;
        margin-top: 20px;
    }

    #one{
        width: 100%;
        margin-top: 20px;
    }

    #two{
        display: none;
    }

    .card h2{
        font-size: 12px;
    }

    .card-title{
        font-size: 10px;
        top: 34%;
        left: 11%;
    }

    .card span{
        font-size: 10px;
    }

    .card p{
        font-size: 12px;
    }

    .card-right-img img{
        width: 100%;
        margin-top: 20px;
    }

    .btn-card{
        font-size: 12px;
    }

    .card-date{
        display: none;
    }
    
    .card-right{
        width: 50%;
    }

    .card-left{
        width: 50%;
    }

    .img{
        padding-left: 10px;
    }

    .recent-comment h3{
        font-size: 15px;
    }

    .recent-comment p{
        padding: 0;
        font-size: 12px;
    }

    .instagram h3{
        padding: 0;
    }

    .tags a {
        width: 48%;
        font-size: 12px;
    }

    .footer-left{
        width: 25%;
    }

    .footer-left img{
        width: 50%;
    }

    .footer-mid{
        width: 37%;
    }

    .footer-mid p{
        font-size: 10px;
    }

    .footer-right{
        width: 37%;
    }
}