/* fonts */

@font-face {
  font-family: "gotham-light";
  src: url("../fonts/gotham-light.woff") format("woff"),
    url("../fonts/gotham-light.eot") format("embedded-opentype"),
    url("../fonts/gotham-light.ttf") format("truetype"),
    url("../fonts/gotham-light.svg#gotham-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url("../fonts/Gotham-Medium.woff") format("woff"),
    url("../fonts/gothammedium.eot") format("embedded-opentype"),
    url("../fonts/gothammedium.ttf") format("truetype"),
    url("../fonts/gothammedium.svg#gothammedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-thin";
  src: url("../fonts/gotham-thin.woff") format("woff"),
    url("../fonts/gotham-thin.eot") format("embedded-opentype"),
    url("../fonts/gotham-thin.ttf") format("truetype"),
    url("../fonts/gotham-thin.svg#gotham-thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold";
  src: url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/gothambold.eot") format("embedded-opentype"),
    url("../fonts/gothambold.ttf") format("truetype"),
    url("../fonts/gothambold.svg#gothambold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamblack";
  src: url("../fonts/Gotham-Black.woff") format("woff"),
    url("../fonts/gothambold.eot") format("embedded-opentype"),
    url("../fonts/gothambold.ttf") format("truetype"),
    url("../fonts/gothambold.svg#gothambold") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "gothammedium", "Myanmar3";
  color: #666;
  font-size: 16px;
  padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gothambold" !important;
}

a {
  text-decoration: none;
}

.g-black {
  font-family: "gothamblack" !important;
}
.g-thin {
  font-family: "gotham-thin" !important ;
}
.g-medium {
  font-family: "gothammedium" !important;
}
.f28 {
  font-size: 28pt !important;
}
.fi {
  font-family: "Inter", sans-serif !important;
}

/* Navbar */

.navbar-dark {
  background-color: #12141c;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    /* margin-top: 30px; */
  }
  .navbar .nav-item .brands {
    margin-top: 30px;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

@media screen and (min-width: 992px) {
  .dropdown-menu.brands {
    position: absolute;
    width: calc(100vw * 12 / 12) !important;
    position: absolute !important;
    left: -598px !important;
    top: 69px !important;
  }
}

.dropdown-menu {
  background-color: #12141cb1;
  width: 100% !important;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px; /* -blur */
  left: -8px; /* -blur */
  width: calc(100% + 16px); /* 100% + blur * 2 */
  height: calc(100% + 16px); /* 100% + blur * 2 */
  background-image: #12141cb1;
  background-position: 50%;
  filter: blur(28px);
  z-index: -1;
}

#navbar .expanded > .main-navigation.sub-menu li,
#navbar ul.menu-wrap > li:hover {
  background-color: #333 !important;
}

/* ============ mobile view ============ */
@media (max-width: 1000px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {

    max-height: 90vh;
    margin-top: 10px;
  }
}

nav .dropdown-item:hover {
  background-color: #333;
}

/* ============ mobile view .end// ============ */

footer {
  min-height: 36vh;
  display: grid;
  place-items: center;
}

footer h6 {
  color: #fff;
  font-weight: bold;
}

footer ul li a {
  color: #d1d1d1db;
  transition: 0.4s;
}

footer ul li a:hover {
  color: #fff;
}

/*// Scroll to top*/

#scrollup {
  position: fixed;
  right: 10px;
  bottom: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #30945e;
  text-indent: -9999px;
  display: none !important;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 10000;
}
#scrollup span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scrollup:hover {
  background-color: #bd6d65;
  /* opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)"; */
}
.hover-eft:hover {
  cursor: pointer;
}
.hover-eft:hover > .bg_darkgreen {
  background: #0c562d;
  transition: all 0.4s;
}
.hover-eft:hover a {
  color: #fff;
  text-decoration: underline;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.drop-item {
  position: relative;
  /* max-width: 25% !important; */
  /* height: 50vh; */
  /* overflow: hidden !important; */
}

.dropdown-image {
  height: 100%;
  /* position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw/4); */
  z-index: 0;
  transition: all 0.2s ease-in-out;
}

.drop-item p {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
}

.drop-item:hover .dropdown-image {
  /* opacity: .5; */
  filter: blur(7px);
  /* -webkit-filter: blur(8px); */
}
/* .drop-item:hover {
    padding: 5px;
} */

.drop-item:hover p {
  opacity: 1;
}

.datepicker-dropdown {
  width: 250px !important;
  background-color: #111 !important;
}
.datepicker-days {
  padding: 20px;
}

.dow {
  color: #f5f5f5;
}

.day {
  color: #f2f2f2;
}
.day:hover {
  color: #333;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 6rem 0px;
  }
}