﻿
.search-input {border: none; width: 90%;}
.search-btn {background:#615BA2;border-radius: 30px;color: white;}


.news-feature {
  height: 500px;
}

.gal-feature {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.gal-card img,
.gal-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gal-feature {
  max-height: 420px;
}

.news-controls {
  width: 100%;
  margin-top: 20px;
}

.news-dots .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
	
		li {
			margin: 0 0.25rem;
		}
	
		button {
			display: block;
			width: 25px;
			height: 7px;
			padding: 0;
			border: 1px solid #615BA2;
			border-radius: 25px;
			background-color: transparent;
			
			text-indent: -9999px;
		}
	
		li.slick-active button {
			background-color: #615BA2;
			width: 55px;
		}
}

.news-right {
  gap: 10px;
}
 
.news-nav {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.news-nav img {
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
}
span.news-current {
    font-size: 18px;
    font-weight: 500;
}
.news-counter {
    color: #03035A;
}

.vid-box-overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.vid-box-overlay img {
    width: 50px;
    height: 50px;
    place-self: center;
    align-items: center;
}

.img-gallery-slider .img-box-overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: transparent linear-gradient(180deg, #615BA200 0%, #0B0B609B 91%, #03035A91 100%) 0% 0% no-repeat padding-box;
}
.img-gallery-slider .img-box-overlay h4 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    padding-left: 20px;
}
.img-gallery-slider .img-box-overlay .img-no {
    display: flex;
    align-items: center;
}
.img-gallery-slider .img-box-overlay .img-no h3 {margin: 0 7px;font-weight: 300; font-size: 18px;}
.img-gallery-slider .img-box-overlay .img-no img {
    width: 40px;
    padding: 7px;
}

#galModal.modal {background: rgb(255 255 255 / 20%) !important;backdrop-filter: blur(5px);}
#galModal .modal-content {border: none;}
#galModal .modal-content .modal-header {justify-content: center;margin: auto; text-align: center}

.modal-nav.modal-prev {right: 15px;}
.modal-nav.modal-next {left: 15px;}
.modal-nav.modal-prev img, 
.modal-nav.modal-next img {
    width: 55px;
    height: 55px;
}
.modal-nav.modal-prev,
.modal-nav.modal-next {
    position: absolute;
    top: 38%;
    z-index: 10;
    width: 55px;
    height: 55px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
}
.modal-nav.modal-prev.slick-arrow.slick-disabled img,
.modal-nav.modal-next.slick-arrow.slick-disabled img{
    filter: contrast(0.5);
}

.modal-slider-nav .modal-nav-img {
    padding: 3px;
    position: relative;
}

.modal-slider-nav .modal-nav-img img {
    border-radius: 15px;
    display: block;
    width: 100%;
}
.modal-slider .modal-img {
    padding: 20px 100px;
    position: relative;
}

.modal-slider .modal-img img {
    border-radius: 15px;
    display: block;
    width: 100%;
}

.modal-slider-nav .modal-nav-img .remaining-overlay {
    position: absolute;
    inset: 3px;
    background: #A8519A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    border-radius: 15px;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.modal-slider-nav .modal-nav-img .remaining-overlay.show {
    opacity: 1;
}
.modal-slider-nav .modal-nav-img:hover  .remaining-overlay.show{
    opacity: 0.8;
}

@media (max-width: 768px){
    .modal-slider .modal-img {
        padding: 20px 100px;
    }
}
@media (max-width: 425px){
    .modal-slider .modal-img {
        padding: 10px 50px;
    }
    .modal-nav.modal-prev,
    .modal-nav.modal-next {
        top: 30%;
        z-index: 10;

        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: none;
        font-size: 20px;

        display: flex;
        align-items: center;
        justify-content: center;

        cursor: pointer;
    }
    .modal-nav.modal-prev img,
    .modal-nav.modal-next img {
        width: 25px;
        height: 25px;
    }
}

/* Card 
.pr-card{
  background: gray;
  backdrop-filter:blur(10px);
  border-radius:20px;
  padding:50px 30px;
  text-align:center;
  color:#fff;
  height: 320px;
  display:flex !important;
  flex-direction:column;
  justify-content: end;
  transition:transform .3s ease;
  margin: 0 10px;
}*/


.pr-section{
  padding:100px 0;
  padding-bottom: 150px;
  position: relative;
}

.pr-div{
  width:93%;
  margin:auto;
      position: relative;
      margin-left: 0;
}

.pr-title{
  color:#A8519A;
  font-weight: 500;
  font-size:40px;
  margin-bottom:60px;
  text-align:center;
}

/* Slick spacing */
.pr-slider .slick-slide{
  padding:0 15px;
}

/* Card */
.pr-card{
  background: none;
  backdrop-filter:blur(10px);
  height: 340px !important;
  /* width: 340px !important; */
  display:flex !important;
  transition:transform .3s ease;
  margin: 0px 10px;
  place-content: center;
}

.pr-container{padding: 50px 0;position: relative;}

.pr-container::before {
    content: attr(data-title);
    background: linear-gradient(90deg, #555795 0%, #FDFDFF 50%);
    border-radius: 15px;
    min-width: 100px;
    height: 375px;
    position: absolute;
    top: 35px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555795;
    font-weight: bold;
    writing-mode: sideways-lr;
    font-size: 24px;
    z-index: 100;
}
#pr1.pr-container::before {
background: linear-gradient(90deg, #A8519A 0%, #FDFDFF 50%);
}
#pr2.pr-container::before {
    background: linear-gradient(90deg, #7C9974 0%, #FDFDFF 50%);
}
#pr3.pr-container::before {
    background: linear-gradient(90deg, #2A6281 0%, #FDFDFF 50%);
  
}

.pr-card:hover{
  transform:translateY(-10px);
}

.pr-slider .slick-prev:before,
.pr-slider .slick-next:before{
  color:#fff;
  font-size:0px;
}

.pr-slider .slick-track {
    margin: 0;
}

.pr-card p {
     background: #DDDDDD;
     border-radius: 20px;
     color:#555795;
     text-align: center;
     font-weight: 600;
     padding: 10px;
     margin: 10px;
     position: absolute;
     height: 100px;
}

.pr-feature {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  align-self: end;
  height: 265px;
  /* width: 320px; */
  border: 1px solid white;
}

.pr-card img,
.pr-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-overlay {
    background: linear-gradient(0deg, #555795 0%, transparent 80%);
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
}
#pr1 .pr-overlay {
    background: linear-gradient(0deg, #A8519A 0%, transparent 80%);
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
}
#pr2 .pr-overlay {
    background: linear-gradient(0deg, #7C9974 0%, transparent 80%);
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
}
#pr3 .pr-overlay {
    background: linear-gradient(0deg, #2A6281 0%, transparent 80%);
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
}

@media (min-width: 768px) and (max-width:1400px) {
    
.pr-container::before {
	min-width: 75px;
}
.pr-div {
    width: 90%;
}
}
@media (max-width: 767px) {
    
.pr-container::before {
        min-width: 100%;
        height: 100px;
        writing-mode: horizontal-tb;
        margin-bottom: 50px;
        position: relative;
		top: 5px;
    }
	.pr-div {
    width: 100%;
	}
	

}
@media (max-width: 320px) {
    .pr-div{
      width: 88%;
      margin:auto;
      position: relative;
      margin-left: 0;
    }
}

/*==============copy from here================*/
.pr-section.pr-section1 .pr-title{
  font-weight: bold !important;
}
.pr-section.pr-section1 #pr1-1.pr-container::before {
    display: none;
}
.pr-section.pr-section1 #pr1-1.pr-container::before {
    background: #DDDDDD !important;
}
.pr-section.pr-section1 .pr-container::before {
    content: attr(data-title);
    min-width: 110px;
    background: #DDDDDD !important;
    right: -20px;
    padding: 26px 20px 26px 0;
    text-align: center;
    box-shadow: 0px 3px 8px #a7a7a7;
    line-height: 1.2;
}

#pr1-2 .pr-card p, #pr1-3 .pr-card p, #pr1-4 .pr-card p, #pr1-5 .pr-card p {color: #FFFFFF;}

.pr-section.pr-section1 #pr1-2 .pr-card p {background: #036485;}
.pr-section.pr-section1 #pr1-2 .pr-overlay {background: linear-gradient(0deg, #036485 0%, transparent 80%);}

.pr-section.pr-section1 #pr1-3 .pr-feature {width: 100% !important;}
.pr-section.pr-section1 #pr1-3 .pr-card p {background: #7C9974; width: 98%;}
.pr-section.pr-section1 #pr1-3 .pr-overlay {background: linear-gradient(0deg, #7C9974 0%, transparent 80%);}

.pr-section.pr-section1 #pr1-4 .pr-feature {width: 100% !important;}
.pr-section.pr-section1 #pr1-4 .pr-card p {background: #4D69AB; width: 97%;}
.pr-section.pr-section1 #pr1-4 .pr-overlay {background: linear-gradient(0deg, #4D69AB 0%, transparent 80%);}

@media (min-width: 768px) and (max-width: 1400px) {
    .pr-section.pr-section1 .pr-container::before {
        min-width: 90px;
    }
}
@media (max-width: 767px) {
    .pr-section.pr-section1 .pr-container::before {
        right: auto;
        padding: 10px;
        margin: 0 0 25px;
    }
}
@media (max-width: 320px) {
    .pr-section.pr-section1 .pr-div{
        width: 100%;
        margin: 0;
    }
}

.ps-history {position: relative; z-index: 1; padding: 60px 0 0 0;}
.ps-history::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('../img/omanday.png');background-repeat: no-repeat;background-size: cover;opacity: 0.2;z-index: -2;}
.ps-history-content {
position: relative;
overflow: hidden;
}

/* Custom arrows */
.ps-history-slider .arr-prev,
.ps-history-slider .arr-next {
  background: rgba(0, 0, 0, 0.65);
  filter: brightness(3.5);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrows */
.ps-history .hist-arrow {
  background: rgba(0, 0, 0, 0.65);
  filter: brightness(3.5);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrow images */
.ps-history .hist-arrow img {
  width: 16px;
  transition: transform 0.3s ease;
}

/* Directions */
.ps-history .hist-next img {
  transform: rotate(0deg);
}

.ps-history .hist-prev img {
  transform: rotate(180deg);
}

/* Counter */
.ps-history .hist-counter {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

/* Dots */
.ps-history .hist-dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-history .hist-dots .slick-dots li button {
  width: 25px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: rgba(255,255,255,0.25);
  padding: 0;
  text-indent: -9999px;
  transition: 0.3s;
}

.ps-history .hist-dots .slick-dots li.slick-active button {
  background-color: #036485;
  width: 55px;
}

.hist-controls {
    padding: 1rem 0 1.5rem 0;
}

@media (max-width: 767px) {
    .hist-controls {
        flex-wrap: wrap;
        padding-inline: 3.5rem;
    }
}

.arrow-icon {
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
  transition: transform 0.3s ease;
  opacity: 0.6;
  filter: hue-rotate(160deg) brightness(1.5);
}
.ps-history-slider hr{
    color: #E6DFCF;
    opacity: .8;
}
.ps-history-slider h4{
    color: #555795;
    font-size: 28px;
    font-weight: 600;
    padding: 10px;
}
.ps-history-slider h5{
    color: #4D69AB;
    font-size: 28px;
    font-weight: 600;
}
.ps-history-slider p{
    color: black;
    font-size: 18px;
}
.ps-history-slider .card{
    margin: 12px 0 0 0;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E6DFCF;
}
.ps-history-slider button.btn, .ps-history-slider:active button.btn {
    border: 0;
}
/* Rotate when expanded */
button[aria-expanded="true"] .arrow-icon {
  transform: rotate(90deg);
}

@media (max-width: 320px) {
    .hist-controls {
        flex-wrap: wrap;
        padding-inline: 0;
        justify-content: center !important;
    }
    .hist-dots {
        margin-top: 10px;
    }
}
@media (max-width: 470px) {
    }
    .hist-controls {
        flex-wrap: wrap;
        padding-inline: 0;
        justify-content: center !important;
    }
    .hist-dots {
        margin-top: 10px;
    }
}

/*==========*/

.about-section{
  padding: 50px 0;
  background: url('../img/gallery2.jpg');
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.about-container{
  width:90%;
  margin:auto;
      position: relative;
}

.about-title{
  color: #E6DFCF;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.about-text{
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/* Card */
.about-card{
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  width: 400px;
  height: 300px;
  border-radius:20px;
  padding: 50px;
  text-align:center;
  color:#fff;
  border: 1px solid #FFFFFF6C;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  transition:transform .3s ease;
  margin: 10px 20px;
}
/* Card */
.about-card img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
@media (max-width: 768px){
    .about-cards {flex-wrap: wrap;}
}

.about-section::before {
    content: "";
    background: rgba(54, 56, 96, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pr-card p {
     background: #DDDDDD;
     border-radius: 20px;
     color:#555795;
     text-align: center;
     font-weight: 600;
     padding: 10px;
     margin: 10px 15px;
     position: absolute;
     height: 110px;
}

.pr-feature {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  align-self: end;
  height: 265px;
  width: 100%;
  border: 1px solid white;
}

.about-card1{
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  width: 400px;
  height: 200px;
  border-radius:20px;
  padding: 50px;
  text-align:center;
  color:#fff;
  border: 1px solid #FFFFFF6C;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  transition:transform .3s ease;
  margin: 10px 20px;
}
.about-card1 .about-text {margin-bottom: 20px;}

/* Grid */

.history-section .ps-facilities-grid{
  width: 100%;
  max-width:1400px;
  margin:auto;
  display:grid;
  border-radius: 0;
  overflow:hidden;
  gap: 15px;
}

/* Card */

.history-section .ps-facility-card{
  position:relative;
  height:400px;
  overflow:hidden;
  border-radius: 20px;
  border: 1px solid #E6DFCF7E;
}

.history-section .ps-content h4{
  margin:0 0 10px;
  font-weight:700;
}

.history-section .ps-overlay{
  position:absolute;
  inset:0;
  background:#555796D0;
  transition:.4s ease;
}


.tab-card {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  width: 100%;
  height: 100%;
  border-radius:20px;
  padding: 50px;
  color:#fff;
  border: 1px solid #FFFFFF6C;
  transition:transform .3s ease;
  position: relative;
  z-index: 0;
}
.tab-card.tab-nav{
  background: rgba(255, 255, 255, 50%) !important;
  backdrop-filter: blur(7px);
  padding: 20px 10px;
}
.tab-card .about-text {
  color: #E6DFCF;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: start;
}

.tab-card h6{
  color: #fff;
  text-align: start;
  line-height: 2;
  font-weight: lighter;
  font-size: 20px;
}
.tab-card.tab-nav{
  background: rgba(255, 255, 255, 50%) !important;
  backdrop-filter: blur(7px);
  padding: 25px 15px;
  font-size: 24px;
  text-align: start !important;
  position: relative;
  z-index: 1;
}
.tab-card .nav-link{
  color: white;
  font-weight: 500;
  margin: 12px 0;
}
.tab-card.tab-nav .active{
  background: #8ABBC3 !important;
  color: #03035A;
  font-weight: 700;
  border-radius: 20px;
  padding: 20px;
  text-align: start !important;
  position: relative;
  z-index: 10;
  width: 110%;
}

.tab-card.tab-nav.tab-sea .active{
  background: #E6DFCF !important;
}

.history-section.abtus::before {
    content: "";
    background: rgba(4, 13, 29, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-section{
  padding: 50px 0;
  background: url('../img/gallery2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  position: relative;
}

.history-section .tab-content{
    width: 100%;
    height: 100%;
}


@media (min-width: 2000px){.tab-card.tab-nav .active{width: 107%;}}

@media (max-width: 1440px){
    .tab-card.tab-nav .active{width: 112%;}
}

@media (max-width: 1200px){
	.tab-card.tab-nav .active{width: 115%;}
	.tab-card .nav-link{font-size: 18px;}
}

@media (max-width: 1024px){
	.tab-card.tab-nav .active{width: 100%;}
	.tab-card {height: auto;}

}
@media (max-width: 767px){
	.tab-card .nav-link{font-size: 22px;}
	.history-section .col-md-4 {padding-left: 12px !important;}
	.history-section .row {gap: 10px;}
}

.ps-history-slider h5{
    color: #4D69AB;
    font-size: 28px;
    font-weight: 600;
    text-align: start;
}

.tab-card .nav-link{text-align: start !important;}

.hist-controls {
    padding: 1rem 0 1.5rem 0;
    z-index: 1 !important;
    position: relative;
    justify-content: space-between !important;
}


.policy-section {padding: 100px 0 20px 0 !important}
.policy-cards .card-title {
    color: #555795;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
}
.policy-cards p {
    font-weight: 500;
    font-size: 20px;
}
.policy-cards button {
    margin: 0;
    padding: 1rem 2.0rem !important;
    text-align: start;
}
.policy-cards .card {
    border: 1px solid #55579560 !important;
}
.policy-cards button:not(.collapsed) {
    background: #A8519A26;
    padding: 1.25rem 2.0rem !important;
}
.policy-cards button:active {
    border: none;
}
.policy-cards button .plus-icon::before {
    content: '-';
    color: #555795;
    font-size: 60px;
    line-height: 1;
    padding-inline: 20px;
}
.policy-cards button:not(.collapsed) .plus-icon::before {
    content: '+';
    font-size: 42px;
}
.policy-section .policy-ver {
    color: #555795;
    text-align: center;
    padding: 10px 0;
}
.policy-section .policy-cards ul  {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
}
.policy-section .policy-cards li  {
    padding-bottom: 16px;
}
.policy-section .policy-cards li::marker  {
    color: #555795;
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 425px){
    .policy-cards .card-title {
        color: #555795;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.5;
    }
    .policy-cards button .plus-icon::before {
        content: '-';
        color: #555795;
        font-size: 60px;
        line-height: 1;
        padding-inline: 8px;
    }
}

.section-text {
    text-align: center;
    padding-bottom: 32px;
    line-height: 2;
    font-weight: 500;
}

.contact-section {padding: 100px 0 20px 0 !important}
.contact-section .section-title{
    color:#a64d99;
    font-weight:700;
    text-align: start;
    margin-bottom:30px;
}
.contact-section .form-label{
    color: #373B41;
    text-align: start;
}
.contact-section input{
    border: 1px solid #7070703B;
    background-color: #F8F8F85E;
    padding: 8px;
}
.contact-section textarea{
    border: 1px solid #7070703B;
    background-color: #F8F8F85E;
    padding: 8px;
    min-height: 200px;
}
.contact-section button{
    color: white;
    background: #20798C;
    padding: 10px 22px;
    font-weight: 500;
}
.contact-section .card {
    background: #A8519A26;
    border: none;
    border-radius: 20px;
    padding: 12px;
}
.contact-section .card .section-title{
    padding: 4px !important;
    margin: 4px !important;
}
.contact-section .num-icon, .contact-section .mail-icon{
    color: #555796;
    font-size: 20px;
    font-weight: 600;
}
.contact-section .contact-group h2.section-title{
    color: #036485;
    font-size: 24px;
    text-align: start;
    font-weight: 400;
}
.contact-section .contact-group span img{
    height: 36px;
    width: 36px;
    font-weight: 500;
    display: block;
    margin: 5px 10px;
    padding: 2px;
}


.ps-history-slider .col-md-4 {
    min-height: 450px;
}

.ps-history .sultan-img {
  position: absolute;
  bottom: 0;
  place-self: center;
  height: 445px;
  width: auto;
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 90%);
  mask-image: linear-gradient(to bottom, black 75%, transparent 90%);
  pointer-events: none;
}


.ps-history .ribbon-img {
    position: absolute;
    width: 100%;
    bottom: -155px;
    z-index: -1;
    right: 0;
}

@media (min-width: 2000px) {
    .ps-history .ribbon-img {
        position: absolute;
        width: 100%;
        bottom: -425px;
    }
}

@media (min-width: 1440px) {
    .ps-history .sultan-img {
      position: absolute;
      bottom: 0;
      place-self: center;
      height: 450px;
      width: auto;
      -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 90%);
      mask-image: linear-gradient(to bottom, black 75%, transparent 90%);
      pointer-events: none;
    }
    .ps-history .ribbon-img {
        position: absolute;
        width: 100%;
        bottom: -175px;
        z-index: -1;
    }
}

@media (max-width: 992px) {
	.ps-history .ribbon-img {
	    position: absolute;
	    width: 100%;
	    bottom: -130px;
	}
}

@media (max-width: 768px) {
    .ps-history .ribbon-img {
        position: absolute;
        width: 150%;
        bottom: -100px;
    }
}
@media (max-width: 470px) {
    .ps-history .ribbon-img {
        position: absolute;
        width: 300%;
        bottom: -145px;
    }
}

@media (max-width: 320px) {
    .ps-history .ribbon-img {
        position: absolute;
        width: 300%;
        bottom: -100px;
    }
}

/* add css in en */

.about-section.social{
  padding: 50px 0;
  background: url('../img/prior6.jpg');
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.ps-history .ribbon-img {
    position: absolute;
    width: 100%;
    bottom: -200px;
    z-index: -1;
    right: 0;
}

@media (min-width: 2000px) {
    .ps-history .ribbon-img {
        bottom: -420px !important;
    }
}
@media (min-width: 1601px) and (max-width: 1999px) {
	.ps-history .ribbon-img {
		bottom: -350px !important;
	}
}
@media (min-width: 1441px) and (max-width: 1600px) {
    .ps-history .ribbon-img {
        bottom: -250px !important;
    }
}
@media (max-width: 1200px) {
    .ps-history .ribbon-img {
        bottom: -130px !important;
    }
}
@media (max-width: 1024px) {
	.ps-history .ribbon-img {
	    bottom: -100px !important;
	}
}
@media (max-width: 768px) {
    .ps-history .ribbon-img {
        width: 150% !important;
        bottom: -100px !important;
    }
}
@media (max-width: 470px) {
    .ps-history .ribbon-img {
        width: 300% !important;
        bottom: -145px !important;
    }
}
@media (max-width: 345px) {
    .ps-history .ribbon-img {
        bottom: -100px !important;
    }
}

.hist-controls {
    padding: 1rem 0 1.5rem 0 !important;
    z-index: 1 !important;
    position: relative !important;
    justify-content: space-between !important;
}

@media (max-width: 345px) {
    .hist-controls {
        flex-wrap: wrap !important;
        padding-inline: 0 !important;
        justify-content: center !important;
    }
    .hist-dots {
        margin-top: 10px !important;
    }
}

.history-card{
  max-width: 500px !important;
}

.tab-card {
  border: 1px solid #E6DFCF !important;
}
.tab-card h6{
  font-size: 18px !important;
}
@media (max-width: 1024px){
	.tab-card.tab-nav .active{width: 115% !important;}
	.tab-card {height: 100% !important;}
}
@media (max-width: 992px){
	.tab-card.tab-nav .active{width: 100% !important;}
	.tab-card {height: 100% !important;}
}
.policy-section .policy-cards li {
    list-style: none;
    position: relative;
    padding-right: 45px;
    padding-bottom: 20px;
}
.policy-section .policy-cards ul  {
    padding-inline: 5px;
}
.policy-section .policy-cards li::before {
    content: "";
    position: absolute;
    right: 10px;              /* move to right */
    top: 20%;
    transform: translateY(-20%);

    width: 12px;
    height: 12px;
    background: #55579536;
    border: 1px solid #555795;
    border-radius: 50%;
}
.contact-section {padding: 100px 0 50px 0 !important;}
.contact-section .contact-group h2.section-title{
    font-size: 22px !important;
}
.contact-section .contact-group span img{
    height: 28px !important;
    width: 28px !important;
}
.cont-border {border-left: 1px solid #4D69AB31;}
@media (max-width: 767px) {
    .cont-border {
        border-left: none;
        margin-bottom: 36px;
        padding-bottom: 20px;
        border-bottom: 1px solid #4D69AB31;
    }
    .contact-section {
        iframe {height: 330px !important;}
    }
}
@media (max-width: 991px) {
    .contact-section iframe {height: 330px !important;}
}

.about-cards .doc-card{
  background: #F8F8F85E;
  width: 400px;
  height: 200px;
  border-radius: 8px;
  padding: 50px;
  text-align:center;
  color: #615BA2;
  border: 1px solid #7070703B;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  transition:transform .3s ease;
  margin: 7px;
  text-decoration: none !important;
}

.about-cards .doc-card h4{
  font-size: 20px !important;
  font-weight: 600;
}
.about-cards .doc-card img{
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}
@media (max-width: 768px){
    .about-cards {flex-wrap: wrap;}
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #7070703B !important;
    border-radius: 8px;
}
table.data-table {
    width: 100%;
    border-collapse: collapse;
}
table.data-table th,
table.data-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 2.5;
}
table.data-table tr:last-child th, table.data-table tr:last-child td {
    border-bottom: none;
}
table.data-table thead th {
    background: #03035A !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
}
table.data-table tbody th, table.data-table tbody td {
    background: rgba(248, 248, 248, 0.37) !important;
    font-weight: 600;
}
.table-icons, .table-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: #A8519A !important;
    text-decoration: none !important;
}

.about-section, .history-section {
  padding: 100px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding-bottom: 100px;
  position: relative;
}
.ps-history-slider .card{
    margin: 12px 4px 0 0;
    border-radius: 20px;
    box-shadow: 0px 2px 1px #00000029;
    border: 1px solid #E6DFCF;
}
@media (max-width: 992px) {
	.ps-history-slider .card{
	    margin: 12px 2px 0 0;
	    border-radius: 20px;
	    box-shadow: 0px 2px 1px #00000029;
	    border: 1px solid #E6DFCF;
	}
	.ps-history .sultan-img {
	  height: 425px;
	  width: auto;
	}
}
@media (max-width: 767px) {
	.ps-history-slider .card{
	    margin: 12px 0 0 0;
	    border-radius: 20px;
	    box-shadow: 0px 2px 1px #00000029;
	    border: 1px solid #E6DFCF;
	}
	.ps-history .sultan-img {
		height: 450px;
		width: auto;
	}
}
.about-cards .doc-card:hover{
  background: #eaeaea5e;
}
.table-icons:hover , .table-icons a:hover {
    color: #c774ba !important;
}
.contact-section button:hover{
    color: white;
    background: #5196a4;
    padding: 10px 22px;
    font-weight: 500;
}
.contact-section .contact-group span img:hover{
  transform:translateY(-1px);
}
.contact-section .num-icon a, .contact-section .mail-icon a{
    color: #555796;
	direction: ltr;
    font-size: 20px;
    font-weight: 600;
	text-decoration: none !important;
}

.ps-history-slider .btn:active {border: none !important;}

 /* collapsed */
.arrow-icon {
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
  transition: transform 0.3s ease;
  opacity: 0.6;
  filter: hue-rotate(160deg) brightness(1.5);
}
/* expanded */
.arrow-icon.rotated {
  transform: rotate(90deg); 
}


/* ================= SECTION ================= */
.publications-section1{
  padding:80px 0;
  background:#fff;
  position:relative;
  overflow:hidden;
}

/* ================= TABS ================= */
.publications-section1 .pub-tabs h4{
  font-weight:700;
  margin-bottom:30px;
  color: #A8519A;
  border: none;
  font-size: 3rem;
  padding-bottom: 20px;
}
.publications-section1 .pub-tabs ul{
  display:flex;
  gap:15px;
  align-items:center;
  flex-wrap:wrap;
  justify-content: space-evenly;
  border-bottom: 1px solid #55579672;
}

.publications-section1 .pub-tabs li{
  padding: 12px 26px;
  border-radius: 20px;
  cursor:pointer;
  color:#03035A;
  white-space:nowrap;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.pub-tabs li.active{
  background:#e3f4f3;
  font-weight:700;
}

/* ================= SLIDER ================= */
.book-wrapper{
  position:relative;
  height:70vh;
}

.tab-panel{
  position:relative;
  height:100%;
  display:none;
}
.tab-panel.active{
  display:block;
}

.publications-section1 .book-group{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:320px;
  height:420px;
}

.publications-section1 .book-cover{
  position:absolute;
  inset:0;
  border-radius:0px;
  background-size:cover;
  background-position:center;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  transition-duration: 0.5s;
}

/* ACTIVE STACK */
.publications-section1 .book-group.active .book-cover:nth-child(1){
  transform:translateX(0);
  z-index:3;
}
.publications-section1 .book-group.active .book-cover:nth-child(2){
  transform:translateX(50px) scale(0.9);
  opacity:.9;
  z-index:2;
}
.publications-section1 .book-group.active .book-cover:nth-child(3){
  transform:translateX(-50px) scale(0.9);
  opacity:.85;
  z-index:1;
}

/* INACTIVE SINGLE */
.publications-section1 .book-group:not(.active) .book-cover:not(:first-child){
  display:none;
}

/* ================= ARROWS ================= */
.publications-section1 .nav-arrow{
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
  z-index:20;
  padding: 0;
  border: none;
}
.nav-arrow.right{bottom: 10px !important;margin-left: 4% !important;}
.nav-arrow.left{bottom: 10px !important;margin-left: -4% !important;}

/* ================= DETAILS ================= */
.publications-section1 .book-details{
  text-align:center;
  margin-top:30px;
}
.book-details h4 {
    font-weight: 600;
    color: #03035A;
    font-size:22px;
}
.book-details p {
    font-weight: 400;
    color: #03035A;
    font-size:22px;
}
.publications-section1 .counter {
    margin-top: 40px;
    font-weight: 400;
    color: #03035A;
}
.publications-section1 .counter span#current {
    font-size: 24px;
}
.nav-arrow img {
    width: 100%;
}
.book-details .d-flex {
    gap: 10px;
}
.book-details a {
    padding: 10px 30px;
    border: 1px solid #615BA2;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    gap: 5px;
    color: #615BA2;
    transition-duration: 0.3s;
}
.book-details a:hover {
    background: #27BDBE24;
    border: 1px solid #27BDBE;
}

.publications-section1::before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, #ffffff, transparent);
    top: 0;
    z-index: 10;
}
.publications-section1::after {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #ffffff, transparent);
    bottom: 0;
    z-index: 10;
}


@media (min-width: 767px) and (max-width: 992px) {
  .portpurple h2{
        color: #E6DFCF;
        font-size: 48px;
        font-weight: bold;
        margin: 10px 0;
      }
}
@media (max-width: 767px) {
  .participant-slider {
    margin-bottom: 50px; 
    padding-bottom: 20px;
  }
  .portpurple {
          background: #555795;
          padding: 50px 50px;
          border-radius: 20px;
          color: #fff;
          text-align: center;
          border-radius: 0px;
      }
}
@media (max-width: 400px) {
  .participant-slider ul.slick-dots {
    position: absolute;
    bottom: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
  }
}

.videoslider-main button.slick-arrow{
  bottom: 60px;
  z-index: 999;
}
.videoslider-main button.slick-arrow.slick-prev{
  right: 5%;
  transform: translateX(-5%);
}
.videoslider-main button.slick-arrow.slick-next{
right: 10%;
  transform: translateX(-10%);
}
.vslides .container{
padding-bottom: 20px;
}

.vslides h5 {
    padding-top: 22px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 32px;
}

.vslides h2 {
    padding-top: 360px;
    color: #E6DFCF;
    font-weight: bold;
}

   .hero  #oman-svg {
      width: 65%;
      filter: drop-shadow(0 12px 45px rgba(0,0,0,.6));
      overflow: visible;
      margin-right: 250px;
    }

section.videoslider {
    position: relative;
    overflow: hidden;
    background: #04084C;
}
.videoslider-main button.slick-arrow{
  bottom: 60px;
  z-index: 999;
}
@media (max-width: 1024px) {
    .videoslider-main button.slick-arrow.slick-prev{
      right: 5%;
      transform: translateX(-5%);
    }
    .videoslider-main button.slick-arrow.slick-next{
    right: 15%;
      transform: translateX(-15%);
    }
    .videoslider-main button.slick-arrow{
      bottom: 40px;
      z-index: 999;
    }
}
@media (max-width: 767px) {
    .vmaps{margin-top: 0;}
    .vslides h5 {
        padding-top: 22px;
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
    .videoslider-main button.slick-arrow.slick-prev{
      right: 5%;
      transform: translateX(-5%);
    }
    .videoslider-main button.slick-arrow.slick-next{
    right: 20%;
      transform: translateX(-20%);
    }
    .videoslider-main button.slick-arrow{
      bottom: 20px;
      z-index: 999;
    }
	.vslides h2 {
	    padding-top: 340px;
	    color: #E6DFCF;
	    font-weight: bold;
	}
}

section.releases .custom-tabs .nav-link.active{
    background: #e3f4f3;
    color: #03035A;
    border:none;
    font-weight: 700;
}
