/*==============================
        Global Settings 
============================== */
@media screen and (max-width: 991px) {
  section {
    scroll-margin-top: 31rem;
  }
}
html {
  scroll-padding-top: 70px;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn .img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.hr-heading {
  width: 4rem;
  height: 0.3rem;
  border: none;
  background-color: var(--bs-primary);
  opacity: 1;
  margin: 0;
}

/*==============================
        Navbar 
============================== */
.nav-link {
  height: 70px;
  display: flex !important;
  align-items: center;
  color: #464d58;
}

.nav-link:hover, .active-nav {
  background-color: var(--bs-primary);
  color: #fff;
  padding: 0 50px 0 30px;
}

.logo {
  font-size: 24px;
  font-weight: 700;
}

.var_navbar-sticky {
  background: #fff;
  opacity: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.show {
  opacity: 1;
}

/*==============================
        Home Section 
============================== */
#home {
  background: url(../img/hero-bg.webp) center center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  max-height: 900px;
}

/*==============================
        About Section 
============================== */
.about-us-right-side {
  background-color: #1F1F1F;
}

.media:hover span {
  background-color: var(--bs-primary);
  border-width: 0;
  transition: 0.3s ease;
}

.skills:hover {
  background-color: var(--bs-primary);
  cursor: pointer;
  transition: 0.5s ease;
}

.skills:hover span, .skills:hover i {
  background-color: #fff;
}

.skills:hover i {
  color: var(--bs-primary) !important;
}

.skills:hover h5, .skills:hover p {
  color: #fff;
}

.icon-circle-wrapper {
  border-radius: 50%;
  border: 1px solid white;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle-wrapper-2 {
  border-radius: 50%;
  border: 1px solid white;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-primary);
}

.hr-heading-2 {
  width: 2.5rem;
  height: 0.2rem;
  border: none;
  background-color: lightgrey;
  opacity: 1;
  margin: 0;
}

/*==============================
        Testimonial Section 
============================== */
#testimonial {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/testimonial-bg.jpg") center center no-repeat;
  background-size: cover;
}

#testimonial-carousel .owl-prev, #testimonial-carousel .owl-next {
  border: 1px solid white;
  width: 3rem;
  height: 3rem;
  font-size: 20px;
}

/*==============================
        Portfolio Section 
============================== */
#portfolio .item-link {
  padding: 5px 10px 5px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.4s ease;
}

#portfolio .item-link:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.item-links .menu-active {
  background-color: var(--bs-primary);
  color: #fff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.project-img {
  overflow: hidden;
  box-shadow: 0 0 4px rgba(175, 175, 175, 0.4);
}

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

#portfolio img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.4s ease;
}

#partners {
  box-shadow: inset 0px 2px 25px -8px rgba(0, 0, 0, 0.76);
}

#partners .item img {
  height: 70px;
  width: 110px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#partners img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

/*==============================
        Pricing Section 
============================== */
.list-group {
  border: 0 !important;
}

.list-group-item {
  border-style: dotted;
}

.pricing-cards:hover {
  cursor: pointer;
  box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.61);
}

.pricing-cards:hover span, .pricing-cards:hover button {
  background-color: var(--bs-primary);
  color: white;
  border: 0;
}

.awards-section {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/awards-bg.jpg") center center no-repeat;
  background-size: cover;
}

.hr-heading-3 {
  width: 2.5rem;
  height: 0.1rem;
  border: none;
  background-color: var(--bs-primary);
  opacity: 1;
  margin: 0;
}

.icon-circle-wrapper-3 {
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==============================
        Blog Section 
============================== */
.blog-carousel .owl-dots {
  bottom: 0;
  position: absolute;
  right: 39%;
}

/*==============================
        Contact Us Section 
============================== */
#contact-us {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url("../img/contact-bg.jpg") center center no-repeat;
  background-size: cover;
}

.form-section {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
