:root {
  --black: #121212;
  --white: #d9d9d9;
  --yellow: #c7ae38;
  --grey: #1c1c1c;
  --light-gray: #2a2a2a;
  --dark-gray: #1c1c1c;
  --font-family: 'Playfair Display', serif;
  --font-family-alt: 'Arial', sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #0d0e0d;
  font-family: var(--font-family-alt);
}

::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background-color: var(--white);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--yellow);
  border-radius: 10px;
}

a {
  text-decoration: none !important;
  color: var(--white) !important;
}

body {
  background-color: var(--black) !important;
  font-family: 'Playfair Display' !important;
  color: var(--white) !important;

}


/* Start Navbar*/


.navbar {
  background-color: #080808ea;
  padding: 15px 20px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 3;
}

.navbar.scrolled {
  background-color: rgba(17, 17, 17, 0.829) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  color: var(--white) !important;
}

.navbar-brand span {
  color: #c7ae38;
}

.nav-item {
  margin-left: 15px;
  font-size: 18px;
  color: var(--white) !important;
  position: relative;
}
.dropdown-menu {
  position: absolute !important;
}
.navbar-nav .nav-link {
  color: var(--white) !important;
  font-size: 18px;
  margin-left: 15px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: var(--yellow) !important;
}

.navbar-nav .nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--yellow);
  animation: underline 0.3s ease;
}

@keyframes underline {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.nav-item .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: var(--black);
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: var(--grey);
  color: #c7ae38;
}


@media (max-width: 768px) {
  .footer-column {
    margin-bottom: 30px;
  }

  .new-footer h5 {
    margin-bottom: 15px;
  }
  
  .navbar-brand span{
    color: #c7ae38;
  }
  
  .nav-item {
    margin-left: 15px;
    font-size: 18px;
    color: var(--white) !important;
    position: relative;
  }
  
  .navbar-nav .nav-link {
    color: var(--white) !important;
    font-size: 18px;
    margin-left: 15px;
    transition: 0.3s;
  }
  
  .navbar-nav .nav-link:hover {
    color: var(--yellow) !important;
  }
  
  .navbar-nav .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--yellow);
    animation: underline 0.3s ease;
  }
}
  @keyframes underline {
    from { width: 0; }
    to { width: 100%; }
  }
  
  .nav-item .dropdown-menu {
     display: block; 
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background-color: var(--black);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
  .nav-item .dropdown-menu .dropdown-item:hover{
    background-color: var(--grey);
    color: #c7ae38;
  }
  
  
  @media (max-width: 768px) {
    .footer-column {
        margin-bottom: 30px;
    }
    
    .new-footer h5 {
        margin-bottom: 15px;
    }
  }
  
  /*End Navbar*/

.contact {
  width: 100%;
  /* padding: 4% 5%; */
  background-color: var(--black);
  font-family: 'Arial', sans-serif;
  font-style: italic;
}

.contact-header {
  width: 100%;
  height: 550px;
  background: url('../ContactUs/contact-image/contact5.jpeg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  object-fit: cover;
}

.contact-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 1, 0.087); */
  z-index: 1;
  object-fit: cover;
}

.contact-header .title {
  text-align: center;
  font-weight: bold;
  color: var(--white);
  font-size: 50px;
  position: relative;

  justify-content: center;
  z-index: 2;
  font-family: 'Playfair Display' !important;
}

.contact .touch {
  padding: 0 30px;
  text-align: center;
}

.contact .touch h2 {
  color: var(--yellow);
  font-size: 24px;
  margin-top: 3px;
}

.contact .touch p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}

/* start social */

.contact .social {
    padding: 1% 1%;
    background-color: #1a1a1a;
    border-left: 4px solid #c7af38a9;
    /*border-top: 1px solid #c7af386b;
    */border-radius: 0%;
    width: 80%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 12%;
    /*height: 70%;
    */justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact .social:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.contact .social h4 {
  color: var(--yellow);
  margin-bottom: 8px;
}

.contact .social i {
  color: var(--yellow);
  font-size: 22px;
  margin-right: 8px;
}

.contact .social p {
  color: var(--white);
  font-size: 18px;
}

.soci {
  margin-top: 30px;
}

/* end social*/

.contact .ccontent {
  padding: 0 40px;
  text-align: center;
}

.contact form {
    display: flex;
    flex-direction: column;
    padding: 30px;
    /*max-width: 600px;
    */margin-top: 45px;
    margin-right: 10%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact form .form-group {
  margin-bottom: 18px;
  position: relative;
}

.contact form input,
.contact form textarea {
    width: 100%;
    padding: 10px 16px;
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 25px;
    font-size: 17px;
    outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
   
}

.contact form input:focus,
.contact form textarea:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 8px var(--accent-color);
  background-color: #1a1a1a;
}

.contact form textarea {
  height: 150px;
  /* resize: none; */
}

.contact form #save {
    width: 100%;
    padding: 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    background-color: var(--black);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
   
}

.contact form #save:hover {
    background: var(--grey);
    border-color: var(--yellow);
    color: var(--yellow);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: var(--yellow);
  border-color: var(--yellow);
  font-size: 16px;
}

.container-form {
  text-align: center;
  padding: 5%;
}

.for {
  padding: 6%;
}

@media screen and (max-width: 1200px) {
  .contact .social {
    width: 100%;
    text-align: center;
    margin-left: 0%;
  }

  .contact form {
    margin-right: 0;
  }
}

/*Start Reviews Clients*/

.reviews {
  background-color: var(--black);
  padding: 50px 20px;
  text-align: center;
}

.reviews h2 {
  font-size: 2.5rem;
  color: var(--yellow);
  margin-bottom: 30px;
}

.reviews-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.reviews-container::-webkit-scrollbar {
  display: none;
}

.reviews-card {
  flex: 0 0 300px;
  background-color: var(--grey);
  border-radius: 15px;
  padding: 20px;
  scroll-snap-align: center;
  transition: transform 0.3s ease;
}

.reviews-card:hover {
  transform: scale(1.05);
}

.reviews-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid var(--yellow);
}

.reviews-card h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.stars {
  color: var(--yellow);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.review-text {
  color: #ccc;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .reviews-container {
    gap: 10px;
  }

  .reviews-card {
    flex: 0 0 250px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .reviews-card {
    flex: 0 0 200px;
  }
}

/*End Reviews Clients*/
/*Start Footer*/

.new-footer {
  background-color: var(--grey);
  color: var(--white);
  padding: 60px 0 20px;
  font-family: 'Arial', sans-serif;
}

.new-footer h5 {
  color: var(--yellow);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-column .social-icons i {
  color: #c7af38b9;
  border: #1c1c1c solid;
  border-radius: 50%;
  padding: 10px;
}

.footer-column .social-icons i:hover {
  color: #c7ae38;
  background-color: #1c1c1c;
}


.footer-content p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--white);
}

.footer-content p i {
  margin-right: 8px;
  color: var(--yellow);
  font-size: 15px;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: var(--white);
  margin-bottom: 12px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--yellow);
  padding-left: 5px;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 768px) {
  .new-footer h5::after {
    background-color: var(--grey);
  }
}

/*End Footer*/