*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background: goldenrod;
    min-height: 1500px;
}
.section1{
    position:relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section1:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, goldenrod, transparent);
    z-index: 10000;
    
}
.section1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: goldenrod;
    z-index: 10000;
    mix-blend-mode: color;
    
}
.section1 img{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.text{
    position: relative;
    width: 100%;
    text-align: center;
    filter: url(#fire);

}
.text h2{
    position: relative;
    color:#ffeb3b;
    font-weight: 600;
    font-size: 8em;
    -webkit-box-reflect: below -100px linear-gradient(transparent,#0008);
    text-shadow: 0 0 10px #c45a13,
    0 0 20px #c5541c,
    0 0 40px #b5430a,
    0 0 80px #e96d39,
    0 0 160px #ef7b06;
}
svg{
    width: 0;
    height: 0;
}
#road{
    z-index: 2;
}


.glowing-sun {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFE87C;
    -webkit-animation: glowing 0.7s ease-in-out infinite alternate;
    -moz-animation: glowing 0.7s ease-in-out infinite alternate;
    animation: glowing 0.7s ease-in-out infinite alternate;
    position: absolute;
    margin-top:15rem;
    left: 70rem;
    object-fit: cover;
    pointer-events: none;
}
@-webkit-keyframes glowing {
    from {
        box-shadow: 0 0 10px #FFE87C, 0 0 20px gold,
                    0 0 30px red, 0 0 40px gold,
                    0 0 50px red, 0 0 60px red,
                    0 0 70px gold;
    }
    to {
        box-shadow: 0 0 20px gold, 0 0 30px red,
                    0 0 40px red, 0 0 50px red,
                    0 0 60px yellow, 0 0 70px red,
                    0 0 80px gold;
    }
}


.scroll-down {
    height: 90px;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    cursor: pointer;
    z-index: 10000;

  }
  .scroll-down::before,
  .scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 30px;
    width: 30px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid rgb(240, 240, 233);
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
  }
  .scroll-down::before {
    top: 30%;
    animation-delay: 0.3s;
  }
  
  @keyframes scroll-down {
    0% {
      /* top:20%; */
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      top: 90%;
      opacity: 0;
    }
  }
  .section2{
    height: 100vh;
  }
  .header1 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-in;
    z-index: 10000;
  }
  .header1Visible {
    opacity: 1;
    transform: translateY(0);
  }
  .section2 {
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .section2 .ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffeb3b;
    list-style: none;
    font-size: 5rem;
    gap: 5rem;
    font-weight: 600;

  }
a{
  text-decoration: none;
  color: #FFE87C;
}




.hoveru{
  width: 1300px;
  height: 50px;
  display:inline-block;
  padding-bottom: 20px;
  position: relative;
  background-color: transparent;
  margin-left: 100px;
  margin-top: 136px;

}
.hoveru::after{
  content: "";
  position:absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  background-image: linear-gradient(to right,rgb(244, 244, 244),rgb(239, 239, 239));
  transition: width 1s ease-out;

}
.hoveru:hover::after{
  width: 100%;

}

.hoveru1{
  width: 1300px;
  height: 50px;
  display:inline-block;
  padding-bottom: 20px;
  position: relative;
  background-color: transparent;
  margin-left: 100px;
  margin-top: -20px;

}
.hoveru1::before{
  content: "";
  position:absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  background-image: linear-gradient(to right,rgb(244, 244, 244),rgb(239, 239, 239));
  transition: width 1s ease-out;

}
.hoveru1:hover::before{
  width: 100%;

}
.Experiance{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  display: flex;
  color: #ffff;
  padding-top: 5px;
  font-weight: bolder;

}
.about__content{
  width: 1300px;
  height: 300px;
  background:transparent;
  margin-left: 100px;
  display: flex;
  margin-top: 20px;
  text-decoration: none;
}
.about__left{
  width: 40%;
  height: 300px;
  background: transparent;
  display: flex;
}
.about__right{
  width: 60%;
  height: 300px;
  background: transparent;
  display: flex;

}
.about__mail{
  width:40%;
  height: 300px;
  background: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: aliceblue;
  font-size: 2rem;
  text-align: calc();
  font-family: Arial, Helvetica, sans-serif;

}
.about__socials{
  width: 60%;
  height: 300px;
  background: transparent;
  margin: 4px;


}
.about__desc{
  width: 70%;
  height: 300px;
  background: transparent;
}
.about__info{
  width: 50%;
  height: 300px;
  background: transparent;
}
.about__socials-head{
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.underline{
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;

}

.about__socials-head{
  font-size: 2rem;
}
.about__social{
  color: whitesmoke;
  display:inline-block ;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.about__desc{
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin-right: 150px;
  line-height: 1.5;
}
.about__info{
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.a{
  text-decoration: none;
}
.hoveru2{
  width: 1300px;
  height: 20px;
  display:flex;
  padding-bottom: 20px;
  position: relative;
  background-color: transparent;
  margin-left: 100px;
  margin-top: 20px;

}
.hoveru2::before{
  content: "";
  position:absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  background-image: linear-gradient(to right,rgb(244, 244, 244),rgb(239, 239, 239));
  transition: width 1s ease-out;

}
.hoveru2:hover::before{
  width: 100%;
  left: 0;
  right: auto;

}

.exp2{
  font-size: 1rem;
  color: whitesmoke;
  font-family:Arial, Helvetica, sans-serif;
}

  


