body {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.head {
    width: 60%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.mainlogo {
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: lighter;
    color: #502a2a;
    margin-top: -2px;
}

.menu svg {
    font-size: 30px;
    margin-top: 18px;
    cursor: pointer;
}

.container1 {
    width: 100%;
    height: 670px;
    display: flex;
    justify-content: center;
    /* position: absolute; */
    background-image: url("https://images03.nicepage.com/a1389d7bc73adea1e1c1fb7e/7155f988f02253baa85823c3/pexels-photo-5849392.jpeg");
    background-position: center;
    background-size: cover;
}

.midcont {
    width: 790px;
    height: 330px;
    /* position: absolute; */
    /* top: 130px;
    left: 560px; */
    background-color: #ffffff;
    margin-top: 165px;
}

.material {
    font-size: 20px;
    font-family: cursive;
    text-align: center;
    word-spacing: 0.008em;
    padding: 40px;
    padding-bottom: 10px;
}

.your {
    font-size: 22px;
    text-align: center;
    color: rgb(55, 202, 170);
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
    line-height: 30px;
}

.logodiv {
    font-size: 62px;
    color: rgb(55, 202, 170);
    opacity: 0.4;
    padding-left: 360px;
}

.container2 {
    width: 99.8%;
    height: 880px;
    border: 2px solid #c9c0b6;
    background-color: #c9c0b6;
    padding-top: 90px;
}

.design {
    width: 800px;
    text-align: center;
    margin: auto;
    font-size: 23px;
    font-family: cursive;
    border: 5px solid #ffffff;
    color: #ffffff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding-top: 30px;
}

.down {
    width: 500px;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.port {
    width: 500px;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: auto;
    margin-top: 40px;
}

.todo {
    width: 500px;
    margin: auto;
}

.heads {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.heads input {
    width: 80%;
    height: 38px;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: capitalize;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    padding-left: 15px;
}

.paras {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* .paras input {
    width: 80%;
    height: 38px;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: capitalize;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    padding-left: 15px;
} */

.paras textarea {
    width: 80%;
    height: 130px;
    resize: none;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: capitalize;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    padding-top: 8px;
    padding-left: 15px;
}

.button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.button input {
    width: 82%;
    height: 45px;
    cursor: pointer;
    background-color: #6f6f81;
    color: #ffffff;
    font-size: 20px;
    border-radius: 20px;
    border: none;
    box-shadow: 8px 8px 5px rgb(117, 150, 161);
    text-transform: uppercase;
}

.button input:hover {
    background-color: #545463;
}

.container3 {
    /* height: 650px; */
    /* height: 100%; */
    width: 100%;
}

.middle {
    width: 1150px;
    /* height: 650px; */
    background-image: url("https://images01.nicepage.com/c461c07a441a5d220e8feb1a/53226123adcd56e9b0f4d0fe/-min.jpg");
    background-position: bottom;
    background-size:cover;
    background-repeat: no-repeat;
    object-fit: cover;
    margin: auto;
    margin-top: -80px;
}

.list {
    width: 1150px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
}

.box {
    width: 280px;
    height: 300px;
    box-shadow: 10px 10px 15px rgb(86, 104, 109);
    background-color: #ffffff;
    color: #111111;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -80px;
    margin-bottom: 100px;
}

.box h2 {
    /* height: 50px; */
    font-size: 30px;
    text-transform: capitalize;
    text-decoration: underline;
    margin-top: -20px;
}

.x {
    width: 10%;
    text-align: center;
    margin-top: 10px;
    margin-left: 230px;
    padding: 5px;
    opacity: 0.4;
    font-size: 22px;
    font-family: cursive;
}

.x:hover {
    cursor: pointer;
    opacity: 1;
}

.box p {
    font-size: 18px;
}

.container4 {
    height: 700px;
    background-color: #e9e4df;
}

.content {
    width: 1100px;
    display: flex;
    margin: auto;
    margin-top: 80px;
    padding-top: 40px;
}

.content1 {
    width: 50%;
    margin-top: 30px;
}

.project h2 {
    font-size: 35px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 15px;
}

.article p {
    font-size: 17px;
    font-family: sans-serif;
    line-height: 25px;
    padding: 15px;
    padding-right: 50px;
    margin-top: 100px;
}

.content2 {
    width: 50%;
    padding: 50px;
}

.imgs1 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

.img2 {
    display: flex;
    justify-content: end;
    margin-top: -80px;
}

.imgs2 {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
}

.imgs3 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -120px;
    margin-left: 30px;
}

.container5 {
    text-align: center;
    margin-top: 80px;
}

.nature h2 {
    font-family: cursive;
    font-size: 35px;
    color: #c9c0b6;
    margin-bottom: 15px;
}

.celeb p {
    width: 700px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin: auto;
    margin-top: 2px;
}

.pic {
    width: 1150px;
    display: flex;
    background-color: #111111;
    background-image: linear-gradient(to right, black 99.1%, white 0.9%);
    flex-wrap: wrap;
    margin: auto;
    margin-top: 40px;
}

.pic img {
    width: 380px;
    height: 363px;
    cursor: pointer;
    object-fit: cover;
}

.pic img:hover {
    transition-duration: 0.5s;
    opacity: 0.8;
}

.container6 {
    text-align: center;
    margin-top: 140px;
}

.container6 .common {
    width: 1150px;
    display: flex;
    margin: auto;
}

.com1 {
    width: 575px;
    height: 580px;
    padding: 50px;
    padding-top: 60px;
}

.com1 .bath {
    font-family: cursive;
    font-size: 14px;
    margin-top: 30px;
}

.com1 .sam {
    width: 400px;
    font-family: sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: auto;
    margin-top: 20px;
}

.sam hr {
    width: 300px;
    border: 0.12rem solid rgb(90, 84, 84);
    margin-top: 40px;
}

.com2 {
    width: 575px;
    height: 580px;
    padding-left: 10px;
}

.com2 img {
    width: 565px;
    height: 630px;
    object-fit: cover;
}


.container7 {
    height: 600px;
    background-color: #c9c0b6;
}

.container7 .mini {
    width: 1150px;
    display: flex;
    padding-top: 80px;
    margin: auto;
}

.mini1 {
    width: 700px;
    height: 300px;
    font-family: cursive;
    /* padding-top: 0px; */
    padding-left: 30px;
    margin-top: 60px;
}

.max {
    height: 300px;
    color: #ffffff;
    border-left: 10px solid #ffffff;
    font-size: 37px;
    padding-left: 22px;
    margin-top: -25px;
}

.max .para1 {
    padding-top: 15px;
}

.max .para2 {
    margin-top: -35px;
    padding-right: 25px;
}

.mini2 {
    width: 440px;
    padding-left: 30px;
}

.mini2 img {
    width: 430px;
    height: 440px;
    object-fit: cover;
}

.container8 {
    text-align: center;
}

.contact {
    font-family: cursive;
    font-size: 24px;
    margin-top: 50px;
}

.link {
    width: 470px;
    display: flex;
    justify-content: space-evenly;
    text-transform: capitalize;
    font-size: 15px;
    font-family: sans-serif;
    letter-spacing: 0.05em;
    color: #ebdfd2;
    margin: auto;
    margin-top: -10px;
}

.linked h2 a {
    color: #c9c0b6;
    text-decoration-line: none;
}

.linked h2 a:hover {
    cursor: pointer;
    color: #b4ada5;
    text-decoration-line: underline;
}

.inn {
    margin-top: 25px;
}

.inn input {
    width: 330px;
    height: 48px;
    font-size: 20px;
    border: 2px solid#c9c0b6;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}

.inn button {
    width: 115px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bolder;
    color: black;
    background-color: #c9c0b6;
    border: none;
    margin-bottom: 70px;
}

.foot {
    height: 240px;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
}

.end {
    width: 420px;
    margin: auto;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 22px;
    padding-top: 35px;
}

.end2 {
    color: #ffffff;
    margin-top: 90px;
}

.end2 p a {
    color: #d4a7a7;
    text-decoration: underline;
}

.end2 p .a1:hover {
    text-decoration: none;
}

.end2 p .a2:hover {
    text-decoration: none;
}


@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .middle {
        width: 95%;
    }

    .container3 .middle .list {
        width: 980px;
        margin: auto;
        padding: 0px;
    }

    .box {
        width: 230px;
        height: 280px;
        padding: 0px;
        padding-left: 18px;
        margin: auto;
        margin-top: -100px;
        margin-bottom: 120px;
       
    }

    .container4 {
        height: 730px;
    }

    .content {
        width: 90%;
    }

    .content1 {
        padding: 25px;
        padding-left: 100px;
    }

    .imgs1 {
        width: 210px;
        height: 210px;
        object-fit: cover;
        margin-top: 30px;
    }

    .img2 {
        display: flex;
        justify-content: center;
        margin-top: -8px;
        padding-left: 20px;
    }

    .imgs2 {
        width: 200px;
        height: 200px;
    }

    .imgs3 {
        width: 160px;
        height: 160px;
        margin-top: -12px;
    }

    .pic {
        width: 90%;
        background-image: linear-gradient(to right, black 99.9%, white 0.1%);
    }

    .pic img {
        width: 33.33%;
        height: 333px;
        object-fit: cover;
    }
    
    .container6 .common {
        width: 90%;
    }

    .com1 {
        width: 50%;
    }

    .com2 {
        width: 50%;
    }

    .com2 img{
        width: 100%;
    }

    .container7 .mini {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    .mini1 {
        width: 600px;
        margin-left: 40px;
    }

    .max {
        height: 340px;
    }
 
    .mini2 {
        width: 450px;
    }

    .mini2 img {
        width: 80%;
        /* height: 90%; */
        object-fit: cover;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .head {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .mainlogo {
        margin-left: 60px;
    }

    .menu  {
        margin-right: 60px;
    }

    .container1 {
        height: 470px;
        object-fit: cover;
    }
    
    .midcont {
        width: 85%;
        height: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 90px;
        padding-bottom: 10px;
    }

    .material {
        font-size: 19px;
        padding-top: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .your {
        font-size: 22px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -5px;
    }

    .logodiv {
        font-size: 50px;
        padding: 0px;
    }

    .design {
        width: 90%;
        font-size: 20px;
    }

    .port {
        font-size: 23px;
    }

    .middle {
        width: 90%;
    }

    .container3 .middle .list {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-left: -20px;
    }

    .box {
        width: 220px;
        height: 280px;
        padding-left: 15px;
        padding-right: 10px;
    }

    .box h2 {
        font-size: 28px;
    }

    .box p {
        font-size: 17px;
    }

    .container4 {
        height: 1100px;
    }

    .content {
        width: 80%;
    }

    .content1 {
        padding: 0px;
    }

    .content2 {
        padding: 0px;
    }

    .img1 {
        width: 350px;
        height: 350px;
        margin-top: 80px;
    }

    .imgs1 {
        width: 350px;
        height: 350px;
    }

    .img2 {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    
    .imgs2 {
        width: 200px;
        height: 200px;
        margin-top: 50px;
    }

    .img3 {
        width: 250px;
        height: 250px;
    }

    .imgs3 {
        width: 250px;
        height: 250px;
        margin-top: 10px;
        margin-left: -130px;
    }

    .nature h2 {
        font-size: 32px;
        margin-top: -30px;
    }

    .celeb p {
        width: 80%;
    }

    .pic {
        width: 90%;
        background-image: linear-gradient(to right, black 99.9%, white 0.1%);
    }

    .pic img {
        width: 50%;
        height: 420px;
        object-fit: cover;
    }

    .container6 .common {
        width: 90%;
        height: 700px;
    }

    .com1 {
        width: 50%;
        padding: 10px;
    }

    .com1 .sam {
        width: 100%;
    }

    .com2 {
        width: 50%;
        padding: 10px;
    }

    .com2 img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .container7 {
        height: 680px;
    }

    .container7 .mini {
        width: 100%;
    }

    .mini1 {
        width: 60%; 
        margin: 0px;
        margin-top: 0px;
        margin-left: 20px;
    }

    .max {
        height: 420px;
        font-size: 35px;
    }

    .max .para1 {
        padding-top: 10px;
    }

    .mini2 {
        width: 40%;
        padding: 0px;
    }

    .mini2 img {
        width: 80%;
        height: 550px;
        object-fit: cover;
        margin: auto;
        margin-top: -15px;
    }

    .contact {
        font-size: 22px;
    }

    .link {
        font-size: 14px;
    }

}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .head {
        width: 90%;
    }

    .mainlogo {
        margin-left: 10px;
        font-size: 15px;
        margin-top: 3px;
    }

    .menu svg {
        margin-right: 10px;
        font-size: 25px;
    }

    .container1 {
        height: 100%;
        background-position: center;
    }
    
    .midcont {
        width: 70%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .material {
        font-size: 19px;
        margin: 0px;
        margin-top: 15px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .your {
        font-size: 21px;
        line-height: 29px;
        margin: 0px;
        margin-top: 25px;
        padding: 5px;
    }

    .logodiv {
        font-size: 60px;
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .container2 {
        height: 100%;
        padding-bottom: 200px;
    }

    .design {
        width: 70%;
        font-size: 19px;
        margin-top: -25px;
    }

    .down {
        width: 100%;
    }

    .port {
        width: 100%;
        font-size: 20px;
    }

    .todo {
        width: 80%;
    }

    .heads input {
        font-size: 17px;
    }

    .paras textarea {
        font-size: 17px;
    }

    .button input {
        font-size: 17px;
    }

    .middle {
        width: 90%;
    }

    .container3 .middle .list {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-left: -20px;
    }

    .box {
        width: 250px;
        padding-left: 15px;
        padding-right: 10px;
        margin-top: -50px;
    }

    .box h2 {
        font-size: 26px;
    }

    .box p {
        font-size: 16px;
    }

    .container4 {
        height: 100%;
        padding-bottom: 80px;
    }

    .content {
        width: 80%;
        display: flex;
        flex-direction: column;
    }

    .content1 {
        width: 100%;
        margin-top: 0px;
    }

    .project h2 {
        font-size: 32px;
    }

    .article p {
        font-size: 16px;
        padding: 15px;
        padding-right: 0px;
    }

    .content2 {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .img1 {
        width: 265px;
        height: 265px;
        /* padding-left: 60px; */
        margin: auto;
    }

    .imgs1 {
        width: 265px;
        height: 265px;
        object-fit: cover;
        margin: auto;
    }

    .img2 {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    
    .imgs2 {
        width: 240px;
        height: 240px;
        margin-top: 30px;
    }

    .img3 {
        width: 230px;
        height: 230px;
    }

    .imgs3 {
        width: 230px;
        height: 230px;
        margin-top: 30px;
        /* margin-left: 110px; */
    }

    .container5 {
        width: 80%;
        margin: auto;
    }

    .nature h2 {
        width: 90%;
        font-size: 28px;
        padding: 0px;
        margin: auto;
        margin-top: 40px;
    }

    .celeb p {
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }

    .pic {
        width: 90%;
        background-image: linear-gradient(to right, black 99.9%, white 0.1%);
    }

    .pic img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .container6 {
        height: 100%;
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .container6 .common {
        width: 80%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .com1 {
        width: 100%;
        height: 100%;
        padding: 0px;
        /* margin-bottom: 70px; */
    }

    .com1 .bath {
        font-size: 12px;
    }

    .com1 .sam {
        width: 80%;
        font-size: 15px;
    }

    .sam hr {
        width: 100%;
    }

    .com2 {
        width: 100%;
        margin-bottom: 80px;
        padding-left: 0px;
    }

    .com2 img {
        width: 100%;
        height: 630px;
        object-fit: cover;
        object-position: right;
    }

    .container7 {
        height: 100%;
        padding-bottom: 50px;
    }

    .container7 .mini {
        width: 80%;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }

    .mini1 {
        width: 100%;
        height: 100%;
        padding: 0px;
    }

    .max {
        height: 100%;
        font-size: 30px;
    }

    .max .para1 {
        width: 100%;
    }

    .mini2 {
        width: 100%;
        padding: 0px;
    }

    .mini2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .container8 {
        width: 80%;
        margin: auto;
    }

    .contact {
        font-size: 16px;
    }

    .link {
        width: 100%;
        height: 100%;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
    }

    .linked {
        height: 40px;
    }

    .inn {
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }

    .inn input {
        width: 93%;
        font-size: 18px;
        margin: 0px;
    }

    .inn button {
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
    }

    .foot {
        height: 100%;
        padding: 10px;
    }

    .end {
        width: 80%;
        font-size: 13px;
    }
}