.bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#tabItem {
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-left: 1.5em;
  flex-basis: 30%;
}

.btn-tab {
  background: rgba(255,255,255,0.5);
  border-width: 0px;
  color: #ff3d57;
}

.p2 {
  margin-bottom: 1em;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  text-decoration-line: none;
  color: #727b73;
}

.tab-text {
  color: black;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: var(--bs-nav-tabs-link-active-border-color);
  /*height: 60px !important;*/
  background: #ffffff;
}

.figure-caption {
  font-size: .875em;
  color: #6c757d;
  margin-top: -0.9em;
}

.col-6 {
  flex: 1;
  width: 100%;
}

.img {
  filter: brightness(50%);
}

.row-hover {
  position: relative;
}

.row-hover .content {
  bottom: 0;
  color: #ffffff;
  padding: 0.5em;
}

.row-hover .content1 {
  position: absolute;
  bottom: 46.3%;
  /*color: #ffffff;*/
  /*padding: 1em;*/
  margin-left: 1em;
}

.text2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text1 {
  color: white;
  /*font-size: 20px;*/
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*text-align: center;*/
}

.col-hover:hover .overlay {
  height: 100%;
  display: block;
}

.overlay {
  bottom: 0;
  background-color: rgba(0,0,0,0.2);
  /*filter: brightness(100%);*/
  overflow: hidden;
  height: 0;
  width: 50% !important;
  transition: .5s ease;
}

.col-hover:hover .content {
  height: 100%;
  display: none;
}

.col-hover:hover .content1 {
  height: 100%;
  display: none;
}

#oblique-image {
  display: inline-block;
  overflow: hidden;
  transform: skewX(-20deg);
}

.column-left {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  shape-outside: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  -webkit-shape-outside: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  margin-right: 0;
}

.column-right {
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  shape-outside: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-shape-outside: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.carousel-control-next, .carousel-control-prev {
  color: #F8F8F8;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

.right-column {
  /*border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;*/
  flex-basis: 82%;
  width: 85vw initial;
}

flex-basis {
}

.left-column {
  /*flex-basis: 30%;*/
}

.gradient {
  background: linear-gradient(to bottom, #386DB3 0%, rgba(217, 217, 217, 0) 100%);
}

a {
  text-decoration: none;
}

a:hover {
  color: #ff3d57;
}

top-a:hover {
  color: var(--bs-pink);
}

a {
  color: #000000;
}

a:hover {
  color: #FF3D57;
}

.tab-content.active {
  opacity: 1;
}

.tab:hover ~ .tab-content-container .tab-content {
  opacity: 1;
  pointer-events: auto;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active h4 {
}

.tab-link-1:hover {
  color: #fff;
  background-color: #000;
}

/* Styles for hover effect on tab content */

.seckill-item {
  display: flex;
  align-items: center;
  /*color: #555;*/
  /*font-size: 16px;*/
}

.seckill-item i {
  font-size: 5vw;
  color: green;
  margin-left: -6px;
}

.seckill-item p {
  flex-grow: 1;
  margin: 0;
}

.p3 {
  background-color: #f8f8f8;
  color: #727b73;
}

.tab-text h6:hover {
  color: #ff3d57;
}

.nav-link {
  display: block;
}

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

a {
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #fff;*/
  min-width: 200px;
  /*padding: 10px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-toggle:focus + .dropdown-content {
  display: block;
}

.dropdown-toggle:focus {
  color: #ff3d57;
}

.tabs.active:after {
  color: #ff3d57;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.nav-pills. .nav-link.active h6, .nav-pills .show > .nav-link h6 {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #ff3d57;
  text-underline-offset: 0.25em;
}

.nav-pills .nav-link.tabs.active div h6, .nav-pills .show > .nav-link.tabs:hover div h6 {
  color: #000000;
  text-underline-offset: 0.25em;
  text-decoration: underline #ff3d57;
}

.nav-pills .nav-link.tabs.active div h5, .nav-pills .show > .nav-link.tabs:hover div h5 {
  color: #000000;
  text-underline-offset: 0.25em;
  text-decoration: underline #ff3d57;
}

.p6 {
  font-size: 3vw;
}

.home-section-1 {
  padding: 2.5em 1em 2em 1.5em;
}

.col-m {
  margin-bottom: 0.5em;
  padding: 0% 9%;
}

.col-bottom {
  margin-bottom: 0.5em;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.col-para {
  font-size: 3vw;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -2.5rem;
  margin-left: 15%;
  color: #ff9800;
}

.con1 {
  position: relative;
}

.con1 img {
  width: 100%;
  height: auto;
}

.con1 .text-block {
  position: absolute;
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*background-color: #555;*/
  color: white;
  /*font-size: 16px;*/
  padding: 0px 10px;
  /*border: none;*/
  /*cursor: pointer;*/
  /*border-radius: 5px;*/
  text-align: center;
}

.col1 img {
  height: 100%;
  /*width: auto;*/
}

.c1 img {
  width: 100%;
  height: auto;
}

.col-intro {
  width: 18%;
}

.row-intro {
  display: flex;
  justify-content: space-between;
}

.col-mark {
  /*width: 24%;*/
}

