/* base */
*{
  font-family: "Inter", sans-serif;
}
html, body{
  background-color: #020202;
  scroll-behavior: smooth;
}
.contents{
  background-color: #012348;
}
#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background-color: #012348;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 1s ease-out;
}

#load img.loadd{
  animation: opcT 3s infinite ease;
}

#load img.preload{
  width: 200px !important;
  height: 200px !important;
  animation: opcTinUp 3s infinite ease;
}
.page-content {
  background: #020202 !important;
  height: 100vh;
}

/* font */
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs35{font-size: 35px;}
.fs40{font-size: 40px;}
.fs50{font-size: 50px;}
.fs60{font-size: 60px;}
.fs70{font-size: 70px;}
.lh72{line-height: 72px;}

@media(max-width: 900px){
  .fs50{font-size: 40px;}
  .fs60{font-size: 40px;}
  .fs70{font-size: 45px;}
  .lh72{line-height: 62px;}
}

@media(max-width: 680px){
  .fs50{font-size: 30px;}
  .fs60{font-size: 30px;}
  .fs70{font-size: 45px;}
  .lh72{line-height: 62px;}
}

.cursor-pointer{
  cursor: pointer;
}
.highlight-text{
  background-color: #fff;
  color: #3270B0
}
.text-darkblue{
  color: #1A3959;
}
.text-grey{
  color: #D9D9D9 !important;
}
.text-gray{
  color: #434343;
}
.text-smooth{
  color: #676767;
}
.text-justify{
  text-align: justify;
}

.badges{
  color: #3371B2;
  font-size: 12px;
  border-radius: 16px;
  padding: 2px 10px;
  background-color: #EBF1F8;
  width: fit-content;
  margin-right: 10px;
}
.h100{min-height:100px;}
.h200{min-height:200px;}
.h250{min-height:240px;}
.h300{min-height:300px;}
.h400{min-height:400px;}
.h500{min-height:500px;}
.h600{min-height:600px;}
.h700{min-height:700px;}
.text-underlined{
  padding-bottom: 2px;
  border-bottom: 2px solid #1A3959
}
.text-underlined-white{
  padding-bottom: 2px;
  border-bottom: 2px solid #fff
}


/* header */
.navbar{
  border-bottom: none;
  background-color: #012348 !important;
  /* box-shadow: 0px 4px 8px 0px #0000001A; */
}
.logos_img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
a.nav-link {
  border-bottom: 2px solid transparent;
  padding: 5px 0px !important;
  font-size: 13px;
  margin: 0 10px 0;
  color: #fff !important;
  transition: .3s ease-in-out;
}
a.nav-link.active{
  border-bottom: 2px solid #fff;
  font-weight: 600;
}
a.nav-link:hover{
  padding-bottom: 10px !important;
}
button.navbar_toggler, button.navbar_toggler_close {
  transition: transform 1s ease;
}
.navbar_toggler:hover, .navbar_toggler_close:hover {
  transform: rotate(360deg);
}

.bgc-primary{background-color: #012348;}
.bgc-light{background-color: #FFFFFF;}
.bgc-primary-pattern{
  background-image: url('../images/homee.svg');
  background-position: center;
  background-size: cover;
}
.bgc-primary-pattern-transparent{
  background-image: url('../images/bg3.png');
  background-position: center bottom;
  background-size: cover;
}
.bgc-right{
  background-image: url('../images/logo-gram-opc.svg');
  background-position: right bottom;
  background-size: contain;
  background-position-y: 100px;
  background-repeat: no-repeat;
}
.bgc-left{
  background-image: url('../images/logo-gram.svg');
  background-position: left bottom;
  background-size: contain;
  background-position-y: 100px;
  background-repeat: no-repeat;
}
.bgc-home{
  background-image: url('../images/homee.svg');
  background-position: center;
  background-size: cover;
}


.img-full{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.img-banners{
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.img-banners-article{
  height: 380px;
  width: 100%;
  object-fit: cover;
}
.img-banners-sm{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-banners-xs{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.img-small{
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.image-blur {
  position: relative;
  display: inline-block;
}
.image-blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  pointer-events: none; /* Ensures the overlay doesn't interfere with the image */
}
.image-blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  pointer-events: none; /* Ensures the overlay doesn't interfere with the image */
}
.img-abs-right{
  height: 400px;
  width: 400px;
  position: absolute;
  right: -50px;
  bottom: 0;
  opacity: .8;
  z-index: 1;
}
.z-index-up{
  z-index: 9;
}

.contact-us-button{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
  background-color: transparent;
  border: 7px solid transparent;
  padding: 5px 13px;
  border-radius: 16px;
}
.contact-us-button:hover{
  background-color: #012348;
  border: 7px solid #ddd3;
  opacity: .9;
}
.contact-us-button .wa{
  padding: 3px;
  border-radius: 50%;
  background-color: transparent;
  transition: .3s ease-in;
}
.contact-us-button .wa_title {
  overflow: hidden;
  white-space: nowrap; /* Prevent the text from wrapping */
  width: 0;
  font-size: 0;
  margin-right: 10px;
  transition: width 0.5s ease, font-size 0.5s ease;
}
.contact-us-button:hover .wa_title {
  width: auto;
  font-size: inherit;
}
.contact-us-button:hover .wa{
  background-color: #4AAE20;
}
.galery-linear{
  position: relative;
  height: 250px;
}
.galery-linear img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.galery-linear::after{
  height: 100%;
  width: 100%;
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 49.55%, rgba(17, 17, 17, 0.9) 99.59%);
  border-radius: 8px;
  z-index: 2;
}
.gelery-linear-title{
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
}


/* pagination */
.btn-pagination{
  width: 30px;
  height: 30px;
  font-size: 11px;
  border-radius: 6px;
  border-color: transparent !important;
  background-color: transparent !important;
}
.btn-pagination.active{
  background-color: #EBF1F8 !important;
  color: #3371B2 !important;
  font-weight: 700;
}
.abs-bottom{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.list-works img {
  transition: filter 0.3s ease;
  filter: brightness(100%) saturate(100%);
}

.list-works:hover{
  cursor: pointer;
}
.list-works:hover img{
  filter: brightness(120%) saturate(105%);
}

.d-overflow-y{
  overflow-y: scroll;
}

/* animated */
@keyframes opcT {
  0%{
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes opcTin {
  0%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opcTinUp {
  0%{
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(.7);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.hoverable{
  margin-bottom: 0px;
  transition: margin .3s ease-in-out;
}
.hoverable:hover{
  margin-bottom: 10px;
  color: #1AC0FA;
}

.selectedListItem:hover{
  color: #1AC0FA !important;
}

.hoverable-left{
  margin-left: 0px;
  transition: margin .3s ease-in-out;
}
.hoverable-left:hover{
  margin-left: 10px
}
.anim{
  opacity: 0;
}
.anim.visible
{
  animation: opcTin 1s forwards ease;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.fadein {
  animation: fadeIn .2s forwards ease;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeout {
  animation: fadeOut .2s forwards ease;
}


.canvasjs-chart-credit
{
    display: none !important;
}
.canvasjs-chart-indexLabel{
  margin: 50px !important
}

.mvh-100{
  min-height: 100vh;
}

#chart{
  height: 350px; 
  width: 100%;
}


@media(max-width: 700px){
  #chart{
    height: 180px; 
    width: 100%;
  }

  .abs-bottom {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .highcharts-title{
    font-size: 12px !important;
  }

  .h600 {
    min-height: fit-content;
    padding: 80px 0;
  }

  #homeTitle{
    padding-top: 50px;
  }

  .h300{
    padding-top: 80px;
  }
}

.highcharts-point:hover{
  cursor: pointer !important;
}