@font-face {
    font-family: 'Hero'; /* Nazwa, pod którą będzie dostępna czcionka */
    src: url('/wp-content/themes/mintydot/font/Hero/HeroLight-Light.otf') format('opentype'); /* Ścieżka do pliku czcionki */
    font-weight: 300;
}
@font-face {
    font-family: 'Hero'; /* Nazwa, pod którą będzie dostępna czcionka */
    src: url('/wp-content/themes/mintydot/font/Hero/HeroLight-Regular.otf') format('opentype'); /* Ścieżka do pliku czcionki */
    font-weight: 400;
}
@font-face {
    font-family: 'Hero'; /* Nazwa, pod którą będzie dostępna czcionka */
    src: url('/wp-content/themes/mintydot/font/Hero/HeroLight-Bold.otf') format('opentype'); /* Ścieżka do pliku czcionki */
    font-weight: 600;
}

.container {
    text-align: center;
}
h1 {
    color: #333;
}

h2{
    font-weight: 300;
	margin-top: -39px;
}
#ring-image {
    width: 332px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    margin: auto;
      margin-top: auto;
      margin-bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    display: block;
    margin-top: 45px;
    margin-bottom: 23px;
}
#size-input {
    border: 3px solid #7dcdc8;
    border-radius: 70px;
    max-width: 210px;
    height: 55px;
    font-size: 14px;
    text-align: center;
    resize: none;
    line-height: 14px;
    padding-top: 10px;
    font-size: 21px;
    padding-top: 10px;
}

#size-input::placeholder {
    white-space: pre-line;
    font-size: 13px;
}

.ring-size{
    margin-top: -4px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
    margin-left: -19px;
    position: relative;
    top: 14px;
    color: #868686;
    font-size: 15px;
}

.page-id-2990 .ring-size{
    margin-top: -4px;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
    margin-left: -19px;
    position: relative;
    top: 14px;
    color: #868686;
    font-size: 15px;
}
.result{
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    background: none;
    font-size: 27px;
}

.size{
    font-size: 17px;
    margin: 10px 0 20px;
}

.calculate-button {
    color: #7DCDC8 !important;
    text-transform: uppercase;
    border: 0;
    border-radius: 0 !important;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    max-width: 300px;
    width: 100%;
    margin: auto;
      margin-top: auto;
      margin-bottom: auto;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 11px;
  }

  .ring-container {
    position: relative;
    margin-top: 0px;
    margin-bottom: -21px;
}

.rotating-ring {
    width: 270px;
    height: auto;
    animation: sway 2s infinite alternate ease-in-out;
}

@keyframes sway {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

.ring-container p {
    position: absolute;
    width: 100px;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 1em;
    opacity: 0.4;
}

.measure-link {
    display: block;
    margin-top: 20px;
    font-size: 0.8em;
    color: #6fd0d0;
    text-decoration: none;
}

.measure-link:hover {
    text-decoration: underline;
}