/*
 * Start Bootstrap - Agency v5.0.5 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
@import "normalize.css";

@font-face {
  font-family: UTM-Aurora;
  src: url(../fonts/UTM-Aurora.ttf);
}

/* apply a natural box layout model to all elements, but allowing components to change
http://www.paulirish.com/2012/box-sizing-border-box-ftw/;
*/
html,
body {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Set full height: http://stackoverflow.com/questions/6654958/make-body-have-100-of-the-browser-height */
html {
  /* body will set it's height based on its parent, which is html */
  height: 100%;

  /* set full width as well */
  width: 100%;
}

body {
  position: relative;
  /* min-height is needed for pages that might scroll, ie they may contain _more_ than 100% of viewport height */
  min-height: 100%;

  /* needed to prevent unwanted scroll-bars */
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  /* background: #000 url("../images/bg5e1f.jpg?v=2") top center no-repeat; */
  background: #000 url("../images/bg-web.png?v=2") top center no-repeat fixed;
  background-size: cover;
  color: #dab777;
  font-size: 14px;
  z-index: -1;
}

/* header .container,
#form .container,
#main .container {
  max-width: 640px;
} */

p {
  line-height: 1.2;
}

a {
  color: #f89e22;
}

a:hover {
  color: #f89e22;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3 {
  font-weight: 700;
  font-family: 'Montserrat-Bold';
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
}

h1 {
  display: none;
}

.container {
  margin: 0 auto;
}

header {
  padding-top: 20px;
}

/* .logo {
  width: 50%;
  margin: 0 auto;
} */


.slogan>img {
  width: 100%;
}

.slogan {
  width: 65%;
  margin: 0 auto;
  margin-top: -.5rem;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;

}

.navbar button {
  background: none;
  border: none;
  padding: 0;
}

.navbar img {
  width: 100%; /* Điều chỉnh kích thước của các hình ảnh button */
  height: auto;
}

/* Logo */
.navbar .logo img {
  width: 300px; /* Kích thước logo */
  height: auto;
}

#mainForm {
  position: relative;
  z-index: 1;
}

/* #form {
  margin-top: 2rem;
} */

#form .container {
  max-width: 640px;
  margin: 0 auto;
}

#form .nav-tabs {
  width: 80%;
  border: none !important;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#form .nav-tabs>li {
  flex: 0 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  padding: 0;
  height: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40%;
}

#form .nav-tabs>li.active:first-child {
  width: 60%;
  background-image: url(../images/tab-active-1.png);
}

#form .nav-tabs>li.active:last-child {
  width: 60%;
  background-image: url(../images/tab-active-2.png);
}

#form .nav-tabs>li:first-child {
  background-image: url(../images/tab-inactive-1.png);
}

#form .nav-tabs>li:last-child {
  background-image: url(../images/tab-inactive-2.png);
  float: right;
}

#form .nav-tabs>li>a {
  font-family: Roboto;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff5be;
}

#form .nav-tabs>li>a.active {
  color: #5f0475;
}

#form .tab-content {
  width: 100%;
  padding: 1.5rem 0 0 0;
  margin: 0 auto;
  background: url(../images/box_dangky.png) no-repeat;
  background-size: 100% 100%;
}

form {
  width: 85%;
  margin: 0 auto;
}

.form-group {
  position: relative;
}

.form-group>i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}

.form-group>i.icon-prepend {
  left: 0;
}

.form-control {
  height: 68px;
  background-color: transparent !important;
  background: url(../images/bg-input.png) no-repeat;
  background-size: 100% 100%;
  border: none !important;
  outline: none !important;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 1.5rem;
  font-size: 14px;
  color: #ffcc7e !important;
  border-radius: .25rem;
}

.form-control.has-icon-prepend {
  padding-left: 60px;
}

.form-group button {
  padding: 0px !important;
  background: none !important;
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}

input::-webkit-input-placeholder {
  color: #a6a6a6 !important;
  text-transform: uppercase;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6 !important;
  text-transform: uppercase;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6 !important;
  text-transform: uppercase;
}

input:-ms-input-placeholder {
  color: #a6a6a6 !important;
  text-transform: uppercase;
}

a,
button,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 transparent !important;
  outline: none !important;
}

.error,
.errors {
  padding-left: .8rem;
  color: red;
  font-size: 13px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

#main {
  position: relative;
  z-index: 11;
  margin: 1.5rem;
}

img {
  margin: 0 auto;
}

.btn-download {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 0 15px;
}

a.server {
  display: inline-block;
  margin-right: 10px;
}

a.store {
  display: inline-block;
  margin: 0 auto;
}

.playweb {
  width: 40%;
}

/* .col-captcha {
  padding: auto;
} */
.img-fluid {
  float: left;
  width: 120px;
  height: 48px;
}

.img-refresh {
  width: 48px;
  height: 48px;
}

a.ios-server:active,
a.ios-server:hover {
  opacity: .8;
}

a.ios-server {
  width: 100%;
  margin: 10px
}

a.icon-phone,
a.icon-fb,
a.icon-tele,
a.icon-livechat {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: 100%;
}


a.icon-fb {
  position: fixed;
  width: 78px;
  height: 78px;
  background-image: url(../images/fb.png);
  background-repeat: no-repeat;
  right: 16%;
  top: 8%;
}

a.icon-tele {
  position: fixed;
  width: 78px;
  height: 78px;
  background-image: url(../images/tele.png);
  right: 9%;
  top: 8%;
}

a.icon-livechat {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 1px;
  width: 79px;
  height: 79px;
  /* background: url('../images/icon-livechat.png') no-repeat; */
  background: url('../images/tele.png') no-repeat;
  background-size: 100%;
}

.container1 {
  display: flex;
  justify-content: center;
  /* Căn giữa các cột theo chiều ngang */
  align-items: center
}

.container2 {
  display: flex;
  justify-content: center;
  /* Căn giữa các cột theo chiều ngang */
  align-items: center;
  margin-left: 40px;
}

.column {
  flex: 1;
  text-align: center;
}

.column-center {
  flex: 1;
  text-align: center;
}



button#login,
button#register {
  width: 68%;
  background: none;
  outline: none;
  border: none;
  padding: 0 !important;

  margin-top: 9px;
}

a#facebook {
  width: 30%;
  margin: auto;
  float: right;
}

#ios,
#android,
.hoac {
  display: none;
}

div#register {
  margin-top: 90px;
}

div#register h3,
div#login h3 {
  display: none;
  font-size: 18px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

small {
  color: #ffed00a3;
  margin: 0 auto;
  margin-top: 5px;
  display: inherit;
  line-height: 1.2;
}

.text-danger {
  color: #e47815 !important;
}

.modal-header {
  padding: .5rem 1rem;
}

.modal-title.alert {
  color: #d44950;
  text-transform: uppercase;
}

.modal-title.success {
  color: #155724;
}

.modal-footer {
  display: inline-block;
  text-align: center;
}

h5 {
  font-size: 26px;
}

.close {
  position: absolute;
  right: 10px;
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.loading>img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
}

footer>.container {
  max-width: inherit;
}

.text-footer {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  background: linear-gradient(#f7f1c7 0%, #e1d678 30%, #e1ca24 70%, #e0a310 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  width: 100%;
}

@-webkit-keyframes textAnimation {
  0% {
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
  }

  17% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    opacity: 0
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes textAnimation {
  0% {
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
  }

  17% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    opacity: 0
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes textAnimation {
  0% {
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
  }

  17% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    opacity: 0
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


#livechat-eye-catcher-img {
  display: none !important;
}

.sticky_btn {
  display: block;
  position: fixed;
  right: 0;
  top: 240px;
  width: 46px;
  white-space: nowrap;
  align-items: flex-start;
}

@-webkit-keyframes btnAnimation {
  0% {
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
  }

  50% {
    -webkit-filter: none;
    filter: none;
  }

  100% {
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
  }
}

@keyframes btnAnimation {
  0% {
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
  }

  50% {
    -webkit-filter: none;
    filter: none;
  }

  100% {
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
  }
}

.thankyou {
  display: none;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.sticky-qrcode {
  position: fixed;
  width: 315px;
  height: 155px;
  left: 10%;
  top: 8%;
  display: inline-block;
  white-space: nowrap;
  align-items: flex-start;
  z-index: 12;
  background-image: url(../images/tai_game.png);
  background-repeat: no-repeat;
}

.sticky-qrcode>img {
  width: 155px;
  margin: .5rem 0;
  text-align: center;
  transition: all .35s ease-in-out;
  float: left;
  clear: both;
}

.sticky-qrcode-otp {
  position: fixed;
  width: 315px;
  height: 155px;
  left: 10%;
  top: 22%;
  display: inline-block;
  white-space: nowrap;
  align-items: flex-start;
  z-index: 12;
  background-image: url(../images/tai_otp.png);
  background-repeat: no-repeat;
}

.sticky-qrcode-otp>img {
  width: 155px;
  margin: .5rem 0;
  text-align: center;
  transition: all .35s ease-in-out;
  float: left;
  clear: both;
}

.modal-dialog {
  -webkit-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
}

#banners {
  top: 5%;
  max-width: 220px;
  position: fixed;
  left: 2%;
}

#games {
  margin-top: 2rem;
}

.dacotaikhoan {
  margin-bottom: 1rem;
  display: none;
}

.dacotaikhoan>img {
  width: 80%;
}

.sticky_btn:hover,
.sticky-qrcode>a:hover>img,
.sticky-qrcode-otp>a:hover>img,
.store:hover {
  -webkit-filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.3) !important;
  filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.3) !important;
}

.hoac {
  margin: 1rem auto;
}

.hoac>img {
  width: 80%;
}

#games img {
  margin: 0 .3rem;
}

.adv {
  display: none;
}

.adv>div {
  width: 100%;
  text-align: center;
}

.adv>div>img {
  width: 55%;
}

@media (min-width: 640px) {}

@media (min-width: 768px) {}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {
  .column {
    display: none;
  }
}

@media (max-width: 1024px) {
  .column {
    display: none;
  }

  body {
    background-size: auto;
  }
}

@media (max-width: 992px) {
  #banners {
    display: none;
  }

  .col-captcha {
    padding-left: 0;
  }

  #sticky-qrcode {
    display: none;
  }

  .img-fluid {
    float: left;
    width: 76px;
    height: 42px;
  }

  .img-refresh {
    width: 42px;
    height: 42px;
  }

  a.icon-phone {
    width: 79px;
    height: 79px;
    background: url('../images/icon-phone.png') no-repeat;
    background-size: 100%;
    top: 20px;
    left: 5px;
  }

  a.icon-fb {
    width: 79px;
    height: 79px;
    background: url('../images/fb.png') no-repeat;
    background-size: 100%;
    top: 20px;
    left: 5px;
  }

  a.icon-tele {
    top: 20px;
    right: 5px;
  }

  a.icon-livechat {
    top: 20px;
    right: 5px;
  }
}
@media (max-width: 960px) {
  .playweb {
    width: 65%;
  }
}


@media (max-width: 800px) {
  #playonweb {
    margin-top: 0;
  }

  #form {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {}

@media screen and (orientation: portrait) and (min-height: 640px) {}

@media (max-width: 640px) {
  body {
    /* background: #000 url("../images/bg-mobile5e1f.jpg?v=2") top center no-repeat; */
    background: #000 url("../images/bg-mobile.png?v=2") top center no-repeat fixed;
    background-size: cover;
  }

  header {
    padding-top: 15px;
  }



  #form {
    margin-top: 1rem;
  }

  #form .nav-tabs {
    margin-top: .5rem;
    width: 66%;
  }

  form {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
  }

  #form .tab-content {
    width: 100%;

  }

  .form-group {
    margin-bottom: .5rem;
  }

  a>img {
    width: 100%;
    padding: 10px;
  }

  .playweb {
    width: 100%;
  }

  .playweb-server {
    width: 80%;
  }

  .space-line {
    width: 90%;
    margin: 0 auto;
  }


  #registered {
    height: 80px;
    margin-top: -10px;
  }

  h4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  #registered h4 {
    margin-top: 40px;
    padding: 5px 2rem;
  }

  .ios-server {
    width: 90% !important;
  }

  .text_effect {
    font-size: 30px;
    letter-spacing: .2rem;
  }

  #form .tab-content {
    padding: 0;
  }

  #form .nav-tabs>li {
    height: 46px;
  }

  .hoac>img {
    width: 80%;
  }

  .dacotaikhoan>img {
    width: 100%;
  }

  .container2 {

    margin-left: 0px;
  }

  a.ios-server {
    margin: 0
  }
}

@media (max-width: 575px) {
  #form .nav-tabs {
    width: 76%;
  }

  #form .nav-tabs>li {
    height: 36px;
    font-size: 20px;
  }

  form {
    width: 80%;
  }

  .dacotaikhoan {
    margin-bottom: .5rem;
  }

  .dacotaikhoan>img {
    width: 100%;
  }

  .hoac {
    margin: 1.5rem auto .5rem auto;
  }

  .hoac>img {
    width: 100%;
  }

  #main {
    margin: 1rem;
  }

}

@media (max-width: 480px) {
  .form-control {
    height: 68px;
    font-size: 13px;
  }

  a.icon-phone,
  a.icon-fb,
  a.icon-tele,
  a.icon-livechat {
    width: 60px;
    height: 60px;
  }

  #registered h4 {
    margin-top: 35px;
  }

  .form-control {
    height: 68px;
  }

  .form-group>i {
    max-height: 40px;
  }

  .thankyou {
    width: 90%;
  }
}

@media (max-width: 414px) {}

@media only screen and (width: 412px) and (height: 732px) {}

@media (max-width: 384px) {}

@media (max-width: 375px) {

  a.icon-phone,
  a.icon-fb,
  a.icon-tele,
  a.icon-livechat {
    width: 60px;
    height: 60px;
  }

  #registered {
    height: 50px;
    margin-top: -10px;
  }

  #registered h4 {
    font-size: 13px;
    margin-top: 25px;
  }

  a.icon-phone,
  a.icon-fb,
  a.icon-tele,
  a.icon-livechat {
    width: 50px;
    height: 50px;
  }

  footer {
    margin-top: 15px;
  }

  .text_effect {
    font-size: 25px;
  }

  #form .nav-tabs>li {
    height: 32px;
    font-size: 20px;
  }

  #main {
    margin: 1rem;
  }
}

@media (max-width: 360px) {
  header {
    padding-top: 10px;
  }

  .form-control {
    height: 68px;
  }

  .form-group>i {
    max-height: 36px;
  }

  .text_effect {
    font-size: 20px;
    letter-spacing: .2rem;
  }

  footer {
    margin-top: 10px;
  }
}

@media (max-width: 320px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
  }

  header {
    padding-top: 5px;
  }

  #form {
    margin-top: .5rem;
  }

  .form-control {
    height: 32px;
    padding-right: 30px;
  }

  .form-control.has-icon-prepend {
    padding-left: 30px;
  }

  .form-group>i {
    max-height: 32px;
    width: 30px;
  }

  h4 {
    font-size: 13px;
  }

  small {
    font-size: 70%;
  }

  div#register h3,
  div#login h3 {
    font-size: 16px;
  }

  #form .nav-tabs>li {
    font-size: 13px;
  }

  .hoac {
    margin: 1rem auto .5rem auto;
  }
}


@media (max-width: 1280px) {
  .navbar {
      padding: 30px 40px; /* Giảm padding khi trên màn hình nhỏ */
  }

  .navbar button {
      width: 120px; /* Điều chỉnh kích thước hình ảnh nút khi màn hình nhỏ */
      height: auto;
  }

  .navbar .logo img {
      width: 300px; /* Giảm kích thước logo trên màn hình nhỏ */
  }

}

@media (max-width: 1024px) {
  .navbar {
      padding: 20px 30px; /* Giảm padding khi trên màn hình nhỏ */
  }

  .navbar button {
      width: 120px; /* Điều chỉnh kích thước hình ảnh nút khi màn hình nhỏ */
      height: auto;
  }

  .navbar .logo img {
      width: 300px; /* Giảm kích thước logo trên màn hình nhỏ */
  }

}

@media (max-width: 960px) {
  .navbar {
      padding: 20px 20px; /* Giảm padding khi trên màn hình nhỏ */
  }

  .navbar button {
      width: 80px; /* Điều chỉnh kích thước hình ảnh nút khi màn hình nhỏ */
      height: auto;
  }

  .navbar .logo img {
      width: 250px; /* Giảm kích thước logo trên màn hình nhỏ */
  }


}

/* Media Queries cho các thiết bị nhỏ */
@media (max-width: 768px) {
  .navbar {
      padding: 10px 15px; /* Giảm padding khi trên màn hình nhỏ */
  }

  .navbar button {
      width: 60px; /* Điều chỉnh kích thước hình ảnh nút khi màn hình nhỏ */
  }

  .navbar .logo img {
      width: 200px; /* Giảm kích thước logo trên màn hình nhỏ */
  }

}

/* Media Queries cho màn hình rất nhỏ */
@media (max-width: 480px) {
  .navbar {
      padding: 10px 10px; /* Giảm padding trên màn hình cực nhỏ */
  }

  .navbar button {
      width: 40px; /* Giảm kích thước các nút */
  }

  .navbar .logo img {
      width: 150px; /* Giảm kích thước logo khi màn hình cực nhỏ */
  }


}

.image-container {
  display: flex;
  justify-content: center; /* Căn giữa hình ảnh theo chiều ngang */
  align-items: center; /* Căn giữa hình ảnh theo chiều dọc */
  width: 100%; /* Đảm bảo container chiếm toàn bộ chiều rộng */
}

/* Cải thiện hình ảnh */
.image-container img {
  max-width: 100%; /* Đảm bảo hình ảnh không vượt quá chiều rộng của container */
  max-height: 100%; /* Đảm bảo hình ảnh không vượt quá chiều cao của container */
}

.underline-text {
  text-decoration: underline;
  font-style: italic;
  text-align: center;
  font-size: 1.5rem;
}


#exampleModalCenter .modal-content{
  background-image: url('../images/view_xemthem.png'); /* Replace with your image URL */
  background-size: cover; /* Cover the entire area */
  background-position: center center; /* Center the image */
  width: 1000px;
  height: 660px;
  max-width: 100%;
  max-height: 100%;
}


@media (max-width: 480px) {
  #exampleModalCenter .modal-content{
    background-image: url('../images/view_xemthem.png'); /* Replace with your image URL */
    width: 480px;
    height: 320px;
  }


}


.close{
  color:red;
  width: 50px;
  height: auto;
}

.modal-header{
  border-bottom : 0px;
}

#slide_banner_right {
  padding: 0 3rem;
  position: relative;
}

#slide_banner_right .owl-nav {
  margin-top: 0;
}

#slide_banner_right .owl-nav button {
  margin: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

#slide_banner_right .owl-nav button:hover {
  background: none;
  outline: none;
  text-decoration: none;
}

#slide_banner_right .owl-nav button img {
  width: 55px;
}

#slide_banner_right .owl-nav button img:hover {
  transform: scale(1.1);
}

#slide_banner_right .owl-nav button.owl-prev {
  left: 0;
}

#slide_banner_right .owl-nav button.owl-next {
  right: 0;
}


.owl-carousel .item img {
  /* Ensures the image takes up the full width of its container */
  height: auto;         /* Keeps the aspect ratio of the image intact */
    /* Ensures that the image fully covers the area without stretching */
}

/* If you need to target specific image sizes, you can do so like this */
.owl-carousel .item {
  padding: 20px;  /* Adds padding between each image */
  /* Example: Adds a background to the image item */
}
