
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: rgb(0, 0, 0) ;
    

}

h1,h2 {
    font-family: 'Playfair Display', serif;
}


.navbar-brand {
    color: rgb(228, 174, 103);
    font-size: 40px;
}

.box {
    background: linear-gradient(90deg, rgb(228, 174, 103), rgb(232, 187, 128), rgb(255, 254, 235));
}

/* Navbar scroll effect */
.navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
    background-color: white !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* secound part */
.first-text {
    color: rgb(228, 174, 103);
    font-size: larger;

}

.girl-img {
    height: 380px;
    width: 70%;
    border: solid 1px white;
    border-radius: 50%;
}
@media (max-width: 768px) {
  .girl-img {
    width: 65%;
    height: 200px;
  }
}

.secound {
    margin-top: 150px;
}

.f-b {
    background: linear-gradient(90deg, rgb(228, 174, 103), rgb(232, 187, 128), rgb(255, 254, 235));
}

.s-b {
    border: solid 2px rgb(228, 174, 103);
}

/* third-part */
.thirdd {
    margin-top: 110px;
    padding: 65px;
    margin: 30px 30px;
    box-shadow: 0px 4px 15px rgb(169, 169, 169);
    border-radius: 15px;
}

@media (max-width: 767px) {
    .thirdd {
        padding: 6px;
        /* remove padding on mobile */
    }
}

@media (max-width: 767px) {
    .thirdd {
        margin: 10px !important;
    }
}

.namee {
    color: rgb(228, 174, 103);

}

.titlee {
    color: rgb(228, 174, 103);


}

/* fourth-part */
.icon-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    /* margin: 15px 0; */
    height: 100%;

}

.icon-box {
    transition: all 0.3s ease;
    /* smooth animation */
    cursor: pointer;
}

.icon-box:hover {
    transform: scale(1.05);
    /* slight zoom effect */
    font-weight: bold;
    /* text becomes bold */
}


.icon-box i {
    font-size: 40px;
    /* icon color */
    color: rgb(228, 174, 103);

    margin-bottom: 15px;
}

.icon-box p {
    margin: 0;
    font-size: larger;
}

.line {
    color: rgb(234, 157, 57);
}

/* five-part */

.box-imagee {
    height: 200px;
}

.card-pro {
    box-shadow: 0px 4px 15px rgb(169, 169, 169);
    border: 3px solid rgb(228, 174, 103);
    transition: all 0.3s ease;
    /* smooth animation */
    cursor: pointer;
    /* background-color: rgb(234, 157, 57); */


}

.card-pro:hover {
    transform: scale(1.05);
    /* slight zoom effect */
    font-weight: bold;
    /* text becomes bold */
}

/* six-part */
.boxx {
    width: 25%;
    height: 190px;
}

.second-imag {
    height: 200px;
    border: 5px solid rgb(234, 157, 57);
}

/* seven-part */

.last-icons {
    color: rgb(234, 157, 57);
}

.last-icons:hover {
    color: rgb(0, 0, 0);
}
.last-part{
    border-bottom: 2px solid rgb(234, 157, 57);
}

.last-iconss {
    color: rgb(234, 157, 57);

}

.last-btn {
    background: linear-gradient(90deg, rgb(228, 174, 103), rgb(232, 187, 128), rgb(255, 254, 235));

}

.final-btn {
    border: 2px solid rgb(234, 157, 57);
}

.final-btn:hover {
    color: white;
    background-color: rgb(234, 157, 57);
}

.box1 {
    color: rgb(234, 157, 57);
}