@font-face {
  font-family: 'Jost';
  font-style: normal;
  src: url('fonts/jost.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  src: url('fonts/jost-italic.woff2') format('woff2');
  font-display: swap;
}

/* Default for mobile phones****: */

body {
  background-color: #232323 !important;
  margin: auto;
 
}
sup {
  background-color:red;
  color: white;
  margin-left: 5px;
  padding: 0 5px;
  font-weight: 800;
}
#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */
 }
/*user text formatting*/
/*-------fontfamily*/

/*kviz form*/
div.answer {
  display: flex;
  padding: 0px;
  background-color: rgb(247, 231, 211);
  margin-bottom: 8px;
  border-radius: 3px;
}  
div.question {
  padding: 10px 10px;
  background-color: rgb(253, 220, 179);
  margin-bottom: 8px;
  margin-top: 30px;
  border-radius: 3px;
}  
div.questionsolution {
  padding: 10px 10px;
  margin-top: 10px;
  border-radius: 3px;
}  
div.yes {
  background-color: rgb(196, 252, 224);
}  
div.no {
  background-color: rgb(252, 196, 192);
}  
div.nofill {
  background-color: rgb(247, 231, 211);
}
div.answer input[type="radio"]:checked + label{
  background-color: gray;
  color:white;
  border-radius: 3px;
}
input.answer { 
  float: left;
  display: block;
  display:none;
} 
label.answer { 
  padding: 10px 10px;
  display: block;
  width: 100%;
  cursor:pointer;
  margin-bottom: 0px;
} 
img.check {
  width: 37px;
  height:  37px; 
  margin: auto 0px;
  padding: 5px;
}
#kvizresult{
  text-align: center; 
  padding: 15px; 
  margin-top: 40px;
  background-color:antiquewhite; 
  border-radius: 3px 3px 20px 20px;
  border: 2px solid silver;
}
.btn-kviz-auto{
  width: auto;
}
.btn-kviz-max{
  width: 100%;
}
.kvizflex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
/*kviz form VÉGE*/

/*saját szereplő neme*/
.gender {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}

.gender li {
  float: right;
  margin: 0 5px 0 0;
  width: 22%;
  height: 42px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  cursor:pointer;
}

.gender input,
.gender label {
  cursor:pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(166, 166, 166);
  border-radius: 3px;
  filter: grayscale(100%); 
}

.gender input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
.gender input[type="radio"]:checked+label {
  background-color: #033f5c;
  filter: grayscale(0%); 
}
/*saját szereplő VÉGE*/

.hide {
  display:none !important; 
}
.option {
  color: dimgray;
}
.textinput {
  background-color: white;
  border-radius: 3px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
}
.ff-jost {
  font-family:Jost, Arial !important; /*csak websafe fontra működik állítólat az option tag*/
}
.ff-arial {
  font-family:Arial !important;
}
.ff-verdana {
  font-family:Verdana !important;
}
.ff-tahoma {
  font-family:Tahoma !important;
}
.ff-century {
  font-family:"Century Gothic" !important;
}
.ff-trebuchet {
  font-family:"Trebuchet MS" !important;
}
/*----------color*/
.bc-beige {
  background-color:beige !important;
}
.bc-blanchedalmond {
  background-color:blanchedalmond !important;
}
.bc-bisque {
  background-color:bisque !important;
}
.bc-gainsboro {
  background-color:gainsboro !important;
}
.bc-lavender {
  background-color:lavender !important;
}
/*----------textalign*/
.ta-left {
  text-align:left !important;
}
/*----------fontsize*/
.fs-numsp {
  font-size: 0.5rem !important;
}
.fs-larger {
  font-size: 1.26rem !important;
}
.fs-largest {
  font-size: 1.4rem !important;
}
/*----------wordspacing*/
.ws-larger {
  word-spacing: 0.09rem !important;
}
.ws-largest {
  word-spacing: 0.18rem !important;
}
/*----------letterspacing*/
.ls-larger {
  letter-spacing: 0.03rem !important;
}
.ls-largest {
  letter-spacing: 0.06rem !important;
}

/*---------------------------*/
p {
  text-align:justify;
}
.inputgomb {
  display: inline-block !important;
  margin:5px !important;
}
textarea {
  width:100%;
  padding: 10px;
  border-color: silver;
  border-style:solid;
  border-radius: 6px;
}
textarea::placeholder {
  color: dimgray;
  font-style: italic;
}
textarea:hover{
  border-color: gray;
}
textarea:hover::placeholder {
  color: white;
}
.picscredit {
  font-size: 0.9rem !important;	
  text-align: center;
  display: block;
}
.fullwidth {
  width: 100%;
}
.halfwidth {
  width: 50%;
}
.red {
  color:Red;
}
.red2 {
  color:rgb(180, 0, 0);
}
.strong {
  font-weight: 600 !important;
}
.superstrong {
  font-weight: 900 !important;
}
.wb-normal{
  word-break:normal !important;
}
.center {
  text-align: center;
}
.center-items {
  margin:0px auto 0px auto;
}
.marginauto {
  margin: auto;
}
.nobottommargin {
  margin-bottom: 0px !important;
}
.nophone {
  display: none;
}
.nophoneblock {
  display: none;
}
.displaynone {
  display: none !important;
}
.onlyphone {
  display: inline;
}
.btn-szereplo{
  margin: 0px 0px 10px 0px !important;
  width:100%;
  font-weight: 500 !important;
  border-radius: 6px !important;
}
.btn-mese,
.btn-mese:active {
  margin: 0px 0px 0px 0px !important;
  width:100%;
  font-weight: 500 !important;
  border-radius: 6px !important;
}
.btn-mese.disabled,
.btn-mese:disabled {
  color: white !important;
  background-color: darkgray !important;
  border-color: darkgray !important;
  filter: grayscale(100%);
}
.mesedesc {
  background-color: rgb(203, 245, 241);
  padding:0px;
  margin-bottom: 8px;
  text-align:center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mesedesc-disabled {
  background-color: #dcdcdc; /*Gainsboro*/
  color:gray;
}
.mesedesc-text{
  padding:10px 10px 10px 10px;
  margin-top: 0px;
  border-style: solid;
  border-color: silver;
  border-width: 0px 2px 2px 2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mesedesc-trans{
  transition:height 500ms;
  overflow: hidden;
  height:0px;
}
.meseicon {
  height: 35px;
  width: auto;
  padding-left: 20px;
  display: inline-block;
}
.meseheader{
  display:grid;
  grid-template-columns: 80px auto;
  column-gap: 5%;
  padding: 0 0 0 5%;
  margin-bottom: 10px;
  text-align:left;
  border-style: none;
  border-radius: 20px;
  background-color: rgb(231, 244, 250);
}
.meselista-panel{
  transition:height 500ms;
  overflow: hidden;
  height: 0px;
}
.meselista-command{
  text-align: right;
  padding-bottom: 20px;
  padding-right: 0px;
}
.mesesection{
  border-radius: 5px;
  height: 80px;
  width: 80px;
}
.div-mesesection{
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.div-sectiontitle{
  margin-top: auto;
  margin-bottom: auto;
  line-height: 105%;
  font-weight: 500;
}
.back-latest{
  background-image: url("pics/alom-latest-icon2.webp");
}
.back-marci{
  background-image: url("pics/alom-marci-icon2.webp");
}
.back-terka{
  background-image: url("pics/alom-terka-icon2.webp");
}
.back-kozos{
  background-image: url("pics/alom-kozos-icon2.webp");
}
.back-egyeb{
  background-image: url("pics/alom-egyeb-icon2.webp");
}
.back-pirinyo{
  background-image: url("pics/alom-pirinyo-icon2.webp");
}
.back-robot{
  background-image: url("pics/alom-robot-icon2.webp");
}
.sharelink{
  display: inline-block;
}
.shareicon{
  display: inline;
  height: 35px;
  width: auto;
  margin: 5px;
  background-color: #232323;
  border-radius: 4px;
}
.soundicon {
  display: inline;
  height: 22px;
  width: auto;
  position: relative;
  top: -2px;
  padding-left:5px;
}
 .hohoicon {
  height: 60px;
  width: auto;
  display: block;
  cursor: pointer;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
 }
 .navbar-langicon {
  position: absolute;
  top: -6px;
  left: -20px;
  height: 30px !important;
  width: auto;
 }
.navbar-langicon2 {
  position: absolute;
  top: -6px;
  left: 20px;
  height: 30px !important;
  width: auto;
 }
 .navbar-logo{
  background-image: url('icons/alom-logo2.webp');
  background-size: cover;
}
.navbar-brand{
  padding-right: 5px !important;
}
.navbar-dropdown{
  padding-right: 10px !important;
}
 .introicon {
  height: 50px;
  width: auto;
  display: inline-block;
 }
 .gendericon {
  height: 32px;
  width: auto;
  display: inline-block;
 }
 .opacity-animation{
  opacity: 1;
  animation-name: opacity-animation;
  animation-duration: 8s;
  animation-iteration-count: infinite;
 }
 @keyframes opacity-animation {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
 }
 .animimage {
  display: inline-block;
  border-radius: 10px;
 }
 .animdiv{
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
 }
 .bookreview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top:30px;
}
.bookreview-item {
  padding-bottom: 40px;
} 
.infodiv {
  background-color:antiquewhite;
  height:auto;
  display: grid;
  grid-template-columns: 50px auto;
  gap: 10px;
  padding: 0px;
  margin-top: 1px;
  margin-bottom: 10px;
}
.infodivicon {
  margin:auto;
  padding: 0px;
}
.infodivicon img{
  width:36px;
  height: auto;
}
.infodivtext {
  padding: 10px 10px 5px 0px;
}
.infodivtext p {
  margin-bottom: 5px !important;
}
.nextstory {
  background-color: rgb(255, 255, 127);
}
.newstory {
  background-color: rgb(180, 255, 180);
}
.addownchar {
  background-color: rgb(156, 223, 176);
}
.shareinfo {
  background-color:rgb(203, 230, 248);
}
.charactersaved {
  background-color:rgb(96, 243, 140);
}
.warning {
  background-color:rgb(180, 0, 0);
}
.happychristmas {
  background-color:rgb(180, 0, 0);
  border-color: green !important;
  border-width: 10px !important;
}
.happychristmas div p {
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}
.happynewyear {
  background-color:rgb(229, 112, 245);
  border-color: purple !important;
  border-width: 2px !important;
}
.happynewyear div p {
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}
.settingsdiv {
  background-color:antiquewhite;
  height:auto;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 10px;
  padding: 7px;
  margin-bottom: 5px;
}
.settingswarning {
  background-color:rgb(250, 173, 173); 
  color:maroon;
}
.settingswarning-hide {
  background-color:rgb(250, 173, 173); 
  color:maroon;
  display:none;
}
.settingswarning div p, 
.settingswarning-hide div p {
  font-weight: 500;
}
.characterdiv {
  background-color:antiquewhite;
  height:auto;
  padding: 10px 10px 0px 10px;
  margin-bottom: 5px;
}
.akbox {
  border-style: solid;
  border-color: silver;
  border-width: 2px;
  border-radius: 3px;
}
.round-border{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.row-copirayt {
  margin-bottom:20px;
}
.headerline {
  width:80%;
  margin: 8px auto 5px 0px;
  border-top: 1px solid #778899;
}
.headerline-mese {
  width:80%;
  margin: 8px auto 5px 0px;
  border-top: 1px solid silver;
}
.footerline {
  width:80%;
  margin: 0px auto 20px auto;
  border-top: 1px solid rgb(87, 86, 86);
}
.assetlinks {
  color: rgb(167, 166, 166);
  font-size: small;
}
.zeropadding {
  padding:0px !important;
}
.meselistpadding {
  padding: 0px !important;
}
.content-wrapper {
  padding: 20px 15px 20px 15px !important;
 }
.content-wrapper-notop {
  padding: 0px 15px 15px 15px !important;
 }
.intromain {
  display: grid;
  grid-template-columns: 50% auto;
}
.introright {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
}
.sound{
  background-color:dimgrey;
  font-weight:500;
  border-style:none;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}
.textlink{
background-color:darkgoldenrod;
font-weight:500;
border-style:none;
border-radius: 6px;
}
.textimage-inline {
  display: inline-block;
  height: 32px;
  width: auto;
  padding: 0 5px;
}
.textimage-block {
  display:block;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
}
.textimage-block50 {
  display:block;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
}
.textimage-block25 {
  display:block;
  text-align: center;
  width: 33%;
  height: auto;
  margin: 20px auto 20px auto;
}
.textimage-button {
  max-height: 200px;
  max-width: 300px;
  height: auto;
}
.textimage-floatleft {
  /*mobilon blockként jelenik meg*/
  display:block;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
}
.textimage-floatright {
  /*mobilon blockként jelenik meg*/
  display:block;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
}
.extra-slim {
  width: 100%;
}
.extra-medium {
  width: 100%;
}
.extra-wide {
  width: 100%;
}
.kiemelt{
  color:darkslateblue;
  font-weight: 700;
}
.kiemeltido{
  color:gray;
  background-color: yellow;
  font-weight: 700;
  border-style: solid;
  border-radius: 5px;
  border-color: gray;
  border-width: 1px;
  padding: 0 10px;
}
.kiemeltbox{
  display: block;
  border-style: solid;
  border-color: silver;
  background-color: antiquewhite;
  border-width: 2px;
  border-radius: 3px;
  padding: 10px;
  line-height: 140%;
}
.kiemeltsilver{
  display: block;
  background-color: rgb(216, 216, 216);
  padding: 10px;
  line-height: 140%;
  font-weight: 600;
}
.bannergomb{
  color:white;
  background-color: #033f5c;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 1px;
}
.bannergomb:hover{
  color:white;
  background-color:#3A9EC0;
}
.searchpredef{
  display: inline-block;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 1px;
  margin: 5px;
}
.endtitle{
  background-color: silver;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
}
.pages{
  background-color:antiquewhite;
  font-weight:500;
  border-style:none;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
/*menuwidth + brandwidth: a hamburger furcsa viselkedését akadályozza meg (telefonokon letörik a cím alá) KELL!!!*/
.menuwidth{
  min-width: 11%;
}
.brandwidth{
  max-width: 89%; 
}
.submenuheader{
  display: none !important;
}
.dropdown-item {
  border-bottom-width: 0px !important;
 }
.selectimage{
  width:90%;
}
.video-container {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.video-vertical {
  width: 100%;
  aspect-ratio: 9 / 16;
}
.video-horizontal {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.video-square {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.video-container iframe {
  width: 100%;
  height: 100%;
}
.consent-cookie{
  position: sticky;
  background-color: gold;
  text-align: justify;
  padding: 15px;
  bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-style:none;
  border-radius: 15px;
}
.searchresult{
  display:block;
  padding: 10px;
  margin-bottom: 20px;
  text-align:left;
  border-style: none;
  border-radius: 20px;
  background-color: rgb(231, 244, 250);
}
.searchresult:hover{
  background-color: rgb(188, 230, 252);
}
.searchresult img{
  height: 35px;
  width: auto;
  float: left;
  margin: 0 10px 0 0;
}
.usemaxwidth{
  width: 100%;
  height: auto;
}
.footercounter{
  border-style: none;
  border-radius: 5px;
  padding: 0px 10px;
  background-color:white;
  color: #232323;
  font-weight: 700;
  font-size: 1.15rem !important;
}
/*******************
   For MOBIL (width > 320 pixel): 
*******************/

@media only screen and (min-width: 380px) {
  .shareicon {
    height: 45px;
  } 
}

/*******************
   For tablets: 
*******************/
@media only screen and (min-width: 500px) {

  /*user text formatting*/
  .fs-larger {
    font-size: 1.45rem !important;
  }
  .fs-largest {
    font-size: 1.6rem !important;
  }
  /*----------wordspacing*/
  .ws-larger {
    word-spacing: 0.12rem !important;
  }
  .ws-largest {
    word-spacing: 0.24rem !important;
  }
  /*----------letterspacing*/
  .ls-larger {
    letter-spacing: 0.04rem !important;
  }
  .ls-largest {
    letter-spacing: 0.08rem !important;
  }

/*-----------------------------------*/  
  
  .gender li {
    height: 46px;
  }
  .nophone  {
    display: inline;
  }
  .nophoneblock {
    display: block;
  }
  .onlyphone {
    display: none;
  }
  .infodiv {
    grid-template-columns: 60px auto;
    padding: 5px;
  }
  .infodivicon img{
    width:42px;
  }
  .settingsdiv {
    grid-template-columns: 150px auto;
    padding: 10px;
  }
  .meseicon {
    height: 42px;
  }
  .meseheader{
    grid-template-columns: 90px auto;
    column-gap: 7%;
    padding: 0 2% 0 7%;
  }
  .mesesection {
    height: 90px;
    width: 90px;
  }
  .soundicon {
    height: 24px;
    top: -3px;
  }
  .meselistpadding {
    padding: 0px 10px 0px 10px !important;
  }
  .content-wrapper {
    padding: 30px 20px 50px 20px !important;
  }
  .content-wrapper-notop {
    padding: 0px 20px 20px 20px !important;
  }
  .textimage-inline {
    height: 40px;
  }
  .textimage-block {
    width: 100%;
    margin: 25px auto 25px auto;
  }
  .textimage-block50 {
    margin: 25px auto 25px auto;
  }
  .textimage-block25 {
    margin: 25px auto 25px auto;
  }
  .textimage-floatleft {
    float: left;
    width: 35%;
    height: auto;
    margin: 10px 20px 10px 0px;
  }
  .textimage-floatright {
    float: right;
    width: 35%;
    height: auto;
    margin: 10px 0px 10px 20px;
  }
  .extra-slim {
    width: 90%;
  }
  .extra-medium {
    width: 95%;
  }
  .extra-wide {
    width: 100%;
  }
  .menuwidth{
    min-width: 15%;
  }
  .brandwidth{
    max-width: 85%;
  }
  .video-vertical {
    width: 80%;
  }
  .video-horizontal {
  width: 90%;
  }
  .video-square {
    width: 90%;
  }

   .consent-cookie{
    padding: 20px;
    bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
/*******************
   For desktop: 
*******************/
@media only screen and (min-width: 768px) {
/*user text formatting*/

/*----------fontsize*/
.fs-larger {
  font-size: 1.6rem !important;
}
.fs-largest {
  font-size: 1.8rem !important;
}
/*----------wordspacing*/
.ws-larger {
  word-spacing: 0.15rem !important;
}
.ws-largest {
  word-spacing: 0.3rem !important;
}
/*----------letterspacing*/
.ls-larger {
  letter-spacing: 0.05rem !important;
}
.ls-largest {
  letter-spacing: 0.1rem !important;
}



/*-----------------------------------*/  


  .gender li {
    height: 48px;
  }
  .nophone  {
    display: inline;
  }
  .nophoneblock {
    display: block;
  }
  .onlyphone {
    display: none;
  }
  .infodiv {
    grid-template-columns: 70px auto;
    padding: 7px;
  }
  .infodivicon img{
  width:48px;
  }
  .settingsdiv {
    grid-template-columns: 180px auto;
    padding: 13px;
  }
  .meseicon {
    height: 50px;
  }
  .meseheader{
    grid-template-columns: 100px auto;
    column-gap: 8%;
    padding: 0 5% 0 10%;
  }
  .meseheader:hover{
    background-color: rgb(188, 230, 252);
  }
  .mesesection {
    height: 100px;
    width: 100px;
  }
  .soundicon {
    height: 25px;
    top: -3px;
  }
  .mesedesc {
    margin-bottom: 15px;
  }
  .mesedesc-text{
    padding:20px 10px 20px 10px;
  }
  .meselistpadding {
    padding: 0px 15px 0px 15px !important;
  }
  .content-wrapper {
    padding: 50px 30px 50px 30px !important;
  }
  .content-wrapper-notop {
    padding: 0px 30px 30px 30px !important;
  }
  .textimage-inline {
    height: 48px;
  }
  .textimage-block {
    width: 100%;
    margin: 30px auto 30px auto;
  }  
  .textimage-block50 {
    width: 50%;
    margin: 30px auto 30px auto;
  }
  .textimage-block25 {
    width: 25%;
    margin: 30px auto 30px auto;
  }
  .textimage-floatleft {
    float: left;
    width: 45%;
    height: auto;
    margin: 15px 30px 15px 0px;
  }
  .textimage-floatright {
    float: right;
    width: 45%;
    height: auto;
    margin: 15px 0px 15px 30px;
  }
  .extra-slim {
    width: 75%;
  }
  .extra-medium {
    width: 82%;
  }
  .extra-wide {
    width: 90%;
  }
  .menuwidth{
    min-width: 30%;
  }
  .brandwidth{
    max-width: 70%;
  }
  .video-vertical {
    width: 60%;
  }
  .video-horizontal {
  width: 80%;
  }
  .video-square {
    width: 80%;
  }
  .navbar-langicon {
    height: 40px !important;
    top: -10px;
    left: -30px;
   }
   .navbar-langicon2 {
    height: 40px !important;
    top: -10px;
    left: 15px;
   }
   .consent-cookie{
    padding: 30px;
    bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  
}
/*******************
   For menu-toggle: 
*******************/
@media only screen and (min-width: 991px) {
  .submenuheader{
    display: inline-block !important;
  }
  .extra-slim {
    width: 65%;
  }
  .extra-medium {
    width: 72%;
  }
  .extra-wide {
    width: 85%;
  }
  .meseheader{
    grid-template-columns: 100px auto;
    column-gap: 8%;
    padding: 0 5% 0 15%;
  }
  .mesesection {
    height: 100px;
    width: 100px;
  }
  .navbar-nav .dropdown-menu{
    /*right: 0px !important;*/
    left: -40px !important;
  }
  .navbar-langicon {
    left: -40px;
   }
   .navbar-langicon2 {
    left: 10px;
   }
   .navbar-logoimage {
    height: 5rem !important;
   }
   .footercounter{
    font-size: 1.35rem !important;
  }
  
 }