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

}

@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: 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;
}

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

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

.tasks {
    font-weight: 500;
}

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

/* about page */

/* start of section 1 about page */

.main {
    padding: 5vw;
}
.section1_abt {
    display: flex;
    gap: 2vw;
}

.section2_abt {
    padding-top: 8vw;
}

.abt_left2 > img {
    height: 30vw;
}

.section1_prj {
    display: flex;
    gap: 10vw;
    align-items: center;
}

.section2_prj {
    padding-top: 8vw;
}

.prj_left2 > img {
    height: 30vw;
}

.section2_abt_flexes, .section3_abt_flexes, .section4_abt_flexes, .section5_abt_flexes, .section6_abt_flexes, .section7_abt_flexes {
    display: flex;
    gap: 7vw;
    align-items: center;
}

.section2_prj_flexes, .section3_prj_flexes, .section4_prj_flexes, .section5_prj_flexes, .section6_prj_flexes, .section7_prj_flexes {
    display: flex;
    gap: 7vw;
    align-items: center;
    justify-content: center;
}

.section2_prj_flexes, .section4_prj_flexes, .section6_prj_flexes {
    background-color: var(--1bgcolor);
    padding: 5vw;
    border-radius: 20px 0px 20px 0px;
}

.section2_prj_right > img {
    height: 16vw;
}

.section3_prj_right > img {
    height: 19vw;
}
.section4_prj_right > img {
    height: 17vw;
}

.section2_abt_right > img {
    height: 35vw;
    border-radius: 5px;
}
.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;
        }
        .section1_abt {
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
            gap: 2vw;
        }
        .hello {
            color: var(--bheader);
            font-weight: 600;
            font-size: 10px;
            text-align: center;
            padding-bottom: 5px;
        }
        .name {
            font-size: 6vw;
            text-align: center;
            font-weight: 800;
        }
        .work {
            color: var(--bheader);
            font-size: 7px;
            font-weight: 800;
            text-align: center;
            padding-bottom: 6px;
            padding-top: 20px;
        }
        .tasks {
            font-weight: 500;
            font-size: 9px;
        }
    
        .button {
            font-size: 10px;
        }
        
        .tasks > span {
            color: var(--bheader);
            font-size: 14px;
            padding-left: 20px;
        }
        .title {
            color: var(--bheader);
            font-size: 15px;
            font-weight: 700;
            /* padding: 4vw 0vw; */
            text-align: center;
        }
        .section2_abt_right > img {
            height: 30vw;
            border-radius: 0px;
        }
        img {
            border-radius: 0px;
        }
        .normal_text {
            line-height: 1.7;
            font-size: 10px;
            text-align: center;
        }
        .section2_abt_flexes, .section4_abt_flexes, .section6_abt_flexes {
            display: flex;
            flex-direction: column-reverse;
            gap: 7vw;
            align-items: center;
        }

        .section3_abt_flexes, .section5_abt_flexes, .section7_abt_flexes {
            display: flex;
            flex-direction: column;
            gap: 7vw;
            align-items: center;
        }

        .section1_prj {
            display: flex;
            flex-direction: column-reverse;
            gap: 10vw;
            align-items: center;
        }
        .section2_prj_flexes, .section4_prj_flexes, .section6_prj_flexes {
            display: flex;
            flex-direction: column-reverse;
            gap: 7vw;
            align-items: center;
            justify-content: center;
            background-color: var(--1bgcolor);
            padding: 5vw;
            border-radius: 10px;
        }

        .section3_prj_flexes, .section5_prj_flexes, .section7_prj_flexes {
            display: flex;
            flex-direction: column;
            gap: 7vw;
            align-items: center;
            justify-content: center;
            background-color: var(--1bgcolor);
            padding: 5vw;
            border-radius: 10px;

        }
        .section2_prj_right > img {
            height: 150px;
        }
        
        .section3_prj_right > img {
            height: 150px;
        }
        .section4_prj_right > img {
            height: 150px;
        }
        .section5_prj_right > img {
            height: 190px;
        }
        .section6_prj_right > img {
            height: 150px;
        }
        .section7_prj_right > img {
            height: 150px;
        }
        .btns {
            display: flex;
            flex-direction: row;
            gap: 2vw;
            padding-top: 4vw;
            align-items: center;
            justify-content: center;
        }
        .button {
            justify-content: center;
            align-items: center;
            align-self: center;
            justify-self: center;
        }
}