html{
    scroll-behavior: smooth;

}
body {
    margin: 0;
    /* font-family: 'EB Garamond' !important; */
    /* font-family: 'Helvetica' !important; */
    font-family: "Times New Roman", Times, serif !important;
    font-weight: normal;

  }
  /* topnav  */
  .topnav {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 100px;
    z-index: 9999;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #7e7e7e;
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;

  }
  .pdfimg{
    width: 40px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  .logo{
    width: 200px;
  }

  
/* Mobile */
  
@media screen and (max-width: 860px) {
  .topnav{
    justify-content: space-around;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav #alogo{
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* end topnav */

  /* section 1 */
  .sectiononeimage{
    width: 620px;
    height: 900px;
  }


  #HOME .row {
    display: flex;
    flex-wrap: wrap;
  }
  #HOME .column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
  }
  #HOME .column .section-first-img{
    width:100%;height:100%;
  }
  #HOME .left {
    background-color: grey;
    height: 900px;
  }
  #HOME .right {
   
    height: 900px;
  }
  #HOME .middle {
    margin-top: 20px;
    background-color: #fff;
    height: 860px;
  }
  #HOME .middlecontent{
    background-color:white;
    color:white;
    height:auto;
    text-align:center;
    padding: 55px;
    padding-top: 160px
  }
  #HOME .middlecontent h2{
    font-size: 35px;
    font-weight: 400;
    color: rgb(180, 26, 26);
  }

  #HOME .middlecontent p{
    font-size: 22px;
    color: #2a2a2a;
    word-wrap:break-word;
    text-align: left;
    font-weight: 400; 

  }

  /*Sustainabilty Page*/
  #SUSTAINABILITY .row {
    display: flex;
    flex-wrap: wrap;
  }
  #SUSTAINABILITY .column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
  }
  #SUSTAINABILITY .column .section-first-img{
    width:100%;height:100%;
  }
  #SUSTAINABILITY .left {
    background-color: grey;
    height: 900px;
  }
  #SUSTAINABILITY .right {
   
    height: 900px;
  }
  #SUSTAINABILITY .middle {
    margin-top: 20px;
    background-color: #fff;
    height: 860px;
  }
  #SUSTAINABILITY .middlecontent{
    background-color:white;
    color:white;
    height:auto;
    text-align:center;
    padding: 55px;
    /*padding-top: 160px*/
  }
  #SUSTAINABILITY .middlecontent h2{
    font-size: 35px;
    font-weight: 400;
    color: rgb(180, 26, 26);
  }

  #SUSTAINABILITY .middlecontent p{
    font-size: 22px;
    color: #2a2a2a;
    word-wrap:break-word;
    text-align: left;
    font-weight: 400; 

  }

  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-out {
    from {
      opacity: 1;
    }
    
    to {
      opacity: 0;
    }
  }
  
  
  
  @media only screen and (max-width: 860px) {
    #HOME{
      margin-bottom:0px;
    }
    #HOME .right {
      display: none;
    }
    #HOME .left {
      flex-basis: 100%;
      height: auto;
      background-color:white;
      
    }
    #HOME .middle {
      flex-basis: 100%;
      height: 300px;
      margin-top: -10px;
      
    }
    #HOME .column .section-first-img{
      width:100%;
      height:90%;
      /* padding-left: 20px;
      padding-right: 20px; */

    }

    #HOME .h2hide{
      display: block !important;
      text-align: center;
      font-size: 22px  !important;
      font-weight: 400;
    }
    #HOME .h2hide2{
      display: none !important;
   
    }
    #HOME #pshow2{
      display: block !important;
   
    }
    #HOME #phide,#phide2{
      display: none ;
   
    }
    #HOME .middlecontent{
      background-color:white;
      color:white;
      height:auto;
      text-align:center;
      padding: 55px;
      padding-top: 50px
    }

    /*SUSTAINABILITY Page*/
    #SUSTAINABILITY{
      margin-bottom:0px;
    }
    #SUSTAINABILITY .right {
      display: none;
    }
    #SUSTAINABILITY .left {
      flex-basis: 100%;
      height: auto;
      background-color:white;
      
    }
    #SUSTAINABILITY .middle {
      flex-basis: 100%;
      height: 300px;
      margin-top: -10px;
      
    }
    #SUSTAINABILITY .column .section-first-img{
      width:100%;
      height:90%;
      /* padding-left: 20px;
      padding-right: 20px; */

    }

    #SUSTAINABILITY .h2hide{
      display: block !important;
      text-align: center;
      font-size: 22px  !important;
      font-weight: 400;
    }
    #SUSTAINABILITY .h2hide2{
      display: none !important;
   
    }
    #SUSTAINABILITY #pshow2{
      display: block !important;
   
    }
    #SUSTAINABILITY #phide,#phide2{
      display: none ;
   
    }
    #SUSTAINABILITY .middlecontent{
      background-color:white;
      color:white;
      height:auto;
      text-align:center;
      padding: 55px;
      padding-top: 50px
    }

  }

  @media only screen and (max-width: 760px) {
   
    #HOME .middlecontent{
      background-color: white;
    color: white;
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 20px;
    }

    #SUSTAINABILITY .middlecontent{
      background-color: white;
    color: white;
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 20px;
    }
  }




/* end section 1 */



/* craftsmanship */

#CRAFTSMANSHIP .row{
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
#CRAFTSMANSHIP h2{
  text-align:center;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
  font-weight: normal;
}
#CRAFTSMANSHIP p{
  font-weight: normal;
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;

}

@media only screen and (max-width: 860px) {
  #CRAFTSMANSHIP p{
    font-size: 22px;
    color: #2a2a2a;
    word-wrap:break-word;
    text-align: left;
    margin-top: 20px;
  }
  #CRAFTSMANSHIP h2{
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
  
    color: rgb(180, 26, 26);
    font-size: 40;
  }
  
  #CRAFTSMANSHIP #crhide{
    display: none !important;
  }
  #CRAFTSMANSHIP #crshow{
    display: block !important;
    margin-top: 20px;
  }
  #CRAFTSMANSHIP #chide{
    display: none !important;
  }
  #CRAFTSMANSHIP #cshow,#cshow2{
    display: block !important;
  }
  #CRAFTSMANSHIP .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #CRAFTSMANSHIP .col-6{
    min-width: 100%;
  }
  #CRAFTSMANSHIP .imagecraft{
    width: 650px;
    height: 450px;
  }
}

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

}




/* PRODUCTION */

#PRODUCTION .row{
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
#PRODUCTION h2{
  text-align:center;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
}
#PRODUCTION p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
}

@media only screen and (max-width: 860px) {
  #PRODUCTION h2{
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
  
    color: rgb(180, 26, 26);
    font-size: 40;
  }
  #PRODUCTION #pohide{
    display: none !important;
  }
  #PRODUCTION #pothide{
    display: none !important;
  }
  #PRODUCTION #potshow{
    display: block !important;
  }
  #PRODUCTION #poshow{
    display: block !important;
    margin-top: 20px;
  }
  #PRODUCTION .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #PRODUCTION .col-6{
    min-width: 100%;
  }
  #PRODUCTION .imagecraft{
    width: 650px;
    height: 450px;
  }
}

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

}



/* SERVICE */




#SERVICE .row{
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
#SERVICE h2{
  text-align:center;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
}
#SERVICE p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
}

@media only screen and (max-width: 860px) {
  #SERVICE{
    height: auto !important ;
  }
  #SERVICE p{
    font-size: 22px;
    color: #2a2a2a;
    word-wrap:break-word;
    text-align: left;
    margin-top: 20px;
  }
  #SERVICE h2{
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
  
    color: rgb(180, 26, 26);
    font-size: 40;
  }
  #SERVICE #serhide{
    display: none !important;
  }
  #SERVICE #sershow{
    display: block !important;
    margin-top: 20px;
  }
  #SERVICE #shide{
    display: none !important;
    
  }
  #SERVICE #sshow{
    display: block !important;

  }
  #SERVICE .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #SERVICE .col-6{
    min-width: 100%;
  }
  #SERVICE .imagecraft{
    width: 650px;
    height: 450px;
  }
}

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

}


/* Design */


#DESIGN .row{
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
#DESIGN h2{
  text-align:center;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
}
#DESIGN p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
}

@media only screen and (max-width: 860px) {
  #DESIGN h2{
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
  
    color: rgb(180, 26, 26);
    font-size: 40;
  }
  #DESIGN p{
    font-size: 22px;
    color: #2a2a2a;
    word-wrap:break-word;
    text-align: left;
    margin-top: 20px;
  }
  
  #DESIGN #designshow{
    display: block !important;
  }
  #DESIGN #deshow{
    display: block !important;
  }
  #DESIGN #designhide{
    display: none !important;
  }

  #DESIGN .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #DESIGN .col-6{
    min-width: 100%;
  }
  #DESIGN .imagecraft{
    width: 650px;
    height: 450px;
  }
}

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

}

/* CLIENTS */
#CLIENTSMOBILE{
  display:none;
  height:650px;
  background-color:#b7b7b7;
  background-repeat: no-repeat;
  background-size: contain;
}

#CLIENTS .row{
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
#CLIENTS h2{
  text-align:center;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
}
#CLIENTS p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
}

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

#CLIENTS{
  display: none !important;
  height:650px;
  background-color:#b7b7b7;
  background-repeat: no-repeat;
  background-size: contain;}
#CLIENTSMOBILE{
  display: block !important;
}
#CLIENTSMOBILET{
  display: block !important;
  padding: 40px;
}

#CLIENTSMOBILET h2{
  text-align:center;
  color: rgb(180, 26, 26);
  font-size: 40;
}
#CLIENTSMOBILET p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
}
#CLIENTSMOBILETF{
  display: block !important;
  padding: 40px;
}

#CLIENTSMOBILETF h2{
  text-align:center;
  color: rgb(180, 26, 26);
  font-size: 40;
}
#CLIENTSMOBILETF p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
  margin-top: 25px;
}
  #CLIENTS .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #CLIENTS .col-6{
    min-width: 100%;
  }
  #CLIENTS .imagecraft{
    width: 650px;
    height: 450px;
  }
}

@media only screen and (max-width: 760px) {
  #CLIENTS .row{
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}




/* manage */
#MANAGEMENT{
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#MANAGEMENT h2{
  text-align:center;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
}
#MANAGEMENT p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left !important;
}
#MANAGEMENT .manageimg{
  width:100%;
}
#MANAGEMENT  #poshow2{
  display: none;
}
@media only screen and (max-width: 860px) {
  #MANAGEMENT .row{
   
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #MANAGEMENT{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #MANAGEMENT h3{
    font-size: 35px;
    font-weight: 600;
  }
  #MANAGEMENT h4{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  #MANAGEMENT .col-4{
    max-width: 100%;
  }
  #MANAGEMENT .col-4 img{
    width: 100%;
  }
  #MANAGEMENT .col-8{
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #MANAGEMENT p{
    font-size: 30px;
    color: #2a2a2a;
    word-wrap:break-word;
    text-align: left;
  }
  #MANAGEMENT  #poshow2{
    display: block;
  }
}





/* CONTACT */
#CONTACT{
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
}
#CONTACT #borderinput{
  width:95%;height: 85%;border:1px solid #bf1818; padding:90px;border-radius:15px;margin-top: 100px;
}
#CONTACT h2{
  text-align:left;
  margin-top:100px;
  margin-bottom:50px;
  color: #2a2a2a;
  font-size: 40;
  font-weight: 600;
}
#CONTACT p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;

}
@media only screen and (max-width: 860px) {
  #CONTACT #borderinput{
    width: 100%;
    height: 101%;
    border: 1px solid #bf1818;
    padding: 60px;
    border-radius: 15px;
    margin-top: 100px;
  }
  #CONTACT{
    padding: 50px;
  }
  #CONTACT .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #CONTACT .col-6{
    min-width: 100%;
  }
  #CONTACT .imagecraft{
    width: 650px;
    height: 450px;
  }
}
@media only screen and (max-width: 760px) {
  #CONTACT .row{
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}


.sendbtn{
  width:150px; 
  height: 45px;
  background-color: rgb(201 35 35);
  color: white;
  font-size: 22px;
  font-weight: 900;
  border-radius: 5px;
  border:none;
}



/* Left Report */

.LEFT-REPORT .row{
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
.LEFT-REPORT h2{
  text-align:left;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
}
.LEFT-REPORT p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
}

@media only screen and (max-width: 860px) {
  .LEFT-REPORT h2{
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
  
    color: rgb(180, 26, 26);
    font-size: 40;
  }
  .LEFT-REPORT #pohide{
    display: none !important;
  }
  .LEFT-REPORT #pothide{
    display: none !important;
  }
  .LEFT-REPORT #potshow{
    display: block !important;
  }
  .LEFT-REPORT #poshow{
    display: block !important;
    margin-top: 20px;
  }
  .LEFT-REPORT .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .LEFT-REPORT .col-6{
    min-width: 100%;
  }
  .LEFT-REPORT .imagecraft{
    width: 650px;
    height: 450px;
  }
}

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

}


/* RIGHT Report */

.RIGHT-REPORT .row{
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
}
.RIGHT-REPORT h2{
  text-align:left;
  margin-top:100px;
  margin-bottom:50px;

  color: rgb(180, 26, 26);
  font-size: 40;
}
.RIGHT-REPORT p{
  font-size: 22px;
  color: #2a2a2a;
  word-wrap:break-word;
  text-align: left;
}

@media only screen and (max-width: 860px) {
  .RIGHT-REPORT h2{
    text-align:left;
    margin-top:5px;
    margin-bottom:5px;
  
    color: rgb(180, 26, 26);
    font-size: 40;
  }
  .RIGHT-REPORT #pohide{
    display: none !important;
  }
  .RIGHT-REPORT #pothide{
    display: none !important;
  }
  .RIGHT-REPORT #potshow{
    display: block !important;
  }
  .RIGHT-REPORT #poshow{
    display: block !important;
    margin-top: 20px;
  }
  .RIGHT-REPORT .row{
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .RIGHT-REPORT .col-6{
    min-width: 100%;
  }
  .RIGHT-REPORT .imagecraft{
    width: 650px;
    height: 450px;
  }
}

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

}


.report-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}