/********** Template CSS **********/
:root {
  --primary: #0c2e8a;
  --secondary: #86c440;
  --light: #F8F2F0;
  --dark: #060315;
}

.fw-medium {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


body {
    font-family: 'Plus Jakarta Sans'; 
}


/*** Button ***/
.btn {
  font-weight: 600;
  transition: .5s;
}

.btn-header {
    font-weight: 600;
    padding: 1px;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #0c2e8a;
    border-color: #FFFFFF
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Plus Jakarta Sans';
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
      position: absolute;
      content: "";
      width: 0;
      height: 5px;
      top: -6px;
      left: 50%;
      background: #FFFFFF;
      transition: .5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
      width: 100%;
      left: 0;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
      display: none;
  }

  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}




.page-header {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.owl-height{
height: 676px !important;
}

.owl-width{
  height: 76px !important;
  }

  .icon_1{
    width: 90px;
    height: auto;
  }

  .shopContainer {
    background: url("../img/Half-store.png") bottom right no-repeat;
    background-position-y: 120px;
    background-size: 510px;
    background-clip: 100;
 

}

.merchantContainer {
    background: url("../img/internet3-section-bg2.jpg") bottom right no-repeat;
    background-position-y:top;
    background-position-x:left;
    background-size:cover;
    /*background-size: 510px;
    background-clip: 100;*/
}

.background-green {
    background-color: #86c440;
}

.background-navy {
    background-color: #000080;
}

.shopContainer p,
.font-weight-normal {
    font-weight: 400 !important;
    margin: 0 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: 200 !important;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.text-primary {
  color: #0c2e8a !important;
}

.joinus {
  background-image: url(../img/the-95-best-online-clothing-stores-in-the-us-blue\ shade.jpg);
  padding-top: 95px;
  background-position-y: bottom;
 
  background-position-y: -220px;
  background-position-x: left;
}

.text-green{
 color:  #86c440;
}
.btn-primary {
  background-color:  #86c440; 
  border-color: transparent;
}

.subscribe {
  background: url(../img/internet3-section-bg2.jpg);
  background-position-y: bottom;
  background-size: cover;
  background-position: bottom right;
 
}

.step {
 padding: 5px;
 border-radius: 5px;
  margin-bottom: 10px;
}
.highlight {
  color: #f1f4fa;
  font-weight: bold;
  background-color:  #86c440;
}

/* .delivery-carousel{
  transform: rotate(90deg);
  
  margin-top:100px;
} 
.item{
  transform: rotate(-90deg);
  width: 500px;
  background-repeat: no-repeat;
}

div.delivery-carousel .owl-stage-outer{
  font-size:36px;
  top:unset;
  bottom: 15px; 
} */




/*** Header ***/
@media (max-width: 768px) {
  .delivery-carousel .owl-carousel-item {
      position: relative;
      min-height: 500px;
     
   
  }
  
  .delivery-carousel .owl-carousel-item img {
      position: absolute;
     
      height: 100%;
      object-fit: cover;
     
  }

  
}

.contact {
  background-image: url(../img/internet3-section-bg-dark.jpg);
  padding-top: 95px;
  background-position-y: bottom;
 
  background-position-y: -220px;
  background-position-x: left;
}

.border-primary{
  border-color:  #86c440 !important;
}


/*** Footer Start ***/
.footer {
  background-color: transparent;
}
.footer .footer-item a {
  line-height: 30px;
  color: black;
  transition: 0.5s;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: #0c2e8a;
}

/*** Footer End ***/

.footer p {
  font-size: x-small;
}

.appImage{
  width: 250px !important;
  height: auto;
}
.copyright a{
  color: #86c440;
}


.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

.btn-primary:hover {
    color: var(--light) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn:focus, .btn:active {
    outline: var(--primary) !important;
    box-shadow: none !important;
    background-color: var(--primary) !important;
}