:root{
  --primary-color:#2a998b;
  --grey-color:#768693;
  --rowdies-font:"Rowdies", sans-serif;
  --josefin-sans-font:"Josefin Sans", sans-serif;
  --poetsen-one-font:"Poetsen One", sans-serif;
  --lower: 100;
  --upper: 700;
}
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
@font-face {
  font-family: quicksand;
  src: url(../../font/Quicksand-VariableFont_wght.ttf);
}
@font-face {
  font-family: pinkhoff;
  src: url(../../font/FontsFree-Net-PinkhoffCaps-Bold.ttf);
}
/*==================================================================
                      common styles
==================================================================*/
*{
  /* font-family: var(--josefin-sans-font); */
  font-family: Quicksand;
  
}
p{
  font-family: Quicksand;
}
.sctn-1,.sctn-2,.sctn-3,.sctn-4,.sctn-5,.sctn-6{
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
h2{
  font-size: 3rem;
  text-transform: capitalize;
  padding-bottom: 30px;
}
body{
  user-select: none;
  width: 100vw;
  overflow-x: hidden;
}
body::-webkit-scrollbar{
  display: none;
}
@media screen and (min-width:992px) {
  .hide-lg{
      display: none !important;
  }
}
@media screen and (min-width:765px) and (max-width:992px) {
  .hide-md{
      display: none !important;
  }
}
@media screen and (max-width:765px) {
  h2{
      font-size: 2.5rem;
  }
  .hide-sm{
      display: none !important;
  }
}
body{
  -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;
    width: 100vw;
    overflow-x: hidden;
  /* content: '';
  width: 100%;
  height: 100%;
  position: absolute; */
  /* top: 0;
  left: 0;
  z-index: 1;
  --s: 20vw; 
  --c1: var(--primary-color);
  
  --_g: #22222200 90deg, #d6d6d676 0;
  background: conic-gradient(from 90deg at 2px 2px, var(--_g)), #ffffff00;
  
  background-size:var(--s);  */
}
/* @media screen and (max-width:765px) {
  body{
    --s: 33.33vw;
  }
} */

img {
  -webkit-user-drag: none;
  user-drag: none;
}

/*==================================================================
                      lines
==================================================================*/
.lines {
  position: fixed;
  top: 0;
  left: 0;
  height: 120vh;
  width: 100%;
  z-index: -1;
}

.line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 40%;
  background: rgba(187, 204, 201, 0.645);
  overflow: hidden;
}
.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: linear-gradient(to bottom, rgb(49 48 48 / 0%) 0%, #5056d4 75%, #32b543 100%);
  -webkit-animation: drop 5s 0s infinite;
          animation: drop 5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line.a{
  margin-left: -20%;
}
.line.a::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line.c{
  margin-left: 20%;
}
.line.c{
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.line.d{
  margin-left: 40%;
}
/* .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
} */

@-webkit-keyframes drop {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@media screen and (max-width:765px) {
  .line{
    left: 50%;
  }
  .line.a {
    margin-left: -25%;
  }
  .line.c {
    margin-left: 25%;
  }
  .line.d {
    /* margin-left: 25%; */
    display: none;
  }
}
/*==================================================================
                      lines END
==================================================================*/





/*==================================================================
                      header
==================================================================*/
header{
  min-height: 60vh;
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(312deg, #2a998b, #80abe9);
  background: linear-gradient(312deg, #139a89, #495b4b);
  background: linear-gradient(344deg, #4ad694, #0f5132);
  /* background: url(../img/server-room.jpg); */
  .network-people{
    position: absolute;
    bottom: 0;
    width: 50%;
    transform: translateY(31%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .network-people.two{
    transform: rotate(180deg) translateY(-110%);
  }
  .server-img{
    position: absolute;
    right: 10%;
    width: 35%;
    height: 100%;
    object-fit: contain;
    bottom: 0;
    z-index: 2;
    object-position: center;
    img{
      position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    }
  }
  /* lines */
  .lines {
    position: absolute;
  }
  
  .line {
    background: rgba(187, 204, 201, 0.296);
  }
  .line::after{
    background: linear-gradient(to bottom, rgb(49 48 48 / 0%) 0%, #198754 75%, #eee641 100%);
  }
  /* lines END */
}
/* header::after{
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: 0;
  background: linear-gradient(0deg, #2a998b, #ffffffeb);
} */
@media screen and (max-width:800px) {
  header{
    /* height: 90vh; */
    .network-people{
      width: 100%;
    }
    .server-img{
      height: 250px;
      width: 100%;
      position: relative;
      margin: auto;
      left: 0;
      right: 0;
    }
  }
}
/*==================================================================
                      header END
==================================================================*/




/*==================================================================
                        navbar
==================================================================*/
@keyframes dropdown-anime {
  0%{
      display: block !important;
      transform: translateY(50px);
      opacity: 0;
  }
  100%{
      display: block;
      opacity: 1;
      transform: translateY(0);
  }
}
.navbar{
  position: fixed !important;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  transition: 0.5s;
  background: white;
  border-radius: 0 0 50px 50px;
  .navbar-brand img{
      height: 30px;
  }
  .navbar-collapse{
      justify-content: flex-end;
      .navbar-nav{
          gap: 5px;
          position: relative;
      }
      .nav-item{
          position: static;
      }
      .nav-item .nav-link{
          text-transform: capitalize;
          background-image: linear-gradient(to right,#54b3d6,#54b3d6 50%,#908d8d 50%);
          background-size: 200% 100%;
          background-position: 100%;
          background-clip: text;
          transition: transform 0.4s,background-position 1s;
          color: transparent;
          letter-spacing: 1px;
          font-size: 18px;
          font-weight: bold;
      }
      .nav-item .dropdown-toggle::after{
          display: none;
      }
      .nav-item .nav-link:hover{
          background-position: 0;
          transform: translateY(-3px);
      }
      .nav-item .dropdown-menu{/* dropdown */
          /* width: 100%; */
          /* left: 0; */
          transform: translateY(50px);
      }
      #dropdown-menu-b{/* service dropdown */
          border: 0;
          border-radius: 10px;
          .services-li{
              display: grid;
              grid-template-columns: repeat(4,1fr);
              gap: 10px;
              padding: 15px 20px;
              .dropdown-itm{
                  text-decoration: none;
                  .img-div{
                      width: 100%;
                      height: 100px;
                      border-radius: 5px;
                      overflow: hidden;
                      transition: 0.4s;
                      img{
                          width: 100%;
                          height: 100%;
                          transition: transform 0.5s;
                          filter: blur(0.8px) grayscale(0.47);
                      }
                  }
                  .heading{
                      font-weight: bold;
                      text-transform: capitalize;
                      letter-spacing: 1px;
                      color: #454141b6;
                      transition: 0.4s;
                  }
              }
              .dropdown-itm:hover{
                  .img-div{
                      border-radius: 15px;
                  }
                  .img-div img{
                      transform: scale(1.2);
                      filter: none;
                  }
                  .heading{
                      background: linear-gradient(45deg, #198754, #0f5132);
                      background-clip: text;
                      color: transparent;
                  }
              }
          }
      }
  }
  
  
svg {/* navbar toggler */
  height: 50px;
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
}
.plate {
  height: 50px;
  position: relative;
  width: 50px;
  cursor: pointer;
  border: 0;
  z-index: 21;
}
.burger {
  filter: url(#gooeyness);
}
.x {
  transform: scale(0);
  transition: transform 400ms;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.x .line {
  stroke-width: 5.5px;
}
.plate1 .line2 {
  stroke-dasharray: 40 200;
  stroke-dashoffset: 0px;
}
.plate1 .line3 {
  stroke-dasharray: 40 179;
  stroke-dashoffset: 0px;
}
.active .line {
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}
.active.plate1 .line1 {
  transform: scale(0, 1);
  transition: transform 500ms 100ms;
}
.active.plate1 .line2 {
  stroke-dasharray: 5px 200;
  stroke-dashoffset: -164px;
}
.active.plate1 .line3 {
  stroke-dasharray: 5px 179;
  stroke-dashoffset: -142px;
}
.active .x {
  transform: scale(1);
  transition: transform 400ms 350ms;
}/* navbar toggler END */

/* scroll indicator*/
.progress-container {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.progress-bar {
  height: 5px;
  width: 0%;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(45deg, #176c44, #2aac70);
}
/* scroll indicator end*/
}
.navbar.hide{
  transform: translateY(-100%);
  transition: 0.5s;
}
.navbar.show,.navbar.hide.show{
  transform: translateY(0) !important;
}

@media screen and (min-width:992px) {
  .navbar{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  }
  .navbar .nav-item.dropdown:hover .dropdown-menu{
      display: block;
      animation: dropdown-anime 0.5s linear both;
  }
}
@media screen and (min-width:1056px) and (max-width:1200px) {
  .navbar .navbar-collapse .nav-item .nav-link{
      font-size: 15px;
  }
}
@media screen and (min-width:992px) and (max-width:1056px) {
  .navbar .navbar-collapse .nav-item .nav-link{
      font-size: 14px;
      padding: 5px;
  }
}
@media screen and (max-width:992px) {
  .navbar{
      padding: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
      .plate{
        display: flex;
        align-items: center;
      }
      .navbar-brand{
          z-index: 21;
      }
      .navbar-brand.z-index{
          z-index: 19;
      }
      .navbar-collapse{
          display: block;
          position: fixed;
          z-index: 20;
          padding-top: 100px;
          padding-left: 30px;
          background: white;
          transform: translateX(100%);
          right: 0;
          top: 0;
          height: 100vh;
          width: 100%;
          max-width: 350px;
          transition: 0.5s;
          .navbar-nav .nav-item:nth-child(1){
              border-top: 1px solid #a5a5e2;
          }
          .navbar-nav .nav-item{
              border-bottom: 1px solid #a5a5e2;
          }
          .nav-item .dropdown-menu{/* dropdown menu */
              position: fixed;
              display: block;
              /* left: 0; */
              
              right: 0;
              width: 100%;
              top: 0;
              border: 0;
              transform: translateX(100%) translateY(0);
              height: 100vh;
              z-index: 600;
              transition: 0.5s;
              padding-left: 30px;
              padding-top: 0;
              .back-btn-li{
                  height: 100px;
                  padding: 0;
                  .back{
                      background-color: white;
                      border: 0;
                      font-size: 20px;
                  }
              }
          }
          #dropdown-menu-b{/* service dropdown */
              .services-li{
                  display: flex;
                  flex-direction: column;
                  .img-div{
                      max-width: 200px;
                      img{
                          filter: none !important; 
                      }
                  }
              }
          }
          .nav-item .dropdown-menu.show-l{
              transform: translateX(0) translateY(0);
              transition: 0.5s;
              padding-top: 50px;
          }
          .nav-item .dropdown-menu.show-l.hide-l{
              transform: translateX(100%) translateY(0);
              transition: 0.5s;
          }
      }
      .navbar-collapse.show{
          transform: translateX(0);
      }
      
  }
}
/*==================================================================
                      navbar END
==================================================================*/






/*==================================================================
                      banner 
==================================================================*/
header .banner{
  z-index: 1;
  text-align: left;
  transform: translateY(30px);
  .images{
    height: 80px;
    position: relative;
    margin-bottom: 10px;
    .img{
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      /* right: 0; */
      margin: auto;
      width: auto;
      animation: wifi 3s linear both infinite;
      opacity: 0;
      /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(248deg) brightness(111%) contrast(101%); */
    }
    .img:nth-child(2){
      animation-delay: 0.3s;
    }
    .img:nth-child(3){
      animation-delay: 0.6s;
    }
    .img:nth-child(4){
      animation-delay: 0.9s;
    }
  }
  .title{
    font-family: pinkhoff;
    color: white;
  }
  .caption{
    color: wheat;
  }
}
@media screen and (min-width:800px) {
  header .banner{
    /* transform: translateY(-30px); */
    .images{
      img{
        transform: rotate(45deg) translate(-3px, 20px);
      }
    }
    .title{
      font-size: 3rem;
    }
    .caption{
      width: 49%;
    }
  }
}
@keyframes wifi {
  40%{
    /* filter: invert(51%) sepia(85%) saturate(316%) hue-rotate(123deg) brightness(83%) contrast(97%); */
    opacity: 1;
  }
  60%{
    filter: none;
    opacity: 0;
  }
}
@media screen and (max-width:800px) {
  header .banner{
    text-align: center;
    .images img{
      right: 0;
    }
  } 
}
/*==================================================================
                      banner END
==================================================================*/




/*==================================================================
                      section-1/about 
==================================================================*/
.scn-1{
  z-index: 5;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  padding-bottom: 50px;
  .container{
  /* background: #e5faf7; */
  padding: 20px 0;
  position: relative;
  height: 100%;
  /* border-radius: 15px 15px 0 0; */
  }
  /* .container::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 30%;
    background: #e5faf7;
    transform: translate(90%,0px);
    border-radius: 0 0 0 15px;
    background: linear-gradient(90deg, #e5faf7, #4192d3);
  } */
  .container::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: calc(100% + 60px);
    width: 100%;
    transform: translateY(-10%);
    transform: translateY(-30px);
    background: linear-gradient(270deg, rgb(229, 250, 247), rgb(65, 146, 211));
    border-radius: 45px;
    background: white;
    box-shadow: 0px 0px 8px 1px #4542426e;
  }
  .title-div{
    width: 90%;
    margin: auto;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    .title{
      font-weight: bold;
      font-family: system-ui;
      width: fit-content;
      padding: 0;
      margin: 0;
      background: #ffffff;
      z-index: 1;
      padding: 0 10px;
      font-size: 40px;
    }
    .caption{
      color: wheat;
    }
  }
  /* .title-div::before{
    content: '';
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #2a998b, #768693);
    z-index: 0;
  } */
  .cnt{
    /* margin-bottom: 0; */
    /* background: white; */
    background-clip: text;
    z-index: 2;
    position: relative;
    font-size: 18px;
  }

  /* only for contact page */
  .social-media-links{
    justify-content: center;
    a{
      position: relative;
      width: fit-content;
      img{
        height: 50px;
      }
    }
  }
  /* only for contact page */
}
@media screen and (min-width:765px) {
  .scn-1{
    .container{
      padding: 30px 0;
    }
    .title-div{
      width: 50%;
    }
    .cnt{
      width: 90%;
      margin: auto;
    }
  }
}
@media screen and (max-width:765px) {
  .scn-1{
    .container{
      padding: 20px;
    }
  }
}
.scroll-reveal span{
  color: hsl(0deg 2.47% 49.95% / 17%);
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-image: linear-gradient(90deg,#3ab37a,#6464d8);
  animation: scroll-reveal linear forwards;
  animation-timeline: view(y);  
}
.scroll-reveal h2 span{
  animation-range-start: cover 20vh;
  animation-range-end: cover 30vh;
}
.scroll-reveal p span{
  animation-range-start: cover 22.5vh;
  animation-range-end: cover 50vh;
}
@keyframes scroll-reveal {
  to{
    background-size: 100% 100%;
  }
}
/*==================================================================
                      section-1/about END
==================================================================*/



/*==================================================================
                      section-2/mission-vision 
==================================================================*/
.msn-vsn{
  .col-md-6{
    margin-bottom: 20px;
  }
  .card{
    /* box-shadow: 0px 0px 8px 1px #4542426e; */
    border: 0;
    border-radius: 20px;
    .card-body{
      flex-direction: column;
      text-align: center;
      .title{
        padding-bottom: 0;
      }
      p{
        color: grey;
      }
    }
  }
  .mission-col .card{
    box-shadow: 0px 0px 8px 1px #069050;
  }
  .vision-col .card{
    box-shadow: 0px 0px 8px 1px #084298;
  }
}
/*==================================================================
                      section-2/mission-vision END
==================================================================*/



/*==================================================================
                      blog section 
==================================================================*/
.blog-scn{
  .card{
    border: 0;
    .img-div{
      border-radius: 15px 15px 0 0;
      overflow: hidden;
      height: 200px;
      img{
        height: 100%;
        width: 100%;
        object-fit: contain;
      }
    }
    .card-body{
      border-radius: 15px;
      /* transform: translateY(-10px); */
      transform: translateY(-25px);
      background: white;
      border: 1px solid #9b919182;
      .title{
        font-weight: bold;
        text-transform: capitalize;
      }
      .cnt{
        color: gray;
        font-size: 14px;
      }
      .card-footer{
        background-color: white;
        border: none;
        padding: 0;
        .read-more-btn{
          border: 0;
          text-align: right;
          padding: 10px 15px;
          border-radius: 5px;
          text-transform: capitalize;
          font-size: 13px;
          color: #18cc67;
          background: #eaf4f57a;
        }
      }
    }
  }
}
@media screen and (max-width:765px) {
  .blog-scn{
    .card-col{
      margin: auto;
    }
  }
}
/*==================================================================
                      blog section END
==================================================================*/


/*==================================================================
                      service page
==================================================================*/
.service{
  padding: 10vh 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  .cnt-row{
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    .wrapper{
      .title{
        background: linear-gradient(45deg, #2a998b, #768693);
        background-clip: text;
        color: transparent;
        font-weight: bold;
      }
      .cnt{
        color: gray;
        font-size: 14px;
      }
    }
  }
  .img-row{
    background: linear-gradient(45deg, #199246, #87bce7);
    border-radius: 100px 0 0 100px;
    position: relative;
    height: 70vh;
    .wrapper{
      border-radius: 15px;
      height: 80%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: translateX(-20px);
      z-index: 1;
      .img-div{
        overflow: hidden;
        border-radius: 15px;
      }
      img{
        object-fit: cover;
      }
    }
    .wrapper::before,.wrapper::after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: red;
      border-radius: 15px;
      border: 0;
    }
    .wrapper::before{
      transform: translate(15px,15px);
      background: #dff6ff91;
    }
    .wrapper::after{
      transform: translate(25px,25px);
      background: #dff6ff39;
    }
  }
}
.service:nth-child(odd){
  .row{
    
    .cnt-row{
      text-align: left;
      align-items: flex-start;
      .wrapper{
        .cnt{
          color: gray;
          font-size: 14px;
        }
      }
    }
    .img-row{
      border-radius: 0 100px 100px 0;
      .wrapper{
        left: auto;
        right: 0;
        transform: translateX(20px);
      }
      .wrapper::before,.wrapper::after{
        left: auto;
        right: 0;
      }
      .wrapper::before{
        transform: translate(-15px,15px);
      }
      .wrapper::after{
        transform: translate(-25px,25px);
      }
    }
  }
}
@media screen and (min-width:765px){
  .service{
    .cnt-row{
      .wrapper{
       padding-right: 30px;
       width: 70%;
      }
    }
  }
  .service:nth-child(odd){
    .row{
      flex-direction: row-reverse;
      .cnt-row{
        .wrapper{
          padding-left: 30px;
          padding-right: 0;
        }
      }
    }
  }
}
@media screen and (max-width:765px) {
  .service{
    padding: 10vh 0;
    .row{
      align-items: flex-end;
      .img-row{
        height: 40vh;
      }
    }
  }
  .service{
    .row{
      flex-direction: column-reverse;
      gap: 20px;
    }
  }
  .service:nth-child(odd){
    .row{
      align-items: flex-start;
    }
  }
}
/*==================================================================
                      service page END
==================================================================*/


/*==================================================================
                      footer END
==================================================================*/
.footer-div{
  width: 100%;
  overflow-x: hidden;
}
footer{
  background: linear-gradient(178deg, #269758, #113c24);
  color: white;
  position: relative;
  z-index: 2;
  a{
    text-decoration: none;
  }
}
/*==================================================================
                      footer END
==================================================================*/
.whts-btn,.call-btn{
  position: fixed;
  bottom: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-weight: bold;
  z-index: 999;
}
.whts-btn{
  left: 20px;
  background: #0f5132;
}
.call-btn{
  right: 20px;
  background: #2e47b6;
  font-size: 20px;
}




/*==================================================================
                        gallery page END
==================================================================*/
.sctn-gallery{
  padding: 50px 0;
  ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
     ul li img {
      display: block;
      height: auto;
      width: 100%;
      max-width: 100%;
    }
    
     ul {
      columns: 11rem;
      column-gap: 1rem;
    }
     ul li {
      break-inside: avoid;
      margin: 0 0 1rem;
    }
}
@media screen and (min-width:992px) {
  .sctn-gallery{
      ul {
          columns: 15rem;
      }
  }
}
/*==================================================================
                      gallery page END
==================================================================*/

@media (min-width:768px){
  #arrows{
    display: none !important;
  }
}