.gfx-effect-tab-subs {
  border-top: 2.5px groove rgba(33,37,41,0.25) !important;
  border-bottom: 2.5px groove rgba(33,37,41,0.25) !important;
  padding-bottom: 45px !important;
  display: flex;
  flex-direction: column-reverse;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.gfx-effect-tab-subs-div-tools {
  border-top: none!important;
  border-bottom: none!important;
  padding-bottom: 10px!important;
}

.gfx-sumup-row {
  width: 90%;
  margin: auto;
  max-width: 1400px;
}

/* Next-Prev Controls */

.gfx-effects-carousel-controls-container {
  display: flex!important;
}

.gfx-effects-carousel-controls {
  background: rgba(0,0,0,0.4)!important;
  height: 20%!important;
  min-height: 60px;
  margin: auto!important;
  border-radius: 11px!important;
  width: 7%!important;
  min-width: 25px;
}

/* Column */

.gfx-effects-carousel-container {
  display: flex!important;
  justify-content: center!important;
  align-items: start!important;
  width: 100%!important;
}

/* Slides */

.gfx-effects-carousel-slides {
  width: 86%!important;
  margin: auto!important;
  height: 100%!important;
  display: flex!important;
  align-items: center!important;
  align-content: center!important;
}

/* Indicators */

.gfx-effects-carousel-indicator {
  background: rgba(0,0,0,0.3)!important;
  border-radius: 20px!important;
}

/* Carousel */

.gfx-effects-carousel-itself {
  width: 100%!important;
  margin-right: 10px!important;
  margin-bottom: 10px!important;
  margin-left: 10px!important;
  height: 100%!important;
}

.gfx-effects-tab-paragraph-container-additional-tools {
  min-height: 155px;
  display: flex;
  align-items: center;
}

.metal-effects-tab-paragraph-container {
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center!important;
  padding: 25px 0px;
  min-height: 150px;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .metal-effects-tab-paragraph-container {
    min-height: 170px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .metal-effects-tab-paragraph-container {
    min-height: 180px !important;
  }
}

@media (min-width: 466px) and (max-width: 767px) {
  .metal-effects-tab-paragraph-container {
    min-height: 150px !important;
  }
}

.gfx-effects-tab-paragraph-container {
  min-height: 345px;
  display: flex;
  align-items: center;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .gfx-effects-tab-paragraph-container {
    min-height: 290px !important;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .gfx-effects-tab-paragraph-container-additional-tools {
    min-height: 125px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .gfx-effects-tab-paragraph-container {
    min-height: 160px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .gfx-effects-tab-paragraph-container-additional-tools {
    min-height: 140px !important;
  }
}

@media (min-width: 466px) and (max-width: 767px) {
  .gfx-effects-tab-paragraph-container {
    min-height: 165px !important;
  }
}

@media (min-width: 466px) and (max-width: 767px) {
  .gfx-effects-tab-paragraph-container-additional-tools {
    min-height: 125px !important;
  }
}

@media (max-width: 465px) {
  .gfx-effects-tab-paragraph-container {
    min-height: 220px !important;
  }
}

@media (max-width: 465px) {
  .gfx-effects-tab-paragraph-container-additional-tools {
    min-height: 150px !important;
  }
}

.gfx-effects-tab-parag-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

/* GFX Effects Sub Tabs */

@media (max-width: 767px) {
  .gfx-effects-sub-tabs-items {
    width: 90%!important;
    padding-top: 2px;
    padding-bottom: 2px;
    padding: 3px 3px !important;
    flex-direction: row!important;
  }
}

.gfx-effects-sub-tabs-items {
  display: flex;
  justify-content: center;
  border-radius: 25px!important;
  width: max-content;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: auto;
  background-color: rgba(226,226,226,0.6);
}

.gfx-effects-sub-tabs-link-container {
  color: black!important;
  text-decoration: none;
  border-radius: 5px!important;
  margin: 1px 2px;
  /*border: 1px;*/
  /*border-style: groove;*/
  border-color: rgb(196,196,196);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 5px 0px;
}

.gfx-effects-sub-tabs-link {
  color: #6b6b6b!important;
  border-radius: 10px !important;
  font-size: 18px;
  height: calc(100% + 10px);
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media (min-width: 577px) and (max-width: 767px) {
  .gfx-effects-sub-tabs-link {
    min-width: 160px;
  }
}

@media (max-width: 576px) {
  .gfx-effects-sub-tabs-link {
    min-width: 110px;
  }
}

.gfx-effects-sub-tabs-link:hover {
  color: #000000 !important;
  border-radius: 5px !important;
  height: 100%!important;
  font-size: 18px;
  box-shadow: 1px 1px 8px 3px rgba(114,114,114,0.5);
  background-color: white;
}

/* GFX Effects Sub Tabs */

@media (min-width: 769) and (max-width: 900px) {
  .add-tools-tab-selector {
    max-width: 700px!important;
    flex-direction: row!important;
    flex-wrap: wrap;
  }
}

