body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: black;
}

.logo {
    height: 40px;
    position: fixed;
    top: 20px;
    left: 40px; /* Adjust based on desired position */
    z-index: 1000; /* Make sure it stays above other content */
}

.icons {
    color: white;
    font-size: 14px;
}
.navbar-toggler{
    font-size: 14px;
    position: fixed;
    top: 5px;
    right: 40px; 
    z-index: 1000;
}
.navbar{
    left: 350px;
}

.icons i {
    padding: 8px;
}

.heading {
    background-color: #000000;
    opacity: 0.8;
    border-bottom: 1px solid #333;
}

.heading ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    margin: 0;
}

.heading ul li a {
    text-decoration: none;
  
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.image1 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-color: #9c4041;
}

.section1 {
    margin: 0;
    padding: 0;
    background-color: #9c4041;
}

.content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    gap: 20px;
}
.content h4 {
    color: #ffff;
    font-weight: 100;
}

.content h1 {
    font-size: 48px;
    color: #ffff;
}
.section2 {
    background-color: #9c4041;
    padding-bottom: 70px;
}

.image2 {
    padding: 60px 60px 60px 80px;
    width: 100%;
}

.text-content1 h1{
    color: #fff;
    font-size: 56px;
    font-weight: 600;
}
.text-content1 h6{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 16px; 
    color: #fff;
    line-height: 20px;
}

.explore {
    background-color: #9c4041;
    color: #bc9e33;
    border: 2px solid #bc9e33;
    height: 50px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.explore:hover {
    background-color: #bc9e33;
    color: black;
}

.section3 {
    background-color: #1c1c1c;
    padding: 40px 80px;
    display: flex;
}

.section3 h2 {
    font-weight: 400;
    color: #7c682a;
    
}

.section3 span {
    font-weight: 400;
    color: #d1bd74;
    font-size: 16p;
    font-family:  sans-serif;
}

.contact {
    background-color: #1c1c1c;
    color: #bc9e33;
    border: 2px solid #bc9e33;
    height: 40px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
   margin-left: 340px;
}

.contact:hover {
    background-color: #d1bd74;
    color: black;
}

.footer {
    border-top: 1px solid #333;
    padding: 40px;
    background-color: #1c1c1c;
   padding-top: 100px;
}

.footer h6 {
    font-weight: 300;
    color: #d1bd74;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 25px;
}
.footer h5{
    font-weight: 300;
    color: #d1bd74;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 30px; 
}
.text-content3{
    padding-top: 50px;
}
.address, .office, .email {
    margin-bottom: 40px;
}
.office span, .email span {
    font-weight: 600;
}

.text-content5 {
    padding-left: 100px;
    margin-right: 200px;
    padding-top: 50px;
}

.text-content5 h5 {
    color: #d1bd74;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}

.logofooter {
    background-color: #1c1c1c;
    height: 30px;
    width: 100px;
   margin-left: 80px;
    margin-bottom: 20px;
}

/* Media Queries for Responsiveness */

@media (max-width: 768px) {
    .heading ul {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        color: #fff;
    }
    .navbar-nav li{
        color: #fff;
    }
.icons{
    visibility: hidden;;
}
    .image1 {
        height: 50vh;
    }
    .navbar{
        left: 10px;
        top: 25px;
    }
    .section2 {
        padding: 20px;
    }

    .text-content1 h1 {
        font-size: 40px;
    }

    .explore {
        width: 120px;
    }

    .footer {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
    }

    .footer .container {
        flex-direction: column;
        align-items: center;
    }

    .text-content3, .text-content4, .text-content5 {
        text-align: center;
        padding-left: 0;
    }
    .section3 {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      top:10px;
     
    }
    .contact {
        margin-top: 20px;
        margin-left: -20px;
    }
    .logofooter{
     margin-bottom: 30px;
     margin-left: 20px;
    }
    .text-content5 {
        padding-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
    }
    
}

@media (max-width: 576px) {
    .logo {
        height: 30px;
    }
    .icons{
        visibility: hidden;;
    }
    .navbar{
        left: 10px;
        top: 25px;
       
    }
    .heading ul {
        font-size: 10px;
   
    }
    .heading li{
        color: #fff;
    }

    .text-content1 h1 {
        font-size: 32px;
    }

    .footer .container {
        flex-direction: column;
        align-items: center;
    }
}
