/* latin */
@font-face {
  font-family: 'Montserrat-r';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  *{
    scroll-behavior: smooth;
    box-sizing: border-box;

  }
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f8f8f8;
    overflow-x: hidden;
  }
  p , span{
      cursor: default;
  }
  /* *****start navbar****** */
  header {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: Montserrat-r;
  }
  div.navbar {
    width: 100%;
    height: 70px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #000;
    border-bottom: 1px solid #fff;
    overflow: hidden;
  }
  div.logo {
    width: 400px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    overflow: hidden;
  }
  div.logo > img {
    width: 150px;
    height: 50px;
  }
  div.menubar {
    width: calc(100% - 700px);
    height: 100%;
  }
  ul.menubar {
    width: 500px;
    height: 100%;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    list-style: none;
    padding-left: 30px;
    font-size: 18px;
    overflow: hidden;
    margin: 0;
  }
  ul.menubar>a{
    color: #fff;
    text-decoration: none;
  }
  ul.menubar>a:visited{
    color: #fff;
    text-decoration: none;
  }
  ul.menubar  li {
    width: 100px;
    height: 40px;
    margin-left: 50px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    transition: 200ms;
    cursor: pointer;
  }
  li.service{
    border-bottom: 1px solid #fff;
  }
  ul.menubar  li:hover {
    background-color: rgba(37, 37, 37, 0.419);
  }
  div.typo {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  div.typo > img {
    width: 250px;
    height: 25px;
    opacity: 0.5;
    transition: 300ms;
  }
  div.typo > img:hover {
    opacity: 1;
  }
  /* ******end navbar******* */
  /* **********start main *********** */
  main{
    padding: 30px 150px;
    overflow: hidden;
    position: relative;
  }
  p.title {
    font-size: 32px;
    line-height: 70px;
    word-spacing: 4px;
    font-family: Montserrat;
  }
  div.line {
    width: 98%;
    height: 2.5px;
    background-color: #4352a3;
    margin: 10px auto;
    position: relative;
    left: 20%;
  }
  p.text{
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #000000ad;
    font-family: Montserrat-r;
  }
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
    margin: 30px 0 30px 0;
}

.product-card {
    flex: 1 1 calc(33.33% - 40px); /* Dynamic width for 3 columns */
    background-color: #f8f8f89e;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition:  0.3s;
}

.product-card:hover {
    transform: scale(1.05);
    background-color: #92959a50;
}

.product-card img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-family: Montserrat;
}

.product-card p {
    color: #666;
    font-family: Montserrat-r;
}

@media (max-width: 768px) {
    .product-card {
        flex: 1 1 calc(50% - 40px); /* 2 columns on tablet */
    }
}

@media (max-width: 480px) {
    .product-card {
        flex: 1 1 100%; /* Full-width for mobile */
    }
}

div.service-icons{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0 50px 0;
}
@keyframes slide-in {
  0%   { transform: translateX(-10px); }
  50% { transform: translateX(10px); }
  100% { transform: translateX(-10px); }
}
div.service-icons>img{
    width: 100px;
    height: 120px;
    animation: slide-in 2000ms infinite;
}
div.future{
    background-image: url(../images/backg-sub.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 0 150px;
    overflow: hidden;
}




  /* ***************start footer************ */
  footer {
    background-color: #000000;
    padding: 40px 150px 0 150px;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

div.contact-us{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
div.contents{
    width: 300px;
    height: inherit;
    color: #86898E;
    padding: 0 30px 0 0 ;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font-size: 16px;
}
div.contents>img{
    width: 200px;
    height: 90px;
    margin-bottom: 20px;
}
p.sub-logo{
  font-size: 18px;
  margin-top: 8px;
  font-family: Montserrat-r;
}
img.whatsapp{
  width: 35px;
  height: 35px;
  filter: invert(100%);
  margin-top: 20px;
  transition: 300ms;
}
img.whatsapp:hover{
  width: 35px;
  height: 35px;
  filter: invert(50%);
}
div.contents>p.get-services{
  color: #86898E;
  font-size: 30px;
  margin: 50px 0 15px 0;
  font-family: Montserrat;
}
div.contents>a{
  margin: 10px 0;
  color: #f3f3f3;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  font-family: Montserrat-r;
}
div.contents>p.services-detail{
    margin: 10px 0;
    color: #86898E;
    font-size: 16px;
}
div.contents:nth-last-child(1){
    width: 350px;
    justify-content: space-around;
    align-items: center;
    padding:30px 0 70px 0;
}
iframe{
    border-radius: 10px;
    filter: grayscale(50%);
    transition: 300ms;
}
iframe:hover{
    filter: grayscale(0);
}
p.copy-right{
    font-size: 14px;
  font-family: Montserrat-r;
}






img.shape1{
  position: absolute;
  z-index: -10;
  width: 700px;
  height: 600px;
  filter: blur(30px);
  right: -300px;
  top: 0px;
  animation: scale 4s infinite;
}
img.shape2{
  position: absolute;
  z-index: -10;
  width: 700px;
  height: 600px;
  filter: blur(30px);
  left: -300px;
  top: 500px;
  animation: scale 4s infinite;
}
img.shape3{
  position: absolute;
  z-index: -10;
  width: 700px;
  height: 600px;
  filter: blur(30px);
  right: -300px;
  top: 1200px;
  animation: scale 4s infinite;
}
@keyframes scale {
  0%   {scale: 1; }
  50% {scale: 1.8; }
  100% { scale: 1;}
}