.yellow-txt {
  color: #ffca08;
}
.our-history-content-block {
  flex-direction: row;
  padding-bottom: 50px;
  justify-content: space-between;
}
.our-history-content-block .block-title {
  padding-bottom: 27px;
  padding-top: 0;
}
.our-history-content-block .block-title * {
  font-size: 36px;
  font-family: "RobotoBlack";
  padding-bottom: 14px;
}
.our-history-content-block .text-content {
  font-size: 16px;
  font-family: "RobotoMedium";
  line-height: 34px;
}
.our-history-content-block .lhs {
  width: 598px;
}
.our-history-content-block .rhs {
  width: 628px;
}
.our-history-content-block .rhs .small-imgs-block {
  flex-direction: column;
}
.our-history-content-block .rhs .small-img-wrap {
  width: 248px;
  height: 180px;
}
.our-history-content-block .rhs .small-img-wrap:nth-child(1) {
  margin-bottom: 10px;
}
.our-history-content-block .rhs .large-img-wrap {
  width: 362px;
  height: 370px;
}
.swiper-container-calendar {
  /*margin-left:2.5rem;*/
}
.swiper-container-calendar .swiper-wrapper .swiper-slide {
  color: #2b2a29;
  font-size: 16px;
  font-family: "RobotoMedium";
  width: 140px;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 0;
}
.swiper-container-calendar .swiper-wrapper .swiper-slide.swiper-slide-active {
  border-bottom: 4px solid #ffca08;
}
.months-wrap-block {
  width: 1100px;
  height: 80px;
  margin-bottom: 45px;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  color: #595959;
  font-size: 18px;
  font-family: "RobotoMedium";
  width: 162px;
  height: 80px;
  background-color: transparent;
  transition: all 0.17s;
  outline: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link.active {
  text-align: right;
  padding-right: 42px;
  background-color: #ffca08;
  color: #2b2a29;
  font-size: 24px;
  font-family: "RobotoBlack";
}
.calendar-card {
  width: 1035px; /*height:466px;*/
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  padding: 27px;
  margin: auto auto 27px;
}
.calendar-card .text-content {
  padding: 0 37px;
  align-items: flex-start;
}
.calendar-card .block-title {
  color: #2b2a29;
  font-size: 18px;
  font-family: "RobotoBold";
  padding: 0 0 22px;
}
.calendar-card .para {
  color: #2b2a29;
  font-size: 14px;
  font-family: "Roboto";
  line-height: 34px;
}
.samil-journey-calendar-block .block-title {
  text-align: center;
}
.samil-journey-calendar-block .block-title * {
  font-size: 36px;
  font-family: "RobotoBlack";
}
.samil-journey-calendar-block .grey-line {
  width: 4px;
  height: calc(100% + 30px);
  background-color: #bbbbbb;
  left: 42px;
  top: -30px;
  bottom: 0;
}
.samil-journey-calendar-block .nav {
  z-index: 1;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-color: transparent;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: url(images/right-arrow.svg);
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: url(images/left-arrow.svg);
}
@media only screen and (max-width: 1280px) {
  /*.header .search-bar .form-searchInvet{display:none !important;}*/
  .samil-history-page .container {
    padding-left: 10px !important;
  }
  .eventBidMob .main {
    margin-top: 100px !important;
  }
  .our-history-content-block {
    padding: 20px;
    max-width: 412px;
  }
  .our-history-content-block .rhs {
    width: 100%;
    flex-direction: column !important;
  }
  .our-history-content-block .rhs .small-img-wrap,
  .our-history-content-block .rhs .large-img-wrap {
    width: 100%;
    max-width: 320px;
    height: 200px;
  }
  .our-history-content-block .rhs .large-img-wrap {
    margin: 10px auto auto;
    height: auto;
  }
  .our-history-content-block .rhs .large-img-wrap img {
    width: 100%;
  }

  .samil-history-page .user-reviews-block .swiper-slide {
    padding: 22px;
  }
  .samil-history-page .user-reviews-block .swiper-slide .stars {
    margin: 9px auto 12px 0;
    width: auto;
    height: 10px;
  }
  .samil-history-page .user-reviews-block .swiper-slide .block-title {
    font-size: 16px;
  }
  .samil-history-page .user-reviews-block .swiper-slide .block-subtitle {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }
  .samil-journey-calendar-block .block-title {
    padding-left: 5px;
    padding-right: 5px;
  }
  .samil-journey-calendar-block .calendar-card .block-title {
    text-align: left;
  }
  .samil-journey-calendar-block .nav {
    width: 100%;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: auto;
    height: 60px;
    white-space: nowrap;
    padding: 6px 12px;
  }

  .samil-journey-calendar-block .block-title * {
    font-size: 24px;
  }
  .samil-journey-calendar-block .grey-line {
    display: none;
  }
  .nav-pills .nav-link,
  .nav-pills .show > .nav-link {
    padding: 10px !important;
    height: 100% !important;
    width: 220px !important;
    align-items: center;
    display: flex;
  }
  .calendar-content-wrap {
    flex-direction: column;
    max-width: 412px;
    margin: auto;
  }
  .calendar-card {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: auto auto 1.5rem !important;
    flex-direction: column;
  }
  .calendar-card .calendar-img {
    width: 100%;
    height: auto;
  }
  .calendar-card .text-content {
    padding: 12px 0 0;
  }
  .months-wrap-block {
    margin-bottom: 0;
  }
  .months-wrap-block {
    width: 100%;
  }
  .months-wrap-block .months-list {
    padding: 0 !important;
  }
  .calendar-right-block {
    padding: 0.8rem !important;
  }
  .swiper-container-calendar .swiper-wrapper .swiper-slide {
    width: 100px;
  }
  /*.calendar-right-block .tab-content>.active{margin:0.6rem;}*/
  .calendar-card .para {
    line-height: 24px;
  }
  .grey-wrap.pt-5 {
    padding-top: 0 !important;
  }
  .our-history-content-block .rhs .small-imgs-block {
    align-items: center;
    justify-content: center;
  }
  .main .group-companies {
    max-width: 412px;
    margin: auto;
  }
}

/* New styles */

:root {
  --pt-blue: #2d78c3;
  --pt-violet: #6959be;
  --pt-yellow: #ffd700;
  --pt-text: #191919;
  --pt-body: #2b2b2b;
  --pt-muted: #f5f7fc;
  --pt-border: #0c8ae5;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: var(--pt-text);
}

.historypage-page {
  overflow: clip;
}

.historypage-page img {
  display: block;
  max-width: 100%;
}

.historypage-page .historypage-hero {
  padding: 3rem 0;
  background: linear-gradient(
    252deg,
    var(--pt-violet) 15.2%,
    var(--pt-blue) 80.98%
  );
}

.historypage-page .historypage-hero-copy {
  max-width: 38rem;
  color: #ffffff;
}

.historypage-page .historypage-hero-copy h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.historypage-page .historypage-hero-copy h1 span {
  color: var(--pt-yellow);
}

.historypage-page .historypage-hero-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.35;
}

.historypage-page .historypage-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
}

.historypage-page .historypage-hero-media img {
  width: 100%;
  height: 21.35rem;
  object-fit: cover;
}
@media (max-width: 1399.98px) {
  .historypage-page .historypage-hero-copy h1 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .historypage-page .historypage-hero-copy h1 {
    font-size: 2.6rem;
  }

  .main.samil-history-page {
    margin-top: 0px !important;
  }

  .historypage-page .historypage-hero-copy p {
    font-size: 1.08rem;
  }
}

@media (max-width: 991.98px) {
  .historypage-page .historypage-hero {
    padding: 2.7rem 0 3rem;
  }

  .historypage-page .historypage-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .historypage-page .historypage-hero-media img {
    height: 18rem;
  }
}

@media (max-width: 767.98px) {
  .historypage-page .historypage-hero-copy h1 {
    font-size: 2rem;
  }

  .historypage-page .historypage-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .historypage-page .historypage-hero-media {
    border-radius: 1.4rem;
  }

  .historypage-page .historypage-hero-media img {
    height: 14.5rem;
  }
}

@media (max-width: 575.98px) {
  .historypage-page .historypage-hero {
    padding-top: 2.3rem;
  }

  .historypage-page .historypage-hero-copy h1 {
    font-size: 1.8rem;
  }

  .historypage-page .historypage-hero-media img {
    height: 12.5rem;
  }
}
