*{
    font-family: 'poppins',sans-serif;

    
}
body{
    background-color: black;
    color: white;
    scroll-behavior: smooth;

}
.header{
    position:relative;
    top:0px;
    left: 0;
    color: white;
    font-weight: 600;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header a{
   display: inline-block;
    font-size: 25px;
    text-decoration: none;
    color: rgb(175, 137, 40);
    font-weight: 500;
    margin-left:35px;
    background: transparent;
    border: 0px ;
}
.header a:hover{
    color:rgb(243, 218, 156);
}
.home{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    height: 100vh;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    margin-top: 10vw;
    margin-left: 10vw;
    width: 600px;
}
.homecontant{
    max-width: 600px;
}
.homecontant img{
    height: 430px;
    margin-top: -400px;
    margin-left: 61vw;
    justify-content: center;
}


.home h2{
    font-weight: 700;
    font-size: 32px;
}
.home h1{
    font-size: 46px;
    font-weight: 500;
    margin: -3px 0;
    cursor: default;
}
.home h4{
    font-size: 28px;
    font-weight: 500;
}
.home h3{
    font-size: 30px;
    font-weight: 600;
}
.home-sign{
    display: flex;
 
}
.home-sign a{
    display: inline-flex;
    background: transparent;
    justify-content: center;
    align-items: center;
    border: 2px solid goldenrod;
    border-radius: 50%;
    color: goldenrod;
    margin: 30px 15px 30px 0;
    text-decoration: none;
    font-size: 25px;
    height: 30px;
    width: 30px;
    animation: bounce 1.5s ease-in-out infinite;
}
@media (max-width: 370px) {
    .homecontant {
        flex-direction: column;  /* stack image & text vertically */
        margin-top: 10vh;
    }

    .homecontant img {
        width: 300px;
        height: auto;
    }

    
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
}
.home-sign a:hover{
    background-color: goldenrod;
    color: black;
    box-shadow: 0 0 20px goldenrod;
}
.about{
    display:flex ;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: 100vw;
}
.about1{
     position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 85vw;
    margin-top: 60vh;
}
.about-content{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 35vw;
    height: 40vw;
    background-color: rgb(74, 73, 75);
    padding: 1vh 2vw 1vh 2vw;
    border-radius: 2vw;
    gap: 0.5vh;
    cursor: pointer;
    transition: transform 0.5s ease 1s;
    transform: translateX(0);
}
.aboutname{
    position: relative;
    font-size: 2.7vw;
    text-align: center;
    font-weight: 700;
    color:white;
    background: transparent;
    font-family: "Poppins", sans-serif;

}
.about span{
    color: goldenrod;
}
.aboutpara{
    position: relative;
      font-size: 22px;
    padding: 1vw;
    font-weight: 40;
    text-align: justify;
    color: rgb(196, 190, 190);
    background: transparent;
}
@media (max-width: 768px) {
    .about1 {
        flex-direction: column;  /* stack image & text vertically */
        margin-top: 10vh;
    }

    .about-content {
        width: 90%;
        height: auto;
    }

    .aboutpara {
        font-size: 16px;
        padding: 2vh 3vw;
    }
}
.myskills{
   display:flex ;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: 40vw; 
     
    
}
.skillname{
    display: flex;
    justify-content: center;
    align-items: center;
      position: relative;
    font-size: 2.7vw;
    gap: 0.5rem;
    margin-top: -20vw;
    left: 20vw;
    margin-right: 5vm;
    text-align: center;
    font-weight: 700;
    color:white;
    background: transparent;
    font-family: "Poppins", sans-serif;

}
.skilldetails{
     position: relative;
      font-size: 22px;
    padding: 1vw;
    font-weight: 40;
    text-align: justify;
    color: rgb(196, 190, 190);
    background: transparent;
}
@media (max-width: 768px) {
    .myskills {
        flex-direction: column;  /* stack image & text vertically */
        margin-top: 10vh;
    }

   

    .skilldetails {
        font-size: 16px;
        padding: 2vh 3vw;
    }
}
.design{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.desighhead{
    position: absolute;
    padding: 5px 5px;
    transition: transform 1s ease 1s;
    transform: translateY(0);
}
.gatename{
    font-size: 25px;
}
.gatename span{
    color: goldenrod;
}
.maingate{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.gate{ 
    margin-left: 5vm;
    left: 10vm;
    height: 180px;
    padding: 15px 5px 15px 5px;
    border-radius: 20px;
    position: relative;
}
.moredesign{
    padding: 5px 5px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 13px;
    background-color: black;
    color: goldenrod;
    border: 2px solid goldenrod;
}
.moredesign:hover{
    background-color: goldenrod;
    color: black;
    box-shadow: 0 0 20px goldenrod;
}
.railing{
    margin-left: 5vm;
    left: 10vm;
    height: 250px;
    padding: 15px 5px 15px 5px;
    border-radius: 20px;
    position: relative;
}
.other{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.other span{
    color: goldenrod;
}
.contacttext h2{
     font-size: 30px;
     font-weight: 600;

}
.contacttext span{
    color: gold;
}
.maplink{
    color: goldenrod;
    
}
