:root{
    --page-BGK-color:white;
    --animation-speed:5s;
    --primary-color:rgba(10, 121, 155, 0.75);
    --secodary-color:rgba(229,148,139,0.9);
    --overlay-color:rgba(24, 39, 51, 0.85);
    --menu-speed:10.75s;
}

body{
    font-family:  'Roboto', sans-serif;
    line-height: 1.4;
    color:white;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: linear-gradient(45deg, #ff9a9e, #fad0c4, #fad0c4, #fbc2eb, #a18cd1, #fbc2eb, #fad0c4, #ff9a9e);
    animation: gradient 15s ease infinite;
}


.container{
      display:block;
      grid-template-areas: 
      'header '
      'homePage'
      'project1'
      'Interior'
      'Services'
      'Contact';
      grid-gap: 2rem;
      background-color: linear-gradient(45deg, #ff9a9e, #fad0c4, #fad0c4, #fbc2eb, #a18cd1, #fbc2eb, #fad0c4, #ff9a9e);
      animation: gradient 15s ease infinite;
}

.container::before{
            width: 300px;
            height: 300px;
            background: linear-gradient(to right, #ffcccc, #ffebcc, #ffffcc, #ccffcc, #cceeff, #ccccff, #f5ccff);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #333;
            font-size: 20px;
}

@keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }



.menu-wrap{
    grid-area: header;
}
#page-1{
    grid-area: homePage;
}
#page-2{
    grid-area: project1;
}
#page-3{
    grid-area: Interior;
}
#page4{
    grid-area: Services;
}
#page4{
    grid-area: ContactPage;
}

#page-2, #page-3,#page-4 {background: var(--page-BGK-color);}
#page-3 {background: var(--page-BGK-color);}
#page-4 {background: var(--page-BGK-color);}
#page-5 {background: var(--page-BGK-color);} 

.container{
    color:white;
    height: 100%;
    width: 100vw;
    position: relative;
    background-color: linear-gradient(45deg, #ff9a9e, #fad0c4, #fad0c4, #fbc2eb, #a18cd1, #fbc2eb, #fad0c4, #ff9a9e);
    animation: gradient 15s ease infinite;
}

.page{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px;
}


@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -3400px 0px;}
}


.pageContent{
    display: flex;
    flex-direction: column;
    width: 90%;
    font-size: 15px;
    overflow-y: auto; /* Adds a vertical scrollbar if the content overflows */
    margin: 50px;/* Optional: padding for inner spacing */
    flex: 1; /* Allows the content to grow and fill the remaining space */
}

.menu *{
    z-index: 100;

}

.page .logo-Container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 10vh; 
}

.page .service-title {
/*
           margin-top: 0px; 
    color: aqua;
*/
    
     display: inline-block;
            background: linear-gradient(135deg, #f06, #4a90e2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 1em;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            margin-top: 0px;
}

.page .logo{
    max-width: 100%;
    height: 10vh;
}
.page .p{
    color: darkblue;
}

.page h2{
    font-size: 1rem;
    line-height: 1.2;
    margin: 1rem;
    padding-top: 0px;
    color: black;
}

    .btn-dark{
        color: red;
  }


.WhyUS {
            padding-top: 0px;
            max-width: 1200px;
            margin: 0px auto 0;
        }

        .WhyUS h2 {
            font-size: 14px;
            color: #333;
        }

        .grid-container {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 10px;
        }

        .grid-item {
            background: #fff;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            font-size: 14px;
            color: #555;
        }

        .grid-item-Header{
            display: block;
            font-weight: bold;
            color: blue;
        }

 
  /* Keyframe */
  @keyframes heading{
      to{
          transform: translateY(0);
      }
  }

  @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }

  @keyframes text{
    to{
        transform: translateX(0);
    }
}

.bgBoard{
    background: rgba(86, 230, 37, 0);
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17.8px);
    -webkit-backdrop-filter: blur(1.8px);
    border: 1px solid rgba(86, 230, 37, 0.05);
    color:darkblue;
}

main {
            display: flex;
            justify-content: space-between;
            width: 80%;
        }
        .section {
            width: 45%;
            text-align: center;
            padding: 0px;
        }
        .section img {
            width: 300px;
            height: 250px;
            display: block;
            margin: 0 auto;
        }
        .description {
            margin-top: 2px;
            color: darkblue;
            text-align: center;
        }

.grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            padding: 0px;
        }
        .grid-item {
            background-color: transparent;
            border-radius: 8px;
            padding: 2px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            color: darkblue;
        }
        .grid-item strong {
            display: block;
            margin-bottom: 4px;
            font-size: 0.1em;
            color: #333;
        }

 .email-icon {
            font-size: 50px; /* Adjust the size as needed */
            cursor: pointer;
            color: #000; /* Change the color as needed */
            text-decoration: none; /* Remove underline */
        }

.bold-title {
    font-weight: bold;
    margin-right: 10px; /* Adjust spacing between the texts */
    color: red;
}
