@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&amp;family=Agdasima:wght@400;700&amp;family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&amp;family=Gilda+Display&amp;family=Kumbh+Sans:wght@100..900&amp;family=Lexend:wght@100..900&amp;family=Pacifico&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Rethink+Sans:ital,wght@0,400..800;1,400..800&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;family=Yesteryear&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {font-family: "Poppins", serif;}

li,
ul,
a {
  margin: 0;
  list-style: none;
  text-decoration: none !important;
}

.f-sec{
  font-family: "Poppins", serif;
}

p {
  display: inline-block;
  color: #717171;
}

main {
  font-family: "Poppins", serif;
  overflow-x: hidden ;
}

:root {
  --pri-color: #000000;
}

.highlight {
  color: #ff0000 !important;

}

.f-l {
  font-size: 24px;
}

.l-space {
  letter-spacing: 3px;
}

.bttn {
  padding: 0.625rem 0.875rem;
  border-radius: 16px;
  font-weight: 500;
  font-size: 0.938em !important;
  white-space: nowrap;
}



.btn-fill {
  background-color: #f50000;
  color: #ffffff;
}

.sec-spacer {
  padding: 60px 0;
}

@media (max-width:999px){
  .sec-spacer {
    padding: 30px 0;
  }
}
.md-spacer {
  padding: 30px 0;
}

.sm-spacer {
  padding: 15px 0;
}

.text-white {
  color: #ffffff;
}

.packages-header {
  position: relative;
  z-index: 5;
}
.title {
  font-size: 40px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0;
  color: #111111;
}


@media (max-width:600px) {
  .banner-btn{
    height: max-content !important;
    width: fit-content;
    display: block;
    padding:6px 12px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 6px !important;
   
  
  }

  .head2{
    font-size: 8px;
  }
}


.breadcrump {
  position: relative;
  min-height: 400px;
  background-image: url(../image/malpe-port.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.breadcrump-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.breadcrump-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
}

.breadcrump h1 {
  margin: 0;
  font-weight: 600;
}


.img2.animated{
  animation: rotate 20s linear infinite alternate;
}

@keyframes rotate{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}

/* header */
/* TOP HEADER */
.top-header {
  background-color: #ff0000;
}

.top-header-wrapper {
  padding: 5px 0;
  padding-left: 260px;
}

.header-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.header-links ul{
  display: flex;
  
  flex-wrap: wrap;
  
}

.header-links.sm li{
  margin: 0px 5px !important;
}

.header-links.sm li a i{
  font-size: 24px !important;
}



.header-top {
  background-color: #111111;
  border-radius: 0 0 999px 999px;
  margin-bottom: 10px;
  border-bottom: 3px solid #fff;
}
.header-links > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.header-links > ul > li {
  margin: 0 10px;
}

.header-links-title {
  color: #000000;
  font-size: 14px;
}

.header-links > ul > li i {
  color: var(--pri-color);
  font-size: 1.25rem;
  margin-right: 10px;
}

.header-links > ul > li,
.header-links > ul > li a {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .navbar-logo {
    background-color: #fff;
    border-radius: 15px;
  }
}

.navbar.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  animation: fade 0.5s;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar.sticky .navbar-logo {
  margin-top: 0;
  border: none;
}

.navbar-brand {
  margin-right: 0;
}

.navbar.sticky .navbar-brand img {
  width: 110px !important;
}

/* navbar */
.offcanvas-body{
  flex-wrap: wrap;
  
}
.navbar-nav{
  flex-wrap: wrap;
}
.offcanvas-body > .navbar-nav > .nav-item {
  margin: 0 4px;
}

.btn.whts {
  background-color: #f50000;
  color: #fff;
  font-weight: 600;
}

.btn.whts:hover {
  background-color: #ff0000;
}

.nav-item .nav-link {
  font-weight: 500;
  color: #ff0000;
}

.nav-item .nav-link:hover {
  color: var(--pri-color);
}

/* BANNER */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  background-color: #ffffff57;
  border-radius: 50%;
  color: #fff;
  padding: 15px 20px;
  display: block !important;
}

@media (max-width: 999px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .navbar-brand img {
    width: 130px !important;
  }
}

.swiper-button-next {
  z-index: 30 !important;
}

.slide {
  position: relative;
}
.slide img {
  position: relative;
}

.swiper-slide-active .slide-cont .head2{
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
}

.swiper-slide-active .slide-cont .title{
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
}

.swiper-slide-active .slide-cont .bttn{
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
}


@keyframes fadeIn {
  0% {  
    opacity: 0; 
    filter: blur(5px);
    transform: translateX(50px);
  }
  100% { 
    opacity: 1;
    filter: blur(0);
    transform: translateX(0); }
}


.slide::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000070;
}

.swiper-slide .slider-cont {
  display: none;
}

.slide-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: 800;
  z-index: 40;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide .slide-cont .title {
  font-size: 70px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  width: max-content;
}

@media (max-width: 1300px) {
  .slide-cont .title {
    font-size: 60px !important;
  }
}

@media (max-width: 999px) {
  .slide-cont .title {
    font-size: 40px !important;
  }
}

@media (max-width: 700px) {
  .slide-cont .title {
    font-size: 25px !important;
  }
}

@media (max-width: 400px) {
  .slide-cont .title {
    font-size: 18px !important;
  }
}

/* ABOUT US */
.abts-images {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.abts-images .img1 {
  grid-column: 2 / span 7 !important;
  grid-row: 1;
  z-index: 1;
  border-radius: 5px;
}

.abts-images .img2 {
  grid-column: 2 / span 10;
  grid-row: 1;
  z-index: 2;
  margin-top: 50%;
  border-radius: 5px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}



.abts-images.sec .img1{
  grid-column: 2 / span 7 !important;
  grid-row: 1;
  z-index: 1;
  border-radius: 5px;

  border-top-right-radius: 40%;
  border-top-left-radius: 40%;
  height: 100%;
}


.abt-left-wrapper {
}

@media (min-width:999px){
  .right-wrapper{
    padding-left: 20px;
  }
}
/* SERVICES */
.ser-crd {
  padding: 10px;
  overflow:  hidden;
}



.ser-content {
  padding: 25px;
  text-align: center;
}

.ser-crd {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
}

.ser-content h4 a {
  color: #111111;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.service-header {
  position: relative;
}

.service-header .sub-heading {
  font-size: 100px;
  opacity: 0.1;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #111111;
  z-index: -1;
}
/* GALLERY */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 15px;
}

.gallery-header {
  position: relative;
}

.gallery-header .sub-heading {
  font-size: 100px;
  opacity: 0.15;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #111111;
  z-index: -1;
}

@media (max-width:1200px){
  .sub-heading{
    font-size:5rem !important;
  }
}

@media (max-width:600px){
  .sub-heading{
    font-size:3.125rem !important;
    
  }
}

.gallery-item {
  overflow: hidden;
  position: relative;
  transition: 0.5s linear;
}

.gallery-item::after {
  background-color: #000000af;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.5s linear;
}

.gallery-item:hover::after {
  width: 100%;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms linear;
  position: relative;
}

.gallery-item .gallery-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.gallery-item .gallery-text h5 {
  position: relative;
  letter-spacing: 4px;
  padding-bottom: 10px;
  width: fit-content;
}

.gallery-item .gallery-text h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: rgb(255, 255, 255);
  width: 0;
  transition: 0.5s linear;
}

.gallery-item .gallery-text h6 {
  font-weight: 300;
  transition: 0.5s linear;
  opacity: 0;
}

.gallery-item:hover .gallery-text h6 {
  opacity: 1;
}

.gallery-item:hover .gallery-text h5::after {
  width: 100%;
}

.gallery-item-1 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 7;
}

.gallery-item-2 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery-item-3 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery-item-4 {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 7;
}



.gallery-item-6 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}


.gallery-item-5{
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 3;
}


.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}

@media (max-width: 999px) {
  .gallery-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gallery-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }

  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-3,
  .gallery-item-4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

.gallery-text {
  position: relative;
  z-index: 3;
}

/* PACKAGES */

.packages {
  position: relative;
  background-image: url(../image/popular-packages.jpg);
  background-position: center center;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.packages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000009a;
}
.pckg-item {
  position: relative;
  z-index: 1;
  margin: 0;
}

.packg-item-outer::before {
  content: "";
  position: absolute;
  height: 97%;
  width: 50%;
  background-color: #fff;
  top: 15px;
  left: 5px;
  z-index: -1;
  transform: rotate(-6deg);
}

.packg-item-outer {
  position: relative;
  z-index: 5;
  padding: 10px;
  background-color: #fff;
}

.packg-item-outer::after {
  position: absolute;
  height: 50%;
  width: 90%;
  content: "";
  background-color: #fff;
  top: 0;
  right: -10px;
  z-index: -1;
  transform: rotate(10deg);
}

.pckg-image {
  position: relative;
}

.pckg-content {
  text-align: center;
  padding: 25px 0;
}

.pckg-content h3 a {
  color: #111111;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.pckg-content h4 a {
  color: #111111;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.pckg-slide .owl-item {
  margin: 10px 0;
}

.pckg-card {
  margin: 15px;
}

.pckg-card.sec {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.5s linear;
}

.pckg-card.sec:hover {
  transform: translateY(-30px);
}

.packg-item-outer.sec::after {
  display: none;
}

.packg-item-outer.sec::before {
  display: none;
}
.owl-stage {
  padding: 20px 0;
}

.pckg-image.sec {
  position: relative;
}
.best-selling {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffc927;
  color: #fff;
  padding: 8px 12px;
  font-weight: 700;
  border-radius: 16px;
}

.cabs .header {
  position: relative;
}

.cabs .header .sub-heading {
  font-size: 100px;
  opacity: 0.15;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #111111;
  z-index: -1;
}

/* FOOTER */

.footer {
  background-color: #111111;
  margin-top: -5px;
}

.footer-images{
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  height: fit-content;
}

.footer-images .img2{
  grid-column: 2 / span 10;
  grid-row: 1;
  z-index: 2;
  border-radius: 5px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.widget-info {
  display: flex;
  flex-direction: column;
}

.footer-title {
  color: #ff0000;
  font-weight: 600;
}

.widget-info.adrs {
  color: #fff;
}

.widget-info.adrs .adrs-title {
  font-size: 19px;
  font-weight: 600;
}

.widget-info.adrs .adrs-text {
  color: #c7cece;
}

.widget-info.adrs i {
  margin-right: 10px;
  color: var(--pri-color);
}
.widget-info > .links > .link {
  margin-bottom: 16px;
}

.widget-info > .links > .link > a {
  color: #fff;
}

.widget-info.contact {
  color: #fff;
  height: 100%;
  /* border-right: 2px;
  border-left: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #0000004e, #fbfbfb2b, #0000004e) 1
    100%; */
}

.contact.me2 .me1-text .link{
  color: #ff0000;
  font-weight: 700;
}

.widget-info.contact h4 {
  font-weight: 600;
  letter-spacing: 2px;
}

.widget-info.contact p {
  color: #c7cece;
}

.copyright {
  background-color: #1b1b1b;
}
.copyright > .container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  color: #c7cece98;
}

.copyright > .container a {
  color: #f6f6f6;
}

.ftr-social {
  display: flex;
}

.ftr-social .scl {
  display: block;
  font-size: 25px;
  color: var(--pri-color);
  border: 1px solid var(--pri-color);
  padding: 5px 10px;
  border-radius: 100%;
  transition: 0.3s linear;
}

.ftr-social .scl:hover {
  background-color: var(--pri-color);
  color: #fff;
}

.ftr-social .inst.scl {
  margin-left: 6px;
}

.social-icons .ftr-social .scl {
  color: var(--pri-color);
  border: 1px solid var(--pri-color);
  padding: 5px 10px;
  border-radius: 100%;
  transition: 0.3s linear;
}

.social-icons .ftr-social .scl:hover {
  background-color: var(--pri-color);
  color: #fff;
}

@media (max-width: 999px) {
  .widget-info.contact {
    color: #fff;

    border-right: none;
    border-left: none;
  }

  .copyright .container {
    flex-direction: column;
    justify-content: center;
  }
}

/* STICKY SOCIAL ICON */
.pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 30px;
}
.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px !important;
  color: white;
  border-radius: 50px;
  text-align: center;

  z-index: 9000;
}
.pulse.btn-whats {
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
}

.pulse.btn-call {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 120px;
  right: 40px;
  color: #fff;
  background-color: #2196f3;
}

.pulse.btn-inst {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 190px;
  right: 40px;
  color: #fff;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.pulse.btn-inst i {
  top: 0;
}

.pulse.btn-call i {
  top: 0;
}
.pulse.btn-call a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse.pulse.btn-whats:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}

.banner {
  background-image: url(../image/aboutbg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}

.logo{


}

.banner::before {
  content: "";
  position: absolute;
  background-color: #000000b9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner .text-content {
  position: relative;
  z-index: 2;
}

.banner .text-content {
  font-size: 50px;
  color: var(--pri-color);
}

.title a {
  font-size: 50px;
  color: #ffffff;
}

.banner-image {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row: 1;
  position: relative;
  z-index: 3;
}

.banner-image img {
  grid-column: 4 / span 6;
  margin-top: -150px;
}


@media (max-width:1300px){
  .banner-image img {
    
    margin-top: -200px;
  }
}


@media (max-width:1200px){
  .banner-image img {
    
    margin-top: -190px;
  }
}


@media (max-width:1100px){
  .banner-image img {
    
    margin-top: -150px;
  }
}

@media (max-width:999px){
  .banner-image img {
    
    display: none !important;
  }

  .text-content{
    position: absolute !important;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50% !important;
    width: max-content;
  }
}





/* CONTACT PAGE */
.contact {

}

.contact.widget{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0.9375em;
  padding: 1.125em;
  transition: all 300ms ease-in;
}


@media (max-width:600px){
  
.contact.widget{
  padding: 0;
}

}
.contact:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contact .icon {
  padding: 10px 10px;
  border-radius: 50%;
  background-color: #FFF;
  color: var(--pri-color);
}

.contact .icon i{
  color: var(--pri-color);
  font-size: 25px;
  padding: 0;
  margin: 5px;
}


.me1-text p{
  color: #111111;
}


.inner-cont-container h4 {
  margin-bottom: 0.938em;
}

.contact-image {
  position: relative;
}

.contact-image::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.567);
}

.cont-head {
  font-size: 17px;
  font-weight: 700;
  color: #111111;

}


@media (max-width:999px) {
  .contact-image {
    display: none;
  }

  .inner-left-wrapper {
    grid-column: 1 / span 12;
    grid-row: 1;
    z-index: 2;
  }
}




/* GALLERY PAGE */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 40px 30px 40px 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}

.img-wrapper img {
  /* max-width: 50vw;
    height: 66vh; */
  object-fit: cover;
}

@media (max-width: 999px) {
  .img-wrapper img {
    max-width: 100%;
    height: 100%;
  }
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* GALLERY PAGE */
:root {
  --card_width: 350px;
  --row_increment: 10px;
  --card_border_radius: 16px;
  --card_small: 26;
  --card_med: 33;
  --card_large: 45;
}

.gallery {
  display: block;
  position: relative;
}

.pin_container {
  margin: 0;
  padding: 0;
  width: 95vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;

  grid-template-columns: repeat(auto-fill, var(--card_width));
  grid-auto-rows: var(--row_increment);
  justify-content: center;
}

.card {
  padding: 0;
  margin: 15px 10px;
  border-radius: var(--card_border_radius);
  border: none !important;
  overflow: hidden;
  border-radius: 15px;
}
.card:hover img {
  transform: scale(1.1);
}
.card img {
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.card_small {
  grid-row-end: span var(--card_small);
}

.card_medium {
  grid-row-end: span var(--card_med);
}

.card_large {
  grid-row-end: span var(--card_large);
}

.pin_container .img-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 12px;
}


.banner.sec{
  background-image: url(../image/aboutbg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  background-attachment: fixed;
}

.mis-inner{
  text-align: center;
  padding: 20px 30px 60px 20px;
  background-color: #FFF;
  margin-top: -160px;
  position: relative;
  display: block;
  z-index: 6;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

}


.vis-inner{
  text-align: center;
  padding: 60px 30px 20px 20px;
  background-color: #FFF;
  margin-bottom: -160px;
  position: relative;
  display: block;
  z-index: 6;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}


.sub-ser-inner{
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
}

.sub-ser-inner .icon{
  height: 40px;
  width: 40px;
  
}


.badge{
  position: absolute;
  top: 5px;
  right: -5px;
  padding: 10px;
  background-color: rgb(253, 253, 253);
  border-radius:0% !important;
}




table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 8px;
}

@media (max-width:1100px){
  td, th {
    border: 1px solid #acacac91 !important;
   
  }
}

tr:nth-child(even) {
  background-color: #dddddd;
}


tr:hover{
  font-weight: 700;
  color: var(--pri-color);
}

.t-btn a{
 white-space: nowrap;
}

@media(min-width:1200px){

  tr:hover .t-btn a{
   
   color: #FFFF;
  }
}




.t-head{
  background-color: var(--pri-color);
}


.t-head:hover{
  color: #000000;
}

td{
  padding: 20px 10px;
  white-space: nowrap;
}

th{
  white-space: nowrap;
}

.taxi .taxi-btn{
  width: 100%;
}

.taxi .taxi-btn a{
  background-color: #ff0000;
  padding: 12px 40px;
  color: #ffffff;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  display: inline-flex;
  white-space: nowrap;

}

.taxi-box:nth-child(1) .taxi-btn a{
  background-color: #f50000;
  font-weight: 600  ;
}

.sticky01 {
    right: 0;
    position: fixed;
    top: 360px;
    z-index: 1000;
}


@media(min-width:1200px) and (max-width:1400px){
  .taxi .taxi-btn a{
   
    padding: 12px 20px;
    
  
  }
}



.active {
    color: #000000
}