body{
    background-color: rgb(6, 10, 3);
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
}
@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}
/* Navbar base */
.navbar {
  transition: background-color 0.3s ease;
}

/* Default links: white */
.navbar .nav-link {
  color: white !important;
  transition: color 0.3s ease;
}

/* Active link styling */
.navbar .nav-link.active {
  font-weight: 600;
  text-decoration: underline;
}

/* Scrolled state */
.navbar.scrolled {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Links turn black when scrolled */
.navbar.scrolled .nav-link {
  color: black !important;
}

/* Logo */
.my-logo {
  max-width: 120px;
  height: auto;
}

@media (min-width: 992px) {
  .my-logo {
    margin-left: -40px;
  }
}

/* Button gradient */
.first-btn {
  background: linear-gradient(135deg,
    rgb(106, 148, 77),
    rgb(162, 201, 120),
    rgb(72, 104, 50));
  color: white; /* default text color */
}

/* Button text turns black when scrolled */
.navbar.scrolled .first-btn {
  color: black;
}

/* 2-part */

.img-backgroun {
  height: 450px;
  background-image: url(photos/like3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.img-backgroun::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;       /* cover full width */
  height: 100%;      /* cover full height */
  background-color: rgba(10, 15, 13, 0.8);
  z-index: 1;        /* sits behind text */
}

.img-backgroun .content {
  position: relative;
  z-index: 2;        /* ensures text is above overlay */
  color: #fff;  
       /* full color text */
}
@media (max-width: 767px) {
    .img-backgroun {
        height: 500px;
        text-align: center;
        padding: 0;
    }
     .text-contact{
      font-size: 20px;
 }
}
 .text-contact{
  margin-top: 150px;
 }

/* 3-part */
.icon-box{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
      background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);

}

.icon-box i{
    color:rgb(162, 201, 120);
    font-size:22px;
}

.form-control{
    border-radius:10px;
    padding:14px 18px;
    border:1px solid #ddd;
    box-shadow:none;
}
.my-form{
        background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);

}

.form-control:focus{
    border-color:rgb(162, 201, 120);
    box-shadow:0 0 0 .2rem rgba(25,135,84,.2);
}

.my-btn{
    border-radius:10px;
      background: linear-gradient(135deg,
    rgb(106, 148, 77),
    rgb(162, 201, 120),
    rgb(72, 104, 50));
  color: white; /* default text color */

}
.my-btn:hover{
  border: 2px solid rgb(162, 201, 120) ;

}

@media (max-width:991px){

    .icon-box{
        width:55px;
        height:55px;
    }

    .icon-box i{
        font-size:20px;
    }

}

/* 4-part */
.icon-box2{
      width:60px;
    height:60px;
    border-radius:50%;
    /* display:flex; */
    align-items:center;
    justify-content:center;
      background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
      color:rgb(162, 201, 120);
    font-size:30px;
    margin: auto;

}
/* 5-part */


.img-background {
  height: 200px;
  background-image: url(photos/mm.jpg);
  background-position:right top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  border-radius: 50px;
}


@media (max-width: 767px) {
    .img-background {
        height: 250px;
        text-align: justify;
    }
     .text-contactt{
      font-size: 20px;
 }
}
.mail-me {
        color:rgb(162, 201, 120);

}




