.modal-content {
  background: white;
  height: 100%;
  border-radius: 0;
  width: 100vw;
}

.modal-header {
  border: none;
  padding-top: 1rem;
}
.modal-header .logo img {
  width: 140px;
}

.modal-dialog {
  height: 100vh;
  margin: 0;
}
.modal-dialog .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: black;
  padding: 20px 16px;
  position: relative;
}
.modal-dialog .nav-link:focus:focus span, .modal-dialog .nav-link:focus:hover span, .modal-dialog .nav-link:hover:focus span, .modal-dialog .nav-link:hover:hover span, .modal-dialog .nav-link.active:focus span, .modal-dialog .nav-link.active:hover span {
  font-weight: 700;
}
.modal-dialog .nav-item span {
  border: 1px solid black;
  padding: 6px 24px;
  border-radius: 18px;
}
.modal-dialog .btn-close {
  background-image: url("../img/svg/close-btn.svg");
  background-size: contain;
  opacity: 1;
  width: 5px;
  margin-right: 8px;
}

.modal-body {
  padding-top: 4rem;
}
.modal-body .nav {
  align-items: center;
}

.modal-footer {
  border: none;
  justify-content: center;
  row-gap: 1rem;
  padding-bottom: 4rem;
}
.modal-footer h5 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  max-width: 255px;
}
.modal-footer .modal-logo img {
  width: 50px;
}

.header-kotsana {
  background: white;
}
.header-kotsana .language-switch a {
  color: #706F6F;
  text-decoration: none;
}
.header-kotsana .language-switch a:first-of-type {
  margin-right: 12px;
}
.header-kotsana .nav-item.current .nav-link {
  font-weight: 600;
}
.header-kotsana .nav-link {
  font-weight: 500;
}
.header-kotsana .nav-link.active {
  font-weight: 600;
}
.header-kotsana .logo img {
  max-width: 140px;
}
.header-kotsana .nav.d-lg-flex {
  justify-content: space-between;
  position: relative;
}
.header-kotsana .nav.d-lg-flex a {
  color: #4C7477;
  font-size: 16px;
  transition: font-weight 0.3s ease;
  padding-bottom: 0;
}
.header-kotsana .nav.d-lg-flex a:hover, .header-kotsana .nav.d-lg-flex a:active {
  font-weight: 700;
}
.header-kotsana .mobile {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.header-kotsana .mobile img {
  width: 45px;
}
.header-kotsana .mobile .logo-wrap img {
  width: 180px;
}
.header-kotsana .mobile-menu-wrap {
  border: none;
  background: none;
}

@media screen and (min-width: 992px) {
  .header-kotsana {
    padding: 1.5rem 0 1rem;
  }
  .header-kotsana .logo img {
    padding-bottom: 10px;
  }
  .header-kotsana .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .header-kotsana .nav.d-lg-flex a {
    padding: 8px 35px 0;
  }
}
.footer-kotsana {
  background-color: #4c7477;
  color: white;
  margin-top: 130px;
}
.footer-kotsana .col-lg-6 {
  padding: 80px 12px 120px;
  background-color: #4c7477;
  color: white;
}
.footer-kotsana p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.footer-kotsana .row {
  row-gap: 2rem;
  justify-content: center;
}
.footer-kotsana .logo-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
.footer-kotsana .logo-img {
  max-width: 225px;
}

@media screen and (min-width: 992px) {
  .footer-kotsana .col-lg-6 {
    background-color: white;
    color: black;
    padding: 80px 30px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-kotsana .col-lg-6 {
    padding: 80px 40px 120px;
  }
}
.erga .buttons-section {
  padding: 50px 0;
}
.erga .buttons-section .col-lg-10 {
  display: flex;
  justify-content: center;
}
.erga .buttons-section .btns-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.erga .buttons-section .btns-wrap button {
  padding: 5px 23px;
  min-height: 45px;
}
.erga .buttons-section .btns-wrap button:hover::after, .erga .buttons-section .btns-wrap button:focus::after, .erga .buttons-section .btns-wrap button:active::after {
  display: none;
}

.buttons-section + .filters {
  padding-top: 0;
}

.filters {
  padding-top: 40px;
}
.filters .col-lg-5 {
  display: flex;
  justify-content: space-between;
}
.filters label {
  font-size: 14px;
}
.filters .select-wrapper {
  position: relative;
  display: inline-block;
}
.filters .select-wrapper::after {
  position: absolute;
  content: "";
  right: 5px;
  top: 2px;
  background-image: url("../img/svg/down-arrow.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  z-index: 1;
  background-size: cover;
  pointer-events: none;
}
.filters select {
  padding: 3px 20px 3px 15px;
  border-radius: 25px;
  -webkit-appearance: none; /* Remove default arrow on WebKit browsers */
  -moz-appearance: none; /* Remove default arrow on Mozilla browsers */
  appearance: none;
}
.filters .dropdown {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.results .cards-container {
  padding-top: 0;
}
.results .cards-container .col-12 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 12px;
}
.results .cards-container .card {
  border: none;
  text-decoration: none;
  flex: 1 0 260px;
  width: auto;
  transition: all 0.2s ease-in;
}
.results .cards-container .card img {
  transition: all 0.2s ease-in;
}
.results .cards-container .card:hover img, .results .cards-container .card:focus img, .results .cards-container .card:active img {
  border: 8px solid #4c7477;
}
.results .cards-container .card:hover h5, .results .cards-container .card:focus h5, .results .cards-container .card:active h5 {
  color: #4c7477;
}
.results .cards-container img {
  border-radius: 30px;
}
.results .cards-container .card-body {
  padding-left: 0;
  padding-top: 25px;
  color: #706f6f;
}
.results .cards-container h5 {
  font-size: 18px;
  font-weight: 600;
}

.pagination {
  padding: 0 0 50px;
}
.pagination .wrap {
  display: flex;
  justify-content: space-around;
}
.pagination a {
  text-decoration: none;
  color: black;
  border: 0.75px solid black;
  padding: 3px 24px;
  border-radius: 25px;
  position: relative;
  min-width: 150px;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background-color: black;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination .prev::before,
.pagination .next::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  top: 8px;
}
.pagination .prev {
  padding-left: 30px;
}
.pagination .prev::before {
  left: 10px;
  background-image: url("../img/svg/Arrow-Prohgoumenh.svg");
}
.pagination .prev:hover::before, .pagination .prev:focus::before, .pagination .prev:active::before {
  background-image: url("../img/svg/Arrow-Prohgoumenh-white.svg");
}
.pagination .next {
  padding-right: 30px;
}
.pagination .next::after {
  right: 10px;
  background-image: url("../img/svg/Arrow-Epomeno.svg");
}
.pagination .next:hover::after, .pagination .next:focus::after, .pagination .next:active::after {
  background-image: url("../img/svg/Arrow-Epomeno-White.svg");
}

.erga-page.erga-page-kotsana .download-icon {
  text-align: end;
}
.erga-page.erga-page-kotsana p {
  text-align: justify;
}
.erga-page.erga-page-kotsana h1 {
  text-align: left;
  color: #4c7477;
  margin: 20px 0 5px;
}
.erga-page.erga-page-kotsana .info-kotsana .author {
  color: #706f6f;
}
.erga-page.erga-page-kotsana .info-kotsana .desc {
  margin-bottom: 50px;
}
.erga-page.erga-page-kotsana .info-kotsana ul {
  padding: 0;
  list-style: none;
  color: #4c7477;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.erga-page h1 {
  color: black;
  font-size: 35px;
  line-height: 42px;
}
.erga-page .row {
  justify-content: center;
}
.erga-page .description {
  margin: 2rem 0 3rem;
  row-gap: 2rem;
}
.erga-page .download-icon {
  margin-bottom: 1rem;
}
.erga-page .download-icon img {
  width: 35px;
}
.erga-page .img-wrap {
  position: relative;
}
.erga-page .img-wrap .download-icon {
  position: absolute;
  top: 23%;
  right: 10px;
  z-index: 10000;
  display: none;
}
.erga-page .social-media-icons {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 1.5rem;
}
.erga-page .social-media-icons img {
  width: 9px;
}
.erga-page .social-media-icons .twitter {
  width: 18px;
}
.erga-page .social-media-icons .pinterest {
  width: 12px;
}
.erga-page .pagination {
  padding: 30px 0 0;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  top: 25px;
  right: 25px;
}

.f-button svg {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .cards-container .col-12 {
    row-gap: 15px;
  }
  .cards-container .card {
    max-width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .erga .buttons-section .row {
    justify-content: flex-end;
  }
  .erga .buttons-section .btns-wrap {
    flex-direction: row;
    column-gap: 20px;
  }
  .erga .buttons-section .btns-wrap button {
    max-width: 275px;
    width: auto;
  }
  .filters {
    padding-top: 20px;
  }
  .filters .row {
    justify-content: flex-end;
  }
  .results .cards-container {
    padding-top: 30px;
  }
  .results .cards-container h5 {
    font-size: 24px;
  }
  .results .cards-container .col-12 {
    column-gap: 24px;
  }
  .results .cards-container .card {
    max-width: 23%;
  }
  .pagination {
    padding: 0 0 80px;
  }
  .pagination .row {
    justify-content: center;
  }
  .pagination a {
    font-size: 18px;
  }
  .pagination .prev::before,
  .pagination .next::after {
    top: 10px;
  }
  .erga-page.erga-page-kotsana h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
  }
  .erga-page.erga-page-kotsana .author {
    font-size: 16px;
  }
  .erga-page.erga-page-kotsana p {
    line-height: 35px;
    font-size: 20px;
    font-weight: 500;
  }
  .erga-page h1 {
    font-size: 72px;
    line-height: 84px;
    font-weight: 500;
  }
  .erga-page p {
    font-size: 24px;
  }
  .erga-page span {
    font-size: 18px;
  }
  .erga-page .download-icon {
    text-align: right;
  }
  .fancybox__toolbar.is-absolute,
  .is-compact .fancybox__toolbar {
    top: 55px;
    right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .cards-container .col-12 {
    column-gap: 15px;
  }
  .cards-container .card {
    max-width: 24%;
  }
}
@media screen and (min-width: 1400px) {
  .cards-container .col-12 {
    column-gap: 18px;
  }
}
.kallitexnes {
  background-color: black;
  color: white;
}
.kallitexnes .search-letters ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  column-gap: 15px;
}
.kallitexnes .search-letters ul:first-of-type {
  margin-bottom: 2rem;
}
.kallitexnes .search-letters a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: white;
}
.kallitexnes .artist-names {
  margin-top: 4rem;
}
.kallitexnes .artist-names .col-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.kallitexnes .artist-names h3 {
  font-size: 50px;
}
.kallitexnes .artist-names ul {
  list-style: none;
  padding-left: 1rem;
}
.kallitexnes .artist-names a {
  color: white;
  text-decoration: none;
}
.kallitexnes .artist-names .letter-wrap .row {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .kallitexnes .artist-names {
    justify-content: center;
  }
  .kallitexnes .artist-names .col-12 {
    flex-direction: row;
    row-gap: 3rem;
  }
  .kallitexnes .letter-wrap {
    width: 40.33%;
    flex: 1 0 auto;
    max-width: 348px;
  }
  .kallitexnes .search-letters ul {
    column-gap: 20px;
  }
  .kallitexnes .search-letters ul li {
    flex: 1 0 auto;
    max-width: 10px;
  }
  .kallitexnes .search-letters ul:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .kallitexnes {
    padding: 120px 0;
    border-bottom: 1px solid #383535;
  }
  .kallitexnes .artist-names {
    margin-top: 8rem;
  }
  .kallitexnes .artist-names .col-12 {
    row-gap: 4rem;
  }
  .kallitexnes .artist-names h3 {
    font-size: 67px;
    line-height: normal;
  }
  .kallitexnes .artist-names a {
    font-size: 18px;
    line-height: 24px;
  }
  .kallitexnes .search-letters ul {
    justify-content: center;
  }
  .kallitexnes .search-letters ul li {
    max-width: unset;
  }
  .kallitexnes .letter-wrap {
    max-width: 469px;
  }
}
@media screen and (min-width: 1200px) {
  .kallitexnes .letter-wrap {
    width: 33.33%;
    max-width: 372px;
  }
}
@media screen and (min-width: 1400px) {
  .kallitexnes .search-letters ul {
    column-gap: 27px;
  }
  .kallitexnes .letter-wrap {
    max-width: 432px;
  }
}
.artist-info {
  background-color: black;
  color: white;
}
.artist-info h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}
.artist-info p {
  font-size: 18px;
}
.artist-info .description {
  display: flex;
  column-gap: 3rem;
}
.artist-info .row {
  row-gap: 1.5rem;
}

@media screen and (min-width: 992px) {
  .artist-info h1 {
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 0;
  }
  .artist-info p {
    font-size: 32px;
  }
  .artist-info .row {
    align-items: flex-end;
  }
}
.search-kotsana {
  background-color: #4c7477;
  color: white;
}
.search-kotsana form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.search-kotsana .form-label {
  margin-bottom: 12px;
  font-weight: 500;
}
.search-kotsana ul {
  column-gap: 4rem;
}
.search-kotsana ul .nav-link {
  border-radius: 30px !important;
  padding: 5px 20px !important;
  border: 1px solid black !important;
  color: black !important;
  min-width: 125px;
}
.search-kotsana ul .nav-link.active {
  background-color: black !important;
  color: white !important;
}
.search-kotsana #tabGroupLabel {
  font-size: 18px;
}
.search-kotsana input,
.search-kotsana select,
.search-kotsana .btn {
  border-radius: 30px;
  border: none;
  min-height: 32px;
  max-height: 32px;
}
.search-kotsana .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #4c7477;
  font-weight: 600;
}
.search-kotsana .datepicker-container {
  display: flex;
  column-gap: 30px;
}
.search-kotsana .datepickerYear {
  max-height: 28px;
  max-width: 100px;
}
.search-kotsana .form-select {
  line-height: 1.2;
  background-image: url("../img/svg/down-arrow.svg");
  background-size: 35px 35px;
}
.search-kotsana .wrap {
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
}
.search-kotsana .btn {
  max-width: 115px;
  padding: 3px 25px;
}
.search-kotsana .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.search-kotsana h3 {
  font-size: 16px;
  margin-bottom: 50px;
}
.search-kotsana h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.results {
  padding: 70px 0 0;
}
.results .cards-container,
.results .artists-results {
  padding-top: 45px;
}
.results h3 {
  font-size: 18px;
  margin-bottom: 3rem;
}

.select2-results__option {
  padding: 6px 25px !important;
}

.select2-checkmark {
  position: relative;
}
.select2-checkmark::before {
  content: "";
  left: -18px;
  top: 1px;
  background-image: url(../img/svg/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 9px !important;
  width: 35px !important;
  line-height: 1.2;
  background-image: url(../img/svg/down-arrow.svg);
  background-size: 35px 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #4c7477 !important;
  font-weight: 600;
}

.select2-container--default .select2-selection--single {
  border-radius: 30px !important;
  border: none;
  min-height: 32px;
  max-height: 32px;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media screen and (min-width: 992px) {
  .search-kotsana .row {
    justify-content: center;
  }
  .search-kotsana form {
    row-gap: 2.5rem;
  }
  .search-kotsana h3 {
    font-size: 18px;
  }
  .search-kotsana h4 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    padding-left: 70px;
  }
  .search-kotsana .search-tabs {
    display: flex;
    column-gap: 4rem;
    align-items: baseline;
    margin-bottom: 2rem;
    justify-content: space-between;
  }
  .search-kotsana input,
  .search-kotsana select,
  .search-kotsana .btn,
  .search-kotsana .select2-container--default .select2-selection--single {
    min-height: 38px;
    max-height: 38px;
  }
  .search-kotsana .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
  }
  .search-kotsana .form-select {
    line-height: 1.5;
  }
  .search-kotsana .datepickerYear {
    max-width: 165px;
    max-height: 38px;
  }
  .search-kotsana .wrap {
    column-gap: 75px;
  }
  .search-kotsana .form-label.date {
    margin-bottom: 20px;
  }
  .search-kotsana ul {
    column-gap: 2rem;
  }
  .search-kotsana ul .nav-link {
    min-width: 140px;
    padding: 8px 33px !important;
  }
  .search-kotsana #tabGroupLabel {
    font-size: 21px;
  }
  .search-kotsana .wrap label,
  .search-kotsana .form-label {
    font-size: 18px;
  }
  .search-kotsana .btn {
    max-width: 140px;
    padding: 8px 33px;
  }
}
@font-face {
  font-family: "HelveticaNeueGreek";
  src: url("../fonts/HelveticaNeueGreek/HelveticaNeueGreek Light.otf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "HelveticaNeueGreek";
  src: url("../fonts/HelveticaNeueGreek/HelveticaNeueGreek.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "HelveticaNeueGreek";
  src: url("../fonts/HelveticaNeueGreek/HelveticaNeueGreek Medium.otf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "HelveticaNeueGreek";
  src: url("../fonts/HelveticaNeueGreek/HelveticaNeueGreek Bold.otf") format("truetype");
  font-weight: 600;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "HelveticaNeueGreek", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.unavailable {
  opacity: 0.5;
}

.mt-4 {
  margin-top: 4rem !important;
}

section {
  padding: 70px 0;
}

img {
  width: 100%;
}

.black-bg {
  background-color: black;
  color: white;
}
.black-bg p {
  margin-bottom: 0;
}
.black-bg p.mb-5 {
  margin-bottom: 4rem !important;
}

h1 {
  color: white;
  font-weight: 600;
  font-size: 35px;
  margin: 1rem 0;
  text-align: center;
}

h2 {
  font-weight: 600;
  font-size: 18px;
}

h3 {
  font-weight: 400;
  font-size: 24px;
}

.intro-kotsana {
  background-color: #4c7477;
  padding: 0;
}
.intro-kotsana .col-lg-6:nth-of-type(1) {
  padding: 50px;
}
.intro-kotsana h1 {
  font-weight: 500;
}
.intro-kotsana h3 {
  font-size: 30px;
  text-align: center;
  color: white;
}
.intro-kotsana .text-wrapper,
.intro-kotsana p {
  text-align: left;
}
.intro-kotsana p {
  color: white;
  font-size: 18px;
}

.dark-txt {
  color: #4c7477;
  display: inline-block;
}

.about-kotsana {
  padding: 80px 0 0;
  background-color: #4c7477;
  color: white;
  margin: 70px 0;
  margin-bottom: -50px;
  position: relative;
}
.about-kotsana::after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 100%;
  height: 90px;
  background: white;
  z-index: 0;
}
.about-kotsana .logo img {
  width: 94px;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.buttons-section .col-lg-8 {
  display: flex;
  justify-content: center;
}
.buttons-section .btns-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.buttons-section .btns-wrap button {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 35px;
  padding: 10px 24px;
  max-width: 330px;
  position: relative;
  min-height: 61px;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.buttons-section .btns-wrap button:hover, .buttons-section .btns-wrap button:focus, .buttons-section .btns-wrap button:active, .buttons-section .btns-wrap button.active {
  background-color: black;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.buttons-section .btns-wrap button:hover::after, .buttons-section .btns-wrap button:focus::after, .buttons-section .btns-wrap button:active::after, .buttons-section .btns-wrap button.active::after {
  position: absolute;
  content: "";
  top: 24%;
  right: 18px;
  background-image: url(../img/svg/Arrow-Epomeno-White.svg);
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}

.upButton {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 7px;
  z-index: 99;
  outline: none;
  color: white;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.upButton img {
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 768px) {
  .about-kotsana::after {
    height: 65px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
  p {
    font-size: 18px;
    line-height: 24px;
  }
  .upButton {
    bottom: 75px;
    right: 70px;
  }
  .intro-kotsana .col-lg-6:nth-of-type(1) {
    padding: 70px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .intro-kotsana .col-lg-6.img img {
    height: 100%;
    object-fit: cover;
  }
  .intro-kotsana .row {
    justify-content: flex-end;
  }
  .intro-kotsana a {
    font-size: 18px;
  }
  .intro-kotsana .text-wrapper {
    text-align: left;
  }
  .intro-kotsana h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .intro-kotsana h3 {
    font-size: 25px;
  }
  .intro-kotsana h1,
  .intro-kotsana h3 {
    text-align: end;
  }
  .intro-kotsana .sm-text {
    display: flex;
    align-items: flex-end;
    margin-bottom: -3rem;
  }
  .intro-kotsana p {
    font-size: 32px;
    line-height: 32px;
  }
  h2 {
    font-size: 72px;
    line-height: 52px;
  }
  .txt-wrap {
    text-align: left;
  }
  .txt-wrap p {
    font-size: 20px;
  }
  .about-kotsana {
    padding: 100px 0 50px;
  }
  .about-kotsana::after {
    height: 140px;
  }
  .about-kotsana .row {
    justify-content: center;
  }
  .about-kotsana p {
    text-align: justify;
  }
  .about-kotsana h2 {
    margin-left: -12rem;
    margin-bottom: 1rem;
    font-size: 40px;
  }
  .black-bg {
    padding: 100px 0 150px;
  }
  .black-bg .row {
    justify-content: space-around;
  }
  .black-bg h2 {
    margin-bottom: 3rem;
    margin-left: -2rem;
  }
  .buttons-section .row {
    justify-content: center;
  }
  .buttons-section .col-lg-8 {
    display: block;
  }
  .buttons-section .btns-wrap a {
    max-width: 856px;
    font-size: 18px;
    min-height: 74px;
  }
  .buttons-section .btns-wrap a:hover::after, .buttons-section .btns-wrap a:focus::after, .buttons-section .btns-wrap a:active::after {
    top: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .black-bg .row {
    justify-content: flex-end;
  }
  .black-bg h2 {
    margin-left: -8rem;
  }
  .black-bg .col-lg-5:first-of-type {
    padding-right: 4rem;
  }
  .intro-kotsana .col-lg-6:nth-of-type(1) {
    padding: 70px 130px;
  }
}
@media screen and (min-width: 1400px) {
  .intro-kotsana h1 {
    font-size: 45px;
  }
  .intro-kotsana h3 {
    font-size: 28px;
  }
  .about-kotsana::after {
    height: 115px;
  }
}
@media screen and (min-width: 1600px) {
  .intro-kotsana p {
    min-width: 540px;
    margin-left: -7rem;
  }
  .intro-kotsana .sm-text {
    margin-bottom: -2rem;
  }
  .about-kotsana::after {
    height: 115px;
  }
}