/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --ae-black: #000;
  --ae-light-black: #303436;
  --ae-red: #ed3237;
  --ae-white: #fff;
  --ae-grey: #00000099;
  --ae-light-grey: #dbdbdb;
}

@font-face {
  font-family: Trajan-pro;
  src: url(../font/TrajanPro-Bold.otf);
}

body {
  font-family: "Raleway", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Merriweather", serif;  */
  font-family: Trajan-pro;
}

span {
  font-family: "Dancing Script", serif;
}

/*sticky facebook css start*/
.sticky-facebook .float-1 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 270px;
  right: 10px;
  background-color: #1e4ba0;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.sticky-facebook .my-float {
  height: 25px;
  width: 25px;
}

/*sticky facebook css end*/

/*sticky instagram css start*/
.sticky-instagram .float-2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 215px;
  right: 10px;
  background-color: #932fac;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.sticky-instagram .my-float {
  height: 25px;
  width: 25px;
}

/*sticky instagram css end*/

/*sticky Youtube css start*/
.sticky-youtube .float-3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 155px;
  right: 10px;
  background-color: #e71313;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.sticky-youtube .my-float {
  height: 25px;
  width: 25px;
}

/*sticky youtube css end*/

/*sticky twitter css start*/
.sticky-twitter .float-4 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 100px;
  right: 10px;
  background-color: #03a9f4;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.sticky-twitter .my-float {
  height: 25px;
  width: 25px;
}

/*sticky twitter css end*/

/*sticky watsup instagram css start*/
.sticky-watsup .float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  left: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.sticky-watsup .my-float {
  height: 25px;
  width: 25px;
}

/*sticky watsup instagram css end*/
/*sticky-up css start*/
.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  right: 10px;
  background-color: rgb(0, 0, 0);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.back-to-top .icon__arrow-up {
  height: 25px;
  width: 25px;
}

/*sticky-up css start*/
/*navbar start*/
.navbar {
  background-image: url('../img/header-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  position: relative;
}

.navbar-brand {
  padding: 0px;
}

.nav-item {
  padding: 0px 5px;
}

.nav-link {
  font-family: Trajan-pro;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--ae-light-black);
  font-weight: 700;
}
.nav-link:hover{
  color: var(--ae-red)!important;
}

.dropdown-item {
  font-family: Trajan-pro;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--ae-light-black);
  font-weight: 700;
}
.dropdown-item:hover{
  color: var(--ae-red);
}

.dropdown-menu {
  overflow-y: scroll;
  height: 400px;
}

/*navbar end*/
/*about start*/
.about-txt {
  background-color: var(--ae-black);
  padding: 50px 0px;
  font-size: 16px;
  font-weight: 400;
}

.about-txt .heading h2 {
  color: var(--ae-white);
  font-size: 37px;
}

.about-txt .heading span {
  color: var(--ae-light-grey);
  font-size: 30px;
}

.about-section {
  position: relative;
  padding-bottom: 45px;
}

.svg-bg {
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  /* background-color: var(--ae-black); */
  background-image: url('../img/abt-bg.jpg');
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vh;
  /* bottom: 500px; */
  left: 0px;
}

.outer-img {
  padding: 45px 0px;
}

.outer-img img {
  z-index: 99;
  position: relative;
}

.all-text {
  z-index: 99;
  position: relative;
  padding: 45px 0px;
}

.heading-title {
  color: var(--ae-white);
}

.heading-title span {
  color: var(--ae-light-grey);
  font-size: 25px;
}

.abt-txt p {
  color: var(--ae-white);
  font-size: 15px;
}

/*about end*/
/*button start*/
.btn {
  display: inline-block;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ae-white);
  border: 2px solid var(--ae-white);
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--ae-red);
  background-color: var(--ae-red);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
}

.btn:hover::before {
  transform: translateX(0);
}

/*button end*/
/*product start*/
.product-section {
  padding: 45px 0px;
}

.project-img-outer {
  padding: 0px 8px;
}

.product_img {
  transition: transform .5s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product_img:hover {
  transform: scale(0.96);
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.product-title {
  background-color: rgb(240, 240, 240);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-title h5 {
  color: var(--ae-black);
  font-size: 18px !important;
}

.product-title h5 a {
  text-decoration: none !important;
  color: var(--ae-black);
  font-family: Trajan-pro;
}

.heading-title-dark {
  color: var(--ae-black);
}

.heading-title-dark span {
  color: var(--ae-light-black);
  font-size: 25px;
}

.btn-3 {
  display: inline-block;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ae-black);
  border: 2px solid var(--ae-black);
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}

.btn-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ae-red);
  color: var(--ae-white);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
}

.btn-3:hover::before {
  transform: translateX(0);
}

/*product end*/
/*market start*/
.market-title h5 {
  font-size: 16px;
  text-align: center;
}

.markets-served {
  padding: 45px 0px;
}

/*market end*/
/*feature start*/
.feature-section {
  -webkit-clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%);
  background: url('../img/bg-add.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 120px 0px;
  position: relative;
  height: 400px;
  z-index: 0;
}

.feature-section::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.568);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.display-part {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.c-img img {
  width: 90px;
}

.c-img p {
  color: var(--ae-white);
  font-size: 18px;
  font-weight: 600;
}

/*feature end*/
/*mission vision start*/
.mission-vision {
  padding: 60px 0px;
}

.mv-card-icn {
  height: 55px;
  width: 55px;
}

.mv-card {

  background-color: #ed32380e;
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: 1px solid rgb(233, 233, 233);
}

/*mission vision end*/
/*counter start*/
.counter-section {
  -webkit-clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%);
  background: url('../img/black-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 120px 0px;
  position: relative;
  height: 400px;
  z-index: 0;
}

.counter-section::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.568);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.counter-card .number-color {
  color: var(--ae-white);
  font-size: 20px;
  font-weight: 400;
  
}

.l-color {
  word-break: break-all;
}

.counter-card .counter-text {
  color: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 900;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: var(--ae-white);
  stroke: var(--af-black);
  font-family: "Raleway", serif;
  margin-bottom: 0px;
}

#counter-border {
  border-right: 1px solid var(--af-dark-brown);
  border-left: 1px solid var(--af-dark-brown);
}

.pls{
  font-family: "Raleway", serif;
}
.icn{
  height: 60px;
  width: 60px;
}

/*counter end*/

/*add start*/
.add {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(194, 17, 17, 0.7)), url('../img/add-1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin: 100px 0px 45px;

}

.add-outer {
  position: relative;
  top: -50px;
}

.add-img {
  position: absolute;
  top: -150px;
  left: 0px;
}

.add-img img {
  width: 500px;
  height: auto;
}

.add-title {
  padding-top: 60px;
}

.add-title span {
  font-size: 35px;
  color: var(--ae-white);
}

.add-title h2 {
  font-size: 35px;
  color: var(--ae-white);
}

.add-content h3 {
  color: #00000000;
  font-size: 45px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: var(--ae-white);
  stroke: var(--ae-white);
}


.btn-1 {
  display: inline-block;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ae-white);
  border: 2px solid var(--ae-white);
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}

.btn-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ae-black);
  border: 2px solid var(--ae-black);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
}

.btn-1:hover::before {
  transform: translateX(0);
}

/*add end*/
/*contact start*/
.contact {
  margin-bottom: 120px;
  padding: 30px 0px;
}

.contact-outer {
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('../img/bg-contact.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.contact .frm .btn-2 {
  background-color: var(--ae-black);
  color: var(--ae-white);
  padding: 8px 20px;
}

/*contact end*/
/*footer start*/
.footer {
  margin-top: 50px;
  padding: 60px 0px 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg-1.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-txt p {
  color: var(--ae-black);
  padding: 7px 0px;
}

.list-link ul {
  padding: 0px;
}

.list-link ul li {
  margin-bottom: 10px;
}

.list-link ul li a {
  position: relative;
  padding-left: 30px;
}

.list-link ul li a {
  text-decoration: none;
  color: var(--ae-white);
}

.list-link ul li span {
  text-decoration: none;
  color: var(--ae-white);
  font-family: "Raleway", serif;
}

.list-link ul li a:hover {
  text-decoration: none;
  color: var(--ae-red);
}

.footer-icn {
  height: 22px;
  width: 22px;
  position: absolute;
}

.list-title h4 {
  color: var(--ae-white);
  font-size: 20px;
  padding-bottom: 20px;
}

.logo-outer {
  background-color: var(--ae-white);
  padding: 20px;
  margin-top: -100px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.footer-icn-1 {
  height: 27px;
  width: 27px;
  margin-right: 10px;
}

.footer-icn-2 {
  height: 27px;
  width: 27px;
  margin-right: 10px;
}

.social-icon {
  display: flex;
}

.list-link-1 li span {
  font-family: "Raleway", serif;
  color: var(--ae-white);
}

.list-link-1 li a {
  text-decoration: none;
  color: var(--ae-white);
}

.list-link-1 ul li {
  margin-bottom: 10px;
}

.list-link-1 ul {
  padding: 0px;
}

/*footer end*/

/* copyright css start*/
.copyright {
  background-color: var(--ae-black);
  color: var(--ae-white);
  text-align: center;
  padding: 7px 0px;
  font-size: 14px;
}

.copyright a {
  color: var(--ae-white);
  text-decoration: none;
}

/* copyright css end*/
/*about us page start*/
.svg-bg-1 {
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  /* background-color: var(--ae-black); */
  background-image: url('../img/abt-bg.jpg');
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vh;
  /* bottom: 500px; */
  left: 0px;
}

.mission-vision-1 {
  padding: 45px 0px;
}

.mvv-img img {
  border-radius: 10px;
}

.vision-bg {
  background-image: url('../img/vision-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0px;
}

.vision-card {

  background-color: rgb(253, 243, 243);
}

/*about us page end*/
/* contact-us-page */
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.contact-info-item {
  /* background: #071c34; */
  background-image: url("../img/black-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px;
  height: 300px;
}

.contact-info-icon {
  margin-bottom: 15px;
}

.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-info-icon .fa-solid {
  font-size: 40px;
  color: var(--ae-red);
}

.contact-info-text span {
  font-family: "Raleway", serif;
  color: #fdfafa;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

.contact-form .inner-colum {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 25px;
}

.contact-forma {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0;
}

.contact-form .inner-colum form label {
  color: var(--ae-red);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.contact-form .inner-colum form input {
  border: none;
  /* background: #0463aa; */
  border: 1px solid #7a7c7cad;
  width: 100%;
  padding: 2px 15px;
}

.svg-bg-c {
  /* position: relative; */
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  background-color: var(--ae-black);
  width: 100%;
  height: 20vh;
  left: 0px;
  display: flex;
  justify-content: center;
}

.contact-text {
  position: absolute;
  color: var(--ae-white);
  bottom: -400px;
  left: 290px;
  text-align: center !important;
}

.contact-text p {
  font-size: 18px;
}

.contact-text h4 {
  font-size: 28px;
  font-weight: 700;
}

/* contact-us-page end*/
/* product */
.product-c {
  height: 450px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.product-c h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
}

.product-c a {
  text-decoration: none;
  color: var(--ae-black);
}

.pd img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.table-1 {
  border: 1px solid rgb(197, 197, 197);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.table-1 tr td {
  border: 1px solid rgb(197, 197, 197);
  padding: 10px;

}

.table-1 tr th {
  border: 1px solid rgb(197, 197, 197);
  padding: 10px;

}

/* product */

/*product detail start*/
.product-details .card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.product-details img {
  width: 100%;
  display: block;
}

.product-details .img-display {
  overflow: hidden;
}

.product-details .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.product-details .img-showcase img {
  min-width: 100%;
}

.product-details .img-select {
  display: flex;
}

.product-details .img-item {
  margin: 0.3rem;
}

.product-details .img-item:nth-child(1),
.product-details .img-item:nth-child(2),
.product-details .img-item:nth-child(3) {
  margin-right: 0;
}

.product-details .img-item:hover {
  opacity: 0.8;
}

/* .product-details .product-content{
  padding: 2rem 1rem;
} */



.product-details .product-price span {
  font-weight: 400;
}

.product-details .product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}

.product-details .product-detail p {
  font-size: 16px;
  padding: 0.3rem;
  opacity: 0.8;
}

.product-details .product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.product-details .product-detail ul li {
  margin: 0;
  list-style: none;
  background: url('../img/icon/checked.png') left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
  font-size: 16;
}

.product-details .product-detail ul li span {
  font-weight: 400;
}

.product-details .title h2 {
  font-size: 40px;
  color: var(--af-dark-brown);
  font-weight: 400;
  font-family: "Roboto Slab", serif;
}

@media screen and (min-width: 992px) {
  .product-details .card {
    /* padding: 45px 0px; */
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border: 0px solid #e6e6e6;

  }

  .product-details .card-wrapper {
    /* height: 100vh; */
    /* padding: 60px 0px; */
    display: flex;
    justify-content: center;
    align-items: center;

  }

  /* .product-details .product-imgs{
      display: flex;
      flex-direction: column;
      justify-content: center;
  } */
  .product-details .product-content {
    padding-top: 0;
  }
}

/*product detail end*/

/*media query start*/
@media only screen and (max-width: 600px) {
  .svg-bg {
    height: 1010px;
  }

  .svg-bg-1 {
    height: 1545px;
  }

  .all-text {
    padding: 20px 0px;
  }

  .about-txt {
    padding-bottom: 30px;
  }

  .feature-section {
    height: 670px;
  }
  .counter-section {

  height: 760px;
}

  .add-title {
    padding-top: 245px;
    text-align: center;
  }

  .product-section {
    padding: 50px 0px;
  }

  .c-img p {
    font-size: 16px;
  }

  .contact-img {
    margin-top: 20px;
  }

  .contact {
    margin-bottom: 70px;
  }

  .lt-mobile {
    margin-top: 20px;
  }

  .add-btn {
    display: flex;
    justify-content: center;
  }

  .contact-text {
    left: 45px;
    bottom: -800px;
  }

  .contact-form .inner-colum form label {
    font-size: 15px;
  }

  .mission {
    padding: 140px 0px 45px;
  }

  .mv-card {
    margin: 10px 0px;
  }

  .menu-box {
    position: static !important;
  }

  .desktop {
    display: none!important;
  }

  .mobile {
    display: block!important;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {

  .svg-bg {
    height: 700px;
  }

  .svg-bg-1 {
    height: 915px;
  }

  .contact-text {
    bottom: -899px;
    left: 230px;
    text-align: center !important;
  }
  .desktop {
    display: none!important;
  }

  .mobile {
    display: block!important;
  }
  
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .svg-bg {
    height: 610px;
  }

  .svg-bg-1 {
    height: 715px;
  }

  .contact-text {

    bottom: -566px;
    left: 155px;
    text-align: center !important;
  }
  .menu-box {
    width: 951px!important;
    padding: 20px 20px 20px;
    overflow-y: scroll;
    height: 300px!important;
}
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .svg-bg {
    height: 550px;
  }

  .svg-bg-1 {
    height: 715px;
  }

  .contact-text {
    bottom: -610px;
  }
}

/*media query end*/
.abc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
}



/*menu css*/

.menu-box {
  position: absolute;
  width: 1140px;
  margin: auto;
  background-image: url('../img/header-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 80px;
  display: none;
  padding: 40px 20px 20px;
  overflow-y: scroll;
  height: 400px;
}

.navbar-nav .nav-item:hover .menu-box {
  display: block;
}

.menu-box ul {
  padding: 0px;
}
.menu-box a {
  text-decoration: none;
}
.menu-box a h4{
  font-family: Trajan-pro;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--ae-light-black);
  font-weight: 700;
}
.menu-box a h4:hover{
  color: var(--ae-red);
}
.menu-box ul a{
  font-family: Trajan-pro;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--ae-red);
  font-weight: 700;
  text-decoration: none;
}
.menu-box ul a:hover{
  color:var(--ae-red)
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}