* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* color: #fff; */
}

.main_photo {
    color: #fff;
    padding: 5px 5px;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.897) 20%, transparent 100%),
        url('https://images.unsplash.com/photo-1622550105129-02c04a85a5f3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
}

.logo h4::after {
    content: "]";
    display: inline-block;
    transform: rotate(-20deg);
    color: rgb(224, 240, 6);
    padding: 2px 3px;
    font-size: 40px;
}

.logo h4 {
    color: #fff;
    font-size: 30px;
}

.logo h4::before {
    content: "[";
    display: inline-block;
    transform: rotate(20deg);
    color: rgb(224, 240, 6);
    padding: 2px 3px;
    font-size: 40px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.contact_info {
    display: flex;
    flex-direction: row;
}

.contact_info div {
    font-size: 15px;
    margin: 10px 20px;
}

.navbar ul {
    display: flex;
    list-style: none;
}

.navbar ul li {
    margin: auto 3px;
}

a {
    color: #fff;
    text-decoration: none;
}

.responsive_menu i {
    font-size: 30px;
}

.languages {
    margin-right: 20px;
}

.name_media {
    margin: 20px 80px;
    display: flex;
}

.media {
    display: flex;
    flex-direction: column;
}

.Intro {

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    flex-direction: column;
    padding: 170px 60px;
}

.Intro h2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 35px;
}

.Intro p {
    width: 60%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    line-height: 28px;
    margin: 5px 0px;
}

.Intro button {

    padding: 5px 5px;
    background-color: transparent;
    border: 1px solid #D66939;
    color: #D66939;
    width: 30%;
    font-weight: bolder;
    margin: 20px 40px;
}

.Intro button:hover {
    transition: 1s;
    background-color: #d66839bb;
}

.style {
    margin-left: 10px;
    height: 30vh;
    background-color: rgba(255, 255, 255, 0.329);
    width: 6px;
    border-radius: 10px;
}

.icons {
    display: flex;
    flex-direction: column;
    font-size: 30px;
}

.icons i {
    margin: 5px 0px;
}

.skills {
    padding: 40px 0px;
    text-align: center;
    color: black;
}

.main_skills i {
    margin: 10px 0px;
    color: #D66939;
    font-size: 30px;
}

.main_skills {
    margin: 0px 50px;
    justify-content: center;
    display: flex;
}

.main_skills div {
    text-align: center;
    margin: 4px 30px;
}

.main_skills h6 {
    font-weight: 500;
    font-size: 20px;
    margin: 7px auto;
}

.about_me {
    padding: 20px 0px;
    background-color: rgba(54, 50, 50, 0.233);
    margin: 40px 10px;
    display: flex;
}

.style2 {
    margin: 20px 0px;
    border-radius: 10px;
    background-color: #D66939;
    width: 20%;
    height: 1vh;
}

.abtpicture {
    border-radius: 2px;
    border: 1px solid black;
    background-size: cover;
    background-position: center;
    width: 30%;
    height: 80vh;
    background-image: url('https://images.unsplash.com/photo-1657214059233-5626b35eb349?ixlib=rb-4.0.3&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=436&q=80');
}

.description li {
    margin: 10px 0px;
    list-style: circle;
}

.description {
    width: 40%;
    margin: 0px 30px;
}

.description h6,
h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.description p {
    margin: 10px 0px;
}

.prising {
    justify-content: space-between;
    display: flex;
}

.sub_prising {
    margin: -10px 50px;
}

.sub_prising h3 {
    font-size: 25px;
}

.style3 {
    border-radius: 10px;
    background-color: #D66939;
    width: 60%;
    height: 1vh;
}

.prising h6 {
    font-size: 20px;
}

.offers {
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.offers div {
    border-radius: 3px;
    padding: 20px 20px;
    margin: 3px 10px;
    background-color: rgba(54, 50, 50, 0.233);
    width: 28%;
    display: flex;
    flex-direction: column;
}

li {
    margin-top: 10px;
    list-style: none;
}

.offers p {
    margin-bottom: 10px;
}

.offers h5 {
    color: #D66939;
}

.offers button {
    cursor: pointer;
    padding: 5px 5px;
    background-color: transparent;
    border: 2px solid #D66939;
    color: #080707;
    font-weight: 700;
    margin: 20px 40px;
    font-size: 20px;
}

.offers button:hover {
    transition: 1s;
    background-color: #d66839bb;
}

.offers h6 {
    font-size: 25px;
}

.work {
    margin: 50px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.style4 {
    margin-top: 17px;
    border-radius: 10px;
    background-color: #D66939;
    width: 60%;
    height: 1vh;
}

.work h3 {
    font-size: 25px;
    margin-left: 40px;
}

.images {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    margin: 10px 10px;
}

.images div {
    border: 1px solid black;
    background-position: center;
    background-size: cover;
    min-width: 344px;
    margin: 3px 10px;
    height: 70vh;
}

#left {
    top: 350%;
    position: absolute;
    font-size: 50px;
}

#right {
    top: 350%;
    position: absolute;
    font-size: 50px;
    left: 95%;
}


.img1 {
    background-image: url('https://images.unsplash.com/photo-1589656966895-2f33e7653819?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
}

.img2 {
    background-image: url('https://images.unsplash.com/photo-1583337130417-3346a1be7dee?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=464&q=80');
}

.img3 {
    background-image: url('https://images.unsplash.com/photo-1574068468668-a05a11f871da?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=327&q=80');
}

.img4 {
    background-image: url('https://images.unsplash.com/photo-1444464666168-49d633b86797?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80');
}
.login_section {
    margin-top: 30px;
    background-position: center;
    background-size: cover;
    background-image: url('https://cdn.pixabay.com/photo/2016/11/29/12/13/fence-1869401_960_720.jpg');
}
.sub_login {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.style5 {
    margin: 20px;
    border-radius: 10px;
    background-color: #D66939;
    width: 60%;
    height: 1vh;
}
.head {
    margin-right: 50px;
}
.sub {
    justify-content: center;
    align-items: center;
    display: flex;
}
.my_forums {
    border-radius: 3px;
    width: 30%;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.218);
    height: 50vh;   
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my_forums input {
    padding: 5px 10px;
    border: 1px solid black;
    margin-top: 10px;
}
.head h5 {
    color: #fff;
}
input[type=email]{
   width: 70%;
   height: 5vh;
}
input[type=text]{ 
    width: 70%;
   height: 15vh;
}
.my_forums button {
    border: none;
    outline: none;
    background-color: #D66939;
    color: #fff;
    margin-top: 10px;
    width: 70%;
   height: 5vh;
}
.navo {
    color: #fff;
    padding: 40px 30px;
    height: 20vh;
    background-color: #080707;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.navo button {
    padding: 15px 70px;
    background-color: transparent;
    border: 1px solid #D66939;
    color: #D66939;
    width: 100%;
}
.privacy a {
    color: gray;
}
span i {
    margin: 3px 5px;
    font-size: 30px;
}









@media (max-width: 768px) {

    .logo h4::after {
        content: "]";
        display: inline-block;
        transform: rotate(-20deg);
        color: rgb(224, 240, 6);
        padding: 2px 3px;
        font-size: 15px;
    }

    .logo h4 {
        font-size: 13px;
    }

    .logo h4::before {
        content: "[";
        display: inline-block;
        transform: rotate(20deg);
        color: rgb(224, 240, 6);
        padding: 2px 3px;
        font-size: 15px;
    }

    .contact_info div {
        font-size: 10px;
        margin: 3px 3px;
    }

    .navbar ul li {
        margin: auto 1px;
    }

    .responsive_menu i {
        font-size: 15px;
    }

    .name_media {
        margin: 20px 10px;
        display: flex;
    }

    .media {
        display: flex;
        flex-direction: column;
    }

    .Intro {
        display: flex;
        flex-direction: column;
        padding: 40px 15px;
    }

    .Intro p {
        font-size: 10px;
        width: 90%;
        line-height: 24px;
    }

    .Intro h2 {
        font-size: 17px;
    }

    .Intro button {
        background-color: transparent;
        border: 1px solid #D66939;
        color: #D66939;
        width: 30%;
    }

    .style {
        margin-left: 5px;
        height: 20vh;
        background-color: rgba(255, 255, 255, 0.329);
        width: 6px;
        border-radius: 10px;
    }

    .icons {
        display: flex;
        flex-direction: column;
        font-size: 20px;
    }

    .icons i {
        margin: 5px 0px;
    }

    .skills h2 {
        font-size: 19px;
    }

    .skills {
        padding: 20px 0px;
        text-align: center;
        color: black;
    }

    .main_skills i {
        margin: 10px 0px;
        color: #D66939;
        font-size: 30px;
    }

    .main_skills {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .main_skills div {
        text-align: center;
        margin: 10px 0px;
    }

    .main_skills h6 {
        font-weight: 700;
        font-size: 18px;
        margin: 7px auto;
    }

    .about_me {
        width: 100%;
        padding: 20px 0px;
        background-color: rgb(175, 196, 196);
        margin: 40px 0px;
        display: flex;
        flex-direction: column;
    }

    .style2 {
        margin: 0px 0px;
        border-radius: 10px;
        background-color: #D66939;
        width: 70%;
        height: 1vh;
    }

    .abtpicture {
        border-radius: 2px;
        border: 1px solid black;
        background-size: cover;
        background-position: center;
        width: 80%;
        height: 80vh;
        background-image: url('https://images.unsplash.com/photo-1657214059233-5626b35eb349?ixlib=rb-4.0.3&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=436&q=80');
    }

    .description li {
        margin: 10px 30px;
        list-style: circle;
    }

    .description {

        width: 100%;
        margin: 0px 2px;
    }

    .description h6,
    h5 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 10px 0px;
    }

    .description p {
        margin: 10px 0px;
    }

    .style3 {
        border-radius: 10px;
        background-color: #D66939;
        width: 70%;
        height: 1vh;
    }

    .offers h6 {
        font-size: 20px;
    }

    .offers {
        padding: 5px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .offers div {
        font-size: 16px;
        border-radius: 3px;
        padding: 10px 4px;
        margin: 3px 0px;
        background-color: rgba(54, 50, 50, 0.233);
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    li {
        margin-top: 10px;
        list-style: none;
    }

    .offers p {
        margin-bottom: 10px;
    }

    .offers h5 {
        color: #D66939;
    }

    .offers button {
        cursor: pointer;
        padding: 5px 5px;
        background-color: transparent;
        border: 2px solid #D66939;
        color: #080707;
        font-weight: 700;
        margin: 20px 40px;
        font-size: 20px;
    }

    .offers button:hover {
        transition: 1s;
        background-color: #d66839bb;
    }

    .images div {
        border: 1px solid black;
        background-position: center;
        background-size: cover;
        min-width: 110px;
        margin: 3px 1px;
        height: 70vh;
    }

    #left {
        top: 650%;
        position: absolute;
        font-size: 30px;
    }

    #right {
        top: 650%;
        position: absolute;
        font-size: 30px;
        left: 85%;
    }

    .images {
        display: flex;
        flex-direction: row;
        margin: 0px 0px;
    }

    .work h3 {
        font-size: 13px;
        margin-left: 1px;
    }

    .style4 {
        border-radius: 10px;
        background-color: #D66939;
        margin-top: 5px;
        width: 60%;
        height: 1vh;
    }

    .work {
        margin: 40px 0px;
    }
    .head {
        margin-right: 3px;
    }
    .head h5 {
        font-size: 10px;
    }
    .style5 {
        margin: 12px 0px 0px 0px;
        border-radius: 10px;
        background-color: #D66939;
        width: 60%;
        height: 1vh;
    }
    .sub_prising h3 {
        font-size: 15px;
    }
    .my_forums {
        width: 90%;
    }
    .navo {
        color: #fff;
        padding: 30px 0px;
        height: 20vh;
        background-color: #080707;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .navo button {
        padding: 15px 10px;
        background-color: transparent;
        border: 1px solid #D66939;
        color: #D66939;
        width: 100%;
    }
    .privacy a {
        font-size: 10px;
        color: gray;
    }
    span i {
        margin: 3px 5px;
        font-size: 10px;
    }
    .contact {
        font-size: 11px;
    }
    















}