@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: 'Quicksand', sans-serif;
}

html,
body {
  scroll-behavior: smooth;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  box-shadow: none !important ;
  border: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0098D8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.color {
  color: #0098D8;
}
.text {
  color: #838383;
}

.drop_shadow{
/* border-radius: 20px; */
background: #FAFAFA;
/* drop */
box-shadow: 0px 4px 30px 0px rgba(22, 74, 152, 0.11);
}

.alert-danger {
  margin-top: 10px;
}

.btn_1{
width: 200px;
height: 47px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
color: #0098D8;
transition: all 0.2s ease;
}
.btn_1:hover{
color: #0098D8;
transform: scale(0.9);
box-shadow: 0px 4px 30px 0px rgba(22, 74, 152, 0.11);
border-radius: 20px;
}


header.fixed-top .logo{
  width: 190px;
}
header.fixed-top .iso{
  width: 70px;
}


.btn_2{
width: 200px;
height: 47px;
background-color: #0098D8;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
transition: all 0.2s ease;
}
.btn_2:hover{
color: #ffffff;
transform: scale(0.9);
box-shadow: 0px 4px 30px 0px rgba(22, 74, 152, 0.11);
border-radius: 20px;
}

/* ---------------- header ------------------ */


nav .nav-link{
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px !important;
}
nav .nav-link:hover{
  color: #0098D8;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px !important;
}


section.banner .card-img-overlay{
  top: 55%;
   transform: translateY(-50%);
}


section.logo .drop_shadow {
border-radius: 20px;
}

section.logo .owl-theme .owl-nav {
display: none;
}
section.logo .owl-theme .owl-dots {
display: none;
}

section.logo img{
width:112.1px;
height: 63.98px;
object-fit: contain;
filter: saturate(0%);
transition: all 0.5s ease;
}

section.logo img:hover{
filter: saturate(100%);
}


section.zenix{
  background: linear-gradient(0deg, #CDF0FF 0%, #F8FDFF 93.98%);
}

section.zenix img{
height: 170px;
object-fit: contain;
}
section.zenix .border_1{
border-right: 1px solid #ededed;
}


section.product{
  background: linear-gradient(179deg, #CDF0FF 0%, rgba(201, 222, 254, 0.00) 93.98%);
}
section.product .main_product{
width: 180px;
height: 180px;
object-fit: contain;
}
section.product hr{
color: #D2D2D2;
opacity: 1;
}
section.product .logo{
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
section.product .logo img{
  object-fit: contain;
}
section.product p{
font-size: 19px;
}



.bg{
  background-image: url('../Images/bg-clients.png');
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 50px 70px 50px 50px;
}


section.clients {
overflow: hidden;
}
section.clients .flex{
display: flex;
}
section.clients .flex img{
  max-width: 100%;
margin: 0 auto;
}
section.clients .card{
background-color: transparent;
border: 0px solid transparent;
}

section.contact .d-flex > div {
flex: 1;

}

.alert{
  display: none;
  }
  

  .alert-danger{
   position: fixed;
   width: max-content;
    top: 50px;
   left: 40%;
   transform: translateX(-50%)
  }


  @keyframes add {
    0%{
      transform: scale(0.9);
    }
    50%{
      transform: scale(1);
    }
    100%{
      transform: scale(0.9);
    }
  }


  .contact_img{
    position: absolute;
    bottom: 0;
    width: 40vw;
    /* object-fit: contain; */
    /* aspect-ratio: 16 / 9 ; */
  }
  