﻿#language-container .caret, #language-container .caret-up {
  color: #555;
}
#language-container .caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
#language-container li a {
  padding: 11px 5px 5px 5px;
}
#language-container .nav > li > a,
#language-container .nav > li > a:hover,
#language-container .nav > li > a:focus {
  background-color: transparent;
}
#language-container .nav .open > a,
#language-container .nav .open > a:hover,
#language-container .nav .open > a:focus {
  background-color: transparent;
}
#language-container #dropdown-flag {
  padding: 0 5px 5px 5px;
}
#language-container .dropdown-menu a {
  margin: 0;
}
#language-container .dropdown-menu a:hover {
  background: #3879D9;
  color: #FFF;
}

#home-carousel .carousel-inner {
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
  border-bottom: none !important;
}
#home-carousel .carousel-inner .item .carousel-caption {
  bottom: inherit;
  top: 150px;
}
#home-carousel .carousel-inner .item img {
  width: 100%;
}

@media (max-width: 768px) {
  #home-carousel .carousel-inner .item {
    height: 100% !important;
  }
  #home-carousel .carousel-inner .item img {
    max-width: none;
    width: auto !important;
    height: 100% !important;
  }
}
#home .section-a img {
  width: auto;
  height: 200px;
  margin-bottom: 40px;
}

.fadein {
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.owl-carousel .item {
  margin-right: -10px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.upcoming .owl-nav button.owl-next span {
  font-size: 40px !important;
  font-size: 40px;
  color: grey;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  right: -1px;
  top: 39%;
  transform: translateY(-50%);
  z-index: 999;
}

.owl-carousel .owl-nav button.owl-next span {
  font-size: 40px !important;
  font-size: 40px;
  color: grey;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  right: -1px;
  top: 43%;
  transform: translateY(-50%);
  z-index: 999;
}

@media (min-width: 1400px) {
  .owl-carousel .item {
    padding-right: -10px;
  }
  .owl-carousel.owl-more-than-four-items .owl-nav button.owl-next {
    display: block;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .owl-carousel .item {
    padding-right: -10px;
  }
  .owl-carousel.owl-more-than-three-items .owl-nav button.owl-next {
    display: block;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .owl-carousel.owl-more-than-three-items .owl-nav button.owl-next {
    display: block;
  }
  .owl-carousel.owl-more-than-two-items .owl-nav button.owl-next {
    display: block;
  }
}
@media (max-width: 799px) {
  .owl-carousel.owl-more-than-two-items .owl-nav button.owl-next {
    display: block !important;
  }
  .main {
    margin-top: 20px;
    margin-left: -40px;
  }
}
.ml-60 {
  margin-left: 60px;
}

.fs-26 {
  font-size: 26px;
}

.cover-img {
  object-fit: cover;
}

.main {
  max-width: 1558px;
  margin-left: 109px;
  margin-top: 20px;
  overflow: hidden;
}

@media (min-width: 1099px) {
  .main {
    max-width: 1438px;
    margin-left: calc((100vw - 1558px) / 2 + 170px);
    margin-top: 20px;
    overflow: hidden;
  }
}
.header-image {
  max-width: 1140px;
  width: 90%;
  height: 40%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-image-url {
  background-image: url("/Assets/images/homepage/header_image_mobile.jpg");
}

.widget-card {
  border: 2px solid grey;
  width: 230px !important;
  height: 331px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
}

.widget-card img {
  width: 100%;
  height: 100%;
}

.btn-widget {
  margin-left: 51px;
  position: absolute;
  padding: 0.4rem 1.1rem;
  margin-top: 16.5rem;
}

.blog-color .btn-widget {
  color: black !important;
  background-color: white;
}

.fl-d {
  flex-direction: column;
}

@media (max-width: 760px) {
  .btn-widget {
    margin-left: 51px;
    position: absolute;
    padding: 0.4rem 0.1rem;
    margin-top: 16.5rem;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .header-image-url {
    margin-top: 30px !important;
    height: 24% !important;
  }
  .main {
    margin-left: 40px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  .header-image-url {
    margin-top: 9px !important;
    height: 24% !important;
  }
  .main {
    margin-left: 40px;
  }
}
.header-image-url {
  margin-top: 18px;
  height: 300px;
}

@media (min-width: 1000px) and (max-width: 1280px) {
  .main {
    margin-left: 40px;
  }
}
@media (min-width: 751px) {
  .header-image-url {
    background-image: url("/Assets/images/homepage/header_image.jpg");
  }
}
@media (max-width: 499px) {
  .header-image {
    width: 100%;
  }
  .main {
    margin-left: 0px;
  }
}
@media (min-width: 300px) and (max-width: 760px) {
  .fl-d {
    justify-content: center;
    margin: 0 auto !important;
    gap: 0.3rem;
    flex-direction: row !important;
  }
}
@media (min-width: 414px) and (max-width: 500px) {
  .header-image {
    margin-top: -5px;
    width: 100%;
    height: 50%;
    background-size: contain;
  }
}
@media (min-width: 600px) and (max-width: 760px) {
  .header-image {
    width: 100%;
    height: 50%;
    background-size: cover;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .header-image {
    width: 100%;
    height: 50%;
    background-size: cover;
  }
}
@media (min-width: 500px) and (max-width: 539px) {
  .header-image {
    width: 100%;
    height: 50%;
    background-size: contain;
  }
}
@media (min-width: 500px) and (max-width: 760px) {
  .main {
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .widget-card .btn-widget {
    width: 85%;
    justify-content: center;
    text-align: center;
    display: flex;
    margin: auto;
    position: absolute;
    transform: translate(-5%, 150%) !important;
  }
}
@media (min-width: 576px) and (max-width: 756px) {
  .btn-ss {
    position: absolute;
    bottom: 12%;
    left: 20%;
    transform: translateX(-50%);
    padding: 0.7rem 3.1rem !important;
  }
  .btn-explore {
    position: absolute;
    bottom: 5%;
    right: 32%;
    transform: translateX(50%);
    padding: 0.7rem 3.1rem !important;
  }
}
@media (max-width: 576px) {
  .btn-ss {
    position: absolute;
    bottom: 12%;
    left: 20%;
    transform: translateX(-50%);
    padding: 0.4rem 1.1rem !important;
  }
  .btn-explore {
    position: absolute;
    bottom: 5%;
    right: 32%;
    transform: translateX(50%);
    padding: 0.4rem 1.1rem !important;
  }
}
@media (max-width: 390px) {
  .display-rp-mobile {
    padding: -0.4rem 0.7rem !important;
  }
}
@media (min-width: 760px) {
  .display-rp-mobile {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .btn-widget {
    margin-left: 20px !important;
    margin-top: 11.5rem !important;
  }
  .display-rp {
    display: none !important;
  }
  .display-rp-mobile {
    display: flex !important;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .widget-card-mobile {
    border: 2px solid grey;
    width: 100% !important;
    max-width: 900px !important;
    max-height: 375px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
  }
}
@media (min-width: 501px) and (max-width: 760px) {
  .ss-btn-position {
    transform: translate(41%, 145%) !important;
    padding: 0.4rem 0.3rem !important;
  }
}
.widget-card-mobile img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

#blog-title {
  display: inline-block;
  position: absolute;
  bottom: 110px !important;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1;
}

@media (max-width: 600px) {
  #blog-title {
    margin: 0 auto;
    padding: 5px;
    font-size: 20px;
    font-weight: 900;
    padding: 5px;
  }
}
@media (max-width: 395px) {
  .btn-position {
    right: 29px !important;
    bottom: 45px;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .btn-position {
    right: 47px;
    bottom: 45px;
  }
}
@media (min-width: 501px) and (max-width: 760px) {
  .btn-position {
    right: 70px !important;
    bottom: 45px;
  }
}
@media (min-width: 760px) and (max-width: 810px) {
  .btn-position {
    right: 47px;
    bottom: 45px;
  }
}
.category-d {
  margin-top: 2.4rem;
  display: flex;
}

.border-text {
  font-family: "Altform TRIAL", "Open Sans", sans-serif, Arial, Helvetica;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09375rem;
  position: relative;
  font-style: normal;
  color: white;
}

.latest-blog {
  filter: brightness(0.75);
}
