/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;  
}



/* Home Page Style */
.hero{
    background-image: url('Images/1.png');
    height: 100vh;
    background-size: cover;
    width: 100%;
 
}

.header {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}

.header  > nav{
    width: 65%;
    padding-left: 60px;
    padding-right: 60px;
}

.header  > form{
    padding-top: 50px;
}

.logo{
    width: 180px;
    height: 130px;
}

.topnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 50px;
}

.topnav > li {
    list-style: none;
}

.topnav > li > a{
    text-decoration: none;
    font-weight: 700;
    color: #493725;
    
}

.topnav > li > a.active {
    color:#fadfc3; /* Change to the color you want for the active link */
}

.topnav > li > a:hover{
    color: #9b4819;
}

.dropdown > button {
    font-weight: 700;
    font-size: medium;
    color: #493725;
    background-color: transparent;
    border: none;
}

.dropdown:hover .dropdown-content{
    display: flex;
}




.dropdown-content{
    display: flex;
    flex-direction: column;
    border: #4937252a 1px solid;
    padding: 10px;
    background-color: hsla(36, 100%, 52%, 0.122);
    display: none;
}

.dropdown-content > a {
    text-decoration: none;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-top: 10px;
 
}

.topnav a.icon {
    color: #493725;
    font-size: x-large;
    display: none;
}

.header > form > input{
    background-color: transparent;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border:#493725 3px solid;
    height: 25px;
}

.header > form > button{
    background-color: transparent;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: #493725 3px solid;
    position: absolute;
    margin-right: 14px;
    height: 33px;
}

main {
    display: flex;
}

.hero-content{
    width:100%;
    color: #493725 ;
}

.hero-content > div{
    padding-top: 50px;
    padding-left: 80px;
    font-family: "Lobster", sans-serif;
  
}

.hero-content > div > h1, .profile-content > div > h1 {
    font-size: 52px;
    font-weight: 500;
}

.hero-content > div > h3{
    font-size: 40px;
    font-weight: 200;
}

.hero-content > div > button {
    font-size: 20px;
    font-weight: 800;
    border-radius: 30px;
    border: none;
    padding: 20px;
    background-color: #b09185;
    color: rgb(231, 232, 232);
}

.hero-content > div > button:hover {
    background-color: #9b4819
}

.gallery{
    padding-top: 30px;
    overflow: hidden;
}

.gallery > img {
    margin-left: 120px;
    margin-bottom: 30px;
    width: 150px;
    border: 5px solid black;
    padding: 10px;
}

#img2{
    position: relative;
    top: -30px;
    z-index: 1;

}

#img3{
  position: relative;
  right: -30px;
}

#img4{
    position: relative;
    right: -80px;
    top:-120px;
    border: 4px solid rgb(207, 207, 207);
    z-index: 2;


}

#img5{
    position: relative;
    top:-360px;
    right: -150px;
    border: 4px solid rgb(207, 207, 207);
    width: 170px;

}

#img6{
    position: relative;
    top:-140px;
    width: 170px;
    left: -20px;

}

.story{
    background-image: url('Images/2.png');
    height: 100vh;
    background-size: cover;
    display: flex;
}


.story-image {
    width: 100%;
    padding: 100px;
    padding-left: 200px;
}

.story-image > div {
    display: flex;
    flex-direction: column;
    border: #493725 5px solid;
}

.story-image > div > img {
    width: 100%;
    height: 260px;
}

.story-content{
    padding: 80px;
    padding-left: 200px;
    line-height: 30px;
    height: 100vh;
   
}

.story-content > h1,.exibition-content > h1,.global-content > h1 {
    font-size: 58px;
    font-weight: 500;
    font-family: "Lobster", sans-serif;
    color: #493725;
    line-height: 70px;
}

.exibition,.global {
    display:flex;
    flex-direction: row;
    background-image: url(Images/3.png);
    background-size: cover;
}


.global{
   
    background-image: url(Images/4.png);
    background-size: cover;
}


.global-content {
   margin-left: 55%;
}

.exibition-image > img {
    width: 630px;
    height: 100vh;
}

.global-image > img {
    height: 350px;
    border: #493725 5px solid;
    margin-left: 220px;
}
 
.exibition-content, .global-content {
    width: 100%;
    padding: 80px;
    line-height: 30px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1rem;
}

/* Profile Page Styles */


/* Product Page Styles */

.pro-page{
    background-color: antiquewhite;
    background-size: cover;
}
.products{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

.pro{
    display: flex;
    flex-direction: column;
    width: 190px;
    height: 465px;
    margin-left: 100px;
    justify-content: center;
}

.pro-multi-1{
    width: 100%;
    height:500px;
}

.pro-multi-1-content{
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}

.pro > img{
    width: 100%;
    height: 220px;

}

.pro-image{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pro-image > img{
    height: 220px;
    margin-left: 10px;
    margin-right: 10px;
}


.pro-image > video{
    height: 500px;
    margin-left: 10px;
    margin-right: 10px;
}



.pro > div {
    height: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
}

.pro > div > h1{
    color: #493725;
    font-size: 16px;
    top: -40px;
    margin: 0;
}

.pro > div > div{
    display: flex;
    justify-content: space-between;
}


.pro > div >  div> h3{
    color:#493725;
    font-size: 16px;
    font-style: italic;
    margin:0px;
}

.pro > div > div > h1{
    color:#493725;
    font-size: 16px;
    margin: 0px;
}

.pro > div > h3{
    color:#493725;
    font-size: 16px;
    font-style: italic;
    margin: 0px;
}

.pro-page > button {
    background-color: #493725;
    color:aliceblue;
    padding: 10px 50px 10px 50px;
    border: none;
    font-size: 16px;
    margin-left: 43%;

}



.process-video{
    display:flex;
    flex-wrap:wrap;

}

.process-video > video{
    height: 220px;
    margin-left:10px;
    margin-bottom:10px;
 
}



/*Search */

/* Styling for the search bar */
form.example {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #ddd;
    width: 80%;
    border-radius: 5px;
}

form.example button {
    padding: 10px;
    background: #555;
    color: white;
    font-size: 17px;
    border: 1px solid #ddd;
    cursor: pointer;
}

form.example button:hover {
    background: #333;
}


/* Styling for Contact Us */

.contact-content{
    display: flex;
}

.contact-content{
    display: flex;
    padding-top: 50px;
}

.contact-content > div > h1{
    font-family: "Lobster", sans-serif;
    font-size: 52px;
    margin-left: 50px;
    color:#493725
}

.contact-content > div{
    width: 100%;
}


.contact-section{
    background-image: url(Images/7.png);
    height: 100vh;
}

.contact-details{
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    font-size: 14px;
}

.contact-details> h3{
    padding-left: 40px;
  
}

.map{
    width: 100%;
    justify-content: flex-end;
    padding-left: 20px;
    padding-top: 40px;
}

/* Styling for Profile */

.profile-image > div{
    height: 480px;
    width: 340px;
    border: #cf8841 solid 5px;
    border-radius: 150px 150px 0 0;
    background-image: url(Images/Screenshot\ 2024-10-01\ at\ 13.40.34.png);
    background-size: contain;       
}

.profile-image {
   width: 100%;
   margin-left: 150px;
   margin-top: 80px;
    
}


.profile-content{
    display: flex;
    overflow: hidden;
    
}

.profile-content > div{
    width: 100%;
    padding: 30px;
    padding-left: 80px;
}

.profile-content > div > h3,.profile-history > div > h3{
        font-size: 20px;
        font-weight: 300;
        line-height: 40px;
}

.profile-content > div > h1,.profile-history > div > h1{
    font-size: 50px;
    color: #b09185;
    font-family: "Lobster", sans-serif;

}

.profile-history{
    align-items: center;
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
    background-image: url(Images/6.png);
    height: 200vh;
    padding-top: 50px;
 
}

.trade-main > main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trade-main {
    background-image: url(Images/7.png);
    height: 200vh;
}

.trade-gallery{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.trade-gallery > div > img{
    width: 290px;
    height: 170px;
    margin-left: 50px;
    margin-bottom: 10px;
}

.trade-gallery > div > h4{
    text-align: center;
}

.trade-head2{
    color: #92692b;
    font-weight: 50;
    font-size: 32px;
    margin-top:-15px;
}
.trade-head1{
    font-weight: 50;
    font-size: 32px;
  
}

.video > img{
    height: 300px;
    width: 180px;
    
}

.video > video{
    height: 300px;
    width: 180px;
    
}

@media screen and (max-width: 1250px) {
    .story-content > h1,.exibition-content > h1,.global-content > h1 {
        font-size: 32px;
        font-weight: 500;
        font-family: "Lobster", sans-serif;
        color: #493725;
        line-height: 40px;
    }
}


@media screen and (max-width: 1024px) {



    .story{
        display: flex;
        flex-direction:column-reverse;
        height: 1250px;
        align-items: center;
        text-align: center;
        padding-bottom: 50px;
    
    }


    .story-image {
        width: 350px;
        padding: 5px; 
        padding-left: 20px;
    }

    .story-content {
        padding: 5px; 
        padding-left: 20px;
    }

    .gallery > img {
        margin-left: 0px;
        margin-bottom: 0px;
        width: 100px;
        border: 5px solid black;
        padding-left: 10px;
    }

    .gallery {
    
        width: 100%;
        padding: 0%;
        margin-top: 0%; 
      
    }

    .hero-content > div{
        padding-left: 20px;
        width: 100%;
     
      
    }

    .profile-content{
        display: flex;
        flex-direction: column;
        
    }

    .profile-content > div{
        padding-left: auto;
        padding-right: auto;
        width: 80%;
        text-align: center;
        
    }

    .profile-history{
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
        height: 300vh;
    
    }

    .products{
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
        padding-bottom: 50px;
 
    }


    .pro{
        height: fit-content;
        margin-left: 25px;
        margin-right: 25px;
        padding-top: 50px;
       
        
      
    }

    .profile-image {
        width: 100%;
        margin-left: 10%;
        margin-right: 10%;  
         
     }


     .trade-head2{
        color: #92692b;
        font-weight: 50;
        font-size: 24px;
        margin-top:-15px;
    }
    .trade-head1{
        font-weight: 50;
        font-size: 24px;
      
    }

    .trade-gallery > img{
        width: 360px;
        height: 190px;
        margin-left: 50px;
        margin-bottom: 80px;
    }

    .trade-main {
        background-image: url(Images/7.png);
        height: 200vh;
    }

    .hero-content > div > h1 {
        font-size: 48px;
    }

    .hero-content > div > h3{
        font-size: 32px;

    }


    .hero-content > div > button {
        font-size: 22px;
        padding: 15px;
       
    }

    .hero-content{
        overflow: hidden;
        height: 100vh;
    }

    #img2{
        top: 30px;
        left: 130px;
        z-index: 1;
    
    }
    
    #img3{
      position: relative;
      right: 220px;
      top: 310px;
    }
    
    #img4{
        position: relative;
        right: -340px;
        top: 0px;
        border: 4px solid rgb(207, 207, 207);
        z-index: 2;
    
    
    }
    
    #img5{
        position: relative;
        top:-50px;
        right: -20px;
        border: 4px solid rgb(207, 207, 207);
        width: 110px;
    
    }
    
    #img6{
        position: relative;
        top: 160px;
        width: 110px;
        left: -50px;
    
    }

    #img1{
        position: relative;
        right: -20px;
        top: 60px;
        z-index: 1;
    
    }
      

    .exibition{
      
        display:flex;
        flex-direction: column;  
    }

    .global {
        display: flex;
        flex-direction: column-reverse;
    }


.exibition {
    overflow: hidden;
    display:flex;
    flex-direction: column;
    background-image: url(Images/3.png);
    background-size: cover;
}


.global{
    overflow: hidden;
    margin: 0%;
    background-color: antiquewhite;
    background-image: none;
}

.global-content{
    margin: 0%;
}


.global-image {
    height: 50px;
    border: #493725 5px solid;
    margin-left: 0px;
}

.exibition-image > img {
    width: 100%;
}

 
.exibition-content {
    width: 100%;
    padding: 20px;
    line-height: 30px;
}


.contact-content{
    display: flex;
    flex-direction: column;
    overflow: hidden;
   
}

.contact-section{
    background-image: url(Images/7.png);
    height: 200vh;
}


.map > iframe{
    width: 90%;
    padding-top: 0px;
    margin: 0px;
}

.story-content > h1,.exibition-content > h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Lobster", sans-serif;
    color: #493725;
    line-height: 70px;
    text-align: center;
    text-wrap: wrap;
}

    
}



@media screen and (max-width: 900px) {

    .gallery > img {
        margin-left: 0px;
        margin-bottom: 0px;
        width: 80px;
        border: 5px solid black;
        padding-left: 10px;
    }


    #img2{
        top: 30px;
        left: 130px;
        z-index: 1;
    
    }
    
    #img3{
      position: relative;
      right: 220px;
      top: 250px;
    }
    
    #img4{
        position: relative;
        right: -290px;
        top: 0px;
        border: 4px solid rgb(207, 207, 207);
        z-index: 2;
    
    
    }
    
    #img5{
        position: relative;
        top:-50px;
        right: -20px;
        border: 4px solid rgb(207, 207, 207);
        width: 110px;
    
    }
    
    #img6{
        position: relative;
        top: 160px;
        width: 100px;
        left: -50px;
    
    }

    .trade-main {
        background-image: url(Images/7.png);
        height: 250vh;
    }


    

}


@media screen and (max-width: 768px) {
    .topnav li {
        display: block;
        text-align: left;
        padding: 12px 16px;
        border-bottom: 1px solid #444;
    }

    .topnav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .topnav.responsive {
        display: block;
    }

    .icon {
        display: block;
        color: white;
        padding: 14px 16px;
    }

    .topnav li {
        display: none;
    }

    .topnav.responsive li {
        display: block;
    }

    .topnav a.icon {
        color: #493725;
        font-size: x-large;
        display: block;
        align-self: flex-end;
    }

    .hero{
        height: 110vh;
    }

   

    .story{
        display: flex;
        flex-direction:column-reverse;
        height: 1250px;
        align-items: center;
        text-align: center;
        padding-bottom: 50px;
    
    }

   


    .story-image {
        width: 350px;/* Ensure image container scales down on smaller screens */
        padding: 5px; /* Adjust padding for mobile */
        padding-left: 20px;
    }

    .story-content {
        padding: 5px; /* Adjust padding for mobile */
        padding-left: 20px;
    }

    .gallery > img {
        margin-left: 0px;
        margin-bottom: 0px;
        width: 70px;
        border: 5px solid black;
        padding-left: 10px;
    }

    .gallery {
    
        width: 100%;
        padding: 0%;
        margin-top: 0%; 
      
    }

    .hero-content > div{
        padding-left: 20px;
        width: 100%;
     
      
    }

   

    .profile-content{
        display: flex;
        flex-direction: column;
        
    }

    .profile-content > div{
        padding-left: auto;
        padding-right: auto;
        width: 80%;
        text-align: center;
        
    }



    .profile-history{
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
        height: 300vh;
    
    }

    .products{
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
        padding-bottom: 50px;
 
    }


    .pro{
        height: fit-content;
        margin-left: 25px;
        margin-right: 25px;
        padding-top: 50px;
       
        
      
    }


     .trade-head2{
        color: #92692b;
        font-weight: 50;
        font-size: 20px;
        margin-top:-15px;
    }
    .trade-head1{
        font-weight: 50;
        font-size: 20px;
      
    }

    .trade-gallery > img{
        width: 360px;
        height: 190px;
        margin-left: 50px;
        margin-bottom: 80px;
    }

    .hero-content > div > h1 {
        font-size: 40px;
    }

    .hero-content > div > h3{
        font-size: 32px;

    }


    .hero-content > div > button {
        font-size: 16px;
        padding: 10px;
       
    }

    .hero-content{
        overflow: hidden;
    }

    #img2{
        top: 30px;
        left: 90px;
        z-index: 1;
    
    }
    
    #img3{
      position: relative; 
      right: 160px;
      top: 280px;
    }
    
    #img4{
        position: relative;
        right: -230px;
        top: 0px;
        border: 4px solid rgb(207, 207, 207);
        z-index: 2;
    
    
    }
    
    #img5{
        position: relative;
        top:50px;
        right: 0px;
        border: 4px solid rgb(207, 207, 207);
        width: 110px;
    
    }
    
    #img6{
        position: relative;
        top: 20px;
        width: 100px;
        left: 180px;
    
    }

    #img1{
        position: relative;
        right: -50px;
        top: 60px;
        z-index: 1;
    
    }
      

    .exibition{
      
        display:flex;
        flex-direction: column;  
    }

    .global {
        display: flex;
        flex-direction: column-reverse;
    }


.exibition {
    overflow: hidden;
    display:flex;
    flex-direction: column;
    background-image: url(Images/3.png);
    background-size: cover;
}


.global{
    overflow: hidden;
    margin: 0%;
    background-color: antiquewhite;
    background-image: none;
}

.global-content{
    margin: 0%;
}


.global-image {
    height: 50px;
    border: #493725 5px solid;
    margin-left: 0px;
}

.exibition-image > img {
    width: 100%;
}

 
.exibition-content {
    width: 100%;
    padding: 20px;
    line-height: 30px;
}


.contact-content{
    display: flex;
    flex-direction: column;
    overflow: hidden;
   
}

.contact-section{
    background-image: url(Images/7.png);
    height: 200vh;
}


.map > iframe{
    width: 90%;
    padding-top: 0px;
    margin: 0px;
}

.trade-main {
    background-image: url(Images/7.png);
    height: 400vh;
}

    
}


@media screen and (max-width: 620px) {


    .gallery > img {
       width: 50px; 
    }
    #img2{
        top: 30px;
        left: 90px;
        z-index: 1;
    
    }
    
    #img3{
      position: relative; 
      right: 160px;
      top: 280px;
    }
    
    #img4{
        position: relative;
        right: -230px;
        top: 0px;
        border: 4px solid rgb(207, 207, 207);
        z-index: 2;
    
    
    }
    
    #img5{
        position: relative;
        top:50px;
        right: 0px;
        border: 4px solid rgb(207, 207, 207);
        width: 110px;
    
    }
    
    #img6{
        position: relative;
        top: 20px;
        width: 50px;
        left: 180px;
    
    }

    #img1{
        position: relative;
        right: -50px;
        top: 60px;
        z-index: 1;
    
    } 
    
    .trade-main {
        height: 300vh;
}

}

@media screen and (max-width: 550px) {
    .gallery > img{
        width: 35px;
    }

    #img5{
        width: 90px;
    
    }

    #img6{
        position: relative;
        top: 80px;
        width: 70px;
        left: 115px;
    
    }

    #img3{
        position: relative; 
        right: 100px;
        top: 240px;
      }

      #img4{
        position: relative;
        right: -150px;
        top: 0px;
        border: 4px solid rgb(207, 207, 207);
        z-index: 2;
    
    
    }

    #img2{
        top: 30px;
        left: 60px;
        z-index: 1;
    
    }


    .story{
        height: 800px;
    }


.global{
   align-items: center;
   margin: 0px;
   padding-left: 25px;
}

.profile-content > div{
    padding-left: 35px;
    width: 80%;
    text-align: center;
    
}

.profile-history{
    height: 400vh;

}

.pro{
  
    width: 175px;
    height: 465px;
 
}



   
}









   


