@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    max-width: 100vw;
    scroll-behavior: smooth;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
}
body {
    background-color: #fafcff;
    max-width: 100vw;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif, system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-optical-sizing: auto;
    font-style: normal;
}
section {
    scroll-margin-top: 90px;
}

.extrasmall {
    font-size: 10px;
}

#rexlama-loader {
    position: fixed;
    display: grid;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background: rgba(255,255,255,1);
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#rexlama-loader .spinner-border {
    justify-self: center;
}
#rexlama-loader .spinner {
    border: 4px solid var(--bs-primary);
    border-top: 4px solid var(--bs-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.cursor-pointer {
    cursor: pointer;
}
.rounded-custom {
    border-radius: 2rem 2rem 2rem 2rem !important;
}
.bg-custom {
    background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
#hero-image {
    transition: .4;
}
@media (max-width: 992px) {
    #collapsibleNavbar {
        background: #FFF;
        padding: 10px;
        border-radius: 8px;
    }
    #collapsibleNavbar .nav-link {
        color: #000;
    }
}


.transparent {
    background: #ffffff;
    transition: 0.3s;
}
.transparent a {
    color: #000000;
}

.shrink {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    transition: 0.3s;
    box-shadow: 6px 2px 4px #00000024;
}
.shrink a {
    color: #000000;
}

@media screen and (min-width: 992px) {
    .shrink .nav-bottom-layer {
        height: 0;
        overflow: hidden;
    }
    .shrink .nav-bottom-layer .navbar-collapse {
        position: relative !important;
        overflow: hidden;
    }
}

.transparent {
    background: var(--bs-primary);
    transition: 0.3s;
}
.transparent a {
    color: var(--bs-white);
}

.shrink {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background: var(--bs-primary);
    transition: 0.3s;
    box-shadow: 6px 2px 4px #00000024;
}
.shrink a {
    color: var(--bs-white);
}

@media screen and (min-width: 992px) {
    .shrink .nav-bottom-layer {
        height: 0;
        overflow: hidden;
    }
    .shrink .nav-bottom-layer .navbar-collapse {
        position: relative !important;
        overflow: hidden;
    }
}

.navbar-brand {
    height: 80px;
}
.navbar-toggler {
    height: fit-content;
}
.nav-top-layer {
    transition: 0.3s;
    height: 73px;
}
.nav-bottom-layer {
    transition: 0.3s;
    height: 72px;
}

.nav-link-phone {
    width: max-content;
}
.nav-link {
    border-bottom: 3px solid transparent;
    font-weight: normal;
    margin: auto 7px;
    transition: .3s;
}
.nav-link:hover {
    color: var(--bs-primary) !important;
    border-bottom: 3px solid var(--bs-primary);
}

.top-contacts a {
    color: #fff;
    text-decoration: none;
    font-size: 16pt;
    line-height: 28pt;
    transition: 0.3s;
}
.top-contacts a:hover {
    color: #888;
}
.top-contacts small {
    color: #999;
}
@media (max-width: 767px) {
    .navbar-brand img {
        width: 110px;
    }
    .navbar-collapse {
        right: 0;
        top: 63px;
        border: 1px solid var(--bs-primary);
    }
}

.image {
    border: 1px solid #00000085;
    transform: scale(0.95);
    filter: grayscale(0.3);
}
.image:hover {
    cursor: pointer;
    border: 1px solid #000000;
    transform: scale(1);
    filter: grayscale(0);
}

#about .about-img {
    width: auto;
    height: 100%;
    max-height: 500px !important;
    max-width: 100%;
    object-fit: cover;
}

#partners img {
    filter: grayscale(.2);
}
#partners img:hover {
    filter: grayscale(0);
}

@media (max-width: 767px) {
    .image {
        transform: scale(1);
    }
    #contacts .w-50 {
        width: 100% !important;
    }
}


#faq .img-fluid {
    width: 100%;
    height: auto;
}


.phone {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 17px;
    left: 17px;
    background-color: #f7f6f2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    cursor: pointer;
}
.phone svg {
    fill: #000;
    width: 27px;
    height: 27px;
}
.phone:hover {
    color: white;
}
.whatsapp {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 17px;
    right: 17px;
    background-color: #f7f6f2;
    color: #25D366;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    cursor: pointer;
}
.whatsapp svg {
    fill: #25D366;
    width: 30px;
    height: 30px;
}
.whatsapp:hover {
    color: white;
}
.ringanimation {
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    z-index: 9;
    box-sizing: border-box;
    border-radius: 100%;
    animation: ringanimation;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    border: 1px solid #9be327;
    opacity: 0.1;
}
.ringanimation1 {
    animation-delay: .6s
}
.ringanimation2 {
    animation-delay: .8s
}
.ringanimation3 {
    animation-delay: 1s
}

@keyframes ringanimation {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.1;
        transform: scale(1.7);
    }
}

.modal .modal-icon-wrapper svg {
    width: 100%;
    height: auto;
}




#hero, #request {
    background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}

#steps svg {
    fill: url(#Gradient1)
}






#calc input[type='range']::-webkit-slider-thumb {
    background: #FFF;
    width: 24px;
    height: 24px;
    margin-top: -8px;
}

.subcalc {
    bottom: -5px;
    position: relative;
}

#calc-min-range::-moz-range-thumb {
    width: 1.2rem !important;
    height: 1.2rem !important;
    background-color: #e9ecef;
    border: 1px solid #888;
}
#calc-min-range::-moz-range-track {
    height: 1.2rem !important;
}

#calc-min-term::-moz-range-thumb {
    width: 1.2rem !important;
    height: 1.2rem !important;
    background-color: #e9ecef;
    border: 1px solid #888;
}
#calc-min-term::-moz-range-track {
    height: 1.2rem !important;
}

#check-group {
    animation: 0.32s ease-in-out 1.03s check-group;
    transform-origin: center;
}

#check-group #check {
    animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
    stroke-dasharray: 0, 75px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#check-group #outline {
    animation: 0.38s ease-in outline;
    transform: rotate(0deg);
    transform-origin: center;
}

#check-group #white-circle {
    animation: 0.35s ease-in 0.35s forwards circle;
    transform: none;
    transform-origin: center;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
