* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #1f1f1f;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff; */
}


.navbar {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 8vh;
  z-index: 1000;
  background: rgba(20, 20, 20, 0.8);
  backdrop-filter: blur(6px);
  box-shadow: 0px 2px 8px rgba(113, 109, 109, 0.5);
}

.container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
}

.container > a {
  color: white;
  font-family: 'BrandonText Regular' ;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.container > a:hover {
    color: #ff9100;
  /* background-color: orange; */
  /* color: #1f1f1f; */
  /* transform: scale(1.05); */
}

/* Home Section */
.home {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px;
  gap: 50px;
}

.info h1 {
  font-size: 3rem;
  color: orange;
  letter-spacing: 4px;
  font-family: "Roboto, Helvetica, Arial, sans-serif";
}

.info h2 {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ddd;
  font-family: 'BrandonText Regular' ;
}

.info p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #bbb;
  max-width: 600px;
}

/* Buttons */
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.botton {
  background-color: rgb(36, 32, 32);
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
  box-shadow: 0px 4px 10px rgba(255, 165, 0, 0.4);
  transition: all 0.3s ease-in-out;
}

.botton a {
  color: white;
  /* font-weight: bold; */
  /* font-family: 'Poppins', sans-serif; */
  text-decoration: none;
  font-family: 'Lora', serif;
}

.botton:hover {
  transform: translateY(-5px) scale(1.05);
  background-color: #ff9100;
  box-shadow: 0px 6px 16px rgba(255, 165, 0, 0.6);
  cursor: pointer;
}

/* Image */
.infoimg img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 0px 20px rgba(255, 165, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.infoimg img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(255, 165, 0, 0.8);
}

.info>p{
    font-family: 'BrandonText Regular' !important;
    letter-spacing: 1px;
    color: lightgray;
}


.tag {
  margin: 60px 0 30px;
}

.tag > h2 {
  font-size: 2rem;
  text-align: center;
  color: orange;
  letter-spacing: 6px;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
}


.skillsection{
    /* display: flex; */
    height: 60vh;
    /* background: #252525; */
    /* border: 2px solid white; */
    justify-items: center;
    align-content:  center;
    margin-top: 0%;
    margin-bottom: 8%;
    box-shadow: 0px 0px 15px #655d5d;
}

.subskill{
    display: flex;
    height: 25vh;
    width: 80%;
    margin-top: 0%;
    justify-items: center;
    align-content: center;
    justify-content: space-evenly;
    /* border: 2px solid white; */
    
}
.skills{
    /* border: 2px solid white; */
    width: 13%;
    /* height: 200px; */
    border-radius: 10%;
    justify-items: center;
    background-color: #1f1f1f;
    transition: all 1s ease;
    cursor: pointer;
    box-shadow: 1px 1px 3px bisque;

}


.skills>img{
    width: 90px;
    height: 85px;
    margin-left: 15px;
    border-radius: 50%;
    object-fit: cover;
    /* margin-left: 5px; */
    /* box-shadow: 0px 0px 5px rgba(255, 165, 0, 0.5);
  transition: all 0.3s ease-in-out; */
}
.skills:hover{
  transform: scale(1.07);
  box-shadow: 0px 0px 13px #ff9100;
}
.skills>p{
    color: white;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    
}
.skills2>p{
    color: white;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

.subskill2{
    display: flex;
    height: 25vh;
    width: 60%;
    margin-top: 25px;
    justify-items: center;
    align-content: center;
    justify-content: space-around;
    /* border: 2px solid white; */
    gap: 30px;
    

}
.skills2{
    /* border: 2px solid white; */
    width: 17%;
    border-radius: 10%;
    /* height: 200px; */
    justify-items: center;
    background-color: #1f1f1f;
    /* transition: all 1s ease; */
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 1px 1px 3px bisque;
}


.skills2>img{
    width: 90px;
    height: 85px;
    margin-left: 15px;
    border-radius: 50%;
    object-fit: cover;
   
    /* box-shadow: 0px 0px 5px rgba(255, 165, 0, 0.5); */
  /* transition: all 0.3s ease-in-out; */
}

.skills2:hover{
    transition: all 1s ease;
   transform: scale(1.07);
  /* box-shadow: 0px 0px 13px #ff9100; */
  box-shadow: 0 0 18px rgba(255, 145, 0, 0.6);

}

.pro {
  margin: 60px 0 30px;
}

.pro> h2 {
  font-size: 2rem;
  text-align: center;
  color: orange;
  letter-spacing: 6px;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
}
.projectsection{
  width: 100%;
  height: 80vh;
  /* border: 2px solid white; */
  display: grid;
  padding-left: 50px;
  grid-template-columns: repeat(3,32%);
}

.project{
  width: 90%;
  height:100%;
  /* border: 2px solid white; */
  position: relative;
  border-radius: 10px;
  justify-content: center; /* vertical center */
  align-items: center; 
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 10px #ff9100;
}
.project>img{
  margin-left: 15px;
  width:94%;
  height: 33%;
  border-radius: 15px;
}

.project>h3{
  /* padding-top: 10px;
  padding-bottom: 10px; */
  margin: 15px;
  color:#ff9100;
  text-align: center;
  font-family: Fira Sans;

}
.project>p{
 color: #bbb;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.button2{
  position: absolute;
  width: 38%;
  height: 8%;
  bottom: 6%;
  left: 30%;
  border-radius: 36px;
  /* border: 2px solid white; */
  background-color: black;
   align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.3 ease;
   box-shadow: 0px 6px 10px rgba(255, 165, 0, 0.3);
   cursor: pointer;
}
.button2>a{
  color: white;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  
}

.button2:hover{
  background-color: #ff9100;
  transition: all 0.6s ease;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0px 4px 10px rgba(255, 165, 0, 0.4);
}

.tag2 {
  margin: 60px 0 40px;
}

.tag2 > h2 {
  font-size: 2rem;
  text-align: center;
  color: orange;
  letter-spacing: 6px;
  font-family: 'Poppins', sans-serif;
}

.service {
  width: 95vw;
  min-height: 60vh; /* allow flexible height */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* responsive grid */
  gap: 30px;
  padding: 20px 30px;
}

.serv {
  background: #1f1f1f;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center;
  box-shadow: 1px 1px 6px rgba(255, 165, 0, 0.4);
  transition: all 0.3s ease;
}

.serv:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0px 8px 15px rgba(255, 165, 0, 0.6);
}

.serv > h3 {
  font-size: 1.4rem;
  text-align: center;
  color: #ff9100;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.serv > p {
  color: #bbb;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.contactme{
  width: 100%;
  height: 84vh;
  /* border: 2px solid white; */
  display: grid;
  grid-template-columns: 35% 50%;
  column-gap: 5%;
  padding-left: 5%;
  /* margin-left: 2%; */
  box-shadow: 0px 0px 10px #ff9100;

}
.contact{
  /* border: 2px solid white; */
  /* display: flex; */
  padding-top: 5%;
  padding-bottom: 6%;
  
}

.subcontact{
  width: 100%;
  /* border: 2px solid white; */
  height: 15%;
  row-gap: 10px;
  display: flex;
  color: #ddd;
  /* justify-content: center;
  align-items: center; */
  /* gap: 10px; */
}
.bi-geo-alt-fill{
  /* color: #ff9100; */
  /* padding-left: 3%; */
  
}

.add{
     font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.1s ease-in-out;
    /* margin-right: 15px; */
    margin-left: 3%;
    margin-top: 3%;
}

.add>a{
  color: rgb(255, 255, 255);
}
.add:hover{
  transition: all 0.3s ease-in-out;
  background-color: #ff9100;

}

.bi-geo-alt-fill{
  color: rgb(255, 255, 255);
}

.add2{
  margin-left: 3%;
  margin-top: 3%;
  
}
.add2>h3{
  font-size: 1.1rem;
  font-family: "Lora";
  color: #ff9100;
  padding-bottom: 8px;
}

.add2>p{
  font-family: 'Inter', sans-serif;
}


.map{
  height: 55%;
  width: 100%;
  /* border: 2px solid white; */
  /* padding-left: 4%; */
  padding-top: 2%;
}
.map>iframe{
  border-radius: 10px;
}

.contact2{
  /* border: 2px solid white; */
  padding: 3%;
  /* display: flex; */
}

.name{
  margin: 4%;
}

.name>label{
  color: #ff9100;
  border: none;
  font-size: 1.1rem;
    font-family: 'Inter', sans-serif;

  font-weight: 500;
}
.name>input{
  border: #ff9100;
  line-height: 30px;
  width: 100%;
  background-color: #2c2c2c;
  border: none;
  color: white;
  font-size: 1rem;
  padding: 8px 10px;
  outline: none;
}

.name>input:focus {
  border: 2px solid #ff9100;
  background-color: #1f1f1f;
  border: none;
}

.msg{
  margin: 4%;

}

.msg input {
  height: 100px;
  /* margin: 4%; */
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 6px;
  background-color: #2c2c2c;
  color: #fff;
  border: none;
  outline: none;
  text-align: start;
  vertical-align: top; 
}


.msg>label{
  color: #ff9100;
   font-size: 1.1rem;
  font-family: "Raleway" ;
  font-weight: 500;
}

.msg>input{
  line-height: 110px;
  width: 100%;
  background-color: #655d5d;
  outline: none;
  text-align: start;
  vertical-align: top; 
}
.msg textarea {
  width: 100%;
  height: 120px;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 6px;
  background-color: #2c2c2c;
  color: #fff;
  border: none;
  outline: none;
  resize: none;
  vertical-align: top;
}

.msg textarea:focus {
  border: 2px solid #ff9100;
  background-color: #1f1f1f;
}

.msgbt{
  width: 125px;
  height: 43px;
  border: 2px solid white;
  border-radius: 36px;
  background-color: #2c2c2c;
  padding-left: 20px;
  align-content: center;
  border: none;
  justify-self: center;
  box-shadow: 0px 0px 2px #ff9100;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.msgbt>button{
  text-decoration: none;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: white;
  background-color: #2c2c2c;
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;

}
.msgbt:hover{
  background-color: #ffa733;
  transform: translateY(-3px) scale(1.03);

}
.footer {
  background-color: #111;
  color: #ddd;
  padding: 40px 8% 20px;
  font-family: 'Poppins', sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  text-align: center;
}

.footer-about h2 {
  color: #ff9100;
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-family: 'Lora', serif;
}

.footer-about p {
  color: #bbb;
  line-height: 1.6;
}

.footer-links h3,
.footer-social h3 {
  color: #ff9100;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: 'Lora', serif;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #ddd;
  transition: all 0.3s ease;
}

.footer-links ul li a:hover {
  color: #ff9100;
}

.social-icons a {
  display: inline-block;
  color: #ddd;
  font-size: 1.5rem;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #ff9100;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  padding-top: 20px;
  color: #999;
  font-size: 0.9rem;
}

.footer-bottom>h4{
  margin-bottom: 15px;
}



