@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap");
@media (min-width: 1900px) {
  .container {
    max-width: 1640px;
  }
}
.owl-nav {
  margin-top: 20px;
  padding-right: 0;
}
.owl-nav button {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
}
.owl-nav button:not(:last-child) {
  margin: 0 15px;
}
.owl-nav button.owl-prev {
  background-image: url(https://sites.digimore.in/forcegurkha/wp-content/themes/force-motors/assets/images/arrow-left.svg) !important;
}
.owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.owl-nav button.owl-next {
  background-image: url(https://sites.digimore.in/forcegurkha/wp-content/themes/force-motors/assets/images/arrow-right.svg) !important;
}
.owl-nav button.owl-next.disabled {
  opacity: 0.5;
}

.ag-switch {
  display: flex;
  justify-content: space-between;
  width: 260px;
  padding: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  position: relative;
}
.ag-switch a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px;
  position: relative;
}
.ag-switch a.active {
  color: #ffffff;
}
.ag-switch .selector {
  position: absolute;
  display: block;
  width: 125px;
  height: 26px;
  background-color: #a58346;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ag-switch .selector.left {
  left: 5px;
}
.ag-switch .selector.right {
  right: 5px;
}

body {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
}

.pageWrapper {
  background-image: url(../../images/home-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.media-box-container {
  padding: 15px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.media-box-container .media-box-content {
  font-family: "Work Sans", sans-serif;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.media-box-container .media-box-content .media-box-image {
  width: 100% !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.media-box-container .media-box-content .media-box-image img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.media-box-container .media-box-content .media-box-title {
  font-size: 25px;
  color: #211e1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.media-box-container .media-box-content .media-box-text {
  font-size: 18px;
  color: #211e1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.media-box-container .media-box-content .media-box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff !important;
}
.media-box-container .media-box-content .media-box-footer .media-box-read-more a {
  color: #a58346;
  font-weight: 600;
}

.imageWrapper {
  position: relative;
}
.imageWrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.imageWrapper .overlay .play-video {
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imageWrapper .overlay .play-video:hover {
  background-color: #a58346;
  border-color: #a58346;
}

.slide-content {
  margin-top: 20px;
}
.slide-content h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 22px;
  color: #a58346;
  margin-bottom: 15px;
}
.slide-content p {
  color: #211e1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


