*::before, *::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

img, picture, video {
	display: block;
	max-width: 100%
}

body {

  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1rem;
  font-weight: 200;
  overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.75em !important;
}

li {
  list-style-type: none;
}

  @media only screen and (max-width: 1340px) {

    #searchWrapper {
        margin: 0 auto !important;
        flex-direction: column;
        /*display: none;*/
    }    

    
}

.mobile-icon {
  display: none;
}

.show {display:block;}
/*
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}*/
/* Nav End*/


.container {
    margin-top: 300px;
    display: block;
    padding: 30px 20px;
    margin: auto;
    max-width: 100%;
}

#list {
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, auto));
    grid-gap: 20px;
    justify-content: center;
}

#list li {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 800px;
}

.software {
    list-style-type: none;
    border: solid 1px rgba(128, 128, 128, 0.555);
   /* border-radius: 3px;*/
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        'image'
        'name'
        'description';
    text-align: left;
    align-items: start;
}

.software .content {
  padding: 10px 20px;
  align-items: start;
}

.software .content > h2 {
    grid-area: name;
    margin-bottom: 3px;
}

.software .content > p {
    grid-area: description;
    color: gray;
    margin: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.software > img {
    width: 100%;
    grid-area: image;
    align-items: start;
}

.software > a img {
  width: 100%;
  grid-area: image;
  align-items: start;
}

.software > a {
  color: rgb(45, 151, 45);
}
.visit-btn {
  font-size: 1rem;
  font-family: inherit;
  z-index: 2;
  width: fit-content;
  /*background-color: #F9F8F9;
  color: #45505E;*/
  background-color: #6666FF;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.visit-btn a {
  font-family: inherit;
  color: white;
}

.cat-btn {
  font-size: 0.9rem;
  font-family: inherit;
  z-index: 3;
  width: fit-content;
  border: none;
  cursor: pointer;
  padding: 1px 6px;
  background-color: #00c90aa9;
}

input[type=text].searchbar {
    display: block;
    max-width: 720px;
    height: 32px;
    border-radius: 25px;
    border: solid 1px #83838386;
    padding: 18px 20px;
    font-size: 1rem;
    margin: auto;
}

.categories::before {
  position: relative;
  content: url(/Images/SaaSi\ category.svg);
  height: 20px;
  width: 20px;
  right: 5px;
  top: 3px;

}

#searchWrapper {
    position: relative;
    width: 360px;
    margin-right: 30px;
    margin-left: auto;
    align-self: center;
    max-width: 80%;
    padding: 12px 12px 12px 20px;
}

#searchWrapper::after {
    content: url(/Images/magnifying-glass-solid.svg);
    width: 25px;
    position: absolute;
    color: #45505E;
    top: 22px;
    right: 25px;
}

#searchWrapperLarge {
  max-width: 800px;
  margin: auto;
  margin-bottom: 17px;
}

.filterDiv {

    display: none; /* Hidden by default */
}
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: grid;
}


/* Image slideshow*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  margin: 90px auto 30px auto;
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #6666FF;
}

.active {
  color: #000

}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* End Image slideshow*/

/* START PRODUCT PAGE*/

.product-container {
  display: flex;
  max-width: 1280px;
  min-height: 100vh;
  background-color: #F4F5F8;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 60px;  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.main {
  background-color: #fff;
  width: 100%;
}

.main .content {
  padding: 10px;
  margin: 10px;
}

.main img {
  width: 100%;
}

.aside {
  width: 350px;
  display: block;
  float: right; 
  margin: 10px;
  padding: 10px;
}

@media only screen and (max-width: 800px) {
  .product-container, .hero-container, .contact-container {
    width: 100%;
    flex-direction: column;
    margin: 80px 0px 10px 0px;
  }
  .main, .hero-main, .contact-form-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .aside, .hero-aside {
    width: 100%;
    margin: 0;
  }
  .hero-aside img {
    width: 350px;
    height: 350px;
  }
}

/* END PRODUCT PAGE*/


.button {
  font-weight: 400;
  /*background-color: #5ceefb;*/
  border: 2px solid #6666ffbd;
  padding: 3px 10px;
  margin: 10px 0 10px 0;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  transition: 350ms;
}

.button:hover {
  background-color: #6666ffb6;
  color: #fff;
}

 a.button {
  color: #000;

}

.button a {
  color: #fff;
}

.hamburger {
  width: 35px;
  height: 3px;
  background-color: #71889b;
  margin: 4px 0;
  border-radius: 2px;
}

.navbar-icon-right {
  position: relative;
  width: 30px;
  margin-left: auto !important;
  margin-right: 30px;
}


@media (max-width: 600px) {
  
  .mobile-icon {
    display: block;
    position: relative;
    top: 3px;
  }
  #searchWrapper {
    display: none;
  }
}


/* Newsletter end */

/* table start */

.price {
  border-collapse: collapse;
  width: 100%;
}

.price td, .price th {
  border: 1px solid #71889b20;
  padding: 8px;
}

.price tr:nth-child(even){background-color:#F4F5F8 ;}

.price th {
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #71889b;
  color: white;
}

/*table end*/

.social {
  max-width: 35px;
}

.checked {
  color: orange;
}

.btn-fit {
  width: fit-content;
  margin: 5px;
}

.btn-fit ul {
  margin: 0;
  padding: 0;
}

.scrollmenu {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: auto;

}
.scrollmenu > .btn-fit > .button{
  display: inline-block;
  text-align: center;
}

@media (max-width: 900px) {
  div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }
}

#menuFilter {
  padding-top: 80px;
}
