* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
.sectionDiv {
  padding: 0px 7vw;
}
#header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1000;
}
.scrolled {
  background-color: #121c33;
}
ul {
  list-style: none;
}

.nav-item {
  margin-left: 13px;
  margin-right: 13px;
}

.nav-link {
  cursor: pointer;
  color: white !important;
  font-size: 18px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  padding: 20px 0px !important;
}

.nav-link:hover,
.nav-link:active {
  color: #ccb248 !important;
}
.nav-link:hover::after,
.nav-link:hover::before {
  opacity: 1;
}
.LogoDiv img {
  width: 130px;
}
.LogoDiv a {
  text-decoration: none;
}
#navHeader {
  padding: 0px !important;
}
.headerPadDiv {
  padding: 0px 7vw;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.language-dropdown {
  background-color: #ccb248;
  /* background-color: white; */
  padding: 5px 20px;
  margin-top: -10px;
  border-radius: 4px;

  font-size: 13px;
  text-transform: uppercase;
  border: none;
}
.language-dropdown:focus {
  outline: none;
}
.language-dropdown option {
  font-size: 13px;
  text-transform: uppercase;
  background-color: white;
  border: none;
}
.language-dropdown option:hover {
  border-radius: 10px;
}

/* .fr {
    display: none;
  } */
.en {
  display: block;
}
.fr {
  display: none;
}
.languageChange {
  display: none;
  margin-right: 30px;
}
.modal {
  width: 328px;
  height: 100vh;
  background: #121c33;
}
.modal::-webkit-scrollbar {
  display: none;
}
.closeBtn {
  color: white;
  background: none;
  border: 0px;
  outline: 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-header {
  justify-content: flex-end;
  background-color: #121c33;
}
.modal-content {
  border-radius: unset;
  border: none;
  background: black;
}
.navbar-toggler {
  outline: none;
  padding: 0px;
}
.navbar-toggler i {
  font-size: 26px;
  color: white;
}
#togButton {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  background-color: #121c33;
}

.dropdown-menu a {
  color: white;

  font-size: 18px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.dropdown-item p {
  margin-bottom: 0px !important;
}
.dropdown-menu .nav-item {
  margin: 0px;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-menu a:hover {
  color: #ffffff;
  background: #243354;
}

.modal-body {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #121c33;
}
.modal .dropdown:hover > .dropdown-menu {
  display: block;
  box-shadow: none;
  /* background: black; */
  background-color: #121c33 !important;
}
.modal .dropdown-menu a {
  color: white;
}
.modal .dropdown-menu a:hover {
  color: #ccb248;
  background: none;
}
.modal .dropdown-menu::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  top: -20px;
  left: 20px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid rgb(255, 255, 255);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}
.dropdown-menu .nav-item {
  border-bottom: 0.5px solid white;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  border: 0px;
  outline: none;
  box-shadow: none;
}

.footerlinks img {
  width: 100px;
  margin-bottom: 8px;
}
.footerlinks h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 8px;
}
.footerlinks p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
}
.footerlinks a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-decoration: none;
  padding: 4px 0px;
  transition: all 0.3s ease-in-out;
}
.footerlinks a:hover {
  color: #ccb248;
}
.footerlinks i {
  color: white;
}
.connect p {
  transition: all 0.3s ease-in-out;
}
.connect:hover p {
  color: #ccb248;
}

/*  */
.section-bannner {
  padding: 16% 0px;
}
.section-bannner h2 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: white;
}
.section-bannner p {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
}
.section-bannner h2::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 3px;
  background-color: #ccb248;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.en {
  display: block;
}
.fr {
  display: none;
}

@media (max-width: 992px) {
  #navHeader {
    display: none;
  }
  #togButton {
    display: block;
  }
  .socialIcon {
    display: none;
  }
  .headTopDiv {
    display: none !important;
  }
  .footer_logo {
    width: 50%;
  }

  .heading-text {
    height: 60vh;
  }
  .languageChange {
    display: block;
  }
  .nav-link {
    color: white !important;
  }
  .section-bannner h2::before {
    top: 102%;
  }
}
@media screen and (max-width: 820px) {
  .aboutDiv p {
    font-size: 14px;
  }
  .aboutDiv h5 {
    font-size: 16px;
  }
  .heading-text {
    height: 50vh;
  }
  .heading-text h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .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%;
  }
}
@media (max-width: 600px) {
  .heading-text h2 {
    font-size: 33px;
  }
  .started-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .heading-text h2 {
    font-size: 28px;
  }
  .started-btn {
    font-size: 14px;
    padding: 7px 14px;
    margin-top: 20px;
  }
  .LogoDiv img {
    width: 110px;
  }
  .heading-text h5 {
    font-size: 15px;
  }
  .section-bannner {
    padding: 35% 0px 30%;
  }
  .section-bannner p {
    font-size: 12px;
  }
}
@media (max-width: 310px) {
  .language-dropdown {
    font-size: 10px;
    padding: 5px 10px;
  }
  .languageChange {
    margin-right: 16px;
  }
}
