*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:1px;
  background-color:#ced1d3;
}

img{
  max-width:100%;
  height:auto;
}

.custom-navbar{
  background:linear-gradient(90deg,#0f0f0f,#1a1a1a);
  padding:15px 0;
}

.custom-navbar .nav-link{
  color:#cfcfcf;
  font-weight:500;
  transition:0.3s;
}

.custom-navbar .nav-link:hover{
  color:#f9a826;
}

.cv-btn{
  font-weight:600;
  border-radius:8px;
  padding:8px 16px;
}

.navbar-toggler{
  border:none;
}

.navbar-toggler i{
  color:#fff;
  font-size:26px;
}

/* Mobile */

@media (max-width:991px){

.navbar-collapse{
  background:#111;
  padding:20px;
  margin-top:10px;
  border-radius:10px;
}

.navbar-nav{
  margin-bottom:15px;
}

}

/* HERO */

.hero-section{
  background:#fff;
  padding:0 0 60px;
}

.hello-text{
  color:#f9a826;
  font-size:18px;
}

.hero-title{
  font-size:48px;
  font-weight:700;
  margin:10px 0 20px;
}

.hero-desc{
  font-size:18px;
  line-height:1.8;
  max-width:520px;
}

.hero-buttons{
  margin-top:30px;
  margin-bottom: 20px;
}

.hero-buttons .btn{
  padding:12px 26px;
}

.hero-img{
  width:100%;
}

.hero-img img{
  width:100%;
  border-radius:10px;
}

/* ABOUT */

.about-head{
  margin-left:30px;
  position:relative;
  margin-top:30px;
  font-size:50px;
}

.about-head::before{
  content:"01";
  font-size:180px;
  color:#dddcdc;
  position:absolute;
  top:-80px;
  left:-20px;
  z-index:-1;
}

.about-para{
  margin-top:70px;
}

.about-para p{
  font-size:20px;
  line-height:1.6;
}

/* SKILLS */

.selected-Skills-head{
  margin-left:30px;
  position:relative;
  font-size:50px;
}

.selected-Skills-head::before{
  content:"02";
  font-size:180px;
  color:#dddcdc;
  position:absolute;
  top:-80px;
  left:-20px;
  z-index:-1;
}

.skill-card{
  margin-top:20px;
  height:230px;
  border-radius:10px;
  text-align:center;
  transition:0.4s;
  box-shadow:2px 2px 7px rgba(0,0,0,0.3);
  background:white;
}

.skill-card:hover{
  background:#0c0c0c;
  color:white;
  transform:translateY(-10px);
}

.skill-icons{
  font-size:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  height:50%;
}

.skill-text{
  display:flex;
  justify-content:center;
  align-items:center;
  height:50%;
}

/* WORKS */

.selected-works-head{
  margin-left:30px;
  position:relative;
  font-size:50px;
}

.selected-works-head::before{
  content:"03";
  font-size:180px;
  color:#dddcdc;
  position:absolute;
  top:-80px;
  left:-20px;
  z-index:-1;
}

.card img{
  width:100%;
  height:250px;
  object-fit:cover;
}

/* CONTACT */

.contact-section-head{
  margin-left:30px;
  position:relative;
  font-size:50px;
}

.contact-section-head::before{
  content:"04";
  font-size:180px;
  color:#dddcdc;
  position:absolute;
  top:-80px;
  left:-20px;
  z-index:-1;
}

.contact-title{
  font-size:28px;
  font-weight:600;
}

.contact-desc{
  font-size:18px;
  margin-bottom:35px;
}

.info-box{
  background:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
  border-radius:10px;
  padding:25px;
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:25px;
}

.info-box .icon{
  width:55px;
  height:55px;
  background:#f3f6ff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:22px;
}

.custom-input{
  border:1px solid #d1d1d1;
  padding:12px 15px;
  font-size:16px;
  border-radius:8px;
}

.custom-input:focus{
  border-color:#000;
  box-shadow:none;
}

/* FOOTER */

.footer{
  background:black;
  color:#fff;
  padding:70px 0 0;
}

.footer-wrapper{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:50px;
}

.footer-col h3{
  margin-bottom:18px;
  position:relative;
}

.footer-col h3::after{
  content:"";
  width:40px;
  height:2px;
  background:#fff;
  position:absolute;
  left:0;
  bottom:-6px;
}

.footer-col ul{
  list-style:none;
  margin-top:15px;
}

.footer-col ul li{
  margin-bottom:12px;
}

.footer-col ul li a{
  text-decoration:none;
  color:#cfcfcf;
}

.social{
  display:flex;
  gap:12px;
  margin-top:18px;
}

.social a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.08);
  color:#fff;
  text-decoration:none;
}

.footer-bottom{
  margin-top:60px;
  text-align:center;
  padding:18px;
  font-size:14px;
  color:#cfcfcf;
  border-top:1px solid rgba(255,255,255,0.08);
}
.newsletter button i{
  color: #fff;
}

/* RESPONSIVE */

@media (max-width:991px){

.hero-title{
  font-size:36px;
}

.hero-desc{
  font-size:16px;
}

.navbar-collapse{
  background:#111;
  padding:20px;
}

}

@media (max-width:768px){

.hero-section{
  padding:60px 20px;
}

.hero-buttons .btn{
  width:100%;
  margin-bottom:10px;
}

.about-head,
.selected-Skills-head,
.selected-works-head,
.contact-section-head{
  font-size:36px;
}

.about-head::before,
.selected-Skills-head::before,
.selected-works-head::before,
.contact-section-head::before{
  font-size:100px;
  top:-40px;
}

.about-para p{
  font-size:16px;
}

.skill-card{
  height:200px;
}

.card img{
  height:200px;
}

.footer-wrapper{
  grid-template-columns:1fr;
  text-align:center;
}

.social{
  justify-content:center;
}

}