:root{
  --bortom-main-color: #63B8FF;
  --bortom-main-color-light: #99CCFF;
  --bortom-main-color-dark: #00369D;
}
html *{
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}

*,*:hover,*:focus,*:active,*:link{
	-webkit-tap-highlight-color: transparent !important;
	-mox-tap-highlight-color: transparent !important;
	-o-tap-highlight-color: transparent!important;
	-ms-tap-highlight-color:  transparent!important;
	-webkit-touch-callout: none !important;
}

body{
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: overlay;
}
.copyrights{
  font-family: 'Inter';
  font-size: 0.75em;
  transform: translateY(-0.25em);
  display: inline-block;
}
::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(90deg, rgba(128,128,128,0.4) 0%, rgba(128,128,128,0.4) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(100% - 0.5rem) calc(100% - 1rem);
  /* border-radius: 1rem; */
}
::-webkit-scrollbar-thumb:hover{
  background-image: linear-gradient(90deg, rgba(128,128,128,0.6) 0%, rgba(128,128,128,0.6) 100%);
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bortom_mws{
  max-width: 1180px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}
.bortom-addons.icon-circle{
  display: inline-grid;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  width: 2em;
  height: 2em;
  cursor: pointer;
  position: relative;
}
.bortom-addons.icon-circle:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2em;
  background-color: var(--bortom-main-color);
  opacity: 0;
  transition: 0.3s ease all;
}

.bortom-addons.icon-circle i,
.bortom-addons.icon-circle svg{
  transition: 0.15s ease all;
}

.bortom-addons.icon-circle:hover i,
.bortom-addons.icon-circle:hover svg{
  color: var(--bortom-main-color);
}
.bortom-addons.icon-circle:hover::before{
  opacity: 0.1;
}
.bortom-addons.icon-circle i{
  font-size: 1em;
}
.bortom-addons.icon-circle svg{
  width: 1em;
  height: 1em;
}

/*--------------------------------------------------------------------------------------
grid-display
--------------------------------------------------------------------------------------*/
.bcf-gap-1{
  grid-gap: 12px;
}
.bcf-gap-2{
  grid-gap: 24px;
}
.bcf-gap-3{
  grid-gap: 36px;
}
.bcf-gap-4{
  grid-gap: 48px;
}

.bcf-grid-2,.bcf-grid-3,.bcf-grid-4,.bcf-grid-5,.bcf-grid-6, .bcf-grid-7,.bcf-grid-8{
  display: grid;
}
.bcf-grid-2{
  grid-template-columns: 1fr 1fr;
}
.bcf-grid-3{
  grid-template-columns: repeat(3,1fr);
}
.bcf-grid-4{
  grid-template-columns: repeat(4,1fr);
}
.bcf-grid-5{
  grid-template-columns: repeat(5,1fr);
}
.bcf-grid-6{
  grid-template-columns: repeat(6,1fr);
}

.bcf-grid-7{
  grid-template-columns: repeat(7,1fr);
}

.bcf-grid-8{
  grid-template-columns: repeat(8,1fr);
}
/*--- For tablet ---*/
@media (max-width:1000px){
  .bcf-grid-1-t{
    grid-template-columns: 1fr;
  }
  .bcf-grid-2-t{
    grid-template-columns: 1fr 1fr;
  }
  .bcf-grid-5,
  .bcf-grid-6,
  .bcf-grid-3-t{
    grid-template-columns: repeat(3,1fr);
  }
  .bcf-grid-4-t{
    grid-template-columns: repeat(4,1fr);
  }
  .bcf-grid-5-t{
    grid-template-columns: repeat(5,1fr);
  }
  .bcf-grid-6-t{
    grid-template-columns: repeat(6,1fr);
  }
  .bcf-grid-7-t{
    grid-template-columns: repeat(7,1fr);
  }
  .bcf-grid-8-t{
    grid-template-columns: repeat(8,1fr);
  }
}

/*--- For mobile ---*/
@media (max-width:520px){
  .bcf-grid-2,.bcf-grid-3,.bcf-grid-4,.bcf-grid-5,.bcf-grid-6,
  .bcf-grid-2-t,.bcf-grid-3-t,.bcf-grid-4-t,
  .bcf-grid-1-m{
    grid-template-columns: 1fr;
  }
  .bcf-grid-2-m{
    grid-template-columns: 1fr 1fr;
  }
  .bcf-grid-3-m{
    grid-template-columns: repeat(3,1fr);
  }
  .bcf-grid-4-m{
    grid-template-columns: repeat(4,1fr);
  }
  .bcf-grid-5-m{
    grid-template-columns: repeat(5,1fr);
  }
  .bcf-grid-6-m{
    grid-template-columns: repeat(6,1fr);
  }
  .bcf-grid-7-m{
    grid-template-columns: repeat(7,1fr);
  }
  .bcf-grid-8-m{
    grid-template-columns: repeat(8,1fr);
  }
}
/*--------------------------------------------------------------------------------------
Section title
--------------------------------------------------------------------------------------*/
.elementor a.section-title-wrapper,
.section-title-wrapper{
  display: grid;
  color: inherit;
}
.section-title-wrapper a{
  color: inherit;
}
.section-title-wrapper.text-center{
  text-align: center;
}
.section-title-wrapper.text-right{
  text-align: right;
}
.section-title-wrapper>.section-title{
  order: 2;
}
.section-title-wrapper>:.section-subtitle{
  font-size: 1.325rem;
  order: 1;
  margin: 0;
  position: relative;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 500
}
.section-title-wrapper .section-title{
  font-weight: bold;
}
.section-title-wrapper>.section-subtitle:before{
  content: '— ';
}
.section-title-wrapper.is-h1>.section-subtitle,
.section-title-wrapper.is-h2>.section-subtitle,
.section-title-wrapper.is-h3>.section-subtitle,
.section-title-wrapper.is-h4>.section-subtitle,
.section-title-wrapper.is-h5>.section-subtitle,
.section-title-wrapper.is-h6>.section-subtitle{
  font-size: 1.25rem;
  font-weight: normal;
  font-family: inherit;
  margin: 0;
}
.section-title-wrapper p{
  font-size: 1rem;
  font-weight: normal;
  order: 3
}
.section-title-wrapper.is-h1 p{
  font-size: 1.25rem;
}
.section-title-wrapper .inline-dot{
  display: inline-grid;
  width: 0.2em;
  height: 0.2em;
  border-radius: 0.25em;
  margin-left: 0.1em;
  background-color: currentcolor;
}
.section-title-wrapper .dot-white .inline-dot{
  background-color: #ffffff;
}
.section-title-wrapper .dot-black .inline-dot{
  background-color: #000000;
}

/*-----------------------------------------------------------------------------------------
Articles
-----------------------------------------------------------------------------------------*/
.tags{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.5rem;
  margin-bottom: 0.75rem;

}
.tags a{
  width: fit-content;
  display: inline-flex;
  padding:0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #00369D;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
}



/*-----------------------------------------------------------------------------------------
Fixes
-----------------------------------------------------------------------------------------*/
select.got_placeholder,
html body .elementor-field-group .elementor-select-wrapper select.got_placeholder{
  color: rgba(0,0,0,0.64);
}
/*-----------------------------------------------------------------------------------------
From tablet
-----------------------------------------------------------------------------------------*/
@media (max-width:768px){
  .section-title-wrapper.is-h1>.section-subtitle,
  .section-title-wrapper.is-h2>.section-subtitle,
  .section-title-wrapper.is-h3>.section-subtitle,
  .section-title-wrapper.is-h4>.section-subtitle,
  .section-title-wrapper.is-h5>.section-subtitle,
  .section-title-wrapper.is-h6>.section-subtitle,
  .section-title-wrapper.is-h1 p{
    font-size:1rem;
  }
}



/*--------------------------------------------------------------------------------------
grid-display
--------------------------------------------------------------------------------------*/
body{
  display: grid;
  align-content: space-between;
  min-height: 100vh
}
body.admin-bar{
  min-height: calc(100vh - 32px);
}
@media(max-width: 768px){
  body.admin-bar{
    min-height: calc(100vh - 46px);
  }
}

@media(max-width: 512px){
  body.admin-bar{
    min-height: calc(100vh - 42px);
  }
}
