:root {
  --primary-color: #1578BC;
  --red: #DD1D3A;
  --background-gray: #F8F8F8;
  --bs-breadcrumb-divider: '>'
}


html {
  overflow-x: hidden !important;
}

body {
  font-family: "BPG Mrgvlovani Caps 2010";
  line-height: normal;
  font-size: 12px;
}



.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}

.darkGreen {
  color: var(--dark-green) !important;
}


  .container {
   
    width: min(100% - 2rem, 1160px);
    margin-inline: auto;
    padding: 0;
    max-width: unset;
  }


/* HEADER start */

header {
  font-size: 14px;
  margin-bottom: 28px;
}

.padding-block-18 {
  padding-block: 18px;
  ;
}

.socials {
  display: flex;
  gap: 9px;
  padding-right: 15px;
  border-right: 1px solid #D2D2D2;
}

.socials a {
  border: 2px solid #3B3B3B;
  color: #3B3B3B;
  border-radius: 2px;
  font-size: 10px;
  width: 16px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.socials a:first-child{
    color: #4267B2 !important;
    border-color: #4267B2;
}
.socials a:nth-child(2){
    color: #1DA1F2 !important;
    border-color: #1DA1F2;
}
.socials a:nth-child(3){
    color: #0a66c2 !important;
    border-color: #0a66c2;
}

.date {
  padding-inline: 21px;
  border-right: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time {
  padding-inline: 16.5px;
  border-right: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-switcher {
  padding-left: 12px;
  display: flex;
  gap: 8px;
}

.header-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3B3B3B;
  margin-bottom: 15px;
}

.header-middle ul {
  display: flex;
  gap: 45px;
}

.search-container input {
  width: 362px;
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  height: 40px;
  font-size: 12px;
  padding-left: 15px;
}

.search-container {
  position: relative;
}

.search-container img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#navbarSupportedContent {
  padding-block: 26.4px;
  background-color: #D5D5D5;


  color: #1F2024;
  font-size: 12px;
}

#navbarSupportedContent ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#navbarSupportedContent li a{
    transition: all 0.3s ease;
    font-weight: bold;
}
#navbarSupportedContent li a:hover{
    color: #C82525 !important;
}



/* HEADER end */


/* MAIN start */
main {
  min-height: 80vh;
}

.customFlex>.col-lg-7 {
  width: 56%;
}

.primary-color {
  color: var(--primary-color) !important;
}

.grey {
  color: #8D8D8D !important;
}

.gap-30 {
  gap: 30px;
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font10 {
  font-size: 10px;
}

.font16 {
  font-size: 16px;
}

.mrgvlovani-regular {
  font-family: "BPG Mrgvlovani";
}

.mrgvlovani-caps {
  font-family: "BPG Mrgvlovani Caps 2010";
}

.s1 figure a {
  color: var(--primary-color) !important;
  text-decoration: underline !important;
  font-family: "BPG Mrgvlovani" !important;
}

.s1 figure p {

  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
}
.s1 figure span{
    text-transform: uppercase;
}

.s1 .ph {
  width: 393px;
  height: 211px;
  object-fit: cover;
}

.s1 .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background-color: white;
  color: black !important;
  border: 1px solid #707070;
  opacity: unset;
}

.s1 .swiper-pagination-bullet-active {
  color: white !important;
  background-color: var(--primary-color);
  border: none;
}

.s1 .swiper-slide .d-flex{
    height: 100%;
}
.s1 .swiper-slide img{
    height: 100%;
    width: 393px;
    object-fit: cover;
    flex-shrink: 0;
}

.s1 .pag {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;

}

.s1 {
  margin-bottom: 30px;
  height: 211px;
}

.mb-30 {
  margin-bottom: 30px;
}

.section-heading {
  font-size: 21px;
  font-family: "Gilroy GEO";
  color: var(--primary-color) !important;
  text-transform: uppercase;
}

section.news {
  margin-top: 40px;
}

.time-frame {

  /* background-color: var(--primary-color); */
  background-color: #D5D5D5;
  padding: 5px 8px;

  font-size: 10px;
  /* color: white; */
}

.category-frame {
  /* background-color: var(--red); */
  background-color: #D5D5D5;
  padding: 5px 8px;

  font-size: 10px;
  /* color: white; */
}

.news__container p {

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
}

.news__container {
  background-color: #F8F8F8;
  padding: 30px;
  padding-bottom: 24px;

}

.news__container>a:not(:first-child) {
  margin-top: 30px;
}

.news-linker {
  margin-top: 25px;
  text-align: end;
  font-size: 14px;
  color: var(--primary-color);
  text-decoration: underline;
}

section.business>h2 {
  position: relative;
  margin-bottom: 20px;
}

section.business>h2::after {
  position: absolute;
  content: '';
  width: 73px;
  height: 1px;
  background-color: #D2D2D2;
  top: 50%;
  right: 0;
}

section.business {
  width: calc(50% - 10px);
}

.business__item p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #3B3B3B !important;
  display: -webkit-box;
  overflow: hidden;
}

.business__item p:first-of-type {
  margin-top: 10px;
  margin-bottom: 13px;
}

.business__item {
  margin-bottom: 16px;
}

.business__item a {
  display: block;
}

section.business img {
  height: 120px;
  width: 231px;
  object-fit: cover;
}

.banners {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.popular {
  margin-top: 62px;

}

.popular__item {
  font-size: 14px;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 27px;
  padding-top: 28px;
}

.popular__item a {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #3B3B3B !important;
  display: -webkit-box;
  overflow: hidden;
}

.categories {
  margin-top: 36px;
}

.categories>div {
  display: flex;
  gap: 15px;
  font-size: 14px;
  row-gap: 26px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.categories .active {
  padding: 10px 8px;
  background-color: var(--primary-color);
  color: white !important;
}

.categories a {
  display: flex;
  justify-content: center;
  align-items: center;
}




.calendar-assets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

#currentDate {
  text-align: center;
  font-size: 20px;
}

.field {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  margin: 20px 0;
}

.field label {
  margin: 2px;
}

.form-input {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.day-assets {
  display: flex;
  justify-content: space-between;
  width: 324px;
}



.day-assets .btn:nth-child(2) i {
  padding: 0 10px 0 0 !important;
}

.calendar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;
  user-select: none;
}

.my-calendar>div:first-child {
  background-color: #F9F9F9;
  height: 36px;
  padding-inline: 13px;
  justify-content: space-between !important;
  position: relative;
}

.my-calendar>div:first-child::after {
  content: "";
  width: 192px;
  height: 1px;
  position: absolute;
  background-color: #ECECEC;
  bottom: -10px;
}

.month {
  font-size: 0.7em;
}



.icon:hover {
  cursor: pointer;
}

#calendar {
  width: 100%;
  border-bottom: 1px solid #ECECEC;

}

.btn-day.active {
  background-color: rgba(19, 119, 188, 0.45);
}

.weekends th {
  font-size: 9px;
  color: gray;
  font-weight: 400;
  width: 25px;
  margin: 12px 0;
}

#calendar tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 3px;
}

#calendar tr:last-child {
  margin-bottom: 10px;
}

#calendar td {
  display: flex;
  height: 17px;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  font-size: 10px;
}


.footer-logo {
    width: 161px;
}

.video__container {
    padding: 28px 24px 30px 24px;
    background-color: #1F2024;
    color: white;
}

.video h1 {
    font-family: "Gilroy GEO";
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 28px;
    line-height: 40px;
    text-transform: uppercase;
}

.video h1::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #79797C;

}

.youtube-button {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.youtube-button-small {
    width: 29px;
    height: 29px;
}

.youtube-button-small img {
    width: 7.25px;
    height: 9px;
    object-fit: cover;
}

.youtube-button img {
    transition: all 0.4s ease;
    width: 8.25px;
    height: 10.3px;
}

.video--current {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 21px;
    margin-bottom: 30px;
}

.video--current:hover .youtube-hoverer {
    width: 70px;
    height: 70px;
    background-color: #F60606;
}

.video--current:hover .youtube-hoverer img {
    width: 18px;
    height: 22px;
}
.video--current > div:first-child{
    line-height: 0;
}
.video--description {
    background-color: #6B696B;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 17px 15px 14px;
    gap: 15px;
    height: 169px;
}

.video--time {
    /* height: 100%; */
    height: 50px;
    padding: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-family: "BPG Mrgvlovani Caps 2010";
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.video--text {
    font-size: 14px;
    font-family: "BPG Mrgvlovani";
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.video--cover {
    width: 293px;
    height: 169px;
    object-fit: cover;
}
.video--videos{
    display: flex;
    gap: 16px;
}
.video--videos img{
    width: 87px;
    height: 51px;
}
.video--videos a{
    line-height: 0;
}





/* MAIN end */



/* news start */
.news-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  font-size: 10px;
}

.news-pagination div {
  display: flex;
  gap: 8px;
}

.news-pagination div a:not(:first-child):not(:last-child) {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
}

.news-pagination .active {
  background-color: var(--primary-color);
  color: white !important;
  border: none;
}

.news__container .gap-20 img {
  height: 110px;
  width: 184px;
  flex-shrink: 0;
  object-fit: cover;
}
.news__container .gap-20 img.contain{
  object-fit: contain;

}
.long--underlined {
  position: relative;
}

.long--underlined::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 392px;
  background-color: #D2D2D2;
  right: 0;
  top: calc(50% - 1px);
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.news__inner--content {
  padding: 22px 30px 21px 30px;
  background-color: #F8F8F8;
  min-height: 260px;
  margin-bottom: 28px;
}

.news__inner--content>img {
  width:100% !important;
  height: auto !important;
  object-fit: cover;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.news__inner--content>img.contain{
      object-fit: contain;
}
.news__inner--title {
  font-size: 15px;
  line-height: 17px;
  color: #333 !important;
  font-weight: bold;
}

.news__inner--text {
  font-size: 14px;
  margin-top: 18px;
  
  font-family: "BPG Mrgvlovani";
}
.news__inner--text * {
    background-color: transparent !important;
    font-family: "BPG Mrgvlovani" !important;
    font-size: 14px !important;
}
.news__inner--text p{
  margin-bottom: 10px;
}
.news__inner--text strong,
.news__inner--text b,
.news__inner--text h1,
.news__inner--text h2,
.news__inner--text h3,
.news__inner--text h4{
    font-weight: bold;
}

.back-arrow {
  position: relative;
  transition: all 0.4s ease;
  left: 0;
}

.back-arrow:hover {
  left: -20px;
}

.back-arrow>div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.news__inner--bottom {
  font-size: 12px;
  color: #A4A4A4;
  margin-bottom: 30px;
}

.news__inner--bottom>div:last-child {
  font-family: "BPG Mrgvlovani";
}

.news__inner--bottom>div:last-child .fa {
  transition: all 0.4s ease;
}

.news__inner--bottom>div:last-child .fa:hover {
  color: var(--primary-color);
}



/* news end */

/* about start   */
.about .news__inner--content>img {
  height: 235px;
  object-fit: cover;
}
.news__inner.about p.font16{
  line-height: 21px;
}
.fasi{
  height: 42px;
  font-family: "BPG Mrgvlovani Caps 2010";
  color: var(--primary-color) !important;
  padding: 11px 20px;
  background-color: white;
  font-size: 14px;
  display: inline-flex;
  min-width: 156px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 5px;
  margin-top: 70px;

}
.fasi img:last-of-type{
  display: none;
}

.fasi:hover img:last-of-type{
  display: block;
}
.fasi:hover img:first-of-type{
  display: none;
}
.fasi:hover{
  background-color: var(--primary-color) !important;
  color: white !important;
}
.contact-socials a{
  height: 31px;
  width: 31px;
  font-size: 16px;
  color: #3B3B3B !important;
}
.contact-socials{
  margin-top: 60px;
  margin-bottom: 50px;
}


/* about end   */

/* FOOTER start */

footer {
  font-family: "BPG Mrgvlovani";
  background-color: #F8F8F8;
  color: #8D8D8D;
  font-size: 10px;
  padding-top: 23px;
  padding-bottom: 34px;
  margin-top: 60px;
}

footer>div {
  display: flex;
  gap: 100px;
}

.footer-header {
  font-family: "Gilroy GEO";
  font-size: 14px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.vrclad {
  font-family: "Gilroy GEO";
  font-size: 10px;
  margin-top: 10px;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.footer-logo {
  padding: 14px 20px;
  background-color: white;
  border-radius: 10px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 22px;
  transition: all 0.4s ease;
  background-color: white;
}

.footer-socials a:hover {
  background-color: white;
  color: var(--primary-color) !important;
}








.footer-socials a:first-child{
    color: #4267B2 !important;
    border-color: #4267B2;
}
.footer-socials a:nth-child(2){
    color: #1DA1F2 !important;
    border-color: #1DA1F2;
}
.footer-socials a:nth-child(3){
    color: #0a66c2 !important;
    border-color: #0a66c2;
}









.credits {
  margin-left: auto;
  margin-top: auto;
  text-align: right;
  font-family: "BPG Mrgvlovani Caps 2010";
  font-size: 14px;
}

.customFlex .swiper-slide a{
    text-decoration: none !important;
}
.language-switcher span{
    cursor: pointer;
}

/* FOOTER end */


.news__inner .time-frame,
.news__inner .category-frame{
    background-color: unset;
    padding: unset;
    color: #333 !important;
    
}
.news__inner .category-frame{
    font-weight: bold;
}

.business .time-frame{
    background-color: transparent;
    color: #1F2024;
    padding-left: 0;
}
section.business.last-news{
    margin-bottom: 25px;
}

.weather_box{

  padding: 10px;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
}
.weather_temp{
  font-size: 16px;
  font-weight: 700;
}
.weather_temp.day{
    color: #f1642f;
}
