*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      overflow-x:hidden;
      font-family:'Roboto',sans-serif;
      background:black;
    }

  
.page-banner{
  position:relative;
  width:100%;
  height:540px;
  background:url('Assets/banner/197469_68849f9d9b104be68b83a2ab969b60f2~mv2 (1).jpeg');
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

/* OVERLAY */

.page-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.68);
}

/* CONTENT */

.page-banner-content{
  position:relative;
  z-index:5;
  margin-top:120px;
}

/* TITLE */

.page-banner-content h1{
  color:#fff;
  font-size:90px;
  font-family:'Anton',sans-serif;
  letter-spacing:2px;
  margin-bottom:18px;
}

/* BREADCRUMB */

.breadcrumb-text{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}

.breadcrumb-text a,
.breadcrumb-text span{
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight:700;
}

.breadcrumb-text a:hover{
  color:#F8DC57;
}

/* =========================
   MOBILE RESPONSIVE
========================== */

@media(max-width:991px){

  .page-banner{
    height:420px;
  }

  .page-banner-content{
    margin-top:100px;
    padding:0 15px;
  }

  .page-banner-content h1{
    font-size:48px;
  }

  .breadcrumb-text a,
  .breadcrumb-text span{
    font-size:16px;
  }

}

/* =========================
   STICKY HEADER
========================== */

.sticky-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
      top: 0px !important;
    backdrop-filter: blur(8px);
}

/* =========================
   TOP BAR
========================== */

.top-bar{
  padding:14px 70px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;
}

.top-bar span{
  color:#d9d9d9;
  font-size:14px;
  font-weight:500;
}

/* SOCIAL ICONS */

.social-icons a{
  color:#fff;
  margin-left:20px;
  font-size:16px;
  transition:.3s;
  text-decoration:none;
}

.social-icons a:hover{
  color:#F8DC57;
}

/* =========================
   NAVBAR
========================== */

.custom-navbar{
  padding:22px 70px;
  background:transparent;
  
}

/* LOGO */

.navbar-brand{
  padding:30px 0;
}

.navbar-brand img{
  width:160px;
}

/* NAV LINKS */

.nav-link{
  color:#fff !important;
  font-size:17px;
  font-weight:700;
  margin:0 18px;
  transition:.3s;
  position:relative;
}

.nav-link:hover{
  color:#F8DC57 !important;
}

/* BUTTON */

.member-btn{
  background:#fff;
  color:#111;
  border:none;
  padding:18px 38px;
  font-size:14px;
  font-weight:800;
  transition:.3s;
}

.member-btn:hover{
  background:#F8DC57;
  color:#fff;
}

/* =========================
   DROPDOWN MENU
========================== */

.custom-dropdown{
  position:relative;
}

/* MAIN DROPDOWN */

.custom-dropdown-menu{
  background:#000 !important;
  border:none !important;
  min-width:230px;
  padding:10px 0;
  border-radius:6px;
  margin-top:12px;
  box-shadow:none !important;
  
}

/* DROPDOWN ITEMS */

.custom-dropdown-menu .dropdown-item{
  color:#fff !important;
  font-size:14px;
  font-weight:600;
  padding:9px 18px;
  transition:.3s;
  background:transparent !important;
  line-height:1.3;
}

/* HOVER EFFECT */

.custom-dropdown-menu .dropdown-item:hover{
  color:#F8DC57 !important;
  padding-left:24px;
  background:transparent !important;
}

/* REMOVE BOOTSTRAP WHITE */

.dropdown-menu{
  --bs-dropdown-bg:#000;
  --bs-dropdown-border-color:transparent;
  --bs-dropdown-link-hover-bg:transparent;
}

/* REMOVE DEFAULT ARROW */

.dropdown-toggle::after{
  display:none;
}

/* DESKTOP HOVER */

@media(min-width:992px){

  .custom-dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
  }

}

/* =========================
   MOBILE RESPONSIVE
========================== */

@media(max-width:991px){

  /* TOP BAR */

  .top-bar{
    display:none !important;
  }

  /* NAVBAR */

  .custom-navbar{
    padding:15px 20px;
    background:rgba(0,0,0,.95);
    backdrop-filter:blur(10px);
  }

  /* LOGO */

  .navbar-brand{
    padding:0;
  }

  .navbar-brand img{
    width:120px;
  }

  /* TOGGLER */

  .navbar-toggler{
    border:none;
    box-shadow:none !important;
  }

  .navbar-toggler:focus{
    box-shadow:none;
  }

  /* MOBILE MENU */

  .navbar-collapse{
    background:#000;
    padding:25px;
    margin-top:20px;
    border-radius:10px;
  }

  .nav-link{
    margin:14px 0;
  }

  /* MOBILE DROPDOWN */

  .custom-dropdown-menu{
    min-width:100%;
    padding:6px 0;
    background:#111 !important;
    border-radius:8px;
  }

  .custom-dropdown-menu .dropdown-item{
    font-size:13px;
    padding:8px 15px;
  }

  .custom-dropdown-menu .dropdown-item:hover{
    padding-left:22px;
  }

  /* BUTTON */

  .member-btn{
    display:none;
  }

}
/* ========================= SECTION ========================= */
.about {
  padding: 90px 0;
  overflow: hidden;
  background: black;
}
.about .container {
  max-width: 1180px;
}
/* ========================= LEFT IMAGES ========================= */
.about-images {
  position: relative;
  width: 100%;
  min-height: 600px;
}
/* IMAGE 1 */
.img1 {
  width: 320px;
  height: 500px;
  object-fit: cover;
  position: absolute;
  left: -64px;
  top: 0;
}
/* IMAGE 2 */
.img2 {
  width: 300px;
  height: 430px;
  object-fit: cover;
  position: absolute;
  left: 280px;
  top: 120px;
}
/* ========================= RIGHT CONTENT ========================= */
.about-content {
  padding-left: 20px;
  max-width: 560px;
}
/* SMALL TITLE */
.sub {
  color: #f8dc57;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
/* MAIN TITLE */
.title {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 1.05;
  margin-bottom: 22px;
}
.title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px #f8dc57;
}
/* DESCRIPTION */
.desc {
  color: #d8d8d8;
  font-size: 16px;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 35px;
}
/* ========================= ACCORDION ========================= */
.accordion-item {
  background: black;
  border: none;
  margin-bottom: 15px;
}
.accordion-button {
  background: black !important;
  color: #d7c7af !important;
  font-size: 16px;
  font-weight: 800;
  padding: 24px;
  box-shadow: none !important;
}
.accordion-button span {
  color: #f8dc57;
  margin-right: 18px;
}
.accordion-button::after {
  filter: brightness(100);
}
.accordion-body {
  background: black;
  color: #ddd;
  font-size: 15px;
  line-height: 1.8;
  padding: 0 24px 24px;
}
/* ========================= RESPONSIVE ========================= */
@media (max-width: 991px) {
  .about {
    padding: 70px 0;
  }
  .about-images {
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .img1,
  .img2 {
    position: relative;
    width: 100%;
    max-width: 340px;
    height: auto;
    left: auto;
    top: auto;
    border-radius: 10px;
  }
  /* remove overlap */
  .img2 {
    margin-top: 0;
  }
  .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .circle img {
    width: 100px;
    height: 100px;
  }
  .about-content {
    padding-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .title {
    font-size: 36px;
    line-height: 1.2;
  }
  .desc {
    font-size: 15px;
    line-height: 1.7;
  }
  .accordion-button {
    font-size: 14px;
    line-height: 1.5;
    padding: 18px;
  }
  .accordion-button span {
    margin-right: 10px;
  }
}
/* =================================== MARQUEE =================================== */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
  white-space: nowrap;
}
.marquee-content {
  display: flex;
  width: max-content;
}
/* =================================== TOP =================================== */
.top-slider {
  background: #d8c2a8;
}
.top-slider .marquee-content {
  animation: scroll-left 18s linear infinite;
}
.top-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-right: 60px;
  flex-shrink: 0;
}
.top-item i {
  margin-left: 12px;
  font-size: 18px;
}
/* =================================== BOTTOM =================================== */
.bottom-slider {
  background: #f7db54;
}
.bottom-slider .marquee-content {
  animation: scroll-right 18s linear infinite;
}
.bottom-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-right: 60px;
  flex-shrink: 0;
}
.bottom-item i {
  margin-right: 12px;
  font-size: 18px;
}
/* =================================== PERFECT LOOP =================================== */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* =================================== RESPONSIVE =================================== */
@media (max-width: 768px) {
  .top-item,
  .bottom-item {
    font-size: 14px;
    margin-right: 35px;
  }
  .top-item i,
  .bottom-item i {
    font-size: 14px;
  }
}

/* =========================
   FOOTER
========================= */

.footer{
  position:relative;

  background:
 rgb(19, 19, 19);
  padding-top:55px;

  overflow:hidden;
}

/* CONTAINER */

.container{
  width:78%;
  max-width:1100px;
  margin:auto;
}

/* =========================
   WRAPPER
========================= */

.footer-wrapper{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1.2fr;

  border:1px solid rgba(255,255,255,0.08);

  position:relative;
}

/* COLUMN */

.footer-col{
  padding:40px 26px;

  border-right:1px solid rgba(255,255,255,0.08);
}

/* REMOVE LAST BORDER */

.footer-col:last-child{
  border-right:none;
}

/* LEFT BORDER */

.contact-col{
  position:relative;
}

.contact-col::before{
  content:"";

  position:absolute;

  left:0;
  top:0;

  width:3px;
  height:100%;

  background:#F8DC57;
}

/* =========================
   TITLE
========================= */

.footer-col h3{
  color:#fff;

  font-family:'Anton',sans-serif;

  font-size:18px;

  margin-bottom:20px;
}

/* =========================
   TEXT
========================= */

.footer-col p{
  color:#fff;

  font-size:13px;

  line-height:1.7;

  margin-bottom:14px;
}

/* ORANGE TEXT */

.footer-col p span{
  color:#F8DC57;
  font-weight:700;
}

/* =========================
   LINKS
========================= */

.footer-col ul{
  list-style:none;
}

.footer-col ul li{
  margin-bottom:14px;
}

.footer-col ul li a{
  color:#fff;

  text-decoration:none;

  font-size:13px;

  transition:0.3s;
}

/* HOVER */

.footer-col ul li a:hover{
  color:#F8DC57;
  padding-left:4px;
}

/* =========================
   LOGO
========================= */

.footer-logo{
  display:flex;
  align-items:center;

  gap:10px;

  margin-bottom:16px;
}

.footer-logo i{
  color:#F8DC57;
  font-size:22px;
}

.footer-logo h2{
  color:#fff;

  font-family:'Anton',sans-serif;

  font-size:24px;
}

/* =========================
   btn
========================= */
.footer-btn{
  display:inline-block;
  padding:10px 22px;
  background:#F8DC57;
  color:#111;
  font-size:13px;
  font-weight:700;
  border:none;
  border-radius:6px;
  text-decoration:none;
  transition:0.3s ease;
}
.footer-btn a{
  color: #000;
  text-decoration: none;
}

/* =========================
   BOTTOM
========================= */

.footer-bottom{
  text-align:center;

  padding:20px 0;

  border:1px solid rgba(255,255,255,0.08);

  border-top:none;
}

.footer-bottom p{
  color:#fff;
  font-size:12px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

  .footer-wrapper{
    grid-template-columns:1fr 1fr;
  }

  .footer-col:nth-child(2){
    border-right:none;
  }

}

@media(max-width:768px){

  .footer{
    padding-top:40px;
  }

  .container{
    width:90%;
  }

  .footer-wrapper{
    grid-template-columns:1fr;
  }

  .footer-col{
    border-right:none;

    border-bottom:1px solid rgba(255,255,255,0.08);

    padding:30px 20px;
  }

  .footer-col:last-child{
    border-bottom:none;
  }

  .footer-col h3{
    font-size:16px;
  }

  .footer-logo h2{
    font-size:22px;
  }

  .footer-phone span{
    font-size:20px;
  }

}