body {
  font-family: DM Sans;
}

.nav-link {
  color: #999;
  font-size: 18px;
}

.bg-black {
  background-color: transparent !important;
  padding: 15px 0;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  transition: background-color 0.3s ease;
  background-color: gray;
  z-index: 1000;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #a6a4a4;
}

.nav-link:focus,
.nav-link:hover {
  color: #a6a4a4;
  border-bottom: 1px solid #fff;
  transition: all .5s ease-in-out
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  gap: 25px;
}

.navbar {
  padding: 20px 0px;
}

.footer {
  background-color: #252525;
  padding: 50px 0 10px;
}

.footer_sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.footer_d h2 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.footer_d ul {
  padding-left: 0px;
  padding-top: 15px;
}

.footer_d li {
  padding-bottom: 10px;
}

.footer_d a {
  text-decoration: none;
  color: #ccc;
  border-bottom: 1px solid transparent;
  transition: all .5s ease-in-out;

}

.footer_d a:hover {
  text-decoration: none;
  color: #ccc;
  border-bottom: 1px solid #fff;
  transition: all .5s ease-in-out;
}

.footer_cop {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #777;
}

.social-media {
  display: flex;
  gap: 15px;
}

.social-media a {
  text-decoration: none;
  color: #777;
  font-size: 22px;
}

#navbar.scrolled {
  background-color: #fff !important;
  /* Change to your desired color */
  color: black;
  /* box-shadow: 0px 4px 7px #777; */
}

/*  */
.main_banner {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/main-banner.jpg);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* top: -109px; */
  position: relative;
  z-index: -90;
}

.main_banner h1 {
  font-size: 115px;
  color: #fff;
}

/*  */
.second_sec {
  padding: 50px 0;
}

.sect {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.sec_text h2 {
  font-size: 38px;
  font-weight: 700;
}

.sec_text p {
  font-size: 18px;
}

.sec_img img {
  width: 100%;
}

.dropdown>a {
  display: flex;
  align-items: center;

  .icon {
    margin-left: .25em;
  }
}

.dropdown:hover {
  .dropdown-nav {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-nav {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.88, -0.72, 0, 1), opacity 1s ease-in-out;
  transform: translateY(-4rem);
  list-style: none;
  margin: 20px 0px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: max-content;

  a {
    font-weight: 300;
    font-size: 1.2rem;
    text-decoration: none;
    color: #777;
    padding: 5px 15px;
    transition: all .5s ease-in-out;

  }
}

.dropdown-nav a:hover {
  background-color: #000;
  color: #fff;
  transition: all .5s ease-in-out;

}

.dropdown-nav li {
  padding-bottom: 10px;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fic {
  text-decoration: none;
  color: #252525;
  font-size: 20px;
}

.fic:hover {
  text-decoration: none;
  color: #252525;
}

.fic:hover svg {
  animation: nectar_curved_arrow_animation__svg 2s cubic-bezier(.15, .75, .5, 1) forwards;
}

@keyframes nectar_curved_arrow_animation__svg {
  0% {
    opacity: 1
  }

  15% {
    opacity: 1
  }

  45% {
    transform: translateX(4px);
    opacity: 0
  }

  50% {
    transform: translateX(4px);
    opacity: 0
  }

  51% {
    transform: translateX(0);
    opacity: 1
  }

  100% {
    opacity: 1
  }
}







.dropdown1:hover {
  .dropdown1-nav {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown1-nav {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.88, -0.72, 0, 1), opacity 1s ease-in-out;
  transform: translateY(-4rem);
  list-style: none;
  margin: 20px 0px;
  padding: 25px;
  position: absolute;
  z-index: 1;
  background: #a14949;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(5, 1fr);

  a {
    font-weight: 300;
    font-size: 1.2rem;
    text-decoration: none;
    color: #777;
    padding: 5px 15px;
    transition: all .5s ease-in-out;

  }
}

.dropdown1-nav a:hover {
  background-color: #000;
  color: #fff;
  transition: all .5s ease-in-out;

}

.dropdown1-nav li {
  padding-bottom: 10px;
}