@import "tailwindcss";

:root {
  --bg-color: #1b446d;
}

* {
  transition: 0.5s;
}


body {
  overflow-x: hidden;
  /* font-family: var(--font-barlow-condensed), sans-serif; */
}


.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}


h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

.realted-content h2 {
  font-size: 19px;
}

.realted-content h3 {
  font-size: 17px;
}

.realted-content h4 {
  font-size: 15px;
}

.bannr_bg {
  overflow: hidden;
  width: 100%;
}

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

.font {
   font-family: "Outfit", sans-serif;
}

.banner_hadding {
  color: var(--text-color);
  font-family: auto;
  letter-spacing: 2;
}

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

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

.btn-hover {
  background-color: #02abec;
}

.dropdown-menu {
  transition: ease-in-out .5s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

nav li:hover .dropdown-menu {
  display: block;
  top: 100%;
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.bannr_bg::after {
  content: "";
  position: absolute;
  width: 975px;
  height: 905px;
  border-radius: 50% 0 50% 50%;
  right: -100px;
  top: -40px;
  /* z-index: 1; */
  background: url(/img/bg-honey.webp);
}

.dropdown-menu li a {
  color: #fff;
}

p {
  line-height: 28px;
}

@media (max-width: 700px) {
  .dropdown_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    padding: 18px 13px;
    background-color: #000;
    color: #fff;
  }

  .banner_hadding {
    color: #fff;
  }

  .bannr_bg {
    color: #fff;
  }

  .bannr_bg::after {
    right: 0;
  }

  .nav_bar {
    width: 70%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #fff;
    padding-top: 30px;
  }

  .nav_bar ul {
    flex-direction: column;
    justify-content: left;
    height: 100vh;
  }

  .nav_bar.nab_open {
    left: 0;
  }


  .nav_bar li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }

  nav li .dropdown-menu {
    display: none !important;
  }

  nav li .dropdown-menu.droupdownOpen {
    display: block !important;
    top: 4%;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: ease-in-out 1s;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 790px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}









.foot_contact li{
  color: #fff;
}

.foot_contact svg{
  color: #fff;
}



