@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Regular.ttf');
  src: url('../fonts/Cairo-Light.ttf');
}

:root {
  --green: #66bf62;
  --dark-grey: #40493b;
  --light-grey: #818e96;
  --cyan: #00daff;
  --light-blue: #00babe;
  --dark-blue: #0b3f66;
}
.primary-color{
  color:var(--dark-blue) !important;
}
html {
  margin: 0 !important;
  position: relative;
  min-height: 100%;
  padding: 0 !important;
}

body { 
  font-family: Cairo !important;
  font-weight:normal !important;
  
  
}
h1,h2,h3,h4,h5,h6{
  color:var(--green) !important;
}
.input-group .form-control {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left:0 !important
}
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

}
.input-group .input-group-text {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  color:var(--dark-blue) !important;
font-weight:bold !important;
background:var(--green) !important
}
.shadow-lg {
  -moz-box-shadow: 0 1rem 3rem rgba(0,0,0,.275) !important;
  -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.275) !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.275) !important;
}
.btn-primary {
  background-color: var(--light-blue) !important;
  border: 0;
  outline: hidden;
  padding: .5em 1em;
}
.text-center{
  color:var(--dark-blue) !important;
}

.btn-default {
  color: #40493b;
  border: 1px solid #a4ae9e;
}
.navbar-toggler {
  border: 1px solid #ffffff !important;
}
.services-header {
  color: #7dd35e !important;
}
.zomar-logo {
  border-radius: 50% !important;
}
.container-fluid .slider-height {
  height: 300px !important;
}
  .container-fluid .slider-height img{
      height:300px !important;
  }
/*.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}*/
  .container i {
  line-height: 2 !important;
  font-size: 1.2em !important
}
/*
.container .bi-justfiy {
  color: #ffffff !important
}*/

.our-work {
  line-height: 2 !important;
}



.navbar {
  background-color: var(--dark-blue) !important;
  font-weight: bold !important;
  padding: 0 initial !important;
}

  .navbar .nav-link, .navbar-brand {
      color: #ffffff !important;
  }

  .navbar .navbar-brand {
      font-size: 2em !important;
  }

footer {
  background-color: var(--dark-blue) !important;
  font-weight: bold !important;
  padding: 0 initial !important;
   font-family: Cairo !important;
  font-weight:normal !important;
  color: #ffffff !important;
}

.container-fluid .navbar-nav {
  padding-inline-start: 0 !important;
}

@media (min-width: 768px) {
  html {
      font-size: 16px;
  }

  @media (min-width:546px) {
      .navbar .navbar-brand {
          display: none !important;
      }
  }

  @media (max-width:546px) {
      .container .img-responsive {
          width: 200px !important
      }
      .container .login-img{
          display:none !important
      }
      .container-fluid .navbar-nav {
          margin: 0 auto !important;
      }
  }

  @media(min-width:768px) {
      .container-fluid .navbar-brand {
          display: none !important
      }
  }

  @media(min-width:2000px) {
      .container-fluid .navbar-nav .nav-item {
          padding-top: 12px
      }

      .container-fluid .navbar-nav {
          margin: 0 auto !important
      }

      .navbar .container-fluid .navbar-brand-out {
          display: none !important;
          color: #ffffff !important;
          -webkit-text-decoration: none;
          text-decoration: none;
          font-size: 1.5em !important
      }

      .container-fluid .navbar-brand {
          display: flex !important
      }
  }
}
/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .container-fluid .navbar-brand{
      display:none
  }
  .navbar .nav-item{
      padding-right:3.02em
  }
  .container-fluid .login-img{
      display:none !important
  }
  .container-fluid .about-img {
      width: 100%;
      margin: 0 auto;
  }
  .container-fluid .about-h3{
      text-align:center;
  }
  .container-fluid .box{
      width:100% !important;
      margin:1.5em 0 !important
  }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}



/*zoamar cards*/
:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
} 

.attribution {
  font-size: 11px;
  text-align: center;
}

  .attribution a {
      color: hsl(228, 45%, 44%);
  }

h1:first-of-type {
  font-weight: var(--weight1);
  color: var(--varyDarkBlue);
}

h1:last-of-type {
  color: var(--varyDarkBlue);
}

@media (max-width: 400px) {
  h1 {
      font-size: 1.5rem;
  }
}

.header {
  text-align: center;
  line-height: 0.8;
  margin-bottom: 50px;
  margin-top: 100px;
}

  .header p {
      margin: 0 auto;
      line-height: 2;
      color: var(--grayishBlue);
  }


.box p {
  color: var(--grayishBlue);
}

.box {
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 2em;
  width:25%;
  margin: 20px;
}

img {
  /*float: right;*/ 
}

@media (max-width: 450px) {
  .box {
      height: auto;
  }
}

@media (max-width: 950px) and (min-width: 450px) {
  .box {
      text-align: center;
      height: auto;
  }
}

.cyan {
  border-top: 3px solid var(--cyan);
}

.red {
  border-top: 3px solid var(--red);
}

.blue {
  border-top: 3px solid var(--blue);
}

.orange {
  border-top: 3px solid var(--orange);
}

h2 {
  color: var(--varyDarkBlue);
  font-weight: var(--weight3);
}


@media (min-width: 950px) {
  .row1-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .row2-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .box-down {
      position: relative;
      top: 150px;
  }

  .box {
      /*width: 30%;*/
  }

  .header p {
      width: 30%;
  }
}
/*zoamar cards end*/




/*producy card gallary*/
.product-card {
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
  margin: 50px auto;
  background: #fafafa;
  height:475px !important
}

.badge {
  position: absolute;
  left: -10px;
  top: 20px; 
  background: var(--light-blue);
  color: #fff;
  padding: 10px 10px;
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center; 
  background: #f0f0f0;
}

  .product-tumb img {
      max-width: 100%;
      max-height: 100%;
  }

.product-details {
  padding: 30px;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h4 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px; 
  color: var(--dark-grey);
  text-decoration: none;
  transition: 0.3s;
}

  .product-details h4 a:hover {
      color: var(--light-blue);
  }

.product-details p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #999;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding: 1em .2em;
  padding-bottom:0 !important;
  position:absolute;
  width:100%;
  bottom:.5em
}

  .product-bottom-details div {
      float: left;
      width: 50%;
  }

.product-price {
  font-size: 1.4em;
  color: var(--green);
  font-weight: 700;
  margin-left:-12px !important
}

  .product-price small {
      font-size: 80%;
      font-weight: 400;
      text-decoration: line-through;
      display: inline-block;
      margin-right: 5px;
  }

.product-links {
  text-align: right;
  padding-bottom:.2em !important;
}

  

  .product-links a {
      display: inline-block;
      margin-left: 5px;
      color: var(--green) !important;
      transition: 0.3s;
      font-size: 17px;
  }
  .product-links .bi-cart-fill {
      padding: .2em .6em !important;
      
      border: 1px solid #dcdcdc;
      border-radius:50%
  }
  .product-links a:hover {
      color: #fbb72c;
  }





       