html,body {
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
  }


  @font-face {
    font-family: "BebasNeue";
    src: url("BebasNeue-Regular.ttf");
}

@font-face {
  font-family: "Metropolis";
  src: url("Metropolis-Bold.otf");
}

@font-face {
  font-family: "Metropolis-Light";
  src: url("Metropolis-Light.otf");
}

@font-face {
  font-family: "Roboto";
  src: url("PTSans-Regular.ttf");
}

/* BANNER */

.banner {
  color: #2d3032;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 8%;
  background-color: #ffffff;
  font-family: 'Metropolis';
  font-size: 3.5vh;
  text-decoration: none;
  margin: 10px 00px;
  padding: 0;
  line-height:normal;
  
}


.sub-banner {
  margin-top: 5px;
  font-size: 1.2vh;
}

.banner a:link { text-decoration: none; }
.banner a:visited { text-decoration: none; }
.banner a:hover { text-decoration: none; }
.banner a:active { text-decoration: none; }


.text-overlay a:link { text-decoration: none; }
.text-overlay a:visited { text-decoration: none; }
.text-overlay a:hover { text-decoration: none; }
.text-overlay a:active { text-decoration: none; }

.text_box a:link { text-decoration: none; }
.text_box a:visited { text-decoration: none; }
.text_box a:hover { text-decoration: none; }
.text_box a:active { text-decoration: none; }

.topnav {
  background: #2d3032;
  
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.topnav ul{
  text-align: center;
  list-style: none;
  background: #2d3032;
  padding: 0;
  margin: 0;
 }
 
 .topnav li{
   display: inline-block;
  }
 
  .topnav a {
   margin: 0;
   line-height: 1;
   text-decoration: none;
   color: #fff;
   display: block;
   padding: 10px 35px;
   /* font-size: 1.8vh;*/ 
   /* font-size: 20px; */
   font-size: 18px;
   font-family: "BebasNeue";
   text-transform: uppercase;
   letter-spacing: 3px;
  }

  


  .flex_box{
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    height: 55%;
    display: flex;
    position: relative;
  }

  .text_box{
    position: absolute;
    display: flex;
    padding: 10px 70px 10px 70px;
    white-space: pre;
    background-color: rgba(0,0,0,.6); /*-- a extend for alpha color--*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px; /* Rounded corners */
    color: #f7f0ea;
    font-family: 'Roboto', sans-serif; /* Custom font family */
    font-size: 20px;
    opacity: 100%;
    /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
    
  }

  .text_box2{
    position: absolute;
    background-color: rgba(0,0,0,.6); /*-- a extend for alpha color--*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px; /* Rounded corners */
    color: #f7f0ea;
    font-family: 'Roboto', sans-serif; /* Custom font family */
    font-size: 22px;
    opacity: 100%;
    /*text-transform: uppercase;*/
    text-decoration: none;
    padding: 10px 70px 10px 70px;
    text-align: center;
    transition: transform 0.3s ease; /* Smooth scaling on hover */
  }

  .text_box2 p {
    margin: 0; /* Remove default margin */
    font-size: 12px; /* Adjust the font size if needed */
    line-height: 1.5; /* Set line height for better spacing */
    color: #fff; /* Ensure the text color contrasts well */
    font-style: italic; /* Make the text italic */

}
  
  /* Add a hover effect */
  .text_box2:hover {
    transform: translate(-50%, -50%) scale(1.05); /* Slightly enlarge on hover */
}


  
  
  .first-image {
    width: 50%;
    object-fit: cover;
    object-position: top;
 
 
  }
  
  .second-image {
 
    width: 50%;
    outline: 0px;
    object-fit: cover;
    object-position: top;
 

  }

  .summer_section {
    margin-left: 40px;
    margin-right: 40px;
 
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    box-sizing: border-box;

  }

  

  .jacket_section2 {
    margin-top: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1330px;
  
    display: flex;
    justify-content: center;
  }

.jacket-both2 {
  
  display: flex;
  flex-wrap: nowrap;
}




.jacket-button {
   
  text-decoration: none;
  margin: 20px 50px 0px 50px;
  background-image: none;
  background: #b9ac91;
  border: 1px solid #38494f;
  color: #2c2c2c;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  padding: 11px 30px;
  font-size: 15px;
  line-height: 19px;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  text-align: center;
}

.jacket-desc {

  
  text-align: center;

  max-width: 850px;
  
  word-wrap: break-word;
  
  color: #e7e7e7;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 0.9rem;
}

.jacket-desc h1 {

  font-size: 2rem;
}


.jacket-left2 .h1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 100px;
}





.jacket-image3 {
  min-height: 485px;
  width: 50%;
}





.event-section {
  
  margin-top: 20px;
  background-color: #302f2b;
  /* background-color: #f7f6f4; */
  text-align: center;
  padding-bottom: 10px;

}

.event-section h2 {
  line-height: 20px;
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
  color: #e7e7e7;
  font-size: 18px;
  font-family: "BebasNeue";
  text-transform: uppercase;
  letter-spacing: 3px;
  
}


.event-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-image-container img {

  padding: 10px 10px;
  max-width:100%;

}


.footer {
  margin-top: 40px;
  background: #2d3032;
}

  .footer ul{
    text-align: center;
    list-style: none;
  
    padding: 0;
    margin: 0;
   }
   
   .footer li{
     display: inline-block;
    }
   
    .footer a {
      margin: 0;
      line-height: 1;
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 10px 20px;
      font-size: 30px;
      letter-spacing: 3px;
    }

    .jacket-image2 {
      /* background-image: url("images/jacket1.webp"); */
      background-image: url("images/mkt1.webp");
      justify-content: center;
        display: flex;
        flex-direction: column;
        /* background-position: center center; */
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 400px;
        width: 50%;
        align-self: stretch;
      
    }

    .jacket-left2 {
      width: 50%;
      margin-bottom: 0;
      align-self: stretch;
      justify-content: center;
      display: flex;
      flex-direction: column;
      background-position: left top;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-color: #302f2b;
      padding-top: 136px !important;
      padding-bottom: 136px;
      padding-left: 60px;
      padding-right: 60px;
        
    }

    .event-product {
      position: relative; 
    }


    .event-product img {
      max-height: 450px;
      max-width: 970px;
      width: 100%;
      display: block; /* Ensures no space under the image */
      
    }

    
    .text-overlay {
      position: absolute; /* Position the overlay absolutely */
      top: 50%; /* Center vertically */
      left: 50%; /* Center horizontally */
      transform: translate(-50%, -50%); /* Center it perfectly */
      background: rgba(0, 0, 0, 0.3); /* Darker background for better contrast */
      padding: 15px 80px; /* Increased padding for a more spacious look */
      border-radius: 10px; /* Rounded corners */
      text-align: center; /* Center the text */
      font-size: 22px; /* Increased font size for better readability */
      color: #fff; /* White text color for contrast */
      font-family: 'Roboto', sans-serif; /* Custom font family */
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Shadow effect for depth */
      z-index: 2; /* Ensure it's on top of other elements */
      transition: transform 0.3s ease; /* Smooth scaling on hover */
 
  }

  
  /* Add a hover effect */
  .text-overlay:hover {
      transform: translate(-50%, -50%) scale(1.05); /* Slightly enlarge on hover */
  }

  .text-overlay p {
    margin: 0; /* Remove default margin */
    font-size: 16px; /* Adjust the font size if needed */
    line-height: 1.5; /* Set line height for better spacing */
    color: #fff; /* Ensure the text color contrasts well */
    font-style: italic; /* Make the text italic */

}

@media only screen and (max-width: 800px) {

  .text-overlay {
    max-width: 90%; /* Maximum width for the overlay */
    width: calc(100% - 40px); /* Full width minus padding */
}

.text_box2{
  width: 80%;
  padding: 10px 20px 10px 20px;
  font-size: 18px;

}

.text_box2 p {
  font-size: 14px; /* Adjust the font size if needed */

}


  .event-product img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    

    min-height: 350px;
    width: 100%;
    object-fit: cover;

    background-color: #f7f0ea;
    background-position: center top;
    overflow: hidden;
  
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;

    box-sizing: border-box;
  }



  .topnav ul {
    width: 100%;
    
  }

  .topnav li{
    
    display: block;
    border-bottom: 1px solid #252525;
   }

   .topnav a {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 35px;
    /* font-size: 1.8vh;*/ 
    /* font-size: 20px; */
    font-size: 16px;
    font-family: "BebasNeue";
    text-transform: uppercase;
    letter-spacing: 3px;
   }

   .flex_box{
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }



  .first-image {
    width: 100%;
    height: 100%;
    outline: 0px;
    margin: 0;
    overflow: hidden;
  }
  
  .second-image {
    width: 100%;
    height: 100%;
    outline: 0px;
    margin: 0;
    overflow: hidden;
  }

  .summer_section {
    margin-left: 0px;
    margin-right: 0px;

    margin-bottom: 0px;


  }

  .summer-both {
    display: block;
    flex-wrap: nowrap;
    margin-top: 0px;
    box-sizing: border-box;
  }

  .summer-image {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    

    min-height: 300px;
    width: 100%;

    background-color: #f7f0ea;
    background-position: center top;
   
  
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;

    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;

  }

  .summer-right {
   
  
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.7rem;

    min-height: 100%;
    width: 100%;
 
    align-self:auto;

    
    padding: 0px 20px 0px 20px;
    display: flex;
    
    flex-direction: column;
    
  }

  .summer-right .h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }


  .summer-desc {
    
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
    font-family: 'Futura PT W05 Book','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 0.9rem;
  }

  .summer-button {
    text-align: center;
    text-decoration: none;
    margin: 20px 40px 10px 40px;
    padding: 11px 20px;
    background-image: none;
    display: inline-block;
    font-family: 'Futura PT W05 Book','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 11px 30px;
    font-size: 15px;
    line-height: 19px;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: none;
    
  }

  .jacket_section2 {

    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    max-width: 100%;
    max-height: auto;
    display: flex;
    justify-content: center;
  }

.jacket-both2 {
  
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  margin: 0 !important;
  box-sizing: border-box;
}


.jacket-left2:nth-child(1)  {
  order: 1;
}

.jacket-image2:nth-child(1)  {
  order: 2;
}

.jacket-left2:nth-child(2)  {
  order: 1;
}

.jacket-image2:nth-child(2)  {
  order: 2;
}



.jacket-left2 {
  width: 100%;
  margin-bottom: 0;
  align-self: stretch;

  justify-content: center;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;

  padding-top: 0px !important;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 60px;

}


.jacket-button {
   
  text-decoration: none;
  margin: 20px 50px 10px 50px;
  display: inline-block;
  font-family: 'Futura PT W05 Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  padding: 11px 30px;
  font-size: 15px;
  line-height: 19px;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  text-align: center;
}

.jacket-desc {

  
  text-align: center;

  max-width: 850px;
  
  word-wrap: break-word;
  
  font-family: 'Futura PT W05 Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 0.9rem;
}

.jacket-left2 .h1 {
  text-align: center;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.jacket-image2 {

  justify-content: center;
    display: flex;
    flex-direction: column;
    /* background-position: center center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 400px;
    width: 100%;
    align-self: stretch;
  
}

.jacket-image3 {
  min-height: 485px;
  width: 50%;
}


.event-section {

  margin-top: 20px;

}

.footer {
  margin-top: 20px;
}





}
