* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins';
    scroll-behavior: smooth;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top:5px;
    z-index: 8;
}

.nav-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .brand a{
    color: white;
}

.nav-main .nav-menu {
    font-size: 27px;
    color: white;
    cursor: pointer;
}

.nav-main .nav-logo {
    width: 70px;
    height: 70px;
}
.nav-head{
    display: flex;
    align-items: center;
}

.brand a,.matter a{
    text-decoration: none;
}
.brand .brand-name {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.brand .brand-quote {
    font-family: 'Satisfy', cursive;
    font-size: 18px;
    text-align: right;
}

.nav-items {
    z-index: 10;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: -200px;
    height: 100%;
    width: 200px;
    padding: 0 20px;
    background-color:rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
}

.nav-items div {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px
}

.nav-items div a {
    text-decoration: none;
    color:white;
    border: 2px solid transparent;
}

.nav-items .close {
    color: white;
    cursor: pointer;
    font-size: 30px;
    margin-bottom: 30px;
}

.active{
    border-bottom-color: rgb(255, 206, 0) !important;
}

.main-background {
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.main-background .matter p{
    text-align: center;
    margin: 10px 0 30px 0;
}

.main-background .matter h1{
    font-size: 30px;
}

.main-background .matter a{
    color:white;
    border: 2px solid rgb(255, 206, 0);
    border-radius: 7px;
    padding: 5px;
    font-size: 18px;
    transition: all 0.3s;
}
.main-background .matter a:hover{
    background-color:rgba(255, 206, 0,0.7);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 1);;

}

.home{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5)),
    url(../images/main/home.webp);
    background-size: cover;
    background-position: center;
}

.about-page{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5)),
    url(../images/main/about.webp);
    background-size: cover;
    background-position: center;
}

.project-page{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5)),
    url(../images/main/projects.webp);
    background-size: cover;
    background-position: center;
}
.gallery-page{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5)),
    url(../images/main/gallery.webp);
    background-size: cover;
    background-position: center;
}

.contact-page{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5)),
    url(../images/main/contact.webp);
    background-size: cover;
    background-position: center;
}

.heading {
    margin: 30px auto auto;
    font-size: 25px;
    font-weight: 800;
    width: 90%;
}

.providings {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.providings div:nth-child(1) {
    grid-column: 1/13;
}

.providings div:nth-child(2) {
    grid-column: 1/13;
}

.providings div:nth-child(3) {
    grid-column: 1/13;
}

.providings div:nth-child(4) {
    grid-column: 1/13;
}
.providings div:nth-child(5) {
    grid-column: 1/13;
}
.providings div:nth-child(6) {
    grid-column: 1/13;
}
.providings div:nth-child(7) {
    grid-column: 1/13;
}
.providings div:nth-child(8) {
    grid-column: 1/13;
}

.container-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.container {
    height: auto;
    text-align: center;
    margin: 20px 0;
}

.container h2,
p {
    font-family: 'poppins';
    text-align: left;
}
.container h2{
    border-bottom: 2px solid transparent;
}
.container p {
    margin: 10px auto;
}

.container .kitchen,
.living-room,
.bed-room,
.study-room,
.project {
    width: 100%;
    margin: 0;
    height: 220px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all .2s;
}
.container .project{
    margin:0 auto auto auto;
}
.container .images {
    width: 100%;
    height: 100%;
}
.container>div:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 1);
    border-radius: 10px;
    border: 1px solid rgb(255, 206, 0);
}

.container .images img {
    width: 100%;
    height: 100%;
}

.container .btns {
    position: absolute;
    bottom: 10px;
    display: flex;
    transform: translateX(-50%);
    left: 50%;
}

.container .btns span {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.container .btns span:hover {
    background-color: rgb(255, 206, 0);
}

.container .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.container .right {
    right: 0;
}

.container:hover h2{
    border-bottom-color:rgb(255, 206, 0) ;
}



/* ------- Steps ------- */
.steps {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.steps >div>div {
    height:200px;
    width: 200px;
    border-radius: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    
}
.steps div div {
    position: relative;
}
.steps div div .image{
    height: 150px;
    width:150px;
}
.steps div div .image img{
    width: 150px;
    height: 150px;
}
.steps .step1 { 
    background-color: #FFEEF2;
}

.steps .step2 {
    background-color:#FFE4F3 ;
}

.steps .step3 {
    background-color: #FFC8FB;
}

.steps .step4 {
    background-color: #FF92C2;
}
.steps p{
    text-align: center;
}
.steps div> div >p{
    position: absolute;
    bottom:10px;
    color:black;
}
.steps p a{
    color:black;
    text-decoration: none;
}


/* ------- For Projects ------- */
.container .message {
    text-align: center;
    font-style: italic;
    margin-top:0;
}

.container p a {
    font-style: normal;
    font-size: 18px;
}
.container p:nth-child(1){
    width:100%;
    text-align: left;
}
.container p:nth-child(1) >span{
    font-size: 18px;
    font-weight: 700;
}

.container h3{
    margin:10px auto;
    width:100%;
    text-align: left;
}
.see-more{
    width:90%;
    display: flex;
    justify-content: end;
    font-size: 20px;
}



/* ------- About ------- */

.about{
    width:90%;
    margin: 30px auto;
}
.about p{
    text-align: justify;
}



/* ------- main ------- */
.main{
    padding-top: 40px;
    display: flex;
    width:90%;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:rgb(255, 249, 236);
}

.main .row{
    width:94%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    margin-bottom: 30px;
}
.main .row .image{
    width:300px;
    height:180px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 1) ;
    border-radius: 5px
}
.main .row .content{
    width:100%;
    height:100%;
    margin-bottom: 16px;
}
.main .row .content p a{
    font-size: 18px;
}

.main .row:nth-child(odd){
    flex-direction: column-reverse;
}

.main .row .image img{
    border-radius: 5px;
    width:300px;
    height:180px;
}
.main h3{
    margin:10px 0;
}

/* -------- contact page ----------*/

.contact-container{
    display: flex;
    width:60%;
    margin: 60px auto;
    background-color: #fffdf6; 
    box-shadow: 0 4px 8px rgb(0, 0, 0,0.4); 
    border-radius: 10px;
    color: #ffce00;
}
.contact-container div{
    flex-basis: 50%;
}

.contact-image .contact-head{
    margin: 20px 0;
}

.contact-container .contact-image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-image img{
    border-radius: 20px;
    width: 75%;
    height: 45%;
}

.contact-container .form-container {
    padding: 100px 40px 50px;
    border-radius: 8px;
    max-width: 80%;
    color: #333; 
  }

  .form-container .input-container {
    position: relative;
    margin: 8px 0;
  }

  .form-container input,textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #bdc3c7;
    border-radius: 10px;
    transition: all 0.5s;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .form-container textarea{
    height: 150px;
  }

  .form-container input:focus , textarea:focus {
    border: 1.5px solid rgb(255, 206, 0);
    box-shadow: 0 4px 8px rgb(255, 206, 0,0.2); 
  }

  .form-container label.input-label {
    position: absolute;
    margin: 0 10px;
    color: #7f8c8d;
    pointer-events: none;
    transition: transform 0.3s, font-size 0.3s, color 0.3s;
    transform-origin: 0% 0%;
    font-size: 16x;
    top:10px;
    left:4px;
    background-color: #fff;
    transform: translate(-10px,-20px);
    color: #ffce00;
  }

  .form-container button {
    background-color: rgb(255, 206, 0); 
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    width: 30%;
    margin-top: 10px; 
    font-size: 16px;
    float: right;
  }

  .form-container button:hover {
    background-color: rgb(255, 206, 0);
  }

  .form-container .link {
    text-align: center;
    margin-top: 16px;
  }

  .form-container .link a {
    color: rgb(255, 206, 0);
    text-decoration: none;
  }

  .form-container .link a:hover {
    text-decoration: underline;
  }
  
  .form-container .error-message {
    color: red;
    margin-top: 8px;
  }

 

 


/* ------- Back To Top ------- */
#backtotop{
    text-decoration: none;
    background-color: rgb(255, 206, 0);
    color: white;
    height:40px;
    width:30px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 55px;
    right:5px;
}

.connect-with-us {
    margin-top: 20px;
    font-family: 'poppins';
    text-align: center;
}
.connect-with-us span {
    font-size: 1.5em;
    color: rgb(255, 206, 0);
}

.connect-with-us a {
    text-decoration: none;
}

.contact-fixed-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    position: sticky;
    bottom: 0;
}

.contact-fixed-phone a {
    font-family: 'poppins';
    text-decoration: none;
    font-size: 20px;
    color:  black;
}

.contact-fixed-phone div {
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}

.contact-fixed-phone div:hover {
    background-color: rgb(253, 218, 225);
}

.contact-fixed-phone .phone {
    border-right: 2px solid black;
}

.contact-fixed-phone i {
    font-size: 28px;
    margin-right: 5px;
    color: #25d366 ;
}
/* #25d366 */

.contact-fixed-ladscape {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    transform: translateY(-50%);
    font-size: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.contact-fixed-ladscape a {
    color: #25d366;
}


footer{
    background-color: black;
}

.copyrights{
    padding: 40px 5px;
    color: white;
    text-align: center;
    font-weight: 300;
}
.copyrights a{
    color: white;
    text-decoration: none;
}


.footer {
    background-color: black;
    color: grey;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 10px;
}
.footer a{
    text-decoration: none;
    color: grey;
}

.footer div:nth-child(1) a {
    color: white;
    font-size: 15px;
}

.footer .section {
    display: flex;
    flex-direction: column;
}

.footer .section h3 {
    width: max-content;
    color: darkgray;
    margin: 10px 0;
    display: inline;
    border-bottom: 2px solid rgb(255, 206, 0);
    transition: all 0.5s;
}

.footer .section p {
    margin: 7px 0 7px 5px;
}

.footer .section p:hover,p a:hover{
    color: rgb(255, 206, 0);
    cursor: pointer;
}

.footer .section:nth-child(3) span i {
    margin: 0 7px;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.footer .section .fa-facebook-f {
    color: #3b5998;
}

.footer .section .fa-facebook-f:hover {
    border-bottom-color: #00acee;
}

.footer .section .fa-twitter {
    color: #00acee;
}

.footer .section .fa-twitter:hover {
    border-bottom-color: #00acee;
}

.footer .section .fa-instagram {
    color: #d62976;
}

.footer .section .fa-instagram:hover {
    border-bottom-color: #d62976;
}

.footer .section .fa-whatsapp {
    color: #25d366;
}

.footer .section .fa-whatsapp:hover {
    border-bottom-color: #25d366;
}

/* 075e54 what's app dark teal green color code */

@media screen and (orientation:landscape) {
    .contact-fixed-phone {
        display: none;
    }

    .contact-fixed-ladscape {
        display: flex;
        z-index: 9;
    }

    .connect-with-us a {
        text-decoration: solid underline;
        text-decoration-color: black;
    }

    .connect-with-us {
        margin-bottom: 20px;
    }
}



@media screen and (min-width:600px) {
    .providings div:nth-child(1) {
        grid-column: 1/7;
    }

    .providings div:nth-child(2) {
        grid-column: 7/13;
    }

    .providings div:nth-child(3) {
        grid-column: 1/7;
    }

    .providings div:nth-child(4) {
        grid-column: 7/13;
    }
    .providings div:nth-child(5) {
        grid-column: 1/7;
    }
    .providings div:nth-child(6) {
        grid-column: 7/13;
    }
    .providings div:nth-child(7) {
        grid-column: 1/7;
    }
    .providings div:nth-child(8) {
        grid-column: 7/13;
    }

    .about p br{
        display: none;
    }
}

@media screen and (max-width : 700px) {
    .contact-container{
        flex-direction: column;
    }

    .contact-image img{
        display: none;
    }
  }

@media screen and (max-width : 1199px) {

    .contact-container{
        width:90%;
    }

    .contact-container .form-container {
        padding: 20px 20px;
        max-width: 100%;
    }
}


@media screen and (min-width:992px) {
    .footer {
        flex-direction: row;
    }

    .footer .section h3 {
        border-bottom-color: transparent;
    }

    .footer .section:hover h3 {
        border-bottom-color: rgb(255, 206, 0);
    }

    .navbar {
        padding: 0 30px;
    }

    .nav-items .close,
    .nav-main .nav-menu {
        display: none;
    }


    .nav-items {
        z-index: 2;
        transition: none;
        position: static;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        height: auto;
        width: auto;
        background-color: transparent;
    }

    .nav-items div {
        margin: 0 10px;
    }

    .nav-items div a {
        padding: 5px;
        transition: border-bottom-color 0.2s;
    }

    .nav-items div a:hover {
        border-bottom-color: rgb(255, 206, 0) ;
    }

    .nav-items div a:active{
        border-bottom-color: rgb(255, 206, 0) ;
    }

    .steps{
        width:80%;
        flex-direction: row;
    }
    .main .row{
        width:80%;
        flex-direction: row;
    }

    .main .row > div:nth-child(2){
        margin-left:30px;
    }

    .main .row:nth-child(odd){
        flex-direction: row;
    }
    
    .providings div:nth-child(1) {
        grid-column: 1/5;
    }

    .providings div:nth-child(2) {
        grid-column: 5/9;
    }

    .providings div:nth-child(3) {
        grid-column: 9/13;
    }

    .providings div:nth-child(4) {
        grid-column: 1/5;
    }
    .providings div:nth-child(5) {
        grid-column: 5/9;
    }
    .providings div:nth-child(6) {
        grid-column: 9/13;
    }
    .providings div:nth-child(7) {
        grid-column: 1/5;
    }
    .providings div:nth-child(8) {
        grid-column: 5/9;
    }

    .container .kitchen,
    .living-room,
    .bed-room,
    .study-room,
    .project{
        height: 250px;
    }

    .heading{
        font-size:30px;
    }
    .main-background .matter h1{
        font-size: 50px;
    }

    .navbar{
        top:10px;
    }
}



@media screen and (min-width:992px) and (max-width:1199px) {
    .nav-main .nav-logo {
        width: 80px;
        height: 80px;
    }

    .nav-main .brand .brand-name {
        font-size: 24px;
    }

    .nav-main .brand .brand-quote {
        font-size: 24px;
    }


}

@media screen and (min-width:1200px) {
    .nav-main .nav-logo {
        width: 100px;
        height: 100px;
    }

    .nav-main .brand .brand-name {
        font-size: 30px;
    }

    .nav-main .brand .brand-quote {
        font-size: 24px;
    }
}