@font-face {
  font-family: "Eurostile-Heading";
  src: url("./eurostile_extended_black.ttf");
}
@font-face {
  font-family: "Eurostile-Paragraph";
  src: url("./EurostileBQ-Regular.otf");
}

:root {
  /* --heading-font--: "Eurostile-Heading";
  --paragraph-font--: "Eurostile-Paragraph"; */
  --heading-font--: "Open Sans";
  --paragraph-font--: "Open Sans", cursive;
}

body {
  margin: 0px;
  font-family: "Open Sans";
  font-family: var(--paragraph-font--);
}
h2 {
  /* font-family: var(--heading-font--) !important; */
  /* text-transform: uppercase; */
}

p {
  font-family: var(--paragraph-font--) !important;
}

.headTopDiv {
  background: #ffebf5;
  padding: 5px 7vw;
}
.headTopSubDiv {
  gap: 30px;
}
.headTopDiv a {
  font-family: var(--paragraph-font--);
  color: #3f3f3f;
  text-decoration: none;
  font-size: 14px;
}
.headSocialIcon {
  display: flex;
  gap: 20px;
}
.headSocialIcon img {
  width: 19px;
}
.nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

.nav-item select {
  background-color: #f84ca5;
  padding: 2px 8px;
  border: none;
  border-radius: 4px;
  color: white;
}
.nav-item select:focus {
  outline: none;
}
.nav-item select option {
  background-color: white;
  color: black;
}

.nav-link {
  /* font-family: var(--heading-font--); */
  font-family: "Montserrat";
  /* text-transform: uppercase; */
  color: #222;
  font-weight: 600;
  font-size: 14px;
  /* margin-left: px;
  margin-right: 4px; */
  /* font-family: "Open Sans", sans-serif; */
  position: relative;
  padding: 20px 0px !important;
}

.navHover::before {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 2px;
  opacity: 0;
  background-color: #f84ca5;
  transition: all 500ms ease;
}
.navHover::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  margin-left: -6px;
  opacity: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f84ca5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.activeTab::before {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 2px;
  opacity: 1;
  background-color: #f84ca5;
  transition: all 500ms ease;
}
.activeTab::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  margin-left: -6px;
  opacity: 1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f84ca5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.nav-link:hover {
  color: #f84ca5;
}
.nav-link:hover::after,
.nav-link:hover::before {
  opacity: 1;
}
.socialIcon img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.socialIcon1 img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}
.LogoDiv img {
  width: 190px;
}
.LogoDiv a {
  text-decoration: none;
}
#navHeader {
  padding: 0px !important;
}
.headerPadDiv {
  padding: 0px 7vw;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background: white;
}
.footername {
  text-align: center;
  background: black;
  color: white;
  padding: 17px;
  font-size: 11px;
  margin-bottom: 0px;
}
.footername a {
  text-decoration: none;
  color: #aaa9a9;
}
.footername a:hover {
  color: rgb(231, 229, 229);
}

.modal {
  width: 270px;
  height: 100vh;
  background: white;
}
.modal::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal-dialog {
  margin: 0px;
}
.modal-content {
  border-radius: unset;
  border: none;
}
.navbar-toggler i {
  font-size: 26px;
  color: #545454;
}
#togButton {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.modal .dropdown:hover > .dropdown-menu {
  display: block;
  box-shadow: none;
}
.dropdown-menu a {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 13px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.dropdown-item p {
  margin-bottom: 0px !important;
  font-family: var(--heading-font--) !important;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown-menu a:hover {
  color: #f84ca5;
  background: none;
}

.modal-body {
  padding-left: 0px;
  padding-right: 0px;
}

.mobileSocialIcon {
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.sectionDiv {
  padding: 0px 7vw;
}
.sectionDiv p {
  font-size: 16px;
  line-height: 2;
  /* font-family: "Open Sans", cursive; */

  color: #3b3c3d;
  font-weight: 500;
}
h1 {
  text-transform: uppercase;
  font-size: 32px;
  /* font-family: "Open Sans", cursive; */
  font-family: var(--heading-font--);
  text-align: center;
  color: #222;
  margin-bottom: 20px;
  font-weight: 700;
}
/* h1::after {
  background-color: #e74699;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  margin-top: 10px;
  width: 50px;
  margin-left: calc(50% - 25px);
} */
.headLine {
  position: relative;
  width: 100px;
  height: 2px;
  background: #2e3092;
  margin: auto;
}
.headLine::before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: -4px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffb200;
  left: calc(50% - 5px);
}
.imgSection div {
  background-color: #2e2e2ead;
  height: 300px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}
.imgSection h2 {
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 0.15em; /* Adjust as needed */
  position: relative;
  font-family: "Patua One", cursive;
}
.imgSection h2::after {
  bottom: -12px;
  content: "";
  height: 3px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  background: #ffffff;
  opacity: 1;
  transition: all 0.5s;
}

.imgSection p {
  opacity: 0;
  transition: all 0.5s;
  font-family: "Roboto Slab", cursive;
}

.imgSection div:hover p {
  margin-top: 25px;
  opacity: 1;
}

.footer_bg {
  background: #1f2024;
  padding: 40px 0;
}
.footer_logo {
  width: 30%;
}
.footer_link_colom .heading {
  font-family: var(--heading-font--);
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 17px;
  /* font-family: Maven Pro, sans-serif !important; */
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer ul li {
  font-family: var(--paragraph-font--);
  padding: 4px 0px;
  line-height: 1.7em;
  font-size: 14px;
  /* color: white; */
  color: #7d7d7d;
  /* font-family: Maven Pro, sans-serif !important; */
}

footer a {
  text-decoration: none;
  font-size: 14px;
  /* color: white; */
  color: #7d7d7d;
  /* font-family: Maven Pro, sans-serif !important; */
}
footer a:hover {
  text-decoration: underline;
  color: white;
}
.footerLink {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
footer a:hover .footerLink i {
  text-decoration: none !important;
}
.footer_bottom {
  position: relative;
  margin-top: 20px;
}
.footer_bottom:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #323439;
  top: -15px;
}
.social_links {
  justify-content: flex-end;
  gap: 17px;
}
.social_links a {
  font-size: 18px;
  color: #83838b;
  background: #313339;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.social_links a:hover {
  background: #f84da5;
  box-shadow: 0px 0px 13px 1px #aa4079;
}
.copyright {
  font-size: 14px !important;
  color: white !important;
  /* color: #696c77 !important; */
  /* font-family: Maven Pro, sans-serif !important; */
}
.aboutDiv {
  padding-top: 150px;
  padding-bottom: 20px;
  background: #ffebf5;
}
.aboutDiv h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222222;
  line-height: 1.8;
}

.legal-information h2 {
  font-weight: bold;
}

/* Sub-nav */
/* .subNav-item {
  display: none;
}
.subNav:hover .subNav-item {
  display: block;
}
.subNav-item li {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 13px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
} */
/*  */
/* .navbar {
  min-height: 60px;
  transition: min-height 0.3s ease;
} */

/* .navbar:hover {
  min-height: 300px; 
} */

.subNav-item {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.subNav:hover .subNav-item {
  max-height: 300px; /* Expand to show submenu items */
}

.subNav-item li {
  font-weight: 500;
  font-size: 14px;
  margin: 0.8rem 0;
}
.subNav a p {
  color: black;
  font-size: 14px;
}
.subNav:hover > a p {
  color: #f84da5;
}
.subNav-item a {
  text-decoration: none;
}
.subNav-item:hover a li {
  color: #5a5a5a;
}
/*  */

.getStarted-cta button {
  color: white;
  background-color: #f84da5;
  border: 2px solid #f84da5;
  font-size: 18px;
  padding: 7px 25px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.getStarted-cta button:hover {
  background-color: transparent;
  color: #f84da5;
}
.newsletter input {
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  font-size: 12px;
}
.newsletter input:focus {
  outline: none;
}
.newsletter button {
  width: 100%;
  background-color: #9629db;
  color: white;
  padding: 10px 0px;
  border-radius: 4px;
  font-family: 12px;
}

/*------Toptech Scroll Up Css------------*/
.prgoress_indicator {
  position: fixed;
  right: 26px;
  bottom: 35px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #e74699;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #e74699;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke: #e74699;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

@media (max-width: 992px) {
  #navHeader {
    display: none;
  }
  #togButton {
    display: block;
  }
  .socialIcon {
    display: none;
  }
  .headTopDiv {
    display: none !important;
  }
  .headerPadDiv {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer_logo {
    width: 50%;
  }
  .aboutDiv {
    padding-top: 100px;
  }
}
@media screen and (max-width: 820px) {
  .aboutDiv p {
    font-size: 14px;
  }
  .aboutDiv h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer_link_colom ul li a {
    font-size: 12px;
  }
  .footer_link_colom .heading {
    margin-top: 20px;
    font-size: 14px;
  }
  .footer_bg .sectionDiv .mt-5 {
    margin-top: 15px !important;
  }
  .footer_logo {
    width: 70%;
  }
  .aboutDiv h5 {
    font-size: 14px;
  }
  .aboutDiv p {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  h2 {
    font-size: 23px !important;
  }
}
