.myanime {
  animation: animate 5s alternate infinite;
}
@keyframes animate {
  100% {
    transform: rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
}
h1.name {
    font-weight: 300;
    font-family: 'Cabin Sketch', sans-serif;
    font-size: 36px;
    color: #8d70e3;
    text-shadow: -1px 2px 5px #3f3c3c;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: 'Cabin Sketch', sans-serif;
}
.toolsection {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.half-section {
  width: 75%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-bottom: 50px;
  border-radius: 10px;
}
.toolheading {
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.description {
  width: 70%;
  text-align: center;
  margin: auto;
}

@media (max-width: 710px) {
  .toolsection {
    gap: 50px;
    padding-block: 30px;
  }
  .half-section {
    width: 95%;
  }
}

.toolbox {
  padding-block: 40px;
  width: 60%;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid black;
  min-height: 200px;
  border-radius: 20px;
  flex-wrap: wrap;
  padding-inline: 20px;
}
.downloadbutton {
  border: 1px solid black;
  padding: 12px 28px;
  border-radius: 50px;
}

.mydrop {
  width: 100% !important;
  padding: 50px;
}

.mydrop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.mydrop ul li a {
  padding: 12px 25px;
  border-radius: 50px;
  color: black;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.mydrop ul li a:hover {
  color: black;
}

.toollist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-template-rows: auto;
  gap: 25px;
  margin-top: 0px;
  padding: 5%;
}

@media (min-width: 1068px) {
  .toollist {
	grid-template-columns: repeat(5, minmax(170px, 1fr));
  }
}
.singletools {
  min-height: 220px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding: 20px;
  padding-top: 11px;
  height: 217px;
    text-align: justify;
}

.singletools:hover {
background: #dfffea;}

.singletools a {
  height: 100%;
  width: 100%;
  display: inline-block;
  z-index: 5;
  cursor: pointer;
}

.singletools a img {
  height: 50px;
}
.singletools a h2 {
  font-size: 1.1rem;
  margin-top: 20px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 28px;
  color: #33333b;
  margin-bottom: 8px;
}
/*.singletools a p {
  font-size: 0.8rem;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.937);
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 13px;
  color: #707078;
}*/

.singletools a p {
    font-size: 0.8rem;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    /* color: rgba(0, 0, 0, 0.937); */
    line-height: 18px;
    /* font-size: 12px; */
    /* font-weight: 400; */
    letter-spacing: 0.3px;
    font-size: 13px;
    color: #707078;
    /* text-overflow: inherit; */
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 261px;
    /* margin-right: -13px; */
    margin-left: -53px;
}

.singletools a p:hover {
 font-size: 0.8rem;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.937);
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 13px;
  color: #707078;
}

.relative.overflow-hidden.rounded-lg.border.bg-white.select-none.hover\:shadow.hover\:shadow-teal-200.p-2 {
    background-color: #ebebeb;
}
.imgbox {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

#features {
  margin-top: 0;
  padding-block: 100px;
}
	          ::-webkit-scrollbar-track
{
background-color: #ffffff;
}
::-webkit-scrollbar {
    width: 13px;
    height: 5px;
    background-color: #f5f8fc;
}
::-webkit-scrollbar-thumb
{
border-radius: 8px;
    border: 2px solid #2a2e9f;
    background-color: #435be4;
background-image: -webkit-linear-gradient(45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent)
}
@media (max-width: 568px) {
  .herobutton {
    width: 100%;
    display: flex;
    flex-flow: column !important;
    gap: 20px;
  }
  .herobutton a {
    width: 60%;
  }

  #features {
    margin-top: 0;
    padding-block: 50px;
  }
}

@media (max-width: 567px) {
  .mydrop {
    padding: 0;
    width: 100%;
  }
  #dropdownNavbar {
    transform: translate3d(0px, 80px, 0px) !important;
  }

  .half-section {
    width: 100%;
    margin-top: 20px;
  }
  .toolbox {
    width: 85%;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 0;
  }
  .mydrop ul {
    padding-inline: 10px;
  }
  .mydrop ul li a {
    padding: 8px 16px;
    border-radius: 50px;
    color: black;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    zoom: 0.8;
  }

  .MYIMG {
    width: 100% !important;
  }

  .singletools {
    min-height: 220px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 20px;
    padding-top: 30px;
  }
}
nav {
  box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
}
