
h1 {
    color:var(--maroon-color);
    text-shadow: 10px 8px 14px  #333;
  }

  pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
   }

section
  {
      width: 100vw;
      padding:0px;
      margin-right:auto;
      margin-left:auto;
  }

  .bannerImg {
    width:80vw;
  }



  .rowbox { 
    display: flex;
    justify-content: center; 
  }

  .vboxes{ 
    margin:10px;
    width:28vw;
    float:left;
  }

  .vboxeslink{  
    width:85vw;
    margin-top:30px;
  }


  .banner {   
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    margin-top: 60px;
  }

  .banner h1 {
    font-size: 2em;
    margin: 0;
  }
  .banner p {
    font-size: 1em;
    margin-top: 10px;
  }

  .gloss1 {
      background: rgba(255, 255, 255, 0.25);
      box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px); 
      border: 1px solid rgba(255, 255, 255, 0.18);
  }


  .panel { 
    border-radius:3px;
    margin-bottom:20px;
  }

  .panel .btn i,.btn span{
  color:#666666;
  }
  
  .panel .panel-heading { 
  font-weight:700;
  font-size:16px;
  color:#262626; 
    padding:10px;
    margin:0px;
  }

  .panel .panel-body {
    padding:20px;
    min-height: 200px;
    justify-content: center;
    color: var(--grey-color);
  }

  .panel .panel-heading a {
  font-weight:400;
  font-size:11px;
  
  }
  .panel .panel-default {
  border-color:#cccccc;
  }
  .panel .panel-thumbnail {
  padding:0;
  }
  .panel .img-circle {
  width:50px;
  height:50px;
  }

  .boxblockbg  {
      /* box-shadow:0 2px 4px 0 #fff; */
      border: 1px solid #fff;
      background-color: var(--bg1-color);
  }


  .ellipsis {
    overflow: hidden;
    line-height: 1.5em;
    height: 4em; 
}


.moredealsbox {
  box-shadow: inset 0 0 34px 12px #ccc;
  /* border: 30px solid var(--maroon-color, 50%); */
  border: 1px solid var(--maroon-color, 50%);
  overflow: scroll;
  background-color: var(--maroon-color);
  width: 90vw;
  padding: 10px;
  display: flex;
  border-radius: 15px;
  margin-bottom: 100px; 
}

.moredeals {
box-shadow: inset 0 0 24px 12px #633;
display: flex;
justify-content: center;
align-items: center;
text-align:center;
height: 170px;
background-color: #dc5;
border-radius: 5px;
margin: 20px;
padding: 30px;
min-width: 200px;
text-transform: uppercase;
/* text-shadow: -6px -12px 6px  #333; */
font-weight: bolder;
font-size: 1.3em;
color:var(--maroon-color);
cursor: pointer;
}



.pagemenubar {
  
  /* box-shadow: inset 0 0 134px 12px var(--maroon-color); */
  /* box-shadow:  0 0 0px 1px #333; */
  border: 1px solid var(--maroon-color);
  /* overflow: scroll; */
  /* background-color: #963; */
  width: 80vw;
  padding: 5px;
  border-radius: 5px;
  /* margin-bottom: 100px;  */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align:center;
}

.pagemenuboxselected {
  box-shadow:  0 0 12px 2px #c69;
  color:var(--grey-color);
}

.pagemenubox:hover {
  box-shadow:  0 0 12px 2px #369;
  color:var(--grey-color);
}
.pagemenubox {
  display: flex;
  box-shadow:  0 0 4px 2px #369;
  justify-content: center;
  align-items: center;
  text-align:center;

  height: 45px;
  background-color: #ccc;
  border-radius: 40px;
  margin: 20px;
  padding: 20px;
  min-width: 150px;
  max-width: 150px;
  text-transform: uppercase;
  /* text-shadow: -6px -12px 6px  #333; */
  font-weight: bolder;
  font-size: 1.3em; 
  color:var(--maroon-color);
  cursor: pointer;
}

 

.morebrandsbox {
  
  box-shadow: inset 0 0 134px 12px var(--maroon-color);
  /* box-shadow:  0 0 0px 1px #333; */
  border: 1px solid var(--maroon-color);
  /* overflow: scroll; */
  /* background-color: #963; */
  width: 90vw;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 100px; 
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align:center;
}




.morebrands {
  display: flex;
  box-shadow:  0 0 10px 6px #666;
  justify-content: center;
  align-items: center;
  text-align:center;

  height: 125px;
  background-color: #ccc;
  border-radius: 60px;
  margin: 30px;
  padding: 30px;
  min-width: 250px;
  max-width: 250px;
  text-transform: uppercase;
  /* text-shadow: -6px -12px 6px  #333; */
  font-weight: bolder;
  font-size: 1.8em; 
  color:var(--maroon-color);
  cursor: pointer;
}

.morebrands:hover{
  display: flex;
  box-shadow:  0 0 3px 8px var(--maroon-color);
  justify-content: center;
  align-items: center;
  text-align:center;

  height: 125px;
  background-color: #eca;
  border-radius: 60px;
  margin: 30px;
  padding: 30px;
  min-width: 250px;
  max-width: 250px;
  text-transform: uppercase;
  /* text-shadow: -6px -12px 6px  #333; */
  font-weight: bolder;
  font-size: 1.8em;
  text-shadow: 2px 2px 2px #333;
  color:var(--maroon-color);
  cursor: pointer;
}


.footer { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  z-index: 1000;
}

.topic_title {
  margin:18px 8px 0px 8px; 
  padding:15px; 
  background-color:var(--maroon-color); 
  color:var(--white-color);
  font-weight: bold;
  font-size: 1em;
  border-radius: 20px 20px 0 0;
}

.topic_subtitle {
  font-weight: normal;
  font-size: 1.5em;
}

.footerul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; 
}

.footerul li a {
  display: block;
  color: var(--white-color);
  text-align: center;
  padding: 16px;
  text-decoration: none;
}


 
.link-banner {
    height: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.link-block {
    height: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    background-color: #fac ; 
}

.link-left-block, .link-right-block {
    min-width: 250px;
    max-width: 250px;
    background-color: #f1f1f1; 
}

/* Adjust the style of the center block based on your needs */
.link-center-block {
     
    background-color: #f6f6f6; 
 
}
 

.dom_article { 
  text-align: justify;  
}

.dom_article ol,ul {
  list-style-type: none;
}
.dom_article li {
  margin:20px;
  font-weight: normal;
}

.dom_article p{
  line-height: 40px;
  padding:20px;
  font-weight: normal; 
}

.dom_article span {
  display: block;
  font-weight: bold ;
}

.dom_poem {  
  font-size: 1.2em;
  text-align: center;  
  color:#fff;
  text-shadow: 2px 2px 2px #630;
  font-weight: normal; 
  line-height: 40px;
}

.dom_poem p { 
  text-align: center;  
  color:#ee0;
  font-size: 1em; 
  text-shadow: 2px 2px 2px #630;
}

.dom_poem span {
  font-weight: bold ;
  color:#ee0;
  font-size: 1.2em;
  text-shadow: 2px 2px 2px #630;
}



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

    .bannerImg {
      width:100vw;
    }

    .logo_item { 
      align-items: center;
      column-gap: 10px;
      font-size: 12px; 
      color: var(--white-color);
      height:30px;
    }

    .rowbox {
      display :inline;
      justify-content: center;
    }
  
    .vboxes{ 
      text-align: center; 
      margin-right:auto;
      margin-left:auto;
      width:88vw;  
    }

      .moredealsbox {
        width:100vw;
      }

      .morebrandsbox {
        width:100vw;
      }

      .topic_title {
        margin:0px; 
        margin-top: 1em;
      }

      .topic_subtitle {
        font-weight: normal;
        font-size: 1.5em;
      }

  }