*{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.content{
    margin-left: 100px;
    margin-right: 100px;
    max-width: 1200px;
}

header{
    width: 100%;
    height: 100px;
}

.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
}

li{
    display: inline-block;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0 20px;
    margin-top: 40px;
}

.menu_link{
    color: black;
    text-decoration: none;
    text-align: center;
}

.location{
    display: flex;
    font-size: 13px;
    font-weight: 500;
    margin-top: 40px;
}

.locpic{
    padding-right: 3px;
}

.container {
    position: relative;
        display: flex;
        align-items: flex-start; 
        gap: 20px;
        margin: 0 auto; 
        margin-top: 3em;
}

.main_text{
    display:block;
}

.title{
    font-size: 38px;
    width: auto;
    height: auto;
    line-height: 1.5em;
}

.title2{
    padding-top: 60px;
}

.text{
    font-size: 13px;
    font-weight: 500;
    padding-top: 10px;
}

.contactme{
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 2rem;
    width: 165px;
    height: 55px;
    background-color: white;
    border: 1.5px solid;
    border-radius: 2px;
    cursor: pointer;
    transition: transform 0.1s ease;
}
.contactme:hover{
    background-color: black;
    color: white;
    border: 0;
}

.contactme:active{
    transform: scale(0.95);
}

.nowrap{
    text-wrap: nowrap;
}

.images{
    display: flex;
    gap: 30px;
}

.elipse1{
    position: absolute;
    width: 160px;
    height: 140px;
    background-color: #CB3300;
    border-radius: 50%;
    z-index: 0; 
    top: 16em; 
    left: 33em;
    filter: blur(100px); 
    opacity: 100%;
}

.elipse2{
    position: absolute;
    width: 200px;
    height: 150px;
    background-color: #0088FF;
    border-radius: 50%;
    z-index: 0; 
    top: -2.5em; 
    right: -3.5em;
    filter: blur(100px); 
    opacity: 80%;
}

.img1{
    position: relative;
    margin-top: 7.5em;
    margin-left: 2em;
    z-index: 1;
    border-radius: 2px;
}

.img2{
    position: relative;
    margin-top: -1em;
    object-fit: cover;
    z-index: 1;
    border-radius: 2px;
}

.mywork{
    margin-top: 8em;
    position: relative;
    margin-bottom: 5em;
}

.types{
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
}

.typebutton{
    width: 320px;
    height: 80px;
    text-transform: capitalize;
    background-color: #7d7d7d20;
    border: 0;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.1s ease, bakground-color 0.3s ease;
}

.typebutton:active,
.typebutton:focus{
    background-color: black;
    color: white;
    transform: scale(0.95);
}

.workelipses{
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.workelipse{
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1.5px solid black;
    border-radius: 50%;
}

.line{
    flex: 1;
    height: 1.5px;
    background-color: black;
}

.steps{
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}

.step{
    display: flex;
    flex-direction: column;
    
}

.steptitle{
    margin-bottom: 1em;
}

.steptext{
    font-size: 14px;
    font-weight: 500;
}

.contacts{
    background-color: #ECF9F8;
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    margin: 0 auto;
    padding: 0 4em;
    box-sizing: border-box;
    margin-bottom: 5em;
    border-radius: 2px;
}

.aboutme{
    display: flex;
    flex-direction: column;
    row-gap: 2em;
    margin-top: -3em;
}

.pess{
    display: flex;
    flex-direction: column;
    row-gap: 0.4em;
}

.pes{
    text-transform: uppercase;

}

.pesn{
    font-size: 13px;
    font-weight: 500;
}

.icons a{
    text-decoration:none;
    color: black;
}

.icons i{
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

.aboutmetext{
    display: flex;
    flex-direction: column;
    row-gap: 0.8em;
    width: auto;
}

.aboutmetext-title{
    text-transform: capitalize;
}

.aboutme-text{
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: .05rem;
    width: auto;
}

.contactimage{
    border-radius: 2px;
}

footer {
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative; 
    padding: 10px 20px; 
    margin-bottom: 3em;
}

.footername {
    position: absolute; 
    left: 0px; 
    margin: 0; 
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.footertext {
    margin: 0;
    text-align: center; 
    font-size: 13px;
    font-weight: 500;
}

html{
    scroll-behavior: smooth;
}

#work{
    height: 4em;
    margin-top: 4em;
    visibility: hidden;
}

@media (max-width: 768px) {
    .content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu_link {
        display: block;
        margin: 10px 0;
    }

    .title {
        font-size: 28px;
    }

    .typebutton {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .images {
        flex-direction: column;
        gap: 20px;
    }

    .contacts {
        flex-direction: column;
        padding: 1em;
    }
}

