/* start of global */
:root {
	--bgcolor: #111A28;
	--1bgcolor: #0C121D;
    --2bgcolor: #000000;
    --bheader: #5B63B7;
    --textcolor: #fefefe;
    --1textcolor: #fff;
    --borderradius: 7px;

}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

body{
    padding: 0px;
    margin: 0px;
    background-color: var(--bgcolor);
    box-sizing: border-box;
    color: var(--textcolor);
    font-size: 1.3vw;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    color: var(--textcolor);
}

.title {
    color: var(--bheader);
    font-size: 2vw;
    font-weight: 700;
    padding: 4vw 0vw;
}

.title_center {
    color: var(--bheader);
    font-size: 2vw;
    font-weight: 700;
    padding: 4vw 0vw;
    text-align: center;
}


.btns {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    padding-top: 4vw;
    align-items: center;
}



.header {
    background-color: var(--1bgcolor);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 5.9vw;
    align-items: center;
    padding: 0px 20px;
    position: relative;
    z-index: 100;
    /* position: fixed;
    width: 100%; */
}

.normal_text {
    line-height: 1.7;
}

.menu {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    font-size: 1.6vw;
    align-items: center;
    padding-right: 1vw;

}


.menu_item1:hover, .menu_item2:hover, .menu_item3:hover, .menu_item4:hover, .menu_item5:hover {
    cursor: pointer;
    font-size: 1.7vw;
    color: var(--bheader);
    transition: 800ms;
}

.menu_item6 {
    background-color: var(--bgcolor);
    padding: 10px 12px;
    border-radius: 7px;
    cursor: pointer;
    
    
}

.menu_item6:hover {
    background-color: var(--bheader);
    color: var(--1bgcolor);
    font-size: 1.7vw;
    transition: 500ms;
}

.logo {
    font-size: 5vw;
    font-weight: 900;
    align-items: center;
    padding-bottom: 1vw;
    padding-left: 3vw;
}

.logo:hover {
    color: var(--bheader);
    cursor: pointer;
    transition: 500ms;
}
.logo > span {
    font-size: 6.1vw;
    align-items: center;
}

.btncent {
    justify-content: center;
}

.button {
    background-color: var(--1bgcolor);
    padding: 12px 15px;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 600;
    width: fit-content;
    text-align: center;
}
.btn_color {
    background-color: var(--bgcolor);
}
.button:hover {
background-color: var(--bheader);
color: var(--1bgcolor);
font-size: 1.4vw;
transition: 500ms;
}

.button2 {
    background-color: var(--bgcolor);
    padding: 15px 15px;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 400;
    /* margin: 0vw 7vw; */
    margin-left: 7vw;
    margin-right: 7vw;
    margin-bottom: 0vw;
    text-align: center;
}

.button2:hover {
    background-color: var(--bheader);
    color: var(--1bgcolor);
    font-size: 1.35vw;
    transition: 500ms;
}


.hello {
    color: var(--bheader);
    font-weight: 600;
    font-size: 1.9vw;
    padding-bottom: 5px;
    position: relative;
}

.name {
    font-size: 6vw;
    font-weight: 800;
    position: relative;
}

.work {
    color: var(--bheader);
    font-size: 2.3vw;
    font-weight: 800;
    padding-bottom: 6px;
    padding-top: 20px;
    position: relative;
}

.tasks {
    font-weight: 500;
    position: relative;
}

.tasks > span {
    color: var(--bheader);
    font-size: 25px;
    padding-left: 20px;
    position: relative;
}
/* end of global */





.thetext {
    text-align: center;
    z-index: 10;
}

.section1_blog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
}

.thetext::before {
    content: "";
    background-image: url(../images/nubelson-fernandes-Y376h7VN27c-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}

/* .hello {
    position: relative;
    color: #ffffff;  
    font-size: 14rem;
    line-height: 0.9;
    text-align: center;
  } */

.section2_blog {
    margin: 1vw 5vw;
    padding: 2vw 2vw;
    background-color: var(--1bgcolor);
    border-radius: var(--borderradius);
}

.title--center {
    text-align: center;
    margin-top: 2vw;
    font-size: 3vw;
}

.section2__featured {
    display: flex;
    gap: 2vw;
    align-items: center;
}

.title__colored {
    color: var(--bheader);
}

.btn__mod {
    background-color: var(--bgcolor);
}

.all_blogs {
    display: flex;
    gap: 3vw;
    padding-top: 5vw;
    justify-content: center;
}

.blog_descr {
    background-color: var(--bgcolor);
    /* height: 40vw; */
    align-items: center;
    border-radius: 8px;
}


.title3 {
    font-weight: 700;
    text-align: center;
    font-size: 1.5vw;
    padding: 1vw;
    color: var(--bheader);
}

.blog_descr > p {
    padding: 1.5vw;
    text-align: justify;
    font-size: 1vw;
}

.sec6 {
    display: flex;
    gap: 5vw;
}
.btn__modified {
    background-color: var(--1bgcolor);
}

.middle__text {
    text-align: center;
}

.blog_list {
    list-style: none;
    list-style-image: url('../images/comp.png');
}

.blog_list li {
    margin-top: 1vw;
}

.blog_list li:hover {
    cursor: pointer;
    font-size: 18px;
    transition: 500ms;
    color: var(--bheader);
}

.text_section_as_blog {
    display: flex;
    justify-content: space-around;
}


.interactions {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
}

.intcon {
    border: 2px solid var(--bheader);
    border-radius: 50px;
    padding: 10px 12px;
    cursor: pointer;
}

.intcon img {

    height: 15px;
    /* padding: 10px; */
}

.intcon:hover {
    border: 2px solid var(--1textcolor);
}



.footer_sec {
    background-color: var(--1bgcolor);
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5vw;
    height: 6vw;
    align-items: center;
    /* padding: 0px 20px; */
}

.fmenu_item6 {
    background-color: var(--bgcolor);
    padding: 10px 12px;
    border-radius: 7px;
    cursor: pointer;
    
    
}

.menu_item6:hover {
    background-color: var(--bheader);
    color: var(--1bgcolor);
    font-size: 1.7vw;
    transition: 500ms;
}

.fmenu {
    display: flex;
    flex-direction: row;
    gap: 9vw;
    font-size: 1.6vw;
    align-items: center;
    justify-items: center;
    padding-right: 1vw;

}

#icon {
    width: 30px;
    cursor: pointer;
}

.logincon {
    height: 35px;
    border-radius: 20px;
}

.logincon:hover {
    background-color: #eeeeee;
    transition: 500ms;
    height: 33px;
}

@media (max-width: 480px), (min-width: 320px ), (max-width: 768px)  {
    .menu {
        display: none;
    }
    .logo {
        font-size: 40px;
        font-weight: 900;
        align-items: center;
        padding-bottom: 1vw;
        padding-left: 3vw;
    }
    
    .logo:hover {
        color: var(--bheader);
        cursor: pointer;
        transition: 500ms;
    }
    .logo > span {
        font-size: 50px;
        align-items: center;
    }
    .header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
    }
    .all_blogs {
        display: flex;
        flex-direction: column;
        gap: 3vw;
        padding-top: 5vw;
        justify-content: center;
    }
    .section2__featured {
        display: flex;
        flex-direction: column-reverse;
        gap: 2vw;
        align-items: center;
    }
    .section2_blog {
        margin: 1vw 5vw;
        padding: 2vw 2vw;
        border-radius: var(--borderradius);
    }
    
    .blog_descr {
        background-color: var(--1bgcolor);
        /* height: 40vw; */
        align-items: center;
        border-radius: 8px;
        }
}