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

body {
    background-color: black;
}

.navbar {
    display: flex;
    justify-content: space-between;
}

.nav-img {
    height: 60px;
    /* margin-left: 25px; */
}

.navbar-nav {
    color: white;
}

.nav-link {
    font-weight: bold;
    margin-left: 15px;
    margin-top: 5px;
}

.nav-btn {
    background-color: none;
    background-color: white;
    width: 150px;
    height: 50px;
    border: 1px solid gray;
    border-radius: 25px;
    margin-left: 15px;

}

.parent1 {
    background-color: black;
    /* height: 70vh; */
    /* margin-top: -50px; */
}

.head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.one {
    display: flex;
    justify-content: center;
    font-size: 35px;
    text-align: center;
    color: white;
    /* margin-top: 50px; */

}

.head>h1 {
    margin-left: 10px;
    margin-top: -2px;
}

.our-cite>h1 {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: normal;
}

.our-pro>p {
    text-align: center;
    color: white;
}

.salt {
    height: 80px;
    width: 230px;
}

.carder {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-dark {
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    width: 50%;
    margin-left: -15px;
    margin: 40px auto;
    text-align: center;
    width: 150px;
    height: 50px;
    align-items: center;
    background: none;
    font-weight: bold;
    border-radius: 50px;
}

.parent2 {
    margin-top: 170px;
    /* height: 50vh; */
}

.house>h1 {
    color: white;
    text-align: center;
}

.passed {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.pass2 {
    width: 50%;
    margin: 0 auto;
}

.pass2>p {
    color: white;
    font-size: 23px;
    letter-spacing: 10px;
    color: red;
}

.pass2>h1 {
    /* text-align: center; */
    color: white;
}

.plot,
.phone {
    font-size: 17px;
    color: white;
    margin-top: 10px;
}

.con-bt>button {
    width: 150px;
    background: none;
    color: white;
    height: 50px;
    border: 1px solid grey;
    margin-top: 24px;
    font-weight: bold;
    border-radius: 25px;
}

.dost-pass2>img {
    margin-right: 20px;
    margin: 0 auto;
    margin-right: 25px;

}

.parent3 {
    margin-top: 150px;
    flex-direction: row-reverse;
}

.passeded {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.doste-pass2>img {
    margin-left: 50px;
}

.pass3 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.pass3>p {
    color: white;
    font-size: 23px;
    letter-spacing: 10px;
    color: red;
}

.pass3>h1 {
    /* text-align: center; */
    color: white;
}

.parent4 {
    margin-top: 50px;
}

.card-text {
    color: red;
    letter-spacing: 5px;
    margin-top: 10px;
    text-align: center;
}
.card-head{
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.heading>h1{
    text-align: center;
    color: white;
}
.footer {
    background-color: rgb(14, 12, 12);
    color: white;
    padding: 40px 0 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
    cursor: pointer;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-section p {
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contact-info {
    color: #ccc;
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    color: #ccc;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #555;
    border-radius: 4px;
}

.social-links a:hover {
    color: #fff;
    border-color: #777;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright {
    color: #999;
    font-size: 14px;
}

.payment-methods {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-method {
    background: #555;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.views {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    height: 50px;
    align-items: center;
    width: 120px;
    border: 1px solid grey;
    border: none;
    color: white;
    background-color: rgb(64, 64, 243);
    font-weight: bold;
    border-radius: 10px;
    transition: all 1s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.views:hover {
    transform: scale(1.1);
    background-color: black;
    color: #fff;
}
@media(max-width:768){
  
}