* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Afacad Flux", system-ui;
}
header .topHeader{
    background-color: #424242;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 0px 40px;
}
.section{
    padding: 10px 15px;
}
.navigationBar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
 .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
}
.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    left: 0;
    border: none;
    background: #ffffff;
}
.navbar-toggler {
    border: none !important;
    padding: 0 !important;
    outline: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 3px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

/* ---------- */
nav.navbar.firstNavbar a.navbar-brand {
    margin-right: 32px;
    font-weight: 600;
    font-size: 20px;
    padding-top: 0px;
}
nav.navbar.firstNavbar .navbar-collapse li.nav-item a{
    color: #000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-decoration: none;
    padding-left: 24px;
}

nav.navbar.secondNavbar a.navbar-brand {
    margin-right: 32px;
    font-weight: 600;
    font-size: 20px;
    padding-top: 0px;
}
nav.navbar.secondNavbar .navbar-collapse li.nav-item a{
    color: #000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-decoration: none;
    padding-left: 24px;
}
.megaMenu .nav-item a.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: black;
}
.dropdown .dropDownicn{
    font-size: 12px;
}
.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .6s;
}
.nav-link:hover::after {
    width: 100%;
    transition: width .6s;
}
.megaMenu .megaMenueHeading{
    padding-left: 25px;
    font-size: 18px;
    padding-bottom: 5px;
} 
/* --------- slider  */
.carousel .sliderBorder{
    border-radius: 12px;
}
.carousel video{
    border-radius: 12px;
}

@media screen and (orientation: landscape) {
    .section {
        padding: 30px 40px;
    }
    .section .headBox{
        width: 40%;
    }
    .carousel-item img {
      height: 90vh;
    }
    .carousel .sliderBorder{
        border-radius: 20px;
    }
    .carousel video{
        border-radius: 20px;
    }
    nav.navbar.navbar-expand-lg.firstNavbar {
        height: 80px;
        border-bottom: 1px solid #d9dfe6;
        padding: 0px 40px;
    }
    nav.navbar.navbar-expand-lg.secondNavbar {
        /*height: 64px;
        border-bottom: 1px solid #d9dfe6;
        padding: 0px 40px;*/
        height: auto;
      border-bottom: 1px solid #d9dfe6;
      padding: 15px 40px;
    }
    .slider .carousel-item img{
      width: 100%;
      height: 90vh;
    }
  }
  
  footer .DarkColor{
    background-color: #424242;
  }

/* ===================== Pricing card ========== */

.priceSection{
	width: 100%;
	box-sizing:border-box;
}
.priceSection .price-table .card{
	position: relative;
	max-width:300px;
	height:auto;
	border-radius:15px;
	margin: 0 auto;
	padding: 40px 20px;
	box-shadow:0px 7px 14px rgba(185, 185, 185, 0.5);
	transition: .5s;
    border: none;
	overflow: hidden;
}
.priceSection .option ul li{
	margin:0 0 10px;
}
/* ====================== GallerySection ========= */

  @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .GallerySection .gallery-item {
    display: block;
  }
  
  .GallerySection .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }
  
  .GallerySection .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  .GallerySection .lightbox-modal .modal-content {
    background-color: rgb(0 0 0 / 0.75);
  }
  
  .GallerySection .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }
  
  .GallerySection .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .GallerySection .lightbox-modal .lightbox-content {
    width: 100%;
  }
  
  .GallerySection .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }
  
  .GallerySection .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color:#fff!important;
  }
  
  .GallerySection .lightbox-modal .carousel-inner {
    width: 75%;
  }
  
  .GallerySection .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }
  
  .GallerySection .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color:rgb(0 0 0 / 0.75);
    color: #fff !important;
  }
  
  .GallerySection .lightbox-modal .carousel-control-prev,
  .GallerySection .lightbox-modal .carousel-control-next {
    width: auto;
  }
  
  .GallerySection .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }
  
  .GallerySection .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }
  
  @media (min-width: 1400px) {
    .GallerySection .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }

  .GallerySection .btn-fullscreen-enlarge,
  .GallerySection .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
  }
  
  .GallerySection .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }
  
/* ============= Simple Testimonial */
  .simpleTestimonial .card{
    border:none;
  }

  .simpleTestimonial .user-content p{
    margin-top:5px;
    font-size:16px;
  }


  .simpleTestimonial .ratings{
    color:#ffb100;
  }

/* ==============Price Section==== */
.priceSection .price-table .card{
  margin-top: 5px;
}

/* =============== breadcrumb new > sign ==== */
.breadcrumb > li + li:before {
  content: ">" !important;
  padding: 0 5px;
}