*{
    width: 100%;
    height: 100%;
    font-family: 'Times New Roman', Times, serif;
}

.header {
    width: 100%;
    height: 10vh;
    background-color: rgba(70, 70, 70, 0.842);
}

.main {
    width: 100%;
    height: 75vh;
    background-color: rgb(0, 4, 53);
}

.footer {
    width: 100%;
    height: 15vh;
    background-color: rgb(46, 46, 46);
    display: flex;
    justify-content: space-between;
}

.October {
    font-size: 3vh;
}

.RezaDamghani {
    color: rgb(255, 255, 255);
    font-size: 4vh;
    width: 25vh;
    height: 4vh;
    margin-left: 3vh;
}

.a1 {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.nav {
    display: flex;
    height: 10vh;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.ul {
    display: flex;
    height: 2vh;
    width: 50vh;
}

.li {
    color: rgb(255, 255, 255);
    font-size: 2vh;
}

.li:hover {
    color: rgb(0, 255, 106);
}

.li:active {
    color: rgb(226, 38, 38);
}

.ContactUs-Home {
    background-color: rgb(216, 216, 216);
    border: 0.2vh solid;
    border-radius: 0.5vh;
    width: 15vh;
    height: 4vh;
    margin-right: 3vh;
    font-size: 2vh;
}

.ContactUs-Home:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(25, 0, 255);
    transition: 0.8s;
    transform: scale(1.2);
}

.a2 {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.a2:hover {
    color: rgb(25, 0, 255); 
}

.a2:active {
    color: rgb(226, 38, 38);
}

.Home-Projects {
    width: 3vw;
    height: 1vw;
    text-align: center;
    padding: 0.4vh;
    margin: 0.5vh;
    border-radius: 0.3vh;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 38, 255);
    font-size: 0.8vw;
}

.Home-Blog {
    width: 3vw;
    height: 1vw;
    text-align: center;
    padding: 0.4vh; 
    margin: 0.5vh;
    border-radius: 0.3vh;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 38, 255);
    font-size: 0.8vw;
}

/* boxitem
.box1-1Home {
    width: 25vh;
    height: 30vh;
    margin: 0.5vh;
    background-color: rgba(70, 70, 70, 0.562);
    border-radius: 4vh;
    text-align: center;
    font-size: 2vh;
    padding: 1vh;
}

.box1-2Home {
    width: 25vh;
    height: 30vh;
    margin: 0.5vh;
    background-color: rgba(70, 70, 70, 0.562);
    border-radius: 4vh;
    text-align: center;
    font-size: 2vh;
    padding: 1vh;
}
*/

.More-information {
    color: rgb(255, 255, 255);
    font-size: 3vh;
    height: 3vh;
    width: 23vh;
    padding-left: 1vh; padding-top: 1vh;
}

.Designed-by-RezaDamghani {
    color: rgb(255, 255, 255);
    font-size: 2vh;
    height: 2vh;
    width: 23vh;
    padding-left: 3vh; padding-top: 1vh;
}

.Skills {
    color: rgb(255, 255, 255);
    font-size: 2vh;
    height: 2vh;
    width: 33vh;
    padding-left: 3vh; padding-top: 1vh;
}

.Github-footer {
    width: 5vh;
    height: 5vh;
    padding: 1vh;
}

.Github-footer:hover {
    transform: scale(1.3);
    transition: 1s;
}

.Instagram-footer {
    width: 5vh;
    height: 5vh;
    padding: 1vh;
}

.Instagram-footer:hover {
    transform: scale(1.3);
    transition: 1s;
}

.Linkedin-footer {
    width: 5vh;
    height: 5vh;
    padding: 1vh;
}

.Linkedin-footer:hover {
    transform: scale(1.3);
    transition: 1s;
}

.Telegram-footer {
    width: 5vh;
    height: 5vh;
    padding: 1vh;
}

.Telegram-footer:hover {
    transform: scale(1.3);
    transition: 1s;
}

.Logo {
    width: 37vh;
    height: 0vh;
    display: flex;
    padding-top: 4vh;
    position: relative;
}

.footer-left {
    width: 38vh;
}

.Date {
    color: rgb(255, 255, 255);
    font-size: 3vh;
    height: 9vh;
    width: 30vh;
    padding: 2vh;
    box-sizing: border-box;
    text-align: center;
}

.Welcome {
    font-size: 3vh;
    width: 40vw;
    height: 40vh;
    padding: 5vh;
    background-color: rgb(0, 9, 107);
    color: rgba(255, 255, 255, 0.904);
    align-self: center;
    border-radius: 5vh;
}

.Welcome-Home {
    display: flex;
    justify-content: center;
}

@media (max-width: 1300px) {
    .Welcome {
        font-size: 2vh;
    }
}

@media (max-width: 900px) {
    .October {
        font-size: 2vh;
    }

    .RezaDamghani {
        font-size: 3vh;
    }

    .Date {
        font-size: 2vh;
    }

    .More-information {
        font-size: 2vh;
    }

    .Designed-by-RezaDamghani {
        font-size: 1vh;
        width: 12vh;
    }

    .Skills {
        font-size: 1vh;
        width: 17vh;
    }

    .Telegram-footer {
        width: 3vh;
        height: 3vh;
    }

    .Instagram-footer {
        width: 3vh;
        height: 3vh;
    }

    .Github-footer {
        width: 3vh;
        height: 3vh;
    }

    .Linkedin-footer {
        width: 3vh;
        height: 3vh;
    }

    .ContactUs-Home {
        font-size: 1.5vh;
        width: 10vh;
    }

    .ul {
        width: 35vh;
    }
}

@media (max-width: 700px) {
    .ul {
        width: 25vh;
    }

    .li {
        font-size: 1.5vh;
    }

    .RezaDamghani {
        width: 19vh;
        margin-left: 1.5vh;
    }

    .ContactUs-Home {
        margin-right: 1.5vh;
    }
}

@media (max-width: 600px) {
    .Welcome {
        width: 50vw;
        height: 50vh;
    }

    .RezaDamghani {
        font-size: 2.2vh;
        width: 14vh;
        padding-top: 1.5vh;
    }

    .ContactUs-Home {
        font-size: 1vh;
        width: 7vh;
    }

    .More-information {
        width: 15vh;
        padding-top: 3.5vh;
    }

    .Date {
        padding-top: 3.5vh;
    }

    .October {
        padding-top: 2vh;
    }
}

@media (max-width: 500px) {
    .Date {
        font-size: 1vh;
    }

    .October {
        font-size: 1vh;
        padding-top: 1vh;
    }

    .More-information {
        font-size: 1vh;
    }

    .Designed-by-RezaDamghani {
        font-size: 0.7vh;
        width: 9vh;
    }

    .Skills {
        font-size: 0.7vh;
        width: 12vh;
    }

    .Telegram-footer {
        width: 1vh;
        height: 1vh;
    }

    .Instagram-footer {
        width: 1vh;
        height: 1vh;
    }

    .Github-footer {
        width: 1vh;
        height: 1vh;
    }

    .Linkedin-footer {
        width: 1vh;
        height: 1vh;
    }

    .ul {
        width: 20vh;
    }

    .li {
        font-size: 1vh;
        padding-top: 0.5vh;
    }

    .RezaDamghani {
        font-size: 1.5vh;
        width: 10vh;
        margin-left: 0.5vh;
        padding-top: 2.5vh;
    }

    .Welcome {
        width: 60vw;
        height: 60vh;
    }

    .ContactUs-Home {
        margin-right: 0.5vh;
        width: 5vh;
        height: 3vh;
        font-size: 0.8vh;
    }
}

@media (max-width: 350px) {
    .ul {
        width: 17vh;
    }
}
/* Projects */

.main-Projects {
    height: 74.5vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.No-projects1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.No-projects2 {
    background-color: antiquewhite;
    font-size: 2vh;
    width: 50vh;
    height: 50vh;
    border-radius: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .No-projects2 {
        width: 35vh;
        height: 35vh;
    }
}

/* Blog */

.main-Blog {
    height: 74.5vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
}
    
.No-articles1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.No-articles2 {
    background-color: antiquewhite;
    text-align: center;
    font-size: 2vh;
    width: 50vh;
    height: 50vh;
    border-radius: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .No-articles2 {
        width: 35vh;
        height: 35vh;
    }
}


/* About Us */

.main-AboutUs {
    height: 75vh;
    width: 100%;
    background-color: rgb(0, 4, 53);
}

.Img-RezaDamghani2-AboutUs {
    display: flex;
    justify-content: center;
    height: 30vh;
    position: absolute;
}

.Img-RezaDamghani2 {
    width: 15vh;
    height: 15vh;
    margin-top: 2vh;
}

.Im-RezaDamghani1 {
    display: flex;
    justify-content: center;
}

.Im-RezaDamghani2 {
    color: rgba(255, 255, 255, 0.863);
    font-size: 2vh;
    width: 39vw;
    height: 43vh;
    padding: 5vh;
    border-radius: 5vh;
    align-self: center;
    background-color: rgb(0, 9, 107);
}

@media (max-width: 600px) {
    .Im-RezaDamghani2 {
        font-size: 1.6vh;
        width: 50vw;
    }

    .Img-RezaDamghani2 {
        width: 13vh;
        height: 13vh;
    }
}

/* Contact Us */

.main-ContactUs {
    background-color: rgb(15, 1, 41);
    height: 100%;
    width: 100%;
    display: flex;
}

.blob1 {
    background-color: rgba(255, 0, 0, 0.801);
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    filter: blur(7vh);
    position: absolute;
    margin-left: 70vw;
    margin-top: 45vh;
    animation-name: blob1;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes blob1 {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.6) translate(20vh,20vh);
    }
    
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1300px) {
    .blob1 {
        margin-left: 50vw;
    }
}

@media (max-width: 700px) {
    .blob1 {
        margin-left: 30vw;
    }
}

.blob2 {
    background-color: rgba(76, 0, 255, 0.945);
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    filter: blur(7vh);
    position: absolute;
    margin-left: 10vw;
    margin-top: 20vh;
    animation-name: blob2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes blob2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5) translate(10vh,10vh);
    }
    
    100% {
        transform: scale(1);
    }
}


.blob3 {
    background-color: rgba(225, 0, 255, 0.904);
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    filter: blur(7vh);
    position: absolute;
    margin-left: 45vw;
    margin-top: 10vh;
    animation-name: blob3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@media (max-width: 1300px) {
    .blob3 {
        margin-left: 20vw;
    }
}

@media (max-width: 700px) {
    .blob3 {
        margin-left: 5vw;
    }
}

@keyframes blob3 {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.5) translate(20vh);
    }
    
    100% {
        transform: scale(1);
    }
}

.Address1 {
    display: flex;
    justify-content: center;
    position: absolute;
}

.Address2 {
    width: 40vw;
    height: 70vh;
    background-color: rgba(23, 2, 160, 0.425);
    border-radius: 5vh;
    align-self: center;
}

@media (max-width: 1000px) {
    .Address2 {
       width: 70vw;
    }
}

@media (max-width: 700px) {
    .Address2 {
        height: 50vh;
    }
}


.Telegram-ContactUs1 {
    display: flex;
    justify-content: center;
}

.Telegram-ContactUs2 {
    width: 8vh;
    height: 8vh;
    margin-top: 20vh;
    z-index: 1;
}

@media (max-width: 700px) {
    .Telegram-ContactUs2 {
        margin-top: 30vh;
    }
}

.Telegram-RezaDamghani1 {
    position: absolute;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.Telegram-RezaDamghani2 {
    font-size: 2vw;
    color: rgb(255, 255, 255);
    background-color: black;
    display: flex;
    align-items: center;
    width: 21vw;
    height: 4vh;
    padding: 1.5vh;
    border-radius: 1.5vh;
    margin-top: 35vh;
    z-index: 1;
}

@media (max-width: 700px) {
    .Telegram-RezaDamghani2 {
        margin-top: 40vh;
    }
}

.Telegram-RezaDamghani2:hover {
    transform: scale(1.4);
    transition: 1s;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.message1 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message2 {
    font-size: 2.5vh;
    color: rgb(255, 255, 255);
    width: 28vw;
    height: 5vh;
}

@media (max-width: 1000px) {
    .message2 {
        width: 50vw;
    }
}