
html {
    scroll-behavior: smooth;
  }

body{
    margin: 0; 
    padding: 0;
    color: #423e31;
    font-family: General Sans, sans-serif;
}

img{
    object-fit: cover;
}
hr{
    width: 60%;
}

/* header */
header {
    width: 100%;
    padding: 20px 0;
    background-color: white;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.logo {
    height: 60px; /* Adjust height as necessary */
}

.nav-center-line {
    position: absolute;
    left: 39%;
    transform: translateX(-45%);
    height: 1px;
    width: 60%;
    background-color: rgb(123, 123, 123);
}

.nav-link {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-link li a{
    display: inline;
    font-family: "General Sans Light";
    font-size: 13px;
    line-height: 1.75;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;

}
.home img{
    width: 20px;
    height: 20px;
}

.nav-link a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 16px;
    line-height: 1rem;
}

.nav-link a:hover {
    color: grey;
}

.fo-fam{
    margin-top: 0;
    margin-bottom: 0;
    color: #423e31;
    font-family: "Orpheus Pro";
    font-weight: lighter;
    letter-spacing: -.04em;
    font-size: 76px;
    line-height: 1.1052631579;
}
.sec1-para h1 {
    max-width: 408px;
    display: block;
    font-size: 50px;
}

.sec1 {
    display: flex;
    padding: 0 100px;
    flex-wrap: wrap;
    gap: 70px;
}

.sec1-para p {
    font-family: "General Sans Light";
    font-size: 13px;
    line-height: 1.75;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.sec1-para {
    margin-top: 50px;
    margin-left: 0px;
    flex: 1 1 300px;

}
.sec1-para h6 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: color .4s, background-color .4s; /* Combine transitions */
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0 24px;
    background-color: #092933;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 40px;
    padding: 0 10px; /* Remove duplicate padding */
    border: 1px solid transparent;
    outline: 0;
    text-decoration: none; /* Remove default underline */
}

.sec1-para h6 a:hover {
    background-color: #e7d9b5;
    color: #092933;
}


/* .sec1-img {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.sec1-img img {
    max-width: 586px;
    height: 500px;
}




.sec2 {
    background-color: #ecf3f9;
    display: flex;
    flex-wrap: wrap;
   padding: 0 85px;
   gap: 10px;
    padding-bottom: 70px;
    justify-content: space-around;
}

.main-para{
    height: 210px;
}

.sec2 p {
    font-family: "General Sans Light";
    font-size: 12px;
    line-height: 1.55;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    width: 320px;
    text-align: justify;
}

.sec2 img { 
    padding-top: 100px;
    width: 330px;
    height: 550px;
}


.sec2 h2 {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 0;
    color: #423e31;
    font-family: "Orpheus Pro";
    font-weight: 100;
    letter-spacing: -.04em;
    font-size: 24px;
    line-height: 1.1052631579;
    width: 320px;
}



.sec2 h6 a {
    border: 1px solid #092933;
    width: 160px;
    height: 40px;
    font-size: 13px;
    color: #092933;
    text-decoration: none; /* Remove default underline */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    transition: color .4s, background-color .4s; /* Combine transitions */
}

.sec2 h6 a:hover {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background-color: #092933;
    color: #fff;
    border: 1px solid transparent;
    outline: 0;
    transition: .4s;
}




/* sec3 */

.sec3-para h2 {
    max-width: 480px;
    display: block;
    font-size: 45px;
}

.sec3 {
    display: flex;
    padding-right: 50px;
    flex-wrap: wrap;
    gap: 70px;
    
}

.sec3-para p {
    font-family: "General Sans Light";
    font-size: 13px;
    line-height: 1.75;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    
}

.sec3-para {
    margin-top: 50px;
    margin-left: 50px;
    flex: 1 1 300px;

}

.sec3-para h6 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: color .4s, background-color .4s; /* Combine transitions */
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0 24px;
    background-color: #092933;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 40px;
    padding: 0 10px; /* Remove duplicate padding */
    border: 1px solid transparent;
    outline: 0;
    text-decoration: none; /* Remove default underline */
}

/* .sec1-img {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.sec3-img img {
    max-width: 600px;
    height: 500px;
}



.sec3-para h6 a:hover {
    background-color: #e7d9b5;
    color: #092933;
}



.sec4 {
    background-color: #e6e3d8;
}

.sec4 h2 {
    margin-top: 0;
    padding-top:100px;
    padding-bottom: 100px;
    margin: 0 auto;
    /* Adjusted padding */
    max-width: 1100px; /* Added max-width */
    color: #423e31;
    font-family: "Orpheus Pro";
    text-align: center;
    justify-content: center;
    font-weight: 100;
    letter-spacing: -.04em;
    font-size: 70px;
    line-height: 1.1052631579;
}

.sec4 a {
    
    margin-left: 20px; /* Adjusted margin */
    line-height: 3rem; /* Adjusted line height */
}

.sec4-para p {
    width: 100%; /* Changed width to 100% */
    max-width: 400px; /* Added max-width */
    color: #092933;
    margin: 0 auto;
    padding: 0 20px 100px 20px; /* Adjusted padding */
    font-family: "General Sans Light";
    font-size: 16px;
    line-height: 1.75;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    unicode-bidi: isolate;
}
.sec5 { 
   justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
     /* Adjusted margin */
}
.sec5 h2{ 
    font-size: 50px;
}

.sec5-para { 
    
    margin-top:120px;
    margin-left: 0px;
    
    width: 573px;
}

.sec5-img {
    padding: 70px 0px;
}
.sec5-img img {
    max-width: 516px;
    height: 516px;
 
}
.sec5 p{
    font-family: "General Sans Light";
    font-size: 13px;
    line-height: 1.75;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;

}

.sec5-para h6 a {

    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: color .4s, background-color .4s; /* Combine transitions */
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0 24px;
    background-color: #092933;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 40px;
    padding: 0 10px; /* Remove duplicate padding */
    border: 1px solid transparent;
    outline: 0;
    text-decoration: none; /* Remove default underline */


    background-color: #092933;
    color: #fff;
    min-width: 150px;
    height: 40px;
    border: 1px solid transparent;
    outline: 0;
    font-weight: 500;
    transition: 0.4s;
}
.sec5-para h6 a:hover {
    background-color: #e7d9b5;
    color: #092933;
}
.author-box2{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1% 25%;
  
    .author-image-container {
      flex-shrink: 0;
      .author-image {
        width: 40px;
        height: 50px;
        object-fit: cover;
        border-radius: 4px;
        display: block;
    }
    }
  
    .author-content {
      display: flex;
      flex-direction: column;

      .author-name {
        font-size: 12px;
        margin: 0;
    
  
        .author-link {
          text-decoration: none;
          color: #333;
  
          &:hover {
            text-decoration: underline;
            color: #0073e6;
          }
        }
      }
  .updated-date {
            font-size: 10px;
            color: #666;
            margin-top: 0.25rem;
        }
    }
  }
.author-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  
    .author-image-container {
      flex-shrink: 0;
      .author-image {
        width: 40px;
        height: 50px;
        object-fit: cover;
        border-radius: 4px;
        display: block;
    }
    }
  
    .author-content {
      display: flex;
      flex-direction: column;

      .author-name {
        font-size: 12px;
        margin: 0;
    
  
        .author-link {
          text-decoration: none;
          color: #333;
  
          &:hover {
            text-decoration: underline;
            color: #0073e6;
          }
        }
      }
  .updated-date {
            font-size: 10px;
            color: #666;
            margin-top: 0.25rem;
        }
    }
  }
  
  /* Mobile responsive layout */
 
  
/* Add this media query for smaller screens */
@media (max-width: 768px) {
    .nav-center-line {
        display: none;
    }
    
    .sec5{
        margin-left: 0;
        gap: 10px;
    }
    .sec5 h2{ 
        padding-top: 10px;
        font-size: 40px;
    }
    
    .third{
        order: 2;
    }
    .four{
        order: 1;
    }
    .sec5-para {
        margin-top: 0;
        margin-left: 20px; /* Remove left margin on smaller screens */
        margin-right: 0;
        width: 100%; /* Remove right margin on smaller screens */
    }

    .sec5-img {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 0; /* Add top margin on smaller screens */
    }
    .sec5 button{
        margin-top: 10px; /* Adjusted padding */
    }
    .sec5-img img {
        width: 100%;
        height: auto;
        padding: 10px;
       
    }
    
}




a{
    text-decoration: none;
    color: #423e31;
    
}
a:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    
    
}



.sec6 {
    gap: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 100px 200px;
    background-color: #faf2dd;
}

.sec6 h2 {
    margin: 0;
    color: #423e31;
    font-family: "Orpheus Pro";
    font-weight: 100;
    letter-spacing: -.04em;
    font-size: 56px;
    line-height: 1.2;
    text-align: center;
    
     /* Desktop width */
}

.sec6 p {
    margin-top: 0px;
    

    font-family: "General Sans Light";
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    text-align: center;
     /* Desktop width */
}

/* Media Queries for responsiveness */
@media only screen and (max-width: 768px) {
    .sec6 {
        flex-direction: column;
        padding: 80px 60px; /* Adjust padding for smaller screens */
    }
    .sec6 h2 {
        font-size: 40px; /* Adjust font size for smaller screens */
        width: 90%; /* Adjust width for smaller screens */
    }
    .sec6 p {
        width: 90%; /* Adjust width for smaller screens */
    }
}

@media only screen and (max-width: 480px) {
    .sec6 {
        padding: 60px 40px; /* Further adjust padding for smaller screens */
    }
    .sec6 h2 {
        font-size: 32px; /* Further adjust font size for smaller screens */
    }
}



.sec7 {
    max-width: 100%;
    overflow: hidden;
}

.sec7 img {
    width: 100%;
    height: auto;
    display: block;
}
.sec8 {
    background-color: #092933;
    padding: 50px 20px;
}

.sec8 p {
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.sec8-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sec8-img img {
    max-width: 100%;
    height: auto;
}

.quates{
    display: flex;

}
.quates p{
    font-size: 50px;
    font-family: "Orpheus Pro";

}


.sec6-content{
    display: flex;
    align-items: center;
    padding: 50px 20px; /* Adjust padding for smaller screens */
    background-color: #fffbf1;
    flex-direction: column; /* Stack content vertically on smaller screens */
}

.sec6-content h6{
    margin-top: 0px;
    font-family: "General Sans Light";
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    width: 350px; 

}


.sec6-content p {
    margin: 0;
    color: #423e31;
    font-family: "Orpheus Pro";
    font-weight: 100;
    letter-spacing: -.04em;
    font-size: 24px; /* Decrease font size for smaller screens */
    line-height: 1.5; /* Adjust line height for smaller screens */
    text-align: center;
    max-width: 100%; /* Ensure text doesn't overflow on smaller screens */
}

/* Media query for smaller screens */
@media only screen and (min-width: 768px) {
    .sec6-content {
        padding: 100px 120px;
        flex-direction: row; /* Revert to horizontal layout on larger screens */
        justify-content: space-between; /* Space out elements horizontally */
    }

    .sec6-content h6,
    .sec6-content p {
        font-size: 28px; /* Revert to original font size */
        line-height: 1.75; /* Revert to original line height */
        width: 500px; /* Revert to original width */
    }
}

.sec6-para h6{
    padding: 0;
    margin: 0;
}






/* Media Queries for responsiveness */
@media only screen and (max-width: 768px) {
    .sec8 {
        padding: 40px 10px; /* Adjust padding for smaller screens */
    }
    .sec8-img {
        flex-direction: column;
        gap: 50px; /* Adjust gap between images for smaller screens */
    }
    .footer-head {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    .sec9 h2 {
        margin-top: 0;
        padding-top: 50px;
        margin-bottom: 0;
        padding-bottom: 10px;
        color: #423e31;
        font-family: "Orpheus Pro";
        font-weight: 100;
        letter-spacing: -.04em;
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }
  
   



    .footer-flex{
        flex-direction: column;
    }
    .footer-sec{
        padding: 10px;
    }
    .footer-container{
        flex-direction: column;
        padding-left: 20px;
    }
    .footer-section{
        margin: 0;
    }
    .footer-head {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;

    }
   
}
@media only screen and (max-width: 480px) {
    .sec8 {
        padding: 30px 5px; /* Further adjust padding for smaller screens */
    }
    .sec8-img {
        flex-direction: column;
        gap: 5px; /* Further adjust gap between images for smaller screens */
    }
    .sec9 h2 {
        margin-top: 0;
        padding-top: 50px;
        margin-bottom: 0;
        padding-bottom: 10px;
        color: #423e31;
        font-family: "Orpheus Pro";
        font-weight: 100;
        letter-spacing: -.04em;
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }
    .footer-flex{
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    .footer-sec{
        padding: 10px;
    }
    .footer-container{
        flex-direction: column;
        padding-left: 20px;
    }
    .footer-section{
        margin: 0;
    }
    .footer-head {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    .author-box {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
      
        .author-image-container {
          flex-shrink: 0;
          .author-image {
            width: 30px;
            height: 40px;
            object-fit: cover;
            border-radius: 4px;
            display: block;
        }
        }
      
        .author-content {
          display: flex;
          flex-direction: column;
    
          .author-name {
            font-size: 10px;
            margin: 0;
        
      
            .author-link {
              text-decoration: none;
              color: #333;
      
              &:hover {
                text-decoration: underline;
                color: #0073e6;
              }
            }
          }
      .updated-date {
                font-size: 8px;
                color: #666;
                margin-top: 0.25rem;
            }
        }
      } 
      .author-box2 {
        display: flex
    ;
        align-items: center;
        gap: 1rem;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding:10px;
    }
}

.sec9 h2 {
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #423e31;
    font-family: "Orpheus Pro";
    font-weight: 100;
    letter-spacing: -.04em;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.sec9-img {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 30px;

}

.sec-9-back{
    background-color: #f8f6f0;
    text-align: center;
    padding: 20px;
    height: 400px;
    
}
.sec9-img1 img{
    text-align: center;
    padding: 50px 20px;
    width: 300px;
    height: 253px;
    
}
.sec9-img2 img{
    
    text-align: center;
    padding: 56px 20px;
    width: 209px;
    height: 299;
    
}
.sec9-img3 img{
   
    text-align: center;
    padding: 50px 20px;
    width: 280px;
    max-width: 100%;
}

.sec9-img p {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
    color: #423e31;
    font-family: "General Sans Light";
    font-size: 16px;
    letter-spacing: -.02em;
    line-height: 1;
}

.sec9-img a {
    color: #423e31;
    text-decoration: none;
}

.sec9-img img {
    max-width: 100%;
    height: auto;
}

.sec9 .section-9 {
    text-align: center;
    margin-top: 50px;
}

.sec9 button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: color .4s;
    cursor: pointer;
    border: none;
    background-color: #092933;
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    outline: none;
}
.section-9{
    padding-bottom: 70px ;
}

.sec9 button:hover {
    background-color: #e7d9b5;
    color: #092933;
}

.footer-flex{
    display: flex;
    padding: 0;
    margin: 0;
}
footer {
  
    padding-top: 50px;
    font-size: 14px;
    background-color: black;
    color: #ffffff;
}

.footer-head {
    display: flex;
    flex-wrap: wrap;
    gap: 250px;
    padding: 0 20px;
}

.footer-sec {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
}
.footer-container{ 
    padding-top: 50px;
    display: flex;
    border-top: 1px solid #666;
}
footer p{
    font-size: 12px;
} 
footer li{
    font-size: 12px;
}

.footer-section {
    flex: 1;
    margin: 10px;
}

.footer-section h3 {
    margin-top: 0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
}

.social-media {
    display: inline-flex;
    gap: 15px;
}

.social-media a svg {
    display: inline-block;
    vertical-align: middle;
}


.contact-info, .social-media {
    flex: 1;
    text-align: center;
}

.social-media a {
    margin: 0 10px;
}

.footer-legal {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #666;
}

.footer-legal a {
    font-family: "General Sans Light";
    margin: 0 10px;
    color: #ffffff;
    text-decoration: none;
}

.footer-legal a:hover {
    text-decoration: underline;
}


/* detailpage */
.detail-container{
    display: flex;
    gap: 40px;
    padding: 20px 0 100px 0;
    
}
.details{
    padding: 35px 70px 50px 0;
}
.detail-img{
    padding: 100px 0 50px 40px;
}

.detail-container img{
    width: 350px;
    height: 458px;
}
.detail-container h1{
    margin-top: 0;
   
    margin-bottom: 0;
    
    color: #423e31;
    font-family: "Orpheus Pro";
    font-weight: 100;
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    
    
}
.detail-main-para{
    gap: 40px;
    display: flex;
    padding-top: 10px;
}
.detail-para{
    width: 375px;
    height: 500px;
    padding-top: 10px;
}
.detail-container p{
    
    color: #423e31;
    font-family: "General Sans Light", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    text-align: justify;
}

/* about */

.about-container{
    margin: 0 auto;
}
.about-img img{
    padding: 70px 0 0 0;
    width: 600px;
    height: 550px;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}
.about-para {
    padding: 10px 0 70px 0;
    width: 600px;
    margin: 0 auto;
}
.about h1{
    padding-top: 20px;
    text-align: center;
    color: #423e31;
    font-family: "Orpheus Pro";
    font-weight: 100;
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 auto;

}
.about-para p{
    color: #423e31;
    font-family: "General Sans Light", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    text-align: justify;
}

@media only screen and (max-width: 768px) {

    .about-img img{
        padding: 10px;
        width: 100%;
        height: auto;
        object-fit: cover;
        
    }
    .about-para {
        padding: 10px;
        width: 100%;
        
    }


    .detail-img{
        padding: 20px;
    }
    .detail-img img{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .detail-container{
        flex-direction: column;
    }

    .detail-container img{
        width: 100%;
        height: auto;

    }
    .detail-container h1{
        font-size: 25px;
    }
    .detail-main-para{
        gap: 10px;
        flex-direction: column;
        padding-top: 10px;
    }
    .details{
        padding: 20px;
    }
    .detail-para{
        width: 100%;
        padding-top: 10px;
    }
    footer {
        margin-top: 0px;
        padding-top: 50px;
        font-size: 14px;
        background-color: black;
        color: #ffffff;
    }
}


