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

body{background-color: #f1f1f1;
    justify-content: center;
    align-items: center;}

header{background-color: black;}
li{list-style: none;}
a{text-decoration:none;
    color: #f1f1f1;
    margin: 0;
    padding: 0;}
.navbar{min-height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;}
.nav-menu{display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;}
.brand{height: 74px;
    width: auto;}
.nav-link{transition: 0.2s ease;
    font-size:24px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;}
.nav-link:hover{color: #E39454;}

.hamburger{display:none;
    cursor:pointer;}
.bar{display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #f1f1f1;}

#button{color:#000000;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration:none;
    font-size: 25px;
    font-family: "Inknut Antiqua", serif;
    font-weight: 900;
    border: #000 solid 2px;}
#button:hover{background-color:#E39454;
    color:#ffffff;
    transition: 0.1s;
    border: none;}

footer{background-color:#000000;
    margin-top: 20px;}
.footer-content{min-height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 50px;}
footer p{color: #f1f1f1;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0px;}
footer a{justify-content: center;}


.featured{padding: 10px 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;}
.featured h3{color: #000;
    font-family: "Inknut Antiqua";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    text-transform: uppercase;
    margin-left: 20px;}

.grid {padding: 10px 50px;
    width: 1440px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;}
.grid img{display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px 20px;
    width: 391px;
    height: 280px;}
.grid a:hover{color: #000000;}

.img-wrapper{position: relative;
overflow: hidden;}
.img-wrapper img{display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;}



.grid-container{width: 1200px;
    margin: auto;}
.grid-design {
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;;
    overflow-x: hidden;
    gap: 20px;}
.grid-design a{width: 391px;}
.grid-design img{display: flex;
            align-items: center;
            justify-content: center;
            width: 391px;
            height: 280px;}


.overview{background-color: #FFEFCB;
    padding: 15px 60px 30px 60px;
    width: 1420px;
    justify-content: center;
    display: flex;
    justify-content: space-between;}
.overview ul{list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;}
.overview p{width: 925px;
    font-family: 'inter', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000000;}
.overview h1{color: #000;
    font-family: "Inknut Antiqua";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;}
.overview .software-services{display: flex;
    gap: 80px;
    justify-content: center;}
.button-out{display: flex;
    gap: 50px;
padding-top: 15px;}

.img-container{margin: 20px 0px 00px 0px;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
.multi-img{display: flex;
    padding: 20px;}


.grid-photography{padding: 10px 50px;
    width: 1200px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;}
.grid-photography img{display: flex;
        align-items: center;
        justify-content: center;
        width: 295px;
        height: 312px;}

.contact-container{background-color: #ffffff;
    padding: 15px 60px 30px 60px;
    width: 1200px;
    justify-content: center;
    display: flex;
    justify-content: space-between;}

button{color:#000000;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration:none;
    font-size: 25px;
    font-family: "Inknut Antiqua", serif;
    font-weight: 900;
    border: #000 solid 2px;}
button:hover{background-color:#E39454;
    color:#ffffff;
    transition: 0.1s;
    border: none;}
input{background-color: transparent;
    border: 0px;
    width: 435px;
    font-size: 25px;
    border-bottom: #000 solid;}

.form-imfo{display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    padding: 20px 0px;
    justify-content: space-between;}

.form-group{display: flex;
    flex-direction: column;
    border: #000 solid 2px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;}

textarea{width: 1000px;
    resize: none;
    height: 100px;
    border-radius: 10px;
    border:none;
    padding: 10px;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    border-bottom: #000 solid;
    background-color: transparent;}

.contact-container h1{color: #000;
    font-family: "Inknut Antiqua";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;}
.contact-container{background-color: transparent;
    width: 1440px;
    height: auto;
    padding: 125px;
    justify-content: center;
    display: flex;
    align-content: center;}


    @media (max-width: 950px) {
    .hamburger{display: block;}
    .hamburger.active .bar:nth-child(2){opacity: 0;}
    .hamburger.active .bar:nth-child(1){transform: translateY(8px) rotate(45deg);}
    .hamburger.active .bar:nth-child(3){transform: translateY(-8px) rotate(-45deg);}
    .nav-menu{position: fixed;
            top: 105px;
            left: -100%;
            gap: 0;
            flex-direction: column;
            background-color: black;
            width: 100%;
            text-align: center;
            transition: 0.2S;}
    .nav-item{margin: 20px 0;}
    .nav-menu.active{left: 0;}
    .navbar{width: 100%;
            height: 100%;
            padding: 0 20px;}
    .overview{flex-direction: column;}
    .overview p{font-size: 15px;
            width: 100%;}
    p{font-size: 15px;
            width: 100%;}
    .social-media{display: flex;
            flex-direction: column;}
    footer p{font-size: 12px;}
    .grid-design{grid-template-columns: 1fr;}
    .grid-container{width: 100%;
            margin: auto;}
    .grid-design img, a{width: 100%;
            height: auto;}
    
    
}