/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #475250;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }
}
/* Global sections
-----------------------------------*/
.section {
    padding: 120px 200px;
}
.section-topdomain {
    padding: 0px 200px;
}
.section-hosting {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 1380px) {
    .section {
        padding: 120px 50px;
    }
    .section-topdomain {
        padding: 0px 50px;
    }
}
@media (max-width: 1024px) {
    .section {
        padding: 120px 20px;
    }
    .section-topdomain {
        padding: 0px 20px;
    }
}
.spacer-content__mini {
    margin: 50px 0px;
}
/* Text settings
-----------------------------------*/
.section__title > h1 {
    font-size: 54px;
    font-weight: 900;
    word-break: keep-all;
}
.section__title > h2 {
    font-size: 54px;
    font-weight: 900;
    word-break: keep-all;
}
.section__title > h3 {
    font-size: 30px;
    font-weight: 900;
    word-break: keep-all;
}
.section__content > p {
    font-size: 18px;
    max-width: 100%;
}
@media (max-width: 1024px) {
    .section__title > h2 {
        font-size: 40px;
        font-weight: 900;
        word-break: keep-all;
    }
    .section__title > h3 {
        font-size: 28px;
        font-weight: 900;
        word-break: keep-all;
    }
    .section__content > p {
        font-size: 16px;
        max-width: 100%;
    }
}
.content-bold-300 {
    font-weight: 300;
}
.content-bold-500, .content-bold-500 > h3 {
    font-weight: 500;
}
.content-bold-600 {
    font-weight: 600;
}
.content-bold-700, .content-bold-700 > h3 {
    font-weight: 700;
}
.content-bold-800 {
    font-weight: 800;
}
.content-bold-900 {
    font-weight: 900;
}
.txt-orange {
    color: #ff8e19;
}
/* Links */
a{
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:hover {
    color: #475250;
}
a:visited {
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:visited:hover {
    color: #475250;
}
a:link{
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:link:hover {
    color: #475250;
}
a:link:visited {
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:link:visited:hover {
    color: #475250;
}
/* Background colors
-----------------------------------*/
.bg-main {
    background-color: #fcfcff !important;
}
.bg-yellow {
    background-color: #fff8f1 !important;
    background-image: url('https://pixelcloud.pl/wp-content/uploads/2025/05/bg_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-orange {
    background-color: #ff8e19 !important;
}
.bg-peach {
    background-color: #FBE5C8 !important;
}
.bg-mint {
    background-color: #ECFDF1 !important;
    background-image: url('https://pixelcloud.pl/wp-content/uploads/2025/05/bg_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-rose {
    background-color: #FEE7E6 !important;
}
/* Image background */
.bg-logo-white {
    background-image: url('https://pixelcloud.pl/wp-content/uploads/2025/05/logo_white_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/* CSS Animations
-----------------------------------*/
/* price animation */
.price-value, .old-price-value, .save-price-value, .register-price-value, .renew-price-value, .transfer-price-value, .redemption-price-value  {
    transition: opacity 0.2s ease;
    display: inline-block;
}
.price-fade-out {
    opacity: 0;
}
/* Floating */
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
  
/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
}
/* Images
-----------------------------------*/
.img-round {
    border-radius: 20px;
    max-height: 500px;
}
.img-radius-10 {
    border-radius: 10px;
}
/* Shapes */
.additional_info_1 {
    top: 0px;
    right: 0px;
    animation: float 4s ease-in-out infinite;
}
.additional_info_2 {
    bottom: 80px;
    left: -25px;
    animation: float 4s ease-in-out infinite;
}
.additional_info_3 {
    top: -15px;
    right: 0px;
    animation: float 4s ease-in-out infinite;
}
.additional_info_4 {
    top: 0px;
    right: -25px;
    animation: float 4s ease-in-out infinite;
    max-width: 360px;
    text-align: left;
}
.additional_info_5 {
    bottom: 120px;
    left: -25px;
    animation: float 4s ease-in-out infinite;
    max-width: 360px;
    text-align: left;
}
.additional_info_6 {
    top: -15px;
    right: 0px;
    animation: float 4s ease-in-out infinite;
    max-width: 360px;
    text-align: left;
}
.aditional__data {
    font-size: 14px;
}
/* Buttons
-----------------------------------*/
.btn-orange {
    background: #ff8e18;
    /*border: 1px solid #ff8e18;*/
    color: #fff !important;
    /*background: #ffcd99;*/
    /*border: 1px solid #ffcd99;*/
    /*color: #b35b00 !important;*/
    border-radius: 10px;
    width: 310px;
}
.btn-orange:visited {        
    background: #ff8e18;
    color: #fff !important;
}
.btn-orange:hover {
    background: #e55e48;
    color: #fff !important;
    /*color: #ffcd99 !important;*/
    /*-webkit-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*-moz-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
}
.btn-orange:visited:hover {
    background: #e55e48;
    color: #fff !important;
    /*color: #ffcd99 !important;*/

}
.btn-orange__outline {        
    background: #fff;
    border: 1px solid #ff8e19;
    border-radius: 10px;
    color: #ff8e19 !important;
    width: 310px;
}
.btn-orange__outline:visited {        
    background: #fff;
    color: #ff8e19 !important;
}
.btn-orange__outline:hover {
    background: #ff8e19;
    color: #fff !important;
    /*-webkit-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*-moz-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
}
.btn-orange__outline:visited:hover {
    background: #ff8e19;
    color: #fff !important;
}
.btn_custom-big {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
}
.btn_custom-mid {
    padding: 10px 10px !important;
    font-size: 16px;
    font-weight: 700;
    /*max-width: 210px;*/
}
.btn_custom-sml {
    padding: 10px 10px !important;
    font-size: 15px;
    font-weight: 700;
    max-width: 125px;
}
.btn_custom-header {
    padding: 10px 10px !important;
    font-size: 16px;
    font-weight: 700;
    max-width: 210px;
}
.btn_custom-alert {
    max-width: 160px !important;
    font-size: 14px !important;
}
/* Global BOX
-----------------------------------*/
.box-border {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}
.box-padding-15 {
    padding: 15px !important;
}
.box-border-grey {
    border: 1px solid #f2f2f2;
    padding: 30px;
}
.box-border-orange {
    border: 1px solid #fff8f1;
    padding: 30px;
}
.box-border__grey {
    border-color: #f2f2f2;
}
.icon-bg-mint {
    background-color: #ecfdf2;
    border-radius: 15px;
    padding: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.icon-bg-orange {
    font-size: 26px;
    color: #fff;
    background-color: #ff8e19;
    padding: 13px 18px;
    line-height: 0px !important;
    border-radius: 20px;
}
/* BADGE */
.text-bg-success {
    background-color: #ECFDF1 !important;
    color: #475250 !important;
    margin-left: 25px;
}
/* Custom form fields
-----------------------------------*/
/* Brutto - netto Switch */
.form-switch {
    padding-left: 0px;
}
.check-input-switch {
    margin-bottom: 4px;
}
.label-switch-1 {
    margin-right: 50px;
}
.form-check-input:checked {
    background-color: #ffca9b;
    border-color: #d27107;
}
/* Migracja formularz
------------------------*/
.section-multistep {
    display: none;
    font-size: 17px;
}
.section-multistep.active {
    display: block;
}
/* Swiper settings
-----------------------------------*/
.swiper {
    padding-top: 40px;
}
.swiper-controls {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 15px;
}
.custom-button-prev, .custom-button-next {
    background-color: #ffca9b;
    color: #d27107;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
}
.custom-button-prev:hover, .custom-button-next:hover {
    background-color: #d27107;
    color: #ffca9b;
    /*-webkit-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*-moz-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
}
.custom-hr {
    width: 90%;
    margin: 0 auto; /* wyśrodkowanie */
    border: none;
    border-top: 1px solid #ccc; /* lub inny kolor */
}
/* Customs */
.swiper-controls {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 9999;
}
.custom-button-prev {
    position: absolute;
    left: 18px;
    top: 186px;
    opacity:0.8;
}
.custom-button-next {
    position: absolute;
    right: 18px;
    top: 186px;
    opacity:0.8;
}

@media (max-width: 1366px) {
    .custom-button-prev {
        left: 0px;
    }
    .custom-button-next {
        right: 0px;
    }
}
@media (max-width: 900px) {
    .swiper-controls {
        display: none;
    }
    .swiper-controls {
        display: none;
    }
}
/* Sweet alert settings
-----------------------------------*/
@media (min-width: 768px) {
    div:where(.swal2-container).swal2-center>.swal2-popup {
        grid-column: 2;
        grid-row: 2;
        place-self: center center;
        min-width: 600px;
    }
}
div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: var(--swal2-title-padding);
    color: inherit;
    font-size: 1.25em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: var(--swal2-html-container-padding);
    overflow: auto;
    color: inherit;
    font-size: 1.0em !important;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    cursor: initial;
}
/* Accordion */
.accordion-button {
    font-weight: 700;
}
.accordion-button:not(.collapsed) {
    color: #ff8e19;
    background-color: #fff8f1;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #fff8f1;
}
.accordion-item {
    border: var(--bs-accordion-border-width) solid #fff8f1;
}
.accordion-body {
    font-size: 16px;
}
/* Forms */
.form-control {
    font-size: 14px;
}
@media (max-width: 966px) {
    .form-control {
        font-size: 13px;
    }
}
.is-invalid {
    border-color: #dc3545;
}
.img-mail {
    max-height: 430px !important;
}