/* --------------- Transportation Landing Page ----------------- */
p{
    line-height: 2em!important;
}
#wrap.landing-Page main {
  padding: 0 !important;
}

.tr_Landing_Top_Wrapper {
  background-image: url(/portals/0/images/landing/top-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 132px;
}

.tr_Landing_Top_Wrapper .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tr_Landing_Top_Row {
  margin-top: 104px;
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tr_Landing_Top_Item {
  border-radius: 48px 48px 0 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 166.5%);
  flex: 0 0 calc(33% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 26px 40px;
  height: 214px;
}

.tr_Landing_Top_Item:first-child img {
  width: 96px;
  height: 96px;
}

.tr_Landing_Top_Item:nth-child(2) img {
  width: 292px;
  height: 148px;
}

.tr_Landing_Top_Item:nth-child(3) img {
  width: 292px;
  height: 66px;
}

.tr_Landing_Top_Item p {
  color: var(--Gray-G50, #7a7a7a);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.tr_Landing_Top_Date {
  width: 80%;
  margin-inline: auto;
  border-radius: 16px;
  border: 1px solid #d7f9ff;
  background: #004d7e;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
}

.date_Main {
  color: var(--Gray-G100, #fff);
  text-align: right;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.date_Sub {
  color: var(--Gray-G100, #fff);
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  opacity: 0.5;
}

.tr_Landing_Date_English p {
  direction: ltr;
  text-align: left;
}

.tr_Landing_Top_Slider {
    width: 100%;
}

.tr_Landing_Top_Slider .slick-list {
    width: 100%;
}

.tr_Landing_Top_Slider .slick-track {
  display: flex !important;
  width: 100% !important;
}

.tr_Landing_Top_Slider .slick-slide {
  width: 100% !important;
}

.tr_Landing_Top_Slider img {
  border-radius: 24px;
  /* height: 480px; */
  width: 100%;
  object-fit: cover;
}

.tr_Landing_Top_Slider_dots ul {
  margin-top: 16px;
  padding: 0 !important;
}

.tr_Landing_Top_Slider_dots li button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #003151 !important;
  opacity: 0.3;
  transition: 0.3s;
}

.tr_Landing_Top_Slider_dots li.slick-active button {
  width: 8px !important;
  height: 8px !important;
  opacity: 1;
  background: #003151 !important;
  transform: translateY(-1px);
}

.tr_Landing_Coridor_Wrapper {
  background: var(--Gray-G99, #f2f2f2);
  position: relative;
  z-index: 2;
  padding-block: 56px;
  margin-bottom: 140px;
}

.tr_Landing_Coridor_Wrapper::before {
  content: "";
  background: #004d7e;
  height: 220px;
  width: 590px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.tr_Landing_Coridor_Wrapper .container {
  display: flex;
  align-items: center;
  gap: 150px;
  /* padding-top: 100px; */
}

.coridor_Text {
  flex: 0 0 calc(50% - 75px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.coridor_Text h3 {
  color: #004d7e;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.coridor_Text p {
  color: var(--Gray-G30, #4f4f4f);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.coridor_Image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 500px);
  height: 600px;
}

.coridor_Image img {
  border-radius: 16px;
  box-shadow: 0 11px 56px 0 rgba(18, 18, 18, 0.24);
  height: 100%;
}

.tr_Landing_Media_Wrapper {
  position: relative;
  margin-bottom: 104px;
}

.tr_Landing_Media_Wrapper::before {
  content: "";
  background: #e0f1fb;
  height: 96px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.tr_Landing_Media_Wrapper h2 {
  color: #004d7e;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 48px;
  width: max-content;
  margin-inline: auto;
  position: relative;
  background-color: #fff;
  padding-inline: 32px;
}

.tr_Landing_Media_Wrapper .container {
  position: relative;
}

.tr_Landing_Media_Wrapper .container::before {
  content: "";
  background: #50bdad;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.tr_Media_Video {
  margin-bottom: 24px;
  position: relative;
  height: 210px;
}

.tr_Media_Video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.tr_Media_Video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  position: relative;
}

.tr_Media_Bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tr_Media_Title {
  color: var(--Gray-G20, #3d3d3d);
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding-inline-start: 16px;
  position: relative;
}

.tr_Media_Title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4px;
  border-radius: 2px;
  background: #004d7e;
  z-index: -1;
}

span.play_Btn {
  mask: url(/portals/0/images/landing/play.svg);
  background: #004d7e;
  height: 24px;
  width: 24px;
  display: flex;
  mask-repeat: no-repeat;
  transform: translateX(2px);
}

.tr_Media_Bottom button {
  background-color: #f2f2f2;
  border-radius: 12px;
  height: 48px;
  width: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* .tr_Landing_Media_Wrapper script.slick-slide {
  display: none;
} */

.tr_Media_Item {
  transition: 0.3s;
  z-index: 0;
}

.tr_Media_Item {
  border-radius: 24px;
  padding: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 8px 64px 0 rgba(18, 18, 18, 0.12);
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33% - 10px);
}

/* .tr_Media_Item.slick-center {
  transform: scale(1.2);
  z-index: 11;
  
}


.tr_Media_Item:not(.slick-active) {
  opacity: 0;
}

.tr_Media_Item:not(.slick-center) {
  transform: scale(0.6);
}


.tr_Landing_Media_Wrapper  .slick-list {
  overflow: visible;
}

.tr_Media_Item.slick-center .tr_Media_Video video {
  z-index: 2;
} */

.tr_Media_Slider {
  display: flex;
  gap: 20px;
}

.tr_Opp_Wrapper {
  background: var(--Background, #f9f9f9);
  padding-block: 64px;
  margin-bottom: 88px;
}

.tr_Opp_Wrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.tr_Opp_Text {
  flex: 0 0 calc(30% - 20px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tr_Opp_Text h3 {
  color: #004d7e;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.tr_Opp_Text p {
  color: var(--Gray-G30, #4f4f4f);
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.tr_Opp_Images {
  flex: 0 0 calc(70% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.tr_Image_Item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.tr_Image_Item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tr_Image_Item p {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 36px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.tr_Image_Item::before {
  content: "";
  background: linear-gradient(0deg, #002238 0%, rgba(0, 34, 56, 0) 100%);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 116px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tr_Fest_Wrapper {
  position: relative;
}

.tr_Fest_Wrapper h2 {
  color: #004d7e;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 48px;
  width: max-content;
  margin-inline: auto;
  position: relative;
  background-color: #fff;
  padding-inline: 32px;
}

.tr_Fest_Wrapper::before {
  content: "";
  background: #50bdad;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.tr_Fest_Items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.tr_Fest_archive {
  margin-bottom: 30px;
}

.tr_Fest_Item {
  padding: 24px 24px 60px 24px;
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.tr_Fest_Item:hover {
  background: var(--Gray-G100, #fff);
  box-shadow: 0 6px 64px 0 rgba(18, 18, 18, 0.08);
}

.tr_Fest_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.tr_Fest_Bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tr_Fest_Rotitr {
  color: var(--Gray-G20, #518b83);
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s;
}

.tr_Fest_Title {
  color: var(--Gray-G20, #3d3d3d);
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.tr_Fest_Item:hover .tr_Fest_Title {
  color: #004d7e;
}

.tr_Fest_Summary {
  color: var(--Gray-G50, #7a7a7a);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.tr_Fest_Link {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  background: #004d7e;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 48px;
  opacity: 0;
  transition: 0.3s;
}

.tr_Fest_Item:hover .tr_Fest_Link {
  opacity: 1;
}

span.arrow-icon {
  mask: url(/portals/0/images/landing/chev.svg);
  background: #fff;
  display: flex;
  mask-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  transform: translateX(2px);
}

body:not(.rtl) span.arrow-icon {
    transform: translateX(-2px) rotate(180deg);
}

@media (min-width: 992px) {
  .tr_Footer_English,
  .tr_Footer_Persian {
    flex: 0 0 calc(50% - 48px);
  }
}

.tr_Sponsors_Wrapper {
  position: relative;
  margin-bottom: 64px;
}

.tr_Sponsors_Wrapper h2 {
  color: #004d7e;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 48px;
  width: max-content;
  margin-inline: auto;
  position: relative;
  background-color: #fff;
  padding-inline: 32px;
}

.tr_Sponsors_Wrapper::before {
  content: "";
  background: #50bdad;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.sponsors_SLider img {
  margin-left: 30px;
}

.tr_Footer_Wrapper {
  background-image: url(/portals/0/images/landing/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-block: 56px 86px;
  direction: rtl;
}

.tr_Footer_Wrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 96px;
}

.tr_Footer_English * {
  direction: ltr !important;
  text-align: left;
  /* font-family: "roboto" !important; */
}

.tr_Footer_Logo {
  margin-bottom: 34px;
}

.tr_Footer_Header {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 38px;
}

.tr_Footer_Item {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 16px;
  position: relative;
}

.tr_Footer_Title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.tr_Footer_Item p:last-child,
.tr_Footer_Item a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.6;
}

.tr_Footer_Item a {
  direction: ltr;
}

.tr_Footer_Item.phone::before {
  content: "";
  background: url(/portals/0/images/landing/phone.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
}

.tr_Footer_Item.post::before {
  content: "";
  background: url(/portals/0/images/landing/post.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
}

.tr_Footer_Item.email::before {
  content: "";
  background: url(/portals/0/images/landing/email.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
}

.tr_Footer_Item.address::before {
  content: "";
  background: url(/portals/0/images/landing/loc.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: -58px;
}

@media (max-width: 992px) {
  .tr_Landing_Top_Row {
    flex-direction: column;
  }
  .tr_Landing_Top_Date {
    width: 100%;
  }
  .tr_Landing_Top_Slider .slick-slide {
    height: 200px;
  }
  .tr_Landing_Coridor_Wrapper .container {
    flex-direction: column;
    gap: 40px;
  }
  .tr_Landing_Coridor_Wrapper::before {
    display: none;
  }
  .coridor_Image {
    position: unset;
    transform: unset;
    height: unset;
  }
  .tr_Media_Slider {
    flex-direction: column;
  }
  .tr_Opp_Wrapper .container,
  .tr_Opp_Images {
    flex-direction: column;
  }
  .tr_Fest_Items {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .tr_Footer_Wrapper .container {
    flex-direction: column-reverse;
  }
}

/*En*/

.tr_Landing_Date_Persian * {
  font-family: "vazirmatn" !important;
}

body:not(.rtl) .tr_Landing_Coridor_Wrapper::before {
  left: unset;
  right: 0;
}

body:not(.rtl) .coridor_Image {
  left: unset;
  right: calc(50% - 500px);
}

body:not(.rtl) .tr_Media_Title::before {
  right: unset;
  left: 0;
}

.aperture-header, .aperture-footer {
display: none;
}

.tr_Landing_Top_Slider_dots .slick-dots{
    display: flex;
    gap: 4px;
}

.tr_Landing_Top_Slider_dots .slick-dots li {
    color: #FFF;
}

.tr_Landing_Top_Slider_dots .slick-dots li button {
    font-size: 0;
    height: 12px !important; 
    border: none;
    transform: scale(0.7)
}

.tr_Landing_Top_Slider_dots .slick-dots li.slick-active button {
    transform: scale(0.8)
}

.modal-title {
    font-size: 18px;
}

.modal-header .btn-close {
    margin-inline-end: 0;
}

body:not(.rtl) .modal-content {
    direction: ltr;
}

.sponsors_Slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 20px;
    align-items: center;
    justify-items: center
}
@media (max-width: 1200px) {
    .sponsors_Slider {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .sponsors_Slider {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .sponsors_Slider {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .sponsors_Slider {
        grid-template-columns: 1fr; /* Stacks items in one column */
    }
}
.sponsors_Slider img {
    height: 150px;
    width: 200px;
    object-fit: contain;
    object-position: center;
}

.NewsArticles{
    margin-top:2em;
}
@media (max-width: 768px) {
    .tr_Footer_Item.address{max-width:250px;}
}

.tr_Image_Title {
    color: #FFF;
    position: absolute;
    font-size: 26px;
    bottom: 50px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
}











