@font-face {
    font-family: Roboto;
    src: url('/assets/fonts/Roboto/Roboto-Regular.ttf');
}

html,
body {
    background-color: #ffffff;
    min-width: 375px;
    webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}


h1 {
    position: relative;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 40px 0;
}

p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.bg-yellow {
    --bs-bg-opacity: 1;
    --bs-dark-rgb: 255, 223, 0;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000000 !important;
}

.nav-link {
    color: #000000 !important;
    font-weight: bold !important;
}

.nav-link:hover {
    color: #3a2e2e !important;
}

.navbar-nav>li:not(:last-child)::after {
    content: "";
    height: 21px !important;
    border-left: 2 solid #000 !important;
    border-bottom-color: #000 !important;
    border-right-color: #000 !important;
    border-top-color: #000 !important;
    align-self: center !important;
}

.btn {

    font-size: 16px !important;
    border: none !important;
    color: #000000 !important;
    height: 46px !important;
    line-height: 2.8em !important;
    padding: 0 31px 0 31px !important;
    font-weight: bold !important;
}

@media (max-width: 994px) {
    .btn {
        width: 100% !important;
        font-size: 15px !important;
        line-height: 3em !important;
    }

}

.btn:hover {
    color: #3a2e2e !important;
}

section {
    padding: 40px 0;
}

section:first-of-type {
    padding: 24px 0;
}

@media (max-width: 991px) {
    section#top .logo {
        padding-bottom: 20px;
    }

    section#top b {
        display: inline-block;
        padding: 20px 0 0 0;
    }
}


section#top .logo span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}

section#top .logo a {
    text-decoration: none;
    color: #000000;
}

section#top .logo span.main {
    font-size: 28px;
    font-weight: bold;
    line-height: 27px;
}

section#top .logo span.sub {
    font-size: 14px;
}

section#top a.top-phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    color: #000000;
    text-decoration: none;
}



section#request-form {
    background-image: url('../images/bg/bg1.jpg');
    background-size: cover;
    background-position: center;
    min-height: 698px;
    position: relative;
    /* padding: 40px 0; */
    align-items: center;

}

section#request-form h1,
section#request-form p {
    text-align: center;
    color: #ffffff;
}

section#request-form h1 {
    font-size: 60px;
    padding: 0px 0px 0px 0px;
}

section#request-form p {
    font-size: 25px;
    font-weight: 400;
}


.site-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #383838;
    opacity: 0.61;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

}

.site-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
}

.site-shape-bottom svg {
    width: calc(160% + 1.3px);
    height: 22px;
}

.site-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}

section#request-form svg {
    display: block;
    width: calc(160% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

section#request-form .site-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

section#request-form .site-shape-bottom {
    bottom: -1px;
}

section#request-form .request-form-wrapper {
    background-color: #EAEAEA;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 30px 30px 30px 30px;
    border-radius: 22px 22px 22px 22px;
}


section#request-form .request-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-10px/2);
    margin-right: calc(-10px/2);
    margin-bottom: -10px;
}

section#request-form .request-form-wrapper h2 {
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}



section#request-form .request-field-group {

    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    min-height: 1px;
    padding-right: calc(10px/2);
    padding-left: calc(10px/2);
    position: relative;
}

section#request-form .request-field-group.request-col-33 {
    width: 33.3%;
}

@media (max-width: 767px) {
    section#request-form .request-field-group.request-col-33 {
        width: 100%;
    }
}

section#request-form .request-field-group input {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px;

    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: #ffffff;
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1;
}

.request-button {
    border: none;
    line-height: 1;
    border-radius: 5px;
}

.request-field-group img, .modal-field-group img {
    width: 50px;
    margin: auto;
    display: block;
}


.request-button[type="submit"] {
    background-color: #ffdf00;
    color: #000000;
    font-weight: bold;
    min-height: 59px;

    flex-basis: 100%;
}

.request-button[type="submit"]:hover {
    background-color: #fde74e;
    color: #000000;
}

section#package-select {
    margin-bottom: 40px;
    min-height: 809px;
}

section#package-select {

    font-size: 2.5rem;
}

section#package-select .box {
    box-shadow: 0px 0px 10px 0px rgba(193, 193, 193, 0.5);
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 30px 30px 30px 30px;
    border-radius: 50px 50px 50px 50px;
    min-height: 607px;
}

section#package-select .box .image {
    text-align: center;
}

section#package-select .box img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;

}

section#package-select .box div.t-head {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
}

section#package-select .box span {
    width: 100%;
    display: inline-block;
    text-align: center;
}

section#package-select .box span.price {
    font-size: 24px;
    font-weight: 600;
}

section#package-select .box p {
    margin: 0 0 10px 0;
}

section#package-select .box .btn-wrapper {
    text-align: center;
}


section#how-we-work {
    background-image: url('../images/bg/bg5.jpg');
    background-size: cover;
    background-position: center;
    min-height: 636px;
}

section#how-we-work h1 {
    color: #ffffff;
}

section#how-we-work .box {
    box-shadow: 0px 0px 10px 0px rgba(193, 193, 193, 0.5);
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 40px 30px 40px 30px;
    border-radius: 20px 20px 20px 20px;
    background-color: #ffffff;
    height: 128px;

    color: #000000;
    display: flex;
}


section#how-we-work .box .content {
    flex-grow: 1;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    section#how-we-work .box .content {
        font-size: 16px;
    }
}

@media only screen and (max-width: 420px) {
    section#how-we-work .box .content {
        font-size: 20px;
    }
}

section#how-we-work i {
    fill: #ffdf00;
    color: #ffdf00;
    margin-right: 15px;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    font-size: 40px;
}

section#how-we-work i.fa-car-side::before {
    margin-left: -5px;
}

section#our-works {
    min-height: 482px;
}


.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    width: 50%;
}

.swiper-slide {
    text-align: center;
    width: auto;
}

.slide-image {
    height: 400px;
    width: auto;
}



section#reviews {
    min-height: 508px;
}


section#reviews .swiper {
    min-height: 265px;

}

@media only screen and (min-width: 992px) and (max-width: 697px) {
    section#reviews .swiper {

        padding-bottom: 40px;
    }
}

section#reviews .slider {
    width: calc(80% - 40px);
    max-width: 800px;
    height: auto;
    border: 2px solid #e1e8ed;
    padding: 15px;
    border-radius: 25px;
    padding-bottom: 40px;
}

section#reviews .swiper-button-prev,
section#reviews .swiper-button-next,
section#our-works .swiper-button-prev,
section#our-works .swiper-button-next {
    top: calc(50% - (40px / 2));
    color: #fde74e;
}

.swiper-pagination-bullet-active {

    background-color: #fde74e !important;
}

section#reviews .reviews__header,
section#reviews .reviews__image,
section#reviews .reviews__cite {
    display: flex;
}

section#reviews .reviews__image {
    flex-shrink: 0;
    margin-right: 0;
    width: 100px;
    height: 100px;
}

section#reviews .reviews__cite {
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 15px;
}

section#reviews .reviews__cite .reviews__name {
    font-size: 20px;
    font-weight: bold;
}

section#reviews .reviews__cite .reviews__title {
    font-size: 15px;
    color: #697882;
}

section#reviews .reviews__content {
    padding-top: calc(21px / 2);
}

section#reviews .reviews__text {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

section#about-company {
    background-color: #f5f5f5;
    height: 608px;
}

section#about-company p {
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    font-weight: 500;
}



footer {
    background-image: url('../images/bg/bg11.jpg');
    background-size: cover;
    background-position: center;
    min-height: 504px;
    padding: 105px 0;
    position: relative;
}

footer h1 {
    color: #ffffff;
}

footer .box {
    background-color: #eaeaea;
    border-radius: 22px 22px 22px 22px;
    position: relative;
}

footer .box.form {
    height: auto;
    max-width: 560px;
    padding: 30px 30px 30px 30px;
    text-align: center;
}



footer .box.form button[type="submit"] {
    /* width: 170px ; */
    min-height: 59px;
    line-height: 59px;
    flex-basis: 100%;
    padding: 0 40px;
    border-radius: 5px;
}

footer .box.form input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: #ffffff;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1;
    margin-bottom: 10px;
}

footer .box.form h1 {
    color: #000000;
    padding: 0 0 0 0;
}

footer p {
    text-align: center;
}

footer p,
footer p a {
    font-size: 20px;
    color: #ffffff;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ffdf00;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 43.5px;
    height: 43.5px;
}

#topBtn:hover {
    background-color: #fde74e;
}

#topBtn i {
    position: relative;
    top: -5px;
}

.modal-dialog .btn-close {
    font-size: 16px;
}

.modal-dialog h1 {
    padding: 0;
}

.modal-dialog input {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: #ffffff;
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1;
    margin-bottom: 10px;
}

.modal-dialog .modal-field-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    min-height: 1px;
    padding-right: calc(10px/2);
    padding-left: calc(10px/2);
    position: relative;
}

.modal-dialog .modal-button {
    border: none;
    line-height: 1;
    border-radius: 5px;

}

.modal-dialog .modal-button[type="submit"] {
    background-color: #ffdf00;
    color: #000000;
    min-height: 59px;
    flex-basis: 100%;
}

.modal-dialog .modal-button[type="submit"]:hover {
    background-color: #fde74e;
    color: #000000;
}

.modal-dialog .modal-button-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 59px;

}