@font-face {
  font-family: KumbhSans;
  src: url(../fonts/KumbhSans-VariableFont_YOPQ_wght.ttf);
}
@font-face {
  font-family: RobotoCondensed;
  src: url(../fonts/RobotoCondensed-VariableFont_wght.ttf);
}
@font-face {
  font-family: Blacksword;
  src: url(../fonts/Blacksword.otf);
}

:root {
  --themOrange: #ff570c;
  --secondary: #c39696;
}

a {
  text-decoration: none !important;
}
@media (min-width: 1000px) {
  .drpbtn .dropdown {
    background-color: #ffffff;
    position: absolute;
    display: none;
    width: 230px;
    z-index: 2000000;
    padding: 1.2rem 1rem;
    border: 1px solid var(--themOrange);
  }
  .drpbtn:hover .dropdown {
    animation: fadein 0.3s;
    display: block;
  }
}

@media (max-width: 999px) {
  .drpbtn .dropdown {
    background-color: #ffffff;
    position: absolute;
    display: none;
    width: 99%;
    z-index: 2000000;
    padding: 1rem;
    border: 1px solid var(--themOrange);
  }
  .drpbtn .show {
    display: block !important;
    position: static !important;
    animation: fadein 0.8s;
  }
}

@keyframes fadein {
  0% {
    opacity: 0.2;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.drpbtn:hover .dropdown .drpdown-item::after {
  border-top: 0;
}

@media (min-width: 800px) {
  .fb-links {
    display: none;
  }
}
@media (max-width: 800px) {
  .topbar {
    display: none;
  }
}
.topbar {
  background: linear-gradient(
    to right,
    var(--themOrange) 78.5%,
    #000000 50px,
    #000000
  );
  font-family: KumbhSans;
}

.topbar a {
  text-decoration: none;
  color: #ffffff;
}

.topbar .container-xxl {
  display: flex;
  padding: 0 1.4rem;
  justify-content: space-between;
}

.topbar .container-xxl div {
  display: flex;
  gap: 1rem;
}

.topbar .container-xxl div span {
  display: flex;
  gap: 0.3rem;
}

.topbar .container-xxl div span img {
  display: block;
  margin: auto;
}

.topbar .left {
  padding: 0.5rem 0;
}
.topbar .right {
  background-color: rgb(0, 0, 0);
  padding-left: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.fb-links {
  margin-top: 30% !important;
  background-color: #000000;
  padding: 0.5rem 2rem;
}
.fb-links a {
  color: #ffffff !important;
  font-size: 15px !important;
  border: 0 !important;
  padding: 0.3rem !important;
}
.fb-links span {
  display: flex;
}
.fb-links img {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto 0;
}

@media (max-width: 550px) {
  .logo-nav {
    width: 60%;
  }
  .logo-nav img {
    width: 100%;
  }
}

@media (min-width: 1101px) {
  .sidenav a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    transition: all ease-in-out 0.5s;
    border-top: 2px dotted #ccc;
    margin-top: 2px;
    margin-bottom: -2px;
    margin-left: -3px;
    opacity: 0;
  }

  .sidenav a:hover::after {
    opacity: 1;
    width: 110%;
  }

  .menubtn {
    display: none;
  }

  .closebtn {
    display: none;
  }

  .navigationbar .container-xxl {
    padding: 0.7rem 1.4rem;
    /* margin-bottom: .5rem; */
  }

  #mySidenav {
    width: fit-content !important;
    gap: 1.8rem;
    display: flex;
  }

  #mySidenav a {
    color: #000000;
    text-decoration: none;
    font-family: KumbhSans;
    font-weight: 550;
    font-size: 17px;
  }

  #mySidenav a:hover {
    color: var(--themOrange);
  }

  .sidenav {
    margin-right: 0 !important;
  }
  .nav-menu-logo {
    display: none;
  }
}

@media (max-width: 1100px) {
  .nav-menu-logo {
    margin: 1rem 0rem;
  }
  .nav-menu-logo a {
    border: 0 !important;
  }
  .nav-menu-logo img {
    width: 180px;
  }

  .navigationbar .container-xxl {
    padding: 1rem;
  }

  #mySidenav {
    transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .sidenav {
    height: 100vh;
    width: 300px;
    margin-left: -330px;
    position: fixed;
    z-index: 100000000;
    top: 0;
    left: 0;
    background-color: #f1efef;
    overflow-x: hidden;
    transition: 1s;
    /* transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); */
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    border-bottom: 1px solid #cccccc44;
    font-size: 20px;
    color: #000000;
    display: block;
    transition: 0.3s;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 45px;
    margin-left: 50px;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .sidenav .closebtn:hover {
    color: red;
  }

  .menubtn {
    color: var(--themOrange);
  }
}

@media (max-height: 450px) {
  /* .sidenav {
    padding-top: 15px;
  } */
  .sidenav a {
    font-size: 18px;
  }
}

@media (min-width: 1000px) {
  .box-sm {
    width: 60rem;
    display: block;
    margin: auto;
  }
  .lg-p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 600px) {
  .lg-p {
    font-size: 20px;
  }
}

@media (max-width: 599px) {
  .lg-p {
    text-align: center;
    font-size: 17px;
  }
  /* .box-sm br {
    display: none;
  } */
}

.lg-p {
  color: #525252;
}

.lg-p span {
  color: #000000;
  font-weight: 600;
}

@media (max-width: 420px) {
  .lg-p span {
    display: block;
  }
}
.travel-special {
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

.travel-special a {
  text-decoration: 0;
  width: 400px;
  display: flex;
  height: 270px;
}
.travel-special .card {
  width: 400px;
  height: 270px;
  transition: all ease 0.3s;
  padding: 0;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  border: 0;
}

.travel-special .card h4 {
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
  background-color: #000000;
  color: #ffffff;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 2rem;
  width: fit-content;
  font-weight: 700;
}

.travel-special .card:hover h4 {
  background-color: var(--themOrange);
  box-shadow: 7px 7px 5px #0000007b;
}

.travel-special .card:hover {
  box-shadow: 7px 7px 5px #0000003f;
}

.content {
  margin-top: 2.3rem;
}

.content .container-xxl {
  overflow: hidden;
  font-family: KumbhSans;
}

@media (min-width: 700px) {
  .content .container-xxl {
    padding: 0 1.4rem;
  }
}
@media (max-width: 699px) {
  .content .container-xxl {
    padding: 0 0.8rem;
  }
}

@media (min-width: 990px) {
  .gallery-cards h2 {
    font-size: 3vw;
  }

  .heading {
    font-size: 50px;
  }
}
@media (max-width: 989px) and (min-width: 500px) {
  .gallery-cards h2 {
    font-size: 30px;
  }

  .heading {
    font-size: 30px;
  }
}
@media (max-width: 499px) {
  .gallery-cards h2 {
    font-size: 25px;
  }
  .heading {
    font-size: 25px;
  }
  .heading br {
    display: none;
  }
}

.heading {
  font-family: KumbhSans;
  font-weight: 800;
  color: #000000;
}

.container-xxl .services-cards {
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem 0;
}

.container-xxl .services-cards .card {
  width: 280px;
  height: 400px;
  border-radius: 22px;
  border: 0;
  padding: 1rem;
  background-color: gray;
  background-position: center;
  background-size: cover;
}

.container-xxl .services-cards .card .popup {
  transition: ease-in-out 0.2s;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--themOrange);
  margin-top: auto;
  margin-bottom: 0.3rem;
  border-radius: 15px;
}

.container-xxl .services-cards .card .popup h5 {
  padding: 1.5rem 1rem;
  display: block;
  margin: 0 5.6%;
  /* transition: ease-in-out 0.1s; */
  font-weight: 600;
  font-size: 18px;
}

.container-xxl .services-cards .card .popup a {
  transition: ease-in-out 0.3s;
  text-align: start !important;
  text-transform: none !important;
  margin: 0 4%;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  display: block;
  height: 0;
  margin-bottom: -2rem;
  padding: 1rem;
}

/* .container-xxl .services-cards .card:hover{background-size: 120%;} */
.container-xxl .services-cards .card:hover a {
  height: 1;
  margin-bottom: 2rem;
}

.container-xxl .services-cards .card:hover .popup {
  background-color: #ffffff;
  color: var(--themOrange);
  text-align: start;
  text-transform: capitalize;
}

.container-xxl .services-cards .card:hover .popup h5 {
  margin: 0 4%;
}

.container-xxl .services-cards .card .popup h5::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--themOrange);
  transition: width 0.3s;
}

.container-xxl .services-cards .card:hover .popup h5::before {
  width: 28%;
  margin-bottom: 10px;
}

.featured-cards {
  justify-content: center;
  gap: 1.5rem;
}

.featured-cards .card {
  width: 280px;
  padding: 0;
  border: 1px solid #cbc7c4;
  border-radius: 1px;
}

.featured-cards .card div {
  padding: 0.2rem 1rem;
}

.featured-cards .card h6 {
  background-color: #ff570c;
  padding: 1rem;
  margin-top: auto;
  text-transform: uppercase;
  color: #ffffff;
}

.featured-cards .card p {
  font-family: KumbhSans;
  color: #000000;
  font-weight: 500;
}

.featured-cards .card span {
  display: flex;
  justify-content: space-between;
}

.featured-cards .card span a {
  text-decoration: none;
  color: var(--themOrange);
  font-weight: 500;
}

.featured-cards .card span a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  transition: width ease-in-out 0.5s;
  border-top: 2px solid var(--themOrange);
  margin-top: 2px;
}

.featured-cards .card span a:hover::after {
  width: 100%;
}

@media (min-width: 770px) {
  .gallery-cards {
    margin: 3rem 1.5rem;
  }
}
@media (max-width: 769px) {
  .gallery-cards {
    margin: 2rem -0.5rem;
  }
}

.gallery-cards {
  overflow: hidden;
  background-color: #000000;
  background-attachment: fixed;
  background-image: url(../images/bg-black-grill.png);
  border-radius: 25px;
}

.gallery-cards h2 {
  color: #ffffff;
  padding: 2rem 0;
  font-weight: 650;
}

.gallery-cards .row {
  justify-content: center;
  gap: 2.4rem;
  margin: 0;
}

.gallery-cards .card {
  width: 275px;
  height: 280px;
  border-radius: 22px;
  border: 0;
  padding: 1rem;
}

.gallery-cards .card h6 {
  display: block;
  margin: auto auto 1rem auto;
  text-align: center;
  background-color: var(--themOrange);
  padding: 7px;
  width: 11rem;
  border-radius: 22px;
  color: #ffffff;
}

.gallery-cards .card h6 a {
  text-align: center;
  height: max-content;
  color: #ffffff;
  width: -webkit-fill-available !important;
  width: auto;
}

.gallery-cards a {
  height: 2.5rem;
  text-align: center;
  border-radius: 33px;
  margin: 4rem auto 4rem auto;
  display: block;
  width: fit-content;
}

.gallery-cards button {
  transition: all ease 0.2s;
  text-align: center;
  border-radius: 33px;
  background-color: var(--themOrange);
  border: 0;
  color: #ffffff;
  padding: 8px 2rem;
  margin-bottom: 5rem;
}

.gallery-cards button:hover {
  background-color: #ffffff;
  border: 0;
  color: var(--themOrange);
  font-weight: 600;
  outline: 3px solid var(--themOrange);
}

/*=====================================
 Testimonial part style X media query 
=======================================  */
@media (min-width: 990px) {
  .testimonial .review-bubble {
    height: 17rem;
    width: 41rem;
    margin-left: auto;
  }
  .testimonial a {
    margin: 3rem 0 0 0;
  }

  /*---------------------------------------------*/
  /*new class for videos gap 14/10/24 10:34pm*/
  .row-gap {
    row-gap: 1.7rem;
  }
  /*---------------------------------------------*/
}
@media (max-width: 990px) {
  .testimonial .review-bubble {
    padding: 4% 15% 15%;
  }
}

@media (max-width: 659px) {
  .testimonial {
    text-align: center;
  }
  .testimonial .review-bubble {
    display: none;
  }
  .testimonial h5 {
    display: block;
    margin: 0 auto;
  }
  .testimonial a {
    margin: 2rem auto 0 auto !important;
  }
}

.testimonial h5 {
  color: var(--themOrange);
  border: 2px solid var(--themOrange);
  font-weight: 450;
  margin-bottom: 1rem;
  padding: 8px 2rem;
  width: fit-content;
  border-radius: 33px;
  font-family: RobotoCondensed;
}

.testimonial a {
  text-align: center;
  border-radius: 33px;
  display: block;
  width: fit-content;
}

.testimonial button {
  transition: all ease 0.2s;
  text-align: center;
  border-radius: 33px;
  background-color: var(--themOrange);
  border: 0;
  color: #ffffff;
  padding: 8px 2.7rem;
  margin-bottom: 3rem;
}

.testimonial button:hover {
  background-color: #ffffff;
  border: 0;
  color: var(--themOrange);
  font-weight: 600;
  outline: 2px solid var(--themOrange);
}

/* .testimonial .review-bubble img {
  display: block;
  margin: auto;
  padding: 28px;
  width: 455px;
} */
.testimonial .review-bubble {
  background-image: url(../images/testimonial-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
}

.testimonial .review-bubble .img-cont-anim {
  margin: 1.4rem auto;
  cursor: none;
}

.testimonial .review-bubble p {
  color: var(--themOrange);
  display: block;
  margin-left: 5rem;
  margin-top: 1.5rem;
}

footer {
  background-color: var(--themOrange);
  font-family: RobotoCondensed;
}

footer h3 {
  position: relative;
  padding: 1rem 0;
  z-index: 1;
  background-color: var(--themOrange);
  font-weight: 400;
}

footer .container-xxl {
  padding: 0 1.4rem;
  color: #ffffff;
}

.footer-inner a {
  text-decoration: none;
  color: #ffffff;
}

/* ==========================
watermark styling >>>footer 
==================================*/

@media (min-width: 700px) {
  footer .watermark .container-xxl {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    display: flex;
  }

  footer .watermark h6 {
    font-size: 15px;
  }
}
@media (max-width: 699px) {
  footer .watermark .container-xxl {
    text-align: center;
    padding-top: 1.3rem;
    padding-bottom: 0.2rem;
  }

  footer .watermark h6 {
    font-size: 12px;
  }
  footer .watermark p {
    font-size: 12px;
  }
}

footer .watermark {
  background-color: #000000;
}

footer .watermark .container-xxl {
  justify-content: space-between;

  font-family: KumbhSans;
}

footer .watermark h6 {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

footer .watermark p {
  color: #b5b5b5;
  font-weight: 600;
}

footer .watermark a {
  text-decoration: none;
  color: #b5b5b5;
  transition: all ease 0.3s;
  font-weight: 600;
}

footer .watermark a:hover {
  color: var(--themOrange);
}

/* footer .watermark span:nth-child(2){font-weight: 800;} */

/* MEDIA QUERY OF THE FOOTER */

@media (min-width: 990px) {
  footer .container-xxl .footer-inner {
    display: flex;
    padding-bottom: 1rem;
  }

  .footer-inner .assosiation-with span {
    margin: auto;
  }
  footer .watermark p {
    margin-top: -0.2rem;
  }
}

@media (max-width: 989px) {
  .footer-inner .assosiation-with {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .footer-inner .assosiation-with span {
    margin: auto 0;
  }
}
@media (max-width: 990px) and (min-width: 660px) {
  .footer-inner span {
    display: inline-flex;
  }
}

@media (min-width: 660px) {
  footer h3 {
    padding-right: 2rem;
  }
  footer h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 14.5%;
    right: 0;
    height: 1.2em;
    border-top: 1px solid black;
    z-index: -1;
  }
  .footer-inner p {
    border-left: #000000 4px solid;
  }

  .footer-inner .assosiation-with {
    margin-left: auto;
    display: flex;
    gap: 1.5rem;
  }

  .footer-inner .assosiation-with span {
    display: block;
  }

  .footer-inner p {
    font-weight: 450;
    font-size: 18px;
    padding-left: 1rem;
    line-height: 22px;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .riv {
    border: 0 !important;
  }
}

@media (max-width: 659px) {
  footer h3 {
    text-align: center;
    font-size: 30px !important;
  }
  footer .footer-inner {
    text-align: center;
  }
  .footer-inner .assosiation-with {
    margin-left: auto;
    display: flex;
    gap: 1.5rem;
  }
  footer .footer-inner p {
    padding: 1rem 0;
    border-top: 1px solid #000000;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }

  .riv {
    border: 0 !important;
    padding-top: 0 !important;
    margin-top: -2rem !important;
  }
}

/* =================== */
/* FOOTER ABOVE */
.footer-above {
  background-attachment: fixed;
  background-repeat: repeat;
  background-color: #000000;
  background-image: url(../images/bg-black-grill.png);
  background-size: auto;
  padding: 3.5rem 0;
}
.footer-above .row {
  justify-content: center;
  gap: 2rem;
}
.footer-above .container-xxl .card {
  transition: ease-in-out 0.1s;
  padding: 0;
  width: 390px;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  font-family: KumbhSans;
}
.footer-above .container-xxl .card:hover {
  background-color: var(--themOrange);
  outline: 0;
}
.footer-above .container-xxl .card div {
  display: flex;
}
.footer-above .container-xxl .card div span:nth-child(2) {
  padding: 11px 20px;
  width: 100%;
  border: 1px solid #ccc;
  border-left: 0;
}
.footer-above .container-xxl .card div span:nth-child(2) a {
  transition: ease-in-out 0.15s;
  display: block;
  color: black;
  font-weight: 500;
  margin: 0;
  width: fit-content;
  text-decoration: 0;
}
.footer-above .container-xxl .card div span:nth-child(2) h6 {
  transition: ease-in-out 0.15s;
  color: var(--themOrange);
  font-size: 18px;
  font-weight: 700;
}
.footer-above .card:hover a {
  color: #ffffff !important;
}
.footer-above .card:hover h6 {
  color: #ffffff !important;
}

.footer-above .newsletter-btn a {
  display: flex;
  gap: 0.7rem;
  text-decoration: none;
}
.footer-above .newsletter-btn a span {
  margin-top: 0.19rem;
}
.footer-above .newsletter-btn a p {
  font-family: KumbhSans;
  transition: all 0.2s;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
}
.footer-above .newsletter-btn a:hover p {
  color: var(--themOrange);
}

@media (min-width: 560px) {
  .footer-above .newsletter-btn {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0;
  }
}

@media (max-width: 559px) {
  /* .footer-above .newsletter-btn{display: block;} */
  .footer-above .newsletter-btn {
    display: block;
    margin: 3rem auto;
    width: fit-content;
  }
}

/* =====================================================*/
/* ABOUT US PAGE STYLING  */
/* =====================================================*/

@media (min-width: 990px) {
  .ceo-msg .parent {
    display: flex;
  }
  .ceo-msg .parent .right {
    width: 50%;
    margin-left: auto;
  }
  .ceo-msg .parent .left {
    font-family: KumbhSans;
    width: 45%;
  }

  .ceo-msg .parent .right img {
    display: block;
    margin: 4rem 4rem 4rem auto;
  }
}

@media (max-width: 989px) {
  .ceo-msg .bg-img {
    opacity: 0.5;
  }
  .ceo-msg .parent .right {
    padding-bottom: 4rem;
  }
  .ceo-msg .parent .right img {
    display: block;
    margin: auto;
    /* padding-bottom: 4rem; */
  }
}

@media (max-width: 600px) {
  .ceo-msg .bg-img {
    display: none;
  }
  .ceo-msg .parent .left {
    text-align: center;
  }
  .ceo-msg .parent .left h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 430px) {
  .ceo-msg .parent .right img {
    width: 90%;
  }
}

@media (max-width: 989px) {
  .ceo-msg .bg-img {
    opacity: 0.5;
  }
  .ceo-msg .parent .right {
    padding-bottom: 4rem;
  }
  .ceo-msg .parent .right img {
    display: block;
    margin: auto;
    /* padding-bottom: 4rem; */
  }
}

/* ====================================================== */
/* CEO MESSAGE */

.ceo-msg {
  max-width: 1620px;
  margin: 0 auto;
  background-color: var(--themOrange);
  position: relative;
}
.ceo-msg .bg-img {
  position: absolute;
  right: 0;
}
.ceo-msg .container-xxl {
  padding: 0 1.45rem;
}

.ceo-msg .parent .right {
  margin-left: auto;
}
.ceo-msg .parent .left {
  font-family: KumbhSans;
}
.ceo-msg .parent .left h1 {
  margin-bottom: 2rem;
  font-size: 50px;
  font-weight: 700;
}
.ceo-msg .parent .left p {
  font-weight: 300;
  & strong {
    font-weight: 600;
  }
}
.ceo-msg .parent .left {
  color: #ffffff;
  padding: 2rem 0;
}
.ceo-msg .parent .right {
  position: relative;
}

.ceo-msg .parent .right img {
  border-radius: 22px;
}

/* =================================================== */
/* PIECE #2 AWARDS  */
.awards .row {
  gap: 2rem;
  justify-content: center;
}
.awards .row .card {
  width: 280px;
  border-radius: 22px;
  background-color: #525252;
  height: 400px;
}

/* PIECE #2 AWARDS  */
.memberships {
  margin-top: 2rem;
}

.memberships .container-xxl div {
  margin-top: 1rem;
  gap: 1.6rem;
  justify-content: center;
  display: flex;
}

.memberships .container-xxl span:nth-child(2) img {
  margin-top: 0.7rem;
}

/* ======================================================= */
/* CONTACT US PG STYLING  */
/* ======================================================= */

.contactus {
  position: relative;
}
.contactus .bg-img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(94%) saturate(2791%)
    hue-rotate(354deg) brightness(100%) contrast(103%);
  right: 0;
  position: absolute;
}

.contactus {
  max-width: 1620px;
  position: relative;
  margin: 0 auto;
}
.contactus .container-xxl {
  padding: 0 1.45rem;
}

.contactus .parent .right element {
  display: block;
  border-radius: 22px;
  position: relative;
  border: 1px solid #ccc;
}
.contactus .parent .right iframe {
  border-radius: 22px;
  position: relative;
}

.contactus .parent .left {
  margin: 4rem 0;
}
.contactus .parent .left p {
  text-align: left !important;
}
.contactus .parent .left h4 {
  text-align: left !important;
  color: var(--themOrange);
  font-weight: 700;
  font-family: KumbhSans;
}
.contactus .parent .left a {
  color: #525252;
  text-decoration: none;
}

/* ============================================================= */

@media (min-width: 1000px) {
  .contactus .parent {
    display: flex;
  }
  .contactus .parent div {
    width: 50%;
  }
  .contactus .parent .right element {
    display: block;
    margin: 4rem 4rem 4rem auto;
  }
}
@media (max-width: 999px) {
  .contactus .parent .right element {
    margin: 4rem auto;
  }
}
@media (max-width: 880px) {
  .contactus .bg-img {
    display: none;
  }
}

@media (min-width: 450px) {
  .contactus .parent .right element {
    width: 402px;
    height: 452px;
  }
  .contactus .parent .right iframe {
    width: 400px;
    height: 450px;
  }
}
@media (max-width: 449px) {
  .contactus .parent .right element {
    width: 95%;
    height: 300px;
  }
  .contactus .parent .right iframe {
    width: 100%;
    height: 100%;
  }
}

/* ==============================================================  */
/* TOUR (ZIARAT) PAGE STYLING */
/* ==============================================================  */
.tour {
  margin: 2rem 0;
}
.tour .brochure-parent {
  margin-top: 2rem;
  justify-content: center;
  /* gap: 1rem; */
}
.tour .brochure-parent .card {
  /* margin: 0 ; */
  padding: 1rem;
  width: 397px;
  border: 0;
  text-align: center;
}

@media (min-width: 400px) {
  .tour .brochure-parent .card img {
    object-fit: fill;
    width: 370px !important;
    height: 100%;
  }
}
@media (max-width: 400px) and (min-width: 330px) {
  .tour .brochure-parent .card img {
    object-fit: cover;
    width: 300px !important;
    /* height: 415px; */
    height: 100%;
    text-align: center;
  }
}
@media (max-width: 330px) {
  .tour .brochure-parent .card img {
    object-fit: cover;
    width: 295px !important;
    /* height: 410px; */
    height: 100%;
    text-align: center;
  }
}

.tour .brochure-parent .card span:nth-child(1) {
  width: 390px;
  height: 510px;
  background-color: #525252;
}
.tour .brochure-parent .card p {
  color: #000000;
  margin: 1rem 0;
  font-family: KumbhSans;
  font-weight: 500;
}
.tour .brochure-parent .card button {
  background-color: #ff570c;
  border: 0;
  border-radius: 22px;
  font-weight: 600;
  font-size: 17px;
  padding: 4px 32px;
  & a {
    text-decoration: none;
    color: #ffffff;
  }
  &:hover {
    background-color: #000000;
  }
}

/* ================================================ */
/* Gallery slider Multiple Images slider */
/* ================================================ */

.multi-slider {
  margin-top: 3rem;
  position: relative;
  z-index: 20;
}

.multi-slider button {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 40;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  font-size: 0px;
  padding: 0px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--themOrange);
  opacity: 0.7;
  transition: all ease 0.4s;

  &::after {
    content: "";
    font-size: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow-icon.png);
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(1510%)
      hue-rotate(352deg) brightness(99%) contrast(106%);
  }

  &:hover {
    opacity: 1;
    scale: 1.1;
  }
}

.multi-slider:not(:has([dir="rtl"])) .slick-next {
  right: -7px;
}

.multi-slider:not(:has([dir="rtl"])) .slick-prev {
  left: -7px;
  &::after {
    rotate: -180deg;
  }
}

/* ==========================================  */
.multi-slider:has([dir="rtl"]) {
  .slick-prev {
    right: -7px;
  }
  .slick-next {
    left: -7px;
    &::after {
      rotate: -180deg !important;
    }
  }
}

.multi-slider h1 {
  margin: 1.5rem 0;
  text-align: center;
}

.slick-slide img {
  width: 90%;
  border-radius: 15px;
}
@media (min-width: 550px) {
  .slick-slide img {
    height: 220px;
    object-fit: cover;
  }
}
.slick-slide {
  text-align: center;
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.new-window-cards .row {
  gap: 2rem;
  justify-content: center;
}
.new-window-cards .row .card {
  width: 340px;
  height: fit-content;
  padding: 0;
  border: 0;
}
.new-window-cards .row .card span:nth-child(1) {
  display: flex;
  width: 100%;
}
.new-window-cards .row .card a {
  background-color: var(--themOrange);
  padding: 0.5rem;
  border: 0;
  border-radius: 19px;
  margin: auto 1rem 1rem auto;
}
.new-window-cards .row .card a .icon-new-window {
  width: 2rem;
}
.new-window-cards .row .card a:focus {
  background-color: #000000;
}
.new-window-cards .row .card span {
  border: 1px solid #ccc;
  background-size: cover;
  background-color: #c1c1c1;
  width: 340px;
  display: block;
  height: 225px;
  border-radius: 15px;
}
.new-window-cards .row .card p {
  text-align: center;
  font-weight: 600;
  font-family: KumbhSans;
  margin: 1rem 0;
}

.new-window-cards .row .card .pdf-div a {
  margin: 0 !important;
  width: 100% !important;
  display: flex;
  height: 100% !important;
  border-radius: 15px !important;
}
.new-window-cards .row .card .pdf-div a img {
  margin: auto;
  width: 5rem;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(141deg) brightness(106%) contrast(103%);
}

/* ================================================ */
/* Hajj page  */
/* ================================================ */

@media (min-width: 510px) {
  .hajj .row .card {
    width: 500px;
  }
}
@media (max-width: 509px) {
  .hajj .row {
    padding: 0.7rem !important;
  }
}
@media (max-width: 340px) {
  .hajj .row .card h1 {
    font-size: 21px;
  }
  .hajj .row .card h4 {
    font-size: 20px;
  }
}

.hajj .row {
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2.5rem;
}
.hajj .row .card a {
  text-decoration: none;
  color: #ffffff;
}
.hajj .row .card {
  border-radius: 0;
  border: 0;
  background-color: #333333;
  color: #ffffff;
  padding: 1.5rem 1.1rem;
}
.hajj .row .card:hover {
  background-color: var(--themOrange);
}
.hajj .row .card:hover h1:nth-child(2) {
  background-color: #000000 !important;
}
.hajj .row .card div {
  display: flex;
  justify-content: space-between;
}
.hajj .row .card div:nth-child(1) h1:nth-child(2) {
  background-color: var(--themOrange);
  padding: 0.4rem 0.7rem;
}
.hajj .row .card div:nth-child(2) {
  margin-top: 2.3rem;
}
.hajj .btn-parent {
  /* margin: 2rem 0; */
  gap: 1.5rem;
}
.hajj .btn-parent button {
  border-radius: 22px;
  border: 3px solid;
  background-color: #ffffff;
}
.hajj .btn-parent button {
  width: 12rem;
  transition: all ease 0.2s;
  padding: 0.65rem;
  text-align: center;
  border-radius: 33px;
  background-color: #ffffff;
  color: var(--themOrange);
  font-weight: 600;
  border: 0;
  outline: 3px solid var(--themOrange);
}
.hajj .btn-parent button a {
  text-decoration: none;
  color: var(--themOrange);
}
.hajj .btn-parent button:hover {
  background-color: var(--themOrange);
  & a {
    color: #ffffff;
  }
}

@media (min-width: 812px) {
  .hajj .btn-parent {
    margin: 2rem 0;
    justify-content: center;
    display: flex;
    gap: 1.5rem;
  }
}
@media (max-width: 811px) {
  .hajj .btn-parent {
    display: block;
    text-align: center;
  }
  .hajj .btn-parent button {
    display: inline-block;
    margin: 1rem;
  }
}

/* =========================================================== */
/* =========================================================== */

/* =========================================================== */
/* PICTURE GALLERY KARBALA */
/* =========================================================== */

.picture-gallery-main-pg .row {
  gap: 2rem;
  padding: 1rem;
  justify-content: center;
}
.picture-gallery-main-pg .row .card {
  width: 320px;
  height: 220px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: #333333;
}
.picture-gallery-main-pg .row .card img {
  object-fit: cover;
  width: 320px;
  height: 220px;
}
.picture-gallery-main-pg .row .card:hover {
  outline: 3px solid var(--themOrange);
}

/* =========================================================== */
/* =========================================================== */

.banner {
  position: relative;
}
.banner div {
  display: block;
  animation: 2s slide-left;
}
.banner div img {
  transform: perspective(3000px);
  animation: mymove 3s;
  animation-delay: 2.7s;
}
/* .banner div h1{background-color: #000000; color: #ffffff; font-size: 3.4vw; font-weight: 700; padding: 1rem 2rem 1rem 5rem; margin-top: 3.7rem; animation: 2s slide-left;} */
.banner div span {
  display: flex;
  background-color: #000000;
  padding-left: 4rem;
}
.banner div span:nth-child(2) {
  animation: 2s slide-left;
}
.banner div span:nth-child(3) {
  animation: 2s slide-left;
}
.banner div span ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.banner div li {
  list-style: none;
  color: #ffffff;
  font-weight: 700;
}

.banner div span ul li {
  transform: perspective(3000px);
  margin-bottom:0px !important;
}
.banner div span ul:nth-child(1) li:nth-child(1) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 1.9s;
}
.banner div span ul:nth-child(1) li:nth-child(2) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.2s;
}
.banner div span ul:nth-child(1) li:nth-child(3) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.4s;
}
.banner div span ul:nth-child(1) li:nth-child(4) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.6s;
}
.banner div span ul:nth-child(1) li:nth-child(5) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.7s;
}
.banner div span ul:nth-child(1) li:nth-child(6) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.8s;
}
.banner div span ul:nth-child(1) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.9s;
}
.banner div span ul:nth-child(2) li:nth-child(1) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3s;
}
.banner div span ul:nth-child(2) li:nth-child(2) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.2s;
}
.banner div span ul:nth-child(2) li:nth-child(3) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.4s;
}
.banner div span ul:nth-child(2) li:nth-child(4) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.6s;
}
.banner div span ul:nth-child(2) li:nth-child(5) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.7s;
}
.banner div span ul:nth-child(2) li:nth-child(6) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.8s;
}
.banner div span ul:nth-child(2) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 4s;
}
.banner div span ul:nth-child(2) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 4.1s;
}
.banner div span ul:nth-child(2) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 4.2s;
}
/* =========================================================== */
/* =========================================================== */

@keyframes mymove {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotatex {
  0% {
    transform: rotatex(90deg);
    filter: blur(3px);
  }
  100% {
    transform: rotatex(0deg);
    filter: blur(0px);
  }
}
@keyframes slide-left {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
/* @keyframes fade{
  from {  opacity: 0;}
  to {  opacity: 1;}
} */

/* =========================================================== */
/* =========================================================== */

@media (min-width: 1170px) {
  .banner div {
    top: 12%;
  }
  .banner div li {
    font-size: 50px;
    line-height: 50px;
  }
  .banner div span:nth-child(2) {
    padding: 1rem 1rem 0 4rem;
    margin-top: 3.4rem;
  }
  .banner div span:nth-child(3) {
    padding: 0.5rem 2rem 1rem 4rem;
  }
}
@media (max-width: 1169px) and (min-width: 950px) {
  .banner div {
    top: 27px;
  }
  .banner div li {
    font-size: 35px;
    line-height: 30px;
  }
  .banner div span:nth-child(2) {
    padding: 1rem 1rem 0 4rem;
    margin-top: 2rem;
  }
  .banner div span:nth-child(3) {
    padding: 0.5rem 2rem 1rem 4rem;
  }
}
@media (min-width: 950px) {
  .banner div img {
    margin-left: 4.4rem;
    border-radius: 22px;
    box-shadow: 2px 2px 5px rgb(0, 0, 0);
  }
}
@media (max-width: 950px) and (min-width: 815px) {
  .banner div img {
    margin-left: 2rem;
    width: 150px;
    border-radius: 0;
  }
  .banner div {
    top: 27px;
  }
  .banner div li {
    font-size: 35px;
    line-height: 30px;
  }
  .banner div span:nth-child(2) {
    padding: 1rem 1rem 0 2rem;
    margin-top: 2rem;
  }
  .banner div span:nth-child(3) {
    padding: 0.5rem 1rem 1rem 2rem;
  }
}

@media (max-width: 815px) {
  .banner div img {
    margin-left: 1.2rem;
    width: 120px;
    border-radius: 0;
  }
  .banner div {
    top: 10%;
  }
  .banner div li {
    font-size: 22px;
    line-height: 18px;
  }
  .banner div span:nth-child(2) {
    padding: 0.5rem 0.5rem 0 1.2rem;
    margin-top: 1rem;
  }
  .banner div span:nth-child(3) {
    padding: 0.2rem 0.5rem 0.4rem 1.2rem;
  }
}

/* =========================================================== */
/* =========================================================== */

@media (min-width: 550px) {
  .banner div {
    position: absolute;
  }
  .banner div span {
    gap: 0.8rem;
  }
}
@media (max-width: 549px) {
  .banner div span {
    gap: 0.4rem;
  }
  .banner div {
    text-align: center;
    background-color: #000000;
    padding: 1rem;
  }
  .banner div img {
    margin: 0;
  }
  .banner div span {
    width: fit-content;
    margin: auto;
  }
}

/* =========================================================== */
/* =========================================================== */

@media (max-width: 1080px) {
  .hero-banner {
    background-color: #000000;
    position: relative;
    height: 100% !important;
  }
}

.hero-banner .carousel-item img {
  animation: linear zoom-in 21s;
  /* animation-delay: 3.5s; */
}

@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }

  60% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.hero-banner .overflow {
  position: absolute;
  display: block;
  scroll-behavior: smooth;
  z-index: 1000;
  animation: 2s slide-left;
}
.hero-banner .overflow img {
  animation: mymove 2s;
  animation-delay: 2s;
}
.hero-banner .overflow span {
  display: flex;
  background-color: #000000;
  padding-left: 4rem;
}
.hero-banner .overflow span:nth-child(3) {
  animation: 2s slide-left;
}
.hero-banner .overflow span ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.hero-banner .overflow span ul li {
  list-style: none;
  color: #ffffff;
  font-weight: 700;
  transform: perspective(3000px);
}

.hero-banner .overflow span ul:nth-child(1) li:nth-child(1) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 1.9s;
}
.hero-banner .overflow span ul:nth-child(1) li:nth-child(2) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.2s;
}
.hero-banner .overflow span ul:nth-child(1) li:nth-child(3) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.4s;
}
.hero-banner .overflow span ul:nth-child(1) li:nth-child(4) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.6s;
}
.hero-banner .overflow span ul:nth-child(1) li:nth-child(5) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.7s;
}
.hero-banner .overflow span ul:nth-child(1) li:nth-child(6) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.8s;
}
.hero-banner .overflow span ul:nth-child(1) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 2.9s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(1) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(2) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.2s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(3) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.4s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(4) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.6s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(5) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.7s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(6) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 3.8s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 4s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 4.1s;
}
.hero-banner .overflow span ul:nth-child(2) li:nth-child(7) {
  animation: rotatex 2s;
  animation-fill-mode: forwards;
  transform: rotatex(90deg);
  animation-delay: 4.2s;
}

@media (min-width: 1080px) {
  .hero-banner .overflow {
    top: 45%;
  }
}
@media (max-width: 1079px) and (min-width: 940px) {
  .hero-banner .overflow {
    top: 17%;
  }
}
@media (max-width: 940px) and (min-width: 560px) {
  .hero-banner .overflow {
    top: 10%;
  }
}

/* ============================================ */

@media (min-width: 940px) {
  .hero-banner .overflow img {
    width: 250px;
  }
  .hero-banner .overflow span:nth-child(2) {
    padding: 1.5rem 1rem 0 4rem;
    margin-top: 5rem;
  }
  .hero-banner .overflow span:nth-child(3) {
    padding: 1rem 2rem 1.5rem 4rem;
  }
  .hero-banner .overflow span ul li {
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
  }
}
@media (max-width: 940px) and (min-width: 560px) {
  .hero-banner .overflow {
    top: 10%;
  }
  .hero-banner .overflow img {
    width: 200px;
  }
  .hero-banner .overflow span ul li {
    font-size: 40px;
    line-height: 35px;
    font-weight: 700;
  }
  .hero-banner .overflow span:nth-child(2) {
    padding: 1rem 0.5rem 0 3.5rem;
    margin-top: 4rem;
  }
  .hero-banner .overflow span:nth-child(3) {
    padding: 0.5rem 1.5rem 1rem 3.5rem;
  }
}

@media (min-width: 560px) {
  .hero-banner .overflow img {
    margin-left: 4rem;
  }
  .hero-banner .overflow span {
    gap: 0.8rem;
  }
}
@media (max-width: 559px) and (min-width: 421px) {
  .hero-banner .overflow {
    top: 10%;
  }
  .hero-banner .overflow img {
    width: 150px;
    margin-left: 2rem;
  }
  .hero-banner .overflow span {
    gap: 0.2rem;
  }
  .hero-banner .overflow span ul li {
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
  }
  .hero-banner .overflow span:nth-child(2) {
    padding: 1rem 0.5rem 0 2rem;
    margin-top: 2rem;
  }
  .hero-banner .overflow span:nth-child(3) {
    padding: 0.5rem 1.5rem 1rem 2rem;
  }
}
@media (max-width: 420px) {
  .hero-banner .overflow {
    top: 10%;
  }
  .hero-banner .overflow img {
    width: 120px;
    margin-left: 1rem;
  }
  .hero-banner .overflow span {
    gap: 0.2rem;
  }
  .hero-banner .overflow span ul li {
    font-size: 20px;
    line-height: 15px;
    font-weight: 700;
  }
  .hero-banner .overflow span:nth-child(2) {
    padding: 1rem 0.5rem 0 2rem;
    margin-top: 1.2rem;
  }
  .hero-banner .overflow span:nth-child(3) {
    padding: 0.2rem 1.5rem 1rem 2rem;
  }
}
/* ================================================ */

.msg-direct-ws {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.btn-view-gallery {
  transition: all ease 0.3s;
  background-color: var(--themOrange);
  font-family: RobotoCondensed;
  color: #ffffff;
  padding: 0.6rem 2.4rem;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 4rem auto;
}
.btn-view-gallery:hover {
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
  outline: 8px solid #ff590c6e;
}
/* ================================================ */
@media (max-width: 815px) {
  .msg-direct-ws {
    text-align: center;
    margin: 1rem auto;
  }
}

.msg-direct-ws {
  width: fit-content;
  padding: 0 1rem;
  transition: all ease 0.1s;
  border-radius: 50px;
  overflow: hidden;
  background-color: #2cb742;
  outline: 3px solid #2cb742;
  border: 2px solid #2cb742;
  text-decoration: none;
  display: flex;
}
.msg-direct-ws span {
  display: block;
}
.msg-direct-ws div:nth-child(1) {
  padding: 0.4rem 0;
  padding-right: 1rem;
  transition: all ease 0.2s;
}
.msg-direct-ws div:nth-child(1) img {
  width: 27px;
}
.msg-direct-ws div:nth-child(2) {
  padding: 0.4rem 0;
  padding-right: 2rem;
  color: #ffffff;
  font-weight: 600;
  transition: all ease 0.2s;
}

.msg-direct-ws:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  outline: 3px solid #70ff86;
}
/* .msg-direct-ws:hover div:nth-child(1){background-color: #2CB742;} */
.msg-direct-ws:hover div:nth-child(2) {
  color: #2cb742;
}

/* =========================================== */
.useful-links {
  margin: 5rem 0 2rem 0;
}
.useful-links span {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 1rem;
  transition: all ease 0.3s;
}
.useful-links span h5 {
  font-weight: 700;
  color: #000000;
  transition: all ease 0.3s;
}
.useful-links span a {
  color: var(--themOrange);
  font-weight: 500;
  transition: all ease 0.3s;
}
.useful-links span:hover h5 {
  color: var(--themOrange);
}
.useful-links span:hover {
  border-bottom: 1px solid var(--themOrange);
}
.useful-links span p::before {
  content: "•";
  color: var(--themOrange);
  font-size: 19px;
  padding: 0 0.3rem;
  line-height: 1px;
}
.useful-links span:hover a {
  color: #000000;
}
/* =========================================== */
@media (min-width: 1105px) {
  .testimonials .row img {
    width: 1000px !important;
  }
}
@media (max-width: 1104px) {
  .testimonials .row img {
    width: 100% !important;
  }
}

.ytb-embed {
  display: flex;
}
.ytb-embed iframe {
  border-radius: 17px;
}

@media (min-width: 680px) {
  .ytb-embed iframe {
    width: 640px;
    height: 360px;
  }
}
@media (max-width: 680px) and (min-width: 450px) {
  .ytb-embed iframe {
    width: 400px;
    height: 225px;
  }
}

@media (max-width: 450px) {
  .ytb-embed iframe {
    width: 290px;
    height: 163px;
  }
}

/* ====================================================== */
/* INTERNATIONAL PAGE STYING  */
/* ====================================================== */

.fancy-head {
  text-align: center;
  margin: 30px auto;
  width: 850px;
  max-width: 100%;

  img {
    max-width: 93%;
  }

  h1 {
    color: var(--themOrange);
    font-family: Blacksword;
    font-size: calc(3vw + 18px);
    margin-top: 60px;
  }

  p {
    font-family: Arial, Helvetica, sans-serif;
    color: #525252;
    font-size: 20px;
  }
}

.international-pakg-parent {
  margin: 50px auto 30px;
  .card-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    .card {
      transition: all ease 0.4s;
      width: 380px;
      border-radius: 33px;
      position: relative;
      border-collapse: separate;
      overflow: hidden;
      border: 0;
      .image {
        width: 100%;
        aspect-ratio: 1/1;
        background-position: center;
        background-size: cover;
        position: relative;
        border-radius: 33px;
      }

      &:hover {
        transform: translateY(-7px);
        .fancy_btn {
          opacity: 1;
          &::after,
          &::before {
            opacity: 1;
          }
          img {
            rotate: 0deg;
          }
        }
        .text-card::before {
          opacity: 1;
        }
      }

      .fancy_btn {
        opacity: 0;
        display: flex;
        width: 65px;
        aspect-ratio: 1/1;
        background-image: linear-gradient(to right, var(--themOrange), #ff0000);
        color: #fff;
        border: 0px;
        position: absolute;
        bottom: 5px;
        right: 10px;
        border-radius: 50%;
        z-index: 2;
        /* transition: all ease 0.2s; */

        &:hover {
          img {
            scale: 1.2;
          }
        }

        img {
          rotate: 60deg;
          width: 35px;
          margin: auto;
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%)
            saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          transition: all ease 0.2s;
        }
        &::after {
          content: "";
          position: absolute;
          bottom: -5px;
          right: 85px;
          background: transparent;
          width: 2rem;
          height: 2rem;
          border-radius: 0 0 1.25rem 0;
          box-shadow: 0.313rem 0.33rem 0 0.313rem #fff;
          transition: all 0.1s ease-in-out 0.1s;
          opacity: 0;
        }

        &::before {
          content: "";
          position: absolute;
          bottom: 90px;
          right: -10px;
          background: transparent;
          width: 2rem;
          height: 2rem;
          border-radius: 0 0 1.25rem 0;
          box-shadow: 0.313rem 0.33rem 0 0.313rem #fff;
          transition: all 0.1s ease-in-out 0.1s;
          opacity: 0;
        }
      }
      .text-card {
        position: relative;
        padding: 10px;

        &::before {
          opacity: 0;
          content: "";
          display: block;
          width: 95px;
          aspect-ratio: 1/1;
          background-color: #fff;
          position: absolute;
          top: -95px;
          right: 0px;
          z-index: 1;
          border-radius: 59px 0 0 0;
          transition: all ease 0.2s;
        }

        .pkg-name {
          font-size: 22px;
          padding: 10px;
          border-bottom: 1px solid #bbbbbb;
        }
      }
    }
  }
}

/* ------------------------------------------------------ */
.international_slider {
  .slide {
    p {
      color: #525252;
      font-size: 22px;
      padding: 5px;
      font-weight: 600;
      margin-bottom: 0px !important;
    }
  }
}

/* ------------------------------------------------------ */
.international_tag_slider {
  .slide {
    position: relative;
    p {
      position: absolute;
      bottom: 0px;
      color: #fff;
      left: 50%;
      transform: translateX(-50%);
      font-size: 25px;
      font-weight: bold;
      text-shadow: 0 0 13px #000000, 0 0 5px #000000;
      letter-spacing: 2px;
      font-family: KumbhSans;
    }
  }
}
/* ------------------------------------------------------ */
.sub-section-gray-bg {
  /* margin-top: 50px; */
  /* background-color: #f6f6f6; */
  /* padding: 5px 0; */
}

/* ----------- */
.no-records{
  color: #D70000;
  /* text-shadow: 2px 2px #000000; */
  width: 100%;
  margin: 5rem 0;
  text-align: center;
}
/* ----------- */

.upcoming-events-cards {
  margin: 50px auto;
  .event-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;




    .card {
      display: block;
      background-size: 260%;
      background-position: center center;
      background-repeat: no-repeat;
      width: 350px;
      max-width: 100%;
      aspect-ratio: 9/13;
      position: relative;
      overflow: hidden;
      transition: all ease 3s;
      border: 7px solid #ffffff;
      /* box-shadow: 0px 0px 10px 5px #e6e6e6; */
      border-radius: 0px;
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      &::before,
      &::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all ease 0.5s;
      }
      &::before {
        background-color: #061d2923;
      }
      &::after {
        opacity: 0;
        background-image: linear-gradient(to bottom, #00000000, #000000);
      }

      p {
        z-index: 2;
      }

      p.date {
        position: absolute;
        left: 0px;
        top: -1px;
        color: #000000;
        background-image: linear-gradient(to right, #ccc, #ccc, #00000000);
        padding: 10px 62px 10px 20px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
      }
      .info-date{
        position: absolute;
        top: 58px;
        font-size: 14px;
        left: 5px;
        background-color: #fff;
        border-radius: 99px;
        /* border: 1px solid gray; */
        padding: 2px 10px;
        box-shadow: 0px 0px 5px #ccc;
        color: gray;
        transition: all ease 0.3s;

      }

      .toasts-highlights {
        position: absolute;
        bottom: 20px;
        left: 20px;
      }

      .event-name {
        position: absolute;
        bottom: 70px;
        left: 20px;
        color: #ffff;
        font-size: 25px;

        &::after {
          content: "";
          display: block;
          width: 20%;
          height: 1px;
          border-radius: 2px;
          background: #ffff;
          position: absolute;
          bottom: -6px;
          left: 2px;
          transition: all ease 0.5s;
        }
      }

      /* ----------------  */
      &:hover {
        background-size: 290%;
        /* background-size: 100%; */
        p.event-name::after {
          width: 60%;
        }

        &::before {
          opacity: 0;
        }
        &::after {
          opacity: 1;
        }
        .info-date{
          background-color: #D70000;
          color: #ffff;
          box-shadow: 0px 0px 0px transparent;
        }
      }
    }
  }
}

/* ------------------------------------------------------ */

/* ---------------------------------------------------------- */
/* HAJJ 2025  */
/* ---------------------------------------------------------- */

.registery-pkg-holder {
  text-align: center;
  margin: 30px auto;

  .pkg-banner {
    border: 1px solid var(--themOrange);
    border-radius: 22px;
    width: fit-content;
    margin: 40px auto;
    overflow: hidden;
    padding: 30px;
    padding-bottom: 0px;
    img {
      max-width: 100%;
    }
  }
  .pkg-holder {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: KumbhSans;
    margin: 30px auto;
    width: 1000px;
    max-width: 100%;
    a {
      background-color: #021c00;
      border-radius: 12px;
      width: 250px;
      max-width: 90%;
      font-size: 25px;
      padding: 10px 20px;
      display: flex;
      color: #ffff !important;
      font-weight: 600;
      line-height: 28px;
      span {
        margin: auto;
        display: block;
        width: fit-content;
      }
    }

    /* --------  */
    .catg-lable {
      display: flex;
      justify-content: space-between;
      width: 340px;
      text-align: left;
      h1 {
        color: #000000;
      }
      span {
        display: block;
        background-color: var(--themOrange);
        border-radius: 50%;
        color: #fff;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 5px;
        font-size: 50px;
      }
    }
  }
}

/* =====================================================  */
.registernow-btn {
  background-image: linear-gradient(
    70deg,
    #032201,
    #135d0e,
    #053901,
    #135d0e,
    #032a01
  );
  background-size: 200% 200%;
  animation: gradmove 13s ease infinite;
  border-radius: 12px;
  width: 250px;
  max-width: 90%;
  display: flex;
  color: #ffff !important;
  transition: all ease 0.3s;
  span {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    padding: 25px 20px;
    margin: auto;
    display: block;
    width: fit-content;
  }

  &:hover {
    background-color: var(--themOrange) !important;
  }
}

.registernow-btn.styleTwo {
  white-space: nowrap;
  margin: 40px auto;
  color: #ffff !important;
  border-radius: 22px;
  width: fit-content !important;
  padding: 8px 30px;
  background: var(--themOrange);

  &:hover {
    background-color: #000000 !important;
  }
}
/* =====================================================  */
.hajj-2k25 {
  .confirmed-slots-banner {
    background-color: #000000;
    border-top: 1px solid var(--themOrange);
    border-bottom: 1px solid var(--themOrange);
    .txt-flag-wrapper {
      padding: 50px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 30px;
      width: 1200px;
      max-width: 100%;
      margin: 0 auto;

      span:has(img) {
        width: 150px;
        /* background-color: red; */
        img {
          width: 100%;
        }
      }

      span:has(h1) {
        width: 400px;
        display: block;
      }

      span:first-child {
        width: 580px;
      }
      span:last-child {
        h1 {
          color: #ffec83;
        }
      }
      h1 {
        color: #ffff;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
      }
    }
  }
}

/* ------------------- */
.heading-sm {
  font-size: calc(20px + 1.5vw) !important;
}
/* ------------------- */
/* ------------------- */
/* VIDEO PREVIEW  */
.video-preview {
  h1 {
    font-size: calc(20px + 1.5vw) !important;
    text-align: center;
    margin: 20px 0;
  }
  .box-container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important ;

    .box {
      width: 305px !important;
      /* width: 266px; */
      max-width: 100% !important;
      img {
        aspect-ratio: 18/9;
        object-fit: cover;
      }
    }
  }
}

/* ------------------- */
.single-bg-gray-section {
  background-color: #7b7b7b;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  h1 {
    font-size: calc(20px + 1.2vw);
    color: #ffff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@keyframes gradmove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ============================================  */

@media (max-width: 920px) {
  .registery-pkg-holder {
    .pkg-holder {
      width: 100%;
      display: block;
      a {
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 100%;
      }
      .catg-lable {
        margin: 30px auto;
        max-width: 90%;
        span {
          font-size: calc(27px + 2.2vw);
          width: calc(45px + 2.2vw) !important;
          height: calc(45px + 2.2vw) !important;
          padding: 0px !important;
        }
      }
    }
  }

  /* ======================  */
}

@media (max-width: 1050px) {
  .txt-flag-wrapper {
    display: block !important;
    span {
      display: block;
      max-width: 100%;
      margin: 0px auto;
      text-align: center;
      max-width: 100%;
      padding: 0 10px;
      br {
        display: none;
      }
    }
    span:has(img) {
      margin: 30px auto;
    }
  }
  .single-bg-gray-section {
    padding: 40px 18px !important;
    h1 {
      text-align: center;
      width: 100%;
      font-size: calc(10px + 3vw);
      margin: 20px auto;
    }
  }
}
@media (max-width: 550px) {
  .txt-flag-wrapper {
    h1 {
      font-size: 21px !important;
    }
  }

  .registery-pkg-holder {
    a {
      width: calc(180 + 13vw) !important;
      max-width: 100%;
      br {
        display: none;
      }
      span {
        font-size: 19px !important;
        padding: 15px 20px !important;
      }
    }
  }
  .registernow-btn {
    width: 180px !important;
    max-width: 100%;
    span {
      font-size: 19px !important;
      padding: 15px 30px;
    }
  }
}

/* ======================================  */

.youtube-video-holder {
  .single-box {
    width: 300px;

    iframe {
      width: 100%;
      aspect-ratio: 16/9;
    }
    img {
      width: 100%;
    }
  }
}

.toasts-highlights {
  span {
    color: #000000;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    /* font-family: RobotoCondensed; */
    font-family: RobotoCondensed;
    outline: 1px solid #ccc;
  }

  span.food {
    background-color: #d70000;
    color: #ffffff;
    outline: 0;
  }
  span.nature {
    background-color: #007b39;
    color: #ffffff;
    outline: 0;
  }
  span.farm {
    background-color: #2e1b04;
    color: #ffffff;
    outline: 0;
  }
  span.entertainment {
    background-color: var(--themOrange);
    color: #ffffff;
    outline: 0;
  }
  span.shopping {
    background-color: #001c7a;
    color: #ffffff;
    outline: 0;
  }
  span.park {
    background-color: #97018b90;
    color: #ffffff;
    outline: 0;
  }
  span.culture {
    background-color: #945202;
    color: #ffffff;
    outline: 0;
  }
}

@media (max-width: 680px) {
  .fancy-head {
    p {
      font-size: 1rem !important;
      br {
        display: none;
      }
    }
    img {
      margin-bottom: 20px;
      max-width: 80% !important;
    }
    h1 {
      margin-top: 10px !important;
    }
  }
}

/* ===================================================  */
/* ===================================================  */
.destination-main {
  /* background-color: #fffcfc; */
  .destination-banner {
    width: 1600px;
    max-width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    column-gap: 20px;
    justify-content: center;

    .box-lg::after {
      content: "";
      display: block;
      width: 100%;
      height: 24px;
      background-image: url(../images/tiles/tile-strip.png);
      background-size: cover;
      background-position: center;
      /* background-repeat: no-repeat; */
      /* background-attachment: fixed; */
      position: absolute;
      bottom: 0;
      left: 0;
    }
    .box-lg,
    .box {
      background-color: gray;
      border-radius: 22px;
      overflow: hidden;
      position: relative;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-user-drag: none;
      }

      .ban-txt {
        color: #ffff;
        position: absolute;
        bottom: 80px;
        left: 50px;
        h1 {
          font-size: calc(3vw + 30px);
          line-height: calc(3vw + 27px);
          text-shadow: #000000 0px 0px 16px;
        }
        p {
          font-size: calc(1vw + 10px);
          text-shadow: #000000 0px 0px 10px;
        }
      }
    }

    .box-lg {
      width: 67%;
      height: 500px;
    }

    .two-box {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
      row-gap: 20px;
      .box {
        width: 100%;
        height: 240px;
      }
    }
  }

  /* ====================  */

  .cstm-breadcrumb {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-family: RobotoCondensed;
    font-size: 15px;
    color: #4d4d4d;

    a {
      color: #4d4d4d;
      text-decoration: none;
    }

    p:not(:last-child)::after {
      content: ">";
      padding: 0px 6px;
    }
  }
  /* ====================  */

  .main-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;

    .left-side-content {
      width: 65%;
      h1 {
        font-family: KumbhSans;
        font-weight: 700;
      }
      p {
        font-family: Arial, Helvetica, sans-serif;

        a {
          color: var(--themOrange);
          /* text-shadow: 0 0 1px var(--themOrange), 0 0 1px var(--themOrange); */
          &:hover {
            text-decoration: underline !important;
          }
        }
      }

      .btn-category {
        border: 1px solid var(--themOrange);
        padding: 6px 20px;
        border-radius: 99px;
      }
    }

    /* ------------  */
    .right-side-content {
      width: 33%;
      position: relative;

      .citiespopup {
        background-color: #be008d;
        width: 90%;
        /* margin: 0px 0 0 auto; */
        display: block;
        padding: 10px;
        text-align: center;
        color: #fff;
        border: 0;
        border-radius: 99px;
        position: absolute;
        top: -70px;
        right: 0px;
        transition: all ease 0.3s;

        &:hover {
          background-color: #000;
          &::after {
            scale: 1;
          }
        }
        &::after {
          content: "→";
          display: inline-block;
          margin-right: -25px;
          margin-left: 7px;
          scale: 0;
          transition: all ease 0.3s;
        }
      }

      .card {
        /* position: sticky;
        top: 10px; */
        overflow: hidden;
        position: relative;
        width: 90%;
        margin: 0 0 0 auto;
        padding: 40px 40px;
        border: 0;
        background-color: #f8f8f8;
        border-radius: 22px;
        outline: 3px solid #ffff;
        box-shadow: 0px 0px 10px 3px #00000008 inset;

        &::after {
          content: "";
          height: 150%;
          width: 40px;
          right: 0;
          top: 0;
          position: absolute;
          background-image: url(../images/tiles/tile-strip-vertical.png);
          /* background-repeat: no-repeat; */
          background-position: center;
          background-size: cover 140%;
          background-attachment: fixed;
        }

        h5 {
          color: #000;
          margin-bottom: 20px;
          width: fit-content;
          position: relative;
          &::after {
            content: "";
            background-color: var(--themOrange);
            width: 50%;
            height: 2px;
            display: block;
            margin-top: 7px;
            border-radius: 2px;
          }
        }

        span {
          /* white-space: nowrap; */
          display: block;
          margin: 5px 0;
          a {
            padding-left: 15px;
            color: #000000;
            position: relative;
            transition: all ease 0.3s;

            &:hover {
              color: var(--themOrange) !important;
              /* font-weight: 500; */
              text-shadow: 0 0 1px var(--themOrange), 0 0 1px var(--themOrange);
            }
            &::before {
              content: "";
              display: block;
              width: 7px;
              aspect-ratio: 1/1;
              background-color: var(--themOrange);
              position: absolute;
              top: 50%;
              left: 0%;
              transform: translateY(-50%);
              border-radius: 50%;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 990px) {
  .destination-main {
    .destination-banner {
      display: block !important;

      .box-lg {
        width: 100%;
      }
      .two-box {
        margin-top: calc(7px + 1.1vw);
        display: flex;
        width: 100% !important;
        justify-content: space-between;
        .box {
          width: 49% !important;
        }
      }
    }

    /* ------------------  */
    .main-content {
      flex-flow: column-reverse;
      .left-side-content {
        width: 100% !important;
      }

      .right-side-content {
        width: 100% !important;
        .citiespopup {
          top: -15px !important;
          width: 100% !important;
        }
        .card {
          margin-top: 60px !important;
          padding: 20px !important;
          width: 100% !important;
          margin-bottom: 40px;
          .card-inner-body {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            column-gap: 15px;
            /* justify-content: center; */
            span {
              /* display: flex; */
              white-space: wrap !important;
              width: fit-content;
              background-color: #ffffff;
              padding: 10px 20px;
              border-radius: 22px;
              a {
                display: block;
              }
            }
          }
        }
      }
    }
  }
}

@media (max-width: 615px) {
  .destination-main {
    .main-content {
      padding: 0px !important;
    }

    .destination-banner {
      .box-lg {
        height: auto !important;
        aspect-ratio: 16/9;

        .ban-txt {
          left: 50% !important;
          top: 50% !important;
          transform: translate(-50%, -50%);
          text-align: center;
          h1 {
            font-size: calc(2vw + 25px) !important;
            line-height: calc(2vw + 14px) !important;
          }
        }
      }

      .two-box {
        .box {
          height: auto;
          aspect-ratio: 2/1.5;
        }
      }
    }
  }
}

/* -----------------------------------------  */
/* -----------------------------------------  */
.important-links-section {
  padding: 20px;

  .links-wrapper {
    height: fit-content;
    margin: auto 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    justify-content: center;
    a {
      text-decoration: none;
      color: #000;
      background-color: #fff;
      padding: 10px 20px;
      border-radius: 32px;
      box-shadow: 1px 2px 10px 5px #cccccc93 inset;
      transition: all ease 0.3s;

      &:hover {
        scale: 1.1;
        background-color: var(--themOrange);
        color: #fff;
        box-shadow: 0px 0px 2px 2px #cccccc93 inset;
      }
    }
  }
}

/* ===========================================  */
/* ===========================================  */

.disclaimer-box {
  text-align: center;
  margin-top: calc(20px + 4vw);
  margin-bottom: calc(55px + 2vw);

  .box-inner {
    width: 700px;
    max-width: 100%;
    margin: 0px auto;
    h3 {
      font-family: KumbhSans;
      color: #000;
    }
    p {
      color: #ef1616;
      font-family: Arial, Helvetica, sans-serif;
    }
  }
}

/* =======================================  */
.vision-promising-future {
  overflow: hidden;
  background-color: #211d8b;
  color: #fff;
  max-width: 100%;

  .inner-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1900px;
    margin: 0 auto;
    max-width: 100%;

    /* -------------------  */
    .logo-2030 {
      width: 40%;
      display: flex;
      padding: 70px 0;
      img {
        width: 340px;
        max-width: 100%;
        display: block;
        margin: auto;
        filter: brightness(0) invert(1);
        position: relative;
        z-index: 2;

        -webkit-mask-image: linear-gradient(
          45deg,
          #595959 25%,
          rgba(0, 0, 0, 0.2) 70%,
          #505050 25%
        );
        mask-image: linear-gradient(
          45deg,
          #5c5c5c 25%,
          rgba(0, 0, 0, 0.2) 70%,
          #575757 25%
        );
        -webkit-mask-size: 300%;
        mask-size: 200%;
        animation: shiney infinite 5.5s linear;
        transition: mask-position 2s ease, -webkit-mask-position 2s ease;
      }

      &::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 115px solid transparent;
        border-left: 30px solid #ffff;
        border-bottom: 115px solid transparent;
        z-index: 2;
      }

      &::before {
        content: "";
        display: block;
        position: absolute;
        top: -80%;
        left: -21%;
        width: 1050px;
        aspect-ratio: 1/1;
        background-image: url(../images/background-spiral-pattern.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        animation: spinyy 105s linear infinite;
      }
    }
    /* -------------------  */
    .content-text-area {
      padding: 70px 55px;
      width: 57%;
      font-family: Arial, Helvetica, sans-serif;
      position: relative;
      z-index: 2;

      h3 {
        margin-bottom: 15px;
      }

      p {
        font-size: 19.5px;
      }
      a {
        margin-left: auto;
        text-align: left;
        color: #f4ff1e;
        display: block;
        font-size: 19.5px;
        width: fit-content;
        padding-left: 30px;
        position: relative;
        transition: all ease 0.4s;

        &::before {
          content: "→";
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -0;
          scale: 0;
          transition: all ease 0.4s;
          transform-origin: center;
        }
        &::after {
          content: "...";
          display: inline-block;
          padding-left: 7px;
          transition: all ease 0.4s;
        }
        &:hover {
          &::after {
            scale: 0;
          }
          &::before {
            scale: 1;
          }
        }
      }
    }

    /* -------------------  */
    .highlight-foot {
      position: relative;
      z-index: 5;
      margin-top: auto;
      width: 100%;
      background-color: #d1da2f;
      padding: 10px;
      .inner-foot-wrapper {
        display: flex;
        justify-content: space-between;
        width: 940px;
        margin: 0 auto;
        max-width: 100%;
        color: #211d8b;
        font-family: KumbhSans;
        font-size: 22px;

        p {
          margin: 0px;
          position: relative;
          &:not(:last-child):after {
            content: "";
            display: inline-block;
            width: 22px;
            aspect-ratio: 1/1;
            background-color: transparent;
            border: 3px solid #fff;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -90px;
          }
        }
      }
    }
  }
}

@keyframes spinyy {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}

@keyframes shiney {
  0% {
    -webkit-mask-position: -50%;
    mask-position: -50%;
  }

  100% {
    -webkit-mask-position: 150%;
    mask-position: 150%;
  }
}

/* =============================================  */
.chepy-like-banner {
  text-align: center;
  margin: 100px 0 70px;
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    div {
      width: fit-content;
      border: 0;
    }
  }
  img {
    max-width: 100%;
    border: 5px solid #ffff;
    box-shadow: 0px 0px 30px 1px #e7e7e7;
  }
}

@media (max-width: 950px) {
  .vision-promising-future {
    .inner-body {
      padding-top: calc(5vw + 30px);
      display: block;
      .logo-2030 {
        width: 100% !important;
        padding: 0px !important;

        &::before {
          top: 0% !important;
          left: 0% !important;
          width: 100% !important;
        }
        &::after {
          display: none;
        }
      }
      .content-text-area {
        text-align: center;
        width: 100% !important;
        padding-top: calc(5vw + 30px) !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 30px !important;

        a {
          margin: 0 auto !important;
        }
      }

      .highlight-foot {
        .inner-foot-wrapper {
          flex-wrap: wrap;
          justify-content: center;
          text-align: center;
        }
        p {
          width: 100%;

          &:not(:last-child) {
            padding-bottom: 30px !important;
            &::after {
              margin-top: 10px;
              width: 15px !important;
              right: 49% !important;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 600px) {
  .vision-promising-future {
    .logo-2030 {
      img {
        width: 60% !important;
      }
    }

    .content-text-area {
      p,
      a {
        font-size: 16px !important;
      }
    }

    .highlight-foot {
      padding: 20px 0 !important;
      .inner-foot-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
      }
      p {
        font-size: 14px !important;
        width: 100%;
      }
    }
  }
}

/* =========================================  */

@media (max-width: 650px) {
  .pepe-popup {
    .pop-pup-body {
      height: 400px !important;
      overflow-x: scroll;
      padding: 24px 19px !important;

      a {
        width: fit-content !important;
      }
    }
  }
  body:has(.popupOpen) {
    padding-right: 0px !important;
    overflow-y: scroll !important;
  }
}

body:has(.popupOpen) {
  overflow-y: hidden;
  padding-right: 17px;
}
.pepe-popup.popupOpen {
  opacity: 1;
  visibility: visible;
  scale: 1;
}
.pepe-popup {
  scale: 0.8;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000068;
  box-shadow: 0px 0px 10px 1200px #00000068;
  z-index: 99999999;
  .pop-pup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 95%;
    height: fit-content;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 33px;

    h3 {
      font-family: KumbhSans;
      color: #000;
      font-weight: 400;
    }

    .closecitiespop {
      position: absolute;
      right: 5px;
      top: -10px;
      background: transparent;
      color: #ff3131;
      border: 0;
      font-size: 50px;
    }

    .cities-holder {
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 10px;
      row-gap: 15px;
      a {
        background-color: #eee;
        border-radius: 99px;
        padding: 10px 20px;
        color: #000;
        text-decoration: none;
        display: block;
        width: 120px;
        height: fit-content;
        vertical-align: middle;
        text-align: center;
        transition: all ease 0.3s;
        outline: 1px solid transparent;
        &:hover {
          transform: translateY(-4px);
          outline: 1px solid var(--themOrange);
          color: var(--themOrange);
          text-shadow: 0 0 1px var(--themOrange), 0 0 1px var(--themOrange);
        }
      }
    }

    .grapic-holder {
      background-color: #ccc;
      display: block;
      width: 20%;
    }
  }
}

/* ======================================================
SIGNUP/SIGNIN FORMS
 ====================================================== */

.account_form {
  padding: 12px;
  width: 100%;
  height: 100%;
  display: flex;

  .form {
    width: 430px;
    max-width: 100%;
    display: block;
    margin: auto;
    font-family: KumbhSans;

    h1 {
      color: var(--themOrange);
      margin-bottom: 15px;
      font-size: 32px;
    }

    form {
      width: 100%;
      border: 1px solid #ccc;
      padding: 30px;
      border-radius: 22px;

      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none;
      }
    }
    div:has(input) {
      position: relative;
      &:not(:first-child) {
        margin-top: 20px;
      }
    }

    div:has(.togglePass) {
      span {
        position: relative;
        .togglePass {
          width: 20px;
          height: 20px;
          background-color: transparent;
          filter: brightness(0) saturate(100%) invert(37%) sepia(86%)
            saturate(1963%) hue-rotate(354deg) brightness(100%) contrast(102%);
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 50%;
          border: 0px;
          background-image: url(../images/eye-icon.png);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          cursor: pointer;
        }
        .togglePass.visible {
          background-image: url(../images/eyecross-icon.png);
        }
      }
    }

    input:not([type="radio"]),
    label {
      display: block;
      width: 100%;
    }

    input:not([type="submit"], [type="submit"]) {
      border: 1px solid #ccc;
      padding: 8px;
      border-radius: 6px;
      margin-top: 10px;
      &:focus {
        border: 1px solid var(--themOrange);
        outline: 0;
      }
    }

    input[type="submit"] {
      background-color: var(--themOrange);
      color: #ffff;
      border: 0px;
      outline: 0px;
      padding: 8px;
      border-radius: 11px;
      transition: all ease 0.4s;

      &:hover {
        background-color: #000;
      }
    }
    .forgotten-password {
      color: #7b7b7b;
      display: block;
      margin: auto;
      width: 95%;
      border-top: 1px solid var(--themOrange);
      margin-top: 20px;
      padding-top: 10px;
      text-align: center;
      transition: all ease 0.4s;
      &:hover {
        color: var(--themOrange);
      }
    }
  }

  /* ==================================================== */
  .box {
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-radius: 18px;
    p {
      margin: 0px;
      a {
        color: var(--themOrange);
        font-weight: 600;
      }
    }
  }
}

/* ================================= */
@media (max-width: 360px) {
  .account_form {
    .form {
      form {
        padding: 30px 20px !important;
      }
    }
    .box {
      padding: 20px !important;
    }
  }
}

/* ================================================================= */
.passenger-pfp-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 30px;
  width: 1200px;
  margin: 50px auto;
  .card {
    width: 420px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    padding: 15px;
    transition: all ease 0.5s;
    &:hover {
      border-color: transparent;
      transform: translateY(-5px);
      box-shadow: 0px 7px 15px 1px #ccc;
    }
    .in_body {
      display: flex;
      column-gap: 15px;
    }

    span:has(img) {
      display: block;
      width: fit-content;
      height: fit-content;
      background-color: #000;
      overflow: hidden;
      img {
        width: 90px;
        height: 100px;
      }
    }
    span:not(:has(img)) {
      p {
        margin: 0;
        font-weight: 600;
        color: #9e9e9e;
        font-size: 18px;
      }
      h4 {
        color: var(--themOrange);
        margin-bottom: 20px;
      }
      a {
        color: #0a3c6c;
        text-decoration: none;
        border-bottom: 1px solid #0a3c6c;
        font-weight: 700;
        font-size: 13px;
      }
    }
  }
}

/* ===========================================================
DATABOARD/DASHBOARD
=========================================================== */
.my__dashboard {
  margin-top: calc(20px + 2vw);
  .text-header {
    text-align: center;
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
    p {
      font-size: 20px;
      font-family: KumbhSans;
    }
  }
}
.data-board {
  max-width: 95%;
  margin: 50px auto;
  overflow-x: auto;
  box-shadow: 0 10px 20px 1px #ccccccb7;
  border-radius: 22px;

  table::-webkit-scrollbar-thumb:horizontal {
    height: 8px;
    background: rgb(255, 0, 0);
  }
  table::-webkit-scrollbar-thumb:vertical {
    height: 8px;
    background: gray;
  }

  table {
    width: 100%;
    min-width: 1200px;
    max-width: 100%;
    tr:has(th) {
      background-color: var(--themOrange);
      position: sticky;
      z-index: 55;
      top: 0;
      left: 0;
      color: #fff;
      th {
        font-weight: 500;
      }
      th:first-child {
        width: 7%;
      }

      .md-col {
        width: 13.5%;
      }
      .sm-col {
        width: 8%;
      }
    }

    p,
    b {
      margin: 0;
    }

    /* -------------------------------------------- */
    td {
      .pfp-link {
        color: #000;
        border-bottom: 2px dotted #999999;
        padding-bottom: 5px;
        transition: all ease 0.4s;

        &:hover {
          color: #376ffd;
          border-color: #376ffd;
        }
      }
    }

    .status {
      display: inline-block;
      width: fit-content;
      border-radius: 5px;
      padding: 3px 10px;
      margin: 0 auto;
      color: #ffff;
      font-size: 14px;
      font-weight: 600;
    }
    /* ----------------------------------- */
    .hof {
      background-color: #ff710c;
      font-size: 12px;
      padding: 2px 5px;
    }
    /* ----------------------------------- */
    .dark {
      background-color: #000000;
    }
    .gray {
      background-color: #595959;
    }
    .red {
      background-color: #cc0000;
    }
    .blue {
      background-color: #001c7a;
    }
    .purple {
      background-color: #9014fe;
    }
    .yellow {
      background-color: #d7a200;
    }
    .green {
      background-color: #46b653;
    }
    /* -------------------------------------------- */
    .locked,
    .view,
    .unlocked {
      position: relative;
      width: 32px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      display: inline-block;

      margin: 0 auto;
      &::before {
        content: "";
        display: block;
        width: 17px;
        height: auto;
        aspect-ratio: 1/1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }

    .view {
      background-color: #001c7a;
      &::before {
        background-image: url(../images/view-icon.png);
      }
    }
    .locked {
      background-color: #ce0000;
      &::before {
        background-image: url(../images/lock-white-icon.png);
      }
    }
    .unlocked {
      background-color: #007b39;
      &::before {
        background-image: url(../images/unlock-white-icon.png);
      }
    }

    tr:not(:last-child) {
      border-bottom: 1px solid #ccc;
    }
    th,
    td {
      padding: 20px 10px;
      &:not(:nth-child(3)) {
        text-align: center;
      }
      &:not(:last-child) {
        border-right: 1px solid #62626233;
      }
    }
  }
}

p.tt-tooltip {
  position: relative;
  &::before {
    content: attr(tool-tip);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 200px;
    padding: 5px 10px;
    background-color: #444444;
    color: #ffff;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.4s;
  }

  &:hover {
    &::before {
      visibility: visible;
      opacity: 1;
    }
  }
}
/* =================================================== */
.add_morebtn {
  margin-top: -30px;
  display: block;
  background-color: var(--themOrange);
  color: #ffff;
  font-weight: 600;
  width: fit-content;
  padding: 20px 50px;
  font-size: 21px;
  border-radius: 5px;
  margin: 0 auto;
  transition: all ease 0.4s;
  &:hover {
    color: #fff;
    background-color: #000;
  }
}

td:has(.msg_notif) {
  position: relative;
  .msg_notif {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    background-image: url(../images/notification-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: bellshake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
    &::before {
      content: "";
      display: block;
      width: 8px;
      aspect-ratio: 1/1;
      background-color: red;
      border-radius: 9999px;
      position: absolute;
      top: 1px;
      right: -2px;
      outline: 4px solid #fff;
      animation: pulse-animation 2s infinite;
      box-shadow: 0px 0px 1px 1px #ff00006a;
    }
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #ff0000;
  }

  100% {
    box-shadow: 0 0 0 10px #ff000000;
  }
}

@keyframes bellshake {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  70% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

/* ADDED BY ABDUL SAMAD */
.validate {
  color: red !important;
}

.family-group {
  border-top: 3px solid var(--secondary);
  border-bottom: 3px solid var(--secondary);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.not_validate {
  color: #28a745;
}

.verify_email {
  text-align: center;
}

.verify_email p:first-child {
  font-weight: bold;
}

.verify_email_span {
  font-weight: bold;
}

.cutom_btn {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 10px;
}

.btn_resend {
  color: red !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}

.need_help {
  text-align: center;
}

.need_help a {
  text-decoration: underline !important;
}
/* ADDED BY ABDUL SAMAD */
/* ---------------------14/Apr/2025--------------------- */
/* ADDED BY M.BARRY */

/* modal styling  */
.modal-content button {
  background-color: #d90202;
  width: 2.5rem;
  border: 0;
  color: #ffffff;
  margin-left: auto;
  font-size: 25px;
}
.modal .modal-content {
  border: 0px;
  .modal-body {
    padding: 0px;
  }
}
/* modal styling ends */
/* --------------------------------- */
.my-account-mobile:has(.sign_in) {
  border: 1px solid var(--themOrange);
  padding: 15px;
  margin: 0px;
  width: 85%;
  margin: 0 auto;
  border-radius: 12px;
  margin-top: 50px;
  * {
    margin: 0;
    padding: 0;
    color: var(--themOrange) !important;
  }
}

@media (max-width: 820px) {
  #mySidenav {
    overflow-y: auto !important;
    height: 100% !important;

    .fb-links {
      margin-top: 20px !important;
      display: block;
    }
  }
}

.carousel-item {
  transition: transform 1s ease-in-out;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1s !important;
}
/* ADDED BY M.BARRY */
/* =============================================== */
/* Jun 23, 2025 */ 
.testimonial-new-section{
  .row{
    row-gap: 10px;
  }
  .col-lg-6{
    padding: 14px;
  }
  .card{
    border: 0px;
    box-shadow: 0px 0px 15px #ccc;
    padding: 2rem;
    padding-bottom: 1.5rem;
    border-radius: 12px;
    transition: transform 0.4s, outline 0.3s;
    outline: 1px solid #fff;
    height: 100%;
    &:hover{
      transform: translateY(-10px);
      outline: 1px solid var(--themOrange);
      h5:not(small){
        color: var(--themOrange);
      }
    }
    h5{
      position: relative;
      margin-top: 20px;
      width: fit-content;
      /* text-align: end; */
      font-size: 17px;
      transition: color 0.5s;
      &::before{
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        top: -10px;
        left: 0px;
        border-top:1px dashed var(--themOrange) ;
      }
      span{
        /* display: block; */
        /* text-decoration: ; */
        font-style: italic;
        color: #575757;
      }
    }
    p{
      font-family: KumbhSans;
      margin: 0px;
      font-size: 16px;
      line-height: 28px;
    }
  }
  
  
  .pg-control{
    display: flex;
    justify-content: center;
    column-gap: 5px;
    margin-top: 3rem;
    .pg-next,
    .pg-prev{
      display: block;
      width: 50px;
      aspect-ratio: 1/1;
      font-size: 35px;
      background-color: var(--themOrange);
      text-align: center;
      color: #ffff;
      line-height:38px;
      
      &[disabled]{
        opacity: 0.7;
        cursor: not-allowed;
      }
    }
    
    .pg-next{
      border-radius: 0px 5px 5px 0px !important;
    }
    .pg-prev{
      border-radius: 5px 0px 0px 5px !important;
    }
    
    
  }
}



@media (max-width:500px) {
  .testimonial-new-section{
    .col-lg-6{
      padding:7px 0px!important ;
    }
    .card{
      padding: 20px !important;
      p{
        font-size: 14px !important;
        line-height: 23px !important;
      }
      h5{
        font-size: 15px !important;
      }
    }
  }
}


/* July 1st, 2025 */ 
.testimonial{
  .btn-to-comments{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    .latst-testi{
      display: block;
      width: fit-content;
      height: fit-content !important;
      background-color: #ffff;
      button{
        outline: 1px solid var(--themOrange) !important;
        border: 0px transparent !important;
        background: transparent;
        color: var(--themOrange);
        text-shadow: 0px 0px 1px var(--themOrange), 0px 0px 1px var(--themOrange);
        animation: blink 2s linear infinite;
      }
    }
  }

}


@keyframes blink {
  10%,30% {color: #fff;  text-shadow: 0px 0px 1px #ffff, 0px 0px 1px #fff; }
  20%, 40%, 50%, 100% {background-color: #fff; color: var(--themOrange); text-shadow: 0px 0px 1px var(--themOrange), 0px 0px 1px var(--themOrange);}
}
