@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #fff;
  position: relative;
  color: #000;

  line-height: 24px;
  font-weight: 300;
  /*letter-spacing: -.24px;*/
}

html body a {
  color: #df1c22;
  text-decoration: none;
  transition: 0.5s all ease;
}

html body a:hover {
  text-decoration: none;
  color: #2d3436;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: "Saira Condensed", sans-serif;
}



.hero-btns {
  padding-top: 2rem;
}

.hero-banner {
  padding: 10px 0 2rem;
}

.button-wrap {
  position: relative;
  padding-top: 1rem;
}

.btn-custom {
  background: #df1c22;
  border-color: #df1c22;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 3px;
  min-width: 180px;
  font-size: 16px;
  border-width: 2px;
  font-weight: 600;
  text-transform: uppercase;

}

.btn-custom:hover {
  background: transparent;
  border-color: #df1c22;
  color: #df1c22;

}

.button-wrap.text-center {
  padding-bottom: 2rem;
}

.button-wrap.text-center .btn-custom {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 230px;
}

/*************Header*********/
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
  padding: 0px 0;

}

header .navbar {
  padding: 0px 0px 0px;

}

header .logo {
  width: 98px;
  padding: 0px 0;
}

@media (max-width: 991px) {
  header .logo {
    width: 98px;
  }
}

header .navbar-light .navbar-brand {
  margin-right: 0rem;
  padding: 0;
  margin-bottom: 7px;
}


@media (max-width: 991px) {
  header .navbar-light .navbar-brand .site-logo {
    display: none;
  }
}

header .navbar-light .navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  line-height: 0;
  border-radius: 0;
  border: none;
}

@media (max-width: 360px) {
  header .navbar-light .navbar-toggler {
    font-size: 1.1rem;
  }
}

header .navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar-light .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  color: #df1c22;
}

@media (max-width: 991px) {
  header .navbar-light .navbar-nav {
    padding: 20px 0;
  }
}

header .navbar-light .navbar-nav .nav-item {
  position: relative;
}

header .navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0;
  }
}

header .navbar-light .navbar-nav .nav-item {
  margin: 0 0px;
  min-width: 132px;
  text-align: center;

}

header .navbar-light .navbar-nav .nav-link {
  font-size: 1rem;
  padding: 12px 20px;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  transition: all .25s ease;

  position: relative;
  z-index: 1;

}

.navbar-light .navbar-nav .nav-link:hover {
  color: #df1c22;
  margin-top: -5px;
}

.navbar-light .navbar-nav .center-logo .nav-link:hover {
  margin-top: 0px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #df1c22;
}

@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
    display: block;
  }

  header .navbar-light .navbar-nav .nav-link {
    padding: 7px 12px;
  }

  .navbar-light .navbar-nav .center-logo {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse.show {
    background-color: #000000c4;
  }
}


.hero {
  background-color: #fff;
  position: relative;
  padding-top: 7rem;

}

.banner-bg {

  background-image: url(../images/hero.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  padding: 5rem 0 5rem;
  display: flex;
  align-items: center;
}

.talviurheilu-bg {
  background-image: url(../images/talviurheilu-bg.jpg);
}

.fishing-bg {
  background-image: url(../images/fishing-bg.jpg);
}

.running-bg {
  background-image: url(../images/running-bg.jpg);
}


.banner-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.other-bg {
  height: auto;
  padding: 8rem 0 4rem;
}

.banner-bg h2 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0px 0 5px black;
}

.banner-bg .lead {
  font-size: 1.30rem;
  text-shadow: 0px 0 4px black;
}

.banner-bg .container {
  position: relative;
}

.banner-bg.custom-height {
  height: 290px;
}

.hero.about {
  min-height: auto;

}

.top-heading {
  font-size: 54px;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  text-shadow: 0px 0 5px black;
}

.other-bg .top-heading {
  font-size: 42px;
}




.lead {
  color: #212728;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  margin: 15px auto 0px;
  font-weight: 400;

}

.hero .row {
  justify-content: space-between;
}

.five-cards-section p {
  font-size: 1.5rem;
}

.five-cards-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 14px;
}

.five-cards a {
  display: block;
}

.five-cards span {
  color: #262626;
}

.five-cards div {
  box-shadow: 0 0 10px #cfcdcd87;
  border-radius: 4px;
  padding: .5rem;
  background-color: #fff;

}

.five-cards div img {

  min-height: 140px;
}

.five-cards h3 {
  font-size: 1.10rem;
  padding-top: .75rem;
  color: #df1c22;
}


.icon-box span {

  display: block;
  padding-bottom: 1rem;
  margin: 0 auto;
}

.icon-box h2 {
  color: #000;
  font-size: 1.35rem;
  font-weight: 600;
}

.product-info-wrap * {
  font-family: "Saira Condensed", sans-serif;
}

.product-info-wrap a img {
  box-shadow: 0 0 10px #cfcdcd87;
  border-radius: 4px;
  padding: .5rem;
  background-color: #fff;
}

.product-info-wrap h2 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  padding-top: .5rem;
}

.product-info-wrap p {
  font-size: 1.5rem;
  color: #000;
}

.img-box a {
  position: relative;
  margin: .75rem 0;
  transition: all 2s ease;
  overflow: hidden;
  background: radial-gradient(#111 50%, #000 100%);
  height: 100%;
  display: block;
  width: 100%;
}

.img-box img {
  height: auto;
  object-fit: cover;
  transition: all 5s ease;
  width: 100%;
}

.img-box h2 {
  color: #000;
  font-size: 1.15rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
  padding: 6px 1px;
  width: 100%;
  text-align: center;
  margin: 0;


}

.hover-txt {
  position: absolute;
  width: 80%;
  right: 0;
  margin: auto;
  height: 40px;
  left: 0;
  bottom: 1rem;
  z-index: 1;
  background-color: #fff;
  padding: .5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  transition: all .5s ease;
}

.img-box a:hover .hover-txt {}

.img-box a:hover img {
  transform: scale(1.25);
}

.gray-bg {
  background-color: #f3f3f3;
}

.blue-bg {
  background-color: #1d2a57;
}

.signup-form,
.vdp-datepicker {
  width: 100%;
}

.signup-form .form-control {
  margin-top: 3px;
}

.warning-icon img {
  margin: 0 10px;
}

.btn-custom:hover i {
  color: #df1c22;
}


@media (max-width: 991px) {
  .hover-txt {
    height: auto;
  }

  .product-info-wrap h2 {
    margin-bottom: 0;
  }

  .product-info-wrap h2,
  .product-info-wrap p {
    font-size: 1rem;
  }

  .five-cards-wrap {
    grid-template-columns: auto auto auto;
  }
}

/*******Footer**********/
.footer {
  background: #000;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}

.footer .footer-logos {
  margin-bottom: 45px;
}

.footer .footer-logo {
  padding-bottom: 15px;
}

.footer .footer-logo img {
  width: 180px;
}

.footer .footer-links {
  padding-top: 1rem;
}

.footer .footer-links a {
  padding: 0 10px;
}

.footer .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;

}

.footer .footer-links ul li {
  padding: 0 15px 5px 0;
  font-size: 16px;
  display: inline-block;
}

.footer .footer-links ul li:last-child {
  padding-right: 0;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #aaa;
}

.footer a i {
  font-size: 12px;
  padding-right: 10px;
}

.footer .copyright {
  text-align: left;
}

.footer .copyright .logo {
  width: 150px;
}

.footer .copyright p {
  padding-bottom: 20px;
}

.footer .copyright p:last-child {
  padding-bottom: 0;
}

.after-footer {
  background: #000;
  padding: 15px 0 15px;
  border-top: 1px solid #101010;
}

.after-footer p {
  margin-bottom: 0;
  color: #fdfdfd;
  font-size: 12px;
}

.after-footer .before-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.after-footer .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 15px;
}

.after-footer .col-12 a {
  color: #000
}

.after-footer .col-12 a:hover {
  color: #afbff9;
}

.min-height {
  min-height: 85.5vh;
}

@media (max-width: 767px) {

  .footer .footer-links,
  .footer .copyright {
    text-align: center;
  }

  .five-cards-wrap {
    grid-template-columns: auto auto;
  }

  .five-cards-section p {
    font-size: 1rem;
  }

  .five-cards div img {
    min-height: 106px;
  }
}

@media (max-width: 414px) {
  .after-footer .before-footer-content {
    flex-direction: column;
  }
}

.after-footer .footer-logo {
  text-align: center;
}

.after-footer .footer-logo img {
  max-width: 250px;
  width: 100%;
}

.after-footer .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.after-footer .social li {
  display: inline-block;
  margin-right: 0.5rem;
}

.after-footer .social li:last-child {
  margin-right: 0;
}

.after-footer .social li a {
  display: inline-block;
  background-color: #ffffff33;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
}

@media (max-width: 575px) {
  .after-footer .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.after-footer .social li a:hover {
  background-color: #ffffff82;
}

#newcookies {
  color: #000;
  background-color: #fffffff0;
  right: 1em;
  bottom: 1em;
  height: auto;
  padding: 1rem 0.5rem;
  position: fixed;
  width: 90%;
  max-width: 400px;
  z-index: 9999;

  font-size: 16px;
  line-height: 1.5em;
  padding: 1.2rem;
  max-width: 24em;
  letter-spacing: 1.2px;
  box-shadow: 0 0 20px #ccc;
  border-radius: 4px;
  display: none;
}

#newcookies p {
  margin-bottom: 0;
  color: #000;

}

#newcookies .btn {
  background-color: #df1c22;
  border-color: #df1c22;
  color: #fff;
  padding: 0.5rem 2.5rem;
  cursor: pointer;
  width: 100%;
  border-radius: 0px;
  margin-top: 1rem;
  border-width: 2px;
  font-weight: bold;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a {
  background-color: #ffffff;
  color: #000;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a i {
  font-size: 18px;
  padding-right: 7px;
  padding-left: 7px;
}

.after-footer .col-12 .social-links a:hover {
  background-color: #8c837a;
}

section {
  padding: 72px 0;
}

.reviews {
  background-color: #f2f4fb;
}

.mx-height {
  max-height: 600px;
  object-fit: cover;
}

.section-title {
  height: 2px;
  background-color: black;
  background-image: linear-gradient(90deg, white, black, white);
  position: relative;
  margin: 2rem;
}

.section-title span {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 0.5rem 1rem;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
}

.section-desc {
  text-align: center;
}

.casino-hero,
.contact-hero {

  color: inherit;
  background-size: 100% 100%;
  max-width: 100vw;
}

.contact-hero {

  background-size: 100% 100%;
  max-width: 100vw;
}

.about-hero {
  /*background:linear-gradient(180deg,#eeecea 70%,#fff 0);*/
  background-color: #eeecea;
}

.about-hero .top-heading {
  font-size: 54px;
}

.casino-hero .lead {
  max-width: 100%;
  padding-bottom: 10px;
}

.casino-hero .top-heading {
  font-size: 64px;
}

.fill-image {
  position: relative;
  height: 100%;
  width: 100%;
}

.fill-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.casino-hero .casino-box {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.nagative-mt-5 {
  margin-top: -40px;
}

.casino-box {
  margin-bottom: 2.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.casino-box p {
  font-size: 15px;
  line-height: 24px;
}

.fill-text {
  padding: 2.5rem 1rem;
}

.reviews .fill-text {
  padding: 0;
  text-align: center;
}

.reviews .fill-text p {
  line-height: 140%;
  font-weight: 600;
}

.reviews .button-wrap {
  padding-top: 1.5rem;
}

.reviews .fill-text h3 {
  font-size: 1.5rem;
  color: #007cc7;
  font-weight: 600;
}

.reviews .fill-text h3 span {
  font-size: 2.62rem;
  color: #252530;
}

.fill-text h3 {
  font-size: 1.35rem;
  font-weight: 600;
}

.fill-text h3 span {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  color: #df1c22;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  padding-top: .5rem;
  font-weight: 400;
}

.fill-text .wlcom-desc1 {
  padding: .5rem 0;
}

.fill-text ul,
.fill-text ul li {
  margin: 0;
  padding: 0;
  display: block;
}

.fill-text ul {
  margin-bottom: .5rem;
}

.fill-text ul li i {
  font-size: 1rem;
}

.zigzag-section .fill-image {
  border-radius: 30px;
  overflow: hidden;
}

.zigzag-section .col-md-6 {
  padding: 2rem;
}

.contact-form {

  background-color: #f3f3f3;

  padding: 1.5rem 2rem 2rem;
  position: relative;
  border-radius: 0px;

}

.social-contact li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #df1c22;
  color: #fff;
  font-size: 1.5rem;
}

.social-contact,
.social-contact li {
  padding: 0;
  display: block;
  margin: 0;
}

.social-contact li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 1rem;
  color: #000;
}

.sub-title {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  text-shadow: 0px 0 4px black;

}
ol li strong {
  font-size: 1.05rem;
  font-weight: 600;
}

ol li {
  padding-bottom: .5rem;
}

b,
strong {
  font-weight: bold;
}

.fill-text1 h3 {
  font-size: 2rem;
  color: #1d2a57;
}

.form-control {
  padding: .55rem .75rem;
}

textarea.form-control {
  min-height: 120px;
}

.contact-hero .contact-form .top-heading {
  font-size: 48px;
}

.contact-hero .contact-form .top-heading span {
  background-color: #dffa82;
}

.contact-hero .fill-image {
  border-radius: 30px;
  overflow: hidden;
}

.list-wrapper .row {
  background-color: #f3f3f3;
}

.list-wrapper .col-lg-6 {
  padding: 0;
}

.list-wrapper .float-img {
  width: calc(48% - 4rem);
  margin: 1rem 2rem;

}

.list-wrapper .fill-text {
  width: 100%;
  padding: 1.5rem;
}

.hotel-list .float-img {
  width: 320px;
  margin: 0rem 2rem 1rem 0rem;
  float: left;
}

.hotel-list .row-reverse .float-img {
  float: right;
  margin: 0rem 0rem 1rem 2rem;
}

.hotel-list .fill-text {
  width: 100%;

}

.gold-bg {
  background-color: #130a38;
}

.disclaimer {
  background-color: #1d2a57;
  color: #fff;

  padding: 30px 0;
}

.disclaimer .section-title-txt {
  font-weight: 600;

  padding-bottom: 0rem;
  font-size: 1.25rem;
  line-height: 1.28;
}

.newsletter .form-control,
.newsletter .btn {
  padding: 0.65rem 1.25rem;
  margin: 0;
}

.newsletter .btn {
  color: #fff;
  background: #df1c22;
  border: 1px solid #df1c22;
  border-radius: 3px;
  letter-spacing: 0.5px;
  min-width: 172px;

}

.newsletter p {
  font-size: 1.1rem;
  max-width: 80%;
  margin: 0 auto;
}

.newsletter-wrap {
  text-align: center;
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.newsletter-wrap p {
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff;
  line-height: 152%;
  padding-bottom: .5rem;

}

.accordion-button {
  font-size: 1.35rem;
  color: #161c3c;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1d2a57;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(1);
}

#wlcom-desc1 p {
  color: #747373;
  font-weight: 300;
  margin-bottom: .5rem;
}

#wlcom-desc1 strong {
  color: #000;
  font-weight: 600;
}

.section-title-txt {
  font-weight: 600;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.28;
}

.section-title-txt span {
  display: block;
  font-size: .875rem;
  padding-bottom: 1.5rem;
}

.fill-text i {
  color: #df1c22;
  font-size: 1.15rem;
}

.img-wrap,
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

@media (max-width: 1140px) {
  .contact-hero .contact-form {
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .hero-casino img {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .list-wrapper .fill-text,
  .list-wrapper .float-img {
    width: 100%;
    margin: 0;
  }

  .hotel-list .float-img {
    margin: 0rem 2rem 1rem 0rem;
  }

  .list-wrapper .fill-text {
    padding-top: 1rem;
  }

  .contact-hero .fill-image {
    min-height: 250px;
  }

  .after-footer .col-12 {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .contact-form {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .fill-text h3 {
    font-size: 1.25rem;
  }

  .top-heading,
  .banner-bg h2,
  .section-title-txt,
  .other-bg .top-heading {
    font-size: 24px;
  }

  .banner-bg .lead {
    font-size: 1rem;
  }

  .fill-text {
    padding: 1rem 0rem 0.5rem;
  }

  .section-title span {

    padding: 0.5rem 0.5rem;
    font-size: 24px;

    width: 80%;
  }

  section {
    padding: 30px 0;
  }

  .casino-hero .top-heading {
    font-size: 36px;
  }

  .fill-image {
    min-height: 250px;
  }

  .nagative-mt-5 {
    margin-top: 0;
  }

  .about-hero .top-heading {
    font-size: 36px;
  }

  .zigzag-section .col-md-6 {
    padding: 0 10px;
  }

  .contact-hero .contact-form .top-heading {
    font-size: 36px;
  }

  .contact-hero .contact-form {
    padding-right: 0rem;
    padding-top: 2rem;
  }

  .list-wrapper .float-img {
    float: none;
    max-width: 100%;
  }

}

@media (max-width: 429px) {
  .newsletter-wrap p {
    font-size: 1rem;
  }

  .col-auto {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.5rem;
  }
}


header .navbar-light .navbar-toggler .navbar-toggler-icon {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

header .navbar-light .navbar-toggler .navbar-toggler-icon i {
  font-size: 1.75rem;
}

.navbar-expand-lg .navbar-nav {

  padding-left: .75rem;
  width: 100%;
  padding-right: .75rem;
}

.navbar-expand-lg .navbar-collapse.show {
  left: 0;
}

.navbar-expand-lg {
  justify-content: space-between;
}

@media (min-width: 992px) {
  header .navbar-light .navbar-brand {
    display: none;
  }

  .row-reverse {
    flex-direction: row-reverse;
  }

  .navbar-expand-lg {
    justify-content: space-between;
  }

  .navbar-expand-lg .navbar-nav {
    justify-content: center;
    align-items: center;
  }

  .language_dropdown {
    position: absolute !important;
    right: 0;
  }
}


/* Language Dropdown CSS */
/* .dropdown-toggle {
    white-space: nowrap;
  } */

.dropdown-toggle {
  margin-left: 10px;
  border-radius: 8px;
  display: inline-block;
  padding: 8px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  right: 0;
  min-width: 0;
  display: none;
  padding: 10px;
  margin: 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #252525;
  border-radius: .25rem;

}

.dropdown-item {
  display: inline-block;
  width: fit-content !important;
  white-space: wrap;
  padding: 0;

}

.site-header .dropdown-toggle.show {
  color: #333;
}

.dropdown-toggle img,
.dropdown-item img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.dropdown-toggle::after {
  display: none;
}

.language_dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  background-color: #002538;
  border: 1px solid #fff;
  z-index: 1000;
  min-width: 180px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  right: 0
}


.dropdown-item {
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.dropdown-menu.show {
  display: block;
}

@media screen and (max-width:991px) {
  .navbar-collapse.collapse.show+.language_dropdown .dropdown-menu {
    left: 0 !important;
    right: auto;
  }

  header .navbar-light .navbar-toggler {
    margin-left: auto;
  }
}



/* Language Dropdown CSS */