@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --primary: #fcca03;
  --text: #1a1a1a;
  --background: #fff;
  --grey: rgba(26, 26, 26, 0.4);
  --strok: rgba(26, 26, 26, 0.1);
  --card: #f6f6f6;
}

:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Inter", sans-serif;
}

body {
  /* font-family: var(--second-family); */
  font-family: "Poppins", sans-serif;
}

@layer base {
  .no-tailwindcss-base h1,
  .no-tailwindcss-base h2,
  .no-tailwindcss-base h3,
  .no-tailwindcss-base h4,
  .no-tailwindcss-base h5,
  .no-tailwindcss-base h6 {
    font-size: revert;
    font-weight: revert;
  }

  .no-tailwindcss-base ol,
  .no-tailwindcss-base ul {
    list-style: revert;
    margin: revert;
    padding: revert;
  }
}

.bg-primary {
  background-color: var(--primary)!important;
}

.bg-dark {
  background-color: var(--text);
}

.text-primary {
  color: var(--primary);
}

.text-yellow {
  color: #fc0;
}

h1,
h2,
h3 {
  font-family: var(--font-family);
}

.container {
  max-width: 1270px !important;
  margin: auto;
}

.text-color {
  color: var(--text);
}

.social-login:hover {
  border-color: var(--primary);
  cursor: pointer;
}

.testimonial-card:hover {
  border-color: var(--primary);
  cursor: pointer;
}

.active-tab {
  font-weight: 600;
  border-bottom: 1px solid black;
}

/* for slides */

.tp-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-brand-slide-element {
  width: 460px;
  /* display: inline-block; */
}

.tp-swiper-test-button {
  position: absolute;
  left: -100px;
  top: 35%;
}

.tp-swiper-test-button-next {
  left: auto;
}

/* Customize card Swiper navigation button styles */
.card-swiper-button-prev,
.card-swiper-button-next {
  position: relative;
  color: #000;
  font-weight: 600;
}

.card-swiper-button-next:after,
.card-swiper-button-prev:after {
  font-size: 20px;
  margin-top: 25px;
}

.card-swiper-button-prev:hover,
.card-swiper-button-next:hover {
  color: #555;
  /* Color on hover */
}

/* testimonial Customize Swiper navigation button styles */
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  color: #000;
  font-weight: 600;
  z-index: 100;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  margin-top: 25px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #555;
  /* Color on hover */
}

/* post Customize Swiper navigation button styles */
.post-swiper-button-prev,
.post-swiper-button-next {
  /* position: relative; */
  color: #000;
  font-weight: 600;
  z-index: 100;
}

.post-swiper-button-next:after,
.post-swiper-button-prev:after {
  font-size: 20px;
  margin-top: 25px;
}

.post-swiper-button-prev:hover,
.post-swiper-button-next:hover {
  color: #555;
  /* Color on hover */
}

/* animation */

.scale-up-ver-top {
  -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}

@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}

/* /header css start / */
.custom-navbar .flexLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 15px;
  color: #000;
  text-transform: capitalize;
}
/* .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
} */
/* .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  align-items: center;
} */
.navbar-nav {
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.login-button {
  background-color: inherit;
  border: 1px solid #fbbb04;
  padding: 12px 30px;
  border-radius: 50rem !important;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.custom-navbar .btn,
.custom-navbar .butn {
  margin-left: 10px;
  background-color: #fbbb04;
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50rem !important;
  font-size: 14px;
}

/* .collapse {
  visibility: visible !important;
} */
.dropdown-content.show {
  display: block !important;
}
.custom-navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #eff4fc;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 3rem;
  margin-left: 1rem;
}
.custom-navbar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* footer css start  */
footer {
  background-image: linear-gradient(
    rgb(255, 255, 255),
    rgb(251, 251, 252),
    rgb(247, 247, 250),
    rgb(244, 243, 247),
    rgb(240, 239, 245)
  );
}
/* footer.style-8 .logo-social .row {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
} */
/* footer.style-8 .logo-social .row .col-lg-6 {
  width: 49%;
  padding-right: 15px;
  padding-left: 15px;
} */
/* footer.style-8 .logo-social .row .col-lg-6 {
  text-align: right;
} */
footer.style-8 .content .logo-social .socials {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer.style-8 .content .logo-social .socials a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
  display: block;
}
footer.style-8 .content .logo-social {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
footer.style-8 .content .links-content .foot-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: capitalize;
}
footer.style-8 .content .links-content p {
  font-size: 16px;
  color: #666;
}
footer.style-8 .content .links-content .links a {
  font-size: 14px;
}
footer.style-8 .content .links-content ul {
  list-style: inherit;
}
footer.style-8 .content .links-content .links li {
  margin: 15px 0;
}
footer .brd-gray {
  border-top: 1px solid rgba(0, 0, 0, 0.1333333333) !important;
}
footer .brd-gray {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
/* footer .links-content .row {
  display: flex;
  justify-content: space-between;
} */
/* footer .col-lg-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
  padding: 0 15px;
} */
footer .left_detail {
  list-style: inherit;
}
footer .left_detail li a .color-main {
  color: #ffdd00;
}
/* 
footer .col-lg-4 {
  padding: 0 15px;
  flex: 0 0 auto;
  width: 33.33333333%;
} */
footer .section-padding {
  padding: 20px 0;
}
/* footer .col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
} */
footer.style-8 .content .links-content .foot-info li {
  font-size: 16px;
  margin: 10px 0;
}
footer.style-8 .content .links-content .foot-subscribe .form-group {
  position: relative;
  margin-top: 30px;
}
footer.style-8
  .content
  .links-content
  .foot-subscribe
  .form-group
  .form-control {
  padding: 15px 15px 15px 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
footer.style-8 .content .links-content .foot-subscribe .form-group .icon {
  position: absolute;
  top: 17px;
  left: 15px;
}
footer ul {
  padding: 0;
}
footer .subscribe_btn {
  margin-top: 20px;
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 50rem;
}
.collapse {
  visibility: visible !important;
}

.custom_border_input {
  padding-left: 1.25rem !important;
  border: 1px solid #fcca03 !important;
  border-right: 1px solid transparent !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.custom_border_btn {
  border: 1px solid #fcca03 !important;
  border-left: 1px solid transparent !important;
}
.custom_border_center {
  border: 1px solid #fcca03 !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.card_section {
  padding: 1.25rem;
}
.cards_gap_custom {
  gap: 1.25rem !important;
}
.nav-side {
  opacity: 0;
}
.avatar-wrapper {
  position: relative;
  display: inline-block;
}

.avatar {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("https://i.pravatar.cc/40"); /* sample avatar */
  background-size: cover;
  background-position: center;
}

.avatar-wrapper .dropdown-menu {
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px;
  display: none;
  min-width: 120px;
  z-index: 1000;
}

.avatar-wrapper .dropdown-menu a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 0px 5px;
  border-radius: 4px;
}

.avatar-wrapper .dropdown-menu a:hover {
  background-color: #f0f0f0;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .navbar-nav .nav-item .nav-link {
    margin: 8px 15px 8px 0;
  }
  .navbar-brand {
    margin-left: 20px;
  }
  .navbar-brand img {
    width: 180px !important;
    height: auto;
  }
  .navbar-toggler {
    border: none;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0;
  }
  .nav-side {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .nav-side a i {
    display: none;
  }
  .nav-side a {
    font-size: 0.75rem !important;
    padding: 0.4rem 0.5rem !important;
  }
  footer .links-content ul {
    padding-left: 20px;
  }
}
