@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.btn {
  padding: 0 1.1rem;
  text-transform: uppercase;
  line-height: 2.625rem;
  font-size: 0.938rem;
  background: #0091a9;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 0.2rem;
}
.btn.btn-outline-light {
  color: #f8f9fa;
  border-color: #d4d4d4;
  background: transparent !important;
}
.btn.btn-outline-light:hover {
  border-color: #0e1527 !important;
  color: #0e1527 !important;
}
.btn.btn-outline-primary {
  color: #e74bde;
  border-color: #fff;
  background: transparent !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.gradientBtn {
  background: url(../images/bg3.webp) repeat-x;
  background-size: cover;
  padding: 0.5rem 1rem;
  color: #fff;
  max-width: 18.313rem;
  width: 100%;
  float: right;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.3rem;
  border: #0e1527 0.125rem solid;
}
.gradientBtn h5 {
  font-weight: 700;
  font-size: 1.2rem;
}
.gradientBtn:hover {
  color: #0e1527;
}

body,
html {
  position: relative;
}

.relative {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

h1 {
  font-size: 3.188rem;
  line-height: 1;
  font-family: "Montserrat";
  text-transform: uppercase;
  opacity: 0.45;
}

h2 {
  font-size: 3.375rem;
  line-height: 1;
  font-weight: 100;
}

h3 {
  font-size: 2rem;
  text-transform: capitalize;
  line-height: 1.3;
}

h4 {
  font-size: 1.75rem;
  font-family: "Montserrat";
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb35 {
  margin-bottom: 2.188rem;
}

.mt35 {
  margin-top: 2.188rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

body {
  font-weight: normal;
  line-height: 1.8 !important;
  font-size: 1rem;
  background: #0e1527;
  font-family: "Roboto";
  font-weight: 400;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  color: #fff;
  z-index: 1;
}
body:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: url(../images/bg4.webp) no-repeat bottom -20rem left;
  background-size: auto;
  z-index: -1;
  background-size: 100%;
}

header {
  padding: 0.5rem 2.8rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .stellarnav {
  width: 100%;
  position: relative;
}
header .stellarnav li {
  position: static;
}
header .stellarnav li a {
  padding: 0 1.406rem;
  color: #fff;
  text-transform: uppercase;
}
header .stellarnav li a:hover {
  color: #0091a9;
}
header .stellarnav ul ul {
  position: absolute;
  left: 0;
  background: #0e1527;
  width: 100%;
  padding: 1rem 1.5rem;
}
header .stellarnav ul ul li {
  width: 11%;
  float: left;
}
header .stellarnav ul ul li a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  min-height: 2.5rem;
  padding-left: 2rem;
  position: relative;
  text-transform: initial;
}
header .stellarnav ul ul li a:hover {
  color: #e74bde;
}
header .stellarnav ul ul li a:after {
  position: absolute;
  left: 0.8rem;
  top: 0.2rem;
  content: "\f061";
  font-family: "FontAwesome";
  color: #e74bde;
}
header h5 {
  background: #000;
  text-align: center;
  font-family: "Montserrat";
  width: 33.333%;
  padding: 0.1rem;
  letter-spacing: 0.4rem;
  margin: 0;
  line-height: 1;
}
header .socials {
  float: left;
}
.socials li {
  float: left;
  margin-left: 0.625rem;
  width: 20px;
}
header .btn {
  font-size: 0.75rem;
  margin-left: 1.5rem;
}
header .stellarnav {
  margin: 1rem auto;
}
header li a {
  font-weight: bold;
  font-size: 1rem;
}
header .logo {
  width: 11.375rem;
  flex: 0 0 11.375rem;
  display: inline-block;
  margin-top: 1rem;
}
header h4 {
  text-align: center;
  letter-spacing: 0.4rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 1.5rem;
}
header .call {
  font-size: 1.675rem;
  font-weight: bold;
}
header .call a {
  color: #fff;
}

.banner {
  padding-top: 10rem;
  min-height: 78rem;
  padding-bottom: 5rem;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: auto;
  top: 0;
  left: auto;
  width: 0.5rem;
  right: -0.313rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  margin: 0.5rem 0 !important;
  background: #fff;
  transform: rotate(45deg);
}
.banner .swiper-pagination-bullet-active {
  background: #0091a9;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: absolute;
  top: 0;
  width: auto;
  height: var(--swiper-navigation-size);
  z-index: 10;
  left: auto;
  right: -0.313rem;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  font-size: 0.5rem;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-button-prev {
  transform: rotate(88deg);
  top: -1.25rem;
}
.banner .swiper-button-next {
  color: #fff;
  top: 13%;
  transform: rotate(-272deg);
}
.banner .swiper-wrapper {
  padding-bottom: 7rem;
}

.slider {
  max-width: 59.375rem;
  margin: 0 auto;
}
.slider .swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.slider .swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.slider .capTion {
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.slider .capTion img {
  bottom: -4rem;
  position: relative;
  width: 34rem;
  flex: 0 0 34rem;
}
.slider .capTion h4 {
  font-size: 1.875rem;
}
.slider .capTion .btn {
  font-size: 1.5rem;
}

.text-primary {
  color: #e74bde !important;
}

.artist .swiper-slide {
  position: relative;
}
.artist img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.belowSlider {
  margin-top: -20rem;
}
.belowSlider .swiper-slide {
  position: relative;
}
.belowSlider .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: rgba(220, 76, 49, 0.75);
  content: "";
}
.belowSlider .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}

.mr-2 {
  padding-right: 1rem;
}

.playbtn {
  float: right;
  padding-right: 4rem;
}
.playbtn img {
  width: 4.5rem;
  margin-right: 0.5rem;
}

.celebrity {
  font-size: 0.85rem;
}
.celebrity .arrows {
  width: 3rem;
}

.destiny h2 {
  font-size: 3.188rem;
  line-height: 1;
  font-family: "Montserrat";
  text-transform: uppercase;
  opacity: 0.45;
}
.destiny .blueBox {
  background: rgba(42, 125, 243, 0.65);
  padding: 5rem 7rem 2.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.destiny .blueBox .swiper-horizontal > .swiper-pagination-bullets,
.destiny .blueBox .swiper-pagination-bullets.swiper-pagination-horizontal,
.destiny .blueBox .swiper-pagination-custom,
.destiny .blueBox .swiper-pagination-fraction {
  bottom: -6rem;
  left: auto;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  z-index: 8;
}
.destiny .blueBox .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  margin: 0 0.5rem !important;
  background: #fff;
  transform: rotate(45deg);
}
.destiny .blueBox .swiper-pagination-bullet-active {
  background: #0091a9;
}
.destiny .blueBox .swiper-button-next::after,
.destiny .blueBox .swiper-button-prev::after {
  font-size: 0.5rem;
}
.destiny .blueBox .swiper-button-next,
.destiny .blueBox .swiper-button-prev {
  color: #fff;
  z-index: 9;
}
.destiny .blueBox .swiper-button-prev {
  top: auto;
  bottom: -7.1rem;
  left: 37%;
}
.destiny .blueBox .swiper-button-next {
  color: #fff;
  top: auto;
  bottom: -7.1rem;
  right: 37%;
}
.destiny .blueBox .carousel-control-next,
.destiny .blueBox .carousel-control-prev {
  top: auto;
  bottom: 0;
  width: 5%;
  border: #fff 0.125rem solid;
  padding: 0.8rem;
  opacity: 1;
}
.destiny .blueBox .carousel-control-next:hover,
.destiny .blueBox .carousel-control-prev:hover {
  background: #0091a9;
  border-color: #0091a9;
}
.destiny .blueBox .carousel-control-next-icon,
.destiny .blueBox .carousel-control-prev-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.destiny .blueBox .carousel {
  padding-bottom: 5rem;
}
.destiny .blueBox .carousel-control-prev {
  left: auto;
  right: 4rem;
}
.destiny .swiper-wrapper {
  padding: 1.8rem 0;
}
.destiny .slider1 {
  background: #0e1527;
  padding: 0 1.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.destiny .slider1 img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.destiny .slider1 .overlay1:before {
  background: rgba(33, 132, 122, 0.73);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s ease-in-out;
}
.destiny .slider1 .overlay2:before {
  background: rgba(26, 6, 59, 0.73);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s ease-in-out;
}
.destiny .slider1 .overlay3:before {
  background: rgba(64, 41, 105, 0.62);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s ease-in-out;
}
.destiny .slider1 .overlay4:before {
  background: rgba(162, 54, 43, 0.76);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s ease-in-out;
}
.destiny .slider1 .swiper-slide h5 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
}
.destiny .slider1 .swiper-slide span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.625rem;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 0 1rem;
}
.destiny .slider1 .swiper-slide span .btn {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-width: 0.125rem;
}
.destiny .slider1 .swiper-slide span .btn:hover {
  background: #fff !important;
}
.destiny .slider1 .swiper-slide img {
  transition: 0.3s ease-in-out;
}
.destiny .slider1 .swiper-slide:hover {
  z-index: 2;
}
.destiny .slider1 .swiper-slide:hover::before {
  opacity: 0;
}
.destiny .slider1 .swiper-slide:hover img {
  transform: scale(1.05);
}

.mt-10 {
  margin-top: 8rem;
}

.mb-45 {
  margin-bottom: 1.9rem;
}

.albums {
  display: block;
  color: #fff;
  position: relative;
}
.albums .folderSign {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
}
.albums:hover {
  color: #e74bde;
}

.footerBox {
  background: #0f152c;
  padding: 3rem 0 0;
  min-height: 31.25rem;
  border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
  -ms-border-radius: 1rem 1rem 0 0;
  -o-border-radius: 1rem 1rem 0 0;
  font-size: 0.875rem;
}
.footerBox h5 {
  font-size: 1.125rem;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.footerBox h5::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: #0091a9;
  content: "";
}
.footerBox .flinks p {
  position: relative;
  margin-bottom: 1rem;
}
.footerBox .flinks p a {
  color: #fff;
  position: relative;
  padding-left: 2rem;
}
.footerBox .flinks p a i {
  position: absolute;
  left: 0;
  top: 0.35rem;
  color: #0091a9;
  font-size: 1.125rem;
}
.footerBox .flinks p a strong {
  font-size: 1.25rem;
  position: relative;
  top: -0.4rem;
}
.footerBox .flinks p a:hover {
  color: #e74bde;
}
.footerBox .flinks li {
  position: relative;
}
.footerBox .flinks li a {
  color: #fff;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
}
.footerBox .flinks li a:hover {
  color: #e74bde;
}
.footerBox .btmlinks {
  color: #0091a9;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.footerBox .btmlinks a {
  color: #0091a9;
  font-weight: 700;
}
.footerBox .btmlinks a:hover {
  color: #e74bde;
}
.footerBox .footerBtm {
  background: #070c1e;
  padding: 1.5rem;
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 100;
  position: relative;
  color: #5f737a;
}
.footerBox .footerBtm .socials {
  position: absolute;
  width: 15%;
  right: 2.5rem;
  top: 1.2rem;
}
.footerBox .footerBtm .socials li {
  float: left;
  margin-left: 0.5rem;
}

.music {
  background: #1a1a1a;
  padding: 4rem 0 2rem;
  position: relative;
  margin-top: -2rem;
}
.music .main {
  position: relative;
}
.music .main #logo {
  position: absolute;
  top: 30px;
  left: 60px;
  font-size: 25px;
  color: #fff;
}
.music p {
  color: #fff;
}
.music .main #logo i {
  margin-right: 15px;
}
.music .left,
.music .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.music .left img {
  height: 60%;
  display: none;
}
.music .right .show_song_no {
  position: absolute;
  top: 43px;
  right: 60px;
  width: 30px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 5px;
  display: none;
}
.music .right #title {
  position: absolute;
  top: 100px;
  left: 0;
  transform: translateX(-50%);
  text-transform: capitalize;
  color: #fff;
  font-size: 30px;
  padding-bottom: 20px;
  display: none;
}
.music .right #artist {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  display: none;
}
.music .right .middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.music .right .middle button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  background: transparent;
  margin: 0 0.2rem;
}
.music .right i::before {
  color: #fff;
  font-size: 20px;
}
.music .right .duration {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
}
.music .right .duration p {
  color: #fff;
  font-size: 15px;
  margin-left: 20px;
  margin-bottom: 0;
}
.music .right input[type=range] {
  width: 70%;
}
.music .right .volume input[type=range] {
  width: 50%;
}
.music input[type=range] {
  -webkit-appearance: none;
  outline: none;
  height: 2px;
  margin: 0 15px;
}
.music .right .volume {
  left: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.music .right .volume #volume_show {
  padding: 8px 12px;
  margin: 0 5px 0 0;
  border-radius: 5px;
}
.music .right .volume p {
  font-size: 15px;
}
.music .right .volume i {
  cursor: pointer;
}
.music .right i::before {
  color: #fff;
  font-size: 0.875rem;
}
.music .right i.fa-play::before,
.music .right i.fa-pause::before {
  color: #fff;
  font-size: 1.5rem;
}
.music .more {
  justify-content: center;
  display: flex;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
}
.music .btn-1 {
  border: 3px solid #0275ff;
}
.music .custom-btn {
  width: 190px;
  color: #fff;
  background-color: #0275ff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  outline: none;
  display: block;
  font-size: 18px;
  line-height: 28px;
}

/* video controls */
.video-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}

video {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 52rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 31%;
  left: 63%;
  /* width: 100%; */
  /* height: 100%; */
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  z-index: 2;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-weight: 700;
}

.video__play-button-icon {
  width: 70px;
  transition: all 200ms ease-in-out;
  fill: rgba(0, 0, 0, 0.2);
}

.video__play-button-icon--play polygon {
  transform-origin: 50% 50%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play:hover polygon {
  transform: scale(1.5);
}

.video__play-button[data-button-state=pause] .video__play-button-icon--pause {
  display: none;
}

.video__play-button[data-button-state=play] .video__play-button-icon--play {
  display: none;
}

.video__play-button[data-button-state=play] .video__play-button-icon {
  opacity: 0;
}

.video__play-button[data-button-state=play]:hover .video__play-button-icon {
  opacity: 1;
}

/* .video__play-button[data-button-state=play] {
  background-color: rgba(0, 0, 0, 0);
}

.video__play-button[data-button-state=play]:hover {
  background-color: rgba(0, 0, 0, 0.4);
} */
.video__fullscreen-button {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  z-index: 3;
  transition: all 200ms ease-in-out;
}

.video__fullscreen-icon {
  padding: 10px;
  display: block;
  vertical-align: top;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
}

.video__wrapper[data-state=pause] .video__fullscreen-icon,
.video__wrapper[data-state=play]:hover .video__fullscreen-icon {
  opacity: 1;
  visibility: visible;
}

.video__fullscreen-icon polygon {
  fill: currentColor;
}

.videoOverlays {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.navBtn {
  position: absolute;
  right: -15.5rem;
  width: 3rem;
  display: inline-block;
  top: 1131%;
}

.form-control {
  background: transparent !important;
  box-shadow: none !important;
  height: 2.813rem;
  padding: 0 0.938rem;
  color: #fff !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

textarea.form-control {
  height: 100px;
  padding: 0.938rem;
}

.contact {
  position: relative;
  margin-bottom: 5rem;
  z-index: 1;
}
.contact::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.31) 0%, rgb(0, 0, 0) 100%);
}
.contact h3 {
  font-size: 3.375rem;
  line-height: 1;
  font-weight: 100;
}
.contact .links a {
  color: #fff;
  position: relative;
  padding-left: 2rem;
}
.contact .links a i {
  position: absolute;
  left: 0;
  top: 0.35rem;
  color: #0091a9;
  font-size: 1.125rem;
}
.contact .links a strong {
  font-size: 1.25rem;
  position: relative;
  top: -0.4rem;
}
.contact .socials li {
  margin-right: 10px;
}

.gallerry h3 {
  font-size: 3.375rem;
  line-height: 1;
  font-weight: 100;
}
.gallerry .grid-sizer, .gallerry .grid-item {
  width: 25%;
  padding: 5px;
}
.gallerry .last-img.grid-item {
  width: 50%;
}
.gallerry .grid-item {
  float: left;
}
.gallerry .grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.gallerry h4 {
  font-family: unset;
  font-weight: 100;
}

.fullWrap {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.belowSlider .swiper-slide.greenoverlay::before {
  background: rgba(49, 215, 220, 0.55);
}

.belowSlider .swiper-slide.violetoverlay::before {
  background: rgba(26, 6, 69, 0.55);
}

.aboutRoyalPic {
  float: left;
  margin: 0 15px 15px 0;
}

.pl-1 {
  padding-left: 0.5rem;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
  background-color: transparent;
  border: none;
  text-transform: initial;
  font-weight: normal;
}

.accordion-button:not(.collapsed) {
  color: #e74bde;
  background-color: transparent;
  box-shadow: none;
}

.celebrity p a {
  color: #e74bde;
}

.accordion-button {
  font-size: 1.1rem;
  line-height: 1.5;
}

.accordion-body {
  font-size: 0.875rem;
}

.accordion-button {
  background-color: transparent;
  color: #fff;
  border-bottom: #999 1px solid;
  box-shadow: none !important;
  font-weight: bold;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.locationsInner a {
  color: #e74bde;
}

.belowSlider .swiper-slide.blueBg::before {
  background: rgba(0, 145, 169, 0.75);
}

.belowSlider .swiper-slide.purpleBg::before {
  background: rgba(231, 75, 222, 0.75);
}

.locationsInner p,
.theShow p {
  text-transform: math-auto;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: justify;
}

.locationsInner h5,
.theShow h5 {
  font-size: 2.375rem;
  line-height: 1.4;
  font-weight: 100;
  text-transform: capitalize;
}

.box3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: #0091a9 1px solid;
  min-height: 7rem;
}
.box3 p {
  margin-bottom: 0;
}

.locations ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem 0;
}
.locations ul li {
  width: 25%;
  flex: 0 0 25%;
  margin-bottom: 1.25ren;
  padding: 0 0.625rem;
  margin-bottom: 1rem;
}
.locations ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: #0091a9 1px solid;
  min-height: 7rem;
  color: #fff;
  text-align: center;
  padding: 1rem;
  height: 100%;
}
.locations ul li a:hover {
  background: #e74bde;
  color: #fff;
}/*# sourceMappingURL=main.css.map */