/* Navbar */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

html{
    scroll-behavior: smooth;
}
body{
    min-height: 100vh;
}

nav{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #05B0E6;
}
.header{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    padding: 30px 50px;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    filter: drop-shadow(5px 5px 10px transparent);
    -webkit-filter: drop-shadow(5px 5px 10px transparent);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 1);
    background-color: white;
}
.header.sticky{
     background-color: white;
     filter: drop-shadow(5px 5px 10px rgba(194, 184, 255, 0.5));
     -webkit-filter: drop-shadow(5px 5px 10px rgba(194, 184, 255, 0.5));
}
.header.scrolled {
    background: #05B0E6;
    color: white;
}   
.logo img {
    width: 200px;
}
.logo-name{
    font-size: x-large;
    font-weight: 800;
}
.contact{
    font-size: large;
    color: #05B0E6;
}
.contact a {
    text-decoration:none;
    color:#05B0E6;
}
.contact:hover {
    cursor: pointer;
    color: #f8bb1f;
}
/* Navbar End */
/* Hero Section */
section{
    margin-top: 120px;
    width: 100vw;
}
/* Hero Section End  */
.Cost h1{
    font-size: xx-large;
    font-weight: 900;
    display: flex;
    justify-content: center;
}
.allcost{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.allcost h2{
    font-size: xx-large;
    font-weight: 900;
    margin-top: 20px;
    margin-left: 30px;
    /* display: flex;
    justify-content: center; */
    margin-bottom: 20px;
}
.item-parent{
    display: flex;
    gap: 20px;
   margin-bottom: 20px;
   margin-left: 30px;
}
.items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* border-style: solid; */
    border: 2px solid transparent;
    background-image: linear-gradient(rgb(208, 207, 207),transparent);
    border-radius:15px;
    padding:20px 10px;
}
.items:hover {
    box-shadow: inset 0px -10px 20px #05b0e65c;
    cursor: pointer;
    border:2px solid #05B0E6;
}

.items img{
    width: 100px;
    margin: 0 auto;
}
/* Marquee tag  */
.marquee{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    color: red;
    font-size: x-large;
    font-weight: 700;
    margin-top: 100px;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 50s linear infinite;
    -webkit-animation: marquee 50s linear infinite;
}
@keyframes marquee {
    0% { transform:translateX(10%); -webkit-transform:translateX(10%); -moz-transform:translateX(10%); -ms-transform:translateX(10%); -o-transform:translateX(10%); }
    100% { transform:translateX(-100%) ; -webkit-transform:translateX(-100%) ; -moz-transform:translateX(-100%) ; -ms-transform:translateX(-100%) ; -o-transform:translateX(-100%) ; }
}
/* Marquee tag */

/* Auto selected Hero section */
.auto-selected{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.auto-selected h2{
    margin-top: 30px;
}
.selected-box{
    width: 500px;
    border-style: solid;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
}
.selected-box1{
    display: flex;
    flex-direction: column; 
    text-align: left;
}
.selected-box1 p{
    font-size: large;
    font-weight: 600;
}

.selected-box2 img{
    width: 200px;
    height: auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.btn{
    
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-size: x-large;
}
.btn:hover{
    cursor: pointer;
    background-color: #05B0E6;
    
}
.selected-boxthri{
     width: 950px;
    border-style: solid;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 30px;
    margin: 0 auto;
    margin-top: 30px;
}
.Strength{
    font-size: large;
    font-weight: 600;
}
#material,#material-fly,#material-cement,#material-paver{
    padding:10px;
    border-radius: 25px;
    border:1px solid #05B0E6;
}
option{
    padding: 10px;
    font-size: 16px;
    background: white;
    color: black;
}
.forbox{
    display: flex;
    justify-content: center;
}
.final{
    border: 1px solid black ;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    padding:30px;
    border-radius: 15px;
}
.final-inner{
    display: flex;
    gap:10px;
}
.final-inner table{
    width:72%;
}
.final-inner .laber-cost{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-top:20px;
    gap:1px;
}
.final-inner .laber-cost div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:3px;
}
/* Auto selected Hero section End  */
.footer{
    margin-top: 100px;
    width: 100%;
    height: 100px;
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
input{
    padding:8px 10px;
    border-radius: 20px;
    box-shadow: inset 0px 0px 3px;
    margin-top: 10px;
}
.total-rows{
    margin-top:30px;
}
.total-rows h3{
    margin-top: 10px;
    font-size: large;
}
#add-row{
    margin-top:20px;
    padding:10px 20px;
    font-size: large;
    border-radius: 15px;
    color: #05B0E6;
    background-color: white;
    border: 2px solid #05B0E6;
    box-shadow: inset 0px 0px 4px #05B0E6;
}
#add-row:hover{
    background-color: #05B0E6;
    color: white;
    box-shadow: inset 0px 0px 6px white;
}