body,html{
    overflow-x: hidden;
    position: relative;
    font-family: "Montserrat";

}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
body{
    background-color: rgb(238, 236, 236);
    text-align: left;
}

.bg-blue{
    background-color: #61c6f2;
}
.bg-white{
    background-color: white
}
.bg-black{
    background-color: #1b232e;
}
.bg-white-light{
    background-color: rgb(238, 236, 236) !important;
}

.text-white{
    color: white !important;
}
.text-blue{
    color: #61c6f2 !important;
}
.text-black{
    color: black !important;
}
.text-grey{
    color: #2b3e58 !important;
}
.f-capital{
    text-transform: capitalize;
}
.f-bold{
    font-weight: bold;
}
.f-bolder{
    font-weight: bolder;
}
.f-large{
font-size: large;
}
.f-medium{
    font-size: medium;
    }
.nav-item .nav-link{
    color: black;
    font-weight: bold;
}
.second-nav{
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.068) ;
    padding-left: 5%;
    padding-right: 3%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    list-style: none;
    background-color: #1b232e;
}
.second-nav::-webkit-scrollbar{
    visibility: hidden
}
.second-nav li{
    margin-left: 1rem;
}
.second-nav li a{
   /*  color: #1b232e; */
   color: white;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}
.second-nav li a:hover{
    color: #61c6f2;
}
.second-nav li.active a{
    font-weight: bold;
    color: #61c6f2;
}
.top-navbar{
    padding-top: .12rem;
    padding-bottom: .12rem;
    background-image: linear-gradient(to left,#274979,#61c6f2);
}
.body-wrapper{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;;
    justify-content: start;
    align-items: start;
    margin-right: auto;
    margin-left: auto;

}
.body-wrapper .side-bar{
    width: 350px;
    height: 420px;
    display: flex;
    flex-direction: column;
    transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: rgb(245, 245, 245);
    max-height: 420px;
    overflow-y: scroll;
}
.toggle-cats{
    background-color: #61c6f2;
    color: white;
    font-weight: bold;
   
}
.toggle-cats a{
    transition: all .2s cubic-bezier(0.23, 1, 0.320, 1);
}
.toggle-cats.hidden  h3{
    display: none;
}
.toggle-cats.hidden a{
    transform: rotate(180deg);
}
.body-wrapper .side-bar.hidden{
    width: 50px;

}
.body-wrapper .side-bar.hidden .category-item p{
    display: none;
}
.body-wrapper .side-bar .category-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: .5rem;
    background-color: white;
    margin-top: .3rem;
    justify-content: start;
    align-items:center;
    transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 500;
    text-align: start;
    max-lines: 1;
}
.body-wrapper .side-bar .category-item .icon{
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
}
.body-wrapper .side-bar .category-item p{
    margin: 0;
    margin-left: 1rem;
    font-size: medium;
}
.body-wrapper .side-bar .category-item span{
    margin-left: auto;
    color: grey;
    transform: rotate(180deg);
}
.body-wrapper .side-bar.hidden .category-item span{
    display: none;
}
.body-wrapper .side-bar .category-item:hover{
    background-color: rgb(216, 216, 216);
}
.body-wrapper .content{
    width: calc(100% - 350px);
    background-color: white;
    transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.body-wrapper .content.full{
    width: calc(100% - 50px);
}
.body-wrapper .content .swiper.main-swiper{
    height: 420px;
    width: 100%;
    position: relative;
}
  .main-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   height: 100%;
   width: 100%;
  }

  .main-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

overflow: hidden;
  }
  .animated-bg{
    animation: zoom-in-out 20s alternate-reverse ease-in-out infinite;
  }
  .swiper.partners-swiper{
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
  }
  .partners-swiper .swiper-slide img {
    display: block;
  }
  @keyframes zoom-in-out {
    from{scale: 1;}to{scale: 1.5;}
  }
    .swiper-slide .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 200px;
    width: 100%;
    background-image: linear-gradient(to top,rgba(9, 23, 34, 0.836),rgba(0, 0, 0, 0));
    z-index: 1;
  }
  .swiper-slide .caption{
    position: absolute;
    bottom:  50px;
    left: 0;
    content: "";
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
  }
  .swiper-slide .caption .text{
    width: 70%;
    text-align: left;
    margin-left: 2rem;
  }
  .swiper-slide .caption .text h1,h2{
    font-weight: 900;
    color: white;

  }
  .swiper-slide .caption .text  p{
    font-weight: bold;
    font-size: large;
    color: white;
  }
  .swiper-slide .caption .btn{
    background-color: #61c6f2;
    color: black;
    border-radius: 0;
    align-self: flex-end;
  }
  .swiper-scrollbar{
    background-color: white !important;
    opacity: 1 !important;
  }
  .swiper-scrollbar-drag{
    background-color: #61c6f2 !important;
  }
  .swiper-more,.swiper-less{
    color: #61c6f2;
    margin-left: 2rem;
  }
  .swiper-more.disabled,.swiper-less.disabled{
    color: #c4c4c4;
    margin-left: 2rem;
  }
  .card{
    height: 350px;
    overflow-y:hidden ; 
    overflow-x: hidden;
    max-width: 350px;
    position: relative;
}

.card::-webkit-scrollbar{
    visibility: hidden
}   
.card-img-top{
    height: 180px;
    object-fit: cover;
    transition: all ease-in-out .2s;
overflow: hidden;
    filter: brightness(80%);
}
.card-img-top:hover{
    scale: 1.1;
    filter: brightness(100%);
}
.card-img-top,.card
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-text{
    font-size: 14px!important;
    color: #1b232e!important;
    font-weight: bolder;
    min-height: 35px;
}
.card-body{
    display: flex;
    flex-direction: column;
}
.card-category{
    font-size: 10px!important;
    text-overflow: clip;
    max-lines: 1;
    position: absolute;
    top: 20px;
    left: 10px;
    background-color: #1b232e;
    padding: .5rem;
    color: white;
    border-radius: 10px;
}
.card-details{
    font-size: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;

}
.card-details p:nth-child(0){
    font-size: 33px !important;
}
.card-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-self: end;
    align-self: flex-end;
    justify-content: space-between;
    align-items: baseline;
    
}
.card-buttons .btn{
    font-size: small;
}


footer ul{
    font-size: larger;
}
footer ul{
    list-style: none;
    font-weight: bold;
}
footer ul li a {
    color: white;
    font-size: medium;
    font-weight: 300;
    transition: all .2s ease-in-out;
}
footer ul li a:hover{
    margin-left: 1rem;
    color: white;
}
  @media only screen  and (max-width:600px) {
    .body-wrapper{
        width: 100%;
    }
    .swiper-slide .caption{
        position: absolute;
        bottom:  100px;
        left: 0;
        content: "";
        width: 100%;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
      }
      .swiper-slide .caption .btn{
        align-self: flex-start;
        margin-left: 2rem;
      }
  }
  .social-icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .social-icons a{
    color: white !important;
    margin-left: 5px;
    margin-right: 5px;
  }
  .social-icons a i.fa{
    color: white !important;
    font-size: 20px;
  }
  .sections{
    background-color: white;
  }

  .service-item{
    background-color: rgb(250, 249, 240);
    border: #61c6f2 2px solid;
    border-radius: 25px;
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
    height: 260px;
    overflow: hidden;
  }
  .service-item img{
    position: absolute;
    border-radius: 10px;
    border: #61c6f2 2px solid;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color:#1b232e;
    height: 70px;
    width: 70px;
    object-fit: contain
  }
  .service-item h5{
    height: 70px;
    text-overflow: ellipsis;
  }
  .service-item p{
    height: 100px;
    text-overflow: ellipsis;
  }
  .partner-item{
    display: flex;
    flex-direction: column;
    align-items: center;
text-align: center;
  }
  .partner-item img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center;
  }
  .partner-item p {
    justify-self: flex-end;
    color: #1b232e;
    font-weight: bold;
  }
  .news-letter {
    position: absolute;
    top: 10%;
    left: 10%;
    height: 200px;
    width: auto;
    transform: rotateZ(45deg)
}
.circle1{
    content: "";
    height: 500px;
    width: 500px;
    background: #1B232E;
    opacity: .2;
    border-radius: 50%;
    top: 35%;
    left: -20%;
    position: absolute;
}
.circle2{
    content: "";
    height: 500px;
    width: 500px;
    background: #5385ca;
    opacity: .2;
    border-radius: 50%;
    top: 70%;
    right: -20%;
    position: absolute;
}

  @media screen and (max-width: 600px) {
    .news-letter {
        display: none;
    }
    .circle1{
        display: none;
    }
    .circle2{
        display: none;
    }
  }



  .s-nav{
    background-color: #1b232e;

  }
  .s-nav ul::-webkit-scrollbar{
    visibility: hidden
}
.s-nav .navbar-nav{
    display: flex;
    flex-direction: row;
  /*   overflow-x: scroll; */
}
.s-nav::-webkit-scrollbar{
  visibility: hidden
}
.s-nav li{
  margin-right: 1rem;
}
.s-nav li a{
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
}
.s-nav li a:hover{
  color: #61c6f2 !important ;
}
.s-nav li.active a{
  font-weight: bold;
  color: #61c6f2;
}.services-swiper{
  width: 100%;
  height: 400px;
}
.product-swiper{
  width: 100%;
  height: 400px;
}