﻿
.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-right: 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;
    left: 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;
    }
}



.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;
}

.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 .sultan-img {
  position: absolute;
  bottom: 0;
  place-self: center;
  height: 485px;
  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 .ribbon-img {
        /* position: absolute; */
        width: 100%;
        bottom: -220px;
        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;
    }
}