.header-toggle i{
    color: var(--white2);
    cursor: pointer;
    font-size: 20px;
    display: none;
}

.header-dropdown{
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border-radius: 7px;
    top: 70px;
    width: 300px;
    right: 40px;
    height: 0px;
    overflow: hidden;
    transition: height .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-dropdown.open{
    height: 0px;
}
.header-dropdown.open2{
    height: 280px;
}
.header-dropdown p{
    text-align: center;
}
.header-dropdown a{
    text-decoration: none;
    color: var(--white2);
}
.dropdown-navbar-space{
    display: block;
    margin: auto;
    width: 100px;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.282);
}

@media(max-width:1150px) {
    .update img{
        width: 800px;
    }
}
@media(max-width:1000px) {
    .header-navbar-space, .header-navbar-1, .header-navbar-2, .header-navbar-3{
        display: none;
    }
    .header-toggle i{
        display: block  ;
    }
    .header-dropdown{
        display: block;
    }
    .dropdown-dc{
        margin-left: 20px;
    }
}
@media(max-width:850px) {
    .update img{
        width: 500px;
    }
}
@media(max-width:560px) {
    .update img{
        width: 300px;
    }
    .first-btns{
        display: block;
    }
    .first-btns p{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .first-btns .contact-me{
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media(max-width:450px) {
    .first-title{
        font-size: 50px;
        line-height: 60px;
    }
    .update-title{
        font-size: 50px;
        line-height: 60px;
    }
    .third-text2{
        font-size: 50px;
        line-height: 60px; 
    }
}